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(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(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(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 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.
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)
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
 
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 applies a JDO 3.0 query timeout, if available.
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
 
ArgPreparedStatementSetter - Class in org.springframework.jdbc.core
Simple adapter for PreparedStatementSetter that applies a given array of arguments.
ArgPreparedStatementSetter(Object[]) - Constructor for class org.springframework.jdbc.core.ArgPreparedStatementSetter
Create a new ArgPreparedStatementSetter for the given arguments.
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.ArgPreparedStatementSetter
 
args - Variable in class org.springframework.jdbc.core.ArgTypePreparedStatementSetter
 
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
 
ArgTypePreparedStatementSetter - Class in org.springframework.jdbc.core
Simple adapter for PreparedStatementSetter that applies given arrays of arguments and JDBC argument types.
ArgTypePreparedStatementSetter(Object[], int[]) - Constructor for class org.springframework.jdbc.core.ArgTypePreparedStatementSetter
Create a new ArgTypePreparedStatementSetter for the given arguments.
argTypes - Variable in class org.springframework.jdbc.core.ArgTypePreparedStatementSetter
 
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
 
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
 
argumentTypes - Variable in class org.springframework.aop.aspectj.AspectJAdviceParameterNameDiscoverer
 
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.
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.
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.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.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.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.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, 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.
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.
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
 
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
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.
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.
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.
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
 
classLoader - Variable in class org.springframework.oxm.xstream.XStreamMarshaller
 
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(String[]) - Constructor for class org.springframework.oxm.jaxb.ClassPathJaxb2TypeScanner
Constructs a new ClassPathJaxb2TypeScanner for the given packages.
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.
ClassPathScanningCandidateComponentProvider(boolean, Environment) - Constructor for class org.springframework.context.annotation.ClassPathScanningCandidateComponentProvider
 
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
 
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.ArgPreparedStatementSetter
 
cleanupParameters() - Method in class org.springframework.jdbc.core.ArgTypePreparedStatementSetter
 
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 deregistering the ClassLoader (and any of 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
 
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
 
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
 
connectionMethod - 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, 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
 
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
 
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
Generates 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).
createSegmentsArray(int) - Method in class org.springframework.util.ConcurrentReferenceHashMap
 
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
 
cUpdates - Variable in class org.springframework.cache.interceptor.CacheAspectSupport.CacheStatus
 
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 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 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.
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
Marks the application context of the supplied test context as dirty and sets the REINJECT_DEPENDENCIES_ATTRIBUTE in the test context to true.
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
Method extracts 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.ArgPreparedStatementSetter
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.ArgTypePreparedStatementSetter
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.
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.OpenEntityManagerInViewFilter.EntityManagerBindingCallableInterceptor
 
emHolder - Variable in class org.springframework.orm.jpa.support.OpenEntityManagerInViewFilter.EntityManagerBindingCallableInterceptor
 
emHolder - Variable in class org.springframework.orm.jpa.support.OpenEntityManagerInViewInterceptor.EntityManagerBindingCallableInterceptor
 
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.client.RestTemplate.HttpUrlTemplate
 
encodeUri(String) - Method in class org.springframework.web.util.UriTemplate
Deprecated.
No longer in use, with no direct replacement
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 contains and makes available an Environment object.
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.SimpleNonIndexedPropertyDescriptor
 
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 instance from 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, List, 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
 
filterChain - Variable in class org.springframework.test.web.servlet.MockMvc
 
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.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>, ExpressionState) - Method in class org.springframework.expression.spel.ast.MethodReference
 
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(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.
findCommonAncestor(Class, Class) - Static method in class org.springframework.instrument.classloading.tomcat.TomcatInstrumentableClassLoader
 
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.
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(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(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 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(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, boolean, 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(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.
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
 
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
 
getBlobAsBytes(ResultSet, String) - Method in interface org.springframework.jdbc.support.lob.LobHandler
Retrieve the given column as bytes from the given ResultSet.
getBlobAsBytes(ResultSet, int) - Method in interface org.springframework.jdbc.support.lob.LobHandler
Retrieve the given column as bytes from the given ResultSet.
getBlobAsBytes(ResultSet, int) - Method in class org.springframework.jdbc.support.lob.OracleLobHandler
Deprecated.
 
getBody() - Method in class org.springframework.http.client.AbstractClientHttpRequest
 
getBody() - Method in class org.springframework.http.client.BufferingClientHttpResponseWrapper
 
getBody() - Method in class org.springframework.http.client.CommonsClientHttpResponse
Deprecated.
 
getBody() - Method in class org.springframework.http.client.HttpComponentsClientHttpResponse
 
getBody() - Method in class org.springframework.http.client.SimpleClientHttpResponse
 
getBody() - Method in class org.springframework.http.converter.FormHttpMessageConverter.MultipartHttpOutputMessage
 
getBody() - Method in class org.springframework.http.HttpEntity
Returns the body of this entity.
getBody() - Method in interface org.springframework.http.HttpInputMessage
Return the body of the message as an input stream.
getBody() - Method in interface org.springframework.http.HttpOutputMessage
Return the body of the message as an output stream.
getBody() - Method in class org.springframework.http.server.ServletServerHttpRequest
 
getBody() - Method in class org.springframework.http.server.ServletServerHttpResponse
 
getBody() - Method in class org.springframework.mock.http.MockHttpInputMessage
 
getBody() - Method in class org.springframework.mock.http.MockHttpOutputMessage
Return the body content.
getBody() - Method in class org.springframework.web.multipart.support.RequestPartServletServerHttpRequest
 
getBodyAsBytes() - Method in class org.springframework.mock.http.MockHttpOutputMessage
Return body content as a byte array.
getBodyAsString() - Method in class org.springframework.mock.http.MockHttpOutputMessage
Return the body content interpreted as a UTF-8 string.
getBodyAsString(Charset) - Method in class org.springframework.mock.http.MockHttpOutputMessage
Return the body content as a string.
getBodyFromServletRequestParameters(HttpServletRequest) - Method in class org.springframework.http.server.ServletServerHttpRequest
Use javax.servlet.ServletRequest#getParameterMap() to reconstruct the body of a form 'POST' providing a predictable outcome as opposed to reading from the body, which can fail if any other code has used ServletRequest to access a parameter thus causing the input stream to be "consumed".
getBodyInternal(HttpHeaders) - Method in class org.springframework.http.client.AbstractBufferingClientHttpRequest
 
getBodyInternal(HttpHeaders) - Method in class org.springframework.http.client.AbstractClientHttpRequest
Abstract template method that returns the body.
getBodyInternal(HttpHeaders) - Method in class org.springframework.http.client.SimpleStreamingClientHttpRequest
 
getBoolean(String) - Method in class org.springframework.core.annotation.AnnotationAttributes
 
getBoolean(int) - Method in class org.springframework.jdbc.support.rowset.ResultSetWrappingSqlRowSet
 
getBoolean(String) - Method in class org.springframework.jdbc.support.rowset.ResultSetWrappingSqlRowSet
 
getBoolean(int) - Method in interface org.springframework.jdbc.support.rowset.SqlRowSet
Retrieves the value of the indicated column in the current row as a boolean.
getBoolean(String) - Method in interface org.springframework.jdbc.support.rowset.SqlRowSet
Retrieves the value of the indicated column in the current row as a boolean.
getBooleanParameter(ServletRequest, String) - Static method in class org.springframework.web.bind.ServletRequestUtils
Get a Boolean parameter, or null if not present.
getBooleanParameter(ServletRequest, String, boolean) - Static method in class org.springframework.web.bind.ServletRequestUtils
Get a boolean parameter, with a fallback value.
getBooleanParameter(PortletRequest, String) - Static method in class org.springframework.web.portlet.bind.PortletRequestUtils
Get a Boolean parameter, or null if not present.
getBooleanParameter(PortletRequest, String, boolean) - Static method in class org.springframework.web.portlet.bind.PortletRequestUtils
Get a boolean parameter, with a fallback value.
getBooleanParameters(ServletRequest, String) - Static method in class org.springframework.web.bind.ServletRequestUtils
Get an array of boolean parameters, return an empty array if not found.
getBooleanParameters(PortletRequest, String) - Static method in class org.springframework.web.portlet.bind.PortletRequestUtils
Get an array of boolean parameters, return an empty array if not found.
getBooleanValue(ExpressionState, SpelNodeImpl) - Method in class org.springframework.expression.spel.ast.OpAnd
 
getBooleanValue(ExpressionState, SpelNodeImpl) - Method in class org.springframework.expression.spel.ast.OpOr
 
getBoundPrefixes() - Method in class org.springframework.util.xml.SimpleNamespaceContext
Returns all declared prefixes.
getBoundValue() - Method in class org.springframework.web.servlet.tags.form.AbstractDataBoundFormElementTag
Get the bound value.
getBridgedMethod() - Method in class org.springframework.web.method.HandlerMethod
If the bean method is a bridge method, this method returns the bridged (user-defined) method.
getBufferSize() - Method in class org.springframework.mock.web.MockHttpServletResponse
 
getBufferSize() - Method in class org.springframework.mock.web.portlet.MockMimeResponse
 
getBundle(String, Locale) - Method in class org.springframework.context.support.ResourceBundleMessageSource.ControlBasedResourceBundleFactory
 
getBundle(String, Locale) - Method in class org.springframework.web.servlet.view.ResourceBundleViewResolver
Obtain the resource bundle for the given basename and Locale.
getBundleClassLoader() - Method in class org.springframework.context.support.ResourceBundleMessageSource
Return the ClassLoader to load resource bundles with.
getBundleClassLoader() - Method in class org.springframework.web.servlet.view.ResourceBundleViewResolver
Return the ClassLoader to load resource bundles with.
getBusinessInterface() - Method in class org.springframework.ejb.access.LocalStatelessSessionProxyFactoryBean
Return the business interface of the EJB we're proxying.
getBusinessInterface() - Method in class org.springframework.ejb.access.SimpleRemoteStatelessSessionProxyFactoryBean
Return the business interface of the EJB we're proxying.
getByName(Map<String, HeaderValueHolder>, String) - Static method in class org.springframework.mock.web.HeaderValueHolder
Find a HeaderValueHolder by name, ignoring casing.
getByte(int) - Method in class org.springframework.jdbc.support.rowset.ResultSetWrappingSqlRowSet
 
getByte(String) - Method in class org.springframework.jdbc.support.rowset.ResultSetWrappingSqlRowSet
 
getByte(int) - Method in interface org.springframework.jdbc.support.rowset.SqlRowSet
Retrieves the value of the indicated column in the current row as a byte.
getByte(String) - Method in interface org.springframework.jdbc.support.rowset.SqlRowSet
Retrieves the value of the indicated column in the current row as a byte.
getByteArray() - Method in class org.springframework.core.io.ByteArrayResource
Return the underlying byte array.
getByteArrayOutputStream(RemoteInvocation) - Method in class org.springframework.remoting.httpinvoker.AbstractHttpInvokerRequestExecutor
Serialize the given RemoteInvocation into a ByteArrayOutputStream.
getBytes(long, int) - Method in class org.springframework.jdbc.support.lob.PassThroughBlob
 
getBytes() - Method in class org.springframework.mock.web.MockMultipartFile
 
getBytes() - Method in class org.springframework.web.multipart.commons.CommonsMultipartFile
 
getBytes() - Method in interface org.springframework.web.multipart.MultipartFile
Return the contents of the file as an array of bytes.
getBytes() - Method in class org.springframework.web.multipart.support.StandardMultipartHttpServletRequest.StandardMultipartFile
 
getCache(String) - Method in interface org.springframework.cache.CacheManager
Return the cache associated with the given name.
getCache(String) - Method in class org.springframework.cache.concurrent.ConcurrentMapCacheManager
 
getCache(String) - Method in class org.springframework.cache.ehcache.EhCacheCacheManager
 
getCache(String) - Method in class org.springframework.cache.jcache.JCacheCacheManager
 
getCache(String) - Method in class org.springframework.cache.support.AbstractCacheManager
 
getCache(String) - Method in class org.springframework.cache.support.CompositeCacheManager
 
getCache(String) - Method in class org.springframework.cache.support.NoOpCacheManager
This implementation always returns a Cache implementation that will not store items.
getCache(String) - Method in class org.springframework.cache.transaction.TransactionAwareCacheManagerProxy
 
getCacheability() - Method in class org.springframework.mock.web.portlet.MockResourceRequest
 
getCacheability() - Method in class org.springframework.mock.web.portlet.MockResourceURL
 
getCacheControl() - Method in class org.springframework.http.HttpHeaders
Returns the value of the Cache-Control header.
getCacheControl() - Method in class org.springframework.mock.web.portlet.MockMimeResponse
 
getCachedConsumer(Destination, String, boolean, String) - Method in class org.springframework.jms.connection.CachingConnectionFactory.CachedSessionInvocationHandler
 
getCachedIntrospectionResults() - Method in class org.springframework.beans.BeanWrapperImpl
Obtain a lazily initializted CachedIntrospectionResults instance for the wrapped object.
getCachedObjectForFactoryBean(String) - Method in class org.springframework.beans.factory.support.FactoryBeanRegistrySupport
Obtain an object to expose from the given FactoryBean, if available in cached form.
getCachedProducer(Destination) - Method in class org.springframework.jms.connection.CachingConnectionFactory.CachedSessionInvocationHandler
 
getCachedSessionProxy(Session, LinkedList<Session>) - Method in class org.springframework.jms.connection.CachingConnectionFactory
Wrap the given Session with a proxy that delegates every method call to it but adapts close calls.
getCacheKey(Class<?>, String) - Method in class org.springframework.aop.framework.autoproxy.AbstractAutoProxyCreator
Build a cache key for the given bean class and bean name.
getCacheKey(Method, Class<?>) - Method in class org.springframework.cache.interceptor.AbstractFallbackCacheOperationSource
Determine a cache key for the given method and target class.
getCacheKey(Method, Class<?>) - Method in class org.springframework.transaction.interceptor.AbstractFallbackTransactionAttributeSource
Determine a cache key for the given method and target class.
getCacheKey(String, Locale) - Method in class org.springframework.web.servlet.view.AbstractCachingViewResolver
Return the cache key for the given view name and the given locale.
getCacheKey(String, Locale) - Method in class org.springframework.web.servlet.view.UrlBasedViewResolver
This implementation returns just the view name, as this ViewResolver doesn't support localized resolution.
getCacheKey(String, Locale) - Method in class org.springframework.web.servlet.view.XmlViewResolver
This implementation returns just the view name, as XmlViewResolver doesn't support localized resolution.
getCacheLevel() - Method in class org.springframework.jms.listener.DefaultMessageListenerContainer
Return the level of caching that this listener container is allowed to apply.
getCacheLimit() - Method in class org.springframework.core.type.classreading.CachingMetadataReaderFactory
Return the maximum number of entries for the MetadataReader cache.
getCacheLimit() - Method in class org.springframework.jdbc.core.namedparam.NamedParameterJdbcTemplate
Return the maximum number of entries for this template's SQL cache.
getCacheLimit() - Method in class org.springframework.web.servlet.view.AbstractCachingViewResolver
Return the maximum number of entries for the view cache.
getCacheManager() - Method in class org.springframework.cache.ehcache.EhCacheCacheManager
Return the backing EhCache net.sf.ehcache.CacheManager.
getCacheManager() - Method in class org.springframework.cache.interceptor.CacheAspectSupport
Return the CacheManager that this cache aspect delegates to.
getCacheManager() - Method in class org.springframework.cache.jcache.JCacheCacheManager
Return the backing JCache javax.cache.CacheManager.
getCacheNames() - Method in interface org.springframework.cache.CacheManager
Return a collection of the caches known by this cache manager.
getCacheNames() - Method in class org.springframework.cache.concurrent.ConcurrentMapCacheManager
 
getCacheNames() - Method in class org.springframework.cache.interceptor.CacheOperation
 
getCacheNames() - Method in class org.springframework.cache.support.AbstractCacheManager
 
getCacheNames() - Method in class org.springframework.cache.support.CompositeCacheManager
 
getCacheNames() - Method in class org.springframework.cache.support.NoOpCacheManager
This implementation returns the name of the caches previously requested.
getCacheNames() - Method in class org.springframework.cache.transaction.TransactionAwareCacheManagerProxy
 
getCacheOperations(Method, Class<?>) - Method in class org.springframework.cache.interceptor.AbstractFallbackCacheOperationSource
Determine the caching attribute for this method invocation.
getCacheOperations(Method, Class<?>) - Method in interface org.springframework.cache.interceptor.CacheOperationSource
Return the collection of cache operations for this method, or null if the method contains no cacheable annotations.
getCacheOperations(Method, Class<?>) - Method in class org.springframework.cache.interceptor.CompositeCacheOperationSource
 
getCacheOperations(Method, Class<?>) - Method in class org.springframework.cache.interceptor.NameMatchCacheOperationSource
 
getCacheOperationSource() - Method in class org.springframework.cache.interceptor.CacheAspectSupport
Return the CacheOperationSource for this cache aspect.
getCacheOperationSource() - Method in class org.springframework.cache.interceptor.CacheOperationSourcePointcut
Obtain the underlying CacheOperationSource (may be null).
getCacheOperationSources() - Method in class org.springframework.cache.interceptor.CompositeCacheOperationSource
Return the CacheOperationSource instances that this CompositeCacheOperationSource combines.
getCaches() - Method in class org.springframework.cache.interceptor.CacheAspectSupport.CacheOperationContext
 
getCaches(CacheOperation) - Method in class org.springframework.cache.interceptor.CacheAspectSupport
 
getCaches() - Method in class org.springframework.cache.interceptor.CacheExpressionRootObject
 
getCacheSeconds() - Method in class org.springframework.web.portlet.handler.PortletContentGenerator
Return the number of seconds that content is cached.
getCacheSeconds() - Method in class org.springframework.web.servlet.support.WebContentGenerator
Return the number of seconds that content is cached.
getCacheSize() - Method in class org.springframework.jdbc.support.incrementer.AbstractColumnMaxValueIncrementer
Return the number of buffered keys.
getCallable() - Method in class org.springframework.web.context.request.async.WebAsyncTask
Return the Callable to use for concurrent handling, never null.
getCallableInterceptor(Object) - Method in class org.springframework.web.context.request.async.WebAsyncManager
Get the CallableProcessingInterceptor registered under the given key.
getCallableInterceptors() - Method in class org.springframework.web.servlet.config.annotation.AsyncSupportConfigurer
 
getCallableInterceptors(Element, Object, ParserContext) - Method in class org.springframework.web.servlet.config.AnnotationDrivenBeanDefinitionParser
 
getCallableStatementFactory() - Method in class org.springframework.jdbc.core.simple.AbstractJdbcCall
getCallbacks(Class<?>) - Method in class org.springframework.aop.framework.CglibAopProxy
 
getCallParameterMetaData() - Method in interface org.springframework.jdbc.core.metadata.CallMetaDataProvider
Get the call parameter metadata that is currently used.
getCallParameterMetaData() - Method in class org.springframework.jdbc.core.metadata.GenericCallMetaDataProvider
 
getCallParameters() - Method in class org.springframework.jdbc.core.metadata.CallMetaDataContext
Get the List of SqlParameter objects to be used in call execution.
getCallParameters() - Method in class org.springframework.jdbc.core.simple.AbstractJdbcCall
Get a List of all the call parameters to be used for call.
getCallString() - Method in class org.springframework.jdbc.core.simple.AbstractJdbcCall
Get the call string that should be used based on parameters and meta data.
getCallString() - Method in class org.springframework.jdbc.object.SqlCall
Get the call string.
getCancelParamKey() - Method in class org.springframework.web.servlet.mvc.CancellableFormController
Deprecated.
Return the key of the request parameter used to identify a cancel request.
getCancelView() - Method in class org.springframework.web.servlet.mvc.CancellableFormController
Deprecated.
Gets the name of the cancel view.
getCandidateViews(String, Locale, List<MediaType>) - Method in class org.springframework.web.servlet.view.ContentNegotiatingViewResolver
 
getCannotAcquireLockCodes() - Method in class org.springframework.jdbc.support.SQLErrorCodes
 
getCannotSerializeTransactionCodes() - Method in class org.springframework.jdbc.support.SQLErrorCodes
 
getCatalogName() - Method in class org.springframework.jdbc.core.metadata.CallMetaDataContext
Get the name of the catalog.
getCatalogName() - Method in class org.springframework.jdbc.core.metadata.GenericTableMetaDataProvider.TableMetaData
 
getCatalogName() - Method in class org.springframework.jdbc.core.metadata.TableMetaDataContext
Get the name of the catalog for this context.
getCatalogName() - Method in class org.springframework.jdbc.core.simple.AbstractJdbcCall
Get the catalog name used.
getCatalogName() - Method in class org.springframework.jdbc.core.simple.AbstractJdbcInsert
Get the name of the catalog for this insert
getCatalogName(int) - Method in class org.springframework.jdbc.support.rowset.ResultSetWrappingSqlRowSetMetaData
 
getCatalogName(int) - Method in interface org.springframework.jdbc.support.rowset.SqlRowSetMetaData
Retrieves the catalog name of the table that served as the source for the specified column.
getCategory() - Method in class org.springframework.jmx.export.metadata.ManagedMetric
The category of this metric (ex.
getCause() - Method in exception org.springframework.expression.spel.InternalParseException
 
getCc() - Method in class org.springframework.mail.SimpleMailMessage
 
getCciTemplate() - Method in class org.springframework.jca.cci.core.support.CciDaoSupport
Return the CciTemplate for this DAO, pre-initialized with the ConnectionFactory or set explicitly.
getCciTemplate(ConnectionSpec) - Method in class org.springframework.jca.cci.core.support.CciDaoSupport
Obtain a CciTemplate derived from the main template instance, inheriting the ConnectionFactory and other settings but overriding the ConnectionSpec used for obtaining Connections.
getCciTemplate() - Method in class org.springframework.jca.cci.object.EisOperation
Return the CciTemplate used by this operation.
getCell(HSSFSheet, int, int) - Method in class org.springframework.web.servlet.view.document.AbstractExcelView
Convenient method to obtain the cell in the given sheet, row and column.
getCharacterEncoding() - Method in class org.springframework.mock.web.MockHttpServletRequest
 
getCharacterEncoding() - Method in class org.springframework.mock.web.MockHttpServletResponse
 
getCharacterEncoding() - Method in class org.springframework.mock.web.portlet.MockClientDataRequest
 
getCharacterEncoding() - Method in class org.springframework.mock.web.portlet.MockMimeResponse
 
getCharacterEncoding() - Method in class org.springframework.orm.hibernate3.support.BlobStringType
Determine the character encoding to apply to the BLOB's bytes to turn them into a String.
getCharacterEncoding() - Method in class org.springframework.web.filter.AbstractRequestLoggingFilter.RequestCachingRequestWrapper
 
getCharacterEncodingScheme() - Method in class org.springframework.util.xml.XMLEventStreamReader
 
getCharacterOffset() - Method in class org.springframework.util.xml.StaxEventContentHandler.LocatorLocationAdapter
 
getCharacterStream() - Method in class org.springframework.jdbc.support.lob.PassThroughClob
 
getCharacterStream(long, long) - Method in class org.springframework.jdbc.support.lob.PassThroughClob
 
getCharset() - Method in class org.springframework.core.io.support.EncodedResource
Return the charset to use for reading from the resource, or null if none specified.
getCharSet() - Method in class org.springframework.http.MediaType
Return the character set, as indicated by a charset parameter, if any.
getCharset(ClientHttpResponse) - Method in class org.springframework.web.client.DefaultResponseErrorHandler
 
getChild(Object, String) - Static method in class org.springframework.core.io.VfsUtils
 
getChild(int) - Method in class org.springframework.expression.spel.ast.SpelNodeImpl
 
getChild(int) - Method in interface org.springframework.expression.spel.SpelNode
Helper method that returns a SpelNode rather than an Antlr Tree node.
getChildCount() - Method in class org.springframework.expression.spel.ast.SpelNodeImpl
 
getChildCount() - Method in interface org.springframework.expression.spel.SpelNode
 
getChildElementByTagName(Element, String) - Static method in class org.springframework.util.xml.DomUtils
Utility method that returns the first child element identified by its name.
getChildElements(Element) - Static method in class org.springframework.util.xml.DomUtils
Retrieve all child elements of the given DOM element
getChildElementsByTagName(Element, String[]) - Static method in class org.springframework.util.xml.DomUtils
Retrieve all child elements of the given DOM element that match any of the given element names.
getChildElementsByTagName(Element, String) - Static method in class org.springframework.util.xml.DomUtils
Retrieve all child elements of the given DOM element that match the given element name.
getChildElementValueByTagName(Element, String) - Static method in class org.springframework.util.xml.DomUtils
Utility method that returns the first child element value identified by its name.
getChronology() - Method in class org.springframework.format.datetime.joda.JodaTimeContext
The user's chronology (calendar system).
getClass(String) - Method in class org.springframework.core.annotation.AnnotationAttributes
 
getClassArray(String) - Method in class org.springframework.core.annotation.AnnotationAttributes
 
getClasses() - Method in class org.springframework.test.context.ContextConfigurationAttributes
Get the annotated classes that were declared via @ContextConfiguration.
getClasses() - Method in class org.springframework.test.context.MergedContextConfiguration
Get the merged annotated classes for the test class.
getClassesToBeBound() - Method in class org.springframework.oxm.jaxb.Jaxb2Marshaller
Return the list of Java classes to be recognized by a newly created JAXBContext.
getClassFileName(Class<?>) - Static method in class org.springframework.util.ClassUtils
Determine the name of the class file, relative to the containing package: e.g.
getClassFilter() - Method in class org.springframework.aop.aspectj.AspectJExpressionPointcut
 
getClassFilter() - Method in class org.springframework.aop.aspectj.DeclareParentsAdvisor
 
getClassFilter() - Method in interface org.springframework.aop.IntroductionAdvisor
Return the filter determining which target classes this introduction should apply to.
getClassFilter() - Method in interface org.springframework.aop.Pointcut
Return the ClassFilter for this pointcut.
getClassFilter() - Method in class org.springframework.aop.support.annotation.AnnotationMatchingPointcut
 
getClassFilter() - Method in class org.springframework.aop.support.ComposablePointcut
 
getClassFilter() - Method in class org.springframework.aop.support.ControlFlowPointcut
 
getClassFilter() - Method in class org.springframework.aop.support.DefaultIntroductionAdvisor
 
getClassFilter() - Method in class org.springframework.aop.support.DynamicMethodMatcherPointcut
 
getClassFilter() - Method in class org.springframework.aop.support.StaticMethodMatcherPointcut
 
getClassFilter() - Method in class org.springframework.aop.TruePointcut
 
getClassFinderMethod - Variable in class org.springframework.instrument.classloading.weblogic.WebLogicClassLoaderAdapter
 
getClassForDescriptor(Object) - Method in class org.springframework.jmx.export.assembler.AbstractReflectiveMBeanInfoAssembler
Return the class to be used for the JMX descriptor field "class".
getClassForLogging(Object) - Method in class org.springframework.aop.interceptor.AbstractTraceInterceptor
Determine the class to use for logging purposes.
getClassForValue(Object) - Static method in class org.springframework.core.Conventions
Determines the class to use for naming a variable that contains the given value.
getClassHierarchy(Class<?>) - Method in class org.springframework.core.convert.support.GenericConversionService.Converters
Returns an ordered class hierarchy for the given type.
getClassLoader() - Method in class org.springframework.core.io.ClassPathResource
Return the ClassLoader that this resource will be obtained from.
getClassLoader() - Method in class org.springframework.core.io.DefaultResourceLoader
Return the ClassLoader to load class path resources with.
getClassLoader() - Method in interface org.springframework.core.io.ResourceLoader
Expose the ClassLoader used by this ResourceLoader.
getClassLoader() - Method in class org.springframework.core.io.support.PathMatchingResourcePatternResolver
Return the ClassLoader that this pattern resolver works with (never null).
getClassLoader() - Method in class org.springframework.instrument.classloading.glassfish.GlassFishClassLoaderAdapter
 
getClassLoader() - Method in class org.springframework.instrument.classloading.oc4j.OC4JClassLoaderAdapter
 
getClassLoader() - Method in class org.springframework.instrument.classloading.weblogic.WebLogicClassLoaderAdapter
 
getClassLoader() - Method in class org.springframework.instrument.classloading.websphere.WebSphereClassLoaderAdapter
 
getClassLoader() - Method in class org.springframework.mock.web.MockServletContext
 
getClassLoader() - Method in class org.springframework.orm.jpa.persistenceunit.MutablePersistenceUnitInfo
This implementation returns the default ClassLoader.
getClassLoader() - Method in class org.springframework.orm.jpa.persistenceunit.SpringPersistenceUnitInfo
This implementation returns the LoadTimeWeaver's instrumentable ClassLoader, if specified.
getClassLoader() - Method in class org.springframework.scheduling.quartz.ResourceLoaderClassLoadHelper
 
getClassLoader() - Method in class org.springframework.test.web.servlet.setup.StubWebApplicationContext
 
getClassMetadata() - Method in interface org.springframework.core.type.classreading.MetadataReader
Read basic class metadata for the underlying class.
getClassMetadata() - Method in class org.springframework.core.type.classreading.SimpleMetadataReader
 
getClassName() - Method in class org.springframework.core.Constants
Return the name of the analyzed class.
getClassName() - Method in interface org.springframework.core.type.ClassMetadata
Return the name of the underlying class.
getClassName() - Method in class org.springframework.core.type.classreading.ClassMetadataReadingVisitor
 
getClassName() - Method in class org.springframework.core.type.StandardClassMetadata
 
getClassName(Object, String) - Method in class org.springframework.jmx.export.assembler.AbstractMBeanInfoAssembler
Get the class name of the MBean resource.
getClassToExpose(Object) - Method in class org.springframework.jmx.export.assembler.AbstractMBeanInfoAssembler
Return the class or interface to expose for the given bean.
getClassToExpose(Class<?>) - Method in class org.springframework.jmx.export.assembler.AbstractMBeanInfoAssembler
Return the class or interface to expose for the given bean class.
getClassToExpose(Object) - Static method in class org.springframework.jmx.support.JmxUtils
Return the class or interface to expose for the given bean.
getClassToExpose(Class<?>) - Static method in class org.springframework.jmx.support.JmxUtils
Return the class or interface to expose for the given bean class.
getCleanedUrl(URL, String) - Method in class org.springframework.core.io.UrlResource
Determine a cleaned URL for the given original URL.
getClientAddress() - Method in class org.springframework.web.context.support.ServletRequestHandledEvent
Return the IP address that the request came from.
getClientId() - Method in class org.springframework.jms.connection.SingleConnectionFactory
Return a JMS client ID for the single Connection created and exposed by this ConnectionFactory, if any.
getClientId() - Method in class org.springframework.jms.listener.AbstractJmsListeningContainer
Return the JMS client ID for the shared Connection created and used by this container, if any.
getClientId() - Method in class org.springframework.jms.listener.endpoint.JmsActivationSpecConfig
 
getClobAsAsciiStream(ResultSet, String) - Method in class org.springframework.jdbc.support.lob.AbstractLobHandler
 
getClobAsAsciiStream(ResultSet, int) - Method in class org.springframework.jdbc.support.lob.DefaultLobHandler
 
getClobAsAsciiStream(ResultSet, String) - Method in interface org.springframework.jdbc.support.lob.LobHandler
Retrieve the given column as ASCII stream from the given ResultSet.
getClobAsAsciiStream(ResultSet, int) - Method in interface org.springframework.jdbc.support.lob.LobHandler
Retrieve the given column as ASCII stream from the given ResultSet.
getClobAsAsciiStream(ResultSet, int) - Method in class org.springframework.jdbc.support.lob.OracleLobHandler
Deprecated.
 
getClobAsCharacterStream(ResultSet, String) - Method in class org.springframework.jdbc.support.lob.AbstractLobHandler
 
getClobAsCharacterStream(ResultSet, int) - Method in class org.springframework.jdbc.support.lob.DefaultLobHandler
 
getClobAsCharacterStream(ResultSet, String) - Method in interface org.springframework.jdbc.support.lob.LobHandler
Retrieve the given column as character stream from the given ResultSet.
getClobAsCharacterStream(ResultSet, int) - Method in interface org.springframework.jdbc.support.lob.LobHandler
Retrieve the given column as character stream from the given ResultSet.
getClobAsCharacterStream(ResultSet, int) - Method in class org.springframework.jdbc.support.lob.OracleLobHandler
Deprecated.
 
getClobAsString(ResultSet, String) - Method in class org.springframework.jdbc.support.lob.AbstractLobHandler
 
getClobAsString(ResultSet, int) - Method in class org.springframework.jdbc.support.lob.DefaultLobHandler
 
getClobAsString(ResultSet, String) - Method in interface org.springframework.jdbc.support.lob.LobHandler
Retrieve the given column as String from the given ResultSet.
getClobAsString(ResultSet, int) - Method in interface org.springframework.jdbc.support.lob.LobHandler
Retrieve the given column as String from the given ResultSet.
getClobAsString(ResultSet, int) - Method in class org.springframework.jdbc.support.lob.OracleLobHandler
Deprecated.
 
getCloseSuppressingConnectionProxy(Connection) - Method in class org.springframework.jca.cci.connection.SingleConnectionFactory
Wrap the given Connection with a proxy that delegates every method call to it but suppresses close calls.
getCloseSuppressingConnectionProxy(Connection) - Method in class org.springframework.jdbc.datasource.SingleConnectionDataSource
Wrap the given Connection with a proxy that delegates every method call to it but suppresses close calls.
getCloseSuppressingSessionProxy(Session) - Method in class org.springframework.jms.connection.TransactionAwareConnectionFactoryProxy.TransactionAwareConnectionInvocationHandler
 
getCode() - Method in class org.springframework.context.support.DefaultMessageSourceResolvable
Return the default code of this resolvable, that is, the last one in the codes array.
getCode() - Method in interface org.springframework.core.enums.LabeledEnum
Deprecated.
Return this enumeration's code.
getCode() - Method in class org.springframework.core.enums.LetterCodedLabeledEnum
Deprecated.
 
getCode() - Method in class org.springframework.core.enums.ShortCodedLabeledEnum
Deprecated.
 
getCode() - Method in class org.springframework.core.enums.StaticLabeledEnum
Deprecated.
 
getCode() - Method in class org.springframework.core.enums.StringCodedLabeledEnum
Deprecated.
 
getCodebaseUrl() - Method in interface org.springframework.remoting.httpinvoker.HttpInvokerClientConfiguration
Return the codebase URL to download classes from if not found locally.
getCodebaseUrl() - Method in class org.springframework.remoting.httpinvoker.HttpInvokerClientInterceptor
Return the codebase URL to download classes from if not found locally.
getCodes() - Method in interface org.springframework.context.MessageSourceResolvable
Return the codes to be used to resolve this message, in the order that they should get tried.
getCodes() - Method in class org.springframework.context.support.DefaultMessageSourceResolvable
 
getCollectionFieldType(Field) - Static method in class org.springframework.core.GenericCollectionTypeResolver
Determine the generic element type of the given Collection field.
getCollectionFieldType(Field, int) - Static method in class org.springframework.core.GenericCollectionTypeResolver
Determine the generic element type of the given Collection field.
getCollectionFieldType(Field, int, Map<Integer, Integer>) - Static method in class org.springframework.core.GenericCollectionTypeResolver
Determine the generic element type of the given Collection field.
getCollectionParameterType(MethodParameter) - Static method in class org.springframework.core.GenericCollectionTypeResolver
Determine the generic element type of the given Collection parameter.
getCollectionReturnType(Method) - Static method in class org.springframework.core.GenericCollectionTypeResolver
Determine the generic element type of the given Collection return type.
getCollectionReturnType(Method, int) - Static method in class org.springframework.core.GenericCollectionTypeResolver
Determine the generic element type of the given Collection return type.
getCollectionType() - Method in class org.springframework.beans.factory.config.DependencyDescriptor
Determine the generic element type of the wrapped Collection parameter/field, if any.
getCollectionType(Class<? extends Collection>) - Static method in class org.springframework.core.GenericCollectionTypeResolver
Determine the generic element type of the given Collection class (if it declares one through a generic superclass or generic interface).
getCollectionTypeString(Collection) - Method in class org.springframework.core.style.DefaultValueStyler
 
getCols() - Method in class org.springframework.web.servlet.tags.form.TextareaTag
Get the value of the 'cols' attribute.
getColumn() - Method in class org.springframework.aop.aspectj.MethodInvocationProceedingJoinPoint.SourceLocationImpl
 
getColumnClassName(int) - Method in class org.springframework.jdbc.support.rowset.ResultSetWrappingSqlRowSetMetaData
 
getColumnClassName(int) - Method in interface org.springframework.jdbc.support.rowset.SqlRowSetMetaData
Retrieves the fully qualified class that the specified column will be mapped to.
getColumnCount() - Method in class org.springframework.jdbc.core.RowCountCallbackHandler
Return the number of columns in this result set.
getColumnCount() - Method in class org.springframework.jdbc.support.rowset.ResultSetWrappingSqlRowSetMetaData
 
getColumnCount() - Method in interface org.springframework.jdbc.support.rowset.SqlRowSetMetaData
Retrives the number of columns in the RowSet.
getColumnDisplaySize(int) - Method in class org.springframework.jdbc.support.rowset.ResultSetWrappingSqlRowSetMetaData
 
getColumnDisplaySize(int) - Method in interface org.springframework.jdbc.support.rowset.SqlRowSetMetaData
Retrieves the maximum width of the designated column.
getColumnKey(String) - Method in class org.springframework.jdbc.core.ColumnMapRowMapper
Determine the key to use for the given column in the column Map.
getColumnLabel(int) - Method in class org.springframework.jdbc.support.rowset.ResultSetWrappingSqlRowSetMetaData
 
getColumnLabel(int) - Method in interface org.springframework.jdbc.support.rowset.SqlRowSetMetaData
Retrieve the suggested column title for the column specified.
getColumnMapRowMapper() - Method in class org.springframework.jdbc.core.JdbcTemplate
Create a new RowMapper for reading columns as key-value pairs.
getColumnName() - Method in class org.springframework.jdbc.support.incrementer.AbstractColumnMaxValueIncrementer
Return the name of the column in the sequence table.
getColumnName(int) - Method in class org.springframework.jdbc.support.rowset.ResultSetWrappingSqlRowSetMetaData
 
getColumnName(int) - Method in interface org.springframework.jdbc.support.rowset.SqlRowSetMetaData
Retrieve the column name for the indicated column.
getColumnNames() - Method in class org.springframework.jdbc.core.RowCountCallbackHandler
Return the names of the columns.
getColumnNames() - Method in class org.springframework.jdbc.core.simple.AbstractJdbcInsert
Get the names of the columns used
getColumnNames() - Method in class org.springframework.jdbc.support.rowset.ResultSetWrappingSqlRowSetMetaData
 
getColumnNames() - Method in interface org.springframework.jdbc.support.rowset.SqlRowSetMetaData
Return the column names of the table that the result set represents.
getColumnNumber() - Method in class org.springframework.util.xml.AbstractStaxXMLReader.StaxLocator
 
getColumnNumber() - Method in class org.springframework.util.xml.StaxEventContentHandler.LocatorLocationAdapter
 
getColumnType(int) - Method in class org.springframework.jdbc.support.rowset.ResultSetWrappingSqlRowSetMetaData
 
getColumnType(int) - Method in interface org.springframework.jdbc.support.rowset.SqlRowSetMetaData
Retrieve the SQL type code for the indicated column.
getColumnTypeName(int) - Method in class org.springframework.jdbc.support.rowset.ResultSetWrappingSqlRowSetMetaData
 
getColumnTypeName(int) - Method in interface org.springframework.jdbc.support.rowset.SqlRowSetMetaData
Retrieves the DBMS-specific type name for the indicated column.
getColumnTypes() - Method in class org.springframework.jdbc.core.RowCountCallbackHandler
Return the types of the columns as java.sql.Types constants Valid after processRow is invoked the first time.
getColumnValue(ResultSet, int, PropertyDescriptor) - Method in class org.springframework.jdbc.core.BeanPropertyRowMapper
Retrieve a JDBC object value for the specified column.
getColumnValue(ResultSet, int) - Method in class org.springframework.jdbc.core.ColumnMapRowMapper
Retrieve a JDBC object value for the specified column.
getColumnValue(ResultSet, int, Class) - Method in class org.springframework.jdbc.core.SingleColumnRowMapper
Retrieve a JDBC object value for the specified column.
getColumnValue(ResultSet, int) - Method in class org.springframework.jdbc.core.SingleColumnRowMapper
Retrieve a JDBC object value for the specified column, using the most appropriate value type.
getCombinedPattern(String, String, HttpServletRequest) - Method in class org.springframework.web.servlet.mvc.annotation.AnnotationMethodHandlerAdapter.ServletHandlerMethodResolver
Deprecated.
Determines the combined pattern for the given methodLevelPattern and path.
getCommand(PortletRequest) - Method in class org.springframework.web.portlet.mvc.AbstractFormController
Deprecated.
Return the form object for the given request.
getCommand(PortletRequest) - Method in class org.springframework.web.portlet.mvc.BaseCommandController
Deprecated.
Retrieve a command object for the given request.
getCommand(HttpServletRequest) - Method in class org.springframework.web.servlet.mvc.AbstractFormController
Deprecated.
Return the form object for the given request.
getCommand(HttpServletRequest) - Method in class org.springframework.web.servlet.mvc.BaseCommandController
Deprecated.
Retrieve a command object for the given request.
getCommandClass() - Method in class org.springframework.web.portlet.mvc.BaseCommandController
Deprecated.
Return the command class for this controller.
getCommandClass() - Method in class org.springframework.web.servlet.mvc.BaseCommandController
Deprecated.
Return the command class for this controller.
getCommandInSessionParameterName() - Method in class org.springframework.web.portlet.mvc.AbstractCommandController
Deprecated.
Return the name of the render parameter that indicates there is a valid command (and errors) object in the session.
getCommandName() - Method in class org.springframework.web.portlet.mvc.BaseCommandController
Deprecated.
Return the name of the command in the model.
getCommandName() - Method in class org.springframework.web.servlet.mvc.BaseCommandController
Deprecated.
Return the name of the command in the model.
getCommandName(Object) - Method in class org.springframework.web.servlet.mvc.multiaction.MultiActionController
Return the command name to use for the given command object.
getCommandName() - Method in class org.springframework.web.servlet.tags.form.FormTag
Get the name of the form attribute in the model.
getCommonMessages() - Method in class org.springframework.context.support.AbstractMessageSource
Return a Properties object defining locale-independent common messages, if any.
getCommonPropertyType(ELContext, Object) - Method in class org.springframework.beans.factory.access.el.SpringBeanELResolver
 
getCommonPropertyType(ELContext, Object) - Method in class org.springframework.web.jsf.el.WebApplicationContextFacesELResolver
 
getComparatorCount() - Method in class org.springframework.util.comparator.CompoundComparator
Returns the number of aggregated comparators.
getComponentContext(ComponentDefinition, HttpServletRequest) - Method in class org.springframework.web.servlet.view.tiles.TilesView
Deprecated.
Determine the Tiles component context for the given Tiles definition.
getComponentDefinition(DefinitionsFactory, HttpServletRequest) - Method in class org.springframework.web.servlet.view.tiles.TilesView
Deprecated.
Determine the Tiles component definition for the given Tiles definitions factory.
getConcurrencyLimit() - Method in class org.springframework.core.task.SimpleAsyncTaskExecutor
Return the maximum number of parallel accesses allowed.
getConcurrencyLimit() - Method in class org.springframework.util.ConcurrencyThrottleSupport
Return the maximum number of concurrent access attempts allowed.
getConcurrentConsumers() - Method in class org.springframework.jms.listener.DefaultMessageListenerContainer
Return the "concurrentConsumer" setting.
getConcurrentExecutor() - Method in class org.springframework.scheduling.backportconcurrent.ConcurrentTaskExecutor
Deprecated.
Return the JSR-166 backport concurrent executor that this adapter delegates to.
getConcurrentExecutor() - Method in class org.springframework.scheduling.concurrent.ConcurrentTaskExecutor
Return the JDK 1.5 concurrent executor that this adapter delegates to.
getConcurrentResult() - Method in class org.springframework.web.context.request.async.WebAsyncManager
Provides access to the result from concurrent handling.
getConcurrentResultContext() - Method in class org.springframework.web.context.request.async.WebAsyncManager
Provides access to additional processing context saved at the start of concurrent handling.
getCondition() - Method in class org.springframework.cache.interceptor.CacheOperation
 
getCondition() - Method in class org.springframework.web.servlet.mvc.condition.RequestConditionHolder
Return the held request condition, or null if not holding one.
getConditions() - Method in class org.springframework.web.servlet.mvc.condition.CompositeRequestCondition
Return the underlying conditions, possibly empty but never null.
getConfigLocations() - Method in class org.springframework.context.support.AbstractRefreshableConfigApplicationContext
Return an array of resource locations, referring to the XML bean definition files that this context should be built with.
getConfigLocations() - Method in class org.springframework.test.AbstractSingleSpringContextTests
Deprecated.
Subclasses can override this method to return the locations of their config files, unless they override AbstractSingleSpringContextTests.contextKey() and AbstractSingleSpringContextTests.loadContext(Object) instead.
getConfigLocations() - Method in interface org.springframework.web.context.ConfigurableWebApplicationContext
Return the config locations for this web application context, or null if none specified.
getConfigLocations() - Method in class org.springframework.web.context.support.AbstractRefreshableWebApplicationContext
 
getConfigLocations() - Method in class org.springframework.web.context.support.GenericWebApplicationContext
 
getConfigLocations() - Method in class org.springframework.web.context.support.StaticWebApplicationContext
 
getConfigLocations() - Method in class org.springframework.web.portlet.context.AbstractRefreshablePortletApplicationContext
 
getConfigLocations() - Method in interface org.springframework.web.portlet.context.ConfigurablePortletApplicationContext
Return the config locations for this web application context, or null if none specified.
getConfigLocations() - Method in class org.springframework.web.portlet.context.StaticPortletApplicationContext
 
getConfigPath() - Method in class org.springframework.test.AbstractSingleSpringContextTests
Deprecated.
Subclasses can override this method to return a single path to a config file, relative to the concrete test class.
getConfigPaths() - Method in class org.springframework.test.AbstractSingleSpringContextTests
Deprecated.
Subclasses can override this method to return paths to their config files, relative to the concrete test class.
getConfigResources() - Method in class org.springframework.context.support.AbstractXmlApplicationContext
Return an array of Resource objects, referring to the XML bean definition files that this context should be built with.
getConfigResources() - Method in class org.springframework.context.support.ClassPathXmlApplicationContext
 
getConfigTimeCacheProvider() - Static method in class org.springframework.orm.hibernate3.LocalSessionFactoryBean
Return the CacheProvider for the currently configured Hibernate SessionFactory, to be used by LocalCacheProviderProxy.
getConfigTimeDataSource() - Static method in class org.springframework.orm.hibernate3.LocalSessionFactoryBean
Return the DataSource for the currently configured Hibernate SessionFactory, to be used by LocalDataSourceConnectionProvoder.
getConfigTimeDataSource() - Static method in class org.springframework.scheduling.quartz.SchedulerFactoryBean
Return the DataSource for the currently configured Quartz Scheduler, to be used by LocalDataSourceJobStore.
getConfigTimeLobHandler() - Static method in class org.springframework.orm.hibernate3.LocalSessionFactoryBean
Return the LobHandler for the currently configured Hibernate SessionFactory, to be used by UserType implementations like ClobStringType.
getConfigTimeLobHandler() - Static method in class org.springframework.orm.ibatis.SqlMapClientFactoryBean
Deprecated.
Return the LobHandler for the currently configured iBATIS SqlMapClient, to be used by TypeHandler implementations like ClobStringTypeHandler.
getConfigTimeNonTransactionalDataSource() - Static method in class org.springframework.scheduling.quartz.SchedulerFactoryBean
Return the non-transactional DataSource for the currently configured Quartz Scheduler, to be used by LocalDataSourceJobStore.
getConfigTimeRegionFactory() - Static method in class org.springframework.orm.hibernate3.LocalSessionFactoryBean
Return the RegionFactory for the currently configured Hibernate SessionFactory, to be used by LocalRegionFactoryProxy.
getConfigTimeResourceLoader() - Static method in class org.springframework.scheduling.quartz.SchedulerFactoryBean
Return the ResourceLoader for the currently configured Quartz Scheduler, to be used by ResourceLoaderClassLoadHelper.
getConfigTimeTaskExecutor() - Static method in class org.springframework.scheduling.quartz.SchedulerFactoryBean
Return the TaskExecutor for the currently configured Quartz Scheduler, to be used by LocalTaskExecutorThreadPool.
getConfigTimeTransactionManager() - Static method in class org.springframework.orm.hibernate3.LocalSessionFactoryBean
Return the JTA TransactionManager for the currently configured Hibernate SessionFactory, to be used by LocalTransactionManagerLookup.
getConfigurableWebBindingInitializer() - Method in class org.springframework.web.servlet.config.annotation.WebMvcConfigurationSupport
Return the ConfigurableWebBindingInitializer to use for initializing all WebDataBinder instances.
getConfiguration() - Method in class org.springframework.expression.spel.ExpressionState
 
getConfiguration() - Method in class org.springframework.orm.hibernate3.LocalSessionFactoryBean
Return the Configuration object used to build the SessionFactory.
getConfiguration() - Method in class org.springframework.orm.hibernate4.LocalSessionFactoryBean
Return the Hibernate Configuration object used to build the SessionFactory.
getConfiguration() - Method in interface org.springframework.web.servlet.view.freemarker.FreeMarkerConfig
Return the FreeMarker Configuration object for the current web application context.
getConfiguration() - Method in class org.springframework.web.servlet.view.freemarker.FreeMarkerConfigurer
Return the Configuration object wrapped by this bean.
getConfiguration() - Method in class org.springframework.web.servlet.view.freemarker.FreeMarkerView
Return the FreeMarker configuration used by this view.
getConfigurationClass() - Method in class org.springframework.context.annotation.ConfigurationMethod
 
getConfigurationClasses() - Method in class org.springframework.context.annotation.ConfigurationClassParser
 
getConfigurationOnlyCopy() - Method in class org.springframework.aop.framework.AdvisedSupport
Build a configuration-only copy of this AdvisedSupport, replacing the TargetSource
getConfigurer(EmbeddedDatabaseType) - Static method in class org.springframework.jdbc.datasource.embedded.EmbeddedDatabaseConfigurerFactory
 
getConnection(ConnectionFactory) - Static method in class org.springframework.jca.cci.connection.ConnectionFactoryUtils
Obtain a Connection from the given ConnectionFactory.
getConnection(ConnectionFactory, ConnectionSpec) - Static method in class org.springframework.jca.cci.connection.ConnectionFactoryUtils
Obtain a Connection from the given ConnectionFactory.
getConnection() - Method in class org.springframework.jca.cci.connection.ConnectionHolder
 
getConnection() - Method in class org.springframework.jca.cci.connection.ConnectionSpecConnectionFactoryAdapter
Determine whether there is currently a thread-bound ConnectionSpec, using it if available, falling back to the statically specified "connectionSpec" property else.
getConnection() - Method in class org.springframework.jca.cci.connection.DelegatingConnectionFactory
 
getConnection(ConnectionSpec) - Method in class org.springframework.jca.cci.connection.DelegatingConnectionFactory
 
getConnection() - Method in class org.springframework.jca.cci.connection.SingleConnectionFactory
 
getConnection(ConnectionSpec) - Method in class org.springframework.jca.cci.connection.SingleConnectionFactory
 
getConnection() - Method in class org.springframework.jca.cci.connection.TransactionAwareConnectionFactoryProxy
Delegate to ConnectionFactoryUtils for automatically participating in Spring-managed transactions.
getConnection() - Method in class org.springframework.jca.cci.core.support.CciDaoSupport
Get a CCI Connection, either from the current transaction or a new one.
getConnection() - Method in class org.springframework.jdbc.core.support.JdbcDaoSupport
Get a JDBC Connection, either from the current transaction or a new one.
getConnection() - Method in class org.springframework.jdbc.datasource.AbstractDriverBasedDataSource
This implementation delegates to getConnectionFromDriver, using the default username and password of this DataSource.
getConnection(String, String) - Method in class org.springframework.jdbc.datasource.AbstractDriverBasedDataSource
This implementation delegates to getConnectionFromDriver, using the given username and password.
getConnection() - Method in interface org.springframework.jdbc.datasource.ConnectionHandle
Fetch the JDBC Connection that this handle refers to.
getConnection() - Method in class org.springframework.jdbc.datasource.ConnectionHolder
Return the current Connection held by this ConnectionHolder.
getConnection(DataSource) - Static method in class org.springframework.jdbc.datasource.DataSourceUtils
Obtain a Connection from the given DataSource.
getConnection() - Method in class org.springframework.jdbc.datasource.DelegatingDataSource
 
getConnection(String, String) - Method in class org.springframework.jdbc.datasource.DelegatingDataSource
 
getConnection() - Method in class org.springframework.jdbc.datasource.embedded.EmbeddedDatabaseFactory.EmbeddedDataSourceProxy
 
getConnection(String, String) - Method in class org.springframework.jdbc.datasource.embedded.EmbeddedDatabaseFactory.EmbeddedDataSourceProxy
 
getConnection() - Method in class org.springframework.jdbc.datasource.LazyConnectionDataSourceProxy
Return a Connection handle that lazily fetches an actual JDBC Connection when asked for a Statement (or PreparedStatement or CallableStatement).
getConnection(String, String) - Method in class org.springframework.jdbc.datasource.LazyConnectionDataSourceProxy
Return a Connection handle that lazily fetches an actual JDBC Connection when asked for a Statement (or PreparedStatement or CallableStatement).
getConnection() - Method in class org.springframework.jdbc.datasource.lookup.AbstractRoutingDataSource
 
getConnection(String, String) - Method in class org.springframework.jdbc.datasource.lookup.AbstractRoutingDataSource
 
getConnection() - Method in class org.springframework.jdbc.datasource.SimpleConnectionHandle
Return the specified Connection as-is.
getConnection() - Method in class org.springframework.jdbc.datasource.SingleConnectionDataSource
 
getConnection(String, String) - Method in class org.springframework.jdbc.datasource.SingleConnectionDataSource
Specifying a custom username and password doesn't make sense with a single Connection.
getConnection() - Method in class org.springframework.jdbc.datasource.TransactionAwareDataSourceProxy
Delegates to DataSourceUtils for automatically participating in Spring-managed transactions.
getConnection() - Method in class org.springframework.jdbc.datasource.UserCredentialsDataSourceAdapter
Determine whether there are currently thread-bound credentials, using them if available, falling back to the statically specified username and password (i.e.
getConnection(String, String) - Method in class org.springframework.jdbc.datasource.UserCredentialsDataSourceAdapter
Simply delegates to UserCredentialsDataSourceAdapter.doGetConnection(String, String), keeping the given user credentials as-is.
getConnection(JmsResourceHolder) - Method in interface org.springframework.jms.connection.ConnectionFactoryUtils.ResourceFactory
Fetch an appropriate Connection from the given JmsResourceHolder.
getConnection() - Method in class org.springframework.jms.connection.JmsResourceHolder
 
getConnection(Class<? extends Connection>) - Method in class org.springframework.jms.connection.JmsResourceHolder
 
getConnection(JmsResourceHolder) - Method in class org.springframework.jms.core.JmsTemplate
Fetch an appropriate Connection from the given JmsResourceHolder.
getConnection(JmsResourceHolder) - Method in class org.springframework.jms.core.JmsTemplate.JmsTemplateResourceFactory
 
getConnection(JmsResourceHolder) - Method in class org.springframework.jms.core.JmsTemplate102
Deprecated.
This implementation overrides the superclass method to accept either a QueueConnection or a TopicConnection, depending on the domain.
getConnection(JmsResourceHolder) - Method in class org.springframework.jms.listener.AbstractPollingMessageListenerContainer
Fetch an appropriate Connection from the given JmsResourceHolder.
getConnection(JmsResourceHolder) - Method in class org.springframework.jms.listener.AbstractPollingMessageListenerContainer.MessageListenerContainerResourceFactory
 
getConnection(JmsResourceHolder) - Method in class org.springframework.jms.listener.DefaultMessageListenerContainer102
Deprecated.
This implementation overrides the superclass method to accept either a QueueConnection or a TopicConnection, depending on the domain.
getConnection() - Method in class org.springframework.orm.hibernate3.LocalDataSourceConnectionProvider
This implementation delegates to the underlying DataSource.
getConnection() - Method in class org.springframework.orm.jdo.DefaultJdoDialect.DataStoreConnectionHandle
 
getConnection() - Method in class org.springframework.orm.jpa.vendor.HibernateJpaDialect.HibernateConnectionHandle
 
getConnection() - Method in class org.springframework.orm.jpa.vendor.OpenJpaDialect.OpenJpaConnectionHandle
 
getConnectionFactory() - Method in class org.springframework.jca.cci.connection.CciLocalTransactionManager
Return the CCI ConnectionFactory that this instance manages local transactions for.
getConnectionFactory() - Method in class org.springframework.jca.cci.core.CciTemplate
Return the CCI ConnectionFactory used by this template.
getConnectionFactory() - Method in class org.springframework.jca.cci.core.support.CciDaoSupport
Return the ConnectionFactory used by this DAO.
getConnectionFactory() - Method in class org.springframework.jms.connection.JmsTransactionManager
Return the JMS ConnectionFactory that this instance should manage transactions for.
getConnectionFactory() - Method in class org.springframework.jms.core.support.JmsGatewaySupport
Return the JMS ConnectionFactory used by the gateway.
getConnectionFactory() - Method in class org.springframework.jms.remoting.JmsInvokerClientInterceptor
Return the QueueConnectionFactory to use for obtaining JMS QueueConnections.
getConnectionFactory() - Method in class org.springframework.jms.support.JmsAccessor
Return the ConnectionFactory that this accessor uses for obtaining JMS Connections.
getConnectionFromDriver(String, String) - Method in class org.springframework.jdbc.datasource.AbstractDriverBasedDataSource
Build properties for the Driver, including the given username and password (if any), and obtain a corresponding Connection.
getConnectionFromDriver(Properties) - Method in class org.springframework.jdbc.datasource.AbstractDriverBasedDataSource
Obtain a Connection using the given properties.
getConnectionFromDriver(Properties) - Method in class org.springframework.jdbc.datasource.DriverManagerDataSource
 
getConnectionFromDriver(Properties) - Method in class org.springframework.jdbc.datasource.SimpleDriverDataSource
 
getConnectionFromDriverManager(String, Properties) - Method in class org.springframework.jdbc.datasource.DriverManagerDataSource
Getting a Connection using the nasty static from DriverManager is extracted into a protected method to allow for easy unit testing.
getConnectionHandle() - Method in class org.springframework.jdbc.datasource.ConnectionHolder
Return the ConnectionHandle held by this ConnectionHolder.
getConnectionHolder() - Method in class org.springframework.jca.cci.connection.CciLocalTransactionManager.CciLocalTransactionObject
 
getConnectionHolder() - Method in class org.springframework.jdbc.datasource.JdbcTransactionObjectSupport
 
getConnectionHolder() - Method in class org.springframework.orm.hibernate3.HibernateTransactionManager.SuspendedResourcesHolder
 
getConnectionHolder() - Method in class org.springframework.orm.hibernate4.HibernateTransactionManager.SuspendedResourcesHolder
 
getConnectionHolder() - Method in class org.springframework.orm.jdo.JdoTransactionManager.SuspendedResourcesHolder
 
getConnectionHolder() - Method in class org.springframework.orm.jpa.JpaTransactionManager.SuspendedResourcesHolder
 
getConnectionHolderForSavepoint() - Method in class org.springframework.jdbc.datasource.JdbcTransactionObjectSupport
 
getConnectionProperties() - Method in class org.springframework.jdbc.datasource.AbstractDriverBasedDataSource
Return the connection properties to be passed to the Driver, if any.
getConnectionProperties() - Method in interface org.springframework.jdbc.datasource.embedded.DataSourceFactory
Allows properties of the DataSource to be configured.
getConnectionProperties() - Method in class org.springframework.jdbc.datasource.embedded.SimpleDriverDataSourceFactory
 
getConnectionSpec() - Method in class org.springframework.jca.cci.core.CciTemplate
Return the CCI ConnectionSpec used by this template, if any.
getConnectionSynchronizationOrder(DataSource) - Static method in class org.springframework.jdbc.datasource.DataSourceUtils
Determine the connection synchronization order to use for the given DataSource.
getConstantValue() - Method in class org.springframework.expression.spel.ast.InlineList
 
getConstraintsForClass(Class<?>) - Method in class org.springframework.validation.beanvalidation.SpringValidatorAdapter
 
getConstraintValidatorFactory() - Method in class org.springframework.validation.beanvalidation.LocalValidatorFactoryBean
 
getConstructor(Class<?>, Class<?>) - Static method in class org.springframework.core.convert.support.ObjectToObjectConverter
 
getConstructor() - Method in class org.springframework.core.MethodParameter
Return the wrapped Constructor, if any.
getConstructorArgumentValues() - Method in interface org.springframework.beans.factory.config.BeanDefinition
Return the constructor argument values for this bean.
getConstructorArgumentValues() - Method in class org.springframework.beans.factory.support.AbstractBeanDefinition
Return constructor argument values for this bean (never null).
getConstructorIfAvailable(Class<T>, Class<?>...) - Static method in class org.springframework.util.ClassUtils
Determine whether the given class has a public constructor with the given signature, and return it if available (else return null).
getConstructorInfo(Object, String) - Method in class org.springframework.jmx.export.assembler.AbstractMBeanInfoAssembler
Get the constructor metadata for the MBean resource.
getConstructorResolvers() - Method in interface org.springframework.expression.EvaluationContext
 
getConstructorResolvers() - Method in class org.springframework.expression.spel.support.StandardEvaluationContext
 
getConsumableMediaTypes() - Method in class org.springframework.web.servlet.mvc.condition.ConsumesRequestCondition
Returns the media types for this condition excluding negated expressions.
getConsumableMediaTypes(HttpServletRequest, Set<RequestMappingInfo>) - Method in class org.springframework.web.servlet.mvc.method.RequestMappingInfoHandlerMapping
 
getConsumesCondition() - Method in class org.springframework.web.servlet.mvc.method.RequestMappingInfo
Returns the "consumes" condition of this RequestMappingInfo; or instance with 0 consumes expressions, never null
getContainerRuntimeOptions() - Method in class org.springframework.mock.web.portlet.MockPortletConfig
 
getContainerRuntimeOptions() - Method in class org.springframework.mock.web.portlet.MockPortletContext
 
getContainerRuntimeOptions() - Method in class org.springframework.mock.web.portlet.ServletWrappingPortletContext
 
getContainerRuntimeOptions() - Method in class org.springframework.web.portlet.handler.SimplePortletPostProcessor.DelegatingPortletConfig
 
getContainerRuntimeOptions() - Method in class org.springframework.web.portlet.mvc.PortletWrappingController.DelegatingPortletConfig
 
getContainingBeanDefinition() - Method in class org.springframework.beans.factory.xml.ParserContext
 
getContainingComponent() - Method in class org.springframework.beans.factory.xml.ParserContext
 
getContent() - Method in class org.springframework.oxm.support.MarshallingSource
Return the object to be marshalled.
getContent() - Method in class org.springframework.web.servlet.mvc.condition.AbstractRequestCondition
Return the discrete items a request condition is composed of.
getContent() - Method in class org.springframework.web.servlet.mvc.condition.CompositeRequestCondition
 
getContent() - Method in class org.springframework.web.servlet.mvc.condition.ConsumesRequestCondition
 
getContent() - Method in class org.springframework.web.servlet.mvc.condition.HeadersRequestCondition
 
getContent() - Method in class org.springframework.web.servlet.mvc.condition.ParamsRequestCondition
 
getContent() - Method in class org.springframework.web.servlet.mvc.condition.PatternsRequestCondition
 
getContent() - Method in class org.springframework.web.servlet.mvc.condition.ProducesRequestCondition
 
getContent() - Method in class org.springframework.web.servlet.mvc.condition.RequestConditionHolder
 
getContent() - Method in class org.springframework.web.servlet.mvc.condition.RequestMethodsRequestCondition
 
getContentAsByteArray() - Method in class org.springframework.mock.web.MockHttpServletResponse
 
getContentAsByteArray() - Method in class org.springframework.mock.web.MockPageContext
 
getContentAsByteArray() - Method in class org.springframework.mock.web.portlet.MockMimeResponse
 
getContentAsString() - Method in class org.springframework.mock.web.MockHttpServletResponse
 
getContentAsString() - Method in class org.springframework.mock.web.MockPageContext
 
getContentAsString() - Method in class org.springframework.mock.web.portlet.MockMimeResponse
 
getContentDispositionMappings() - Method in class org.springframework.web.servlet.view.jasperreports.JasperReportsMultiFormatView
Return the mappings of Content-Disposition header values to mapping keys.
getContentHandler() - Method in class org.springframework.oxm.support.MarshallingSource.MarshallingXMLReader
 
getContentHandler() - Method in class org.springframework.util.xml.AbstractXMLReader
 
getContentLength(T, MediaType) - Method in class org.springframework.http.converter.AbstractHttpMessageConverter
Returns the content length for the given type.
getContentLength(byte[], MediaType) - Method in class org.springframework.http.converter.ByteArrayHttpMessageConverter
 
getContentLength(Object, MediaType) - Method in class org.springframework.http.converter.ObjectToStringHttpMessageConverter
 
getContentLength(Resource, MediaType) - Method in class org.springframework.http.converter.ResourceHttpMessageConverter
 
getContentLength(String, MediaType) - Method in class org.springframework.http.converter.StringHttpMessageConverter
 
getContentLength(T, MediaType) - Method in class org.springframework.http.converter.xml.SourceHttpMessageConverter
 
getContentLength() - Method in class org.springframework.http.HttpHeaders
Return the length of the body in bytes, as specified by the Content-Length header.
getContentLength() - Method in class org.springframework.mock.web.MockHttpServletRequest
 
getContentLength() - Method in class org.springframework.mock.web.MockHttpServletResponse
 
getContentLength() - Method in class org.springframework.mock.web.portlet.MockClientDataRequest
 
getContentLength() - Method in class org.springframework.mock.web.portlet.MockResourceResponse
 
getContentNegotiationManager() - Method in class org.springframework.web.servlet.config.annotation.ContentNegotiationConfigurer
Return the configured ContentNegotiationManager instance
getContentNegotiationManager(Element, Object, ParserContext) - Method in class org.springframework.web.servlet.config.AnnotationDrivenBeanDefinitionParser
 
getContentNegotiationManager() - Method in class org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping
Return the configured ContentNegotiationManager.
getContentType() - Method in class org.springframework.http.HttpHeaders
Return the media type of the body, as specified by the Content-Type header.
getContentType(File) - Method in class org.springframework.mail.javamail.ConfigurableMimeFileTypeMap
Delegates to the underlying FileTypeMap.
getContentType(String) - Method in class org.springframework.mail.javamail.ConfigurableMimeFileTypeMap
Delegates to the underlying FileTypeMap.
getContentType() - Method in class org.springframework.mock.web.MockHttpServletRequest
 
getContentType() - Method in class org.springframework.mock.web.MockHttpServletResponse
 
getContentType() - Method in class org.springframework.mock.web.MockMultipartFile
 
getContentType() - Method in class org.springframework.mock.web.portlet.MockClientDataRequest
 
getContentType() - Method in class org.springframework.mock.web.portlet.MockMimeResponse
 
getContentType() - Method in class org.springframework.oxm.jaxb.Jaxb2Marshaller.ByteArrayDataSource
 
getContentType() - Method in class org.springframework.remoting.httpinvoker.AbstractHttpInvokerRequestExecutor
Return the content type to use for sending HTTP invoker requests.
getContentType() - Method in class org.springframework.remoting.rmi.RemoteInvocationSerializingExporter
Return the content type to use for sending remote invocation responses.
getContentType(ClientHttpResponse) - Method in class org.springframework.web.client.HttpMessageConverterExtractor
 
getContentType() - Method in class org.springframework.web.HttpMediaTypeNotSupportedException
Return the HTTP request content type method that caused the failure.
getContentType() - Method in class org.springframework.web.multipart.commons.CommonsMultipartFile
 
getContentType() - Method in interface org.springframework.web.multipart.MultipartFile
Return the content type of the file.
getContentType() - Method in class org.springframework.web.multipart.support.StandardMultipartHttpServletRequest.StandardMultipartFile
 
getContentType() - Method in class org.springframework.web.servlet.view.AbstractView
Return the content type for this view.
getContentType() - Method in interface org.springframework.web.servlet.View
Return the content type of the view, if predetermined.
getContentType() - Method in class org.springframework.web.servlet.view.UrlBasedViewResolver
Return the content type for all views, if any.
getContentTypeCharset(MediaType) - Method in class org.springframework.http.converter.StringHttpMessageConverter
 
getContext() - Method in class org.springframework.jndi.JndiTemplate
Obtain a JNDI context corresponding to this template's configuration.
getContext(String) - Method in class org.springframework.mock.web.MockServletContext
 
getContext(Object) - Method in class org.springframework.test.AbstractSpringContextTests
Deprecated.
Obtain an ApplicationContext for the given key, potentially cached.
getContextAttribute() - Method in class org.springframework.web.filter.DelegatingFilterProxy
Return the name of the ServletContext attribute which should be used to retrieve the WebApplicationContext from which to load the delegate Filter bean.
getContextAttribute() - Method in class org.springframework.web.servlet.FrameworkServlet
Return the name of the ServletContext attribute which should be used to retrieve the WebApplicationContext that this servlet is supposed to use.
getContextClass() - Method in class org.springframework.web.portlet.FrameworkPortlet
Return the custom context class.
getContextClass() - Method in class org.springframework.web.servlet.FrameworkServlet
Return the custom context class.
getContextClass() - Method in class org.springframework.web.struts.ContextLoaderPlugIn
Deprecated.
Return the custom context class.
getContextConfigLocation() - Method in class org.springframework.jca.context.SpringContextResourceAdapter
Return the specified context configuration files.
getContextConfigLocation() - Method in class org.springframework.web.portlet.FrameworkPortlet
Return the explicit context config location, if any.
getContextConfigLocation() - Method in class org.springframework.web.servlet.FrameworkServlet
Return the explicit context config location, if any.
getContextConfigLocation() - Method in class org.springframework.web.struts.ContextLoaderPlugIn
Deprecated.
Return the explicit context config location, if any.
getContextId() - Method in class org.springframework.web.servlet.FrameworkServlet
Return the custom WebApplicationContext id, if any.
getContextInitializerClasses() - Method in class org.springframework.test.context.MergedContextConfiguration
Get the merged ApplicationContextInitializer classes for the test class.
getContextLoader() - Method in class org.springframework.test.context.MergedContextConfiguration
Get the resolved ContextLoader for the test class.
getContextLoader() - Method in class org.springframework.web.context.ContextLoaderListener
Deprecated.
in favor of simply subclassing ContextLoaderListener itself (which extends ContextLoader, as of Spring 3.0)
getContextLoaderClass() - Method in class org.springframework.test.context.ContextConfigurationAttributes
Get the ContextLoader class that was declared via @ContextConfiguration.
getContextPath() - Method in class org.springframework.mock.web.MockHttpServletRequest
 
getContextPath() - Method in class org.springframework.mock.web.MockServletContext
 
getContextPath() - Method in class org.springframework.mock.web.portlet.MockPortletRequest
 
getContextPath() - Method in class org.springframework.oxm.jaxb.Jaxb2Marshaller
Return the JAXB context path.
getContextPath() - Method in class org.springframework.web.context.request.FacesWebRequest
 
getContextPath() - Method in class org.springframework.web.context.request.ServletWebRequest
 
getContextPath() - Method in interface org.springframework.web.context.request.WebRequest
Return the context path for this request (usually the base path that the current web application is mapped to).
getContextPath() - Method in class org.springframework.web.portlet.context.PortletWebRequest
 
getContextPath() - Method in class org.springframework.web.servlet.support.RequestContext
Return the context path of the original request, that is, the path that indicates the current web application.
getContextPath(HttpServletRequest) - Method in class org.springframework.web.util.UrlPathHelper
Return the context path for the given request, detecting an include request URL if called within a RequestDispatcher include.
getContextUrl(String) - Method in class org.springframework.web.servlet.support.RequestContext
Return a context-aware URl for the given relative URL.
getContextUrl(String, Map<String, ?>) - Method in class org.springframework.web.servlet.support.RequestContext
Return a context-aware URl for the given relative URL with placeholders (named keys with braces {}).
getController(ComponentDefinition, HttpServletRequest) - Method in class org.springframework.web.servlet.view.tiles.TilesView
Deprecated.
Determine and initialize the Tiles component controller for the given Tiles definition, if any.
getConversationId() - Method in interface org.springframework.beans.factory.config.Scope
Return the conversation ID for the current underlying scope, if any.
getConversationId() - Method in class org.springframework.context.support.SimpleThreadScope
 
getConversationId() - Method in class org.springframework.web.context.request.RequestScope
There is no conversation id concept for a request, so this method returns null.
getConversationId() - Method in class org.springframework.web.context.request.SessionScope
 
getConversationId() - Method in class org.springframework.web.context.support.ServletContextScope
 
getConversationId() - Method in class org.springframework.web.portlet.context.PortletContextScope
 
getConversionService() - Method in interface org.springframework.beans.ConfigurablePropertyAccessor
Return the associated ConversionService, if any.
getConversionService() - Method in interface org.springframework.beans.factory.config.ConfigurableBeanFactory
Return the associated ConversionService, if any.
getConversionService() - Method in class org.springframework.beans.factory.support.AbstractBeanFactory
 
getConversionService() - Method in class org.springframework.beans.PropertyEditorRegistrySupport
Return the associated ConversionService, if any.
getConversionService() - Method in class org.springframework.core.env.AbstractEnvironment
 
getConversionService() - Method in class org.springframework.core.env.AbstractPropertyResolver
 
getConversionService() - Method in interface org.springframework.core.env.ConfigurablePropertyResolver
 
getConversionService() - Method in class org.springframework.validation.DataBinder
Return the associated ConversionService, if any.
getConversionService() - Method in class org.springframework.web.bind.support.ConfigurableWebBindingInitializer
Return the ConversionService which will apply to every DataBinder.
getConversionService(Element, Object, ParserContext) - Method in class org.springframework.web.servlet.config.AnnotationDrivenBeanDefinitionParser
 
getConversionService(PageContext) - Method in class org.springframework.web.servlet.tags.EvalTag
 
getConvertedExporterParameters() - Method in class org.springframework.web.servlet.view.jasperreports.AbstractJasperReportsView
Allows subclasses to retrieve the converted exporter parameters.
getConvertedValue() - Method in class org.springframework.beans.factory.config.ConstructorArgumentValues.ValueHolder
Return the converted value of the constructor argument, after processed type conversion.
getConvertedValue() - Method in class org.springframework.beans.PropertyValue
Return the converted value of the constructor argument, after processed type conversion.
getConverter(Class<T>) - Method in interface org.springframework.core.convert.converter.ConverterFactory
Get the converter to convert from S to target type T, where T is also an instance of R.
getConverter(Class<T>) - Method in class org.springframework.core.convert.support.CharacterToNumberFactory
 
getConverter(TypeDescriptor, TypeDescriptor) - Method in class org.springframework.core.convert.support.GenericConversionService.ConvertersForPair
 
getConverter(TypeDescriptor, TypeDescriptor) - Method in class org.springframework.core.convert.support.GenericConversionService
Hook method to lookup the converter for a given sourceType/targetType pair.
getConverter(Class<T>) - Method in class org.springframework.core.convert.support.NumberToNumberConverterFactory
 
getConverter(Class<T>) - Method in class org.springframework.core.convert.support.StringToEnumConverterFactory
 
getConverter(Class<T>) - Method in class org.springframework.core.convert.support.StringToNumberConverterFactory
 
getConverterStrings() - Method in class org.springframework.core.convert.support.GenericConversionService.Converters
 
getConvertibleTypes() - Method in interface org.springframework.core.convert.converter.GenericConverter
Return the source and target types which this converter can convert between.
getConvertibleTypes() - Method in class org.springframework.core.convert.support.ArrayToArrayConverter
 
getConvertibleTypes() - Method in class org.springframework.core.convert.support.ArrayToCollectionConverter
 
getConvertibleTypes() - Method in class org.springframework.core.convert.support.ArrayToObjectConverter
 
getConvertibleTypes() - Method in class org.springframework.core.convert.support.ArrayToStringConverter
 
getConvertibleTypes() - Method in class org.springframework.core.convert.support.CollectionToArrayConverter
 
getConvertibleTypes() - Method in class org.springframework.core.convert.support.CollectionToCollectionConverter
 
getConvertibleTypes() - Method in class org.springframework.core.convert.support.CollectionToObjectConverter
 
getConvertibleTypes() - Method in class org.springframework.core.convert.support.CollectionToStringConverter
 
getConvertibleTypes() - Method in class org.springframework.core.convert.support.FallbackObjectToStringConverter
 
getConvertibleTypes() - Method in class org.springframework.core.convert.support.GenericConversionService.ConverterAdapter
 
getConvertibleTypes() - Method in class org.springframework.core.convert.support.GenericConversionService.ConverterFactoryAdapter
 
getConvertibleTypes() - Method in class org.springframework.core.convert.support.GenericConversionService.NoOpConverter
 
getConvertibleTypes() - Method in class org.springframework.core.convert.support.IdToEntityConverter
 
getConvertibleTypes() - Method in class org.springframework.core.convert.support.MapToMapConverter
 
getConvertibleTypes() - Method in class org.springframework.core.convert.support.ObjectToArrayConverter
 
getConvertibleTypes() - Method in class org.springframework.core.convert.support.ObjectToCollectionConverter
 
getConvertibleTypes() - Method in class org.springframework.core.convert.support.ObjectToObjectConverter
 
getConvertibleTypes() - Method in class org.springframework.core.convert.support.StringToArrayConverter
 
getConvertibleTypes() - Method in class org.springframework.core.convert.support.StringToCollectionConverter
 
getConvertibleTypes() - Method in class org.springframework.format.support.FormattingConversionService.AnnotationParserConverter
 
getConvertibleTypes() - Method in class org.springframework.format.support.FormattingConversionService.AnnotationPrinterConverter
 
getConvertibleTypes() - Method in class org.springframework.format.support.FormattingConversionService.ParserConverter
 
getConvertibleTypes() - Method in class org.springframework.format.support.FormattingConversionService.PrinterConverter
 
getCookie(String) - Method in class org.springframework.mock.web.MockHttpServletResponse
 
getCookie(String) - Method in class org.springframework.mock.web.portlet.MockPortletResponse
 
getCookie(PortletRequest, String) - Static method in class org.springframework.web.portlet.util.PortletUtils
Retrieve the first cookie with the given name.
getCookie(HttpServletRequest, String) - Static method in class org.springframework.web.util.WebUtils
Retrieve the first cookie with the given name.
getCookieDomain() - Method in class org.springframework.web.util.CookieGenerator
Return the domain for cookies created by this generator, if any.
getCookieMaxAge() - Method in class org.springframework.web.util.CookieGenerator
Return the maximum age for cookies created by this generator.
getCookieName() - Method in class org.springframework.web.util.CookieGenerator
Return the given name for cookies created by this generator.
getCookiePath() - Method in class org.springframework.web.util.CookieGenerator
Return the path for cookies created by this generator.
getCookies() - Method in class org.springframework.mock.web.MockHttpServletRequest
 
getCookies() - Method in class org.springframework.mock.web.MockHttpServletResponse
 
getCookies() - Method in class org.springframework.mock.web.portlet.MockPortletRequest
 
getCookies() - Method in class org.springframework.mock.web.portlet.MockPortletResponse
 
getCorePoolSize() - Method in class org.springframework.scheduling.backportconcurrent.ThreadPoolTaskExecutor
Deprecated.
Return the ThreadPoolExecutor's core pool size.
getCorePoolSize() - Method in class org.springframework.scheduling.concurrent.ThreadPoolTaskExecutor
Return the ThreadPoolExecutor's core pool size.
getCount() - Method in class org.springframework.aop.interceptor.DebugInterceptor
Return the number of times this interceptor has been invoked.
getCount() - Method in class org.springframework.util.ConcurrentReferenceHashMap.Segment
 
getCreateMethod(Object) - Method in class org.springframework.ejb.access.AbstractRemoteSlsbInvokerInterceptor
Check for EJB3-style home object that serves as EJB component directly.
getCreateMethod(Object) - Method in class org.springframework.ejb.access.AbstractSlsbInvokerInterceptor
Determine the create method of the given EJB home object.
getCreateMethod(Object) - Method in class org.springframework.ejb.access.LocalSlsbInvokerInterceptor
Check for EJB3-style home object that serves as EJB component directly.
getCreationTime() - Method in class org.springframework.mock.web.MockHttpSession
 
getCreationTime() - Method in class org.springframework.mock.web.portlet.MockPortletSession
 
getCssClass() - Method in class org.springframework.web.servlet.tags.form.AbstractHtmlElementTag
Get the value of the 'class' attribute.
getCssErrorClass() - Method in class org.springframework.web.servlet.tags.form.AbstractHtmlElementTag
The CSS class to use when the field bound to a particular tag has errors.
getCssStyle() - Method in class org.springframework.web.servlet.tags.form.AbstractHtmlElementTag
Get the value of the 'style' attribute.
getCurrencyTimeLimit() - Method in class org.springframework.jmx.export.metadata.AbstractJmxAttribute
Return a currency time limit for this attribute.
getCurrentContextBuilder() - Static method in class org.springframework.mock.jndi.SimpleNamingContextBuilder
Checks if a SimpleNamingContextBuilder is active.
getCurrentIsolationLevel() - Method in class org.springframework.jdbc.datasource.IsolationLevelDataSourceAdapter
Determine the current isolation level: either the transaction's isolation level or a statically defined isolation level.
getCurrentlyInvokedFactoryMethod() - Static method in class org.springframework.beans.factory.support.SimpleInstantiationStrategy
Return the factory method currently being invoked or null if none.
getCurrentPage(PortletRequest) - Method in class org.springframework.web.portlet.mvc.AbstractWizardFormController
Deprecated.
Return the current page number.
getCurrentPage(HttpServletRequest) - Method in class org.springframework.web.servlet.mvc.AbstractWizardFormController
Deprecated.
Return the current page number.
getCurrentProxiedBeanName() - Method in class org.springframework.aop.aspectj.AspectJExpressionPointcut
 
getCurrentProxiedBeanName() - Static method in class org.springframework.aop.framework.autoproxy.ProxyCreationContext
Return the name of the currently proxied bean instance.
getCurrentReadOnlyFlag() - Method in class org.springframework.jdbc.datasource.IsolationLevelDataSourceAdapter
Determine the current read-only flag: by default, the transaction's read-only hint.
getCurrentRequest() - Static method in class org.springframework.web.servlet.support.ServletUriComponentsBuilder
Obtain the request through RequestContextHolder.
getCurrentRequestUriVariables(HttpServletRequest) - Method in class org.springframework.web.servlet.view.RedirectView
 
getCurrentSession() - Method in class org.springframework.orm.hibernate3.SpringSessionSynchronization
Check whether there is a Hibernate Session for the current JTA transaction.
getCurrentSession() - Method in class org.springframework.orm.hibernate4.SpringSessionSynchronization
 
getCurrentTransactionIsolationLevel() - Static method in class org.springframework.transaction.support.TransactionSynchronizationManager
Return the isolation level for the current transaction, if any.
getCurrentTransactionName() - Static method in class org.springframework.transaction.support.TransactionSynchronizationManager
Return the name of the current transaction, or null if none set.
getCurrentWebApplicationContext() - Static method in class org.springframework.web.context.ContextLoader
Obtain the Spring root web application context for the current thread (i.e.
getCustomArgumentResolvers() - Method in class org.springframework.web.servlet.mvc.method.annotation.ExceptionHandlerExceptionResolver
Return the custom argument resolvers, or null.
getCustomArgumentResolvers() - Method in class org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter
Return the custom argument resolvers, or null.
getCustomCondition() - Method in class org.springframework.web.servlet.mvc.method.RequestMappingInfo
Returns the "custom" condition of this RequestMappingInfo; or null
getCustomEditor(String, Class<?>) - Method in class org.springframework.beans.PropertyEditorRegistrySupport
Get custom editor that has been registered for the given property.
getCustomEditor(Class<?>) - Method in class org.springframework.beans.PropertyEditorRegistrySupport
Get custom editor for the given type.
getCustomEditor(String) - Method in class org.springframework.validation.AbstractPropertyBindingResult
Retrieve the custom PropertyEditor for the given field, if any.
getCustomEditors() - Method in class org.springframework.beans.factory.support.AbstractBeanFactory
Return the map of custom editors, with Classes as keys and PropertyEditor classes as values.
getCustomMethodCondition(Method) - Method in class org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping
Provide a custom method-level request condition.
getCustomProperties() - Method in class org.springframework.remoting.jaxws.JaxWsPortClientInterceptor
Allow Map access to the custom properties to be set on the stub, with the option to add or override specific entries.
getCustomPropertyMap() - Method in class org.springframework.remoting.jaxrpc.JaxRpcPortClientInterceptor
Deprecated.
Allow Map access to the custom properties to be set on the stub or call, with the option to add or override specific entries.
getCustomReturnValueHandlers() - Method in class org.springframework.web.servlet.mvc.method.annotation.ExceptionHandlerExceptionResolver
Return the custom return value handlers, or null.
getCustomReturnValueHandlers() - Method in class org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter
Return the custom return value handlers, or null.
getCustomSqlExceptionTranslator() - Method in class org.springframework.jdbc.support.SQLErrorCodes
 
getCustomTargetSource(Class<?>, String) - Method in class org.springframework.aop.framework.autoproxy.AbstractAutoProxyCreator
Create a target source for bean instances.
getCustomTranslations() - Method in class org.springframework.jdbc.support.SQLErrorCodes
 
getCustomTypeCondition(Class<?>) - Method in class org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping
Provide a custom type-level request condition.
getCustomTypeConverter() - Method in class org.springframework.beans.factory.support.AbstractBeanFactory
Return the custom TypeConverter to use, if any.
getDataAccessResourceFailureCodes() - Method in class org.springframework.jdbc.support.SQLErrorCodes
 
getDatabase() - Method in class org.springframework.jdbc.datasource.embedded.EmbeddedDatabaseFactory
Factory method that returns the embedded database instance.
getDatabase() - Method in class org.springframework.orm.jpa.vendor.AbstractJpaVendorAdapter
Return the target database to operate on.
getDatabasePlatform() - Method in class org.springframework.orm.jpa.vendor.AbstractJpaVendorAdapter
Return the name of the target database to operate on.
getDatabaseProductName() - Method in class org.springframework.jdbc.support.SQLErrorCodes
 
getDatabaseProductNames() - Method in class org.springframework.jdbc.support.SQLErrorCodes
 
getDatabaseVersion() - Method in class org.springframework.jdbc.core.metadata.GenericTableMetaDataProvider
Provide access to version info for subclasses.
getDataBinderFactory(HandlerMethod) - Method in class org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter
 
getDataIntegrityViolationCodes() - Method in class org.springframework.jdbc.support.SQLErrorCodes
 
getDataSource() - Method in class org.springframework.jdbc.core.support.JdbcDaoSupport
Return the JDBC DataSource used by this DAO.
getDataSource() - Method in class org.springframework.jdbc.datasource.DataSourceTransactionManager
Return the JDBC DataSource that this instance manages transactions for.
getDataSource() - Method in interface org.springframework.jdbc.datasource.embedded.DataSourceFactory
Returns the DataSource with the connection properties applied.
getDataSource() - Method in class org.springframework.jdbc.datasource.embedded.EmbeddedDatabaseFactory
Hook that gets the DataSource that provides the connectivity to the embedded database.
getDataSource() - Method in class org.springframework.jdbc.datasource.embedded.SimpleDriverDataSourceFactory
 
getDataSource(String) - Method in class org.springframework.jdbc.datasource.lookup.BeanFactoryDataSourceLookup
 
getDataSource(String) - Method in interface org.springframework.jdbc.datasource.lookup.DataSourceLookup
Retrieve the DataSource identified by the given name.
getDataSource(String) - Method in class org.springframework.jdbc.datasource.lookup.JndiDataSourceLookup
 
getDataSource(String) - Method in class org.springframework.jdbc.datasource.lookup.MapDataSourceLookup
 
getDataSource(String) - Method in class org.springframework.jdbc.datasource.lookup.SingleDataSourceLookup
 
getDataSource() - Method in class org.springframework.jdbc.support.incrementer.AbstractDataFieldMaxValueIncrementer
Return the data source to retrieve the value from.
getDataSource() - Method in class org.springframework.jdbc.support.JdbcAccessor
Return the DataSource used by this template.
getDataSource() - Method in class org.springframework.orm.hibernate3.AbstractSessionFactoryBean
Return the DataSource to be used by the SessionFactory.
getDataSource() - Method in class org.springframework.orm.hibernate3.HibernateTransactionManager
Return the JDBC DataSource that this instance manages transactions for.
getDataSource() - Method in class org.springframework.orm.hibernate3.LocalDataSourceConnectionProvider
Return the DataSource that this ConnectionProvider wraps.
getDataSource(SessionFactory) - Static method in class org.springframework.orm.hibernate3.SessionFactoryUtils
Determine the DataSource of the given SessionFactory.
getDataSource() - Method in class org.springframework.orm.hibernate4.HibernateTransactionManager
Return the JDBC DataSource that this instance manages transactions for.
getDataSource(SessionFactory) - Static method in class org.springframework.orm.hibernate4.SessionFactoryUtils
Determine the DataSource of the given SessionFactory.
getDataSource() - Method in class org.springframework.orm.ibatis.SqlMapClientTemplate
Deprecated.
If no DataSource specified, use SqlMapClient's DataSource.
getDataSource() - Method in class org.springframework.orm.ibatis.support.SqlMapClientDaoSupport
Deprecated.
Return the JDBC DataSource used by this DAO.
getDataSource() - Method in class org.springframework.orm.jdo.JdoTransactionManager
Return the JDBC DataSource that this instance manages transactions for.
getDataSource() - Method in class org.springframework.orm.jpa.AbstractEntityManagerFactoryBean
 
getDataSource() - Method in interface org.springframework.orm.jpa.EntityManagerFactoryInfo
Return the JDBC DataSource that this EntityManagerFactory obtains its JDBC Connections from.
getDataSource() - Method in class org.springframework.orm.jpa.JpaTransactionManager
Return the JDBC DataSource that this instance manages transactions for.
getDataSource() - Method in class org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean
 
getDataSourceLookup() - Method in class org.springframework.orm.jpa.persistenceunit.DefaultPersistenceUnitManager
Return the JDBC DataSourceLookup that provides DataSources for the persistence provider, resolving data source names in persistence.xml against Spring-managed DataSource instances.
getDataSources() - Method in class org.springframework.jdbc.datasource.lookup.MapDataSourceLookup
Get the Map of DataSources maintained by this object.
getDataSourceToUse(DataSource) - Method in class org.springframework.orm.hibernate3.LocalDataSourceConnectionProvider
Return the DataSource to use for retrieving Connections.
getDataSourceToUse(DataSource) - Method in class org.springframework.orm.hibernate3.TransactionAwareDataSourceConnectionProvider
Return a TransactionAwareDataSourceProxy for the given DataSource, provided that it isn't a TransactionAwareDataSourceProxy already.
getDate() - Method in class org.springframework.http.HttpHeaders
Returns the date and time at which the message was created, as specified by the Date header.
getDate(int, Calendar) - Method in class org.springframework.jdbc.support.rowset.ResultSetWrappingSqlRowSet
 
getDate(int) - Method in class org.springframework.jdbc.support.rowset.ResultSetWrappingSqlRowSet
 
getDate(String, Calendar) - Method in class org.springframework.jdbc.support.rowset.ResultSetWrappingSqlRowSet
 
getDate(String) - Method in class org.springframework.jdbc.support.rowset.ResultSetWrappingSqlRowSet
 
getDate(int, Calendar) - Method in interface org.springframework.jdbc.support.rowset.SqlRowSet
Retrieves the value of the indicated column in the current row as a Date object.
getDate(int) - Method in interface org.springframework.jdbc.support.rowset.SqlRowSet
Retrieves the value of the indicated column in the current row as a Date object.
getDate(String, Calendar) - Method in interface org.springframework.jdbc.support.rowset.SqlRowSet
Retrieves the value of the indicated column in the current row as a Date object.
getDate(String) - Method in interface org.springframework.jdbc.support.rowset.SqlRowSet
Retrieves the value of the indicated column in the current row as a Date object.
getDateFormat(Locale) - Method in class org.springframework.format.datetime.DateFormatter
 
getDateHeader(String) - Method in class org.springframework.mock.web.MockHttpServletRequest
 
getDeadline() - Method in class org.springframework.transaction.support.ResourceHolderSupport
Return the expiration deadline of this object.
getDeadlockLoserCodes() - Method in class org.springframework.jdbc.support.SQLErrorCodes
 
getDeclarationOrder() - Method in class org.springframework.aop.aspectj.AbstractAspectJAdvice
 
getDeclarationOrder() - Method in class org.springframework.aop.aspectj.annotation.InstantiationModelAwarePointcutAdvisorImpl
 
getDeclarationOrder() - Method in interface org.springframework.aop.aspectj.AspectJPrecedenceInformation
The declaration order of the advice member within the aspect.
getDeclaredParameters() - Method in class org.springframework.jdbc.object.RdbmsOperation
Return a list of the declared SqlParameter objects.
getDeclaredPointcut() - Method in class org.springframework.aop.aspectj.annotation.InstantiationModelAwarePointcutAdvisorImpl
 
getDeclaredRoles() - Method in class org.springframework.mock.web.MockServletContext
 
getDeclareParentsAdvisor(Field) - Method in class org.springframework.aop.aspectj.annotation.ReflectiveAspectJAdvisorFactory
Build a DeclareParentsAdvisor for the given introduction field.
getDeclaringClass() - Method in class org.springframework.core.MethodParameter
Return the class that declares the underlying Method or Constructor.
getDeclaringClass() - Method in class org.springframework.test.context.ContextConfigurationAttributes
Get the class that declared the @ContextConfiguration annotation.
getDeclaringClass() - Method in class org.springframework.web.method.HandlerMethod.HandlerMethodParameter
 
getDeclaringClassName() - Method in class org.springframework.core.type.classreading.MethodMetadataReadingVisitor
 
getDeclaringClassName() - Method in interface org.springframework.core.type.MethodMetadata
Return the fully-qualified name of the class that declares this method.
getDeclaringClassName() - Method in class org.springframework.core.type.StandardMethodMetadata
 
getDeclaringType() - Method in class org.springframework.aop.aspectj.MethodInvocationProceedingJoinPoint.MethodSignatureImpl
 
getDeclaringTypeName() - Method in class org.springframework.aop.aspectj.MethodInvocationProceedingJoinPoint.MethodSignatureImpl
 
getDecoratedDefinition() - Method in class org.springframework.beans.factory.support.RootBeanDefinition
 
getDecoratedNavigationHandler() - Method in class org.springframework.web.jsf.DecoratingNavigationHandler
Return the fixed original NavigationHandler decorated by this handler, if any (that is, if passed in through the constructor).
getDefaultAccessType() - Method in class org.springframework.orm.hibernate3.LocalRegionFactoryProxy
 
getDefaultArgumentResolvers() - Method in class org.springframework.web.servlet.mvc.method.annotation.ExceptionHandlerExceptionResolver
Return the list of argument resolvers to use including built-in resolvers and custom resolvers provided via ExceptionHandlerExceptionResolver.setCustomArgumentResolvers(java.util.List<org.springframework.web.method.support.HandlerMethodArgumentResolver>).
getDefaultArgumentResolvers() - Method in class org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter
Return the list of argument resolvers to use including built-in resolvers and custom resolvers provided via RequestMappingHandlerAdapter.setCustomArgumentResolvers(java.util.List<org.springframework.web.method.support.HandlerMethodArgumentResolver>).
getDefaultBeanName(Object) - Method in class org.springframework.beans.factory.annotation.AnnotationBeanWiringInfoResolver
Determine the default bean name for the specified bean instance.
getDefaultClassLoader() - Static method in class org.springframework.util.ClassUtils
Return the default ClassLoader to use: typically the thread context ClassLoader, if available; the ClassLoader that loaded the ClassUtils class will be used as fallback.
getDefaultConfigLocations() - Method in class org.springframework.context.support.AbstractRefreshableConfigApplicationContext
Return the default config locations to use, for the case where no explicit config locations have been specified.
getDefaultConfigLocations() - Method in class org.springframework.web.context.support.XmlWebApplicationContext
The default location for the root context is "/WEB-INF/applicationContext.xml", and "/WEB-INF/test-servlet.xml" for a context with the namespace "test-servlet" (like for a DispatcherServlet instance with the servlet-name "test").
getDefaultConfigLocations() - Method in class org.springframework.web.portlet.context.XmlPortletApplicationContext
The default location for the root context is "/WEB-INF/applicationContext.xml", and "/WEB-INF/test-portlet.xml" for a context with the namespace "test-portlet" (like for a DispatcherPortlet instance with the portlet-name "test").
getDefaultContentType(T) - Method in class org.springframework.http.converter.AbstractHttpMessageConverter
Returns the default content type for the given type.
getDefaultContentType() - Method in class org.springframework.http.converter.BufferedImageHttpMessageConverter
Returns the default Content-Type to be used for writing.
getDefaultContentType(Resource) - Method in class org.springframework.http.converter.ResourceHttpMessageConverter
 
getDefaultContextLoaderClassName(Class<?>) - Method in class org.springframework.test.context.junit4.SpringJUnit4ClassRunner
Get the name of the default ContextLoader class to use for the supplied test class.
getDefaultConverter(TypeDescriptor, TypeDescriptor) - Method in class org.springframework.core.convert.support.GenericConversionService
Return the default converter if no converter is found for the given sourceType/targetType pair.
getDefaultCurrencyTimeLimit() - Method in class org.springframework.jmx.export.assembler.AbstractReflectiveMBeanInfoAssembler
Return default value for the JMX field "currencyTimeLimit", if any.
getDefaultDataSource() - Method in class org.springframework.orm.jpa.persistenceunit.DefaultPersistenceUnitManager
Return the JDBC DataSource that the JPA persistence provider is supposed to use for accessing the database if none has been specified in persistence.xml.
getDefaultDestination() - Method in class org.springframework.jms.core.JmsTemplate
Return the destination to be used on send/receive operations that do not have a destination parameter.
getDefaultDestinationName() - Method in class org.springframework.jms.core.JmsTemplate
Return the destination name to be used on send/receive operations that do not have a destination parameter.
getDefaultEditor(Class<?>) - Method in class org.springframework.beans.PropertyEditorRegistrySupport
Retrieve the default editor for the given property type, if any.
getDefaultEncoding() - Method in class org.springframework.mail.javamail.JavaMailSenderImpl
Return the default encoding for MimeMessages, or null if none.
getDefaultEncoding(MimeMessage) - Method in class org.springframework.mail.javamail.MimeMessageHelper
Determine the default encoding for the given MimeMessage.
getDefaultEncoding() - Method in class org.springframework.mail.javamail.SmartMimeMessage
Return the default encoding of this message, or null if none.
getDefaultEncoding() - Method in class org.springframework.web.multipart.commons.CommonsFileUploadSupport
 
getDefaultEncoding() - Method in class org.springframework.web.util.UrlPathHelper
Return the default character encoding to use for URL decoding.
getDefaultErrorHandler(boolean) - Static method in class org.springframework.scheduling.support.TaskUtils
Return the default ErrorHandler implementation based on the boolean value indicating whether the task will be repeating or not.
getDefaultEventIndex() - Method in class org.springframework.beans.ExtendedBeanInfo
 
getDefaultFileTypeMap() - Method in class org.springframework.mail.javamail.JavaMailSenderImpl
Return the default Java Activation FileTypeMap for MimeMessages, or null if none.
getDefaultFileTypeMap(MimeMessage) - Method in class org.springframework.mail.javamail.MimeMessageHelper
Determine the default Java Activation FileTypeMap for the given MimeMessage.
getDefaultFileTypeMap() - Method in class org.springframework.mail.javamail.SmartMimeMessage
Return the default FileTypeMap of this message, or null if none.
getDefaultHandler() - Method in class org.springframework.web.portlet.handler.AbstractHandlerMapping
Return the default handler for this handler mapping, or null if none.
getDefaultHandler() - Method in class org.springframework.web.servlet.handler.AbstractHandlerMapping
Return the default handler for this handler mapping, or null if none.
getDefaultHtmlEscape() - Method in class org.springframework.web.servlet.support.RequestContext
Return the default HTML escape setting, differentiating between no default specified and an explicit value.
getDefaultHtmlEscape(ServletContext) - Static method in class org.springframework.web.util.WebUtils
Return whether default HTML escaping is enabled for the web application, i.e.
getDefaultInitBinderArgumentResolvers() - Method in class org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter
Return the list of argument resolvers to use for @InitBinder methods including built-in and custom resolvers.
getDefaultJdbcExceptionTranslator() - Method in class org.springframework.orm.hibernate3.HibernateAccessor
Obtain a default SQLExceptionTranslator, lazily creating it if necessary.
getDefaultJdbcExceptionTranslator() - Method in class org.springframework.orm.hibernate3.HibernateTransactionManager
Obtain a default SQLExceptionTranslator, lazily creating it if necessary.
getDefaultJtaDataSource() - Method in class org.springframework.orm.jpa.persistenceunit.DefaultPersistenceUnitManager
Return the JTA-aware DataSource that the JPA persistence provider is supposed to use for accessing the database if none has been specified in persistence.xml.
getDefaultListableBeanFactory() - Method in class org.springframework.context.support.GenericApplicationContext
Return the underlying bean factory of this context, available for registering bean definitions.
getDefaultListenerMethod() - Method in class org.springframework.jms.listener.adapter.MessageListenerAdapter
Return the name of the default listener method to delegate to.
getDefaultLocale() - Method in class org.springframework.context.support.MessageSourceAccessor
Return the default locale to use if no explicit locale has been given.
getDefaultLocale() - Method in class org.springframework.web.servlet.i18n.AbstractLocaleResolver
Return the default Locale that this resolver is supposed to fall back to, if any.
getDefaultLocale() - Method in class org.springframework.web.servlet.i18n.CookieLocaleResolver
Return the fixed Locale that this resolver will return if no cookie found, if any.
getDefaultMediaTypes() - Method in class org.springframework.web.servlet.config.annotation.WebMvcConfigurationSupport
 
getDefaultMediaTypes() - Method in class org.springframework.web.servlet.config.AnnotationDrivenBeanDefinitionParser
 
getDefaultMessage() - Method in interface org.springframework.context.MessageSourceResolvable
Return the default message to be used to resolve this message.
getDefaultMessage(String) - Method in class org.springframework.context.support.AbstractMessageSource
Return a fallback default message for the given code, if any.
getDefaultMessage() - Method in class org.springframework.context.support.DefaultMessageSourceResolvable
 
getDefaultNamespace() - Method in class org.springframework.mock.web.portlet.MockPortletConfig
 
getDefaultNamespace() - Method in class org.springframework.web.portlet.handler.SimplePortletPostProcessor.DelegatingPortletConfig
 
getDefaultNamespace() - Method in class org.springframework.web.portlet.mvc.PortletWrappingController.DelegatingPortletConfig
 
getDefaultParentBean() - Method in class org.springframework.beans.factory.support.PropertiesBeanDefinitionReader
Return the default parent bean for this bean factory.
getDefaultProfiles() - Method in class org.springframework.core.env.AbstractEnvironment
 
getDefaultProfiles() - Method in interface org.springframework.core.env.Environment
Return the set of profiles to be active by default when no active profiles have been set explicitly.
getDefaultPropertyIndex() - Method in class org.springframework.beans.ExtendedBeanInfo
 
getDefaultQueue() - Method in class org.springframework.jms.core.JmsTemplate
 
getDefaultReleaseMode() - Method in class org.springframework.orm.hibernate3.SpringTransactionFactory
Sets connection release mode "on_close" as default.
getDefaultReturnValueHandlers() - Method in class org.springframework.web.servlet.mvc.method.annotation.ExceptionHandlerExceptionResolver
Return the list of return value handlers to use including built-in and custom handlers provided via ExceptionHandlerExceptionResolver.setReturnValueHandlers(java.util.List<org.springframework.web.method.support.HandlerMethodReturnValueHandler>).
getDefaultReturnValueHandlers() - Method in class org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter
Return the list of return value handlers to use including built-in and custom handlers provided via RequestMappingHandlerAdapter.setReturnValueHandlers(java.util.List<org.springframework.web.method.support.HandlerMethodReturnValueHandler>).
getDefaults() - Method in class org.springframework.beans.factory.xml.BeanDefinitionParserDelegate
Return the defaults definition object, or null if the defaults have been initialized yet.
getDefaultSchema() - Method in class org.springframework.jdbc.core.metadata.GenericTableMetaDataProvider
Provide access to default schema for subclasses.
getDefaultSchema() - Method in class org.springframework.jdbc.core.metadata.OracleTableMetaDataProvider
 
getDefaultServletName() - Method in class org.springframework.mock.web.MockServletContext
Get the name of the default Servlet.
getDefaultStrategies(ApplicationContext, Class<T>) - Method in class org.springframework.web.portlet.DispatcherPortlet
Create a List of default strategy objects for the given strategy interface.
getDefaultStrategies(ApplicationContext, Class<T>) - Method in class org.springframework.web.servlet.DispatcherServlet
Create a List of default strategy objects for the given strategy interface.
getDefaultStrategy(ApplicationContext, Class<T>) - Method in class org.springframework.web.portlet.DispatcherPortlet
Return the default strategy object for the given strategy interface.
getDefaultStrategy(ApplicationContext, Class<T>) - Method in class org.springframework.web.servlet.DispatcherServlet
Return the default strategy object for the given strategy interface.
getDefaultSubscriptionName(Object) - Method in class org.springframework.jms.listener.AbstractMessageListenerContainer
Determine the default subscription name for the given message listener.
getDefaultTestExecutionListenerClasses() - Method in class org.springframework.test.context.TestContextManager
Determine the default TestExecutionListener classes.
getDefaultThemeName() - Method in class org.springframework.web.servlet.theme.AbstractThemeResolver
Return the name of the default theme.
getDefaultThemeName() - Method in class org.springframework.web.servlet.theme.CookieThemeResolver
Return the name of the default theme.
getDefaultThreadNamePrefix() - Method in class org.springframework.util.CustomizableThreadCreator
Build the default thread name prefix for this factory.
getDefaultTimeout() - Method in class org.springframework.transaction.support.AbstractPlatformTransactionManager
Return the default timeout that this transaction manager should apply if there is no timeout specified at the transaction level, in seconds.
getDefaultTypeConverter() - Method in class org.springframework.beans.factory.config.MethodInvokingFactoryBean
Obtain the TypeConverter from the BeanFactory that this bean runs in, if possible.
getDefaultTypeConverter() - Method in class org.springframework.beans.support.ArgumentConvertingMethodInvoker
Obtain the default TypeConverter for this method invoker.
getDefaultValue(Annotation) - Static method in class org.springframework.core.annotation.AnnotationUtils
Retrieve the default value of the &quot;value&quot; attribute of a single-element Annotation, given an annotation instance.
getDefaultValue(Annotation, String) - Static method in class org.springframework.core.annotation.AnnotationUtils
Retrieve the default value of a named Annotation attribute, given an annotation instance.
getDefaultValue(Class<? extends Annotation>) - Static method in class org.springframework.core.annotation.AnnotationUtils
Retrieve the default value of the &quot;value&quot; attribute of a single-element Annotation, given the annotation type.
getDefaultValue(Class<? extends Annotation>, String) - Static method in class org.springframework.core.annotation.AnnotationUtils
Retrieve the default value of a named Annotation attribute, given the annotation type.
getDefaultValue() - Method in class org.springframework.jmx.export.metadata.ManagedAttribute
Return the default value of this attribute.
getDefaultValue() - Method in class org.springframework.web.servlet.tags.form.ButtonTag
Return the default value.
getDefaultViewName(HttpServletRequest) - Method in class org.springframework.web.servlet.DispatcherServlet
Translate the supplied request into a default view name.
getDefaultWorkManager() - Method in class org.springframework.jca.work.glassfish.GlassFishWorkManagerTaskExecutor
Obtains GlassFish's default thread pool.
getDefaultWorkManager() - Method in class org.springframework.jca.work.jboss.JBossWorkManagerTaskExecutor
Obtains the default JBoss JCA WorkManager through a JMX lookup for the JBossWorkManagerMBean.
getDefaultWorkManager() - Method in class org.springframework.jca.work.WorkManagerTaskExecutor
Obtain a default WorkManager to delegate to.
getDeferredResultInterceptor(Object) - Method in class org.springframework.web.context.request.async.WebAsyncManager
Get the DeferredResultProcessingInterceptor registered under the given key.
getDeferredResultInterceptors() - Method in class org.springframework.web.servlet.config.annotation.AsyncSupportConfigurer
 
getDeferredResultInterceptors(Element, Object, ParserContext) - Method in class org.springframework.web.servlet.config.AnnotationDrivenBeanDefinitionParser
 
getDefinitionDescription() - Method in class org.springframework.transaction.support.DefaultTransactionDefinition
Return an identifying description for this transaction definition.
getDelay() - Method in class org.springframework.scheduling.commonj.ScheduledTimerListener
Return the delay before starting the job for the first time.
getDelay(TimeUnit) - Method in class org.springframework.scheduling.commonj.TimerManagerTaskScheduler.TimerScheduledFuture
 
getDelay(TimeUnit) - Method in class org.springframework.scheduling.concurrent.ReschedulingRunnable
 
getDelay() - Method in class org.springframework.scheduling.concurrent.ScheduledExecutorTask
Return the delay before starting the job for the first time.
getDelay() - Method in class org.springframework.scheduling.timer.ScheduledTimerTask
Deprecated.
Return the delay before starting the job for the first time.
getDelegate() - Method in class org.springframework.beans.factory.xml.ParserContext
 
getDelegate() - Method in class org.springframework.jca.work.DelegatingWork
Return the wrapped Runnable implementation.
getDelegate() - Method in class org.springframework.jms.listener.adapter.MessageListenerAdapter
Return the target object to delegate message listening to.
getDelegate() - Method in class org.springframework.scheduling.commonj.DelegatingWork
Return the wrapped Runnable implementation.
getDelegate() - Method in class org.springframework.scheduling.quartz.DelegatingJob
Return the wrapped Runnable implementation.
getDelegate() - Method in class org.springframework.scheduling.timer.DelegatingTimerTask
Deprecated.
Return the wrapped Runnable implementation.
getDelegate(FacesContext) - Method in class org.springframework.web.jsf.DelegatingNavigationHandlerProxy
Return the target NavigationHandler to delegate to.
getDelegateAction(ActionMapping) - Method in class org.springframework.web.struts.DelegatingActionProxy
Deprecated.
Return the delegate Action for the given mapping.
getDelegateAction(ActionMapping) - Method in class org.springframework.web.struts.DelegatingRequestProcessor
Deprecated.
Return the delegate Action for the given mapping.
getDelegateAction(ActionMapping) - Method in class org.springframework.web.struts.DelegatingTilesRequestProcessor
Deprecated.
Return the delegate Action for the given mapping.
getDelegates() - Method in class org.springframework.dao.support.ChainedPersistenceExceptionTranslator
Return all registered PersistenceExceptionTranslator delegates (as array).
getDelegates() - Method in class org.springframework.jms.connection.ChainedExceptionListener
Return all registered ExceptionListener delegates (as array).
getDelegates(FacesContext) - Method in class org.springframework.web.jsf.DelegatingPhaseListenerMulticaster
Obtain the delegate PhaseListener beans from the Spring root WebApplicationContext.
getDelimiter() - Method in class org.springframework.web.servlet.tags.form.AbstractMultiCheckedElementTag
Return the delimiter to be used between each 'input type="radio"' tag.
getDelimiter() - Method in class org.springframework.web.servlet.tags.form.ErrorsTag
Return the delimiter to be used between error messages.
getDeliveryMode() - Method in class org.springframework.jms.connection.CachedMessageProducer
 
getDeliveryMode() - Method in class org.springframework.jms.core.JmsTemplate
Return the delivery mode to use when sending a message.
getDependenciesForBean(String) - Method in interface org.springframework.beans.factory.config.ConfigurableBeanFactory
Return the names of all beans that the specified bean depends on, if any.
getDependenciesForBean(String) - Method in class org.springframework.beans.factory.support.DefaultSingletonBeanRegistry
Return the names of all beans that the specified bean depends on, if any.
getDependencyCheck() - Method in class org.springframework.beans.factory.support.AbstractBeanDefinition
Return the dependency check code.
getDependencyCheck() - Method in class org.springframework.beans.factory.support.BeanDefinitionDefaults
 
getDependencyCheck() - Method in class org.springframework.beans.factory.wiring.BeanWiringInfo
Return whether to perform a dependency check for object references in the bean instance (after autowiring).
getDependencyCheck(String) - Method in class org.springframework.beans.factory.xml.BeanDefinitionParserDelegate
 
getDependencyCheck() - Method in class org.springframework.beans.factory.xml.DocumentDefaultsDefinition
Return the default dependency-check setting for the document that's currently parsed.
getDependencyCheck() - Method in class org.springframework.web.struts.AutowiringRequestProcessor
Deprecated.
Return whether to apply a dependency check after wiring Struts Actions.
getDependencyCheck() - Method in class org.springframework.web.struts.AutowiringTilesRequestProcessor
Deprecated.
Return whether to apply a dependency check after wiring Struts Actions.
getDependencyCheck(ActionServlet) - Static method in class org.springframework.web.struts.DelegatingActionUtils
Deprecated.
Determine the dependency check to use from the "dependencyCheck" init-param of the Struts ActionServlet, falling back to no dependency check as default.
getDependencyDescriptor() - Method in class org.springframework.context.annotation.CommonAnnotationBeanPostProcessor.LookupElement
Build a DependencyDescriptor for the underlying field/method.
getDependencyName() - Method in class org.springframework.beans.factory.config.DependencyDescriptor
Determine the name of the wrapped parameter/field.
getDependencyName() - Method in class org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.AutowireByTypeDependencyDescriptor
 
getDependencyType() - Method in class org.springframework.beans.factory.config.DependencyDescriptor
Determine the declared (non-generic) type of the wrapped parameter/field.
getDependencyType() - Method in class org.springframework.context.annotation.CommonAnnotationBeanPostProcessor.LookupDependencyDescriptor
 
getDependentBeans(String) - Method in interface org.springframework.beans.factory.config.ConfigurableBeanFactory
Return the names of all beans which depend on the specified bean, if any.
getDependentBeans(String) - Method in class org.springframework.beans.factory.support.DefaultSingletonBeanRegistry
Return the names of all beans which depend on the specified bean, if any.
getDependsOn() - Method in interface org.springframework.beans.factory.config.BeanDefinition
Return the bean names that this bean depends on.
getDependsOn() - Method in class org.springframework.beans.factory.support.AbstractBeanDefinition
Return the bean names that this bean depends on.
getDepth(Class, Class, int) - Method in class org.springframework.core.ExceptionDepthComparator
 
getDepth(Throwable) - Method in class org.springframework.transaction.interceptor.RollbackRuleAttribute
Return the depth of the superclass matching.
getDepth(Class, int) - Method in class org.springframework.transaction.interceptor.RollbackRuleAttribute
 
getDepth(String, Exception) - Method in class org.springframework.web.portlet.handler.SimpleMappingExceptionResolver
Return the depth to the superclass matching.
getDepth(String, Class, int) - Method in class org.springframework.web.portlet.handler.SimpleMappingExceptionResolver
 
getDepth(String, Exception) - Method in class org.springframework.web.servlet.handler.SimpleMappingExceptionResolver
Return the depth to the superclass matching.
getDepth(String, Class<?>, int) - Method in class org.springframework.web.servlet.handler.SimpleMappingExceptionResolver
 
getDerivedTemplate(ConnectionSpec) - Method in class org.springframework.jca.cci.core.CciTemplate
Create a template derived from this template instance, inheriting the ConnectionFactory and other settings but overriding the ConnectionSpec used for obtaining Connections.
getDescription() - Method in class org.springframework.aop.config.AdvisorComponentDefinition
 
getDescription() - Method in class org.springframework.aop.config.PointcutComponentDefinition
 
getDescription() - Method in interface org.springframework.beans.factory.config.BeanDefinition
Return a human-readable description of this bean definition.
getDescription() - Method in class org.springframework.beans.factory.parsing.AbstractComponentDefinition
getDescription() - Method in class org.springframework.beans.factory.parsing.BeanComponentDefinition
 
getDescription() - Method in interface org.springframework.beans.factory.parsing.ComponentDefinition
Return a friendly description of the described component.
getDescription() - Method in class org.springframework.beans.factory.support.AbstractBeanDefinition
 
getDescription() - Method in class org.springframework.beans.factory.support.BeanDefinitionResource
 
getDescription() - Method in class org.springframework.core.io.ByteArrayResource
This implementation returns the passed-in description, if any.
getDescription() - Method in class org.springframework.core.io.ClassPathResource
This implementation returns a description that includes the class path location.
getDescription() - Method in class org.springframework.core.io.DescriptiveResource
 
getDescription() - Method in class org.springframework.core.io.FileSystemResource
This implementation returns a description that includes the absolute path of the file.
getDescription() - Method in class org.springframework.core.io.InputStreamResource
This implementation returns the passed-in description, if any.
getDescription() - Method in interface org.springframework.core.io.Resource
Return a description for this resource, to be used for error output when working with the resource.
getDescription() - Method in class org.springframework.core.io.UrlResource
This implementation returns a description that includes the URL.
getDescription() - Method in class org.springframework.core.io.VfsResource
 
getDescription(Object, String) - Method in class org.springframework.jmx.export.assembler.AbstractMBeanInfoAssembler
Get the description of the MBean resource.
getDescription(Object, String) - Method in class org.springframework.jmx.export.assembler.MetadataMBeanInfoAssembler
Reads managed resource description from the source level metadata.
getDescription() - Method in class org.springframework.jmx.export.metadata.AbstractJmxAttribute
Return a description for this attribute.
getDescription() - Method in class org.springframework.jmx.export.metadata.ManagedNotification
Return a description for this notification.
getDescription() - Method in class org.springframework.jmx.export.metadata.ManagedOperationParameter
Return a description for this parameter.
getDescription() - Method in class org.springframework.test.context.junit4.SpringJUnit4ClassRunner
Returns a description suitable for an ignored test class if the test is disabled via &#064;IfProfileValue at the class-level, and otherwise delegates to the parent implementation.
getDescription(boolean) - Method in class org.springframework.web.context.request.FacesWebRequest
 
getDescription(boolean) - Method in class org.springframework.web.context.request.ServletWebRequest
 
getDescription(boolean) - Method in interface org.springframework.web.context.request.WebRequest
Get a short description of this request, typically containing request URI and session id.
getDescription() - Method in class org.springframework.web.context.support.RequestHandledEvent
Return a full description of this event, involving all available context data.
getDescription() - Method in class org.springframework.web.context.support.ServletContextResource
This implementation returns a description that includes the ServletContext resource location.
getDescription() - Method in class org.springframework.web.context.support.ServletRequestHandledEvent
 
getDescription() - Method in class org.springframework.web.portlet.context.PortletContextResource
 
getDescription() - Method in class org.springframework.web.portlet.context.PortletRequestHandledEvent
 
getDescription(boolean) - Method in class org.springframework.web.portlet.context.PortletWebRequest
 
getDescriptiveType(Object) - Static method in class org.springframework.util.ClassUtils
Return a descriptive name for the given object's type: usually simply the class name, but component type class name + "[]" for arrays, and an appended list of implemented interfaces for JDK proxies.
getDesignatorName() - Method in class org.springframework.aop.aspectj.AspectJExpressionPointcut.BeanNamePointcutDesignatorHandler
 
getDestination() - Method in class org.springframework.jms.connection.CachedMessageProducer
 
getDestination() - Method in class org.springframework.jms.listener.AbstractMessageListenerContainer
Return the destination to receive messages from.
getDestinationDescription() - Method in class org.springframework.jms.listener.AbstractMessageListenerContainer
Return a descriptive String for this container's JMS destination (never null).
getDestinationName() - Method in class org.springframework.jms.listener.AbstractMessageListenerContainer
Return the name of the destination to receive messages from.
getDestinationName() - Method in class org.springframework.jms.listener.endpoint.JmsActivationSpecConfig
 
getDestinationResolver() - Method in class org.springframework.jms.listener.adapter.MessageListenerAdapter
Return the DestinationResolver for this adapter.
getDestinationResolver() - Method in class org.springframework.jms.support.destination.JmsDestinationAccessor
Return the DestinationResolver for this accessor (never null).
getDestinationString() - Method in class org.springframework.jms.connection.CachingConnectionFactory.DestinationCacheKey
 
getDestroyMethod() - Method in class org.springframework.beans.factory.xml.DocumentDefaultsDefinition
Return the default destroy-method setting for the document that's currently parsed.
getDestroyMethodName() - Method in class org.springframework.beans.factory.support.AbstractBeanDefinition
Return the name of the destroy method.
getDestroyMethodName() - Method in class org.springframework.beans.factory.support.BeanDefinitionDefaults
 
getDetailedErrorMessage(String) - Method in class org.springframework.web.method.support.InvocableHandlerMethod
Adds HandlerMethod details such as the controller type and method signature to the given error message.
getDigest(String) - Static method in class org.springframework.util.DigestUtils
Creates a new MessageDigest with the given algorithm.
getDir() - Method in class org.springframework.web.servlet.tags.form.AbstractHtmlElementTag
Get the value of the 'dir' attribute.
getDisabled() - Method in class org.springframework.web.servlet.tags.form.AbstractHtmlInputElementTag
Get the value of the 'disabled' attribute.
getDisabled() - Method in class org.springframework.web.servlet.tags.form.ButtonTag
Get the value of the 'disabled' attribute.
getDisabled() - Method in class org.springframework.web.servlet.tags.form.HiddenInputTag
Get the value of the 'disabled' attribute.
getDisabled() - Method in class org.springframework.web.servlet.tags.form.OptionsTag
Get the value of the 'disabled' attribute.
getDisabled() - Method in class org.springframework.web.servlet.tags.form.OptionTag
Get the value of the 'disabled' attribute.
getDisabledTestCount() - Static method in class org.springframework.test.ConditionalTestCase
Deprecated.
Return the number of tests disabled in this environment.
getDisabledTestCount() - Static method in class org.springframework.test.context.junit38.AbstractJUnit38SpringContextTests
Deprecated.
Return the number of tests disabled in this environment.
getDisableMessageID() - Method in class org.springframework.jms.connection.CachedMessageProducer
 
getDisableMessageTimestamp() - Method in class org.springframework.jms.connection.CachedMessageProducer
 
getDisallowedFields() - Method in class org.springframework.validation.DataBinder
Return the fields that should not be allowed for binding.
getDiscoveredReturningGenericType() - Method in class org.springframework.aop.aspectj.AbstractAspectJAdvice
 
getDiscoveredReturningType() - Method in class org.springframework.aop.aspectj.AbstractAspectJAdvice
 
getDiscoveredThrowingType() - Method in class org.springframework.aop.aspectj.AbstractAspectJAdvice
 
getDispatchedPath() - Method in class org.springframework.test.web.servlet.request.MockAsyncContext
 
getDispatcherPath(ComponentDefinition, HttpServletRequest) - Method in class org.springframework.web.servlet.view.tiles.TilesView
Deprecated.
Determine the dispatcher path for the given Tiles definition, i.e.
getDispatcherType() - Method in class org.springframework.test.web.servlet.request.Servlet3MockHttpServletRequest
 
getDispatcherType() - Method in class org.springframework.test.web.servlet.request.Servlet3MockMultipartHttpServletRequest
 
getDispatcherTypes() - Method in class org.springframework.web.servlet.support.AbstractDispatcherServletInitializer
 
getDisplayName() - Method in interface org.springframework.context.ApplicationContext
Return a friendly name for this context.
getDisplayName() - Method in class org.springframework.context.support.AbstractApplicationContext
Return a friendly name for this context.
getDisplayName() - Method in class org.springframework.jmx.export.metadata.ManagedMetric
A display name for this metric.
getDisplayName() - Method in class org.springframework.test.web.servlet.setup.StubWebApplicationContext
 
getDisplayString(Object) - Static method in class org.springframework.util.ObjectUtils
Return a content-based String representation if obj is not null; otherwise returns an empty String.
getDisplayString(Object) - Method in class org.springframework.web.servlet.tags.form.AbstractFormTag
Get the display value of the supplied Object, HTML escaped as required.
getDisplayString(Object, PropertyEditor) - Method in class org.springframework.web.servlet.tags.form.AbstractFormTag
Get the display value of the supplied Object, HTML escaped as required.
getDisplayString(Object) - Method in class org.springframework.web.servlet.tags.form.OptionWriter
Determines the display value of the supplied Object, HTML-escaped as required.
getDisplayString(Object, boolean) - Static method in class org.springframework.web.servlet.tags.form.ValueFormatter
Build the display value of the supplied Object, HTML escaped as required.
getDisplayString(Object, PropertyEditor, boolean) - Static method in class org.springframework.web.servlet.tags.form.ValueFormatter
Build the display value of the supplied Object, HTML escaped as required.
getDisplayValue() - Method in class org.springframework.web.servlet.support.BindStatus
Return a suitable display value for the field, i.e.
getDouble(int) - Method in class org.springframework.jdbc.support.rowset.ResultSetWrappingSqlRowSet
 
getDouble(String) - Method in class org.springframework.jdbc.support.rowset.ResultSetWrappingSqlRowSet
 
getDouble(int) - Method in interface org.springframework.jdbc.support.rowset.SqlRowSet
Retrieves the value of the indicated column in the current row as a Double object.
getDouble(String) - Method in interface org.springframework.jdbc.support.rowset.SqlRowSet
Retrieves the value of the indicated column in the current row as a Double object.
getDoubleParameter(ServletRequest, String) - Static method in class org.springframework.web.bind.ServletRequestUtils
Get a Double parameter, or null if not present.
getDoubleParameter(ServletRequest, String, double) - Static method in class org.springframework.web.bind.ServletRequestUtils
Get a double parameter, with a fallback value.
getDoubleParameter(PortletRequest, String) - Static method in class org.springframework.web.portlet.bind.PortletRequestUtils
Get a Double parameter, or null if not present.
getDoubleParameter(PortletRequest, String, double) - Static method in class org.springframework.web.portlet.bind.PortletRequestUtils
Get a double parameter, with a fallback value.
getDoubleParameters(ServletRequest, String) - Static method in class org.springframework.web.bind.ServletRequestUtils
Get an array of double parameters, return an empty array if not found.
getDoubleParameters(PortletRequest, String) - Static method in class org.springframework.web.portlet.bind.PortletRequestUtils
Get an array of double parameters, return an empty array if not found.
getDriver() - Method in class org.springframework.jdbc.datasource.SimpleDriverDataSource
Return the JDBC Driver instance to use.
getDTDHandler() - Method in class org.springframework.oxm.support.MarshallingSource.MarshallingXMLReader
 
getDTDHandler() - Method in class org.springframework.util.xml.AbstractXMLReader
 
getDummyName() - Method in class org.springframework.jdbc.support.incrementer.DerbyMaxValueIncrementer
Return the name of the dummy column.
getDuplicateKeyCodes() - Method in class org.springframework.jdbc.support.SQLErrorCodes
 
getDurableSubscriptionName() - Method in class org.springframework.jms.listener.AbstractMessageListenerContainer
Return the name of a durable subscription to create, if any.
getDurableSubscriptionName() - Method in class org.springframework.jms.listener.endpoint.JmsActivationSpecConfig
 
getDynamicAttributes() - Method in class org.springframework.web.servlet.tags.form.AbstractHtmlElementTag
Get the map of dynamic attributes.
getEarlyBeanReference(Object, String) - Method in class org.springframework.aop.framework.autoproxy.AbstractAutoProxyCreator
 
getEarlyBeanReference(Object, String) - Method in class org.springframework.beans.factory.config.InstantiationAwareBeanPostProcessorAdapter
 
getEarlyBeanReference(Object, String) - Method in interface org.springframework.beans.factory.config.SmartInstantiationAwareBeanPostProcessor
Obtain a reference for early access to the specified bean, typically for the purpose of resolving a circular reference.
getEarlyBeanReference(String, RootBeanDefinition, Object) - Method in class org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory
Obtain a reference for early access to the specified bean, typically for the purpose of resolving a circular reference.
getEarlySingletonInstance() - Method in class org.springframework.beans.factory.config.AbstractFactoryBean
Determine an 'eager singleton' instance, exposed in case of a circular reference.
getEarlySingletonInterfaces() - Method in class org.springframework.beans.factory.config.AbstractFactoryBean
Return an array of interfaces that a singleton object exposed by this FactoryBean is supposed to implement, for use with an 'early singleton proxy' that will be exposed in case of a circular reference.
getEditor() - Method in class org.springframework.web.servlet.support.BindStatus
Return the PropertyEditor for the property that this bind status is currently bound to.
getEditor() - Method in class org.springframework.web.servlet.tags.BindTag
 
getEditor() - Method in interface org.springframework.web.servlet.tags.EditorAwareTag
Retrieve the PropertyEditor for the property that this tag is currently bound to.
getEditor() - Method in class org.springframework.web.servlet.tags.form.AbstractDataBoundFormElementTag
Exposes the PropertyEditor for EditorAwareTag.
getEffectiveMajorVersion() - Method in class org.springframework.mock.web.MockServletContext
 
getEffectiveMinorVersion() - Method in class org.springframework.mock.web.MockServletContext
 
getELContext() - Method in class org.springframework.mock.web.MockPageContext
 
getElement() - Method in class org.springframework.web.servlet.tags.form.AbstractMultiCheckedElementTag
Get the HTML element used to enclose 'input type="checkbox/radio"' tag.
getElement() - Method in class org.springframework.web.servlet.tags.form.ErrorsTag
Get the HTML element must be used to render the error messages.
getElementText() - Method in class org.springframework.util.xml.AbstractXMLStreamReader
 
getElementType() - Method in class org.springframework.core.convert.TypeDescriptor
Deprecated.
getElementTypeDescriptor() - Method in class org.springframework.core.convert.AbstractDescriptor
 
getElementTypeDescriptor() - Method in class org.springframework.core.convert.TypeDescriptor
If this type is an array, returns the array's component type.
getElementTypeName() - Method in class org.springframework.beans.factory.support.ManagedList
Return the default element type name (class name) to be used for this list.
getElementTypeName() - Method in class org.springframework.beans.factory.support.ManagedSet
Return the default element type name (class name) to be used for this set.
getEmptyValue(String, Class) - Method in class org.springframework.web.bind.WebDataBinder
Determine an empty value for the specified field.
getEnclosingClassName() - Method in interface org.springframework.core.type.ClassMetadata
Return the name of the enclosing class of the underlying class, or null if the underlying class is a top-level class.
getEnclosingClassName() - Method in class org.springframework.core.type.classreading.ClassMetadataReadingVisitor
 
getEnclosingClassName() - Method in class org.springframework.core.type.StandardClassMetadata
 
getEncoding() - Method in class org.springframework.core.io.support.EncodedResource
Return the encoding to use for reading from the resource, or null if none specified.
getEncoding() - Method in class org.springframework.mail.javamail.MimeMessageHelper
Return the specific character encoding used for this message, if any.
getEncoding() - Method in class org.springframework.util.xml.XMLEventStreamReader
 
getEncoding() - Method in class org.springframework.web.servlet.view.freemarker.FreeMarkerView
Return the encoding for the FreeMarker template.
getEncoding() - Method in class org.springframework.web.servlet.view.json.MappingJackson2JsonView
Return the JsonEncoding for this view.
getEncoding() - Method in class org.springframework.web.servlet.view.json.MappingJacksonJsonView
Return the JsonEncoding for this view.
getEncoding() - Method in class org.springframework.web.servlet.view.velocity.VelocityView
Return the encoding for the Velocity template.
getEnctype() - Method in class org.springframework.web.servlet.tags.form.FormTag
Get the value of the 'enctype' attribute.
getEndIndex() - Method in class org.springframework.jdbc.core.namedparam.NamedParameterUtils.ParameterHolder
 
getEndpointAddress() - Method in class org.springframework.remoting.jaxrpc.JaxRpcPortClientInterceptor
Deprecated.
Return the endpoint address to specify on the stub or call.
getEndpointAddress() - Method in class org.springframework.remoting.jaxws.JaxWsPortClientInterceptor
Return the endpoint address to specify on the stub.
getEndpointClassLoader() - Method in class org.springframework.jca.endpoint.AbstractMessageEndpointFactory.AbstractMessageEndpoint
Template method for exposing the endpoint's ClassLoader (typically the ClassLoader that the message listener class has been loaded with).
getEndpointClassLoader() - Method in class org.springframework.jca.endpoint.GenericMessageEndpointFactory.GenericMessageEndpoint
 
getEndpointClassLoader() - Method in class org.springframework.jms.listener.endpoint.JmsMessageEndpointFactory.JmsMessageEndpoint
 
getEndPosition() - Method in class org.springframework.expression.spel.ast.SpelNodeImpl
 
getEndPosition() - Method in interface org.springframework.expression.spel.SpelNode
 
getEntity(Object) - Method in class org.springframework.http.converter.FormHttpMessageConverter
 
getEntityInterceptor() - Method in class org.springframework.orm.hibernate3.HibernateAccessor
Return the current Hibernate entity interceptor, or null if none.
getEntityInterceptor() - Method in class org.springframework.orm.hibernate3.HibernateTransactionManager
Return the current Hibernate entity interceptor, or null if none.
getEntityInterceptor() - Method in class org.springframework.orm.hibernate4.HibernateTransactionManager
Return the current Hibernate entity interceptor, or null if none.
getEntityManager() - Method in class org.springframework.orm.jpa.EntityManagerHolder
 
getEntityManager() - Method in class org.springframework.orm.jpa.JpaAccessor
Deprecated.
Return the JPA EntityManager to use.
getEntityManagerFactory() - Method in class org.springframework.orm.jpa.EntityManagerFactoryAccessor
Return the JPA EntityManagerFactory that should be used to create EntityManagers.
getEntityManagerFactory() - Method in class org.springframework.orm.jpa.JpaTransactionManager
Return the EntityManagerFactory that this instance should manage transactions for.
getEntityManagerFactoryBeanName() - Method in class org.springframework.orm.jpa.support.OpenEntityManagerInViewFilter
Return the bean name of the EntityManagerFactory to fetch from Spring's root application context.
getEntityManagerFactoryInterface() - Method in interface org.springframework.orm.jpa.JpaVendorAdapter
Return the vendor-specific EntityManagerFactory interface that the EntityManagerFactory proxy is supposed to implement.
getEntityManagerFactoryInterface() - Method in class org.springframework.orm.jpa.vendor.AbstractJpaVendorAdapter
 
getEntityManagerFactoryInterface() - Method in class org.springframework.orm.jpa.vendor.HibernateJpaVendorAdapter
 
getEntityManagerFactoryInterface() - Method in class org.springframework.orm.jpa.vendor.OpenJpaVendorAdapter
 
getEntityManagerFactoryPlusOperations(EntityManagerFactory) - Method in class org.springframework.orm.jpa.DefaultJpaDialect
 
getEntityManagerFactoryPlusOperations(EntityManagerFactory) - Method in interface org.springframework.orm.jpa.JpaDialect
Return an EntityManagerFactoryPlusOperations implementation for the given raw EntityManagerFactory.
getEntityManagerHolder() - Method in class org.springframework.orm.jpa.JpaTransactionManager.JpaTransactionObject
 
getEntityManagerHolder() - Method in class org.springframework.orm.jpa.JpaTransactionManager.SuspendedResourcesHolder
 
getEntityManagerInterface() - Method in class org.springframework.orm.jpa.AbstractEntityManagerFactoryBean
 
getEntityManagerInterface() - Method in interface org.springframework.orm.jpa.EntityManagerFactoryInfo
Return the (potentially vendor-specific) EntityManager interface that this factory's EntityManagers will implement.
getEntityManagerInterface() - Method in interface org.springframework.orm.jpa.JpaVendorAdapter
Return the vendor-specific EntityManager interface that this provider's EntityManagers will implement.
getEntityManagerInterface() - Method in class org.springframework.orm.jpa.vendor.AbstractJpaVendorAdapter
 
getEntityManagerInterface() - Method in class org.springframework.orm.jpa.vendor.EclipseLinkJpaVendorAdapter
 
getEntityManagerInterface() - Method in class org.springframework.orm.jpa.vendor.HibernateJpaVendorAdapter
 
getEntityManagerInterface() - Method in class org.springframework.orm.jpa.vendor.OpenJpaVendorAdapter
 
getEntityManagerInterface() - Method in class org.springframework.orm.jpa.vendor.TopLinkJpaVendorAdapter
Deprecated.
 
getEntityManagerPlusOperations(EntityManager) - Method in class org.springframework.orm.jpa.DefaultJpaDialect
 
getEntityManagerPlusOperations(EntityManager) - Method in interface org.springframework.orm.jpa.JpaDialect
Return an EntityManagerPlusOperations implementation for the given raw EntityManager.
getEntityName(Class<?>) - Method in class org.springframework.core.convert.support.IdToEntityConverter
 
getEntityName(Object) - Method in class org.springframework.orm.hibernate3.support.ScopedBeanInterceptor
 
getEntityResolver() - Method in class org.springframework.beans.factory.xml.XmlBeanDefinitionReader
Return the EntityResolver to use, building a default resolver if none specified.
getEntityResolver() - Method in class org.springframework.oxm.support.MarshallingSource.MarshallingXMLReader
 
getEntityResolver() - Method in class org.springframework.util.xml.AbstractXMLReader
 
getEnum(String) - Method in class org.springframework.core.annotation.AnnotationAttributes
 
getEnvironment() - Method in class org.springframework.beans.factory.support.AbstractBeanDefinitionReader
 
getEnvironment() - Method in class org.springframework.beans.factory.xml.BeanDefinitionParserDelegate
Get the Environment associated with this helper instance.
getEnvironment() - Method in class org.springframework.context.annotation.ClassPathScanningCandidateComponentProvider
 
getEnvironment() - Method in interface org.springframework.context.ConfigurableApplicationContext
Return the Environment for this application context in configurable form.
getEnvironment() - Method in class org.springframework.context.support.AbstractApplicationContext
Return the Environment for this application context in configurable form.
getEnvironment() - Method in interface org.springframework.core.env.EnvironmentCapable
Return the Environment for this object
getEnvironment() - Method in class org.springframework.jmx.access.MBeanClientInterceptor
Allow Map access to the environment to be set for the connector, with the option to add or override specific entries.
getEnvironment() - Method in class org.springframework.jmx.access.NotificationListenerRegistrar
Allow Map access to the environment to be set for the connector, with the option to add or override specific entries.
getEnvironment() - Method in class org.springframework.jndi.JndiTemplate
Return the environment for the JNDI InitialContext, if any.
getEnvironment() - Method in class org.springframework.mock.jndi.SimpleNamingContext
 
getEnvironment() - Method in class org.springframework.test.web.servlet.setup.StubWebApplicationContext
 
getEnvironment() - Method in class org.springframework.web.portlet.GenericPortletBean
Return the Environment for this object
getEnvironment() - Method in class org.springframework.web.servlet.HttpServletBean
Return the Environment for this object
getErrorCode() - Method in exception org.springframework.beans.MethodInvocationException
 
getErrorCode() - Method in exception org.springframework.beans.TypeMismatchException
 
getErrorCode() - Method in interface org.springframework.core.ErrorCoded
Return the error code associated with this failure.
getErrorCode() - Method in exception org.springframework.jms.JmsException
Convenience method to get the vendor specific error code if the root cause was an instance of JMSException.
getErrorCode() - Method in class org.springframework.web.servlet.support.BindStatus
Return the first error codes for the field or object, if any.
getErrorCodes() - Method in class org.springframework.jdbc.support.CustomSQLErrorCodesTranslation
Return the SQL error codes to match.
getErrorCodes(String) - Method in class org.springframework.jdbc.support.SQLErrorCodesFactory
Return the SQLErrorCodes instance for the given database.
getErrorCodes(DataSource) - Method in class org.springframework.jdbc.support.SQLErrorCodesFactory
Return SQLErrorCodes for the given DataSource, evaluating "databaseProductName" from the DatabaseMetaData, or an empty error codes instance if no SQLErrorCodes were found.
getErrorCodes() - Method in class org.springframework.web.servlet.support.BindStatus
Return the error codes for the field or object, if any.
getErrorCount(ModelMap) - Method in class org.springframework.test.web.servlet.result.ModelResultMatchers
 
getErrorCount() - Method in class org.springframework.validation.AbstractBindingResult
 
getErrorCount() - Method in class org.springframework.validation.AbstractErrors
 
getErrorCount() - Method in exception org.springframework.validation.BindException
 
getErrorCount() - Method in interface org.springframework.validation.Errors
Return the total number of errors.
getErrorCount() - Method in class org.springframework.web.bind.EscapedErrors
 
getErrorHandler() - Method in class org.springframework.oxm.support.MarshallingSource.MarshallingXMLReader
 
getErrorHandler() - Method in class org.springframework.util.xml.AbstractXMLReader
 
getErrorHandler() - Method in class org.springframework.web.client.RestTemplate
Return the error handler.
getErrorMessage() - Method in class org.springframework.mock.web.MockHttpServletResponse
 
getErrorMessage() - Method in class org.springframework.web.servlet.support.BindStatus
Return the first error message for the field or object, if any.
getErrorMessages() - Method in class org.springframework.web.servlet.support.BindStatus
Return the resolved error messages for the field or object, if any.
getErrorMessagesAsString(String) - Method in class org.springframework.web.servlet.support.BindStatus
Return an error message string, concatenating all messages separated by the given delimiter.
getErrors() - Method in class org.springframework.validation.DataBinder
Deprecated.
in favor of DataBinder.getBindingResult(). Use the BindException.BindException(BindingResult) constructor to create a BindException instance if still needed.
getErrors() - Method in class org.springframework.web.servlet.support.BindStatus
Return the Errors instance (typically a BindingResult) that this bind status is currently associated with.
getErrors(String) - Method in class org.springframework.web.servlet.support.RequestContext
Retrieve the Errors instance for the given bind object, using the "defaultHtmlEscape" setting.
getErrors(String, boolean) - Method in class org.springframework.web.servlet.support.RequestContext
Retrieve the Errors instance for the given bind object.
getErrors() - Method in class org.springframework.web.servlet.tags.BindErrorsTag
Retrieve the Errors instance that this tag is currently bound to.
getErrors() - Method in class org.springframework.web.servlet.tags.BindTag
Retrieve the Errors instance that this tag is currently bound to.
getErrorsForNewForm(RenderRequest) - Method in class org.springframework.web.portlet.mvc.AbstractFormController
Deprecated.
Create a BindException instance for a new form.
getErrorsForNewForm(HttpServletRequest) - Method in class org.springframework.web.servlet.mvc.AbstractFormController
Deprecated.
Create a BindException instance for a new form.
getETag() - Method in class org.springframework.http.HttpHeaders
Returns the entity tag of the body, as specified by the ETag header.
getETag() - Method in class org.springframework.mock.web.portlet.MockCacheControl
 
getETag() - Method in class org.springframework.mock.web.portlet.MockRenderRequest
 
getETag() - Method in class org.springframework.mock.web.portlet.MockResourceRequest
 
getEvaluationContext() - Method in class org.springframework.expression.spel.ExpressionState
 
getEvaluationContext() - Method in class org.springframework.expression.spel.standard.SpelExpression
Return the default evaluation context that will be used if none is supplied on an evaluation call
getEvaluations() - Method in class org.springframework.aop.support.ControlFlowPointcut
It's useful to know how many times we've fired, for optimization.
getEvent() - Method in class org.springframework.mock.web.portlet.MockEventRequest
 
getEvent(QName) - Method in class org.springframework.mock.web.portlet.MockStateAwareResponse
 
getEvent(String) - Method in class org.springframework.mock.web.portlet.MockStateAwareResponse
 
getEventNames() - Method in class org.springframework.mock.web.portlet.MockStateAwareResponse
 
getEventSetDescriptors() - Method in class org.springframework.beans.ExtendedBeanInfo
 
getEventType() - Method in class org.springframework.util.xml.XMLEventStreamReader
 
getException() - Method in class org.springframework.mock.web.MockPageContext
 
getException() - Method in class org.springframework.remoting.support.RemoteInvocationResult
Return the exception thrown by an unsuccessful invocation of the target method, if any.
getExceptionClass() - Method in class org.springframework.jdbc.support.CustomSQLErrorCodesTranslation
Return the exception class for the specified error codes.
getExceptionCount() - Method in exception org.springframework.beans.PropertyBatchUpdateException
If this returns 0, no errors were encountered during binding.
getExceptionHandler(Throwable) - Method in class org.springframework.aop.framework.adapter.ThrowsAdviceInterceptor
Determine the exception handle method.
getExceptionHandler(Throwable) - Method in class org.springframework.web.servlet.mvc.multiaction.MultiActionController
Determine the exception handler method for the given exception.
getExceptionHandlerMethod(HandlerMethod, Exception) - Method in class org.springframework.web.servlet.mvc.method.annotation.ExceptionHandlerExceptionResolver
Find an @ExceptionHandler method for the given exception.
getExceptionListener() - Method in class org.springframework.jms.connection.SingleConnectionFactory
Return the JMS ExceptionListener implementation that should be registered with with the single Connection created by this factory, if any.
getExceptionListener() - Method in class org.springframework.jms.listener.AbstractMessageListenerContainer
Return the JMS ExceptionListener to notify in case of a JMSException thrown by the registered message listener or the invocation infrastructure, if any.
getExceptionName() - Method in class org.springframework.transaction.interceptor.RollbackRuleAttribute
Return the pattern for the exception name.
getExceptionResolvers() - Method in class org.springframework.web.servlet.handler.HandlerExceptionResolverComposite
Return the list of exception resolvers to delegate to.
getExceptionTranslator() - Method in class org.springframework.jdbc.core.support.JdbcDaoSupport
Return the SQLExceptionTranslator of this DAO's JdbcTemplate, for translating SQLExceptions in custom JDBC access code.
getExceptionTranslator() - Method in class org.springframework.jdbc.support.JdbcAccessor
Return the exception translator for this instance.
getExceptionTypes() - Method in class org.springframework.aop.aspectj.MethodInvocationProceedingJoinPoint.MethodSignatureImpl
 
getExcludedPatterns() - Method in class org.springframework.aop.support.AbstractRegexpMethodPointcut
Returns the regular expressions for exclusion matching.
getExecutionCount() - Method in class org.springframework.jdbc.object.BatchSqlUpdate
Return the number of already executed statements.
getExecutor() - Method in class org.springframework.web.context.request.async.WebAsyncTask
Return the AsyncTaskExecutor to use for concurrent handling, or null.
getExecutorQualifier(Method) - Method in class org.springframework.aop.interceptor.AsyncExecutionAspectSupport
Return the qualifier or bean name of the executor to be used when executing the given async method, typically specified in the form of an annotation attribute.
getExecutorQualifier(Method) - Method in class org.springframework.aop.interceptor.AsyncExecutionInterceptor
This implementation is a no-op for compatibility in Spring 3.1.2.
getExecutorQualifier(Method) - Method in class org.springframework.scheduling.annotation.AnnotationAsyncExecutionInterceptor
Return the qualifier or bean name of the executor to be used when executing the given method, specified via Async.value() at the method or declaring class level.
getExpectedCount() - Method in exception org.springframework.jdbc.IncorrectResultSetColumnCountException
Return the expected column count.
getExpectedException() - Method in class org.springframework.test.AssertThrows
Deprecated.
Return the Exception expected to be thrown during the execution of the surrounding test.
getExpectedException(FrameworkMethod) - Method in class org.springframework.test.context.junit4.SpringJUnit4ClassRunner
Get the exception that the supplied test method is expected to throw.
getExpectedRowsAffected() - Method in exception org.springframework.jdbc.JdbcUpdateAffectedIncorrectNumberOfRowsException
Return the number of rows that should have been affected.
getExpectedSize() - Method in exception org.springframework.dao.IncorrectResultSizeDataAccessException
Return the expected result size.
getExpectedType() - Method in class org.springframework.jndi.JndiObjectLocator
Return the type that the located JNDI object is supposed to be assignable to, if any.
getExpirationTime() - Method in class org.springframework.mock.web.portlet.MockCacheControl
 
getExpiredFlashMaps(List<FlashMap>) - Method in class org.springframework.web.servlet.support.AbstractFlashMapManager
Return a list of expired FlashMap instances contained in the given list.
getExpires() - Method in class org.springframework.http.HttpHeaders
Returns the date and time at which the message is no longer valid, as specified by the Expires header.
getExporterName() - Method in class org.springframework.remoting.support.RemoteExporter
Return a short name for this exporter.
getExporterParameter(Object) - Method in class org.springframework.web.servlet.view.jasperreports.AbstractJasperReportsView
Return a JRExporterParameter for the given parameter object, converting it from a String if necessary.
getExporterParameters() - Method in class org.springframework.web.servlet.view.jasperreports.AbstractJasperReportsView
Return the exporter parameters that this view uses, if any.
getExpression() - Method in class org.springframework.aop.aspectj.AspectJExpressionPointcutAdvisor
 
getExpression() - Method in class org.springframework.aop.support.AbstractExpressionPointcut
Return this pointcut's expression.
getExpression() - Method in interface org.springframework.aop.support.ExpressionPointcut
Return the String expression for this pointcut.
getExpression(Map<String, Expression>, String, Method) - Method in class org.springframework.cache.interceptor.ExpressionEvaluator
 
getExpression() - Method in class org.springframework.scheduling.config.CronTask
 
getExpression() - Method in class org.springframework.scheduling.support.CronSequenceGenerator
 
getExpression() - Method in class org.springframework.scheduling.support.CronTrigger
 
getExpression() - Method in class org.springframework.web.servlet.support.BindStatus
Return a bind expression that can be used in HTML forms as input name for the respective field, or null if not field-specific.
getExpressionEvaluator() - Method in class org.springframework.mock.web.MockPageContext
 
getExpressionPrefix() - Method in class org.springframework.expression.common.TemplateParserContext
 
getExpressionPrefix() - Method in interface org.springframework.expression.ParserContext
For template expressions, returns the prefix that identifies the start of an expression block within a string.
getExpressions() - Method in class org.springframework.expression.common.CompositeStringExpression
 
getExpressions() - Method in class org.springframework.web.servlet.mvc.condition.ConsumesRequestCondition
Return the contained MediaType expressions.
getExpressions() - Method in class org.springframework.web.servlet.mvc.condition.HeadersRequestCondition
Return the contained request header expressions.
getExpressions() - Method in class org.springframework.web.servlet.mvc.condition.ParamsRequestCondition
Return the contained request parameter expressions.
getExpressions() - Method in class org.springframework.web.servlet.mvc.condition.ProducesRequestCondition
Return the contained "produces" expressions.
getExpressionsToCompare() - Method in class org.springframework.web.servlet.mvc.condition.ProducesRequestCondition
Return the contained "produces" expressions or if that's empty, a list with a MediaType_ALL expression.
getExpressionString() - Method in class org.springframework.expression.common.CompositeStringExpression
 
getExpressionString() - Method in class org.springframework.expression.common.LiteralExpression
 
getExpressionString() - Method in interface org.springframework.expression.Expression
Returns the original string used to create this expression, unmodified.
getExpressionString() - Method in exception org.springframework.expression.ExpressionException
 
getExpressionString() - Method in class org.springframework.expression.spel.standard.SpelExpression
 
getExpressionSuffix() - Method in class org.springframework.expression.common.TemplateParserContext
 
getExpressionSuffix() - Method in interface org.springframework.expression.ParserContext
For template expressions, return the prefix that identifies the end of an expression block within a string.
getExternalContext() - Method in class org.springframework.web.context.request.FacesRequestAttributes
Return the JSF ExternalContext that this adapter operates on.
getExtraHiddenFields(HttpServletRequest) - Method in interface org.springframework.web.servlet.support.RequestDataValueProcessor
Invoked after all form fields have been rendered.
getFacesContext() - Method in class org.springframework.web.context.request.FacesRequestAttributes
Return the JSF FacesContext that this adapter operates on.
getFacesRequestAttributes() - Static method in class org.springframework.web.context.request.RequestContextHolder.FacesRequestAttributesFactory
 
getFactory() - Method in interface org.springframework.beans.factory.access.BeanFactoryReference
Return the BeanFactory instance held by this reference.
getFactory() - Method in class org.springframework.beans.factory.access.SingletonBeanFactoryLocator.CountingBeanFactoryReference
 
getFactory() - Method in class org.springframework.context.access.ContextBeanFactoryReference
 
getFactoryBean(String, Object) - Method in class org.springframework.beans.factory.support.FactoryBeanRegistrySupport
Get a FactoryBean for the given bean if possible.
getFactoryBeanName() - Method in interface org.springframework.beans.factory.config.BeanDefinition
Return the factory bean name, if any.
getFactoryBeanName() - Method in class org.springframework.beans.factory.support.AbstractBeanDefinition
 
getFactoryMethodName() - Method in interface org.springframework.beans.factory.config.BeanDefinition
Return a factory method, if any.
getFactoryMethodName() - Method in class org.springframework.beans.factory.support.AbstractBeanDefinition
 
getFailedMessages() - Method in exception org.springframework.mail.MailSendException
Return a Map with the failed messages as keys, and the thrown exceptions as values.
getFailureCause() - Method in class org.springframework.web.context.support.RequestHandledEvent
Return the cause of failure, if any.
getFailureMessage() - Method in class org.springframework.test.AssertThrows
Deprecated.
Return the extra, contextual failure message that will be included in the failure text if the text fails.
getFallbackClassLoader() - Method in class org.springframework.core.ConfigurableObjectInputStream
Return the fallback ClassLoader to use when no ClassLoader was specified and ObjectInputStream's own default ClassLoader failed.
getFallbackClassLoader() - Method in class org.springframework.remoting.rmi.CodebaseAwareObjectInputStream
 
getFallbackFormatter(JodaTimeFormatterRegistrar.Type) - Method in class org.springframework.format.datetime.joda.JodaTimeFormatterRegistrar
 
getFallbackLocale(String, Locale) - Method in class org.springframework.context.support.ResourceBundleMessageSource.MessageSourceControl
 
getFallbackLocale() - Method in class org.springframework.web.servlet.support.JspAwareRequestContext
This implementation checks for a JSTL locale attribute in page, request, session or application scope; if not found, returns the HttpServletRequest.getLocale().
getFallbackLocale() - Method in class org.springframework.web.servlet.support.RequestContext
Determine the fallback locale for this context.
getFallbackPointcutExpression(Class<?>) - Method in class org.springframework.aop.aspectj.AspectJExpressionPointcut
Get a new pointcut expression based on a target class's loader, rather than the default.
getFallbackTheme() - Method in class org.springframework.web.servlet.support.RequestContext
Determine the fallback theme for this context.
getFallbackTranslator() - Method in class org.springframework.jdbc.support.AbstractFallbackSQLExceptionTranslator
Return the fallback exception translator, if any.
getFault() - Method in exception org.springframework.remoting.jaxws.JaxWsSoapFaultException
Return the wrapped JAX-WS SOAPFault.
getFaultActor() - Method in exception org.springframework.remoting.jaxrpc.JaxRpcSoapFaultException
Deprecated.
 
getFaultActor() - Method in exception org.springframework.remoting.jaxws.JaxWsSoapFaultException
 
getFaultActor() - Method in exception org.springframework.remoting.soap.SoapFaultException
Return the actor that caused this fault.
getFaultCode() - Method in exception org.springframework.remoting.jaxrpc.JaxRpcSoapFaultException
Deprecated.
 
getFaultCode() - Method in exception org.springframework.remoting.jaxws.JaxWsSoapFaultException
 
getFaultCode() - Method in exception org.springframework.remoting.soap.SoapFaultException
Return the SOAP fault code.
getFaultCodeAsQName() - Method in exception org.springframework.remoting.jaxrpc.JaxRpcSoapFaultException
Deprecated.
 
getFaultCodeAsQName() - Method in exception org.springframework.remoting.jaxws.JaxWsSoapFaultException
 
getFaultCodeAsQName() - Method in exception org.springframework.remoting.soap.SoapFaultException
Return the SOAP fault code as a QName object.
getFaultString() - Method in exception org.springframework.remoting.jaxrpc.JaxRpcSoapFaultException
Deprecated.
 
getFaultString() - Method in exception org.springframework.remoting.jaxws.JaxWsSoapFaultException
 
getFaultString() - Method in exception org.springframework.remoting.soap.SoapFaultException
Return the descriptive SOAP fault string.
getFeature(String) - Method in class org.springframework.oxm.support.MarshallingSource.MarshallingXMLReader
 
getFeature(String) - Method in class org.springframework.util.xml.AbstractStaxXMLReader
 
getFeature(String) - Method in class org.springframework.util.xml.AbstractXMLReader
Throws a SAXNotRecognizedException exception.
getFeatureDescriptors(ELContext, Object) - Method in class org.springframework.beans.factory.access.el.SpringBeanELResolver
 
getFeatureDescriptors(ELContext, Object) - Method in class org.springframework.web.jsf.el.WebApplicationContextFacesELResolver
 
getFetchSize() - Method in class org.springframework.jdbc.core.JdbcTemplate
Return the fetch size specified for this JdbcTemplate.
getFetchSize() - Method in class org.springframework.orm.hibernate3.HibernateTemplate
Return the fetch size specified for this HibernateTemplate.
getField() - Method in class org.springframework.beans.factory.config.DependencyDescriptor
Return the wrapped Field, if any.
getField() - Method in class org.springframework.core.convert.Property
 
getField(Object, String) - Static method in class org.springframework.test.util.ReflectionTestUtils
Get the field with the given name from the provided target object.
getField(Field, Object) - Static method in class org.springframework.util.ReflectionUtils
Get the field represented by the supplied field object on the specified target object.
getField() - Method in class org.springframework.validation.FieldError
Return the affected field of the object.
getFieldCache() - Method in class org.springframework.core.Constants
Exposes the field cache to subclasses: a Map from String field name to object value.
getFieldDefaultPrefix() - Method in class org.springframework.web.bind.WebDataBinder
Return the prefix for parameters that mark default fields.
getFieldError() - Method in class org.springframework.validation.AbstractBindingResult
 
getFieldError(String) - Method in class org.springframework.validation.AbstractBindingResult
 
getFieldError() - Method in class org.springframework.validation.AbstractErrors
 
getFieldError(String) - Method in class org.springframework.validation.AbstractErrors
 
getFieldError() - Method in exception org.springframework.validation.BindException
 
getFieldError(String) - Method in exception org.springframework.validation.BindException
 
getFieldError() - Method in interface org.springframework.validation.Errors
Get the first error associated with a field, if any.
getFieldError(String) - Method in interface org.springframework.validation.Errors
Get the first error associated with the given field, if any.
getFieldError() - Method in class org.springframework.web.bind.EscapedErrors
 
getFieldError(String) - Method in class org.springframework.web.bind.EscapedErrors
 
getFieldErrorCount() - Method in class org.springframework.validation.AbstractErrors
 
getFieldErrorCount(String) - Method in class org.springframework.validation.AbstractErrors
 
getFieldErrorCount() - Method in exception org.springframework.validation.BindException
 
getFieldErrorCount(String) - Method in exception org.springframework.validation.BindException
 
getFieldErrorCount() - Method in interface org.springframework.validation.Errors
Return the number of errors associated with a field.
getFieldErrorCount(String) - Method in interface org.springframework.validation.Errors
Return the number of errors associated with the given field.
getFieldErrorCount() - Method in class org.springframework.web.bind.EscapedErrors
 
getFieldErrorCount(String) - Method in class org.springframework.web.bind.EscapedErrors
 
getFieldErrors() - Method in class org.springframework.validation.AbstractBindingResult
 
getFieldErrors(String) - Method in class org.springframework.validation.AbstractBindingResult
 
getFieldErrors(String) - Method in class org.springframework.validation.AbstractErrors
 
getFieldErrors() - Method in exception org.springframework.validation.BindException
 
getFieldErrors(String) - Method in exception org.springframework.validation.BindException
 
getFieldErrors() - Method in interface org.springframework.validation.Errors
Get all errors associated with a field.
getFieldErrors(String) - Method in interface org.springframework.validation.Errors
Get all errors associated with the given field.
getFieldErrors() - Method in class org.springframework.web.bind.EscapedErrors
 
getFieldErrors(String) - Method in class org.springframework.web.bind.EscapedErrors
 
getFieldMarkerPrefix() - Method in class org.springframework.web.bind.WebDataBinder
Return the prefix for parameters that mark potentially empty fields.
getFieldType() - Method in class org.springframework.format.support.FormattingConversionService.AnnotationConverterKey
 
getFieldType(String) - Method in class org.springframework.validation.AbstractBindingResult
This default implementation determines the type based on the actual field value, if any.
getFieldType(String) - Method in class org.springframework.validation.AbstractErrors
 
getFieldType(String) - Method in class org.springframework.validation.AbstractPropertyBindingResult
Determines the field type from the property type.
getFieldType(String) - Method in exception org.springframework.validation.BindException
 
getFieldType(String) - Method in interface org.springframework.validation.Errors
Return the type of a given field.
getFieldType(String) - Method in class org.springframework.web.bind.EscapedErrors
 
getFieldTypes() - Method in interface org.springframework.format.AnnotationFormatterFactory
The types of fields that may be annotated with the <A> annotation.
getFieldTypes() - Method in class org.springframework.format.datetime.DateTimeFormatAnnotationFormatterFactory
 
getFieldTypes() - Method in class org.springframework.format.datetime.joda.JodaDateTimeFormatAnnotationFormatterFactory
 
getFieldTypes() - Method in class org.springframework.format.number.NumberFormatAnnotationFormatterFactory
 
getFieldValue(String) - Method in class org.springframework.validation.AbstractBindingResult
 
getFieldValue(String) - Method in exception org.springframework.validation.BindException
 
getFieldValue(String) - Method in interface org.springframework.validation.Errors
Return the current value of the given field, either the current bean property value or a rejected update from the last binding.
getFieldValue(String) - Method in class org.springframework.web.bind.EscapedErrors
 
getFieldValue(String) - Method in class org.springframework.web.struts.SpringBindingActionForm
Deprecated.
Get the formatted value for the property at the provided path.
getFile() - Method in class org.springframework.core.io.AbstractFileResolvingResource
This implementation returns a File reference for the underlying class path resource, provided that it refers to a file in the file system.
getFile(URI) - Method in class org.springframework.core.io.AbstractFileResolvingResource
This implementation returns a File reference for the underlying class path resource, provided that it refers to a file in the file system.
getFile() - Method in class org.springframework.core.io.AbstractResource
This implementation throws a FileNotFoundException, assuming that the resource cannot be resolved to an absolute file path.
getFile() - Method in class org.springframework.core.io.FileSystemResource
This implementation returns the underlying File reference.
getFile() - Method in interface org.springframework.core.io.Resource
Return a File handle for this resource.
getFile() - Method in class org.springframework.core.io.UrlResource
This implementation returns a File reference for the underlying URL/URI, provided that it refers to a file in the file system.
getFile() - Method in class org.springframework.core.io.VfsResource
 
getFile(Object) - Static method in class org.springframework.core.io.VfsUtils
 
getFile(String) - Method in class org.springframework.mock.web.MockMultipartHttpServletRequest
 
getFile(String) - Method in class org.springframework.mock.web.portlet.MockMultipartActionRequest
 
getFile(String) - Static method in class org.springframework.util.ResourceUtils
Resolve the given resource location to a java.io.File, i.e.
getFile(URL) - Static method in class org.springframework.util.ResourceUtils
Resolve the given resource URL to a java.io.File, i.e.
getFile(URL, String) - Static method in class org.springframework.util.ResourceUtils
Resolve the given resource URL to a java.io.File, i.e.
getFile(URI) - Static method in class org.springframework.util.ResourceUtils
Resolve the given resource URI to a java.io.File, i.e.
getFile(URI, String) - Static method in class org.springframework.util.ResourceUtils
Resolve the given resource URI to a java.io.File, i.e.
getFile() - Method in class org.springframework.web.context.support.ServletContextResource
This implementation resolves "file:" URLs or alternatively delegates to ServletContext.getRealPath, throwing a FileNotFoundException if not found or not resolvable.
getFile(String) - Method in interface org.springframework.web.multipart.MultipartRequest
Return the contents plus description of an uploaded file in this request, or null if it does not exist.
getFile(String) - Method in class org.springframework.web.multipart.support.AbstractMultipartHttpServletRequest
 
getFile() - Method in class org.springframework.web.portlet.context.PortletContextResource
This implementation resolves "file:" URLs or alternatively delegates to PortletContext.getRealPath, throwing a FileNotFoundException if not found or not resolvable.
getFile(String) - Method in class org.springframework.web.portlet.multipart.DefaultMultipartActionRequest
 
getFileExtensions() - Method in class org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping
Return the file extensions to use for suffix pattern matching.
getFileForLastModifiedCheck() - Method in class org.springframework.core.io.AbstractFileResolvingResource
This implementation determines the underlying File (or jar file, in case of a resource in a jar/zip).
getFileForLastModifiedCheck() - Method in class org.springframework.core.io.AbstractResource
Determine the File to use for timestamp checking.
getFileItem() - Method in class org.springframework.web.multipart.commons.CommonsMultipartFile
Return the underlying org.apache.commons.fileupload.FileItem instance.
getFileItemFactory() - Method in class org.springframework.web.multipart.commons.CommonsFileUploadSupport
Return the underlying org.apache.commons.fileupload.disk.DiskFileItemFactory instance.
getFileMap() - Method in class org.springframework.mock.web.MockMultipartHttpServletRequest
 
getFileMap() - Method in class org.springframework.mock.web.portlet.MockMultipartActionRequest
 
getFileMap() - Method in interface org.springframework.web.multipart.MultipartRequest
Return a Map of the multipart files contained in this request.
getFileMap() - Method in class org.springframework.web.multipart.support.AbstractMultipartHttpServletRequest
 
getFileMap() - Method in class org.springframework.web.portlet.multipart.DefaultMultipartActionRequest
 
getFileName() - Method in class org.springframework.aop.aspectj.MethodInvocationProceedingJoinPoint.SourceLocationImpl
 
getFilename() - Method in class org.springframework.core.io.AbstractResource
This implementation always returns null, assuming that this resource type does not have a filename.
getFilename() - Method in class org.springframework.core.io.ClassPathResource
This implementation returns the name of the file that this class path resource refers to.
getFilename() - Method in class org.springframework.core.io.FileSystemResource
This implementation returns the name of the file.
getFilename() - Method in interface org.springframework.core.io.Resource
Determine a filename for this resource, i.e.
getFilename() - Method in class org.springframework.core.io.UrlResource
This implementation returns the name of the file that this URL refers to.
getFilename() - Method in class org.springframework.core.io.VfsResource
 
getFilename(Object) - Method in class org.springframework.http.converter.FormHttpMessageConverter
Return the filename of the given multipart part.
getFilename(String) - Static method in class org.springframework.util.StringUtils
Extract the filename from the given path, e.g.
getFilename() - Method in class org.springframework.web.context.support.ServletContextResource
This implementation returns the name of the file that this ServletContext resource refers to.
getFilename() - Method in class org.springframework.web.portlet.context.PortletContextResource
 
getFilenameExtension(String) - Static method in class org.springframework.util.StringUtils
Extract the filename extension from the given path, e.g.
getFileNames() - Method in class org.springframework.mock.web.MockMultipartHttpServletRequest
 
getFileNames() - Method in class org.springframework.mock.web.portlet.MockMultipartActionRequest
 
getFileNames() - Method in interface org.springframework.web.multipart.MultipartRequest
Return an Iterator of String objects containing the parameter names of the multipart files contained in this request.
getFileNames() - Method in class org.springframework.web.multipart.support.AbstractMultipartHttpServletRequest
 
getFileNames() - Method in class org.springframework.web.portlet.multipart.DefaultMultipartActionRequest
 
getFiles(String) - Method in class org.springframework.mock.web.MockMultipartHttpServletRequest
 
getFiles(String) - Method in class org.springframework.mock.web.portlet.MockMultipartActionRequest
 
getFiles(String) - Method in interface org.springframework.web.multipart.MultipartRequest
Return the contents plus description of uploaded files in this request, or an empty list if it does not exist.
getFiles(String) - Method in class org.springframework.web.multipart.support.AbstractMultipartHttpServletRequest
 
getFiles(String) - Method in class org.springframework.web.portlet.multipart.DefaultMultipartActionRequest
 
getFileTimestamp() - Method in class org.springframework.context.support.ReloadableResourceBundleMessageSource.PropertiesHolder
 
getFileTimestamp(String) - Method in class org.springframework.web.servlet.ResourceServlet
Return the file timestamp for the given resource.
getFileTypeMap() - Method in class org.springframework.mail.javamail.ConfigurableMimeFileTypeMap
Return the delegate FileTypeMap, compiled from the mappings in the mapping file and the entries in the mappings property.
getFileTypeMap() - Method in class org.springframework.mail.javamail.MimeMessageHelper
Return the FileTypeMap used by this MimeMessageHelper.
getFileUpload() - Method in class org.springframework.web.multipart.commons.CommonsFileUploadSupport
Return the underlying org.apache.commons.fileupload.FileUpload instance.
getFilterConfig() - Method in class org.springframework.web.filter.GenericFilterBean
Make the FilterConfig of this filter available, if any.
getFilterName() - Method in class org.springframework.mock.web.MockFilterConfig
 
getFilterName() - Method in class org.springframework.web.filter.GenericFilterBean
Make the name of this filter available to subclasses.
getFilterNames() - Method in class org.springframework.orm.hibernate3.HibernateAccessor
Return the names of Hibernate filters to be activated, if any.
getFinalPath(BeanWrapper, String) - Method in class org.springframework.beans.BeanWrapperImpl
Get the last component of the path.
getFinder(Class<?>) - Method in class org.springframework.core.convert.support.IdToEntityConverter
 
getFirst(String) - Method in class org.springframework.http.HttpHeaders
Return the first header value for the given header name, if any.
getFirst(K) - Method in class org.springframework.util.CollectionUtils.MultiValueMapAdapter
 
getFirst(K) - Method in class org.springframework.util.LinkedMultiValueMap
 
getFirst(K) - Method in interface org.springframework.util.MultiValueMap
Return the first value for the given key.
getFirstDate(String) - Method in class org.springframework.http.HttpHeaders
 
getFirstElementOnPage() - Method in class org.springframework.beans.support.PagedListHolder
Return the element index of the first element on the current page.
getFirstLinkedPage() - Method in class org.springframework.beans.support.PagedListHolder
Return the first page to which create a link around the current page.
getFirstNestedPropertySeparatorIndex(String) - Static method in class org.springframework.beans.PropertyAccessorUtils
Determine the first nested property separator in the given property path, ignoring dots in keys (like "map[my.key]").
getFlashAttributes() - Method in interface org.springframework.web.servlet.mvc.support.RedirectAttributes
Return the attributes candidate for flash storage or an empty Map.
getFlashAttributes() - Method in class org.springframework.web.servlet.mvc.support.RedirectAttributesModelMap
Return the attributes candidate for flash storage or an empty Map.
getFlashMap() - Method in class org.springframework.test.web.servlet.DefaultMvcResult
 
getFlashMap() - Method in interface org.springframework.test.web.servlet.MvcResult
Return the "output" flash attributes saved during request processing.
getFlashMapManager(MockHttpServletRequest) - Method in class org.springframework.test.web.servlet.request.MockHttpServletRequestBuilder
 
getFlashMapManager(HttpServletRequest) - Static method in class org.springframework.web.servlet.support.RequestContextUtils
Return the FlashMapManager instance to save flash attributes with before a redirect.
getFlashMapTimeout() - Method in class org.springframework.web.servlet.support.AbstractFlashMapManager
Return the amount of time in seconds before a FlashMap expires.
getFloat(int) - Method in class org.springframework.jdbc.support.rowset.ResultSetWrappingSqlRowSet
 
getFloat(String) - Method in class org.springframework.jdbc.support.rowset.ResultSetWrappingSqlRowSet
 
getFloat(int) - Method in interface org.springframework.jdbc.support.rowset.SqlRowSet
Retrieves the value of the indicated column in the current row as a float.
getFloat(String) - Method in interface org.springframework.jdbc.support.rowset.SqlRowSet
Retrieves the value of the indicated column in the current row as a float.
getFloatParameter(ServletRequest, String) - Static method in class org.springframework.web.bind.ServletRequestUtils
Get a Float parameter, or null if not present.
getFloatParameter(ServletRequest, String, float) - Static method in class org.springframework.web.bind.ServletRequestUtils
Get a float parameter, with a fallback value.
getFloatParameter(PortletRequest, String) - Static method in class org.springframework.web.portlet.bind.PortletRequestUtils
Get a Float parameter, or null if not present.
getFloatParameter(PortletRequest, String, float) - Static method in class org.springframework.web.portlet.bind.PortletRequestUtils
Get a float parameter, with a fallback value.
getFloatParameters(ServletRequest, String) - Static method in class org.springframework.web.bind.ServletRequestUtils
Get an array of float parameters, return an empty array if not found.
getFloatParameters(PortletRequest, String) - Static method in class org.springframework.web.portlet.bind.PortletRequestUtils
Get an array of float parameters, return an empty array if not found.
getFlushMode() - Method in class org.springframework.orm.hibernate3.HibernateAccessor
Return if a flush should be forced after executing the callback code.
getFlushMode() - Method in class org.springframework.orm.hibernate3.support.OpenSessionInViewFilter
Return the Hibernate FlushMode that this filter applies to its org.hibernate.Session (in single session mode).
getFor() - Method in class org.springframework.web.servlet.tags.form.LabelTag
Get the value of the 'id' attribute.
getForEntity(String, Class<T>, Object...) - Method in interface org.springframework.web.client.RestOperations
Retrieve an entity by doing a GET on the specified URL.
getForEntity(String, Class<T>, Map<String, ?>) - Method in interface org.springframework.web.client.RestOperations
Retrieve a representation by doing a GET on the URI template.
getForEntity(URI, Class<T>) - Method in interface org.springframework.web.client.RestOperations
Retrieve a representation by doing a GET on the URL .
getForEntity(String, Class<T>, Object...) - Method in class org.springframework.web.client.RestTemplate
 
getForEntity(String, Class<T>, Map<String, ?>) - Method in class org.springframework.web.client.RestTemplate
 
getForEntity(URI, Class<T>) - Method in class org.springframework.web.client.RestTemplate
 
getFormatter(DateTimeFormat, Class<?>) - Method in class org.springframework.format.datetime.DateTimeFormatAnnotationFormatterFactory
 
getFormatter(DateTimeFormat, Class<?>) - Method in class org.springframework.format.datetime.joda.JodaDateTimeFormatAnnotationFormatterFactory
Factory method used to create a DateTimeFormatter.
getFormatter(DateTimeFormatter) - Method in class org.springframework.format.datetime.joda.JodaTimeContext
Gets the Formatter with the this context's settings applied to the base formatter.
getFormatter(DateTimeFormatter, Locale) - Static method in class org.springframework.format.datetime.joda.JodaTimeContextHolder
Obtain a DateTimeFormatter with user-specific settings applied to the given base Formatter.
getFormatter(JodaTimeFormatterRegistrar.Type) - Method in class org.springframework.format.datetime.joda.JodaTimeFormatterRegistrar
 
getFormSessionAttributeName(PortletRequest) - Method in class org.springframework.web.portlet.mvc.AbstractFormController
Deprecated.
Return the name of the PortletSession attribute that holds the form object for this form controller.
getFormSessionAttributeName() - Method in class org.springframework.web.portlet.mvc.AbstractFormController
Deprecated.
Return the name of the PortletSession attribute that holds the form object for this form controller.
getFormSessionAttributeName(HttpServletRequest) - Method in class org.springframework.web.servlet.mvc.AbstractFormController
Deprecated.
Return the name of the HttpSession attribute that holds the form object for this form controller.
getFormSessionAttributeName() - Method in class org.springframework.web.servlet.mvc.AbstractFormController
Deprecated.
Return the name of the HttpSession attribute that holds the form object for this form controller.
getFormSubmitParameterName() - Method in class org.springframework.web.portlet.mvc.AbstractFormController
Deprecated.
Return the name of the render parameter that indicates this was a form submission.
getFormView() - Method in class org.springframework.web.portlet.mvc.SimpleFormController
Deprecated.
Return the name of the view that should be used for form display.
getFormView() - Method in class org.springframework.web.servlet.mvc.SimpleFormController
Deprecated.
Return the name of the view that should be used for form display.
getForObject(String, Class<T>, Object...) - Method in interface org.springframework.web.client.RestOperations
Retrieve a representation by doing a GET on the specified URL.
getForObject(String, Class<T>, Map<String, ?>) - Method in interface org.springframework.web.client.RestOperations
Retrieve a representation by doing a GET on the URI template.
getForObject(URI, Class<T>) - Method in interface org.springframework.web.client.RestOperations
Retrieve a representation by doing a GET on the URL .
getForObject(String, Class<T>, Object...) - Method in class org.springframework.web.client.RestTemplate
 
getForObject(String, Class<T>, Map<String, ?>) - Method in class org.springframework.web.client.RestTemplate
 
getForObject(URI, Class<T>) - Method in class org.springframework.web.client.RestTemplate
 
getForwardedUrl() - Method in class org.springframework.mock.web.MockHttpServletResponse
 
getForwardedUrl() - Method in class org.springframework.mock.web.portlet.MockMimeResponse
 
getFragment() - Method in class org.springframework.web.util.UriComponents
Returns the fragment.
getFrom() - Method in class org.springframework.mail.SimpleMailMessage
 
getFunctionReturnName() - Method in class org.springframework.jdbc.core.metadata.CallMetaDataContext
Get the name used for the return value of the function.
getGeneratedKeyNames() - Method in class org.springframework.jdbc.core.simple.AbstractJdbcInsert
Get the names of any generated keys
getGeneratedKeysColumnNames() - Method in class org.springframework.jdbc.object.RdbmsOperation
Return the column names of the auto generated keys.
getGeneratedKeysSupported - Variable in class org.springframework.jdbc.core.metadata.GenericTableMetaDataProvider
indicates whether generated keys retrieval is supported
getGenericArgumentValue(Class) - Method in class org.springframework.beans.factory.config.ConstructorArgumentValues
Look for a generic argument value that matches the given type.
getGenericArgumentValue(Class, String) - Method in class org.springframework.beans.factory.config.ConstructorArgumentValues
Look for a generic argument value that matches the given type.
getGenericArgumentValue(Class, String, Set<ConstructorArgumentValues.ValueHolder>) - Method in class org.springframework.beans.factory.config.ConstructorArgumentValues
Look for the next generic argument value that matches the given type, ignoring argument values that have already been used in the current resolution process.
getGenericArgumentValues() - Method in class org.springframework.beans.factory.config.ConstructorArgumentValues
Return the list of generic argument values.
getGenericFieldType(Field, Class<?>, int, Map<Integer, Integer>, int) - Static method in class org.springframework.core.GenericCollectionTypeResolver
Extract the generic type from the given field.
getGenericParameterType(MethodParameter, Class<?>, int) - Static method in class org.springframework.core.GenericCollectionTypeResolver
Extract the generic parameter type from the given method or constructor.
getGenericParameterType() - Method in class org.springframework.core.MethodParameter
Return the generic type of the method/constructor parameter.
getGenericReturnType(Method, Class<?>, int, int) - Static method in class org.springframework.core.GenericCollectionTypeResolver
Extract the generic return type from the given method.
getGlobalError() - Method in class org.springframework.validation.AbstractBindingResult
 
getGlobalError() - Method in class org.springframework.validation.AbstractErrors
 
getGlobalError() - Method in exception org.springframework.validation.BindException
 
getGlobalError() - Method in interface org.springframework.validation.Errors
Get the first global error, if any.
getGlobalError() - Method in class org.springframework.web.bind.EscapedErrors
 
getGlobalErrorCount() - Method in class org.springframework.validation.AbstractErrors
 
getGlobalErrorCount() - Method in exception org.springframework.validation.BindException
 
getGlobalErrorCount() - Method in interface org.springframework.validation.Errors
Return the number of global errors.
getGlobalErrorCount() - Method in class org.springframework.web.bind.EscapedErrors
 
getGlobalErrors() - Method in class org.springframework.validation.AbstractBindingResult
 
getGlobalErrors() - Method in exception org.springframework.validation.BindException
 
getGlobalErrors() - Method in interface org.springframework.validation.Errors
Get all global errors.
getGlobalErrors() - Method in class org.springframework.web.bind.EscapedErrors
 
getGroovyClassLoader() - Method in class org.springframework.scripting.groovy.GroovyScriptFactory
Return the GroovyClassLoader used by this script factory.
getHandback() - Method in class org.springframework.jmx.support.NotificationListenerHolder
Return the (arbitrary) object that will be 'handed back' as-is by an NotificationBroadcaster when notifying any NotificationListener.
getHandledExceptions(Method) - Method in class org.springframework.web.portlet.mvc.annotation.AnnotationMethodHandlerExceptionResolver
Returns all the exception classes handled by the given method.
getHandledExceptions(Method) - Method in class org.springframework.web.servlet.mvc.annotation.AnnotationMethodHandlerExceptionResolver
Deprecated.
Returns all the exception classes handled by the given method.
getHandler() - Method in class org.springframework.test.web.servlet.DefaultMvcResult
 
getHandler() - Method in interface org.springframework.test.web.servlet.MvcResult
Return the executed handler.
getHandler(HttpServletRequest) - Method in class org.springframework.test.web.servlet.TestDispatcherServlet
 
getHandler(PortletRequest) - Method in class org.springframework.web.portlet.DispatcherPortlet
Return the HandlerExecutionChain for this request.
getHandler(PortletRequest) - Method in class org.springframework.web.portlet.handler.AbstractHandlerMapping
Look up a handler for the given request, falling back to the default handler if no specific one is found.
getHandler() - Method in class org.springframework.web.portlet.HandlerExecutionChain
Return the handler object to execute.
getHandler(PortletRequest) - Method in interface org.springframework.web.portlet.HandlerMapping
Return a handler and any interceptors for this request.
getHandler(HttpServletRequest, boolean) - Method in class org.springframework.web.servlet.DispatcherServlet
Deprecated.
as of Spring 3.0.4, in favor of #getHandler(javax.servlet.http.HttpServletRequest), with this method's cache attribute now effectively getting ignored
getHandler(HttpServletRequest) - Method in class org.springframework.web.servlet.DispatcherServlet
Return the HandlerExecutionChain for this request.
getHandler(HttpServletRequest) - Method in class org.springframework.web.servlet.handler.AbstractHandlerMapping
Look up a handler for the given request, falling back to the default handler if no specific one is found.
getHandler() - Method in class org.springframework.web.servlet.HandlerExecutionChain
Return the handler object to execute.
getHandler(HttpServletRequest) - Method in interface org.springframework.web.servlet.HandlerMapping
Return a handler and any interceptors for this request.
getHandlerAdapter(Object) - Method in class org.springframework.web.portlet.DispatcherPortlet
Return the HandlerAdapter for this handler object.
getHandlerAdapter(Object) - Method in class org.springframework.web.servlet.DispatcherServlet
Return the HandlerAdapter for this handler object.
getHandlerDescription(Object) - Method in class org.springframework.web.servlet.handler.AbstractUrlHandlerMapping
 
getHandlerExecutionChain(Object, PortletRequest) - Method in class org.springframework.web.portlet.handler.AbstractHandlerMapping
Build a HandlerExecutionChain for the given handler, including applicable interceptors.
getHandlerExecutionChain(Object, HttpServletRequest) - Method in class org.springframework.web.servlet.handler.AbstractHandlerMapping
Build a HandlerExecutionChain for the given handler, including applicable interceptors.
getHandlerInternal(PortletRequest) - Method in class org.springframework.web.portlet.handler.AbstractHandlerMapping
Look up a handler for the given request, returning null if no specific one is found.
getHandlerInternal(PortletRequest) - Method in class org.springframework.web.portlet.handler.AbstractMapBasedHandlerMapping
Determines a handler for the computed lookup key for the given request.
getHandlerInternal(HttpServletRequest) - Method in class org.springframework.web.servlet.config.annotation.WebMvcConfigurationSupport.EmptyHandlerMapping
 
getHandlerInternal(HttpServletRequest) - Method in class org.springframework.web.servlet.handler.AbstractHandlerMapping
Look up a handler for the given request, returning null if no specific one is found.
getHandlerInternal(HttpServletRequest) - Method in class org.springframework.web.servlet.handler.AbstractHandlerMethodMapping
Look up a handler method for the given request.
getHandlerInternal(HttpServletRequest) - Method in class org.springframework.web.servlet.handler.AbstractUrlHandlerMapping
Look up a handler for the URL path of the given request.
getHandlerMap() - Method in class org.springframework.web.servlet.handler.AbstractUrlHandlerMapping
Return the registered handlers as an unmodifiable Map, with the registered path as key and the handler object (or handler bean name in case of a lazy-init handler) as value.
getHandlerMapping() - Method in class org.springframework.web.servlet.config.annotation.DefaultServletHandlerConfigurer
Return a handler mapping instance ordered at Integer.MAX_VALUE containing the DefaultServletHttpRequestHandler instance mapped to "/**"; or null if default servlet handling was not been enabled.
getHandlerMapping() - Method in class org.springframework.web.servlet.config.annotation.ResourceHandlerRegistry
Return a handler mapping with the mapped resource handlers; or null in case of no registrations.
getHandlerMapping() - Method in class org.springframework.web.servlet.config.annotation.ViewControllerRegistry
Returns a handler mapping with the mapped ViewControllers; or null in case of no registrations.
getHandlerMappings() - Method in class org.springframework.beans.factory.xml.DefaultNamespaceHandlerResolver
Load the specified NamespaceHandler mappings lazily.
getHandlerMethodCount() - Method in class org.springframework.aop.framework.adapter.ThrowsAdviceInterceptor
 
getHandlerMethodName(HttpServletRequest) - Method in class org.springframework.web.servlet.mvc.multiaction.AbstractUrlMethodNameResolver
Retrieves the URL path to use for lookup and delegates to getHandlerMethodNameForUrlPath.
getHandlerMethodName(HttpServletRequest) - Method in interface org.springframework.web.servlet.mvc.multiaction.MethodNameResolver
Return a method name that can handle this request.
getHandlerMethodName(HttpServletRequest) - Method in class org.springframework.web.servlet.mvc.multiaction.ParameterMethodNameResolver
 
getHandlerMethodNameForUrlPath(String) - Method in class org.springframework.web.servlet.mvc.multiaction.AbstractUrlMethodNameResolver
Return a method name that can handle this request, based on the given lookup path.
getHandlerMethodNameForUrlPath(String) - Method in class org.springframework.web.servlet.mvc.multiaction.InternalPathMethodNameResolver
Extracts the method name indicated by the URL path.
getHandlerMethodNameForUrlPath(String) - Method in class org.springframework.web.servlet.mvc.multiaction.PropertiesMethodNameResolver
 
getHandlerMethods() - Method in class org.springframework.web.bind.annotation.support.HandlerMethodResolver
 
getHandlerMethods() - Method in class org.springframework.web.servlet.handler.AbstractHandlerMethodMapping
Return a map with all handler methods and their mappings.
getHandlers() - Method in class org.springframework.web.method.support.HandlerMethodReturnValueHandlerComposite
Return a read-only list with the registered handlers, or an empty list.
getHash(Object) - Method in class org.springframework.util.ConcurrentReferenceHashMap
Get the hash for a given object, apply an additional hash function to reduce collisions.
getHash() - Method in interface org.springframework.util.ConcurrentReferenceHashMap.Reference
Returns the hash for the reference.
getHash() - Method in class org.springframework.util.ConcurrentReferenceHashMap.SoftEntryReference
 
getHash() - Method in class org.springframework.util.ConcurrentReferenceHashMap.WeakEntryReference
 
getHeader(String) - Method in class org.springframework.mock.web.MockHttpServletRequest
 
getHeader(String) - Method in class org.springframework.mock.web.MockHttpServletResponse
Return the primary value for the given header as a String, if any.
getHeader(String) - Method in class org.springframework.web.context.request.FacesWebRequest
 
getHeader(String) - Method in class org.springframework.web.context.request.ServletWebRequest
 
getHeader(String) - Method in interface org.springframework.web.context.request.WebRequest
Return the request header of the given name, or null if none.
getHeader(String) - Method in class org.springframework.web.portlet.context.PortletWebRequest
 
getHeaderCount() - Method in class org.springframework.web.servlet.mvc.annotation.AnnotationMethodHandlerAdapter.RequestMappingInfo
Deprecated.
 
getHeaderNames() - Method in class org.springframework.mock.web.MockHttpServletRequest
 
getHeaderNames() - Method in class org.springframework.mock.web.MockHttpServletResponse
Return the names of all specified headers as a Set of Strings.
getHeaderNames() - Method in class org.springframework.web.context.request.FacesWebRequest
 
getHeaderNames() - Method in class org.springframework.web.context.request.ServletWebRequest
 
getHeaderNames() - Method in interface org.springframework.web.context.request.WebRequest
Return a Iterator over request header names.
getHeaderNames() - Method in class org.springframework.web.portlet.context.PortletWebRequest
 
getHeaders() - Method in class org.springframework.http.client.AbstractClientHttpRequest
 
getHeaders() - Method in class org.springframework.http.client.BufferingClientHttpResponseWrapper
 
getHeaders() - Method in class org.springframework.http.client.CommonsClientHttpResponse
Deprecated.
 
getHeaders() - Method in class org.springframework.http.client.HttpComponentsClientHttpResponse
 
getHeaders() - Method in class org.springframework.http.client.SimpleClientHttpResponse
 
getHeaders() - Method in class org.springframework.http.client.support.HttpRequestWrapper
Returns the headers of the wrapped request.
getHeaders() - Method in class org.springframework.http.converter.FormHttpMessageConverter.MultipartHttpOutputMessage
 
getHeaders() - Method in class org.springframework.http.HttpEntity
Returns the headers of this entity.
getHeaders() - Method in interface org.springframework.http.HttpMessage
Return the headers of this message.
getHeaders() - Method in class org.springframework.http.server.ServletServerHttpRequest
 
getHeaders() - Method in class org.springframework.http.server.ServletServerHttpResponse
 
getHeaders() - Method in class org.springframework.mock.http.MockHttpInputMessage
 
getHeaders() - Method in class org.springframework.mock.http.MockHttpOutputMessage
Return the headers.
getHeaders(String) - Method in class org.springframework.mock.web.MockHttpServletRequest
 
getHeaders(String) - Method in class org.springframework.mock.web.MockHttpServletResponse
Return all values for the given header as a List of Strings.
getHeaders() - Method in class org.springframework.web.multipart.support.RequestPartServletServerHttpRequest
 
getHeadersCondition() - Method in class org.springframework.web.servlet.mvc.method.RequestMappingInfo
Returns the "headers" condition of this RequestMappingInfo; or instance with 0 header expressions, never null
getHeaderValue(String) - Method in class org.springframework.mock.web.MockHttpServletResponse
Return the primary value for the given header, if any.
getHeaderValues(String) - Method in class org.springframework.mock.web.MockHttpServletResponse
Return all values for the given header as a List of value objects.
getHeaderValues(String) - Method in class org.springframework.web.context.request.FacesWebRequest
 
getHeaderValues(String) - Method in class org.springframework.web.context.request.ServletWebRequest
 
getHeaderValues(String) - Method in interface org.springframework.web.context.request.WebRequest
Return the request header values for the given header name, or null if none.
getHeaderValues(String) - Method in class org.springframework.web.portlet.context.PortletWebRequest
 
getHibernateProperties() - Method in class org.springframework.orm.hibernate3.LocalSessionFactoryBean
Return the Hibernate properties, if any.
getHibernateProperties() - Method in class org.springframework.orm.hibernate4.LocalSessionFactoryBean
Return the Hibernate properties, if any.
getHibernateTemplate() - Method in class org.springframework.orm.hibernate3.support.HibernateDaoSupport
Return the HibernateTemplate for this DAO, pre-initialized with the SessionFactory or set explicitly.
getHitCount() - Method in class org.springframework.aop.target.ThreadLocalTargetSource
 
getHitCount() - Method in interface org.springframework.aop.target.ThreadLocalTargetSourceStats
Return the number of hits that were satisfied by a thread-bound object.
getHitCount() - Method in class org.springframework.test.context.ContextCache
Get the overall hit count for this cache.
getHome() - Method in class org.springframework.ejb.access.AbstractSlsbInvokerInterceptor
Return the EJB home object to use.
getHost() - Method in class org.springframework.mail.javamail.JavaMailSenderImpl
Return the mail server host.
getHost(String, DataHandler) - Method in class org.springframework.oxm.jaxb.Jaxb2Marshaller.Jaxb2AttachmentMarshaller
 
getHost() - Method in class org.springframework.remoting.rmi.RmiRegistryFactoryBean
Return the host of the registry for the exported RMI service.
getHost() - Method in class org.springframework.web.util.HierarchicalUriComponents
 
getHost() - Method in class org.springframework.web.util.OpaqueUriComponents
 
getHost() - Method in class org.springframework.web.util.UriComponents
Returns the host.
getHttp11StatusCode(HttpServletRequest, HttpServletResponse, String) - Method in class org.springframework.web.servlet.view.RedirectView
Determines the status code to use for HTTP 1.1 compatible requests.
getHttpClient() - Method in class org.springframework.http.client.CommonsClientHttpRequestFactory
Deprecated.
Return the HttpClient used by this factory.
getHttpClient() - Method in class org.springframework.http.client.HttpComponentsClientHttpRequestFactory
Return the HttpClient used by this factory.
getHttpClient() - Method in class org.springframework.remoting.httpinvoker.CommonsHttpInvokerRequestExecutor
Return the HttpClient instance that this request executor uses.
getHttpClient() - Method in class org.springframework.remoting.httpinvoker.HttpComponentsHttpInvokerRequestExecutor
Return the HttpClient instance that this request executor uses.
getHttpEntityType(MethodParameter) - Method in class org.springframework.web.bind.annotation.support.HandlerMethodInvoker
 
getHttpEntityType(MethodParameter) - Method in class org.springframework.web.servlet.mvc.method.annotation.HttpEntityMethodProcessor
 
getHttpInvokerRequestExecutor() - Method in class org.springframework.remoting.httpinvoker.HttpInvokerClientInterceptor
Return the HttpInvokerRequestExecutor used by this remote accessor.
getHttpStatusCode(ClientHttpResponse) - Method in class org.springframework.web.client.DefaultResponseErrorHandler
 
getIcon(int) - Method in class org.springframework.beans.ExtendedBeanInfo
 
getId() - Method in class org.springframework.aop.aspectj.MethodInvocationProceedingJoinPoint
 
getId() - Method in interface org.springframework.context.ApplicationContext
Return the unique id of this application context.
getId() - Method in class org.springframework.context.support.AbstractApplicationContext
 
getId() - Method in class org.springframework.mock.web.MockHttpSession
 
getId() - Method in class org.springframework.mock.web.portlet.MockPortletSession
 
getId() - Method in class org.springframework.test.web.servlet.setup.StubWebApplicationContext
 
getId() - Method in class org.springframework.web.servlet.tags.form.AbstractDataBoundFormElementTag
Get the value of the 'id' attribute.
getIdentifier() - Method in class org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor.LifecycleElement
 
getIdentifier() - Method in exception org.springframework.orm.ObjectOptimisticLockingFailureException
Return the identifier of the object for which the locking failed.
getIdentifier() - Method in exception org.springframework.orm.ObjectRetrievalFailureException
Return the identifier of the object that was not found.
getIdentityHexString(Object) - Static method in class org.springframework.util.ObjectUtils
Return a hex String form of an object's identity hash code.
getIdleConsumerLimit() - Method in class org.springframework.jms.listener.DefaultMessageListenerContainer
Return the limit for the number of idle consumers.
getIdleCount() - Method in class org.springframework.aop.target.CommonsPoolTargetSource
 
getIdleCount() - Method in interface org.springframework.aop.target.PoolingConfig
Return the number of idle objects in the pool.
getIdleInvokerCount() - Method in class org.springframework.jms.listener.DefaultMessageListenerContainer
Determine whether this listener container currently has more than one idle instance among its scheduled invokers.
getIdleTaskExecutionLimit() - Method in class org.springframework.jms.listener.DefaultMessageListenerContainer
Return the limit for idle executions of a consumer task.
getIfNoneMatch() - Method in class org.springframework.http.HttpHeaders
Returns the value of the If-None-Match header.
getIfNotModifiedSince() - Method in class org.springframework.http.HttpHeaders
Returns the value of the IfModifiedSince header.
getImportedResource() - Method in class org.springframework.beans.factory.parsing.ImportDefinition
Return the location of the imported resource.
getImportedResources() - Method in class org.springframework.context.annotation.ConfigurationClass
 
getImportingClassFor(String) - Method in interface org.springframework.context.annotation.ConfigurationClassParser.ImportRegistry
 
getImportingClassFor(String) - Method in class org.springframework.context.annotation.ConfigurationClassParser.ImportStack
 
getImportPrefixes() - Method in class org.springframework.expression.spel.support.StandardTypeLocator
Return a list of all the import prefixes registered with this StandardTypeLocator.
getImportRegistry() - Method in class org.springframework.context.annotation.ConfigurationClassParser
 
getImports(String, Set<String>, Set<String>) - Method in class org.springframework.context.annotation.ConfigurationClassParser
Recursively collect all declared @Import values.
getIncludedUrl() - Method in class org.springframework.mock.web.MockHttpServletResponse
 
getIncludedUrl() - Method in class org.springframework.mock.web.portlet.MockMimeResponse
 
getIncludedUrls() - Method in class org.springframework.mock.web.MockHttpServletResponse
 
getIncludePatterns(Element, String) - Method in class org.springframework.web.servlet.config.InterceptorsBeanDefinitionParser
 
getIncrementerName() - Method in class org.springframework.jdbc.support.incrementer.AbstractDataFieldMaxValueIncrementer
Return the name of the sequence/table.
getIncrementStatement() - Method in class org.springframework.jdbc.support.incrementer.SybaseAnywhereMaxValueIncrementer
 
getIncrementStatement() - Method in class org.springframework.jdbc.support.incrementer.SybaseMaxValueIncrementer
Statement to use to increment the "sequence" value.
getIndex() - Method in class org.springframework.jmx.export.metadata.ManagedOperationParameter
Return the index of this parameter in the operation signature.
getIndex(int, ConcurrentReferenceHashMap.Reference<K, V>[]) - Method in class org.springframework.util.ConcurrentReferenceHashMap.Segment
 
getIndexedArgumentValue(int, Class) - Method in class org.springframework.beans.factory.config.ConstructorArgumentValues
Get argument value for the given index in the constructor argument list.
getIndexedArgumentValue(int, Class, String) - Method in class org.springframework.beans.factory.config.ConstructorArgumentValues
Get argument value for the given index in the constructor argument list.
getIndexedArgumentValues() - Method in class org.springframework.beans.factory.config.ConstructorArgumentValues
Return the map of indexed argument values.
getIndexedPropertyType() - Method in class org.springframework.beans.SimpleIndexedPropertyDescriptor
 
getIndexedReadMethod() - Method in class org.springframework.beans.SimpleIndexedPropertyDescriptor
 
getIndexedWriteMethod() - Method in class org.springframework.beans.SimpleIndexedPropertyDescriptor
 
getInitBinderArgumentResolvers() - Method in class org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter
Return the argument resolvers for @InitBinder methods, or possibly null if not initialized yet via RequestMappingHandlerAdapter.afterPropertiesSet().
getInitBinderMethods() - Method in class org.springframework.web.bind.annotation.support.HandlerMethodResolver
 
getInitialDelay() - Method in class org.springframework.scheduling.config.IntervalTask
 
getInitializers() - Method in class org.springframework.test.context.ContextConfigurationAttributes
Get the ApplicationContextInitializer classes that were declared via @ContextConfiguration.
getInitialPage(PortletRequest, Object) - Method in class org.springframework.web.portlet.mvc.AbstractWizardFormController
Deprecated.
Return the initial page of the wizard, i.e.
getInitialPage(PortletRequest) - Method in class org.springframework.web.portlet.mvc.AbstractWizardFormController
Deprecated.
Return the initial page of the wizard, i.e.
getInitialPage(HttpServletRequest, Object) - Method in class org.springframework.web.servlet.mvc.AbstractWizardFormController
Deprecated.
Return the initial page of the wizard, that is, the page shown at wizard startup.
getInitialPage(HttpServletRequest) - Method in class org.springframework.web.servlet.mvc.AbstractWizardFormController
Deprecated.
Return the initial page of the wizard, that is, the page shown at wizard startup.
getInitMethod() - Method in class org.springframework.beans.factory.xml.DocumentDefaultsDefinition
Return the default init-method setting for the document that's currently parsed.
getInitMethodName() - Method in class org.springframework.beans.factory.support.AbstractBeanDefinition
Return the name of the initializer method.
getInitMethodName() - Method in class org.springframework.beans.factory.support.BeanDefinitionDefaults
 
getInitParameter(String) - Method in class org.springframework.mock.web.MockFilterConfig
 
getInitParameter(String) - Method in class org.springframework.mock.web.MockServletConfig
 
getInitParameter(String) - Method in class org.springframework.mock.web.MockServletContext
 
getInitParameter(String) - Method in class org.springframework.mock.web.portlet.MockPortletConfig
 
getInitParameter(String) - Method in class org.springframework.mock.web.portlet.MockPortletContext
 
getInitParameter(String) - Method in class org.springframework.mock.web.portlet.ServletWrappingPortletContext
 
getInitParameter(String) - Method in class org.springframework.web.portlet.handler.SimplePortletPostProcessor.DelegatingPortletConfig
 
getInitParameter(String) - Method in class org.springframework.web.portlet.mvc.PortletWrappingController.DelegatingPortletConfig
 
getInitParameter(String) - Method in class org.springframework.web.servlet.handler.SimpleServletPostProcessor.DelegatingServletConfig
 
getInitParameter(String) - Method in class org.springframework.web.servlet.mvc.ServletWrappingController.DelegatingServletConfig
 
getInitParameter(String) - Method in class org.springframework.web.servlet.view.freemarker.FreeMarkerView.DelegatingServletConfig
 
getInitParameterNames() - Method in class org.springframework.mock.web.MockFilterConfig
 
getInitParameterNames() - Method in class org.springframework.mock.web.MockServletConfig
 
getInitParameterNames() - Method in class org.springframework.mock.web.MockServletContext
 
getInitParameterNames() - Method in class org.springframework.mock.web.portlet.MockPortletConfig
 
getInitParameterNames() - Method in class org.springframework.mock.web.portlet.MockPortletContext
 
getInitParameterNames() - Method in class org.springframework.mock.web.portlet.ServletWrappingPortletContext
 
getInitParameterNames() - Method in class org.springframework.web.portlet.handler.SimplePortletPostProcessor.DelegatingPortletConfig
 
getInitParameterNames() - Method in class org.springframework.web.portlet.mvc.PortletWrappingController.DelegatingPortletConfig
 
getInitParameterNames() - Method in class org.springframework.web.servlet.handler.SimpleServletPostProcessor.DelegatingServletConfig
 
getInitParameterNames() - Method in class org.springframework.web.servlet.mvc.ServletWrappingController.DelegatingServletConfig
 
getInitParameterNames() - Method in class org.springframework.web.servlet.view.freemarker.FreeMarkerView.DelegatingServletConfig
 
getInitParams() - Method in class org.springframework.web.servlet.view.tiles2.SpringTilesApplicationContextFactory.SpringWildcardServletTilesApplicationContext
 
getInnerBeanDefinitions() - Method in class org.springframework.beans.factory.parsing.AbstractComponentDefinition
Returns an empty array.
getInnerBeanDefinitions() - Method in class org.springframework.beans.factory.parsing.BeanComponentDefinition
 
getInnerBeanDefinitions() - Method in interface org.springframework.beans.factory.parsing.ComponentDefinition
Return the BeanDefinitions that represent all relevant inner beans within this component.
getInnermostDelegate(Object) - Static method in class org.springframework.jdbc.support.nativejdbc.CommonsDbcpNativeJdbcExtractor
Extracts the innermost delegate from the given Commons DBCP object.
getInParameterNames() - Method in class org.springframework.jdbc.core.simple.AbstractJdbcCall
Get the names of in parameters to be used.
getInputFlashMap(HttpServletRequest) - Static method in class org.springframework.web.servlet.support.RequestContextUtils
Return a read-only Map with "input" flash attributes saved on a previous request.
getInputStream() - Method in class org.springframework.beans.factory.support.BeanDefinitionResource
 
getInputStream() - Method in class org.springframework.core.io.ByteArrayResource
This implementation returns a ByteArrayInputStream for the underlying byte array.
getInputStream() - Method in class org.springframework.core.io.ClassPathResource
This implementation opens an InputStream for the given class path resource.
getInputStream() - Method in class org.springframework.core.io.DescriptiveResource
 
getInputStream() - Method in class org.springframework.core.io.FileSystemResource
This implementation opens a FileInputStream for the underlying file.
getInputStream() - Method in class org.springframework.core.io.InputStreamResource
This implementation throws IllegalStateException if attempting to read the underlying stream multiple times.
getInputStream() - Method in interface org.springframework.core.io.InputStreamSource
Return an InputStream.
getInputStream() - Method in class org.springframework.core.io.support.EncodedResource
Open an java.io.InputStream for the specified resource, typically assuming that there is no specific encoding to use.
getInputStream() - Method in class org.springframework.core.io.UrlResource
This implementation opens an InputStream for the given URL.
getInputStream() - Method in class org.springframework.core.io.VfsResource
 
getInputStream(Object) - Static method in class org.springframework.core.io.VfsUtils
 
getInputStream() - Method in class org.springframework.mock.web.MockHttpServletRequest
 
getInputStream() - Method in class org.springframework.mock.web.MockMultipartFile
 
getInputStream() - Method in class org.springframework.oxm.jaxb.Jaxb2Marshaller.ByteArrayDataSource
 
getInputStream() - Method in class org.springframework.oxm.xmlbeans.XmlBeansMarshaller.NonClosingInputStream
 
getInputStream() - Method in class org.springframework.web.context.support.ServletContextResource
This implementation delegates to ServletContext.getResourceAsStream, but throws a FileNotFoundException if no resource found.
getInputStream() - Method in class org.springframework.web.filter.AbstractRequestLoggingFilter.RequestCachingRequestWrapper
 
getInputStream() - Method in class org.springframework.web.multipart.commons.CommonsMultipartFile
 
getInputStream() - Method in interface org.springframework.web.multipart.MultipartFile
Return an InputStream to read the contents of the file from.
getInputStream() - Method in class org.springframework.web.multipart.support.StandardMultipartHttpServletRequest.StandardMultipartFile
 
getInputStream() - Method in class org.springframework.web.portlet.context.PortletContextResource
This implementation delegates to PortletContext.getResourceAsStream, but throws a FileNotFoundException if not found.
getInputType() - Method in class org.springframework.web.servlet.tags.form.AbstractCheckedElementTag
Return the type of the HTML input element to generate: "checkbox" or "radio".
getInputType() - Method in class org.springframework.web.servlet.tags.form.CheckboxesTag
 
getInputType() - Method in class org.springframework.web.servlet.tags.form.CheckboxTag
 
getInputType() - Method in class org.springframework.web.servlet.tags.form.RadioButtonsTag
 
getInputType() - Method in class org.springframework.web.servlet.tags.form.RadioButtonTag
 
getInserts() - Method in exception org.springframework.expression.spel.SpelEvaluationException
 
getInserts() - Method in exception org.springframework.expression.spel.SpelParseException
 
getInsertString() - Method in class org.springframework.jdbc.core.simple.AbstractJdbcInsert
Get the insert string to be used
getInsertTypes() - Method in class org.springframework.jdbc.core.simple.AbstractJdbcInsert
Get the array of Types to be used for insert
getInstance() - Static method in class org.springframework.aop.framework.adapter.GlobalAdvisorAdapterRegistry
Return the singleton DefaultAdvisorAdapterRegistry instance.
getInstance() - Static method in class org.springframework.beans.factory.access.SingletonBeanFactoryLocator
Returns an instance which uses the default "classpath*:beanRefFactory.xml", as the name of the definition file(s).
getInstance(String) - Static method in class org.springframework.beans.factory.access.SingletonBeanFactoryLocator
Returns an instance which uses the the specified selector, as the name of the definition file(s).
getInstance() - Static method in class org.springframework.context.access.ContextSingletonBeanFactoryLocator
Returns an instance which uses the default "classpath*:beanRefContext.xml", as the name of the definition file(s).
getInstance(String) - Static method in class org.springframework.context.access.ContextSingletonBeanFactoryLocator
Returns an instance which uses the the specified selector, as the name of the definition file(s).
getInstance() - Static method in class org.springframework.context.access.DefaultLocatorFactory
Return an instance object implementing BeanFactoryLocator.
getInstance(String) - Static method in class org.springframework.context.access.DefaultLocatorFactory
Return an instance object implementing BeanFactoryLocator.
getInstance() - Static method in class org.springframework.jdbc.datasource.embedded.DerbyEmbeddedDatabaseConfigurer
Get the singleton DerbyEmbeddedDatabaseConfigurer instance.
getInstance() - Static method in class org.springframework.jdbc.datasource.embedded.H2EmbeddedDatabaseConfigurer
Get the singleton H2EmbeddedDatabaseConfigurer instance.
getInstance() - Static method in class org.springframework.jdbc.datasource.embedded.HsqlEmbeddedDatabaseConfigurer
Get the singleton HsqlEmbeddedDatabaseConfigurer instance.
getInstance() - Static method in class org.springframework.jdbc.support.CustomSQLExceptionTranslatorRegistry
Return the singleton instance.
getInstance() - Static method in class org.springframework.jdbc.support.SQLErrorCodesFactory
Return the singleton instance.
getInstance(Object) - Static method in class org.springframework.jmx.support.ObjectNameManager
Retrieve the ObjectName instance corresponding to the supplied name.
getInstance(String) - Static method in class org.springframework.jmx.support.ObjectNameManager
Retrieve the ObjectName instance corresponding to the supplied name.
getInstance(String, String, String) - Static method in class org.springframework.jmx.support.ObjectNameManager
Retrieve an ObjectName instance for the specified domain and a single property with the supplied key and value.
getInstance(String, Hashtable<String, String>) - Static method in class org.springframework.jmx.support.ObjectNameManager
Retrieve an ObjectName instance with the specified domain name and the supplied key/name properties.
getInstance() - Static method in class org.springframework.test.annotation.SystemProfileValueSource
Obtain the canonical instance of this ProfileValueSource.
getInstance(Class<T>) - Method in class org.springframework.validation.beanvalidation.SpringConstraintValidatorFactory
 
getInstantiationStrategy() - Method in class org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory
Return the instantiation strategy to use for creating bean instances.
getInstrumentableClassLoader() - Method in class org.springframework.context.weaving.DefaultContextLoadTimeWeaver
 
getInstrumentableClassLoader() - Method in class org.springframework.instrument.classloading.glassfish.GlassFishLoadTimeWeaver
 
getInstrumentableClassLoader() - Method in class org.springframework.instrument.classloading.InstrumentationLoadTimeWeaver
We have the ability to weave the current class loader when starting the JVM in this way, so the instrumentable class loader will always be the current loader.
getInstrumentableClassLoader() - Method in interface org.springframework.instrument.classloading.jboss.JBossClassLoaderAdapter
 
getInstrumentableClassLoader() - Method in class org.springframework.instrument.classloading.jboss.JBossLoadTimeWeaver
 
getInstrumentableClassLoader() - Method in class org.springframework.instrument.classloading.jboss.JBossMCAdapter
 
getInstrumentableClassLoader() - Method in class org.springframework.instrument.classloading.jboss.JBossModulesAdapter
 
getInstrumentableClassLoader() - Method in interface org.springframework.instrument.classloading.LoadTimeWeaver
Return a ClassLoader that supports instrumentation through AspectJ-style load-time weaving based on user-defined ClassFileTransformers.
getInstrumentableClassLoader() - Method in class org.springframework.instrument.classloading.oc4j.OC4JLoadTimeWeaver
Deprecated.
 
getInstrumentableClassLoader() - Method in class org.springframework.instrument.classloading.ReflectiveLoadTimeWeaver
 
getInstrumentableClassLoader() - Method in class org.springframework.instrument.classloading.SimpleLoadTimeWeaver
 
getInstrumentableClassLoader() - Method in class org.springframework.instrument.classloading.weblogic.WebLogicLoadTimeWeaver
 
getInstrumentableClassLoader() - Method in class org.springframework.instrument.classloading.websphere.WebSphereLoadTimeWeaver
 
getInstrumentableClassLoader() - Method in class org.springframework.test.jpa.AbstractJpaTests.ShadowingLoadTimeWeaver
Deprecated.
 
getInstrumentation() - Static method in class org.springframework.instrument.classloading.InstrumentationLoadTimeWeaver
Obtain the Instrumentation instance for the current VM, if available.
getInstrumentation() - Static method in class org.springframework.instrument.classloading.InstrumentationLoadTimeWeaver.InstrumentationAccessor
 
getInstrumentation() - Static method in class org.springframework.instrument.InstrumentationSavingAgent
Return the Instrumentation interface exposed by the JVM.
getInt(int) - Method in class org.springframework.jdbc.support.rowset.ResultSetWrappingSqlRowSet
 
getInt(String) - Method in class org.springframework.jdbc.support.rowset.ResultSetWrappingSqlRowSet
 
getInt(int) - Method in interface org.springframework.jdbc.support.rowset.SqlRowSet
Retrieves the value of the indicated column in the current row as an int.
getInt(String) - Method in interface org.springframework.jdbc.support.rowset.SqlRowSet
Retrieves the value of the indicated column in the current row as an int.
getInteractionSpec() - Method in class org.springframework.jca.cci.object.EisOperation
Return the CCI InteractionSpec for this operation.
getInterceptor(Advisor) - Method in interface org.springframework.aop.framework.adapter.AdvisorAdapter
Return an AOP Alliance MethodInterceptor exposing the behavior of the given advice to an interception-based AOP framework.
getInterceptor(Advisor) - Method in class org.springframework.aop.framework.adapter.AfterReturningAdviceAdapter
 
getInterceptor(Advisor) - Method in class org.springframework.aop.framework.adapter.MethodBeforeAdviceAdapter
 
getInterceptor(Advisor) - Method in class org.springframework.aop.framework.adapter.ThrowsAdviceAdapter
 
getInterceptor() - Method in class org.springframework.web.context.request.async.DeferredResult
 
getInterceptor() - Method in class org.springframework.web.context.request.async.WebAsyncTask
 
getInterceptor() - Method in class org.springframework.web.servlet.config.annotation.InterceptorRegistration
Returns the underlying interceptor.
getInterceptor() - Method in class org.springframework.web.servlet.handler.MappedInterceptor
The actual Interceptor reference.
getInterceptorNameSuffix(BeanDefinition) - Method in class org.springframework.aop.config.AbstractInterceptorDrivenBeanDefinitionDecorator
 
getInterceptors(Advisor) - Method in interface org.springframework.aop.framework.adapter.AdvisorAdapterRegistry
Return an array of AOP Alliance MethodInterceptors to allow use of the given Advisor in an interception-based framework.
getInterceptors(Advisor) - Method in class org.springframework.aop.framework.adapter.DefaultAdvisorAdapterRegistry
 
getInterceptors() - Method in class org.springframework.http.client.support.InterceptingHttpAccessor
Return the request interceptor that this accessor uses.
getInterceptors() - Method in class org.springframework.test.web.servlet.DefaultMvcResult
 
getInterceptors() - Method in interface org.springframework.test.web.servlet.MvcResult
Return interceptors around the handler.
getInterceptors() - Method in class org.springframework.web.portlet.HandlerExecutionChain
Return the array of interceptors to apply (in the given order).
getInterceptors() - Method in class org.springframework.web.servlet.config.annotation.InterceptorRegistry
Returns all registered interceptors.
getInterceptors() - Method in class org.springframework.web.servlet.config.annotation.WebMvcConfigurationSupport
Provide access to the shared handler interceptors used to configure HandlerMapping instances with.
getInterceptors() - Method in class org.springframework.web.servlet.HandlerExecutionChain
Return the array of interceptors to apply (in the given order).
getInterceptorsAndDynamicInterceptionAdvice(Method, Class) - Method in class org.springframework.aop.framework.AdvisedSupport
Determine a list of org.aopalliance.intercept.MethodInterceptor objects for the given method, based on this configuration.
getInterceptorsAndDynamicInterceptionAdvice(Advised, Method, Class) - Method in interface org.springframework.aop.framework.AdvisorChainFactory
Determine a list of org.aopalliance.intercept.MethodInterceptor objects for the given advisor chain configuration.
getInterceptorsAndDynamicInterceptionAdvice(Advised, Method, Class) - Method in class org.springframework.aop.framework.DefaultAdvisorChainFactory
 
getInterfaceNames() - Method in interface org.springframework.core.type.ClassMetadata
Return the names of all interfaces that the underlying class implements, or an empty array if there are none.
getInterfaceNames() - Method in class org.springframework.core.type.classreading.ClassMetadataReadingVisitor
 
getInterfaceNames() - Method in class org.springframework.core.type.StandardClassMetadata
 
getInterfaces() - Method in class org.springframework.aop.aspectj.DeclareParentsAdvisor
 
getInterfaces() - Method in interface org.springframework.aop.IntroductionInfo
Return the additional interfaces introduced by this Advisor or Advice.
getInterfaces() - Method in class org.springframework.aop.support.DefaultIntroductionAdvisor
 
getInterfaces() - Method in class org.springframework.aop.support.IntroductionInfoSupport
 
getInternalBeanFactoryForBean(String) - Method in class org.springframework.aop.framework.autoproxy.target.AbstractBeanFactoryBasedTargetSourceCreator
Return the internal BeanFactory to be used for the specified bean.
getInternalBindingResult() - Method in class org.springframework.validation.DataBinder
Return the internal BindingResult held by this DataBinder, as AbstractPropertyBindingResult.
getInternalParentBeanFactory() - Method in class org.springframework.context.support.AbstractApplicationContext
Return the internal bean factory of the parent context if it implements ConfigurableApplicationContext; else, return the parent context itself.
getInternalParentMessageSource() - Method in class org.springframework.context.support.AbstractApplicationContext
Return the internal message source of the parent context if it is an AbstractApplicationContext too; else, return the parent context itself.
getInterval() - Method in class org.springframework.scheduling.config.IntervalTask
 
getIntHeader(String) - Method in class org.springframework.mock.web.MockHttpServletRequest
 
getIntLiteral(String, int, int) - Static method in class org.springframework.expression.spel.ast.Literal
Process the string form of a number, using the specified base if supplied and return an appropriate literal to hold it.
getIntParameter(ServletRequest, String) - Static method in class org.springframework.web.bind.ServletRequestUtils
Get an Integer parameter, or null if not present.
getIntParameter(ServletRequest, String, int) - Static method in class org.springframework.web.bind.ServletRequestUtils
Get an int parameter, with a fallback value.
getIntParameter(PortletRequest, String) - Static method in class org.springframework.web.portlet.bind.PortletRequestUtils
Get an Integer parameter, or null if not present.
getIntParameter(PortletRequest, String, int) - Static method in class org.springframework.web.portlet.bind.PortletRequestUtils
Get an int parameter, with a fallback value.
getIntParameters(ServletRequest, String) - Static method in class org.springframework.web.bind.ServletRequestUtils
Get an array of int parameters, return an empty array if not found.
getIntParameters(PortletRequest, String) - Static method in class org.springframework.web.portlet.bind.PortletRequestUtils
Get an array of int parameters, return an empty array if not found.
getIntroductionDelegateFor(Object) - Method in class org.springframework.aop.support.DelegatePerTargetObjectIntroductionInterceptor
 
getIntrospectedClass() - Method in class org.springframework.core.type.StandardClassMetadata
Return the underlying Class.
getIntrospectedMethod() - Method in class org.springframework.core.type.StandardMethodMetadata
Return the underlying Method.
getInvalidResultSetAccessCodes() - Method in class org.springframework.jdbc.support.SQLErrorCodes
 
getInvalidSubmitParameterName() - Method in class org.springframework.web.portlet.mvc.AbstractFormController
Deprecated.
Return the name of the render parameter that indicates this was an invalid form submission.
getInvocationCount() - Method in class org.springframework.aop.target.ThreadLocalTargetSource
 
getInvocationCount() - Method in interface org.springframework.aop.target.ThreadLocalTargetSourceStats
Return the number of client invocations.
getInvocationDescription(MethodInvocation) - Method in class org.springframework.aop.interceptor.DebugInterceptor
 
getInvocationDescription(MethodInvocation) - Method in class org.springframework.aop.interceptor.SimpleTraceInterceptor
Return a description for the given method invocation.
getInvocationErrorMessage(String, Object[]) - Method in class org.springframework.web.method.support.InvocableHandlerMethod
 
getInvocationFailureMessage() - Method in class org.springframework.scheduling.support.MethodInvokingRunnable
Build a message for an invocation failure exception.
getIsolationLevel() - Method in class org.springframework.jdbc.datasource.IsolationLevelDataSourceAdapter
Return the statically specified isolation level, or null if none.
getIsolationLevel() - Method in class org.springframework.transaction.support.DefaultTransactionDefinition
 
getIsolationLevel() - Method in class org.springframework.transaction.support.DelegatingTransactionDefinition
 
getIsolationLevel() - Method in interface org.springframework.transaction.TransactionDefinition
Return the isolation level.
getItemLabel() - Method in class org.springframework.web.servlet.tags.form.AbstractMultiCheckedElementTag
Get the value to be displayed as part of the 'input type="checkbox/radio"' tag.
getItemLabel() - Method in class org.springframework.web.servlet.tags.form.OptionsTag
Get the name of the property mapped to the label (inner text) of the 'option' tag.
getItemLabel() - Method in class org.springframework.web.servlet.tags.form.SelectTag
Get the value of the 'itemLabel' attribute.
getItems() - Method in class org.springframework.web.servlet.tags.form.AbstractMultiCheckedElementTag
Get the Collection, Map or array of objects used to generate the 'input type="checkbox/radio"' tags.
getItems() - Method in class org.springframework.web.servlet.tags.form.OptionsTag
Get the Collection, Map or array of objects used to generate the inner 'option' tags.
getItems() - Method in class org.springframework.web.servlet.tags.form.SelectTag
Get the value of the 'items' attribute.
getItemValue() - Method in class org.springframework.web.servlet.tags.form.AbstractMultiCheckedElementTag
Get the name of the property mapped to the 'value' attribute of the 'input type="checkbox/radio"' tag.
getItemValue() - Method in class org.springframework.web.servlet.tags.form.OptionsTag
Return the name of the property mapped to the 'value' attribute of the 'option' tag.
getItemValue() - Method in class org.springframework.web.servlet.tags.form.SelectTag
Get the value of the 'itemValue' attribute.
getJarFile(String) - Method in class org.springframework.core.io.support.PathMatchingResourcePatternResolver
Resolve the given jar file URL into a JarFile object.
getJarFileUrls() - Method in class org.springframework.orm.jpa.persistenceunit.MutablePersistenceUnitInfo
 
getJavaMailProperties() - Method in class org.springframework.mail.javamail.JavaMailSenderImpl
Allow Map access to the JavaMail properties of this sender, with the option to add or override specific entries.
getJavaType(Type, Class<?>) - Method in class org.springframework.http.converter.json.MappingJackson2HttpMessageConverter
Return the Jackson JavaType for the specified type and context class.
getJavaType(Type, Class<?>) - Method in class org.springframework.http.converter.json.MappingJacksonHttpMessageConverter
Return the Jackson JavaType for the specified type and context class.
getJavaTypeForMessage(Message) - Method in class org.springframework.jms.support.converter.MappingJackson2MessageConverter
Determine a Jackson JavaType for the given JMS Message, typically parsing a type id message property.
getJavaTypeForMessage(Message) - Method in class org.springframework.jms.support.converter.MappingJacksonMessageConverter
Determine a Jackson JavaType for the given JMS Message, typically parsing a type id message property.
getJavaVersion() - Static method in class org.springframework.core.JdkVersion
Return the full Java version string, as returned by System.getProperty("java.version").
getJaxb2Classes() - Method in class org.springframework.oxm.jaxb.ClassPathJaxb2TypeScanner
Returns the JAXB2 classes found in the specified packages.
getJaxbContext(Class) - Method in class org.springframework.http.converter.xml.AbstractJaxb2HttpMessageConverter
Return a JAXBContext for the given class.
getJaxbContext() - Method in class org.springframework.oxm.jaxb.Jaxb2Marshaller
Return the JAXBContext used by this marshaller, lazily building it if necessary.
getJaxRpcService() - Method in class org.springframework.remoting.jaxrpc.JaxRpcPortClientInterceptor
Deprecated.
Return a reference to an existing JAX-RPC Service instance, if any.
getJaxRpcServiceInterface() - Method in class org.springframework.remoting.jaxrpc.LocalJaxRpcServiceFactory
Deprecated.
Return the JAX-RPC service interface to use for looking up the service.
getJaxRpcServiceProperties() - Method in class org.springframework.remoting.jaxrpc.LocalJaxRpcServiceFactory
Deprecated.
Return JAX-RPC service properties to be passed to the ServiceFactory, if any.
getJaxWsService() - Method in class org.springframework.remoting.jaxws.JaxWsPortClientInterceptor
Return a reference to an existing JAX-WS Service instance, if any.
getJdbcConnection(PersistenceManager, boolean) - Method in class org.springframework.orm.jdo.DefaultJdoDialect
This implementation returns a DataStoreConnectionHandle for JDO2, which will also work on JDO1 until actually accessing the JDBC Connection.
getJdbcConnection(PersistenceManager, boolean) - Method in interface org.springframework.orm.jdo.JdoDialect
Retrieve the JDBC Connection that the given JDO PersistenceManager uses underneath, if accessing a relational database.
getJdbcConnection(EntityManager, boolean) - Method in class org.springframework.orm.jpa.DefaultJpaDialect
This implementation always returns null, indicating that no JDBC Connection can be provided.
getJdbcConnection(EntityManager, boolean) - Method in interface org.springframework.orm.jpa.JpaDialect
Retrieve the JDBC Connection that the given JPA EntityManager uses underneath, if accessing a relational database.
getJdbcConnection(EntityManager, boolean) - Method in class org.springframework.orm.jpa.vendor.EclipseLinkJpaDialect
 
getJdbcConnection(EntityManager, boolean) - Method in class org.springframework.orm.jpa.vendor.HibernateJpaDialect
 
getJdbcConnection(EntityManager, boolean) - Method in class org.springframework.orm.jpa.vendor.OpenJpaDialect
 
getJdbcConnection(EntityManager, boolean) - Method in class org.springframework.orm.jpa.vendor.TopLinkJpaDialect
Deprecated.
 
getJdbcDataSource() - Method in class org.springframework.web.servlet.view.jasperreports.AbstractJasperReportsView
Return the javax.sql.DataSource that this view uses, if any.
getJdbcExceptionTranslator() - Method in class org.springframework.orm.hibernate3.HibernateAccessor
Return the JDBC exception translator for this instance, if any.
getJdbcExceptionTranslator() - Method in class org.springframework.orm.hibernate3.HibernateTransactionManager
Return the JDBC exception translator for this transaction manager, if any.
getJdbcExceptionTranslator() - Method in class org.springframework.orm.jdo.DefaultJdoDialect
Return the JDBC exception translator for this dialect, if any.
getJdbcOperations() - Method in interface org.springframework.jdbc.core.namedparam.NamedParameterJdbcOperations
Expose the classic Spring JdbcTemplate to allow invocation of classic JDBC operations.
getJdbcOperations() - Method in class org.springframework.jdbc.core.namedparam.NamedParameterJdbcTemplate
Expose the classic Spring JdbcTemplate to allow invocation of less commonly used methods.
getJdbcOperations() - Method in interface org.springframework.jdbc.core.simple.SimpleJdbcOperations
Deprecated.
Expose the classic Spring JdbcTemplate to allow invocation of less commonly used methods.
getJdbcOperations() - Method in class org.springframework.jdbc.core.simple.SimpleJdbcTemplate
Deprecated.
Expose the classic Spring JdbcTemplate to allow invocation of less commonly used methods.
getJdbcTemplate() - Method in class org.springframework.jdbc.core.simple.AbstractJdbcCall
Get the configured JdbcTemplate.
getJdbcTemplate() - Method in class org.springframework.jdbc.core.simple.AbstractJdbcInsert
Get the JdbcTemplate that is configured to be used.
getJdbcTemplate() - Method in class org.springframework.jdbc.core.support.JdbcDaoSupport
Return the JdbcTemplate for this DAO, pre-initialized with the DataSource or set explicitly.
getJdbcTemplate() - Method in class org.springframework.jdbc.object.RdbmsOperation
Return the JdbcTemplate object used by this object.
getJdbcTemplate() - Method in class org.springframework.test.AbstractTransactionalDataSourceSpringContextTests
Deprecated.
Return the JdbcTemplate that this base class manages.
getJdoDialect() - Method in class org.springframework.orm.jdo.JdoAccessor
Deprecated.
Return the JDO dialect to use for this accessor.
getJdoDialect() - Method in class org.springframework.orm.jdo.JdoTransactionManager
Return the JDO dialect to use for this transaction manager.
getJdoDialect() - Method in class org.springframework.orm.jdo.support.SpringPersistenceManagerProxyBean
Return the JDO dialect to use for this proxy.
getJdoIsolationLevel(TransactionDefinition) - Method in class org.springframework.orm.jdo.DefaultJdoDialect
Determine the JDO isolation level String to use for the given Spring transaction definition.
getJdoPropertyMap() - Method in class org.springframework.orm.jdo.LocalPersistenceManagerFactoryBean
Allow Map access to the JDO properties to be passed to the JDOHelper, with the option to add or override specific entries.
getJdoTemplate() - Method in class org.springframework.orm.jdo.support.JdoDaoSupport
Deprecated.
Return the JdoTemplate for this DAO, pre-initialized with the PersistenceManagerFactory or set explicitly.
getJmsTemplate() - Method in class org.springframework.jms.core.support.JmsGatewaySupport
Return the JmsTemplate for the gateway.
getJndiEnvironment() - Method in class org.springframework.jndi.JndiAccessor
Return the JNDI environment to use for JNDI lookups.
getJndiEnvironment() - Method in class org.springframework.transaction.jta.JtaTransactionManager
Return the JNDI environment to use for JNDI lookups.
getJndiName() - Method in class org.springframework.jndi.JndiObjectLocator
Return the JNDI name to look up.
getJndiTemplate() - Method in class org.springframework.jndi.JndiAccessor
Return the JNDI template to use for JNDI lookups.
getJndiTemplate() - Method in class org.springframework.transaction.jta.JtaTransactionManager
Return the JndiTemplate used for JNDI lookups.
getJobClass() - Method in class org.springframework.scheduling.quartz.JobDetailBean
Overridden to support any job class, to allow a custom JobFactory to adapt the given job class to the Quartz Job interface.
getJobDataMap() - Method in class org.springframework.scheduling.quartz.CronTriggerFactoryBean
Return the trigger's JobDataMap.
getJobDataMap() - Method in class org.springframework.scheduling.quartz.JobDetailFactoryBean
Return the job's JobDataMap.
getJobDataMap() - Method in class org.springframework.scheduling.quartz.SimpleTriggerFactoryBean
Return the trigger's JobDataMap.
getJobDetail() - Method in class org.springframework.scheduling.quartz.CronTriggerBean
 
getJobDetail() - Method in interface org.springframework.scheduling.quartz.JobDetailAwareTrigger
Return the JobDetail that this Trigger is associated with.
getJobDetail() - Method in class org.springframework.scheduling.quartz.SimpleTriggerBean
 
getJobDetailDataMap(TriggerFiredBundle) - Method in class org.springframework.scheduling.quartz.SpringBeanJobFactory
 
getJodaTimeContext() - Static method in class org.springframework.format.datetime.joda.JodaTimeContextHolder
Return the JodaTimeContext associated with the current thread, if any.
getJoinPoint() - Method in class org.springframework.aop.aspectj.AbstractAspectJAdvice
Overridden in around advice to return proceeding join point.
getJoinpointIdentification() - Method in class org.springframework.transaction.interceptor.TransactionAspectSupport.TransactionInfo
Return a String representation of this joinpoint (usually a Method call) for use in logging.
getJoinPointMatch() - Method in class org.springframework.aop.aspectj.AbstractAspectJAdvice
Get the current join point match at the join point we are being dispatched on.
getJoinPointMatch(ProxyMethodInvocation) - Method in class org.springframework.aop.aspectj.AbstractAspectJAdvice
 
getJpaDialect() - Method in class org.springframework.orm.jpa.AbstractEntityManagerFactoryBean
 
getJpaDialect() - Method in interface org.springframework.orm.jpa.EntityManagerFactoryInfo
Return the vendor-specific JpaDialect implementation for this EntityManagerFactory, or null if not known.
getJpaDialect() - Method in class org.springframework.orm.jpa.JpaAccessor
Deprecated.
Return the JPA dialect to use for this accessor.
getJpaDialect() - Method in class org.springframework.orm.jpa.JpaTransactionManager
Return the JPA dialect to use for this transaction manager.
getJpaDialect() - Method in interface org.springframework.orm.jpa.JpaVendorAdapter
Return the vendor-specific JpaDialect implementation for this provider, or null if there is none.
getJpaDialect() - Method in class org.springframework.orm.jpa.vendor.AbstractJpaVendorAdapter
 
getJpaDialect() - Method in class org.springframework.orm.jpa.vendor.EclipseLinkJpaVendorAdapter
 
getJpaDialect() - Method in class org.springframework.orm.jpa.vendor.HibernateJpaVendorAdapter
 
getJpaDialect() - Method in class org.springframework.orm.jpa.vendor.OpenJpaVendorAdapter
 
getJpaDialect() - Method in class org.springframework.orm.jpa.vendor.TopLinkJpaVendorAdapter
Deprecated.
 
getJpaPropertyMap() - Method in class org.springframework.orm.jpa.AbstractEntityManagerFactoryBean
Allow Map access to the JPA properties to be passed to the persistence provider, with the option to add or override specific entries.
getJpaPropertyMap() - Method in class org.springframework.orm.jpa.EntityManagerFactoryAccessor
Allow Map access to the JPA properties to be passed to the persistence provider, with the option to add or override specific entries.
getJpaPropertyMap() - Method in class org.springframework.orm.jpa.JpaTransactionManager
Allow Map access to the JPA properties to be passed to the persistence provider, with the option to add or override specific entries.
getJpaPropertyMap() - Method in interface org.springframework.orm.jpa.JpaVendorAdapter
Return a Map of vendor-specific JPA properties, typically based on settings in this JpaVendorAdapter instance.
getJpaPropertyMap() - Method in class org.springframework.orm.jpa.vendor.AbstractJpaVendorAdapter
 
getJpaPropertyMap() - Method in class org.springframework.orm.jpa.vendor.EclipseLinkJpaVendorAdapter
 
getJpaPropertyMap() - Method in class org.springframework.orm.jpa.vendor.HibernateJpaVendorAdapter
 
getJpaPropertyMap() - Method in class org.springframework.orm.jpa.vendor.OpenJpaVendorAdapter
 
getJpaPropertyMap() - Method in class org.springframework.orm.jpa.vendor.TopLinkJpaVendorAdapter
Deprecated.
 
getJpaTemplate() - Method in class org.springframework.orm.jpa.support.JpaDaoSupport
Deprecated.
Return the JpaTemplate for this DAO, pre-initialized with the EntityManagerFactory or set explicitly.
getJpaVendorAdapter() - Method in class org.springframework.orm.jpa.AbstractEntityManagerFactoryBean
Return the JpaVendorAdapter implementation for this EntityManagerFactory, or null if not known.
getJsonEncoding(MediaType) - Method in class org.springframework.http.converter.json.MappingJackson2HttpMessageConverter
Determine the JSON encoding to use for the given content type.
getJsonEncoding(MediaType) - Method in class org.springframework.http.converter.json.MappingJacksonHttpMessageConverter
Determine the JSON encoding to use for the given content type.
getJstlAwareMessageSource(ServletContext, MessageSource) - Static method in class org.springframework.web.servlet.support.JstlUtils
Checks JSTL's "javax.servlet.jsp.jstl.fmt.localizationContext" context-param and creates a corresponding child message source, with the provided Spring-defined MessageSource as parent.
getJstlLocale(PageContext) - Static method in class org.springframework.web.servlet.support.JspAwareRequestContext.JstlPageLocaleResolver
 
getJstlLocale(HttpServletRequest, ServletContext) - Static method in class org.springframework.web.servlet.support.RequestContext.JstlLocaleResolver
 
getJtaDataSource() - Method in class org.springframework.orm.jpa.persistenceunit.MutablePersistenceUnitInfo
 
getJtaSynchronizedSession(SessionHolder, SessionFactory, SQLExceptionTranslator) - Static method in class org.springframework.orm.hibernate3.SessionFactoryUtils
Retrieve a Session from the given SessionHolder, potentially from a JTA transaction synchronization.
getJtaTransactionManager(SessionFactory, Session) - Static method in class org.springframework.orm.hibernate3.SessionFactoryUtils
Try to retrieve the JTA TransactionManager from the given SessionFactory and/or Session.
getJUnitTimeout(FrameworkMethod) - Method in class org.springframework.test.context.junit4.SpringJUnit4ClassRunner
Retrieves the configured JUnit timeout from the @Test annotation on the supplied test method.
getKeepAliveSeconds() - Method in class org.springframework.scheduling.backportconcurrent.ThreadPoolTaskExecutor
Deprecated.
Return the ThreadPoolExecutor's keep-alive seconds.
getKeepAliveSeconds() - Method in class org.springframework.scheduling.concurrent.ThreadPoolTaskExecutor
Return the ThreadPoolExecutor's keep-alive seconds.
getKey() - Method in class org.springframework.cache.interceptor.CacheOperation
 
getKey() - Method in class org.springframework.jdbc.support.GeneratedKeyHolder
 
getKey() - Method in interface org.springframework.jdbc.support.KeyHolder
Retrieve the first item from the first map, assuming that there is just one item and just one map, and that the item is a number.
getKey() - Method in class org.springframework.util.ConcurrentReferenceHashMap.Entry
 
getKeyGenerator() - Method in class org.springframework.cache.interceptor.CacheAspectSupport
Return the KeyGenerator for this cache aspect,
getKeyList() - Method in class org.springframework.jdbc.support.GeneratedKeyHolder
 
getKeyList() - Method in interface org.springframework.jdbc.support.KeyHolder
Return a reference to the List that contains the keys.
getKeys() - Method in class org.springframework.context.support.MessageSourceResourceBundle
This implementation throws UnsupportedOperationException, as a MessageSource does not allow for enumerating the defined message codes.
getKeys() - Method in class org.springframework.jdbc.support.GeneratedKeyHolder
 
getKeys() - Method in interface org.springframework.jdbc.support.KeyHolder
Retrieve the first map of keys.
getKeyTypeName() - Method in class org.springframework.beans.factory.support.ManagedMap
Return the default key type name (class name) to be used for this map.
getKind() - Method in class org.springframework.aop.aspectj.MethodInvocationProceedingJoinPoint
 
getKind() - Method in class org.springframework.expression.spel.standard.Token
 
getLabel() - Method in class org.springframework.core.enums.AbstractGenericLabeledEnum
Deprecated.
 
getLabel() - Method in interface org.springframework.core.enums.LabeledEnum
Deprecated.
Return a descriptive, optional label.
getLabel() - Method in class org.springframework.core.enums.StaticLabeledEnum
Deprecated.
 
getLabel() - Method in class org.springframework.web.servlet.tags.form.AbstractSingleCheckedElementTag
Get the value of the 'label' attribute.
getLabel() - Method in class org.springframework.web.servlet.tags.form.OptionTag
Get the text body of the rendered HTML &lt;option&gt; tag.
getLabeledEnumByCode(Class, Comparable) - Method in class org.springframework.core.enums.AbstractCachingLabeledEnumResolver
Deprecated.
 
getLabeledEnumByCode(Class, Comparable) - Method in interface org.springframework.core.enums.LabeledEnumResolver
Deprecated.
Resolve a single LabeledEnum by its identifying code.
getLabeledEnumByLabel(Class, String) - Method in class org.springframework.core.enums.AbstractCachingLabeledEnumResolver
Deprecated.
 
getLabeledEnumByLabel(Class, String) - Method in interface org.springframework.core.enums.LabeledEnumResolver
Deprecated.
Resolve a single LabeledEnum by its identifying code.
getLabeledEnumMap(Class) - Method in class org.springframework.core.enums.AbstractCachingLabeledEnumResolver
Deprecated.
 
getLabeledEnumMap(Class) - Method in interface org.springframework.core.enums.LabeledEnumResolver
Deprecated.
Return a map of enumerations of a particular type.
getLabeledEnumSet(Class) - Method in class org.springframework.core.enums.AbstractCachingLabeledEnumResolver
Deprecated.
 
getLabeledEnumSet(Class) - Method in interface org.springframework.core.enums.LabeledEnumResolver
Deprecated.
Return a set of enumerations of a particular type.
getLabelValue(Object) - Method in class org.springframework.web.servlet.tags.form.OptionTag
Returns the value of the label for this 'option' element.
getLang() - Method in class org.springframework.web.servlet.tags.form.AbstractHtmlElementTag
Get the value of the 'lang' attribute.
getLastAccessedTime() - Method in class org.springframework.mock.web.MockHttpSession
 
getLastAccessedTime() - Method in class org.springframework.mock.web.portlet.MockPortletSession
 
getLastBuilder(Class<T>) - Method in class org.springframework.web.util.UriComponentsBuilder.CompositePathComponentBuilder
 
getLastElementOnPage() - Method in class org.springframework.beans.support.PagedListHolder
Return the element index of the last element on the current page.
getLastLinkedPage() - Method in class org.springframework.beans.support.PagedListHolder
Return the last page to which create a link around the current page.
getLastModified(Object) - Static method in class org.springframework.core.io.VfsUtils
 
getLastModified() - Method in class org.springframework.http.HttpHeaders
Returns the time the resource was last changed, as specified by the Last-Modified header.
getLastModified(Object) - Method in class org.springframework.ui.freemarker.SpringTemplateLoader
 
getLastModified(Resource) - Method in class org.springframework.ui.velocity.SpringResourceLoader
 
getLastModified(HttpServletRequest, Object) - Method in class org.springframework.web.servlet.handler.SimpleServletHandlerAdapter
 
getLastModified(HttpServletRequest, Object) - Method in interface org.springframework.web.servlet.HandlerAdapter
Same contract as for HttpServlet's getLastModified method.
getLastModified(HttpServletRequest, Object) - Method in class org.springframework.web.servlet.mvc.annotation.AnnotationMethodHandlerAdapter
Deprecated.
This method always returns -1 since an annotated controller can have many methods, each requiring separate lastModified calculations.
getLastModified(HttpServletRequest, Object) - Method in class org.springframework.web.servlet.mvc.HttpRequestHandlerAdapter
 
getLastModified(HttpServletRequest) - Method in interface org.springframework.web.servlet.mvc.LastModified
Same contract as for HttpServlet's getLastModified method.
getLastModified(HttpServletRequest, Object) - Method in class org.springframework.web.servlet.mvc.method.AbstractHandlerMethodAdapter
Same contract as for HttpServlet's getLastModified method.
getLastModified(HttpServletRequest) - Method in class org.springframework.web.servlet.mvc.multiaction.MultiActionController
Try to find an XXXXLastModified method, where XXXX is the name of a handler.
getLastModified(HttpServletRequest, Object) - Method in class org.springframework.web.servlet.mvc.SimpleControllerHandlerAdapter
 
getLastModified(HttpServletRequest) - Method in class org.springframework.web.servlet.ResourceServlet
Return the last-modified timestamp of the file that corresponds to the target resource URL (i.e.
getLastModifiedInternal(HttpServletRequest, HandlerMethod) - Method in class org.springframework.web.servlet.mvc.method.AbstractHandlerMethodAdapter
Same contract as for javax.servlet.http.HttpServlet#getLastModified(HttpServletRequest).
getLastModifiedInternal(HttpServletRequest, HandlerMethod) - Method in class org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter
This implementation always returns -1.
getLastNestedPropertySeparatorIndex(String) - Static method in class org.springframework.beans.PropertyAccessorUtils
Determine the first nested property separator in the given property path, ignoring dots in keys (like "map[my.key]").
getLastRefreshTime() - Method in class org.springframework.aop.target.dynamic.AbstractRefreshableTargetSource
 
getLastRefreshTime() - Method in interface org.springframework.aop.target.dynamic.Refreshable
Return the last time an actual refresh happened (as timestamp).
getLastTaskInfo() - Method in class org.springframework.util.StopWatch
Return the last task as a TaskInfo object.
getLastTaskName() - Method in class org.springframework.util.StopWatch
Return the name of the last task.
getLastTaskTimeMillis() - Method in class org.springframework.util.StopWatch
Return the time taken by the last task.
getLazyInit() - Method in class org.springframework.beans.factory.xml.DocumentDefaultsDefinition
Return the default lazy-init flag for the document that's currently parsed.
getLeftOperand() - Method in class org.springframework.expression.spel.ast.Operator
 
getLength() - Method in enum org.springframework.expression.spel.standard.TokenKind
 
getLength() - Method in class org.springframework.web.servlet.mvc.condition.CompositeRequestCondition
 
getLetterCode() - Method in class org.springframework.core.enums.LetterCodedLabeledEnum
Deprecated.
Return the letter code of this LabeledEnum instance.
getLexicalHandler() - Method in class org.springframework.oxm.support.MarshallingSource.MarshallingXMLReader
 
getLexicalHandler() - Method in class org.springframework.util.xml.AbstractXMLReader
 
getLifecycleBeans() - Method in class org.springframework.context.support.DefaultLifecycleProcessor
Retrieve all applicable Lifecycle beans: all singletons that have already been created, as well as all SmartLifecycle beans (even if they are marked as lazy-init).
getLifecyclePhase() - Method in class org.springframework.mock.web.portlet.MockActionRequest
 
getLifecyclePhase() - Method in class org.springframework.mock.web.portlet.MockEventRequest
 
getLifecyclePhase() - Method in class org.springframework.mock.web.portlet.MockPortletRequest
Return the Portlet 2.0 lifecycle id for the current phase.
getLifecyclePhase() - Method in class org.springframework.mock.web.portlet.MockRenderRequest
 
getLifecyclePhase() - Method in class org.springframework.mock.web.portlet.MockResourceRequest
 
getLifecycleProcessor() - Method in class org.springframework.context.support.AbstractApplicationContext
Return the internal LifecycleProcessor used by the context.
getLimitedInParameterNames() - Method in class org.springframework.jdbc.core.metadata.CallMetaDataContext
Get a limited set of in parameters to be used.
getLine() - Method in class org.springframework.aop.aspectj.MethodInvocationProceedingJoinPoint.SourceLocationImpl
 
getLineNumber() - Method in exception org.springframework.beans.factory.xml.XmlBeanDefinitionStoreException
Return the line number in the XML resource that failed.
getLineNumber() - Method in class org.springframework.util.xml.AbstractStaxXMLReader.StaxLocator
 
getLineNumber() - Method in class org.springframework.util.xml.StaxEventContentHandler.LocatorLocationAdapter
 
getListenerMethodName(Message, Object) - Method in class org.springframework.jms.listener.adapter.MessageListenerAdapter
Determine the name of the listener method that is supposed to handle the given message.
getListeners() - Method in class org.springframework.test.web.servlet.request.MockAsyncContext
 
getLiteralValue() - Method in class org.springframework.expression.spel.ast.BooleanLiteral
 
getLiteralValue() - Method in class org.springframework.expression.spel.ast.FloatLiteral
 
getLiteralValue() - Method in class org.springframework.expression.spel.ast.IntLiteral
 
getLiteralValue() - Method in class org.springframework.expression.spel.ast.Literal
 
getLiteralValue() - Method in class org.springframework.expression.spel.ast.LongLiteral
 
getLiteralValue() - Method in class org.springframework.expression.spel.ast.NullLiteral
 
getLiteralValue() - Method in class org.springframework.expression.spel.ast.RealLiteral
 
getLiteralValue() - Method in class org.springframework.expression.spel.ast.StringLiteral
 
getLoadCount() - Method in class org.springframework.test.AbstractSingleSpringContextTests
Deprecated.
Return the current number of context load attempts.
getLoadFactor() - Method in class org.springframework.util.ConcurrentReferenceHashMap
 
getLoadTimeWeaver() - Method in interface org.springframework.context.annotation.LoadTimeWeavingConfigurer
Create, configure and return the LoadTimeWeaver instance to be used.
getLoadTimeWeaver() - Method in class org.springframework.orm.jpa.persistenceunit.DefaultPersistenceUnitManager
Return the Spring LoadTimeWeaver to use for class instrumentation according to the JPA class transformer contract.
getLobCreator() - Method in class org.springframework.jdbc.support.lob.DefaultLobHandler
 
getLobCreator() - Method in interface org.springframework.jdbc.support.lob.LobHandler
Create a new LobCreator instance, i.e.
getLobCreator() - Method in class org.springframework.jdbc.support.lob.OracleLobHandler
Deprecated.
 
getLocalAddr() - Method in class org.springframework.mock.web.MockHttpServletRequest
 
getLocale() - Method in interface org.springframework.context.i18n.LocaleContext
Return the current Locale, which can be fixed or determined dynamically, depending on the implementation strategy.
getLocale() - Static method in class org.springframework.context.i18n.LocaleContextHolder
Return the Locale associated with the current thread, if any, or the system default Locale else.
getLocale() - Method in class org.springframework.context.i18n.SimpleLocaleContext
 
getLocale() - Method in class org.springframework.context.support.MessageSourceResourceBundle
This implementation exposes the specified Locale for introspection through the standard ResourceBundle.getLocale() method.
getLocale() - Method in class org.springframework.mock.web.MockHttpServletRequest
 
getLocale() - Method in class org.springframework.mock.web.MockHttpServletResponse
 
getLocale() - Method in class org.springframework.mock.web.portlet.MockMimeResponse
 
getLocale() - Method in class org.springframework.mock.web.portlet.MockPortletRequest
 
getLocale() - Method in class org.springframework.web.context.request.FacesWebRequest
 
getLocale() - Method in class org.springframework.web.context.request.ServletWebRequest
 
getLocale() - Method in interface org.springframework.web.context.request.WebRequest
Return the primary Locale for this request.
getLocale() - Method in class org.springframework.web.portlet.context.PortletWebRequest
 
getLocale() - Method in class org.springframework.web.servlet.handler.DispatcherServletWebRequest
 
getLocale() - Method in class org.springframework.web.servlet.support.JstlUtils.SpringLocalizationContext
 
getLocale() - Method in class org.springframework.web.servlet.support.RequestContext
Return the current Locale (never null).
getLocale(HttpServletRequest) - Static method in class org.springframework.web.servlet.support.RequestContextUtils
Retrieves the current locale from the given request, using the LocaleResolver bound to the request by the DispatcherServlet (if available), falling back to the request's accept-header Locale.
getLocale() - Method in class org.springframework.web.servlet.view.velocity.VelocityView.LocaleAwareDateTool
 
getLocale() - Method in class org.springframework.web.servlet.view.velocity.VelocityView.LocaleAwareNumberTool
 
getLocaleContext() - Static method in class org.springframework.context.i18n.LocaleContextHolder
Return the LocaleContext associated with the current thread, if any.
getLocaleResolver(HttpServletRequest) - Static method in class org.springframework.web.servlet.support.RequestContextUtils
Return the LocaleResolver that has been bound to the request by the DispatcherServlet.
getLocales() - Method in class org.springframework.mock.web.MockHttpServletRequest
 
getLocales() - Method in class org.springframework.mock.web.portlet.MockPortletRequest
 
getLocalName(Node) - Method in class org.springframework.beans.factory.xml.BeanDefinitionParserDelegate
Ges the local name for the supplied Node.
getLocalName() - Method in class org.springframework.mock.web.MockHttpServletRequest
 
getLocalName() - Method in class org.springframework.util.xml.AbstractXMLStreamReader
 
getLocalPort() - Method in class org.springframework.mock.web.MockHttpServletRequest
 
getLocation() - Method in class org.springframework.aop.aspectj.AspectJExpressionPointcutAdvisor
 
getLocation() - Method in class org.springframework.aop.support.AbstractExpressionPointcut
Return location information about the pointcut expression if available.
getLocation() - Method in class org.springframework.beans.factory.parsing.Problem
Get the location within a bean configuration source that triggered the error.
getLocation() - Method in class org.springframework.http.HttpHeaders
Return the (new) location of a resource, as specified by the Location header.
getLocation() - Method in class org.springframework.util.xml.XMLEventStreamReader
 
getLocations() - Method in class org.springframework.test.context.ContextConfigurationAttributes
Get the resource locations that were declared via @ContextConfiguration.
getLocations() - Method in class org.springframework.test.context.MergedContextConfiguration
Get the merged resource locations for the test class.
getLogFile() - Method in class org.springframework.jmx.export.metadata.ManagedResource
 
getLoggerForInvocation(MethodInvocation) - Method in class org.springframework.aop.interceptor.AbstractTraceInterceptor
Return the appropriate Log instance to use for the given MethodInvocation.
getLoginTimeout() - Method in class org.springframework.jdbc.datasource.AbstractDataSource
Returns 0, indicating the default system timeout is to be used.
getLoginTimeout() - Method in class org.springframework.jdbc.datasource.DelegatingDataSource
 
getLoginTimeout() - Method in class org.springframework.jdbc.datasource.embedded.EmbeddedDatabaseFactory.EmbeddedDataSourceProxy
 
getLogWriter() - Method in class org.springframework.jdbc.datasource.AbstractDataSource
LogWriter methods are not supported.
getLogWriter() - Method in class org.springframework.jdbc.datasource.DelegatingDataSource
 
getLogWriter() - Method in class org.springframework.jdbc.datasource.embedded.EmbeddedDatabaseFactory.EmbeddedDataSourceProxy
 
getLong(int) - Method in class org.springframework.jdbc.support.rowset.ResultSetWrappingSqlRowSet
 
getLong(String) - Method in class org.springframework.jdbc.support.rowset.ResultSetWrappingSqlRowSet
 
getLong(int) - Method in interface org.springframework.jdbc.support.rowset.SqlRowSet
Retrieves the value of the indicated column in the current row as a long.
getLong(String) - Method in interface org.springframework.jdbc.support.rowset.SqlRowSet
Retrieves the value of the indicated column in the current row as a long.
getLongDescription() - Method in class org.springframework.beans.factory.config.BeanDefinitionHolder
Return a long description for the bean, including name and aliases as well as a description of the contained BeanDefinition.
getLongLiteral(String, int, int) - Static method in class org.springframework.expression.spel.ast.Literal
 
getLongParameter(ServletRequest, String) - Static method in class org.springframework.web.bind.ServletRequestUtils
Get a Long parameter, or null if not present.
getLongParameter(ServletRequest, String, long) - Static method in class org.springframework.web.bind.ServletRequestUtils
Get a long parameter, with a fallback value.
getLongParameter(PortletRequest, String) - Static method in class org.springframework.web.portlet.bind.PortletRequestUtils
Get a Long parameter, or null if not present.
getLongParameter(PortletRequest, String, long) - Static method in class org.springframework.web.portlet.bind.PortletRequestUtils
Get a long parameter, with a fallback value.
getLongParameters(ServletRequest, String) - Static method in class org.springframework.web.bind.ServletRequestUtils
Get an array of long parameters, return an empty array if not found.
getLongParameters(PortletRequest, String) - Static method in class org.springframework.web.portlet.bind.PortletRequestUtils
Get an array of long parameters, return an empty array if not found.
getLookupKey(PortletRequest) - Method in class org.springframework.web.portlet.handler.AbstractMapBasedHandlerMapping
Build a lookup key for the given request.
getLookupKey(PortletRequest) - Method in class org.springframework.web.portlet.handler.ParameterHandlerMapping
Uses the value of the specified parameter as lookup key.
getLookupKey(PortletRequest) - Method in class org.springframework.web.portlet.handler.PortletModeHandlerMapping
Uses the current PortletMode as lookup key.
getLookupKey(PortletRequest) - Method in class org.springframework.web.portlet.handler.PortletModeParameterHandlerMapping
Returns a lookup key that combines the current PortletMode and the current value of the specified parameter.
getLookupKey(PortletRequest) - Method in class org.springframework.web.portlet.mvc.annotation.DefaultAnnotationHandlerMapping
Uses the current PortletMode as lookup key.
getLookupPathForRequest(HttpServletRequest) - Method in class org.springframework.web.util.UrlPathHelper
Return the mapping lookup path for the given request, within the current servlet mapping if applicable, else within the web application.
getLookupType() - Method in class org.springframework.context.annotation.CommonAnnotationBeanPostProcessor.LookupElement
Return the desired type for the lookup.
getMainPart() - Method in class org.springframework.mail.javamail.MimeMessageHelper
 
getMajorJavaVersion() - Static method in class org.springframework.core.JdkVersion
Get the major version code.
getMajorVersion() - Method in class org.springframework.mock.web.MockServletContext
 
getMajorVersion() - Method in class org.springframework.mock.web.portlet.MockPortletContext
 
getMajorVersion() - Method in class org.springframework.mock.web.portlet.ServletWrappingPortletContext
 
getManagedAttribute(Method) - Method in class org.springframework.jmx.export.annotation.AnnotationJmxAttributeSource
 
getManagedAttribute(Method) - Method in interface org.springframework.jmx.export.metadata.JmxAttributeSource
Implementations should return an instance of ManagedAttribute if the supplied Method has the corresponding metadata.
getManagedClassNames() - Method in class org.springframework.orm.jpa.persistenceunit.MutablePersistenceUnitInfo
 
getManagedMetric(Method) - Method in class org.springframework.jmx.export.annotation.AnnotationJmxAttributeSource
 
getManagedMetric(Method) - Method in interface org.springframework.jmx.export.metadata.JmxAttributeSource
Implementations should return an instance of ManagedMetric if the supplied Method has the corresponding metadata.
getManagedNotifications(Class<?>) - Method in class org.springframework.jmx.export.annotation.AnnotationJmxAttributeSource
 
getManagedNotifications(Class<?>) - Method in interface org.springframework.jmx.export.metadata.JmxAttributeSource
Implementations should return an array of ManagedNotifications if the supplied the Class has the corresponding metadata.
getManagedOperation(Method) - Method in class org.springframework.jmx.export.annotation.AnnotationJmxAttributeSource
 
getManagedOperation(Method) - Method in interface org.springframework.jmx.export.metadata.JmxAttributeSource
Implementations should return an instance of ManagedOperation if the supplied Method has the corresponding metadata.
getManagedOperationParameters(Method) - Method in class org.springframework.jmx.export.annotation.AnnotationJmxAttributeSource
 
getManagedOperationParameters(Method) - Method in interface org.springframework.jmx.export.metadata.JmxAttributeSource
Implementations should return an array of ManagedOperationParameter if the supplied Method has the corresponding metadata.
getManagedResource(Class<?>) - Method in class org.springframework.jmx.export.annotation.AnnotationJmxAttributeSource
 
getManagedResource(Class<?>) - Method in interface org.springframework.jmx.export.metadata.JmxAttributeSource
Implementations should return an instance of ManagedResource if the supplied Class has the appropriate metadata.
getManagementInterface() - Method in class org.springframework.jmx.access.MBeanClientInterceptor
Return the management interface of the target MBean, or null if none specified.
getMap() - Method in class org.springframework.mock.web.portlet.MockPortletPreferences
 
getMapKeyFieldType(Field) - Static method in class org.springframework.core.GenericCollectionTypeResolver
Determine the generic key type of the given Map field.
getMapKeyFieldType(Field, int) - Static method in class org.springframework.core.GenericCollectionTypeResolver
Determine the generic key type of the given Map field.
getMapKeyFieldType(Field, int, Map<Integer, Integer>) - Static method in class org.springframework.core.GenericCollectionTypeResolver
Determine the generic key type of the given Map field.
getMapKeyParameterType(MethodParameter) - Static method in class org.springframework.core.GenericCollectionTypeResolver
Determine the generic key type of the given Map parameter.
getMapKeyReturnType(Method) - Static method in class org.springframework.core.GenericCollectionTypeResolver
Determine the generic key type of the given Map return type.
getMapKeyReturnType(Method, int) - Static method in class org.springframework.core.GenericCollectionTypeResolver
Determine the generic key type of the given Map return type.
getMapKeyType() - Method in class org.springframework.beans.factory.config.DependencyDescriptor
Determine the generic key type of the wrapped Map parameter/field, if any.
getMapKeyType() - Method in class org.springframework.core.convert.TypeDescriptor
Deprecated.
getMapKeyType(Class<? extends Map>) - Static method in class org.springframework.core.GenericCollectionTypeResolver
Determine the generic key type of the given Map class (if it declares one through a generic superclass or generic interface).
getMapKeyTypeDescriptor() - Method in class org.springframework.core.convert.AbstractDescriptor
 
getMapKeyTypeDescriptor() - Method in class org.springframework.core.convert.TypeDescriptor
If this type is a Map and its key type is parameterized, returns the map's key type.
getMapKeyTypeDescriptor(Object) - Method in class org.springframework.core.convert.TypeDescriptor
If this type is a Map, creates a mapKey TypeDescriptor from the provided map key.
getMappedClass() - Method in class org.springframework.jdbc.core.BeanPropertyRowMapper
Get the class that we are mapping to.
getMappedInterceptors() - Method in class org.springframework.web.servlet.handler.AbstractHandlerMapping
Return all configured MappedInterceptors as an array.
getMappedMethod(Class<? extends Exception>) - Method in class org.springframework.web.method.annotation.ExceptionHandlerMethodResolver
Return the method mapped to the given exception type or null.
getMappingComparator(HttpServletRequest) - Method in class org.springframework.web.servlet.handler.AbstractHandlerMethodMapping
Return a comparator for sorting matching mappings.
getMappingComparator(HttpServletRequest) - Method in class org.springframework.web.servlet.mvc.method.RequestMappingInfoHandlerMapping
Provide a Comparator to sort RequestMappingInfos matched to a request.
getMappingFileNames() - Method in class org.springframework.orm.jpa.persistenceunit.MutablePersistenceUnitInfo
 
getMappingForMethod(Method, Class<?>) - Method in class org.springframework.web.servlet.handler.AbstractHandlerMethodMapping
Provide the mapping for a handler method.
getMappingForMethod(Method, Class<?>) - Method in class org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping
Uses method and type-level @RequestMapping annotations to create the RequestMappingInfo.
getMappingPathPatterns(T) - Method in class org.springframework.web.servlet.handler.AbstractHandlerMethodMapping
Extract and return the URL paths contained in a mapping.
getMappingPathPatterns(RequestMappingInfo) - Method in class org.springframework.web.servlet.mvc.method.RequestMappingInfoHandlerMapping
Get the URL path patterns associated with this RequestMappingInfo.
getMapValueFieldType(Field) - Static method in class org.springframework.core.GenericCollectionTypeResolver
Determine the generic value type of the given Map field.
getMapValueFieldType(Field, int) - Static method in class org.springframework.core.GenericCollectionTypeResolver
Determine the generic value type of the given Map field.
getMapValueFieldType(Field, int, Map<Integer, Integer>) - Static method in class org.springframework.core.GenericCollectionTypeResolver
Determine the generic value type of the given Map field.
getMapValueParameterType(MethodParameter) - Static method in class org.springframework.core.GenericCollectionTypeResolver
Determine the generic value type of the given Map parameter.
getMapValueReturnType(Method) - Static method in class org.springframework.core.GenericCollectionTypeResolver
Determine the generic value type of the given Map return type.
getMapValueReturnType(Method, int) - Static method in class org.springframework.core.GenericCollectionTypeResolver
Determine the generic value type of the given Map return type.
getMapValueType() - Method in class org.springframework.beans.factory.config.DependencyDescriptor
Determine the generic value type of the wrapped Map parameter/field, if any.
getMapValueType() - Method in class org.springframework.core.convert.TypeDescriptor
Deprecated.
getMapValueType(Class<? extends Map>) - Static method in class org.springframework.core.GenericCollectionTypeResolver
Determine the generic value type of the given Map class (if it declares one through a generic superclass or generic interface).
getMapValueTypeDescriptor() - Method in class org.springframework.core.convert.AbstractDescriptor
 
getMapValueTypeDescriptor() - Method in class org.springframework.core.convert.TypeDescriptor
If this type is a Map and its value type is parameterized, returns the map's value type.
getMapValueTypeDescriptor(Object) - Method in class org.springframework.core.convert.TypeDescriptor
If this type is a Map, creates a mapValue TypeDescriptor from the provided map value.
getMarshaller() - Method in class org.springframework.oxm.support.MarshallingSource
Return the Marshaller used by this MarshallingSource.
getMatchableConverters(GenericConverter.ConvertiblePair) - Method in class org.springframework.core.convert.support.GenericConversionService.Converters
 
getMatchingCondition(HttpServletRequest) - Method in class org.springframework.web.servlet.mvc.condition.CompositeRequestCondition
Delegate to all contained conditions to match the request and return the resulting "matching" condition instances.
getMatchingCondition(HttpServletRequest) - Method in class org.springframework.web.servlet.mvc.condition.ConsumesRequestCondition
Checks if any of the contained media type expressions match the given request 'Content-Type' header and returns an instance that is guaranteed to contain matching expressions only.
getMatchingCondition(HttpServletRequest) - Method in class org.springframework.web.servlet.mvc.condition.HeadersRequestCondition
Returns "this" instance if the request matches all expressions; or null otherwise.
getMatchingCondition(HttpServletRequest) - Method in class org.springframework.web.servlet.mvc.condition.ParamsRequestCondition
Returns "this" instance if the request matches all param expressions; or null otherwise.
getMatchingCondition(HttpServletRequest) - Method in class org.springframework.web.servlet.mvc.condition.PatternsRequestCondition
Checks if any of the patterns match the given request and returns an instance that is guaranteed to contain matching patterns, sorted via PathMatcher.getPatternComparator(String).
getMatchingCondition(HttpServletRequest) - Method in class org.springframework.web.servlet.mvc.condition.ProducesRequestCondition
Checks if any of the contained media type expressions match the given request 'Content-Type' header and returns an instance that is guaranteed to contain matching expressions only.
getMatchingCondition(HttpServletRequest) - Method in interface org.springframework.web.servlet.mvc.condition.RequestCondition
Checks if this condition matches the given request and returns a potentially new request condition with content tailored to the current request.
getMatchingCondition(HttpServletRequest) - Method in class org.springframework.web.servlet.mvc.condition.RequestConditionHolder
Get the matching condition for the held request condition wrap it in a new RequestConditionHolder instance.
getMatchingCondition(HttpServletRequest) - Method in class org.springframework.web.servlet.mvc.condition.RequestMethodsRequestCondition
Check if any of the HTTP request methods match the given request and return an instance that contains the matching HTTP request method only.
getMatchingCondition(HttpServletRequest) - Method in class org.springframework.web.servlet.mvc.method.RequestMappingInfo
Checks if all conditions in this request mapping info match the provided request and returns a potentially new request mapping info with conditions tailored to the current request.
getMatchingFlashMap(List<FlashMap>, HttpServletRequest) - Method in class org.springframework.web.servlet.support.AbstractFlashMapManager
Return a FlashMap contained in the given list that matches the request.
getMatchingMapping(T, HttpServletRequest) - Method in class org.springframework.web.servlet.handler.AbstractHandlerMethodMapping
Check if a mapping matches the current request and return a (potentially new) mapping with conditions relevant to the current request.
getMatchingMapping(RequestMappingInfo, HttpServletRequest) - Method in class org.springframework.web.servlet.mvc.method.RequestMappingInfoHandlerMapping
Check if the given RequestMappingInfo matches the current request and return a (potentially new) instance with conditions that match the current request -- for example with a subset of URL patterns.
getMatchingPattern(String, String, boolean) - Method in class org.springframework.web.servlet.mvc.annotation.AnnotationMethodHandlerAdapter.ServletHandlerMethodResolver
Deprecated.
 
getMatchingPattern(String, String) - Method in class org.springframework.web.servlet.mvc.condition.PatternsRequestCondition
 
getMatchPattern() - Method in class org.springframework.web.util.UriTemplate.Parser
 
getMaxConcurrency() - Method in class org.springframework.jms.listener.endpoint.JmsActivationSpecConfig
Return the maximum number of consumers/sessions to use.
getMaxConcurrentConsumers() - Method in class org.springframework.jms.listener.DefaultMessageListenerContainer
Return the "maxConcurrentConsumer" setting.
getMaxIdle() - Method in class org.springframework.aop.target.CommonsPoolTargetSource
Return the maximum number of idle objects in the pool.
getMaximumAutoGrowSize() - Method in class org.springframework.expression.spel.SpelParserConfiguration
 
getMaxInactiveInterval() - Method in class org.springframework.mock.web.MockHttpSession
 
getMaxInactiveInterval() - Method in class org.springframework.mock.web.portlet.MockPortletSession
 
getMaxlength() - Method in class org.springframework.web.servlet.tags.form.InputTag
Get the value of the 'maxlength' attribute.
getMaxLinkedPages() - Method in class org.springframework.beans.support.PagedListHolder
Return the maximum number of page links to a few pages around the current one.
getMaxMessagesPerTask() - Method in class org.springframework.jms.listener.DefaultMessageListenerContainer
Return the maximum number of messages to process in one task.
getMaxPayloadLength() - Method in class org.springframework.web.filter.AbstractRequestLoggingFilter
Return the maximum length of the payload body to be included in the log message.
getMaxPoolSize() - Method in class org.springframework.scheduling.backportconcurrent.ThreadPoolTaskExecutor
Deprecated.
Return the ThreadPoolExecutor's maximum pool size.
getMaxPoolSize() - Method in class org.springframework.scheduling.concurrent.ThreadPoolTaskExecutor
Return the ThreadPoolExecutor's maximum pool size.
getMaxResults() - Method in class org.springframework.orm.hibernate3.HibernateTemplate
Return the maximum number of rows specified for this HibernateTemplate.
getMaxRows() - Method in class org.springframework.jdbc.core.JdbcTemplate
Return the maximum number of rows specified for this JdbcTemplate.
getMaxSize() - Method in class org.springframework.aop.target.AbstractPoolingTargetSource
Return the maximum size of the pool.
getMaxSize() - Method in interface org.springframework.aop.target.PoolingConfig
Return the maximum size of the pool.
getMaxUploadSize() - Method in exception org.springframework.web.multipart.MaxUploadSizeExceededException
Return the maximum upload size allowed.
getMaxWait() - Method in class org.springframework.aop.target.CommonsPoolTargetSource
Return the maximum waiting time for fetching an object from the pool.
getMBeanInfo(Object, String) - Method in class org.springframework.jmx.export.assembler.AbstractMBeanInfoAssembler
Create an instance of the ModelMBeanInfoSupport class supplied with all JMX implementations and populates the metadata through calls to the subclass.
getMBeanInfo(Object, String) - Method in interface org.springframework.jmx.export.assembler.MBeanInfoAssembler
Create the ModelMBeanInfo for the given managed resource.
getMBeanInfo(Object, String) - Method in class org.springframework.jmx.export.MBeanExporter
Gets the ModelMBeanInfo for the bean with the supplied key and of the supplied type.
getMBeanInterface(Class<?>) - Static method in class org.springframework.jmx.support.JmxUtils
Return the Standard MBean interface for the given class, if any (that is, an interface whose name matches the class name of the given class but with suffix "MBean").
getMBeanServer() - Method in enum org.springframework.context.annotation.MBeanExportConfiguration.SpecificPlatform
 
getMBeanServerFactory() - Method in enum org.springframework.context.annotation.MBeanExportConfiguration.SpecificPlatform
 
getMediaType(Resource) - Static method in class org.springframework.http.converter.ResourceHttpMessageConverter.ActivationMediaTypeFactory
 
getMediaType() - Method in exception org.springframework.http.InvalidMediaTypeException
Return the offending media type.
getMediaType(String) - Static method in class org.springframework.web.accept.PathExtensionContentNegotiationStrategy.JafMediaTypeFactory
 
getMediaType() - Method in class org.springframework.web.servlet.mvc.condition.AbstractMediaTypeExpression
 
getMediaType() - Method in interface org.springframework.web.servlet.mvc.condition.MediaTypeExpression
 
getMediaType(String) - Static method in class org.springframework.web.servlet.resource.ResourceHttpRequestHandler.ActivationMediaTypeFactory
 
getMediaType(Resource) - Method in class org.springframework.web.servlet.resource.ResourceHttpRequestHandler
Determine an appropriate media type for the given resource.
getMediaTypeKey(NativeWebRequest) - Method in class org.springframework.web.accept.AbstractMappingContentNegotiationStrategy
Sub-classes must extract the key to use to look up a media type.
getMediaTypeKey(NativeWebRequest) - Method in class org.springframework.web.accept.ParameterContentNegotiationStrategy
 
getMediaTypeKey(NativeWebRequest) - Method in class org.springframework.web.accept.PathExtensionContentNegotiationStrategy
 
getMediaTypes(HttpServletRequest) - Method in class org.springframework.web.servlet.view.ContentNegotiatingViewResolver
Determines the list of MediaType for the given HttpServletRequest.
getMember() - Method in class org.springframework.beans.factory.annotation.InjectionMetadata.InjectedElement
 
getMember() - Method in class org.springframework.core.MethodParameter
Returns the wrapped member.
getMemberClassNames() - Method in interface org.springframework.core.type.ClassMetadata
Return the names of all classes declared as members of the class represented by this ClassMetadata object.
getMemberClassNames() - Method in class org.springframework.core.type.classreading.ClassMetadataReadingVisitor
 
getMemberClassNames() - Method in class org.springframework.core.type.StandardClassMetadata
 
getMerge() - Method in class org.springframework.beans.factory.xml.DocumentDefaultsDefinition
Return the default merge setting for the document that's currently parsed.
getMergedBeanDefinition(String) - Method in interface org.springframework.beans.factory.config.ConfigurableBeanFactory
Return a merged BeanDefinition for the given bean name, merging a child bean definition with its parent if necessary.
getMergedBeanDefinition(String) - Method in class org.springframework.beans.factory.support.AbstractBeanFactory
Return a 'merged' BeanDefinition for the given bean name, merging a child bean definition with its parent if necessary.
getMergedBeanDefinition(String, BeanDefinition) - Method in class org.springframework.beans.factory.support.AbstractBeanFactory
Return a RootBeanDefinition for the given top-level bean, by merging with the parent if the given bean's definition is a child bean definition.
getMergedBeanDefinition(String, BeanDefinition, BeanDefinition) - Method in class org.springframework.beans.factory.support.AbstractBeanFactory
Return a RootBeanDefinition for the given bean, by merging with the parent if the given bean's definition is a child bean definition.
getMergedJobDataMapMethod - Static variable in class org.springframework.scheduling.quartz.QuartzJobBean
 
getMergedLocalBeanDefinition(String) - Method in class org.springframework.beans.factory.support.AbstractBeanFactory
Return a merged RootBeanDefinition, traversing the parent bean definition if the specified bean corresponds to a child bean definition.
getMergedProperties(Locale) - Method in class org.springframework.context.support.ReloadableResourceBundleMessageSource
Get a PropertiesHolder that contains the actually visible properties for a Locale, after merging all specified resource bundles.
getMessage() - Method in class org.springframework.beans.factory.parsing.Problem
Get the message detailing the problem.
getMessage() - Method in exception org.springframework.beans.PropertyBatchUpdateException
 
getMessage() - Method in exception org.springframework.context.expression.MapAccessor.MapAccessException
 
getMessage(String, Object[], String, Locale) - Method in interface org.springframework.context.MessageSource
Try to resolve the message.
getMessage(String, Object[], Locale) - Method in interface org.springframework.context.MessageSource
Try to resolve the message.
getMessage(MessageSourceResolvable, Locale) - Method in interface org.springframework.context.MessageSource
Try to resolve the message using all the attributes contained within the MessageSourceResolvable argument that was passed in.
getMessage(String, Object[], String, Locale) - Method in class org.springframework.context.support.AbstractApplicationContext
 
getMessage(String, Object[], Locale) - Method in class org.springframework.context.support.AbstractApplicationContext
 
getMessage(MessageSourceResolvable, Locale) - Method in class org.springframework.context.support.AbstractApplicationContext
 
getMessage(String, Object[], String, Locale) - Method in class org.springframework.context.support.AbstractMessageSource
 
getMessage(String, Object[], Locale) - Method in class org.springframework.context.support.AbstractMessageSource
 
getMessage(MessageSourceResolvable, Locale) - Method in class org.springframework.context.support.AbstractMessageSource
 
getMessage(String, Object[], String, Locale) - Method in class org.springframework.context.support.DelegatingMessageSource
 
getMessage(String, Object[], Locale) - Method in class org.springframework.context.support.DelegatingMessageSource
 
getMessage(MessageSourceResolvable, Locale) - Method in class org.springframework.context.support.DelegatingMessageSource
 
getMessage(String, String) - Method in class org.springframework.context.support.MessageSourceAccessor
Retrieve the message for the given code and the default Locale.
getMessage(String, String, Locale) - Method in class org.springframework.context.support.MessageSourceAccessor
Retrieve the message for the given code and the given Locale.
getMessage(String, Object[], String) - Method in class org.springframework.context.support.MessageSourceAccessor
Retrieve the message for the given code and the default Locale.
getMessage(String, Object[], String, Locale) - Method in class org.springframework.context.support.MessageSourceAccessor
Retrieve the message for the given code and the given Locale.
getMessage(String) - Method in class org.springframework.context.support.MessageSourceAccessor
Retrieve the message for the given code and the default Locale.
getMessage(String, Locale) - Method in class org.springframework.context.support.MessageSourceAccessor
Retrieve the message for the given code and the given Locale.
getMessage(String, Object[]) - Method in class org.springframework.context.support.MessageSourceAccessor
Retrieve the message for the given code and the default Locale.
getMessage(String, Object[], Locale) - Method in class org.springframework.context.support.MessageSourceAccessor
Retrieve the message for the given code and the given Locale.
getMessage(MessageSourceResolvable) - Method in class org.springframework.context.support.MessageSourceAccessor
Retrieve the given MessageSourceResolvable (e.g.
getMessage(MessageSourceResolvable, Locale) - Method in class org.springframework.context.support.MessageSourceAccessor
Retrieve the given MessageSourceResolvable (e.g.
getMessage() - Method in exception org.springframework.core.env.MissingRequiredPropertiesException
 
getMessage() - Method in exception org.springframework.core.NestedCheckedException
Return the detail message, including the message from the nested exception if there is one.
getMessage() - Method in exception org.springframework.core.NestedIOException
Return the detail message, including the message from the nested exception if there is one.
getMessage() - Method in exception org.springframework.core.NestedRuntimeException
Return the detail message, including the message from the nested exception if there is one.
getMessage() - Method in exception org.springframework.expression.spel.SpelEvaluationException
 
getMessage() - Method in exception org.springframework.expression.spel.SpelParseException
 
getMessage() - Method in exception org.springframework.jms.JmsException
Return the detail message, including the message from the linked exception if there is one.
getMessage() - Method in exception org.springframework.mail.MailSendException
 
getMessage(String, Object[], String, Locale) - Method in class org.springframework.test.web.servlet.setup.StubWebApplicationContext
 
getMessage(String, Object[], Locale) - Method in class org.springframework.test.web.servlet.setup.StubWebApplicationContext
 
getMessage(MessageSourceResolvable, Locale) - Method in class org.springframework.test.web.servlet.setup.StubWebApplicationContext
 
getMessage() - Method in exception org.springframework.validation.BindException
Returns diagnostic information about the errors held in this object.
getMessage() - Method in exception org.springframework.web.bind.MethodArgumentNotValidException
 
getMessage() - Method in class org.springframework.web.bind.MissingServletRequestParameterException
 
getMessage() - Method in class org.springframework.web.bind.UnsatisfiedServletRequestParameterException
 
getMessage() - Method in class org.springframework.web.portlet.bind.MissingPortletRequestParameterException
 
getMessage(String, String) - Method in class org.springframework.web.servlet.support.RequestContext
Retrieve the message for the given code, using the "defaultHtmlEscape" setting.
getMessage(String, Object[], String) - Method in class org.springframework.web.servlet.support.RequestContext
Retrieve the message for the given code, using the "defaultHtmlEscape" setting.
getMessage(String, List, String) - Method in class org.springframework.web.servlet.support.RequestContext
Retrieve the message for the given code, using the "defaultHtmlEscape" setting.
getMessage(String, Object[], String, boolean) - Method in class org.springframework.web.servlet.support.RequestContext
Retrieve the message for the given code.
getMessage(String) - Method in class org.springframework.web.servlet.support.RequestContext
Retrieve the message for the given code, using the "defaultHtmlEscape" setting.
getMessage(String, Object[]) - Method in class org.springframework.web.servlet.support.RequestContext
Retrieve the message for the given code, using the "defaultHtmlEscape" setting.
getMessage(String, List) - Method in class org.springframework.web.servlet.support.RequestContext
Retrieve the message for the given code, using the "defaultHtmlEscape" setting.
getMessage(String, Object[], boolean) - Method in class org.springframework.web.servlet.support.RequestContext
Retrieve the message for the given code.
getMessage(MessageSourceResolvable) - Method in class org.springframework.web.servlet.support.RequestContext
Retrieve the given MessageSourceResolvable (e.g.
getMessage(MessageSourceResolvable, boolean) - Method in class org.springframework.web.servlet.support.RequestContext
Retrieve the given MessageSourceResolvable (e.g.
getMessage() - Method in class org.springframework.web.util.NestedServletException
Return the detail message, including the message from the nested exception if there is one.
getMessageCode() - Method in exception org.springframework.expression.spel.SpelEvaluationException
 
getMessageCode() - Method in exception org.springframework.expression.spel.SpelParseException
 
getMessageCodesResolver() - Method in class org.springframework.validation.AbstractBindingResult
Return the strategy to use for resolving errors into message codes.
getMessageCodesResolver() - Method in class org.springframework.web.bind.support.ConfigurableWebBindingInitializer
Return the strategy to use for resolving errors into message codes.
getMessageCodesResolver() - Method in class org.springframework.web.portlet.mvc.BaseCommandController
Deprecated.
Return the strategy to use for resolving errors into message codes (if any).
getMessageCodesResolver() - Method in class org.springframework.web.servlet.config.annotation.DelegatingWebMvcConfiguration
 
getMessageCodesResolver() - Method in class org.springframework.web.servlet.config.annotation.WebMvcConfigurationSupport
Override this method to provide a custom MessageCodesResolver.
getMessageCodesResolver() - Method in interface org.springframework.web.servlet.config.annotation.WebMvcConfigurer
Provide a custom MessageCodesResolver for building message codes from data binding and validation error codes.
getMessageCodesResolver() - Method in class org.springframework.web.servlet.config.annotation.WebMvcConfigurerAdapter
Provide a custom MessageCodesResolver for building message codes from data binding and validation error codes.
getMessageCodesResolver() - Method in class org.springframework.web.servlet.config.annotation.WebMvcConfigurerComposite
 
getMessageCodesResolver(Element, Object, ParserContext) - Method in class org.springframework.web.servlet.config.AnnotationDrivenBeanDefinitionParser
 
getMessageCodesResolver() - Method in class org.springframework.web.servlet.mvc.BaseCommandController
Deprecated.
Return the strategy to use for resolving errors into message codes (if any).
getMessageConverter() - Method in class org.springframework.jms.core.JmsTemplate
Return the message converter for this template.
getMessageConverter() - Method in class org.springframework.jms.listener.adapter.MessageListenerAdapter
Return the converter that will convert incoming JMS messages to listener method arguments, and objects returned from listener methods back to JMS messages.
getMessageConverters() - Method in class org.springframework.web.client.RestTemplate
Returns the message body converters.
getMessageConverters() - Method in class org.springframework.web.servlet.config.annotation.WebMvcConfigurationSupport
Provides access to the shared HttpMessageConverters used by the RequestMappingHandlerAdapter and the ExceptionHandlerExceptionResolver.
getMessageConverters(Element, Object, ParserContext) - Method in class org.springframework.web.servlet.config.AnnotationDrivenBeanDefinitionParser
 
getMessageConverters() - Method in class org.springframework.web.servlet.mvc.annotation.AnnotationMethodHandlerAdapter
Deprecated.
Return the message body converters that this adapter has been configured with.
getMessageConverters() - Method in class org.springframework.web.servlet.mvc.method.annotation.ExceptionHandlerExceptionResolver
Return the configured message body converters.
getMessageConverters() - Method in class org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter
Return the configured message body converters.
getMessageDrivenContext() - Method in class org.springframework.ejb.support.AbstractMessageDrivenBean
Deprecated.
Convenience method for subclasses to use.
getMessageEndpointFactory() - Method in class org.springframework.jca.endpoint.GenericMessageEndpointManager
Return the JCA MessageEndpointFactory to activate.
getMessageExceptions() - Method in exception org.springframework.mail.MailSendException
Return an array with thrown message exceptions.
getMessageFormat(String, Locale) - Method in class org.springframework.context.support.ReloadableResourceBundleMessageSource.PropertiesHolder
 
getMessageFormat(ResourceBundle, String, Locale) - Method in class org.springframework.context.support.ResourceBundleMessageSource
Return a MessageFormat for the given bundle and code, fetching already generated MessageFormats from the cache.
getMessageFromParent(String, Object[], Locale) - Method in class org.springframework.context.support.AbstractMessageSource
Try to retrieve the given message from the parent MessageSource, if any.
getMessageInternal(String, Object[], Locale) - Method in class org.springframework.context.support.AbstractMessageSource
Resolve the given code and arguments as message in the given Locale, returning null if not found.
getMessageInterpolator() - Method in class org.springframework.validation.beanvalidation.LocalValidatorFactoryBean
 
getMessageListener() - Method in class org.springframework.jms.connection.CachedMessageConsumer
 
getMessageListener() - Method in class org.springframework.jms.listener.AbstractMessageListenerContainer
Return the message listener object to register.
getMessageSelector() - Method in class org.springframework.jms.connection.CachedMessageConsumer
 
getMessageSelector() - Method in class org.springframework.jms.listener.AbstractMessageListenerContainer
Return the JMS message selector expression (or null if none).
getMessageSelector() - Method in class org.springframework.jms.listener.endpoint.JmsActivationSpecConfig
 
getMessageSource() - Method in class org.springframework.context.support.AbstractApplicationContext
Return the internal MessageSource used by the context.
getMessageSource() - Method in class org.springframework.ui.context.support.SimpleTheme
 
getMessageSource() - Method in interface org.springframework.ui.context.Theme
Return the specific MessageSource that resolves messages with respect to this theme.
getMessageSource() - Method in class org.springframework.web.servlet.support.RequestContext
Return the current WebApplicationContext as MessageSource.
getMessageSource() - Method in class org.springframework.web.servlet.tags.MessageTag
Use the current RequestContext's application context as MessageSource.
getMessageSource() - Method in class org.springframework.web.servlet.tags.ThemeTag
Use the theme MessageSource for theme message resolution.
getMessageSourceAccessor() - Method in class org.springframework.context.support.ApplicationObjectSupport
Return a MessageSourceAccessor for the application context used by this object, for easy message access.
getMessageSourceAccessor() - Method in class org.springframework.remoting.jaxrpc.ServletEndpointSupport
Deprecated.
Return a MessageSourceAccessor for the application context used by this object, for easy message access.
getMessageSourceAccessor() - Method in class org.springframework.web.servlet.view.tiles.ComponentControllerSupport
Deprecated.
Return a MessageSourceAccessor for the application context used by this object, for easy message access.
getMessageSourceAccessor() - Method in class org.springframework.web.struts.ActionSupport
Deprecated.
Return a MessageSourceAccessor for the application context used by this object, for easy message access.
getMessageSourceAccessor() - Method in class org.springframework.web.struts.DispatchActionSupport
Deprecated.
Return a MessageSourceAccessor for the application context used by this object, for easy message access.
getMessageSourceAccessor() - Method in class org.springframework.web.struts.LookupDispatchActionSupport
Deprecated.
Return a MessageSourceAccessor for the application context used by this object, for easy message access.
getMessageSourceAccessor() - Method in class org.springframework.web.struts.MappingDispatchActionSupport
Deprecated.
Return a MessageSourceAccessor for the application context used by this object, for easy message access.
getMetaAnnotationTypes(String) - Method in interface org.springframework.core.type.AnnotationMetadata
Return the names of all meta-annotation types defined on the given annotation type of the underlying class.
getMetaAnnotationTypes(String) - Method in class org.springframework.core.type.classreading.AnnotationMetadataReadingVisitor
 
getMetaAnnotationTypes(String) - Method in class org.springframework.core.type.StandardAnnotationMetadata
 
getMetadata() - Method in interface org.springframework.beans.factory.annotation.AnnotatedBeanDefinition
Obtain the annotation metadata (as well as basic class metadata) for this bean definition's bean class.
getMetadata() - Method in class org.springframework.beans.factory.annotation.AnnotatedGenericBeanDefinition
 
getMetadata() - Method in class org.springframework.context.annotation.ConfigurationClass
 
getMetadata() - Method in class org.springframework.context.annotation.ConfigurationClassBeanDefinitionReader.ConfigurationClassBeanDefinition
 
getMetadata() - Method in class org.springframework.context.annotation.ConfigurationMethod
 
getMetadata() - Method in class org.springframework.context.annotation.ScannedGenericBeanDefinition
 
getMetaData() - Method in class org.springframework.jca.cci.connection.DelegatingConnectionFactory
 
getMetaData() - Method in class org.springframework.jdbc.support.rowset.ResultSetWrappingSqlRowSet
 
getMetaData() - Method in interface org.springframework.jdbc.support.rowset.SqlRowSet
Retrieves the meta data (number, types and properties for the columns) of this row set.
getMetadataAttribute(String) - Method in class org.springframework.beans.BeanMetadataAttributeAccessor
Look up the given BeanMetadataAttribute in this accessor's set of attributes.
getMetadataReader(Resource) - Method in class org.springframework.core.type.classreading.CachingMetadataReaderFactory
 
getMetadataReader(String) - Method in interface org.springframework.core.type.classreading.MetadataReaderFactory
Obtain a MetadataReader for the given class name.
getMetadataReader(Resource) - Method in interface org.springframework.core.type.classreading.MetadataReaderFactory
Obtain a MetadataReader for the given resource.
getMetadataReader(String) - Method in class org.springframework.core.type.classreading.SimpleMetadataReaderFactory
 
getMetadataReader(Resource) - Method in class org.springframework.core.type.classreading.SimpleMetadataReaderFactory
 
getMetadataReaderFactory() - Method in class org.springframework.context.annotation.ClassPathScanningCandidateComponentProvider
Return the MetadataReaderFactory used by this component provider.
getMethod() - Method in class org.springframework.aop.aspectj.MethodInvocationProceedingJoinPoint.MethodSignatureImpl
 
getMethod() - Method in class org.springframework.aop.framework.ReflectiveMethodInvocation
Return the method invoked on the proxied interface.
getMethod() - Method in class org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor.LifecycleElement
 
getMethod() - Method in class org.springframework.cache.interceptor.CacheExpressionRootObject
 
getMethod() - Method in class org.springframework.core.MethodParameter
Return the wrapped Method, if any.
getMethod() - Method in class org.springframework.http.client.BufferingClientHttpRequestWrapper
 
getMethod() - Method in class org.springframework.http.client.CommonsClientHttpRequest
Deprecated.
 
getMethod() - Method in class org.springframework.http.client.HttpComponentsClientHttpRequest
 
getMethod() - Method in class org.springframework.http.client.InterceptingClientHttpRequest
 
getMethod() - Method in class org.springframework.http.client.SimpleBufferingClientHttpRequest
 
getMethod() - Method in class org.springframework.http.client.SimpleStreamingClientHttpRequest
 
getMethod() - Method in class org.springframework.http.client.support.HttpRequestWrapper
Returns the method of the wrapped request.
getMethod() - Method in interface org.springframework.http.HttpRequest
Return the HTTP method of the request.
getMethod() - Method in class org.springframework.http.server.ServletServerHttpRequest
 
getMethod() - Method in class org.springframework.mock.http.client.MockClientHttpRequest
 
getMethod() - Method in class org.springframework.mock.web.MockHttpServletRequest
 
getMethod() - Method in class org.springframework.mock.web.portlet.MockClientDataRequest
 
getMethod() - Method in class org.springframework.mock.web.portlet.MockEventRequest
 
getMethod() - Method in class org.springframework.scheduling.support.ScheduledMethodRunnable
 
getMethod(Class<?>, String, Class<?>...) - Static method in class org.springframework.util.ClassUtils
Determine whether the given class has a method with the given signature, and return it if available (else throws an IllegalStateException).
getMethod() - Method in class org.springframework.web.context.support.ServletRequestHandledEvent
Return the HTTP method of the request (usually GET or POST).
getMethod() - Method in class org.springframework.web.filter.HiddenHttpMethodFilter.HttpMethodRequestWrapper
 
getMethod() - Method in class org.springframework.web.HttpRequestMethodNotSupportedException
Return the HTTP request method that caused the failure.
getMethod() - Method in class org.springframework.web.method.HandlerMethod
Returns the method for this handler method.
getMethod() - Method in class org.springframework.web.portlet.handler.PortletRequestMethodNotSupportedException
Return the HTTP request method that caused the failure.
getMethod() - Method in class org.springframework.web.servlet.tags.form.FormTag
Get the value of the 'method' attribute.
getMethodAnnotation(Class<T>) - Method in class org.springframework.core.MethodParameter
Return the method/constructor annotation of the given type, if available.
getMethodAnnotation(Class<A>) - Method in class org.springframework.web.method.HandlerMethod
Returns a single annotation on the underlying method traversing its super methods if no annotation can be found on the given method itself.
getMethodAnnotation(Class<T>) - Method in class org.springframework.web.method.HandlerMethod.HandlerMethodParameter
 
getMethodAnnotation(Class<A>) - Method in class org.springframework.web.servlet.mvc.method.annotation.ServletInvocableHandlerMethod.CallableHandlerMethod
 
getMethodAnnotations() - Method in class org.springframework.core.MethodParameter
Return the annotations associated with the target method/constructor itself.
getMethodArgumentValues(NativeWebRequest, ModelAndViewContainer, Object...) - Method in class org.springframework.web.method.support.InvocableHandlerMethod
Get the method argument values for the current request.
getMethodCount() - Method in class org.springframework.web.servlet.mvc.annotation.AnnotationMethodHandlerAdapter.RequestMappingInfo
Deprecated.
 
getMethodCountForName(Class<?>, String) - Static method in class org.springframework.util.ClassUtils
Return the number of methods with a given name (with any argument types), for the given class and/or its superclasses.
getMethodDescriptors() - Method in class org.springframework.beans.ExtendedBeanInfo
 
getMethodIfAvailable(Class<?>, String, Class<?>...) - Static method in class org.springframework.util.ClassUtils
Determine whether the given class has a method with the given signature, and return it if available (else return null).
getMethodMatcher() - Method in class org.springframework.aop.aspectj.AspectJExpressionPointcut
 
getMethodMatcher() - Method in interface org.springframework.aop.Pointcut
Return the MethodMatcher for this pointcut.
getMethodMatcher() - Method in class org.springframework.aop.support.annotation.AnnotationMatchingPointcut
 
getMethodMatcher() - Method in class org.springframework.aop.support.ComposablePointcut
 
getMethodMatcher() - Method in class org.springframework.aop.support.ControlFlowPointcut
 
getMethodMatcher() - Method in class org.springframework.aop.support.DynamicMethodMatcherPointcut
 
getMethodMatcher() - Method in class org.springframework.aop.support.StaticMethodMatcherPointcut
 
getMethodMatcher() - Method in class org.springframework.aop.TruePointcut
 
getMethodName() - Method in class org.springframework.beans.factory.support.MethodOverride
Return the name of the method to be overridden.
getMethodName() - Method in class org.springframework.cache.interceptor.CacheExpressionRootObject
 
getMethodName() - Method in class org.springframework.core.type.classreading.MethodMetadataReadingVisitor
 
getMethodName() - Method in interface org.springframework.core.type.MethodMetadata
Return the name of the method.
getMethodName() - Method in class org.springframework.core.type.StandardMethodMetadata
 
getMethodName() - Method in class org.springframework.remoting.support.RemoteInvocation
Return the name of the target method.
getMethodName() - Method in class org.springframework.web.servlet.mvc.multiaction.NoSuchRequestHandlingMethodException
Return the name of the offending method, if known.
getMethodNameResolver() - Method in class org.springframework.web.servlet.mvc.multiaction.MultiActionController
Return the MethodNameResolver used by this class.
getMethodOverrides() - Method in class org.springframework.beans.factory.support.AbstractBeanDefinition
Return information about methods to be overridden by the IoC container.
getMethodParameter() - Method in class org.springframework.beans.factory.config.DependencyDescriptor
Return the wrapped MethodParameter, if any.
getMethodParameter() - Method in class org.springframework.core.convert.Property
 
getMethodParameter() - Method in class org.springframework.web.servlet.tags.form.FormTag
Get the name of the request param for non-browser supported HTTP methods.
getMethodParameters() - Method in class org.springframework.web.method.HandlerMethod
Returns the method parameters for this handler method.
getMethodReplacerBeanName() - Method in class org.springframework.beans.factory.support.ReplaceOverride
Return the name of the bean implementing MethodReplacer.
getMethodResolver(Object) - Method in class org.springframework.web.portlet.mvc.annotation.AnnotationMethodHandlerAdapter
Build a HandlerMethodResolver for the given handler type.
getMethodResolver(Object) - Method in class org.springframework.web.servlet.mvc.annotation.AnnotationMethodHandlerAdapter
Deprecated.
Build a HandlerMethodResolver for the given handler type.
getMethodResolvers() - Method in interface org.springframework.expression.EvaluationContext
 
getMethodResolvers() - Method in class org.springframework.expression.spel.support.StandardEvaluationContext
 
getMethods(Class<?>, Object) - Method in class org.springframework.expression.spel.support.ReflectiveMethodResolver
 
getMethods(Class<?>) - Method in class org.springframework.expression.spel.support.ReflectiveMethodResolver
Return the set of methods for this type.
getMethods() - Method in class org.springframework.web.servlet.mvc.condition.RequestMethodsRequestCondition
Returns all RequestMethods contained in this condition.
getMethodsCondition() - Method in class org.springframework.web.servlet.mvc.method.RequestMappingInfo
Returns the HTTP request methods of this RequestMappingInfo; or instance with 0 request methods, never null
getMethodSignature(Method) - Static method in class org.springframework.jmx.support.JmxUtils
Create a String[] representing the argument signature of a method.
getMetricType() - Method in class org.springframework.jmx.export.metadata.ManagedMetric
A description of how this metric's values change over time.
getMimeMessage() - Method in class org.springframework.mail.javamail.MimeMailMessage
Return the JavaMail MimeMessage that this MimeMailMessage is based on.
getMimeMessage() - Method in class org.springframework.mail.javamail.MimeMessageHelper
Return the underlying MimeMessage object.
getMimeMessageHelper() - Method in class org.springframework.mail.javamail.MimeMailMessage
Return the MimeMessageHelper that this MimeMailMessage is based on.
getMimeMultipart() - Method in class org.springframework.mail.javamail.MimeMessageHelper
Return the underlying MIME "multipart/related" object, if any.
getMimeType(String) - Method in class org.springframework.mock.web.MockServletContext
This method uses the Java Activation framework, which returns "application/octet-stream" when the mime type is unknown (i.e.
getMimeType(String) - Static method in class org.springframework.mock.web.MockServletContext.MimeTypeResolver
 
getMimeType(String) - Method in class org.springframework.mock.web.portlet.MockPortletContext
 
getMimeType(String) - Static method in class org.springframework.mock.web.portlet.MockPortletContext.MimeTypeResolver
 
getMimeType(String) - Method in class org.springframework.mock.web.portlet.ServletWrappingPortletContext
 
getMinEvictableIdleTimeMillis() - Method in class org.springframework.aop.target.CommonsPoolTargetSource
Return the minimum time that an idle object can sit in the pool.
getMinIdle() - Method in class org.springframework.aop.target.CommonsPoolTargetSource
Return the minimum number of idle objects in the pool.
getMinorVersion() - Method in class org.springframework.mock.web.MockServletContext
 
getMinorVersion() - Method in class org.springframework.mock.web.portlet.MockPortletContext
 
getMinorVersion() - Method in class org.springframework.mock.web.portlet.ServletWrappingPortletContext
 
getMissCount() - Method in class org.springframework.test.context.ContextCache
Get the overall miss count for this cache.
getMissingRequiredProperties() - Method in exception org.springframework.core.env.MissingRequiredPropertiesException
Return the set of properties marked as required but not present upon validation.
getMockHttpServletResponse(ServletResponse) - Method in class org.springframework.mock.web.MockRequestDispatcher
Obtain the underlying MockHttpServletResponse, unwrapping HttpServletResponseWrapper decorators if necessary.
getModel() - Method in class org.springframework.validation.AbstractBindingResult
Return a model Map for the obtained state, exposing an Errors instance as 'MODEL_KEY_PREFIX + objectName' and the object itself.
getModel() - Method in exception org.springframework.validation.BindException
 
getModel() - Method in interface org.springframework.validation.BindingResult
Return a model Map for the obtained state, exposing a BindingResult instance as 'MODEL_KEY_PREFIX + objectName' and the object itself as 'objectName'.
getModel() - Method in class org.springframework.web.method.support.ModelAndViewContainer
Return the model to use: the "default" or the "redirect" model.
getModel() - Method in class org.springframework.web.portlet.ModelAndView
Return the model map.
getModel() - Method in class org.springframework.web.servlet.ModelAndView
Return the model map.
getModel() - Method in class org.springframework.web.servlet.support.RequestContext
Return the model Map that this RequestContext encapsulates, if any.
getModelAndView() - Method in class org.springframework.test.web.servlet.DefaultMvcResult
 
getModelAndView() - Method in interface org.springframework.test.web.servlet.MvcResult
Return the ModelAndView prepared by the handler.
getModelAndView(MvcResult) - Method in class org.springframework.test.web.servlet.result.ModelResultMatchers
 
getModelAndView(String, Exception, PortletRequest) - Method in class org.springframework.web.portlet.handler.SimpleMappingExceptionResolver
Return a ModelAndView for the given request, view name and exception.
getModelAndView(String, Exception) - Method in class org.springframework.web.portlet.handler.SimpleMappingExceptionResolver
Return a ModelAndView for the given view name and exception.
getModelAndView() - Method in class org.springframework.web.portlet.ModelAndViewDefiningException
Return the ModelAndView that this exception contains for forwarding to.
getModelAndView(Method, Class, Object, ExtendedModelMap, PortletWebRequest) - Method in class org.springframework.web.portlet.mvc.annotation.AnnotationMethodHandlerAdapter.PortletHandlerMethodInvoker
 
getModelAndView(Object) - Method in class org.springframework.web.portlet.mvc.annotation.AnnotationMethodHandlerExceptionResolver
 
getModelAndView(String, Exception, HttpServletRequest) - Method in class org.springframework.web.servlet.handler.SimpleMappingExceptionResolver
Return a ModelAndView for the given request, view name and exception.
getModelAndView(String, Exception) - Method in class org.springframework.web.servlet.handler.SimpleMappingExceptionResolver
Return a ModelAndView for the given view name and exception.
getModelAndView() - Method in class org.springframework.web.servlet.ModelAndViewDefiningException
Return the ModelAndView that this exception contains for forwarding to.
getModelAndView(Method, Class, Object, ExtendedModelMap, ServletWebRequest) - Method in class org.springframework.web.servlet.mvc.annotation.AnnotationMethodHandlerAdapter.ServletHandlerMethodInvoker
Deprecated.
 
getModelAndView(Method, Object, ServletWebRequest) - Method in class org.springframework.web.servlet.mvc.annotation.AnnotationMethodHandlerExceptionResolver
Deprecated.
 
getModelAndView(ModelAndViewContainer, ModelFactory, NativeWebRequest) - Method in class org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter
 
getModelAndViewResolvers() - Method in class org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter
Return the configured ModelAndViewResolvers, or null.
getModelAttribute() - Method in class org.springframework.web.servlet.tags.form.FormTag
Get the name of the form attribute in the model.
getModelAttributeMethods() - Method in class org.springframework.web.bind.annotation.support.HandlerMethodResolver
 
getModelFactory(HandlerMethod, WebDataBinderFactory) - Method in class org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter
 
getModelInternal() - Method in class org.springframework.web.portlet.ModelAndView
Return the model map.
getModelInternal() - Method in class org.springframework.web.servlet.ModelAndView
Return the model map.
getModelKeys() - Method in class org.springframework.web.servlet.view.json.MappingJackson2JsonView
Return the attributes in the model that should be rendered by this view.
getModelKeys() - Method in class org.springframework.web.servlet.view.json.MappingJacksonJsonView
Return the attributes in the model that should be rendered by this view.
getModelMap() - Method in class org.springframework.web.portlet.ModelAndView
Return the underlying ModelMap instance (never null).
getModelMap() - Method in class org.springframework.web.servlet.ModelAndView
Return the underlying ModelMap instance (never null).
getModelObject(String) - Method in class org.springframework.web.servlet.support.RequestContext
Retrieve the model object for the given model name, either from the model or from the request attributes.
getModifiers() - Method in class org.springframework.aop.aspectj.MethodInvocationProceedingJoinPoint.MethodSignatureImpl
 
getModuleConfig() - Method in class org.springframework.web.struts.ContextLoaderPlugIn
Deprecated.
Return the Struts ModuleConfig that this PlugIn is associated with.
getModulePrefix() - Method in class org.springframework.web.struts.ContextLoaderPlugIn
Deprecated.
Return the prefix of the ModuleConfig that this PlugIn is associated with.
getMostSpecificCause() - Method in exception org.springframework.core.NestedCheckedException
Retrieve the most specific cause of this exception, that is, either the innermost cause (root cause) or this exception itself.
getMostSpecificCause() - Method in exception org.springframework.core.NestedRuntimeException
Retrieve the most specific cause of this exception, that is, either the innermost cause (root cause) or this exception itself.
getMostSpecificMediaType(MediaType, MediaType) - Method in class org.springframework.web.servlet.mvc.method.annotation.AbstractMessageConverterMethodProcessor
Return the more specific of the acceptable and the producible media types with the q-value of the former.
getMostSpecificMediaType(MediaType, MediaType) - Method in class org.springframework.web.servlet.view.ContentNegotiatingViewResolver
Return the more specific of the acceptable and the producible media types with the q-value of the former.
getMostSpecificMethod(Method, Class<?>) - Static method in class org.springframework.aop.support.AopUtils
Given a method, which may come from an interface, and a target class used in the current AOP invocation, find the corresponding target method if there is one.
getMostSpecificMethod(Method, Class<?>) - Static method in class org.springframework.util.ClassUtils
Given a method, which may come from an interface, and a target class used in the current reflective invocation, find the corresponding target method if there is one.
getMultiFileMap() - Method in class org.springframework.mock.web.MockMultipartHttpServletRequest
 
getMultiFileMap() - Method in class org.springframework.mock.web.portlet.MockMultipartActionRequest
 
getMultiFileMap() - Method in interface org.springframework.web.multipart.MultipartRequest
Return a MultiValueMap of the multipart files contained in this request.
getMultiFileMap() - Method in class org.springframework.web.multipart.support.AbstractMultipartHttpServletRequest
 
getMultiFileMap() - Method in class org.springframework.web.portlet.multipart.DefaultMultipartActionRequest
 
getMultipartContentType(String) - Method in class org.springframework.mock.web.MockMultipartHttpServletRequest
 
getMultipartContentType(String) - Method in class org.springframework.mock.web.portlet.MockMultipartActionRequest
 
getMultipartContentType(String) - Method in interface org.springframework.web.multipart.MultipartRequest
Determine the content type of the specified request part.
getMultipartContentType(String) - Method in class org.springframework.web.multipart.support.DefaultMultipartHttpServletRequest
 
getMultipartContentType(String) - Method in class org.springframework.web.multipart.support.StandardMultipartHttpServletRequest
 
getMultipartContentType(String) - Method in class org.springframework.web.portlet.multipart.DefaultMultipartActionRequest
 
getMultipartFiles() - Method in class org.springframework.web.multipart.commons.CommonsFileUploadSupport.MultipartParsingResult
 
getMultipartFiles() - Method in class org.springframework.web.multipart.support.AbstractMultipartHttpServletRequest
Obtain the MultipartFile Map for retrieval, lazily initializing it if necessary.
getMultipartFiles() - Method in class org.springframework.web.portlet.multipart.DefaultMultipartActionRequest
Obtain the MultipartFile Map for retrieval, lazily initializing it if necessary.
getMultipartHeaders(String) - Method in class org.springframework.mock.web.MockMultipartHttpServletRequest
 
getMultipartHeaders(String) - Method in interface org.springframework.web.multipart.MultipartHttpServletRequest
Return the headers associated with the specified part of the multipart request.
getMultipartHeaders(String) - Method in class org.springframework.web.multipart.support.DefaultMultipartHttpServletRequest
 
getMultipartHeaders(String) - Method in class org.springframework.web.multipart.support.StandardMultipartHttpServletRequest
 
getMultipartParameterContentTypes() - Method in class org.springframework.web.multipart.commons.CommonsFileUploadSupport.MultipartParsingResult
 
getMultipartParameterContentTypes() - Method in class org.springframework.web.multipart.support.DefaultMultipartHttpServletRequest
Obtain the multipart parameter content type Map for retrieval, lazily initializing it if necessary.
getMultipartParameterContentTypes() - Method in class org.springframework.web.portlet.multipart.DefaultMultipartActionRequest
Obtain the multipart parameter content type Map for retrieval, lazily initializing it if necessary.
getMultipartParameters() - Method in class org.springframework.web.multipart.commons.CommonsFileUploadSupport.MultipartParsingResult
 
getMultipartParameters() - Method in class org.springframework.web.multipart.support.DefaultMultipartHttpServletRequest
Obtain the multipart parameter Map for retrieval, lazily initializing it if necessary.
getMultipartParameters() - Method in class org.springframework.web.portlet.multipart.DefaultMultipartActionRequest
Obtain the multipart parameter Map for retrieval, lazily initializing it if necessary.
getMultipartResolver() - Method in class org.springframework.web.portlet.DispatcherPortlet
Obtain this portlet's PortletMultipartResolver, if any.
getMultipartResolver() - Method in class org.springframework.web.servlet.DispatcherServlet
Obtain this servlet's MultipartResolver, if any.
getMultipartResolverBeanName() - Method in class org.springframework.web.multipart.support.MultipartFilter
Return the bean name of the MultipartResolver to fetch from Spring's root application context.
getMultiple() - Method in class org.springframework.web.servlet.tags.form.SelectTag
Get the value of the HTML 'multiple' attribute rendered on the final 'select' element.
getMvcResult(ServletRequest) - Method in class org.springframework.test.web.servlet.TestDispatcherServlet
 
getMXBeanInterface(Class<?>) - Static method in class org.springframework.jmx.support.JmxUtils
Return the Java 6 MXBean interface exists for the given class, if any (that is, an interface whose name ends with "MXBean" and/or carries an appropriate MXBean annotation).
getName() - Method in class org.springframework.aop.aspectj.MethodInvocationProceedingJoinPoint.MethodSignatureImpl
 
getName() - Method in class org.springframework.aop.config.AdvisorComponentDefinition
 
getName() - Method in class org.springframework.aop.config.PointcutComponentDefinition
 
getName() - Method in class org.springframework.beans.BeanMetadataAttribute
Return the name of the attribute.
getName() - Method in class org.springframework.beans.factory.config.ConstructorArgumentValues.ValueHolder
Return the name of the constructor argument.
getName() - Method in class org.springframework.beans.factory.parsing.BeanComponentDefinition
 
getName() - Method in interface org.springframework.beans.factory.parsing.ComponentDefinition
Get the user-visible name of this ComponentDefinition.
getName() - Method in class org.springframework.beans.factory.parsing.CompositeComponentDefinition
 
getName() - Method in class org.springframework.beans.PropertyValue
Return the name of the property.
getName() - Method in interface org.springframework.cache.Cache
Return the cache name.
getName() - Method in class org.springframework.cache.concurrent.ConcurrentMapCache
 
getName() - Method in class org.springframework.cache.ehcache.EhCacheCache
 
getName() - Method in class org.springframework.cache.interceptor.CacheOperation
 
getName() - Method in class org.springframework.cache.jcache.JCacheCache
 
getName() - Method in class org.springframework.cache.support.NoOpCacheManager.NoOpCache
 
getName() - Method in class org.springframework.cache.transaction.TransactionAwareCacheDecorator
 
getName() - Method in class org.springframework.context.annotation.CommonAnnotationBeanPostProcessor.LookupElement
Return the resource name for the lookup.
getName() - Method in class org.springframework.core.convert.Property
The name of the property: e.g.
getName() - Method in class org.springframework.core.convert.TypeDescriptor
Returns the name of this type: the fully qualified class name.
getName() - Method in class org.springframework.core.env.PropertySource
Return the name of this PropertySource
getName(Object) - Static method in class org.springframework.core.io.VfsUtils
 
getName() - Method in class org.springframework.expression.spel.ast.PropertyOrFieldReference
 
getName() - Method in class org.springframework.jdbc.core.SqlParameter
Return the name of the parameter.
getName() - Method in class org.springframework.jmx.export.metadata.ManagedNotification
Return the name of this notification.
getName() - Method in class org.springframework.jmx.export.metadata.ManagedOperationParameter
Return the name of this parameter in the operation signature.
getName() - Method in class org.springframework.mock.web.MockMultipartFile
 
getName() - Method in class org.springframework.mock.web.portlet.MockEvent
 
getName() - Method in class org.springframework.oxm.jaxb.Jaxb2Marshaller.ByteArrayDataSource
 
getName() - Method in class org.springframework.test.context.ContextConfigurationAttributes
Get the name of the context hierarchy level that was declared via @ContextConfiguration.
getName() - Method in class org.springframework.transaction.support.DefaultTransactionDefinition
 
getName() - Method in class org.springframework.transaction.support.DelegatingTransactionDefinition
 
getName() - Method in interface org.springframework.transaction.TransactionDefinition
Return the name of this transaction.
getName() - Method in class org.springframework.ui.context.support.SimpleTheme
 
getName() - Method in interface org.springframework.ui.context.Theme
Return the name of the theme.
getName() - Method in class org.springframework.util.xml.XMLEventStreamReader
 
getName() - Method in class org.springframework.web.multipart.commons.CommonsMultipartFile
 
getName() - Method in interface org.springframework.web.multipart.MultipartFile
Return the name of the parameter in the multipart form.
getName() - Method in class org.springframework.web.multipart.support.StandardMultipartHttpServletRequest.StandardMultipartFile
 
getName() - Method in class org.springframework.web.servlet.mvc.condition.AbstractNameValueExpression
 
getName() - Method in interface org.springframework.web.servlet.mvc.condition.NameValueExpression
 
getName() - Method in class org.springframework.web.servlet.tags.BindErrorsTag
Return the name of the bean that this tag checks.
getName() - Method in class org.springframework.web.servlet.tags.form.AbstractDataBoundFormElementTag
Get the value for the HTML 'name' attribute.
getName() - Method in class org.springframework.web.servlet.tags.form.ButtonTag
Set the value of the 'name' attribute.
getName() - Method in class org.springframework.web.servlet.tags.form.ErrorsTag
Get the value for the HTML 'name' attribute.
getName() - Method in class org.springframework.web.servlet.tags.form.FormTag
Get the value of the 'name' attribute.
getName() - Method in class org.springframework.web.servlet.tags.form.LabelTag
Overrides LabelTag.getName() to always return null, because the 'name' attribute is not supported by the 'label' tag.
getName() - Method in class org.springframework.web.servlet.tags.Param
 
getNamedDispatcher(String) - Method in class org.springframework.mock.web.MockServletContext
 
getNamedDispatcher(String) - Method in class org.springframework.mock.web.portlet.MockPortletContext
 
getNamedDispatcher(String) - Method in class org.springframework.mock.web.portlet.ServletWrappingPortletContext
 
getNamedParameterCount() - Method in class org.springframework.jdbc.core.namedparam.ParsedSql
Return the count of named parameters in the SQL statement.
getNamedParameterJdbcOperations() - Method in interface org.springframework.jdbc.core.simple.SimpleJdbcOperations
Deprecated.
Expose the Spring NamedParameterJdbcTemplate to allow invocation of less commonly used methods.
getNamedParameterJdbcOperations() - Method in class org.springframework.jdbc.core.simple.SimpleJdbcTemplate
Deprecated.
Expose the Spring NamedParameterJdbcTemplate to allow invocation of less commonly used methods.
getNamedParameterJdbcTemplate() - Method in class org.springframework.jdbc.core.namedparam.NamedParameterJdbcDaoSupport
Return a NamedParameterJdbcTemplate wrapping the configured JdbcTemplate.
getNamedValueInfo(MethodParameter) - Method in class org.springframework.web.method.annotation.AbstractNamedValueMethodArgumentResolver
Obtain the named value for the given method parameter.
getNameForParameter(MethodParameter) - Static method in class org.springframework.web.method.annotation.ModelFactory
Derives the model attribute name for a method parameter based on: The parameter @ModelAttribute annotation value The parameter type
getNameForResource(Resource) - Static method in class org.springframework.core.io.support.ResourcePropertySource
Return the description string for the resource, and if empty returns the class name of the resource plus its identity hash code.
getNameForReturnValue(Object, MethodParameter) - Static method in class org.springframework.web.method.annotation.ModelFactory
Derive the model attribute name for the given return value using one of the following: The method ModelAttribute annotation value The declared return type if it is other than Object The actual return value type
getNameInNamespace() - Method in class org.springframework.mock.jndi.SimpleNamingContext
 
getNameParser(Name) - Method in class org.springframework.mock.jndi.SimpleNamingContext
 
getNameParser(String) - Method in class org.springframework.mock.jndi.SimpleNamingContext
 
getNames(String) - Method in class org.springframework.core.Constants
Return all names of the given group of constants.
getNames() - Method in class org.springframework.mock.web.portlet.MockPortletPreferences
 
getNamesForProperty(String) - Method in class org.springframework.core.Constants
Return all names of the group of constants for the given bean property name.
getNamesForSuffix(String) - Method in class org.springframework.core.Constants
Return all names of the given group of constants.
getNamespace() - Method in class org.springframework.mock.web.portlet.MockPortletResponse
 
getNamespace(int) - Method in class org.springframework.util.xml.XMLEventStreamReader
 
getNamespace() - Method in interface org.springframework.web.context.ConfigurableWebApplicationContext
Return the namespace for this web application context, if any.
getNamespace() - Method in class org.springframework.web.context.support.AbstractRefreshableWebApplicationContext
 
getNamespace() - Method in class org.springframework.web.context.support.GenericWebApplicationContext
 
getNamespace() - Method in class org.springframework.web.context.support.StaticWebApplicationContext
 
getNamespace() - Method in class org.springframework.web.portlet.context.AbstractRefreshablePortletApplicationContext
 
getNamespace() - Method in interface org.springframework.web.portlet.context.ConfigurablePortletApplicationContext
Return the namespace for this web application context, if any.
getNamespace() - Method in class org.springframework.web.portlet.context.StaticPortletApplicationContext
 
getNamespace() - Method in class org.springframework.web.portlet.FrameworkPortlet
Return the namespace for this portlet, falling back to default scheme if no custom namespace was set.
getNamespace() - Method in class org.springframework.web.servlet.FrameworkServlet
Return the namespace for this servlet, falling back to default scheme if no custom namespace was set: e.g.
getNamespace() - Method in class org.springframework.web.struts.ContextLoaderPlugIn
Deprecated.
Return the namespace for the ActionServlet, falling back to default scheme if no custom namespace was set: e.g.
getNamespaceContext() - Method in class org.springframework.util.xml.XMLEventStreamReader
 
getNamespaceContext() - Method in class org.springframework.util.xml.XMLEventStreamWriter
 
getNamespaceCount() - Method in class org.springframework.util.xml.XMLEventStreamReader
 
getNamespaceHandlerResolver() - Method in class org.springframework.beans.factory.xml.XmlReaderContext
 
getNamespacePrefix(int) - Method in class org.springframework.util.xml.XMLEventStreamReader
 
getNamespaceURI(Node) - Method in class org.springframework.beans.factory.xml.BeanDefinitionParserDelegate
Get the namespace URI for the supplied node.
getNamespaceUri() - Method in class org.springframework.remoting.jaxrpc.LocalJaxRpcServiceFactory
Deprecated.
Return the namespace URI of the service.
getNamespaceUri() - Method in class org.springframework.remoting.jaxws.LocalJaxWsServiceFactory
Return the namespace URI of the service.
getNamespaceURI() - Method in class org.springframework.util.xml.AbstractXMLStreamReader
 
getNamespaceURI(String) - Method in class org.springframework.util.xml.AbstractXMLStreamReader
 
getNamespaceURI(String) - Method in class org.springframework.util.xml.SimpleNamespaceContext
 
getNamespaceURI(int) - Method in class org.springframework.util.xml.XMLEventStreamReader
 
getNativeCache() - Method in interface org.springframework.cache.Cache
Return the the underlying native cache provider.
getNativeCache() - Method in class org.springframework.cache.concurrent.ConcurrentMapCache
 
getNativeCache() - Method in class org.springframework.cache.ehcache.EhCacheCache
 
getNativeCache() - Method in class org.springframework.cache.jcache.JCacheCache
 
getNativeCache() - Method in class org.springframework.cache.support.NoOpCacheManager.NoOpCache
 
getNativeCache() - Method in class org.springframework.cache.transaction.TransactionAwareCacheDecorator
 
getNativeCallableStatement(CallableStatement) - Method in class org.springframework.jdbc.support.nativejdbc.CommonsDbcpNativeJdbcExtractor
 
getNativeCallableStatement(CallableStatement) - Method in class org.springframework.jdbc.support.nativejdbc.JBossNativeJdbcExtractor
Retrieve the Connection via JBoss' getUnderlyingStatement method.
getNativeCallableStatement(CallableStatement) - Method in class org.springframework.jdbc.support.nativejdbc.Jdbc4NativeJdbcExtractor
 
getNativeCallableStatement(CallableStatement) - Method in interface org.springframework.jdbc.support.nativejdbc.NativeJdbcExtractor
Retrieve the underlying native JDBC CallableStatement for the given statement.
getNativeCallableStatement(CallableStatement) - Method in class org.springframework.jdbc.support.nativejdbc.NativeJdbcExtractorAdapter
Not able to unwrap: return passed-in CallableStatement.
getNativeConnection(Connection) - Method in interface org.springframework.jdbc.support.nativejdbc.NativeJdbcExtractor
Retrieve the underlying native JDBC Connection for the given Connection.
getNativeConnection(Connection) - Method in class org.springframework.jdbc.support.nativejdbc.NativeJdbcExtractorAdapter
Check for a ConnectionProxy chain, then delegate to doGetNativeConnection.
getNativeConnectionFromStatement(Statement) - Method in interface org.springframework.jdbc.support.nativejdbc.NativeJdbcExtractor
Retrieve the underlying native JDBC Connection for the given Statement.
getNativeConnectionFromStatement(Statement) - Method in class org.springframework.jdbc.support.nativejdbc.NativeJdbcExtractorAdapter
Retrieve the Connection via the Statement's Connection.
getNativeEntityManagerFactory() - Method in class org.springframework.orm.jpa.AbstractEntityManagerFactoryBean
 
getNativeEntityManagerFactory() - Method in interface org.springframework.orm.jpa.EntityManagerFactoryInfo
Return the raw underlying EntityManagerFactory.
getNativeJdbcExtractor() - Method in class org.springframework.jdbc.core.JdbcTemplate
Return the current NativeJdbcExtractor implementation.
getNativeJdbcExtractor() - Method in class org.springframework.jdbc.core.metadata.GenericTableMetaDataProvider
 
getNativePreparedStatement(PreparedStatement) - Method in class org.springframework.jdbc.support.nativejdbc.CommonsDbcpNativeJdbcExtractor
 
getNativePreparedStatement(PreparedStatement) - Method in class org.springframework.jdbc.support.nativejdbc.JBossNativeJdbcExtractor
Retrieve the Connection via JBoss' getUnderlyingStatement method.
getNativePreparedStatement(PreparedStatement) - Method in class org.springframework.jdbc.support.nativejdbc.Jdbc4NativeJdbcExtractor
 
getNativePreparedStatement(PreparedStatement) - Method in interface org.springframework.jdbc.support.nativejdbc.NativeJdbcExtractor
Retrieve the underlying native JDBC PreparedStatement for the given statement.
getNativePreparedStatement(PreparedStatement) - Method in class org.springframework.jdbc.support.nativejdbc.NativeJdbcExtractorAdapter
Not able to unwrap: return passed-in PreparedStatement.
getNativeRequest() - Method in class org.springframework.web.context.request.FacesWebRequest
 
getNativeRequest(Class<T>) - Method in class org.springframework.web.context.request.FacesWebRequest
 
getNativeRequest() - Method in interface org.springframework.web.context.request.NativeWebRequest
Return the underlying native request object, if available.
getNativeRequest(Class<T>) - Method in interface org.springframework.web.context.request.NativeWebRequest
Return the underlying native request object, if available.
getNativeRequest() - Method in class org.springframework.web.context.request.ServletWebRequest
 
getNativeRequest(Class<T>) - Method in class org.springframework.web.context.request.ServletWebRequest
 
getNativeRequest() - Method in class org.springframework.web.portlet.context.PortletWebRequest
 
getNativeRequest(Class<T>) - Method in class org.springframework.web.portlet.context.PortletWebRequest
 
getNativeRequest(PortletRequest, Class<T>) - Static method in class org.springframework.web.portlet.util.PortletUtils
Return an appropriate request object of the specified type, if available, unwrapping the given request as far as necessary.
getNativeRequest(ServletRequest, Class<T>) - Static method in class org.springframework.web.util.WebUtils
Return an appropriate request object of the specified type, if available, unwrapping the given request as far as necessary.
getNativeResponse() - Method in class org.springframework.web.context.request.FacesWebRequest
 
getNativeResponse(Class<T>) - Method in class org.springframework.web.context.request.FacesWebRequest
 
getNativeResponse() - Method in interface org.springframework.web.context.request.NativeWebRequest
Return the underlying native response object, if available.
getNativeResponse(Class<T>) - Method in interface org.springframework.web.context.request.NativeWebRequest
Return the underlying native response object, if available.
getNativeResponse() - Method in class org.springframework.web.context.request.ServletWebRequest
 
getNativeResponse(Class<T>) - Method in class org.springframework.web.context.request.ServletWebRequest
 
getNativeResponse() - Method in class org.springframework.web.portlet.context.PortletWebRequest
 
getNativeResponse(Class<T>) - Method in class org.springframework.web.portlet.context.PortletWebRequest
 
getNativeResponse(PortletResponse, Class<T>) - Static method in class org.springframework.web.portlet.util.PortletUtils
Return an appropriate response object of the specified type, if available, unwrapping the given response as far as necessary.
getNativeResponse(ServletResponse, Class<T>) - Static method in class org.springframework.web.util.WebUtils
Return an appropriate response object of the specified type, if available, unwrapping the given response as far as necessary.
getNativeResultSet(ResultSet) - Method in class org.springframework.jdbc.support.nativejdbc.CommonsDbcpNativeJdbcExtractor
 
getNativeResultSet(ResultSet) - Method in class org.springframework.jdbc.support.nativejdbc.JBossNativeJdbcExtractor
Retrieve the Connection via JBoss' getUnderlyingResultSet method.
getNativeResultSet(ResultSet) - Method in class org.springframework.jdbc.support.nativejdbc.Jdbc4NativeJdbcExtractor
 
getNativeResultSet(ResultSet) - Method in interface org.springframework.jdbc.support.nativejdbc.NativeJdbcExtractor
Retrieve the underlying native JDBC ResultSet for the given statement.
getNativeResultSet(ResultSet) - Method in class org.springframework.jdbc.support.nativejdbc.NativeJdbcExtractorAdapter
Not able to unwrap: return passed-in ResultSet.
getNativeStatement(Statement) - Method in class org.springframework.jdbc.support.nativejdbc.CommonsDbcpNativeJdbcExtractor
 
getNativeStatement(Statement) - Method in class org.springframework.jdbc.support.nativejdbc.JBossNativeJdbcExtractor
Retrieve the Connection via JBoss' getUnderlyingStatement method.
getNativeStatement(Statement) - Method in class org.springframework.jdbc.support.nativejdbc.Jdbc4NativeJdbcExtractor
 
getNativeStatement(Statement) - Method in interface org.springframework.jdbc.support.nativejdbc.NativeJdbcExtractor
Retrieve the underlying native JDBC Statement for the given Statement.
getNativeStatement(Statement) - Method in class org.springframework.jdbc.support.nativejdbc.NativeJdbcExtractorAdapter
Not able to unwrap: return passed-in Statement.
getNestedBeanWrapper(String) - Method in class org.springframework.beans.BeanWrapperImpl
Retrieve a BeanWrapper for the given nested property.
getNestedComponents() - Method in class org.springframework.beans.factory.parsing.CompositeComponentDefinition
Return the nested components that this composite component holds.
getNestedDiagnosticContextMessage(WebRequest) - Method in class org.springframework.web.context.request.Log4jNestedDiagnosticContextInterceptor
Determine the message to be pushed onto the Log4J nested diagnostic context.
getNestedDiagnosticContextMessage(HttpServletRequest) - Method in class org.springframework.web.filter.Log4jNestedDiagnosticContextFilter
Determine the message to be pushed onto the Log4J nested diagnostic context.
getNestedParameterType() - Method in class org.springframework.core.MethodParameter
 
getNestedPath() - Method in class org.springframework.beans.BeanWrapperImpl
Return the nested path of the object wrapped by this BeanWrapper.
getNestedPath() - Method in class org.springframework.validation.AbstractErrors
 
getNestedPath() - Method in exception org.springframework.validation.BindException
 
getNestedPath() - Method in interface org.springframework.validation.Errors
Return the current nested path of this Errors object.
getNestedPath() - Method in class org.springframework.web.bind.EscapedErrors
 
getNestedPath() - Method in class org.springframework.web.servlet.tags.form.AbstractDataBoundFormElementTag
Get the value of the nested path that may have been exposed by the NestedPathTag.
getNestedProperty(Object, String) - Method in class org.springframework.web.struts.SpringBindingActionForm.SpringBindingAwarePropertyUtilsBean
Deprecated.
 
getNestedPropertySeparatorIndex(String, boolean) - Static method in class org.springframework.beans.PropertyAccessorUtils
Determine the first (or last) nested property separator in the given property path, ignoring dots in keys (like "map[my.key]").
getNestingLevel() - Method in class org.springframework.core.MethodParameter
Return the nesting level of the target type (typically 1; e.g.
getNewSession(SessionFactory) - Static method in class org.springframework.orm.hibernate3.SessionFactoryUtils
Get a new Hibernate Session from the given SessionFactory.
getNewSession(SessionFactory, Interceptor) - Static method in class org.springframework.orm.hibernate3.SessionFactoryUtils
Get a new Hibernate Session from the given SessionFactory.
getNewTempClassLoader() - Method in class org.springframework.orm.jpa.persistenceunit.MutablePersistenceUnitInfo
This implementation throws an UnsupportedOperationException.
getNewTempClassLoader() - Method in class org.springframework.orm.jpa.persistenceunit.SpringPersistenceUnitInfo
This implementation delegates to the LoadTimeWeaver, if specified.
getNext() - Method in interface org.springframework.util.ConcurrentReferenceHashMap.Reference
Returns the next reference in the chain or null
getNext() - Method in class org.springframework.util.ConcurrentReferenceHashMap.SoftEntryReference
 
getNext() - Method in class org.springframework.util.ConcurrentReferenceHashMap.WeakEntryReference
 
getNextIfNecessary() - Method in class org.springframework.util.ConcurrentReferenceHashMap.EntryIterator
 
getNextKey() - Method in class org.springframework.jdbc.support.incrementer.AbstractDataFieldMaxValueIncrementer
Determine the next key to use, as a long.
getNextKey() - Method in class org.springframework.jdbc.support.incrementer.AbstractSequenceMaxValueIncrementer
getNextKey() - Method in class org.springframework.jdbc.support.incrementer.DerbyMaxValueIncrementer
 
getNextKey() - Method in class org.springframework.jdbc.support.incrementer.HsqlMaxValueIncrementer
 
getNextKey() - Method in class org.springframework.jdbc.support.incrementer.MySQLMaxValueIncrementer
 
getNextKey() - Method in class org.springframework.jdbc.support.incrementer.SqlServerMaxValueIncrementer
 
getNextKey() - Method in class org.springframework.jdbc.support.incrementer.SybaseMaxValueIncrementer
 
getNextPossiblePortletModes() - Method in class org.springframework.mock.web.portlet.MockRenderResponse
 
getNoLocal() - Method in class org.springframework.jms.connection.CachedMessageConsumer
 
getNonAspectClass() - Method in exception org.springframework.aop.aspectj.annotation.NotAnAtAspectException
Returns the offending class.
getNonJtaDataSource() - Method in class org.springframework.orm.jpa.persistenceunit.MutablePersistenceUnitInfo
 
getNonOptionArgs() - Method in class org.springframework.core.env.CommandLineArgs
Return the list of non-option arguments specified on the command line.
getNonOptionArgs() - Method in class org.springframework.core.env.CommandLinePropertySource
Return the collection of non-option arguments parsed from the command line.
getNonOptionArgs() - Method in class org.springframework.core.env.JOptCommandLinePropertySource
 
getNonOptionArgs() - Method in class org.springframework.core.env.SimpleCommandLinePropertySource
 
getNonSingletonFactoryBeanForTypeCheck(String, RootBeanDefinition) - Method in class org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory
Obtain a "shortcut" non-singleton FactoryBean instance to use for a getObjectType() call, without full initialization of the FactoryBean.
getNoopOutputStream() - Static method in class org.springframework.jdbc.datasource.embedded.OutputStreamFactory
Returns an OutputStream that ignores all data given to it.
getNoSuchMessageExceptionDescription(NoSuchMessageException) - Method in class org.springframework.web.servlet.tags.MessageTag
Return default exception message.
getNoSuchMessageExceptionDescription(NoSuchMessageException) - Method in class org.springframework.web.servlet.tags.ThemeTag
Return exception message that indicates the current theme.
getNotificationFilter() - Method in class org.springframework.jmx.support.NotificationListenerHolder
Return the NotificationFilter associated with the encapsulated NotificationFilter.
getNotificationInfo(Object, String) - Method in class org.springframework.jmx.export.assembler.AbstractConfigurableMBeanInfoAssembler
 
getNotificationInfo(Object, String) - Method in class org.springframework.jmx.export.assembler.AbstractMBeanInfoAssembler
Get the notification metadata for the MBean resource.
getNotificationInfo(Object, String) - Method in class org.springframework.jmx.export.assembler.MetadataMBeanInfoAssembler
Reads the ManagedNotification metadata from the Class of the managed resource and generates and returns the corresponding ModelMBeanNotificationInfo metadata.
getNotificationListener() - Method in class org.springframework.jmx.support.NotificationListenerHolder
Get the NotificationListener.
getNotificationTypes() - Method in class org.springframework.jmx.export.metadata.ManagedNotification
Return the list of notification types.
getNrOfElements() - Method in class org.springframework.beans.support.PagedListHolder
Return the total number of elements in the source list.
getNumber(String) - Method in class org.springframework.core.annotation.AnnotationAttributes
 
getNumberFormat(Locale) - Method in class org.springframework.format.number.AbstractNumberFormatter
Obtain a concrete NumberFormat for the specified locale.
getNumberFormat(Locale) - Method in class org.springframework.format.number.CurrencyFormatter
 
getNumberFormat(Locale) - Method in class org.springframework.format.number.NumberFormatter
 
getNumberFormat(Locale) - Method in class org.springframework.format.number.PercentFormatter
 
getNumberOfBeansFound() - Method in exception org.springframework.beans.factory.NoSuchBeanDefinitionException
Return the number of beans found when only one matching bean was expected.
getNumberOfBeansFound() - Method in exception org.springframework.beans.factory.NoUniqueBeanDefinitionException
Return the number of beans found when only one matching bean was expected.
getObject() - Method in class org.springframework.aop.config.MethodLocatingFactoryBean
 
getObject() - Method in class org.springframework.aop.framework.AbstractSingletonProxyFactoryBean
 
getObject() - Method in class org.springframework.aop.framework.ProxyFactoryBean
Return a proxy.
getObject() - Method in class org.springframework.aop.scope.ScopedProxyFactoryBean
 
getObject() - Method in class org.springframework.beans.factory.config.AbstractFactoryBean
Expose the singleton instance or create a new prototype instance.
getObject(String) - Method in class org.springframework.beans.factory.config.BeanExpressionContext
 
getObject() - Method in class org.springframework.beans.factory.config.BeanReferenceFactoryBean
Deprecated.
 
getObject() - Method in class org.springframework.beans.factory.config.CommonsLogFactoryBean
Deprecated.
 
getObject() - Method in class org.springframework.beans.factory.config.FieldRetrievingFactoryBean
 
getObject() - Method in class org.springframework.beans.factory.config.MethodInvokingFactoryBean
Returns the same value each time if the singleton property is set to "true", otherwise returns the value returned from invoking the specified method on the fly.
getObject() - Method in class org.springframework.beans.factory.config.ObjectFactoryCreatingFactoryBean.TargetBeanObjectFactory
 
getObject() - Method in class org.springframework.beans.factory.config.PropertiesFactoryBean
 
getObject() - Method in class org.springframework.beans.factory.config.PropertyPathFactoryBean
 
getObject() - Method in class org.springframework.beans.factory.config.ServiceLocatorFactoryBean
 
getObject() - Method in interface org.springframework.beans.factory.FactoryBean
Return an instance (possibly shared or independent) of the object managed by this factory.
getObject() - Method in interface org.springframework.beans.factory.ObjectFactory
Return an instance (possibly shared or independent) of the object managed by this factory.
getObject() - Method in class org.springframework.beans.factory.support.DefaultListableBeanFactory.DependencyObjectFactory
 
getObject() - Method in class org.springframework.cache.concurrent.ConcurrentMapCacheFactoryBean
 
getObject() - Method in class org.springframework.cache.ehcache.EhCacheFactoryBean
 
getObject() - Method in class org.springframework.cache.ehcache.EhCacheManagerFactoryBean
 
getObject() - Method in class org.springframework.cache.jcache.JCacheManagerFactoryBean
 
getObject() - Method in class org.springframework.context.support.ConversionServiceFactoryBean
 
getObject() - Method in class org.springframework.ejb.access.LocalStatelessSessionProxyFactoryBean
 
getObject() - Method in class org.springframework.ejb.access.SimpleRemoteStatelessSessionProxyFactoryBean
 
getObject() - Method in class org.springframework.format.datetime.joda.DateTimeFormatterFactoryBean
 
getObject() - Method in class org.springframework.format.support.FormattingConversionServiceFactoryBean
 
getObject() - Method in class org.springframework.http.client.support.ProxyFactoryBean
 
getObject() - Method in class org.springframework.http.converter.json.Jackson2ObjectMapperFactoryBean
Return the singleton ObjectMapper.
getObject() - Method in class org.springframework.http.converter.json.JacksonObjectMapperFactoryBean
Return the singleton ObjectMapper.
getObject() - Method in class org.springframework.jca.support.LocalConnectionFactoryBean
 
getObject() - Method in class org.springframework.jca.support.ResourceAdapterFactoryBean
 
getObject() - Method in class org.springframework.jdbc.datasource.embedded.EmbeddedDatabaseFactoryBean
 
getObject(int, Map<String, Class<?>>) - Method in class org.springframework.jdbc.support.rowset.ResultSetWrappingSqlRowSet
 
getObject(int) - Method in class org.springframework.jdbc.support.rowset.ResultSetWrappingSqlRowSet
 
getObject(String, Map<String, Class<?>>) - Method in class org.springframework.jdbc.support.rowset.ResultSetWrappingSqlRowSet
 
getObject(String) - Method in class org.springframework.jdbc.support.rowset.ResultSetWrappingSqlRowSet
 
getObject(int, Map<String, Class<?>>) - Method in interface org.springframework.jdbc.support.rowset.SqlRowSet
Retrieves the value of the indicated column in the current row as an Object.
getObject(int) - Method in interface org.springframework.jdbc.support.rowset.SqlRowSet
Retrieves the value of the indicated column in the current row as an Object.
getObject(String, Map<String, Class<?>>) - Method in interface org.springframework.jdbc.support.rowset.SqlRowSet
Retrieves the value of the indicated column in the current row as an Object.
getObject(String) - Method in interface org.springframework.jdbc.support.rowset.SqlRowSet
Retrieves the value of the indicated column in the current row as an Object.
getObject() - Method in class org.springframework.jms.remoting.JmsInvokerProxyFactoryBean
 
getObject() - Method in class org.springframework.jmx.access.MBeanProxyFactoryBean
 
getObject() - Method in class org.springframework.jmx.support.ConnectorServerFactoryBean
 
getObject() - Method in class org.springframework.jmx.support.MBeanServerConnectionFactoryBean
 
getObject() - Method in class org.springframework.jmx.support.MBeanServerFactoryBean
 
getObject() - Method in class org.springframework.jmx.support.WebSphereMBeanServerFactoryBean
 
getObject() - Method in class org.springframework.jndi.JndiObjectFactoryBean
Return the singleton JNDI object.
getObject() - Method in class org.springframework.orm.hibernate3.AbstractSessionFactoryBean
Return the singleton SessionFactory.
getObject() - Method in class org.springframework.orm.hibernate3.FilterDefinitionFactoryBean
 
getObject() - Method in class org.springframework.orm.hibernate4.LocalSessionFactoryBean
 
getObject() - Method in class org.springframework.orm.ibatis.SqlMapClientFactoryBean
Deprecated.
 
getObject() - Method in class org.springframework.orm.jdo.LocalPersistenceManagerFactoryBean
Return the singleton PersistenceManagerFactory.
getObject() - Method in class org.springframework.orm.jdo.support.SpringPersistenceManagerProxyBean
 
getObject() - Method in class org.springframework.orm.jdo.support.StandardPersistenceManagerProxyBean
 
getObject() - Method in class org.springframework.orm.jdo.TransactionAwarePersistenceManagerFactoryProxy
 
getObject() - Method in class org.springframework.orm.jpa.AbstractEntityManagerFactoryBean
Return the singleton EntityManagerFactory.
getObject() - Method in class org.springframework.orm.jpa.support.SharedEntityManagerBean
 
getObject() - Method in class org.springframework.orm.jpa.vendor.HibernateJpaSessionFactoryBean
 
getObject() - Method in class org.springframework.oxm.xmlbeans.XmlOptionsFactoryBean
 
getObject() - Method in class org.springframework.remoting.caucho.BurlapProxyFactoryBean
 
getObject() - Method in class org.springframework.remoting.caucho.HessianProxyFactoryBean
 
getObject() - Method in class org.springframework.remoting.httpinvoker.HttpInvokerProxyFactoryBean
 
getObject() - Method in class org.springframework.remoting.jaxrpc.JaxRpcPortProxyFactoryBean
Deprecated.
 
getObject() - Method in class org.springframework.remoting.jaxrpc.LocalJaxRpcServiceFactoryBean
Deprecated.
 
getObject() - Method in class org.springframework.remoting.jaxws.JaxWsPortProxyFactoryBean
 
getObject() - Method in class org.springframework.remoting.jaxws.LocalJaxWsServiceFactoryBean
 
getObject() - Method in class org.springframework.remoting.rmi.JndiRmiProxyFactoryBean
 
getObject() - Method in class org.springframework.remoting.rmi.RmiProxyFactoryBean
 
getObject() - Method in class org.springframework.remoting.rmi.RmiRegistryFactoryBean
 
getObject() - Method in class org.springframework.remoting.support.SimpleHttpServerFactoryBean
 
getObject() - Method in class org.springframework.scheduling.commonj.TimerManagerFactoryBean
 
getObject() - Method in class org.springframework.scheduling.concurrent.ForkJoinPoolFactoryBean
 
getObject() - Method in class org.springframework.scheduling.concurrent.ScheduledExecutorFactoryBean
 
getObject() - Method in class org.springframework.scheduling.concurrent.ThreadPoolExecutorFactoryBean
 
getObject() - Method in class org.springframework.scheduling.config.TaskExecutorFactoryBean
 
getObject() - Method in class org.springframework.scheduling.quartz.CronTriggerFactoryBean
 
getObject() - Method in class org.springframework.scheduling.quartz.JobDetailFactoryBean
 
getObject() - Method in class org.springframework.scheduling.quartz.MethodInvokingJobDetailFactoryBean
 
getObject() - Method in class org.springframework.scheduling.quartz.SchedulerFactoryBean
 
getObject() - Method in class org.springframework.scheduling.quartz.SimpleTriggerFactoryBean
 
getObject() - Method in class org.springframework.scheduling.timer.MethodInvokingTimerTaskFactoryBean
Deprecated.
 
getObject() - Method in class org.springframework.scheduling.timer.TimerFactoryBean
Deprecated.
 
getObject() - Method in class org.springframework.ui.freemarker.FreeMarkerConfigurationFactoryBean
 
getObject() - Method in class org.springframework.ui.velocity.VelocityEngineFactoryBean
 
getObject() - Method in class org.springframework.web.accept.ContentNegotiationManagerFactoryBean
 
getObject() - Method in class org.springframework.web.context.support.ServletContextAttributeFactoryBean
 
getObject() - Method in class org.springframework.web.context.support.ServletContextFactoryBean
Deprecated.
 
getObject() - Method in class org.springframework.web.context.support.ServletContextParameterFactoryBean
 
getObject() - Method in class org.springframework.web.context.support.WebApplicationContextUtils.RequestObjectFactory
 
getObject() - Method in class org.springframework.web.context.support.WebApplicationContextUtils.SessionObjectFactory
 
getObject() - Method in class org.springframework.web.context.support.WebApplicationContextUtils.WebRequestObjectFactory
 
getObject() - Method in class org.springframework.web.portlet.context.PortletApplicationContextUtils.RequestObjectFactory
 
getObject() - Method in class org.springframework.web.portlet.context.PortletApplicationContextUtils.SessionObjectFactory
 
getObject() - Method in class org.springframework.web.portlet.context.PortletApplicationContextUtils.WebRequestObjectFactory
 
getObjectById(Object) - Method in interface org.springframework.orm.jdo.JdoOperations
Deprecated.
Return the persistent instance with the given JDO object id, throwing an exception if not found.
getObjectById(Class<T>, Object) - Method in interface org.springframework.orm.jdo.JdoOperations
Deprecated.
Return the persistent instance of the given entity class with the given id value, throwing an exception if not found.
getObjectById(Object) - Method in class org.springframework.orm.jdo.JdoTemplate
Deprecated.
 
getObjectById(Class<T>, Object) - Method in class org.springframework.orm.jdo.JdoTemplate
Deprecated.
 
getObjectClass(Object) - Method in class org.springframework.expression.spel.ast.SpelNodeImpl
 
getObjectClass(Object) - Method in interface org.springframework.expression.spel.SpelNode
Determine the class of the object passed in, unless it is already a class object.
getObjectCount() - Method in class org.springframework.aop.target.ThreadLocalTargetSource
 
getObjectCount() - Method in interface org.springframework.aop.target.ThreadLocalTargetSourceStats
Return the number of thread-bound objects created.
getObjectForBeanInstance(Object, String, String, RootBeanDefinition) - Method in class org.springframework.beans.factory.support.AbstractBeanFactory
Get the object for the given bean instance, either the bean instance itself or its created object in case of a FactoryBean.
getObjectFromFactoryBean(FactoryBean, String, boolean) - Method in class org.springframework.beans.factory.support.FactoryBeanRegistrySupport
Obtain an object to expose from the given FactoryBean.
getObjectMapper() - Method in class org.springframework.http.converter.json.MappingJackson2HttpMessageConverter
Return the underlying ObjectMapper for this view.
getObjectMapper() - Method in class org.springframework.http.converter.json.MappingJacksonHttpMessageConverter
Return the underlying ObjectMapper for this view.
getObjectMapper() - Method in class org.springframework.web.servlet.view.json.MappingJackson2JsonView
Return the ObjectMapper for this view.
getObjectMapper() - Method in class org.springframework.web.servlet.view.json.MappingJacksonJsonView
Return the ObjectMapper for this view.
getObjectName(Object, String) - Method in class org.springframework.jmx.export.MBeanExporter
Retrieve the ObjectName for a bean.
getObjectName() - Method in class org.springframework.jmx.export.metadata.ManagedResource
Return the JMX ObjectName of this managed resource.
getObjectName(Object, String) - Method in class org.springframework.jmx.export.naming.IdentityNamingStrategy
Returns an instance of ObjectName based on the identity of the managed resource.
getObjectName(Object, String) - Method in class org.springframework.jmx.export.naming.KeyNamingStrategy
Attempts to retrieve the ObjectName via the given key, trying to find a mapped value in the mappings first.
getObjectName(Object, String) - Method in class org.springframework.jmx.export.naming.MetadataNamingStrategy
Reads the ObjectName from the source-level metadata associated with the managed resource's Class.
getObjectName(Object, String) - Method in interface org.springframework.jmx.export.naming.ObjectNamingStrategy
Obtain an ObjectName for the supplied bean.
getObjectName() - Method in interface org.springframework.jmx.export.naming.SelfNaming
Return the ObjectName for the implementing object.
getObjectName() - Method in class org.springframework.validation.AbstractBindingResult
 
getObjectName() - Method in exception org.springframework.validation.BindException
 
getObjectName() - Method in class org.springframework.validation.DataBinder
Return the name of the bound object.
getObjectName() - Method in interface org.springframework.validation.Errors
Return the name of the bound root object.
getObjectName() - Method in class org.springframework.validation.ObjectError
Return the name of the affected object.
getObjectName() - Method in class org.springframework.web.bind.EscapedErrors
 
getObjectToExport() - Method in class org.springframework.remoting.rmi.RmiBasedExporter
Determine the object to export: either the service object itself or a RmiInvocationWrapper in case of a non-RMI service object.
getObjectToExpose(ServiceLoader) - Method in class org.springframework.beans.factory.serviceloader.AbstractServiceLoaderBasedFactoryBean
Determine the actual object to expose for the given ServiceLoader.
getObjectToExpose(ServiceLoader) - Method in class org.springframework.beans.factory.serviceloader.ServiceFactoryBean
 
getObjectToExpose(ServiceLoader) - Method in class org.springframework.beans.factory.serviceloader.ServiceListFactoryBean
 
getObjectToExpose(ServiceLoader) - Method in class org.springframework.beans.factory.serviceloader.ServiceLoaderFactoryBean
 
getObjectType() - Method in class org.springframework.aop.config.MethodLocatingFactoryBean
 
getObjectType() - Method in class org.springframework.aop.framework.AbstractSingletonProxyFactoryBean
 
getObjectType() - Method in class org.springframework.aop.framework.ProxyFactoryBean
Return the type of the proxy.
getObjectType() - Method in class org.springframework.aop.scope.ScopedProxyFactoryBean
 
getObjectType() - Method in class org.springframework.beans.factory.config.AbstractFactoryBean
This abstract method declaration mirrors the method in the FactoryBean interface, for a consistent offering of abstract template methods.
getObjectType() - Method in class org.springframework.beans.factory.config.BeanReferenceFactoryBean
Deprecated.
 
getObjectType() - Method in class org.springframework.beans.factory.config.CommonsLogFactoryBean
Deprecated.
 
getObjectType() - Method in class org.springframework.beans.factory.config.FieldRetrievingFactoryBean
 
getObjectType() - Method in class org.springframework.beans.factory.config.ListFactoryBean
 
getObjectType() - Method in class org.springframework.beans.factory.config.MapFactoryBean
 
getObjectType() - Method in class org.springframework.beans.factory.config.MethodInvokingFactoryBean
Return the type of object that this FactoryBean creates, or null if not known in advance.
getObjectType() - Method in class org.springframework.beans.factory.config.ObjectFactoryCreatingFactoryBean
 
getObjectType() - Method in class org.springframework.beans.factory.config.PropertiesFactoryBean
 
getObjectType() - Method in class org.springframework.beans.factory.config.PropertyPathFactoryBean
 
getObjectType() - Method in class org.springframework.beans.factory.config.ProviderCreatingFactoryBean
 
getObjectType() - Method in class org.springframework.beans.factory.config.ServiceLocatorFactoryBean
 
getObjectType() - Method in class org.springframework.beans.factory.config.SetFactoryBean
 
getObjectType() - Method in interface org.springframework.beans.factory.FactoryBean
Return the type of object that this FactoryBean creates, or null if not known in advance.
getObjectType() - Method in class org.springframework.beans.factory.serviceloader.ServiceFactoryBean
 
getObjectType() - Method in class org.springframework.beans.factory.serviceloader.ServiceListFactoryBean
 
getObjectType() - Method in class org.springframework.beans.factory.serviceloader.ServiceLoaderFactoryBean
 
getObjectType() - Method in class org.springframework.cache.concurrent.ConcurrentMapCacheFactoryBean
 
getObjectType() - Method in class org.springframework.cache.ehcache.EhCacheFactoryBean
Predict the particular Ehcache implementation that will be returned from EhCacheFactoryBean.getObject() based on logic in EhCacheFactoryBean.createCache() and EhCacheFactoryBean.decorateCache(Ehcache) as orchestrated by EhCacheFactoryBean.afterPropertiesSet().
getObjectType() - Method in class org.springframework.cache.ehcache.EhCacheManagerFactoryBean
 
getObjectType() - Method in class org.springframework.cache.jcache.JCacheManagerFactoryBean
 
getObjectType() - Method in class org.springframework.context.support.ConversionServiceFactoryBean
 
getObjectType() - Method in class org.springframework.core.convert.Property
The object declaring this property, either directly or in a superclass the object extends.
getObjectType() - Method in class org.springframework.core.convert.TypeDescriptor
Variation of TypeDescriptor.getType() that accounts for a primitive type by returning its object wrapper type.
getObjectType() - Method in class org.springframework.ejb.access.LocalStatelessSessionProxyFactoryBean
 
getObjectType() - Method in class org.springframework.ejb.access.SimpleRemoteStatelessSessionProxyFactoryBean
 
getObjectType() - Method in class org.springframework.format.datetime.joda.DateTimeFormatterFactoryBean
 
getObjectType() - Method in class org.springframework.format.support.FormattingConversionServiceFactoryBean
 
getObjectType() - Method in class org.springframework.http.client.support.ProxyFactoryBean
 
getObjectType() - Method in class org.springframework.http.converter.json.Jackson2ObjectMapperFactoryBean
 
getObjectType() - Method in class org.springframework.http.converter.json.JacksonObjectMapperFactoryBean
 
getObjectType() - Method in class org.springframework.jca.support.LocalConnectionFactoryBean
 
getObjectType() - Method in class org.springframework.jca.support.ResourceAdapterFactoryBean
 
getObjectType() - Method in class org.springframework.jdbc.config.SortedResourcesFactoryBean
 
getObjectType() - Method in class org.springframework.jdbc.datasource.embedded.EmbeddedDatabaseFactoryBean
 
getObjectType() - Method in class org.springframework.jms.remoting.JmsInvokerProxyFactoryBean
 
getObjectType() - Method in class org.springframework.jmx.access.MBeanProxyFactoryBean
 
getObjectType() - Method in class org.springframework.jmx.support.ConnectorServerFactoryBean
 
getObjectType() - Method in class org.springframework.jmx.support.MBeanServerConnectionFactoryBean
 
getObjectType() - Method in class org.springframework.jmx.support.MBeanServerFactoryBean
 
getObjectType() - Method in class org.springframework.jmx.support.WebSphereMBeanServerFactoryBean
 
getObjectType() - Method in class org.springframework.jndi.JndiObjectFactoryBean
 
getObjectType() - Method in class org.springframework.orm.hibernate3.AbstractSessionFactoryBean
 
getObjectType() - Method in class org.springframework.orm.hibernate3.FilterDefinitionFactoryBean
 
getObjectType() - Method in class org.springframework.orm.hibernate4.LocalSessionFactoryBean
 
getObjectType() - Method in class org.springframework.orm.ibatis.SqlMapClientFactoryBean
Deprecated.
 
getObjectType() - Method in class org.springframework.orm.jdo.LocalPersistenceManagerFactoryBean
 
getObjectType() - Method in class org.springframework.orm.jdo.support.SpringPersistenceManagerProxyBean
 
getObjectType() - Method in class org.springframework.orm.jdo.support.StandardPersistenceManagerProxyBean
 
getObjectType() - Method in class org.springframework.orm.jdo.TransactionAwarePersistenceManagerFactoryProxy
 
getObjectType() - Method in class org.springframework.orm.jpa.AbstractEntityManagerFactoryBean
 
getObjectType() - Method in class org.springframework.orm.jpa.support.SharedEntityManagerBean
 
getObjectType() - Method in class org.springframework.orm.jpa.vendor.HibernateJpaSessionFactoryBean
 
getObjectType() - Method in class org.springframework.oxm.xmlbeans.XmlOptionsFactoryBean
 
getObjectType() - Method in class org.springframework.remoting.caucho.BurlapProxyFactoryBean
 
getObjectType() - Method in class org.springframework.remoting.caucho.HessianProxyFactoryBean
 
getObjectType() - Method in class org.springframework.remoting.httpinvoker.HttpInvokerProxyFactoryBean
 
getObjectType() - Method in class org.springframework.remoting.jaxrpc.JaxRpcPortProxyFactoryBean
Deprecated.
 
getObjectType() - Method in class org.springframework.remoting.jaxrpc.LocalJaxRpcServiceFactoryBean
Deprecated.
 
getObjectType() - Method in class org.springframework.remoting.jaxws.JaxWsPortProxyFactoryBean
 
getObjectType() - Method in class org.springframework.remoting.jaxws.LocalJaxWsServiceFactoryBean
 
getObjectType() - Method in class org.springframework.remoting.rmi.JndiRmiProxyFactoryBean
 
getObjectType() - Method in class org.springframework.remoting.rmi.RmiProxyFactoryBean
 
getObjectType() - Method in class org.springframework.remoting.rmi.RmiRegistryFactoryBean
 
getObjectType() - Method in class org.springframework.remoting.support.SimpleHttpServerFactoryBean
 
getObjectType() - Method in class org.springframework.scheduling.commonj.TimerManagerFactoryBean
 
getObjectType() - Method in class org.springframework.scheduling.concurrent.ForkJoinPoolFactoryBean
 
getObjectType() - Method in class org.springframework.scheduling.concurrent.ScheduledExecutorFactoryBean
 
getObjectType() - Method in class org.springframework.scheduling.concurrent.ThreadPoolExecutorFactoryBean
 
getObjectType() - Method in class org.springframework.scheduling.config.TaskExecutorFactoryBean
 
getObjectType() - Method in class org.springframework.scheduling.quartz.CronTriggerFactoryBean
 
getObjectType() - Method in class org.springframework.scheduling.quartz.JobDetailFactoryBean
 
getObjectType() - Method in class org.springframework.scheduling.quartz.MethodInvokingJobDetailFactoryBean
 
getObjectType() - Method in class org.springframework.scheduling.quartz.SchedulerFactoryBean
 
getObjectType() - Method in class org.springframework.scheduling.quartz.SimpleTriggerFactoryBean
 
getObjectType() - Method in class org.springframework.scheduling.timer.MethodInvokingTimerTaskFactoryBean
Deprecated.
 
getObjectType() - Method in class org.springframework.scheduling.timer.TimerFactoryBean
Deprecated.
 
getObjectType() - Method in class org.springframework.ui.freemarker.FreeMarkerConfigurationFactoryBean
 
getObjectType() - Method in class org.springframework.ui.velocity.VelocityEngineFactoryBean
 
getObjectType() - Method in class org.springframework.web.accept.ContentNegotiationManagerFactoryBean
 
getObjectType() - Method in class org.springframework.web.context.support.ServletContextAttributeFactoryBean
 
getObjectType() - Method in class org.springframework.web.context.support.ServletContextFactoryBean
Deprecated.
 
getObjectType() - Method in class org.springframework.web.context.support.ServletContextParameterFactoryBean
 
getObjectWrapper() - Method in class org.springframework.web.servlet.view.freemarker.FreeMarkerView
Return the configured FreeMarker ObjectWrapper, or the default wrapper if none specified.
getOnblur() - Method in class org.springframework.web.servlet.tags.form.AbstractHtmlInputElementTag
Get the value of the 'onblur' attribute.
getOnchange() - Method in class org.springframework.web.servlet.tags.form.AbstractHtmlInputElementTag
Get the value of the 'onchange' attribute.
getOnclick() - Method in class org.springframework.web.servlet.tags.form.AbstractHtmlElementTag
Get the value of the 'onclick' attribute.
getOndblclick() - Method in class org.springframework.web.servlet.tags.form.AbstractHtmlElementTag
Get the value of the 'ondblclick' attribute.
getOnfocus() - Method in class org.springframework.web.servlet.tags.form.AbstractHtmlInputElementTag
Get the value of the 'onfocus' attribute.
getOnkeydown() - Method in class org.springframework.web.servlet.tags.form.AbstractHtmlElementTag
Get the value of the 'onkeydown' attribute.
getOnkeypress() - Method in class org.springframework.web.servlet.tags.form.AbstractHtmlElementTag
Get the value of the 'onkeypress' attribute.
getOnkeyup() - Method in class org.springframework.web.servlet.tags.form.AbstractHtmlElementTag
Get the value of the 'onkeyup' attribute.
getOnmousedown() - Method in class org.springframework.web.servlet.tags.form.AbstractHtmlElementTag
Get the value of the 'onmousedown' attribute.
getOnmousemove() - Method in class org.springframework.web.servlet.tags.form.AbstractHtmlElementTag
Get the value of the 'onmousemove' attribute.
getOnmouseout() - Method in class org.springframework.web.servlet.tags.form.AbstractHtmlElementTag
Get the value of the 'onmouseout' attribute.
getOnmouseover() - Method in class org.springframework.web.servlet.tags.form.AbstractHtmlElementTag
Get the value of the 'onmouseover' attribute.
getOnmouseup() - Method in class org.springframework.web.servlet.tags.form.AbstractHtmlElementTag
Get the value of the 'onmouseup' attribute.
getOnreset() - Method in class org.springframework.web.servlet.tags.form.FormTag
Get the value of the 'onreset' attribute.
getOnselect() - Method in class org.springframework.web.servlet.tags.form.InputTag
Get the value of the 'onselect' attribute.
getOnselect() - Method in class org.springframework.web.servlet.tags.form.TextareaTag
Get the value of the 'onselect' attribute.
getOnsubmit() - Method in class org.springframework.web.servlet.tags.form.FormTag
Get the value of the 'onsubmit' attribute.
getOpenJPAEntityManager(EntityManager) - Method in class org.springframework.orm.jpa.vendor.OpenJpaDialect
Return the OpenJPA-specific interface of EntityManager.
getOperationContext(CacheOperation, Method, Object[], Object, Class<?>) - Method in class org.springframework.cache.interceptor.CacheAspectSupport
 
getOperationDescription() - Method in class org.springframework.cache.interceptor.CacheableOperation
 
getOperationDescription() - Method in class org.springframework.cache.interceptor.CacheEvictOperation
 
getOperationDescription() - Method in class org.springframework.cache.interceptor.CacheOperation
Return an identifying description for this caching operation.
getOperationDescription() - Method in class org.springframework.cache.interceptor.CachePutOperation
 
getOperationDescription(Method, String) - Method in class org.springframework.jmx.export.assembler.AbstractReflectiveMBeanInfoAssembler
Get the description for a particular operation.
getOperationDescription(Method, String) - Method in class org.springframework.jmx.export.assembler.MetadataMBeanInfoAssembler
Retrieves the description for the supplied Method from the metadata.
getOperationInfo(Object, String) - Method in class org.springframework.jmx.export.assembler.AbstractMBeanInfoAssembler
Get the operation metadata for the MBean resource.
getOperationInfo(Object, String) - Method in class org.springframework.jmx.export.assembler.AbstractReflectiveMBeanInfoAssembler
Iterate through all methods on the MBean class and gives subclasses the chance to vote on their inclusion.
getOperationParameters(Method, String) - Method in class org.springframework.jmx.export.assembler.AbstractReflectiveMBeanInfoAssembler
Create parameter info for the given method.
getOperationParameters(Method, String) - Method in class org.springframework.jmx.export.assembler.MetadataMBeanInfoAssembler
Reads MBeanParameterInfo from the ManagedOperationParameter attributes attached to a method.
getOperatorName() - Method in class org.springframework.expression.spel.ast.Operator
 
getOperatorOverloader() - Method in interface org.springframework.expression.EvaluationContext
 
getOperatorOverloader() - Method in class org.springframework.expression.spel.support.StandardEvaluationContext
 
getOptionNames() - Method in class org.springframework.core.env.CommandLineArgs
Return the set of all option arguments present on the command line.
getOptionValues(String) - Method in class org.springframework.core.env.CommandLineArgs
Return the list of values associated with the given option.
getOptionValues(String) - Method in class org.springframework.core.env.CommandLinePropertySource
Return the collection of values associated with the command line option having the given name.
getOptionValues(String) - Method in class org.springframework.core.env.JOptCommandLinePropertySource
 
getOptionValues(String) - Method in class org.springframework.core.env.SimpleCommandLinePropertySource
 
getOracleConnection(PreparedStatement) - Method in class org.springframework.jdbc.support.lob.OracleLobHandler.OracleLobCreator
Deprecated.
Retrieve the underlying OracleConnection, using a NativeJdbcExtractor if set.
getOrCreateEnvironment(BeanDefinitionRegistry) - Static method in class org.springframework.context.annotation.AnnotatedBeanDefinitionReader
Get the Environment from the given registry if possible, otherwise return a new StandardEnvironment.
getOrCreateEnvironment(BeanDefinitionRegistry) - Static method in class org.springframework.context.annotation.ClassPathBeanDefinitionScanner
Get the Environment from the given registry if possible, otherwise return a new StandardEnvironment.
getOrCreateSessionAttribute(PortletSession, String, Class) - Static method in class org.springframework.web.portlet.util.PortletUtils
Get the specified session attribute under the javax.portlet.PortletSession#PORTLET_SCOPE, creating and setting a new attribute if no existing found.
getOrCreateSessionAttribute(PortletSession, String, Class, int) - Static method in class org.springframework.web.portlet.util.PortletUtils
Get the specified session attribute in the given scope, creating and setting a new attribute if no existing found.
getOrCreateSessionAttribute(HttpSession, String, Class) - Static method in class org.springframework.web.util.WebUtils
Get the specified session attribute, creating and setting a new attribute if no existing found.
getOrder() - Method in class org.springframework.aop.aspectj.AbstractAspectJAdvice
 
getOrder() - Method in class org.springframework.aop.aspectj.annotation.BeanFactoryAspectInstanceFactory
Determine the order for this factory's target aspect, either an instance-specific order expressed through implementing the Ordered interface (only checked for singleton beans), or an order expressed through the Order annotation at the class level.
getOrder() - Method in class org.springframework.aop.aspectj.annotation.InstantiationModelAwarePointcutAdvisorImpl
 
getOrder() - Method in class org.springframework.aop.aspectj.annotation.LazySingletonAspectInstanceFactoryDecorator
 
getOrder() - Method in class org.springframework.aop.aspectj.AspectJPointcutAdvisor
 
getOrder() - Method in class org.springframework.aop.aspectj.SimpleAspectInstanceFactory
Determine the order for this factory's aspect instance, either an instance-specific order expressed through implementing the Ordered interface, or a fallback order.
getOrder() - Method in class org.springframework.aop.aspectj.SingletonAspectInstanceFactory
Determine the order for this factory's aspect instance, either an instance-specific order expressed through implementing the Ordered interface, or a fallback order.
getOrder() - Method in class org.springframework.aop.config.SimpleBeanFactoryAwareAspectInstanceFactory
 
getOrder() - Method in class org.springframework.aop.framework.AbstractAdvisingBeanPostProcessor
 
getOrder() - Method in class org.springframework.aop.framework.autoproxy.AbstractAutoProxyCreator
 
getOrder() - Method in class org.springframework.aop.interceptor.AsyncExecutionInterceptor
 
getOrder() - Method in class org.springframework.aop.interceptor.ExposeInvocationInterceptor
 
getOrder() - Method in class org.springframework.aop.support.AbstractPointcutAdvisor
 
getOrder() - Method in class org.springframework.aop.support.DefaultIntroductionAdvisor
 
getOrder() - Method in class org.springframework.aop.support.StaticMethodMatcherPointcutAdvisor
 
getOrder() - Method in class org.springframework.beans.ExtendedBeanInfoFactory
 
getOrder() - Method in class org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor
 
getOrder() - Method in class org.springframework.beans.factory.annotation.CustomAutowireConfigurer
 
getOrder() - Method in class org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor
 
getOrder() - Method in class org.springframework.beans.factory.annotation.RequiredAnnotationBeanPostProcessor
 
getOrder() - Method in class org.springframework.beans.factory.config.CustomEditorConfigurer
 
getOrder() - Method in class org.springframework.beans.factory.config.CustomScopeConfigurer
 
getOrder() - Method in class org.springframework.beans.factory.config.PropertyResourceConfigurer
 
getOrder() - Method in class org.springframework.context.annotation.ConfigurationClassPostProcessor.ImportAwareBeanPostProcessor
 
getOrder() - Method in class org.springframework.context.event.GenericApplicationListenerAdapter
 
getOrder() - Method in class org.springframework.context.event.SourceFilteringListener
 
getOrder() - Method in class org.springframework.context.weaving.AspectJWeavingEnabler
 
getOrder(Object) - Method in class org.springframework.core.annotation.AnnotationAwareOrderComparator
 
getOrder(Object) - Method in class org.springframework.core.OrderComparator
Determine the order value for the given object.
getOrder() - Method in interface org.springframework.core.Ordered
Return the order value of this object, with a higher value meaning greater in terms of sorting.
getOrder() - Method in class org.springframework.jdbc.datasource.DataSourceUtils.ConnectionSynchronization
 
getOrder() - Method in class org.springframework.jdbc.support.lob.SpringLobCreatorSynchronization
 
getOrder() - Method in class org.springframework.orm.hibernate3.SpringSessionSynchronization
 
getOrder() - Method in class org.springframework.orm.hibernate4.SpringSessionSynchronization
 
getOrder() - Method in class org.springframework.orm.ibatis.support.AbstractLobTypeHandler.LobCreatorSynchronization
Deprecated.
 
getOrder() - Method in class org.springframework.orm.jdo.PersistenceManagerFactoryUtils.PersistenceManagerSynchronization
 
getOrder() - Method in class org.springframework.orm.jpa.EntityManagerFactoryUtils.EntityManagerSynchronization
 
getOrder() - Method in class org.springframework.orm.jpa.ExtendedEntityManagerCreator.ExtendedEntityManagerSynchronization
 
getOrder() - Method in class org.springframework.orm.jpa.support.PersistenceAnnotationBeanPostProcessor
 
getOrder() - Method in class org.springframework.scheduling.annotation.ScheduledAnnotationBeanPostProcessor
 
getOrder() - Method in class org.springframework.scripting.support.ScriptFactoryPostProcessor
 
getOrder() - Method in class org.springframework.transaction.support.TransactionSynchronizationAdapter
 
getOrder(T) - Method in class org.springframework.util.comparator.InstanceComparator
 
getOrder() - Method in class org.springframework.web.method.ControllerAdviceBean
Returns the order value extracted from the ControllerAdvice annotation or Ordered.LOWEST_PRECEDENCE otherwise.
getOrder() - Method in class org.springframework.web.portlet.handler.AbstractHandlerExceptionResolver
 
getOrder() - Method in class org.springframework.web.portlet.handler.AbstractHandlerMapping
 
getOrder() - Method in class org.springframework.web.portlet.mvc.annotation.AnnotationMethodHandlerAdapter
 
getOrder() - Method in class org.springframework.web.servlet.handler.AbstractHandlerExceptionResolver
 
getOrder() - Method in class org.springframework.web.servlet.handler.AbstractHandlerMapping
 
getOrder() - Method in class org.springframework.web.servlet.handler.HandlerExceptionResolverComposite
 
getOrder() - Method in class org.springframework.web.servlet.mvc.annotation.AnnotationMethodHandlerAdapter
Deprecated.
 
getOrder() - Method in class org.springframework.web.servlet.mvc.method.AbstractHandlerMethodAdapter
 
getOrder() - Method in class org.springframework.web.servlet.view.BeanNameViewResolver
 
getOrder() - Method in class org.springframework.web.servlet.view.ContentNegotiatingViewResolver
 
getOrder() - Method in class org.springframework.web.servlet.view.ResourceBundleViewResolver
 
getOrder() - Method in class org.springframework.web.servlet.view.UrlBasedViewResolver
Return the order in which this ViewResolver is evaluated.
getOrder() - Method in class org.springframework.web.servlet.view.XmlViewResolver
 
getOrderForAspectClass(Class<?>) - Method in class org.springframework.aop.aspectj.annotation.SimpleMetadataAwareAspectInstanceFactory
Determine a fallback order for the case that the aspect instance does not express an instance-specific order through implementing the Ordered interface.
getOrderForAspectClass(Class<?>) - Method in class org.springframework.aop.aspectj.annotation.SingletonMetadataAwareAspectInstanceFactory
Check whether the aspect class carries an Order annotation, falling back to Ordered.LOWEST_PRECEDENCE.
getOrderForAspectClass(Class<?>) - Method in class org.springframework.aop.aspectj.SimpleAspectInstanceFactory
Determine a fallback order for the case that the aspect instance does not express an instance-specific order through implementing the Ordered interface.
getOrderForAspectClass(Class<?>) - Method in class org.springframework.aop.aspectj.SingletonAspectInstanceFactory
Determine a fallback order for the case that the aspect instance does not express an instance-specific order through implementing the Ordered interface.
getOriginalException() - Method in exception org.springframework.remoting.jaxrpc.JaxRpcSoapFaultException
Deprecated.
Return the wrapped JAX-RPC SOAPFaultException.
getOriginalException() - Method in exception org.springframework.transaction.TransactionSystemException
Return the exception that was the first to be thrown within the failed transaction: i.e.
getOriginalFilename() - Method in class org.springframework.mock.web.MockMultipartFile
 
getOriginalFilename() - Method in class org.springframework.web.multipart.commons.CommonsMultipartFile
 
getOriginalFilename() - Method in interface org.springframework.web.multipart.MultipartFile
Return the original filename in the client's filesystem.
getOriginalFilename() - Method in class org.springframework.web.multipart.support.StandardMultipartHttpServletRequest.StandardMultipartFile
 
getOriginalPropertyValue() - Method in class org.springframework.beans.PropertyValue
Return the original PropertyValue instance for this value holder.
getOriginalSql() - Method in class org.springframework.jdbc.core.namedparam.ParsedSql
Return the SQL statement that is being parsed.
getOriginalValue() - Method in class org.springframework.expression.spel.ast.Literal
 
getOriginalVariableResolver() - Method in class org.springframework.web.jsf.DelegatingVariableResolver
Deprecated.
Return the original JSF VariableResolver that this resolver delegates to.
getOriginalVariableResolver() - Method in class org.springframework.web.jsf.WebApplicationContextVariableResolver
Deprecated.
Return the original JSF VariableResolver that this resolver delegates to.
getOriginatingBeanDefinition() - Method in interface org.springframework.beans.factory.config.BeanDefinition
Return the originating BeanDefinition, or null if none.
getOriginatingBeanDefinition() - Method in class org.springframework.beans.factory.support.AbstractBeanDefinition
 
getOriginatingContextPath(HttpServletRequest) - Method in class org.springframework.web.util.UrlPathHelper
Return the context path for the given request, detecting an include request URL if called within a RequestDispatcher include.
getOriginatingQueryString(HttpServletRequest) - Method in class org.springframework.web.util.UrlPathHelper
Return the query string part of the given request's URL.
getOriginatingRequestUri(HttpServletRequest) - Method in class org.springframework.web.util.UrlPathHelper
Return the request URI for the given request.
getOriginatingServletPath(HttpServletRequest) - Method in class org.springframework.web.util.UrlPathHelper
Return the servlet path for the given request, detecting an include request URL if called within a RequestDispatcher include.
getOut() - Method in class org.springframework.mock.web.MockPageContext
 
getOutcomeState() - Method in exception org.springframework.transaction.HeuristicCompletionException
Return the outcome state of the transaction state, as one of the constants in this class.
getOutParameterNames() - Method in class org.springframework.jdbc.core.metadata.CallMetaDataContext
Get a list of the out parameter names.
getOutputFlashMap(HttpServletRequest) - Static method in class org.springframework.web.servlet.support.RequestContextUtils
Return the "output" FlashMap with attributes to save for a subsequent request.
getOutputRecordCreator() - Method in class org.springframework.jca.cci.core.CciTemplate
Return a RecordCreator that should be used for creating default output Records.
getOutputStream() - Method in class org.springframework.core.io.FileSystemResource
This implementation opens a FileOutputStream for the underlying file.
getOutputStream() - Method in interface org.springframework.core.io.WritableResource
Return an OutputStream for the underlying resource, allowing to (over-)write its content.
getOutputStream() - Method in class org.springframework.mock.web.MockHttpServletResponse
 
getOutputStream() - Method in class org.springframework.oxm.jaxb.Jaxb2Marshaller.ByteArrayDataSource
 
getOutputStream() - Method in class org.springframework.web.filter.ShallowEtagHeaderFilter.ShallowEtagResponseWrapper
 
getOverride(Method) - Method in class org.springframework.beans.factory.support.MethodOverrides
Return the override for the given method, if any.
getOverrides() - Method in class org.springframework.beans.factory.support.MethodOverrides
Return all method overrides contained by this object.
getPackageName(Class<?>) - Static method in class org.springframework.util.ClassUtils
Determine the name of the package of the given class, e.g.
getPackageName(String) - Static method in class org.springframework.util.ClassUtils
Determine the name of the package of the given fully-qualified class name, e.g.
getPackagesToScan() - Method in class org.springframework.oxm.jaxb.Jaxb2Marshaller
Return the packages to search for JAXB2 annotations.
getPaddingLength() - Method in class org.springframework.jdbc.support.incrementer.AbstractDataFieldMaxValueIncrementer
Return the padding length for String values.
getPage() - Method in class org.springframework.beans.support.PagedListHolder
Return the current page number.
getPage() - Method in class org.springframework.mock.web.MockPageContext
 
getPageAttribute() - Method in class org.springframework.web.portlet.mvc.AbstractWizardFormController
Deprecated.
Return the name of the page attribute in the model.
getPageAttribute() - Method in class org.springframework.web.servlet.mvc.AbstractWizardFormController
Deprecated.
Return the name of the page attribute in the model.
getPageContext() - Method in class org.springframework.web.servlet.support.JspAwareRequestContext
Return the underlying PageContext.
getPageCount() - Method in class org.springframework.beans.support.PagedListHolder
Return the number of pages for the current source list.
getPageCount() - Method in class org.springframework.web.portlet.mvc.AbstractWizardFormController
Deprecated.
Return the number of wizard pages.
getPageCount(PortletRequest, Object) - Method in class org.springframework.web.portlet.mvc.AbstractWizardFormController
Deprecated.
Return the page count for this wizard form controller.
getPageCount() - Method in class org.springframework.web.servlet.mvc.AbstractWizardFormController
Deprecated.
Return the number of wizard pages.
getPageCount(HttpServletRequest, Object) - Method in class org.springframework.web.servlet.mvc.AbstractWizardFormController
Deprecated.
Return the page count for this wizard form controller.
getPageList() - Method in class org.springframework.beans.support.PagedListHolder
Return a sub-list representing the current page.
getPages() - Method in class org.springframework.web.portlet.mvc.AbstractWizardFormController
Deprecated.
Return the wizard pages, i.e.
getPages() - Method in class org.springframework.web.servlet.mvc.AbstractWizardFormController
Deprecated.
Return the wizard pages, i.e.
getPageSessionAttributeName(PortletRequest) - Method in class org.springframework.web.portlet.mvc.AbstractWizardFormController
Deprecated.
Return the name of the PortletSession attribute that holds the page object for this wizard form controller.
getPageSessionAttributeName() - Method in class org.springframework.web.portlet.mvc.AbstractWizardFormController
Deprecated.
Return the name of the PortletSession attribute that holds the page object for this wizard form controller.
getPageSessionAttributeName(HttpServletRequest) - Method in class org.springframework.web.servlet.mvc.AbstractWizardFormController
Deprecated.
Return the name of the HttpSession attribute that holds the page object for this wizard form controller.
getPageSessionAttributeName() - Method in class org.springframework.web.servlet.mvc.AbstractWizardFormController
Deprecated.
Return the name of the HttpSession attribute that holds the page object for this wizard form controller.
getPageSize() - Method in class org.springframework.beans.support.PagedListHolder
Return the current page size.
getParamConditions() - Method in class org.springframework.web.bind.UnsatisfiedServletRequestParameterException
Return the parameter conditions that have been violated.
getParamCount() - Method in class org.springframework.web.servlet.mvc.annotation.AnnotationMethodHandlerAdapter.RequestMappingInfo
Deprecated.
 
getParameter(String) - Method in class org.springframework.http.MediaType
Return a generic parameter value, given a parameter name.
getParameter(String) - Method in class org.springframework.mock.web.MockHttpServletRequest
 
getParameter(String) - Method in class org.springframework.mock.web.portlet.MockBaseURL
 
getParameter(String) - Method in class org.springframework.mock.web.portlet.MockPortletRequest
 
getParameter() - Method in exception org.springframework.web.bind.MethodArgumentNotValidException
Return the method parameter that failed validation.
getParameter(String) - Method in class org.springframework.web.context.request.FacesWebRequest
 
getParameter(String) - Method in class org.springframework.web.context.request.ServletWebRequest
 
getParameter(String) - Method in interface org.springframework.web.context.request.WebRequest
Return the request parameter of the given name, or null if none.
getParameter(String) - Method in class org.springframework.web.filter.HttpPutFormContentFilter.HttpPutFormContentRequestWrapper
 
getParameter(String) - Method in class org.springframework.web.multipart.support.DefaultMultipartHttpServletRequest
 
getParameter(String) - Method in class org.springframework.web.portlet.context.PortletWebRequest
 
getParameter(String) - Method in class org.springframework.web.portlet.multipart.DefaultMultipartActionRequest
 
getParameterAnnotation(Class<T>) - Method in class org.springframework.core.MethodParameter
Return the parameter annotation of the given type, if available.
getParameterAnnotations() - Method in class org.springframework.core.MethodParameter
Return the annotations associated with the specific method/constructor parameter.
getParameterIndex() - Method in class org.springframework.core.MethodParameter
Return the index of the method/constructor parameter.
getParameterIndexes(int) - Method in class org.springframework.jdbc.core.namedparam.ParsedSql
Return the parameter indexes for the specified parameter.
getParameterMap() - Method in class org.springframework.mock.web.MockHttpServletRequest
 
getParameterMap() - Method in class org.springframework.mock.web.portlet.MockBaseURL
 
getParameterMap() - Method in class org.springframework.mock.web.portlet.MockPortletRequest
 
getParameterMap() - Method in class org.springframework.web.context.request.FacesWebRequest
 
getParameterMap() - Method in class org.springframework.web.context.request.ServletWebRequest
 
getParameterMap() - Method in interface org.springframework.web.context.request.WebRequest
Return a immutable Map of the request parameters, with parameter names as map keys and parameter values as map values.
getParameterMap() - Method in class org.springframework.web.filter.HttpPutFormContentFilter.HttpPutFormContentRequestWrapper
 
getParameterMap() - Method in class org.springframework.web.multipart.support.DefaultMultipartHttpServletRequest
 
getParameterMap() - Method in class org.springframework.web.portlet.context.PortletWebRequest
 
getParameterMap() - Method in class org.springframework.web.portlet.multipart.DefaultMultipartActionRequest
 
getParameterName() - Method in class org.springframework.core.MethodParameter
Return the name of the method/constructor parameter.
getParameterName() - Method in class org.springframework.jdbc.core.metadata.CallParameterMetaData
Get the parameter name.
getParameterName() - Method in class org.springframework.jdbc.core.metadata.TableParameterMetaData
Get the parameter name.
getParameterName() - Method in class org.springframework.jdbc.core.namedparam.NamedParameterUtils.ParameterHolder
 
getParameterName() - Method in class org.springframework.web.bind.MissingServletRequestParameterException
Return the name of the offending parameter.
getParameterName() - Method in class org.springframework.web.portlet.bind.MissingPortletRequestParameterException
Return the name of the offending parameter.
getParameterNameDiscoverer() - Method in class org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory
Return the ParameterNameDiscoverer to use for resolving method parameter names if needed.
getParameterNameDiscoverer() - Method in class org.springframework.jmx.export.assembler.AbstractReflectiveMBeanInfoAssembler
Return the ParameterNameDiscoverer to use for resolving method parameter names if needed (may be null in order to skip parameter detection).
getParameterNames(Method) - Method in class org.springframework.aop.aspectj.annotation.AbstractAspectJAdvisorFactory.AspectJAnnotationParameterNameDiscoverer
 
getParameterNames(Constructor) - Method in class org.springframework.aop.aspectj.annotation.AbstractAspectJAdvisorFactory.AspectJAnnotationParameterNameDiscoverer
 
getParameterNames(Method) - Method in class org.springframework.aop.aspectj.AspectJAdviceParameterNameDiscoverer
Deduce the parameter names for an advice method.
getParameterNames(Constructor) - Method in class org.springframework.aop.aspectj.AspectJAdviceParameterNameDiscoverer
An advice method can never be a constructor in Spring.
getParameterNames() - Method in class org.springframework.aop.aspectj.MethodInvocationProceedingJoinPoint.MethodSignatureImpl
 
getParameterNames(Method) - Method in class org.springframework.core.LocalVariableTableParameterNameDiscoverer
 
getParameterNames(Constructor<?>) - Method in class org.springframework.core.LocalVariableTableParameterNameDiscoverer
 
getParameterNames(Method) - Method in interface org.springframework.core.ParameterNameDiscoverer
Return parameter names for this method, or null if they cannot be determined.
getParameterNames(Constructor<?>) - Method in interface org.springframework.core.ParameterNameDiscoverer
Return parameter names for this constructor, or null if they cannot be determined.
getParameterNames(Method) - Method in class org.springframework.core.PrioritizedParameterNameDiscoverer
 
getParameterNames(Constructor) - Method in class org.springframework.core.PrioritizedParameterNameDiscoverer
 
getParameterNames() - Method in class org.springframework.jdbc.core.namedparam.ParsedSql
Return all of the parameters (bind variables) in the parsed SQL statement.
getParameterNames() - Method in class org.springframework.mock.web.MockHttpServletRequest
 
getParameterNames() - Method in class org.springframework.mock.web.portlet.MockBaseURL
 
getParameterNames() - Method in class org.springframework.mock.web.portlet.MockPortletRequest
 
getParameterNames() - Method in class org.springframework.web.context.request.FacesWebRequest
 
getParameterNames() - Method in class org.springframework.web.context.request.ServletWebRequest
 
getParameterNames() - Method in interface org.springframework.web.context.request.WebRequest
Return a Iterator over request parameter names.
getParameterNames() - Method in class org.springframework.web.filter.HttpPutFormContentFilter.HttpPutFormContentRequestWrapper
 
getParameterNames() - Method in class org.springframework.web.multipart.support.DefaultMultipartHttpServletRequest
 
getParameterNames() - Method in class org.springframework.web.portlet.context.PortletWebRequest
 
getParameterNames() - Method in class org.springframework.web.portlet.multipart.DefaultMultipartActionRequest
 
getParameters() - Method in class org.springframework.http.MediaType
Return all generic parameter values.
getParameters() - Method in class org.springframework.orm.hibernate3.TypeDefinitionBean
Return the default parameters for the type.
getParameters(Map<String, Object>, HttpServletRequest) - Method in class org.springframework.web.servlet.view.xslt.AbstractXsltView
Deprecated.
Return a Map of transformer parameters to be applied to the stylesheet.
getParameters(HttpServletRequest) - Method in class org.springframework.web.servlet.view.xslt.AbstractXsltView
Deprecated.
Return a Map of transformer parameters to be applied to the stylesheet.
getParametersStartingWith(PortletRequest, String) - Static method in class org.springframework.web.portlet.util.PortletUtils
Return a map containing all parameters with the given prefix.
getParametersStartingWith(ServletRequest, String) - Static method in class org.springframework.web.util.WebUtils
Return a map containing all parameters with the given prefix.
getParameterType() - Method in class org.springframework.core.MethodParameter
Return the type of the method/constructor parameter.
getParameterType() - Method in class org.springframework.jdbc.core.metadata.CallParameterMetaData
Get the parameter type.
getParameterType() - Method in class org.springframework.web.bind.MissingServletRequestParameterException
Return the expected type of the offending parameter.
getParameterType() - Method in class org.springframework.web.method.HandlerMethod.ReturnValueMethodParameter
 
getParameterType() - Method in class org.springframework.web.portlet.bind.MissingPortletRequestParameterException
Return the expected type of the offending parameter.
getParameterTypes() - Method in class org.springframework.aop.aspectj.MethodInvocationProceedingJoinPoint.MethodSignatureImpl
 
getParameterTypes() - Method in class org.springframework.remoting.support.RemoteInvocation
Return the parameter types of the target method.
getParameterValues(String) - Method in class org.springframework.mock.web.MockHttpServletRequest
 
getParameterValues(String) - Method in class org.springframework.mock.web.portlet.MockBaseURL
 
getParameterValues(String) - Method in class org.springframework.mock.web.portlet.MockPortletRequest
 
getParameterValues(String) - Method in class org.springframework.web.context.request.FacesWebRequest
 
getParameterValues(String) - Method in class org.springframework.web.context.request.ServletWebRequest
 
getParameterValues(String) - Method in interface org.springframework.web.context.request.WebRequest
Return the request parameter values for the given parameter name, or null if none.
getParameterValues(String) - Method in class org.springframework.web.filter.HttpPutFormContentFilter.HttpPutFormContentRequestWrapper
 
getParameterValues(String) - Method in class org.springframework.web.multipart.support.DefaultMultipartHttpServletRequest
 
getParameterValues(String) - Method in class org.springframework.web.portlet.context.PortletWebRequest
 
getParameterValues(String) - Method in class org.springframework.web.portlet.multipart.DefaultMultipartActionRequest
 
getParamName() - Method in class org.springframework.web.servlet.i18n.LocaleChangeInterceptor
Return the name of the parameter that contains a locale specification in a locale change request.
getParamName() - Method in class org.springframework.web.servlet.theme.ThemeChangeInterceptor
Return the name of the parameter that contains a theme specification in a theme change request.
getParamsCondition() - Method in class org.springframework.web.servlet.mvc.method.RequestMappingInfo
Returns the "parameters" condition of this RequestMappingInfo; or instance with 0 parameter expressions, never null
getParamsMultiValueMap(MockHttpServletRequest) - Method in class org.springframework.test.web.servlet.result.PrintingResultHandler
 
getParent() - Method in interface org.springframework.context.ApplicationContext
Return the parent context, or null if there is no parent and this is the root of the context hierarchy.
getParent() - Method in class org.springframework.context.support.AbstractApplicationContext
Return the parent context, or null if there is no parent (that is, this context is the root of the context hierarchy).
getParent() - Method in class org.springframework.test.context.MergedContextConfiguration
Get the MergedContextConfiguration for the parent application context in a context hierarchy.
getParent() - Method in class org.springframework.test.web.servlet.setup.StubWebApplicationContext
 
getParent() - Method in class org.springframework.util.xml.DomContentHandler
 
getParentApplicationContext() - Method in class org.springframework.test.context.MergedContextConfiguration
Get the parent ApplicationContext for the context defined by this MergedContextConfiguration from the context cache.
getParentBeanFactory() - Method in interface org.springframework.beans.factory.HierarchicalBeanFactory
Return the parent bean factory, or null if there is none.
getParentBeanFactory() - Method in class org.springframework.beans.factory.support.AbstractBeanFactory
 
getParentBeanFactory() - Method in class org.springframework.context.support.AbstractApplicationContext
 
getParentBeanFactory() - Method in class org.springframework.test.web.servlet.setup.StubWebApplicationContext
 
getParentContextCount() - Method in class org.springframework.test.context.ContextCache
Determine the number of parent contexts currently tracked within the cache.
getParentLogger() - Method in class org.springframework.jdbc.datasource.AbstractDataSource
 
getParentLogger() - Method in class org.springframework.jdbc.datasource.DelegatingDataSource
 
getParentLogger() - Method in class org.springframework.jdbc.datasource.embedded.EmbeddedDatabaseFactory.EmbeddedDataSourceProxy
 
getParentMessageSource() - Method in interface org.springframework.context.HierarchicalMessageSource
Return the parent of this MessageSource, or null if none.
getParentMessageSource() - Method in class org.springframework.context.support.AbstractMessageSource
 
getParentMessageSource() - Method in class org.springframework.context.support.DelegatingMessageSource
 
getParentMethod - Variable in class org.springframework.instrument.classloading.weblogic.WebLogicClassLoaderAdapter
 
getParentName() - Method in interface org.springframework.beans.factory.config.BeanDefinition
Return the name of the parent definition of this bean definition, if any.
getParentName() - Method in class org.springframework.beans.factory.support.ChildBeanDefinition
 
getParentName() - Method in class org.springframework.beans.factory.support.GenericBeanDefinition
 
getParentName() - Method in class org.springframework.beans.factory.support.RootBeanDefinition
 
getParentName(Element) - Method in class org.springframework.beans.factory.xml.AbstractSingleBeanDefinitionParser
Determine the name for the parent of the currently parsed bean, in case of the current bean being defined as a child bean.
getParentThemeSource() - Method in interface org.springframework.ui.context.HierarchicalThemeSource
Return the parent of this ThemeSource, or null if none.
getParentThemeSource() - Method in class org.springframework.ui.context.support.DelegatingThemeSource
 
getParentThemeSource() - Method in class org.springframework.ui.context.support.ResourceBundleThemeSource
 
getParsedSql(String) - Method in class org.springframework.jdbc.core.namedparam.NamedParameterJdbcTemplate
Obtain a parsed representation of the given SQL statement.
getParsedSql() - Method in class org.springframework.jdbc.object.SqlOperation
Obtain a parsed representation of this operation's SQL statement.
getParser(A, Class<?>) - Method in interface org.springframework.format.AnnotationFormatterFactory
Get the Parser to parse a submitted value for a field of fieldType annotated with annotation.
getParser(DateTimeFormat, Class<?>) - Method in class org.springframework.format.datetime.DateTimeFormatAnnotationFormatterFactory
 
getParser(DateTimeFormat, Class<?>) - Method in class org.springframework.format.datetime.joda.JodaDateTimeFormatAnnotationFormatterFactory
 
getParser(NumberFormat, Class<?>) - Method in class org.springframework.format.number.NumberFormatAnnotationFormatterFactory
 
getParseState() - Method in class org.springframework.beans.factory.parsing.Problem
Get the ParseState at the time of the error (may be null).
getPart(String) - Method in class org.springframework.test.web.servlet.request.Servlet3MockHttpServletRequest
 
getPart(String) - Method in class org.springframework.test.web.servlet.request.Servlet3MockMultipartHttpServletRequest
 
getParticipateAttributeName() - Method in class org.springframework.orm.hibernate3.support.OpenSessionInViewInterceptor
Return the name of the request attribute that identifies that a request is already intercepted.
getParticipateAttributeName() - Method in class org.springframework.orm.hibernate4.support.OpenSessionInViewInterceptor
Return the name of the request attribute that identifies that a request is already intercepted.
getParticipateAttributeName() - Method in class org.springframework.orm.jdo.support.OpenPersistenceManagerInViewInterceptor
Return the name of the request attribute that identifies that a request is already filtered.
getParticipateAttributeName() - Method in class org.springframework.orm.jpa.support.OpenEntityManagerInViewInterceptor
Return the name of the request attribute that identifies that a request is already filtered.
getPartName(MethodParameter) - Method in class org.springframework.web.servlet.mvc.method.annotation.RequestPartMethodArgumentResolver
 
getParts() - Method in class org.springframework.test.web.servlet.request.Servlet3MockHttpServletRequest
 
getParts() - Method in class org.springframework.test.web.servlet.request.Servlet3MockMultipartHttpServletRequest
 
getPassword() - Method in class org.springframework.jdbc.datasource.AbstractDriverBasedDataSource
Return the JDBC password to use for connecting through the Driver.
getPassword() - Method in class org.springframework.mail.javamail.JavaMailSenderImpl
Return the password for the account at the mail host.
getPassword() - Method in class org.springframework.remoting.jaxrpc.JaxRpcPortClientInterceptor
Deprecated.
Return the password to specify on the stub or call.
getPassword() - Method in class org.springframework.remoting.jaxws.JaxWsPortClientInterceptor
Return the password to specify on the stub.
getPath() - Method in class org.springframework.core.io.ClassPathResource
Return the path for this resource (as resource path within the class path).
getPath() - Method in class org.springframework.core.io.FileSystemResource
Return the file path for this resource.
getPath(Object) - Static method in class org.springframework.core.io.support.VfsPatternUtils
 
getPath() - Method in class org.springframework.web.context.support.ServletContextResource
Return the path for this resource.
getPath() - Method in class org.springframework.web.portlet.context.PortletContextResource
Return the path for this resource.
getPath() - Method in class org.springframework.web.servlet.support.BindStatus
Return the bean and property path for which values and errors will be resolved (e.g.
getPath() - Method in class org.springframework.web.servlet.tags.BindTag
Return the path that this tag applies to.
getPath() - Method in class org.springframework.web.servlet.tags.form.AbstractDataBoundFormElementTag
Get the resolved property path for the form object.
getPath() - Method in class org.springframework.web.servlet.tags.NestedPathTag
Return the path that this tag applies to.
getPath() - Method in class org.springframework.web.util.HierarchicalUriComponents.FullPathComponent
 
getPath() - Method in class org.springframework.web.util.HierarchicalUriComponents
 
getPath() - Method in interface org.springframework.web.util.HierarchicalUriComponents.PathComponent
 
getPath() - Method in class org.springframework.web.util.HierarchicalUriComponents.PathComponentComposite
 
getPath() - Method in class org.springframework.web.util.HierarchicalUriComponents.PathSegmentComponent
 
getPath() - Method in class org.springframework.web.util.OpaqueUriComponents
 
getPath() - Method in class org.springframework.web.util.UriComponents
Returns the path.
getPathInfo() - Method in class org.springframework.mock.web.MockHttpServletRequest
 
getPathMatcher() - Method in class org.springframework.core.io.support.PathMatchingResourcePatternResolver
Return the PathMatcher that this resource pattern resolver uses.
getPathMatcher() - Method in class org.springframework.web.servlet.handler.AbstractHandlerMapping
Return the PathMatcher implementation to use for matching URL paths against registered URL patterns.
getPathMatcher() - Method in class org.springframework.web.servlet.ResourceServlet
Return a PathMatcher to use for matching the "allowedResources" URL pattern.
getPathPatterns() - Method in class org.springframework.web.servlet.config.annotation.ResourceHandlerRegistration
Returns the URL path patterns for the resource handler.
getPathPatterns() - Method in class org.springframework.web.servlet.handler.MappedInterceptor
The path into the application the interceptor is mapped to.
getPathSegments() - Method in class org.springframework.web.util.HierarchicalUriComponents.FullPathComponent
 
getPathSegments() - Method in class org.springframework.web.util.HierarchicalUriComponents
 
getPathSegments() - Method in interface org.springframework.web.util.HierarchicalUriComponents.PathComponent
 
getPathSegments() - Method in class org.springframework.web.util.HierarchicalUriComponents.PathComponentComposite
 
getPathSegments() - Method in class org.springframework.web.util.HierarchicalUriComponents.PathSegmentComponent
 
getPathSegments() - Method in class org.springframework.web.util.OpaqueUriComponents
 
getPathSegments() - Method in class org.springframework.web.util.UriComponents
Returns the list of path segments.
getPathToServlet() - Method in class org.springframework.web.servlet.support.RequestContext
Return the path to URL mappings within the current servlet including the context path and the servlet path of the original request.
getPathTranslated() - Method in class org.springframework.mock.web.MockHttpServletRequest
 
getPathWithinApplication(HttpServletRequest) - Method in class org.springframework.web.util.UrlPathHelper
Return the path within the web application for the given request.
getPathWithinContext() - Method in class org.springframework.core.io.ClassRelativeResourceLoader.ClassRelativeContextResource
 
getPathWithinContext() - Method in interface org.springframework.core.io.ContextResource
Return the path within the enclosing 'context'.
getPathWithinContext() - Method in class org.springframework.core.io.DefaultResourceLoader.ClassPathContextResource
 
getPathWithinContext() - Method in class org.springframework.core.io.FileSystemResourceLoader.FileSystemContextResource
 
getPathWithinContext() - Method in class org.springframework.web.context.support.ServletContextResource
 
getPathWithinContext() - Method in class org.springframework.web.portlet.context.PortletContextResource
 
getPathWithinServletMapping(HttpServletRequest) - Method in class org.springframework.web.util.UrlPathHelper
Return the path within the servlet mapping for the given request, i.e.
getPatternComparator(String) - Method in class org.springframework.util.AntPathMatcher
Given a full path, returns a Comparator suitable for sorting patterns in order of explicitness.
getPatternComparator(String) - Method in interface org.springframework.util.PathMatcher
Given a full path, returns a Comparator suitable for sorting patterns in order of explicitness for that path.
getPatternLength(String) - Method in class org.springframework.util.AntPathMatcher.AntPatternComparator
Returns the length of the given pattern, where template variables are considered to be 1 long.
getPatterns() - Method in class org.springframework.aop.support.AbstractRegexpMethodPointcut
Return the regular expressions for method matching.
getPatterns() - Method in class org.springframework.web.servlet.mvc.annotation.AnnotationMethodHandlerAdapter.RequestMappingInfo
Deprecated.
 
getPatterns() - Method in class org.springframework.web.servlet.mvc.condition.PatternsRequestCondition
 
getPatternsCondition() - Method in class org.springframework.web.servlet.mvc.method.RequestMappingInfo
Returns the URL patterns of this RequestMappingInfo; or instance with 0 patterns, never null
getPausedTaskCount() - Method in class org.springframework.jms.listener.AbstractJmsListeningContainer
Determine the number of currently paused tasks, if any.
getPerClausePointcut() - Method in class org.springframework.aop.aspectj.annotation.AspectMetadata
Return a Spring pointcut expression for a singleton aspect.
getPeriod() - Method in class org.springframework.scheduling.commonj.ScheduledTimerListener
Return the period between repeated task executions.
getPeriod() - Method in class org.springframework.scheduling.concurrent.ScheduledExecutorTask
Return the period between repeated task executions.
getPeriod() - Method in class org.springframework.scheduling.timer.ScheduledTimerTask
Deprecated.
Return the period between repeated task executions.
getPermissionDeniedCodes() - Method in class org.springframework.jdbc.support.SQLErrorCodes
 
getPersistenceContext(String, boolean) - Method in class org.springframework.orm.jpa.support.PersistenceAnnotationBeanPostProcessor
Return a specified persistence context for the given unit name, as defined through the "persistenceContexts" (or "extendedPersistenceContexts") map.
getPersistenceManager(PersistenceManagerFactory, boolean) - Static method in class org.springframework.orm.jdo.PersistenceManagerFactoryUtils
Obtain a JDO PersistenceManager via the given factory.
getPersistenceManager() - Method in class org.springframework.orm.jdo.PersistenceManagerHolder
 
getPersistenceManager() - Method in class org.springframework.orm.jdo.support.JdoDaoSupport
Deprecated.
Get a JDO PersistenceManager, either from the current transaction or a new one.
getPersistenceManager(boolean) - Method in class org.springframework.orm.jdo.support.JdoDaoSupport
Deprecated.
Get a JDO PersistenceManager, either from the current transaction or a new one.
getPersistenceManagerFactory() - Method in class org.springframework.orm.jdo.JdoAccessor
Deprecated.
Return the JDO PersistenceManagerFactory that should be used to create PersistenceManagers.
getPersistenceManagerFactory() - Method in class org.springframework.orm.jdo.JdoTransactionManager
Return the PersistenceManagerFactory that this instance should manage transactions for.
getPersistenceManagerFactory() - Method in class org.springframework.orm.jdo.support.JdoDaoSupport
Deprecated.
Return the JDO PersistenceManagerFactory used by this DAO.
getPersistenceManagerFactory() - Method in class org.springframework.orm.jdo.support.OpenPersistenceManagerInViewInterceptor
Return the JDO PersistenceManagerFactory that should be used to create PersistenceManagers.
getPersistenceManagerFactory() - Method in class org.springframework.orm.jdo.support.SpringPersistenceManagerProxyBean
Return the target PersistenceManagerFactory for this proxy.
getPersistenceManagerFactoryBeanName() - Method in class org.springframework.orm.jdo.support.OpenPersistenceManagerInViewFilter
Return the bean name of the PersistenceManagerFactory to fetch from Spring's root application context.
getPersistenceManagerHolder() - Method in class org.springframework.orm.jdo.JdoTransactionManager.JdoTransactionObject
 
getPersistenceManagerHolder() - Method in class org.springframework.orm.jdo.JdoTransactionManager.SuspendedResourcesHolder
 
getPersistenceManagerInterface() - Method in class org.springframework.orm.jdo.support.SpringPersistenceManagerProxyBean
Return the PersistenceManager interface to expose.
getPersistenceProvider() - Method in class org.springframework.orm.jpa.AbstractEntityManagerFactoryBean
 
getPersistenceProvider() - Method in interface org.springframework.orm.jpa.EntityManagerFactoryInfo
Return the underlying PersistenceProvider that the underlying EntityManagerFactory was created with.
getPersistenceProvider() - Method in interface org.springframework.orm.jpa.JpaVendorAdapter
Return the vendor-specific persistence provider.
getPersistenceProvider() - Method in class org.springframework.orm.jpa.vendor.EclipseLinkJpaVendorAdapter
 
getPersistenceProvider() - Method in class org.springframework.orm.jpa.vendor.HibernateJpaVendorAdapter
 
getPersistenceProvider() - Method in class org.springframework.orm.jpa.vendor.OpenJpaVendorAdapter
 
getPersistenceProvider() - Method in class org.springframework.orm.jpa.vendor.TopLinkJpaVendorAdapter
Deprecated.
 
getPersistenceProviderClassName() - Method in class org.springframework.orm.jpa.persistenceunit.MutablePersistenceUnitInfo
 
getPersistenceProviderPackageName() - Method in class org.springframework.orm.jpa.persistenceunit.MutablePersistenceUnitInfo
 
getPersistenceProviderRootPackage() - Method in interface org.springframework.orm.jpa.JpaVendorAdapter
Return the name of the persistence provider's root package (e.g.
getPersistenceProviderRootPackage() - Method in class org.springframework.orm.jpa.vendor.AbstractJpaVendorAdapter
 
getPersistenceProviderRootPackage() - Method in class org.springframework.orm.jpa.vendor.HibernateJpaVendorAdapter
 
getPersistenceProviderRootPackage() - Method in class org.springframework.orm.jpa.vendor.OpenJpaVendorAdapter
 
getPersistenceProviderRootPackage() - Method in class org.springframework.orm.jpa.vendor.TopLinkJpaVendorAdapter
Deprecated.
 
getPersistenceUnit(String) - Method in class org.springframework.orm.jpa.support.PersistenceAnnotationBeanPostProcessor
Return a specified persistence unit for the given unit name, as defined through the "persistenceUnits" map.
getPersistenceUnitInfo() - Method in class org.springframework.orm.jpa.AbstractEntityManagerFactoryBean
 
getPersistenceUnitInfo() - Method in interface org.springframework.orm.jpa.EntityManagerFactoryInfo
Return the PersistenceUnitInfo used to create this EntityManagerFactory, if the in-container API was used.
getPersistenceUnitInfo() - Method in class org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean
 
getPersistenceUnitInfo(String) - Method in class org.springframework.orm.jpa.persistenceunit.DefaultPersistenceUnitManager
Return the specified PersistenceUnitInfo from this manager's cache of processed persistence units, keeping it in the cache (i.e.
getPersistenceUnitName() - Method in class org.springframework.orm.jpa.AbstractEntityManagerFactoryBean
 
getPersistenceUnitName() - Method in class org.springframework.orm.jpa.EntityManagerFactoryAccessor
Return the name of the persistence unit to access the EntityManagerFactory for, if any.
getPersistenceUnitName() - Method in interface org.springframework.orm.jpa.EntityManagerFactoryInfo
Return the name of the persistence unit used to create this EntityManagerFactory, or null if it is an unnamed default.
getPersistenceUnitName() - Method in class org.springframework.orm.jpa.JpaTransactionManager
Return the name of the persistence unit to manage transactions for, if any.
getPersistenceUnitName() - Method in class org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean
 
getPersistenceUnitName() - Method in class org.springframework.orm.jpa.persistenceunit.MutablePersistenceUnitInfo
 
getPersistenceUnitName() - Method in class org.springframework.orm.jpa.support.OpenEntityManagerInViewFilter
Return the name of the persistence unit to access the EntityManagerFactory for, if any.
getPersistenceUnitPostProcessors() - Method in class org.springframework.orm.jpa.persistenceunit.DefaultPersistenceUnitManager
Return the PersistenceUnitPostProcessors to be applied to each PersistenceUnitInfo that has been parsed by this manager.
getPersistenceUnitRootUrl() - Method in class org.springframework.orm.jpa.persistenceunit.MutablePersistenceUnitInfo
 
getPersistenceXMLSchemaVersion() - Method in class org.springframework.orm.jpa.persistenceunit.MutablePersistenceUnitInfo
 
getPersistentClass() - Method in exception org.springframework.orm.ObjectOptimisticLockingFailureException
Return the persistent class of the object for which the locking failed.
getPersistentClass() - Method in exception org.springframework.orm.ObjectRetrievalFailureException
Return the persistent class of the object that was not found.
getPersistentClassName() - Method in exception org.springframework.orm.ObjectOptimisticLockingFailureException
Return the name of the persistent class of the object for which the locking failed.
getPersistentClassName() - Method in exception org.springframework.orm.ObjectRetrievalFailureException
Return the name of the persistent class of the object that was not found.
getPersistLocation() - Method in class org.springframework.jmx.export.metadata.ManagedResource
 
getPersistName() - Method in class org.springframework.jmx.export.metadata.ManagedResource
 
getPersistPeriod() - Method in class org.springframework.jmx.export.metadata.ManagedAttribute
 
getPersistPeriod() - Method in class org.springframework.jmx.export.metadata.ManagedMetric
The persist period for this metric.
getPersistPeriod() - Method in class org.springframework.jmx.export.metadata.ManagedResource
 
getPersistPolicy() - Method in class org.springframework.jmx.export.metadata.ManagedAttribute
 
getPersistPolicy() - Method in class org.springframework.jmx.export.metadata.ManagedMetric
The persist policy for this metric.
getPersistPolicy() - Method in class org.springframework.jmx.export.metadata.ManagedResource
 
getPhase() - Method in interface org.springframework.context.Phased
Return the phase value of this object.
getPhase(Lifecycle) - Method in class org.springframework.context.support.DefaultLifecycleProcessor
Determine the lifecycle phase of the given bean.
getPhase() - Method in class org.springframework.jca.endpoint.GenericMessageEndpointManager
Return the phase in which this endpoint manager will be started and stopped.
getPhase() - Method in class org.springframework.jms.listener.AbstractJmsListeningContainer
Return the phase in which this container will be started and stopped.
getPhase() - Method in class org.springframework.scheduling.quartz.SchedulerFactoryBean
Return the phase in which this scheduler will be started and stopped.
getPhaseId() - Method in class org.springframework.web.jsf.DelegatingPhaseListenerMulticaster
 
getPIData() - Method in class org.springframework.util.xml.XMLEventStreamReader
 
getPITarget() - Method in class org.springframework.util.xml.XMLEventStreamReader
 
getPointcut() - Method in class org.springframework.aop.aspectj.AbstractAspectJAdvice
Return the AspectJ expression pointcut.
getPointcut() - Method in class org.springframework.aop.aspectj.annotation.InstantiationModelAwarePointcutAdvisorImpl
The pointcut for Spring AOP to use.
getPointcut(Method, Class<?>) - Method in class org.springframework.aop.aspectj.annotation.ReflectiveAspectJAdvisorFactory
 
getPointcut() - Method in class org.springframework.aop.aspectj.AspectJExpressionPointcutAdvisor
 
getPointcut() - Method in class org.springframework.aop.aspectj.AspectJPointcutAdvisor
 
getPointcut() - Method in interface org.springframework.aop.PointcutAdvisor
Get the Pointcut that drives this advisor.
getPointcut() - Method in class org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor
 
getPointcut() - Method in class org.springframework.aop.support.DefaultPointcutAdvisor
 
getPointcut() - Method in class org.springframework.aop.support.NameMatchMethodPointcutAdvisor
 
getPointcut() - Method in class org.springframework.aop.support.RegexpMethodPointcutAdvisor
Initialize the singleton Pointcut held within this Advisor.
getPointcut() - Method in class org.springframework.aop.support.StaticMethodMatcherPointcutAdvisor
 
getPointcut() - Method in class org.springframework.cache.interceptor.BeanFactoryCacheOperationSourceAdvisor
 
getPointcut() - Method in class org.springframework.dao.annotation.PersistenceExceptionTranslationAdvisor
 
getPointcut() - Method in class org.springframework.scheduling.annotation.AsyncAnnotationAdvisor
 
getPointcut() - Method in class org.springframework.transaction.interceptor.BeanFactoryTransactionAttributeSourceAdvisor
 
getPointcut() - Method in class org.springframework.transaction.interceptor.TransactionAttributeSourceAdvisor
 
getPointcutBody(String[], int) - Method in class org.springframework.aop.aspectj.AspectJAdviceParameterNameDiscoverer
 
getPointcutExpression() - Method in class org.springframework.aop.aspectj.annotation.AbstractAspectJAdvisorFactory.AspectJAnnotation
 
getPointcutExpression() - Method in class org.springframework.aop.aspectj.AspectJExpressionPointcut
Return the underlying AspectJ pointcut expression.
getPoolingConfigMixin() - Method in class org.springframework.aop.target.AbstractPoolingTargetSource
Return an IntroductionAdvisor that providing a mixin exposing statistics about the pool maintained by this object.
getPoolSize() - Method in class org.springframework.scheduling.backportconcurrent.ThreadPoolTaskExecutor
Deprecated.
Return the current pool size.
getPoolSize() - Method in class org.springframework.scheduling.concurrent.ThreadPoolTaskExecutor
Return the current pool size.
getPoolSize() - Method in class org.springframework.scheduling.quartz.LocalTaskExecutorThreadPool
 
getPort() - Method in class org.springframework.mail.javamail.JavaMailSenderImpl
Return the mail server port.
getPort() - Method in class org.springframework.remoting.rmi.RmiRegistryFactoryBean
Return the port of the registry for the exported RMI service.
getPort() - Method in class org.springframework.web.util.HierarchicalUriComponents
 
getPort() - Method in class org.springframework.web.util.OpaqueUriComponents
 
getPort() - Method in class org.springframework.web.util.UriComponents
Returns the port.
getPortalContext() - Method in class org.springframework.mock.web.portlet.MockPortletRequest
 
getPortalContext() - Method in class org.springframework.mock.web.portlet.MockPortletResponse
Return the PortalContext that this MockPortletResponse runs in, defining the supported PortletModes and WindowStates.
getPortalInfo() - Method in class org.springframework.mock.web.portlet.MockPortalContext
 
getPortInterface() - Method in class org.springframework.remoting.jaxrpc.JaxRpcPortClientInterceptor
Deprecated.
Return the JAX-RPC port interface to use.
getPortletApplicationContext() - Method in class org.springframework.web.portlet.FrameworkPortlet
Return this portlet's ApplicationContext.
getPortletConfig() - Method in class org.springframework.web.portlet.context.AbstractRefreshablePortletApplicationContext
 
getPortletConfig() - Method in interface org.springframework.web.portlet.context.ConfigurablePortletApplicationContext
Return the PortletConfig for this portlet application context, if any.
getPortletConfig() - Method in class org.springframework.web.portlet.context.StaticPortletApplicationContext
 
getPortletContext() - Method in class org.springframework.mock.web.portlet.MockPortletConfig
 
getPortletContext() - Method in class org.springframework.mock.web.portlet.MockPortletSession
 
getPortletContext() - Method in class org.springframework.web.portlet.context.AbstractRefreshablePortletApplicationContext
 
getPortletContext() - Method in interface org.springframework.web.portlet.context.ConfigurablePortletApplicationContext
Return the standard Portlet API PortletContext for this application.
getPortletContext() - Method in class org.springframework.web.portlet.context.PortletApplicationObjectSupport
Return the current PortletContext.
getPortletContext() - Method in class org.springframework.web.portlet.context.PortletContextResource
Return the PortletContext for this resource.
getPortletContext() - Method in class org.springframework.web.portlet.context.StaticPortletApplicationContext
 
getPortletContext() - Method in class org.springframework.web.portlet.GenericPortletBean
Overridden method that simply returns null when no PortletConfig set yet.
getPortletContext() - Method in class org.springframework.web.portlet.handler.SimplePortletPostProcessor.DelegatingPortletConfig
 
getPortletContext() - Method in class org.springframework.web.portlet.mvc.PortletWrappingController.DelegatingPortletConfig
 
getPortletContextAttributeName() - Method in class org.springframework.web.portlet.FrameworkPortlet
Return the PortletContext attribute name for this portlets's ApplicationContext.
getPortletContextName() - Method in class org.springframework.mock.web.portlet.MockPortletContext
 
getPortletContextName() - Method in class org.springframework.mock.web.portlet.ServletWrappingPortletContext
 
getPortletInputStream() - Method in class org.springframework.mock.web.portlet.MockClientDataRequest
 
getPortletMode() - Method in class org.springframework.mock.web.portlet.MockPortletRequest
 
getPortletMode() - Method in class org.springframework.mock.web.portlet.MockPortletURL
 
getPortletMode() - Method in class org.springframework.mock.web.portlet.MockStateAwareResponse
 
getPortletMode() - Method in class org.springframework.web.portlet.context.PortletRequestHandledEvent
Return the mode of the portlet request (usually 'view', 'edit', or 'help').
getPortletName() - Method in class org.springframework.mock.web.portlet.MockPortletConfig
 
getPortletName() - Method in class org.springframework.web.portlet.context.PortletRequestHandledEvent
Return the name of the portlet that handled the request.
getPortletName() - Method in class org.springframework.web.portlet.GenericPortletBean
Overridden method that simply returns null when no PortletConfig set yet.
getPortletName() - Method in class org.springframework.web.portlet.handler.SimplePortletPostProcessor.DelegatingPortletConfig
 
getPortletName() - Method in class org.springframework.web.portlet.mvc.PortletWrappingController.DelegatingPortletConfig
 
getPortletOutputStream() - Method in class org.springframework.mock.web.portlet.MockMimeResponse
 
getPortletSession() - Method in class org.springframework.mock.web.portlet.MockPortletRequest
 
getPortletSession(boolean) - Method in class org.springframework.mock.web.portlet.MockPortletRequest
 
getPortName() - Method in class org.springframework.remoting.jaxrpc.JaxRpcPortClientInterceptor
Deprecated.
Return the name of the port.
getPortName() - Method in class org.springframework.remoting.jaxws.JaxWsPortClientInterceptor
Return the name of the port.
getPortQName() - Method in class org.springframework.remoting.jaxrpc.JaxRpcPortClientInterceptor
Deprecated.
Return the prepared QName for the port.
getPortQName() - Method in class org.springframework.remoting.jaxws.JaxWsPortClientInterceptor
Return the prepared QName for the port.
getPortStub() - Method in class org.springframework.remoting.jaxrpc.JaxRpcPortClientInterceptor
Deprecated.
Return the underlying JAX-RPC port stub that this interceptor delegates to for each method invocation on the proxy.
getPortStub(Service, QName, Object[]) - Method in class org.springframework.remoting.jaxws.JaxWsPortClientInterceptor.FeaturePortProvider
 
getPortStub(Service, QName) - Method in class org.springframework.remoting.jaxws.JaxWsPortClientInterceptor
Obtain the port stub from the given JAX-WS Service.
getPortStub() - Method in class org.springframework.remoting.jaxws.JaxWsPortClientInterceptor
Return the underlying JAX-WS port stub that this interceptor delegates to for each method invocation on the proxy.
getPosition() - Method in exception org.springframework.expression.ExpressionException
 
getPossibleMatches() - Method in exception org.springframework.beans.NotWritablePropertyException
Return suggestions for actual bean property names that closely match the invalid property name, if any.
getPossibleMatches() - Method in class org.springframework.beans.PropertyMatches
Return the calculated possible matches.
getPragma() - Method in class org.springframework.http.HttpHeaders
Returns the value of the Pragma header.
getPrecision(int) - Method in class org.springframework.jdbc.support.rowset.ResultSetWrappingSqlRowSetMetaData
 
getPrecision(int) - Method in interface org.springframework.jdbc.support.rowset.SqlRowSetMetaData
Retrieves the precision for the indicated column.
getPreferences() - Method in class org.springframework.mock.web.portlet.MockPortletRequest
 
getPrefetchSize() - Method in class org.springframework.jms.listener.endpoint.JmsActivationSpecConfig
Return the maximum number of messages to load into a session.
getPrefix() - Method in class org.springframework.aop.interceptor.AbstractMonitoringInterceptor
Return the text that will get appended to the trace data.
getPrefix() - Method in class org.springframework.util.xml.AbstractXMLStreamReader
 
getPrefix(String) - Method in class org.springframework.util.xml.SimpleNamespaceContext
 
getPrefix(String) - Method in class org.springframework.util.xml.XMLEventStreamWriter
 
getPrefix() - Method in class org.springframework.validation.DefaultMessageCodesResolver
Return the prefix to be applied to any code built by this resolver.
getPrefix() - Method in class org.springframework.web.servlet.mvc.multiaction.InternalPathMethodNameResolver
Return the common prefix for handler method names.
getPrefix() - Method in class org.springframework.web.servlet.mvc.UrlFilenameViewController
Return the prefix to prepend to the request URL filename.
getPrefix() - Method in class org.springframework.web.servlet.view.UrlBasedViewResolver
Return the prefix that gets prepended to view names when building a URL.
getPrefixes(String) - Method in class org.springframework.util.xml.SimpleNamespaceContext
 
getPrefixesInternal(String) - Method in class org.springframework.util.xml.SimpleNamespaceContext
 
getPreparedMethod() - Method in class org.springframework.util.MethodInvoker
Return the prepared Method object that will be invoked.
getPreparedStatementCreator(String, SqlParameterSource) - Method in class org.springframework.jdbc.core.namedparam.NamedParameterJdbcTemplate
Build a PreparedStatementCreator based on the given SQL and named parameters.
getPreparer(String, TilesRequestContext) - Method in class org.springframework.web.servlet.view.tiles2.AbstractSpringPreparerFactory
 
getPreparer(String, WebApplicationContext) - Method in class org.springframework.web.servlet.view.tiles2.AbstractSpringPreparerFactory
Obtain a preparer instance for the given preparer name, based on the given Spring WebApplicationContext.
getPreparer(String, WebApplicationContext) - Method in class org.springframework.web.servlet.view.tiles2.SimpleSpringPreparerFactory
 
getPreparer(String, WebApplicationContext) - Method in class org.springframework.web.servlet.view.tiles2.SpringBeanPreparerFactory
 
getPreparer(String, Request) - Method in class org.springframework.web.servlet.view.tiles3.AbstractSpringPreparerFactory
 
getPreparer(String, WebApplicationContext) - Method in class org.springframework.web.servlet.view.tiles3.AbstractSpringPreparerFactory
Obtain a preparer instance for the given preparer name, based on the given Spring WebApplicationContext.
getPreparer(String, WebApplicationContext) - Method in class org.springframework.web.servlet.view.tiles3.SimpleSpringPreparerFactory
 
getPreparer(String, WebApplicationContext) - Method in class org.springframework.web.servlet.view.tiles3.SpringBeanPreparerFactory
 
getPreviousChild() - Method in class org.springframework.expression.spel.ast.SpelNodeImpl
 
getPreviousFlushMode() - Method in class org.springframework.orm.hibernate3.SessionHolder
 
getPreviousFlushMode() - Method in class org.springframework.orm.hibernate4.SessionHolder
 
getPreviousIsolationLevel() - Method in class org.springframework.jdbc.datasource.JdbcTransactionObjectSupport
 
getPrinter(A, Class<?>) - Method in interface org.springframework.format.AnnotationFormatterFactory
Get the Printer to print the value of a field of fieldType annotated with annotation.
getPrinter(DateTimeFormat, Class<?>) - Method in class org.springframework.format.datetime.DateTimeFormatAnnotationFormatterFactory
 
getPrinter(DateTimeFormat, Class<?>) - Method in class org.springframework.format.datetime.joda.JodaDateTimeFormatAnnotationFormatterFactory
 
getPrinter(NumberFormat, Class<?>) - Method in class org.springframework.format.number.NumberFormatAnnotationFormatterFactory
 
getPrinter() - Method in class org.springframework.test.web.servlet.result.PrintingResultHandler
 
getPriority() - Method in class org.springframework.jms.connection.CachedMessageProducer
 
getPriority() - Method in class org.springframework.jms.core.JmsTemplate
Return the priority of a message when sending.
getPrivateParameterMap() - Method in class org.springframework.mock.web.portlet.MockPortletRequest
 
getPrivateRenderParameterMap() - Method in class org.springframework.mock.web.portlet.MockResourceRequest
 
getProcedureName() - Method in class org.springframework.jdbc.core.metadata.CallMetaDataContext
Get the name of the procedure.
getProcedureName() - Method in class org.springframework.jdbc.core.simple.AbstractJdbcCall
Get the name of the stored procedure.
getProcessingEventQNames() - Method in class org.springframework.mock.web.portlet.MockPortletConfig
 
getProcessingEventQNames() - Method in class org.springframework.web.portlet.handler.SimplePortletPostProcessor.DelegatingPortletConfig
 
getProcessingEventQNames() - Method in class org.springframework.web.portlet.mvc.PortletWrappingController.DelegatingPortletConfig
 
getProcessingTimeMillis() - Method in class org.springframework.web.context.support.RequestHandledEvent
Return the processing time of the request in milliseconds.
getProdicubleMediaTypes(HttpServletRequest, Set<RequestMappingInfo>) - Method in class org.springframework.web.servlet.mvc.method.RequestMappingInfoHandlerMapping
 
getProducesCondition() - Method in class org.springframework.web.servlet.mvc.method.RequestMappingInfo
Returns the "produces" condition of this RequestMappingInfo; or instance with 0 produces expressions, never null
getProducibleMediaTypes() - Method in class org.springframework.web.servlet.mvc.condition.ProducesRequestCondition
Return the contained producible media types excluding negated expressions.
getProducibleMediaTypes(HttpServletRequest, Class<?>) - Method in class org.springframework.web.servlet.mvc.method.annotation.AbstractMessageConverterMethodProcessor
Returns the media types that can be produced: The producible media types specified in the request mappings, or Media types of configured converters that can write the specific return value, or MediaType.ALL
getProducibleMediaTypes(HttpServletRequest) - Method in class org.springframework.web.servlet.view.ContentNegotiatingViewResolver
 
getPropagationBehavior() - Method in class org.springframework.transaction.support.DefaultTransactionDefinition
 
getPropagationBehavior() - Method in class org.springframework.transaction.support.DelegatingTransactionDefinition
 
getPropagationBehavior() - Method in interface org.springframework.transaction.TransactionDefinition
Return the propagation behavior.
getProperties(String) - Method in class org.springframework.context.support.ReloadableResourceBundleMessageSource
Get a PropertiesHolder for the given filename, either from the cache or freshly loaded.
getProperties() - Method in class org.springframework.context.support.ReloadableResourceBundleMessageSource.PropertiesHolder
 
getProperties() - Method in class org.springframework.mock.web.portlet.MockBaseURL
 
getProperties(String) - Method in class org.springframework.mock.web.portlet.MockPortletRequest
 
getProperties(String) - Method in class org.springframework.mock.web.portlet.MockPortletResponse
 
getProperties() - Method in class org.springframework.orm.jpa.persistenceunit.MutablePersistenceUnitInfo
 
getPropertiesPersister() - Method in class org.springframework.beans.factory.support.PropertiesBeanDefinitionReader
Return the PropertiesPersister to use for parsing properties files.
getProperty() - Method in class org.springframework.beans.support.MutableSortDefinition
 
getProperty() - Method in interface org.springframework.beans.support.SortDefinition
Return the name of the bean property to compare.
getProperty(String) - Method in class org.springframework.context.support.ReloadableResourceBundleMessageSource.PropertiesHolder
 
getProperty(String) - Method in class org.springframework.core.env.AbstractEnvironment
 
getProperty(String, String) - Method in class org.springframework.core.env.AbstractEnvironment
 
getProperty(String, Class<T>) - Method in class org.springframework.core.env.AbstractEnvironment
 
getProperty(String, Class<T>, T) - Method in class org.springframework.core.env.AbstractEnvironment
 
getProperty(String, String) - Method in class org.springframework.core.env.AbstractPropertyResolver
 
getProperty(String, Class<T>, T) - Method in class org.springframework.core.env.AbstractPropertyResolver
 
getProperty(String) - Method in class org.springframework.core.env.CommandLinePropertySource
Return the value associated with the given name, null if not found.
getProperty(String) - Method in class org.springframework.core.env.CompositePropertySource
 
getProperty(String) - Method in class org.springframework.core.env.MapPropertySource
 
getProperty(String) - Method in interface org.springframework.core.env.PropertyResolver
Return the property value associated with the given key, or null if the key cannot be resolved.
getProperty(String, String) - Method in interface org.springframework.core.env.PropertyResolver
Return the property value associated with the given key, or defaultValue if the key cannot be resolved.
getProperty(String, Class<T>) - Method in interface org.springframework.core.env.PropertyResolver
Return the property value associated with the given key, or null if the key cannot be resolved.
getProperty(String, Class<T>, T) - Method in interface org.springframework.core.env.PropertyResolver
Return the property value associated with the given key, or defaultValue if the key cannot be resolved.
getProperty(String) - Method in class org.springframework.core.env.PropertySource.ComparisonPropertySource
 
getProperty(String) - Method in class org.springframework.core.env.PropertySource
Return the value associated with the given name, null if not found.
getProperty(String) - Method in class org.springframework.core.env.PropertySource.StubPropertySource
Always return null.
getProperty(String) - Method in class org.springframework.core.env.PropertySourcesPropertyResolver
 
getProperty(String, Class<T>) - Method in class org.springframework.core.env.PropertySourcesPropertyResolver
 
getProperty(String) - Method in class org.springframework.core.env.SystemEnvironmentPropertySource
Return the value associated with the given name, null if not found.
getProperty(String) - Method in class org.springframework.jndi.JndiPropertySource
Return the value associated with the given name, null if not found.
getProperty(String) - Method in class org.springframework.mock.web.portlet.MockPortalContext
 
getProperty(String) - Method in class org.springframework.mock.web.portlet.MockPortletRequest
 
getProperty(String) - Method in class org.springframework.mock.web.portlet.MockPortletResponse
 
getProperty(String) - Method in class org.springframework.oxm.support.MarshallingSource.MarshallingXMLReader
 
getProperty(String) - Method in class org.springframework.util.xml.AbstractXMLReader
Throws a SAXNotRecognizedException exception when the given property does not signify a lexical handler.
getProperty(String) - Method in class org.springframework.util.xml.XMLEventStreamReader
 
getProperty(String) - Method in class org.springframework.util.xml.XMLEventStreamWriter
 
getProperty(String) - Method in class org.springframework.web.context.support.ServletConfigPropertySource
 
getProperty(String) - Method in class org.springframework.web.context.support.ServletContextPropertySource
 
getProperty(String) - Method in class org.springframework.web.portlet.context.PortletConfigPropertySource
 
getProperty(String) - Method in class org.springframework.web.portlet.context.PortletContextPropertySource
 
getProperty() - Method in class org.springframework.web.servlet.tags.BindTag
Retrieve the property that this tag is currently bound to, or null if bound to an object rather than a specific property.
getPropertyAccessException(String) - Method in exception org.springframework.beans.PropertyBatchUpdateException
Return the exception for this field, or null if there isn't any.
getPropertyAccessExceptions() - Method in exception org.springframework.beans.PropertyBatchUpdateException
Return an array of the propertyAccessExceptions stored in this object.
getPropertyAccessor() - Method in class org.springframework.validation.AbstractPropertyBindingResult
Provide the PropertyAccessor to work with, according to the concrete strategy of access.
getPropertyAccessor() - Method in class org.springframework.validation.BeanPropertyBindingResult
Returns the BeanWrapper that this instance uses.
getPropertyAccessor() - Method in class org.springframework.validation.DataBinder
Return the underlying PropertyAccessor of this binder's BindingResult.
getPropertyAccessor() - Method in class org.springframework.validation.DirectFieldBindingResult
Returns the DirectFieldAccessor that this instance uses.
getPropertyAccessors() - Method in interface org.springframework.expression.EvaluationContext
 
getPropertyAccessors() - Method in class org.springframework.expression.spel.ExpressionState
 
getPropertyAccessors() - Method in class org.springframework.expression.spel.support.StandardEvaluationContext
 
getPropertyAccessorsToTry(Class<?>, List<PropertyAccessor>) - Static method in class org.springframework.expression.spel.ast.AstUtils
Determines the set of property resolvers that should be used to try and access a property on the specified target type.
getPropertyAccessorsToTry(Class<?>, List<PropertyAccessor>) - Method in class org.springframework.expression.spel.ast.PropertyOrFieldReference
Determines the set of property resolvers that should be used to try and access a property on the specified target type.
getPropertyAsClass(String, Class<T>) - Method in class org.springframework.core.env.AbstractEnvironment
 
getPropertyAsClass(String, Class<T>) - Method in interface org.springframework.core.env.PropertyResolver
Convert the property value associated with the given key to a Class of type T or null if the key cannot be resolved.
getPropertyAsClass(String, Class<T>) - Method in class org.springframework.core.env.PropertySourcesPropertyResolver
 
getPropertyChangeEvent() - Method in exception org.springframework.beans.PropertyAccessException
Return the PropertyChangeEvent that resulted in the problem.
getPropertyDescriptor(Class<?>, String) - Static method in class org.springframework.beans.BeanUtils
Retrieve the JavaBeans PropertyDescriptors for the given property.
getPropertyDescriptor(String) - Method in interface org.springframework.beans.BeanWrapper
Obtain the property descriptor for a specific property of the wrapped object.
getPropertyDescriptor(String) - Method in class org.springframework.beans.BeanWrapperImpl
 
getPropertyDescriptor(String) - Method in class org.springframework.beans.CachedIntrospectionResults
 
getPropertyDescriptorInternal(String) - Method in class org.springframework.beans.BeanWrapperImpl
Internal version of BeanWrapperImpl.getPropertyDescriptor(java.lang.String): Returns null if not found rather than throwing an exception.
getPropertyDescriptors(Class<?>) - Static method in class org.springframework.beans.BeanUtils
Retrieve the JavaBeans PropertyDescriptors of a given class.
getPropertyDescriptors() - Method in interface org.springframework.beans.BeanWrapper
Obtain the PropertyDescriptors for the wrapped object (as determined by standard JavaBeans introspection).
getPropertyDescriptors() - Method in class org.springframework.beans.BeanWrapperImpl
 
getPropertyDescriptors() - Method in class org.springframework.beans.CachedIntrospectionResults
 
getPropertyDescriptors() - Method in class org.springframework.beans.ExtendedBeanInfo
Return the set of PropertyDescriptors from the wrapped BeanInfo object as well as PropertyDescriptors for each non-void returning setter method found during construction.
getPropertyEditor() - Method in class org.springframework.beans.PropertyEditorRegistrySupport.CustomEditorHolder
 
getPropertyEditor(Class<?>) - Method in class org.springframework.beans.PropertyEditorRegistrySupport.CustomEditorHolder
 
getPropertyEditor() - Method in class org.springframework.web.servlet.tags.form.AbstractDataBoundFormElementTag
Get the PropertyEditor, if any, in use for value bound to this tag.
getPropertyEditorClass() - Method in class org.springframework.beans.GenericTypeAwarePropertyDescriptor
 
getPropertyEditorClass() - Method in class org.springframework.beans.SimpleIndexedPropertyDescriptor
 
getPropertyEditorClass() - Method in class org.springframework.beans.SimpleNonIndexedPropertyDescriptor
 
getPropertyEditorRegistrars() - Method in class org.springframework.beans.factory.support.AbstractBeanFactory
Return the set of PropertyEditorRegistrars.
getPropertyEditorRegistrars() - Method in class org.springframework.web.bind.support.ConfigurableWebBindingInitializer
Return the PropertyEditorRegistrars to be applied to every DataBinder.
getPropertyEditorRegistrars() - Method in class org.springframework.web.portlet.mvc.BaseCommandController
Deprecated.
Return the PropertyEditorRegistrars (if any) to be applied to every DataBinder that this controller uses.
getPropertyEditorRegistrars() - Method in class org.springframework.web.servlet.mvc.BaseCommandController
Deprecated.
Return the PropertyEditorRegistrars (if any) to be applied to every DataBinder that this controller uses.
getPropertyEditorRegistry() - Method in class org.springframework.validation.AbstractBindingResult
This implementation returns null.
getPropertyEditorRegistry() - Method in class org.springframework.validation.AbstractPropertyBindingResult
Returns the underlying PropertyAccessor.
getPropertyEditorRegistry() - Method in exception org.springframework.validation.BindException
 
getPropertyEditorRegistry() - Method in interface org.springframework.validation.BindingResult
Return the underlying PropertyEditorRegistry.
getPropertyEditorRegistry() - Method in class org.springframework.validation.DataBinder
Return the underlying TypeConverter of this binder's BindingResult.
getPropertyMethodSuffix(String) - Method in class org.springframework.expression.spel.support.ReflectivePropertyAccessor
 
getPropertyName() - Method in exception org.springframework.beans.InvalidPropertyException
Return the name of the offending property.
getPropertyName() - Method in exception org.springframework.beans.PropertyAccessException
Return the name of the affected property, if available.
getPropertyName(String) - Static method in class org.springframework.beans.PropertyAccessorUtils
Return the actual property name for the given property path.
getPropertyNames() - Method in class org.springframework.core.env.EnumerablePropertySource
Return the names of all properties contained by the source object (never null).
getPropertyNames() - Method in class org.springframework.core.env.MapPropertySource
 
getPropertyNames() - Method in class org.springframework.mock.web.portlet.MockPortalContext
 
getPropertyNames() - Method in class org.springframework.mock.web.portlet.MockPortletRequest
 
getPropertyNames() - Method in class org.springframework.mock.web.portlet.MockPortletResponse
 
getPropertyNames() - Method in class org.springframework.web.context.support.ServletConfigPropertySource
 
getPropertyNames() - Method in class org.springframework.web.context.support.ServletContextPropertySource
 
getPropertyNames() - Method in class org.springframework.web.portlet.context.PortletConfigPropertySource
 
getPropertyNames() - Method in class org.springframework.web.portlet.context.PortletContextPropertySource
 
getPropertyNameTokens(String) - Method in class org.springframework.beans.BeanWrapperImpl
Parse the given property name into the corresponding property name tokens.
getPropertyPath() - Method in class org.springframework.web.servlet.tags.form.AbstractDataBoundFormElementTag
Build the property path for this tag, including the nested path but not prefixed with the name of the form attribute.
getPropertySources() - Method in class org.springframework.context.annotation.ConfigurationClassParser
 
getPropertySources() - Method in class org.springframework.core.env.AbstractEnvironment
 
getPropertySources() - Method in interface org.springframework.core.env.ConfigurableEnvironment
Return the PropertySources for this Environment in mutable form, allowing for manipulation of the set of PropertySource objects that should be searched when resolving properties against this Environment object.
getPropertyType(String) - Method in class org.springframework.beans.AbstractPropertyAccessor
 
getPropertyType(String) - Method in class org.springframework.beans.BeanWrapperImpl
 
getPropertyType(String) - Method in class org.springframework.beans.DirectFieldAccessor
 
getPropertyType() - Method in class org.springframework.beans.GenericTypeAwarePropertyDescriptor
 
getPropertyType(String) - Method in interface org.springframework.beans.PropertyAccessor
Determine the property type for the specified property, either checking the property descriptor or checking the value in case of an indexed or mapped element.
getPropertyType(String) - Method in class org.springframework.beans.PropertyEditorRegistrySupport
Determine the property type for the given property path.
getPropertyType() - Method in class org.springframework.beans.SimpleIndexedPropertyDescriptor
 
getPropertyType() - Method in class org.springframework.beans.SimpleNonIndexedPropertyDescriptor
 
getPropertyTypeDescriptor(String) - Method in class org.springframework.beans.BeanWrapperImpl
 
getPropertyTypeDescriptor(String) - Method in class org.springframework.beans.DirectFieldAccessor
 
getPropertyTypeDescriptor(String) - Method in interface org.springframework.beans.PropertyAccessor
Return a type descriptor for the specified property: preferably from the read method, falling back to the write method.
getPropertyValue(String) - Method in class org.springframework.beans.AbstractPropertyAccessor
Actually get the value of a property.
getPropertyValue(String) - Method in class org.springframework.beans.BeanWrapperImpl
 
getPropertyValue(BeanWrapperImpl.PropertyTokenHolder) - Method in class org.springframework.beans.BeanWrapperImpl
 
getPropertyValue(String) - Method in class org.springframework.beans.DirectFieldAccessor
 
getPropertyValue(String) - Method in class org.springframework.beans.MutablePropertyValues
 
getPropertyValue(String) - Method in interface org.springframework.beans.PropertyAccessor
Get the current value of the specified property.
getPropertyValue(String) - Method in interface org.springframework.beans.PropertyValues
Return the property value with the given name, if any.
getPropertyValue(Object) - Method in class org.springframework.beans.support.PropertyComparator
Get the SortDefinition's property value for the given object.
getPropertyValueList() - Method in class org.springframework.beans.MutablePropertyValues
Return the underlying List of PropertyValue objects in its raw form.
getPropertyValues() - Method in interface org.springframework.beans.factory.config.BeanDefinition
Return the property values to be applied to a new instance of the bean.
getPropertyValues() - Method in class org.springframework.beans.factory.support.AbstractBeanDefinition
Return property values for this bean (never null).
getPropertyValues() - Method in class org.springframework.beans.MutablePropertyValues
 
getPropertyValues() - Method in interface org.springframework.beans.PropertyValues
Return an array of the PropertyValue objects held in this object.
getProtocol() - Method in class org.springframework.mail.javamail.JavaMailSenderImpl
Return the mail protocol.
getProtocol() - Method in class org.springframework.mock.web.MockHttpServletRequest
 
getProxiedInterfaces() - Method in interface org.springframework.aop.framework.Advised
Return the interfaces proxied by the AOP proxy.
getProxiedInterfaces() - Method in class org.springframework.aop.framework.AdvisedSupport
 
getProxy() - Method in class org.springframework.aop.aspectj.annotation.AspectJProxyFactory
Create a new proxy according to the settings in this factory.
getProxy(ClassLoader) - Method in class org.springframework.aop.aspectj.annotation.AspectJProxyFactory
Create a new proxy according to the settings in this factory.
getProxy() - Method in interface org.springframework.aop.framework.AopProxy
Create a new proxy object.
getProxy(ClassLoader) - Method in interface org.springframework.aop.framework.AopProxy
Create a new proxy object.
getProxy() - Method in class org.springframework.aop.framework.CglibAopProxy
 
getProxy(ClassLoader) - Method in class org.springframework.aop.framework.CglibAopProxy
 
getProxy() - Method in class org.springframework.aop.framework.JdkDynamicAopProxy
 
getProxy(ClassLoader) - Method in class org.springframework.aop.framework.JdkDynamicAopProxy
 
getProxy() - Method in class org.springframework.aop.framework.ProxyFactory
Create a new proxy according to the settings in this factory.
getProxy(ClassLoader) - Method in class org.springframework.aop.framework.ProxyFactory
Create a new proxy according to the settings in this factory.
getProxy(Class<T>, Interceptor) - Static method in class org.springframework.aop.framework.ProxyFactory
Create a new proxy for the given interface and interceptor.
getProxy(TargetSource) - Static method in class org.springframework.aop.framework.ProxyFactory
Create a proxy for the specified TargetSource that extends the target class of the TargetSource.
getProxy(AopProxy) - Method in class org.springframework.aop.framework.ProxyFactoryBean
Return the proxy object to expose.
getProxy() - Method in class org.springframework.aop.framework.ReflectiveMethodInvocation
 
getProxy() - Method in interface org.springframework.aop.ProxyMethodInvocation
Return the proxy that this method invocation was made through.
getProxy() - Method in class org.springframework.remoting.rmi.RemoteInvocationSerializingExporter
 
getProxyForService() - Method in class org.springframework.remoting.support.RemoteExporter
Get a proxy for the given service object, implementing the specified service interface.
getPublicId() - Method in class org.springframework.util.xml.AbstractStaxXMLReader.StaxLocator
 
getPublicId() - Method in class org.springframework.util.xml.StaxEventContentHandler.LocatorLocationAdapter
 
getPublicParameterMap() - Method in class org.springframework.mock.web.portlet.MockPortletRequest
 
getPublicRenderParameterNames() - Method in class org.springframework.mock.web.portlet.MockPortletConfig
 
getPublicRenderParameterNames() - Method in class org.springframework.web.portlet.handler.SimplePortletPostProcessor.DelegatingPortletConfig
 
getPublicRenderParameterNames() - Method in class org.springframework.web.portlet.mvc.PortletWrappingController.DelegatingPortletConfig
 
getPublishingEventQNames() - Method in class org.springframework.mock.web.portlet.MockPortletConfig
 
getPublishingEventQNames() - Method in class org.springframework.web.portlet.handler.SimplePortletPostProcessor.DelegatingPortletConfig
 
getPublishingEventQNames() - Method in class org.springframework.web.portlet.mvc.PortletWrappingController.DelegatingPortletConfig
 
getQName() - Method in class org.springframework.mock.web.portlet.MockEvent
 
getQName(String) - Method in class org.springframework.remoting.jaxrpc.LocalJaxRpcServiceFactory
Deprecated.
Return a QName for the given name, relative to the namespace URI of this factory, if given.
getQName(String) - Method in class org.springframework.remoting.jaxws.LocalJaxWsServiceFactory
Return a QName for the given name, relative to the namespace URI of this factory, if given.
getQualifiedAttributeName(Class, String) - Static method in class org.springframework.core.Conventions
Return an attribute name qualified by the supplied enclosing Class.
getQualifiedMethodName(Method) - Static method in class org.springframework.util.ClassUtils
Return the qualified name of the given method, consisting of fully qualified interface/class name + "." + method name.
getQualifiedName(Class<?>) - Static method in class org.springframework.util.ClassUtils
Return the qualified name of the given class: usually simply the class name, but component type class name + "[]" for arrays.
getQualifiedNameForArray(Class<?>) - Static method in class org.springframework.util.ClassUtils
Build a nice qualified name for an array: component type class name + "[]".
getQualifier(String) - Method in class org.springframework.beans.factory.support.AbstractBeanDefinition
Return the qualifier mapped to the provided type name.
getQualifier() - Method in class org.springframework.transaction.interceptor.DefaultTransactionAttribute
Return a qualifier value associated with this transaction attribute.
getQualifier() - Method in class org.springframework.transaction.interceptor.DelegatingTransactionAttribute
 
getQualifier() - Method in interface org.springframework.transaction.interceptor.TransactionAttribute
Return a qualifier value associated with this transaction attribute.
getQualifiers() - Method in class org.springframework.beans.factory.support.AbstractBeanDefinition
Return all registered qualifiers.
getQualityValue() - Method in class org.springframework.http.MediaType
Return the quality value, as indicated by a q parameter, if any.
getQuery() - Method in class org.springframework.web.util.HierarchicalUriComponents
 
getQuery() - Method in class org.springframework.web.util.OpaqueUriComponents
 
getQuery() - Method in class org.springframework.web.util.UriComponents
Returns the query.
getQueryCacheRegion() - Method in class org.springframework.orm.hibernate3.HibernateTemplate
Return the name of the cache region for queries executed by this template.
getQueryParams() - Method in class org.springframework.web.util.HierarchicalUriComponents
Returns the map of query parameters.
getQueryParams() - Method in class org.springframework.web.util.OpaqueUriComponents
 
getQueryParams() - Method in class org.springframework.web.util.UriComponents
Returns the map of query parameters.
getQueryString() - Method in class org.springframework.mock.web.MockHttpServletRequest
 
getQueryString() - Method in exception org.springframework.orm.hibernate3.HibernateQueryException
Return the HQL query string that was invalid.
getQueryString() - Method in exception org.springframework.orm.hibernate4.HibernateQueryException
Return the HQL query string that was invalid.
getQueryString() - Method in class org.springframework.web.servlet.support.RequestContext
Return the query string of the current request, that is, the part after the request path.
getQueryTimeout() - Method in class org.springframework.jdbc.core.JdbcTemplate
Return the query timeout for statements that this JdbcTemplate executes.
getQueue() - Method in class org.springframework.jms.connection.CachedMessageConsumer
 
getQueue() - Method in class org.springframework.jms.connection.CachedMessageProducer
 
getQueueCount() - Method in class org.springframework.jdbc.object.BatchSqlUpdate
Return the current number of statements or statement parameters in the queue.
getRange(String, int, int) - Method in class org.springframework.scheduling.support.CronSequenceGenerator
 
getRawBeanDefinition() - Method in class org.springframework.beans.factory.support.BeanDefinitionBuilder
Return the current BeanDefinition object in its raw (unvalidated) form.
getRawConnection(Connection) - Static method in class org.springframework.jdbc.support.nativejdbc.C3P0NativeJdbcExtractor
This method is not meant to be used directly; it rather serves as callback method for C3P0's "rawConnectionOperation" API.
getRawConnectionMethod - Variable in class org.springframework.jdbc.support.nativejdbc.C3P0NativeJdbcExtractor
 
getRawFieldValue(String) - Method in class org.springframework.validation.AbstractBindingResult
 
getRawFieldValue(String) - Method in exception org.springframework.validation.BindException
 
getRawFieldValue(String) - Method in interface org.springframework.validation.BindingResult
Extract the raw field value for the given field.
getRawStatusCode() - Method in class org.springframework.http.client.BufferingClientHttpResponseWrapper
 
getRawStatusCode() - Method in interface org.springframework.http.client.ClientHttpResponse
Return the HTTP status code of the response as integer
getRawStatusCode() - Method in class org.springframework.http.client.CommonsClientHttpResponse
Deprecated.
 
getRawStatusCode() - Method in class org.springframework.http.client.HttpComponentsClientHttpResponse
 
getRawStatusCode() - Method in class org.springframework.http.client.SimpleClientHttpResponse
 
getRawStatusCode() - Method in class org.springframework.mock.http.client.MockClientHttpResponse
 
getRawStatusCode() - Method in exception org.springframework.web.client.UnknownHttpStatusCodeException
Return the raw HTTP status code value.
getRawType(Type, Map<TypeVariable, Type>) - Static method in class org.springframework.core.GenericTypeResolver
Determine the raw type for the given generic parameter type.
getReadablePropertyNames() - Method in class org.springframework.jdbc.core.namedparam.BeanPropertySqlParameterSource
Provide access to the property names of the wrapped bean.
getReader() - Method in class org.springframework.beans.factory.xml.XmlReaderContext
 
getReader() - Method in class org.springframework.core.io.support.EncodedResource
Open a java.io.Reader for the specified resource, using the specified encoding (if any).
getReader() - Method in class org.springframework.mock.web.MockBodyContent
 
getReader() - Method in class org.springframework.mock.web.MockHttpServletRequest
 
getReader() - Method in class org.springframework.mock.web.portlet.MockClientDataRequest
 
getReader() - Method in class org.springframework.oxm.xmlbeans.XmlBeansMarshaller.NonClosingReader
 
getReader(Object, String) - Method in class org.springframework.ui.freemarker.SpringTemplateLoader
 
getReader() - Method in class org.springframework.web.filter.AbstractRequestLoggingFilter.RequestCachingRequestWrapper
 
getReaderContext() - Method in class org.springframework.beans.factory.xml.BeanDefinitionParserDelegate
Get the XmlReaderContext associated with this helper instance.
getReaderContext() - Method in class org.springframework.beans.factory.xml.DefaultBeanDefinitionDocumentReader
Return the descriptor for the XML resource that this parser works on.
getReaderContext() - Method in class org.springframework.beans.factory.xml.ParserContext
 
getReadMethod() - Method in class org.springframework.beans.GenericTypeAwarePropertyDescriptor
 
getReadMethod() - Method in class org.springframework.beans.SimpleIndexedPropertyDescriptor
 
getReadMethod() - Method in class org.springframework.beans.SimpleNonIndexedPropertyDescriptor
 
getReadMethod() - Method in class org.springframework.core.convert.Property
The property getter method: e.g.
getReadonly() - Method in class org.springframework.web.servlet.tags.form.AbstractHtmlInputElementTag
Gets the value of the 'readonly' attribute.
getRealLiteral(String, int, boolean) - Static method in class org.springframework.expression.spel.ast.Literal
 
getRealPath(String) - Method in class org.springframework.mock.web.MockHttpServletRequest
 
getRealPath(String) - Method in class org.springframework.mock.web.MockServletContext
 
getRealPath(String) - Method in class org.springframework.mock.web.portlet.MockPortletContext
 
getRealPath(String) - Method in class org.springframework.mock.web.portlet.ServletWrappingPortletContext
 
getRealPath(PortletContext, String) - Static method in class org.springframework.web.portlet.util.PortletUtils
Return the real path of the given path within the web application, as provided by the portlet container.
getRealPath(ServletContext, String) - Static method in class org.springframework.web.util.WebUtils
Return the real path of the given path within the web application, as provided by the servlet container.
getReasonPhrase() - Method in enum org.springframework.http.HttpStatus
Return the reason phrase of this status code.
getReceiveTimeout() - Method in class org.springframework.jms.core.JmsTemplate
Return the timeout to use for receive calls (in milliseconds).
getReceiveTimeout() - Method in class org.springframework.jms.remoting.JmsInvokerClientInterceptor
Return the timeout to use for receiving the response message for a request (in milliseconds).
getRecordFactory() - Method in class org.springframework.jca.cci.connection.DelegatingConnectionFactory
 
getRecordFactory(ConnectionFactory) - Method in class org.springframework.jca.cci.core.CciTemplate
Return a RecordFactory for the given ConnectionFactory.
getRecordName() - Method in class org.springframework.jca.cci.core.support.CommAreaRecord
 
getRecordShortDescription() - Method in class org.springframework.jca.cci.core.support.CommAreaRecord
 
getRedirectedUrl() - Method in class org.springframework.mock.web.MockHttpServletResponse
 
getRedirectedUrl() - Method in class org.springframework.mock.web.portlet.MockActionResponse
 
getRefCursorSqlType() - Method in interface org.springframework.jdbc.core.metadata.CallMetaDataProvider
Get the Types type for columns that return resultsets as ref cursors if this feature is supported.
getRefCursorSqlType() - Method in class org.springframework.jdbc.core.metadata.GenericCallMetaDataProvider
 
getRefCursorSqlType() - Method in class org.springframework.jdbc.core.metadata.OracleCallMetaDataProvider
 
getRefCursorSqlType() - Method in class org.springframework.jdbc.core.metadata.PostgresCallMetaDataProvider
 
getReference() - Method in class org.springframework.jca.cci.connection.DelegatingConnectionFactory
 
getReference(Class<T>, Object) - Method in interface org.springframework.orm.jpa.JpaOperations
Deprecated.
 
getReference(Class<T>, Object) - Method in class org.springframework.orm.jpa.JpaTemplate
Deprecated.
 
getReference(Object, ConcurrentReferenceHashMap.Restructure) - Method in class org.springframework.util.ConcurrentReferenceHashMap
Returns a ConcurrentReferenceHashMap.Reference to the ConcurrentReferenceHashMap.Entry for the specified key or null if not found.
getReference(Object, int, ConcurrentReferenceHashMap.Restructure) - Method in class org.springframework.util.ConcurrentReferenceHashMap.Segment
 
getReferenceSubstring(int) - Method in class org.springframework.web.util.HtmlCharacterEntityDecoder
 
getRefreshCount() - Method in class org.springframework.aop.target.dynamic.AbstractRefreshableTargetSource
 
getRefreshCount() - Method in interface org.springframework.aop.target.dynamic.Refreshable
Return the number of actual refreshes since startup.
getRefreshDate() - Method in class org.springframework.beans.support.PagedListHolder
Return the last time the list has been fetched from the source provider.
getRefreshTimestamp() - Method in class org.springframework.context.support.ReloadableResourceBundleMessageSource.PropertiesHolder
 
getRegisteredConverter(TypeDescriptor, TypeDescriptor, GenericConverter.ConvertiblePair) - Method in class org.springframework.core.convert.support.GenericConversionService.Converters
 
getRegisteredObjectNames() - Method in class org.springframework.jmx.support.MBeanRegistrationSupport
Return the ObjectNames of all registered beans.
getRegisteredScope(String) - Method in interface org.springframework.beans.factory.config.ConfigurableBeanFactory
Return the Scope implementation for the given scope name, if any.
getRegisteredScope(String) - Method in class org.springframework.beans.factory.support.AbstractBeanFactory
 
getRegisteredScopeNames() - Method in interface org.springframework.beans.factory.config.ConfigurableBeanFactory
Return the names of all currently registered scopes.
getRegisteredScopeNames() - Method in class org.springframework.beans.factory.support.AbstractBeanFactory
 
getRegisteredType() - Method in class org.springframework.beans.PropertyEditorRegistrySupport.CustomEditorHolder
 
getRegistry() - Method in class org.springframework.beans.factory.support.AbstractBeanDefinitionReader
 
getRegistry() - Method in interface org.springframework.beans.factory.support.BeanDefinitionReader
Return the bean factory to register the bean definitions with.
getRegistry() - Method in class org.springframework.beans.factory.xml.ParserContext
 
getRegistry() - Method in class org.springframework.beans.factory.xml.XmlReaderContext
 
getRegistry() - Method in class org.springframework.context.annotation.AnnotatedBeanDefinitionReader
Return the BeanDefinitionRegistry that this scanner operates on.
getRegistry() - Method in class org.springframework.context.annotation.ClassPathBeanDefinitionScanner
Return the BeanDefinitionRegistry that this scanner operates on.
getRegistry(String, int, RMIClientSocketFactory, RMIServerSocketFactory) - Method in class org.springframework.remoting.rmi.RmiRegistryFactoryBean
Locate or create the RMI registry.
getRegistry(int, RMIClientSocketFactory, RMIServerSocketFactory) - Method in class org.springframework.remoting.rmi.RmiRegistryFactoryBean
Locate or create the RMI registry.
getRegistry(int) - Method in class org.springframework.remoting.rmi.RmiRegistryFactoryBean
Locate or create the RMI registry.
getRegistry(String, int, RMIClientSocketFactory, RMIServerSocketFactory) - Method in class org.springframework.remoting.rmi.RmiServiceExporter
Locate or create the RMI registry for this exporter.
getRegistry(int, RMIClientSocketFactory, RMIServerSocketFactory) - Method in class org.springframework.remoting.rmi.RmiServiceExporter
Locate or create the RMI registry for this exporter.
getRegistry(int) - Method in class org.springframework.remoting.rmi.RmiServiceExporter
Locate or create the RMI registry for this exporter.
getRejectedValue() - Method in class org.springframework.validation.FieldError
Return the rejected field value.
getRelatedCauses() - Method in exception org.springframework.beans.factory.BeanCreationException
Return the related causes, if any.
getRelative(URL) - Static method in class org.springframework.core.io.VfsUtils
 
getRemaining() - Method in class org.springframework.mock.web.MockBodyContent
 
getRemaining() - Method in class org.springframework.mock.web.MockJspWriter
 
getRemainingPath(String, String, boolean) - Method in class org.springframework.web.util.UrlPathHelper
Match the given "mapping" to the start of the "requestUri" and if there is a match return the extra part.
getRemoteAddr() - Method in class org.springframework.mock.web.MockHttpServletRequest
 
getRemoteHost() - Method in class org.springframework.mock.web.MockHttpServletRequest
 
getRemoteInvocationExecutor() - Method in class org.springframework.remoting.support.RemoteInvocationBasedExporter
Return the RemoteInvocationExecutor used by this exporter.
getRemoteInvocationFactory() - Method in class org.springframework.remoting.rmi.JndiRmiClientInterceptor
Return the RemoteInvocationFactory used by this accessor.
getRemoteInvocationFactory() - Method in class org.springframework.remoting.support.RemoteInvocationBasedAccessor
Return the RemoteInvocationFactory used by this accessor.
getRemotePort() - Method in class org.springframework.mock.web.MockHttpServletRequest
 
getRemoteUser() - Method in class org.springframework.mock.web.MockHttpServletRequest
 
getRemoteUser() - Method in class org.springframework.mock.web.portlet.MockPortletRequest
 
getRemoteUser() - Method in class org.springframework.web.context.request.FacesWebRequest
 
getRemoteUser() - Method in class org.springframework.web.context.request.ServletWebRequest
 
getRemoteUser() - Method in interface org.springframework.web.context.request.WebRequest
Return the remote user for this request, if any.
getRemoteUser() - Method in class org.springframework.web.portlet.context.PortletWebRequest
 
getRenderCommand(RenderRequest) - Method in class org.springframework.web.portlet.mvc.BaseCommandController
Deprecated.
Get the command object cached for the render phase.
getRenderCommandSessionAttributeName() - Method in class org.springframework.web.portlet.mvc.BaseCommandController
Deprecated.
Return the name of the session attribute that holds the render phase command object for this form controller.
getRenderedAttributes() - Method in class org.springframework.web.servlet.view.json.MappingJackson2JsonView
getRenderedAttributes() - Method in class org.springframework.web.servlet.view.json.MappingJacksonJsonView
Deprecated.
getRenderErrors(RenderRequest) - Method in class org.springframework.web.portlet.mvc.BaseCommandController
Deprecated.
Get the bind and validation errors cached for the render phase.
getRenderErrorsSessionAttributeName() - Method in class org.springframework.web.portlet.mvc.BaseCommandController
Deprecated.
Return the name of the session attribute that holds the render phase command object for this form controller.
getRenderParameter(String) - Method in class org.springframework.mock.web.portlet.MockStateAwareResponse
 
getRenderParameterMap() - Method in class org.springframework.mock.web.portlet.MockStateAwareResponse
 
getRenderParameterNames() - Method in class org.springframework.mock.web.portlet.MockStateAwareResponse
 
getRenderParameters() - Method in class org.springframework.web.portlet.mvc.AbstractFormController
Deprecated.
Returns the list of parameters that will be passed forward from the action phase to the render phase whenever the form is rerendered or when AbstractFormController.passRenderParameters(ActionRequest, ActionResponse) is called.
getRenderParameterValues(String) - Method in class org.springframework.mock.web.portlet.MockStateAwareResponse
 
getReplyTo() - Method in class org.springframework.mail.SimpleMailMessage
 
getReport() - Method in class org.springframework.web.servlet.view.jasperreports.AbstractJasperReportsView
Determine the JasperReport to fill.
getReportData(Map<String, Object>) - Method in class org.springframework.web.servlet.view.jasperreports.AbstractJasperReportsView
Create an appropriate JRDataSource for passed-in report data.
getReportDataTypes() - Method in class org.springframework.web.servlet.view.jasperreports.AbstractJasperReportsView
Return the value types that can be converted to a JRDataSource, in prioritized order.
getRequest() - Method in class org.springframework.http.client.support.HttpRequestWrapper
Returns the wrapped request.
getRequest() - Method in class org.springframework.mock.web.MockFilterChain
Return the request that MockFilterChain.doFilter(ServletRequest, ServletResponse) has been called with.
getRequest() - Method in class org.springframework.mock.web.MockPageContext
 
getRequest() - Method in class org.springframework.test.web.servlet.DefaultMvcResult
 
getRequest() - Method in interface org.springframework.test.web.servlet.MvcResult
Return the performed request.
getRequest() - Method in class org.springframework.test.web.servlet.request.MockAsyncContext
 
getRequest() - Method in class org.springframework.web.context.request.ServletRequestAttributes
Exposes the native HttpServletRequest that we're wrapping.
getRequest() - Method in class org.springframework.web.multipart.support.AbstractMultipartHttpServletRequest
 
getRequest() - Method in class org.springframework.web.portlet.context.PortletRequestAttributes
Exposes the native PortletRequest that we're wrapping.
getRequest() - Method in class org.springframework.web.servlet.support.RequestContext
Return the underlying HttpServletRequest.
getRequestAttributes() - Static method in class org.springframework.web.context.request.RequestContextHolder
Return the RequestAttributes currently bound to the thread.
getRequestContext() - Method in class org.springframework.web.servlet.tags.RequestContextAwareTag
Return the current RequestContext.
getRequestContextAttribute() - Method in class org.springframework.web.servlet.view.AbstractView
Return the name of the RequestContext attribute, if any.
getRequestContextAttribute() - Method in class org.springframework.web.servlet.view.UrlBasedViewResolver
Return the name of the RequestContext attribute for all views, if any.
getRequestDataValueProcessor() - Method in class org.springframework.web.servlet.support.RequestContext
Return the RequestDataValueProcessor instance to use obtained from the WebApplicationContext under the name "requestDataValueProcessor".
getRequestDispatcher(String) - Method in class org.springframework.mock.web.MockHttpServletRequest
 
getRequestDispatcher(String) - Method in class org.springframework.mock.web.MockServletContext
 
getRequestDispatcher(String) - Method in class org.springframework.mock.web.portlet.MockPortletContext
 
getRequestDispatcher(String) - Method in class org.springframework.mock.web.portlet.ServletWrappingPortletContext
 
getRequestDispatcher(HttpServletRequest, String) - Method in class org.springframework.web.servlet.view.InternalResourceView
Obtain the RequestDispatcher to use for the forward/include.
getRequestedSessionId() - Method in class org.springframework.mock.web.MockHttpServletRequest
 
getRequestedSessionId() - Method in class org.springframework.mock.web.portlet.MockPortletRequest
 
getRequestFactory() - Method in class org.springframework.http.client.support.HttpAccessor
Return the request factory that this accessor uses for obtaining HttpRequests.
getRequestFactory() - Method in class org.springframework.http.client.support.InterceptingHttpAccessor
 
getRequestHandler() - Method in class org.springframework.web.servlet.config.annotation.ResourceHandlerRegistration
Returns a ResourceHttpRequestHandler instance.
getRequestHeaders() - Method in class org.springframework.mock.web.MockMultipartHttpServletRequest
 
getRequestHeaders(MockHttpServletRequest) - Method in class org.springframework.test.web.servlet.result.PrintingResultHandler
 
getRequestHeaders() - Method in interface org.springframework.web.multipart.MultipartHttpServletRequest
Return this request's headers as a convenient HttpHeaders instance.
getRequestHeaders() - Method in class org.springframework.web.multipart.support.AbstractMultipartHttpServletRequest
 
getRequestMethod() - Method in class org.springframework.mock.web.MockMultipartHttpServletRequest
 
getRequestMethod() - Method in interface org.springframework.web.multipart.MultipartHttpServletRequest
Return this request's method as a convenient HttpMethod instance.
getRequestMethod() - Method in class org.springframework.web.multipart.support.AbstractMultipartHttpServletRequest
 
getRequestMethod(HttpServletRequest) - Method in class org.springframework.web.servlet.mvc.condition.RequestMethodsRequestCondition
 
getRequestParams(HttpServletRequest, Set<RequestMappingInfo>) - Method in class org.springframework.web.servlet.mvc.method.RequestMappingInfoHandlerMapping
 
getRequestPartName() - Method in class org.springframework.web.multipart.support.MissingServletRequestPartException
 
getRequestToExpose(HttpServletRequest) - Method in class org.springframework.web.servlet.view.InternalResourceView
Get the request handle to expose to the RequestDispatcher, i.e.
getRequestType() - Method in class org.springframework.web.portlet.context.PortletRequestHandledEvent
Return the the type of Portlet Request ('action' or 'render').
getRequestURI() - Method in class org.springframework.mock.web.MockHttpServletRequest
 
getRequestUri() - Method in class org.springframework.web.servlet.support.RequestContext
Return the request URI of the original request, that is, the invoked URL without parameters.
getRequestUri(HttpServletRequest) - Method in class org.springframework.web.util.UrlPathHelper
Return the request URI for the given request, detecting an include request URL if called within a RequestDispatcher include.
getRequestURL() - Method in class org.springframework.mock.web.MockHttpServletRequest
 
getRequestUrl() - Method in class org.springframework.web.context.support.ServletRequestHandledEvent
Return the URL of the request.
getRequestValueForAttribute(String, NativeWebRequest) - Method in class org.springframework.web.servlet.mvc.method.annotation.ServletModelAttributeMethodProcessor
Obtain a value from the request that may be used to instantiate the model attribute through type conversion from String to the target type.
getRequiredAnnotationType() - Method in class org.springframework.beans.factory.annotation.RequiredAnnotationBeanPostProcessor
Return the 'required' annotation type.
getRequiredBindingResult(Map<?, ?>, String) - Static method in class org.springframework.validation.BindingResultUtils
Find a required BindingResult for the given name in the given model.
getRequiredBooleanParameter(ServletRequest, String) - Static method in class org.springframework.web.bind.ServletRequestUtils
Get a boolean parameter, throwing an exception if it isn't found or isn't a boolean.
getRequiredBooleanParameter(PortletRequest, String) - Static method in class org.springframework.web.portlet.bind.PortletRequestUtils
Get a boolean parameter, throwing an exception if it isn't found or isn't a boolean.
getRequiredBooleanParameters(ServletRequest, String) - Static method in class org.springframework.web.bind.ServletRequestUtils
Get an array of boolean parameters, throwing an exception if not found or one isn't a boolean.
getRequiredBooleanParameters(PortletRequest, String) - Static method in class org.springframework.web.portlet.bind.PortletRequestUtils
Get an array of boolean parameters, throwing an exception if not found or one isn't a boolean.
getRequiredDefaultDestinationName() - Method in class org.springframework.jms.core.JmsTemplate
 
getRequiredDoubleParameter(ServletRequest, String) - Static method in class org.springframework.web.bind.ServletRequestUtils
Get a double parameter, throwing an exception if it isn't found or isn't a number.
getRequiredDoubleParameter(PortletRequest, String) - Static method in class org.springframework.web.portlet.bind.PortletRequestUtils
Get a double parameter, throwing an exception if it isn't found or isn't a number.
getRequiredDoubleParameters(ServletRequest, String) - Static method in class org.springframework.web.bind.ServletRequestUtils
Get an array of double parameters, throwing an exception if not found or one is not a number.
getRequiredDoubleParameters(PortletRequest, String) - Static method in class org.springframework.web.portlet.bind.PortletRequestUtils
Get an array of double parameters, throwing an exception if not found or one is not a number.
getRequiredFields() - Method in class org.springframework.validation.DataBinder
Return the fields that are required for each binding process.
getRequiredFloatParameter(ServletRequest, String) - Static method in class org.springframework.web.bind.ServletRequestUtils
Get a float parameter, throwing an exception if it isn't found or isn't a number.
getRequiredFloatParameter(PortletRequest, String) - Static method in class org.springframework.web.portlet.bind.PortletRequestUtils
Get a float parameter, throwing an exception if it isn't found or isn't a number.
getRequiredFloatParameters(ServletRequest, String) - Static method in class org.springframework.web.bind.ServletRequestUtils
Get an array of float parameters, throwing an exception if not found or one is not a number.
getRequiredFloatParameters(PortletRequest, String) - Static method in class org.springframework.web.portlet.bind.PortletRequestUtils
Get an array of float parameters, throwing an exception if not found or one is not a number.
getRequiredIntParameter(ServletRequest, String) - Static method in class org.springframework.web.bind.ServletRequestUtils
Get an int parameter, throwing an exception if it isn't found or isn't a number.
getRequiredIntParameter(PortletRequest, String) - Static method in class org.springframework.web.portlet.bind.PortletRequestUtils
Get an int parameter, throwing an exception if it isn't found or isn't a number.
getRequiredIntParameters(ServletRequest, String) - Static method in class org.springframework.web.bind.ServletRequestUtils
Get an array of int parameters, throwing an exception if not found or one is not a number..
getRequiredIntParameters(PortletRequest, String) - Static method in class org.springframework.web.portlet.bind.PortletRequestUtils
Get an array of int parameters, throwing an exception if not found or one is not a number..
getRequiredLongParameter(ServletRequest, String) - Static method in class org.springframework.web.bind.ServletRequestUtils
Get a long parameter, throwing an exception if it isn't found or isn't a number.
getRequiredLongParameter(PortletRequest, String) - Static method in class org.springframework.web.portlet.bind.PortletRequestUtils
Get a long parameter, throwing an exception if it isn't found or isn't a number.
getRequiredLongParameters(ServletRequest, String) - Static method in class org.springframework.web.bind.ServletRequestUtils
Get an array of long parameters, throwing an exception if not found or one is not a number.
getRequiredLongParameters(PortletRequest, String) - Static method in class org.springframework.web.portlet.bind.PortletRequestUtils
Get an array of long parameters, throwing an exception if not found or one is not a number.
getRequiredMessageConverter() - Method in class org.springframework.jms.core.JmsTemplate
 
getRequiredParameterName(MethodParameter) - Method in class org.springframework.web.bind.annotation.support.HandlerMethodInvoker
 
getRequiredProperty(String) - Method in class org.springframework.core.env.AbstractEnvironment
 
getRequiredProperty(String, Class<T>) - Method in class org.springframework.core.env.AbstractEnvironment
 
getRequiredProperty(String) - Method in class org.springframework.core.env.AbstractPropertyResolver
 
getRequiredProperty(String, Class<T>) - Method in class org.springframework.core.env.AbstractPropertyResolver
 
getRequiredProperty(String) - Method in interface org.springframework.core.env.PropertyResolver
Return the property value associated with the given key, converted to the given targetType (never null).
getRequiredProperty(String, Class<T>) - Method in interface org.springframework.core.env.PropertyResolver
Return the property value associated with the given key, converted to the given targetType (never null).
getRequiredSessionAttribute(PortletRequest, String) - Static method in class org.springframework.web.portlet.util.PortletUtils
Check the given request for a session attribute of the given name under the javax.portlet.PortletSession#PORTLET_SCOPE.
getRequiredSessionAttribute(PortletRequest, String, int) - Static method in class org.springframework.web.portlet.util.PortletUtils
Check the given request for a session attribute of the given name in the given scope.
getRequiredSessionAttribute(HttpServletRequest, String) - Static method in class org.springframework.web.util.WebUtils
Check the given request for a session attribute of the given name.
getRequiredStringParameter(ServletRequest, String) - Static method in class org.springframework.web.bind.ServletRequestUtils
Get a String parameter, throwing an exception if it isn't found.
getRequiredStringParameter(PortletRequest, String) - Static method in class org.springframework.web.portlet.bind.PortletRequestUtils
Get a String parameter, throwing an exception if it isn't found or is empty.
getRequiredStringParameters(ServletRequest, String) - Static method in class org.springframework.web.bind.ServletRequestUtils
Get an array of String parameters, throwing an exception if not found.
getRequiredStringParameters(PortletRequest, String) - Static method in class org.springframework.web.portlet.bind.PortletRequestUtils
Get an array of String parameters, throwing an exception if not found or one is empty.
getRequiredType() - Method in exception org.springframework.beans.factory.BeanNotOfRequiredTypeException
Return the expected type for the bean.
getRequiredType() - Method in exception org.springframework.beans.TypeMismatchException
Return the required target type, if any.
getRequiredType() - Method in exception org.springframework.jndi.TypeMismatchNamingException
Return the required type for the lookup, if available.
getRequiredTypeInfo(Object, Class<?>) - Method in class org.springframework.core.convert.support.GenericConversionService
 
getRequiredWebApplicationContext(ServletContext) - Static method in class org.springframework.web.context.support.WebApplicationContextUtils
Find the root WebApplicationContext for this web application, which is typically loaded via ContextLoaderListener.
getRequiredWebApplicationContext(FacesContext) - Static method in class org.springframework.web.jsf.FacesContextUtils
Find the root WebApplicationContext for this web app, which is typically loaded via ContextLoaderListener or ContextLoaderServlet.
getRequiredWebApplicationContext(PortletContext) - Static method in class org.springframework.web.portlet.context.PortletApplicationContextUtils
Find the root WebApplicationContext for this portlet application, which is typically loaded via ContextLoaderListener or ContextLoaderServlet.
getRequiredWebApplicationContext(ActionServlet, ModuleConfig) - Static method in class org.springframework.web.struts.DelegatingActionUtils
Deprecated.
Fetch ContextLoaderPlugIn's WebApplicationContext from the ServletContext.
getReservedDefaultProfiles() - Method in class org.springframework.core.env.AbstractEnvironment
Return the set of reserved default profile names.
getResolvedAutowireMode() - Method in class org.springframework.beans.factory.support.AbstractBeanDefinition
Return the resolved autowire code, (resolving AUTOWIRE_AUTODETECT to AUTOWIRE_CONSTRUCTOR or AUTOWIRE_BY_TYPE).
getResolvedException() - Method in class org.springframework.test.web.servlet.DefaultMvcResult
 
getResolvedException() - Method in interface org.springframework.test.web.servlet.MvcResult
Return any exception raised by a handler and successfully resolved through a HandlerExceptionResolver.
getResolvedFactoryMethod() - Method in class org.springframework.beans.factory.support.RootBeanDefinition
Return the resolved factory method as a Java Method object, if available.
getResolvedObjectNames() - Method in class org.springframework.jmx.support.NotificationListenerHolder
Return the list of ObjectName String representations for which the encapsulated NotificationFilter will be registered as a listener for Notifications.
getResolvers() - Method in class org.springframework.web.method.support.HandlerMethodArgumentResolverComposite
Return a read-only list with the contained resolvers, or an empty list.
getResource() - Method in class org.springframework.beans.factory.parsing.Location
Get the resource with which this location is associated.
getResource() - Method in class org.springframework.beans.factory.parsing.ReaderContext
 
getResource() - Method in class org.springframework.beans.factory.support.AbstractBeanDefinition
Return the resource that this bean definition came from.
getResource(CommonAnnotationBeanPostProcessor.LookupElement, String) - Method in class org.springframework.context.annotation.CommonAnnotationBeanPostProcessor
Obtain the resource object for the given name and type.
getResource() - Method in class org.springframework.context.annotation.ConfigurationClass
 
getResource(String) - Method in class org.springframework.context.support.GenericApplicationContext
This implementation delegates to this context's ResourceLoader if set, falling back to the default superclass behavior else.
getResource(URL) - Static method in class org.springframework.core.io.AbstractFileResolvingResource.VfsResourceDelegate
 
getResource(URI) - Static method in class org.springframework.core.io.AbstractFileResolvingResource.VfsResourceDelegate
 
getResource(String) - Method in class org.springframework.core.io.DefaultResourceLoader
 
getResource(String) - Method in interface org.springframework.core.io.ResourceLoader
Return a Resource handle for the specified resource.
getResource() - Method in class org.springframework.core.io.support.EncodedResource
Return the Resource held.
getResource(String) - Method in class org.springframework.core.io.support.PathMatchingResourcePatternResolver
 
getResource() - Method in interface org.springframework.core.type.classreading.MetadataReader
Return the resource reference for the class file.
getResource() - Method in class org.springframework.core.type.classreading.SimpleMetadataReader
 
getResource(String) - Method in class org.springframework.instrument.classloading.ResourceOverridingShadowingClassLoader
 
getResource(String) - Method in class org.springframework.instrument.classloading.ShadowingClassLoader
 
getResource(String) - Method in class org.springframework.mock.web.MockServletContext
 
getResource(String) - Method in class org.springframework.mock.web.portlet.MockPortletContext
 
getResource(String) - Method in class org.springframework.mock.web.portlet.ServletWrappingPortletContext
 
getResource(String) - Method in class org.springframework.scheduling.quartz.ResourceLoaderClassLoadHelper
 
getResource() - Method in class org.springframework.scripting.support.ResourceScriptSource
Return the Resource to load the script from.
getResource(String) - Method in class org.springframework.test.web.servlet.setup.StubWebApplicationContext
 
getResource(Object) - Static method in class org.springframework.transaction.support.TransactionSynchronizationManager
Retrieve a resource for the given key that is bound to the current thread.
getResource(HttpServletRequest) - Method in class org.springframework.web.servlet.resource.ResourceHttpRequestHandler
 
getResource(String) - Method in class org.springframework.web.servlet.view.tiles2.SpringTilesApplicationContextFactory.SpringWildcardServletTilesApplicationContext
 
getResource(String) - Method in class org.springframework.web.servlet.view.tiles3.SpringWildcardServletTilesApplicationContext
 
getResource(ApplicationResource, Locale) - Method in class org.springframework.web.servlet.view.tiles3.SpringWildcardServletTilesApplicationContext
 
getResourceAdapter() - Method in class org.springframework.jca.endpoint.GenericMessageEndpointManager
Return the JCA ResourceAdapter to manage endpoints for.
getResourceAsStream(String) - Method in class org.springframework.instrument.classloading.ResourceOverridingShadowingClassLoader
 
getResourceAsStream(String) - Method in class org.springframework.instrument.classloading.ShadowingClassLoader
 
getResourceAsStream(String) - Method in class org.springframework.mock.web.MockServletContext
 
getResourceAsStream(String) - Method in class org.springframework.mock.web.portlet.MockPortletContext
 
getResourceAsStream(String) - Method in class org.springframework.mock.web.portlet.ServletWrappingPortletContext
 
getResourceAsStream(String) - Method in class org.springframework.scheduling.quartz.ResourceLoaderClassLoadHelper
 
getResourceBasePath() - Method in class org.springframework.test.context.web.WebMergedContextConfiguration
Get the resource path to the root directory of the web application for the test class, configured via @WebAppConfiguration.
getResourceBundle(String, Locale) - Method in class org.springframework.context.support.ResourceBundleMessageSource
Return a ResourceBundle for the given basename and code, fetching already generated MessageFormats from the cache.
getResourceBundle(Locale) - Method in class org.springframework.mock.web.portlet.MockPortletConfig
 
getResourceBundle(Locale) - Method in class org.springframework.validation.beanvalidation.MessageSourceResourceBundleLocator
 
getResourceBundle(Locale) - Method in class org.springframework.web.portlet.handler.SimplePortletPostProcessor.DelegatingPortletConfig
 
getResourceBundle(Locale) - Method in class org.springframework.web.portlet.mvc.PortletWrappingController.DelegatingPortletConfig
 
getResourceBundle() - Method in class org.springframework.web.servlet.support.JstlUtils.SpringLocalizationContext
 
getResourceByPath(String) - Method in class org.springframework.context.support.FileSystemXmlApplicationContext
Resolve resource paths as file system paths.
getResourceByPath(String) - Method in class org.springframework.core.io.ClassRelativeResourceLoader
 
getResourceByPath(String) - Method in class org.springframework.core.io.DefaultResourceLoader
Return a Resource handle for the resource at the given path.
getResourceByPath(String) - Method in class org.springframework.core.io.FileSystemResourceLoader
Resolve resource paths as file system paths.
getResourceByPath(String) - Method in class org.springframework.web.context.support.AbstractRefreshableWebApplicationContext
This implementation supports file paths beneath the root of the ServletContext.
getResourceByPath(String) - Method in class org.springframework.web.context.support.GenericWebApplicationContext
This implementation supports file paths beneath the root of the ServletContext.
getResourceByPath(String) - Method in class org.springframework.web.context.support.ServletContextResourceLoader
This implementation supports file paths beneath the root of the web application.
getResourceByPath(String) - Method in class org.springframework.web.context.support.StaticWebApplicationContext
This implementation supports file paths beneath the root of the ServletContext.
getResourceByPath(String) - Method in class org.springframework.web.portlet.context.AbstractRefreshablePortletApplicationContext
This implementation supports file paths beneath the root of the PortletContext.
getResourceByPath(String) - Method in class org.springframework.web.portlet.context.PortletContextResourceLoader
This implementation supports file paths beneath the root of the web application.
getResourceByPath(String) - Method in class org.springframework.web.portlet.context.StaticPortletApplicationContext
This implementation supports file paths beneath the root of the PortletContext.
getResourceDescription() - Method in exception org.springframework.beans.factory.BeanCreationException
Return the description of the resource that the bean definition came from, if any.
getResourceDescription() - Method in exception org.springframework.beans.factory.BeanDefinitionStoreException
Return the description of the resource that the bean definition came from, if any.
getResourceDescription() - Method in exception org.springframework.beans.factory.CannotLoadBeanClassException
Return the description of the resource that the bean definition came from.
getResourceDescription() - Method in interface org.springframework.beans.factory.config.BeanDefinition
Return a description of the resource that this bean definition came from (for the purpose of showing context in case of errors).
getResourceDescription() - Method in class org.springframework.beans.factory.parsing.Problem
Get the description of the bean configuration source that triggered the error, as contained within this Problem's Location object.
getResourceDescription() - Method in class org.springframework.beans.factory.support.AbstractBeanDefinition
 
getResourceFactory() - Method in class org.springframework.jca.cci.connection.CciLocalTransactionManager
 
getResourceFactory() - Method in class org.springframework.jdbc.datasource.DataSourceTransactionManager
 
getResourceFactory() - Method in class org.springframework.jms.connection.JmsTransactionManager
 
getResourceFactory() - Method in class org.springframework.orm.hibernate3.HibernateTransactionManager
 
getResourceFactory() - Method in class org.springframework.orm.hibernate4.HibernateTransactionManager
 
getResourceFactory() - Method in class org.springframework.orm.jdo.JdoTransactionManager
 
getResourceFactory() - Method in class org.springframework.orm.jpa.JpaTransactionManager
 
getResourceFactory() - Method in interface org.springframework.transaction.support.ResourceTransactionManager
Return the resource factory that this transaction manager operates on, e.g.
getResourceHolder() - Method in class org.springframework.jms.connection.JmsTransactionManager.JmsTransactionObject
 
getResourceID() - Method in class org.springframework.mock.web.portlet.MockResourceRequest
 
getResourceID() - Method in class org.springframework.mock.web.portlet.MockResourceURL
 
getResourceLoader() - Method in class org.springframework.beans.factory.support.AbstractBeanDefinitionReader
 
getResourceLoader() - Method in interface org.springframework.beans.factory.support.BeanDefinitionReader
Return the resource loader to use for resource locations.
getResourceLoader() - Method in class org.springframework.beans.factory.xml.XmlReaderContext
 
getResourceLoader() - Method in class org.springframework.context.annotation.ClassPathScanningCandidateComponentProvider
Return the ResourceLoader that this component provider uses.
getResourceLoader() - Method in class org.springframework.core.io.support.PathMatchingResourcePatternResolver
Return the ResourceLoader that this pattern resolver works with.
getResourceLoader() - Method in class org.springframework.core.type.classreading.SimpleMetadataReaderFactory
Return the ResourceLoader that this MetadataReaderFactory has been constructed with.
getResourceLoader() - Method in class org.springframework.ui.freemarker.FreeMarkerConfigurationFactory
Return the Spring ResourceLoader to use for loading FreeMarker template files.
getResourceLoader() - Method in class org.springframework.ui.velocity.VelocityEngineFactory
Return the Spring ResourceLoader to use for loading Velocity template files.
getResourceLocation() - Method in class org.springframework.context.annotation.ConfigurationMethod
 
getResourceLocation(String) - Method in class org.springframework.mock.web.MockServletContext
Build a full resource location for the given path, prepending the resource base path of this MockServletContext.
getResourceLocation(String) - Method in class org.springframework.mock.web.portlet.MockPortletContext
Build a full resource location for the given path, prepending the resource base path of this MockPortletContext.
getResourceMap() - Static method in class org.springframework.transaction.support.TransactionSynchronizationManager
Return all resources that are bound to the current thread.
getResourcePaths(String) - Method in class org.springframework.mock.web.MockServletContext
 
getResourcePaths(String) - Method in class org.springframework.mock.web.portlet.MockPortletContext
 
getResourcePaths(String) - Method in class org.springframework.mock.web.portlet.ServletWrappingPortletContext
 
getResourcePatternResolver() - Method in class org.springframework.context.support.AbstractApplicationContext
Return the ResourcePatternResolver to use for resolving location patterns into Resource instances.
getResourcePatternResolver(ResourceLoader) - Static method in class org.springframework.core.io.support.ResourcePatternUtils
Return a default ResourcePatternResolver for the given ResourceLoader.
getResourcePatternResolver() - Method in class org.springframework.web.context.support.AbstractRefreshableWebApplicationContext
This implementation supports pattern matching in unexpanded WARs too.
getResourcePatternResolver() - Method in class org.springframework.web.context.support.GenericWebApplicationContext
This implementation supports pattern matching in unexpanded WARs too.
getResourcePatternResolver() - Method in class org.springframework.web.context.support.StaticWebApplicationContext
This implementation supports pattern matching in unexpanded WARs too.
getResourcePatternResolver() - Method in class org.springframework.web.portlet.context.AbstractRefreshablePortletApplicationContext
This implementation supports pattern matching in unexpanded WARs too.
getResourcePatternResolver() - Method in class org.springframework.web.portlet.context.StaticPortletApplicationContext
This implementation supports pattern matching in unexpanded WARs too.
getResources(String) - Method in class org.springframework.context.support.AbstractApplicationContext
 
getResources(String) - Method in class org.springframework.context.support.GenericApplicationContext
This implementation delegates to this context's ResourceLoader if it implements the ResourcePatternResolver interface, falling back to the default superclass behavior else.
getResources(String) - Method in class org.springframework.core.io.support.PathMatchingResourcePatternResolver
 
getResources() - Method in class org.springframework.core.io.support.PathMatchingResourcePatternResolver.PatternVirtualFileVisitor
 
getResources(String) - Method in interface org.springframework.core.io.support.ResourcePatternResolver
Resolve the given location pattern into Resource objects.
getResources(String) - Method in class org.springframework.instrument.classloading.ResourceOverridingShadowingClassLoader
 
getResources(String) - Method in class org.springframework.instrument.classloading.ShadowingClassLoader
 
getResources(String) - Method in class org.springframework.test.web.servlet.setup.StubWebApplicationContext
 
getResources(String) - Method in class org.springframework.web.servlet.view.tiles2.SpringTilesApplicationContextFactory.SpringWildcardServletTilesApplicationContext
 
getResources(String) - Method in class org.springframework.web.servlet.view.tiles3.SpringWildcardServletTilesApplicationContext
 
getResourceStream(String) - Method in class org.springframework.ui.velocity.SpringResourceLoader
 
getResourceSuffix() - Method in class org.springframework.test.context.support.AbstractContextLoader
Get the suffix to append to ApplicationContext resource locations when generating default locations.
getResourceSuffix() - Method in class org.springframework.test.context.support.AnnotationConfigContextLoader
AnnotationConfigContextLoader should be used as a SmartContextLoader, not as a legacy ContextLoader.
getResourceSuffix() - Method in class org.springframework.test.context.support.GenericPropertiesContextLoader
Returns "-context.properties".
getResourceSuffix() - Method in class org.springframework.test.context.support.GenericXmlContextLoader
Returns "-context.xml".
getResourceSuffix() - Method in class org.springframework.test.context.web.AnnotationConfigWebContextLoader
AnnotationConfigWebContextLoader should be used as a SmartContextLoader, not as a legacy ContextLoader.
getResourceSuffix() - Method in class org.springframework.test.context.web.GenericXmlWebContextLoader
Returns "-context.xml".
getResourceToInject(Object, String) - Method in class org.springframework.beans.factory.annotation.InjectionMetadata.InjectedElement
getResourceToInject(Object, String) - Method in class org.springframework.context.annotation.CommonAnnotationBeanPostProcessor.EjbRefElement
 
getResourceToInject(Object, String) - Method in class org.springframework.context.annotation.CommonAnnotationBeanPostProcessor.ResourceElement
 
getResourceToInject(Object, String) - Method in class org.springframework.context.annotation.CommonAnnotationBeanPostProcessor.WebServiceRefElement
 
getResourceToInject(Object, String) - Method in class org.springframework.orm.jpa.support.PersistenceAnnotationBeanPostProcessor.PersistenceElement
Resolve the object against the application context.
getResourceType() - Method in class org.springframework.beans.factory.annotation.InjectionMetadata.InjectedElement
 
getResponse() - Method in class org.springframework.mock.web.MockFilterChain
Return the response that MockFilterChain.doFilter(ServletRequest, ServletResponse) has been called with.
getResponse() - Method in class org.springframework.mock.web.MockPageContext
 
getResponse() - Method in class org.springframework.test.web.servlet.DefaultMvcResult
 
getResponse() - Method in interface org.springframework.test.web.servlet.MvcResult
Return the resulting response.
getResponse() - Method in class org.springframework.test.web.servlet.request.MockAsyncContext
 
getResponse() - Method in class org.springframework.web.context.request.ServletWebRequest
Exposes the native HttpServletRequest that we're wrapping (if any).
getResponse() - Method in class org.springframework.web.portlet.context.PortletWebRequest
Exposes the native PortletResponse that we're wrapping (if any).
getResponseBody(HttpInvokerClientConfiguration, PostMethod) - Method in class org.springframework.remoting.httpinvoker.CommonsHttpInvokerRequestExecutor
Extract the response body from the given executed remote invocation request.
getResponseBody(HttpInvokerClientConfiguration, HttpResponse) - Method in class org.springframework.remoting.httpinvoker.HttpComponentsHttpInvokerRequestExecutor
Extract the response body from the given executed remote invocation request.
getResponseBody(ClientHttpResponse) - Method in class org.springframework.web.client.DefaultResponseErrorHandler
 
getResponseBodyAsByteArray() - Method in exception org.springframework.web.client.HttpStatusCodeException
Return the response body as a byte array.
getResponseBodyAsByteArray() - Method in exception org.springframework.web.client.UnknownHttpStatusCodeException
Return the response body as a byte array.
getResponseBodyAsString() - Method in exception org.springframework.web.client.HttpStatusCodeException
Return the response body as a string.
getResponseBodyAsString() - Method in exception org.springframework.web.client.UnknownHttpStatusCodeException
Return the response body as a string.
getResponseContentType() - Method in class org.springframework.mock.web.portlet.MockPortletRequest
 
getResponseContentTypes() - Method in class org.springframework.mock.web.portlet.MockPortletRequest
 
getResponseDestination(Message, Message, Session) - Method in class org.springframework.jms.listener.adapter.MessageListenerAdapter
Determine a response destination for the given message.
getResponseHeaders(MockHttpServletResponse) - Method in class org.springframework.test.web.client.MockMvcClientHttpRequestFactory
 
getResponseHeaders(MockHttpServletResponse) - Method in class org.springframework.test.web.servlet.result.PrintingResultHandler
 
getResponseHeaders() - Method in exception org.springframework.web.client.HttpStatusCodeException
Return the HTTP response headers.
getResponseHeaders() - Method in exception org.springframework.web.client.UnknownHttpStatusCodeException
Return the HTTP response headers.
getRestTemplate() - Method in class org.springframework.web.client.support.RestGatewaySupport
Returns the RestTemplate for the gateway.
getResult(ResultSet, String) - Method in class org.springframework.orm.ibatis.support.AbstractLobTypeHandler
Deprecated.
This implementation delegates to the getResult version that takes a column index.
getResult(ResultSet, int) - Method in class org.springframework.orm.ibatis.support.AbstractLobTypeHandler
Deprecated.
This implementation delegates to getResultInternal, passing in the LobHandler of this type.
getResult(CallableStatement, int) - Method in class org.springframework.orm.ibatis.support.AbstractLobTypeHandler
Deprecated.
This implementation always throws a SQLException: retrieving LOBs from a CallableStatement is not supported.
getResult() - Method in class org.springframework.transaction.jta.WebSphereUowTransactionManager.UOWActionAdapter
 
getResultInternal(ResultSet, int, LobHandler) - Method in class org.springframework.orm.ibatis.support.AbstractLobTypeHandler
Deprecated.
Template method to extract a value from the given result set.
getResultInternal(ResultSet, int, LobHandler) - Method in class org.springframework.orm.ibatis.support.BlobByteArrayTypeHandler
Deprecated.
 
getResultInternal(ResultSet, int, LobHandler) - Method in class org.springframework.orm.ibatis.support.BlobSerializableTypeHandler
Deprecated.
 
getResultInternal(ResultSet, int, LobHandler) - Method in class org.springframework.orm.ibatis.support.ClobStringTypeHandler
Deprecated.
 
getResultSet() - Method in class org.springframework.jdbc.support.rowset.ResultSetWrappingSqlRowSet
Return the underlying ResultSet (usually a javax.sql.rowset.CachedRowSet).
getResultSetExtractor() - Method in class org.springframework.jdbc.core.ResultSetSupportingSqlParameter
Return the ResultSetExtractor held by this parameter, if any.
getResultSetType() - Method in class org.springframework.jdbc.object.RdbmsOperation
Return whether statements will return a specific type of ResultSet.
getResultSetValue(ResultSet, int, Class) - Static method in class org.springframework.jdbc.support.JdbcUtils
Retrieve a JDBC column value from a ResultSet, using the specified value type.
getResultSetValue(ResultSet, int) - Static method in class org.springframework.jdbc.support.JdbcUtils
Retrieve a JDBC column value from a ResultSet, using the most appropriate value type.
getReturnType() - Method in class org.springframework.aop.aspectj.MethodInvocationProceedingJoinPoint.MethodSignatureImpl
 
getReturnType() - Method in class org.springframework.web.method.HandlerMethod
Return the HandlerMethod return type.
getReturnValueHandler(MethodParameter) - Method in class org.springframework.web.method.support.HandlerMethodReturnValueHandlerComposite
Find a registered HandlerMethodReturnValueHandler that supports the given return type.
getReturnValueHandlers(Element, Object, ParserContext) - Method in class org.springframework.web.servlet.config.AnnotationDrivenBeanDefinitionParser
 
getReturnValueHandlers() - Method in class org.springframework.web.servlet.mvc.method.annotation.ExceptionHandlerExceptionResolver
Return the configured handlers, or possibly null if not initialized yet via ExceptionHandlerExceptionResolver.afterPropertiesSet().
getReturnValueHandlers() - Method in class org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter
Return the configured handlers, or possibly null if not initialized yet via RequestMappingHandlerAdapter.afterPropertiesSet().
getReturnValueHandlingErrorMessage(String, Object) - Method in class org.springframework.web.servlet.mvc.method.annotation.ServletInvocableHandlerMethod
 
getReturnValueType(Object) - Method in class org.springframework.web.method.HandlerMethod
Return the actual return value type.
getReversedTestExecutionListeners() - Method in class org.springframework.test.context.TestContextManager
Get a copy of the TestExecutionListeners registered for this TestContextManager in reverse order.
getRightOperand() - Method in class org.springframework.expression.spel.ast.OpDec
 
getRightOperand() - Method in class org.springframework.expression.spel.ast.Operator
 
getRightOperand() - Method in class org.springframework.expression.spel.ast.OpInc
 
getRightOperand() - Method in class org.springframework.expression.spel.ast.OpMinus
 
getRightOperand() - Method in class org.springframework.expression.spel.ast.OpPlus
 
getRole() - Method in interface org.springframework.beans.factory.config.BeanDefinition
Get the role hint for this BeanDefinition.
getRole() - Method in class org.springframework.beans.factory.support.AbstractBeanDefinition
Return the role hint for this BeanDefinition.
getRollbackRules() - Method in class org.springframework.transaction.interceptor.RuleBasedTransactionAttribute
Return the list of RollbackRuleAttribute objects (never null).
getRoot(URI) - Static method in class org.springframework.core.io.VfsUtils
 
getRoot(URL) - Static method in class org.springframework.core.io.VfsUtils
 
getRootCause() - Method in class org.springframework.beans.factory.parsing.Problem
Get the underlying expection that caused the error (may be null).
getRootCause() - Method in exception org.springframework.core.NestedCheckedException
Retrieve the innermost cause of this exception, if any.
getRootCause() - Method in exception org.springframework.core.NestedRuntimeException
Retrieve the innermost cause of this exception, if any.
getRootClass() - Method in class org.springframework.beans.BeanWrapperImpl
Return the class of the root object at the top of the path of this BeanWrapper.
getRootConfigClasses() - Method in class org.springframework.web.servlet.support.AbstractAnnotationConfigDispatcherServletInitializer
Specify @Configuration and/or @Component classes to be provided to the root application context.
getRootContextObject() - Method in class org.springframework.expression.spel.ExpressionState
 
getRootHandler() - Method in class org.springframework.web.servlet.handler.AbstractUrlHandlerMapping
Return the root handler for this handler mapping (registered for "/"), or null if none.
getRootInstance() - Method in class org.springframework.beans.BeanWrapperImpl
Return the root object at the top of the path of this BeanWrapper.
getRootMimeMultipart() - Method in class org.springframework.mail.javamail.MimeMessageHelper
Return the root MIME "multipart/mixed" object, if any.
getRootObject() - Method in interface org.springframework.expression.EvaluationContext
 
getRootObject() - Method in class org.springframework.expression.spel.support.StandardEvaluationContext
 
getRow() - Method in class org.springframework.jdbc.support.rowset.ResultSetWrappingSqlRowSet
 
getRow() - Method in interface org.springframework.jdbc.support.rowset.SqlRowSet
Retrieves the current row number.
getRowCallbackHandler() - Method in class org.springframework.jdbc.core.ResultSetSupportingSqlParameter
Return the RowCallbackHandler held by this parameter, if any.
getRowCount() - Method in class org.springframework.jdbc.core.RowCountCallbackHandler
Return the row count of this ResultSet Only valid after processing is complete
getRowMapper() - Method in class org.springframework.jdbc.core.ResultSetSupportingSqlParameter
Return the RowMapper held by this parameter, if any.
getRows() - Method in class org.springframework.web.servlet.tags.form.TextareaTag
Get the value of the 'rows' attribute.
getRowsAffected() - Method in class org.springframework.jdbc.object.BatchSqlUpdate
Return the number of affected rows for all already executed statements.
getRowsExpected() - Method in class org.springframework.jdbc.object.SqlQuery
Get the number of rows expected.
getRunnable() - Method in class org.springframework.scheduling.concurrent.ScheduledExecutorTask
Return the Runnable to schedule as executor task.
getRunnable() - Method in class org.springframework.scheduling.config.Task
 
getRunnableToSchedule(ScheduledExecutorTask) - Method in class org.springframework.scheduling.concurrent.ScheduledExecutorFactoryBean
Determine the actual Runnable to schedule for the given task.
getRuntimeTestWalker(ShadowMatch) - Method in class org.springframework.aop.aspectj.AspectJExpressionPointcut
 
getSavepoint() - Method in class org.springframework.transaction.support.AbstractTransactionStatus
Get the savepoint for this transaction, if any.
getSavepointManager() - Method in class org.springframework.orm.jpa.EntityManagerHolder
 
getSavepointManager() - Method in class org.springframework.orm.jpa.JpaTransactionManager.JpaTransactionObject
 
getSavepointManager() - Method in class org.springframework.transaction.support.AbstractTransactionStatus
Return a SavepointManager for the underlying transaction, if possible.
getSavepointManager() - Method in class org.springframework.transaction.support.DefaultTransactionStatus
This implementation exposes the SavepointManager interface of the underlying transaction object, if any.
getScalarOutParameterName() - Method in class org.springframework.jdbc.core.metadata.CallMetaDataContext
Get the name of the single out parameter for this call.
getScalarOutParameterName() - Method in class org.springframework.jdbc.core.simple.AbstractJdbcCall
Get the name of a single out parameter or return value.
getScale() - Method in class org.springframework.jdbc.core.SqlParameter
Return the scale of the parameter, if any.
getScale(int) - Method in class org.springframework.jdbc.support.rowset.ResultSetWrappingSqlRowSetMetaData
 
getScale(int) - Method in interface org.springframework.jdbc.support.rowset.SqlRowSetMetaData
Retrieves the scale of the indicated column.
getScheduledConsumerCount() - Method in class org.springframework.jms.listener.DefaultMessageListenerContainer
Return the number of currently scheduled consumers.
getScheduledExecutor() - Method in class org.springframework.scheduling.concurrent.ThreadPoolTaskScheduler
Return the underlying ScheduledExecutorService for native access.
getScheduler() - Method in class org.springframework.scheduling.config.ScheduledTaskRegistrar
Return the TaskScheduler instance for this registrar (may be null).
getScheduler() - Method in class org.springframework.scheduling.quartz.SchedulerAccessor
Template method that determines the Scheduler to operate on.
getScheduler() - Method in class org.springframework.scheduling.quartz.SchedulerAccessorBean
Return the Quartz Scheduler instance that this accessor operates on.
getScheduler() - Method in class org.springframework.scheduling.quartz.SchedulerFactoryBean
 
getSchedulerMethod - Static variable in class org.springframework.scheduling.quartz.QuartzJobBean
 
getSchemaMappings() - Method in class org.springframework.beans.factory.xml.PluggableSchemaResolver
Load the specified schema mappings lazily.
getSchemaName() - Method in class org.springframework.jdbc.core.metadata.CallMetaDataContext
Get the name of the schema.
getSchemaName() - Method in class org.springframework.jdbc.core.metadata.GenericTableMetaDataProvider.TableMetaData
 
getSchemaName() - Method in class org.springframework.jdbc.core.metadata.TableMetaDataContext
Get the name of the schema for this context.
getSchemaName() - Method in class org.springframework.jdbc.core.simple.AbstractJdbcCall
Get the schema name used.
getSchemaName() - Method in class org.springframework.jdbc.core.simple.AbstractJdbcInsert
Get the name of the schema for this insert
getSchemaName(int) - Method in class org.springframework.jdbc.support.rowset.ResultSetWrappingSqlRowSetMetaData
 
getSchemaName(int) - Method in interface org.springframework.jdbc.support.rowset.SqlRowSetMetaData
Retrieves the schema name of the table that served as the source for the specified column.
getScheme() - Method in class org.springframework.mock.web.MockHttpServletRequest
 
getScheme() - Method in class org.springframework.mock.web.portlet.MockPortletRequest
 
getScheme() - Method in class org.springframework.web.util.UriComponents
Returns the scheme.
getSchemeSpecificPart() - Method in class org.springframework.web.util.HierarchicalUriComponents
 
getSchemeSpecificPart() - Method in class org.springframework.web.util.OpaqueUriComponents
 
getSchemeSpecificPart() - Method in class org.springframework.web.util.UriComponents
Returns the scheme specific part.
getScope() - Method in interface org.springframework.beans.factory.config.BeanDefinition
Return the name of the current target scope for this bean, or null if not known yet.
getScope() - Method in class org.springframework.beans.factory.config.BeanExpressionContext
 
getScope() - Method in class org.springframework.beans.factory.support.AbstractBeanDefinition
Return the name of the target scope for the bean.
getScope() - Method in class org.springframework.web.context.request.AbstractRequestAttributesScope
Template method that determines the actual target scope.
getScope() - Method in class org.springframework.web.context.request.RequestScope
 
getScope() - Method in class org.springframework.web.context.request.SessionScope
 
getScope(String) - Static method in class org.springframework.web.util.TagUtils
Determines the scope for a given input String.
getScopedProxyMode() - Method in class org.springframework.context.annotation.ScopeMetadata
Get the proxy-mode to be applied to the scoped instance.
getScopeMetadataResolver() - Method in class org.springframework.web.context.support.AnnotationConfigWebApplicationContext
getScopeName() - Method in class org.springframework.context.annotation.ScopeMetadata
Get the name of the scope.
getScriptAsString() - Method in interface org.springframework.scripting.ScriptSource
Retrieve the current script source text as String.
getScriptAsString() - Method in class org.springframework.scripting.support.ResourceScriptSource
 
getScriptAsString() - Method in class org.springframework.scripting.support.StaticScriptSource
 
getScriptedObject(ScriptSource, Class[]) - Method in class org.springframework.scripting.bsh.BshScriptFactory
Load and parse the BeanShell script via BshScriptUtils.
getScriptedObject(ScriptSource, Class[]) - Method in class org.springframework.scripting.groovy.GroovyScriptFactory
Loads and parses the Groovy script via the GroovyClassLoader.
getScriptedObject(ScriptSource, Class[]) - Method in class org.springframework.scripting.jruby.JRubyScriptFactory
Load and parse the JRuby script via JRubyScriptUtils.
getScriptedObject(ScriptSource, Class[]) - Method in interface org.springframework.scripting.ScriptFactory
Factory method for creating the scripted Java object.
getScriptedObjectType(ScriptSource) - Method in class org.springframework.scripting.bsh.BshScriptFactory
 
getScriptedObjectType(ScriptSource) - Method in class org.springframework.scripting.groovy.GroovyScriptFactory
 
getScriptedObjectType(ScriptSource) - Method in class org.springframework.scripting.jruby.JRubyScriptFactory
 
getScriptedObjectType(ScriptSource) - Method in interface org.springframework.scripting.ScriptFactory
Determine the type of the scripted Java object.
getScriptInterfaces() - Method in class org.springframework.scripting.bsh.BshScriptFactory
 
getScriptInterfaces() - Method in class org.springframework.scripting.groovy.GroovyScriptFactory
Groovy scripts determine their interfaces themselves, hence we don't need to explicitly expose interfaces here.
getScriptInterfaces() - Method in class org.springframework.scripting.jruby.JRubyScriptFactory
 
getScriptInterfaces() - Method in interface org.springframework.scripting.ScriptFactory
Return the business interfaces that the script is supposed to implement.
getScriptSource() - Method in exception org.springframework.scripting.ScriptCompilationException
Return the source for the offending script.
getScriptSource(String, String) - Method in class org.springframework.scripting.support.ScriptFactoryPostProcessor
Obtain a ScriptSource for the given bean, lazily creating it if not cached already.
getScriptSourceLocator() - Method in class org.springframework.scripting.bsh.BshScriptFactory
 
getScriptSourceLocator() - Method in class org.springframework.scripting.groovy.GroovyScriptFactory
 
getScriptSourceLocator() - Method in class org.springframework.scripting.jruby.JRubyScriptFactory
 
getScriptSourceLocator() - Method in interface org.springframework.scripting.ScriptFactory
Return a locator that points to the source of the script.
getSecurityContext() - Method in class org.springframework.beans.BeanWrapperImpl
Return the security context used during the invocation of the wrapped instance methods.
getSegment(int) - Method in class org.springframework.util.ConcurrentReferenceHashMap
 
getSegmentForHash(int) - Method in class org.springframework.util.ConcurrentReferenceHashMap
 
getSegmentsSize() - Method in class org.springframework.util.ConcurrentReferenceHashMap
 
getSelectTag() - Method in class org.springframework.web.servlet.tags.form.OptionsTag
 
getSelectTag() - Method in class org.springframework.web.servlet.tags.form.OptionTag
 
getSentDate() - Method in class org.springframework.mail.SimpleMailMessage
 
getSequenceQuery() - Method in class org.springframework.jdbc.support.incrementer.AbstractSequenceMaxValueIncrementer
Return the database-specific query to use for retrieving a sequence value.
getSequenceQuery() - Method in class org.springframework.jdbc.support.incrementer.DB2MainframeSequenceMaxValueIncrementer
 
getSequenceQuery() - Method in class org.springframework.jdbc.support.incrementer.DB2SequenceMaxValueIncrementer
 
getSequenceQuery() - Method in class org.springframework.jdbc.support.incrementer.H2SequenceMaxValueIncrementer
 
getSequenceQuery() - Method in class org.springframework.jdbc.support.incrementer.HsqlSequenceMaxValueIncrementer
 
getSequenceQuery() - Method in class org.springframework.jdbc.support.incrementer.OracleSequenceMaxValueIncrementer
 
getSequenceQuery() - Method in class org.springframework.jdbc.support.incrementer.PostgreSQLSequenceMaxValueIncrementer
 
getServer() - Method in class org.springframework.jmx.support.MBeanRegistrationSupport
Return the MBeanServer that the beans will be registered with.
getServerInfo() - Method in class org.springframework.mock.web.MockServletContext
 
getServerInfo() - Method in class org.springframework.mock.web.portlet.MockPortletContext
 
getServerInfo() - Method in class org.springframework.mock.web.portlet.ServletWrappingPortletContext
 
getServerName() - Method in class org.springframework.mock.web.MockHttpServletRequest
 
getServerName() - Method in class org.springframework.mock.web.portlet.MockPortletRequest
 
getServerPort() - Method in class org.springframework.mock.web.MockHttpServletRequest
 
getServerPort() - Method in class org.springframework.mock.web.portlet.MockPortletRequest
 
getService() - Method in class org.springframework.remoting.support.RemoteExporter
Return the service to export.
getServiceFactory() - Method in class org.springframework.remoting.jaxrpc.LocalJaxRpcServiceFactory
Deprecated.
Return the specified ServiceFactory instance, if any.
getServiceFactoryClass() - Method in class org.springframework.remoting.jaxrpc.LocalJaxRpcServiceFactory
Deprecated.
Return the ServiceFactory class to use, or null if default.
getServiceInterface() - Method in class org.springframework.remoting.jaxrpc.JaxRpcPortClientInterceptor
Deprecated.
Return the interface of the service that this factory should create a proxy for.
getServiceInterface() - Method in class org.springframework.remoting.jaxws.JaxWsPortClientInterceptor
Return the interface of the service that this factory should create a proxy for.
getServiceInterface() - Method in class org.springframework.remoting.rmi.JndiRmiClientInterceptor
Return the interface of the service to access.
getServiceInterface() - Method in class org.springframework.remoting.support.RemoteAccessor
Return the interface of the service to access.
getServiceInterface() - Method in class org.springframework.remoting.support.RemoteExporter
Return the interface of the service to export.
getServiceLocatorMethodReturnType(Method) - Method in class org.springframework.beans.factory.config.ServiceLocatorFactoryBean.ServiceLocatorInvocationHandler
 
getServiceName() - Method in class org.springframework.remoting.jaxrpc.LocalJaxRpcServiceFactory
Deprecated.
Return the name of the service.
getServiceName() - Method in class org.springframework.remoting.jaxws.LocalJaxWsServiceFactory
Return the name of the service.
getServicePostProcessors() - Method in class org.springframework.remoting.jaxrpc.LocalJaxRpcServiceFactory
Deprecated.
Return the JaxRpcServicePostProcessors to be applied to JAX-RPC Service instances created by this factory.
getServiceType() - Method in class org.springframework.beans.factory.serviceloader.AbstractServiceLoaderBasedFactoryBean
Return the desired service type.
getServiceUrl() - Method in interface org.springframework.remoting.httpinvoker.HttpInvokerClientConfiguration
Return the HTTP URL of the target service.
getServiceUrl() - Method in class org.springframework.remoting.support.UrlBasedRemoteAccessor
Return the URL of this remote accessor's target service.
getServlet(String) - Method in class org.springframework.mock.web.MockServletContext
 
getServletConfig() - Method in class org.springframework.mock.web.MockPageContext
 
getServletConfig() - Method in interface org.springframework.web.context.ConfigurableWebApplicationContext
Return the ServletConfig for this web application context, if any.
getServletConfig() - Method in class org.springframework.web.context.support.AbstractRefreshableWebApplicationContext
 
getServletConfig() - Method in class org.springframework.web.context.support.GenericWebApplicationContext
 
getServletConfig() - Method in class org.springframework.web.context.support.StaticWebApplicationContext
 
getServletConfigClasses() - Method in class org.springframework.web.servlet.support.AbstractAnnotationConfigDispatcherServletInitializer
Specify @Configuration and/or @Component classes to be provided to the dispatcher servlet application context.
getServletContext() - Method in class org.springframework.mock.web.MockFilterConfig
 
getServletContext() - Method in class org.springframework.mock.web.MockHttpServletRequest
Return the ServletContext that this request is associated with.
getServletContext() - Method in class org.springframework.mock.web.MockHttpSession
 
getServletContext() - Method in class org.springframework.mock.web.MockPageContext
 
getServletContext() - Method in class org.springframework.mock.web.MockServletConfig
 
getServletContext() - Method in class org.springframework.mock.web.portlet.ServletWrappingPortletContext
Return the underlying ServletContext that this PortletContext wraps.
getServletContext() - Method in class org.springframework.remoting.jaxrpc.ServletEndpointSupport
Deprecated.
Return the current ServletContext.
getServletContext() - Method in class org.springframework.test.web.servlet.setup.StubWebApplicationContext
 
getServletContext() - Method in class org.springframework.web.context.support.AbstractRefreshableWebApplicationContext
 
getServletContext() - Method in class org.springframework.web.context.support.GenericWebApplicationContext
 
getServletContext() - Method in class org.springframework.web.context.support.ServletContextResource
Return the ServletContext for this resource.
getServletContext() - Method in class org.springframework.web.context.support.StaticWebApplicationContext
 
getServletContext() - Method in class org.springframework.web.context.support.WebApplicationObjectSupport
Return the current ServletContext.
getServletContext() - Method in interface org.springframework.web.context.WebApplicationContext
Return the standard Servlet API ServletContext for this application.
getServletContext() - Method in class org.springframework.web.filter.GenericFilterBean
Make the ServletContext of this filter available to subclasses.
getServletContext() - Method in class org.springframework.web.portlet.context.AbstractRefreshablePortletApplicationContext
 
getServletContext() - Method in class org.springframework.web.portlet.context.StaticPortletApplicationContext
 
getServletContext() - Method in class org.springframework.web.servlet.handler.SimpleServletPostProcessor.DelegatingServletConfig
 
getServletContext() - Method in class org.springframework.web.servlet.HttpServletBean
Overridden method that simply returns null when no ServletConfig set yet.
getServletContext() - Method in class org.springframework.web.servlet.mvc.ServletWrappingController.DelegatingServletConfig
 
getServletContext() - Method in class org.springframework.web.servlet.support.RequestContext
Return the underlying ServletContext.
getServletContext() - Method in class org.springframework.web.servlet.view.freemarker.FreeMarkerView.DelegatingServletConfig
 
getServletContext() - Method in class org.springframework.web.servlet.view.tiles.ComponentControllerSupport
Deprecated.
Return the current ServletContext.
getServletContext() - Method in class org.springframework.web.struts.ActionSupport
Deprecated.
Return the current ServletContext.
getServletContext() - Method in class org.springframework.web.struts.ContextLoaderPlugIn
Deprecated.
Return the ServletContext that this PlugIn is associated with.
getServletContext() - Method in class org.springframework.web.struts.DispatchActionSupport
Deprecated.
Return the current ServletContext.
getServletContext() - Method in class org.springframework.web.struts.LookupDispatchActionSupport
Deprecated.
Return the current ServletContext.
getServletContext() - Method in class org.springframework.web.struts.MappingDispatchActionSupport
Deprecated.
Return the current ServletContext.
getServletContextAttributeName() - Method in class org.springframework.web.servlet.FrameworkServlet
Return the ServletContext attribute name for this servlet's WebApplicationContext.
getServletContextAttributeName() - Method in class org.springframework.web.struts.ContextLoaderPlugIn
Deprecated.
Return the ServletContext attribute name for this PlugIn's WebApplicationContext.
getServletContextName() - Method in class org.springframework.mock.web.MockServletContext
 
getServletEndpointContext() - Method in class org.springframework.remoting.jaxrpc.ServletEndpointSupport
Deprecated.
Return the current JAX-RPC ServletEndpointContext.
getServletFilters() - Method in class org.springframework.web.servlet.support.AbstractDispatcherServletInitializer
Specify filters to add and also map to the DispatcherServlet.
getServletMappings() - Method in class org.springframework.web.servlet.support.AbstractDispatcherServletInitializer
Specify the servlet mapping(s) for the DispatcherServlet, e.g.
getServletName() - Method in class org.springframework.mock.web.MockServletConfig
 
getServletName() - Method in class org.springframework.web.context.support.ServletRequestHandledEvent
Return the name of the servlet that handled the request.
getServletName() - Method in class org.springframework.web.servlet.handler.SimpleServletPostProcessor.DelegatingServletConfig
 
getServletName() - Method in class org.springframework.web.servlet.HttpServletBean
Overridden method that simply returns null when no ServletConfig set yet.
getServletName() - Method in class org.springframework.web.servlet.mvc.ServletWrappingController.DelegatingServletConfig
 
getServletName() - Method in class org.springframework.web.servlet.support.AbstractDispatcherServletInitializer
Return the name under which the DispatcherServlet will be registered.
getServletName() - Method in class org.springframework.web.servlet.view.freemarker.FreeMarkerView.DelegatingServletConfig
 
getServletName() - Method in class org.springframework.web.struts.ContextLoaderPlugIn
Deprecated.
Return the name of the ActionServlet that this PlugIn is associated with.
getServletNames() - Method in class org.springframework.mock.web.MockServletContext
 
getServletPath() - Method in class org.springframework.mock.web.MockHttpServletRequest
 
getServletPath(HttpServletRequest) - Method in class org.springframework.web.util.UrlPathHelper
Return the servlet path for the given request, regarding an include request URL if called within a RequestDispatcher include.
getServletRequest() - Method in class org.springframework.http.server.ServletServerHttpRequest
Returns the HttpServletRequest this object is based on.
getServletResponse() - Method in class org.springframework.http.server.ServletServerHttpResponse
Return the HttpServletResponse this object is based on.
getServlets() - Method in class org.springframework.mock.web.MockServletContext
 
getSession(Connection, Integer) - Method in class org.springframework.jms.connection.CachingConnectionFactory
Checks for a cached Session for the given mode.
getSession(JmsResourceHolder) - Method in interface org.springframework.jms.connection.ConnectionFactoryUtils.ResourceFactory
Fetch an appropriate Session from the given JmsResourceHolder.
getSession() - Method in class org.springframework.jms.connection.JmsResourceHolder
 
getSession(Class<? extends Session>) - Method in class org.springframework.jms.connection.JmsResourceHolder
 
getSession(Class<? extends Session>, Connection) - Method in class org.springframework.jms.connection.JmsResourceHolder
 
getSession(Connection, Integer) - Method in class org.springframework.jms.connection.SingleConnectionFactory
Template method for obtaining a (potentially cached) Session.
getSession(JmsResourceHolder) - Method in class org.springframework.jms.core.JmsTemplate
Fetch an appropriate Session from the given JmsResourceHolder.
getSession(JmsResourceHolder) - Method in class org.springframework.jms.core.JmsTemplate.JmsTemplateResourceFactory
 
getSession(JmsResourceHolder) - Method in class org.springframework.jms.core.JmsTemplate102
Deprecated.
This implementation overrides the superclass method to accept either a QueueSession or a TopicSession, depending on the domain.
getSession(JmsResourceHolder) - Method in class org.springframework.jms.listener.AbstractPollingMessageListenerContainer
Fetch an appropriate Session from the given JmsResourceHolder.
getSession(JmsResourceHolder) - Method in class org.springframework.jms.listener.AbstractPollingMessageListenerContainer.MessageListenerContainerResourceFactory
 
getSession(JmsResourceHolder) - Method in class org.springframework.jms.listener.DefaultMessageListenerContainer102
Deprecated.
This implementation overrides the superclass method to accept either a QueueSession or a TopicSession, depending on the domain.
getSession() - Method in class org.springframework.mail.javamail.JavaMailSenderImpl
Return the JavaMail Session, lazily initializing it if hasn't been specified explicitly.
getSession(boolean) - Method in class org.springframework.mock.web.MockHttpServletRequest
 
getSession() - Method in class org.springframework.mock.web.MockHttpServletRequest
 
getSession() - Method in class org.springframework.mock.web.MockPageContext
 
getSession() - Method in class org.springframework.orm.hibernate3.HibernateInterceptor
Return a Session for use by this interceptor.
getSession() - Method in class org.springframework.orm.hibernate3.HibernateTemplate
Return a Session for use by this template.
getSession(SessionFactory, boolean) - Static method in class org.springframework.orm.hibernate3.SessionFactoryUtils
Get a Hibernate Session for the given SessionFactory.
getSession(SessionFactory, Interceptor, SQLExceptionTranslator) - Static method in class org.springframework.orm.hibernate3.SessionFactoryUtils
Get a Hibernate Session for the given SessionFactory.
getSession() - Method in class org.springframework.orm.hibernate3.SessionHolder
 
getSession(Object) - Method in class org.springframework.orm.hibernate3.SessionHolder
 
getSession() - Method in class org.springframework.orm.hibernate3.support.HibernateDaoSupport
Obtain a Hibernate Session, either from the current transaction or a new one.
getSession(boolean) - Method in class org.springframework.orm.hibernate3.support.HibernateDaoSupport
Obtain a Hibernate Session, either from the current transaction or a new one.
getSession(SessionFactory) - Method in class org.springframework.orm.hibernate3.support.OpenSessionInViewFilter
Get a Session for the SessionFactory that this filter uses.
getSession() - Method in class org.springframework.orm.hibernate4.SessionHolder
 
getSession(EntityManager) - Method in class org.springframework.orm.jpa.vendor.EclipseLinkJpaDialect
Get a traditional EclipseLink Session from the given EntityManager.
getSession(EntityManager) - Method in class org.springframework.orm.jpa.vendor.HibernateJpaDialect
 
getSession(EntityManager) - Method in class org.springframework.orm.jpa.vendor.TopLinkJpaDialect
Deprecated.
Get a traditional TopLink Session from the given EntityManager.
getSession(boolean) - Method in class org.springframework.web.context.request.ServletRequestAttributes
Exposes the HttpSession that we're wrapping.
getSession(boolean) - Method in class org.springframework.web.portlet.context.PortletRequestAttributes
Exposes the PortletSession that we're wrapping.
getSessionAcknowledgeMode() - Method in class org.springframework.jms.support.JmsAccessor
Return the acknowledgement mode for JMS sessions.
getSessionAttribute(PortletRequest, String) - Static method in class org.springframework.web.portlet.util.PortletUtils
Check the given request for a session attribute of the given name under the javax.portlet.PortletSession#PORTLET_SCOPE.
getSessionAttribute(PortletRequest, String, int) - Static method in class org.springframework.web.portlet.util.PortletUtils
Check the given request for a session attribute of the given name in the given scope.
getSessionAttribute(HttpServletRequest, String) - Static method in class org.springframework.web.util.WebUtils
Check the given request for a session attribute of the given name.
getSessionAttributesHandler(HandlerMethod) - Method in class org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter
Return the SessionAttributesHandler instance for the given handler type, never null.
getSessionBeanInstance() - Method in class org.springframework.ejb.access.LocalSlsbInvokerInterceptor
Return an EJB instance to delegate the call to.
getSessionBeanInstance() - Method in class org.springframework.ejb.access.SimpleRemoteSlsbInvokerInterceptor
Return an EJB component instance to delegate the call to.
getSessionCacheSize() - Method in class org.springframework.jms.connection.CachingConnectionFactory
Return the desired size for the JMS Session cache (per JMS Session type).
getSessionContext() - Method in class org.springframework.ejb.support.AbstractSessionBean
Deprecated.
Convenience method for subclasses, returning the EJB session context saved on initialization (AbstractSessionBean.setSessionContext(SessionContext)).
getSessionContext() - Method in interface org.springframework.ejb.support.SmartSessionBean
Deprecated.
Return the SessionContext that was passed to the Session Bean by the EJB container.
getSessionContext() - Method in class org.springframework.mock.web.MockHttpSession
 
getSessionFactory() - Method in class org.springframework.orm.hibernate3.AbstractSessionFactoryBean
Return the exposed SessionFactory.
getSessionFactory() - Method in class org.springframework.orm.hibernate3.HibernateAccessor
Return the Hibernate SessionFactory that should be used to create Hibernate Sessions.
getSessionFactory() - Method in class org.springframework.orm.hibernate3.HibernateTransactionManager
Return the SessionFactory that this instance should manage transactions for.
getSessionFactory() - Method in class org.springframework.orm.hibernate3.support.HibernateDaoSupport
Return the Hibernate SessionFactory used by this DAO.
getSessionFactory() - Method in class org.springframework.orm.hibernate4.HibernateTransactionManager
Return the SessionFactory that this instance should manage transactions for.
getSessionFactory() - Method in class org.springframework.orm.hibernate4.support.OpenSessionInViewInterceptor
 
getSessionFactoryBeanName() - Method in class org.springframework.orm.hibernate3.support.OpenSessionInViewFilter
Return the bean name of the SessionFactory to fetch from Spring's root application context.
getSessionFactoryBeanName() - Method in class org.springframework.orm.hibernate4.support.OpenSessionInViewFilter
Return the bean name of the SessionFactory to fetch from Spring's root application context.
getSessionHolder() - Method in class org.springframework.orm.hibernate3.HibernateTransactionManager.HibernateTransactionObject
 
getSessionHolder() - Method in class org.springframework.orm.hibernate3.HibernateTransactionManager.SuspendedResourcesHolder
 
getSessionHolder() - Method in class org.springframework.orm.hibernate4.HibernateTransactionManager.HibernateTransactionObject
 
getSessionHolder() - Method in class org.springframework.orm.hibernate4.HibernateTransactionManager.SuspendedResourcesHolder
 
getSessionId() - Method in class org.springframework.web.context.request.FacesRequestAttributes
 
getSessionId() - Method in interface org.springframework.web.context.request.RequestAttributes
Return an id for the current underlying session.
getSessionId() - Method in class org.springframework.web.context.request.ServletRequestAttributes
 
getSessionId() - Method in class org.springframework.web.context.support.RequestHandledEvent
Return the id of the HTTP session, if any.
getSessionId() - Method in class org.springframework.web.portlet.context.PortletRequestAttributes
 
getSessionId(HttpServletRequest) - Static method in class org.springframework.web.util.WebUtils
Determine the session id of the given request, if any.
getSessionMutex() - Method in class org.springframework.web.context.request.FacesRequestAttributes
 
getSessionMutex() - Method in interface org.springframework.web.context.request.RequestAttributes
Expose the best available mutex for the underlying session: that is, an object to synchronize on for the underlying session.
getSessionMutex() - Method in class org.springframework.web.context.request.ServletRequestAttributes
 
getSessionMutex(FacesContext) - Static method in class org.springframework.web.jsf.FacesContextUtils
Return the best available mutex for the given session: that is, an object to synchronize on for the given session.
getSessionMutex() - Method in class org.springframework.web.portlet.context.PortletRequestAttributes
 
getSessionMutex(PortletSession) - Static method in class org.springframework.web.portlet.util.PortletUtils
Return the best available mutex for the given session: that is, an object to synchronize on for the given session.
getSessionMutex(HttpSession) - Static method in class org.springframework.web.util.WebUtils
Return the best available mutex for the given session: that is, an object to synchronize on for the given session.
getSessionStatus() - Method in class org.springframework.web.method.support.ModelAndViewContainer
Return the SessionStatus instance to use that can be used to signal that session processing is complete.
getShadowMatch(Method, Method) - Method in class org.springframework.aop.aspectj.AspectJExpressionPointcut
 
getSharedCacheModeName() - Method in class org.springframework.orm.jpa.persistenceunit.SpringPersistenceUnitInfo
 
getSharedConnection() - Method in class org.springframework.jms.listener.AbstractJmsListeningContainer
Return the shared JMS Connection maintained by this container.
getSharedConnectionProxy(Connection) - Method in class org.springframework.jms.connection.SingleConnectionFactory
Wrap the given Connection with a proxy that delegates every method call to it but suppresses close calls.
getShort(int) - Method in class org.springframework.jdbc.support.rowset.ResultSetWrappingSqlRowSet
 
getShort(String) - Method in class org.springframework.jdbc.support.rowset.ResultSetWrappingSqlRowSet
 
getShort(int) - Method in interface org.springframework.jdbc.support.rowset.SqlRowSet
Retrieves the value of the indicated column in the current row as a short.
getShort(String) - Method in interface org.springframework.jdbc.support.rowset.SqlRowSet
Retrieves the value of the indicated column in the current row as a short.
getShortCode() - Method in class org.springframework.core.enums.ShortCodedLabeledEnum
Deprecated.
Return the short code of this LabeledEnum instance.
getShortDescription() - Method in class org.springframework.beans.factory.config.BeanDefinitionHolder
Return a friendly, short description for the bean, stating name and aliases.
getShortDescription() - Method in class org.springframework.web.context.support.RequestHandledEvent
Return a short description of this event, only involving the most important context data.
getShortDescription() - Method in class org.springframework.web.context.support.ServletRequestHandledEvent
 
getShortDescription() - Method in class org.springframework.web.portlet.context.PortletRequestHandledEvent
 
getShortName(String) - Static method in class org.springframework.util.ClassUtils
Get the class name without the qualified package name.
getShortName(Class<?>) - Static method in class org.springframework.util.ClassUtils
Get the class name without the qualified package name.
getShortNameAsProperty(Class<?>) - Static method in class org.springframework.util.ClassUtils
Return the short string name of a Java class in uncapitalized JavaBeans property format.
getSignature() - Method in class org.springframework.aop.aspectj.MethodInvocationProceedingJoinPoint
 
getSimpleJdbcTemplate() - Method in class org.springframework.jdbc.core.simple.SimpleJdbcDaoSupport
Deprecated.
Return a SimpleJdbcTemplate wrapping the configured JdbcTemplate.
getSimpleName() - Method in class org.springframework.context.annotation.ConfigurationClass
 
getSimpleQueryForGetGeneratedKey(String, String) - Method in class org.springframework.jdbc.core.metadata.GenericTableMetaDataProvider
 
getSimpleQueryForGetGeneratedKey(String, String) - Method in class org.springframework.jdbc.core.metadata.HsqlTableMetaDataProvider
 
getSimpleQueryForGetGeneratedKey(String, String) - Method in class org.springframework.jdbc.core.metadata.PostgresTableMetaDataProvider
 
getSimpleQueryForGetGeneratedKey(String, String) - Method in interface org.springframework.jdbc.core.metadata.TableMetaDataProvider
Get the simple query to retrieve a generated key
getSimpleTypeConverter() - Method in class org.springframework.validation.DataBinder
Return this binder's underlying SimpleTypeConverter.
getSimulationQueryForGetGeneratedKey(String, String) - Method in class org.springframework.jdbc.core.metadata.TableMetaDataContext
Does this database support simple query to retrieve generated keys when the JDBC 3.0 feature is not supported.
getSingleColumnRowMapper(Class<T>) - Method in class org.springframework.jdbc.core.JdbcTemplate
Create a new RowMapper for reading result objects from a single column.
getSingleton(String) - Method in interface org.springframework.beans.factory.config.SingletonBeanRegistry
Return the (raw) singleton object registered under the given name.
getSingleton(String) - Method in class org.springframework.beans.factory.support.DefaultSingletonBeanRegistry
 
getSingleton(String, boolean) - Method in class org.springframework.beans.factory.support.DefaultSingletonBeanRegistry
Return the (raw) singleton object registered under the given name.
getSingleton(String, ObjectFactory) - Method in class org.springframework.beans.factory.support.DefaultSingletonBeanRegistry
Return the (raw) singleton object registered under the given name, creating and registering a new one if none registered yet.
getSingletonAspectInstance(Class) - Method in class org.springframework.aop.aspectj.annotation.AspectJProxyFactory
Get the singleton aspect instance for the supplied aspect type.
getSingletonCount() - Method in interface org.springframework.beans.factory.config.SingletonBeanRegistry
Return the number of singleton beans registered in this registry.
getSingletonCount() - Method in class org.springframework.beans.factory.support.DefaultSingletonBeanRegistry
 
getSingletonFactoryBeanForTypeCheck(String, RootBeanDefinition) - Method in class org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory
Obtain a "shortcut" singleton FactoryBean instance to use for a getObjectType() call, without full initialization of the FactoryBean.
getSingletonInstance() - Method in class org.springframework.aop.framework.ProxyFactoryBean
Return the singleton instance of this class's proxy object, lazily creating it if it hasn't been created already.
getSingletonInstance() - Method in class org.springframework.beans.factory.config.AbstractFactoryBean
Expose the singleton instance (for access through the 'early singleton' proxy).
getSingletonMutex() - Method in class org.springframework.beans.factory.support.DefaultSingletonBeanRegistry
Expose the singleton mutex to subclasses.
getSingletonNames() - Method in interface org.springframework.beans.factory.config.SingletonBeanRegistry
Return the names of singleton beans registered in this registry.
getSingletonNames() - Method in class org.springframework.beans.factory.support.DefaultSingletonBeanRegistry
 
getSize() - Method in class org.springframework.core.Constants
Return the number of constants exposed.
getSize(Object) - Static method in class org.springframework.core.io.VfsUtils
 
getSize() - Method in class org.springframework.mock.web.MockMultipartFile
 
getSize() - Method in class org.springframework.util.ConcurrentReferenceHashMap.Segment
 
getSize() - Method in class org.springframework.web.multipart.commons.CommonsMultipartFile
 
getSize() - Method in interface org.springframework.web.multipart.MultipartFile
Return the size of the file in bytes.
getSize() - Method in class org.springframework.web.multipart.support.StandardMultipartHttpServletRequest.StandardMultipartFile
 
getSize() - Method in class org.springframework.web.servlet.tags.form.InputTag
Get the value of the 'size' attribute.
getSize() - Method in class org.springframework.web.servlet.tags.form.SelectTag
Get the value of the 'size' attribute.
getSnapshotAsJson() - Method in class org.springframework.context.support.LiveBeansView
Generate a JSON snapshot of current beans and their dependencies, finding all active ApplicationContexts through LiveBeansView.findApplicationContexts(), then delegating to LiveBeansView.generateJson(java.util.Set).
getSnapshotAsJson() - Method in interface org.springframework.context.support.LiveBeansViewMBean
Generate a JSON snapshot of current beans and their dependencies.
getSoapActionUri() - Method in class org.springframework.remoting.jaxws.JaxWsPortClientInterceptor
Return the SOAP action URI to specify on the stub.
getSort() - Method in class org.springframework.beans.support.PagedListHolder
Return the sort definition for this holder.
getSortDefinition() - Method in class org.springframework.beans.support.PropertyComparator
Return the SortDefinition that this comparator uses.
getSortedClassMethods(Class<?>) - Method in class org.springframework.expression.spel.support.ReflectivePropertyAccessor
Returns class methods ordered with non bridge methods appearing higher.
getSource() - Method in class org.springframework.aop.config.AdvisorComponentDefinition
 
getSource() - Method in class org.springframework.aop.config.PointcutComponentDefinition
 
getSource() - Method in class org.springframework.beans.BeanMetadataAttribute
 
getSource() - Method in class org.springframework.beans.BeanMetadataAttributeAccessor
 
getSource() - Method in interface org.springframework.beans.BeanMetadataElement
Return the configuration source Object for this metadata element (may be null).
getSource() - Method in class org.springframework.beans.factory.config.BeanDefinitionHolder
Expose the bean definition's source object.
getSource() - Method in class org.springframework.beans.factory.config.ConstructorArgumentValues.ValueHolder
 
getSource() - Method in class org.springframework.beans.factory.config.RuntimeBeanNameReference
 
getSource() - Method in class org.springframework.beans.factory.config.RuntimeBeanReference
 
getSource() - Method in class org.springframework.beans.factory.config.TypedStringValue
 
getSource() - Method in class org.springframework.beans.factory.parsing.AliasDefinition
 
getSource() - Method in class org.springframework.beans.factory.parsing.CompositeComponentDefinition
 
getSource() - Method in class org.springframework.beans.factory.parsing.ImportDefinition
 
getSource() - Method in class org.springframework.beans.factory.parsing.Location
Get the actual location within the associated resource (may be null).
getSource() - Method in class org.springframework.beans.factory.support.ManagedList
 
getSource() - Method in class org.springframework.beans.factory.support.ManagedMap
 
getSource() - Method in class org.springframework.beans.factory.support.ManagedProperties
 
getSource() - Method in class org.springframework.beans.factory.support.ManagedSet
 
getSource() - Method in class org.springframework.beans.factory.support.MethodOverride
 
getSource() - Method in class org.springframework.beans.factory.xml.DocumentDefaultsDefinition
 
getSource() - Method in class org.springframework.beans.support.PagedListHolder
Return the source list for this holder.
getSource() - Method in class org.springframework.core.env.PropertySource.ComparisonPropertySource
 
getSource() - Method in class org.springframework.core.env.PropertySource
Return the underlying source object for this PropertySource.
getSource() - Method in class org.springframework.web.bind.EscapedErrors
 
getSourceExtractor() - Method in class org.springframework.beans.factory.parsing.ReaderContext
 
getSourceLocation() - Method in class org.springframework.aop.aspectj.MethodInvocationProceedingJoinPoint
 
getSources(ApplicationContext) - Method in class org.springframework.web.servlet.view.tiles3.TilesConfigurer.SpringTilesContainerFactory
 
getSourceStream() - Method in class org.springframework.mock.web.DelegatingServletInputStream
Return the underlying source stream (never null).
getSourceType() - Method in exception org.springframework.core.convert.ConversionFailedException
Return the source type we tried to convert the value from.
getSourceType() - Method in class org.springframework.core.convert.converter.GenericConverter.ConvertiblePair
 
getSourceType() - Method in exception org.springframework.core.convert.ConverterNotFoundException
Returns the source type that was requested to convert from.
getSourceTypes() - Method in class org.springframework.web.servlet.view.xslt.XsltView
Return the array of Classes that are supported when converting to an XSLT Source.
getSourceURLs(TilesApplicationContext, TilesRequestContextFactory) - Method in class org.springframework.web.servlet.view.tiles2.TilesConfigurer.SpringTilesContainerFactory
 
getSpecificTargetClasses() - Method in class org.springframework.context.expression.BeanExpressionContextAccessor
 
getSpecificTargetClasses() - Method in class org.springframework.context.expression.BeanFactoryAccessor
 
getSpecificTargetClasses() - Method in class org.springframework.context.expression.EnvironmentAccessor
 
getSpecificTargetClasses() - Method in class org.springframework.context.expression.MapAccessor
 
getSpecificTargetClasses() - Method in interface org.springframework.expression.PropertyAccessor
Return an array of classes for which this resolver should be called.
getSpecificTargetClasses() - Method in class org.springframework.expression.spel.support.ReflectivePropertyAccessor
 
getSpecificTargetClasses() - Method in class org.springframework.expression.spel.support.ReflectivePropertyAccessor.OptimalPropertyAccessor
 
getSpecificTargetClasses() - Method in class org.springframework.web.servlet.tags.EvalTag.JspPropertyAccessor
 
getSpecifiedTypeName() - Method in class org.springframework.beans.factory.config.TypedStringValue
Return the type name as actually specified for this particular value, if any.
getSpringTimeout(FrameworkMethod) - Method in class org.springframework.test.context.junit4.SpringJUnit4ClassRunner
Retrieves the configured Spring-specific timeout from the @Timed annotation on the supplied test method.
getSql() - Method in exception org.springframework.jdbc.BadSqlGrammarException
Return the SQL that caused the problem.
getSql() - Method in class org.springframework.jdbc.core.CallableStatementCreatorFactory.CallableStatementCreatorImpl
 
getSql(Object) - Static method in class org.springframework.jdbc.core.JdbcTemplate
Determine SQL from potential provider object.
getSql() - Method in class org.springframework.jdbc.core.JdbcTemplate.SimpleCallableStatementCreator
 
getSql() - Method in class org.springframework.jdbc.core.JdbcTemplate.SimplePreparedStatementCreator
 
getSql() - Method in class org.springframework.jdbc.core.PreparedStatementCreatorFactory.PreparedStatementCreatorImpl
 
getSql() - Method in interface org.springframework.jdbc.core.SqlProvider
Return the SQL string for this object, i.e.
getSql() - Method in exception org.springframework.jdbc.InvalidResultSetAccessException
Return the SQL that caused the problem.
getSql() - Method in class org.springframework.jdbc.object.RdbmsOperation
Subclasses can override this to supply dynamic SQL if they wish, but SQL is normally set by calling the setSql() method or in a subclass constructor.
getSql() - Method in exception org.springframework.jdbc.UncategorizedSQLException
Return the SQL that led to the problem.
getSql() - Method in exception org.springframework.orm.hibernate3.HibernateJdbcException
Return the SQL that led to the problem.
getSql() - Method in exception org.springframework.orm.hibernate4.HibernateJdbcException
Return the SQL that led to the problem.
getSqlErrorCodes() - Method in class org.springframework.jdbc.support.SQLErrorCodeSQLExceptionTranslator
Return the error codes used by this translator.
getSQLException() - Method in exception org.springframework.jdbc.BadSqlGrammarException
Return the wrapped SQLException.
getSQLException() - Method in exception org.springframework.jdbc.InvalidResultSetAccessException
Return the wrapped SQLException.
getSQLException() - Method in exception org.springframework.jdbc.UncategorizedSQLException
Return the underlying SQLException.
getSQLException() - Method in exception org.springframework.orm.hibernate3.HibernateJdbcException
Return the underlying SQLException.
getSQLException() - Method in exception org.springframework.orm.hibernate4.HibernateJdbcException
Return the underlying SQLException.
getSqlMapClient() - Method in class org.springframework.orm.ibatis.SqlMapClientTemplate
Deprecated.
Return the iBATIS Database Layer SqlMapClient that this template works with.
getSqlMapClient() - Method in class org.springframework.orm.ibatis.support.SqlMapClientDaoSupport
Deprecated.
Return the iBATIS Database Layer SqlMapClient that this template works with.
getSqlMapClientTemplate() - Method in class org.springframework.orm.ibatis.support.SqlMapClientDaoSupport
Deprecated.
Return the SqlMapClientTemplate for this DAO, pre-initialized with the SqlMapClient or set explicitly.
getSqlReturnType() - Method in class org.springframework.jdbc.core.SqlOutParameter
Return the custom return type, if any.
getSqlState(SQLException) - Method in class org.springframework.jdbc.support.SQLStateSQLExceptionTranslator
Gets the SQL state code from the supplied exception.
getSqlType() - Method in class org.springframework.jdbc.core.metadata.CallParameterMetaData
Get the parameter SQL type.
getSqlType() - Method in class org.springframework.jdbc.core.metadata.TableParameterMetaData
Get the parameter SQL type.
getSqlType(String) - Method in class org.springframework.jdbc.core.namedparam.AbstractSqlParameterSource
Return the SQL type for the given parameter, if registered.
getSqlType(String) - Method in class org.springframework.jdbc.core.namedparam.BeanPropertySqlParameterSource
Derives a default SQL type from the corresponding property type.
getSqlType(String) - Method in class org.springframework.jdbc.core.namedparam.EmptySqlParameterSource
 
getSqlType(String) - Method in interface org.springframework.jdbc.core.namedparam.SqlParameterSource
Determine the SQL type for the specified named parameter.
getSqlType() - Method in class org.springframework.jdbc.core.SqlParameter
Return the SQL type of the parameter.
getStartIndex() - Method in class org.springframework.jdbc.core.namedparam.NamedParameterUtils.ParameterHolder
 
getStartPosition() - Method in class org.springframework.expression.spel.ast.SpelNodeImpl
 
getStartPosition() - Method in interface org.springframework.expression.spel.SpelNode
 
getStartupDate() - Method in interface org.springframework.context.ApplicationContext
Return the timestamp when this context was first loaded.
getStartupDate() - Method in class org.springframework.context.support.AbstractApplicationContext
Return the timestamp (ms) when this context was first loaded.
getStartupDate() - Method in class org.springframework.test.web.servlet.setup.StubWebApplicationContext
 
getStateString(int) - Static method in exception org.springframework.transaction.HeuristicCompletionException
 
getStaticAttributes() - Method in class org.springframework.web.servlet.view.AbstractView
Return the static attributes for this view.
getStaticMessageSource() - Method in class org.springframework.context.support.StaticApplicationContext
Return the internal StaticMessageSource used by this context.
getStaticMethod(Class<?>, String, Class<?>...) - Static method in class org.springframework.util.ClassUtils
Return a public static method of a class.
getStaticPart() - Method in class org.springframework.aop.aspectj.MethodInvocationProceedingJoinPoint
 
getStaticPart() - Method in class org.springframework.aop.framework.ReflectiveMethodInvocation
 
getStatsMixin() - Method in class org.springframework.aop.target.ThreadLocalTargetSource
Return an introduction advisor mixin that allows the AOP proxy to be cast to ThreadLocalInvokerStats.
getStatus() - Method in class org.springframework.mock.web.MockHttpServletResponse
 
getStatus() - Method in class org.springframework.transaction.jta.ManagedTransactionAdapter
 
getStatus() - Method in class org.springframework.transaction.jta.UserTransactionAdapter
 
getStatusCode() - Method in class org.springframework.http.client.AbstractClientHttpResponse
 
getStatusCode() - Method in class org.springframework.http.client.BufferingClientHttpResponseWrapper
 
getStatusCode() - Method in interface org.springframework.http.client.ClientHttpResponse
Return the HTTP status code of the response.
getStatusCode() - Method in class org.springframework.http.ResponseEntity
Return the HTTP status code of the response.
getStatusCode() - Method in class org.springframework.mock.http.client.MockClientHttpResponse
 
getStatusCode() - Method in exception org.springframework.web.client.HttpStatusCodeException
Return the HTTP status code.
getStatusCode() - Method in class org.springframework.web.filter.ShallowEtagHeaderFilter.ShallowEtagResponseWrapper
 
getStatusCodesAsMap() - Method in class org.springframework.web.servlet.handler.SimpleMappingExceptionResolver
Returns the HTTP status codes provided via SimpleMappingExceptionResolver.setStatusCodes(Properties).
getStatusText() - Method in class org.springframework.http.client.BufferingClientHttpResponseWrapper
 
getStatusText() - Method in interface org.springframework.http.client.ClientHttpResponse
Return the HTTP status text of the response.
getStatusText() - Method in class org.springframework.http.client.CommonsClientHttpResponse
Deprecated.
 
getStatusText() - Method in class org.springframework.http.client.HttpComponentsClientHttpResponse
 
getStatusText() - Method in class org.springframework.http.client.SimpleClientHttpResponse
 
getStatusText() - Method in class org.springframework.mock.http.client.MockClientHttpResponse
 
getStatusText() - Method in exception org.springframework.web.client.HttpStatusCodeException
Return the HTTP status text.
getStatusText() - Method in exception org.springframework.web.client.UnknownHttpStatusCodeException
Return the HTTP status text.
getStorageDescription() - Method in class org.springframework.web.multipart.commons.CommonsMultipartFile
Return a description for the storage location of the multipart content.
getString(String) - Method in class org.springframework.core.annotation.AnnotationAttributes
 
getString(int) - Method in class org.springframework.jdbc.support.rowset.ResultSetWrappingSqlRowSet
 
getString(String) - Method in class org.springframework.jdbc.support.rowset.ResultSetWrappingSqlRowSet
 
getString(int) - Method in interface org.springframework.jdbc.support.rowset.SqlRowSet
Retrieves the value of the indicated column in the current row as a String.
getString(String) - Method in interface org.springframework.jdbc.support.rowset.SqlRowSet
Retrieves the value of the indicated column in the current row as a String.
getString() - Method in class org.springframework.mock.web.MockBodyContent
 
getStringArray(String) - Method in class org.springframework.core.annotation.AnnotationAttributes
 
getStringCode() - Method in class org.springframework.core.enums.StringCodedLabeledEnum
Deprecated.
Return the String code of this LabeledEnum instance.
getStringOrNull(ResourceBundle, String) - Method in class org.springframework.context.support.ResourceBundleMessageSource
 
getStringParameter(ServletRequest, String) - Static method in class org.springframework.web.bind.ServletRequestUtils
Get a String parameter, or null if not present.
getStringParameter(ServletRequest, String, String) - Static method in class org.springframework.web.bind.ServletRequestUtils
Get a String parameter, with a fallback value.
getStringParameter(PortletRequest, String) - Static method in class org.springframework.web.portlet.bind.PortletRequestUtils
Get a String parameter, or null if not present.
getStringParameter(PortletRequest, String, String) - Static method in class org.springframework.web.portlet.bind.PortletRequestUtils
Get a String parameter, with a fallback value.
getStringParameters(ServletRequest, String) - Static method in class org.springframework.web.bind.ServletRequestUtils
Get an array of String parameters, return an empty array if not found.
getStringParameters(PortletRequest, String) - Static method in class org.springframework.web.portlet.bind.PortletRequestUtils
Get an array of String parameters, return an empty array if not found.
getStringValue() - Method in class org.springframework.mock.web.HeaderValueHolder
 
getStringValues() - Method in class org.springframework.mock.web.HeaderValueHolder
 
getStub() - Method in class org.springframework.remoting.rmi.JndiRmiClientInterceptor
Return the RMI stub to use.
getStub() - Method in class org.springframework.remoting.rmi.RmiClientInterceptor
Return the RMI stub to use.
getStylePatternForChar(int) - Method in class org.springframework.format.datetime.DateFormatter
 
getStylesheetLocation() - Method in class org.springframework.web.servlet.view.xslt.AbstractXsltView
Deprecated.
Return the location of the XSLT stylesheet, if any.
getStylesheetSource(Resource) - Method in class org.springframework.web.servlet.view.xslt.AbstractXsltView
Deprecated.
Load the stylesheet from the specified location.
getStylesheetSource() - Method in class org.springframework.web.servlet.view.xslt.XsltView
Get the XSLT Source for the XSLT template under the configured URL.
getSubject() - Method in class org.springframework.mail.SimpleMailMessage
 
getSubmitParameter(PortletRequest, String) - Static method in class org.springframework.web.portlet.util.PortletUtils
Return the full name of a specific input type="submit" parameter if it was sent in the request, either via a button (directly with name) or via an image (name + ".x" or name + ".y").
getSubscriptionName() - Method in class org.springframework.jms.listener.adapter.MessageListenerAdapter
 
getSubscriptionName() - Method in interface org.springframework.jms.listener.SubscriptionNameProvider
Determine the subscription name for this message listener object.
getSubString(long, int) - Method in class org.springframework.jdbc.support.lob.PassThroughClob
 
getSubtype() - Method in class org.springframework.http.MediaType
Return the subtype.
getSuccessView() - Method in class org.springframework.web.portlet.mvc.SimpleFormController
Deprecated.
Return the name of the view that should be shown on successful submit.
getSuccessView() - Method in class org.springframework.web.servlet.mvc.SimpleFormController
Deprecated.
Return the name of the view that should be shown on successful submit.
getSuffix() - Method in class org.springframework.aop.interceptor.AbstractMonitoringInterceptor
Return the text that will get prepended to the trace data.
getSuffix() - Method in class org.springframework.web.servlet.mvc.multiaction.InternalPathMethodNameResolver
Return the common suffix for handler method names.
getSuffix() - Method in class org.springframework.web.servlet.mvc.UrlFilenameViewController
Return the suffix to append to the request URL filename.
getSuffix() - Method in class org.springframework.web.servlet.view.UrlBasedViewResolver
Return the suffix that gets appended to view names when building a URL.
getSuggestedValue(DependencyDescriptor) - Method in class org.springframework.beans.factory.annotation.QualifierAnnotationAutowireCandidateResolver
Determine whether the given dependency carries a value annotation.
getSuggestedValue(DependencyDescriptor) - Method in interface org.springframework.beans.factory.support.AutowireCandidateResolver
Determine whether a default value is suggested for the given dependency.
getSuggestedValue(DependencyDescriptor) - Method in class org.springframework.beans.factory.support.SimpleAutowireCandidateResolver
 
getSuperClasses(Class<?>) - Method in class org.springframework.test.context.transaction.TransactionalTestExecutionListener
Gets all superclasses of the supplied class, including the class itself.
getSuperClassName() - Method in interface org.springframework.core.type.ClassMetadata
Return the name of the super class of the underlying class, or null if there is no super class defined.
getSuperClassName() - Method in class org.springframework.core.type.classreading.ClassMetadataReadingVisitor
 
getSuperClassName() - Method in class org.springframework.core.type.StandardClassMetadata
 
getSupportedHttpMethods() - Method in class org.springframework.web.HttpRequestMethodNotSupportedException
Return the actually supported HTTP methods, if known, as HttpMethod instances.
getSupportedLocales() - Method in class org.springframework.mock.web.portlet.MockPortletConfig
 
getSupportedLocales() - Method in class org.springframework.web.portlet.handler.SimplePortletPostProcessor.DelegatingPortletConfig
 
getSupportedLocales() - Method in class org.springframework.web.portlet.mvc.PortletWrappingController.DelegatingPortletConfig
 
getSupportedMediaTypes() - Method in class org.springframework.http.converter.AbstractHttpMessageConverter
 
getSupportedMediaTypes() - Method in class org.springframework.http.converter.BufferedImageHttpMessageConverter
 
getSupportedMediaTypes() - Method in class org.springframework.http.converter.FormHttpMessageConverter
 
getSupportedMediaTypes() - Method in interface org.springframework.http.converter.HttpMessageConverter
Return the list of MediaType objects supported by this converter.
getSupportedMediaTypes(HttpMessageConverter<?>) - Method in class org.springframework.web.client.RestTemplate.AcceptHeaderRequestCallback
 
getSupportedMediaTypes() - Method in class org.springframework.web.HttpMediaTypeException
Return the list of supported media types.
getSupportedMethods() - Method in class org.springframework.web.HttpRequestMethodNotSupportedException
Return the actually supported HTTP methods, if known.
getSupportedMethods() - Method in class org.springframework.web.portlet.handler.PortletRequestMethodNotSupportedException
Return the actually supported HTTP methods, if known.
getSupportedMethods() - Method in class org.springframework.web.servlet.support.WebContentGenerator
Return the HTTP methods that this content generator supports.
getSupportedPortletModes() - Method in class org.springframework.mock.web.portlet.MockPortalContext
 
getSupportedReferenceCount() - Method in class org.springframework.web.util.HtmlCharacterEntityReferences
Return the number of supported entity references.
getSupportedWindowStates() - Method in class org.springframework.mock.web.portlet.MockPortalContext
 
getSuppressedFields() - Method in class org.springframework.validation.AbstractBindingResult
Return the list of fields that were suppressed during the bind process.
getSuppressedFields() - Method in exception org.springframework.validation.BindException
 
getSuppressedFields() - Method in interface org.springframework.validation.BindingResult
Return the list of fields that were suppressed during the bind process.
getSuspendedResources() - Method in class org.springframework.transaction.support.DefaultTransactionStatus
Return the holder for resources that have been suspended for this transaction, if any.
getSynchronizations() - Static method in class org.springframework.transaction.support.TransactionSynchronizationManager
Return an unmodifiable snapshot list of all registered synchronizations for the current thread.
getSystemAttribute(String) - Method in class org.springframework.core.env.ReadOnlySystemAttributesMap
Template method that returns the underlying system attribute.
getSystemEnvironment() - Method in class org.springframework.core.env.AbstractEnvironment
 
getSystemEnvironment() - Method in interface org.springframework.core.env.ConfigurableEnvironment
Return the value of System.getenv() if allowed by the current SecurityManager, otherwise return a map implementation that will attempt to access individual keys using calls to System.getenv(String).
getSystemId(Resource) - Static method in class org.springframework.oxm.support.SaxResourceUtils
Retrieve the URL from the given resource as System ID.
getSystemId() - Method in class org.springframework.util.xml.AbstractStaxXMLReader.StaxLocator
 
getSystemId() - Method in class org.springframework.util.xml.StaxEventContentHandler.LocatorLocationAdapter
 
getSystemProperties() - Method in class org.springframework.core.env.AbstractEnvironment
 
getSystemProperties() - Method in interface org.springframework.core.env.ConfigurableEnvironment
Return the value of System.getProperties() if allowed by the current SecurityManager, otherwise return a map implementation that will attempt to access individual keys using calls to System.getProperty(String).
getTabindex() - Method in class org.springframework.web.servlet.tags.form.AbstractHtmlElementTag
Get the value of the 'tabindex' attribute.
getTableColumns() - Method in class org.springframework.jdbc.core.metadata.TableMetaDataContext
Get a List of the table column names.
getTableName() - Method in class org.springframework.jdbc.core.metadata.GenericTableMetaDataProvider.TableMetaData
 
getTableName() - Method in class org.springframework.jdbc.core.metadata.TableMetaDataContext
Get the name of the table for this context.
getTableName() - Method in class org.springframework.jdbc.core.simple.AbstractJdbcInsert
Get the name of the table for this insert
getTableName(int) - Method in class org.springframework.jdbc.support.rowset.ResultSetWrappingSqlRowSetMetaData
 
getTableName(int) - Method in interface org.springframework.jdbc.support.rowset.SqlRowSetMetaData
Retrieves the name of the table that served as the source for the specified column.
getTableParameterMetaData() - Method in class org.springframework.jdbc.core.metadata.GenericTableMetaDataProvider
 
getTableParameterMetaData() - Method in interface org.springframework.jdbc.core.metadata.TableMetaDataProvider
Get the table parameter metadata that is currently used.
getTaglibFactory() - Method in interface org.springframework.web.servlet.view.freemarker.FreeMarkerConfig
Returns the TaglibFactory used to enable JSP tags to be accessed from FreeMarker templates.
getTaglibFactory() - Method in class org.springframework.web.servlet.view.freemarker.FreeMarkerConfigurer
Return the TaglibFactory object wrapped by this bean.
getTagName() - Method in class org.springframework.web.servlet.tags.form.TagWriter.TagStateEntry
 
getTarget() - Method in class org.springframework.aop.aspectj.MethodInvocationProceedingJoinPoint
Returns the Spring AOP target.
getTarget() - Method in class org.springframework.aop.framework.CglibAopProxy.DynamicAdvisedInterceptor
 
getTarget() - Method in class org.springframework.aop.target.AbstractLazyCreationTargetSource
Returns the lazy-initialized target object, creating it on-the-fly if it doesn't exist already.
getTarget() - Method in class org.springframework.aop.target.AbstractPoolingTargetSource
Acquire an object from the pool.
getTarget() - Method in class org.springframework.aop.target.CommonsPoolTargetSource
Borrow an object from the ObjectPool.
getTarget() - Method in class org.springframework.aop.target.dynamic.AbstractRefreshableTargetSource
 
getTarget() - Method in class org.springframework.aop.target.EmptyTargetSource
Always returns null.
getTarget() - Method in class org.springframework.aop.target.HotSwappableTargetSource
 
getTarget() - Method in class org.springframework.aop.target.LazyInitTargetSource
 
getTarget() - Method in class org.springframework.aop.target.PrototypeTargetSource
Obtain a new prototype instance for every call.
getTarget() - Method in class org.springframework.aop.target.SimpleBeanTargetSource
 
getTarget() - Method in class org.springframework.aop.target.SingletonTargetSource
 
getTarget() - Method in class org.springframework.aop.target.ThreadLocalTargetSource
Implementation of abstract getTarget() method.
getTarget() - Method in interface org.springframework.aop.TargetSource
Return a target instance.
getTarget() - Method in class org.springframework.cache.interceptor.CacheExpressionRootObject
 
getTarget() - Method in class org.springframework.jndi.JndiObjectTargetSource
 
getTarget() - Method in class org.springframework.orm.jpa.persistenceunit.DefaultPersistenceUnitManager.Jpa2PersistenceUnitInfoDecorator
 
getTarget() - Method in class org.springframework.scheduling.support.ScheduledMethodRunnable
 
getTarget() - Method in class org.springframework.validation.AbstractBindingResult
Return the wrapped target object.
getTarget() - Method in class org.springframework.validation.BeanPropertyBindingResult
 
getTarget() - Method in exception org.springframework.validation.BindException
 
getTarget() - Method in interface org.springframework.validation.BindingResult
Return the wrapped target object, which may be a bean, an object with public fields, a Map - depending on the concrete binding strategy.
getTarget() - Method in class org.springframework.validation.DataBinder
Return the wrapped target object.
getTarget() - Method in class org.springframework.validation.DirectFieldBindingResult
 
getTarget() - Method in class org.springframework.validation.MapBindingResult
 
getTarget() - Method in class org.springframework.web.servlet.tags.form.FormTag
Get the value of the 'target' attribute.
getTargetBeanName(String) - Static method in class org.springframework.aop.scope.ScopedProxyUtils
Generates the bean name that is used within the scoped proxy to reference the target bean.
getTargetBeanName() - Method in class org.springframework.aop.target.AbstractBeanFactoryBasedTargetSource
Return the name of the target bean in the factory.
getTargetBeanName(String) - Static method in class org.springframework.context.annotation.ScopedProxyCreator
 
getTargetBeanName() - Method in class org.springframework.web.filter.DelegatingFilterProxy
Return the name of the target bean in the Spring application context.
getTargetBeanName(FacesContext) - Method in class org.springframework.web.jsf.DelegatingNavigationHandlerProxy
Return the name of the target NavigationHandler bean in the BeanFactory.
getTargetClass() - Method in class org.springframework.aop.framework.AdvisedSupport
 
getTargetClass(Object) - Static method in class org.springframework.aop.support.AopUtils
Determine the target class of the given bean instance which might be an AOP proxy.
getTargetClass() - Method in class org.springframework.aop.target.AbstractBeanFactoryBasedTargetSource
 
getTargetClass() - Method in class org.springframework.aop.target.AbstractLazyCreationTargetSource
This default implementation returns null if the target is null (it is hasn't yet been initialized), or the target class if the target has already been initialized.
getTargetClass() - Method in class org.springframework.aop.target.dynamic.AbstractRefreshableTargetSource
 
getTargetClass() - Method in class org.springframework.aop.target.EmptyTargetSource
Always returns the specified target Class, or null if none.
getTargetClass() - Method in class org.springframework.aop.target.HotSwappableTargetSource
Return the type of the current target object.
getTargetClass() - Method in class org.springframework.aop.target.SingletonTargetSource
 
getTargetClass() - Method in interface org.springframework.aop.TargetClassAware
Return the target class behind the implementing object (typically a proxy configuration or an actual proxy).
getTargetClass() - Method in interface org.springframework.aop.TargetSource
Return the type of targets returned by this TargetSource.
getTargetClass() - Method in class org.springframework.beans.factory.config.FieldRetrievingFactoryBean
Return the target class on which the field is defined.
getTargetClass() - Method in class org.springframework.cache.interceptor.CacheExpressionRootObject
 
getTargetClass(Object) - Method in class org.springframework.jmx.export.assembler.AbstractMBeanInfoAssembler
Return the actual bean class of the given bean instance.
getTargetClass() - Method in class org.springframework.jmx.support.MBeanServerConnectionFactoryBean.JMXConnectorLazyInitTargetSource
 
getTargetClass() - Method in class org.springframework.jmx.support.MBeanServerConnectionFactoryBean.MBeanServerConnectionLazyInitTargetSource
 
getTargetClass() - Method in class org.springframework.jndi.JndiObjectTargetSource
 
getTargetClass() - Method in class org.springframework.scheduling.quartz.MethodInvokingJobDetailFactoryBean
Overridden to support the "targetBeanName" feature.
getTargetClass() - Method in class org.springframework.util.MethodInvoker
Return the target class on which to call the target method.
getTargetConnection() - Method in interface org.springframework.jdbc.datasource.ConnectionProxy
Return the target Connection of this proxy.
getTargetConnection(Connection) - Static method in class org.springframework.jdbc.datasource.DataSourceUtils
Return the innermost target Connection of the given Connection.
getTargetConnection(Method) - Method in class org.springframework.jdbc.datasource.LazyConnectionDataSourceProxy.LazyConnectionInvocationHandler
Return the target Connection, fetching it and initializing it if necessary.
getTargetConnectionFactory() - Method in class org.springframework.jca.cci.connection.DelegatingConnectionFactory
Return the target ConnectionFactory that this ConnectionFactory should delegate to.
getTargetConnectionFactory() - Method in class org.springframework.jms.connection.DelegatingConnectionFactory
Return the target ConnectionFactory that this ConnectionFactory delegates to.
getTargetConnectionFactory() - Method in class org.springframework.jms.connection.SingleConnectionFactory
Return the target ConnectionFactory which will be used to lazily create a single Connection, if any.
getTargetConnectionFactory() - Method in class org.springframework.jms.connection.TransactionAwareConnectionFactoryProxy
Return the target ConnectionFactory that this ConnectionFactory should delegate to.
getTargetDataSource() - Method in class org.springframework.jdbc.datasource.DelegatingDataSource
Return the target DataSource that this DataSource should delegate to.
getTargetEntityManager() - Method in interface org.springframework.orm.jpa.EntityManagerProxy
Return the underlying EntityManager that this proxy will delegate to.
getTargetField() - Method in class org.springframework.beans.factory.config.FieldRetrievingFactoryBean
Return the name of the field to be retrieved.
getTargetInterfaceName() - Method in interface org.springframework.remoting.rmi.RmiInvocationHandler
Return the name of the target interface that this invoker operates on.
getTargetInterfaceName() - Method in class org.springframework.remoting.rmi.RmiInvocationWrapper
Exposes the exporter's service interface, if any, as target interface.
getTargetMap() - Method in class org.springframework.validation.MapBindingResult
 
getTargetMethod() - Method in class org.springframework.util.MethodInvoker
Return the name of the method to be invoked.
getTargetObject() - Method in class org.springframework.aop.scope.DefaultScopedObject
 
getTargetObject() - Method in interface org.springframework.aop.scope.ScopedObject
Return the current target object behind this scoped object proxy, in its raw form (as stored in the target scope).
getTargetObject() - Method in class org.springframework.beans.factory.config.FieldRetrievingFactoryBean
Return the target object on which the field is defined.
getTargetObject() - Method in class org.springframework.scheduling.quartz.MethodInvokingJobDetailFactoryBean
Overridden to support the "targetBeanName" feature.
getTargetObject() - Method in class org.springframework.util.MethodInvoker
Return the target object on which to call the target method.
getTargetPage(PortletRequest, Object, Errors, int) - Method in class org.springframework.web.portlet.mvc.AbstractWizardFormController
Deprecated.
Return the target page specified in the request.
getTargetPage(PortletRequest, int) - Method in class org.springframework.web.portlet.mvc.AbstractWizardFormController
Deprecated.
Return the target page specified in the request.
getTargetPage(PortletRequest, String, int) - Static method in class org.springframework.web.portlet.util.PortletUtils
Return the target page specified in the request.
getTargetPage(HttpServletRequest, Object, Errors, int) - Method in class org.springframework.web.servlet.mvc.AbstractWizardFormController
Deprecated.
Return the target page specified in the request.
getTargetPage(HttpServletRequest, int) - Method in class org.springframework.web.servlet.mvc.AbstractWizardFormController
Deprecated.
Return the target page specified in the request.
getTargetPage(ServletRequest, String, int) - Static method in class org.springframework.web.util.WebUtils
Return the target page specified in the request.
getTargetPersistenceManagerFactory() - Method in class org.springframework.orm.jdo.TransactionAwarePersistenceManagerFactoryProxy
Return the target JDO PersistenceManagerFactory that this proxy delegates to.
getTargetRequestParams() - Method in class org.springframework.web.servlet.FlashMap
Return the parameters identifying the target request, or an empty map.
getTargetRequestPath() - Method in class org.springframework.web.servlet.FlashMap
Return the target URL path or null.
getTargetSession(Session) - Static method in class org.springframework.jms.connection.ConnectionFactoryUtils
Return the innermost target Session of the given Session.
getTargetSession() - Method in interface org.springframework.jms.connection.SessionProxy
Return the target Session of this proxy.
getTargetSource() - Method in interface org.springframework.aop.framework.Advised
Return the TargetSource used by this Advised object.
getTargetSource() - Method in class org.springframework.aop.framework.AdvisedSupport
 
getTargetSource(Class<?>, String) - Method in class org.springframework.aop.framework.autoproxy.target.AbstractBeanFactoryBasedTargetSourceCreator
 
getTargetSource(Class<?>, String) - Method in interface org.springframework.aop.framework.autoproxy.TargetSourceCreator
Create a special TargetSource for the given bean, if any.
getTargetStream() - Method in class org.springframework.mock.web.DelegatingServletOutputStream
Return the underlying target stream (never null).
getTargetType() - Method in class org.springframework.beans.factory.config.TypedStringValue
Return the type to convert to.
getTargetType() - Method in class org.springframework.beans.factory.support.RootBeanDefinition
Return the target type of this bean definition, if known (either specified in advance or resolved on first instantiation).
getTargetType() - Method in exception org.springframework.core.convert.ConversionFailedException
Return the target type we tried to convert the value to.
getTargetType() - Method in class org.springframework.core.convert.converter.GenericConverter.ConvertiblePair
 
getTargetType() - Method in exception org.springframework.core.convert.ConverterNotFoundException
Returns the target type that was requested to convert to.
getTargetType(MethodParameter) - Static method in class org.springframework.core.GenericTypeResolver
Determine the target type for the given parameter specification.
getTargetTypeName() - Method in class org.springframework.beans.factory.config.TypedStringValue
Return the type to convert to.
getTargetWriter() - Method in class org.springframework.mock.web.MockJspWriter
Lazily initialize the target Writer.
getTaskCount() - Method in class org.springframework.util.StopWatch
Return the number of tasks timed.
getTaskExecutor() - Method in class org.springframework.context.event.SimpleApplicationEventMulticaster
Return the current TaskExecutor for this multicaster.
getTaskExecutor() - Method in class org.springframework.web.servlet.config.annotation.AsyncSupportConfigurer
 
getTaskInfo() - Method in class org.springframework.util.StopWatch
Return an array of the data for tasks performed.
getTaskName() - Method in class org.springframework.util.StopWatch.TaskInfo
Return the name of this task.
getTempClassLoader() - Method in interface org.springframework.beans.factory.config.ConfigurableBeanFactory
Return the temporary ClassLoader to use for type matching purposes, if any.
getTempClassLoader() - Method in class org.springframework.beans.factory.support.AbstractBeanFactory
 
getTempDir() - Method in class org.springframework.remoting.jaxrpc.ServletEndpointSupport
Deprecated.
Return the temporary directory for the current web application, as provided by the servlet container.
getTempDir() - Method in class org.springframework.web.context.support.WebApplicationObjectSupport
Return the temporary directory for the current web application, as provided by the servlet container.
getTempDir() - Method in class org.springframework.web.portlet.context.PortletApplicationObjectSupport
Return the temporary directory for the current web application, as provided by the servlet container.
getTempDir(PortletContext) - Static method in class org.springframework.web.portlet.util.PortletUtils
Return the temporary directory for the current web application, as provided by the portlet container.
getTempDir() - Method in class org.springframework.web.servlet.view.tiles.ComponentControllerSupport
Deprecated.
Return the temporary directory for the current web application, as provided by the servlet container.
getTempDir() - Method in class org.springframework.web.struts.ActionSupport
Deprecated.
Return the temporary directory for the current web application, as provided by the servlet container.
getTempDir() - Method in class org.springframework.web.struts.DispatchActionSupport
Deprecated.
Return the temporary directory for the current web application, as provided by the servlet container.
getTempDir() - Method in class org.springframework.web.struts.LookupDispatchActionSupport
Deprecated.
Return the temporary directory for the current web application, as provided by the servlet container.
getTempDir() - Method in class org.springframework.web.struts.MappingDispatchActionSupport
Deprecated.
Return the temporary directory for the current web application, as provided by the servlet container.
getTempDir(ServletContext) - Static method in class org.springframework.web.util.WebUtils
Return the temporary directory for the current web application, as provided by the servlet container.
getTemplate(Locale) - Method in class org.springframework.web.servlet.view.freemarker.FreeMarkerView
Retrieve the FreeMarker template for the given locale, to be rendering by this view.
getTemplate(String, Locale) - Method in class org.springframework.web.servlet.view.freemarker.FreeMarkerView
Retrieve the FreeMarker template specified by the given name, using the encoding specified by the "encoding" bean property.
getTemplate() - Method in class org.springframework.web.servlet.view.velocity.VelocityView
Retrieve the Velocity template to be rendered by this view.
getTemplate(String) - Method in class org.springframework.web.servlet.view.velocity.VelocityView
Retrieve the Velocity template specified by the given name, using the encoding specified by the "encoding" bean property.
getTemplateLoaderForPath(String) - Method in class org.springframework.ui.freemarker.FreeMarkerConfigurationFactory
Determine a FreeMarker TemplateLoader for the given path.
getTemplates() - Method in class org.springframework.web.servlet.view.xslt.AbstractXsltView
Deprecated.
Obtain the Templates object to use, based on the configured stylesheet, either a cached one or a freshly built one.
getTemplateSource(String, HttpServletRequest) - Method in class org.springframework.web.servlet.view.document.AbstractExcelView
Creates the workbook from an existing XLS document.
getTemplateSource(String, HttpServletRequest) - Method in class org.springframework.web.servlet.view.document.AbstractJExcelView
Create the workbook from an existing XLS document.
GETTER_PREFIX - Static variable in class org.springframework.test.util.ReflectionTestUtils
 
GETTERS - Static variable in class org.springframework.aop.support.Pointcuts
Pointcut matching all bean property getters, in any class
getTestClass() - Method in class org.springframework.test.context.MergedContextConfiguration
Get the test class associated with this MergedContextConfiguration.
getTestClass() - Method in class org.springframework.test.context.TestContext
Get the test class for this test context.
getTestContext() - Method in class org.springframework.test.context.TestContextManager
Returns the TestContext managed by this TestContextManager.
getTestContextManager() - Method in class org.springframework.test.context.junit4.SpringJUnit4ClassRunner
Get the TestContextManager associated with this runner.
getTestException() - Method in class org.springframework.test.context.TestContext
Get the exception that was thrown during execution of the test method.
getTestExecutionListeners() - Method in class org.springframework.test.context.TestContextManager
Get the current TestExecutionListeners registered for this TestContextManager.
getTestInstance() - Method in class org.springframework.test.context.TestContext
Get the current test instance for this test context.
getTestMethod() - Method in class org.springframework.test.annotation.AbstractAnnotationAwareTransactionalTests
Deprecated.
Get the current test method.
getTestMethod() - Method in class org.springframework.test.context.junit38.AbstractJUnit38SpringContextTests
Deprecated.
Get the current test method.
getTestMethod() - Method in class org.springframework.test.context.TestContext
Get the current test method for this test context.
getText() - Method in class org.springframework.mail.SimpleMailMessage
 
getText() - Method in class org.springframework.util.xml.XMLEventStreamReader
 
getTextCharacters() - Method in class org.springframework.util.xml.AbstractXMLStreamReader
 
getTextCharacters(int, char[], int, int) - Method in class org.springframework.util.xml.AbstractXMLStreamReader
 
getTextLength() - Method in class org.springframework.util.xml.AbstractXMLStreamReader
 
getTextStart() - Method in class org.springframework.util.xml.XMLEventStreamReader
 
getTextValue(Element) - Static method in class org.springframework.util.xml.DomUtils
Extract the text value from the given DOM element, ignoring XML comments.
getTheme(String) - Method in class org.springframework.ui.context.support.DelegatingThemeSource
 
getTheme(String) - Method in class org.springframework.ui.context.support.ResourceBundleThemeSource
This implementation returns a SimpleTheme instance, holding a ResourceBundle-based MessageSource whose basename corresponds to the given theme name (prefixed by the configured "basenamePrefix").
getTheme(String) - Method in interface org.springframework.ui.context.ThemeSource
Return the Theme instance for the given theme name.
getTheme(String) - Method in class org.springframework.web.context.support.AbstractRefreshableWebApplicationContext
 
getTheme(String) - Method in class org.springframework.web.context.support.GenericWebApplicationContext
 
getTheme(String) - Method in class org.springframework.web.context.support.StaticWebApplicationContext
 
getTheme() - Method in class org.springframework.web.servlet.support.RequestContext
Return the current theme (never null).
getTheme(HttpServletRequest) - Static method in class org.springframework.web.servlet.support.RequestContextUtils
Retrieves the current theme from the given request, using the ThemeResolver and ThemeSource bound to the request by the DispatcherServlet.
getThemeMessage(String, String) - Method in class org.springframework.web.servlet.support.RequestContext
Retrieve the theme message for the given code.
getThemeMessage(String, Object[], String) - Method in class org.springframework.web.servlet.support.RequestContext
Retrieve the theme message for the given code.
getThemeMessage(String, List, String) - Method in class org.springframework.web.servlet.support.RequestContext
Retrieve the theme message for the given code.
getThemeMessage(String) - Method in class org.springframework.web.servlet.support.RequestContext
Retrieve the theme message for the given code.
getThemeMessage(String, Object[]) - Method in class org.springframework.web.servlet.support.RequestContext
Retrieve the theme message for the given code.
getThemeMessage(String, List) - Method in class org.springframework.web.servlet.support.RequestContext
Retrieve the theme message for the given code.
getThemeMessage(MessageSourceResolvable) - Method in class org.springframework.web.servlet.support.RequestContext
Retrieve the given MessageSourceResolvable in the current theme.
getThemeResolver(HttpServletRequest) - Static method in class org.springframework.web.servlet.support.RequestContextUtils
Return the ThemeResolver that has been bound to the request by the DispatcherServlet.
getThemeSource() - Method in class org.springframework.web.servlet.DispatcherServlet
Return this servlet's ThemeSource, if any; else return null.
getThemeSource(HttpServletRequest) - Static method in class org.springframework.web.servlet.support.RequestContextUtils
Return the ThemeSource that has been bound to the request by the DispatcherServlet.
getThis() - Method in class org.springframework.aop.aspectj.MethodInvocationProceedingJoinPoint
Returns the Spring AOP proxy.
getThis() - Method in class org.springframework.aop.framework.ReflectiveMethodInvocation
 
getThreadFactory() - Method in class org.springframework.core.task.SimpleAsyncTaskExecutor
Return the external factory to use for creating new Threads, if any.
getThreadGroup() - Method in class org.springframework.util.CustomizableThreadCreator
Return the thread group that threads should be created in (or null) for the default group.
getThreadNamePrefix() - Method in class org.springframework.util.CustomizableThreadCreator
Return the thread name prefix to use for the names of newly created threads.
getThreadPoolExecutor() - Method in class org.springframework.scheduling.backportconcurrent.ThreadPoolTaskExecutor
Deprecated.
Return the underlying ThreadPoolExecutor for native access.
getThreadPoolExecutor() - Method in class org.springframework.scheduling.concurrent.ThreadPoolTaskExecutor
Return the underlying ThreadPoolExecutor for native access.
getThreadPriority() - Method in class org.springframework.util.CustomizableThreadCreator
Return the priority of the threads that this factory creates.
getThrowable() - Method in class org.springframework.transaction.interceptor.TransactionAspectSupport.ThrowableHolder
 
getThrowawayClassLoader() - Method in class org.springframework.context.weaving.DefaultContextLoadTimeWeaver
 
getThrowawayClassLoader() - Method in class org.springframework.instrument.classloading.glassfish.GlassFishClassLoaderAdapter
 
getThrowawayClassLoader() - Method in class org.springframework.instrument.classloading.glassfish.GlassFishLoadTimeWeaver
 
getThrowawayClassLoader() - Method in class org.springframework.instrument.classloading.InstrumentationLoadTimeWeaver
This implementation always returns a SimpleThrowawayClassLoader.
getThrowawayClassLoader() - Method in class org.springframework.instrument.classloading.jboss.JBossLoadTimeWeaver
 
getThrowawayClassLoader() - Method in interface org.springframework.instrument.classloading.LoadTimeWeaver
Return a throwaway ClassLoader, enabling classes to be loaded and inspected without affecting the parent ClassLoader.
getThrowawayClassLoader() - Method in class org.springframework.instrument.classloading.oc4j.OC4JClassLoaderAdapter
 
getThrowawayClassLoader() - Method in class org.springframework.instrument.classloading.oc4j.OC4JLoadTimeWeaver
Deprecated.
 
getThrowawayClassLoader() - Method in class org.springframework.instrument.classloading.ReflectiveLoadTimeWeaver
 
getThrowawayClassLoader() - Method in class org.springframework.instrument.classloading.SimpleLoadTimeWeaver
This implementation builds a SimpleThrowawayClassLoader.
getThrowawayClassLoader() - Method in class org.springframework.instrument.classloading.tomcat.TomcatInstrumentableClassLoader
Delegate for LoadTimeWeaver's getThrowawayClassLoader method.
getThrowawayClassLoader() - Method in class org.springframework.instrument.classloading.weblogic.WebLogicClassLoaderAdapter
 
getThrowawayClassLoader() - Method in class org.springframework.instrument.classloading.weblogic.WebLogicLoadTimeWeaver
 
getThrowawayClassLoader() - Method in class org.springframework.instrument.classloading.websphere.WebSphereClassLoaderAdapter
 
getThrowawayClassLoader() - Method in class org.springframework.instrument.classloading.websphere.WebSphereLoadTimeWeaver
 
getThrowawayClassLoader() - Method in class org.springframework.test.jpa.AbstractJpaTests.ShadowingLoadTimeWeaver
Deprecated.
 
getThrowawayClassLoaderMethod - Variable in class org.springframework.instrument.classloading.ReflectiveLoadTimeWeaver
 
getTime(int, Calendar) - Method in class org.springframework.jdbc.support.rowset.ResultSetWrappingSqlRowSet
 
getTime(int) - Method in class org.springframework.jdbc.support.rowset.ResultSetWrappingSqlRowSet
 
getTime(String, Calendar) - Method in class org.springframework.jdbc.support.rowset.ResultSetWrappingSqlRowSet
 
getTime(String) - Method in class org.springframework.jdbc.support.rowset.ResultSetWrappingSqlRowSet
 
getTime(int, Calendar) - Method in interface org.springframework.jdbc.support.rowset.SqlRowSet
Retrieves the value of the indicated column in the current row as a Time object.
getTime(int) - Method in interface org.springframework.jdbc.support.rowset.SqlRowSet
Retrieves the value of the indicated column in the current row as a Time object.
getTime(String, Calendar) - Method in interface org.springframework.jdbc.support.rowset.SqlRowSet
Retrieves the value of the indicated column in the current row as a Time object.
getTime(String) - Method in interface org.springframework.jdbc.support.rowset.SqlRowSet
Retrieves the value of the indicated column in the current row as a Time object.
getTimeBetweenEvictionRunsMillis() - Method in class org.springframework.aop.target.CommonsPoolTargetSource
Return the time between eviction runs that check idle objects.
getTimeMillis() - Method in class org.springframework.util.StopWatch.TaskInfo
Return the time in milliseconds this task took.
getTimeout() - Method in class org.springframework.test.web.servlet.request.MockAsyncContext
 
getTimeout() - Method in exception org.springframework.transaction.InvalidTimeoutException
Return the invalid timeout value.
getTimeout() - Method in class org.springframework.transaction.support.DefaultTransactionDefinition
 
getTimeout() - Method in class org.springframework.transaction.support.DelegatingTransactionDefinition
 
getTimeout() - Method in interface org.springframework.transaction.TransactionDefinition
Return the transaction timeout.
getTimeout() - Method in class org.springframework.web.context.request.async.WebAsyncTask
Return the timeout value in milliseconds or null if not value is set.
getTimeout() - Method in class org.springframework.web.servlet.config.annotation.AsyncSupportConfigurer
 
getTimeoutValue() - Method in class org.springframework.web.context.request.async.DeferredResult
Return the configured timeout value in milliseconds.
getTimer() - Method in class org.springframework.scheduling.timer.TimerTaskExecutor
Deprecated.
Return the underlying Timer behind this TimerTaskExecutor.
getTimerListener() - Method in class org.springframework.scheduling.commonj.ScheduledTimerListener
Return the TimerListener to schedule.
getTimerManager() - Method in class org.springframework.scheduling.commonj.TimerManagerAccessor
 
getTimerTask() - Method in class org.springframework.scheduling.timer.ScheduledTimerTask
Deprecated.
Return the TimerTask to schedule.
getTimeSeconds() - Method in class org.springframework.util.StopWatch.TaskInfo
Return the time in seconds this task took.
getTimestamp() - Method in class org.springframework.context.ApplicationEvent
Return the system time in milliseconds when the event happened.
getTimestamp(int, Calendar) - Method in class org.springframework.jdbc.support.rowset.ResultSetWrappingSqlRowSet
 
getTimestamp(int) - Method in class org.springframework.jdbc.support.rowset.ResultSetWrappingSqlRowSet
 
getTimestamp(String, Calendar) - Method in class org.springframework.jdbc.support.rowset.ResultSetWrappingSqlRowSet
 
getTimestamp(String) - Method in class org.springframework.jdbc.support.rowset.ResultSetWrappingSqlRowSet
 
getTimestamp(int, Calendar) - Method in interface org.springframework.jdbc.support.rowset.SqlRowSet
Retrieves the value of the indicated column in the current row as a Timestamp object.
getTimestamp(int) - Method in interface org.springframework.jdbc.support.rowset.SqlRowSet
Retrieves the value of the indicated column in the current row as a Timestamp object.
getTimestamp(String, Calendar) - Method in interface org.springframework.jdbc.support.rowset.SqlRowSet
Retrieves the value of the indicated column in the current row as a Timestamp object.
getTimestamp(String) - Method in interface org.springframework.jdbc.support.rowset.SqlRowSet
Retrieves the value of the indicated column in the current row as a Timestamp object.
getTimeToLive(String, Locale) - Method in class org.springframework.context.support.ResourceBundleMessageSource.MessageSourceControl
 
getTimeToLive() - Method in class org.springframework.jms.connection.CachedMessageProducer
 
getTimeToLive() - Method in class org.springframework.jms.core.JmsTemplate
Return the time-to-live of the message when sending.
getTimeToLiveInMillis() - Method in class org.springframework.transaction.support.ResourceHolderSupport
Return the time to live for this object in milliseconds.
getTimeToLiveInSeconds() - Method in class org.springframework.transaction.support.ResourceHolderSupport
Return the time to live for this object in seconds.
getTimeUnit() - Method in class org.springframework.scheduling.concurrent.ScheduledExecutorTask
Return the time unit for the delay and period values.
getTimeZone() - Method in class org.springframework.format.datetime.joda.JodaTimeContext
The user's timezone.
getTitle() - Method in class org.springframework.mock.web.portlet.MockRenderResponse
 
getTitle(RenderRequest) - Method in class org.springframework.web.portlet.FrameworkPortlet
Overridden for friendlier behavior in unit tests.
getTitle() - Method in class org.springframework.web.servlet.tags.form.AbstractHtmlElementTag
Get the value of the 'title' attribute.
getTo() - Method in class org.springframework.mail.SimpleMailMessage
 
getTokens() - Method in class org.springframework.expression.spel.standard.Tokenizer
 
getToolboxConfigLocation() - Method in class org.springframework.web.servlet.view.velocity.VelocityToolboxView
Return the Velocity Toolbox config location, if any.
getTopic() - Method in class org.springframework.jms.connection.CachedMessageConsumer
 
getTopic() - Method in class org.springframework.jms.connection.CachedMessageProducer
 
getToStringInfix() - Method in class org.springframework.web.servlet.mvc.condition.AbstractRequestCondition
The notation to use when printing discrete items of content.
getToStringInfix() - Method in class org.springframework.web.servlet.mvc.condition.CompositeRequestCondition
 
getToStringInfix() - Method in class org.springframework.web.servlet.mvc.condition.ConsumesRequestCondition
 
getToStringInfix() - Method in class org.springframework.web.servlet.mvc.condition.HeadersRequestCondition
 
getToStringInfix() - Method in class org.springframework.web.servlet.mvc.condition.ParamsRequestCondition
 
getToStringInfix() - Method in class org.springframework.web.servlet.mvc.condition.PatternsRequestCondition
 
getToStringInfix() - Method in class org.springframework.web.servlet.mvc.condition.ProducesRequestCondition
 
getToStringInfix() - Method in class org.springframework.web.servlet.mvc.condition.RequestConditionHolder
 
getToStringInfix() - Method in class org.springframework.web.servlet.mvc.condition.RequestMethodsRequestCondition
 
getTotalParameterCount() - Method in class org.springframework.jdbc.core.namedparam.ParsedSql
Return the total count of all of the parameters in the SQL statement.
getTotalTimeMillis() - Method in class org.springframework.util.StopWatch
Return the total time in milliseconds for all tasks.
getTotalTimeSeconds() - Method in class org.springframework.util.StopWatch
Return the total time in seconds for all tasks.
getTransaction() - Method in class org.springframework.orm.hibernate3.SessionHolder
 
getTransaction() - Method in class org.springframework.orm.hibernate4.SessionHolder
 
getTransaction(TransactionDefinition) - Method in interface org.springframework.transaction.PlatformTransactionManager
Return a currently active transaction or create a new one, according to the specified propagation behavior.
getTransaction(TransactionDefinition) - Method in class org.springframework.transaction.support.AbstractPlatformTransactionManager
This implementation handles propagation behavior.
getTransaction() - Method in class org.springframework.transaction.support.DefaultTransactionStatus
Return the underlying transaction object.
getTransactionalEntityManager() - Method in class org.springframework.orm.jpa.EntityManagerFactoryAccessor
Obtain the transactional EntityManager for this accessor's EntityManagerFactory, if any.
getTransactionalEntityManager(EntityManagerFactory) - Static method in class org.springframework.orm.jpa.EntityManagerFactoryUtils
Obtain a JPA EntityManager from the given factory.
getTransactionalEntityManager(EntityManagerFactory, Map) - Static method in class org.springframework.orm.jpa.EntityManagerFactoryUtils
Obtain a JPA EntityManager from the given factory.
getTransactionalQueueSession(QueueConnectionFactory, QueueConnection, boolean) - Static method in class org.springframework.jms.connection.ConnectionFactoryUtils
Obtain a JMS QueueSession that is synchronized with the current transaction, if any.
getTransactionalSession(ConnectionFactory, Connection, boolean) - Static method in class org.springframework.jms.connection.ConnectionFactoryUtils
Obtain a JMS Session that is synchronized with the current transaction, if any.
getTransactionalTopicSession(TopicConnectionFactory, TopicConnection, boolean) - Static method in class org.springframework.jms.connection.ConnectionFactoryUtils
Obtain a JMS TopicSession that is synchronized with the current transaction, if any.
getTransactionAttribute(Method, Class<?>) - Method in class org.springframework.transaction.interceptor.AbstractFallbackTransactionAttributeSource
Determine the transaction attribute for this method invocation.
getTransactionAttribute(Method, Class<?>) - Method in class org.springframework.transaction.interceptor.CompositeTransactionAttributeSource
 
getTransactionAttribute(Method, Class<?>) - Method in class org.springframework.transaction.interceptor.MatchAlwaysTransactionAttributeSource
 
getTransactionAttribute(Method, Class<?>) - Method in class org.springframework.transaction.interceptor.MethodMapTransactionAttributeSource
 
getTransactionAttribute(Method, Class<?>) - Method in class org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource
 
getTransactionAttribute() - Method in class org.springframework.transaction.interceptor.TransactionAspectSupport.TransactionInfo
 
getTransactionAttribute(Method, Class<?>) - Method in interface org.springframework.transaction.interceptor.TransactionAttributeSource
Return the transaction attribute for the given method, or null if the method is non-transactional.
getTransactionAttributeSource() - Method in class org.springframework.transaction.interceptor.TransactionAspectSupport
Return the transaction attribute source.
getTransactionAttributeSource() - Method in class org.springframework.transaction.interceptor.TransactionAttributeSourcePointcut
Obtain the underlying TransactionAttributeSource (may be null).
getTransactionAttributeSources() - Method in class org.springframework.transaction.interceptor.CompositeTransactionAttributeSource
Return the TransactionAttributeSource instances that this CompositeTransactionAttributeSource combines.
getTransactionAwareConnectionProxy(Connection, ConnectionFactory) - Method in class org.springframework.jca.cci.connection.TransactionAwareConnectionFactoryProxy
Wrap the given Connection with a proxy that delegates every method call to it but delegates close calls to ConnectionFactoryUtils.
getTransactionAwareConnectionProxy(DataSource) - Method in class org.springframework.jdbc.datasource.TransactionAwareDataSourceProxy
Wraps the given Connection with a proxy that delegates every method call to it but delegates close() calls to DataSourceUtils.
getTransactionAwareConnectionProxy(Connection) - Method in class org.springframework.jms.connection.TransactionAwareConnectionFactoryProxy
Wrap the given Connection with a proxy that delegates every method call to it but handles Session lookup in a transaction-aware fashion.
getTransactionData() - Method in class org.springframework.orm.jdo.JdoTransactionManager.JdoTransactionObject
 
getTransactionData() - Method in class org.springframework.orm.jpa.JpaTransactionManager.JpaTransactionObject
 
getTransactionIdentifier(Transaction) - Method in class org.springframework.orm.hibernate3.LocalTransactionManagerLookup
 
getTransactionManager() - Method in class org.springframework.jms.listener.AbstractPollingMessageListenerContainer
Return the Spring PlatformTransactionManager to use for transactional wrapping of message reception plus listener execution.
getTransactionManager(Properties) - Method in class org.springframework.orm.hibernate3.LocalTransactionManagerLookup
 
getTransactionManager(TestContext, String) - Method in class org.springframework.test.context.transaction.TransactionalTestExecutionListener
Get the transaction manager to use for the supplied test context and qualifier.
getTransactionManager(TestContext) - Method in class org.springframework.test.context.transaction.TransactionalTestExecutionListener
Get the transaction manager to use for the supplied test context.
getTransactionManager() - Method in class org.springframework.transaction.interceptor.TransactionAspectSupport
Return the transaction manager, if specified.
getTransactionManager() - Method in class org.springframework.transaction.interceptor.TransactionAspectSupport.TransactionInfo
 
getTransactionManager(BeanFactory, String) - Static method in class org.springframework.transaction.interceptor.TransactionAspectUtils
getTransactionManager(ConfigurableListableBeanFactory, String) - Static method in class org.springframework.transaction.interceptor.TransactionAspectUtils
getTransactionManager() - Method in class org.springframework.transaction.jta.JtaTransactionManager
Return the JTA TransactionManager that this transaction manager uses.
getTransactionManager() - Method in class org.springframework.transaction.jta.ManagedTransactionAdapter
Return the JTA TransactionManager that this adapter delegates to.
getTransactionManager() - Method in class org.springframework.transaction.jta.UserTransactionAdapter
Return the JTA TransactionManager that this adapter delegates to.
getTransactionManager() - Method in class org.springframework.transaction.support.TransactionTemplate
Return the transaction management strategy to be used.
getTransactionManagerBeanName() - Method in class org.springframework.transaction.interceptor.TransactionAspectSupport
Return the name of the default transaction manager bean.
getTransactionManagerName() - Method in class org.springframework.test.context.transaction.TransactionConfigurationAttributes
Get the bean name of the PlatformTransactionManager that is to be used to drive transactions.
getTransactionManagerName(Element) - Static method in class org.springframework.transaction.config.TxNamespaceHandler
 
getTransactionStatus() - Method in class org.springframework.transaction.interceptor.TransactionAspectSupport.TransactionInfo
 
getTransactionSynchronization() - Method in class org.springframework.transaction.support.AbstractPlatformTransactionManager
Return if this transaction manager should activate the thread-bound transaction synchronization support.
getTransactionType() - Method in class org.springframework.orm.jpa.persistenceunit.MutablePersistenceUnitInfo
 
getTransformerFactory() - Method in class org.springframework.web.servlet.view.xslt.AbstractXsltView
Deprecated.
Return the TransformerFactory used by this view.
getTransformerFactory() - Method in class org.springframework.web.servlet.view.xslt.XsltView
Return the TransformerFactory that this XsltView uses.
getTransientDataAccessResourceCodes() - Method in class org.springframework.jdbc.support.SQLErrorCodes
 
getTransport(Session) - Method in class org.springframework.mail.javamail.JavaMailSenderImpl
Obtain a Transport object from the given JavaMail Session, using the configured protocol.
getTraversableResolver() - Method in class org.springframework.validation.beanvalidation.LocalValidatorFactoryBean
 
getTrigger() - Method in class org.springframework.scheduling.config.TriggerTask
 
getTriggerDataMap(TriggerFiredBundle) - Method in class org.springframework.scheduling.quartz.SpringBeanJobFactory
 
getType(ELContext, Object, Object) - Method in class org.springframework.beans.factory.access.el.SpringBeanELResolver
 
getType(String) - Method in interface org.springframework.beans.factory.BeanFactory
Determine the type of the bean with the given name.
getType() - Method in class org.springframework.beans.factory.config.ConstructorArgumentValues.ValueHolder
Return the type of the constructor argument.
getType(String) - Method in class org.springframework.beans.factory.support.AbstractBeanFactory
 
getType(String) - Method in class org.springframework.beans.factory.support.StaticListableBeanFactory
 
getType(String) - Method in class org.springframework.context.support.AbstractApplicationContext
 
getType() - Method in class org.springframework.core.convert.AbstractDescriptor
 
getType() - Method in class org.springframework.core.convert.Property
The property type: e.g.
getType() - Method in class org.springframework.core.convert.TypeDescriptor
The type of the backing class, method parameter, field, or property described by this TypeDescriptor.
getType() - Method in class org.springframework.core.enums.AbstractLabeledEnum
Deprecated.
 
getType() - Method in interface org.springframework.core.enums.LabeledEnum
Deprecated.
Return this enumeration's type.
getType() - Method in class org.springframework.core.ParameterizedTypeReference
 
getType() - Method in enum org.springframework.expression.spel.ast.TypeCode
 
getType() - Method in class org.springframework.http.MediaType
Return the primary type.
getType(String) - Method in class org.springframework.jndi.support.SimpleJndiBeanFactory
 
getType(String) - Method in class org.springframework.test.web.servlet.setup.StubWebApplicationContext
 
getType() - Method in class org.springframework.web.bind.ServletRequestUtils.BooleanParser
 
getType() - Method in class org.springframework.web.bind.ServletRequestUtils.DoubleParser
 
getType() - Method in class org.springframework.web.bind.ServletRequestUtils.FloatParser
 
getType() - Method in class org.springframework.web.bind.ServletRequestUtils.IntParser
 
getType() - Method in class org.springframework.web.bind.ServletRequestUtils.LongParser
 
getType() - Method in class org.springframework.web.bind.ServletRequestUtils.ParameterParser
 
getType() - Method in class org.springframework.web.bind.ServletRequestUtils.StringParser
 
getType(ELContext, Object, Object) - Method in class org.springframework.web.jsf.el.WebApplicationContextFacesELResolver
 
getType() - Method in class org.springframework.web.portlet.bind.PortletRequestUtils.BooleanParser
 
getType() - Method in class org.springframework.web.portlet.bind.PortletRequestUtils.DoubleParser
 
getType() - Method in class org.springframework.web.portlet.bind.PortletRequestUtils.FloatParser
 
getType() - Method in class org.springframework.web.portlet.bind.PortletRequestUtils.IntParser
 
getType() - Method in class org.springframework.web.portlet.bind.PortletRequestUtils.LongParser
 
getType() - Method in class org.springframework.web.portlet.bind.PortletRequestUtils.ParameterParser
 
getType() - Method in class org.springframework.web.portlet.bind.PortletRequestUtils.StringParser
 
getType() - Method in class org.springframework.web.servlet.tags.form.ButtonTag
Get the value of the 'type' attribute.
getType() - Method in class org.springframework.web.servlet.tags.form.InputTag
Get the value of the 'type' attribute.
getType() - Method in class org.springframework.web.servlet.tags.form.PasswordInputTag
Return 'password' causing the rendered HTML 'input' element to have a 'type' of 'password'.
getTypeClass() - Method in class org.springframework.orm.hibernate3.TypeDefinitionBean
Return the type implementation class.
getTypeComparator() - Method in interface org.springframework.expression.EvaluationContext
 
getTypeComparator() - Method in class org.springframework.expression.spel.ExpressionState
 
getTypeComparator() - Method in class org.springframework.expression.spel.support.StandardEvaluationContext
 
getTypeConverter() - Method in interface org.springframework.beans.factory.config.ConfigurableBeanFactory
Obtain a type converter as used by this BeanFactory.
getTypeConverter() - Method in class org.springframework.beans.factory.support.AbstractBeanFactory
 
getTypeConverter() - Method in class org.springframework.beans.support.ArgumentConvertingMethodInvoker
Return the TypeConverter used for argument type conversion.
getTypeConverter() - Method in interface org.springframework.expression.EvaluationContext
 
getTypeConverter() - Method in class org.springframework.expression.spel.ExpressionState
 
getTypeConverter() - Method in class org.springframework.expression.spel.support.StandardEvaluationContext
 
getTypeConverter() - Method in class org.springframework.validation.DataBinder
Return the underlying TypeConverter of this binder's BindingResult.
getTypeDescriptor(EvaluationContext, Object, String) - Method in class org.springframework.expression.spel.support.ReflectivePropertyAccessor
 
getTypeDescriptor() - Method in class org.springframework.expression.TypedValue
 
getTypeDifferenceWeight(Class[]) - Method in class org.springframework.beans.factory.support.ConstructorResolver.ArgumentsHolder
 
getTypeDifferenceWeight(List<TypeDescriptor>, List<TypeDescriptor>) - Static method in class org.springframework.expression.spel.support.ReflectionHelper
Based on MethodInvoker.getTypeDifferenceWeight(Class[], Object[]) but operates on TypeDescriptors.
getTypeDifferenceWeight(Class[], Object[]) - Static method in class org.springframework.util.MethodInvoker
Algorithm that judges the match between the declared parameter types of a candidate method and a specific list of arguments that this method is supposed to be invoked with.
getTypedValue(ExpressionState) - Method in class org.springframework.expression.spel.ast.SpelNodeImpl
 
getTypedValue(ExpressionState) - Method in interface org.springframework.expression.spel.SpelNode
Evaluate the expression node in the context of the supplied expression state and return the typed value.
getTypedValue(SqlParameterSource, String) - Static method in class org.springframework.jdbc.core.namedparam.SqlParameterSourceUtils
Create a wrapped value if parameter has type information, plain object if not.
getTypeForFactoryBean(String, RootBeanDefinition) - Method in class org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory
This implementation attempts to query the FactoryBean's generic parameter metadata if present to determine the object type.
getTypeForFactoryBean(String, RootBeanDefinition) - Method in class org.springframework.beans.factory.support.AbstractBeanFactory
Determine the bean type for the given FactoryBean definition, as far as possible.
getTypeForFactoryBean(FactoryBean) - Method in class org.springframework.beans.factory.support.FactoryBeanRegistrySupport
Determine the type for the given FactoryBean.
getTypeForFactoryMethod(String, RootBeanDefinition, Class[]) - Method in class org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory
Determine the bean type for the given bean definition which is based on a factory method.
getTypeIndexesPerLevel() - Method in class org.springframework.core.MethodParameter
Obtain the (lazily constructed) type-indexes-per-level Map.
getTypeIndexForCurrentLevel() - Method in class org.springframework.core.MethodParameter
Return the type index for the current nesting level.
getTypeIndexForLevel(int) - Method in class org.springframework.core.MethodParameter
Return the type index for the specified nesting level.
getTypeLevelMapping() - Method in class org.springframework.web.bind.annotation.support.HandlerMethodResolver
 
getTypeLocator() - Method in interface org.springframework.expression.EvaluationContext
 
getTypeLocator() - Method in class org.springframework.expression.spel.support.StandardEvaluationContext
 
getTypeName() - Method in class org.springframework.beans.factory.support.AutowireCandidateQualifier
Retrieve the type name.
getTypeName() - Method in class org.springframework.jdbc.core.metadata.CallParameterMetaData
Get the parameter type name.
getTypeName(String) - Method in class org.springframework.jdbc.core.namedparam.AbstractSqlParameterSource
Return the type name for the given parameter, if registered.
getTypeName(String) - Method in class org.springframework.jdbc.core.namedparam.EmptySqlParameterSource
 
getTypeName(String) - Method in interface org.springframework.jdbc.core.namedparam.SqlParameterSource
Determine the type name for the specified named parameter.
getTypeName() - Method in class org.springframework.jdbc.core.SqlParameter
Return the type name of the parameter, if any.
getTypeName() - Method in class org.springframework.orm.hibernate3.TypeDefinitionBean
Return the name of the type.
getTypePattern() - Method in class org.springframework.aop.aspectj.TypePatternClassFilter
 
getTypes(Object...) - Method in class org.springframework.expression.spel.ast.MethodReference
 
getTypeValue(CallableStatement, int, int, String) - Method in interface org.springframework.jdbc.core.SqlReturnType
Get the type value from the specific object.
getTypeVariableMap(Class) - Static method in class org.springframework.core.GenericTypeResolver
Build a mapping of TypeVariable names to concrete classes for the specified Class.
getUnderlyingConnectionMethod - Variable in class org.springframework.jdbc.support.nativejdbc.JBossNativeJdbcExtractor
 
getUnderlyingResultSetMethod - Variable in class org.springframework.jdbc.support.nativejdbc.JBossNativeJdbcExtractor
 
getUnderlyingStatementMethod - Variable in class org.springframework.jdbc.support.nativejdbc.JBossNativeJdbcExtractor
 
getUniqueDeclaredMethods(Class<?>) - Static method in class org.springframework.util.ReflectionUtils
Get the unique set of declared methods on the leaf class and all superclasses.
getUnit() - Method in class org.springframework.jmx.export.metadata.ManagedMetric
The expected unit of measurement values.
getUnless() - Method in class org.springframework.cache.interceptor.CacheableOperation
 
getUnless() - Method in class org.springframework.cache.interceptor.CachePutOperation
 
getUnnamedParameterCount() - Method in class org.springframework.jdbc.core.namedparam.ParsedSql
Return the count of all of the unnamed parameters in the SQL statement.
getURI() - Method in class org.springframework.core.io.AbstractResource
This implementation builds a URI based on the URL returned by AbstractResource.getURL().
getURI() - Method in class org.springframework.core.io.FileSystemResource
This implementation returns a URI for the underlying file.
getURI() - Method in interface org.springframework.core.io.Resource
Return a URI handle for this resource.
getURI() - Method in class org.springframework.core.io.UrlResource
This implementation returns the underlying URI directly, if possible.
getURI() - Method in class org.springframework.core.io.VfsResource
 
getURI(Object) - Static method in class org.springframework.core.io.VfsUtils
 
getURI() - Method in class org.springframework.http.client.BufferingClientHttpRequestWrapper
 
getURI() - Method in class org.springframework.http.client.CommonsClientHttpRequest
Deprecated.
 
getURI() - Method in class org.springframework.http.client.HttpComponentsClientHttpRequest
 
getURI() - Method in class org.springframework.http.client.InterceptingClientHttpRequest
 
getURI() - Method in class org.springframework.http.client.SimpleBufferingClientHttpRequest
 
getURI() - Method in class org.springframework.http.client.SimpleStreamingClientHttpRequest
 
getURI() - Method in class org.springframework.http.client.support.HttpRequestWrapper
Returns the URI of the wrapped request.
getURI() - Method in interface org.springframework.http.HttpRequest
Return the URI of the request.
getURI() - Method in class org.springframework.http.server.ServletServerHttpRequest
 
getURI() - Method in class org.springframework.mock.http.client.MockClientHttpRequest
 
getUriTemplateVariables(NativeWebRequest) - Method in class org.springframework.web.servlet.mvc.method.annotation.ServletModelAttributeMethodProcessor
 
getURL() - Method in class org.springframework.core.io.AbstractResource
This implementation throws a FileNotFoundException, assuming that the resource cannot be resolved to a URL.
getURL() - Method in class org.springframework.core.io.ClassPathResource
This implementation returns a URL for the underlying class path resource.
getURL() - Method in class org.springframework.core.io.FileSystemResource
This implementation returns a URL for the underlying file.
getURL() - Method in interface org.springframework.core.io.Resource
Return a URL handle for this resource.
getURL() - Method in class org.springframework.core.io.UrlResource
This implementation returns the underlying URL reference.
getURL() - Method in class org.springframework.core.io.VfsResource
 
getURL(Object) - Static method in class org.springframework.core.io.VfsUtils
 
getUrl() - Method in class org.springframework.jdbc.datasource.AbstractDriverBasedDataSource
Return the JDBC URL to use for connecting through the Driver.
getURL(String) - Static method in class org.springframework.util.ResourceUtils
Resolve the given resource location to a java.net.URL.
getURL() - Method in class org.springframework.web.context.support.ServletContextResource
This implementation delegates to ServletContext.getResource, but throws a FileNotFoundException if no resource found.
getURL() - Method in class org.springframework.web.portlet.context.PortletContextResource
This implementation delegates to PortletContext.getResource, but throws a FileNotFoundException if no resource found.
getUrl() - Method in class org.springframework.web.servlet.view.AbstractUrlBasedView
Return the URL of the resource that this view wraps.
getUrlMap() - Method in class org.springframework.web.servlet.handler.SimpleUrlHandlerMapping
Allow Map access to the URL path mappings, with the option to add or override specific entries.
getUrlPath() - Method in class org.springframework.web.servlet.config.annotation.ViewControllerRegistration
Returns the URL path for the view controller.
getUrlPathHelper() - Method in class org.springframework.web.servlet.handler.AbstractHandlerMapping
Return the UrlPathHelper implementation to use for resolution of lookup paths.
getUrlPathHelper() - Method in class org.springframework.web.servlet.mvc.AbstractUrlViewController
Return the UrlPathHelper to use for the resolution of lookup paths.
getUrlPathHelper() - Method in class org.springframework.web.servlet.support.AbstractFlashMapManager
Return the UrlPathHelper implementation to use.
getUrlPathHelper() - Method in class org.springframework.web.servlet.support.RequestContext
Return the UrlPathHelper used for context path and request URI decoding.
getUserAttribute(String) - Method in class org.springframework.aop.framework.ReflectiveMethodInvocation
 
getUserAttribute(String) - Method in interface org.springframework.aop.ProxyMethodInvocation
Return the value of the specified user attribute.
getUserAttributes() - Method in class org.springframework.aop.framework.ReflectiveMethodInvocation
Return user attributes associated with this invocation.
getUserClass(Object) - Static method in class org.springframework.util.ClassUtils
Return the user-defined class for the given instance: usually simply the class of the given instance, but the original class in case of a CGLIB-generated subclass.
getUserClass(Class<?>) - Static method in class org.springframework.util.ClassUtils
Return the user-defined class for the given class: usually simply the given class, but the original class in case of a CGLIB-generated subclass.
getUserInfo() - Method in class org.springframework.web.util.HierarchicalUriComponents
 
getUserInfo() - Method in class org.springframework.web.util.OpaqueUriComponents
 
getUserInfo() - Method in class org.springframework.web.util.UriComponents
Returns the user info.
getUserListener() - Method in class org.springframework.jms.connection.SingleConnectionFactory.InternalChainedExceptionListener
 
getUserName() - Method in interface org.springframework.jdbc.core.metadata.CallMetaDataProvider
Get the name of the current user.
getUserName() - Method in class org.springframework.jdbc.core.metadata.GenericCallMetaDataProvider
 
getUsername() - Method in class org.springframework.jdbc.datasource.AbstractDriverBasedDataSource
Return the JDBC username to use for connecting through the Driver.
getUsername() - Method in class org.springframework.mail.javamail.JavaMailSenderImpl
Return the username for the account at the mail host.
getUsername() - Method in class org.springframework.remoting.jaxrpc.JaxRpcPortClientInterceptor
Deprecated.
Return the username to specify on the stub or call.
getUsername() - Method in class org.springframework.remoting.jaxws.JaxWsPortClientInterceptor
Return the username to specify on the stub.
getUserName() - Method in class org.springframework.web.context.support.RequestHandledEvent
Return the name of the user that was associated with the request (usually the UserPrincipal).
getUsernameForRequest(PortletRequest) - Method in class org.springframework.web.portlet.FrameworkPortlet
Determine the username for the given request.
getUsernameForRequest(HttpServletRequest) - Method in class org.springframework.web.servlet.FrameworkServlet
Determine the username for the given request.
getUserPrincipal() - Method in class org.springframework.mock.web.MockHttpServletRequest
 
getUserPrincipal() - Method in class org.springframework.mock.web.portlet.MockPortletRequest
 
getUserPrincipal() - Method in class org.springframework.web.context.request.FacesWebRequest
 
getUserPrincipal() - Method in class org.springframework.web.context.request.ServletWebRequest
 
getUserPrincipal() - Method in interface org.springframework.web.context.request.WebRequest
Return the user principal for this request, if any.
getUserPrincipal() - Method in class org.springframework.web.portlet.context.PortletWebRequest
 
getUserTransaction() - Method in class org.springframework.transaction.jta.JtaTransactionManager
Return the JTA UserTransaction that this transaction manager uses.
getUserTransaction() - Method in class org.springframework.transaction.jta.JtaTransactionObject
Return the JTA UserTransaction object for the current transaction.
getUserTransactionName() - Method in class org.springframework.orm.hibernate3.LocalTransactionManagerLookup
 
getValidatedSession() - Method in class org.springframework.orm.hibernate3.SessionHolder
 
getValidatedSession(Object) - Method in class org.springframework.orm.hibernate3.SessionHolder
 
getValidationMode() - Method in class org.springframework.beans.factory.xml.XmlBeanDefinitionReader
Return the validation mode to use.
getValidationModeForResource(Resource) - Method in class org.springframework.beans.factory.xml.XmlBeanDefinitionReader
Gets the validation mode for the specified Resource.
getValidationModeName() - Method in class org.springframework.orm.jpa.persistenceunit.SpringPersistenceUnitInfo
 
getValidationPropertyMap() - Method in class org.springframework.validation.beanvalidation.LocalValidatorFactoryBean
Allow Map access to the bean validation properties to be passed to the validation provider, with the option to add or override specific entries.
getValidator() - Method in class org.springframework.validation.beanvalidation.LocalValidatorFactoryBean
 
getValidator() - Method in class org.springframework.validation.DataBinder
Return the primary Validator to apply after each binding step, if any.
getValidator() - Method in class org.springframework.web.bind.support.ConfigurableWebBindingInitializer
Return the Validator to apply after each binding step, if any.
getValidator() - Method in class org.springframework.web.portlet.mvc.BaseCommandController
Deprecated.
 
getValidator() - Method in class org.springframework.web.servlet.config.annotation.DelegatingWebMvcConfiguration
 
getValidator() - Method in class org.springframework.web.servlet.config.annotation.WebMvcConfigurationSupport
Override this method to provide a custom Validator.
getValidator() - Method in interface org.springframework.web.servlet.config.annotation.WebMvcConfigurer
Provide a custom Validator instead of the one created by default.
getValidator() - Method in class org.springframework.web.servlet.config.annotation.WebMvcConfigurerAdapter
Provide a custom Validator instead of the one created by default.
getValidator() - Method in class org.springframework.web.servlet.config.annotation.WebMvcConfigurerComposite
 
getValidator(Element, Object, ParserContext) - Method in class org.springframework.web.servlet.config.AnnotationDrivenBeanDefinitionParser
 
getValidator() - Method in class org.springframework.web.servlet.mvc.BaseCommandController
Deprecated.
Return the primary Validator for this controller.
getValidators() - Method in class org.springframework.validation.DataBinder
Return the Validators to apply after data binding.
getValidators() - Method in class org.springframework.web.portlet.mvc.BaseCommandController
Deprecated.
Return the Validators for this controller.
getValidators() - Method in class org.springframework.web.servlet.mvc.BaseCommandController
Deprecated.
Return the Validators for this controller.
getValidators() - Method in class org.springframework.web.servlet.mvc.multiaction.MultiActionController
Return the Validators for this controller.
getValue() - Method in class org.springframework.beans.BeanMetadataAttribute
Return the value of the attribute.
getValue(ELContext, Object, Object) - Method in class org.springframework.beans.factory.access.el.SpringBeanELResolver
 
getValue() - Method in class org.springframework.beans.factory.config.ConstructorArgumentValues.ValueHolder
Return the value for the constructor argument.
getValue() - Method in class org.springframework.beans.factory.config.TypedStringValue
Return the String value.
getValue() - Method in exception org.springframework.beans.PropertyAccessException
Return the affected value that was about to be set, if any.
getValue() - Method in class org.springframework.beans.PropertyValue
Return the value of the property.
getValue() - Method in exception org.springframework.beans.TypeMismatchException
Return the offending value (may be null)
getValue(Annotation) - Static method in class org.springframework.core.annotation.AnnotationUtils
Retrieve the value of the &quot;value&quot; attribute of a single-element Annotation, given an annotation instance.
getValue(Annotation, String) - Static method in class org.springframework.core.annotation.AnnotationUtils
Retrieve the value of a named Annotation attribute, given an annotation instance.
getValue() - Method in exception org.springframework.core.convert.ConversionFailedException
Return the offending value.
getValue() - Method in class org.springframework.expression.common.CompositeStringExpression
 
getValue(Object) - Method in class org.springframework.expression.common.CompositeStringExpression
 
getValue(EvaluationContext) - Method in class org.springframework.expression.common.CompositeStringExpression
 
getValue(EvaluationContext, Object) - Method in class org.springframework.expression.common.CompositeStringExpression
 
getValue(EvaluationContext, Class<T>) - Method in class org.springframework.expression.common.CompositeStringExpression
 
getValue(Class<T>) - Method in class org.springframework.expression.common.CompositeStringExpression
 
getValue(Object, Class<T>) - Method in class org.springframework.expression.common.CompositeStringExpression
 
getValue(EvaluationContext, Object, Class<T>) - Method in class org.springframework.expression.common.CompositeStringExpression
 
getValue() - Method in class org.springframework.expression.common.LiteralExpression
 
getValue(EvaluationContext) - Method in class org.springframework.expression.common.LiteralExpression
 
getValue(Object) - Method in class org.springframework.expression.common.LiteralExpression
 
getValue(EvaluationContext, Class<T>) - Method in class org.springframework.expression.common.LiteralExpression
 
getValue(Class<T>) - Method in class org.springframework.expression.common.LiteralExpression
 
getValue(Object, Class<T>) - Method in class org.springframework.expression.common.LiteralExpression
 
getValue(EvaluationContext, Object) - Method in class org.springframework.expression.common.LiteralExpression
 
getValue(EvaluationContext, Object, Class<T>) - Method in class org.springframework.expression.common.LiteralExpression
 
getValue() - Method in interface org.springframework.expression.Expression
Evaluate this expression in the default standard context.
getValue(Object) - Method in interface org.springframework.expression.Expression
Evaluate this expression against the specified root object
getValue(Class<T>) - Method in interface org.springframework.expression.Expression
Evaluate the expression in the default context.
getValue(Object, Class<T>) - Method in interface org.springframework.expression.Expression
Evaluate the expression in the default context against the specified root object.
getValue(EvaluationContext) - Method in interface org.springframework.expression.Expression
Evaluate this expression in the provided context and return the result of evaluation.
getValue(EvaluationContext, Object) - Method in interface org.springframework.expression.Expression
Evaluate this expression in the provided context and return the result of evaluation, but use the supplied root context as an override for any default root object specified in the context.
getValue(EvaluationContext, Class<T>) - Method in interface org.springframework.expression.Expression
Evaluate the expression in a specified context which can resolve references to properties, methods, types, etc - the type of the evaluation result is expected to be of a particular class and an exception will be thrown if it is not and cannot be converted to that type.
getValue(EvaluationContext, Object, Class<T>) - Method in interface org.springframework.expression.Expression
Evaluate the expression in a specified context which can resolve references to properties, methods, types, etc - the type of the evaluation result is expected to be of a particular class and an exception will be thrown if it is not and cannot be converted to that type.
getValue() - Method in class org.springframework.expression.spel.ast.Indexer.ArrayIndexingValueRef
 
getValue() - Method in class org.springframework.expression.spel.ast.Indexer.CollectionIndexingValueRef
 
getValue() - Method in class org.springframework.expression.spel.ast.Indexer.MapIndexingValueRef
 
getValue() - Method in class org.springframework.expression.spel.ast.Indexer.PropertyIndexingValueRef
 
getValue() - Method in class org.springframework.expression.spel.ast.Indexer.StringIndexingLValue
 
getValue() - Method in class org.springframework.expression.spel.ast.MethodReference.MethodValueRef
 
getValue() - Method in class org.springframework.expression.spel.ast.PropertyOrFieldReference.AccessorLValue
 
getValue(ExpressionState) - Method in class org.springframework.expression.spel.ast.SpelNodeImpl
 
getValue(ExpressionState, Class<T>) - Method in class org.springframework.expression.spel.ast.SpelNodeImpl
 
getValue() - Method in interface org.springframework.expression.spel.ast.ValueRef
Returns the value this ValueRef points to, it should not require expression component re-evaluation.
getValue() - Method in class org.springframework.expression.spel.ast.ValueRef.NullValueRef
 
getValue() - Method in class org.springframework.expression.spel.ast.ValueRef.TypedValueHolderValueRef
 
getValue() - Method in class org.springframework.expression.spel.ast.VariableReference.VariableRef
 
getValue(ExpressionState) - Method in interface org.springframework.expression.spel.SpelNode
Evaluate the expression node in the context of the supplied expression state and return the value.
getValue() - Method in class org.springframework.expression.spel.standard.SpelExpression
 
getValue(Object) - Method in class org.springframework.expression.spel.standard.SpelExpression
 
getValue(Class<T>) - Method in class org.springframework.expression.spel.standard.SpelExpression
 
getValue(Object, Class<T>) - Method in class org.springframework.expression.spel.standard.SpelExpression
 
getValue(EvaluationContext) - Method in class org.springframework.expression.spel.standard.SpelExpression
 
getValue(EvaluationContext, Object) - Method in class org.springframework.expression.spel.standard.SpelExpression
 
getValue(EvaluationContext, Class<T>) - Method in class org.springframework.expression.spel.standard.SpelExpression
 
getValue(EvaluationContext, Object, Class<T>) - Method in class org.springframework.expression.spel.standard.SpelExpression
 
getValue() - Method in class org.springframework.expression.TypedValue
 
getValue(String) - Method in class org.springframework.jdbc.core.namedparam.BeanPropertySqlParameterSource
 
getValue(String) - Method in class org.springframework.jdbc.core.namedparam.EmptySqlParameterSource
 
getValue(String) - Method in class org.springframework.jdbc.core.namedparam.MapSqlParameterSource
 
getValue(String) - Method in interface org.springframework.jdbc.core.namedparam.SqlParameterSource
Return the parameter value for the requested named parameter.
getValue() - Method in class org.springframework.jdbc.core.SqlParameterValue
Return the value object that this parameter value holds.
getValue() - Method in class org.springframework.mock.web.HeaderValueHolder
 
getValue(String) - Method in class org.springframework.mock.web.MockHttpSession
 
getValue() - Method in class org.springframework.mock.web.portlet.MockEvent
 
getValue(String, String) - Method in class org.springframework.mock.web.portlet.MockPortletPreferences
 
getValue() - Method in class org.springframework.remoting.support.RemoteInvocationResult
Return the result value returned by a successful invocation of the target method, if any.
getValue() - Method in class org.springframework.util.ConcurrentReferenceHashMap.Entry
 
getValue(ELContext, Object, Object) - Method in class org.springframework.web.jsf.el.WebApplicationContextFacesELResolver
 
getValue() - Method in class org.springframework.web.servlet.mvc.condition.AbstractNameValueExpression
 
getValue() - Method in interface org.springframework.web.servlet.mvc.condition.NameValueExpression
 
getValue() - Method in class org.springframework.web.servlet.support.BindStatus
Return the current value of the field, i.e.
getValue() - Method in class org.springframework.web.servlet.tags.form.AbstractSingleCheckedElementTag
Get the value of the 'value' attribute.
getValue() - Method in class org.springframework.web.servlet.tags.form.ButtonTag
Get the value of the 'value' attribute.
getValue() - Method in class org.springframework.web.servlet.tags.form.OptionTag
Get the 'value' attribute of the rendered HTML &lt;option&gt; tag.
getValue() - Method in class org.springframework.web.servlet.tags.Param
 
getValue(String) - Method in class org.springframework.web.util.UriComponents.MapTemplateVariables
 
getValue(String) - Method in interface org.springframework.web.util.UriComponents.UriTemplateVariables
 
getValue(String) - Method in class org.springframework.web.util.UriComponents.VarArgsTemplateVariables
 
getValueInternal(ExpressionState) - Method in class org.springframework.expression.spel.ast.Assign
 
getValueInternal(ExpressionState) - Method in class org.springframework.expression.spel.ast.BeanReference
 
getValueInternal(ExpressionState) - Method in class org.springframework.expression.spel.ast.CompoundExpression
Evaluates a compound expression.
getValueInternal(ExpressionState) - Method in class org.springframework.expression.spel.ast.ConstructorReference
Implements getValue() - delegating to the code for building an array or a simple type.
getValueInternal(ExpressionState) - Method in class org.springframework.expression.spel.ast.Elvis
Evaluate the condition and if not null, return it.
getValueInternal(ExpressionState) - Method in class org.springframework.expression.spel.ast.FunctionReference
 
getValueInternal(ExpressionState) - Method in class org.springframework.expression.spel.ast.Identifier
 
getValueInternal(ExpressionState) - Method in class org.springframework.expression.spel.ast.Indexer
 
getValueInternal(ExpressionState) - Method in class org.springframework.expression.spel.ast.InlineList
 
getValueInternal(ExpressionState) - Method in class org.springframework.expression.spel.ast.Literal
 
getValueInternal(ExpressionState) - Method in class org.springframework.expression.spel.ast.MethodReference
 
getValueInternal(ExpressionState) - Method in class org.springframework.expression.spel.ast.OpAnd
 
getValueInternal(ExpressionState) - Method in class org.springframework.expression.spel.ast.OpDec
 
getValueInternal(ExpressionState) - Method in class org.springframework.expression.spel.ast.OpDivide
 
getValueInternal(ExpressionState) - Method in class org.springframework.expression.spel.ast.OpEQ
 
getValueInternal(ExpressionState) - Method in class org.springframework.expression.spel.ast.OperatorBetween
Returns a boolean based on whether a value is in the range expressed.
getValueInternal(ExpressionState) - Method in class org.springframework.expression.spel.ast.OperatorInstanceof
Compare the left operand to see it is an instance of the type specified as the right operand.
getValueInternal(ExpressionState) - Method in class org.springframework.expression.spel.ast.OperatorMatches
Check the first operand matches the regex specified as the second operand.
getValueInternal(ExpressionState) - Method in class org.springframework.expression.spel.ast.OperatorNot
 
getValueInternal(ExpressionState) - Method in class org.springframework.expression.spel.ast.OperatorPower
 
getValueInternal(ExpressionState) - Method in class org.springframework.expression.spel.ast.OpGE
 
getValueInternal(ExpressionState) - Method in class org.springframework.expression.spel.ast.OpGT
 
getValueInternal(ExpressionState) - Method in class org.springframework.expression.spel.ast.OpInc
 
getValueInternal(ExpressionState) - Method in class org.springframework.expression.spel.ast.OpLE
 
getValueInternal(ExpressionState) - Method in class org.springframework.expression.spel.ast.OpLT
 
getValueInternal(ExpressionState) - Method in class org.springframework.expression.spel.ast.OpMinus
 
getValueInternal(ExpressionState) - Method in class org.springframework.expression.spel.ast.OpModulus
 
getValueInternal(ExpressionState) - Method in class org.springframework.expression.spel.ast.OpMultiply
Implements the multiply operator directly here for certain types of supported operands and otherwise delegates to any registered overloader for types not supported here.
getValueInternal(ExpressionState) - Method in class org.springframework.expression.spel.ast.OpNE
 
getValueInternal(ExpressionState) - Method in class org.springframework.expression.spel.ast.OpOr
 
getValueInternal(ExpressionState) - Method in class org.springframework.expression.spel.ast.OpPlus
 
getValueInternal(ExpressionState) - Method in class org.springframework.expression.spel.ast.Projection
 
getValueInternal(ExpressionState) - Method in class org.springframework.expression.spel.ast.PropertyOrFieldReference
 
getValueInternal(TypedValue, EvaluationContext, boolean) - Method in class org.springframework.expression.spel.ast.PropertyOrFieldReference
 
getValueInternal(ExpressionState) - Method in class org.springframework.expression.spel.ast.QualifiedIdentifier
 
getValueInternal(ExpressionState) - Method in class org.springframework.expression.spel.ast.Selection
 
getValueInternal(ExpressionState) - Method in class org.springframework.expression.spel.ast.SpelNodeImpl
 
getValueInternal(ExpressionState) - Method in class org.springframework.expression.spel.ast.Ternary
Evaluate the condition and if true evaluate the first alternative, otherwise evaluate the second alternative.
getValueInternal(ExpressionState) - Method in class org.springframework.expression.spel.ast.TypeReference
 
getValueInternal(ExpressionState) - Method in class org.springframework.expression.spel.ast.VariableReference
 
getValueNames() - Method in class org.springframework.mock.web.MockHttpSession
 
getValueOfMethodOn(Class<?>, Class<?>) - Static method in class org.springframework.core.convert.support.ObjectToObjectConverter
 
getValueRef(ExpressionState) - Method in class org.springframework.expression.spel.ast.CompoundExpression
 
getValueRef(ExpressionState) - Method in class org.springframework.expression.spel.ast.Indexer
 
getValueRef(ExpressionState) - Method in class org.springframework.expression.spel.ast.MethodReference
 
getValueRef(ExpressionState) - Method in class org.springframework.expression.spel.ast.Projection
 
getValueRef(ExpressionState) - Method in class org.springframework.expression.spel.ast.PropertyOrFieldReference
 
getValueRef(ExpressionState) - Method in class org.springframework.expression.spel.ast.Selection
 
getValueRef(ExpressionState) - Method in class org.springframework.expression.spel.ast.SpelNodeImpl
 
getValueRef(ExpressionState) - Method in class org.springframework.expression.spel.ast.VariableReference
 
getValues(String) - Method in class org.springframework.core.Constants
Return all values of the given group of constants.
getValues() - Method in class org.springframework.jdbc.core.namedparam.MapSqlParameterSource
Expose the current parameter values as read-only Map.
getValues() - Method in class org.springframework.mock.web.HeaderValueHolder
 
getValues(String, String[]) - Method in class org.springframework.mock.web.portlet.MockPortletPreferences
 
getValuesForProperty(String) - Method in class org.springframework.core.Constants
Return all values of the group of constants for the given bean property name.
getValuesForSuffix(String) - Method in class org.springframework.core.Constants
Return all values of the given group of constants.
getValueStyler() - Method in class org.springframework.core.style.DefaultToStringStyler
Return the ValueStyler used by this ToStringStyler.
getValueType(EvaluationContext) - Method in class org.springframework.expression.common.CompositeStringExpression
 
getValueType() - Method in class org.springframework.expression.common.CompositeStringExpression
 
getValueType(Object) - Method in class org.springframework.expression.common.CompositeStringExpression
 
getValueType(EvaluationContext, Object) - Method in class org.springframework.expression.common.CompositeStringExpression
 
getValueType(EvaluationContext) - Method in class org.springframework.expression.common.LiteralExpression
 
getValueType() - Method in class org.springframework.expression.common.LiteralExpression
 
getValueType(Object) - Method in class org.springframework.expression.common.LiteralExpression
 
getValueType(EvaluationContext, Object) - Method in class org.springframework.expression.common.LiteralExpression
 
getValueType() - Method in interface org.springframework.expression.Expression
Returns the most general type that can be passed to the Expression.setValue(EvaluationContext, Object) method using the default context.
getValueType(Object) - Method in interface org.springframework.expression.Expression
Returns the most general type that can be passed to the Expression.setValue(EvaluationContext, Object) method using the default context.
getValueType(EvaluationContext) - Method in interface org.springframework.expression.Expression
Returns the most general type that can be passed to the Expression.setValue(EvaluationContext, Object) method for the given context.
getValueType(EvaluationContext, Object) - Method in interface org.springframework.expression.Expression
Returns the most general type that can be passed to the Expression.setValue(EvaluationContext, Object) method for the given context.
getValueType() - Method in class org.springframework.expression.spel.standard.SpelExpression
 
getValueType(Object) - Method in class org.springframework.expression.spel.standard.SpelExpression
 
getValueType(EvaluationContext) - Method in class org.springframework.expression.spel.standard.SpelExpression
 
getValueType(EvaluationContext, Object) - Method in class org.springframework.expression.spel.standard.SpelExpression
 
getValueType() - Method in class org.springframework.web.servlet.support.BindStatus
Get the 'Class' type of the field.
getValueTypeDescriptor(EvaluationContext) - Method in class org.springframework.expression.common.CompositeStringExpression
 
getValueTypeDescriptor() - Method in class org.springframework.expression.common.CompositeStringExpression
 
getValueTypeDescriptor(Object) - Method in class org.springframework.expression.common.CompositeStringExpression
 
getValueTypeDescriptor(EvaluationContext, Object) - Method in class org.springframework.expression.common.CompositeStringExpression
 
getValueTypeDescriptor(EvaluationContext) - Method in class org.springframework.expression.common.LiteralExpression
 
getValueTypeDescriptor() - Method in class org.springframework.expression.common.LiteralExpression
 
getValueTypeDescriptor(Object) - Method in class org.springframework.expression.common.LiteralExpression
 
getValueTypeDescriptor(EvaluationContext, Object) - Method in class org.springframework.expression.common.LiteralExpression
 
getValueTypeDescriptor() - Method in interface org.springframework.expression.Expression
Returns the most general type that can be passed to the Expression.setValue(EvaluationContext, Object) method using the default context.
getValueTypeDescriptor(Object) - Method in interface org.springframework.expression.Expression
Returns the most general type that can be passed to the Expression.setValue(EvaluationContext, Object) method using the default context.
getValueTypeDescriptor(EvaluationContext) - Method in interface org.springframework.expression.Expression
Returns the most general type that can be passed to the Expression.setValue(EvaluationContext, Object) method for the given context.
getValueTypeDescriptor(EvaluationContext, Object) - Method in interface org.springframework.expression.Expression
Returns the most general type that can be passed to the Expression.setValue(EvaluationContext, Object) method for the given context.
getValueTypeDescriptor() - Method in class org.springframework.expression.spel.standard.SpelExpression
 
getValueTypeDescriptor(Object) - Method in class org.springframework.expression.spel.standard.SpelExpression
 
getValueTypeDescriptor(EvaluationContext) - Method in class org.springframework.expression.spel.standard.SpelExpression
 
getValueTypeDescriptor(EvaluationContext, Object) - Method in class org.springframework.expression.spel.standard.SpelExpression
 
getValueTypeName() - Method in class org.springframework.beans.factory.support.ManagedMap
Return the default value type name (class name) to be used for this map.
getVariableName(Object) - Static method in class org.springframework.core.Conventions
Determine the conventional variable name for the supplied Object based on its concrete type.
getVariableName(String) - Static method in class org.springframework.web.util.UriComponents
 
getVariableNameForParameter(MethodParameter) - Static method in class org.springframework.core.Conventions
Determine the conventional variable name for the supplied parameter, taking the generic collection type (if any) into account.
getVariableNameForReturnType(Method) - Static method in class org.springframework.core.Conventions
Determine the conventional variable name for the return type of the supplied method, taking the generic collection type (if any) into account.
getVariableNameForReturnType(Method, Object) - Static method in class org.springframework.core.Conventions
Determine the conventional variable name for the return type of the supplied method, taking the generic collection type (if any) into account, falling back to the given return value if the method declaration is not specific enough (i.e.
getVariableNameForReturnType(Method, Class, Object) - Static method in class org.springframework.core.Conventions
Determine the conventional variable name for the return type of the supplied method, taking the generic collection type (if any) into account, falling back to the given return value if the method declaration is not specific enough (i.e.
getVariableNames() - Method in class org.springframework.web.util.UriTemplate
Return the names of the variables in the template, in order.
getVariableNames() - Method in class org.springframework.web.util.UriTemplate.Parser
 
getVariableResolver() - Method in class org.springframework.mock.web.MockPageContext
 
getVariableValueAsString(Object) - Static method in class org.springframework.web.util.UriComponents
 
getVarType(ReflectionVar) - Method in class org.springframework.aop.aspectj.RuntimeTestWalker.TestVisitorAdapter
 
getVelocityEngine() - Method in interface org.springframework.web.servlet.view.velocity.VelocityConfig
Return the VelocityEngine for the current web application context.
getVelocityEngine() - Method in class org.springframework.web.servlet.view.velocity.VelocityConfigurer
 
getVelocityEngine() - Method in class org.springframework.web.servlet.view.velocity.VelocityView
Return the VelocityEngine used by this view.
getVendorConnectionMethod - Variable in class org.springframework.jdbc.support.nativejdbc.WebLogicNativeJdbcExtractor
 
getVerifyMessage() - Method in class org.springframework.test.web.client.MockRestServiceServer
 
getVersion() - Static method in class org.springframework.core.SpringVersion
Return the full version string of the present Spring codebase, or null if it cannot be determined.
getVersion() - Method in class org.springframework.util.xml.XMLEventStreamReader
 
getView() - Method in class org.springframework.web.method.support.ModelAndViewContainer
Return the View object, or null if we using a view name to be resolved by the DispatcherServlet via a ViewResolver.
getView() - Method in class org.springframework.web.portlet.ModelAndView
Return the View object, or null if we are using a view name to be resolved by the DispatcherPortlet via a ViewResolver.
getView() - Method in class org.springframework.web.servlet.ModelAndView
Return the View object, or null if we are using a view name to be resolved by the DispatcherServlet via a ViewResolver.
getViewClass() - Method in class org.springframework.web.servlet.view.tiles3.TilesViewResolver
 
getViewClass() - Method in class org.springframework.web.servlet.view.UrlBasedViewResolver
Return the view class to be used to create views.
getViewController() - Method in class org.springframework.web.servlet.config.annotation.ViewControllerRegistration
Returns the view controllers.
getViewerPreferences() - Method in class org.springframework.web.servlet.view.document.AbstractPdfView
Return the viewer preferences for the PDF file.
getViewName() - Method in class org.springframework.web.method.support.ModelAndViewContainer
Return the view name to be resolved by the DispatcherServlet via a ViewResolver, or null if a View object is set.
getViewName() - Method in class org.springframework.web.portlet.ModelAndView
Return the view name to be resolved by the DispatcherPortlet via a ViewResolver, or null if we are using a view object.
getViewName(PortletRequest, Object, int) - Method in class org.springframework.web.portlet.mvc.AbstractWizardFormController
Deprecated.
Return the name of the view for the specified page of this wizard form controller.
getViewName() - Method in class org.springframework.web.portlet.mvc.ParameterizableViewController
Return the name of the view to delegate to.
getViewName() - Method in class org.springframework.web.servlet.ModelAndView
Return the view name to be resolved by the DispatcherServlet via a ViewResolver, or null if we are using a View object.
getViewName(HttpServletRequest, Object, int) - Method in class org.springframework.web.servlet.mvc.AbstractWizardFormController
Deprecated.
Return the name of the view for the specified page of this wizard form controller.
getViewName() - Method in class org.springframework.web.servlet.mvc.ParameterizableViewController
Return the name of the view to delegate to.
getViewName(HttpServletRequest) - Method in interface org.springframework.web.servlet.RequestToViewNameTranslator
Translate the given HttpServletRequest into a view name.
getViewName(HttpServletRequest) - Method in class org.springframework.web.servlet.view.DefaultRequestToViewNameTranslator
Translates the request URI of the incoming HttpServletRequest into the view name based on the configured parameters.
getViewNameForRequest(HttpServletRequest) - Method in class org.springframework.web.servlet.mvc.AbstractUrlViewController
Return the name of the view to render for this request, based on the given lookup path.
getViewNameForRequest(HttpServletRequest) - Method in class org.springframework.web.servlet.mvc.UrlFilenameViewController
Returns view name based on the URL filename, with prefix/suffix applied when appropriate.
getViewNameForUrlPath(String) - Method in class org.springframework.web.servlet.mvc.UrlFilenameViewController
Returns view name based on the URL filename, with prefix/suffix applied when appropriate.
getViewNames() - Method in class org.springframework.web.servlet.view.UrlBasedViewResolver
Return the view names (or name patterns) that can be handled by this ViewResolver.
getVisitorAttribute() - Static method in class org.springframework.core.io.support.VfsPatternUtils
 
getWebApplicationContext() - Method in class org.springframework.remoting.jaxrpc.ServletEndpointSupport
Deprecated.
Return the current Spring WebApplicationContext.
getWebApplicationContext() - Method in class org.springframework.web.context.support.ContextExposingHttpServletRequest
Return the WebApplicationContext that this request runs in.
getWebApplicationContext(ServletContext) - Static method in class org.springframework.web.context.support.WebApplicationContextUtils
Find the root WebApplicationContext for this web application, which is typically loaded via ContextLoaderListener.
getWebApplicationContext(ServletContext, String) - Static method in class org.springframework.web.context.support.WebApplicationContextUtils
Find a custom WebApplicationContext for this web application.
getWebApplicationContext() - Method in class org.springframework.web.context.support.WebApplicationObjectSupport
Return the current application context as WebApplicationContext.
getWebApplicationContext(FacesContext) - Method in class org.springframework.web.jsf.DelegatingNavigationHandlerProxy
Retrieve the web application context to delegate bean name resolution to.
getWebApplicationContext(FacesContext) - Method in class org.springframework.web.jsf.DelegatingPhaseListenerMulticaster
Retrieve the web application context to delegate bean name resolution to.
getWebApplicationContext(FacesContext) - Method in class org.springframework.web.jsf.DelegatingVariableResolver
Deprecated.
Retrieve the web application context to delegate bean name resolution to.
getWebApplicationContext(ELContext) - Method in class org.springframework.web.jsf.el.SpringBeanFacesELResolver
Retrieve the web application context to delegate bean name resolution to.
getWebApplicationContext(ELContext) - Method in class org.springframework.web.jsf.el.WebApplicationContextFacesELResolver
Retrieve the WebApplicationContext reference to expose.
getWebApplicationContext(FacesContext) - Static method in class org.springframework.web.jsf.FacesContextUtils
Find the root WebApplicationContext for this web app, which is typically loaded via ContextLoaderListener or ContextLoaderServlet.
getWebApplicationContext(FacesContext) - Method in class org.springframework.web.jsf.WebApplicationContextVariableResolver
Deprecated.
Retrieve the WebApplicationContext reference to expose.
getWebApplicationContext(PortletContext) - Static method in class org.springframework.web.portlet.context.PortletApplicationContextUtils
Find the root WebApplicationContext for this portlet application, which is typically loaded via ContextLoaderListener or ContextLoaderServlet.
getWebApplicationContext() - Method in class org.springframework.web.servlet.FrameworkServlet
Return this servlet's WebApplicationContext.
getWebApplicationContext() - Method in class org.springframework.web.servlet.support.RequestContext
Return the current WebApplicationContext.
getWebApplicationContext(ServletRequest) - Static method in class org.springframework.web.servlet.support.RequestContextUtils
Look for the WebApplicationContext associated with the DispatcherServlet that has initiated request processing.
getWebApplicationContext(ServletRequest, ServletContext) - Static method in class org.springframework.web.servlet.support.RequestContextUtils
Look for the WebApplicationContext associated with the DispatcherServlet that has initiated request processing, and for the global context if none was found associated with the current request.
getWebApplicationContext() - Method in class org.springframework.web.servlet.view.tiles.ComponentControllerSupport
Deprecated.
Return the current Spring WebApplicationContext.
getWebApplicationContext() - Method in class org.springframework.web.struts.ActionSupport
Deprecated.
Return the current Spring WebApplicationContext.
getWebApplicationContext() - Method in class org.springframework.web.struts.AutowiringRequestProcessor
Deprecated.
Return the current Spring WebApplicationContext.
getWebApplicationContext() - Method in class org.springframework.web.struts.AutowiringTilesRequestProcessor
Deprecated.
Return the current Spring WebApplicationContext.
getWebApplicationContext() - Method in class org.springframework.web.struts.ContextLoaderPlugIn
Deprecated.
Return this PlugIn's WebApplicationContext.
getWebApplicationContext(ActionServlet, ModuleConfig) - Method in class org.springframework.web.struts.DelegatingActionProxy
Deprecated.
Fetch ContextLoaderPlugIn's WebApplicationContext from the ServletContext, falling back to the root WebApplicationContext.
getWebApplicationContext(ActionServlet, ModuleConfig) - Static method in class org.springframework.web.struts.DelegatingActionUtils
Deprecated.
Fetch ContextLoaderPlugIn's WebApplicationContext from the ServletContext.
getWebApplicationContext() - Method in class org.springframework.web.struts.DelegatingRequestProcessor
Deprecated.
Return the WebApplicationContext that this processor delegates to.
getWebApplicationContext() - Method in class org.springframework.web.struts.DelegatingTilesRequestProcessor
Deprecated.
Return the WebApplicationContext that this processor delegates to.
getWebApplicationContext() - Method in class org.springframework.web.struts.DispatchActionSupport
Deprecated.
Return the current Spring WebApplicationContext.
getWebApplicationContext() - Method in class org.springframework.web.struts.LookupDispatchActionSupport
Deprecated.
Return the current Spring WebApplicationContext.
getWebApplicationContext() - Method in class org.springframework.web.struts.MappingDispatchActionSupport
Deprecated.
Return the current Spring WebApplicationContext.
getWebBindingInitializer() - Method in class org.springframework.web.portlet.mvc.BaseCommandController
Deprecated.
Return the WebBindingInitializer (if any) which will apply pre-configured configuration to every DataBinder that this controller uses.
getWebBindingInitializer() - Method in class org.springframework.web.servlet.mvc.BaseCommandController
Deprecated.
Return the WebBindingInitializer (if any) which will apply pre-configured configuration to every DataBinder that this controller uses.
getWebBindingInitializer() - Method in class org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter
Return the configured WebBindingInitializer, or null.
getWebBindingInitializer() - Method in class org.springframework.web.servlet.mvc.multiaction.MultiActionController
Return the WebBindingInitializer (if any) which will apply pre-configured configuration to every DataBinder that this controller uses.
getWebRequest() - Method in class org.springframework.web.method.annotation.AbstractWebArgumentResolverAdapter
getWebRequest() - Method in class org.springframework.web.servlet.mvc.method.annotation.ServletWebArgumentResolverAdapter
 
getWhenExhaustedAction() - Method in class org.springframework.aop.target.CommonsPoolTargetSource
Return the action to take when the pool is exhausted.
getWildCardCount(String) - Method in class org.springframework.util.AntPathMatcher.AntPatternComparator
 
getWindowID() - Method in class org.springframework.mock.web.portlet.MockPortletRequest
 
getWindowState() - Method in class org.springframework.mock.web.portlet.MockPortletRequest
 
getWindowState() - Method in class org.springframework.mock.web.portlet.MockPortletURL
 
getWindowState() - Method in class org.springframework.mock.web.portlet.MockStateAwareResponse
 
getWithinType() - Method in class org.springframework.aop.aspectj.MethodInvocationProceedingJoinPoint.SourceLocationImpl
 
getWorkManager() - Method in class org.springframework.jca.support.SimpleBootstrapContext
 
getWorkManager() - Static method in class org.springframework.jca.work.jboss.JBossWorkManagerUtils
Obtain the default JBoss JCA WorkManager through a JMX lookup for the default JBossWorkManagerMBean.
getWorkManager(String) - Static method in class org.springframework.jca.work.jboss.JBossWorkManagerUtils
Obtain the default JBoss JCA WorkManager through a JMX lookup for the JBossWorkManagerMBean.
getWorkManagerMethod - Variable in class org.springframework.jca.work.glassfish.GlassFishWorkManagerTaskExecutor
 
getWrappedClass() - Method in interface org.springframework.beans.BeanWrapper
Return the type of the wrapped JavaBean object.
getWrappedClass() - Method in class org.springframework.beans.BeanWrapperImpl
 
getWrappedInstance() - Method in interface org.springframework.beans.BeanWrapper
Return the bean instance wrapped by this object, if any.
getWrappedInstance() - Method in class org.springframework.beans.BeanWrapperImpl
 
getWrappedObject() - Method in interface org.springframework.core.InfrastructureProxy
Return the underlying resource (never null).
getWriteMethod() - Method in class org.springframework.beans.GenericTypeAwarePropertyDescriptor
 
getWriteMethod() - Method in class org.springframework.beans.SimpleIndexedPropertyDescriptor
 
getWriteMethod() - Method in class org.springframework.beans.SimpleNonIndexedPropertyDescriptor
 
getWriteMethod() - Method in class org.springframework.core.convert.Property
The property setter method: e.g.
getWriteMethodForActualAccess() - Method in class org.springframework.beans.GenericTypeAwarePropertyDescriptor
 
getWriteMethodParameter(PropertyDescriptor) - Static method in class org.springframework.beans.BeanUtils
Obtain a new MethodParameter object for the write method of the specified property.
getWriteMethodParameter() - Method in class org.springframework.beans.GenericTypeAwarePropertyDescriptor
 
getWriter() - Method in class org.springframework.mock.web.MockHttpServletResponse
 
getWriter() - Method in class org.springframework.mock.web.portlet.MockMimeResponse
 
getWriter() - Method in class org.springframework.web.filter.ShallowEtagHeaderFilter.ShallowEtagResponseWrapper
 
getWriterToUse() - Method in class org.springframework.web.servlet.tags.form.TagWriter.SafeWriter
 
getWsdlDocumentUrl() - Method in class org.springframework.remoting.jaxrpc.LocalJaxRpcServiceFactory
Deprecated.
Return the URL of the WSDL document that describes the service.
getWsdlDocumentUrl() - Method in class org.springframework.remoting.jaxws.LocalJaxWsServiceFactory
Return the URL of the WSDL document that describes the service.
getXAResources(ActivationSpec[]) - Method in class org.springframework.jca.context.SpringContextResourceAdapter
This implementation always returns null.
getXATerminator() - Method in class org.springframework.jca.support.SimpleBootstrapContext
 
getXmlAsBinaryStream(ResultSet, String) - Method in class org.springframework.jdbc.support.xml.Jdbc4SqlXmlHandler
 
getXmlAsBinaryStream(ResultSet, int) - Method in class org.springframework.jdbc.support.xml.Jdbc4SqlXmlHandler
 
getXmlAsBinaryStream(ResultSet, String) - Method in interface org.springframework.jdbc.support.xml.SqlXmlHandler
Retrieve the given column as binary stream from the given ResultSet.
getXmlAsBinaryStream(ResultSet, int) - Method in interface org.springframework.jdbc.support.xml.SqlXmlHandler
Retrieve the given column as binary stream from the given ResultSet.
getXmlAsCharacterStream(ResultSet, String) - Method in class org.springframework.jdbc.support.xml.Jdbc4SqlXmlHandler
 
getXmlAsCharacterStream(ResultSet, int) - Method in class org.springframework.jdbc.support.xml.Jdbc4SqlXmlHandler
 
getXmlAsCharacterStream(ResultSet, String) - Method in interface org.springframework.jdbc.support.xml.SqlXmlHandler
Retrieve the given column as character stream from the given ResultSet.
getXmlAsCharacterStream(ResultSet, int) - Method in interface org.springframework.jdbc.support.xml.SqlXmlHandler
Retrieve the given column as character stream from the given ResultSet.
getXmlAsObject(ResultSet, String) - Method in interface org.springframework.jdbc.support.xml.SqlXmlObjectMappingHandler
Retrieve the given column as an object marshalled from the XML data retrieved from the given ResultSet.
getXmlAsObject(ResultSet, int) - Method in interface org.springframework.jdbc.support.xml.SqlXmlObjectMappingHandler
Retrieve the given column as an object marshalled from the XML data retrieved from the given ResultSet.
getXmlAsSource(ResultSet, String, Class) - Method in class org.springframework.jdbc.support.xml.Jdbc4SqlXmlHandler
 
getXmlAsSource(ResultSet, int, Class) - Method in class org.springframework.jdbc.support.xml.Jdbc4SqlXmlHandler
 
getXmlAsSource(ResultSet, String, Class) - Method in interface org.springframework.jdbc.support.xml.SqlXmlHandler
Retrieve the given column as Source implemented using the specified source class from the given ResultSet.
getXmlAsSource(ResultSet, int, Class) - Method in interface org.springframework.jdbc.support.xml.SqlXmlHandler
Retrieve the given column as Source implemented using the specified source class from the given ResultSet.
getXmlAsString(ResultSet, String) - Method in class org.springframework.jdbc.support.xml.Jdbc4SqlXmlHandler
 
getXmlAsString(ResultSet, int) - Method in class org.springframework.jdbc.support.xml.Jdbc4SqlXmlHandler
 
getXmlAsString(ResultSet, String) - Method in interface org.springframework.jdbc.support.xml.SqlXmlHandler
Retrieve the given column as String from the given ResultSet.
getXmlAsString(ResultSet, int) - Method in interface org.springframework.jdbc.support.xml.SqlXmlHandler
Retrieve the given column as String from the given ResultSet.
getXMLEventReader() - Method in class org.springframework.util.xml.StaxSource
Return the XMLEventReader used by this StaxSource.
getXMLEventReader(Source) - Static method in class org.springframework.util.xml.StaxUtils
Return the XMLEventReader for the given StAX Source.
getXMLEventReader(Source) - Static method in class org.springframework.util.xml.StaxUtils.Jaxp14StaxHandler
 
getXMLEventWriter() - Method in class org.springframework.util.xml.StaxResult
Return the XMLEventWriter used by this StaxResult.
getXMLEventWriter(Result) - Static method in class org.springframework.util.xml.StaxUtils
Return the XMLEventWriter for the given StAX Result.
getXMLEventWriter(Result) - Static method in class org.springframework.util.xml.StaxUtils.Jaxp14StaxHandler
 
getXmlLoader() - Method in class org.springframework.test.context.support.AbstractDelegatingSmartContextLoader
Get the delegate SmartContextLoader that supports XML configuration files.
getXmlLoader() - Method in class org.springframework.test.context.support.DelegatingSmartContextLoader
 
getXmlLoader() - Method in class org.springframework.test.context.web.WebDelegatingSmartContextLoader
 
getXmlOptions() - Method in class org.springframework.oxm.xmlbeans.XmlBeansMarshaller
Return the XmlOptions.
getXmlProperties(String) - Method in class org.springframework.mock.web.portlet.MockPortletResponse
 
getXmlProperty(String) - Method in class org.springframework.mock.web.portlet.MockPortletResponse
 
getXmlPropertyNames() - Method in class org.springframework.mock.web.portlet.MockPortletResponse
 
getXMLStreamReader() - Method in class org.springframework.util.xml.StaxSource
Return the XMLStreamReader used by this StaxSource.
getXMLStreamReader(Source) - Static method in class org.springframework.util.xml.StaxUtils
Return the XMLStreamReader for the given StAX Source.
getXMLStreamReader(Source) - Static method in class org.springframework.util.xml.StaxUtils.Jaxp14StaxHandler
 
getXMLStreamWriter() - Method in class org.springframework.util.xml.StaxResult
Return the XMLStreamWriter used by this StaxResult.
getXMLStreamWriter(Result) - Static method in class org.springframework.util.xml.StaxUtils
Return the XMLStreamWriter for the given StAX Result.
getXMLStreamWriter(Result) - Static method in class org.springframework.util.xml.StaxUtils.Jaxp14StaxHandler
 
getXpathExpression() - Method in class org.springframework.test.util.XpathExpectationsHelper
 
getXStream() - Method in class org.springframework.oxm.xstream.XStreamMarshaller
Returns the XStream instance used by this marshaller.
GlassFishClassLoaderAdapter - Class in org.springframework.instrument.classloading.glassfish
Reflective wrapper around the GlassFish class loader.
GlassFishClassLoaderAdapter(ClassLoader) - Constructor for class org.springframework.instrument.classloading.glassfish.GlassFishClassLoaderAdapter
 
GlassFishLoadTimeWeaver - Class in org.springframework.instrument.classloading.glassfish
LoadTimeWeaver implementation for GlassFish's InstrumentableClassLoader.
GlassFishLoadTimeWeaver() - Constructor for class org.springframework.instrument.classloading.glassfish.GlassFishLoadTimeWeaver
Creates a new instance of the GlassFishLoadTimeWeaver class using the default ClassLoader.
GlassFishLoadTimeWeaver(ClassLoader) - Constructor for class org.springframework.instrument.classloading.glassfish.GlassFishLoadTimeWeaver
Creates a new instance of the GlassFishLoadTimeWeaver class.
glassFishV3 - Variable in class org.springframework.instrument.classloading.glassfish.GlassFishClassLoaderAdapter
 
GlassFishWorkManagerTaskExecutor - Class in org.springframework.jca.work.glassfish
Spring TaskExecutor adapter for the GlassFish JCA WorkManager.
GlassFishWorkManagerTaskExecutor() - Constructor for class org.springframework.jca.work.glassfish.GlassFishWorkManagerTaskExecutor
 
GLOB_PATTERN - Static variable in class org.springframework.util.AntPathMatcher.AntPathStringMatcher
 
GLOBAL_SUFFIX - Static variable in class org.springframework.aop.framework.ProxyFactoryBean
This suffix in a value in an interceptor list indicates to expand globals.
GlobalAdvisorAdapterRegistry - Class in org.springframework.aop.framework.adapter
Singleton to publish a shared DefaultAdvisorAdapterRegistry instance.
GlobalAdvisorAdapterRegistry() - Constructor for class org.springframework.aop.framework.adapter.GlobalAdvisorAdapterRegistry
 
globalConverters - Variable in class org.springframework.core.convert.support.GenericConversionService.Converters
 
globalJobListeners - Variable in class org.springframework.scheduling.quartz.SchedulerAccessor
 
globalResultHandlers - Variable in class org.springframework.test.web.servlet.setup.DefaultMockMvcBuilder
 
globalResultMatchers - Variable in class org.springframework.test.web.servlet.setup.DefaultMockMvcBuilder
 
globalRollbackOnParticipationFailure - Variable in class org.springframework.transaction.support.AbstractPlatformTransactionManager
 
globalSessionAttributesToUpdate - Variable in class org.springframework.web.portlet.context.PortletRequestAttributes
 
globalTriggerListeners - Variable in class org.springframework.scheduling.quartz.SchedulerAccessor
 
GMT - Static variable in class org.springframework.http.HttpHeaders
 
groovyClassLoader - Variable in class org.springframework.scripting.groovy.GroovyScriptFactory
 
GroovyObjectCustomizer - Interface in org.springframework.scripting.groovy
Strategy used by GroovyScriptFactory to allow the customization of a created GroovyObject.
groovyObjectCustomizer - Variable in class org.springframework.scripting.groovy.GroovyScriptFactory
 
GroovyScriptFactory - Class in org.springframework.scripting.groovy
ScriptFactory implementation for a Groovy script.
GroovyScriptFactory(String) - Constructor for class org.springframework.scripting.groovy.GroovyScriptFactory
Create a new GroovyScriptFactory for the given script source.
GroovyScriptFactory(String, GroovyObjectCustomizer) - Constructor for class org.springframework.scripting.groovy.GroovyScriptFactory
Create a new GroovyScriptFactory for the given script source, specifying a strategy interface that can create a custom MetaClass to supply missing methods and otherwise change the behavior of the object.
GroovyScriptFactory.CachedResultHolder - Class in org.springframework.scripting.groovy
Wrapper that holds a temporarily cached result object.
GroovyScriptFactory.CachedResultHolder(Object) - Constructor for class org.springframework.scripting.groovy.GroovyScriptFactory.CachedResultHolder
 
group - Variable in class org.springframework.scheduling.quartz.CronTriggerFactoryBean
 
group - Variable in class org.springframework.scheduling.quartz.JobDetailFactoryBean
 
group - Variable in class org.springframework.scheduling.quartz.MethodInvokingJobDetailFactoryBean
 
group - Variable in class org.springframework.scheduling.quartz.SimpleTriggerFactoryBean
 
groupContextRef - Variable in class org.springframework.beans.factory.access.SingletonBeanFactoryLocator.CountingBeanFactoryReference
 
growArrayIfNecessary(Object, int, String) - Method in class org.springframework.beans.BeanWrapperImpl
 
growCollection - Variable in class org.springframework.expression.spel.ast.Indexer.CollectionIndexingValueRef
 
growCollectionIfNecessary(Collection, int, String, PropertyDescriptor, int) - Method in class org.springframework.beans.BeanWrapperImpl
 
growCollectionIfNecessary() - Method in class org.springframework.expression.spel.ast.Indexer.CollectionIndexingValueRef
 
guessPropertyTypeFromEditors(String) - Method in class org.springframework.beans.PropertyEditorRegistrySupport
Guess the property type of the specified property from the registered custom editors (provided that they were registered for a specific type).

H

H2EmbeddedDatabaseConfigurer - Class in org.springframework.jdbc.datasource.embedded
Initializes an H2 embedded database instance.
H2EmbeddedDatabaseConfigurer(Class<? extends Driver>) - Constructor for class org.springframework.jdbc.datasource.embedded.H2EmbeddedDatabaseConfigurer
 
H2SequenceMaxValueIncrementer - Class in org.springframework.jdbc.support.incrementer
DataFieldMaxValueIncrementer that retrieves the next value of a given H2 Database sequence.
H2SequenceMaxValueIncrementer() - Constructor for class org.springframework.jdbc.support.incrementer.H2SequenceMaxValueIncrementer
Default constructor for bean property style usage.
H2SequenceMaxValueIncrementer(DataSource, String) - Constructor for class org.springframework.jdbc.support.incrementer.H2SequenceMaxValueIncrementer
Convenience constructor.
handback - Variable in class org.springframework.jmx.support.NotificationListenerHolder
 
handle(HttpExchange) - Method in class org.springframework.remoting.caucho.SimpleBurlapServiceExporter
Processes the incoming Burlap request and creates a Burlap response.
handle(HttpExchange) - Method in class org.springframework.remoting.caucho.SimpleHessianServiceExporter
Processes the incoming Hessian request and creates a Hessian response.
handle(HttpExchange) - Method in class org.springframework.remoting.httpinvoker.SimpleHttpInvokerServiceExporter
Reads a remote invocation from the request, executes it, and writes the remote invocation result to the response.
handle(MvcResult) - Method in class org.springframework.test.web.servlet.result.PrintingResultHandler
Print MvcResult details to the "standard" output stream.
handle(MvcResult) - Method in interface org.springframework.test.web.servlet.ResultHandler
Apply the action on the given result.
handle(HttpServletRequest, HttpServletResponse, Object) - Method in class org.springframework.web.servlet.handler.SimpleServletHandlerAdapter
 
handle(HttpServletRequest, HttpServletResponse, Object) - Method in interface org.springframework.web.servlet.HandlerAdapter
Use the given handler to handle this request.
handle(HttpServletRequest, HttpServletResponse, Object, BindException) - Method in class org.springframework.web.servlet.mvc.AbstractCommandController
Deprecated.
Template method for request handling, providing a populated and validated instance of the command class, and an Errors object containing binding and validation errors.
handle(HttpServletRequest, HttpServletResponse, Object) - Method in class org.springframework.web.servlet.mvc.annotation.AnnotationMethodHandlerAdapter
Deprecated.
 
handle(HttpServletRequest, HttpServletResponse, Object) - Method in class org.springframework.web.servlet.mvc.HttpRequestHandlerAdapter
 
handle(HttpServletRequest, HttpServletResponse, Object) - Method in class org.springframework.web.servlet.mvc.method.AbstractHandlerMethodAdapter
Use the given handler to handle this request.
handle(HttpServletRequest, HttpServletResponse, Object) - Method in class org.springframework.web.servlet.mvc.SimpleControllerHandlerAdapter
 
handleAction(ActionRequest, ActionResponse, Object) - Method in class org.springframework.web.portlet.handler.SimplePortletHandlerAdapter
 
handleAction(ActionRequest, ActionResponse, Object) - Method in interface org.springframework.web.portlet.HandlerAdapter
Use the given handler to handle this action request.
handleAction(ActionRequest, ActionResponse, Object, BindException) - Method in class org.springframework.web.portlet.mvc.AbstractCommandController
Deprecated.
Template method for request handling, providing a populated and validated instance of the command class, and an Errors object containing binding and validation errors.
handleAction(ActionRequest, ActionResponse, Object) - Method in class org.springframework.web.portlet.mvc.annotation.AnnotationMethodHandlerAdapter
 
handleAction(ActionRequest, ActionResponse, Object) - Method in class org.springframework.web.portlet.mvc.SimpleControllerHandlerAdapter
 
handleActionRequest(ActionRequest, ActionResponse) - Method in class org.springframework.web.portlet.mvc.AbstractController
 
handleActionRequest(ActionRequest, ActionResponse) - Method in interface org.springframework.web.portlet.mvc.Controller
Process the action request.
handleActionRequest(ActionRequest, ActionResponse) - Method in class org.springframework.web.portlet.mvc.PortletModeNameViewController
 
handleActionRequestInternal(ActionRequest, ActionResponse) - Method in class org.springframework.web.portlet.mvc.AbstractCommandController
Deprecated.
 
handleActionRequestInternal(ActionRequest, ActionResponse) - Method in class org.springframework.web.portlet.mvc.AbstractController
Subclasses are meant to override this method if the controller is expected to handle action requests.
handleActionRequestInternal(ActionRequest, ActionResponse) - Method in class org.springframework.web.portlet.mvc.AbstractFormController
Deprecated.
Handles action phase of two cases: form submissions and showing a new form.
handleActionRequestInternal(ActionRequest, ActionResponse) - Method in class org.springframework.web.portlet.mvc.PortletWrappingController
 
handleBindException(BindException, HttpHeaders, HttpStatus, WebRequest) - Method in class org.springframework.web.servlet.mvc.method.annotation.ResponseEntityExceptionHandler
Customize the response for BindException.
handleBindException(BindException, HttpServletRequest, HttpServletResponse, Object) - Method in class org.springframework.web.servlet.mvc.support.DefaultHandlerExceptionResolver
Handle the case where an @ModelAttribute method argument has binding or validation errors and is not followed by another method argument of type BindingResult.
handleCandidateWriteMethod(Method) - Method in class org.springframework.beans.ExtendedBeanInfo
 
handleCharacters(Characters) - Method in class org.springframework.util.xml.StaxEventXMLReader
 
handleCharacters() - Method in class org.springframework.util.xml.StaxStreamXMLReader
 
handleComment(Comment) - Method in class org.springframework.util.xml.StaxEventXMLReader
 
handleComment() - Method in class org.springframework.util.xml.StaxStreamXMLReader
 
handleConnectFailure(MethodInvocation, Exception) - Method in class org.springframework.jmx.access.MBeanClientInterceptor
Refresh the connection and retry the MBean invocation if possible.
handleConversionNotSupported(ConversionNotSupportedException, HttpHeaders, HttpStatus, WebRequest) - Method in class org.springframework.web.servlet.mvc.method.annotation.ResponseEntityExceptionHandler
Customize the response for ConversionNotSupportedException.
handleConversionNotSupported(ConversionNotSupportedException, HttpServletRequest, HttpServletResponse, Object) - Method in class org.springframework.web.servlet.mvc.support.DefaultHandlerExceptionResolver
Handle the case when a WebDataBinder conversion cannot occur.
handleConverterNotFound(Object, TypeDescriptor, TypeDescriptor) - Method in class org.springframework.core.convert.support.GenericConversionService
 
handleDtd(DTD) - Method in class org.springframework.util.xml.StaxEventXMLReader
 
handleDtd() - Method in class org.springframework.util.xml.StaxStreamXMLReader
 
handleEndDocument() - Method in class org.springframework.util.xml.StaxEventXMLReader
 
handleEndDocument() - Method in class org.springframework.util.xml.StaxStreamXMLReader
 
handleEndElement(EndElement) - Method in class org.springframework.util.xml.StaxEventXMLReader
 
handleEndElement() - Method in class org.springframework.util.xml.StaxStreamXMLReader
 
handleEntityDeclaration(EntityDeclaration) - Method in class org.springframework.util.xml.StaxEventXMLReader
 
handleEntityReference(EntityReference) - Method in class org.springframework.util.xml.StaxEventXMLReader
 
handleEntityReference() - Method in class org.springframework.util.xml.StaxStreamXMLReader
 
handleError(Throwable) - Method in class org.springframework.scheduling.support.TaskUtils.LoggingErrorHandler
 
handleError(Throwable) - Method in class org.springframework.scheduling.support.TaskUtils.PropagatingErrorHandler
 
handleError(Throwable) - Method in interface org.springframework.util.ErrorHandler
Handle the given error, possibly rethrowing it as a fatal exception.
handleError(ClientHttpResponse) - Method in class org.springframework.web.client.DefaultResponseErrorHandler
This default implementation throws a HttpClientErrorException if the response status code is HttpStatus.Series.CLIENT_ERROR, a HttpServerErrorException if it is HttpStatus.Series.SERVER_ERROR, and a RestClientException in other cases.
handleError(ClientHttpResponse) - Method in interface org.springframework.web.client.ResponseErrorHandler
Handles the error in the given response.
handleEvent(EventRequest, EventResponse, Object) - Method in class org.springframework.web.portlet.handler.SimplePortletHandlerAdapter
 
handleEvent(EventRequest, EventResponse, Object) - Method in interface org.springframework.web.portlet.HandlerAdapter
Use the given handler to handle this event request.
handleEvent(EventRequest, EventResponse, Object) - Method in class org.springframework.web.portlet.mvc.annotation.AnnotationMethodHandlerAdapter
 
handleEvent(EventRequest, EventResponse, Object) - Method in class org.springframework.web.portlet.mvc.SimpleControllerHandlerAdapter
 
handleEventRequest(EventRequest, EventResponse) - Method in interface org.springframework.web.portlet.mvc.EventAwareController
Process the event request.
handleEventRequest(EventRequest, EventResponse) - Method in class org.springframework.web.portlet.mvc.PortletWrappingController
 
handleException(Exception, WebRequest) - Method in class org.springframework.web.servlet.mvc.method.annotation.ResponseEntityExceptionHandler
Provides handling for standard Spring MVC exceptions.
handleException(HttpServletRequest, HttpServletResponse, Throwable) - Method in class org.springframework.web.servlet.mvc.multiaction.MultiActionController
We've encountered an exception thrown from a handler method.
handleExceptionInternal(Exception, Object, HttpHeaders, HttpStatus, WebRequest) - Method in class org.springframework.web.servlet.mvc.method.annotation.ResponseEntityExceptionHandler
A single place to customize the response body of all Exception types.
handleExistingTransaction(TransactionDefinition, Object, boolean) - Method in class org.springframework.transaction.support.AbstractPlatformTransactionManager
Create a TransactionStatus for an existing transaction.
handleGetObject(String) - Method in class org.springframework.context.support.MessageSourceResourceBundle
This implementation resolves the code in the MessageSource.
handleHttpEntityResponse(HttpEntity<?>, ServletWebRequest) - Method in class org.springframework.web.servlet.mvc.annotation.AnnotationMethodHandlerAdapter.ServletHandlerMethodInvoker
Deprecated.
 
handleHttpMediaTypeNotAcceptable(HttpMediaTypeNotAcceptableException, HttpHeaders, HttpStatus, WebRequest) - Method in class org.springframework.web.servlet.mvc.method.annotation.ResponseEntityExceptionHandler
Customize the response for HttpMediaTypeNotAcceptableException.
handleHttpMediaTypeNotAcceptable(HttpMediaTypeNotAcceptableException, HttpServletRequest, HttpServletResponse, Object) - Method in class org.springframework.web.servlet.mvc.support.DefaultHandlerExceptionResolver
Handle the case where no message converters were found that were acceptable for the client (expressed via the Accept header.
handleHttpMediaTypeNotSupported(HttpMediaTypeNotSupportedException, HttpHeaders, HttpStatus, WebRequest) - Method in class org.springframework.web.servlet.mvc.method.annotation.ResponseEntityExceptionHandler
Customize the response for HttpMediaTypeNotSupportedException.
handleHttpMediaTypeNotSupported(HttpMediaTypeNotSupportedException, HttpServletRequest, HttpServletResponse, Object) - Method in class org.springframework.web.servlet.mvc.support.DefaultHandlerExceptionResolver
Handle the case where no message converters were found for the PUT or POSTed content.
handleHttpMessageNotReadable(HttpMessageNotReadableException, HttpHeaders, HttpStatus, WebRequest) - Method in class org.springframework.web.servlet.mvc.method.annotation.ResponseEntityExceptionHandler
Customize the response for HttpMessageNotReadableException.
handleHttpMessageNotReadable(HttpMessageNotReadableException, HttpServletRequest, HttpServletResponse, Object) - Method in class org.springframework.web.servlet.mvc.support.DefaultHandlerExceptionResolver
Handle the case where a message converter cannot read from a HTTP request.
handleHttpMessageNotWritable(HttpMessageNotWritableException, HttpHeaders, HttpStatus, WebRequest) - Method in class org.springframework.web.servlet.mvc.method.annotation.ResponseEntityExceptionHandler
Customize the response for HttpMessageNotWritableException.
handleHttpMessageNotWritable(HttpMessageNotWritableException, HttpServletRequest, HttpServletResponse, Object) - Method in class org.springframework.web.servlet.mvc.support.DefaultHandlerExceptionResolver
Handle the case where a message converter cannot write to a HTTP request.
handleHttpRequestMethodNotSupported(HttpRequestMethodNotSupportedException, HttpHeaders, HttpStatus, WebRequest) - Method in class org.springframework.web.servlet.mvc.method.annotation.ResponseEntityExceptionHandler
Customize the response for HttpRequestMethodNotSupportedException.
handleHttpRequestMethodNotSupported(HttpRequestMethodNotSupportedException, HttpServletRequest, HttpServletResponse, Object) - Method in class org.springframework.web.servlet.mvc.support.DefaultHandlerExceptionResolver
Handle the case where no request handler method was found for the particular HTTP request method.
handleInternal(HttpServletRequest, HttpServletResponse, HandlerMethod) - Method in class org.springframework.web.servlet.mvc.method.AbstractHandlerMethodAdapter
Use the given handler method to handle the request.
handleInternal(HttpServletRequest, HttpServletResponse, HandlerMethod) - Method in class org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter
 
handleInvalidSubmit(ActionRequest, ActionResponse) - Method in class org.springframework.web.portlet.mvc.AbstractFormController
Deprecated.
Handle an invalid submit request, e.g.
handleInvalidSubmit(ActionRequest, ActionResponse) - Method in class org.springframework.web.portlet.mvc.AbstractWizardFormController
Deprecated.
Handle an invalid submit request, e.g.
handleInvalidSubmit(HttpServletRequest, HttpServletResponse) - Method in class org.springframework.web.servlet.mvc.AbstractFormController
Deprecated.
Handle an invalid submit request, e.g.
handleInvalidSubmit(HttpServletRequest, HttpServletResponse) - Method in class org.springframework.web.servlet.mvc.AbstractWizardFormController
Deprecated.
Handle an invalid submit request, e.g.
handleInvocationTargetException(InvocationTargetException) - Static method in class org.springframework.util.ReflectionUtils
Handle the given invocation target exception.
handleListenerException(Throwable) - Method in class org.springframework.jms.listener.AbstractMessageListenerContainer
Handle the given exception that arose during listener execution.
handleListenerException(Throwable) - Method in class org.springframework.jms.listener.adapter.MessageListenerAdapter
Handle the given exception that arose during listener execution.
handleListenerSetupFailure(Throwable, boolean) - Method in class org.springframework.jms.listener.DefaultMessageListenerContainer
Handle the given exception that arose during setup of a listener.
handleMatch(String, MediaType) - Method in class org.springframework.web.accept.AbstractMappingContentNegotiationStrategy
Invoked when a matching media type is found in the lookup map.
handleMatch(String, MediaType) - Method in class org.springframework.web.accept.ParameterContentNegotiationStrategy
 
handleMatch(String, MediaType) - Method in class org.springframework.web.accept.PathExtensionContentNegotiationStrategy
 
handleMatch(T, String, HttpServletRequest) - Method in class org.springframework.web.servlet.handler.AbstractHandlerMethodMapping
Invoked when a matching mapping is found.
handleMatch(RequestMappingInfo, String, HttpServletRequest) - Method in class org.springframework.web.servlet.mvc.method.RequestMappingInfoHandlerMapping
Expose URI template variables, matrix variables, and producible media types in the request.
handleMessage(IMessage) - Method in class org.springframework.aop.aspectj.AspectJWeaverMessageHandler
 
handleMethodArgumentNotValid(MethodArgumentNotValidException, HttpHeaders, HttpStatus, WebRequest) - Method in class org.springframework.web.servlet.mvc.method.annotation.ResponseEntityExceptionHandler
Customize the response for MethodArgumentNotValidException.
handleMethodArgumentNotValidException(MethodArgumentNotValidException, HttpServletRequest, HttpServletResponse, Object) - Method in class org.springframework.web.servlet.mvc.support.DefaultHandlerExceptionResolver
Handle the case where an argument annotated with @Valid such as an RequestBody or RequestPart argument fails validation.
handleMissingServletRequestParameter(MissingServletRequestParameterException, HttpHeaders, HttpStatus, WebRequest) - Method in class org.springframework.web.servlet.mvc.method.annotation.ResponseEntityExceptionHandler
Customize the response for MissingServletRequestParameterException.
handleMissingServletRequestParameter(MissingServletRequestParameterException, HttpServletRequest, HttpServletResponse, Object) - Method in class org.springframework.web.servlet.mvc.support.DefaultHandlerExceptionResolver
Handle the case when a required parameter is missing.
handleMissingServletRequestPart(MissingServletRequestPartException, HttpHeaders, HttpStatus, WebRequest) - Method in class org.springframework.web.servlet.mvc.method.annotation.ResponseEntityExceptionHandler
Customize the response for MissingServletRequestPartException.
handleMissingServletRequestPartException(MissingServletRequestPartException, HttpServletRequest, HttpServletResponse, Object) - Method in class org.springframework.web.servlet.mvc.support.DefaultHandlerExceptionResolver
Handle the case where an @RequestPart, a MultipartFile, or a javax.servlet.http.Part argument is required but is missing.
handleMissingValue(String, MethodParameter) - Method in class org.springframework.web.method.annotation.AbstractCookieValueMethodArgumentResolver
 
handleMissingValue(String, MethodParameter) - Method in class org.springframework.web.method.annotation.AbstractNamedValueMethodArgumentResolver
Invoked when a named value is required, but AbstractNamedValueMethodArgumentResolver.resolveName(String, MethodParameter, NativeWebRequest) returned null and there is no default value.
handleMissingValue(String, MethodParameter) - Method in class org.springframework.web.method.annotation.ExpressionValueMethodArgumentResolver
 
handleMissingValue(String, MethodParameter) - Method in class org.springframework.web.method.annotation.RequestHeaderMethodArgumentResolver
 
handleMissingValue(String, MethodParameter) - Method in class org.springframework.web.method.annotation.RequestParamMethodArgumentResolver
 
handleMissingValue(String, MethodParameter) - Method in class org.springframework.web.servlet.mvc.method.annotation.MatrixVariableMethodArgumentResolver
 
handleMissingValue(String, MethodParameter) - Method in class org.springframework.web.servlet.mvc.method.annotation.PathVariableMethodArgumentResolver
 
handleMultipleRowsFound() - Method in class org.springframework.jdbc.core.support.AbstractLobStreamingResultSetExtractor
Handle the case where the ResultSet contains multiple rows.
handleNavigation(FacesContext, String, String) - Method in class org.springframework.web.jsf.DecoratingNavigationHandler
This implementation of the standard JSF handleNavigation method delegates to the overloaded variant, passing in constructor-injected NavigationHandler as argument.
handleNavigation(FacesContext, String, String, NavigationHandler) - Method in class org.springframework.web.jsf.DecoratingNavigationHandler
Special handleNavigation variant with explicit NavigationHandler argument.
handleNavigation(FacesContext, String, String) - Method in class org.springframework.web.jsf.DelegatingNavigationHandlerProxy
Handle the navigation request implied by the specified parameters, through delegating to the target bean in the Spring application context.
handleNoMatch(NativeWebRequest, String) - Method in class org.springframework.web.accept.AbstractMappingContentNegotiationStrategy
Invoked when no matching media type is found in the lookup map.
handleNoMatch(NativeWebRequest, String) - Method in class org.springframework.web.accept.PathExtensionContentNegotiationStrategy
 
handleNoMatch(NativeWebRequest, String) - Method in class org.springframework.web.accept.ServletPathExtensionContentNegotiationStrategy
Look up the given extension via ServletContext#getMimeType(String) and if that doesn't help, delegate to the parent implementation.
handleNoMatch(Set<T>, String, HttpServletRequest) - Method in class org.springframework.web.servlet.handler.AbstractHandlerMethodMapping
Invoked when no matching mapping is not found.
handleNoMatch(Set<RequestMappingInfo>, String, HttpServletRequest) - Method in class org.springframework.web.servlet.mvc.method.RequestMappingInfoHandlerMapping
Iterate all RequestMappingInfos once again, look if any match by URL at least and raise exceptions accordingly.
handleNoRowFound() - Method in class org.springframework.jdbc.core.support.AbstractLobStreamingResultSetExtractor
Handle the case where the ResultSet does not contain a row.
handleNoSuchRequestHandlingMethod(NoSuchRequestHandlingMethodException, HttpHeaders, HttpStatus, WebRequest) - Method in class org.springframework.web.servlet.mvc.method.annotation.ResponseEntityExceptionHandler
Customize the response for NoSuchRequestHandlingMethodException.
handleNoSuchRequestHandlingMethod(NoSuchRequestHandlingMethodException, HttpServletRequest, HttpServletResponse) - Method in class org.springframework.web.servlet.mvc.multiaction.MultiActionController
Handle the case where no request handler method was found.
handleNoSuchRequestHandlingMethod(NoSuchRequestHandlingMethodException, HttpServletRequest, HttpServletResponse, Object) - Method in class org.springframework.web.servlet.mvc.support.DefaultHandlerExceptionResolver
Handle the case where no request handler method was found.
handleNotationDeclaration(NotationDeclaration) - Method in class org.springframework.util.xml.StaxEventXMLReader
 
handleNotAuthorized(PortletRequest, PortletResponse, Object) - Method in class org.springframework.web.portlet.handler.UserRoleAuthorizationInterceptor
Handle a request that is not authorized according to this interceptor.
handleNotAuthorized(HttpServletRequest, HttpServletResponse, Object) - Method in class org.springframework.web.servlet.handler.UserRoleAuthorizationInterceptor
Handle a request that is not authorized according to this interceptor.
handleNullValue(String, Object, Class<?>) - Method in class org.springframework.web.method.annotation.AbstractNamedValueMethodArgumentResolver
A null results in a false value for booleans or an exception for other primitives.
handlePageException(Exception) - Method in class org.springframework.mock.web.MockPageContext
 
handlePageException(Throwable) - Method in class org.springframework.mock.web.MockPageContext
 
handleProcessingInstruction(ProcessingInstruction) - Method in class org.springframework.util.xml.StaxEventXMLReader
 
handleProcessingInstruction() - Method in class org.springframework.util.xml.StaxStreamXMLReader
 
handleQueue - Static variable in class org.springframework.util.WeakReferenceMonitor
 
handler - Variable in class org.springframework.test.web.servlet.DefaultMvcResult
 
handler() - Static method in class org.springframework.test.web.servlet.result.MockMvcResultMatchers
Access to assertions for the handler that handled the request.
handler - Variable in class org.springframework.web.portlet.HandlerExecutionChain
 
handler - Variable in class org.springframework.web.servlet.config.annotation.DefaultServletHandlerConfigurer
 
handler - Variable in class org.springframework.web.servlet.HandlerExecutionChain
 
HANDLER_ADAPTER_BEAN_NAME - Static variable in class org.springframework.web.portlet.DispatcherPortlet
Well-known name for the HandlerAdapter object in the bean factory for this namespace.
HANDLER_ADAPTER_BEAN_NAME - Static variable in class org.springframework.web.servlet.DispatcherServlet
Well-known name for the HandlerAdapter object in the bean factory for this namespace.
HANDLER_EXCEPTION_RESOLVER_BEAN_NAME - Static variable in class org.springframework.web.portlet.DispatcherPortlet
Well-known name for the HandlerExceptionResolver object in the bean factory for this namespace.
HANDLER_EXCEPTION_RESOLVER_BEAN_NAME - Static variable in class org.springframework.web.servlet.DispatcherServlet
Well-known name for the HandlerExceptionResolver object in the bean factory for this namespace.
HANDLER_MAPPING_BEAN_NAME - Static variable in class org.springframework.web.portlet.DispatcherPortlet
Well-known name for the HandlerMapping object in the bean factory for this namespace.
HANDLER_MAPPING_BEAN_NAME - Static variable in class org.springframework.web.servlet.config.ViewControllerBeanDefinitionParser
 
HANDLER_MAPPING_BEAN_NAME - Static variable in class org.springframework.web.servlet.DispatcherServlet
Well-known name for the HandlerMapping object in the bean factory for this namespace.
HandlerAdapter - Interface in org.springframework.web.portlet
Portlet MVC framework SPI interface, allowing parameterization of core MVC workflow.
HandlerAdapter - Interface in org.springframework.web.servlet
MVC framework SPI interface, allowing parameterization of core MVC workflow.
handlerAdapters - Variable in class org.springframework.web.portlet.DispatcherPortlet
List of HandlerAdapters used by this portlet
handlerAdapters - Variable in class org.springframework.web.servlet.DispatcherServlet
List of HandlerAdapters used by this servlet
handleReflectionException(Exception) - Static method in class org.springframework.util.ReflectionUtils
Handle the given reflection exception.
handleRemoteConnectFailure(MethodInvocation, Exception) - Method in class org.springframework.ejb.access.AbstractRemoteSlsbInvokerInterceptor
 
handleRemoteConnectFailure(MethodInvocation, Exception) - Method in class org.springframework.remoting.rmi.JndiRmiClientInterceptor
Refresh the stub and retry the remote invocation if necessary.
handleRemoteConnectFailure(MethodInvocation, Exception) - Method in class org.springframework.remoting.rmi.RmiClientInterceptor
Refresh the stub and retry the remote invocation if necessary.
handleRemoteException(Method, RemoteException) - Method in class org.springframework.remoting.jaxrpc.JaxRpcPortClientInterceptor
Deprecated.
Handle the given RemoteException that was thrown from a JAX-RPC port stub or JAX-RPC call invocation.
handleRender(RenderRequest, RenderResponse, Object) - Method in class org.springframework.web.portlet.handler.SimplePortletHandlerAdapter
 
handleRender(RenderRequest, RenderResponse, Object) - Method in interface org.springframework.web.portlet.HandlerAdapter
Use the given handler to handle this render request.
handleRender(RenderRequest, RenderResponse, Object, BindException) - Method in class org.springframework.web.portlet.mvc.AbstractCommandController
Deprecated.
Template method for render request handling, providing a populated and validated instance of the command class, and an Errors object containing binding and validation errors.
handleRender(RenderRequest, RenderResponse, Object) - Method in class org.springframework.web.portlet.mvc.annotation.AnnotationMethodHandlerAdapter
 
handleRender(RenderRequest, RenderResponse, Object) - Method in class org.springframework.web.portlet.mvc.SimpleControllerHandlerAdapter
 
handleRenderRequest(RenderRequest, RenderResponse) - Method in class org.springframework.web.portlet.mvc.AbstractController
 
handleRenderRequest(RenderRequest, RenderResponse) - Method in interface org.springframework.web.portlet.mvc.Controller
Process the render request and return a ModelAndView object which the DispatcherPortlet will render.
handleRenderRequest(RenderRequest, RenderResponse) - Method in class org.springframework.web.portlet.mvc.PortletModeNameViewController
 
handleRenderRequestInternal(RenderRequest, RenderResponse) - Method in class org.springframework.web.portlet.mvc.AbstractCommandController
Deprecated.
 
handleRenderRequestInternal(RenderRequest, RenderResponse) - Method in class org.springframework.web.portlet.mvc.AbstractController
Subclasses are meant to override this method if the controller is expected to handle render requests.
handleRenderRequestInternal(RenderRequest, RenderResponse) - Method in class org.springframework.web.portlet.mvc.AbstractFormController
Deprecated.
Handles render phase of two cases: form submissions and showing a new form.
handleRenderRequestInternal(RenderRequest, RenderResponse) - Method in class org.springframework.web.portlet.mvc.ParameterizableViewController
Return a ModelAndView object with the specified view name.
handleRenderRequestInternal(RenderRequest, RenderResponse) - Method in class org.springframework.web.portlet.mvc.PortletWrappingController
 
handleRequest(HttpServletRequest, HttpServletResponse) - Method in class org.springframework.remoting.caucho.BurlapServiceExporter
Processes the incoming Burlap request and creates a Burlap response.
handleRequest(HttpServletRequest, HttpServletResponse) - Method in class org.springframework.remoting.caucho.HessianServiceExporter
Processes the incoming Hessian request and creates a Hessian response.
handleRequest(HttpServletRequest, HttpServletResponse) - Method in class org.springframework.remoting.httpinvoker.HttpInvokerServiceExporter
Reads a remote invocation from the request, executes it, and writes the remote invocation result to the response.
handleRequest(HttpServletRequest, HttpServletResponse) - Method in interface org.springframework.web.HttpRequestHandler
Process the given request, generating a response.
handleRequest(HttpServletRequest, HttpServletResponse) - Method in class org.springframework.web.servlet.mvc.AbstractController
 
handleRequest(HttpServletRequest, HttpServletResponse) - Method in interface org.springframework.web.servlet.mvc.Controller
Process the request and return a ModelAndView object which the DispatcherServlet will render.
handleRequest(HttpServletRequest, HttpServletResponse) - Method in class org.springframework.web.servlet.resource.DefaultServletHttpRequestHandler
 
handleRequest(HttpServletRequest, HttpServletResponse) - Method in class org.springframework.web.servlet.resource.ResourceHttpRequestHandler
Processes a resource request.
handleRequestInternal(HttpServletRequest, HttpServletResponse) - Method in class org.springframework.web.servlet.mvc.AbstractCommandController
Deprecated.
 
handleRequestInternal(HttpServletRequest, HttpServletResponse) - Method in class org.springframework.web.servlet.mvc.AbstractController
Template method.
handleRequestInternal(HttpServletRequest, HttpServletResponse) - Method in class org.springframework.web.servlet.mvc.AbstractFormController
Deprecated.
Handles two cases: form submissions and showing a new form.
handleRequestInternal(HttpServletRequest, HttpServletResponse) - Method in class org.springframework.web.servlet.mvc.AbstractUrlViewController
Retrieves the URL path to use for lookup and delegates to AbstractUrlViewController.getViewNameForRequest(HttpServletRequest).
handleRequestInternal(HttpServletRequest, HttpServletResponse) - Method in class org.springframework.web.servlet.mvc.multiaction.MultiActionController
Determine a handler method and invoke it.
handleRequestInternal(HttpServletRequest, HttpServletResponse) - Method in class org.springframework.web.servlet.mvc.ParameterizableViewController
Return a ModelAndView object with the specified view name.
handleRequestInternal(HttpServletRequest, HttpServletResponse) - Method in class org.springframework.web.servlet.mvc.ServletForwardingController
 
handleRequestInternal(HttpServletRequest, HttpServletResponse) - Method in class org.springframework.web.servlet.mvc.ServletWrappingController
Invoke the the wrapped Servlet instance.
handleResolvedValue(Object, String, MethodParameter, ModelAndViewContainer, NativeWebRequest) - Method in class org.springframework.web.method.annotation.AbstractNamedValueMethodArgumentResolver
Invoked after a value is resolved.
handleResolvedValue(Object, String, MethodParameter, ModelAndViewContainer, NativeWebRequest) - Method in class org.springframework.web.servlet.mvc.method.annotation.PathVariableMethodArgumentResolver
 
handleResource(ResourceRequest, ResourceResponse, Object) - Method in class org.springframework.web.portlet.handler.SimplePortletHandlerAdapter
 
handleResource(ResourceRequest, ResourceResponse, Object) - Method in interface org.springframework.web.portlet.HandlerAdapter
Use the given handler to handle this resource request.
handleResource(ResourceRequest, ResourceResponse, Object) - Method in class org.springframework.web.portlet.mvc.annotation.AnnotationMethodHandlerAdapter
 
handleResource(ResourceRequest, ResourceResponse, Object) - Method in class org.springframework.web.portlet.mvc.SimpleControllerHandlerAdapter
 
handleResourceRequest(ResourceRequest, ResourceResponse) - Method in class org.springframework.web.portlet.mvc.PortletWrappingController
 
handleResourceRequest(ResourceRequest, ResourceResponse) - Method in interface org.springframework.web.portlet.mvc.ResourceAwareController
Process the resource request and return a ModelAndView object which the DispatcherPortlet will render.
handleResponseBody(Object, ServletWebRequest) - Method in class org.springframework.web.servlet.mvc.annotation.AnnotationMethodHandlerAdapter.ServletHandlerMethodInvoker
Deprecated.
 
handleResponseBody(Object, ServletWebRequest) - Method in class org.springframework.web.servlet.mvc.annotation.AnnotationMethodHandlerExceptionResolver
Deprecated.
 
handleResponseError(HttpMethod, URI, ClientHttpResponse) - Method in class org.springframework.web.client.RestTemplate
 
handleResult(TypeDescriptor, TypeDescriptor, Object) - Method in class org.springframework.core.convert.support.GenericConversionService
 
handleResult(Object, Message, Session) - Method in class org.springframework.jms.listener.adapter.MessageListenerAdapter
Handle the given result object returned from the listener method, sending a response message back.
handleResult(Object) - Method in interface org.springframework.web.context.request.async.DeferredResult.DeferredResultHandler
 
handleReturnValue(Object, MethodParameter, ModelAndViewContainer, NativeWebRequest) - Method in class org.springframework.web.method.annotation.MapMethodProcessor
 
handleReturnValue(Object, MethodParameter, ModelAndViewContainer, NativeWebRequest) - Method in class org.springframework.web.method.annotation.ModelAttributeMethodProcessor
Add non-null return values to the ModelAndViewContainer.
handleReturnValue(Object, MethodParameter, ModelAndViewContainer, NativeWebRequest) - Method in class org.springframework.web.method.annotation.ModelMethodProcessor
 
handleReturnValue(Object, MethodParameter, ModelAndViewContainer, NativeWebRequest) - Method in interface org.springframework.web.method.support.HandlerMethodReturnValueHandler
Handle the given return value by adding attributes to the model and setting a view or setting the ModelAndViewContainer.setRequestHandled(boolean) flag to true to indicate the response has been handled directly.
handleReturnValue(Object, MethodParameter, ModelAndViewContainer, NativeWebRequest) - Method in class org.springframework.web.method.support.HandlerMethodReturnValueHandlerComposite
Iterate over registered HandlerMethodReturnValueHandlers and invoke the one that supports it.
handleReturnValue(Object, MethodParameter, ModelAndViewContainer, NativeWebRequest) - Method in class org.springframework.web.servlet.mvc.method.annotation.AsyncTaskMethodReturnValueHandler
 
handleReturnValue(Object, MethodParameter, ModelAndViewContainer, NativeWebRequest) - Method in class org.springframework.web.servlet.mvc.method.annotation.CallableMethodReturnValueHandler
 
handleReturnValue(Object, MethodParameter, ModelAndViewContainer, NativeWebRequest) - Method in class org.springframework.web.servlet.mvc.method.annotation.DeferredResultMethodReturnValueHandler
 
handleReturnValue(Object, MethodParameter, ModelAndViewContainer, NativeWebRequest) - Method in class org.springframework.web.servlet.mvc.method.annotation.HttpEntityMethodProcessor
 
handleReturnValue(Object, MethodParameter, ModelAndViewContainer, NativeWebRequest) - Method in class org.springframework.web.servlet.mvc.method.annotation.ModelAndViewMethodReturnValueHandler
 
handleReturnValue(Object, MethodParameter, ModelAndViewContainer, NativeWebRequest) - Method in class org.springframework.web.servlet.mvc.method.annotation.ModelAndViewResolverMethodReturnValueHandler
 
handleReturnValue(Object, MethodParameter, ModelAndViewContainer, NativeWebRequest) - Method in class org.springframework.web.servlet.mvc.method.annotation.RequestResponseBodyMethodProcessor
 
handleReturnValue(Object, MethodParameter, ModelAndViewContainer, NativeWebRequest) - Method in class org.springframework.web.servlet.mvc.method.annotation.ViewMethodReturnValueHandler
 
handleReturnValue(Object, MethodParameter, ModelAndViewContainer, NativeWebRequest) - Method in class org.springframework.web.servlet.mvc.method.annotation.ViewNameMethodReturnValueHandler
 
HandlerExceptionResolver - Interface in org.springframework.web.portlet
Interface to be implemented by objects than can resolve exceptions thrown during handler mapping or execution, in the typical case to error views.
handlerExceptionResolver() - Method in class org.springframework.web.servlet.config.annotation.WebMvcConfigurationSupport
HandlerExceptionResolver - Interface in org.springframework.web.servlet
Interface to be implemented by objects than can resolve exceptions thrown during handler mapping or execution, in the typical case to error views.
HandlerExceptionResolverComposite - Class in org.springframework.web.servlet.handler
A HandlerExceptionResolver that delegates to a list of other HandlerExceptionResolvers.
HandlerExceptionResolverComposite() - Constructor for class org.springframework.web.servlet.handler.HandlerExceptionResolverComposite
 
handlerExceptionResolvers - Variable in class org.springframework.test.web.servlet.setup.StandaloneMockMvcBuilder
 
handlerExceptionResolvers - Variable in class org.springframework.web.portlet.DispatcherPortlet
List of HandlerExceptionResolvers used by this portlet
handlerExceptionResolvers - Variable in class org.springframework.web.servlet.DispatcherServlet
List of HandlerExceptionResolvers used by this servlet
HandlerExecutionChain - Class in org.springframework.web.portlet
Handler execution chain, consisting of handler object and any handler interceptors.
HandlerExecutionChain(Object) - Constructor for class org.springframework.web.portlet.HandlerExecutionChain
Create a new HandlerExecutionChain.
HandlerExecutionChain(Object, HandlerInterceptor[]) - Constructor for class org.springframework.web.portlet.HandlerExecutionChain
Create a new HandlerExecutionChain.
HandlerExecutionChain - Class in org.springframework.web.servlet
Handler execution chain, consisting of handler object and any handler interceptors.
HandlerExecutionChain(Object) - Constructor for class org.springframework.web.servlet.HandlerExecutionChain
Create a new HandlerExecutionChain.
HandlerExecutionChain(Object, HandlerInterceptor[]) - Constructor for class org.springframework.web.servlet.HandlerExecutionChain
Create a new HandlerExecutionChain.
HandlerInterceptor - Interface in org.springframework.web.portlet
Workflow interface that allows for customized handler execution chains.
HandlerInterceptor - Interface in org.springframework.web.servlet
Workflow interface that allows for customized handler execution chains.
HandlerInterceptorAdapter - Class in org.springframework.web.portlet.handler
Abstract adapter class for the HandlerInterceptor interface, for simplified implementation of pre-only/post-only interceptors.
HandlerInterceptorAdapter() - Constructor for class org.springframework.web.portlet.handler.HandlerInterceptorAdapter
 
HandlerInterceptorAdapter - Class in org.springframework.web.servlet.handler
Abstract adapter class for the HandlerInterceptor interface, for simplified implementation of pre-only/post-only interceptors.
HandlerInterceptorAdapter() - Constructor for class org.springframework.web.servlet.handler.HandlerInterceptorAdapter
 
handlerMap - Variable in class org.springframework.web.portlet.handler.AbstractMapBasedHandlerMapping
 
handlerMap - Variable in class org.springframework.web.servlet.handler.AbstractUrlHandlerMapping
 
HandlerMapping - Interface in org.springframework.web.portlet
Interface to be implemented by objects that define a mapping between requests and handler objects.
HandlerMapping - Interface in org.springframework.web.servlet
Interface to be implemented by objects that define a mapping between requests and handler objects.
handlerMappings - Variable in class org.springframework.beans.factory.xml.DefaultNamespaceHandlerResolver
Stores the mappings from namespace URI to NamespaceHandler class name / instance
handlerMappings - Variable in class org.springframework.web.portlet.DispatcherPortlet
List of HandlerMappings used by this portlet
handlerMappings - Variable in class org.springframework.web.servlet.DispatcherServlet
List of HandlerMappings used by this servlet
handlerMappingsLocation - Variable in class org.springframework.beans.factory.xml.DefaultNamespaceHandlerResolver
Resource location to search for
HandlerMethod - Class in org.springframework.web.method
Encapsulates information about a bean method consisting of a method and a bean.
HandlerMethod(Object, Method) - Constructor for class org.springframework.web.method.HandlerMethod
Create an instance from a bean instance and a method.
HandlerMethod(Object, String, Class<?>...) - Constructor for class org.springframework.web.method.HandlerMethod
Create an instance from a bean instance, method name, and parameter types.
HandlerMethod(String, BeanFactory, Method) - Constructor for class org.springframework.web.method.HandlerMethod
Create an instance from a bean name, a method, and a BeanFactory.
HandlerMethod(HandlerMethod) - Constructor for class org.springframework.web.method.HandlerMethod
Copy constructor for use in sub-classes.
HandlerMethod(HandlerMethod, Object) - Constructor for class org.springframework.web.method.HandlerMethod
Re-create HandlerMethod with the resolved handler.
handlerMethod - Variable in class org.springframework.web.servlet.handler.AbstractHandlerMethodMapping.Match
 
HandlerMethod.HandlerMethodParameter - Class in org.springframework.web.method
A MethodParameter with HandlerMethod-specific behavior.
HandlerMethod.HandlerMethodParameter(int) - Constructor for class org.springframework.web.method.HandlerMethod.HandlerMethodParameter
 
HandlerMethod.ReturnValueMethodParameter - Class in org.springframework.web.method
A MethodParameter for a HandlerMethod return type based on an actual return value.
HandlerMethod.ReturnValueMethodParameter(Object) - Constructor for class org.springframework.web.method.HandlerMethod.ReturnValueMethodParameter
 
HandlerMethodArgumentResolver - Interface in org.springframework.web.method.support
Strategy interface for resolving method parameters into argument values in the context of a given request.
HandlerMethodArgumentResolverComposite - Class in org.springframework.web.method.support
Resolves method parameters by delegating to a list of registered HandlerMethodArgumentResolvers.
HandlerMethodArgumentResolverComposite() - Constructor for class org.springframework.web.method.support.HandlerMethodArgumentResolverComposite
 
HandlerMethodInvocationException - Exception in org.springframework.web.bind.annotation.support
Exception indicating that the execution of an annotated MVC handler method failed.
HandlerMethodInvocationException(Method, Throwable) - Constructor for exception org.springframework.web.bind.annotation.support.HandlerMethodInvocationException
Create a new HandlerMethodInvocationException for the given Method handle and cause.
HandlerMethodInvoker - Class in org.springframework.web.bind.annotation.support
Support class for invoking an annotated handler method.
HandlerMethodInvoker(HandlerMethodResolver) - Constructor for class org.springframework.web.bind.annotation.support.HandlerMethodInvoker
 
HandlerMethodInvoker(HandlerMethodResolver, WebBindingInitializer) - Constructor for class org.springframework.web.bind.annotation.support.HandlerMethodInvoker
 
HandlerMethodInvoker(HandlerMethodResolver, WebBindingInitializer, SessionAttributeStore, ParameterNameDiscoverer, WebArgumentResolver[], HttpMessageConverter[]) - Constructor for class org.springframework.web.bind.annotation.support.HandlerMethodInvoker
 
handlerMethodMap - Variable in class org.springframework.web.servlet.mvc.multiaction.MultiActionController
Handler methods, keyed by name
HandlerMethodResolver - Class in org.springframework.web.bind.annotation.support
Support class for resolving web method annotations in a handler type.
HandlerMethodResolver() - Constructor for class org.springframework.web.bind.annotation.support.HandlerMethodResolver
 
HandlerMethodReturnValueHandler - Interface in org.springframework.web.method.support
Strategy interface to handle the value returned from the invocation of a handler method .
HandlerMethodReturnValueHandlerComposite - Class in org.springframework.web.method.support
Handles method return values by delegating to a list of registered HandlerMethodReturnValueHandlers.
HandlerMethodReturnValueHandlerComposite() - Constructor for class org.springframework.web.method.support.HandlerMethodReturnValueHandlerComposite
 
handlerMethods - Variable in class org.springframework.web.bind.annotation.support.HandlerMethodResolver
 
handlerMethods - Variable in class org.springframework.web.servlet.handler.AbstractHandlerMethodMapping
 
HandlerMethodSelector - Class in org.springframework.web.method
Defines the algorithm for searching handler methods exhaustively including interfaces and parent classes while also dealing with parameterized methods as well as interface and class-based proxies.
HandlerMethodSelector() - Constructor for class org.springframework.web.method.HandlerMethodSelector
 
handlerMethodsInitialized(Map<T, HandlerMethod>) - Method in class org.springframework.web.servlet.handler.AbstractHandlerMethodMapping
Invoked after all handler methods have been detected.
handlerResolver - Variable in class org.springframework.remoting.jaxws.LocalJaxWsServiceFactory
 
HandlerResultMatchers - Class in org.springframework.test.web.servlet.result
Factory for assertions on the selected handler.
HandlerResultMatchers() - Constructor for class org.springframework.test.web.servlet.result.HandlerResultMatchers
Protected constructor.
handlerType(Class<?>) - Method in class org.springframework.test.web.servlet.result.HandlerResultMatchers
Assert the type of the handler that processed the request.
handleServletRequestBindingException(ServletRequestBindingException, HttpHeaders, HttpStatus, WebRequest) - Method in class org.springframework.web.servlet.mvc.method.annotation.ResponseEntityExceptionHandler
Customize the response for ServletRequestBindingException.
handleServletRequestBindingException(ServletRequestBindingException, HttpServletRequest, HttpServletResponse, Object) - Method in class org.springframework.web.servlet.mvc.support.DefaultHandlerExceptionResolver
Handle the case when an unrecoverable binding exception occurs - e.g.
handleStartDocument(XMLEvent) - Method in class org.springframework.util.xml.StaxEventXMLReader
 
handleStartDocument() - Method in class org.springframework.util.xml.StaxStreamXMLReader
 
handleStartElement(StartElement) - Method in class org.springframework.util.xml.StaxEventXMLReader
 
handleStartElement() - Method in class org.springframework.util.xml.StaxStreamXMLReader
 
handleTimeout(NativeWebRequest, Callable<T>) - Method in interface org.springframework.web.context.request.async.CallableProcessingInterceptor
Invoked from a container thread when the async request times out before the Callable task completes.
handleTimeout(NativeWebRequest, Callable<T>) - Method in class org.springframework.web.context.request.async.CallableProcessingInterceptorAdapter
This implementation always returns RESULT_NONE.
handleTimeout(NativeWebRequest, DeferredResult<T>) - Method in interface org.springframework.web.context.request.async.DeferredResultProcessingInterceptor
Invoked from a container thread when an async request times out before the DeferredResult has been set.
handleTimeout(NativeWebRequest, DeferredResult<T>) - Method in class org.springframework.web.context.request.async.DeferredResultProcessingInterceptorAdapter
This implementation returns true by default.
handleTimeout(NativeWebRequest, Callable<T>) - Method in class org.springframework.web.context.request.async.TimeoutCallableProcessingInterceptor
 
handleTimeout(NativeWebRequest, DeferredResult<T>) - Method in class org.springframework.web.context.request.async.TimeoutDeferredResultProcessingInterceptor
 
handleTypeMismatch(TypeMismatchException, HttpHeaders, HttpStatus, WebRequest) - Method in class org.springframework.web.servlet.mvc.method.annotation.ResponseEntityExceptionHandler
Customize the response for TypeMismatchException.
handleTypeMismatch(TypeMismatchException, HttpServletRequest, HttpServletResponse, Object) - Method in class org.springframework.web.servlet.mvc.support.DefaultHandlerExceptionResolver
Handle the case when a WebDataBinder conversion error occurs.
handleWarnings(Statement) - Method in class org.springframework.jdbc.core.JdbcTemplate
Throw an SQLWarningException if we're not ignoring warnings, else log the warnings (at debug level).
handleWarnings(SQLWarning) - Method in class org.springframework.jdbc.core.JdbcTemplate
Throw an SQLWarningException if encountering an actual warning.
hasAncestorOfType(Tag, Class) - Static method in class org.springframework.web.util.TagUtils
Determine whether the supplied Tag has any ancestor tag of the supplied type.
hasAnnotatedMethods(String) - Method in interface org.springframework.core.type.AnnotationMetadata
Determine whether the underlying class has any methods that are annotated (or meta-annotated) with the given annotation type.
hasAnnotatedMethods(String) - Method in class org.springframework.core.type.classreading.AnnotationMetadataReadingVisitor
 
hasAnnotatedMethods(String) - Method in class org.springframework.core.type.StandardAnnotationMetadata
 
hasAnnotation(Class<? extends Annotation>) - Method in class org.springframework.core.convert.TypeDescriptor
Determine if this type descriptor has the specified annotation.
hasAnnotation(String) - Method in interface org.springframework.core.type.AnnotationMetadata
Determine whether the underlying class has an annotation of the given type defined.
hasAnnotation(String) - Method in class org.springframework.core.type.classreading.AnnotationMetadataReadingVisitor
 
hasAnnotation(String) - Method in class org.springframework.core.type.StandardAnnotationMetadata
 
hasAspectAnnotation(Class<?>) - Method in class org.springframework.aop.aspectj.annotation.AbstractAspectJAdvisorFactory
 
hasAspectName(Advisor) - Method in class org.springframework.aop.aspectj.autoproxy.AspectJPrecedenceComparator
 
hasAtLeastOneMethodWithName(Class<?>, String) - Static method in class org.springframework.util.ClassUtils
Does the given class or one of its superclasses at least have one or more methods with the supplied name (with any argument types)? Includes non-public methods.
hasAttribute(String) - Method in interface org.springframework.core.AttributeAccessor
Return true if the attribute identified by name exists.
hasAttribute(String) - Method in class org.springframework.core.AttributeAccessorSupport
 
hasBeanClass() - Method in class org.springframework.beans.factory.support.AbstractBeanDefinition
Return whether this definition specifies a bean class.
hasBeanFactory() - Method in class org.springframework.context.support.AbstractRefreshableApplicationContext
Determine whether this context currently holds a bean factory, i.e.
hasBeforeDeliveryBeenCalled() - Method in class org.springframework.jca.endpoint.AbstractMessageEndpointFactory.AbstractMessageEndpoint
Return whether the AbstractMessageEndpointFactory.AbstractMessageEndpoint.beforeDelivery(java.lang.reflect.Method) method of this endpoint has already been called.
hasBody() - Method in class org.springframework.http.HttpEntity
Indicates whether this entity has a body.
hasCachedContext(Object) - Method in class org.springframework.test.AbstractSpringContextTests
Deprecated.
Return whether there is a cached context for the given key.
hasClasses() - Method in class org.springframework.test.context.ContextConfigurationAttributes
Determine if this ContextConfigurationAttributes instance has class-based resources.
hasConcurrentResult() - Method in class org.springframework.web.context.request.async.WebAsyncManager
Whether a result value exists as a result of concurrent handling.
hasConnection() - Method in class org.springframework.jdbc.datasource.ConnectionHolder
Return whether this holder currently has a Connection.
hasConnectionHolder() - Method in class org.springframework.jdbc.datasource.JdbcTransactionObjectSupport
 
hasConstructor(Class<?>, Class<?>...) - Static method in class org.springframework.util.ClassUtils
Determine whether the given class has a public constructor with the given signature.
hasConstructorArgumentValues() - Method in class org.springframework.beans.factory.support.AbstractBeanDefinition
Return if there are constructor argument values defined for this bean.
hasCustomEditorForElement(Class<?>, String) - Method in class org.springframework.beans.PropertyEditorRegistrySupport
Determine whether this registry contains a custom editor for the specified array/collection element.
hasDependentBean(String) - Method in class org.springframework.beans.factory.support.DefaultSingletonBeanRegistry
Determine whether a dependent bean has been registered for the given name.
hasDestroyMethod(Object, RootBeanDefinition) - Static method in class org.springframework.beans.factory.support.DisposableBeanAdapter
Check whether the given bean has any kind of destroy method to call.
hasDestructionAwareBeanPostProcessors - Variable in class org.springframework.beans.factory.support.AbstractBeanFactory
Indicates whether any DestructionAwareBeanPostProcessors have been registered
hasDestructionAwareBeanPostProcessors() - Method in class org.springframework.beans.factory.support.AbstractBeanFactory
Return whether this factory holds a DestructionAwareBeanPostProcessor that will get applied to singleton beans on shutdown.
hasDoctype(String) - Method in class org.springframework.util.xml.XmlValidationModeDetector
Does the content contain the the DTD DOCTYPE declaration?
hasDynamicTypeAttribute() - Method in class org.springframework.web.servlet.tags.form.InputTag
 
hasEnclosingClass() - Method in interface org.springframework.core.type.ClassMetadata
Return whether the underlying class has an enclosing class (i.e.
hasEnclosingClass() - Method in class org.springframework.core.type.classreading.ClassMetadataReadingVisitor
 
hasEnclosingClass() - Method in class org.springframework.core.type.StandardClassMetadata
 
hasError(ClientHttpResponse) - Method in class org.springframework.web.client.DefaultResponseErrorHandler
Delegates to DefaultResponseErrorHandler.hasError(HttpStatus) with the response status code.
hasError(HttpStatus) - Method in class org.springframework.web.client.DefaultResponseErrorHandler
hasError(ClientHttpResponse) - Method in interface org.springframework.web.client.ResponseErrorHandler
Indicates whether the given response has any errors.
hasErrors() - Method in class org.springframework.test.web.servlet.result.ModelResultMatchers
Assert the model has errors.
hasErrors() - Method in class org.springframework.validation.AbstractBindingResult
 
hasErrors() - Method in class org.springframework.validation.AbstractErrors
 
hasErrors() - Method in exception org.springframework.validation.BindException
 
hasErrors() - Method in interface org.springframework.validation.Errors
Return if there were any errors.
hasErrors() - Method in class org.springframework.web.bind.EscapedErrors
 
hasException() - Method in class org.springframework.remoting.support.RemoteInvocationResult
Return whether this invocation result holds an exception.
hasExceptionMappings() - Method in class org.springframework.web.method.annotation.ExceptionHandlerMethodResolver
Whether the contained type has any exception mappings.
hasFieldErrors() - Method in class org.springframework.validation.AbstractErrors
 
hasFieldErrors(String) - Method in class org.springframework.validation.AbstractErrors
 
hasFieldErrors() - Method in exception org.springframework.validation.BindException
 
hasFieldErrors(String) - Method in exception org.springframework.validation.BindException
 
hasFieldErrors() - Method in interface org.springframework.validation.Errors
Are there any field errors?
hasFieldErrors(String) - Method in interface org.springframework.validation.Errors
Are there any errors associated with the given field?
hasFieldErrors() - Method in class org.springframework.web.bind.EscapedErrors
 
hasFieldErrors(String) - Method in class org.springframework.web.bind.EscapedErrors
 
hasGlobalErrors() - Method in class org.springframework.validation.AbstractErrors
 
hasGlobalErrors() - Method in exception org.springframework.validation.BindException
 
hasGlobalErrors() - Method in interface org.springframework.validation.Errors
Are there any global errors?
hasGlobalErrors() - Method in class org.springframework.web.bind.EscapedErrors
 
hash - Variable in class org.springframework.core.MethodParameter
 
hash - Variable in class org.springframework.util.ConcurrentReferenceHashMap.SoftEntryReference
 
hash - Variable in class org.springframework.util.ConcurrentReferenceHashMap.WeakEntryReference
 
hash - Variable in class org.springframework.web.servlet.mvc.method.RequestMappingInfo
 
HASH_CODE_KEY - Static variable in class org.springframework.jmx.export.naming.IdentityNamingStrategy
 
hasHandlerMethods() - Method in class org.springframework.web.bind.annotation.support.HandlerMethodResolver
 
hashCode() - Method in class org.springframework.aop.aspectj.AbstractAspectJAdvice.AdviceExcludingMethodMatcher
 
hashCode() - Method in class org.springframework.aop.aspectj.AspectJExpressionPointcut
 
hashCode() - Method in class org.springframework.aop.aspectj.AspectJPointcutAdvisor
 
hashCode - Variable in class org.springframework.aop.framework.AdvisedSupport.MethodCacheKey
 
hashCode() - Method in class org.springframework.aop.framework.AdvisedSupport.MethodCacheKey
 
hashCode() - Method in class org.springframework.aop.framework.CglibAopProxy.DynamicAdvisedInterceptor
CGLIB uses this to drive proxy creation.
hashCode() - Method in class org.springframework.aop.framework.CglibAopProxy
 
hashCode() - Method in class org.springframework.aop.framework.CglibAopProxy.ProxyCallbackFilter
 
hashCode() - Method in class org.springframework.aop.framework.JdkDynamicAopProxy
Proxy uses the hash code of the TargetSource.
hashCode() - Method in class org.springframework.aop.support.AbstractPointcutAdvisor
 
hashCode() - Method in class org.springframework.aop.support.AbstractRegexpMethodPointcut
 
hashCode() - Method in class org.springframework.aop.support.annotation.AnnotationMethodMatcher
 
hashCode() - Method in class org.springframework.aop.support.ClassFilters.IntersectionClassFilter
 
hashCode() - Method in class org.springframework.aop.support.ClassFilters.UnionClassFilter
 
hashCode() - Method in class org.springframework.aop.support.ComposablePointcut
 
hashCode() - Method in class org.springframework.aop.support.ControlFlowPointcut
 
hashCode() - Method in class org.springframework.aop.support.DefaultIntroductionAdvisor
 
hashCode() - Method in class org.springframework.aop.support.MethodMatchers.IntersectionMethodMatcher
 
hashCode() - Method in class org.springframework.aop.support.MethodMatchers.UnionMethodMatcher
 
hashCode() - Method in class org.springframework.aop.support.NameMatchMethodPointcut
 
hashCode() - Method in class org.springframework.aop.target.AbstractBeanFactoryBasedTargetSource
 
hashCode() - Method in class org.springframework.aop.target.EmptyTargetSource
 
hashCode() - Method in class org.springframework.aop.target.HotSwappableTargetSource
 
hashCode() - Method in class org.springframework.aop.target.SingletonTargetSource
SingletonTargetSource uses the hash code of the target object.
hashCode() - Method in class org.springframework.beans.BeanMetadataAttribute
 
hashCode() - Method in exception org.springframework.beans.BeansException
 
hashCode() - Method in class org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor.LifecycleElement
 
hashCode() - Method in class org.springframework.beans.factory.annotation.InjectionMetadata.InjectedElement
 
hashCode() - Method in class org.springframework.beans.factory.config.BeanDefinitionHolder
 
hashCode() - Method in class org.springframework.beans.factory.config.BeanExpressionContext
 
hashCode() - Method in class org.springframework.beans.factory.config.ConstructorArgumentValues
 
hashCode() - Method in class org.springframework.beans.factory.config.RuntimeBeanNameReference
 
hashCode() - Method in class org.springframework.beans.factory.config.RuntimeBeanReference
 
hashCode() - Method in class org.springframework.beans.factory.config.TypedStringValue
 
hashCode() - Method in class org.springframework.beans.factory.support.AbstractBeanDefinition
 
hashCode() - Method in class org.springframework.beans.factory.support.BeanDefinitionResource
This implementation returns the hash code of the underlying BeanDefinition.
hashCode() - Method in class org.springframework.beans.factory.support.CglibSubclassingInstantiationStrategy.CglibSubclassCreator.CglibIdentitySupport
 
hashCode() - Method in class org.springframework.beans.factory.support.ChildBeanDefinition
 
hashCode() - Method in class org.springframework.beans.factory.support.LookupOverride
 
hashCode() - Method in class org.springframework.beans.factory.support.MethodOverride
 
hashCode() - Method in class org.springframework.beans.factory.support.MethodOverrides
 
hashCode() - Method in class org.springframework.beans.factory.support.ReplaceOverride
 
hashCode() - Method in class org.springframework.beans.MutablePropertyValues
 
hashCode() - Method in class org.springframework.beans.PropertyValue
 
hashCode() - Method in class org.springframework.beans.support.MutableSortDefinition
 
hashCode() - Method in class org.springframework.cache.annotation.AnnotationCacheOperationSource
 
hashCode() - Method in class org.springframework.cache.annotation.SpringCacheAnnotationParser
 
hashCode() - Method in class org.springframework.cache.interceptor.AbstractFallbackCacheOperationSource.DefaultCacheKey
 
hashCode() - Method in class org.springframework.cache.interceptor.CacheOperation
This implementation returns toString()'s hash code.
hashCode() - Method in class org.springframework.cache.interceptor.CacheOperationSourcePointcut
 
hashCode() - Method in class org.springframework.cache.interceptor.NameMatchCacheOperationSource
 
hashCode() - Method in class org.springframework.context.annotation.ConfigurationClass
 
hashCode() - Method in class org.springframework.context.event.AbstractApplicationEventMulticaster.ListenerCacheKey
 
hashCode() - Method in class org.springframework.context.support.DefaultMessageSourceResolvable
 
hashCode() - Method in class org.springframework.core.AttributeAccessorSupport
 
hashCode() - Method in class org.springframework.core.convert.converter.GenericConverter.ConvertiblePair
 
hashCode() - Method in class org.springframework.core.convert.Property
 
hashCode() - Method in class org.springframework.core.convert.support.GenericConversionService.ConverterCacheKey
 
hashCode() - Method in class org.springframework.core.convert.TypeDescriptor
 
hashCode() - Method in class org.springframework.core.enums.AbstractLabeledEnum
Deprecated.
 
hashCode() - Method in class org.springframework.core.env.PropertySource
Return a hashcode derived from the name property of this PropertySource object.
hashCode() - Method in class org.springframework.core.io.AbstractResource
This implementation returns the description's hash code.
hashCode() - Method in class org.springframework.core.io.ByteArrayResource
This implementation returns the hash code based on the underlying byte array.
hashCode() - Method in class org.springframework.core.io.ClassPathResource
This implementation returns the hash code of the underlying class path location.
hashCode() - Method in class org.springframework.core.io.DescriptiveResource
This implementation returns the hash code of the underlying description String.
hashCode() - Method in class org.springframework.core.io.FileSystemResource
This implementation returns the hash code of the underlying File reference.
hashCode() - Method in class org.springframework.core.io.InputStreamResource
This implementation returns the hash code of the underlying InputStream.
hashCode() - Method in class org.springframework.core.io.support.EncodedResource
 
hashCode() - Method in class org.springframework.core.io.UrlResource
This implementation returns the hash code of the underlying URL reference.
hashCode() - Method in class org.springframework.core.io.VfsResource
 
hashCode() - Method in class org.springframework.core.MethodParameter
 
hashCode() - Method in class org.springframework.core.ParameterizedTypeReference
 
hashCode() - Method in class org.springframework.expression.spel.support.ReflectivePropertyAccessor.CacheKey
 
hashCode() - Method in class org.springframework.format.support.FormattingConversionService.AnnotationConverterKey
 
hashCode() - Method in class org.springframework.http.HttpEntity
 
hashCode() - Method in class org.springframework.http.HttpHeaders
 
hashCode() - Method in class org.springframework.http.MediaType
 
hashCode() - Method in class org.springframework.http.ResponseEntity
 
hashCode() - Method in class org.springframework.jca.context.SpringContextResourceAdapter
 
hashCode() - Method in class org.springframework.jms.connection.CachingConnectionFactory.DestinationCacheKey
 
hashCode() - Method in class org.springframework.jmx.access.MBeanClientInterceptor.MethodCacheKey
 
hashCode() - Method in class org.springframework.jmx.support.NotificationListenerHolder
 
hashCode() - Method in class org.springframework.mail.SimpleMailMessage
 
hashCode(Object) - Method in class org.springframework.orm.hibernate3.support.AbstractLobType
This implementation returns the hashCode of the given objectz.
hashCode() - Method in class org.springframework.orm.hibernate4.SpringFlushSynchronization
 
hashCode() - Method in class org.springframework.scheduling.support.CronSequenceGenerator
 
hashCode() - Method in class org.springframework.scheduling.support.CronTrigger
 
hashCode() - Method in class org.springframework.scheduling.support.PeriodicTrigger
 
hashCode() - Method in class org.springframework.test.context.ContextConfigurationAttributes
Generate a unique hash code for all properties of this ContextConfigurationAttributes instance excluding the name.
hashCode() - Method in class org.springframework.test.context.MergedContextConfiguration
Generate a unique hash code for all properties of this MergedContextConfiguration excluding the test class.
hashCode() - Method in class org.springframework.test.context.web.WebMergedContextConfiguration
Generate a unique hash code for all properties of this WebMergedContextConfiguration excluding the test class.
hashCode() - Method in class org.springframework.transaction.annotation.AnnotationTransactionAttributeSource
 
hashCode() - Method in class org.springframework.transaction.annotation.Ejb3TransactionAnnotationParser
 
hashCode() - Method in class org.springframework.transaction.annotation.SpringTransactionAnnotationParser
 
hashCode() - Method in class org.springframework.transaction.interceptor.AbstractFallbackTransactionAttributeSource.DefaultCacheKey
 
hashCode() - Method in class org.springframework.transaction.interceptor.MatchAlwaysTransactionAttributeSource
 
hashCode() - Method in class org.springframework.transaction.interceptor.MethodMapTransactionAttributeSource
 
hashCode() - Method in class org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource
 
hashCode() - Method in class org.springframework.transaction.interceptor.RollbackRuleAttribute
 
hashCode() - Method in class org.springframework.transaction.interceptor.TransactionAttributeSourcePointcut
 
hashCode() - Method in class org.springframework.transaction.support.DefaultTransactionDefinition
This implementation returns toString()'s hash code.
hashCode() - Method in class org.springframework.transaction.support.DelegatingTransactionDefinition
 
hashCode() - Method in class org.springframework.util.AutoPopulatingList
 
hashCode() - Method in class org.springframework.util.CollectionUtils.MultiValueMapAdapter
 
hashCode() - Method in class org.springframework.util.comparator.BooleanComparator
 
hashCode() - Method in class org.springframework.util.comparator.CompoundComparator
 
hashCode() - Method in class org.springframework.util.comparator.InvertibleComparator
 
hashCode() - Method in class org.springframework.util.comparator.NullSafeComparator
 
hashCode() - Method in class org.springframework.util.ConcurrentReferenceHashMap.Entry
 
hashCode() - Method in class org.springframework.util.LinkedMultiValueMap
 
hashCode(boolean) - Static method in class org.springframework.util.ObjectUtils
Return the same value as Boolean.hashCode()}.
hashCode(double) - Static method in class org.springframework.util.ObjectUtils
Return the same value as Double.hashCode()}.
hashCode(float) - Static method in class org.springframework.util.ObjectUtils
Return the same value as Float.hashCode()}.
hashCode(long) - Static method in class org.springframework.util.ObjectUtils
Return the same value as Long.hashCode()}.
hashCode() - Method in class org.springframework.validation.AbstractBindingResult
 
hashCode() - Method in exception org.springframework.validation.BindException
 
hashCode() - Method in class org.springframework.validation.FieldError
 
hashCode() - Method in class org.springframework.validation.ObjectError
 
hashCode() - Method in class org.springframework.web.context.support.ServletContextResource
This implementation returns the hash code of the underlying ServletContext resource location.
hashCode() - Method in class org.springframework.web.method.ControllerAdviceBean
 
hashCode() - Method in class org.springframework.web.method.HandlerMethod
 
hashCode() - Method in class org.springframework.web.portlet.context.PortletContextResource
 
hashCode() - Method in class org.springframework.web.portlet.handler.PortletModeParameterLookupKey
 
hashCode() - Method in class org.springframework.web.portlet.mvc.annotation.AnnotationMethodHandlerAdapter.RequestMappingInfo
 
hashCode() - Method in class org.springframework.web.servlet.mvc.annotation.AnnotationMethodHandlerAdapter.RequestMappingInfo
Deprecated.
 
hashCode() - Method in class org.springframework.web.servlet.mvc.condition.AbstractMediaTypeExpression
 
hashCode() - Method in class org.springframework.web.servlet.mvc.condition.AbstractNameValueExpression
 
hashCode() - Method in class org.springframework.web.servlet.mvc.condition.AbstractRequestCondition
 
hashCode() - Method in class org.springframework.web.servlet.mvc.condition.HeadersRequestCondition.HeaderExpression
 
hashCode() - Method in class org.springframework.web.servlet.mvc.method.RequestMappingInfo
 
hashCode() - Method in class org.springframework.web.util.HierarchicalUriComponents.FullPathComponent
 
hashCode() - Method in class org.springframework.web.util.HierarchicalUriComponents
 
hashCode() - Method in class org.springframework.web.util.HierarchicalUriComponents.PathSegmentComponent
 
hashCode() - Method in class org.springframework.web.util.OpaqueUriComponents
 
hashCodeDefined - Variable in class org.springframework.aop.framework.JdkDynamicAopProxy
Is the JdkDynamicAopProxy.hashCode() method defined on the proxied interfaces?
hasHibernateManagedTransaction() - Method in class org.springframework.orm.hibernate3.HibernateTransactionManager.HibernateTransactionObject
 
hasHibernateManagedTransaction() - Method in class org.springframework.orm.hibernate4.HibernateTransactionManager.HibernateTransactionObject
 
hasIndexedArgumentValue(int) - Method in class org.springframework.beans.factory.config.ConstructorArgumentValues
Check whether an argument value has been registered for the given index.
hasInitializer() - Method in class org.springframework.expression.spel.ast.ConstructorReference
 
hasInstantiationAwareBeanPostProcessors - Variable in class org.springframework.beans.factory.support.AbstractBeanFactory
Indicates whether any InstantiationAwareBeanPostProcessors have been registered
hasInstantiationAwareBeanPostProcessors() - Method in class org.springframework.beans.factory.support.AbstractBeanFactory
Return whether this factory holds a InstantiationAwareBeanPostProcessor that will get applied to singleton beans on shutdown.
hasInvocationTargetException() - Method in class org.springframework.remoting.support.RemoteInvocationResult
Return whether this invocation result holds an InvocationTargetException, thrown by an invocation of the target method itself.
hasLength(String, String) - Static method in class org.springframework.util.Assert
Assert that the given String is not empty; that is, it must not be null and not the empty String.
hasLength(String) - Static method in class org.springframework.util.Assert
Assert that the given String is not empty; that is, it must not be null and not the empty String.
hasLength(CharSequence) - Static method in class org.springframework.util.StringUtils
Check that the given CharSequence is neither null nor of length 0.
hasLength(String) - Static method in class org.springframework.util.StringUtils
Check that the given String is neither null nor of length 0.
hasLocations() - Method in class org.springframework.test.context.ContextConfigurationAttributes
Determine if this ContextConfigurationAttributes instance has path-based resource locations.
hasLvtInfo - Variable in class org.springframework.core.LocalVariableTableParameterNameDiscoverer.LocalVariableTableVisitor
 
hasManagedAttribute(Method) - Method in class org.springframework.jmx.export.assembler.MetadataMBeanInfoAssembler
Checks to see if the given Method has the ManagedAttribute attribute.
hasManagedMetric(Method) - Method in class org.springframework.jmx.export.assembler.MetadataMBeanInfoAssembler
Checks to see if the given Method has the ManagedMetric attribute.
hasManagedOperation(Method) - Method in class org.springframework.jmx.export.assembler.MetadataMBeanInfoAssembler
Checks to see if the given Method has the ManagedOperation attribute.
hasMatchingIntroductions(Advised, Class) - Static method in class org.springframework.aop.framework.DefaultAdvisorChainFactory
Determine whether the Advisors contain matching introductions.
hasMessageBody(ClientHttpResponse) - Method in class org.springframework.web.client.HttpMessageConverterExtractor
Indicates whether the given response has a message body.
hasMetaAnnotation(String) - Method in interface org.springframework.core.type.AnnotationMetadata
Determine whether the underlying class has an annotation that is itself annotated with the meta-annotation of the given type.
hasMetaAnnotation(String) - Method in class org.springframework.core.type.classreading.AnnotationMetadataReadingVisitor
 
hasMetaAnnotation(String) - Method in class org.springframework.core.type.StandardAnnotationMetadata
 
hasMethod(Class<?>, String, Class<?>...) - Static method in class org.springframework.util.ClassUtils
Determine whether the given class has a method with the given signature.
hasMore() - Method in class org.springframework.mock.jndi.SimpleNamingContext.AbstractNamingEnumeration
 
hasMoreElements() - Method in class org.springframework.mock.jndi.SimpleNamingContext.AbstractNamingEnumeration
 
hasName() - Method in class org.springframework.util.xml.AbstractXMLStreamReader
 
hasNamespacePrefixesFeature() - Method in class org.springframework.util.xml.AbstractStaxXMLReader
Indicates whether the SAX feature http://xml.org/sax/features/namespaces-prefixes is turned on.
hasNamespacesFeature() - Method in class org.springframework.util.xml.AbstractStaxXMLReader
Indicates whether the SAX feature http://xml.org/sax/features/namespaces is turned on.
hasNext() - Method in class org.springframework.util.CollectionUtils.EnumerationIterator
 
hasNext() - Method in class org.springframework.util.CompositeIterator
 
hasNext() - Method in class org.springframework.util.ConcurrentReferenceHashMap.EntryIterator
 
hasNext() - Method in class org.springframework.util.xml.AbstractXMLStreamReader
 
hasNoErrors() - Method in class org.springframework.test.web.servlet.result.ModelResultMatchers
Assert the model has no errors.
hasNoUserSuppliedProxyInterfaces(AdvisedSupport) - Method in class org.springframework.aop.framework.DefaultAopProxyFactory
Determine whether the supplied AdvisedSupport has only the SpringProxy interface specified (or no proxy interfaces specified at all).
hasOpeningTag(String) - Method in class org.springframework.util.xml.XmlValidationModeDetector
Does the supplied content contain an XML opening tag.
hasOption(ConcurrentReferenceHashMap.TaskOption) - Method in class org.springframework.util.ConcurrentReferenceHashMap.Task
 
hasOriginalRequestAndResponse() - Method in class org.springframework.test.web.servlet.request.MockAsyncContext
 
hasParameterAnnotation(Class<T>) - Method in class org.springframework.core.MethodParameter
Return true if the parameter has the given annotation type, and false if it doesn't.
hasParameterAnnotations() - Method in class org.springframework.core.MethodParameter
Return true if the parameter has at least one annotation, false if it has none.
hasPatterns() - Method in class org.springframework.web.servlet.mvc.annotation.AnnotationMethodHandlerAdapter.RequestMappingInfo
Deprecated.
 
hasPayload - Variable in enum org.springframework.expression.spel.standard.TokenKind
 
hasPayload() - Method in enum org.springframework.expression.spel.standard.TokenKind
 
hasPropertyOverridesFor(String) - Method in class org.springframework.beans.factory.config.PropertyOverrideConfigurer
Were there overrides for this bean? Only valid after processing has occurred at least once.
hasQualifier(String) - Method in class org.springframework.beans.factory.support.AbstractBeanDefinition
Return whether this bean has the specified qualifier.
hasResource(Object) - Static method in class org.springframework.transaction.support.TransactionSynchronizationManager
Check if there is a resource for the given key bound to the current thread.
hasResources() - Method in class org.springframework.test.context.ContextConfigurationAttributes
Determine if this ContextConfigurationAttributes instance has either path-based resource locations or class-based resources.
hasResponseStatus() - Method in class org.springframework.web.servlet.mvc.method.annotation.ServletInvocableHandlerMethod
Does this method have the response status instruction?
hasSavepoint() - Method in class org.springframework.transaction.support.AbstractTransactionStatus
 
hasSavepoint() - Method in interface org.springframework.transaction.TransactionStatus
Return whether this transaction internally carries a savepoint, that is, has been created as nested transaction based on a savepoint.
hasSessionAttributes() - Method in class org.springframework.web.bind.annotation.support.HandlerMethodResolver
 
hasSessionAttributes() - Method in class org.springframework.web.method.annotation.SessionAttributesHandler
Whether the controller represented by this instance has declared any session attributes through an SessionAttributes annotation.
hasSpringManagedTransaction() - Method in class org.springframework.orm.hibernate3.HibernateTransactionManager.HibernateTransactionObject
 
hasSpringManagedTransaction() - Method in class org.springframework.orm.hibernate4.HibernateTransactionManager.HibernateTransactionObject
 
hasSubmitParameter(PortletRequest, String) - Static method in class org.springframework.web.portlet.util.PortletUtils
Check if a specific input type="submit" parameter was sent in the request, either via a button (directly with name) or via an image (name + ".x" or name + ".y").
hasSubmitParameter(ServletRequest, String) - Static method in class org.springframework.web.util.WebUtils
Check if a specific input type="submit" parameter was sent in the request, either via a button (directly with name) or via an image (name + ".x" or name + ".y").
hasSuperClass() - Method in interface org.springframework.core.type.ClassMetadata
Return whether the underlying class has a super class.
hasSuperClass() - Method in class org.springframework.core.type.classreading.ClassMetadataReadingVisitor
 
hasSuperClass() - Method in class org.springframework.core.type.StandardClassMetadata
 
hasTargetConnection() - Method in class org.springframework.jdbc.datasource.LazyConnectionDataSourceProxy.LazyConnectionInvocationHandler
Return whether the proxy currently holds a target Connection.
hasTargetType() - Method in class org.springframework.beans.factory.config.TypedStringValue
Return whether this typed String value carries a target type .
hasTasks() - Method in class org.springframework.scheduling.config.ScheduledTaskRegistrar
Return whether this ScheduledTaskRegistrar has any tasks registered.
hasText(String, String) - Static method in class org.springframework.util.Assert
Assert that the given String has valid text content; that is, it must not be null and must contain at least one non-whitespace character.
hasText(String) - Static method in class org.springframework.util.Assert
Assert that the given String has valid text content; that is, it must not be null and must contain at least one non-whitespace character.
hasText(CharSequence) - Static method in class org.springframework.util.StringUtils
Check whether the given CharSequence has actual text.
hasText(String) - Static method in class org.springframework.util.StringUtils
Check whether the given String has actual text.
hasText() - Method in class org.springframework.util.xml.AbstractXMLStreamReader
 
hasTimeout() - Method in class org.springframework.transaction.support.ResourceHolderSupport
Return whether this object has an associated timeout.
hasTransaction() - Method in class org.springframework.orm.jdo.JdoTransactionManager.JdoTransactionObject
 
hasTransaction() - Method in class org.springframework.orm.jpa.JpaTransactionManager.JpaTransactionObject
 
hasTransaction() - Method in class org.springframework.transaction.interceptor.TransactionAspectSupport.TransactionInfo
Return whether a transaction was created by this aspect, or whether we just have a placeholder to keep ThreadLocal stack integrity.
hasTransaction() - Method in class org.springframework.transaction.support.DefaultTransactionStatus
Return whether there is an actual transaction active.
hasTransactionalSession(SessionFactory) - Static method in class org.springframework.orm.hibernate3.SessionFactoryUtils
Return whether there is a transactional Hibernate Session for the current thread, that is, a Session bound to the current thread by Spring's transaction facilities.
hasTypeLevelMapping() - Method in class org.springframework.web.bind.annotation.support.HandlerMethodResolver
 
hasUniqueObject(Collection) - Static method in class org.springframework.util.CollectionUtils
Determine whether the given Collection only contains a single unique object.
hasValue(String) - Method in class org.springframework.jdbc.core.namedparam.BeanPropertySqlParameterSource
 
hasValue(String) - Method in class org.springframework.jdbc.core.namedparam.EmptySqlParameterSource
 
hasValue(String) - Method in class org.springframework.jdbc.core.namedparam.MapSqlParameterSource
 
hasValue(String) - Method in interface org.springframework.jdbc.core.namedparam.SqlParameterSource
Determine whether there is a value for the specified named parameter.
hasValueOfMethodOrConstructor(Class<?>, Class<?>) - Static method in class org.springframework.core.convert.support.ObjectToObjectConverter
 
hasView() - Method in class org.springframework.web.portlet.ModelAndView
Indicate whether or not this ModelAndView has a view, either as a view name or as a direct view instance.
hasView() - Method in class org.springframework.web.servlet.ModelAndView
Indicate whether or not this ModelAndView has a view, either as a view name or as a direct View instance.
header(String, <any>...) - Static method in class org.springframework.test.web.client.match.MockRestRequestMatchers
Assert request header values with the given Hamcrest matcher.
header(String, Object...) - Method in class org.springframework.test.web.servlet.request.MockHttpServletRequestBuilder
Add a header to the request.
header() - Static method in class org.springframework.test.web.servlet.result.MockMvcResultMatchers
Access to response header assertions.
HEADER_CACHE_CONTROL - Static variable in class org.springframework.web.servlet.handler.AbstractHandlerExceptionResolver
 
HEADER_CACHE_CONTROL - Static variable in class org.springframework.web.servlet.support.WebContentGenerator
 
HEADER_CONTENT_DISPOSITION - Static variable in class org.springframework.web.servlet.view.jasperreports.AbstractJasperReportsView
Constant that defines "Content-Disposition" header.
HEADER_CONTENT_ID - Static variable in class org.springframework.mail.javamail.MimeMessageHelper
 
HEADER_ETAG - Static variable in class org.springframework.web.context.request.ServletWebRequest
 
HEADER_ETAG - Static variable in class org.springframework.web.filter.ShallowEtagHeaderFilter
 
HEADER_EXPIRES - Static variable in class org.springframework.web.servlet.handler.AbstractHandlerExceptionResolver
 
HEADER_EXPIRES - Static variable in class org.springframework.web.servlet.support.WebContentGenerator
 
HEADER_IF_MODIFIED_SINCE - Static variable in class org.springframework.web.context.request.ServletWebRequest
 
HEADER_IF_NONE_MATCH - Static variable in class org.springframework.web.context.request.ServletWebRequest
 
HEADER_IF_NONE_MATCH - Static variable in class org.springframework.web.filter.ShallowEtagHeaderFilter
 
HEADER_LAST_MODIFIED - Static variable in class org.springframework.web.context.request.ServletWebRequest
 
HEADER_MESSAGE_ID - Static variable in class org.springframework.mail.javamail.JavaMailSenderImpl
 
HEADER_PRAGMA - Static variable in class org.springframework.web.servlet.handler.AbstractHandlerExceptionResolver
 
HEADER_PRAGMA - Static variable in class org.springframework.web.servlet.support.WebContentGenerator
 
HEADER_PRIORITY - Static variable in class org.springframework.mail.javamail.MimeMessageHelper
 
HeaderContentNegotiationStrategy - Class in org.springframework.web.accept
A ContentNegotiationStrategy that parses the 'Accept' header of the request.
HeaderContentNegotiationStrategy() - Constructor for class org.springframework.web.accept.HeaderContentNegotiationStrategy
 
HeaderResultMatchers - Class in org.springframework.test.web.servlet.result
Factory for response header assertions.
HeaderResultMatchers() - Constructor for class org.springframework.test.web.servlet.result.HeaderResultMatchers
Protected constructor.
headers - Variable in class org.springframework.http.client.AbstractClientHttpRequest
 
headers - Variable in class org.springframework.http.client.CommonsClientHttpResponse
Deprecated.
 
headers - Variable in class org.springframework.http.client.HttpComponentsClientHttpResponse
 
headers - Variable in class org.springframework.http.client.SimpleClientHttpResponse
 
headers - Variable in class org.springframework.http.converter.FormHttpMessageConverter.MultipartHttpOutputMessage
 
headers - Variable in class org.springframework.http.HttpEntity
 
headers - Variable in class org.springframework.http.HttpHeaders
 
headers - Variable in class org.springframework.http.server.ServletServerHttpRequest
 
headers - Variable in class org.springframework.http.server.ServletServerHttpResponse
 
headers - Variable in class org.springframework.mock.http.MockHttpInputMessage
 
headers - Variable in class org.springframework.mock.http.MockHttpOutputMessage
 
headers - Variable in class org.springframework.mock.web.MockHttpServletRequest
 
headers - Variable in class org.springframework.mock.web.MockHttpServletResponse
 
headers - Variable in class org.springframework.test.web.client.response.DefaultResponseCreator
 
headers(HttpHeaders) - Method in class org.springframework.test.web.client.response.DefaultResponseCreator
Copy all given headers.
headers - Variable in class org.springframework.test.web.servlet.request.MockHttpServletRequestBuilder
 
headers(HttpHeaders) - Method in class org.springframework.test.web.servlet.request.MockHttpServletRequestBuilder
Add all headers to the request.
headers - Variable in class org.springframework.web.multipart.support.RequestPartServletServerHttpRequest
 
headers - Variable in class org.springframework.web.portlet.mvc.annotation.AnnotationMethodHandlerAdapter.RequestMappingInfo
 
headers - Variable in class org.springframework.web.portlet.mvc.annotation.DefaultAnnotationHandlerMapping.TypeLevelMappingPredicate
 
headers - Variable in class org.springframework.web.servlet.mvc.annotation.AnnotationMethodHandlerAdapter.RequestMappingInfo
Deprecated.
 
headers - Variable in class org.springframework.web.servlet.view.jasperreports.AbstractJasperReportsView
Stores the headers to written with each response
headers - Variable in class org.springframework.web.servlet.view.jasperreports.JasperReportsViewResolver
 
headersCondition - Variable in class org.springframework.web.servlet.mvc.method.RequestMappingInfo
 
headersExtractor - Variable in class org.springframework.web.client.RestTemplate
 
HeadersRequestCondition - Class in org.springframework.web.servlet.mvc.condition
A logical conjunction (' && ') request condition that matches a request against a set of header expressions with syntax defined in RequestMapping.headers().
HeadersRequestCondition(String...) - Constructor for class org.springframework.web.servlet.mvc.condition.HeadersRequestCondition
Create a new instance from the given header expressions.
HeadersRequestCondition(Collection<HeadersRequestCondition.HeaderExpression>) - Constructor for class org.springframework.web.servlet.mvc.condition.HeadersRequestCondition
 
HeadersRequestCondition.HeaderExpression - Class in org.springframework.web.servlet.mvc.condition
Parses and matches a single header expression to a request.
HeadersRequestCondition.HeaderExpression(String) - Constructor for class org.springframework.web.servlet.mvc.condition.HeadersRequestCondition.HeaderExpression
 
headersWritten - Variable in class org.springframework.http.converter.FormHttpMessageConverter.MultipartHttpOutputMessage
 
headersWritten - Variable in class org.springframework.http.server.ServletServerHttpResponse
 
HeaderValueHolder - Class in org.springframework.mock.web
Internal helper class that serves as value holder for request headers.
HeaderValueHolder() - Constructor for class org.springframework.mock.web.HeaderValueHolder
 
headForHeaders(String, Object...) - Method in interface org.springframework.web.client.RestOperations
Retrieve all headers of the resource specified by the URI template.
headForHeaders(String, Map<String, ?>) - Method in interface org.springframework.web.client.RestOperations
Retrieve all headers of the resource specified by the URI template.
headForHeaders(URI) - Method in interface org.springframework.web.client.RestOperations
Retrieve all headers of the resource specified by the URL.
headForHeaders(String, Object...) - Method in class org.springframework.web.client.RestTemplate
 
headForHeaders(String, Map<String, ?>) - Method in class org.springframework.web.client.RestTemplate
 
headForHeaders(URI) - Method in class org.springframework.web.client.RestTemplate
 
helper - Variable in class org.springframework.beans.factory.config.PropertyPlaceholderConfigurer.PlaceholderResolvingStringValueResolver
 
helper - Variable in class org.springframework.mail.javamail.MimeMailMessage
 
helperConverter - Variable in class org.springframework.core.convert.support.ArrayToArrayConverter
 
helperConverter - Variable in class org.springframework.core.convert.support.ArrayToStringConverter
 
HessianClientInterceptor - Class in org.springframework.remoting.caucho
org.aopalliance.intercept.MethodInterceptor for accessing a Hessian service.
HessianClientInterceptor() - Constructor for class org.springframework.remoting.caucho.HessianClientInterceptor
 
HessianExporter - Class in org.springframework.remoting.caucho
General stream-based protocol exporter for a Hessian endpoint.
HessianExporter() - Constructor for class org.springframework.remoting.caucho.HessianExporter
 
hessianProxy - Variable in class org.springframework.remoting.caucho.HessianClientInterceptor
 
HessianProxyFactoryBean - Class in org.springframework.remoting.caucho
FactoryBean for Hessian proxies.
HessianProxyFactoryBean() - Constructor for class org.springframework.remoting.caucho.HessianProxyFactoryBean
 
HessianServiceExporter - Class in org.springframework.remoting.caucho
Servlet-API-based HTTP request handler that exports the specified service bean as Hessian service endpoint, accessible via a Hessian proxy.
HessianServiceExporter() - Constructor for class org.springframework.remoting.caucho.HessianServiceExporter
 
HeuristicCompletionException - Exception in org.springframework.transaction
Exception that represents a transaction failure caused by a heuristic decision on the side of the transaction coordinator.
HeuristicCompletionException(int, Throwable) - Constructor for exception org.springframework.transaction.HeuristicCompletionException
Constructor for HeuristicCompletionException.
heuristicTypeMethod - Static variable in class org.springframework.orm.hibernate3.FilterDefinitionFactoryBean
 
HEX_CHARS - Static variable in class org.springframework.util.DigestUtils
 
HEX_REFERENCE_START - Static variable in class org.springframework.web.util.HtmlCharacterEntityReferences
 
HibernateAccessor - Class in org.springframework.orm.hibernate3
Base class for HibernateTemplate and HibernateInterceptor, defining common properties such as SessionFactory and flushing behavior.
HibernateAccessor() - Constructor for class org.springframework.orm.hibernate3.HibernateAccessor
 
HibernateCallback<T> - Interface in org.springframework.orm.hibernate3
Callback interface for Hibernate code.
HibernateDaoSupport - Class in org.springframework.orm.hibernate3.support
Convenient super class for Hibernate-based data access objects.
HibernateDaoSupport() - Constructor for class org.springframework.orm.hibernate3.support.HibernateDaoSupport
 
HibernateExceptionTranslator - Class in org.springframework.orm.hibernate3
PersistenceExceptionTranslator capable of translating HibernateException instances to Spring's DataAccessException hierarchy.
HibernateExceptionTranslator() - Constructor for class org.springframework.orm.hibernate3.HibernateExceptionTranslator
 
HibernateExceptionTranslator - Class in org.springframework.orm.hibernate4
PersistenceExceptionTranslator capable of translating HibernateException instances to Spring's DataAccessException hierarchy.
HibernateExceptionTranslator() - Constructor for class org.springframework.orm.hibernate4.HibernateExceptionTranslator
 
HibernateInterceptor - Class in org.springframework.orm.hibernate3
This interceptor binds a new Hibernate Session to the thread before a method call, closing and removing it afterwards in case of any method outcome.
HibernateInterceptor() - Constructor for class org.springframework.orm.hibernate3.HibernateInterceptor
 
HibernateJdbcException - Exception in org.springframework.orm.hibernate3
Hibernate-specific subclass of UncategorizedDataAccessException, for JDBC exceptions that Hibernate wrapped.
HibernateJdbcException(JDBCException) - Constructor for exception org.springframework.orm.hibernate3.HibernateJdbcException
 
HibernateJdbcException - Exception in org.springframework.orm.hibernate4
Hibernate-specific subclass of UncategorizedDataAccessException, for JDBC exceptions that Hibernate wrapped.
HibernateJdbcException(JDBCException) - Constructor for exception org.springframework.orm.hibernate4.HibernateJdbcException
 
HibernateJpaDialect - Class in org.springframework.orm.jpa.vendor
JpaDialect implementation for Hibernate EntityManager.
HibernateJpaDialect() - Constructor for class org.springframework.orm.jpa.vendor.HibernateJpaDialect
 
HibernateJpaDialect.HibernateConnectionHandle - Class in org.springframework.orm.jpa.vendor
 
HibernateJpaDialect.HibernateConnectionHandle(Session) - Constructor for class org.springframework.orm.jpa.vendor.HibernateJpaDialect.HibernateConnectionHandle
 
HibernateJpaDialect.SessionTransactionData - Class in org.springframework.orm.jpa.vendor
 
HibernateJpaDialect.SessionTransactionData(Session, FlushMode) - Constructor for class org.springframework.orm.jpa.vendor.HibernateJpaDialect.SessionTransactionData
 
HibernateJpaSessionFactoryBean - Class in org.springframework.orm.jpa.vendor
Simple FactoryBean that exposes the underlying SessionFactory behind a Hibernate-backed JPA EntityManagerFactory.
HibernateJpaSessionFactoryBean() - Constructor for class org.springframework.orm.jpa.vendor.HibernateJpaSessionFactoryBean
 
HibernateJpaVendorAdapter - Class in org.springframework.orm.jpa.vendor
JpaVendorAdapter implementation for Hibernate EntityManager.
HibernateJpaVendorAdapter() - Constructor for class org.springframework.orm.jpa.vendor.HibernateJpaVendorAdapter
 
hibernateManagedSession - Variable in class org.springframework.orm.hibernate3.HibernateTransactionManager
 
hibernateManagedSession - Variable in class org.springframework.orm.hibernate4.HibernateTransactionManager
 
HibernateObjectRetrievalFailureException - Exception in org.springframework.orm.hibernate3
Hibernate-specific subclass of ObjectRetrievalFailureException.
HibernateObjectRetrievalFailureException(UnresolvableObjectException) - Constructor for exception org.springframework.orm.hibernate3.HibernateObjectRetrievalFailureException
 
HibernateObjectRetrievalFailureException(WrongClassException) - Constructor for exception org.springframework.orm.hibernate3.HibernateObjectRetrievalFailureException
 
HibernateObjectRetrievalFailureException - Exception in org.springframework.orm.hibernate4
Hibernate-specific subclass of ObjectRetrievalFailureException.
HibernateObjectRetrievalFailureException(UnresolvableObjectException) - Constructor for exception org.springframework.orm.hibernate4.HibernateObjectRetrievalFailureException
 
HibernateObjectRetrievalFailureException(WrongClassException) - Constructor for exception org.springframework.orm.hibernate4.HibernateObjectRetrievalFailureException
 
HibernateOperations - Interface in org.springframework.orm.hibernate3
Interface that specifies a basic set of Hibernate operations, implemented by HibernateTemplate.
HibernateOptimisticLockingFailureException - Exception in org.springframework.orm.hibernate3
Hibernate-specific subclass of ObjectOptimisticLockingFailureException.
HibernateOptimisticLockingFailureException(StaleObjectStateException) - Constructor for exception org.springframework.orm.hibernate3.HibernateOptimisticLockingFailureException
 
HibernateOptimisticLockingFailureException(StaleStateException) - Constructor for exception org.springframework.orm.hibernate3.HibernateOptimisticLockingFailureException
 
HibernateOptimisticLockingFailureException - Exception in org.springframework.orm.hibernate4
Hibernate-specific subclass of ObjectOptimisticLockingFailureException.
HibernateOptimisticLockingFailureException(StaleObjectStateException) - Constructor for exception org.springframework.orm.hibernate4.HibernateOptimisticLockingFailureException
 
HibernateOptimisticLockingFailureException(StaleStateException) - Constructor for exception org.springframework.orm.hibernate4.HibernateOptimisticLockingFailureException
 
hibernateProperties - Variable in class org.springframework.orm.hibernate3.LocalSessionFactoryBean
 
hibernateProperties - Variable in class org.springframework.orm.hibernate4.LocalSessionFactoryBean
 
HibernateQueryException - Exception in org.springframework.orm.hibernate3
Hibernate-specific subclass of InvalidDataAccessResourceUsageException, thrown on invalid HQL query syntax.
HibernateQueryException(QueryException) - Constructor for exception org.springframework.orm.hibernate3.HibernateQueryException
 
HibernateQueryException - Exception in org.springframework.orm.hibernate4
Hibernate-specific subclass of InvalidDataAccessResourceUsageException, thrown on invalid HQL query syntax.
HibernateQueryException(QueryException) - Constructor for exception org.springframework.orm.hibernate4.HibernateQueryException
 
HibernateSystemException - Exception in org.springframework.orm.hibernate3
Hibernate-specific subclass of UncategorizedDataAccessException, for Hibernate system errors that do not match any concrete org.springframework.dao exceptions.
HibernateSystemException(HibernateException) - Constructor for exception org.springframework.orm.hibernate3.HibernateSystemException
Create a new HibernateSystemException, wrapping an arbitrary HibernateException.
HibernateSystemException - Exception in org.springframework.orm.hibernate4
Hibernate-specific subclass of UncategorizedDataAccessException, for Hibernate system errors that do not match any concrete org.springframework.dao exceptions.
HibernateSystemException(HibernateException) - Constructor for exception org.springframework.orm.hibernate4.HibernateSystemException
Create a new HibernateSystemException, wrapping an arbitrary HibernateException.
HibernateTemplate - Class in org.springframework.orm.hibernate3
Helper class that simplifies Hibernate data access code.
HibernateTemplate() - Constructor for class org.springframework.orm.hibernate3.HibernateTemplate
Create a new HibernateTemplate instance.
HibernateTemplate(SessionFactory) - Constructor for class org.springframework.orm.hibernate3.HibernateTemplate
Create a new HibernateTemplate instance.
HibernateTemplate(SessionFactory, boolean) - Constructor for class org.springframework.orm.hibernate3.HibernateTemplate
Create a new HibernateTemplate instance.
hibernateTemplate - Variable in class org.springframework.orm.hibernate3.support.HibernateDaoSupport
 
HibernateTemplate.CloseSuppressingInvocationHandler - Class in org.springframework.orm.hibernate3
Invocation handler that suppresses close calls on Hibernate Sessions.
HibernateTemplate.CloseSuppressingInvocationHandler(Session) - Constructor for class org.springframework.orm.hibernate3.HibernateTemplate.CloseSuppressingInvocationHandler
 
hibernateTransactionCompletion - Variable in class org.springframework.orm.hibernate3.SpringSessionSynchronization
Whether Hibernate has a looked-up JTA TransactionManager that it will automatically register CacheSynchronizations with on Session connect.
HibernateTransactionManager - Class in org.springframework.orm.hibernate3
PlatformTransactionManager implementation for a single Hibernate org.hibernate.SessionFactory.
HibernateTransactionManager() - Constructor for class org.springframework.orm.hibernate3.HibernateTransactionManager
Create a new HibernateTransactionManager instance.
HibernateTransactionManager(SessionFactory) - Constructor for class org.springframework.orm.hibernate3.HibernateTransactionManager
Create a new HibernateTransactionManager instance.
HibernateTransactionManager - Class in org.springframework.orm.hibernate4
PlatformTransactionManager implementation for a single Hibernate org.hibernate.SessionFactory.
HibernateTransactionManager() - Constructor for class org.springframework.orm.hibernate4.HibernateTransactionManager
Create a new HibernateTransactionManager instance.
HibernateTransactionManager(SessionFactory) - Constructor for class org.springframework.orm.hibernate4.HibernateTransactionManager
Create a new HibernateTransactionManager instance.
HibernateTransactionManager.HibernateTransactionObject - Class in org.springframework.orm.hibernate3
Hibernate transaction object, representing a SessionHolder.
HibernateTransactionManager.HibernateTransactionObject() - Constructor for class org.springframework.orm.hibernate3.HibernateTransactionManager.HibernateTransactionObject
 
HibernateTransactionManager.HibernateTransactionObject - Class in org.springframework.orm.hibernate4
Hibernate transaction object, representing a SessionHolder.
HibernateTransactionManager.HibernateTransactionObject() - Constructor for class org.springframework.orm.hibernate4.HibernateTransactionManager.HibernateTransactionObject
 
HibernateTransactionManager.SuspendedResourcesHolder - Class in org.springframework.orm.hibernate3
Holder for suspended resources.
HibernateTransactionManager.SuspendedResourcesHolder(SessionHolder, ConnectionHolder) - Constructor for class org.springframework.orm.hibernate3.HibernateTransactionManager.SuspendedResourcesHolder
 
HibernateTransactionManager.SuspendedResourcesHolder - Class in org.springframework.orm.hibernate4
Holder for suspended resources.
HibernateTransactionManager.SuspendedResourcesHolder(SessionHolder, ConnectionHolder) - Constructor for class org.springframework.orm.hibernate4.HibernateTransactionManager.SuspendedResourcesHolder
 
HiddenHttpMethodFilter - Class in org.springframework.web.filter
javax.servlet.Filter that converts posted method parameters into HTTP methods, retrievable via HttpServletRequest#getMethod().
HiddenHttpMethodFilter() - Constructor for class org.springframework.web.filter.HiddenHttpMethodFilter
 
HiddenHttpMethodFilter.HttpMethodRequestWrapper - Class in org.springframework.web.filter
Simple HttpServletRequest wrapper that returns the supplied method for HttpServletRequest#getMethod().
HiddenHttpMethodFilter.HttpMethodRequestWrapper(HttpServletRequest, String) - Constructor for class org.springframework.web.filter.HiddenHttpMethodFilter.HttpMethodRequestWrapper
 
HiddenInputTag - Class in org.springframework.web.servlet.tags.form
Data-binding aware JSP tag for rendering a hidden HTML 'input' field containing the databound value.
HiddenInputTag() - Constructor for class org.springframework.web.servlet.tags.form.HiddenInputTag
 
hideProxyClassNames - Variable in class org.springframework.aop.interceptor.AbstractTraceInterceptor
Indicates whether or not proxy class names should be hidden when using dynamic loggers.
HierarchicalBeanFactory - Interface in org.springframework.beans.factory
Sub-interface implemented by bean factories that can be part of a hierarchy.
HierarchicalMessageSource - Interface in org.springframework.context
Sub-interface of MessageSource to be implemented by objects that can resolve messages hierarchically.
HierarchicalThemeSource - Interface in org.springframework.ui.context
Sub-interface of ThemeSource to be implemented by objects that can resolve theme messages hierarchically.
HierarchicalUriComponents - Class in org.springframework.web.util
Extension of UriComponents for hierarchical URIs.
HierarchicalUriComponents(String, String, String, int, HierarchicalUriComponents.PathComponent, MultiValueMap<String, String>, String, boolean, boolean) - Constructor for class org.springframework.web.util.HierarchicalUriComponents
Package-private constructor.
HierarchicalUriComponents.FullPathComponent - Class in org.springframework.web.util
Represents a path backed by a string.
HierarchicalUriComponents.FullPathComponent(String) - Constructor for class org.springframework.web.util.HierarchicalUriComponents.FullPathComponent
 
HierarchicalUriComponents.PathComponent - Interface in org.springframework.web.util
Defines the contract for path (segments).
HierarchicalUriComponents.PathComponentComposite - Class in org.springframework.web.util
Represents a collection of PathComponents.
HierarchicalUriComponents.PathComponentComposite(List<HierarchicalUriComponents.PathComponent>) - Constructor for class org.springframework.web.util.HierarchicalUriComponents.PathComponentComposite
 
HierarchicalUriComponents.PathSegmentComponent - Class in org.springframework.web.util
Represents a path backed by a string list (i.e.
HierarchicalUriComponents.PathSegmentComponent(List<String>) - Constructor for class org.springframework.web.util.HierarchicalUriComponents.PathSegmentComponent
 
HierarchicalUriComponents.Type - Enum in org.springframework.web.util
Enumeration used to identify the parts of a URI.
HierarchicalUriComponents.Type() - Constructor for enum org.springframework.web.util.HierarchicalUriComponents.Type
 
hierarchyMap - Variable in class org.springframework.test.context.ContextCache
Map of parent keys to sets of children keys, representing a top-down tree of context hierarchies.
HIGHER_PRECEDENCE - Static variable in class org.springframework.aop.aspectj.autoproxy.AspectJPrecedenceComparator
 
HIGHEST_PRECEDENCE - Static variable in interface org.springframework.core.Ordered
Useful constant for the highest precedence value.
hitCount - Variable in class org.springframework.aop.target.ThreadLocalTargetSource
 
hitCount - Variable in class org.springframework.test.context.ContextCache
 
holderActive - Variable in class org.springframework.jdbc.datasource.DataSourceUtils.ConnectionSynchronization
 
holderActive - Variable in class org.springframework.orm.hibernate3.SpringSessionSynchronization
 
holderActive - Variable in class org.springframework.orm.hibernate4.SpringSessionSynchronization
 
holderActive - Variable in class org.springframework.transaction.support.ResourceHolderSynchronization
 
homeAsComponent - Variable in class org.springframework.ejb.access.AbstractRemoteSlsbInvokerInterceptor
 
homeAsComponent - Variable in class org.springframework.ejb.access.LocalSlsbInvokerInterceptor
 
homeInterface - Variable in class org.springframework.ejb.access.AbstractRemoteSlsbInvokerInterceptor
 
homeMonitor - Variable in class org.springframework.ejb.access.AbstractSlsbInvokerInterceptor
 
host - Variable in class org.springframework.mail.javamail.JavaMailSenderImpl
 
host - Variable in class org.springframework.remoting.rmi.RmiRegistryFactoryBean
 
host - Variable in class org.springframework.web.util.HierarchicalUriComponents
 
host - Variable in class org.springframework.web.util.UriComponentsBuilder
 
host(String) - Method in class org.springframework.web.util.UriComponentsBuilder
Sets the URI host.
HOST_PATTERN - Static variable in class org.springframework.web.util.UriComponentsBuilder
 
HOST_PATTERN - Static variable in class org.springframework.web.util.UriUtils
 
hostname - Variable in class org.springframework.http.client.support.ProxyFactoryBean
 
hostname - Variable in class org.springframework.remoting.jaxws.SimpleHttpServerJaxWsServiceExporter
 
hostname - Variable in class org.springframework.remoting.support.SimpleHttpServerFactoryBean
 
HotSwappableTargetSource - Class in org.springframework.aop.target
TargetSource implementation that caches a local target object, but allows the target to be swapped while the application is running.
HotSwappableTargetSource(Object) - Constructor for class org.springframework.aop.target.HotSwappableTargetSource
Create a new HotSwappableTargetSource with the given initial target object.
hours - Variable in class org.springframework.scheduling.support.CronSequenceGenerator
 
HsqlEmbeddedDatabaseConfigurer - Class in org.springframework.jdbc.datasource.embedded
Initializes an HSQL embedded database instance.
HsqlEmbeddedDatabaseConfigurer(Class<? extends Driver>) - Constructor for class org.springframework.jdbc.datasource.embedded.HsqlEmbeddedDatabaseConfigurer
 
HsqlMaxValueIncrementer - Class in org.springframework.jdbc.support.incrementer
DataFieldMaxValueIncrementer that increments the maximum value of a given HSQL table with the equivalent of an auto-increment column.
HsqlMaxValueIncrementer() - Constructor for class org.springframework.jdbc.support.incrementer.HsqlMaxValueIncrementer
Default constructor for bean property style usage.
HsqlMaxValueIncrementer(DataSource, String, String) - Constructor for class org.springframework.jdbc.support.incrementer.HsqlMaxValueIncrementer
Convenience constructor.
HsqlSequenceMaxValueIncrementer - Class in org.springframework.jdbc.support.incrementer
DataFieldMaxValueIncrementer that retrieves the next value of a given HSQL sequence.
HsqlSequenceMaxValueIncrementer() - Constructor for class org.springframework.jdbc.support.incrementer.HsqlSequenceMaxValueIncrementer
Default constructor for bean property style usage.
HsqlSequenceMaxValueIncrementer(DataSource, String) - Constructor for class org.springframework.jdbc.support.incrementer.HsqlSequenceMaxValueIncrementer
Convenience constructor.
HsqlTableMetaDataProvider - Class in org.springframework.jdbc.core.metadata
The HSQL specific implementation of the TableMetaDataProvider.
HsqlTableMetaDataProvider(DatabaseMetaData) - Constructor for class org.springframework.jdbc.core.metadata.HsqlTableMetaDataProvider
 
HTML_ESCAPE_CONTEXT_PARAM - Static variable in class org.springframework.web.util.WebUtils
HTML escape parameter at the servlet context level (i.e.
HtmlCharacterEntityDecoder - Class in org.springframework.web.util
Helper for decoding HTML Strings by replacing character entity references with the referred character.
HtmlCharacterEntityDecoder(HtmlCharacterEntityReferences, String) - Constructor for class org.springframework.web.util.HtmlCharacterEntityDecoder
 
HtmlCharacterEntityReferences - Class in org.springframework.web.util
Represents a set of character entity references defined by the HTML 4.0 standard.
HtmlCharacterEntityReferences() - Constructor for class org.springframework.web.util.HtmlCharacterEntityReferences
Returns a new set of character entity references reflecting the HTML 4.0 character set.
htmlEscape - Variable in class org.springframework.web.servlet.support.BindStatus
 
htmlEscape - Variable in class org.springframework.web.servlet.tags.form.OptionWriter
 
htmlEscape - Variable in class org.springframework.web.servlet.tags.HtmlEscapingAwareTag
 
htmlEscape(String) - Static method in class org.springframework.web.util.HtmlUtils
Turn special characters into HTML character references.
htmlEscapeDecimal(String) - Static method in class org.springframework.web.util.HtmlUtils
Turn special characters into HTML character references.
htmlEscapeHex(String) - Static method in class org.springframework.web.util.HtmlUtils
Turn special characters into HTML character references.
HtmlEscapeTag - Class in org.springframework.web.servlet.tags
Sets default HTML escape value for the current page.
HtmlEscapeTag() - Constructor for class org.springframework.web.servlet.tags.HtmlEscapeTag
 
HtmlEscapingAwareTag - Class in org.springframework.web.servlet.tags
Superclass for tags that output content that might get HTML-escaped.
HtmlEscapingAwareTag() - Constructor for class org.springframework.web.servlet.tags.HtmlEscapingAwareTag
 
htmlUnescape(String) - Static method in class org.springframework.web.util.HtmlUtils
Turn HTML character references into their plain text UNICODE equivalent.
HtmlUtils - Class in org.springframework.web.util
Utility class for HTML escaping.
HtmlUtils() - Constructor for class org.springframework.web.util.HtmlUtils
 
http10Compatible - Variable in class org.springframework.web.servlet.view.RedirectView
 
HTTP_HEADER_ACCEPT_ENCODING - Static variable in class org.springframework.remoting.httpinvoker.AbstractHttpInvokerRequestExecutor
 
HTTP_HEADER_ACCEPT_LANGUAGE - Static variable in class org.springframework.remoting.httpinvoker.AbstractHttpInvokerRequestExecutor
 
HTTP_HEADER_CONTENT_ENCODING - Static variable in class org.springframework.remoting.httpinvoker.AbstractHttpInvokerRequestExecutor
 
HTTP_HEADER_CONTENT_LENGTH - Static variable in class org.springframework.remoting.httpinvoker.AbstractHttpInvokerRequestExecutor
 
HTTP_HEADER_CONTENT_TYPE - Static variable in class org.springframework.remoting.httpinvoker.AbstractHttpInvokerRequestExecutor
 
HTTP_METHOD_POST - Static variable in class org.springframework.remoting.httpinvoker.AbstractHttpInvokerRequestExecutor
 
HTTP_PATTERN - Static variable in class org.springframework.web.util.UriComponentsBuilder
 
HTTP_PATTERN - Static variable in class org.springframework.web.util.UriUtils
 
HTTP_REQUEST_HANDLER_ADAPTER_BEAN_NAME - Static variable in class org.springframework.web.servlet.config.MvcNamespaceUtils
 
HTTP_URL_PATTERN - Static variable in class org.springframework.web.util.UriComponentsBuilder
 
HTTP_URL_PATTERN - Static variable in class org.springframework.web.util.UriUtils
 
HttpAccessor - Class in org.springframework.http.client.support
Base class for RestTemplate and other HTTP accessing gateway helpers, defining common properties such as the ClientHttpRequestFactory to operate on.
HttpAccessor() - Constructor for class org.springframework.http.client.support.HttpAccessor
 
httpClient - Variable in class org.springframework.http.client.CommonsClientHttpRequest
Deprecated.
 
httpClient - Variable in class org.springframework.http.client.CommonsClientHttpRequestFactory
Deprecated.
 
httpClient - Variable in class org.springframework.http.client.HttpComponentsClientHttpRequest
 
httpClient - Variable in class org.springframework.http.client.HttpComponentsClientHttpRequestFactory
 
httpClient - Variable in class org.springframework.remoting.httpinvoker.CommonsHttpInvokerRequestExecutor
 
httpClient - Variable in class org.springframework.remoting.httpinvoker.HttpComponentsHttpInvokerRequestExecutor
 
HttpClientErrorException - Exception in org.springframework.web.client
Exception thrown when an HTTP 4xx is received.
HttpClientErrorException(HttpStatus) - Constructor for exception org.springframework.web.client.HttpClientErrorException
Construct a new instance of HttpClientErrorException based on an HttpStatus.
HttpClientErrorException(HttpStatus, String) - Constructor for exception org.springframework.web.client.HttpClientErrorException
Construct a new instance of HttpClientErrorException based on an HttpStatus and status text.
HttpClientErrorException(HttpStatus, String, byte[], Charset) - Constructor for exception org.springframework.web.client.HttpClientErrorException
Construct a new instance of HttpClientErrorException based on an HttpStatus, status text, and response body content.
HttpClientErrorException(HttpStatus, String, HttpHeaders, byte[], Charset) - Constructor for exception org.springframework.web.client.HttpClientErrorException
Construct a new instance of HttpClientErrorException based on an HttpStatus, status text, and response body content.
HttpComponentsClientHttpRequest - Class in org.springframework.http.client
ClientHttpRequest implementation that uses Apache HttpComponents HttpClient to execute requests.
HttpComponentsClientHttpRequest(HttpClient, HttpUriRequest, HttpContext) - Constructor for class org.springframework.http.client.HttpComponentsClientHttpRequest
 
HttpComponentsClientHttpRequestFactory - Class in org.springframework.http.client
ClientHttpRequestFactory implementation that uses Apache HttpComponents HttpClient to create requests.
HttpComponentsClientHttpRequestFactory() - Constructor for class org.springframework.http.client.HttpComponentsClientHttpRequestFactory
Create a new instance of the HttpComponentsClientHttpRequestFactory with a default HttpClient that uses a default org.apache.http.impl.conn.PoolingClientConnectionManager.
HttpComponentsClientHttpRequestFactory(HttpClient) - Constructor for class org.springframework.http.client.HttpComponentsClientHttpRequestFactory
Create a new instance of the HttpComponentsClientHttpRequestFactory with the given HttpClient instance.
HttpComponentsClientHttpResponse - Class in org.springframework.http.client
ClientHttpResponse implementation that uses Apache HttpComponents HttpClient to execute requests.
HttpComponentsClientHttpResponse(HttpResponse) - Constructor for class org.springframework.http.client.HttpComponentsClientHttpResponse
 
HttpComponentsHttpInvokerRequestExecutor - Class in org.springframework.remoting.httpinvoker
HttpInvokerRequestExecutor implementation that uses Apache HttpComponents HttpClient to execute POST requests.
HttpComponentsHttpInvokerRequestExecutor() - Constructor for class org.springframework.remoting.httpinvoker.HttpComponentsHttpInvokerRequestExecutor
Create a new instance of the HttpComponentsHttpInvokerRequestExecutor with a default HttpClient that uses a default org.apache.http.impl.conn.PoolingClientConnectionManager.
HttpComponentsHttpInvokerRequestExecutor(HttpClient) - Constructor for class org.springframework.remoting.httpinvoker.HttpComponentsHttpInvokerRequestExecutor
Create a new instance of the HttpComponentsClientHttpRequestFactory with the given HttpClient instance.
httpContext - Variable in class org.springframework.http.client.HttpComponentsClientHttpRequest
 
HttpEntity<T> - Class in org.springframework.http
Represents an HTTP request or response entity, consisting of headers and body.
HttpEntity() - Constructor for class org.springframework.http.HttpEntity
Create a new, empty HttpEntity.
HttpEntity(T) - Constructor for class org.springframework.http.HttpEntity
Create a new HttpEntity with the given body and no headers.
HttpEntity(MultiValueMap<String, String>) - Constructor for class org.springframework.http.HttpEntity
Create a new HttpEntity with the given headers and no body.
HttpEntity(T, MultiValueMap<String, String>) - Constructor for class org.springframework.http.HttpEntity
Create a new HttpEntity with the given body and headers.
HttpEntityMethodProcessor - Class in org.springframework.web.servlet.mvc.method.annotation
Resolves HttpEntity method argument values and also handles both HttpEntity and ResponseEntity return values.
HttpEntityMethodProcessor(List<HttpMessageConverter<?>>) - Constructor for class org.springframework.web.servlet.mvc.method.annotation.HttpEntityMethodProcessor
 
HttpEntityMethodProcessor(List<HttpMessageConverter<?>>, ContentNegotiationManager) - Constructor for class org.springframework.web.servlet.mvc.method.annotation.HttpEntityMethodProcessor
 
HttpHeaders - Class in org.springframework.http
Represents HTTP request and response headers, mapping string header names to list of string values.
HttpHeaders(Map<String, List<String>>, boolean) - Constructor for class org.springframework.http.HttpHeaders
Private constructor that can create read-only HttpHeader instances.
HttpHeaders() - Constructor for class org.springframework.http.HttpHeaders
Constructs a new, empty instance of the HttpHeaders object.
HttpInputMessage - Interface in org.springframework.http
Represents an HTTP input message, consisting of headers and a readable body.
HttpInvokerClientConfiguration - Interface in org.springframework.remoting.httpinvoker
Configuration interface for executing HTTP invoker requests.
HttpInvokerClientInterceptor - Class in org.springframework.remoting.httpinvoker
org.aopalliance.intercept.MethodInterceptor for accessing an HTTP invoker service.
HttpInvokerClientInterceptor() - Constructor for class org.springframework.remoting.httpinvoker.HttpInvokerClientInterceptor
 
HttpInvokerProxyFactoryBean - Class in org.springframework.remoting.httpinvoker
FactoryBean for HTTP invoker proxies.
HttpInvokerProxyFactoryBean() - Constructor for class org.springframework.remoting.httpinvoker.HttpInvokerProxyFactoryBean
 
httpInvokerRequestExecutor - Variable in class org.springframework.remoting.httpinvoker.HttpInvokerClientInterceptor
 
HttpInvokerRequestExecutor - Interface in org.springframework.remoting.httpinvoker
Strategy interface for actual execution of an HTTP invoker request.
HttpInvokerServiceExporter - Class in org.springframework.remoting.httpinvoker
Servlet-API-based HTTP request handler that exports the specified service bean as HTTP invoker service endpoint, accessible via an HTTP invoker proxy.
HttpInvokerServiceExporter() - Constructor for class org.springframework.remoting.httpinvoker.HttpInvokerServiceExporter
 
HttpMediaTypeException - Class in org.springframework.web
Abstract base for exceptions related to media types.
HttpMediaTypeException(String) - Constructor for class org.springframework.web.HttpMediaTypeException
Create a new HttpMediaTypeException.
HttpMediaTypeException(String, List<MediaType>) - Constructor for class org.springframework.web.HttpMediaTypeException
Create a new HttpMediaTypeException with a list of supported media types.
HttpMediaTypeNotAcceptableException - Class in org.springframework.web
Exception thrown when the request handler cannot generate a response that is acceptable by the client.
HttpMediaTypeNotAcceptableException(String) - Constructor for class org.springframework.web.HttpMediaTypeNotAcceptableException
Create a new HttpMediaTypeNotAcceptableException.
HttpMediaTypeNotAcceptableException(List<MediaType>) - Constructor for class org.springframework.web.HttpMediaTypeNotAcceptableException
Create a new HttpMediaTypeNotSupportedException.
HttpMediaTypeNotSupportedException - Class in org.springframework.web
Exception thrown when a client POSTs, PUTs, or PATCHes content of a type not supported by request handler.
HttpMediaTypeNotSupportedException(String) - Constructor for class org.springframework.web.HttpMediaTypeNotSupportedException
Create a new HttpMediaTypeNotSupportedException.
HttpMediaTypeNotSupportedException(MediaType, List<MediaType>) - Constructor for class org.springframework.web.HttpMediaTypeNotSupportedException
Create a new HttpMediaTypeNotSupportedException.
HttpMediaTypeNotSupportedException(MediaType, List<MediaType>, String) - Constructor for class org.springframework.web.HttpMediaTypeNotSupportedException
Create a new HttpMediaTypeNotSupportedException.
HttpMessage - Interface in org.springframework.http
Represents the base interface for HTTP request and response messages.
HttpMessageConversionException - Exception in org.springframework.http.converter
Thrown by HttpMessageConverter implementations when the conversion fails.
HttpMessageConversionException(String) - Constructor for exception org.springframework.http.converter.HttpMessageConversionException
Create a new HttpMessageConversionException.
HttpMessageConversionException(String, Throwable) - Constructor for exception org.springframework.http.converter.HttpMessageConversionException
Create a new HttpMessageConversionException.
HttpMessageConverter<T> - Interface in org.springframework.http.converter
Strategy interface that specifies a converter that can convert from and to HTTP requests and responses.
HttpMessageConverterExtractor<T> - Class in org.springframework.web.client
Response extractor that uses the given entity converters to convert the response into a type T.
HttpMessageConverterExtractor(Class<T>, List<HttpMessageConverter<?>>) - Constructor for class org.springframework.web.client.HttpMessageConverterExtractor
Creates a new instance of the HttpMessageConverterExtractor with the given response type and message converters.
HttpMessageConverterExtractor(Type, List<HttpMessageConverter<?>>) - Constructor for class org.springframework.web.client.HttpMessageConverterExtractor
Creates a new instance of the HttpMessageConverterExtractor with the given response type and message converters.
HttpMessageConverterExtractor(Type, List<HttpMessageConverter<?>>, Log) - Constructor for class org.springframework.web.client.HttpMessageConverterExtractor
 
HttpMessageNotReadableException - Exception in org.springframework.http.converter
Thrown by HttpMessageConverter implementations when the read method fails.
HttpMessageNotReadableException(String) - Constructor for exception org.springframework.http.converter.HttpMessageNotReadableException
Create a new HttpMessageNotReadableException.
HttpMessageNotReadableException(String, Throwable) - Constructor for exception org.springframework.http.converter.HttpMessageNotReadableException
Create a new HttpMessageNotReadableException.
HttpMessageNotWritableException - Exception in org.springframework.http.converter
Thrown by HttpMessageConverter implementations when the write method fails.
HttpMessageNotWritableException(String) - Constructor for exception org.springframework.http.converter.HttpMessageNotWritableException
Create a new HttpMessageNotWritableException.
HttpMessageNotWritableException(String, Throwable) - Constructor for exception org.springframework.http.converter.HttpMessageNotWritableException
Create a new HttpMessageNotWritableException.
httpMethod - Variable in class org.springframework.http.client.CommonsClientHttpRequest
Deprecated.
 
httpMethod - Variable in class org.springframework.http.client.CommonsClientHttpResponse
Deprecated.
 
HttpMethod - Enum in org.springframework.http
Java 5 enumeration of HTTP request methods.
HttpMethod() - Constructor for enum org.springframework.http.HttpMethod
 
httpMethod - Variable in class org.springframework.mock.http.client.MockClientHttpRequest
 
HttpOutputMessage - Interface in org.springframework.http
Represents an HTTP output message, consisting of headers and a writable body.
HttpPutFormContentFilter - Class in org.springframework.web.filter
javax.servlet.Filter that makes form encoded data available through the ServletRequest.getParameter*() family of methods during HTTP PUT or PATCH requests.
HttpPutFormContentFilter() - Constructor for class org.springframework.web.filter.HttpPutFormContentFilter
 
HttpPutFormContentFilter.HttpPutFormContentRequestWrapper - Class in org.springframework.web.filter
 
HttpPutFormContentFilter.HttpPutFormContentRequestWrapper(HttpServletRequest, MultiValueMap<String, String>) - Constructor for class org.springframework.web.filter.HttpPutFormContentFilter.HttpPutFormContentRequestWrapper
 
httpRequest - Variable in class org.springframework.http.client.HttpComponentsClientHttpRequest
 
HttpRequest - Interface in org.springframework.http
Represents an HTTP request message, consisting of method and uri.
HttpRequestHandler - Interface in org.springframework.web
Plain handler interface for components that process HTTP requests, analogous to a Servlet.
httpRequestHandlerAdapter() - Method in class org.springframework.web.servlet.config.annotation.WebMvcConfigurationSupport
Returns a HttpRequestHandlerAdapter for processing requests with HttpRequestHandlers.
HttpRequestHandlerAdapter - Class in org.springframework.web.servlet.mvc
Adapter to use the plain HttpRequestHandler interface with the generic DispatcherServlet.
HttpRequestHandlerAdapter() - Constructor for class org.springframework.web.servlet.mvc.HttpRequestHandlerAdapter
 
HttpRequestHandlerServlet - Class in org.springframework.web.context.support
Simple HttpServlet that delegates to an HttpRequestHandler bean defined in Spring's root web application context.
HttpRequestHandlerServlet() - Constructor for class org.springframework.web.context.support.HttpRequestHandlerServlet
 
HttpRequestMethodNotSupportedException - Class in org.springframework.web
Exception thrown when a request handler does not support a specific request method.
HttpRequestMethodNotSupportedException(String) - Constructor for class org.springframework.web.HttpRequestMethodNotSupportedException
Create a new HttpRequestMethodNotSupportedException.
HttpRequestMethodNotSupportedException(String, String[]) - Constructor for class org.springframework.web.HttpRequestMethodNotSupportedException
Create a new HttpRequestMethodNotSupportedException.
HttpRequestMethodNotSupportedException(String, Collection<String>) - Constructor for class org.springframework.web.HttpRequestMethodNotSupportedException
Create a new HttpRequestMethodNotSupportedException.
HttpRequestMethodNotSupportedException(String, String) - Constructor for class org.springframework.web.HttpRequestMethodNotSupportedException
Create a new HttpRequestMethodNotSupportedException.
HttpRequestMethodNotSupportedException(String, String[], String) - Constructor for class org.springframework.web.HttpRequestMethodNotSupportedException
Create a new HttpRequestMethodNotSupportedException.
HttpRequestWrapper - Class in org.springframework.http.client.support
Provides a convenient implementation of the HttpRequest interface that can be overridden to adapt the request.
HttpRequestWrapper(HttpRequest) - Constructor for class org.springframework.http.client.support.HttpRequestWrapper
Creates a new HttpRequest wrapping the given request object.
httpResponse - Variable in class org.springframework.http.client.HttpComponentsClientHttpResponse
 
HttpServerErrorException - Exception in org.springframework.web.client
Exception thrown when an HTTP 5xx is received.
HttpServerErrorException(HttpStatus) - Constructor for exception org.springframework.web.client.HttpServerErrorException
Construct a new instance of HttpServerErrorException based on an HttpStatus.
HttpServerErrorException(HttpStatus, String) - Constructor for exception org.springframework.web.client.HttpServerErrorException
Construct a new instance of HttpServerErrorException based on an HttpStatus and status text.
HttpServerErrorException(HttpStatus, String, byte[], Charset) - Constructor for exception org.springframework.web.client.HttpServerErrorException
Construct a new instance of HttpServerErrorException based on an HttpStatus, status text, and response body content.
HttpServerErrorException(HttpStatus, String, HttpHeaders, byte[], Charset) - Constructor for exception org.springframework.web.client.HttpServerErrorException
Construct a new instance of HttpServerErrorException based on a HttpStatus, status text, and response body content.
HttpServletBean - Class in org.springframework.web.servlet
Simple extension of javax.servlet.http.HttpServlet which treats its config parameters (init-param entries within the servlet tag in web.xml) as bean properties.
HttpServletBean() - Constructor for class org.springframework.web.servlet.HttpServletBean
 
HttpServletBean.ServletConfigPropertyValues - Class in org.springframework.web.servlet
PropertyValues implementation created from ServletConfig init parameters.
HttpServletBean.ServletConfigPropertyValues(ServletConfig, Set<String>) - Constructor for class org.springframework.web.servlet.HttpServletBean.ServletConfigPropertyValues
Create new ServletConfigPropertyValues.
HttpSessionMutexListener - Class in org.springframework.web.util
Servlet 2.3 HttpSessionListener that automatically exposes the session mutex when an HttpSession gets created.
HttpSessionMutexListener() - Constructor for class org.springframework.web.util.HttpSessionMutexListener
 
HttpSessionMutexListener.Mutex - Class in org.springframework.web.util
The mutex to be registered.
HttpSessionMutexListener.Mutex() - Constructor for class org.springframework.web.util.HttpSessionMutexListener.Mutex
 
HttpSessionRequiredException - Class in org.springframework.web
Exception thrown when an HTTP request handler requires a pre-existing session.
HttpSessionRequiredException(String) - Constructor for class org.springframework.web.HttpSessionRequiredException
Create a new HttpSessionRequiredException.
HttpStatus - Enum in org.springframework.http
Java 5 enumeration of HTTP status codes.
HttpStatus(int, String) - Constructor for enum org.springframework.http.HttpStatus
 
HttpStatus.Series - Enum in org.springframework.http
Java 5 enumeration of HTTP status series.
HttpStatus.Series(int) - Constructor for enum org.springframework.http.HttpStatus.Series
 
HttpStatusCodeException - Exception in org.springframework.web.client
Abstract base class for exceptions based on an HttpStatus.
HttpStatusCodeException(HttpStatus) - Constructor for exception org.springframework.web.client.HttpStatusCodeException
Construct a new instance of HttpStatusCodeException based on an HttpStatus.
HttpStatusCodeException(HttpStatus, String) - Constructor for exception org.springframework.web.client.HttpStatusCodeException
Construct a new instance of HttpStatusCodeException based on an HttpStatus and status text.
HttpStatusCodeException(HttpStatus, String, byte[], Charset) - Constructor for exception org.springframework.web.client.HttpStatusCodeException
Construct a new instance of HttpStatusCodeException based on an HttpStatus, status text, and response body content.
HttpStatusCodeException(HttpStatus, String, HttpHeaders, byte[], Charset) - Constructor for exception org.springframework.web.client.HttpStatusCodeException
Construct a new instance of HttpStatusCodeException based on an HttpStatus, status text, and response body content.

I

id - Variable in class org.springframework.aop.config.AspectEntry
 
ID - Static variable in class org.springframework.aop.config.ConfigBeanDefinitionParser
 
id - Variable in class org.springframework.beans.factory.support.DefaultListableBeanFactory.SerializedBeanFactoryReference
 
id - Variable in class org.springframework.context.support.AbstractApplicationContext
Unique id for this context, if any
id - Variable in class org.springframework.expression.spel.ast.Identifier
 
id - Variable in class org.springframework.mock.web.MockHttpSession
 
id - Variable in class org.springframework.mock.web.portlet.MockPortletSession
 
id - Variable in class org.springframework.test.web.servlet.setup.StubWebApplicationContext
 
id - Variable in class org.springframework.util.StopWatch
Identifier of this stop watch.
id - Variable in class org.springframework.web.servlet.tags.form.AbstractDataBoundFormElementTag
The value of the 'id' attribute.
ID_ATTRIBUTE - Static variable in class org.springframework.beans.factory.xml.AbstractBeanDefinitionParser
Constant for the id attribute
ID_ATTRIBUTE - Static variable in class org.springframework.beans.factory.xml.BeanDefinitionParserDelegate
 
ID_ATTRIBUTE - Static variable in class org.springframework.jms.config.AbstractListenerContainerParser
 
idClassMappings - Variable in class org.springframework.jms.support.converter.MappingJackson2MessageConverter
 
idClassMappings - Variable in class org.springframework.jms.support.converter.MappingJacksonMessageConverter
 
identifier - Variable in class org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor.LifecycleElement
 
Identifier - Class in org.springframework.expression.spel.ast
 
Identifier(String, int) - Constructor for class org.springframework.expression.spel.ast.Identifier
 
identifier - Variable in exception org.springframework.orm.ObjectOptimisticLockingFailureException
 
identifier - Variable in exception org.springframework.orm.ObjectRetrievalFailureException
 
identifyingClass - Variable in enum org.springframework.context.annotation.MBeanExportConfiguration.SpecificPlatform
 
IDENTITY_OBJECT_NAME_KEY - Static variable in class org.springframework.jmx.support.JmxUtils
The key used when extending an existing ObjectName with the identity hash code of its corresponding managed resource.
IdentityNamingStrategy - Class in org.springframework.jmx.export.naming
An implementation of the ObjectNamingStrategy interface that creates a name based on the the identity of a given instance.
IdentityNamingStrategy() - Constructor for class org.springframework.jmx.export.naming.IdentityNamingStrategy
 
identityToString(Object) - Static method in class org.springframework.util.ObjectUtils
Return a String representation of an object's overall identity.
idle - Variable in class org.springframework.jms.listener.DefaultMessageListenerContainer.AsyncMessageListenerInvoker
 
idleConsumerLimit - Variable in class org.springframework.jms.listener.DefaultMessageListenerContainer
 
idleTaskExecutionCount - Variable in class org.springframework.jms.listener.DefaultMessageListenerContainer.AsyncMessageListenerInvoker
 
idleTaskExecutionLimit - Variable in class org.springframework.jms.listener.DefaultMessageListenerContainer
 
IDREF_ELEMENT - Static variable in class org.springframework.beans.factory.xml.BeanDefinitionParserDelegate
 
idResolver - Variable in class org.springframework.oxm.castor.CastorMarshaller
 
IdToEntityConverter - Class in org.springframework.core.convert.support
Converts an entity identifier to a entity reference by calling a static finder method on the target entity type.
IdToEntityConverter(ConversionService) - Constructor for class org.springframework.core.convert.support.IdToEntityConverter
 
IdTransferringMergeEventListener - Class in org.springframework.orm.hibernate3.support
Extension of Hibernate's DefaultMergeEventListener, transferring the ids of newly saved objects to the corresponding original objects (that are part of the detached object graph passed into the merge method).
IdTransferringMergeEventListener() - Constructor for class org.springframework.orm.hibernate3.support.IdTransferringMergeEventListener
 
idx - Variable in class org.springframework.expression.spel.ast.Indexer.ArrayIndexingValueRef
 
IF_MODIFIED_SINCE - Static variable in class org.springframework.http.HttpHeaders
 
IF_NONE_MATCH - Static variable in class org.springframework.http.HttpHeaders
 
IfProfileValue - Annotation Type in org.springframework.test.annotation
Test annotation to indicate that a test is enabled for a specific testing profile or environment.
ignorableWhitespace(char[], int, int) - Method in class org.springframework.util.xml.AbstractStaxContentHandler
 
ignorableWhitespace(char[], int, int) - Method in class org.springframework.util.xml.DomContentHandler
 
ignorableWhitespaceInternal(char[], int, int) - Method in class org.springframework.util.xml.AbstractStaxContentHandler
 
ignorableWhitespaceInternal(char[], int, int) - Method in class org.springframework.util.xml.StaxEventContentHandler
 
ignorableWhitespaceInternal(char[], int, int) - Method in class org.springframework.util.xml.StaxStreamContentHandler
 
ignore(Kind) - Method in class org.springframework.aop.aspectj.AspectJWeaverMessageHandler
 
ignoreAcceptHeader - Variable in class org.springframework.web.accept.ContentNegotiationManagerFactoryBean
 
ignoreAcceptHeader(boolean) - Method in class org.springframework.web.servlet.config.annotation.ContentNegotiationConfigurer
Indicate whether the HTTP Accept header should be ignored altogether.
ignoreCase - Variable in class org.springframework.beans.support.MutableSortDefinition
 
ignoredDependencyInterfaces - Variable in class org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory
Dependency interfaces to ignore on dependency check and autowire, as Set of Class objects.
ignoredDependencyTypes - Variable in class org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory
Dependency types to ignore on dependency check and autowire, as Set of Class objects: for example, String.
ignoreDefaultModelOnRedirect - Variable in class org.springframework.web.method.support.ModelAndViewContainer
 
ignoreDefaultModelOnRedirect - Variable in class org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter
 
ignoreDependencyInterface(Class<?>) - Method in interface org.springframework.beans.factory.config.ConfigurableListableBeanFactory
Ignore the given dependency interface for autowiring.
ignoreDependencyInterface(Class) - Method in class org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory
Ignore the given dependency interface for autowiring.
ignoreDependencyType(Class<?>) - Method in interface org.springframework.beans.factory.config.ConfigurableListableBeanFactory
Ignore the given dependency type for autowiring: for example, String.
ignoreDependencyType(Class) - Method in class org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory
Ignore the given dependency type for autowiring: for example, String.
ignoredInterfaces - Static variable in class org.springframework.core.Conventions
Set of interfaces that are supposed to be ignored when searching for the 'primary' interface of a proxy.
ignoredMethodMappings - Variable in class org.springframework.jmx.export.assembler.MethodExclusionMBeanInfoAssembler
 
ignoredMethods - Variable in class org.springframework.jmx.export.assembler.MethodExclusionMBeanInfoAssembler
 
ignoredResourceTypes - Variable in class org.springframework.context.annotation.CommonAnnotationBeanPostProcessor
 
ignoredUnknownProperties - Variable in class org.springframework.scheduling.quartz.SpringBeanJobFactory
 
ignoreExtraAttributes - Variable in class org.springframework.oxm.castor.CastorMarshaller
 
ignoreExtraElements - Variable in class org.springframework.oxm.castor.CastorMarshaller
 
ignoreFailedDrops - Variable in class org.springframework.jdbc.datasource.init.ResourceDatabasePopulator
 
ignoreInvalidFields - Variable in class org.springframework.validation.DataBinder
 
ignoreInvalidKeys - Variable in class org.springframework.beans.factory.config.PropertyOverrideConfigurer
 
ignoreInvalidRequests - Variable in class org.springframework.jms.remoting.JmsInvokerServiceExporter
 
ignoreNestedPath - Variable in class org.springframework.web.servlet.tags.BindTag
 
ignoreResourceNotFound - Variable in class org.springframework.core.io.support.PropertiesLoaderSupport
 
ignoreResourceType(String) - Method in class org.springframework.context.annotation.CommonAnnotationBeanPostProcessor
Ignore the given resource type when resolving @Resource annotations.
ignoreUnknownFields - Variable in class org.springframework.validation.DataBinder
 
ignoreUnresolvableEditors - Variable in class org.springframework.beans.factory.config.CustomEditorConfigurer
 
ignoreUnresolvableNestedPlaceholders - Variable in class org.springframework.core.env.AbstractPropertyResolver
 
ignoreUnresolvablePlaceholders - Variable in class org.springframework.beans.factory.config.PlaceholderConfigurerSupport
 
ignoreUnresolvablePlaceholders - Variable in class org.springframework.core.io.ResourceEditor
 
ignoreUnresolvablePlaceholders - Variable in class org.springframework.core.io.support.ResourceArrayPropertyEditor
 
ignoreUnresolvablePlaceholders - Variable in class org.springframework.util.PropertyPlaceholderHelper
 
ignoreWarnings - Variable in class org.springframework.jdbc.core.JdbcTemplate
If this variable is false, we will throw exceptions on SQL warnings
ILLEGAL_RELATIVE_ADDITION_MESSAGE - Static variable in class org.springframework.core.env.MutablePropertySources
 
IllegalStateException - Exception in org.springframework.jms
Runtime exception mirroring the JMS IllegalStateException.
IllegalStateException(javax.jms.IllegalStateException) - Constructor for exception org.springframework.jms.IllegalStateException
 
IllegalTransactionStateException - Exception in org.springframework.transaction
Exception thrown when the existence or non-existence of a transaction amounts to an illegal state according to the transaction propagation behavior that applies.
IllegalTransactionStateException(String) - Constructor for exception org.springframework.transaction.IllegalTransactionStateException
Constructor for IllegalTransactionStateException.
IllegalTransactionStateException(String, Throwable) - Constructor for exception org.springframework.transaction.IllegalTransactionStateException
Constructor for IllegalTransactionStateException.
IMAGE_GIF - Static variable in class org.springframework.http.MediaType
Public constant media type for image/gif.
IMAGE_GIF_VALUE - Static variable in class org.springframework.http.MediaType
A String equivalent of MediaType.IMAGE_GIF.
IMAGE_JPEG - Static variable in class org.springframework.http.MediaType
Public constant media type for image/jpeg.
IMAGE_JPEG_VALUE - Static variable in class org.springframework.http.MediaType
A String equivalent of MediaType.IMAGE_JPEG.
IMAGE_PNG - Static variable in class org.springframework.http.MediaType
Public constant media type for image/png.
IMAGE_PNG_VALUE - Static variable in class org.springframework.http.MediaType
A String equivalent of MediaType.IMAGE_PNG.
IMPLEMENT_INTERFACE - Static variable in class org.springframework.aop.config.ConfigBeanDefinitionParser
 
implementInterfacesOnObject(Object) - Method in class org.springframework.aop.support.IntroductionInfoSupport
Publish all interfaces that the given delegate implements at the proxy level.
implementsInterface(Class<?>) - Method in interface org.springframework.aop.DynamicIntroductionAdvice
Does this introduction advice implement the given interface?
implementsInterface(Class) - Method in class org.springframework.aop.support.IntroductionInfoSupport
Check whether the specified interfaces is a published introduction interface.
IMPLICIT_MODEL_RENDER_PARAMETER - Static variable in class org.springframework.web.portlet.mvc.annotation.AnnotationMethodHandlerAdapter
 
IMPLICIT_MODEL_SESSION_ATTRIBUTE - Static variable in class org.springframework.web.portlet.mvc.annotation.AnnotationMethodHandlerAdapter
 
Import - Annotation Type in org.springframework.context.annotation
Indicates one or more @Configuration classes to import.
IMPORT_AWARE_PROCESSOR_BEAN_NAME - Static variable in class org.springframework.context.annotation.ConfigurationClassPostProcessor
 
IMPORT_ELEMENT - Static variable in class org.springframework.beans.factory.xml.DefaultBeanDefinitionDocumentReader
 
IMPORT_REGISTRY_BEAN_NAME - Static variable in class org.springframework.context.annotation.ConfigurationClassPostProcessor
 
ImportAware - Interface in org.springframework.context.annotation
Interface to be implemented by any @Configuration class that wishes to be injected with the AnnotationMetadata of the @Configuration class that imported it.
ImportBeanDefinitionRegistrar - Interface in org.springframework.context.annotation
Interface to be implemented by types that register additional bean definitions when processing @Configuration classes.
importBeanDefinitionResource(Element) - Method in class org.springframework.beans.factory.xml.DefaultBeanDefinitionDocumentReader
Parse an "import" element and load the bean definitions from the given resource into the bean factory.
importBeanNameGenerator - Variable in class org.springframework.context.annotation.ConfigurationClassBeanDefinitionReader
 
importBeanNameGenerator - Variable in class org.springframework.context.annotation.ConfigurationClassPostProcessor
 
ImportDefinition - Class in org.springframework.beans.factory.parsing
Representation of an import that has been processed during the parsing process.
ImportDefinition(String) - Constructor for class org.springframework.beans.factory.parsing.ImportDefinition
Create a new ImportDefinition.
ImportDefinition(String, Object) - Constructor for class org.springframework.beans.factory.parsing.ImportDefinition
Create a new ImportDefinition.
ImportDefinition(String, Resource[], Object) - Constructor for class org.springframework.beans.factory.parsing.ImportDefinition
Create a new ImportDefinition.
imported - Variable in class org.springframework.context.annotation.ConfigurationClass
 
importedResource - Variable in class org.springframework.beans.factory.parsing.ImportDefinition
 
importedResources - Variable in class org.springframework.context.annotation.ConfigurationClass
 
importProcessed(ImportDefinition) - Method in class org.springframework.beans.factory.parsing.EmptyReaderEventListener
 
importProcessed(ImportDefinition) - Method in interface org.springframework.beans.factory.parsing.ReaderEventListener
Notification that the given import has been processed.
ImportResource - Annotation Type in org.springframework.context.annotation
Indicates one or more resources containing bean definitions to import.
imports - Variable in class org.springframework.context.annotation.ConfigurationClassParser.ImportStack
 
ImportSelector - Interface in org.springframework.context.annotation
Interface to be implemented by types that determine which @Configuration class(es) should be imported based on a given selection criteria, usually one or more annotation attributes.
importStack - Variable in class org.springframework.context.annotation.ConfigurationClassParser
 
in - Variable in class org.springframework.oxm.xmlbeans.XmlBeansMarshaller.NonClosingInputStream
 
include(Class, String) - Method in interface org.springframework.jmx.export.MBeanExporter.AutodetectCallback
Called during the autodetection process to decide whether or not a bean should be included.
include(String) - Method in class org.springframework.mock.web.MockPageContext
 
include(String, boolean) - Method in class org.springframework.mock.web.MockPageContext
 
include(ServletRequest, ServletResponse) - Method in class org.springframework.mock.web.MockRequestDispatcher
 
include(RenderRequest, RenderResponse) - Method in class org.springframework.mock.web.portlet.MockPortletRequestDispatcher
 
include(PortletRequest, PortletResponse) - Method in class org.springframework.mock.web.portlet.MockPortletRequestDispatcher
 
INCLUDE_CONTEXT_PATH_ATTRIBUTE - Static variable in class org.springframework.web.util.WebUtils
 
INCLUDE_FILTER_ELEMENT - Static variable in class org.springframework.context.annotation.ComponentScanBeanDefinitionParser
 
INCLUDE_PATH_INFO_ATTRIBUTE - Static variable in class org.springframework.web.util.WebUtils
 
INCLUDE_QUERY_STRING_ATTRIBUTE - Static variable in class org.springframework.web.util.WebUtils
 
INCLUDE_REQUEST_URI_ATTRIBUTE - Static variable in class org.springframework.web.util.WebUtils
Standard Servlet 2.3+ spec request attributes for include URI and paths.
INCLUDE_SERVLET_PATH_ATTRIBUTE - Static variable in class org.springframework.web.util.WebUtils
 
includeAnnotationConfig - Variable in class org.springframework.context.annotation.ClassPathBeanDefinitionScanner
 
includeBean(Class<?>, String) - Method in interface org.springframework.jmx.export.assembler.AutodetectCapableMBeanInfoAssembler
Indicate whether a particular bean should be included in the registration process, if it is not specified in the beans map of the MBeanExporter.
includeBean(Class<?>, String) - Method in class org.springframework.jmx.export.assembler.MetadataMBeanInfoAssembler
Used for autodetection of beans.
includeClientInfo - Variable in class org.springframework.web.context.request.Log4jNestedDiagnosticContextInterceptor
 
includeClientInfo - Variable in class org.springframework.web.filter.AbstractRequestLoggingFilter
 
includeDefaultUrl(HttpServletRequest, HttpServletResponse) - Method in class org.springframework.web.servlet.ResourceServlet
Include the specified default URL, if appropriate.
includedUrl - Variable in class org.springframework.mock.web.portlet.MockMimeResponse
 
includedUrls - Variable in class org.springframework.mock.web.MockHttpServletResponse
 
includeFilters - Variable in class org.springframework.context.annotation.ClassPathScanningCandidateComponentProvider
 
includeOperation(Method, String) - Method in class org.springframework.jmx.export.assembler.AbstractReflectiveMBeanInfoAssembler
Allows subclasses to vote on the inclusion of a particular operation.
includeOperation(Method, String) - Method in class org.springframework.jmx.export.assembler.InterfaceBasedMBeanInfoAssembler
Check to see if the Method is declared in one of the configured interfaces and that it is public.
includeOperation(Method, String) - Method in class org.springframework.jmx.export.assembler.MetadataMBeanInfoAssembler
Votes on the inclusion of an operation.
includeOperation(Method, String) - Method in class org.springframework.jmx.export.assembler.MethodExclusionMBeanInfoAssembler
 
includeOperation(Method, String) - Method in class org.springframework.jmx.export.assembler.MethodNameBasedMBeanInfoAssembler
 
includeOperation(Method, String) - Method in class org.springframework.jmx.export.assembler.SimpleReflectiveMBeanInfoAssembler
Always returns true.
includePatterns - Variable in class org.springframework.aop.aspectj.annotation.AnnotationAwareAspectJAutoProxyCreator
 
includePatterns - Variable in class org.springframework.web.servlet.config.annotation.InterceptorRegistration
 
includePatterns - Variable in class org.springframework.web.servlet.handler.MappedInterceptor
 
includePayload - Variable in class org.springframework.web.filter.AbstractRequestLoggingFilter
 
includeQueryString - Variable in class org.springframework.web.filter.AbstractRequestLoggingFilter
 
includeReadAttribute(Method, String) - Method in class org.springframework.jmx.export.assembler.AbstractReflectiveMBeanInfoAssembler
Allows subclasses to vote on the inclusion of a particular attribute accessor.
includeReadAttribute(Method, String) - Method in class org.springframework.jmx.export.assembler.InterfaceBasedMBeanInfoAssembler
Check to see if the Method is declared in one of the configured interfaces and that it is public.
includeReadAttribute(Method, String) - Method in class org.springframework.jmx.export.assembler.MetadataMBeanInfoAssembler
Vote on the inclusion of an attribute accessor.
includeReadAttribute(Method, String) - Method in class org.springframework.jmx.export.assembler.MethodExclusionMBeanInfoAssembler
 
includeReadAttribute(Method, String) - Method in class org.springframework.jmx.export.assembler.MethodNameBasedMBeanInfoAssembler
 
includeReadAttribute(Method, String) - Method in class org.springframework.jmx.export.assembler.SimpleReflectiveMBeanInfoAssembler
Always returns true.
includes(MediaType) - Method in class org.springframework.http.MediaType
Indicate whether this MediaType includes the given media type.
includeSynonyms - Variable in class org.springframework.jdbc.core.metadata.OracleTableMetaDataProvider
 
includeSynonymsForTableColumnMetaData() - Method in class org.springframework.jdbc.core.simple.SimpleJdbcInsert
 
includeSynonymsForTableColumnMetaData() - Method in interface org.springframework.jdbc.core.simple.SimpleJdbcInsertOperations
Include synonyms for the column meta data lookups via JDBC.
includeWriteAttribute(Method, String) - Method in class org.springframework.jmx.export.assembler.AbstractReflectiveMBeanInfoAssembler
Allows subclasses to vote on the inclusion of a particular attribute mutator.
includeWriteAttribute(Method, String) - Method in class org.springframework.jmx.export.assembler.InterfaceBasedMBeanInfoAssembler
Check to see if the Method is declared in one of the configured interfaces and that it is public.
includeWriteAttribute(Method, String) - Method in class org.springframework.jmx.export.assembler.MetadataMBeanInfoAssembler
Votes on the inclusion of an attribute mutator.
includeWriteAttribute(Method, String) - Method in class org.springframework.jmx.export.assembler.MethodExclusionMBeanInfoAssembler
 
includeWriteAttribute(Method, String) - Method in class org.springframework.jmx.export.assembler.MethodNameBasedMBeanInfoAssembler
 
includeWriteAttribute(Method, String) - Method in class org.springframework.jmx.export.assembler.SimpleReflectiveMBeanInfoAssembler
Always returns true.
inComment - Variable in class org.springframework.util.xml.XmlValidationModeDetector
Indicates whether or not the current parse position is inside an XML comment.
IncorrectResultSetColumnCountException - Exception in org.springframework.jdbc
Data access exception thrown when a result set did not have the correct column count, for example when expecting a single column but getting 0 or more than 1 columns.
IncorrectResultSetColumnCountException(int, int) - Constructor for exception org.springframework.jdbc.IncorrectResultSetColumnCountException
Constructor for IncorrectResultSetColumnCountException.
IncorrectResultSetColumnCountException(String, int, int) - Constructor for exception org.springframework.jdbc.IncorrectResultSetColumnCountException
Constructor for IncorrectResultCountDataAccessException.
IncorrectResultSizeDataAccessException - Exception in org.springframework.dao
Data access exception thrown when a result was not of the expected size, for example when expecting a single row but getting 0 or more than 1 rows.
IncorrectResultSizeDataAccessException(int) - Constructor for exception org.springframework.dao.IncorrectResultSizeDataAccessException
Constructor for IncorrectResultSizeDataAccessException.
IncorrectResultSizeDataAccessException(int, int) - Constructor for exception org.springframework.dao.IncorrectResultSizeDataAccessException
Constructor for IncorrectResultSizeDataAccessException.
IncorrectResultSizeDataAccessException(String, int) - Constructor for exception org.springframework.dao.IncorrectResultSizeDataAccessException
Constructor for IncorrectResultSizeDataAccessException.
IncorrectResultSizeDataAccessException(String, int, Throwable) - Constructor for exception org.springframework.dao.IncorrectResultSizeDataAccessException
Constructor for IncorrectResultSizeDataAccessException.
IncorrectResultSizeDataAccessException(String, int, int) - Constructor for exception org.springframework.dao.IncorrectResultSizeDataAccessException
Constructor for IncorrectResultSizeDataAccessException.
IncorrectResultSizeDataAccessException(String, int, int, Throwable) - Constructor for exception org.springframework.dao.IncorrectResultSizeDataAccessException
Constructor for IncorrectResultSizeDataAccessException.
IncorrectUpdateSemanticsDataAccessException - Exception in org.springframework.dao
Data access exception thrown when something unintended appears to have happened with an update, but the transaction hasn't already been rolled back.
IncorrectUpdateSemanticsDataAccessException(String) - Constructor for exception org.springframework.dao.IncorrectUpdateSemanticsDataAccessException
Constructor for IncorrectUpdateSemanticsDataAccessException.
IncorrectUpdateSemanticsDataAccessException(String, Throwable) - Constructor for exception org.springframework.dao.IncorrectUpdateSemanticsDataAccessException
Constructor for IncorrectUpdateSemanticsDataAccessException.
increaseNestingLevel() - Method in class org.springframework.beans.factory.config.DependencyDescriptor
Increase this descriptor's nesting level.
increaseNestingLevel() - Method in class org.springframework.core.MethodParameter
Increase this parameter's nesting level.
inCreationCheckExclusions - Variable in class org.springframework.beans.factory.support.DefaultSingletonBeanRegistry
Names of beans currently excluded from in creation checks (using a ConcurrentHashMap as a Set)
incrementerName - Variable in class org.springframework.jdbc.support.incrementer.AbstractDataFieldMaxValueIncrementer
The name of the sequence/table containing the sequence
incrementHitCount() - Method in class org.springframework.test.context.ContextCache
Increment the hit count by one.
incrementMissCount() - Method in class org.springframework.test.context.ContextCache
Increment the miss count by one.
indent - Variable in class org.springframework.oxm.jibx.JibxMarshaller
 
indent - Variable in class org.springframework.web.servlet.view.xslt.AbstractXsltView
Deprecated.
 
indent - Variable in class org.springframework.web.servlet.view.xslt.XsltView
 
indent - Variable in class org.springframework.web.servlet.view.xslt.XsltViewResolver
 
independentInnerClass - Variable in class org.springframework.core.type.classreading.ClassMetadataReadingVisitor
 
index - Variable in class org.springframework.beans.factory.parsing.ConstructorArgumentEntry
 
index - Variable in class org.springframework.expression.spel.ast.Indexer.CollectionIndexingValueRef
 
index - Variable in class org.springframework.expression.spel.ast.Indexer.StringIndexingLValue
 
index - Variable in class org.springframework.jmx.export.metadata.ManagedOperationParameter
 
INDEX_ATTRIBUTE - Static variable in class org.springframework.beans.factory.xml.BeanDefinitionParserDelegate
 
indexedArgumentValues - Variable in class org.springframework.beans.factory.config.ConstructorArgumentValues
 
indexedPropertyType - Variable in class org.springframework.beans.SimpleIndexedPropertyDescriptor
 
indexedReadMethod - Variable in class org.springframework.beans.SimpleIndexedPropertyDescriptor
 
indexedWriteMethod - Variable in class org.springframework.beans.SimpleIndexedPropertyDescriptor
 
Indexer - Class in org.springframework.expression.spel.ast
An Indexer can index into some proceeding structure to access a particular piece of it.
Indexer(int, SpelNodeImpl) - Constructor for class org.springframework.expression.spel.ast.Indexer
 
Indexer.ArrayIndexingValueRef - Class in org.springframework.expression.spel.ast
 
Indexer.ArrayIndexingValueRef(TypeConverter, Object, int, TypeDescriptor) - Constructor for class org.springframework.expression.spel.ast.Indexer.ArrayIndexingValueRef
 
Indexer.CollectionIndexingValueRef - Class in org.springframework.expression.spel.ast
 
Indexer.CollectionIndexingValueRef(Collection, int, TypeDescriptor, TypeConverter, boolean, int) - Constructor for class org.springframework.expression.spel.ast.Indexer.CollectionIndexingValueRef
 
Indexer.MapIndexingValueRef - Class in org.springframework.expression.spel.ast
 
Indexer.MapIndexingValueRef(TypeConverter, Map, Object, TypeDescriptor) - Constructor for class org.springframework.expression.spel.ast.Indexer.MapIndexingValueRef
 
Indexer.PropertyIndexingValueRef - Class in org.springframework.expression.spel.ast
 
Indexer.PropertyIndexingValueRef(Object, String, EvaluationContext, TypeDescriptor) - Constructor for class org.springframework.expression.spel.ast.Indexer.PropertyIndexingValueRef
 
Indexer.StringIndexingLValue - Class in org.springframework.expression.spel.ast
 
Indexer.StringIndexingLValue(String, int, TypeDescriptor) - Constructor for class org.springframework.expression.spel.ast.Indexer.StringIndexingLValue
 
indexOf(Advisor) - Method in interface org.springframework.aop.framework.Advised
Return the index (from 0) of the given advisor, or -1 if no such advisor applies to this proxy.
indexOf(Advice) - Method in interface org.springframework.aop.framework.Advised
Return the index (from 0) of the given AOP Alliance Advice, or -1 if no such advice is an advice for this proxy.
indexOf(Advisor) - Method in class org.springframework.aop.framework.AdvisedSupport
 
indexOf(Advice) - Method in class org.springframework.aop.framework.AdvisedSupport
 
indexOf(Object) - Method in class org.springframework.util.AutoPopulatingList
 
indexOfEqualMediaType(MediaType) - Method in class org.springframework.web.servlet.mvc.condition.ProducesRequestCondition
 
indexOfIncluded(List<MediaType>, MediaType) - Method in class org.springframework.web.servlet.mvc.annotation.AnnotationMethodHandlerAdapter.RequestSpecificMappingInfoComparator
Deprecated.
 
indexOfIncludedMediaType(MediaType) - Method in class org.springframework.web.servlet.mvc.condition.ProducesRequestCondition
 
indicatesAutowiring() - Method in class org.springframework.beans.factory.wiring.BeanWiringInfo
Return whether this BeanWiringInfo indicates autowiring.
indicatesJms102(BeanDefinition) - Method in class org.springframework.jms.config.AbstractListenerContainerParser
 
indicatesJms102(BeanDefinition) - Method in class org.springframework.jms.config.JmsListenerContainerParser
 
indicatesPubSub(BeanDefinition) - Method in class org.springframework.jms.config.AbstractListenerContainerParser
 
indicatesPubSub(BeanDefinition) - Method in class org.springframework.jms.config.JcaListenerContainerParser
 
indicatesPubSub(BeanDefinition) - Method in class org.springframework.jms.config.JmsListenerContainerParser
 
indicatesPubSubConfig(BeanDefinition) - Method in class org.springframework.jms.config.AbstractListenerContainerParser
 
INFER_METHOD - Static variable in class org.springframework.beans.factory.support.AbstractBeanDefinition
Constant that indicates the container should attempt to infer the destroy method name for a bean as opposed to explicit specification of a method name.
inferDestroyMethodIfNecessary(Object, RootBeanDefinition) - Method in class org.springframework.beans.factory.support.DisposableBeanAdapter
If the current value of the given beanDefinition's "destroyMethodName" property is AbstractBeanDefinition.INFER_METHOD, then attempt to infer a destroy method.
InfrastructureAdvisorAutoProxyCreator - Class in org.springframework.aop.framework.autoproxy
Auto-proxy creator that considers infrastructure Advisor beans only, ignoring any application-defined Advisors.
InfrastructureAdvisorAutoProxyCreator() - Constructor for class org.springframework.aop.framework.autoproxy.InfrastructureAdvisorAutoProxyCreator
 
InfrastructureProxy - Interface in org.springframework.core
Interface to be implemented by transparent resource proxies that need to be considered as equal to the underlying resource, for example for consistent lookup key comparisons.
inheritableLocaleContextHolder - Static variable in class org.springframework.context.i18n.LocaleContextHolder
 
inheritableRequestAttributesHolder - Static variable in class org.springframework.web.context.request.RequestContextHolder
 
inheritInitializers - Variable in class org.springframework.test.context.ContextConfigurationAttributes
 
inheritLocations - Variable in class org.springframework.test.context.ContextConfigurationAttributes
 
init() - Method in class org.springframework.aop.config.AopNamespaceHandler
Register the BeanDefinitionParsers for the 'config', 'spring-configured', 'aspectj-autoproxy' and 'scoped-proxy' tags.
init(Object) - Method in class org.springframework.aop.support.DelegatingIntroductionInterceptor
Both constructors use this init method, as it is impossible to pass a "this" reference from one constructor to another.
init() - Method in interface org.springframework.beans.factory.xml.NamespaceHandler
Invoked by the DefaultBeanDefinitionDocumentReader after construction but before any custom elements are parsed.
init() - Method in class org.springframework.beans.factory.xml.SimpleConstructorNamespaceHandler
 
init() - Method in class org.springframework.beans.factory.xml.SimplePropertyNamespaceHandler
 
init() - Method in class org.springframework.beans.factory.xml.UtilNamespaceHandler
 
init() - Method in class org.springframework.cache.config.CacheNamespaceHandler
 
init() - Method in class org.springframework.context.config.ContextNamespaceHandler
 
init() - Method in class org.springframework.ejb.config.JeeNamespaceHandler
 
init() - Method in class org.springframework.jdbc.config.JdbcNamespaceHandler
 
init() - Method in class org.springframework.jms.config.JmsNamespaceHandler
 
init(FilterConfig) - Method in class org.springframework.mock.web.MockFilterChain.ServletFilterProxy
 
init(LoadTimeWeaver) - Method in class org.springframework.orm.jpa.persistenceunit.SpringPersistenceUnitInfo
Initialize this PersistenceUnitInfo with the LoadTimeWeaver SPI interface used by Spring to add instrumentation to the current class loader.
init(ClassLoader) - Method in class org.springframework.orm.jpa.persistenceunit.SpringPersistenceUnitInfo
Initialize this PersistenceUnitInfo with the current class loader (instead of with a LoadTimeWeaver).
init() - Method in class org.springframework.oxm.config.OxmNamespaceHandler
 
init(Object) - Method in class org.springframework.remoting.jaxrpc.ServletEndpointSupport
Deprecated.
Initialize this JAX-RPC servlet endpoint.
init() - Method in class org.springframework.scheduling.config.TaskNamespaceHandler
 
init() - Method in class org.springframework.scripting.config.LangNamespaceHandler
 
init(FilterConfig) - Method in class org.springframework.test.web.servlet.setup.PatternMappingFilterProxy
 
init() - Method in class org.springframework.transaction.config.TxNamespaceHandler
 
init(RuntimeServices) - Method in class org.springframework.ui.velocity.CommonsLoggingLogSystem
Deprecated.
 
init(ExtendedProperties) - Method in class org.springframework.ui.velocity.SpringResourceLoader
 
init(Class<?>) - Method in class org.springframework.web.bind.annotation.support.HandlerMethodResolver
Initialize a new HandlerMethodResolver for the specified handler type.
init() - Method in class org.springframework.web.context.support.HttpRequestHandlerServlet
 
init() - Method in class org.springframework.web.context.support.LiveBeansViewServlet
 
init(FilterConfig) - Method in class org.springframework.web.filter.CompositeFilter
Initialize all the filters, calling each one's init method in turn in the order supplied.
init(FilterConfig) - Method in class org.springframework.web.filter.GenericFilterBean
Standard way of initializing this filter.
init() - Method in class org.springframework.web.portlet.GenericPortletBean
Map config parameters onto bean properties of this portlet, and invoke subclass initialization.
init() - Method in class org.springframework.web.servlet.config.MvcNamespaceHandler
 
init() - Method in class org.springframework.web.servlet.HttpServletBean
Map config parameters onto bean properties of this servlet, and invoke subclass initialization.
init(Map<String, String>) - Method in class org.springframework.web.servlet.view.tiles2.SpringTilesApplicationContextFactory
 
init(ActionServlet, ModuleConfig) - Method in class org.springframework.web.struts.AutowiringRequestProcessor
Deprecated.
 
init(ActionServlet, ModuleConfig) - Method in class org.springframework.web.struts.AutowiringTilesRequestProcessor
Deprecated.
 
init(ActionServlet, ModuleConfig) - Method in class org.springframework.web.struts.ContextLoaderPlugIn
Deprecated.
Create the ActionServlet's WebApplicationContext.
init(ActionServlet, ModuleConfig) - Method in class org.springframework.web.struts.DelegatingRequestProcessor
Deprecated.
 
init(ActionServlet, ModuleConfig) - Method in class org.springframework.web.struts.DelegatingTilesRequestProcessor
Deprecated.
 
INIT_BINDER_METHODS - Static variable in class org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter
MethodFilter that matches @InitBinder methods.
INIT_METHOD_ATTRIBUTE - Static variable in class org.springframework.beans.factory.xml.BeanDefinitionParserDelegate
 
INIT_METHOD_ATTRIBUTE - Static variable in class org.springframework.scripting.config.ScriptBeanDefinitionParser
 
INIT_PARAM_DELIMITERS - Static variable in class org.springframework.web.servlet.FrameworkServlet
Any number of these characters are considered delimiters between multiple values in a single init-param String value.
initAnnotation(AnnotatedElement) - Method in class org.springframework.context.annotation.CommonAnnotationBeanPostProcessor.EjbRefElement
 
initAnnotation(AnnotatedElement) - Method in class org.springframework.context.annotation.CommonAnnotationBeanPostProcessor.LookupElement
 
initAnnotation(AnnotatedElement) - Method in class org.springframework.context.annotation.CommonAnnotationBeanPostProcessor.ResourceElement
 
initAnnotation(AnnotatedElement) - Method in class org.springframework.context.annotation.CommonAnnotationBeanPostProcessor.WebServiceRefElement
 
initAnnotationType - Variable in class org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor
 
initApplicationContext(ApplicationContext) - Method in class org.springframework.context.support.ApplicationObjectSupport
Subclasses can override this for custom initialization behavior.
initApplicationContext() - Method in class org.springframework.context.support.ApplicationObjectSupport
Subclasses can override this for custom initialization behavior.
initApplicationContext(ApplicationContext) - Method in class org.springframework.web.context.support.WebApplicationObjectSupport
Calls #initServletContext(javax.servlet.ServletContext) if the given ApplicationContext is a WebApplicationContext.
initApplicationContext() - Method in class org.springframework.web.portlet.handler.AbstractHandlerMapping
Initializes the interceptors.
initApplicationContext() - Method in class org.springframework.web.portlet.handler.ParameterHandlerMapping
Calls the registerHandlers method in addition to the superclass's initialization.
initApplicationContext() - Method in class org.springframework.web.portlet.handler.PortletModeHandlerMapping
Calls the registerHandlers method in addition to the superclass's initialization.
initApplicationContext() - Method in class org.springframework.web.portlet.handler.PortletModeParameterHandlerMapping
Calls the registerHandlers method in addition to the superclass's initialization.
initApplicationContext() - Method in class org.springframework.web.portlet.mvc.annotation.DefaultAnnotationHandlerMapping
Calls the registerHandlers method in addition to the superclass's initialization.
initApplicationContext() - Method in class org.springframework.web.portlet.mvc.BaseCommandController
Deprecated.
 
initApplicationContext() - Method in class org.springframework.web.portlet.mvc.ParameterizableViewController
 
initApplicationContext() - Method in class org.springframework.web.servlet.handler.AbstractDetectingUrlHandlerMapping
Calls the AbstractDetectingUrlHandlerMapping.detectHandlers() method in addition to the superclass's initialization.
initApplicationContext() - Method in class org.springframework.web.servlet.handler.AbstractHandlerMapping
Initializes the interceptors.
initApplicationContext() - Method in class org.springframework.web.servlet.handler.SimpleUrlHandlerMapping
Calls the SimpleUrlHandlerMapping.registerHandlers(java.util.Map<java.lang.String, java.lang.Object>) method in addition to the superclass's initialization.
initApplicationContext() - Method in class org.springframework.web.servlet.mvc.BaseCommandController
Deprecated.
 
initApplicationContext() - Method in class org.springframework.web.servlet.view.jasperreports.AbstractJasperReportsView
Checks to see that a valid report file URL is supplied in the configuration.
initApplicationContext() - Method in class org.springframework.web.servlet.view.tiles.ComponentControllerSupport
Deprecated.
Subclasses can override this for custom initialization behavior.
initApplicationContext() - Method in class org.springframework.web.servlet.view.tiles.TilesView
Deprecated.
 
initApplicationContext() - Method in class org.springframework.web.servlet.view.UrlBasedViewResolver
 
initApplicationContext() - Method in class org.springframework.web.servlet.view.velocity.VelocityView
Invoked on startup.
initApplicationContext() - Method in class org.springframework.web.servlet.view.velocity.VelocityViewResolver
 
initApplicationContext() - Method in class org.springframework.web.servlet.view.xml.MarshallingView
 
initApplicationContext() - Method in class org.springframework.web.servlet.view.xslt.AbstractXsltView
Deprecated.
Here we load our template, as we need the ApplicationContext to do it.
initApplicationContext() - Method in class org.springframework.web.servlet.view.xslt.XsltView
Initialize this XsltView's TransformerFactory.
initApplicationEventMulticaster() - Method in class org.springframework.context.support.AbstractApplicationContext
Initialize the ApplicationEventMulticaster.
initApplicationException(Throwable) - Method in exception org.springframework.transaction.TransactionSystemException
Set an application exception that was thrown before this transaction exception, preserving the original exception despite the overriding TransactionSystemException.
initAutowireMode(ActionServlet, ModuleConfig) - Method in class org.springframework.web.struts.AutowiringRequestProcessor
Deprecated.
Determine the autowire mode to use for wiring Struts Actions.
initAutowireMode(ActionServlet, ModuleConfig) - Method in class org.springframework.web.struts.AutowiringTilesRequestProcessor
Deprecated.
Determine the autowire mode to use for wiring Struts Actions.
initBeanDefinitionReader(XmlBeanDefinitionReader) - Method in class org.springframework.context.support.AbstractXmlApplicationContext
Initialize the bean definition reader used for loading the bean definitions of this context.
initBeanDefinitionReader(XmlBeanDefinitionReader) - Method in class org.springframework.web.context.support.XmlWebApplicationContext
Initialize the bean definition reader used for loading the bean definitions of this context.
initBeanDefinitionReader(XmlBeanDefinitionReader) - Method in class org.springframework.web.portlet.context.XmlPortletApplicationContext
Initialize the bean definition reader used for loading the bean definitions of this context.
initBeanFactory(ConfigurableListableBeanFactory) - Method in class org.springframework.aop.aspectj.annotation.AnnotationAwareAspectJAutoProxyCreator
 
initBeanFactory(ConfigurableListableBeanFactory) - Method in class org.springframework.aop.framework.autoproxy.AbstractAdvisorAutoProxyCreator
 
initBeanFactory(ConfigurableListableBeanFactory) - Method in class org.springframework.aop.framework.autoproxy.InfrastructureAdvisorAutoProxyCreator
 
initBeanPropertyAccess() - Method in class org.springframework.validation.DataBinder
Initialize standard JavaBean property access for this DataBinder.
initBeanWrapper(BeanWrapper) - Method in class org.springframework.beans.factory.support.AbstractBeanFactory
Initialize the given BeanWrapper with the custom editors registered with this factory.
initBeanWrapper(BeanWrapper) - Method in class org.springframework.jdbc.core.BeanPropertyRowMapper
Initialize the given BeanWrapper to be used for row mapping.
initBeanWrapper(BeanWrapper) - Method in class org.springframework.web.filter.GenericFilterBean
Initialize the BeanWrapper for this GenericFilterBean, possibly with custom editors.
initBeanWrapper(BeanWrapper) - Method in class org.springframework.web.portlet.GenericPortletBean
Initialize the BeanWrapper for this GenericPortletBean, possibly with custom editors.
initBeanWrapper(BeanWrapper) - Method in class org.springframework.web.servlet.HttpServletBean
Initialize the BeanWrapper for this HttpServletBean, possibly with custom editors.
InitBinder - Annotation Type in org.springframework.web.bind.annotation
Annotation that identifies methods which initialize the WebDataBinder which will be used for populating command and form object arguments of annotated handler methods.
initBinder(Object, String, WebDataBinder, NativeWebRequest) - Method in class org.springframework.web.bind.annotation.support.HandlerMethodInvoker
 
initBinder(WebDataBinder, WebRequest) - Method in class org.springframework.web.bind.support.ConfigurableWebBindingInitializer
 
initBinder(WebDataBinder, NativeWebRequest) - Method in class org.springframework.web.bind.support.DefaultDataBinderFactory
Extension point to further initialize the created data binder instance (e.g.
initBinder(WebDataBinder, WebRequest) - Method in interface org.springframework.web.bind.support.WebBindingInitializer
Initialize the given DataBinder for the given request.
initBinder(WebDataBinder, NativeWebRequest) - Method in class org.springframework.web.method.annotation.InitBinderDataBinderFactory
Initialize a WebDataBinder with @InitBinder methods.
initBinder(PortletRequest, PortletRequestDataBinder) - Method in class org.springframework.web.portlet.mvc.BaseCommandController
Deprecated.
Initialize the given binder instance, for example with custom editors.
initBinder(HttpServletRequest, ServletRequestDataBinder) - Method in class org.springframework.web.servlet.mvc.BaseCommandController
Deprecated.
Initialize the given binder instance, for example with custom editors.
initBinder(HttpServletRequest, ServletRequestDataBinder) - Method in class org.springframework.web.servlet.mvc.multiaction.MultiActionController
Initialize the given binder instance, for example with custom editors.
initBinderAdviceCache - Variable in class org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter
 
initBinderArgumentResolvers - Variable in class org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter
 
initBinderCache - Variable in class org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter
 
InitBinderDataBinderFactory - Class in org.springframework.web.method.annotation
Adds initialization to a WebDataBinder via @InitBinder methods.
InitBinderDataBinderFactory(List<InvocableHandlerMethod>, WebBindingInitializer) - Constructor for class org.springframework.web.method.annotation.InitBinderDataBinderFactory
Create a new instance.
initBinderMethods - Variable in class org.springframework.web.bind.annotation.support.HandlerMethodResolver
 
initConnection() - Method in class org.springframework.jca.cci.connection.SingleConnectionFactory
Initialize the single underlying Connection.
initConnection() - Method in class org.springframework.jdbc.datasource.SingleConnectionDataSource
Initialize the underlying Connection via the DriverManager.
initConnection() - Method in class org.springframework.jms.connection.SingleConnectionFactory
Initialize the underlying shared Connection.
initContext(PageContext, Map<String, Object>) - Method in class org.springframework.web.servlet.support.JspAwareRequestContext
Initialize this context with the given page context, using the given model attributes for Errors retrieval.
initContext(HttpServletRequest, HttpServletResponse, ServletContext, Map<String, Object>) - Method in class org.springframework.web.servlet.support.RequestContext
Initialize this context with the given request, using the given model attributes for Errors retrieval.
initContextHolders(HttpServletRequest, ServletRequestAttributes) - Method in class org.springframework.web.filter.RequestContextFilter
 
initContextHolders(HttpServletRequest, LocaleContext, RequestAttributes) - Method in class org.springframework.web.servlet.FrameworkServlet
 
initControllerAdviceCache() - Method in class org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter
 
initConversion(ConversionService) - Method in class org.springframework.validation.AbstractPropertyBindingResult
 
initDao() - Method in class org.springframework.dao.support.DaoSupport
Concrete subclasses can override this for custom initialization behavior.
initDatabase() - Method in class org.springframework.jdbc.datasource.embedded.EmbeddedDatabaseFactory
Hook to initialize the embedded database.
initDefaults(Element, BeanDefinitionParserDelegate) - Method in class org.springframework.beans.factory.xml.BeanDefinitionParserDelegate
Initialize the default lazy-init, autowire, dependency check settings, init-method, destroy-method and merge settings.
initDefaults(Element) - Method in class org.springframework.beans.factory.xml.BeanDefinitionParserDelegate
initDefaultStrategies() - Method in class org.springframework.jms.core.JmsTemplate
Initialize the default implementations for the template's strategies: DynamicDestinationResolver and SimpleMessageConverter.
initDefaultStrategies() - Method in class org.springframework.jms.core.JmsTemplate102
Deprecated.
Initialize the default implementations for the template's strategies: DynamicDestinationResolver and SimpleMessageConverter102.
initDefaultStrategies() - Method in class org.springframework.jms.listener.adapter.MessageListenerAdapter
Initialize the default implementations for the adapter's strategies.
initDefaultStrategies() - Method in class org.springframework.jms.listener.adapter.MessageListenerAdapter102
Deprecated.
Initialize the default implementations for the adapter's strategies: SimpleMessageConverter102.
initDeferredClose(SessionFactory) - Static method in class org.springframework.orm.hibernate3.SessionFactoryUtils
Initialize deferred close for the current thread and the given SessionFactory.
initDelegate(WebApplicationContext) - Method in class org.springframework.web.filter.DelegatingFilterProxy
Initialize the Filter delegate, defined as bean the given Spring application context.
initDependencyCheck(ActionServlet, ModuleConfig) - Method in class org.springframework.web.struts.AutowiringRequestProcessor
Deprecated.
Determine whether to apply a dependency check after wiring Struts Actions.
initDependencyCheck(ActionServlet, ModuleConfig) - Method in class org.springframework.web.struts.AutowiringTilesRequestProcessor
Deprecated.
Determine whether to apply a dependency check after wiring Struts Actions.
InitDestroyAnnotationBeanPostProcessor - Class in org.springframework.beans.factory.annotation
BeanPostProcessor implementation that invokes annotated init and destroy methods.
InitDestroyAnnotationBeanPostProcessor() - Constructor for class org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor
 
InitDestroyAnnotationBeanPostProcessor.LifecycleElement - Class in org.springframework.beans.factory.annotation
Class representing injection information about an annotated method.
InitDestroyAnnotationBeanPostProcessor.LifecycleElement(Method) - Constructor for class org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor.LifecycleElement
 
InitDestroyAnnotationBeanPostProcessor.LifecycleMetadata - Class in org.springframework.beans.factory.annotation
Class representing information about annotated init and destroy methods.
InitDestroyAnnotationBeanPostProcessor.LifecycleMetadata(Class<?>, Collection<InitDestroyAnnotationBeanPostProcessor.LifecycleElement>, Collection<InitDestroyAnnotationBeanPostProcessor.LifecycleElement>) - Constructor for class org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor.LifecycleMetadata
 
initDirectFieldAccess() - Method in class org.springframework.validation.DataBinder
Initialize direct field access for this DataBinder, as alternative to the default bean property access.
initErrorCodes() - Method in class org.springframework.web.servlet.support.BindStatus
Extract the error codes from the ObjectError list.
initErrorMessages() - Method in class org.springframework.web.servlet.support.BindStatus
Extract the error messages from the ObjectError list.
initExceptionHandlerAdviceCache() - Method in class org.springframework.web.servlet.mvc.method.annotation.ExceptionHandlerExceptionResolver
 
initExcludedPatternRepresentation(String[]) - Method in class org.springframework.aop.support.AbstractRegexpMethodPointcut
Subclasses must implement this to initialize regexp pointcuts.
initExcludedPatternRepresentation(String[]) - Method in class org.springframework.aop.support.JdkRegexpMethodPointcut
Initialize exclusion Patterns from the supplied String[].
initFactory(Locale) - Method in class org.springframework.web.servlet.view.ResourceBundleViewResolver
Initialize the View BeanFactory from the ResourceBundle, for the given locale.
initFactory() - Method in class org.springframework.web.servlet.view.XmlViewResolver
Initialize the view bean factory from the XML file.
initFileTypeMap() - Static method in class org.springframework.web.accept.PathExtensionContentNegotiationStrategy.JafMediaTypeFactory
Find extended mime.types from the spring-context-support module.
initFilterBean() - Method in class org.springframework.web.filter.DelegatingFilterProxy
 
initFilterBean() - Method in class org.springframework.web.filter.GenericFilterBean
Subclasses may override this to perform custom initialization.
initFilterList(Servlet, Filter...) - Static method in class org.springframework.mock.web.MockFilterChain
 
initFlashMapManager(ApplicationContext) - Method in class org.springframework.web.servlet.DispatcherServlet
Initialize the FlashMapManager used by this servlet instance.
initFrameworkPortlet() - Method in class org.springframework.web.portlet.FrameworkPortlet
This method will be invoked after any bean properties have been set and the ApplicationContext has been loaded.
initFrameworkServlet() - Method in class org.springframework.web.servlet.FrameworkServlet
This method will be invoked after any bean properties have been set and the WebApplicationContext has been loaded.
initGateway() - Method in class org.springframework.jms.core.support.JmsGatewaySupport
Subclasses can override this for custom initialization behavior.
initHandlerAdapters(ApplicationContext) - Method in class org.springframework.web.portlet.DispatcherPortlet
Initialize the HandlerAdapters used by this class.
initHandlerAdapters(ApplicationContext) - Method in class org.springframework.web.servlet.DispatcherServlet
Initialize the HandlerAdapters used by this class.
initHandlerExceptionResolvers(ApplicationContext) - Method in class org.springframework.web.portlet.DispatcherPortlet
Initialize the HandlerExceptionResolver used by this class.
initHandlerExceptionResolvers(ApplicationContext) - Method in class org.springframework.web.servlet.DispatcherServlet
Initialize the HandlerExceptionResolver used by this class.
initHandlerMappings(ApplicationContext) - Method in class org.springframework.web.portlet.DispatcherPortlet
Initialize the HandlerMappings used by this class.
initHandlerMappings(ApplicationContext) - Method in class org.springframework.web.servlet.DispatcherServlet
Initialize the HandlerMappings used by this class.
initHandlerMethods() - Method in class org.springframework.web.servlet.handler.AbstractHandlerMethodMapping
Scan beans in the ApplicationContext, detect and register handler methods.
INITIAL_HASH - Static variable in class org.springframework.util.ObjectUtils
 
initialDelay - Variable in class org.springframework.scheduling.config.IntervalTask
 
initialDelay - Variable in class org.springframework.scheduling.support.PeriodicTrigger
 
initializationLock - Static variable in class org.springframework.mock.jndi.SimpleNamingContextBuilder
 
initialize(C) - Method in interface org.springframework.context.ApplicationContextInitializer
Initialize the given application context.
initialize(Object, ClassLoader) - Method in class org.springframework.instrument.classloading.oc4j.OC4JClassPreprocessorAdapter
 
initialize(Hashtable) - Method in class org.springframework.instrument.classloading.weblogic.WebLogicClassPreProcessorAdapter
 
initialize(Class<T>) - Method in class org.springframework.jdbc.core.BeanPropertyRowMapper
Initialize the mapping metadata for the given class.
initialize() - Method in class org.springframework.jms.listener.AbstractJmsListeningContainer
Initialize this container.
initialize() - Method in class org.springframework.jms.listener.AbstractPollingMessageListenerContainer
 
initialize() - Method in class org.springframework.jms.listener.DefaultMessageListenerContainer
 
initialize(Servlet, ServletRequest, ServletResponse, String, boolean, int, boolean) - Method in class org.springframework.mock.web.MockPageContext
 
initialize(Object) - Method in interface org.springframework.orm.hibernate3.HibernateOperations
Force initialization of a Hibernate proxy or persistent collection.
initialize(Object) - Method in class org.springframework.orm.hibernate3.HibernateTemplate
 
initialize() - Method in class org.springframework.scheduling.backportconcurrent.ThreadPoolTaskExecutor
Deprecated.
Creates the BlockingQueue and the ThreadPoolExecutor.
initialize() - Method in class org.springframework.scheduling.concurrent.ExecutorConfigurationSupport
Set up the ExecutorService.
initialize(ClassLoadHelper, SchedulerSignaler) - Method in class org.springframework.scheduling.quartz.LocalDataSourceJobStore
 
initialize() - Method in class org.springframework.scheduling.quartz.LocalTaskExecutorThreadPool
 
initialize() - Method in class org.springframework.scheduling.quartz.ResourceLoaderClassLoadHelper
 
initializeAdvisorChain() - Method in class org.springframework.aop.framework.ProxyFactoryBean
Create the advisor (interceptor) chain.
initializeBean(Object, String) - Method in interface org.springframework.beans.factory.config.AutowireCapableBeanFactory
Initialize the given raw bean, applying factory callbacks such as setBeanName and setBeanFactory, also applying all bean post processors (including ones which might wrap the given raw bean).
initializeBean(Object, String) - Method in class org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory
 
initializeBean(String, Object, RootBeanDefinition) - Method in class org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory
Initialize the given bean instance, applying factory callbacks as well as init methods and bean post processors.
initializeBean(Object, String) - Method in class org.springframework.test.web.servlet.setup.StubWebApplicationContext.StubBeanFactory
 
initializeConstructorResolvers() - Method in class org.springframework.expression.spel.support.StandardEvaluationContext
 
initializeConsumers() - Method in class org.springframework.jms.listener.SimpleMessageListenerContainer
Initialize the JMS Sessions and MessageConsumers for this container.
initialized - Variable in class org.springframework.beans.factory.config.AbstractFactoryBean
 
initialized - Variable in class org.springframework.beans.factory.config.MethodInvokingFactoryBean
 
initialized - Variable in class org.springframework.cache.interceptor.CacheAspectSupport
 
initialized - Static variable in class org.springframework.mock.jndi.SimpleNamingContextBuilder
 
initialized - Variable in class org.springframework.transaction.interceptor.MethodMapTransactionAttributeSource
 
InitializeDatabaseBeanDefinitionParser - Class in org.springframework.jdbc.config
BeanDefinitionParser that parses an initialize-database element and creates a BeanDefinition of type DataSourceInitializer.
InitializeDatabaseBeanDefinitionParser() - Constructor for class org.springframework.jdbc.config.InitializeDatabaseBeanDefinitionParser
 
initializeDefinition(BeanFactory) - Method in class org.springframework.beans.factory.access.SingletonBeanFactoryLocator
Instantiate singletons and do any other normal initialization of the factory.
initializeDefinition(BeanFactory) - Method in class org.springframework.context.access.ContextSingletonBeanFactoryLocator
Overrides the default method to refresh the ApplicationContext, invoking ConfigurableApplicationContext.refresh().
initializeExecutor(ThreadFactory, RejectedExecutionHandler) - Method in class org.springframework.scheduling.concurrent.ExecutorConfigurationSupport
Create the target ExecutorService instance.
initializeExecutor(ThreadFactory, RejectedExecutionHandler) - Method in class org.springframework.scheduling.concurrent.ScheduledExecutorFactoryBean
 
initializeExecutor(ThreadFactory, RejectedExecutionHandler) - Method in class org.springframework.scheduling.concurrent.ThreadPoolExecutorFactoryBean
 
initializeExecutor(ThreadFactory, RejectedExecutionHandler) - Method in class org.springframework.scheduling.concurrent.ThreadPoolTaskExecutor
 
initializeExecutor(ThreadFactory, RejectedExecutionHandler) - Method in class org.springframework.scheduling.concurrent.ThreadPoolTaskScheduler
 
initializeMetaData(DataSource) - Method in class org.springframework.jdbc.core.metadata.CallMetaDataContext
Initialize this class with metadata from the database.
initializeMethodResolvers() - Method in class org.springframework.expression.spel.support.StandardEvaluationContext
 
initializeMultipart() - Method in class org.springframework.web.multipart.support.AbstractMultipartHttpServletRequest
Lazily initialize the multipart request, if possible.
initializeMultipart() - Method in class org.springframework.web.portlet.multipart.DefaultMultipartActionRequest
Lazily initialize the multipart request, if possible.
initializePointcutParser(ClassLoader) - Method in class org.springframework.aop.aspectj.AspectJExpressionPointcut
Initialize the underlying AspectJ pointcut parser.
initializePropertyAccessors() - Method in class org.springframework.expression.spel.support.StandardEvaluationContext
 
initializer - Variable in class org.springframework.web.bind.support.DefaultDataBinderFactory
 
initializeResourcesBeforeRead(Connection, Object) - Method in class org.springframework.jdbc.support.lob.OracleLobHandler
Deprecated.
Initialize any LOB resources before a read is done.
initializers - Variable in class org.springframework.test.context.ContextConfigurationAttributes
 
initializeRuntime() - Static method in class org.springframework.scripting.jruby.JRubyScriptUtils
Initializes an instance of the org.jruby.Ruby runtime.
initializeThread() - Method in class org.springframework.orm.hibernate3.support.OpenSessionInViewFilter.SessionBindingCallableInterceptor
 
initializeThread() - Method in class org.springframework.orm.hibernate3.support.OpenSessionInViewInterceptor.SessionBindingCallableInterceptor
 
initializeThread() - Method in class org.springframework.orm.hibernate4.support.OpenSessionInViewFilter.SessionBindingCallableInterceptor
 
initializeThread() - Method in class org.springframework.orm.hibernate4.support.OpenSessionInViewInterceptor.SessionBindingCallableInterceptor
 
initializeThread() - Method in class org.springframework.orm.jpa.support.OpenEntityManagerInViewFilter.EntityManagerBindingCallableInterceptor
 
initializeThread() - Method in class org.springframework.orm.jpa.support.OpenEntityManagerInViewInterceptor.EntityManagerBindingCallableInterceptor
 
initializeWithMetaData(DatabaseMetaData) - Method in interface org.springframework.jdbc.core.metadata.CallMetaDataProvider
Initialize using the provided DatabaseMetData.
initializeWithMetaData(DatabaseMetaData) - Method in class org.springframework.jdbc.core.metadata.Db2CallMetaDataProvider
 
initializeWithMetaData(DatabaseMetaData) - Method in class org.springframework.jdbc.core.metadata.DerbyTableMetaDataProvider
 
initializeWithMetaData(DatabaseMetaData) - Method in class org.springframework.jdbc.core.metadata.GenericCallMetaDataProvider
 
initializeWithMetaData(DatabaseMetaData) - Method in class org.springframework.jdbc.core.metadata.GenericTableMetaDataProvider
 
initializeWithMetaData(DatabaseMetaData) - Method in interface org.springframework.jdbc.core.metadata.TableMetaDataProvider
Initialize using the database metedata provided
initializeWithProcedureColumnMetaData(DatabaseMetaData, String, String, String) - Method in interface org.springframework.jdbc.core.metadata.CallMetaDataProvider
Initialize the database specific management of procedure column meta data.
initializeWithProcedureColumnMetaData(DatabaseMetaData, String, String, String) - Method in class org.springframework.jdbc.core.metadata.GenericCallMetaDataProvider
 
initializeWithTableColumnMetaData(DatabaseMetaData, String, String, String) - Method in class org.springframework.jdbc.core.metadata.GenericTableMetaDataProvider
 
initializeWithTableColumnMetaData(DatabaseMetaData, String, String, String) - Method in class org.springframework.jdbc.core.metadata.OracleTableMetaDataProvider
 
initializeWithTableColumnMetaData(DatabaseMetaData, String, String, String) - Method in interface org.springframework.jdbc.core.metadata.TableMetaDataProvider
Initialize using provided database metadata, table and column information.
InitializingBean - Interface in org.springframework.beans.factory
Interface to be implemented by beans that need to react once all their properties have been set by a BeanFactory: for example, to perform custom initialization, or merely to check that all mandatory properties have been set.
initialSize - Variable in class org.springframework.util.ConcurrentReferenceHashMap.Segment
 
initInterceptorList() - Method in class org.springframework.web.portlet.HandlerExecutionChain
 
initInterceptorList() - Method in class org.springframework.web.servlet.HandlerExecutionChain
 
initInterceptors() - Method in class org.springframework.web.portlet.handler.AbstractHandlerMapping
Initialize the specified interceptors, adapting them where necessary.
initInterceptors() - Method in class org.springframework.web.servlet.handler.AbstractHandlerMapping
Initialize the specified interceptors, checking for MappedInterceptors and adapting HandlerInterceptors where necessary.
initJaxbMarshaller(Marshaller) - Method in class org.springframework.oxm.jaxb.Jaxb2Marshaller
Template method that can be overridden by concrete JAXB marshallers for custom initialization behavior.
initJaxbUnmarshaller(Unmarshaller) - Method in class org.springframework.oxm.jaxb.Jaxb2Marshaller
Template method that can be overridden by concrete JAXB marshallers for custom initialization behavior.
initLifecycleProcessor() - Method in class org.springframework.context.support.AbstractApplicationContext
Initialize the LifecycleProcessor.
initLocaleResolver(ApplicationContext) - Method in class org.springframework.web.servlet.DispatcherServlet
Initialize the LocaleResolver used by this class.
initLogging(String) - Static method in class org.springframework.util.Log4jConfigurer
Initialize log4j from the given file location, with no config file refreshing.
initLogging(String, long) - Static method in class org.springframework.util.Log4jConfigurer
Initialize log4j from the given location, with the given refresh interval for the config file.
initLogging(ServletContext) - Static method in class org.springframework.web.util.Log4jWebConfigurer
Initialize log4j, including setting the web app root system property.
initManagedVariableNames() - Method in class org.springframework.test.AbstractDependencyInjectionSpringContextTests
Deprecated.
 
initMessageSource() - Method in class org.springframework.context.support.AbstractApplicationContext
Initialize the MessageSource.
initMethod - Variable in class org.springframework.beans.factory.xml.DocumentDefaultsDefinition
 
initMethodCache() - Method in class org.springframework.aop.framework.AdvisedSupport
Initialize the method cache.
initMethodMap(Map<String, TransactionAttribute>) - Method in class org.springframework.transaction.interceptor.MethodMapTransactionAttributeSource
Initialize the specified "methodMap", if any.
initMethodName - Variable in class org.springframework.beans.factory.support.AbstractBeanDefinition
 
initMethodName - Variable in class org.springframework.beans.factory.support.BeanDefinitionDefaults
 
initMethodParameters() - Method in class org.springframework.web.method.HandlerMethod
 
initMethods - Variable in class org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor.LifecycleMetadata
 
initModel(NativeWebRequest, ModelAndViewContainer, HandlerMethod) - Method in class org.springframework.web.method.annotation.ModelFactory
Populate the model in the following order: Retrieve "known" session attributes -- i.e.
initMultipartResolver(ApplicationContext) - Method in class org.springframework.web.portlet.DispatcherPortlet
Initialize the PortletMultipartResolver used by this class.
initMultipartResolver(ApplicationContext) - Method in class org.springframework.web.servlet.DispatcherServlet
Initialize the MultipartResolver used by this class.
initOracleDriverClasses(Connection) - Method in class org.springframework.jdbc.support.lob.OracleLobHandler
Deprecated.
Retrieve the oracle.sql.BLOB and oracle.sql.CLOB classes via reflection, and initialize the values for the DURATION_SESSION, MODE_READWRITE and MODE_READONLY constants defined there.
initOrderFromBean(Object) - Static method in class org.springframework.web.method.ControllerAdviceBean
 
initOrderFromBeanType(Class<?>) - Static method in class org.springframework.web.method.ControllerAdviceBean
 
initParameterNameDiscovery(ParameterNameDiscoverer) - Method in class org.springframework.beans.factory.config.DependencyDescriptor
Initialize parameter name discovery for the underlying method parameter, if any.
initParameterNameDiscovery(ParameterNameDiscoverer) - Method in class org.springframework.core.MethodParameter
Initialize parameter name discovery for this method parameter.
initParameters - Variable in class org.springframework.mock.web.MockFilterConfig
 
initParameters - Variable in class org.springframework.mock.web.MockServletConfig
 
initParameters - Variable in class org.springframework.mock.web.MockServletContext
 
initParameters - Variable in class org.springframework.mock.web.portlet.MockPortletConfig
 
initParameters - Variable in class org.springframework.mock.web.portlet.MockPortletContext
 
initParameters - Variable in class org.springframework.web.portlet.mvc.PortletWrappingController
 
initParameters - Variable in class org.springframework.web.servlet.mvc.ServletWrappingController
 
initParamName - Variable in class org.springframework.web.context.support.ServletContextParameterFactoryBean
 
initParent(Theme) - Method in class org.springframework.ui.context.support.ResourceBundleThemeSource
Initialize the MessageSource of the given theme with the one from the corresponding parent of this ThemeSource.
initPatternRepresentation(String[]) - Method in class org.springframework.aop.support.AbstractRegexpMethodPointcut
Subclasses must implement this to initialize regexp pointcuts.
initPatternRepresentation(String[]) - Method in class org.springframework.aop.support.JdkRegexpMethodPointcut
Initialize Patterns from the supplied String[].
initPhaseMapping(String, String, String[]) - Method in class org.springframework.web.portlet.mvc.annotation.AnnotationMethodHandlerAdapter.RequestMappingInfo
 
initPortletApplicationContext() - Method in class org.springframework.web.portlet.FrameworkPortlet
Initialize and publish the Portlet ApplicationContext for this portlet.
initPortletBean() - Method in class org.springframework.web.portlet.FrameworkPortlet
Overridden method of GenericPortletBean, invoked after any bean properties have been set.
initPortletBean() - Method in class org.springframework.web.portlet.GenericPortletBean
Subclasses may override this to perform custom initialization.
initPortletPropertySources(MutablePropertySources, ServletContext, PortletContext, PortletConfig) - Static method in class org.springframework.web.portlet.context.PortletApplicationContextUtils
Replace Servlet- and Portlet-based stub property sources with actual instances populated with the given servletContext, portletContext and portletConfig objects.
initPropertySources() - Method in class org.springframework.context.support.AbstractApplicationContext
Replace any stub property sources with actual instances.
initPropertySources(ServletContext, ServletConfig) - Method in interface org.springframework.web.context.ConfigurableWebEnvironment
Replace any stub property source instances acting as placeholders with real servlet context/config property sources using the given parameters.
initPropertySources() - Method in class org.springframework.web.context.support.AbstractRefreshableWebApplicationContext
Replace any stub property sources with actual instances.
initPropertySources() - Method in class org.springframework.web.context.support.GenericWebApplicationContext
Replace any stub property sources with actual instances.
initPropertySources(ServletContext, ServletConfig) - Method in class org.springframework.web.context.support.StandardServletEnvironment
 
initPropertySources() - Method in class org.springframework.web.context.support.StaticWebApplicationContext
 
initPropertySources() - Method in class org.springframework.web.portlet.context.StaticPortletApplicationContext
Replace any stub property sources with actual instances.
initProxyClassLoader() - Method in class org.springframework.orm.jpa.SharedEntityManagerCreator.SharedEntityManagerInvocationHandler
 
initRequestToViewNameTranslator(ApplicationContext) - Method in class org.springframework.web.servlet.DispatcherServlet
Initialize the RequestToViewNameTranslator used by this servlet instance.
initResourcesIfNecessary() - Method in class org.springframework.jms.listener.DefaultMessageListenerContainer.AsyncMessageListenerInvoker
 
initResponseStatus() - Method in class org.springframework.web.servlet.mvc.method.annotation.ServletInvocableHandlerMethod
 
initSchedulerFactory(SchedulerFactory) - Method in class org.springframework.scheduling.quartz.SchedulerFactoryBean
Load and/or apply Quartz properties to the given SchedulerFactory.
initServletBean() - Method in class org.springframework.web.servlet.FrameworkServlet
Overridden method of HttpServletBean, invoked after any bean properties have been set.
initServletBean() - Method in class org.springframework.web.servlet.HttpServletBean
Subclasses may override this to perform custom initialization.
initServletBean() - Method in class org.springframework.web.servlet.ResourceServlet
Remember the startup time, using no last-modified time before it.
initServletContext(ServletContext) - Method in class org.springframework.web.context.support.WebApplicationObjectSupport
Subclasses may override this for custom initialization based on the ServletContext that this application object runs in.
initServletContext(ServletContext) - Method in class org.springframework.web.servlet.view.ContentNegotiatingViewResolver
 
initServletContext(ServletContext) - Method in class org.springframework.web.servlet.view.freemarker.FreeMarkerView
Invoked on startup.
initServletContext(ServletContext) - Method in class org.springframework.web.servlet.view.InternalResourceView
Checks whether we need to explicitly expose the Servlet 2.4 request attributes by default.
initServletContext(ServletContext) - Method in class org.springframework.web.servlet.view.JstlView
Wraps the MessageSource with a JSTL-aware MessageSource that is aware of JSTL's javax.servlet.jsp.jstl.fmt.localizationContext context-param.
initServletContext(ServletContext) - Method in class org.springframework.web.servlet.view.tiles2.TilesView
Checks whether we need to explicitly expose the Servlet 2.4 request attributes by default.
initServletContext(ServletContext) - Method in class org.springframework.web.servlet.view.tiles3.TilesView
 
initServletPropertySources(MutablePropertySources, ServletContext) - Static method in class org.springframework.web.context.support.WebApplicationContextUtils
Convenient variant of WebApplicationContextUtils.initServletPropertySources(MutablePropertySources, ServletContext, ServletConfig) that always provides null for the ServletConfig parameter.
initServletPropertySources(MutablePropertySources, ServletContext, ServletConfig) - Static method in class org.springframework.web.context.support.WebApplicationContextUtils
Replace Servlet-based stub property sources with actual instances populated with the given servletContext and servletConfig objects.
initSpringResourceLoader(VelocityEngine, String) - Method in class org.springframework.ui.velocity.VelocityEngineFactory
Initialize a SpringResourceLoader for the given VelocityEngine.
initStandardMapping(String[], RequestMethod[], String[], String[]) - Method in class org.springframework.web.portlet.mvc.annotation.AnnotationMethodHandlerAdapter.RequestMappingInfo
 
initStrategies(ApplicationContext) - Method in class org.springframework.web.portlet.DispatcherPortlet
Refresh the strategy objects that this portlet uses.
initStrategies(ApplicationContext) - Method in class org.springframework.web.servlet.DispatcherServlet
Initialize the strategy objects that this servlet uses.
initSynchronization() - Static method in class org.springframework.transaction.support.TransactionSynchronizationManager
Activate transaction synchronization for the current thread.
initTemplateConfig() - Method in class org.springframework.jdbc.core.namedparam.NamedParameterJdbcDaoSupport
Create a NamedParameterJdbcTemplate based on the configured JdbcTemplate.
initTemplateConfig() - Method in class org.springframework.jdbc.core.simple.SimpleJdbcDaoSupport
Deprecated.
Create a SimpleJdbcTemplate based on the configured JdbcTemplate.
initTemplateConfig() - Method in class org.springframework.jdbc.core.support.JdbcDaoSupport
Initialize the template-based configuration of this DAO.
initThemeResolver(ApplicationContext) - Method in class org.springframework.web.servlet.DispatcherServlet
Initialize the ThemeResolver used by this class.
initThemeSource(ApplicationContext) - Static method in class org.springframework.ui.context.support.UiApplicationContextUtils
Initialize the ThemeSource for the given application context, autodetecting a bean with the name "themeSource".
initTool(Object, Context) - Method in class org.springframework.web.servlet.view.velocity.VelocityToolboxView
Overridden to check for the ViewContext interface which is part of the view package of Velocity Tools.
initTool(Object, Context) - Method in class org.springframework.web.servlet.view.velocity.VelocityView
Initialize the given tool instance.
initTransactionSynchronizationRegistry() - Method in class org.springframework.transaction.jta.JtaTransactionManager
Initialize the JTA 1.1 TransactionSynchronizationRegistry, if available.
initUserTransactionAndTransactionManager() - Method in class org.springframework.transaction.jta.JtaTransactionManager
Initialize the UserTransaction as well as the TransactionManager handle.
initVelocityResourceLoader(VelocityEngine, String) - Method in class org.springframework.ui.velocity.VelocityEngineFactory
Initialize a Velocity resource loader for the given VelocityEngine: either a standard Velocity FileResourceLoader or a SpringResourceLoader.
initViewResolvers(WebApplicationContext) - Method in class org.springframework.test.web.servlet.setup.StandaloneMockMvcBuilder
 
initViewResolvers(ApplicationContext) - Method in class org.springframework.web.portlet.DispatcherPortlet
Initialize the ViewResolvers used by this class.
initViewResolvers(ApplicationContext) - Method in class org.springframework.web.servlet.DispatcherServlet
Initialize the ViewResolvers used by this class.
initWebAppContext(WebApplicationContext) - Method in class org.springframework.test.web.servlet.setup.DefaultMockMvcBuilder
Invoked from DefaultMockMvcBuilder.build() before the MockMvc instance is created.
initWebAppContext(WebApplicationContext) - Method in class org.springframework.test.web.servlet.setup.StandaloneMockMvcBuilder
 
initWebApplicationContext(ServletContext) - Method in class org.springframework.web.context.ContextLoader
Initialize Spring's web application context for the given servlet context, using the application context provided at construction time, or creating a new one according to the "contextClass" and "contextConfigLocation" context-params.
initWebApplicationContext() - Method in class org.springframework.web.servlet.FrameworkServlet
Initialize and publish the WebApplicationContext for this servlet.
initWebApplicationContext(ActionServlet) - Method in class org.springframework.web.struts.ActionSupport
Deprecated.
Fetch ContextLoaderPlugIn's WebApplicationContext from the ServletContext, falling back to the root WebApplicationContext (the usual case).
initWebApplicationContext(ActionServlet, ModuleConfig) - Method in class org.springframework.web.struts.AutowiringRequestProcessor
Deprecated.
Fetch ContextLoaderPlugIn's WebApplicationContext from the ServletContext, falling back to the root WebApplicationContext.
initWebApplicationContext(ActionServlet, ModuleConfig) - Method in class org.springframework.web.struts.AutowiringTilesRequestProcessor
Deprecated.
Fetch ContextLoaderPlugIn's WebApplicationContext from the ServletContext, falling back to the root WebApplicationContext.
initWebApplicationContext() - Method in class org.springframework.web.struts.ContextLoaderPlugIn
Deprecated.
Initialize and publish the WebApplicationContext for the ActionServlet.
initWebApplicationContext(ActionServlet, ModuleConfig) - Method in class org.springframework.web.struts.DelegatingRequestProcessor
Deprecated.
Fetch ContextLoaderPlugIn's WebApplicationContext from the ServletContext, falling back to the root WebApplicationContext.
initWebApplicationContext(ActionServlet, ModuleConfig) - Method in class org.springframework.web.struts.DelegatingTilesRequestProcessor
Deprecated.
Fetch ContextLoaderPlugIn's WebApplicationContext from the ServletContext, falling back to the root WebApplicationContext.
initWebApplicationContext(ActionServlet) - Method in class org.springframework.web.struts.DispatchActionSupport
Deprecated.
Fetch ContextLoaderPlugIn's WebApplicationContext from the ServletContext, falling back to the root WebApplicationContext (the usual case).
initWebApplicationContext(ActionServlet) - Method in class org.springframework.web.struts.LookupDispatchActionSupport
Deprecated.
Fetch ContextLoaderPlugIn's WebApplicationContext from the ServletContext, falling back to the root WebApplicationContext (the usual case).
initWebApplicationContext(ActionServlet) - Method in class org.springframework.web.struts.MappingDispatchActionSupport
Deprecated.
Fetch ContextLoaderPlugIn's WebApplicationContext from the ServletContext, falling back to the root WebApplicationContext (the usual case).
initXAResource(XAResource) - Method in class org.springframework.jca.endpoint.AbstractMessageEndpointFactory.AbstractMessageEndpoint
Initialize this endpoint's TransactionDelegate.
inject(Object, String, PropertyValues) - Method in class org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor.AutowiredFieldElement
 
inject(Object, String, PropertyValues) - Method in class org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor.AutowiredMethodElement
 
inject(Object, String, PropertyValues) - Method in class org.springframework.beans.factory.annotation.InjectionMetadata
 
inject(Object, String, PropertyValues) - Method in class org.springframework.beans.factory.annotation.InjectionMetadata.InjectedElement
injectDependencies() - Method in class org.springframework.test.AbstractDependencyInjectionSpringContextTests
Deprecated.
Inject dependencies into 'this' instance (that is, this test instance).
injectDependencies(TestContext) - Method in class org.springframework.test.context.support.DependencyInjectionTestExecutionListener
Performs dependency injection and bean initialization for the supplied TestContext as described in prepareTestInstance().
injectedElements - Variable in class org.springframework.beans.factory.annotation.InjectionMetadata
 
InjectionMetadata - Class in org.springframework.beans.factory.annotation
Internal class for managing injection metadata.
InjectionMetadata(Class, Collection<InjectionMetadata.InjectedElement>) - Constructor for class org.springframework.beans.factory.annotation.InjectionMetadata
 
InjectionMetadata.InjectedElement - Class in org.springframework.beans.factory.annotation
 
InjectionMetadata.InjectedElement(Member, PropertyDescriptor) - Constructor for class org.springframework.beans.factory.annotation.InjectionMetadata.InjectedElement
 
injectionMetadataCache - Variable in class org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor
 
injectionMetadataCache - Variable in class org.springframework.context.annotation.CommonAnnotationBeanPostProcessor
 
injectionMetadataCache - Variable in class org.springframework.orm.jpa.support.PersistenceAnnotationBeanPostProcessor
 
injectNotificationPublisherIfNecessary(Object, ModelMBean, ObjectName) - Method in class org.springframework.jmx.export.MBeanExporter
If the supplied managed resource implements the NotificationPublisherAware an instance of NotificationPublisher is injected.
INLINE_SCRIPT_ELEMENT - Static variable in class org.springframework.scripting.config.ScriptBeanDefinitionParser
 
INLINE_SCRIPT_PREFIX - Static variable in class org.springframework.scripting.support.ScriptFactoryPostProcessor
The Resource-style prefix that denotes an inline script.
InlineList - Class in org.springframework.expression.spel.ast
Represent a list in an expression, e.g.
InlineList(int, SpelNodeImpl...) - Constructor for class org.springframework.expression.spel.ast.InlineList
 
INNER_CLASS_SEPARATOR - Static variable in class org.springframework.util.ClassUtils
The inner class separator character '$'
innerBeanDefinitions - Variable in class org.springframework.beans.factory.parsing.BeanComponentDefinition
 
inParameterMapper - Variable in class org.springframework.jdbc.core.CallableStatementCreatorFactory.CallableStatementCreatorImpl
 
inParameters - Variable in class org.springframework.jdbc.core.CallableStatementCreatorFactory.CallableStatementCreatorImpl
 
INPUT_FLASH_MAP_ATTRIBUTE - Static variable in class org.springframework.web.servlet.DispatcherServlet
Name of request attribute that holds a read-only Map<String,?> with "input" flash attributes saved by a previous request, if any.
INPUT_TAG - Static variable in class org.springframework.web.servlet.tags.form.FormTag
 
inputFactory - Variable in class org.springframework.http.converter.xml.Jaxb2CollectionHttpMessageConverter
 
inputObject - Variable in class org.springframework.jca.cci.object.MappingRecordOperation.RecordCreatorImpl
 
InputSourceEditor - Class in org.springframework.beans.propertyeditors
Editor for org.xml.sax.InputSource, converting from a Spring resource location String to a SAX InputSource object.
InputSourceEditor() - Constructor for class org.springframework.beans.propertyeditors.InputSourceEditor
Create a new InputSourceEditor, using the default ResourceEditor underneath.
InputSourceEditor(ResourceEditor) - Constructor for class org.springframework.beans.propertyeditors.InputSourceEditor
Create a new InputSourceEditor, using the given ResourceEditor underneath.
inputStream - Variable in class org.springframework.core.io.InputStreamResource
 
inputStream - Variable in class org.springframework.web.filter.AbstractRequestLoggingFilter.RequestCachingRequestWrapper
 
InputStreamEditor - Class in org.springframework.beans.propertyeditors
One-way PropertyEditor which can convert from a text String to a java.io.InputStream, interpreting the given String as Spring resource location (e.g.
InputStreamEditor() - Constructor for class org.springframework.beans.propertyeditors.InputStreamEditor
Create a new InputStreamEditor, using the default ResourceEditor underneath.
InputStreamEditor(ResourceEditor) - Constructor for class org.springframework.beans.propertyeditors.InputStreamEditor
Create a new InputStreamEditor, using the given ResourceEditor underneath.
InputStreamResource - Class in org.springframework.core.io
Resource implementation for a given InputStream.
InputStreamResource(InputStream) - Constructor for class org.springframework.core.io.InputStreamResource
Create a new InputStreamResource.
InputStreamResource(InputStream, String) - Constructor for class org.springframework.core.io.InputStreamResource
Create a new InputStreamResource.
InputStreamSource - Interface in org.springframework.core.io
Simple interface for objects that are sources for an InputStream.
InputTag - Class in org.springframework.web.servlet.tags.form
Data-binding-aware JSP tag for rendering an HTML 'input' element with a 'type' of 'text'.
InputTag() - Constructor for class org.springframework.web.servlet.tags.form.InputTag
 
insert(String) - Method in interface org.springframework.orm.ibatis.SqlMapClientOperations
Deprecated.
 
insert(String, Object) - Method in interface org.springframework.orm.ibatis.SqlMapClientOperations
Deprecated.
 
insert(String) - Method in class org.springframework.orm.ibatis.SqlMapClientTemplate
Deprecated.
 
insert(String, Object) - Method in class org.springframework.orm.ibatis.SqlMapClientTemplate
Deprecated.
 
insertParameterMetaData - Variable in class org.springframework.jdbc.core.metadata.GenericTableMetaDataProvider
Collection of TableParameterMetaData objects
inserts - Variable in exception org.springframework.expression.spel.SpelEvaluationException
 
inserts - Variable in exception org.springframework.expression.spel.SpelParseException
 
insertString - Variable in class org.springframework.jdbc.core.simple.AbstractJdbcInsert
The generated string used for insert statement
insertTypes - Variable in class org.springframework.jdbc.core.simple.AbstractJdbcInsert
The SQL type information for the insert columns
inspectAfterCacheEvicts(Collection<CacheAspectSupport.CacheOperationContext>, Object) - Method in class org.springframework.cache.interceptor.CacheAspectSupport
 
inspectBeforeCacheEvicts(Collection<CacheAspectSupport.CacheOperationContext>) - Method in class org.springframework.cache.interceptor.CacheAspectSupport
 
inspectCacheables(Collection<CacheAspectSupport.CacheOperationContext>) - Method in class org.springframework.cache.interceptor.CacheAspectSupport
 
inspectCacheEvicts(Collection<CacheAspectSupport.CacheOperationContext>, boolean, Object) - Method in class org.springframework.cache.interceptor.CacheAspectSupport
 
inspectCacheUpdates(Collection<CacheAspectSupport.CacheOperationContext>) - Method in class org.springframework.cache.interceptor.CacheAspectSupport
 
inspectClass(Class<?>) - Method in class org.springframework.core.LocalVariableTableParameterNameDiscoverer
Inspects the target class.
installFormatters(FormatterRegistry) - Method in class org.springframework.format.support.FormattingConversionServiceFactoryBean
instance - Static variable in class org.springframework.aop.framework.adapter.GlobalAdvisorAdapterRegistry
Keep track of a single instance so we can return it to classes that request it.
INSTANCE - Static variable in class org.springframework.aop.interceptor.ExposeInvocationInterceptor
Singleton instance of this class
INSTANCE - Static variable in class org.springframework.aop.support.Pointcuts.GetterPointcut
 
INSTANCE - Static variable in class org.springframework.aop.support.Pointcuts.SetterPointcut
 
INSTANCE - Static variable in class org.springframework.aop.target.EmptyTargetSource
The canonical (Singleton) instance of this EmptyTargetSource.
INSTANCE - Static variable in class org.springframework.aop.TrueClassFilter
 
INSTANCE - Static variable in class org.springframework.aop.TrueMethodMatcher
 
INSTANCE - Static variable in class org.springframework.aop.TruePointcut
 
INSTANCE - Static variable in class org.springframework.core.annotation.AnnotationAwareOrderComparator
Shared default instance of AnnotationAwareOrderComparator.
INSTANCE - Static variable in class org.springframework.core.enums.StaticLabeledEnumResolver
Deprecated.
Shared StaticLabeledEnumResolver singleton instance.
instance() - Static method in class org.springframework.core.enums.StaticLabeledEnumResolver
Deprecated.
Return the shared StaticLabeledEnumResolver singleton instance.
INSTANCE - Static variable in class org.springframework.core.OrderComparator
Shared default instance of OrderComparator.
instance - Static variable in class org.springframework.expression.spel.ast.ValueRef.NullValueRef
 
INSTANCE - Static variable in class org.springframework.jdbc.core.namedparam.EmptySqlParameterSource
A shared instance of EmptySqlParameterSource.
INSTANCE - Static variable in class org.springframework.jdbc.datasource.embedded.DerbyEmbeddedDatabaseConfigurer
 
INSTANCE - Static variable in class org.springframework.jdbc.datasource.embedded.H2EmbeddedDatabaseConfigurer
 
INSTANCE - Static variable in class org.springframework.jdbc.datasource.embedded.HsqlEmbeddedDatabaseConfigurer
 
instance - Static variable in class org.springframework.jdbc.support.CustomSQLExceptionTranslatorRegistry
Keep track of a single instance so we can return it to classes that request it.
instance - Static variable in class org.springframework.jdbc.support.SQLErrorCodesFactory
Keep track of a single instance so we can return it to classes that request it.
INSTANCE - Static variable in class org.springframework.test.annotation.SystemProfileValueSource
 
INSTANCE - Static variable in class org.springframework.util.comparator.ComparableComparator
 
InstanceComparator<T> - Class in org.springframework.util.comparator
Compares objects based on an arbitrary class order.
InstanceComparator(Class<?>...) - Constructor for class org.springframework.util.comparator.InstanceComparator
Create a new InstanceComparator instance.
instanceOfMatches(Test) - Method in class org.springframework.aop.aspectj.RuntimeTestWalker.InstanceOfResidueTestVisitor
 
instanceOrder - Variable in class org.springframework.util.comparator.InstanceComparator
 
instances - Static variable in class org.springframework.beans.factory.access.SingletonBeanFactoryLocator
The keyed BeanFactory instances
instances - Static variable in class org.springframework.context.access.ContextSingletonBeanFactoryLocator
The keyed singleton instances
instantiate(Class<T>) - Static method in class org.springframework.beans.BeanUtils
Convenience method to instantiate a class using its no-arg constructor.
instantiate(Constructor, Object[]) - Method in class org.springframework.beans.factory.support.CglibSubclassingInstantiationStrategy.CglibSubclassCreator
Create a new instance of a dynamically generated subclasses implementing the required lookups.
instantiate(RootBeanDefinition, String, BeanFactory) - Method in interface org.springframework.beans.factory.support.InstantiationStrategy
Return an instance of the bean with the given name in this factory.
instantiate(RootBeanDefinition, String, BeanFactory, Constructor<?>, Object[]) - Method in interface org.springframework.beans.factory.support.InstantiationStrategy
Return an instance of the bean with the given name in this factory, creating it via the given constructor.
instantiate(RootBeanDefinition, String, BeanFactory, Object, Method, Object[]) - Method in interface org.springframework.beans.factory.support.InstantiationStrategy
Return an instance of the bean with the given name in this factory, creating it via the given factory method.
instantiate(RootBeanDefinition, String, BeanFactory) - Method in class org.springframework.beans.factory.support.SimpleInstantiationStrategy
 
instantiate(RootBeanDefinition, String, BeanFactory, Constructor<?>, Object[]) - Method in class org.springframework.beans.factory.support.SimpleInstantiationStrategy
 
instantiate(RootBeanDefinition, String, BeanFactory, Object, Method, Object[]) - Method in class org.springframework.beans.factory.support.SimpleInstantiationStrategy
 
instantiateAdvice(AspectJExpressionPointcut) - Method in class org.springframework.aop.aspectj.annotation.InstantiationModelAwarePointcutAdvisorImpl
 
instantiateBean(String, RootBeanDefinition) - Method in class org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory
Instantiate the given bean using its default constructor.
instantiateClass(Class<T>) - Static method in class org.springframework.beans.BeanUtils
Instantiate a class using its no-arg constructor.
instantiateClass(Class<?>, Class<T>) - Static method in class org.springframework.beans.BeanUtils
Instantiate a class using its no-arg constructor and return the new instance as the the specified assignable type.
instantiateClass(Constructor<T>, Object...) - Static method in class org.springframework.beans.BeanUtils
Convenience method to instantiate a class using the given constructor.
instantiateContainer(TilesApplicationContext) - Method in class org.springframework.web.servlet.view.tiles2.TilesConfigurer.SpringTilesContainerFactory
 
instantiatedAdvice - Variable in class org.springframework.aop.aspectj.annotation.InstantiationModelAwarePointcutAdvisorImpl
 
instantiateFactory(String, Class<T>, ClassLoader) - Static method in class org.springframework.core.io.support.SpringFactoriesLoader
 
instantiateLocaleDefinitionDao(TilesApplicationContext, TilesRequestContextFactory, LocaleResolver) - Method in class org.springframework.web.servlet.view.tiles2.TilesConfigurer.SpringTilesContainerFactory
 
instantiateLocaleDefinitionDao(ApplicationContext, LocaleResolver) - Method in class org.springframework.web.servlet.view.tiles3.TilesConfigurer.SpringTilesContainerFactory
 
instantiateUserDefinedStrategy(String, Class, ClassLoader) - Method in class org.springframework.context.annotation.ComponentScanBeanDefinitionParser
 
instantiateUsingFactoryMethod(String, RootBeanDefinition, Object[]) - Method in class org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory
Instantiate the bean using a named factory method.
instantiateUsingFactoryMethod(String, RootBeanDefinition, Object[]) - Method in class org.springframework.beans.factory.support.ConstructorResolver
Instantiate the bean using a named factory method.
instantiateWithMethodInjection(RootBeanDefinition, String, BeanFactory) - Method in class org.springframework.beans.factory.support.CglibSubclassingInstantiationStrategy
 
instantiateWithMethodInjection(RootBeanDefinition, String, BeanFactory, Constructor, Object[]) - Method in class org.springframework.beans.factory.support.CglibSubclassingInstantiationStrategy
 
instantiateWithMethodInjection(RootBeanDefinition, String, BeanFactory) - Method in class org.springframework.beans.factory.support.SimpleInstantiationStrategy
Subclasses can override this method, which is implemented to throw UnsupportedOperationException, if they can instantiate an object with the Method Injection specified in the given RootBeanDefinition.
instantiateWithMethodInjection(RootBeanDefinition, String, BeanFactory, Constructor, Object[]) - Method in class org.springframework.beans.factory.support.SimpleInstantiationStrategy
Subclasses can override this method, which is implemented to throw UnsupportedOperationException, if they can instantiate an object with the Method Injection specified in the given RootBeanDefinition.
InstantiationAwareBeanPostProcessor - Interface in org.springframework.beans.factory.config
Subinterface of BeanPostProcessor that adds a before-instantiation callback, and a callback after instantiation but before explicit properties are set or autowiring occurs.
InstantiationAwareBeanPostProcessorAdapter - Class in org.springframework.beans.factory.config
Adapter that implements all methods on SmartInstantiationAwareBeanPostProcessor as no-ops, which will not change normal processing of each bean instantiated by the container.
InstantiationAwareBeanPostProcessorAdapter() - Constructor for class org.springframework.beans.factory.config.InstantiationAwareBeanPostProcessorAdapter
 
InstantiationModelAwarePointcutAdvisor - Interface in org.springframework.aop.aspectj
Interface to be implemented by Spring AOP Advisors wrapping AspectJ aspects that may have a lazy initialization strategy.
InstantiationModelAwarePointcutAdvisorImpl - Class in org.springframework.aop.aspectj.annotation
Internal implementation of AspectJPointcutAdvisor.
InstantiationModelAwarePointcutAdvisorImpl(AspectJAdvisorFactory, AspectJExpressionPointcut, MetadataAwareAspectInstanceFactory, Method, int, String) - Constructor for class org.springframework.aop.aspectj.annotation.InstantiationModelAwarePointcutAdvisorImpl
 
InstantiationModelAwarePointcutAdvisorImpl.PerTargetInstantiationModelPointcut - Class in org.springframework.aop.aspectj.annotation
Pointcut implementation that changes its behaviour when the advice is instantiated.
InstantiationModelAwarePointcutAdvisorImpl.PerTargetInstantiationModelPointcut(AspectJExpressionPointcut, Pointcut, MetadataAwareAspectInstanceFactory) - Constructor for class org.springframework.aop.aspectj.annotation.InstantiationModelAwarePointcutAdvisorImpl.PerTargetInstantiationModelPointcut
 
instantiationStrategy - Variable in class org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory
Strategy for creating bean instances
InstantiationStrategy - Interface in org.springframework.beans.factory.support
Interface responsible for creating instances corresponding to a root bean definition.
INSTRUMENTABLE_CLASSLOADER_GLASSFISH_V2 - Static variable in class org.springframework.instrument.classloading.glassfish.GlassFishClassLoaderAdapter
 
INSTRUMENTABLE_CLASSLOADER_GLASSFISH_V3 - Static variable in class org.springframework.instrument.classloading.glassfish.GlassFishClassLoaderAdapter
 
instrumentation - Variable in class org.springframework.instrument.classloading.InstrumentationLoadTimeWeaver
 
instrumentation - Static variable in class org.springframework.instrument.InstrumentationSavingAgent
 
InstrumentationLoadTimeWeaver - Class in org.springframework.instrument.classloading
LoadTimeWeaver relying on VM Instrumentation.
InstrumentationLoadTimeWeaver() - Constructor for class org.springframework.instrument.classloading.InstrumentationLoadTimeWeaver
Create a new InstrumentationLoadTimeWeaver for the default ClassLoader.
InstrumentationLoadTimeWeaver(ClassLoader) - Constructor for class org.springframework.instrument.classloading.InstrumentationLoadTimeWeaver
Create a new InstrumentationLoadTimeWeaver for the given ClassLoader.
InstrumentationLoadTimeWeaver.FilteringClassFileTransformer - Class in org.springframework.instrument.classloading
Decorator that only applies the given target transformer to a specific ClassLoader.
InstrumentationLoadTimeWeaver.FilteringClassFileTransformer(ClassFileTransformer, ClassLoader) - Constructor for class org.springframework.instrument.classloading.InstrumentationLoadTimeWeaver.FilteringClassFileTransformer
 
InstrumentationLoadTimeWeaver.InstrumentationAccessor - Class in org.springframework.instrument.classloading
Inner class to avoid InstrumentationSavingAgent dependency.
InstrumentationLoadTimeWeaver.InstrumentationAccessor() - Constructor for class org.springframework.instrument.classloading.InstrumentationLoadTimeWeaver.InstrumentationAccessor
 
InstrumentationSavingAgent - Class in org.springframework.instrument
Java agent that saves the Instrumentation interface from the JVM for later use.
InstrumentationSavingAgent() - Constructor for class org.springframework.instrument.InstrumentationSavingAgent
 
INT_PARSER - Static variable in class org.springframework.web.bind.ServletRequestUtils
 
INT_PARSER - Static variable in class org.springframework.web.portlet.bind.PortletRequestUtils
 
inTag() - Method in class org.springframework.web.servlet.tags.form.TagWriter
 
InteractionCallback<T> - Interface in org.springframework.jca.cci.core
Generic callback interface for code that operates on a CCI Interaction.
interactionSpec - Variable in class org.springframework.jca.cci.object.EisOperation
 
intercept(Object, Method, Object[], MethodProxy) - Method in class org.springframework.aop.framework.CglibAopProxy.DynamicAdvisedInterceptor
 
intercept(Object, Method, Object[], MethodProxy) - Method in class org.springframework.aop.framework.CglibAopProxy.DynamicUnadvisedExposedInterceptor
 
intercept(Object, Method, Object[], MethodProxy) - Method in class org.springframework.aop.framework.CglibAopProxy.DynamicUnadvisedInterceptor
 
intercept(Object, Method, Object[], MethodProxy) - Method in class org.springframework.aop.framework.CglibAopProxy.EqualsInterceptor
 
intercept(Object, Method, Object[], MethodProxy) - Method in class org.springframework.aop.framework.CglibAopProxy.FixedChainStaticTargetInterceptor
 
intercept(Object, Method, Object[], MethodProxy) - Method in class org.springframework.aop.framework.CglibAopProxy.HashCodeInterceptor
 
intercept(Object, Method, Object[], MethodProxy) - Method in class org.springframework.aop.framework.CglibAopProxy.StaticUnadvisedExposedInterceptor
 
intercept(Object, Method, Object[], MethodProxy) - Method in class org.springframework.aop.framework.CglibAopProxy.StaticUnadvisedInterceptor
 
intercept(Object, Method, Object[], MethodProxy) - Method in class org.springframework.beans.factory.support.CglibSubclassingInstantiationStrategy.CglibSubclassCreator.LookupOverrideMethodInterceptor
 
intercept(Object, Method, Object[], MethodProxy) - Method in class org.springframework.beans.factory.support.CglibSubclassingInstantiationStrategy.CglibSubclassCreator.ReplaceOverrideMethodInterceptor
 
intercept(Object, Method, Object[], MethodProxy) - Method in class org.springframework.context.annotation.ConfigurationClassEnhancer.BeanMethodInterceptor
Enhance a @Bean method to check the supplied BeanFactory for the existence of this bean object.
intercept(Object, Method, Object[], MethodProxy) - Method in class org.springframework.context.annotation.ConfigurationClassEnhancer.DisposableBeanMethodInterceptor
 
intercept(Object, Method, Object[], MethodProxy) - Method in class org.springframework.context.annotation.ConfigurationClassEnhancer.GetObjectMethodInterceptor
 
intercept(HttpRequest, byte[], ClientHttpRequestExecution) - Method in interface org.springframework.http.client.ClientHttpRequestInterceptor
Intercept the given request, and return a response.
InterceptingClientHttpRequest - Class in org.springframework.http.client
Wrapper for a ClientHttpRequest that has support for ClientHttpRequestInterceptors.
InterceptingClientHttpRequest(ClientHttpRequestFactory, List<ClientHttpRequestInterceptor>, URI, HttpMethod) - Constructor for class org.springframework.http.client.InterceptingClientHttpRequest
 
InterceptingClientHttpRequest.RequestExecution - Class in org.springframework.http.client
 
InterceptingClientHttpRequest.RequestExecution() - Constructor for class org.springframework.http.client.InterceptingClientHttpRequest.RequestExecution
 
InterceptingClientHttpRequestFactory - Class in org.springframework.http.client
Wrapper for a ClientHttpRequestFactory that has support for ClientHttpRequestInterceptors.
InterceptingClientHttpRequestFactory(ClientHttpRequestFactory, List<ClientHttpRequestInterceptor>) - Constructor for class org.springframework.http.client.InterceptingClientHttpRequestFactory
Creates a new instance of the InterceptingClientHttpRequestFactory with the given parameters.
InterceptingHttpAccessor - Class in org.springframework.http.client.support
Base class for RestTemplate and other HTTP accessing gateway helpers, adding interceptor-related properties to HttpAccessor's common properties.
InterceptingHttpAccessor() - Constructor for class org.springframework.http.client.support.InterceptingHttpAccessor
 
interceptor - Variable in class org.springframework.aop.framework.InterceptorAndDynamicMethodMatcher
 
interceptor - Variable in class org.springframework.web.servlet.config.annotation.InterceptorRegistration
 
interceptor - Variable in class org.springframework.web.servlet.handler.MappedInterceptor
 
InterceptorAndDynamicMethodMatcher - Class in org.springframework.aop.framework
Internal framework class, combining a MethodInterceptor instance with a MethodMatcher for use as an element in the advisor chain.
InterceptorAndDynamicMethodMatcher(MethodInterceptor, MethodMatcher) - Constructor for class org.springframework.aop.framework.InterceptorAndDynamicMethodMatcher
 
interceptorIndex - Variable in class org.springframework.web.servlet.HandlerExecutionChain
 
interceptorList - Variable in class org.springframework.web.portlet.HandlerExecutionChain
 
interceptorList - Variable in class org.springframework.web.servlet.HandlerExecutionChain
 
interceptorNames - Variable in class org.springframework.aop.framework.autoproxy.AbstractAutoProxyCreator
Default is no common interceptors
interceptorNames - Variable in class org.springframework.aop.framework.ProxyFactoryBean
 
InterceptorRegistration - Class in org.springframework.web.servlet.config.annotation
Assists with the creation of a MappedInterceptor.
InterceptorRegistration(HandlerInterceptor) - Constructor for class org.springframework.web.servlet.config.annotation.InterceptorRegistration
Creates an InterceptorRegistration instance.
InterceptorRegistry - Class in org.springframework.web.servlet.config.annotation
Helps with configuring a list of mapped interceptors.
InterceptorRegistry() - Constructor for class org.springframework.web.servlet.config.annotation.InterceptorRegistry
 
interceptors - Variable in class org.springframework.http.client.InterceptingClientHttpRequest
 
interceptors - Variable in class org.springframework.http.client.InterceptingClientHttpRequestFactory
 
interceptors - Variable in class org.springframework.http.client.support.InterceptingHttpAccessor
 
interceptors - Variable in class org.springframework.remoting.support.RemoteExporter
 
interceptors - Variable in class org.springframework.test.web.servlet.DefaultMvcResult
 
interceptors - Variable in class org.springframework.web.context.request.async.CallableInterceptorChain
 
interceptors - Variable in class org.springframework.web.context.request.async.DeferredResultInterceptorChain
 
interceptors - Variable in class org.springframework.web.portlet.handler.AbstractHandlerMapping
 
interceptors - Variable in class org.springframework.web.portlet.HandlerExecutionChain
 
interceptors - Variable in class org.springframework.web.servlet.config.annotation.WebMvcConfigurationSupport
 
interceptors - Variable in class org.springframework.web.servlet.handler.AbstractHandlerMapping
 
interceptors - Variable in class org.springframework.web.servlet.HandlerExecutionChain
 
interceptorsAndDynamicMethodMatchers - Variable in class org.springframework.aop.framework.ReflectiveMethodInvocation
List of MethodInterceptor and InterceptorAndDynamicMethodMatcher that need dynamic checks.
InterceptorsBeanDefinitionParser - Class in org.springframework.web.servlet.config
BeanDefinitionParser that parses a interceptors element to register a set of MappedInterceptor definitions.
InterceptorsBeanDefinitionParser() - Constructor for class org.springframework.web.servlet.config.InterceptorsBeanDefinitionParser
 
InterfaceBasedMBeanInfoAssembler - Class in org.springframework.jmx.export.assembler
Subclass of AbstractReflectiveMBeanInfoAssembler that allows for the management interface of a bean to be defined using arbitrary interfaces.
InterfaceBasedMBeanInfoAssembler() - Constructor for class org.springframework.jmx.export.assembler.InterfaceBasedMBeanInfoAssembler
 
interfaceMappings - Variable in class org.springframework.jmx.export.assembler.InterfaceBasedMBeanInfoAssembler
Stores the mappings of bean keys to an array of Classes.
interfaces - Variable in class org.springframework.aop.framework.AdvisedSupport
Interfaces to be implemented by the proxy.
interfaces - Variable in class org.springframework.aop.support.DefaultIntroductionAdvisor
 
interfaces - Variable in class org.springframework.core.type.classreading.ClassMetadataReadingVisitor
 
interfaceType - Variable in class org.springframework.aop.support.DelegatePerTargetObjectIntroductionInterceptor
 
INTERNAL_ARRAY_PREFIX - Static variable in class org.springframework.util.ClassUtils
Prefix for internal array class names: "["
internalAnnotationAttributes - Static variable in class org.springframework.validation.beanvalidation.SpringValidatorAdapter
 
internalBeanFactories - Variable in class org.springframework.aop.framework.autoproxy.target.AbstractBeanFactoryBasedTargetSourceCreator
Internally used DefaultListableBeanFactory instances, keyed by bean name
InternalParseException - Exception in org.springframework.expression.spel
Wraps a real parse exception.
InternalParseException(SpelParseException) - Constructor for exception org.springframework.expression.spel.InternalParseException
 
InternalPathMethodNameResolver - Class in org.springframework.web.servlet.mvc.multiaction
Simple implementation of MethodNameResolver that maps URL to method name.
InternalPathMethodNameResolver() - Constructor for class org.springframework.web.servlet.mvc.multiaction.InternalPathMethodNameResolver
 
internalPersistenceUnitManager - Variable in class org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean
 
InternalResourceView - Class in org.springframework.web.servlet.view
Wrapper for a JSP or other resource within the same web application.
InternalResourceView() - Constructor for class org.springframework.web.servlet.view.InternalResourceView
Constructor for use as a bean.
InternalResourceView(String) - Constructor for class org.springframework.web.servlet.view.InternalResourceView
Create a new InternalResourceView with the given URL.
InternalResourceView(String, boolean) - Constructor for class org.springframework.web.servlet.view.InternalResourceView
Create a new InternalResourceView with the given URL.
InternalResourceViewResolver - Class in org.springframework.web.servlet.view
Convenient subclass of UrlBasedViewResolver that supports InternalResourceView (i.e.
InternalResourceViewResolver() - Constructor for class org.springframework.web.servlet.view.InternalResourceViewResolver
Sets the default view class to InternalResourceViewResolver.requiredViewClass(): by default InternalResourceView, or JstlView if the JSTL API is present.
InternalSpelExpressionParser - Class in org.springframework.expression.spel.standard
Hand written SpEL parser.
InternalSpelExpressionParser(SpelParserConfiguration) - Constructor for class org.springframework.expression.spel.standard.InternalSpelExpressionParser
Create a parser with some configured behavior.
InternetAddressEditor - Class in org.springframework.mail.javamail
Editor for java.mail.internet.InternetAddress, to directly populate an InternetAddress property.
InternetAddressEditor() - Constructor for class org.springframework.mail.javamail.InternetAddressEditor
 
interpolate(String, Context) - Method in class org.springframework.validation.beanvalidation.LocaleContextMessageInterpolator
 
interpolate(String, Context, Locale) - Method in class org.springframework.validation.beanvalidation.LocaleContextMessageInterpolator
 
InterruptibleBatchPreparedStatementSetter - Interface in org.springframework.jdbc.core
Extension of the BatchPreparedStatementSetter interface, adding a batch exhaustion check.
intersection(ClassFilter, ClassFilter) - Static method in class org.springframework.aop.support.ClassFilters
Match all classes that both of the given ClassFilters match.
intersection(ClassFilter[]) - Static method in class org.springframework.aop.support.ClassFilters
Match all classes that all of the given ClassFilters match.
intersection(ClassFilter) - Method in class org.springframework.aop.support.ComposablePointcut
Apply an intersection with the given ClassFilter.
intersection(MethodMatcher) - Method in class org.springframework.aop.support.ComposablePointcut
Apply an intersection with the given MethodMatcher.
intersection(Pointcut) - Method in class org.springframework.aop.support.ComposablePointcut
Apply an intersection with the given Pointcut.
intersection(MethodMatcher, MethodMatcher) - Static method in class org.springframework.aop.support.MethodMatchers
Match all methods that both of the given MethodMatchers match.
intersection(Pointcut, Pointcut) - Static method in class org.springframework.aop.support.Pointcuts
Match all methods that both the given pointcuts match.
interval - Variable in class org.springframework.jdbc.support.DatabaseStartupValidator
 
interval - Variable in class org.springframework.scheduling.config.IntervalTask
 
IntervalTask - Class in org.springframework.scheduling.config
Task implementation defining a Runnable to be executed at a given millisecond interval which may be treated as fixed-rate or fixed-delay depending on context.
IntervalTask(Runnable, long, long) - Constructor for class org.springframework.scheduling.config.IntervalTask
Create a new IntervalTask.
IntervalTask(Runnable, long) - Constructor for class org.springframework.scheduling.config.IntervalTask
Create a new IntervalTask with no initial delay.
intervalTaskReference(String, String, String, Element, ParserContext) - Method in class org.springframework.scheduling.config.ScheduledTasksBeanDefinitionParser
 
IntLiteral - Class in org.springframework.expression.spel.ast
Expression language AST node that represents an integer literal.
IntLiteral(String, int, int) - Constructor for class org.springframework.expression.spel.ast.IntLiteral
 
intResult(Collection) - Static method in class org.springframework.dao.support.DataAccessUtils
Return a unique int result from the given Collection.
introducedInterface - Variable in class org.springframework.aop.aspectj.DeclareParentsAdvisor
 
IntroductionAdvisor - Interface in org.springframework.aop
Superinterface for advisors that perform one or more AOP introductions.
IntroductionAwareMethodMatcher - Interface in org.springframework.aop
A specialized type of MethodMatcher that takes into account introductions when matching methods.
IntroductionInfo - Interface in org.springframework.aop
Interface supplying the information necessary to describe an introduction.
IntroductionInfoSupport - Class in org.springframework.aop.support
Support for implementations of IntroductionInfo.
IntroductionInfoSupport() - Constructor for class org.springframework.aop.support.IntroductionInfoSupport
 
IntroductionInterceptor - Interface in org.springframework.aop
Subinterface of AOP Alliance MethodInterceptor that allows additional interfaces to be implemented by the interceptor, and available via a proxy using that interceptor.
INTROSPECT_TYPE_LEVEL_MAPPING - Static variable in interface org.springframework.web.servlet.HandlerMapping
Name of the boolean HttpServletRequest attribute that indicates whether type-level mappings should be inspected.
introspectedClass - Variable in class org.springframework.core.type.StandardClassMetadata
 
introspectedMethod - Variable in class org.springframework.core.type.StandardMethodMetadata
 
IntrospectorCleanupListener - Class in org.springframework.web.util
Listener that flushes the JDK's JavaBeans Introspector cache on web app shutdown.
IntrospectorCleanupListener() - Constructor for class org.springframework.web.util.IntrospectorCleanupListener
 
inUse - Variable in class org.springframework.util.CompositeIterator
 
invalid - Variable in class org.springframework.mock.web.MockHttpSession
 
invalid - Variable in class org.springframework.mock.web.portlet.MockPortletSession
 
INVALID_MESSAGE_FORMAT - Static variable in class org.springframework.context.support.MessageSourceSupport
 
INVALID_SUBMISSION_PARAMETER - Static variable in class org.springframework.web.portlet.mvc.AbstractFormController
Deprecated.
 
invalidate() - Method in class org.springframework.mock.web.MockHttpServletRequest
Invalidate this request, clearing its state.
invalidate() - Method in class org.springframework.mock.web.MockHttpSession
Invalidates this session then unbinds any objects bound to it.
invalidate() - Method in class org.springframework.mock.web.portlet.MockPortletSession
 
invalidateCache() - Method in class org.springframework.core.convert.support.GenericConversionService
 
InvalidClientIDException - Exception in org.springframework.jms
Runtime exception mirroring the JMS InvalidClientIDException.
InvalidClientIDException(javax.jms.InvalidClientIDException) - Constructor for exception org.springframework.jms.InvalidClientIDException
 
InvalidDataAccessApiUsageException - Exception in org.springframework.dao
Exception thrown on incorrect usage of the API, such as failing to "compile" a query object that needed compilation before execution.
InvalidDataAccessApiUsageException(String) - Constructor for exception org.springframework.dao.InvalidDataAccessApiUsageException
Constructor for InvalidDataAccessApiUsageException.
InvalidDataAccessApiUsageException(String, Throwable) - Constructor for exception org.springframework.dao.InvalidDataAccessApiUsageException
Constructor for InvalidDataAccessApiUsageException.
InvalidDataAccessResourceUsageException - Exception in org.springframework.dao
Root for exceptions thrown when we use a data access resource incorrectly.
InvalidDataAccessResourceUsageException(String) - Constructor for exception org.springframework.dao.InvalidDataAccessResourceUsageException
Constructor for InvalidDataAccessResourceUsageException.
InvalidDataAccessResourceUsageException(String, Throwable) - Constructor for exception org.springframework.dao.InvalidDataAccessResourceUsageException
Constructor for InvalidDataAccessResourceUsageException.
InvalidDestinationException - Exception in org.springframework.jms
Runtime exception mirroring the JMS InvalidDestinationException.
InvalidDestinationException(javax.jms.InvalidDestinationException) - Constructor for exception org.springframework.jms.InvalidDestinationException
 
InvalidInvocationException - Exception in org.springframework.jmx.access
Thrown when trying to invoke an operation on a proxy that is not exposed by the proxied MBean resource's management interface.
InvalidInvocationException(String) - Constructor for exception org.springframework.jmx.access.InvalidInvocationException
Create a new InvalidInvocationException with the supplied error message.
InvalidIsolationLevelException - Exception in org.springframework.transaction
Exception that gets thrown when an invalid isolation level is specified, i.e.
InvalidIsolationLevelException(String) - Constructor for exception org.springframework.transaction.InvalidIsolationLevelException
Constructor for InvalidIsolationLevelException.
InvalidMediaTypeException - Exception in org.springframework.http
Exception thrown from MediaType.parseMediaType(String) in case of encountering an invalid media type specification String.
InvalidMediaTypeException(String, String) - Constructor for exception org.springframework.http.InvalidMediaTypeException
Create a new InvalidMediaTypeException for the given media type.
InvalidMetadataException - Exception in org.springframework.jmx.export.metadata
Thrown by the JmxAttributeSource when it encounters incorrect metadata on a managed resource or one of its methods.
InvalidMetadataException(String) - Constructor for exception org.springframework.jmx.export.metadata.InvalidMetadataException
Create a new InvalidMetadataException with the supplied error message.
InvalidPropertyException - Exception in org.springframework.beans
Exception thrown when referring to an invalid bean property.
InvalidPropertyException(Class, String, String) - Constructor for exception org.springframework.beans.InvalidPropertyException
Create a new InvalidPropertyException.
InvalidPropertyException(Class, String, String, Throwable) - Constructor for exception org.springframework.beans.InvalidPropertyException
Create a new InvalidPropertyException.
invalidResultSetAccessCodes - Variable in class org.springframework.jdbc.support.SQLErrorCodes
 
InvalidResultSetAccessException - Exception in org.springframework.jca.cci
Exception thrown when a ResultSet has been accessed in an invalid fashion.
InvalidResultSetAccessException(String, SQLException) - Constructor for exception org.springframework.jca.cci.InvalidResultSetAccessException
Constructor for InvalidResultSetAccessException.
InvalidResultSetAccessException - Exception in org.springframework.jdbc
Exception thrown when a ResultSet has been accessed in an invalid fashion.
InvalidResultSetAccessException(String, String, SQLException) - Constructor for exception org.springframework.jdbc.InvalidResultSetAccessException
Constructor for InvalidResultSetAccessException.
InvalidResultSetAccessException(SQLException) - Constructor for exception org.springframework.jdbc.InvalidResultSetAccessException
Constructor for InvalidResultSetAccessException.
InvalidSelectorException - Exception in org.springframework.jms
Runtime exception mirroring the JMS InvalidSelectorException.
InvalidSelectorException(javax.jms.InvalidSelectorException) - Constructor for exception org.springframework.jms.InvalidSelectorException
 
InvalidTimeoutException - Exception in org.springframework.transaction
Exception that gets thrown when an invalid timeout is specified, that is, the specified timeout valid is out of range or the transaction manager implementation doesn't support timeouts.
InvalidTimeoutException(String, int) - Constructor for exception org.springframework.transaction.InvalidTimeoutException
Constructor for InvalidTimeoutException.
InvertibleComparator<T> - Class in org.springframework.util.comparator
A decorator for a comparator, with an "ascending" flag denoting whether comparison results should be treated in forward (standard ascending) order or flipped for reverse (descending) order.
InvertibleComparator(Comparator<T>) - Constructor for class org.springframework.util.comparator.InvertibleComparator
Create an InvertibleComparator that sorts ascending by default.
InvertibleComparator(Comparator<T>, boolean) - Constructor for class org.springframework.util.comparator.InvertibleComparator
Create an InvertibleComparator that sorts based on the provided order.
invertOrder() - Method in class org.springframework.util.comparator.CompoundComparator
Invert the sort order of each sort definition contained by this compound comparator.
invertOrder(int) - Method in class org.springframework.util.comparator.CompoundComparator
Invert the sort order of the sort definition at the specified index.
invertOrder() - Method in class org.springframework.util.comparator.InvertibleComparator
Invert the sort order: ascending -> descending or descending -> ascending.
invocableClone() - Method in class org.springframework.aop.framework.ReflectiveMethodInvocation
This implementation returns a shallow copy of this invocation object, including an independent copy of the original arguments array.
invocableClone(Object[]) - Method in class org.springframework.aop.framework.ReflectiveMethodInvocation
This implementation returns a shallow copy of this invocation object, using the given arguments array for the clone.
invocableClone() - Method in interface org.springframework.aop.ProxyMethodInvocation
Create a clone of this object.
invocableClone(Object[]) - Method in interface org.springframework.aop.ProxyMethodInvocation
Create a clone of this object.
InvocableHandlerMethod - Class in org.springframework.web.method.support
Provides a method for invoking the handler method for a given request after resolving its method argument values through registered HandlerMethodArgumentResolvers.
InvocableHandlerMethod(Object, Method) - Constructor for class org.springframework.web.method.support.InvocableHandlerMethod
Creates an instance from the given handler and method.
InvocableHandlerMethod(HandlerMethod) - Constructor for class org.springframework.web.method.support.InvocableHandlerMethod
Create an instance from a HandlerMethod.
InvocableHandlerMethod(Object, String, Class<?>...) - Constructor for class org.springframework.web.method.support.InvocableHandlerMethod
Constructs a new handler method with the given bean instance, method name and parameters.
invocation - Static variable in class org.springframework.aop.interceptor.ExposeInvocationInterceptor
 
invocationCount - Variable in class org.springframework.aop.target.ThreadLocalTargetSource
 
InvocationFailureException - Exception in org.springframework.jmx.access
Thrown when an invocation on an MBean resource failed with an exception (either a reflection exception or an exception thrown by the target method itself).
InvocationFailureException(String) - Constructor for exception org.springframework.jmx.access.InvocationFailureException
Create a new InvocationFailureException with the supplied error message.
InvocationFailureException(String, Throwable) - Constructor for exception org.springframework.jmx.access.InvocationFailureException
Create a new InvocationFailureException with the specified error message and root cause.
invocationHandler - Variable in class org.springframework.jmx.access.MBeanClientInterceptor
 
invoke(MethodInvocation) - Method in class org.springframework.aop.aspectj.AspectJAfterAdvice
 
invoke(MethodInvocation) - Method in class org.springframework.aop.aspectj.AspectJAfterThrowingAdvice
 
invoke(MethodInvocation) - Method in class org.springframework.aop.aspectj.AspectJAroundAdvice
 
invoke(MethodInvocation) - Method in class org.springframework.aop.framework.adapter.AfterReturningAdviceInterceptor
 
invoke(MethodInvocation) - Method in class org.springframework.aop.framework.adapter.MethodBeforeAdviceInterceptor
 
invoke(MethodInvocation) - Method in class org.springframework.aop.framework.adapter.ThrowsAdviceInterceptor
 
invoke(Object, Method, Object[]) - Method in class org.springframework.aop.framework.JdkDynamicAopProxy
Implementation of InvocationHandler.invoke.
invoke(MethodInvocation) - Method in class org.springframework.aop.interceptor.AbstractTraceInterceptor
Determines whether or not logging is enabled for the particular MethodInvocation.
invoke(MethodInvocation) - Method in class org.springframework.aop.interceptor.AsyncExecutionInterceptor
Intercept the given method invocation, submit the actual calling of the method to the correct task executor and return immediately to the caller.
invoke(MethodInvocation) - Method in class org.springframework.aop.interceptor.ConcurrencyThrottleInterceptor
 
invoke(MethodInvocation) - Method in class org.springframework.aop.interceptor.DebugInterceptor
 
invoke(MethodInvocation) - Method in class org.springframework.aop.interceptor.ExposeBeanNameAdvisors.ExposeBeanNameInterceptor
 
invoke(MethodInvocation) - Method in class org.springframework.aop.interceptor.ExposeBeanNameAdvisors.ExposeBeanNameIntroduction
 
invoke(MethodInvocation) - Method in class org.springframework.aop.interceptor.ExposeInvocationInterceptor
 
invoke(MethodInvocation) - Method in class org.springframework.aop.support.DelegatePerTargetObjectIntroductionInterceptor
Subclasses may need to override this if they want to perform custom behaviour in around advice.
invoke(MethodInvocation) - Method in class org.springframework.aop.support.DelegatingIntroductionInterceptor
Subclasses may need to override this if they want to perform custom behaviour in around advice.
invoke(Object) - Method in class org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor.LifecycleElement
 
invoke(Object, Method, Object[]) - Method in class org.springframework.beans.factory.config.AbstractFactoryBean.EarlySingletonInvocationHandler
 
invoke(Object, Method, Object[]) - Method in class org.springframework.beans.factory.config.ServiceLocatorFactoryBean.ServiceLocatorInvocationHandler
 
invoke(Object, Method, Object[]) - Method in class org.springframework.beans.factory.support.AutowireUtils.ObjectFactoryDelegatingInvocationHandler
 
invoke() - Method in interface org.springframework.cache.interceptor.CacheAspectSupport.Invoker
 
invoke(MethodInvocation) - Method in class org.springframework.cache.interceptor.CacheInterceptor
 
invoke(MethodInvocation) - Method in class org.springframework.context.event.EventPublicationInterceptor
 
invoke(Object, Method, Object[]) - Method in class org.springframework.core.io.support.PathMatchingResourcePatternResolver.PatternVirtualFileVisitor
 
invoke(MethodInvocation) - Method in class org.springframework.dao.support.PersistenceExceptionTranslationInterceptor
 
invoke(MethodInvocation) - Method in class org.springframework.ejb.access.AbstractSlsbInvokerInterceptor
Prepares the thread context if necessar, and delegates to AbstractSlsbInvokerInterceptor.invokeInContext(MethodInvocation).
invoke(Object, Method, Object[]) - Method in class org.springframework.instrument.classloading.jboss.JBossMCTranslatorAdapter
 
invoke(Object, Method, Object[]) - Method in class org.springframework.instrument.classloading.oc4j.OC4JClassPreprocessorAdapter
 
invoke(Object, Method, Object[]) - Method in class org.springframework.instrument.classloading.weblogic.WebLogicClassPreProcessorAdapter
 
invoke(Object, Method, Object[]) - Method in class org.springframework.instrument.classloading.websphere.WebSphereClassPreDefinePlugin
 
invoke(Object, Method, Object[]) - Method in class org.springframework.jca.cci.connection.SingleConnectionFactory.CloseSuppressingInvocationHandler
 
invoke(Object, Method, Object[]) - Method in class org.springframework.jca.cci.connection.TransactionAwareConnectionFactoryProxy.TransactionAwareInvocationHandler
 
invoke(MethodInvocation) - Method in class org.springframework.jca.endpoint.GenericMessageEndpointFactory.GenericMessageEndpoint
 
invoke(Object, Method, Object[]) - Method in class org.springframework.jdbc.core.JdbcTemplate.CloseSuppressingInvocationHandler
 
invoke(Object, Method, Object[]) - Method in class org.springframework.jdbc.datasource.LazyConnectionDataSourceProxy.LazyConnectionInvocationHandler
 
invoke(Object, Method, Object[]) - Method in class org.springframework.jdbc.datasource.SingleConnectionDataSource.CloseSuppressingInvocationHandler
 
invoke(Object, Method, Object[]) - Method in class org.springframework.jdbc.datasource.TransactionAwareDataSourceProxy.TransactionAwareInvocationHandler
 
invoke(Object, Method, Object[]) - Method in class org.springframework.jms.connection.CachingConnectionFactory.CachedSessionInvocationHandler
 
invoke(Object, Method, Object[]) - Method in class org.springframework.jms.connection.SingleConnectionFactory.SharedConnectionInvocationHandler
 
invoke(Object, Method, Object[]) - Method in class org.springframework.jms.connection.TransactionAwareConnectionFactoryProxy.CloseSuppressingSessionInvocationHandler
 
invoke(Object, Method, Object[]) - Method in class org.springframework.jms.connection.TransactionAwareConnectionFactoryProxy.TransactionAwareConnectionInvocationHandler
 
invoke(MethodInvocation) - Method in class org.springframework.jms.remoting.JmsInvokerClientInterceptor
 
invoke(MethodInvocation) - Method in class org.springframework.jmx.access.MBeanClientInterceptor
Route the invocation to the configured managed resource..
invoke(String, Object[], String[]) - Method in class org.springframework.jmx.export.SpringModelMBean
Switches the context ClassLoader for the managed resources ClassLoader before allowing the invocation to occur.
invoke(MethodInvocation) - Method in class org.springframework.jndi.JndiObjectFactoryBean.JndiContextExposingInterceptor
 
invoke(MethodInvocation) - Method in class org.springframework.orm.hibernate3.HibernateInterceptor
 
invoke(Object, Method, Object[]) - Method in class org.springframework.orm.hibernate3.HibernateTemplate.CloseSuppressingInvocationHandler
 
invoke(MethodInvocation) - Method in class org.springframework.orm.jdo.JdoInterceptor
Deprecated.
 
invoke(Object, Method, Object[]) - Method in class org.springframework.orm.jdo.JdoTemplate.CloseSuppressingInvocationHandler
Deprecated.
 
invoke(Object, Method, Object[]) - Method in class org.springframework.orm.jdo.support.SpringPersistenceManagerProxyBean.PersistenceManagerInvocationHandler
 
invoke(Object, Method, Object[]) - Method in class org.springframework.orm.jdo.TransactionAwarePersistenceManagerFactoryProxy.PersistenceManagerFactoryInvocationHandler
 
invoke(Object, Method, Object[]) - Method in class org.springframework.orm.jdo.TransactionAwarePersistenceManagerFactoryProxy.PersistenceManagerInvocationHandler
 
invoke(Object, Method, Object[]) - Method in class org.springframework.orm.jpa.AbstractEntityManagerFactoryBean.ManagedEntityManagerFactoryInvocationHandler
 
invoke(Object, Method, Object[]) - Method in class org.springframework.orm.jpa.ExtendedEntityManagerCreator.ExtendedEntityManagerInvocationHandler
 
invoke(MethodInvocation) - Method in class org.springframework.orm.jpa.JpaInterceptor
Deprecated.
 
invoke(Object, Method, Object[]) - Method in class org.springframework.orm.jpa.JpaTemplate.CloseSuppressingInvocationHandler
Deprecated.
 
invoke(Object, Method, Object[]) - Method in class org.springframework.orm.jpa.persistenceunit.DefaultPersistenceUnitManager.Jpa2PersistenceUnitInfoDecorator
 
invoke(Object, Method, Object[]) - Method in class org.springframework.orm.jpa.SharedEntityManagerCreator.DeferredQueryInvocationHandler
 
invoke(Object, Method, Object[]) - Method in class org.springframework.orm.jpa.SharedEntityManagerCreator.SharedEntityManagerInvocationHandler
 
invoke(MethodInvocation) - Method in class org.springframework.remoting.caucho.BurlapClientInterceptor
 
invoke(InputStream, OutputStream) - Method in class org.springframework.remoting.caucho.BurlapExporter
Perform an invocation on the exported object.
invoke(MethodInvocation) - Method in class org.springframework.remoting.caucho.HessianClientInterceptor
 
invoke(InputStream, OutputStream) - Method in class org.springframework.remoting.caucho.HessianExporter
Perform an invocation on the exported object.
invoke(MethodInvocation) - Method in class org.springframework.remoting.httpinvoker.HttpInvokerClientInterceptor
 
invoke(MethodInvocation) - Method in class org.springframework.remoting.jaxrpc.JaxRpcPortClientInterceptor
Deprecated.
Translates the method invocation into a JAX-RPC service invocation.
invoke(MethodInvocation) - Method in class org.springframework.remoting.jaxws.JaxWsPortClientInterceptor
 
invoke(MethodInvocation) - Method in class org.springframework.remoting.rmi.JndiRmiClientInterceptor
invoke(RemoteInvocation, Object) - Method in class org.springframework.remoting.rmi.RmiBasedExporter
Redefined here to be visible to RmiInvocationWrapper.
invoke(MethodInvocation) - Method in class org.springframework.remoting.rmi.RmiClientInterceptor
Fetches an RMI stub and delegates to doInvoke.
invoke(MethodInvocation, Remote, String) - Static method in class org.springframework.remoting.rmi.RmiClientInterceptorUtils
invoke(RemoteInvocation) - Method in interface org.springframework.remoting.rmi.RmiInvocationHandler
Apply the given invocation to the target object.
invoke(RemoteInvocation) - Method in class org.springframework.remoting.rmi.RmiInvocationWrapper
Delegates the actual invocation handling to the RMI exporter.
invoke(RemoteInvocation, Object) - Method in class org.springframework.remoting.support.DefaultRemoteInvocationExecutor
 
invoke(Object) - Method in class org.springframework.remoting.support.RemoteInvocation
Perform this invocation on the given target object.
invoke(RemoteInvocation, Object) - Method in class org.springframework.remoting.support.RemoteInvocationBasedExporter
Apply the given remote invocation to the given target object.
invoke(RemoteInvocation, Object) - Method in interface org.springframework.remoting.support.RemoteInvocationExecutor
Perform this invocation on the given target object.
invoke(MethodInvocation) - Method in class org.springframework.remoting.support.RemoteInvocationTraceInterceptor
 
invoke(Object, Method, Object[]) - Method in class org.springframework.scripting.bsh.BshScriptUtils.BshObjectInvocationHandler
 
invoke(Object, Method, Object[]) - Method in class org.springframework.scripting.jruby.JRubyScriptUtils.RubyObjectInvocationHandler
 
invoke(MethodInvocation) - Method in class org.springframework.transaction.interceptor.TransactionInterceptor
 
invoke() - Method in class org.springframework.util.MethodInvoker
Invoke the specified method.
invoke(MethodInvocation) - Method in class org.springframework.validation.beanvalidation.MethodValidationInterceptor
 
invoke(Object...) - Method in class org.springframework.web.method.support.InvocableHandlerMethod
Invoke the handler method with the given argument values.
INVOKE_EQUALS - Static variable in class org.springframework.aop.framework.CglibAopProxy
 
INVOKE_HASHCODE - Static variable in class org.springframework.aop.framework.CglibAopProxy
 
INVOKE_TARGET - Static variable in class org.springframework.aop.framework.CglibAopProxy
 
invokeAdviceMethod(JoinPointMatch, Object, Throwable) - Method in class org.springframework.aop.aspectj.AbstractAspectJAdvice
Invoke the advice method.
invokeAdviceMethod(JoinPoint, JoinPointMatch, Object, Throwable) - Method in class org.springframework.aop.aspectj.AbstractAspectJAdvice
 
invokeAdviceMethodWithGivenArgs(Object[]) - Method in class org.springframework.aop.aspectj.AbstractAspectJAdvice
 
invokeAfterCommit(List<TransactionSynchronization>) - Static method in class org.springframework.transaction.support.TransactionSynchronizationUtils
Actually invoke the afterCommit methods of the given Spring TransactionSynchronization objects.
invokeAfterCompletion(List<TransactionSynchronization>, int) - Method in class org.springframework.transaction.support.AbstractPlatformTransactionManager
Actually invoke the afterCompletion methods of the given Spring TransactionSynchronization objects.
invokeAfterCompletion(List<TransactionSynchronization>, int) - Static method in class org.springframework.transaction.support.TransactionSynchronizationUtils
Actually invoke the afterCompletion methods of the given Spring TransactionSynchronization objects.
invokeAndCreateResult(RemoteInvocation, Object) - Method in class org.springframework.remoting.support.RemoteInvocationBasedExporter
Apply the given remote invocation to the given target object, wrapping the invocation result in a serializable RemoteInvocationResult object.
invokeAndHandle(ServletWebRequest, ModelAndViewContainer, Object...) - Method in class org.springframework.web.servlet.mvc.method.annotation.ServletInvocableHandlerMethod
Invokes the method and handles the return value through a registered HandlerMethodReturnValueHandler.
invokeAttribute(PropertyDescriptor, MethodInvocation) - Method in class org.springframework.jmx.access.MBeanClientInterceptor
 
invokeAwareInterfaces(Object) - Method in class org.springframework.context.support.ApplicationContextAwareProcessor
 
invokeAwareMethods(String, Object) - Method in class org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory
 
invokeAwareMethods(ImportBeanDefinitionRegistrar) - Method in class org.springframework.context.annotation.ConfigurationClassParser
Invoke ResourceLoaderAware, BeanClassLoaderAware and BeanFactoryAware contracts if implemented by the given registrar.
invokeBeanFactoryPostProcessors(ConfigurableListableBeanFactory) - Method in class org.springframework.context.support.AbstractApplicationContext
Instantiate and invoke all registered BeanFactoryPostProcessor beans, respecting explicit order if given.
invokeBeanFactoryPostProcessors(Collection<? extends BeanFactoryPostProcessor>, ConfigurableListableBeanFactory) - Method in class org.springframework.context.support.AbstractApplicationContext
Invoke the given BeanFactoryPostProcessor beans.
invokeConverter(GenericConverter, Object, TypeDescriptor, TypeDescriptor) - Static method in class org.springframework.core.convert.support.ConversionUtils
 
invokeCustomDestroyMethod(Method) - Method in class org.springframework.beans.factory.support.DisposableBeanAdapter
Invoke the specified custom destroy method on the given bean.
invokeCustomInitMethod(String, Object, RootBeanDefinition) - Method in class org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory
Invoke the specified custom init method on the given bean.
invokeDelegate(Filter, ServletRequest, ServletResponse, FilterChain) - Method in class org.springframework.web.filter.DelegatingFilterProxy
Actually invoke the delegate Filter with the given request and response.
invokeDestroyMethods(Object, String) - Method in class org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor.LifecycleMetadata
 
invokeDisposableBean - Variable in class org.springframework.beans.factory.support.DisposableBeanAdapter
 
invokeErrorHandler(Throwable) - Method in class org.springframework.jms.listener.AbstractMessageListenerContainer
Invoke the registered ErrorHandler, if any.
invokeExceptionListener(JMSException) - Method in class org.springframework.jms.listener.AbstractMessageListenerContainer
Invoke the registered JMS ExceptionListener, if any.
invokeForRequest(NativeWebRequest, ModelAndViewContainer, Object...) - Method in class org.springframework.web.method.support.InvocableHandlerMethod
Invoke the method after resolving its argument values in the context of the given request.
invokeGetterMethod(Object, String) - Static method in class org.springframework.test.util.ReflectionTestUtils
Invoke the getter method with the given name on the supplied target object with the supplied value.
invokeHandleMethod(HttpServletRequest, HttpServletResponse, HandlerMethod) - Method in class org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter
Invoke the RequestMapping handler method preparing a ModelAndView if view resolution is required.
invokeHandlerMethod(MethodInvocation, Throwable, Method) - Method in class org.springframework.aop.framework.adapter.ThrowsAdviceInterceptor
 
invokeHandlerMethod(Method, Object, NativeWebRequest, ExtendedModelMap) - Method in class org.springframework.web.bind.annotation.support.HandlerMethodInvoker
 
invokeHandlerMethod(PortletRequest, PortletResponse, Object, ExtendedModelMap) - Method in class org.springframework.web.portlet.mvc.annotation.AnnotationMethodHandlerAdapter
 
invokeHandlerMethod(HttpServletRequest, HttpServletResponse, Object) - Method in class org.springframework.web.servlet.mvc.annotation.AnnotationMethodHandlerAdapter
Deprecated.
 
invokeInContext(MethodInvocation) - Method in class org.springframework.ejb.access.AbstractRemoteSlsbInvokerInterceptor
Fetches an EJB home object and delegates to doInvoke.
invokeInContext(MethodInvocation) - Method in class org.springframework.ejb.access.AbstractSlsbInvokerInterceptor
Perform the given invocation on the current EJB home, within the thread context being prepared accordingly.
invokeInContext(MethodInvocation) - Method in class org.springframework.ejb.access.LocalSlsbInvokerInterceptor
This implementation "creates" a new EJB instance for each invocation.
invokeInitMethods(Object, String) - Method in class org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor.LifecycleMetadata
 
invokeInitMethods(String, Object, RootBeanDefinition) - Method in class org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory
Give a bean a chance to react now all its properties are set, and a chance to know about its owning bean factory (this object).
invokeJdbcMethod(Method, Object) - Static method in class org.springframework.util.ReflectionUtils
Invoke the specified JDBC API Method against the supplied target object with no arguments.
invokeJdbcMethod(Method, Object, Object...) - Static method in class org.springframework.util.ReflectionUtils
Invoke the specified JDBC API Method against the supplied target object with the supplied arguments.
invokeJoinpoint() - Method in class org.springframework.aop.framework.CglibAopProxy.CglibMethodInvocation
Gives a marginal performance improvement versus using reflection to invoke the target when invoking public methods.
invokeJoinpoint() - Method in class org.springframework.aop.framework.ReflectiveMethodInvocation
Invoke the joinpoint using reflection.
invokeJoinpointUsingReflection(Object, Method, Object[]) - Static method in class org.springframework.aop.support.AopUtils
Invoke the given target via reflection, as part of an AOP method invocation.
invokeListener(Session, Message) - Method in class org.springframework.jms.listener.AbstractMessageListenerContainer
Invoke the specified listener: either as standard JMS MessageListener or (preferably) as Spring SessionAwareMessageListener.
invokeListener() - Method in class org.springframework.jms.listener.DefaultMessageListenerContainer.AsyncMessageListenerInvoker
 
invokeListenerMethod(String, Object[]) - Method in class org.springframework.jms.listener.adapter.MessageListenerAdapter
Invoke the specified listener method.
invokeMethod(Object, String, Object...) - Static method in class org.springframework.test.util.ReflectionTestUtils
Invoke the method with the given name on the supplied target object with the supplied arguments.
invokeMethod(Method, Object) - Static method in class org.springframework.util.ReflectionUtils
Invoke the specified Method against the supplied target object with no arguments.
invokeMethod(Method, Object, Object...) - Static method in class org.springframework.util.ReflectionUtils
Invoke the specified Method against the supplied target object with the supplied arguments.
invokeModelAttributeMethods(NativeWebRequest, ModelAndViewContainer) - Method in class org.springframework.web.method.annotation.ModelFactory
Invoke model attribute methods to populate the model.
invokeNamedMethod(String, HttpServletRequest, HttpServletResponse) - Method in class org.springframework.web.servlet.mvc.multiaction.MultiActionController
Invokes the named method.
invokeOperation(Method, Object[]) - Method in class org.springframework.jmx.access.MBeanClientInterceptor
Routes a method invocation (not a property get/set) to the corresponding operation on the managed resource.
invokeProxyMethod(Method, Object[]) - Method in class org.springframework.orm.jpa.AbstractEntityManagerFactoryBean
Delegate an incoming invocation from the proxy, dispatching to EntityManagerFactoryInfo / EntityManagerFactoryPlusOperations / the native EntityManagerFactory accordingly.
invokeRemoteMethod(MethodInvocation, Object) - Static method in class org.springframework.remoting.rmi.RmiClientInterceptorUtils
Perform a raw method invocation on the given RMI stub, letting reflection exceptions through as-is.
invokeServiceLocatorMethod(Method, Object[]) - Method in class org.springframework.beans.factory.config.ServiceLocatorFactoryBean.ServiceLocatorInvocationHandler
 
invokeSetterMethod(Object, String, Object) - Static method in class org.springframework.test.util.ReflectionTestUtils
Invoke the setter method with the given name on the supplied target object with the supplied value.
invokeSetterMethod(Object, String, Object, Class<?>) - Static method in class org.springframework.test.util.ReflectionTestUtils
Invoke the setter method with the given name on the supplied target object with the supplied value.
invokeUnderTrace(MethodInvocation, Log) - Method in class org.springframework.aop.interceptor.AbstractTraceInterceptor
Subclasses must override this method to perform any tracing around the supplied MethodInvocation.
invokeUnderTrace(MethodInvocation, Log) - Method in class org.springframework.aop.interceptor.CustomizableTraceInterceptor
Writes a log message before the invocation based on the value of enterMessage.
invokeUnderTrace(MethodInvocation, Log) - Method in class org.springframework.aop.interceptor.JamonPerformanceMonitorInterceptor
Wraps the invocation with a JAMon Monitor and writes the current performance statistics to the log (if enabled).
invokeUnderTrace(MethodInvocation, Log) - Method in class org.springframework.aop.interceptor.PerformanceMonitorInterceptor
 
invokeUnderTrace(MethodInvocation, Log) - Method in class org.springframework.aop.interceptor.SimpleTraceInterceptor
 
invokeValidator(Validator, Object, Errors) - Static method in class org.springframework.validation.ValidationUtils
Invoke the given Validator for the supplied object and Errors instance.
invokeValidator(Validator, Object, Errors, Object...) - Static method in class org.springframework.validation.ValidationUtils
Invoke the given Validator/SmartValidator for the supplied object and Errors instance.
invokeVfsMethod(Method, Object, Object...) - Static method in class org.springframework.core.io.VfsUtils
 
invokeWithinTransaction(Method, Class, TransactionAspectSupport.InvocationCallback) - Method in class org.springframework.transaction.interceptor.TransactionAspectSupport
General delegate for around-advice-based subclasses, delegating to several other template methods on this class.
is(<any>) - Method in class org.springframework.test.web.servlet.result.StatusResultMatchers
Assert the response status code with the given Hamcrest Matcher.
is - Variable in class org.springframework.web.filter.AbstractRequestLoggingFilter.RequestCachingRequestWrapper.RequestCachingInputStream
 
IS_ALPHA - Static variable in class org.springframework.expression.spel.standard.Tokenizer
 
IS_AT_LEAST_DOT_SIX - Static variable in class org.springframework.jdbc.datasource.embedded.DerbyEmbeddedDatabaseConfigurer
 
IS_DIGIT - Static variable in class org.springframework.expression.spel.standard.Tokenizer
 
IS_HEXDIGIT - Static variable in class org.springframework.expression.spel.standard.Tokenizer
 
IS_STANDALONE_FEATURE_NAME - Static variable in class org.springframework.util.xml.AbstractStaxXMLReader
 
isAbstract() - Method in interface org.springframework.beans.factory.config.BeanDefinition
Return whether this bean is "abstract", that is, not meant to be instantiated.
isAbstract() - Method in class org.springframework.beans.factory.support.AbstractBeanDefinition
Return whether this bean is "abstract", i.e.
isAbstract() - Method in interface org.springframework.core.type.ClassMetadata
Return whether the underlying class is marked as abstract.
isAbstract - Variable in class org.springframework.core.type.classreading.ClassMetadataReadingVisitor
 
isAbstract() - Method in class org.springframework.core.type.classreading.ClassMetadataReadingVisitor
 
isAbstract() - Method in class org.springframework.core.type.StandardClassMetadata
 
isAccepted() - Method in class org.springframework.test.web.servlet.result.StatusResultMatchers
Assert the response status code is HttpStatus.ACCEPTED (202).
isAcceptGzipEncoding() - Method in class org.springframework.remoting.httpinvoker.AbstractHttpInvokerRequestExecutor
Return whether to accept GZIP encoding, that is, whether to send the HTTP "Accept-Encoding" header with "gzip" as value.
isAcceptMessagesWhileStopping() - Method in class org.springframework.jms.listener.AbstractMessageListenerContainer
Return whether to accept received messages while the listener container in the process of stopping.
isAcceptProxyClasses() - Method in class org.springframework.remoting.rmi.RemoteInvocationSerializingExporter
Return whether to accept deserialization of proxy classes.
isAccessCallParameterMetaData() - Method in class org.springframework.jdbc.core.metadata.CallMetaDataContext
Check whether call parameter metadata should be accessed.
isAccessTableColumnMetaData() - Method in class org.springframework.jdbc.core.metadata.TableMetaDataContext
Are we accessing table meta data?
isActive() - Method in class org.springframework.aop.framework.ProxyCreatorSupport
Subclasses can call this to check whether any AOP proxies have been created yet.
isActive() - Method in interface org.springframework.context.ConfigurableApplicationContext
Determine whether this application context is active, that is, whether it has been refreshed at least once and has not been closed yet.
isActive() - Method in class org.springframework.context.support.AbstractApplicationContext
 
isActive() - Method in class org.springframework.jms.listener.AbstractJmsListeningContainer
Return whether this container is currently active, that is, whether it has been set up but not shut down yet.
isActive() - Method in class org.springframework.mock.web.MockHttpServletRequest
Return whether this request is still active (that is, not completed yet).
isActive() - Method in class org.springframework.mock.web.portlet.MockPortletRequest
Return whether this request is still active (that is, not completed yet).
isActuallyInCreation(String) - Method in class org.springframework.beans.factory.support.AbstractBeanFactory
 
isActuallyInCreation(String) - Method in class org.springframework.beans.factory.support.DefaultSingletonBeanRegistry
 
isActualTransactionActive() - Static method in class org.springframework.transaction.support.TransactionSynchronizationManager
Return whether there currently is an actual transaction active.
isAdviceInstantiated() - Method in class org.springframework.aop.aspectj.annotation.InstantiationModelAwarePointcutAdvisorImpl
 
isAdviceInstantiated() - Method in interface org.springframework.aop.aspectj.InstantiationModelAwarePointcutAdvisor
Return whether this advisor has already instantiated its advice.
isAdviceNode(Node, ParserContext) - Method in class org.springframework.aop.config.ConfigBeanDefinitionParser
Return true if the supplied node describes an advice type.
isAfterAdvice - Variable in class org.springframework.aop.aspectj.annotation.InstantiationModelAwarePointcutAdvisorImpl
 
isAfterAdvice() - Method in class org.springframework.aop.aspectj.annotation.InstantiationModelAwarePointcutAdvisorImpl
 
isAfterAdvice() - Method in class org.springframework.aop.aspectj.AspectJAfterAdvice
 
isAfterAdvice() - Method in class org.springframework.aop.aspectj.AspectJAfterReturningAdvice
 
isAfterAdvice() - Method in class org.springframework.aop.aspectj.AspectJAfterThrowingAdvice
 
isAfterAdvice(Advisor) - Static method in class org.springframework.aop.aspectj.AspectJAopUtils
Return true if the advisor is a form of after advice.
isAfterAdvice() - Method in class org.springframework.aop.aspectj.AspectJAroundAdvice
 
isAfterAdvice() - Method in class org.springframework.aop.aspectj.AspectJMethodBeforeAdvice
 
isAfterAdvice() - Method in interface org.springframework.aop.aspectj.AspectJPrecedenceInformation
Return whether this is an after advice.
isAfterLast() - Method in class org.springframework.jdbc.support.rowset.ResultSetWrappingSqlRowSet
 
isAfterLast() - Method in interface org.springframework.jdbc.support.rowset.SqlRowSet
Retrieves whether the cursor is after the last row of this RowSet.
isAlias(String) - Method in class org.springframework.context.support.GenericApplicationContext
 
isAlias(String) - Method in interface org.springframework.core.AliasRegistry
Determine whether this given name is defines as an alias (as opposed to the name of an actually registered component).
isAlias(String) - Method in class org.springframework.core.SimpleAliasRegistry
 
isAllowCreate() - Method in class org.springframework.orm.hibernate3.HibernateTemplate
Return if a new Session should be created if no thread-bound found.
isAllowCreate() - Method in class org.springframework.orm.jdo.JdoTemplate
Deprecated.
Return if a new PersistenceManager should be created if no thread-bound found.
isAllowCreate() - Method in class org.springframework.orm.jdo.support.SpringPersistenceManagerProxyBean
Return whether the PersistenceManagerFactory proxy is allowed to create a non-transactional PersistenceManager when no transactional PersistenceManager can be found for the current thread.
isAllowCreate() - Method in class org.springframework.orm.jdo.TransactionAwarePersistenceManagerFactoryProxy
Return whether the PersistenceManagerFactory proxy is allowed to create a non-transactional PersistenceManager when no transactional PersistenceManager can be found for the current thread.
isAllowDirtyBack() - Method in class org.springframework.web.portlet.mvc.AbstractWizardFormController
Deprecated.
Return whether "dirty back" is allowed.
isAllowDirtyBack() - Method in class org.springframework.web.servlet.mvc.AbstractWizardFormController
Deprecated.
Return whether "dirty back" is allowed.
isAllowDirtyForward() - Method in class org.springframework.web.portlet.mvc.AbstractWizardFormController
Deprecated.
Return whether "dirty forward" is allowed.
isAllowDirtyForward() - Method in class org.springframework.web.servlet.mvc.AbstractWizardFormController
Deprecated.
Return whether "dirty forward" is allowed.
isAllowed(String) - Method in class org.springframework.validation.DataBinder
Return if the given field is allowed for binding.
isAllowed(int) - Method in enum org.springframework.web.util.HierarchicalUriComponents.Type
Indicates whether the given character is allowed in this URI component.
isAllowNullValues() - Method in class org.springframework.cache.concurrent.ConcurrentMapCache
 
isAllowNullValues() - Method in class org.springframework.cache.jcache.JCacheCache
 
isAllowNullValues() - Method in class org.springframework.cache.jcache.JCacheCacheManager
Return whether this cache manager accepts and converts null values for all of its caches.
isAlpha(int) - Method in enum org.springframework.web.util.HierarchicalUriComponents.Type
Indicates whether the given character is in the ALPHA set.
isAlphabetic(char) - Method in class org.springframework.expression.spel.standard.Tokenizer
 
isAlreadyReported() - Method in class org.springframework.test.web.servlet.result.StatusResultMatchers
Assert the response status code is HttpStatus.ALREADY_REPORTED (208).
isAlwaysMustRevalidate() - Method in class org.springframework.web.servlet.support.WebContentGenerator
Return whether 'must-revaliate' is added to every Cache-Control header.
isAlwaysUseMessageFormat() - Method in class org.springframework.context.support.MessageSourceSupport
Return whether to always apply the MessageFormat rules, parsing even messages without arguments.
isAlwaysUseNewSession() - Method in class org.springframework.orm.hibernate3.HibernateTemplate
Return whether to always use a new Hibernate Session for this template.
isAnnotated(String) - Method in interface org.springframework.core.type.AnnotationMetadata
Determine whether the underlying class has an annotation or meta-annotation of the given type defined.
isAnnotated(String) - Method in class org.springframework.core.type.classreading.AnnotationMetadataReadingVisitor
 
isAnnotated(String) - Method in class org.springframework.core.type.classreading.MethodMetadataReadingVisitor
 
isAnnotated(String) - Method in interface org.springframework.core.type.MethodMetadata
Determine whether the underlying method has an annotation or meta-annotation of the given type defined.
isAnnotated(String) - Method in class org.springframework.core.type.StandardAnnotationMetadata
 
isAnnotated(String) - Method in class org.springframework.core.type.StandardMethodMetadata
 
isAnnotationDeclaredLocally(Class<? extends Annotation>, Class<?>) - Static method in class org.springframework.core.annotation.AnnotationUtils
Determine whether an annotation for the specified annotationType is declared locally on the supplied clazz.
isAnnotationInherited(Class<? extends Annotation>, Class<?>) - Static method in class org.springframework.core.annotation.AnnotationUtils
Determine whether an annotation for the specified annotationType is present on the supplied clazz and is inherited (i.e., not declared locally for the class).
isAopProxy(Object) - Static method in class org.springframework.aop.support.AopUtils
Check whether the given object is a JDK dynamic proxy or a CGLIB proxy.
isApproximableCollectionType(Class<?>) - Static method in class org.springframework.core.CollectionFactory
Determine whether the given collection type is an approximable type, i.e.
isApproximableMapType(Class<?>) - Static method in class org.springframework.core.CollectionFactory
Determine whether the given map type is an approximable type, i.e.
isArray() - Method in class org.springframework.core.convert.AbstractDescriptor
 
isArray() - Method in class org.springframework.core.convert.TypeDescriptor
Is this type an array type?
isArray() - Method in class org.springframework.test.web.client.match.JsonPathRequestMatchers
Assert the content at the given JSONPath is an array.
isArray() - Method in class org.springframework.test.web.servlet.result.JsonPathResultMatchers
Evluate the JSON path and assert the content found is an array.
isArray(Object) - Static method in class org.springframework.util.ObjectUtils
Determine whether the given object is an array: either an Object array or a primitive array.
isArrayConstructor - Variable in class org.springframework.expression.spel.ast.ConstructorReference
 
isAscending() - Method in class org.springframework.beans.support.MutableSortDefinition
 
isAscending() - Method in interface org.springframework.beans.support.SortDefinition
Return whether to sort ascending (true) or descending (false).
isAscending() - Method in class org.springframework.util.comparator.InvertibleComparator
Return the sort order: ascending (true) or descending (false).
isAspect(Class<?>) - Method in class org.springframework.aop.aspectj.annotation.AbstractAspectJAdvisorFactory
We consider something to be an AspectJ aspect suitable for use by the Spring AOP system if it has the @Aspect annotation, and was not compiled by ajc.
isAspect(Class<?>) - Method in interface org.springframework.aop.aspectj.annotation.AspectJAdvisorFactory
Determine whether or not the given class is an aspect, as reported by AspectJ's org.aspectj.lang.reflect.AjTypeSystem.
isAspectJAdvice(Advisor) - Static method in class org.springframework.aop.aspectj.AspectJProxyUtils
Determine whether the given Advisor contains an AspectJ advice.
isAspectJWeavingEnabled(String, ParserContext) - Method in class org.springframework.context.config.LoadTimeWeaverBeanDefinitionParser
 
isAspectMaterialized() - Method in class org.springframework.aop.aspectj.annotation.InstantiationModelAwarePointcutAdvisorImpl.PerTargetInstantiationModelPointcut
 
isAssignable(Class, Class) - Static method in class org.springframework.util.Assert
Assert that superType.isAssignableFrom(subType) is true.
isAssignable(Class, Class, String) - Static method in class org.springframework.util.Assert
Assert that superType.isAssignableFrom(subType) is true.
isAssignable(Class<?>, Class<?>) - Static method in class org.springframework.util.ClassUtils
Check if the right-hand side type may be assigned to the left-hand side type, assuming setting by reflection.
isAssignable(Type, Type) - Static method in class org.springframework.util.TypeUtils
Check if the right-hand side type may be assigned to the left-hand side type following the Java generics rules.
isAssignable(ParameterizedType, ParameterizedType) - Static method in class org.springframework.util.TypeUtils
 
isAssignable(WildcardType, Type) - Static method in class org.springframework.util.TypeUtils
 
isAssignableBound(Type, Type) - Static method in class org.springframework.util.TypeUtils
 
isAssignableTo(TypeDescriptor) - Method in class org.springframework.core.convert.TypeDescriptor
Returns true if an object of this type descriptor can be assigned to the location described by the given type descriptor.
isAssignableValue(Class<?>, Object) - Static method in class org.springframework.util.ClassUtils
Determine if the given type is assignable from the given value, assuming setting by reflection.
isAsyncComplete() - Method in interface org.springframework.web.context.request.async.AsyncWebRequest
Whether asynchronous processing has completed.
isAsyncComplete() - Method in class org.springframework.web.context.request.async.NoSupportAsyncWebRequest
 
isAsyncComplete() - Method in class org.springframework.web.context.request.async.StandardServletAsyncWebRequest
Whether async request processing has completed.
isAsyncDispatch(HttpServletRequest) - Method in class org.springframework.web.filter.OncePerRequestFilter
The dispatcher type javax.servlet.DispatcherType.ASYNC introduced in Servlet 3.0 means a filter can be invoked in more than one thread over the course of a single request.
isAsyncStarted() - Method in class org.springframework.test.web.servlet.request.Servlet3MockHttpServletRequest
 
isAsyncStarted() - Method in class org.springframework.test.web.servlet.request.Servlet3MockMultipartHttpServletRequest
 
isAsyncStarted() - Method in interface org.springframework.web.context.request.async.AsyncWebRequest
Whether the request is in async mode following a call to AsyncWebRequest.startAsync().
isAsyncStarted() - Method in class org.springframework.web.context.request.async.NoSupportAsyncWebRequest
 
isAsyncStarted() - Method in class org.springframework.web.context.request.async.StandardServletAsyncWebRequest
 
isAsyncStarted(HttpServletRequest) - Method in class org.springframework.web.filter.OncePerRequestFilter
Whether request processing is in asynchronous mode meaning that the response will not be committed after the current thread is exited.
isAsyncSupported() - Method in class org.springframework.test.web.servlet.request.Servlet3MockHttpServletRequest
 
isAsyncSupported() - Method in class org.springframework.test.web.servlet.request.Servlet3MockMultipartHttpServletRequest
 
isAsyncSupported() - Method in class org.springframework.web.servlet.support.AbstractDispatcherServletInitializer
A single place to control the asyncSupported flag for the DispatcherServlet and all filters added via AbstractDispatcherServletInitializer.getServletFilters().
isAtLeastJava14() - Static method in class org.springframework.core.JdkVersion
Deprecated.
as of Spring 3.0 which requires Java 1.5+
isAtLeastJava15() - Static method in class org.springframework.core.JdkVersion
Deprecated.
as of Spring 3.0 which requires Java 1.5+
isAtLeastJava16() - Static method in class org.springframework.core.JdkVersion
Deprecated.
as of Spring 3.0, in favor of reflective checks for the specific Java 1.6 classes of interest
isAttributeSpecified(int) - Method in class org.springframework.util.xml.XMLEventStreamReader
 
isAutoGrowCollections() - Method in class org.springframework.expression.spel.SpelParserConfiguration
 
isAutoGrowNestedPaths() - Method in interface org.springframework.beans.BeanWrapper
Return whether "auto-growing" of nested paths has been activated.
isAutoGrowNestedPaths() - Method in class org.springframework.beans.BeanWrapperImpl
Return whether "auto-growing" of nested paths has been activated.
isAutoGrowNestedPaths() - Method in class org.springframework.validation.DataBinder
Return whether "auto-growing" of nested paths has been activated.
isAutoGrowNestedPaths() - Method in class org.springframework.web.bind.support.ConfigurableWebBindingInitializer
Return whether a binder should attempt to "auto-grow" a nested path that contains a null value.
isAutoGrowNullReferences - Variable in class org.springframework.expression.spel.ast.PropertyOrFieldReference.AccessorLValue
 
isAutoGrowNullReferences() - Method in class org.springframework.expression.spel.SpelParserConfiguration
 
isAutoStartup() - Method in interface org.springframework.context.SmartLifecycle
Return whether this Lifecycle component should be started automatically by the container when the ApplicationContext is refreshed.
isAutoStartup() - Method in class org.springframework.jca.endpoint.GenericMessageEndpointManager
Return the value for the 'autoStartup' property.
isAutoStartup() - Method in class org.springframework.jms.listener.AbstractJmsListeningContainer
 
isAutoStartup() - Method in class org.springframework.scheduling.quartz.SchedulerFactoryBean
Return whether this scheduler is configured for auto-startup.
isAutowire() - Method in enum org.springframework.beans.factory.annotation.Autowire
Return whether this represents an actual autowiring value.
isAutowireCandidate(BeanDefinitionHolder, DependencyDescriptor) - Method in class org.springframework.beans.factory.annotation.QualifierAnnotationAutowireCandidateResolver
Determine whether the provided bean definition is an autowire candidate.
isAutowireCandidate() - Method in interface org.springframework.beans.factory.config.BeanDefinition
Return whether this bean is a candidate for getting autowired into some other bean.
isAutowireCandidate(String, DependencyDescriptor) - Method in interface org.springframework.beans.factory.config.ConfigurableListableBeanFactory
Determine whether the specified bean qualifies as an autowire candidate, to be injected into other beans which declare a dependency of matching type.
isAutowireCandidate() - Method in class org.springframework.beans.factory.support.AbstractBeanDefinition
Return whether this bean is a candidate for getting autowired into some other bean.
isAutowireCandidate(BeanDefinitionHolder, DependencyDescriptor) - Method in interface org.springframework.beans.factory.support.AutowireCandidateResolver
Determine whether the given bean definition qualifies as an autowire candidate for the given dependency.
isAutowireCandidate(String, DependencyDescriptor) - Method in class org.springframework.beans.factory.support.DefaultListableBeanFactory
 
isAutowireCandidate(String, RootBeanDefinition, DependencyDescriptor) - Method in class org.springframework.beans.factory.support.DefaultListableBeanFactory
Determine whether the specified bean definition qualifies as an autowire candidate, to be injected into other beans which declare a dependency of matching type.
isAutowireCandidate(BeanDefinitionHolder, DependencyDescriptor) - Method in class org.springframework.beans.factory.support.SimpleAutowireCandidateResolver
Determine if the provided bean definition is an autowire candidate.
isAvailable() - Method in class org.springframework.web.multipart.commons.CommonsMultipartFile
Determine whether the multipart content is still available.
isBadGateway() - Method in class org.springframework.test.web.servlet.result.StatusResultMatchers
Assert the response status code is HttpStatus.BAD_GATEWAY (502).
isBadRequest() - Method in class org.springframework.test.web.servlet.result.StatusResultMatchers
Assert the response status code is HttpStatus.BAD_REQUEST (400).
isBandwidthLimitExceeded() - Method in class org.springframework.test.web.servlet.result.StatusResultMatchers
Assert the response status code is HttpStatus.BANDWIDTH_LIMIT_EXCEEDED (509).
isBatchExhausted(int) - Method in interface org.springframework.jdbc.core.InterruptibleBatchPreparedStatementSetter
Return whether the batch is complete, that is, whether there were no additional values added during the last setValues call.
isBatchExhausted(int) - Method in class org.springframework.jdbc.core.support.AbstractInterruptibleBatchPreparedStatementSetter
This implementation return this instance's current exhaustion flag.
isBeanAnnotated(Method) - Static method in class org.springframework.context.annotation.BeanAnnotationHelper
Return whether the given method is annotated directly or indirectly with @Bean.
isBeanConfigurerAspectEnabled(ClassLoader) - Method in class org.springframework.context.config.LoadTimeWeaverBeanDefinitionParser
 
isBeanDefinitionAbstract(ListableBeanFactory, String) - Method in class org.springframework.jmx.export.MBeanExporter
Return whether the specified bean definition should be considered as abstract.
isBeanDefinitionLazyInit(ListableBeanFactory, String) - Method in class org.springframework.jmx.export.MBeanExporter
Return whether the specified bean definition should be considered as lazy-init.
isBeanEligibleForMetadataCaching(String) - Method in class org.springframework.beans.factory.support.AbstractBeanFactory
Determine whether the specified bean is eligible for having its bean definition metadata cached.
isBeanEligibleForMetadataCaching(String) - Method in class org.springframework.beans.factory.support.DefaultListableBeanFactory
Considers all beans as eligible for metadata caching if the factory's configuration has been marked as frozen.
isBeanNameInUse(String) - Method in class org.springframework.beans.factory.support.AbstractBeanFactory
Determine whether the given bean name is already in use within this factory, i.e.
isBeanNameInUse(String) - Method in interface org.springframework.beans.factory.support.BeanDefinitionRegistry
Determine whether the given bean name is already in use within this registry, i.e.
isBeanNameInUse(String) - Method in class org.springframework.beans.factory.support.SimpleBeanDefinitionRegistry
 
isBeanNameInUse(String) - Method in class org.springframework.context.support.GenericApplicationContext
 
isBeforeAdvice - Variable in class org.springframework.aop.aspectj.annotation.InstantiationModelAwarePointcutAdvisorImpl
 
isBeforeAdvice() - Method in class org.springframework.aop.aspectj.annotation.InstantiationModelAwarePointcutAdvisorImpl
 
isBeforeAdvice() - Method in class org.springframework.aop.aspectj.AspectJAfterAdvice
 
isBeforeAdvice() - Method in class org.springframework.aop.aspectj.AspectJAfterReturningAdvice
 
isBeforeAdvice() - Method in class org.springframework.aop.aspectj.AspectJAfterThrowingAdvice
 
isBeforeAdvice(Advisor) - Static method in class org.springframework.aop.aspectj.AspectJAopUtils
Return true if the advisor is a form of before advice.
isBeforeAdvice() - Method in class org.springframework.aop.aspectj.AspectJAroundAdvice
 
isBeforeAdvice() - Method in class org.springframework.aop.aspectj.AspectJMethodBeforeAdvice
 
isBeforeAdvice() - Method in interface org.springframework.aop.aspectj.AspectJPrecedenceInformation
Return whether this is a before advice.
isBeforeFirst() - Method in class org.springframework.jdbc.support.rowset.ResultSetWrappingSqlRowSet
 
isBeforeFirst() - Method in interface org.springframework.jdbc.support.rowset.SqlRowSet
Retrieves whether the cursor is after the first row of this RowSet.
isBeforeInvocation() - Method in class org.springframework.cache.interceptor.CacheEvictOperation
 
isBetterMatchThan(AnnotationMethodHandlerAdapter.RequestMappingInfo) - Method in class org.springframework.web.portlet.mvc.annotation.AnnotationMethodHandlerAdapter.RequestMappingInfo
 
isBindEmptyMultipartFiles() - Method in class org.springframework.web.bind.WebDataBinder
Return whether to bind empty MultipartFile parameters.
isBinderMethodApplicable(HandlerMethod, WebDataBinder) - Method in class org.springframework.web.method.annotation.InitBinderDataBinderFactory
Return true if the given @InitBinder method should be invoked to initialize the given WebDataBinder.
isBindExceptionRequired(WebDataBinder, MethodParameter) - Method in class org.springframework.web.method.annotation.ModelAttributeMethodProcessor
Whether to raise a BindException on validation errors.
isBindExceptionRequired(WebDataBinder, MethodParameter) - Method in class org.springframework.web.servlet.mvc.method.annotation.RequestPartMethodArgumentResolver
Whether to raise a MethodArgumentNotValidException on validation errors.
isBindExceptionRequired(WebDataBinder, MethodParameter) - Method in class org.springframework.web.servlet.mvc.method.annotation.RequestResponseBodyMethodProcessor
Whether to raise a MethodArgumentNotValidException on validation errors.
isBindingCandidate(Object) - Method in class org.springframework.web.bind.annotation.support.HandlerMethodInvoker
Determine whether the given value qualifies as a "binding candidate", i.e.
isBindingCandidate(String, Object) - Method in class org.springframework.web.method.annotation.ModelFactory
Whether the given attribute requires a BindingResult in the model.
isBindingFailure() - Method in class org.springframework.validation.FieldError
Return whether this error represents a binding failure (like a type mismatch); otherwise it is a validation failure.
isBindOnNewForm() - Method in class org.springframework.web.portlet.mvc.AbstractFormController
Deprecated.
Return if request parameters should be bound in case of a new form.
isBindOnNewForm() - Method in class org.springframework.web.servlet.mvc.AbstractFormController
Deprecated.
Return true if request parameters should be bound in case of a new form.
isBlockTag() - Method in class org.springframework.web.servlet.tags.form.TagWriter.TagStateEntry
 
isBridgedCandidateFor(Method, Method) - Static method in class org.springframework.core.BridgeMethodResolver
Returns true if the supplied 'candidateMethod' can be consider a validate candidate for the Method that is bridged by the supplied bridge Method.
isBridgeMethodFor(Method, Method, Map<TypeVariable, Type>) - Static method in class org.springframework.core.BridgeMethodResolver
Determines whether or not the bridge Method is the bridge for the supplied candidate Method.
isCache() - Method in class org.springframework.web.servlet.view.AbstractCachingViewResolver
Return if caching is enabled.
isCacheBeanMetadata() - Method in interface org.springframework.beans.factory.config.ConfigurableBeanFactory
Return whether to cache bean metadata such as given bean definitions (in merged fashion) and resolved bean classes.
isCacheBeanMetadata() - Method in class org.springframework.beans.factory.support.AbstractBeanFactory
 
isCacheConsumers() - Method in class org.springframework.jms.connection.CachingConnectionFactory
Return whether to cache JMS MessageConsumers per JMS Session instance.
isCacheProducers() - Method in class org.springframework.jms.connection.CachingConnectionFactory
Return whether to cache JMS MessageProducers per JMS Session instance.
isCacheQueries() - Method in class org.springframework.orm.hibernate3.HibernateTemplate
Return whether to cache all queries executed by this template.
isCacheSafe(Class<?>, ClassLoader) - Static method in class org.springframework.util.ClassUtils
Check whether the given class is cache-safe in the given context, i.e.
isCacheTemplate() - Method in class org.springframework.web.servlet.view.velocity.VelocityView
Return whether the Velocity template should be cached.
isCacheUnresolved() - Method in class org.springframework.web.servlet.view.AbstractCachingViewResolver
Return if caching of unresolved views is enabled.
isCacheWide() - Method in class org.springframework.cache.interceptor.CacheEvictOperation
 
isCancelled() - Method in class org.springframework.scheduling.annotation.AsyncResult
 
isCancelled() - Method in class org.springframework.scheduling.concurrent.ReschedulingRunnable
 
isCancelRequest(PortletRequest) - Method in class org.springframework.web.portlet.mvc.AbstractWizardFormController
Deprecated.
Determine whether the incoming request is a request to cancel the processing of the current form.
isCancelRequest(HttpServletRequest) - Method in class org.springframework.web.servlet.mvc.AbstractWizardFormController
Deprecated.
Determine whether the incoming request is a request to cancel the processing of the current form.
isCancelRequest(HttpServletRequest) - Method in class org.springframework.web.servlet.mvc.CancellableFormController
Deprecated.
Determine whether the incoming request is a request to cancel the processing of the current form.
isCandidateComponent(MetadataReader) - Method in class org.springframework.context.annotation.ClassPathScanningCandidateComponentProvider
Determine whether the given class does not match any exclude filter and does match at least one include filter.
isCandidateComponent(AnnotatedBeanDefinition) - Method in class org.springframework.context.annotation.ClassPathScanningCandidateComponentProvider
Determine whether the given bean definition qualifies as candidate.
isCandidateElement(Node) - Method in class org.springframework.beans.factory.xml.BeanDefinitionParserDelegate
 
isCandidateWriteMethod(Method) - Static method in class org.springframework.beans.ExtendedBeanInfo
 
isCaseSensitive(int) - Method in class org.springframework.jdbc.support.rowset.ResultSetWrappingSqlRowSetMetaData
 
isCaseSensitive(int) - Method in interface org.springframework.jdbc.support.rowset.SqlRowSetMetaData
Indicates whether the case of the designated column is significant.
isCglibProxy(Object) - Static method in class org.springframework.aop.support.AopUtils
Check whether the given object is a CGLIB proxy.
isCglibProxy(Object) - Static method in class org.springframework.util.ClassUtils
Check whether the given object is a CGLIB proxy.
isCglibProxyClass(Class<?>) - Static method in class org.springframework.aop.support.AopUtils
Deprecated.
as of Spring 3.1 in favor of ClassUtils.isCglibProxyClass(Class)
isCglibProxyClass(Class<?>) - Static method in class org.springframework.util.ClassUtils
Check whether the specified class is a CGLIB-generated class.
isCglibProxyClassName(String) - Static method in class org.springframework.aop.support.AopUtils
Deprecated.
as of Spring 3.1 in favor of ClassUtils.isCglibProxyClassName(String)
isCglibProxyClassName(String) - Static method in class org.springframework.util.ClassUtils
Check whether the specified class name is a CGLIB-generated class.
isCglibRenamedMethod(Method) - Static method in class org.springframework.util.ReflectionUtils
Determine whether the given method is a CGLIB 'renamed' method, following the pattern "CGLIB$methodName$0".
isChar(char, char) - Method in class org.springframework.expression.spel.standard.Tokenizer
 
isCharacters() - Method in class org.springframework.util.xml.AbstractXMLStreamReader
 
isCheckedException(Throwable) - Static method in class org.springframework.util.ObjectUtils
Return whether the given throwable is a checked exception: that is, neither a RuntimeException nor an Error.
isCheckFullyPopulated() - Method in class org.springframework.jdbc.core.BeanPropertyRowMapper
Return whether we're strictly validating that all bean properties have been mapped from corresponding database fields.
isCheckpoint() - Method in class org.springframework.test.web.servlet.result.StatusResultMatchers
Assert the response status code is HttpStatus.CHECKPOINT (103).
isCheckWriteOperations() - Method in class org.springframework.orm.hibernate3.HibernateTemplate
Return whether to check that the Hibernate Session is not in read-only mode in case of write operations (save/update/delete).
isClassLoaderAccepted(ClassLoader) - Static method in class org.springframework.beans.CachedIntrospectionResults
Check whether this CachedIntrospectionResults class is configured to accept the given ClassLoader.
isClassReloadable(Class) - Method in class org.springframework.context.support.ContextTypeMatchClassLoader
 
isClassReloadable(Class) - Method in interface org.springframework.core.SmartClassLoader
Determine whether the given class is reloadable (in this ClassLoader).
isClientAcknowledge(Session) - Method in class org.springframework.jms.core.JmsTemplate102
Deprecated.
This implementation overrides the superclass method to avoid using JMS 1.1's Session getAcknowledgeMode() method.
isClientAcknowledge(Session) - Method in class org.springframework.jms.listener.DefaultMessageListenerContainer102
Deprecated.
This implementation overrides the superclass method to avoid using JMS 1.1's Session getAcknowledgeMode() method.
isClientAcknowledge(Session) - Method in class org.springframework.jms.listener.SimpleMessageListenerContainer102
Deprecated.
This implementation overrides the superclass method to avoid using JMS 1.1's Session getAcknowledgeMode() method.
isClientAcknowledge(Session) - Method in class org.springframework.jms.support.JmsAccessor
Determine whether the given Session is in client acknowledge mode.
isCloseMatch() - Method in class org.springframework.expression.spel.support.ReflectionHelper.ArgumentsMatchInfo
 
isCollection() - Method in class org.springframework.core.convert.AbstractDescriptor
 
isCollection() - Method in class org.springframework.core.convert.TypeDescriptor
Is this type a Collection type?
isCommandInSession(RenderRequest) - Method in class org.springframework.web.portlet.mvc.AbstractCommandController
Deprecated.
Determine if there is a valid command (and errors) object in the session for this render request.
isCommitted() - Method in class org.springframework.mock.web.MockHttpServletResponse
 
isCommitted() - Method in class org.springframework.mock.web.portlet.MockMimeResponse
 
isCompatible(BeanDefinition, BeanDefinition) - Method in class org.springframework.context.annotation.ClassPathBeanDefinitionScanner
Determine whether the given new bean definition is compatible with the given existing bean definition.
isCompatibleWith(MediaType) - Method in class org.springframework.http.MediaType
Indicate whether this MediaType is compatible with the given media type.
isCompatibleWithThrowsClause(Throwable, Class[]) - Static method in class org.springframework.util.ObjectUtils
Check whether the given exception is compatible with the exceptions declared in a throws clause.
isCompiled() - Method in class org.springframework.jdbc.core.simple.AbstractJdbcCall
Is this operation "compiled"?
isCompiled() - Method in class org.springframework.jdbc.core.simple.AbstractJdbcInsert
Is this operation "compiled"?
isCompiled() - Method in class org.springframework.jdbc.object.RdbmsOperation
Is this operation "compiled"? Compilation, as in JDO, means that the operation is fully configured, and ready to use.
isComplete() - Method in interface org.springframework.web.bind.support.SessionStatus
Return whether the current handler's session processing has been marked as complete.
isComplete() - Method in class org.springframework.web.bind.support.SimpleSessionStatus
 
isCompleted() - Method in class org.springframework.transaction.support.AbstractTransactionStatus
 
isCompleted() - Method in interface org.springframework.transaction.TransactionStatus
Return whether this transaction is completed, that is, whether it has already been committed or rolled back.
isConcrete() - Method in interface org.springframework.core.type.ClassMetadata
Return whether the underlying class represents a concrete class, i.e.
isConcrete() - Method in class org.springframework.core.type.classreading.ClassMetadataReadingVisitor
 
isConcrete() - Method in class org.springframework.core.type.StandardClassMetadata
 
isConcrete() - Method in class org.springframework.http.MediaType
Indicates whether this media type is concrete, i.e.
isConcurrentHandlingStarted() - Method in class org.springframework.web.context.request.async.WebAsyncManager
Whether the selected handler for the current request chose to handle the request asynchronously.
isConditionPassing() - Method in class org.springframework.cache.interceptor.CacheAspectSupport.CacheOperationContext
 
isConditionPassing(Object) - Method in class org.springframework.cache.interceptor.CacheAspectSupport.CacheOperationContext
 
isConfigurationCandidate(AnnotationMetadata) - Static method in class org.springframework.context.annotation.ConfigurationClassUtils
 
isConfigurationFrozen() - Method in interface org.springframework.beans.factory.config.ConfigurableListableBeanFactory
Return whether this factory's bean definitions are frozen, i.e.
isConfigurationFrozen() - Method in class org.springframework.beans.factory.support.DefaultListableBeanFactory
 
isConflict() - Method in class org.springframework.test.web.servlet.result.StatusResultMatchers
Assert the response status code is HttpStatus.CONFLICT (409).
isConnectFailure(RemoteException) - Method in class org.springframework.ejb.access.AbstractRemoteSlsbInvokerInterceptor
Determine whether the given RMI exception indicates a connect failure.
isConnectFailure(RemoteException) - Method in class org.springframework.remoting.jaxrpc.JaxRpcPortClientInterceptor
Deprecated.
Determine whether the given RMI exception indicates a connect failure.
isConnectFailure(RemoteException) - Method in class org.springframework.remoting.rmi.JndiRmiClientInterceptor
Determine whether the given RMI exception indicates a connect failure.
isConnectFailure(SystemException) - Method in class org.springframework.remoting.rmi.JndiRmiClientInterceptor
Determine whether the given CORBA exception indicates a connect failure.
isConnectFailure(RemoteException) - Method in class org.springframework.remoting.rmi.RmiClientInterceptor
Determine whether the given RMI exception indicates a connect failure.
isConnectFailure(RemoteException) - Static method in class org.springframework.remoting.rmi.RmiClientInterceptorUtils
Determine whether the given RMI exception indicates a connect failure.
isConnectionTransactional(Connection, ConnectionFactory) - Static method in class org.springframework.jca.cci.connection.ConnectionFactoryUtils
Determine whether the given JCA CCI Connection is transactional, that is, bound to the current thread by Spring's transaction facilities.
isConnectionTransactional(Connection, DataSource) - Static method in class org.springframework.jdbc.datasource.DataSourceUtils
Determine whether the given JDBC Connection is transactional, that is, bound to the current thread by Spring's transaction facilities.
isConstant() - Method in class org.springframework.expression.spel.ast.InlineList
 
isContextKeyEmpty(Object) - Method in class org.springframework.test.AbstractSpringContextTests
Deprecated.
Determine if the supplied context key is empty.
isContextRequired() - Method in class org.springframework.context.support.ApplicationObjectSupport
Determine whether this application object needs to run in an ApplicationContext.
isContextRequired() - Method in class org.springframework.web.context.support.WebApplicationObjectSupport
Overrides the base class behavior to enforce running in an ApplicationContext.
isContextRequired() - Method in class org.springframework.web.portlet.context.PortletApplicationObjectSupport
Overrides the base class behavior to enforce running in an ApplicationContext.
isContextRequired() - Method in class org.springframework.web.servlet.view.InternalResourceView
An ApplicationContext is not strictly required for InternalResourceView.
isContextRequired() - Method in class org.springframework.web.servlet.view.RedirectView
An ApplicationContext is not strictly required for RedirectView.
isContinue() - Method in class org.springframework.test.web.servlet.result.StatusResultMatchers
Assert the response status code is HttpStatus.CONTINUE (100).
isControllerType(Class) - Method in class org.springframework.web.servlet.mvc.support.AbstractControllerUrlHandlerMapping
Determine whether the given bean class indicates a controller type that is supported by this mapping strategy.
isControllerType(Class) - Method in class org.springframework.web.servlet.mvc.support.AnnotationControllerTypePredicate
 
isControllerType(Class) - Method in class org.springframework.web.servlet.mvc.support.ControllerTypePredicate
 
isConverted() - Method in class org.springframework.beans.factory.config.ConstructorArgumentValues.ValueHolder
Return whether this holder contains a converted value already (true), or whether the value still needs to be converted (false).
isConverted() - Method in class org.springframework.beans.MutablePropertyValues
Return whether this holder contains converted values only (true), or whether the values still need to be converted (false).
isConverted() - Method in class org.springframework.beans.PropertyValue
Return whether this holder contains a converted value already (true), or whether the value still needs to be converted (false).
isCookieHttpOnly() - Method in class org.springframework.web.util.CookieGenerator
Return whether the cookie is supposed to be marked with the "HttpOnly" attribute.
isCookieSecure() - Method in class org.springframework.web.util.CookieGenerator
Return whether the cookie should only be sent using a secure protocol, such as HTTPS (SSL).
isCorbaConnectFailure(Throwable) - Static method in class org.springframework.remoting.rmi.RmiClientInterceptorUtils
Check whether the given RMI exception root cause indicates a CORBA connection failure.
isCreated() - Method in class org.springframework.test.web.servlet.result.StatusResultMatchers
Assert the response status code is HttpStatus.CREATED (201).
isCurrency(int) - Method in class org.springframework.jdbc.support.rowset.ResultSetWrappingSqlRowSetMetaData
 
isCurrency(int) - Method in interface org.springframework.jdbc.support.rowset.SqlRowSetMetaData
Indicates whether the designated column contains a currency value.
isCurrentlyInCreation(String) - Method in interface org.springframework.beans.factory.config.ConfigurableBeanFactory
Determine whether the specified bean is currently in creation.
isCurrentlyInCreation(String) - Method in class org.springframework.beans.factory.support.DefaultSingletonBeanRegistry
 
isCurrentlyInvokedFactoryMethod(Method) - Method in class org.springframework.context.annotation.ConfigurationClassEnhancer.BeanMethodInterceptor
Check whether the given method corresponds to the container's currently invoked factory method.
isCurrentTransactionReadOnly() - Static method in class org.springframework.transaction.support.TransactionSynchronizationManager
Return whether the current transaction is marked as read-only.
isDaemon() - Method in class org.springframework.scheduling.commonj.DelegatingWork
This implementation delegates to SchedulingAwareRunnable.isLongLived(), if available.
isDaemon() - Method in class org.springframework.util.CustomizableThreadCreator
Return whether this factory should create daemon threads.
isDateValue(Class) - Static method in class org.springframework.jdbc.core.StatementCreatorUtils
Check whether the given value is a java.util.Date (but not one of the JDBC-specific subclasses).
isDebug() - Method in class org.springframework.transaction.support.DefaultTransactionStatus
Return whether the progress of this transaction is debugged.
isDeclaredInInterface(Method, String) - Method in class org.springframework.jmx.export.assembler.InterfaceBasedMBeanInfoAssembler
Checks to see if the given method is declared in a managed interface for the given bean.
isDefaultBeanName - Variable in class org.springframework.beans.factory.wiring.BeanWiringInfo
 
isDefaultBeanName() - Method in class org.springframework.beans.factory.wiring.BeanWiringInfo
Return whether the specific bean name is a suggested default bean name, not necessarily matching an actual bean definition in the factory.
isDefaultConfigurationClassCandidate(Class<?>) - Static method in class org.springframework.test.context.support.AnnotationConfigContextLoaderUtils
Determine if the supplied Class meets the criteria for being considered a default configuration class candidate.
isDefaultHtmlEscape() - Method in class org.springframework.web.servlet.support.RequestContext
Is default HTML escaping active? Falls back to false in case of no explicit default given.
isDefaultHtmlEscape() - Method in class org.springframework.web.servlet.tags.form.AbstractFormTag
Overridden to default to true in case of no explicit default given.
isDefaultHtmlEscape() - Method in class org.springframework.web.servlet.tags.HtmlEscapingAwareTag
Return the applicable default HTML escape setting for this tag.
isDefaultHtmlEscape(ServletContext) - Static method in class org.springframework.web.util.WebUtils
Return whether default HTML escaping is enabled for the web application, i.e.
isDefaultJndiEnvironmentAvailable() - Static method in class org.springframework.jndi.JndiLocatorDelegate
Check whether a default JNDI environment, as in a J2EE environment, is available on this JVM.
isDefaultLazyInit() - Method in class org.springframework.beans.factory.xml.ParserContext
 
isDefaultName - Variable in class org.springframework.context.annotation.CommonAnnotationBeanPostProcessor.LookupElement
 
isDefaultNamespace(String) - Method in class org.springframework.beans.factory.xml.BeanDefinitionParserDelegate
 
isDefaultNamespace(Node) - Method in class org.springframework.beans.factory.xml.BeanDefinitionParserDelegate
 
isDefaultRollback() - Method in class org.springframework.test.AbstractTransactionalSpringContextTests
Deprecated.
Get the default rollback flag for this test.
isDefaultRollback(TestContext) - Method in class org.springframework.test.context.transaction.TransactionalTestExecutionListener
Determine whether or not to rollback transactions by default for the supplied test context.
isDefaultRollback() - Method in class org.springframework.test.context.transaction.TransactionConfigurationAttributes
Whether or not transactions should be rolled back by default.
isDeferredCloseActive(SessionFactory) - Static method in class org.springframework.orm.hibernate3.SessionFactoryUtils
Determine whether deferred close is active for the current thread and the given SessionFactory.
isDeliveryTransacted(Method) - Method in class org.springframework.jca.endpoint.AbstractMessageEndpointFactory
This implementation returns true if a transaction manager has been specified; false otherwise.
isDependencyCheck() - Method in class org.springframework.test.AbstractDependencyInjectionSpringContextTests
Deprecated.
Return whether or not dependency checking should be performed for test properties set by Dependency Injection.
isDestinationLocked() - Method in class org.springframework.test.web.servlet.result.StatusResultMatchers
Deprecated.
matching the deprecation of HttpStatus.DESTINATION_LOCKED
isDestroyMethod(Method) - Static method in class org.springframework.context.annotation.ConfigurationClassEnhancer.DisposableBeanMethodInterceptor
 
isDigit(char) - Method in class org.springframework.expression.spel.standard.Tokenizer
 
isDigit(int) - Method in enum org.springframework.web.util.HierarchicalUriComponents.Type
Indicates whether the given character is in the DIGIT set.
isDirectFieldAccess() - Method in class org.springframework.web.bind.support.ConfigurableWebBindingInitializer
Return whether to use direct field access instead of bean property access.
isDisabled() - Method in class org.springframework.web.servlet.tags.form.AbstractHtmlInputElementTag
Is the current HTML tag disabled?
isDisabled() - Method in class org.springframework.web.servlet.tags.form.ButtonTag
Is the current HTML tag disabled?
isDisabled() - Method in class org.springframework.web.servlet.tags.form.HiddenInputTag
Is the current HTML tag disabled?
isDisabled() - Method in class org.springframework.web.servlet.tags.form.OptionsTag
Is the current HTML tag disabled?
isDisabled() - Method in class org.springframework.web.servlet.tags.form.OptionTag
Is the current HTML tag disabled?
isDisabledInThisEnvironment(Method) - Method in class org.springframework.test.annotation.AbstractAnnotationAwareTransactionalTests
Deprecated.
Determine if the test for the supplied testMethod should run in the current environment.
isDisabledInThisEnvironment(String) - Method in class org.springframework.test.ConditionalTestCase
Deprecated.
Should this test run?
isDone() - Method in class org.springframework.scheduling.annotation.AsyncResult
 
isDone() - Method in class org.springframework.scheduling.concurrent.ReschedulingRunnable
 
isDoubleSuffix(char) - Method in class org.springframework.expression.spel.standard.Tokenizer
 
isDynamic() - Method in class org.springframework.beans.factory.config.TypedStringValue
Return whether this value has been marked as dynamic.
isEager() - Method in class org.springframework.beans.factory.config.DependencyDescriptor
Return whether this dependency is 'eager' in the sense of eagerly resolving potential target beans for type matching.
isEagerInit() - Method in class org.springframework.beans.factory.config.BeanReferenceFactoryBean
Deprecated.
 
isEagerInit() - Method in interface org.springframework.beans.factory.SmartFactoryBean
Does this FactoryBean expect eager initialization, that is, eagerly initialize itself as well as expect eager initialization of its singleton object (if any)?
isEligible(Object, String) - Method in class org.springframework.aop.framework.AbstractAdvisingBeanPostProcessor
Check whether the given bean is eligible for advising with this post-processor's Advisor.
isEligible(Method) - Method in class org.springframework.jndi.JndiObjectFactoryBean.JndiContextExposingInterceptor
 
isEligibleAdvisorBean(String) - Method in class org.springframework.aop.framework.autoproxy.AbstractAdvisorAutoProxyCreator
Return whether the Advisor bean with the given name is eligible for proxying in the first place.
isEligibleAdvisorBean(String) - Method in class org.springframework.aop.framework.autoproxy.DefaultAdvisorAutoProxyCreator
Consider Advisor beans with the specified prefix as eligible, if activated.
isEligibleAdvisorBean(String) - Method in class org.springframework.aop.framework.autoproxy.InfrastructureAdvisorAutoProxyCreator
 
isEligibleAspectBean(String) - Method in class org.springframework.aop.aspectj.annotation.AnnotationAwareAspectJAutoProxyCreator
Check whether the given aspect bean is eligible for auto-proxying.
isEligibleAttribute(Attr, ParserContext) - Method in class org.springframework.beans.factory.xml.AbstractSimpleBeanDefinitionParser
Determine whether the given attribute is eligible for being turned into a corresponding bean property value.
isEligibleAttribute(Attr) - Method in class org.springframework.beans.factory.xml.AbstractSimpleBeanDefinitionParser
isEligibleAttribute(String) - Method in class org.springframework.beans.factory.xml.AbstractSimpleBeanDefinitionParser
Determine whether the given attribute is eligible for being turned into a corresponding bean property value.
isEligibleAttribute(String) - Method in class org.springframework.beans.factory.xml.UtilNamespaceHandler.PropertiesBeanDefinitionParser
 
isEligibleAttribute(String) - Method in class org.springframework.ejb.config.AbstractJndiLocatingBeanDefinitionParser
 
isEligibleAttribute(String) - Method in class org.springframework.ejb.config.JndiLookupBeanDefinitionParser
 
isEligibleBean(String) - Method in class org.springframework.aop.aspectj.annotation.AnnotationAwareAspectJAutoProxyCreator.BeanFactoryAspectJAdvisorsBuilderAdapter
 
isEligibleBean(String) - Method in class org.springframework.aop.aspectj.annotation.BeanFactoryAspectJAdvisorsBuilder
Return whether the aspect bean with the given name is eligible.
isEligibleBean(String) - Method in class org.springframework.aop.framework.autoproxy.AbstractAdvisorAutoProxyCreator.BeanFactoryAdvisorRetrievalHelperAdapter
 
isEligibleBean(String) - Method in class org.springframework.aop.framework.autoproxy.BeanFactoryAdvisorRetrievalHelper
Determine whether the aspect bean with the given name is eligible.
isEligibleForEtag(HttpServletRequest, HttpServletResponse, int, byte[]) - Method in class org.springframework.web.filter.ShallowEtagHeaderFilter
Indicates whether the given request and response are eligible for ETag generation.
isEligibleForMapping(String, Class) - Method in class org.springframework.web.servlet.mvc.support.AbstractControllerUrlHandlerMapping
Determine whether the specified controller is excluded from this mapping.
isEligibleForOverriding(String) - Method in class org.springframework.context.support.ContextTypeMatchClassLoader.ContextOverridingClassLoader
 
isEligibleForOverriding(String) - Method in class org.springframework.core.OverridingClassLoader
Determine whether the specified class is eligible for overriding by this class loader.
isEligibleForPropertyPopulation(Object) - Method in class org.springframework.scheduling.quartz.SpringBeanJobFactory
Return whether the given job object is eligible for having its bean properties populated.
isEligibleForShadowing(String) - Method in class org.springframework.instrument.classloading.ShadowingClassLoader
Determine whether the specified class is eligible for shadowing by this class loader.
isEligibleProperty(String, Object) - Method in class org.springframework.web.servlet.view.RedirectView
Determine whether the given model element should be exposed as a query property.
isEligibleValue(Object) - Method in class org.springframework.web.servlet.view.RedirectView
Determine whether the given model element value is eligible for exposure.
isEmpty() - Method in class org.springframework.beans.factory.config.ConstructorArgumentValues
Return if this holder does not contain any argument values, neither indexed ones nor generic ones.
isEmpty() - Method in class org.springframework.beans.factory.support.MethodOverrides
Return whether the set of method overrides is empty.
isEmpty() - Method in class org.springframework.beans.MutablePropertyValues
 
isEmpty() - Method in interface org.springframework.beans.PropertyValues
Does this holder not contain any PropertyValue objects at all?
isEmpty() - Method in class org.springframework.core.env.ReadOnlySystemAttributesMap
 
isEmpty() - Method in class org.springframework.http.HttpHeaders
 
isEmpty() - Method in class org.springframework.mock.web.MockMultipartFile
 
isEmpty() - Method in class org.springframework.orm.hibernate3.SessionHolder
 
isEmpty() - Method in class org.springframework.util.AutoPopulatingList
 
isEmpty() - Method in class org.springframework.util.CachingMapDecorator
Deprecated.
 
isEmpty(Collection) - Static method in class org.springframework.util.CollectionUtils
Return true if the supplied Collection is null or empty.
isEmpty(Map) - Static method in class org.springframework.util.CollectionUtils
Return true if the supplied Map is null or empty.
isEmpty() - Method in class org.springframework.util.CollectionUtils.MultiValueMapAdapter
 
isEmpty() - Method in class org.springframework.util.LinkedMultiValueMap
 
isEmpty(Object[]) - Static method in class org.springframework.util.ObjectUtils
Determine whether the given array is empty: i.e.
isEmpty(Object) - Static method in class org.springframework.util.StringUtils
Check whether the given String is empty.
isEmpty() - Method in class org.springframework.web.multipart.commons.CommonsMultipartFile
 
isEmpty() - Method in interface org.springframework.web.multipart.MultipartFile
Return whether the uploaded file is empty, that is, either no file has been chosen in the multipart form or the chosen file has no content.
isEmpty() - Method in class org.springframework.web.multipart.support.StandardMultipartHttpServletRequest.StandardMultipartFile
 
isEmpty() - Method in class org.springframework.web.portlet.ModelAndView
Return whether this ModelAndView object is empty, i.e.
isEmpty() - Method in class org.springframework.web.servlet.ModelAndView
Return whether this ModelAndView object is empty, i.e.
isEmpty() - Method in class org.springframework.web.servlet.mvc.condition.CompositeRequestCondition
Whether this instance contains 0 conditions or not.
isEmpty() - Method in class org.springframework.web.servlet.mvc.condition.ConsumesRequestCondition
Whether the condition has any media type expressions.
isEmpty() - Method in class org.springframework.web.servlet.mvc.condition.ProducesRequestCondition
Whether the condition has any media type expressions.
isEndElement() - Method in class org.springframework.util.xml.AbstractXMLStreamReader
 
isEnforceDestroyMethod() - Method in class org.springframework.beans.factory.support.AbstractBeanDefinition
Indicate whether the configured destroy method is the default.
isEnforceInitMethod() - Method in class org.springframework.beans.factory.support.AbstractBeanDefinition
Indicate whether the configured init method is the default.
isEqualsMethod(Method) - Static method in class org.springframework.aop.support.AopUtils
Determine whether the given method is an "equals" method.
isEqualsMethod(Method) - Static method in class org.springframework.util.ReflectionUtils
Determine whether the given method is an "equals" method.
isError() - Method in class org.springframework.web.servlet.support.BindStatus
Return if this status represents a field or object error.
isExactMatch() - Method in class org.springframework.expression.spel.support.ReflectionHelper.ArgumentsMatchInfo
 
isExceptionHandlerMethod(Method) - Method in class org.springframework.web.servlet.mvc.multiaction.MultiActionController
Is the supplied method a valid exception handler method?
isExcluded(String) - Method in class org.springframework.core.DecoratingClassLoader
Determine whether the specified class is excluded from decoration by this class loader.
isExcluded(String) - Method in class org.springframework.jmx.export.MBeanExporter
Indicates whether or not a particular bean name is present in the excluded beans list.
isExcludedFromDependencyCheck(PropertyDescriptor) - Method in class org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory
Determine whether the given bean property is excluded from dependency checks.
isExcludedFromDependencyCheck(PropertyDescriptor) - Static method in class org.springframework.beans.factory.support.AutowireUtils
Determine whether the given bean property is excluded from dependency checks.
isExecuted() - Method in class org.springframework.mock.http.client.MockClientHttpRequest
 
isExistingTransaction(Object) - Method in class org.springframework.jca.cci.connection.CciLocalTransactionManager
 
isExistingTransaction(Object) - Method in class org.springframework.jdbc.datasource.DataSourceTransactionManager
 
isExistingTransaction(Object) - Method in class org.springframework.jms.connection.JmsTransactionManager
 
isExistingTransaction(Object) - Method in class org.springframework.orm.hibernate3.HibernateTransactionManager
 
isExistingTransaction(Object) - Method in class org.springframework.orm.hibernate4.HibernateTransactionManager
 
isExistingTransaction(Object) - Method in class org.springframework.orm.jdo.JdoTransactionManager
 
isExistingTransaction(Object) - Method in class org.springframework.orm.jpa.JpaTransactionManager
 
isExistingTransaction(Object) - Method in class org.springframework.transaction.jta.JtaTransactionManager
 
isExistingTransaction(Object) - Method in class org.springframework.transaction.support.AbstractPlatformTransactionManager
Check if the given transaction object indicates an existing transaction (that is, a transaction which has already started).
isExpectationFailed() - Method in class org.springframework.test.web.servlet.result.StatusResultMatchers
Assert the response status code is HttpStatus.EXPECTATION_FAILED (417).
isExpired() - Method in class org.springframework.web.servlet.FlashMap
Whether this instance has expired depending on the amount of elapsed time since the call to FlashMap.startExpirationPeriod(int).
isExplicitQosEnabled() - Method in class org.springframework.jms.core.JmsTemplate
If "true", then the values of deliveryMode, priority, and timeToLive will be used when sending a message.
isExponentChar(char) - Method in class org.springframework.expression.spel.standard.Tokenizer
 
isExposeClassDescriptor() - Method in class org.springframework.jmx.export.assembler.AbstractReflectiveMBeanInfoAssembler
Return whether to expose the JMX descriptor field "class" for managed operations.
isExposeListenerSession() - Method in class org.springframework.jms.listener.AbstractMessageListenerContainer
Return whether to expose the listener JMS Session to a registered SessionAwareMessageListener.
isExposeNativeEntityManager() - Method in class org.springframework.orm.jpa.JpaTemplate
Deprecated.
Return whether to expose the native JPA EntityManager to JpaCallback code, or rather an EntityManager proxy.
isExposeNativePersistenceManager() - Method in class org.springframework.orm.jdo.JdoTemplate
Deprecated.
Return whether to expose the native JDO PersistenceManager to JdoCallback code, or rather a PersistenceManager proxy.
isExposeNativeSession() - Method in class org.springframework.orm.hibernate3.HibernateTemplate
Return whether to expose the native Hibernate Session to HibernateCallback code, or rather a Session proxy.
isExposePathVariables() - Method in class org.springframework.web.servlet.view.AbstractView
Returns the value of the flag indicating whether path variables should be added to the model or not.
isExposeProxy() - Method in interface org.springframework.aop.framework.Advised
Return whether the factory should expose the proxy as a ThreadLocal.
isExposeProxy() - Method in class org.springframework.aop.framework.ProxyConfig
Return whether the AOP proxy will expose the AOP proxy for each invocation.
isExposeTransactionAwareSessionFactory() - Method in class org.springframework.orm.hibernate3.AbstractSessionFactoryBean
Return whether to expose a transaction-aware proxy for the SessionFactory.
isExpressionFactoryAvailable() - Method in class org.springframework.web.servlet.view.tiles2.TilesConfigurer.JspExpressionChecker
 
isExpressionLanguage(String) - Static method in class org.springframework.web.util.ExpressionEvaluationUtils
Deprecated.
Check if the given expression value is an EL expression.
isExternallyManagedConfigMember(Member) - Method in class org.springframework.beans.factory.support.RootBeanDefinition
 
isExternallyManagedDestroyMethod(String) - Method in class org.springframework.beans.factory.support.RootBeanDefinition
 
isExternallyManagedInitMethod(String) - Method in class org.springframework.beans.factory.support.RootBeanDefinition
 
isExtractOldValueForEditor() - Method in class org.springframework.beans.AbstractPropertyAccessor
 
isExtractOldValueForEditor() - Method in interface org.springframework.beans.ConfigurablePropertyAccessor
Return whether to extract the old property value when applying a property editor to a new value for a property.
isFactoryBean(String) - Method in interface org.springframework.beans.factory.config.ConfigurableBeanFactory
Determine whether the bean with the given name is a FactoryBean.
isFactoryBean(String) - Method in class org.springframework.beans.factory.support.AbstractBeanFactory
 
isFactoryBean(String, RootBeanDefinition) - Method in class org.springframework.beans.factory.support.AbstractBeanFactory
Check whether the given bean is defined as a FactoryBean.
isFactoryBean - Variable in class org.springframework.scripting.support.RefreshableScriptTargetSource
 
isFactoryDereference(String) - Static method in class org.springframework.beans.factory.BeanFactoryUtils
Return whether the given name is a factory dereference (beginning with the factory dereference prefix).
isFactoryMethod(Method) - Method in class org.springframework.beans.factory.support.RootBeanDefinition
Check whether the given candidate qualifies as a factory method.
isFactoryMethod(Method) - Method in class org.springframework.context.annotation.ConfigurationClassBeanDefinitionReader.ConfigurationClassBeanDefinition
 
isFactoryMethodUnique - Variable in class org.springframework.beans.factory.support.RootBeanDefinition
 
isFailEarlyOnGlobalRollbackOnly() - Method in class org.springframework.transaction.support.AbstractPlatformTransactionManager
Return whether to fail early in case of the transaction being globally marked as rollback-only.
isFailedDependency() - Method in class org.springframework.test.web.servlet.result.StatusResultMatchers
Assert the response status code is HttpStatus.FAILED_DEPENDENCY (424).
isField - Variable in class org.springframework.beans.factory.annotation.InjectionMetadata.InjectedElement
 
isFileURL(URL) - Static method in class org.springframework.util.ResourceUtils
Determine whether the given URL points to a resource in the file system, that is, has protocol "file" or "vfs".
isFinal() - Method in interface org.springframework.core.type.ClassMetadata
Return whether the underlying class is marked as 'final'.
isFinal - Variable in class org.springframework.core.type.classreading.ClassMetadataReadingVisitor
 
isFinal() - Method in class org.springframework.core.type.classreading.ClassMetadataReadingVisitor
 
isFinal() - Method in class org.springframework.core.type.classreading.MethodMetadataReadingVisitor
 
isFinal() - Method in interface org.springframework.core.type.MethodMetadata
Return whether the underlying method is marked as 'final'.
isFinal() - Method in class org.springframework.core.type.StandardClassMetadata
 
isFinal() - Method in class org.springframework.core.type.StandardMethodMetadata
 
isFinalizeMethod(Method) - Static method in class org.springframework.aop.support.AopUtils
Determine whether the given method is a "finalize" method.
isFinishRequest(PortletRequest) - Method in class org.springframework.web.portlet.mvc.AbstractWizardFormController
Deprecated.
Determine whether the incoming request is a request to finish the processing of the current form.
isFinishRequest(HttpServletRequest) - Method in class org.springframework.web.servlet.mvc.AbstractWizardFormController
Deprecated.
Determine whether the incoming request is a request to finish the processing of the current form.
isFirst() - Method in class org.springframework.jdbc.support.rowset.ResultSetWrappingSqlRowSet
 
isFirst() - Method in interface org.springframework.jdbc.support.rowset.SqlRowSet
Retrieves whether the cursor is on the first row of this RowSet.
isFirstPage() - Method in class org.springframework.beans.support.PagedListHolder
Return if the current page is the first one.
isFixedRate() - Method in class org.springframework.scheduling.commonj.ScheduledTimerListener
Return whether to schedule as fixed-rate execution.
isFixedRate() - Method in class org.springframework.scheduling.concurrent.ScheduledExecutorTask
Return whether to schedule as fixed-rate execution.
isFixedRate() - Method in class org.springframework.scheduling.timer.ScheduledTimerTask
Deprecated.
Return whether to schedule as fixed-rate execution.
isFlashMapForRequest(FlashMap, HttpServletRequest) - Method in class org.springframework.web.servlet.support.AbstractFlashMapManager
Whether the given FlashMap matches the current request.
isFloatSuffix(char) - Method in class org.springframework.expression.spel.standard.Tokenizer
 
isFlushEager() - Method in class org.springframework.orm.jdo.JdoAccessor
Deprecated.
Return if this accessor should flush changes to the database eagerly.
isFlushEager() - Method in class org.springframework.orm.jpa.JpaAccessor
Deprecated.
Return if this accessor should flush changes to the database eagerly.
isForbidden() - Method in class org.springframework.test.web.servlet.result.StatusResultMatchers
Assert the response status code is HttpStatus.FORBIDDEN (403).
isFormChangeRequest(PortletRequest) - Method in class org.springframework.web.portlet.mvc.SimpleFormController
Deprecated.
Determine whether the given request is a form change request.
isFormChangeRequest(HttpServletRequest, Object) - Method in class org.springframework.web.servlet.mvc.SimpleFormController
Deprecated.
Determine whether the given request is a form change request.
isFormChangeRequest(HttpServletRequest) - Method in class org.springframework.web.servlet.mvc.SimpleFormController
Deprecated.
Simpler isFormChangeRequest variant, called by the full variant SimpleFormController.isFormChangeRequest(HttpServletRequest, Object).
isFormContentType(HttpServletRequest) - Method in class org.springframework.web.filter.HttpPutFormContentFilter
 
isFormPost(HttpServletRequest) - Method in class org.springframework.http.server.ServletServerHttpRequest
 
isFormSubmission(PortletRequest) - Method in class org.springframework.web.portlet.mvc.AbstractFormController
Deprecated.
Determine if the given request represents a form submission.
isFormSubmission(PortletRequest) - Method in class org.springframework.web.portlet.mvc.AbstractWizardFormController
Deprecated.
Consider an explicit finish or cancel request as a form submission too.
isFormSubmission(HttpServletRequest) - Method in class org.springframework.web.servlet.mvc.AbstractFormController
Deprecated.
Determine if the given request represents a form submission.
isFormSubmission(HttpServletRequest) - Method in class org.springframework.web.servlet.mvc.AbstractWizardFormController
Deprecated.
Consider an explicit finish or cancel request as a form submission too.
isFormSubmission(HttpServletRequest) - Method in class org.springframework.web.servlet.mvc.CancellableFormController
Deprecated.
Consider an explicit cancel request as a form submission too.
isFound() - Method in class org.springframework.test.web.servlet.result.StatusResultMatchers
Assert the response status code is HttpStatus.FOUND (302).
isFrozen() - Method in interface org.springframework.aop.framework.Advised
Return whether the Advised configuration is frozen, in which case no advice changes can be made.
isFrozen() - Method in class org.springframework.aop.framework.autoproxy.AbstractAutoProxyCreator
 
isFrozen() - Method in class org.springframework.aop.framework.ProxyConfig
Return whether the config is frozen, and no advice changes can be made.
isFrozen() - Method in class org.springframework.jms.connection.JmsResourceHolder
 
isFullConfigurationCandidate(AnnotationMetadata) - Static method in class org.springframework.context.annotation.ConfigurationClassUtils
 
isFullConfigurationClass(BeanDefinition) - Static method in class org.springframework.context.annotation.ConfigurationClassUtils
Determine whether the given bean definition indicates a full @Configuration class.
isFunction() - Method in class org.springframework.jdbc.core.metadata.CallMetaDataContext
Check whether this call is a function call.
isFunction() - Method in class org.springframework.jdbc.core.simple.AbstractJdbcCall
Is this call a function call?
isFunction() - Method in class org.springframework.jdbc.object.SqlCall
Return whether this call is for a function.
isGatewayTimeout() - Method in class org.springframework.test.web.servlet.result.StatusResultMatchers
Assert the response status code is HttpStatus.GATEWAY_TIMEOUT (504).
isGeneratedBeanName(String) - Static method in class org.springframework.beans.factory.BeanFactoryUtils
Return whether the given name is a bean name which has been generated by the default naming strategy (containing a "#..." part).
isGenerateDdl() - Method in class org.springframework.orm.jpa.vendor.AbstractJpaVendorAdapter
Return whether to generate DDL after the EntityManagerFactory has been initialized creating/updating all relevant tables.
isGenerateDefaultLocations() - Method in class org.springframework.test.context.support.AbstractContextLoader
Determine whether or not default resource locations should be generated if the locations provided to AbstractContextLoader.processLocations(Class, String...) are null or empty.
isGeneratedKeysColumnNameArraySupported() - Method in class org.springframework.jdbc.core.metadata.GenericTableMetaDataProvider
 
isGeneratedKeysColumnNameArraySupported() - Method in class org.springframework.jdbc.core.metadata.TableMetaDataContext
Is a column name String array for retrieving generated keys supported? Connection.createStruct(String, Object[])?
isGeneratedKeysColumnNameArraySupported() - Method in interface org.springframework.jdbc.core.metadata.TableMetaDataProvider
Does this database support a column name String array for retreiving generated keys Connection.createStruct(String, Object[])
isGenericDelimiter(int) - Method in enum org.springframework.web.util.HierarchicalUriComponents.Type
Indicates whether the given character is in the gen-delims set.
isGetGeneratedKeysSimulated() - Method in class org.springframework.jdbc.core.metadata.GenericTableMetaDataProvider
 
isGetGeneratedKeysSimulated() - Method in class org.springframework.jdbc.core.metadata.HsqlTableMetaDataProvider
 
isGetGeneratedKeysSimulated() - Method in class org.springframework.jdbc.core.metadata.PostgresTableMetaDataProvider
 
isGetGeneratedKeysSimulated() - Method in class org.springframework.jdbc.core.metadata.TableMetaDataContext
Does this database support simple query to retrieve generated keys when the JDBC 3.0 feature is not supported.
isGetGeneratedKeysSimulated() - Method in interface org.springframework.jdbc.core.metadata.TableMetaDataProvider
Does this database support a simple quey to retrieve the generated key whe the JDBC 3.0 feature of retreiving generated keys is not supported DatabaseMetaData.supportsGetGeneratedKeys()
isGetGeneratedKeysSupported() - Method in class org.springframework.jdbc.core.metadata.DerbyTableMetaDataProvider
 
isGetGeneratedKeysSupported() - Method in class org.springframework.jdbc.core.metadata.GenericTableMetaDataProvider
 
isGetGeneratedKeysSupported() - Method in class org.springframework.jdbc.core.metadata.TableMetaDataContext
Does this database support the JDBC 3.0 feature of retrieving generated keys DatabaseMetaData.supportsGetGeneratedKeys()?
isGetGeneratedKeysSupported() - Method in interface org.springframework.jdbc.core.metadata.TableMetaDataProvider
Does this database support the JDBC 3.0 feature of retreiving generated keys DatabaseMetaData.supportsGetGeneratedKeys()
isGlobalRollbackOnly() - Method in class org.springframework.transaction.support.AbstractTransactionStatus
Template method for determining the global rollback-only flag of the underlying transaction, if any.
isGlobalRollbackOnly() - Method in class org.springframework.transaction.support.DefaultTransactionStatus
Determine the rollback-only flag via checking both the transaction object, provided that the latter implements the SmartTransactionObject interface.
isGlobalRollbackOnParticipationFailure() - Method in class org.springframework.transaction.support.AbstractPlatformTransactionManager
Return whether to globally mark an existing transaction as rollback-only after a participating transaction failed.
isGone() - Method in class org.springframework.test.web.servlet.result.StatusResultMatchers
Assert the response status code is HttpStatus.GONE (410).
isGzipResponse(PostMethod) - Method in class org.springframework.remoting.httpinvoker.CommonsHttpInvokerRequestExecutor
Determine whether the given response indicates a GZIP response.
isGzipResponse(HttpResponse) - Method in class org.springframework.remoting.httpinvoker.HttpComponentsHttpInvokerRequestExecutor
Determine whether the given response indicates a GZIP response.
isGzipResponse(HttpURLConnection) - Method in class org.springframework.remoting.httpinvoker.SimpleHttpInvokerRequestExecutor
Determine whether the given response is a GZIP response.
isHandler(Class<?>) - Method in class org.springframework.web.servlet.handler.AbstractHandlerMethodMapping
Whether the given type is a handler with handler methods.
isHandler(Class<?>) - Method in class org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping
Whether the given type is a handler with handler methods.
isHandlerMethod(Method) - Method in class org.springframework.web.bind.annotation.support.HandlerMethodResolver
 
isHandlerMethod(Method) - Method in class org.springframework.web.portlet.mvc.annotation.AnnotationMethodHandlerAdapter.PortletHandlerMethodResolver
 
isHandlerMethod(Method) - Method in class org.springframework.web.servlet.mvc.annotation.AnnotationMethodHandlerAdapter.ServletHandlerMethodResolver
Deprecated.
 
isHandlerMethod(Method) - Method in class org.springframework.web.servlet.mvc.multiaction.MultiActionController
Is the supplied method a valid handler method?
isHandlerSessionAttribute(String, Class<?>) - Method in class org.springframework.web.method.annotation.SessionAttributesHandler
Whether the attribute name or type match the names and types specified via @SessionAttributes in underlying controller.
isHashCodeMethod(Method) - Static method in class org.springframework.aop.support.AopUtils
Determine whether the given method is a "hashCode" method.
isHashCodeMethod(Method) - Static method in class org.springframework.util.ReflectionUtils
Determine whether the given method is a "hashCode" method.
isHexadecimalDigit(char) - Method in class org.springframework.expression.spel.standard.Tokenizer
 
isHexNumber(String) - Static method in class org.springframework.util.NumberUtils
Determine whether the given value String indicates a hex number, i.e.
isHomeRefreshable() - Method in class org.springframework.ejb.access.AbstractRemoteSlsbInvokerInterceptor
 
isHomeRefreshable() - Method in class org.springframework.ejb.access.AbstractSlsbInvokerInterceptor
Return whether the cached EJB home object is potentially subject to on-demand refreshing.
isHtmlEscape() - Method in class org.springframework.web.servlet.tags.HtmlEscapingAwareTag
Return the HTML escaping setting for this tag, or the default setting if not overridden.
isHttpVersionNotSupported() - Method in class org.springframework.test.web.servlet.result.StatusResultMatchers
Assert the response status code is HttpStatus.HTTP_VERSION_NOT_SUPPORTED (505).
isIAmATeapot() - Method in class org.springframework.test.web.servlet.result.StatusResultMatchers
Assert the response status code is HttpStatus.I_AM_A_TEAPOT (418).
isIdentifier() - Method in class org.springframework.expression.spel.standard.Token
 
isIdentifier(char) - Method in class org.springframework.expression.spel.standard.Tokenizer
 
isIdle() - Method in class org.springframework.jms.listener.DefaultMessageListenerContainer.AsyncMessageListenerInvoker
 
isIgnoreCase() - Method in class org.springframework.beans.support.MutableSortDefinition
 
isIgnoreCase() - Method in interface org.springframework.beans.support.SortDefinition
Return whether upper and lower case in String values should be ignored.
isIgnoreInvalidFields() - Method in class org.springframework.validation.DataBinder
Return whether to ignore invalid fields when binding.
isIgnoreNestedPath() - Method in class org.springframework.web.servlet.tags.BindTag
Return whether to ignore a nested path, if any.
isIgnoreUnknownFields() - Method in class org.springframework.validation.DataBinder
Return whether to ignore unknown fields when binding.
isIgnoreWarnings() - Method in class org.springframework.jdbc.core.JdbcTemplate
Return whether or not we ignore SQLWarnings.
isIgnoring(Kind) - Method in class org.springframework.aop.aspectj.AspectJWeaverMessageHandler
 
isImported() - Method in class org.springframework.context.annotation.ConfigurationClass
Return whether this configuration class was registered via @Import or automatically registered due to being nested within another configuration class.
isImUsed() - Method in class org.springframework.test.web.servlet.result.StatusResultMatchers
Assert the response status code is HttpStatus.IM_USED (226).
isIncludeClientInfo() - Method in class org.springframework.web.context.request.Log4jNestedDiagnosticContextInterceptor
Return whether or not the session id and user name should be included in the log message.
isIncludeClientInfo() - Method in class org.springframework.web.filter.AbstractRequestLoggingFilter
Return whether or not the client address and session id should be included in the log message.
isIncludePayload() - Method in class org.springframework.web.filter.AbstractRequestLoggingFilter
Return whether or not the request payload (body) should be included in the log message.
isIncludeQueryString() - Method in class org.springframework.web.filter.AbstractRequestLoggingFilter
Return whether or not the query string should be included in the log message.
isIncludeRequest(ServletRequest) - Static method in class org.springframework.web.util.WebUtils
Determine whether the given request is an include request, that is, not a top-level HTTP request coming in from the outside.
isIndependent() - Method in interface org.springframework.core.type.ClassMetadata
Determine whether the underlying class is independent, i.e.
isIndependent() - Method in class org.springframework.core.type.classreading.ClassMetadataReadingVisitor
 
isIndependent() - Method in class org.springframework.core.type.StandardClassMetadata
 
isInfrastructureClass(Class) - Method in class org.springframework.aop.aspectj.annotation.AnnotationAwareAspectJAutoProxyCreator
 
isInfrastructureClass(Class<?>) - Method in class org.springframework.aop.framework.autoproxy.AbstractAutoProxyCreator
Return whether the given bean class represents an infrastructure class that should never be proxied.
isInheritInitializers() - Method in class org.springframework.test.context.ContextConfigurationAttributes
Get the inheritInitializers flag that was declared via @ContextConfiguration.
isInheritLocations() - Method in class org.springframework.test.context.ContextConfigurationAttributes
Get the inheritLocations flag that was declared via @ContextConfiguration.
isInitBinderMethod(Method) - Method in class org.springframework.web.bind.annotation.support.HandlerMethodResolver
 
isInitialized() - Method in class org.springframework.aop.target.AbstractLazyCreationTargetSource
Return whether the lazy target object of this TargetSource has already been fetched.
isInputValueProvided() - Method in class org.springframework.jdbc.core.ResultSetSupportingSqlParameter
This implementation always returns false.
isInputValueProvided() - Method in class org.springframework.jdbc.core.SqlInOutParameter
This implementation always returns true.
isInputValueProvided() - Method in class org.springframework.jdbc.core.SqlParameter
Return whether this parameter holds input values that should be set before execution even if they are null.
isInputValueProvided() - Method in class org.springframework.jdbc.core.SqlReturnUpdateCount
Return whether this parameter holds input values that should be set before execution even if they are null.
isInstanceOf(Class, Object) - Static method in class org.springframework.util.Assert
Assert that the provided object is an instance of the provided class.
isInstanceOf(Class, Object, String) - Static method in class org.springframework.util.Assert
Assert that the provided object is an instance of the provided class.
isInstrumentationAvailable() - Static method in class org.springframework.instrument.classloading.InstrumentationLoadTimeWeaver
Check whether an Instrumentation instance is available for the current VM.
isInsufficientSpaceOnResource() - Method in class org.springframework.test.web.servlet.result.StatusResultMatchers
Deprecated.
matching the deprecation of HttpStatus.INSUFFICIENT_SPACE_ON_RESOURCE
isInsufficientStorage() - Method in class org.springframework.test.web.servlet.result.StatusResultMatchers
Assert the response status code is HttpStatus.INSUFFICIENT_STORAGE (507).
isInterceptorEnabled(MethodInvocation, Log) - Method in class org.springframework.aop.interceptor.AbstractTraceInterceptor
Determine whether the interceptor should kick in, that is, whether the invokeUnderTrace method should be called.
isInterceptorEnabled(MethodInvocation, Log) - Method in class org.springframework.aop.interceptor.JamonPerformanceMonitorInterceptor
Always applies the interceptor if the "trackAllInvocations" flag has been set; else just kicks in if the log is enabled.
isInterface() - Method in interface org.springframework.core.type.ClassMetadata
Return whether the underlying class represents an interface.
isInterface - Variable in class org.springframework.core.type.classreading.ClassMetadataReadingVisitor
 
isInterface() - Method in class org.springframework.core.type.classreading.ClassMetadataReadingVisitor
 
isInterface() - Method in class org.springframework.core.type.StandardClassMetadata
 
isInterfaceProxied(Class) - Method in interface org.springframework.aop.framework.Advised
Determine whether the given interface is proxied.
isInterfaceProxied(Class) - Method in class org.springframework.aop.framework.AdvisedSupport
 
isInterfaceWithAnnotatedMethods(Class<?>) - Static method in class org.springframework.core.annotation.AnnotationUtils
 
isInternalServerError() - Method in class org.springframework.test.web.servlet.result.StatusResultMatchers
Assert the response status code is HttpStatus.INTERNAL_SERVER_ERROR (500).
isIntrospectionCandidate(Class) - Static method in class org.springframework.core.GenericCollectionTypeResolver
Determine whether the given class is a potential candidate that defines generic collection or map types.
isInvalid() - Method in class org.springframework.mock.web.MockHttpSession
 
isInvalid() - Method in class org.springframework.mock.web.portlet.MockPortletSession
 
isInvalidPath(String) - Method in class org.springframework.web.servlet.resource.ResourceHttpRequestHandler
Validates the given path: returns true if the given path is not a valid resource path.
isInvalidSubmission(PortletRequest) - Method in class org.springframework.web.portlet.mvc.AbstractFormController
Deprecated.
Determine if the given request represents an invalid form submission.
isJarResource(Resource) - Method in class org.springframework.core.io.support.PathMatchingResourcePatternResolver
Return whether the given resource handle indicates a jar resource that the doFindPathMatchingJarResources method can handle.
isJarURL(URL) - Static method in class org.springframework.util.ResourceUtils
Determine whether the given URL points to a resource in a jar file, that is, has protocol "jar", "zip", "wsjar" or "code-source".
isJaxb2Class(MetadataReader, MetadataReaderFactory) - Method in class org.springframework.oxm.jaxb.ClassPathJaxb2TypeScanner
 
isJdkDynamicProxy(Object) - Static method in class org.springframework.aop.support.AopUtils
Check whether the given object is a JDK dynamic proxy.
isJtaEntityManager() - Method in class org.springframework.orm.jpa.ExtendedEntityManagerCreator.ExtendedEntityManagerInvocationHandler
 
isLast() - Method in class org.springframework.jdbc.support.rowset.ResultSetWrappingSqlRowSet
 
isLast() - Method in interface org.springframework.jdbc.support.rowset.SqlRowSet
Retrieves whether the cursor is on the last row of this RowSet.
isLastPage() - Method in class org.springframework.beans.support.PagedListHolder
Return if the current page is the last one.
isLazilyInstantiated() - Method in class org.springframework.aop.aspectj.annotation.AspectMetadata
Return whether the aspect needs to be lazily instantiated.
isLazy() - Method in class org.springframework.aop.aspectj.annotation.InstantiationModelAwarePointcutAdvisorImpl
 
isLazy() - Method in interface org.springframework.aop.aspectj.InstantiationModelAwarePointcutAdvisor
Return whether this advisor is lazily initializing its underlying advice.
isLazyInit() - Method in interface org.springframework.beans.factory.config.BeanDefinition
Return whether this bean should be lazily initialized, i.e.
isLazyInit() - Method in class org.springframework.beans.factory.support.AbstractBeanDefinition
Return whether this bean should be lazily initialized, i.e.
isLazyInit() - Method in class org.springframework.beans.factory.support.BeanDefinitionDefaults
 
isLazyInit() - Method in class org.springframework.jdbc.support.JdbcAccessor
Return whether to lazily initialize the SQLExceptionTranslator for this accessor.
isLengthRequired() - Method in class org.springframework.test.web.servlet.result.StatusResultMatchers
Assert the response status code is HttpStatus.LENGTH_REQUIRED (411).
isLenientConstructorResolution() - Method in class org.springframework.beans.factory.support.AbstractBeanDefinition
Return whether to resolve constructors in lenient mode or in strict mode.
isLiteConfigurationCandidate(AnnotationMetadata) - Static method in class org.springframework.context.annotation.ConfigurationClassUtils
 
isLocalRollbackOnly() - Method in class org.springframework.transaction.support.AbstractTransactionStatus
Determine the rollback-only flag via checking this TransactionStatus.
isLocked() - Method in class org.springframework.test.web.servlet.result.StatusResultMatchers
Assert the response status code is HttpStatus.LOCKED (423).
isLog() - Method in class org.springframework.jmx.export.metadata.ManagedResource
 
isLogEnabled(Log) - Method in class org.springframework.aop.interceptor.AbstractTraceInterceptor
Determine whether the given Log instance is enabled.
isLogEnabled() - Method in class org.springframework.beans.factory.config.DeprecatedBeanWarner
Determine whether the DeprecatedBeanWarner.logger field is enabled.
isLongLived() - Method in class org.springframework.jms.listener.DefaultMessageListenerContainer.AsyncMessageListenerInvoker
 
isLongLived() - Method in interface org.springframework.scheduling.SchedulingAwareRunnable
Return whether the Runnable's operation is long-lived (true) versus short-lived (false).
isLoopDetected() - Method in class org.springframework.test.web.servlet.result.StatusResultMatchers
Assert the response status code is HttpStatus.LOOP_DETECTED (508).
isMaintainSession() - Method in class org.springframework.remoting.jaxrpc.JaxRpcPortClientInterceptor
Deprecated.
Return the maintain session flag to specify on the stub or call.
isMaintainSession() - Method in class org.springframework.remoting.jaxws.JaxWsPortClientInterceptor
Return the "session.maintain" flag to specify on the stub.
isMap() - Method in class org.springframework.core.convert.AbstractDescriptor
 
isMap() - Method in class org.springframework.core.convert.TypeDescriptor
Is this type a Map type?
isMappedToReference(char) - Method in class org.springframework.web.util.HtmlCharacterEntityReferences
Return true if the given character is mapped to a supported entity reference.
isMatch(String, String) - Method in class org.springframework.aop.framework.autoproxy.BeanNameAutoProxyCreator
Return if the given bean name matches the mapped name.
isMatch(String, String) - Method in class org.springframework.aop.support.NameMatchMethodPointcut
Return if the given method name matches the mapped name.
isMatch(String, String) - Method in class org.springframework.cache.interceptor.NameMatchCacheOperationSource
Return if the given method name matches the mapped name.
isMatch(Method, String) - Method in class org.springframework.jmx.export.assembler.MethodNameBasedMBeanInfoAssembler
 
isMatch(String, String) - Method in class org.springframework.transaction.interceptor.MethodMapTransactionAttributeSource
Return if the given method name matches the mapped name.
isMatch(String, String) - Method in class org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource
Return if the given method name matches the mapped name.
isMatchingFieldError(String, FieldError) - Method in class org.springframework.validation.AbstractErrors
Check whether the given FieldError matches the given field.
isMatchRequiringConversion() - Method in class org.springframework.expression.spel.support.ReflectionHelper.ArgumentsMatchInfo
 
isMaterialized() - Method in class org.springframework.aop.aspectj.annotation.LazySingletonAspectInstanceFactoryDecorator
 
isMatrixVariableContentAvailable() - Method in class org.springframework.web.servlet.mvc.method.RequestMappingInfoHandlerMapping
 
isMBean(Class) - Method in class org.springframework.jmx.export.MBeanExporter
Determine whether the given bean class qualifies as an MBean as-is.
isMBean(Class<?>) - Static method in class org.springframework.jmx.support.JmxUtils
Determine whether the given bean class qualifies as an MBean as-is.
isMediaTypeHeader(String) - Static method in class org.springframework.web.portlet.mvc.annotation.PortletAnnotationMappingUtils
 
isMediaTypeHeader(String) - Static method in class org.springframework.web.servlet.mvc.annotation.ServletAnnotationMappingUtils
Deprecated.
 
isMergeEnabled() - Method in class org.springframework.beans.factory.support.ManagedList
 
isMergeEnabled() - Method in class org.springframework.beans.factory.support.ManagedMap
 
isMergeEnabled() - Method in class org.springframework.beans.factory.support.ManagedProperties
 
isMergeEnabled() - Method in class org.springframework.beans.factory.support.ManagedSet
 
isMergeEnabled() - Method in interface org.springframework.beans.Mergeable
Is merging enabled for this particular instance?
isMergeEnabled() - Method in class org.springframework.test.web.servlet.request.MockHttpServletRequestBuilder
Is merging enabled for this particular instance?
isMessageIdEnabled() - Method in class org.springframework.jms.core.JmsTemplate
Return whether message IDs are enabled.
isMessageTimestampEnabled() - Method in class org.springframework.jms.core.JmsTemplate
Return whether message timestamps are enabled.
isMethodBrowserSupported(String) - Method in class org.springframework.web.servlet.tags.form.FormTag
Determine if the HTTP method is supported by browsers (i.e.
isMethodFailure() - Method in class org.springframework.test.web.servlet.result.StatusResultMatchers
Deprecated.
matching the deprecation of HttpStatus.METHOD_FAILURE
isMethodNotAllowed() - Method in class org.springframework.test.web.servlet.result.StatusResultMatchers
Assert the response status code is HttpStatus.METHOD_NOT_ALLOWED (405).
isMethodOnIntroducedInterface(MethodInvocation) - Method in class org.springframework.aop.support.IntroductionInfoSupport
Is this method on an introduced interface?
isMinimalPutsEnabledByDefault() - Method in class org.springframework.orm.hibernate3.LocalCacheProviderProxy
Deprecated.
 
isMinimalPutsEnabledByDefault() - Method in class org.springframework.orm.hibernate3.LocalRegionFactoryProxy
 
isModelAttributeMethod(Method) - Method in class org.springframework.web.bind.annotation.support.HandlerMethodResolver
 
isModified() - Method in interface org.springframework.scripting.ScriptSource
Indicate whether the underlying script data has been modified since the last time ScriptSource.getScriptAsString() was called.
isModified() - Method in class org.springframework.scripting.support.ResourceScriptSource
 
isModified() - Method in class org.springframework.scripting.support.StaticScriptSource
 
isMovedPermanently() - Method in class org.springframework.test.web.servlet.result.StatusResultMatchers
Assert the response status code is HttpStatus.MOVED_PERMANENTLY (301).
isMovedTemporarily() - Method in class org.springframework.test.web.servlet.result.StatusResultMatchers
Assert the response status code is HttpStatus.MOVED_TEMPORARILY (302).
isMultiActionControllerType(Class) - Method in class org.springframework.web.servlet.mvc.support.AbstractControllerUrlHandlerMapping
Determine whether the given bean class indicates a controller type that dispatches to multiple action methods.
isMultiActionControllerType(Class) - Method in class org.springframework.web.servlet.mvc.support.AnnotationControllerTypePredicate
 
isMultiActionControllerType(Class) - Method in class org.springframework.web.servlet.mvc.support.ControllerTypePredicate
 
isMultipart(MultiValueMap<String, ?>, MediaType) - Method in class org.springframework.http.converter.FormHttpMessageConverter
 
isMultipart() - Method in class org.springframework.mail.javamail.MimeMessageHelper
Return whether this helper is in multipart mode, i.e.
isMultipart(HttpServletRequest) - Method in class org.springframework.web.multipart.commons.CommonsMultipartResolver
 
isMultipart(HttpServletRequest) - Method in interface org.springframework.web.multipart.MultipartResolver
Determine if the given request contains multipart content.
isMultipart(HttpServletRequest) - Method in class org.springframework.web.multipart.support.StandardServletMultipartResolver
 
isMultipart(ActionRequest) - Method in class org.springframework.web.portlet.multipart.CommonsPortletMultipartResolver
 
isMultipart(ActionRequest) - Method in interface org.springframework.web.portlet.multipart.PortletMultipartResolver
Determine if the given request contains multipart content.
isMultipartFileCollection(MethodParameter) - Method in class org.springframework.web.method.annotation.RequestParamMethodArgumentResolver
 
isMultipartFileCollection(MethodParameter) - Method in class org.springframework.web.servlet.mvc.method.annotation.RequestPartMethodArgumentResolver
 
isMultiple() - Method in class org.springframework.web.servlet.tags.form.SelectTag
 
isMultipleChoices() - Method in class org.springframework.test.web.servlet.result.StatusResultMatchers
Assert the response status code is HttpStatus.MULTIPLE_CHOICES (300).
isMultiStatus() - Method in class org.springframework.test.web.servlet.result.StatusResultMatchers
Assert the response status code is HttpStatus.MULTI_STATUS (207).
isMustRestoreAutoCommit() - Method in class org.springframework.jdbc.datasource.DataSourceTransactionManager.DataSourceTransactionObject
 
isMutable() - Method in class org.springframework.orm.hibernate3.support.AbstractLobType
This implementation returns false.
isMutable() - Method in class org.springframework.orm.hibernate3.support.BlobByteArrayType
 
isMutable() - Method in class org.springframework.orm.hibernate3.support.BlobSerializableType
 
isMXBeanSupportAvailable() - Static method in class org.springframework.jmx.support.JmxUtils
Check whether MXBean support is available, i.e.
isNamedBeanAnAdvisorOrAdvice(String) - Method in class org.springframework.aop.framework.ProxyFactoryBean
Look at bean factory metadata to work out whether this bean name, which concludes the interceptorNames list, is an Advisor or Advice, or may be a target.
isNamespaceAware() - Method in class org.springframework.beans.factory.xml.XmlBeanDefinitionReader
Return whether or not the XML parser should be XML namespace aware.
isNativeConnectionNecessaryForNativeCallableStatements() - Method in class org.springframework.jdbc.support.nativejdbc.C3P0NativeJdbcExtractor
 
isNativeConnectionNecessaryForNativeCallableStatements() - Method in interface org.springframework.jdbc.support.nativejdbc.NativeJdbcExtractor
Return whether it is necessary to work on the native Connection to receive native CallableStatements.
isNativeConnectionNecessaryForNativeCallableStatements() - Method in class org.springframework.jdbc.support.nativejdbc.NativeJdbcExtractorAdapter
Return false by default.
isNativeConnectionNecessaryForNativeCallableStatements() - Method in class org.springframework.jdbc.support.nativejdbc.SimpleNativeJdbcExtractor
 
isNativeConnectionNecessaryForNativeCallableStatements() - Method in class org.springframework.jdbc.support.nativejdbc.WebLogicNativeJdbcExtractor
Return true, as WebLogic returns wrapped CallableStatements.
isNativeConnectionNecessaryForNativeCallableStatements() - Method in class org.springframework.jdbc.support.nativejdbc.WebSphereNativeJdbcExtractor
Return true, as WebSphere returns wrapped CallableStatements.
isNativeConnectionNecessaryForNativePreparedStatements() - Method in class org.springframework.jdbc.support.nativejdbc.C3P0NativeJdbcExtractor
 
isNativeConnectionNecessaryForNativePreparedStatements() - Method in interface org.springframework.jdbc.support.nativejdbc.NativeJdbcExtractor
Return whether it is necessary to work on the native Connection to receive native PreparedStatements.
isNativeConnectionNecessaryForNativePreparedStatements() - Method in class org.springframework.jdbc.support.nativejdbc.NativeJdbcExtractorAdapter
Return false by default.
isNativeConnectionNecessaryForNativePreparedStatements() - Method in class org.springframework.jdbc.support.nativejdbc.SimpleNativeJdbcExtractor
 
isNativeConnectionNecessaryForNativePreparedStatements() - Method in class org.springframework.jdbc.support.nativejdbc.WebLogicNativeJdbcExtractor
Return true, as WebLogic returns wrapped PreparedStatements.
isNativeConnectionNecessaryForNativePreparedStatements() - Method in class org.springframework.jdbc.support.nativejdbc.WebSphereNativeJdbcExtractor
Return true, as WebSphere returns wrapped PreparedStatements.
isNativeConnectionNecessaryForNativeStatements() - Method in class org.springframework.jdbc.support.nativejdbc.C3P0NativeJdbcExtractor
 
isNativeConnectionNecessaryForNativeStatements() - Method in interface org.springframework.jdbc.support.nativejdbc.NativeJdbcExtractor
Return whether it is necessary to work on the native Connection to receive native Statements.
isNativeConnectionNecessaryForNativeStatements() - Method in class org.springframework.jdbc.support.nativejdbc.NativeJdbcExtractorAdapter
Return false by default.
isNativeConnectionNecessaryForNativeStatements() - Method in class org.springframework.jdbc.support.nativejdbc.SimpleNativeJdbcExtractor
 
isNativeConnectionNecessaryForNativeStatements() - Method in class org.springframework.jdbc.support.nativejdbc.WebLogicNativeJdbcExtractor
Return true, as WebLogic returns wrapped Statements.
isNativeConnectionNecessaryForNativeStatements() - Method in class org.springframework.jdbc.support.nativejdbc.WebSphereNativeJdbcExtractor
Return true, as WebSphere returns wrapped Statements.
isNegated - Variable in class org.springframework.web.servlet.mvc.condition.AbstractMediaTypeExpression
 
isNegated() - Method in class org.springframework.web.servlet.mvc.condition.AbstractMediaTypeExpression
 
isNegated - Variable in class org.springframework.web.servlet.mvc.condition.AbstractNameValueExpression
 
isNegated() - Method in class org.springframework.web.servlet.mvc.condition.AbstractNameValueExpression
 
isNegated() - Method in interface org.springframework.web.servlet.mvc.condition.MediaTypeExpression
 
isNegated() - Method in interface org.springframework.web.servlet.mvc.condition.NameValueExpression
 
isNested() - Method in class org.springframework.beans.factory.xml.ParserContext
 
isNestedAssignable(TypeDescriptor, TypeDescriptor) - Method in class org.springframework.core.convert.TypeDescriptor
 
isNestedOrIndexedProperty(String) - Static method in class org.springframework.beans.PropertyAccessorUtils
Check whether the given property path indicates an indexed or nested property.
isNestedTransactionAllowed() - Method in class org.springframework.transaction.support.AbstractPlatformTransactionManager
Return whether nested transactions are allowed.
isNetworkAuthenticationRequired() - Method in class org.springframework.test.web.servlet.result.StatusResultMatchers
Assert the response status code is HttpStatus.NETWORK_AUTHENTICATION_REQUIRED (511).
isNew - Variable in class org.springframework.mock.web.MockHttpSession
 
isNew() - Method in class org.springframework.mock.web.MockHttpSession
 
isNew - Variable in class org.springframework.mock.web.portlet.MockPortletSession
 
isNew() - Method in class org.springframework.mock.web.portlet.MockPortletSession
 
isNewConnectionHolder() - Method in class org.springframework.jdbc.datasource.DataSourceTransactionManager.DataSourceTransactionObject
 
isNewEntityManagerHolder() - Method in class org.springframework.orm.jpa.JpaTransactionManager.JpaTransactionObject
 
isNewPersistenceManagerHolder() - Method in class org.springframework.orm.jdo.JdoTransactionManager.JdoTransactionObject
 
isNewSession() - Method in class org.springframework.orm.hibernate3.HibernateTransactionManager.HibernateTransactionObject
 
isNewSession() - Method in class org.springframework.orm.hibernate4.HibernateTransactionManager.HibernateTransactionObject
 
isNewSessionHolder() - Method in class org.springframework.orm.hibernate3.HibernateTransactionManager.HibernateTransactionObject
 
isNewSessionHolder() - Method in class org.springframework.orm.hibernate4.HibernateTransactionManager.HibernateTransactionObject
 
isNewSynchronization() - Method in class org.springframework.transaction.support.DefaultTransactionStatus
Return if a new transaction synchronization has been opened for this transaction.
isNewTransaction() - Method in class org.springframework.transaction.support.DefaultTransactionStatus
 
isNewTransaction() - Method in class org.springframework.transaction.support.SimpleTransactionStatus
 
isNewTransaction() - Method in interface org.springframework.transaction.TransactionStatus
Return whether the present transaction is new (else participating in an existing transaction, or potentially not running in an actual transaction in the first place).
isNoContent() - Method in class org.springframework.test.web.servlet.result.StatusResultMatchers
Assert the response status code is HttpStatus.NO_CONTENT (204).
isNonAuthoritativeInformation() - Method in class org.springframework.test.web.servlet.result.StatusResultMatchers
Assert the response status code is HttpStatus.NON_AUTHORITATIVE_INFORMATION (203).
isNonPublicAccessAllowed() - Method in class org.springframework.beans.factory.support.AbstractBeanDefinition
Return whether to allow access to non-public constructors and methods.
isNotAcceptable() - Method in class org.springframework.test.web.servlet.result.StatusResultMatchers
Assert the response status code is HttpStatus.NOT_ACCEPTABLE (406).
isNotExtended() - Method in class org.springframework.test.web.servlet.result.StatusResultMatchers
Assert the response status code is HttpStatus.NOT_EXTENDED (510).
isNotFound() - Method in class org.springframework.test.web.servlet.result.StatusResultMatchers
Assert the response status code is HttpStatus.NOT_FOUND (404).
isNotIgnored(Method, String) - Method in class org.springframework.jmx.export.assembler.MethodExclusionMBeanInfoAssembler
Determine whether the given method is supposed to be included, that is, not configured as to be ignored.
isNotImplemented() - Method in class org.springframework.test.web.servlet.result.StatusResultMatchers
Assert the response status code is HttpStatus.NOT_IMPLEMENTED (501).
isNotModified() - Method in class org.springframework.test.web.servlet.result.StatusResultMatchers
Assert the response status code is HttpStatus.NOT_MODIFIED (304).
isNotModified() - Method in class org.springframework.web.context.request.ServletWebRequest
 
isNull(Object, String) - Static method in class org.springframework.util.Assert
Assert that an object is null .
isNull(Object) - Static method in class org.springframework.util.Assert
Assert that an object is null .
isNullable() - Method in class org.springframework.jdbc.core.metadata.CallParameterMetaData
Get whether the parameter is nullable.
isNullable() - Method in class org.springframework.jdbc.core.metadata.TableParameterMetaData
Get whether the parameter/column is nullable.
isNullSafe() - Method in class org.springframework.expression.spel.ast.PropertyOrFieldReference
 
isNumeric(int) - Static method in class org.springframework.jdbc.support.JdbcUtils
Check whether the given SQL type is numeric.
isNumericRelationalOperator() - Method in class org.springframework.expression.spel.standard.Token
 
iso - Variable in class org.springframework.format.datetime.DateFormatter
 
iso - Variable in class org.springframework.format.datetime.joda.DateTimeFormatterFactory
 
ISO_PATTERNS - Static variable in class org.springframework.format.datetime.DateFormatter
 
isObjectMethod(Method) - Static method in class org.springframework.util.ReflectionUtils
Determine whether the given method is originally declared by Object.
isOk() - Method in class org.springframework.test.web.servlet.result.StatusResultMatchers
Assert the response status code is HttpStatus.OK (200).
Isolation - Enum in org.springframework.transaction.annotation
Enumeration that represents transaction isolation levels for use with the Transactional annotation, corresponding to the TransactionDefinition interface.
Isolation(int) - Constructor for enum org.springframework.transaction.annotation.Isolation
 
ISOLATION_ATTRIBUTE - Static variable in class org.springframework.transaction.config.TxAdviceBeanDefinitionParser
 
ISOLATION_DEFAULT - Static variable in interface org.springframework.transaction.TransactionDefinition
Use the default isolation level of the underlying datastore.
ISOLATION_LEVEL_KEY - Static variable in class org.springframework.transaction.jta.WebLogicJtaTransactionManager
 
ISOLATION_READ_COMMITTED - Static variable in interface org.springframework.transaction.TransactionDefinition
Indicates that dirty reads are prevented; non-repeatable reads and phantom reads can occur.
ISOLATION_READ_UNCOMMITTED - Static variable in interface org.springframework.transaction.TransactionDefinition
Indicates that dirty reads, non-repeatable reads and phantom reads can occur.
ISOLATION_REPEATABLE_READ - Static variable in interface org.springframework.transaction.TransactionDefinition
Indicates that dirty reads and non-repeatable reads are prevented; phantom reads can occur.
ISOLATION_SERIALIZABLE - Static variable in interface org.springframework.transaction.TransactionDefinition
Indicates that dirty reads, non-repeatable reads and phantom reads are prevented.
isolationLevel - Variable in class org.springframework.jdbc.datasource.IsolationLevelDataSourceAdapter
 
isolationLevel - Variable in class org.springframework.transaction.support.AbstractPlatformTransactionManager.SuspendedResourcesHolder
 
isolationLevel - Variable in class org.springframework.transaction.support.DefaultTransactionDefinition
 
IsolationLevelDataSourceAdapter - Class in org.springframework.jdbc.datasource
An adapter for a target DataSource, applying the current Spring transaction's isolation level (and potentially specified user credentials) to every getConnection call.
IsolationLevelDataSourceAdapter() - Constructor for class org.springframework.jdbc.datasource.IsolationLevelDataSourceAdapter
 
IsolationLevelDataSourceRouter - Class in org.springframework.jdbc.datasource.lookup
DataSource that routes to one of various target DataSources based on the current transaction isolation level.
IsolationLevelDataSourceRouter() - Constructor for class org.springframework.jdbc.datasource.lookup.IsolationLevelDataSourceRouter
 
isOneTimeTask() - Method in class org.springframework.scheduling.commonj.ScheduledTimerListener
Is this task only ever going to execute once?
isOneTimeTask() - Method in class org.springframework.scheduling.concurrent.ScheduledExecutorTask
Is this task only ever going to execute once?
isOneTimeTask() - Method in class org.springframework.scheduling.timer.ScheduledTimerTask
Deprecated.
Is this task only ever going to execute once?
isOpaque() - Method in class org.springframework.aop.framework.ProxyConfig
Return whether proxies created by this configuration should be prevented from being cast to Advised.
isOpen() - Method in class org.springframework.core.io.AbstractResource
This implementation always returns false.
isOpen() - Method in class org.springframework.core.io.InputStreamResource
This implementation always returns true.
isOpen() - Method in interface org.springframework.core.io.Resource
Return whether this resource represents a handle with an open stream.
isOpen() - Method in class org.springframework.transaction.support.ResourceHolderSupport
Return whether there are still open references to this holder.
isOptimize() - Method in class org.springframework.aop.framework.ProxyConfig
Return whether proxies should perform aggressive optimizations.
isOptional() - Method in class org.springframework.beans.PropertyValue
 
isOptionDisabled() - Method in class org.springframework.web.servlet.tags.form.OptionsTag.OptionsWriter
 
isOptionDisabled() - Method in class org.springframework.web.servlet.tags.form.OptionWriter
Determine whether the option fields should be disabled.
isOptionSelected(Object) - Method in class org.springframework.web.servlet.tags.form.AbstractCheckedElementTag
Determines whether the supplied value matched the selected value through delegating to SelectedValueComparator.isSelected(org.springframework.web.servlet.support.BindStatus, java.lang.Object).
isOptionSelected(Object) - Method in class org.springframework.web.servlet.tags.form.OptionWriter
Determine whether the supplied values matched the selected value.
isOutputStreamAccessAllowed() - Method in class org.springframework.mock.web.MockHttpServletResponse
Return whether MockHttpServletResponse.getOutputStream() access is allowed.
isOverloaded() - Method in class org.springframework.beans.factory.support.MethodOverride
Return whether the overridden method has to be considered as overloaded (that is, whether arg type matching has to happen).
isOverridable() - Method in class org.springframework.core.type.classreading.MethodMetadataReadingVisitor
 
isOverridable() - Method in interface org.springframework.core.type.MethodMetadata
Return whether the underlying method is overridable, i.e.
isOverridable() - Method in class org.springframework.core.type.StandardMethodMetadata
 
isOverridable(Method, Class) - Static method in class org.springframework.util.ClassUtils
Determine whether the given method is overridable in the given target class.
isOverrideIncludeSynonymsDefault() - Method in class org.springframework.jdbc.core.metadata.TableMetaDataContext
Are we overriding include synonyms default?
isParameterSeparator(char) - Static method in class org.springframework.jdbc.core.namedparam.NamedParameterUtils
Determine whether a parameter name ends at the current position, that is, whether the given character qualifies as a separator.
isPartialContent() - Method in class org.springframework.test.web.servlet.result.StatusResultMatchers
Assert the response status code is HttpStatus.PARTIAL_CONTENT (206).
isPattern(String) - Method in class org.springframework.util.AntPathMatcher
 
isPattern(String) - Method in interface org.springframework.util.PathMatcher
Does the given path represent a pattern that can be matched by an implementation of this interface?
isPaymentRequired() - Method in class org.springframework.test.web.servlet.result.StatusResultMatchers
Assert the response status code is HttpStatus.PAYMENT_REQUIRED (402).
isPchar(int) - Method in enum org.springframework.web.util.HierarchicalUriComponents.Type
Indicates whether the given character is in the pchar set.
isPerInstance() - Method in interface org.springframework.aop.Advisor
Return whether this advice is associated with a particular instance (for example, creating a mixin) or shared with all instances of the advised class obtained from the same Spring bean factory.
isPerInstance() - Method in class org.springframework.aop.aspectj.annotation.InstantiationModelAwarePointcutAdvisorImpl
This is only of interest for Spring AOP: AspectJ instantiation semantics are much richer.
isPerInstance() - Method in class org.springframework.aop.aspectj.AspectJPointcutAdvisor
 
isPerInstance() - Method in class org.springframework.aop.aspectj.DeclareParentsAdvisor
 
isPerInstance() - Method in class org.springframework.aop.framework.ProxyFactoryBean.PrototypePlaceholderAdvisor
 
isPerInstance() - Method in class org.springframework.aop.support.AbstractPointcutAdvisor
 
isPerInstance() - Method in class org.springframework.aop.support.DefaultIntroductionAdvisor
 
isPerInstance() - Method in class org.springframework.aop.support.StaticMethodMatcherPointcutAdvisor
 
isPersistenceManagerTransactional(PersistenceManager, PersistenceManagerFactory) - Static method in class org.springframework.orm.jdo.PersistenceManagerFactoryUtils
Return whether the given JDO PersistenceManager is transactional, that is, bound to the current thread by Spring's transaction facilities.
isPersistenceUnitOverrideAllowed() - Method in class org.springframework.orm.jpa.persistenceunit.DefaultPersistenceUnitManager
Return whether an override of a same-named persistence unit is allowed.
isPerThisOrPerTarget() - Method in class org.springframework.aop.aspectj.annotation.AspectMetadata
Return whether the aspect is defined as "perthis" or "pertarget".
isPerTypeWithin() - Method in class org.springframework.aop.aspectj.annotation.AspectMetadata
Return whether the aspect is defined as "pertypewithin".
isPopulateProtectedVariables() - Method in class org.springframework.test.AbstractDependencyInjectionSpringContextTests
Deprecated.
Return whether to populate protected variables of this test case.
isPortletModeAllowed(PortletMode) - Method in class org.springframework.mock.web.portlet.MockPortletRequest
 
isPreconditionFailed() - Method in class org.springframework.test.web.servlet.result.StatusResultMatchers
Assert the response status code is HttpStatus.PRECONDITION_FAILED (412).
isPreconditionRequired() - Method in class org.springframework.test.web.servlet.result.StatusResultMatchers
Assert the response status code is HttpStatus.PRECONDITION_REQUIRED (428).
isPreferFileSystemAccess() - Method in class org.springframework.ui.freemarker.FreeMarkerConfigurationFactory
Return whether to prefer file system access for template loading.
isPreferFileSystemAccess() - Method in class org.springframework.ui.velocity.VelocityEngineFactory
Return whether to prefer file system access for template loading.
isPreFiltered() - Method in interface org.springframework.aop.framework.Advised
Return whether this proxy configuration is pre-filtered so that it only contains applicable advisors (matching this proxy's target class).
isPreFiltered() - Method in class org.springframework.aop.framework.AdvisedSupport
 
isPrepared() - Method in class org.springframework.jmx.access.MBeanClientInterceptor
Return whether this client interceptor has already been prepared, i.e.
isPrepared() - Method in class org.springframework.remoting.jaxrpc.JaxRpcPortClientInterceptor
Deprecated.
Return whether this client interceptor has already been prepared, i.e.
isPrepared() - Method in class org.springframework.remoting.jaxws.JaxWsPortClientInterceptor
Return whether this client interceptor has already been prepared, i.e.
isPrepared() - Method in class org.springframework.util.MethodInvoker
Return whether this invoker has been prepared already, i.e.
isPresent(String) - Static method in class org.springframework.util.ClassUtils
Deprecated.
as of Spring 2.5, in favor of ClassUtils.isPresent(String, ClassLoader)
isPresent(String, ClassLoader) - Static method in class org.springframework.util.ClassUtils
Determine whether the Class identified by the supplied name is present and can be loaded.
isPrimary() - Method in interface org.springframework.beans.factory.config.BeanDefinition
Return whether this bean is a primary autowire candidate.
isPrimary() - Method in class org.springframework.beans.factory.support.AbstractBeanDefinition
Return whether this bean is a primary autowire candidate.
isPrimary(String, Object) - Method in class org.springframework.beans.factory.support.DefaultListableBeanFactory
Return whether the bean definition for the given bean name has been marked as a primary bean.
isPrimitive() - Method in class org.springframework.core.convert.TypeDescriptor
Is this type a primitive type?
isPrimitiveArray(Class<?>) - Static method in class org.springframework.util.ClassUtils
Check if the given class represents an array of primitives, i.e.
isPrimitiveOrWrapper(Class<?>) - Static method in class org.springframework.util.ClassUtils
Check if the given class represents a primitive (i.e.
isPrimitivesDefaultedForNullValue() - Method in class org.springframework.jdbc.core.BeanPropertyRowMapper
Return whether we're defaulting Java primitives in the case of mapping a null value from corresponding database fields.
isPrimitiveWrapper(Class<?>) - Method in class org.springframework.oxm.jaxb.Jaxb2Marshaller
Checks whether the given type is a primitive wrapper type.
isPrimitiveWrapper(Class<?>) - Static method in class org.springframework.util.ClassUtils
Check if the given class represents a primitive wrapper, i.e.
isPrimitiveWrapperArray(Class<?>) - Static method in class org.springframework.util.ClassUtils
Check if the given class represents an array of primitive wrappers, i.e.
isProcedureColumnMetaDataUsed() - Method in interface org.springframework.jdbc.core.metadata.CallMetaDataProvider
Are we using the meta data for the procedure columns?
isProcedureColumnMetaDataUsed() - Method in class org.springframework.jdbc.core.metadata.GenericCallMetaDataProvider
 
isProcessing() - Method in class org.springframework.test.web.servlet.result.StatusResultMatchers
Assert the response status code is HttpStatus.PROCESSING (102).
isProfileActive(String) - Method in class org.springframework.core.env.AbstractEnvironment
Return whether the given profile is active, or if active profiles are empty whether the profile should be active by default.
isProtectedInstanceField(Field) - Method in class org.springframework.test.AbstractDependencyInjectionSpringContextTests
Deprecated.
 
isProtectedResource(String) - Static method in class org.springframework.web.portlet.util.PortletUtils
Check whether the specified path indicates a resource in the protected WEB-INF or META-INF directories.
isPrototype(String) - Method in interface org.springframework.beans.factory.BeanFactory
Is this bean a prototype? That is, will BeanFactory.getBean(java.lang.String) always return independent instances?
isPrototype() - Method in interface org.springframework.beans.factory.config.BeanDefinition
Return whether this a Prototype, with an independent instance returned for each call.
isPrototype() - Method in class org.springframework.beans.factory.config.BeanReferenceFactoryBean
Deprecated.
 
isPrototype() - Method in interface org.springframework.beans.factory.SmartFactoryBean
Is the object managed by this factory a prototype? That is, will FactoryBean.getObject() always return an independent instance?
isPrototype() - Method in class org.springframework.beans.factory.support.AbstractBeanDefinition
Return whether this a Prototype, with an independent instance returned for each call.
isPrototype(String) - Method in class org.springframework.beans.factory.support.AbstractBeanFactory
 
isPrototype(String) - Method in class org.springframework.beans.factory.support.StaticListableBeanFactory
 
isPrototype(String) - Method in class org.springframework.context.support.AbstractApplicationContext
 
isPrototype(String) - Method in class org.springframework.jndi.support.SimpleJndiBeanFactory
 
isPrototype(String) - Method in class org.springframework.test.web.servlet.setup.StubWebApplicationContext
 
isPrototypeBased() - Method in class org.springframework.aop.framework.autoproxy.target.AbstractBeanFactoryBasedTargetSourceCreator
Return whether this TargetSourceCreator is prototype-based.
isPrototypeBased() - Method in class org.springframework.aop.framework.autoproxy.target.LazyInitTargetSourceCreator
 
isPrototypeCurrentlyInCreation(String) - Method in class org.springframework.beans.factory.support.AbstractBeanFactory
Return whether the specified prototype bean is currently in creation (within the current thread).
isProxyAuthenticationRequired() - Method in class org.springframework.test.web.servlet.result.StatusResultMatchers
Assert the response status code is HttpStatus.PROXY_AUTHENTICATION_REQUIRED (407).
isProxyFactoryBeanDefinition(BeanDefinition) - Method in class org.springframework.aop.config.AbstractInterceptorDrivenBeanDefinitionDecorator
 
isProxyForSameBshObject(Object) - Method in class org.springframework.scripting.bsh.BshScriptUtils.BshObjectInvocationHandler
 
isProxyForSameRubyObject(Object) - Method in class org.springframework.scripting.jruby.JRubyScriptUtils.RubyObjectInvocationHandler
 
isProxyTargetClass() - Method in interface org.springframework.aop.framework.Advised
Are we proxying the full target class instead of specified interfaces?
isProxyTargetClass() - Method in class org.springframework.aop.framework.ProxyConfig
Return whether to proxy the target class directly as well as any interfaces.
isPublicInInterface(Method, String) - Method in class org.springframework.jmx.export.assembler.InterfaceBasedMBeanInfoAssembler
Check to see if the Method is both public and declared in one of the configured interfaces.
isPublicScope() - Method in class org.springframework.mock.web.portlet.MockCacheControl
 
isPublicStaticFinal(Field) - Static method in class org.springframework.util.ReflectionUtils
Determine whether the given field is a "public static final" constant.
isPubSubDomain() - Method in class org.springframework.jms.connection.JmsTransactionManager102
Deprecated.
Return whether the Publish/Subscribe domain (Topics) is used.
isPubSubDomain() - Method in class org.springframework.jms.connection.SingleConnectionFactory102
Deprecated.
Return whether the Publish/Subscribe domain (Topics) is used.
isPubSubDomain() - Method in class org.springframework.jms.listener.endpoint.JmsActivationSpecConfig
 
isPubSubDomain() - Method in class org.springframework.jms.support.destination.JmsDestinationAccessor
Return whether the Publish/Subscribe domain (Topics) is used.
isPubSubNoLocal() - Method in class org.springframework.jms.core.JmsTemplate
Return whether to inhibit the delivery of messages published by its own connection.
isPubSubNoLocal() - Method in class org.springframework.jms.listener.AbstractPollingMessageListenerContainer
Return whether to inhibit the delivery of messages published by its own connection.
isPubSubNoLocal() - Method in class org.springframework.jms.listener.SimpleMessageListenerContainer
Return whether to inhibit the delivery of messages published by its own connection.
isQualifier(Class<? extends Annotation>) - Method in class org.springframework.beans.factory.annotation.QualifierAnnotationAutowireCandidateResolver
Checks whether the given annotation type is a recognized qualifier type.
isQualifierMatch(String, String, ConfigurableListableBeanFactory) - Static method in class org.springframework.beans.factory.annotation.BeanFactoryAnnotationUtils
Check whether the named bean declares a qualifier of the given name.
isQuotedString(String) - Method in class org.springframework.http.MediaType
 
isReadable() - Method in class org.springframework.beans.factory.support.BeanDefinitionResource
 
isReadable() - Method in class org.springframework.core.io.AbstractFileResolvingResource
 
isReadable() - Method in class org.springframework.core.io.AbstractResource
This implementation always returns true.
isReadable() - Method in class org.springframework.core.io.DescriptiveResource
 
isReadable() - Method in class org.springframework.core.io.FileSystemResource
This implementation checks whether the underlying file is marked as readable (and corresponds to an actual file with content, not to a directory).
isReadable() - Method in interface org.springframework.core.io.Resource
Return whether the contents of this resource can be read, e.g.
isReadable() - Method in class org.springframework.core.io.VfsResource
 
isReadable(Object) - Static method in class org.springframework.core.io.VfsUtils
 
isReadable(MediaType) - Method in class org.springframework.http.converter.BufferedImageHttpMessageConverter
 
isReadable() - Method in class org.springframework.web.context.support.ServletContextResource
This implementation delegates to ServletContext.getResourceAsStream, which returns null in case of a non-readable resource (e.g.
isReadable() - Method in class org.springframework.web.portlet.context.PortletContextResource
This implementation delegates to PortletContext.getResourceAsStream, which returns null in case of a non-readable resource (e.g.
isReadableProperty(String) - Method in class org.springframework.beans.BeanWrapperImpl
 
isReadableProperty(String) - Method in class org.springframework.beans.DirectFieldAccessor
 
isReadableProperty(String) - Method in interface org.springframework.beans.PropertyAccessor
Determine whether the specified property is readable.
isReadOnly(ELContext, Object, Object) - Method in class org.springframework.beans.factory.access.el.SpringBeanELResolver
 
isReadOnly(String) - Method in class org.springframework.mock.web.portlet.MockPortletPreferences
 
isReadOnly() - Method in class org.springframework.transaction.support.DefaultTransactionDefinition
 
isReadOnly() - Method in class org.springframework.transaction.support.DefaultTransactionStatus
Return if this transaction is defined as read-only transaction.
isReadOnly() - Method in class org.springframework.transaction.support.DelegatingTransactionDefinition
 
isReadOnly() - Method in interface org.springframework.transaction.TransactionDefinition
Return whether to optimize as a read-only transaction.
isReadOnly(ELContext, Object, Object) - Method in class org.springframework.web.jsf.el.WebApplicationContextFacesELResolver
 
isReadonly() - Method in class org.springframework.web.servlet.tags.form.AbstractHtmlInputElementTag
Is the current HTML tag readonly?
isReconnectOnException() - Method in class org.springframework.jms.connection.SingleConnectionFactory
Return whether the single Connection should be renewed when a JMSException is reported by the underlying Connection.
isRecovering() - Method in class org.springframework.jms.listener.DefaultMessageListenerContainer
Return whether this listener container is currently in a recovery attempt.
isRedirectAction() - Method in class org.springframework.web.portlet.mvc.AbstractFormController
Deprecated.
Return if ActionResponse#sendRedirect is expected to be called in the action phase.
isRedirectContextRelative() - Method in class org.springframework.web.servlet.view.UrlBasedViewResolver
Return whether to interpret a given redirect URL that starts with a slash ("/") as relative to the current ServletContext, i.e.
isRedirectHttp10Compatible() - Method in class org.springframework.web.servlet.view.UrlBasedViewResolver
Return whether redirects should stay compatible with HTTP 1.0 clients.
isRedirectView() - Method in interface org.springframework.web.servlet.SmartView
Whether the view performs a redirect.
isRedirectView() - Method in class org.springframework.web.servlet.view.RedirectView
Returns "true" indicating this view performs a redirect.
isRedirectViewName(String) - Method in class org.springframework.web.servlet.mvc.method.annotation.ViewNameMethodReturnValueHandler
Whether the given view name is a redirect view reference.
isRefCursorSupported() - Method in interface org.springframework.jdbc.core.metadata.CallMetaDataProvider
Does this database support returning resultsets as ref cursors to be retrieved with CallableStatement.getObject(int) for the specified column.
isRefCursorSupported() - Method in class org.springframework.jdbc.core.metadata.GenericCallMetaDataProvider
 
isRefCursorSupported() - Method in class org.springframework.jdbc.core.metadata.OracleCallMetaDataProvider
 
isRefCursorSupported() - Method in class org.springframework.jdbc.core.metadata.PostgresCallMetaDataProvider
 
isReference() - Method in class org.springframework.web.portlet.ModelAndView
Return whether we use a view reference, i.e.
isReference() - Method in class org.springframework.web.servlet.ModelAndView
Return whether we use a view reference, i.e.
isRegisteredWithDestination() - Method in class org.springframework.jms.listener.DefaultMessageListenerContainer
Return whether at least one consumer has entered a fixed registration with the target destination.
isRenderWhenMinimized() - Method in class org.springframework.web.portlet.mvc.AbstractController
Return whether controller will render when portlet is minimized.
isRequestActive() - Method in class org.springframework.web.context.request.AbstractRequestAttributes
Determine whether the original request is still active.
isRequestedRangeNotSatisfiable() - Method in class org.springframework.test.web.servlet.result.StatusResultMatchers
Assert the response status code is HttpStatus.REQUESTED_RANGE_NOT_SATISFIABLE (416).
isRequestedSessionIdFromCookie() - Method in class org.springframework.mock.web.MockHttpServletRequest
 
isRequestedSessionIdFromURL() - Method in class org.springframework.mock.web.MockHttpServletRequest
 
isRequestedSessionIdFromUrl() - Method in class org.springframework.mock.web.MockHttpServletRequest
 
isRequestedSessionIdValid() - Method in class org.springframework.mock.web.MockHttpServletRequest
 
isRequestedSessionIdValid() - Method in class org.springframework.mock.web.portlet.MockPortletRequest
 
isRequestEntityTooLarge() - Method in class org.springframework.test.web.servlet.result.StatusResultMatchers
Assert the response status code is HttpStatus.REQUEST_ENTITY_TOO_LARGE (413).
isRequestHandled() - Method in class org.springframework.web.method.support.ModelAndViewContainer
Whether the request is handled directly.
isRequestHeaderFieldsTooLarge() - Method in class org.springframework.test.web.servlet.result.StatusResultMatchers
Assert the response status code is HttpStatus.REQUEST_HEADER_FIELDS_TOO_LARGE (431).
isRequestNotModified(ServletWebRequest) - Method in class org.springframework.web.servlet.mvc.method.annotation.ServletInvocableHandlerMethod
Does the given request qualify as "not modified"?
isRequestTimeout() - Method in class org.springframework.test.web.servlet.result.StatusResultMatchers
Assert the response status code is HttpStatus.REQUEST_TIMEOUT (408).
isRequestUriTooLong() - Method in class org.springframework.test.web.servlet.result.StatusResultMatchers
Assert the response status code is HttpStatus.REQUEST_URI_TOO_LONG (414).
isRequired() - Method in class org.springframework.beans.factory.config.DependencyDescriptor
Return whether this dependency is required.
isRequiredProperty(PropertyDescriptor) - Method in class org.springframework.beans.factory.annotation.RequiredAnnotationBeanPostProcessor
Is the supplied property required to have a value (that is, to be dependency-injected)?
isRequireSession() - Method in class org.springframework.web.portlet.handler.PortletContentGenerator
Return whether a session is required to handle requests.
isRequireSession() - Method in class org.springframework.web.servlet.support.WebContentGenerator
Return whether a session is required to handle requests.
isReserved(char) - Method in enum org.springframework.web.util.HierarchicalUriComponents.Type
Indicates whether the given character is in the reserved set.
isResetContent() - Method in class org.springframework.test.web.servlet.result.StatusResultMatchers
Assert the response status code is HttpStatus.RESET_CONTENT (205).
isResolvedTypeMatch(Method, Method, Map<TypeVariable, Type>) - Static method in class org.springframework.core.BridgeMethodResolver
Returns true if the Type signature of both the supplied generic Method and concrete Method are equal after resolving all TypeVariables using the supplied TypeVariable Map, otherwise returns false.
isResourceRef() - Method in class org.springframework.jndi.JndiLocatorSupport
Return whether the lookup occurs in a J2EE container.
isResultSetSupported() - Method in class org.springframework.jdbc.core.ResultSetSupportingSqlParameter
Does this parameter support a ResultSet, i.e.
isResultsMapCaseInsensitive() - Method in class org.springframework.jdbc.core.JdbcTemplate
Return whether execution of a CallableStatement will return the results in a Map that uses case insensitive names for the parameters.
isResultsParameter() - Method in class org.springframework.jdbc.core.SqlParameter
Return whether this parameter is an implicit return parameter used during the results preocessing of the CallableStatement.getMoreResults/getUpdateCount.
isResultsParameter() - Method in class org.springframework.jdbc.core.SqlReturnResultSet
Return whether this parameter is an implicit return parameter used during the results preocessing of the CallableStatement.getMoreResults/getUpdateCount.
isResultsParameter() - Method in class org.springframework.jdbc.core.SqlReturnUpdateCount
Return whether this parameter is an implicit return parameter used during the results preocessing of the CallableStatement.getMoreResults/getUpdateCount.
isResumeIncomplete() - Method in class org.springframework.test.web.servlet.result.StatusResultMatchers
Assert the response status code is HttpStatus.RESUME_INCOMPLETE (308).
isReturnGeneratedKeys() - Method in class org.springframework.jdbc.object.RdbmsOperation
Return whether statements should be capable of returning auto-generated keys.
isReturnResultSetSupported() - Method in interface org.springframework.jdbc.core.metadata.CallMetaDataProvider
Does this database support returning resultsets that should be retrieved with the JDBC call Statement.getResultSet()
isReturnResultSetSupported() - Method in class org.springframework.jdbc.core.metadata.GenericCallMetaDataProvider
 
isReturnResultSetSupported() - Method in class org.springframework.jdbc.core.metadata.OracleCallMetaDataProvider
 
isReturnResultSetSupported() - Method in class org.springframework.jdbc.core.metadata.PostgresCallMetaDataProvider
 
isReturnTypeSupported() - Method in class org.springframework.jdbc.core.SqlOutParameter
Return whether this parameter holds a custom return type.
isReturnValueRequired() - Method in class org.springframework.jdbc.core.metadata.CallMetaDataContext
Check whether a return value is required.
isReturnValueRequired() - Method in class org.springframework.jdbc.core.simple.AbstractJdbcCall
Does the call require a return value?
isRollback() - Method in class org.springframework.test.AbstractTransactionalSpringContextTests
Deprecated.
Determines whether or not to rollback transactions for the current test.
isRollback() - Method in class org.springframework.test.annotation.AbstractAnnotationAwareTransactionalTests
Deprecated.
Determine whether or not to rollback transactions for the current test by taking into consideration the default rollback flag and a possible method-level override via the @Rollback annotation.
isRollback(TestContext) - Method in class org.springframework.test.context.transaction.TransactionalTestExecutionListener
Determine whether or not to rollback transactions for the supplied test context by taking into consideration the default rollback flag and a possible method-level override via the Rollback annotation.
isRollbackOnCommitFailure() - Method in class org.springframework.transaction.support.AbstractPlatformTransactionManager
Return whether doRollback should be performed on failure of the doCommit call.
isRollbackOnly(Object) - Method in class org.springframework.jca.cci.connection.CciLocalTransactionManager
 
isRollbackOnly() - Method in class org.springframework.jdbc.datasource.DataSourceTransactionManager.DataSourceTransactionObject
 
isRollbackOnly() - Method in class org.springframework.jms.connection.JmsTransactionManager.JmsTransactionObject
 
isRollbackOnly() - Method in class org.springframework.orm.hibernate3.HibernateTransactionManager.HibernateTransactionObject
 
isRollbackOnly() - Method in class org.springframework.orm.hibernate4.HibernateTransactionManager.HibernateTransactionObject
 
isRollbackOnly() - Method in class org.springframework.orm.jdo.JdoTransactionManager.JdoTransactionObject
 
isRollbackOnly() - Method in class org.springframework.orm.jpa.JpaTransactionManager.JpaTransactionObject
 
isRollbackOnly() - Method in class org.springframework.transaction.jta.JtaTransactionObject
This implementation checks the UserTransaction's rollback-only flag.
isRollbackOnly() - Method in class org.springframework.transaction.support.AbstractTransactionStatus
Determine the rollback-only flag via checking both the local rollback-only flag of this TransactionStatus and the global rollback-only flag of the underlying transaction, if any.
isRollbackOnly() - Method in class org.springframework.transaction.support.ResourceHolderSupport
Return whether the resource transaction is marked as rollback-only.
isRollbackOnly() - Method in interface org.springframework.transaction.support.SmartTransactionObject
Return whether the transaction is internally marked as rollback-only.
isRollbackOnly() - Method in interface org.springframework.transaction.TransactionStatus
Return whether the transaction has been marked as rollback-only (either by the application or by the transaction infrastructure).
isRunning() - Method in interface org.springframework.context.Lifecycle
Check whether this component is currently running.
isRunning() - Method in class org.springframework.context.support.AbstractApplicationContext
 
isRunning() - Method in class org.springframework.context.support.DefaultLifecycleProcessor
 
isRunning() - Method in class org.springframework.jca.endpoint.GenericMessageEndpointManager
Return whether the configured message endpoint is currently active.
isRunning() - Method in class org.springframework.jms.listener.AbstractJmsListeningContainer
Determine whether this container is currently running, that is, whether it has been started and not stopped yet.
isRunning() - Method in class org.springframework.scheduling.commonj.TimerManagerAccessor
Considers the underlying TimerManager as running if it is neither suspending nor stopping.
isRunning() - Method in class org.springframework.scheduling.quartz.SchedulerFactoryBean
 
isRunning() - Method in class org.springframework.util.StopWatch
Return whether the stop watch is currently running.
isRuntime() - Method in class org.springframework.aop.aspectj.AspectJExpressionPointcut
 
isRuntime() - Method in interface org.springframework.aop.MethodMatcher
Is this MethodMatcher dynamic, that is, must a final call be made on the MethodMatcher.matches(java.lang.reflect.Method, Class, Object[]) method at runtime even if the 2-arg matches method returns true?
isRuntime() - Method in class org.springframework.aop.support.ControlFlowPointcut
 
isRuntime() - Method in class org.springframework.aop.support.DynamicMethodMatcher
 
isRuntime() - Method in class org.springframework.aop.support.MethodMatchers.IntersectionMethodMatcher
 
isRuntime() - Method in class org.springframework.aop.support.MethodMatchers.UnionMethodMatcher
 
isRuntime() - Method in class org.springframework.aop.support.StaticMethodMatcher
 
isRuntime() - Method in class org.springframework.aop.TrueMethodMatcher
 
isSameConnectionForEntireSession(Session) - Method in class org.springframework.orm.hibernate3.HibernateTransactionManager
Return whether the given Hibernate Session will always hold the same JDBC Connection.
isSameConnectionForEntireSession(Session) - Method in class org.springframework.orm.hibernate4.HibernateTransactionManager
Return whether the given Hibernate Session will always hold the same JDBC Connection.
isSavepointAllowed() - Method in class org.springframework.jdbc.datasource.JdbcTransactionObjectSupport
 
isScheduledElement(Node, ParserContext) - Method in class org.springframework.scheduling.config.ScheduledTasksBeanDefinitionParser
 
isSecure() - Method in class org.springframework.mock.web.MockHttpServletRequest
 
isSecure() - Method in class org.springframework.mock.web.portlet.MockBaseURL
 
isSecure() - Method in class org.springframework.mock.web.portlet.MockPortletRequest
 
isSecure() - Method in class org.springframework.web.context.request.FacesWebRequest
 
isSecure() - Method in class org.springframework.web.context.request.ServletWebRequest
 
isSecure() - Method in interface org.springframework.web.context.request.WebRequest
Return whether this request has been sent over a secure transport mechanism (such as SSL).
isSecure() - Method in class org.springframework.web.portlet.context.PortletWebRequest
 
isSeeOther() - Method in class org.springframework.test.web.servlet.result.StatusResultMatchers
Assert the response status code is HttpStatus.SEE_OTHER (303).
isSelected(Object) - Method in class org.springframework.web.servlet.tags.form.OptionTag
 
isSelected(BindStatus, Object) - Static method in class org.springframework.web.servlet.tags.form.SelectedValueComparator
Returns true if the supplied candidate value is equal to the value bound to the supplied BindStatus.
isServiceUnavailable() - Method in class org.springframework.test.web.servlet.result.StatusResultMatchers
Assert the response status code is HttpStatus.SERVICE_UNAVAILABLE (503).
isSessionAttribute(String, Class) - Method in class org.springframework.web.bind.annotation.support.HandlerMethodResolver
 
isSessionForm() - Method in class org.springframework.web.portlet.mvc.AbstractFormController
Deprecated.
Return if session form mode is activated.
isSessionForm() - Method in class org.springframework.web.servlet.mvc.AbstractFormController
Deprecated.
Return true if session form mode is activated.
isSessionLocallyTransacted(Session) - Method in class org.springframework.jms.core.JmsTemplate
Check whether the given Session is locally transacted, that is, whether its transaction is managed by this listener container's Session handling and not by an external transaction coordinator.
isSessionLocallyTransacted(Session) - Method in class org.springframework.jms.listener.AbstractMessageListenerContainer
Check whether the given Session is locally transacted, that is, whether its transaction is managed by this listener container's Session handling and not by an external transaction coordinator.
isSessionLocallyTransacted(Session) - Method in class org.springframework.jms.listener.AbstractPollingMessageListenerContainer
This implementation checks whether the Session is externally synchronized.
isSessionTransacted() - Method in class org.springframework.jms.support.JmsAccessor
Return whether the JMS sessions used by this accessor are supposed to be transacted.
isSessionTransactional(Session, ConnectionFactory) - Static method in class org.springframework.jms.connection.ConnectionFactoryUtils
Determine whether the given JMS Session is transactional, that is, bound to the current thread by Spring's transaction facilities.
isSessionTransactional(Session, SessionFactory) - Static method in class org.springframework.orm.hibernate3.SessionFactoryUtils
Return whether the given Hibernate Session is transactional, that is, bound to the current thread by Spring's transaction facilities.
isSetOrExpired() - Method in class org.springframework.web.context.request.async.DeferredResult
Return true if this DeferredResult is no longer usable either because it was previously set or because the underlying request expired.
isSetterDefinedInInterface(PropertyDescriptor, Set<Class>) - Static method in class org.springframework.beans.factory.support.AutowireUtils
Return whether the setter method of the given bean property is defined in any of the given interfaces.
isShadowed(Method, List<Method>) - Method in class org.springframework.test.context.transaction.TransactionalTestExecutionListener
Determines if the supplied method is shadowed by a method in supplied list of previous methods.
isShadowed(Method, Method) - Method in class org.springframework.test.context.transaction.TransactionalTestExecutionListener
Determines if the supplied current method is shadowed by a previous method.
isSharedEditor(PropertyEditor) - Method in class org.springframework.beans.PropertyEditorRegistrySupport
Check whether the given editor instance is a shared editor, that is, whether the given editor instance might be used concurrently.
isShowPassword() - Method in class org.springframework.web.servlet.tags.form.PasswordInputTag
Is the password value to be rendered?
isShowSql() - Method in class org.springframework.orm.jpa.vendor.AbstractJpaVendorAdapter
Return whether to show SQL in the log (or in the console).
isShutdown() - Method in class org.springframework.core.task.support.ExecutorServiceAdapter
 
isSign(char) - Method in class org.springframework.expression.spel.standard.Tokenizer
 
isSigned(int) - Method in class org.springframework.jdbc.support.rowset.ResultSetWrappingSqlRowSetMetaData
 
isSigned(int) - Method in interface org.springframework.jdbc.support.rowset.SqlRowSetMetaData
Indicates whether the designated column contains a signed number.
isSimpleProperty(Class<?>) - Static method in class org.springframework.beans.BeanUtils
Check if the given type represents a "simple" property: a primitive, a String or other CharSequence, a Number, a Date, a URI, a URL, a Locale, a Class, or a corresponding array.
isSimpleValueType(Class<?>) - Static method in class org.springframework.beans.BeanUtils
Check if the given type represents a "simple" value type: a primitive, a String or other CharSequence, a Number, a Date, a URI, a URL, a Locale or a Class.
isSingleSession() - Method in class org.springframework.orm.hibernate3.support.OpenSessionInViewFilter
Return whether to use a single session for each request.
isSingleSession() - Method in class org.springframework.orm.hibernate3.support.OpenSessionInViewInterceptor
Return whether to use a single session for each request.
isSingleton() - Method in class org.springframework.aop.config.MethodLocatingFactoryBean
 
isSingleton() - Method in class org.springframework.aop.framework.AbstractSingletonProxyFactoryBean
 
isSingleton() - Method in class org.springframework.aop.framework.ProxyFactoryBean
 
isSingleton() - Method in class org.springframework.aop.scope.ScopedProxyFactoryBean
 
isSingleton(String) - Method in interface org.springframework.beans.factory.BeanFactory
Is this bean a shared singleton? That is, will BeanFactory.getBean(java.lang.String) always return the same instance?
isSingleton() - Method in class org.springframework.beans.factory.config.AbstractFactoryBean
 
isSingleton() - Method in interface org.springframework.beans.factory.config.BeanDefinition
Return whether this a Singleton, with a single, shared instance returned on all calls.
isSingleton() - Method in class org.springframework.beans.factory.config.BeanReferenceFactoryBean
Deprecated.
 
isSingleton() - Method in class org.springframework.beans.factory.config.CommonsLogFactoryBean
Deprecated.
 
isSingleton() - Method in class org.springframework.beans.factory.config.FieldRetrievingFactoryBean
 
isSingleton() - Method in class org.springframework.beans.factory.config.MethodInvokingFactoryBean
 
isSingleton() - Method in class org.springframework.beans.factory.config.PropertiesFactoryBean
 
isSingleton() - Method in class org.springframework.beans.factory.config.PropertyPathFactoryBean
While this FactoryBean will often be used for singleton targets, the invoked getters for the property path might return a new object for each call, so we have to assume that we're not returning the same object for each PropertyPathFactoryBean.getObject() call.
isSingleton() - Method in class org.springframework.beans.factory.config.ServiceLocatorFactoryBean
 
isSingleton() - Method in interface org.springframework.beans.factory.FactoryBean
Is the object managed by this factory a singleton? That is, will FactoryBean.getObject() always return the same object (a reference that can be cached)?
isSingleton() - Method in class org.springframework.beans.factory.support.AbstractBeanDefinition
Return whether this a Singleton, with a single shared instance returned from all calls.
isSingleton(String) - Method in class org.springframework.beans.factory.support.AbstractBeanFactory
 
isSingleton(String) - Method in class org.springframework.beans.factory.support.StaticListableBeanFactory
 
isSingleton() - Method in class org.springframework.cache.concurrent.ConcurrentMapCacheFactoryBean
 
isSingleton() - Method in class org.springframework.cache.ehcache.EhCacheFactoryBean
 
isSingleton() - Method in class org.springframework.cache.ehcache.EhCacheManagerFactoryBean
 
isSingleton() - Method in class org.springframework.cache.jcache.JCacheManagerFactoryBean
 
isSingleton(String) - Method in class org.springframework.context.support.AbstractApplicationContext
 
isSingleton() - Method in class org.springframework.context.support.ConversionServiceFactoryBean
 
isSingleton() - Method in class org.springframework.ejb.access.LocalStatelessSessionProxyFactoryBean
 
isSingleton() - Method in class org.springframework.ejb.access.SimpleRemoteStatelessSessionProxyFactoryBean
 
isSingleton() - Method in class org.springframework.format.datetime.joda.DateTimeFormatterFactoryBean
 
isSingleton() - Method in class org.springframework.format.support.FormattingConversionServiceFactoryBean
 
isSingleton() - Method in class org.springframework.http.client.support.ProxyFactoryBean
 
isSingleton() - Method in class org.springframework.http.converter.json.Jackson2ObjectMapperFactoryBean
 
isSingleton() - Method in class org.springframework.http.converter.json.JacksonObjectMapperFactoryBean
 
isSingleton() - Method in class org.springframework.jca.support.LocalConnectionFactoryBean
 
isSingleton() - Method in class org.springframework.jca.support.ResourceAdapterFactoryBean
 
isSingleton() - Method in class org.springframework.jdbc.datasource.embedded.EmbeddedDatabaseFactoryBean
 
isSingleton() - Method in class org.springframework.jms.remoting.JmsInvokerProxyFactoryBean
 
isSingleton() - Method in class org.springframework.jmx.access.MBeanProxyFactoryBean
 
isSingleton() - Method in class org.springframework.jmx.support.ConnectorServerFactoryBean
 
isSingleton() - Method in class org.springframework.jmx.support.MBeanServerConnectionFactoryBean
 
isSingleton() - Method in class org.springframework.jmx.support.MBeanServerFactoryBean
 
isSingleton() - Method in class org.springframework.jmx.support.WebSphereMBeanServerFactoryBean
 
isSingleton() - Method in class org.springframework.jndi.JndiObjectFactoryBean
 
isSingleton(String) - Method in class org.springframework.jndi.support.SimpleJndiBeanFactory
 
isSingleton() - Method in class org.springframework.orm.hibernate3.AbstractSessionFactoryBean
 
isSingleton() - Method in class org.springframework.orm.hibernate3.FilterDefinitionFactoryBean
 
isSingleton() - Method in class org.springframework.orm.hibernate4.LocalSessionFactoryBean
 
isSingleton() - Method in class org.springframework.orm.ibatis.SqlMapClientFactoryBean
Deprecated.
 
isSingleton() - Method in class org.springframework.orm.jdo.LocalPersistenceManagerFactoryBean
 
isSingleton() - Method in class org.springframework.orm.jdo.support.SpringPersistenceManagerProxyBean
 
isSingleton() - Method in class org.springframework.orm.jdo.support.StandardPersistenceManagerProxyBean
 
isSingleton() - Method in class org.springframework.orm.jdo.TransactionAwarePersistenceManagerFactoryProxy
 
isSingleton() - Method in class org.springframework.orm.jpa.AbstractEntityManagerFactoryBean
 
isSingleton() - Method in class org.springframework.orm.jpa.support.SharedEntityManagerBean
 
isSingleton() - Method in class org.springframework.orm.jpa.vendor.HibernateJpaSessionFactoryBean
 
isSingleton() - Method in class org.springframework.oxm.xmlbeans.XmlOptionsFactoryBean
 
isSingleton() - Method in class org.springframework.remoting.caucho.BurlapProxyFactoryBean
 
isSingleton() - Method in class org.springframework.remoting.caucho.HessianProxyFactoryBean
 
isSingleton() - Method in class org.springframework.remoting.httpinvoker.HttpInvokerProxyFactoryBean
 
isSingleton() - Method in class org.springframework.remoting.jaxrpc.JaxRpcPortProxyFactoryBean
Deprecated.
 
isSingleton() - Method in class org.springframework.remoting.jaxrpc.LocalJaxRpcServiceFactoryBean
Deprecated.
 
isSingleton() - Method in class org.springframework.remoting.jaxws.JaxWsPortProxyFactoryBean
 
isSingleton() - Method in class org.springframework.remoting.jaxws.LocalJaxWsServiceFactoryBean
 
isSingleton() - Method in class org.springframework.remoting.rmi.JndiRmiProxyFactoryBean
 
isSingleton() - Method in class org.springframework.remoting.rmi.RmiProxyFactoryBean
 
isSingleton() - Method in class org.springframework.remoting.rmi.RmiRegistryFactoryBean
 
isSingleton() - Method in class org.springframework.remoting.support.SimpleHttpServerFactoryBean
 
isSingleton() - Method in class org.springframework.scheduling.commonj.TimerManagerFactoryBean
 
isSingleton() - Method in class org.springframework.scheduling.concurrent.ForkJoinPoolFactoryBean
 
isSingleton() - Method in class org.springframework.scheduling.concurrent.ScheduledExecutorFactoryBean
 
isSingleton() - Method in class org.springframework.scheduling.concurrent.ThreadPoolExecutorFactoryBean
 
isSingleton() - Method in class org.springframework.scheduling.config.TaskExecutorFactoryBean
 
isSingleton() - Method in class org.springframework.scheduling.quartz.CronTriggerFactoryBean
 
isSingleton() - Method in class org.springframework.scheduling.quartz.JobDetailFactoryBean
 
isSingleton() - Method in class org.springframework.scheduling.quartz.MethodInvokingJobDetailFactoryBean
 
isSingleton() - Method in class org.springframework.scheduling.quartz.SchedulerFactoryBean
 
isSingleton() - Method in class org.springframework.scheduling.quartz.SimpleTriggerFactoryBean
 
isSingleton() - Method in class org.springframework.scheduling.timer.MethodInvokingTimerTaskFactoryBean
Deprecated.
 
isSingleton() - Method in class org.springframework.scheduling.timer.TimerFactoryBean
Deprecated.
 
isSingleton(String) - Method in class org.springframework.test.web.servlet.setup.StubWebApplicationContext
 
isSingleton() - Method in class org.springframework.ui.freemarker.FreeMarkerConfigurationFactoryBean
 
isSingleton() - Method in class org.springframework.ui.velocity.VelocityEngineFactoryBean
 
isSingleton() - Method in class org.springframework.web.accept.ContentNegotiationManagerFactoryBean
 
isSingleton() - Method in class org.springframework.web.context.support.ServletContextAttributeFactoryBean
 
isSingleton() - Method in class org.springframework.web.context.support.ServletContextFactoryBean
Deprecated.
 
isSingleton() - Method in class org.springframework.web.context.support.ServletContextParameterFactoryBean
 
isSingletonCurrentlyInCreation(String) - Method in class org.springframework.beans.factory.support.DefaultSingletonBeanRegistry
Return whether the specified singleton bean is currently in creation (within the entire factory).
isSkipResultsProcessing() - Method in class org.springframework.jdbc.core.JdbcTemplate
Return whether results processing should be skipped.
isSkipUndeclaredResults() - Method in class org.springframework.jdbc.core.JdbcTemplate
Return whether undeclared results should be skipped.
isSourceModified(Resource) - Method in class org.springframework.ui.velocity.SpringResourceLoader
 
isSpringJspExpressionSupportActive(PageContext) - Static method in class org.springframework.web.util.ExpressionEvaluationUtils
Deprecated.
Check whether Spring's JSP expression support is actually active.
isSqlReadyForUse() - Method in class org.springframework.jdbc.object.SqlCall
Return whether the SQL can be used as is.
isStandalone - Variable in class org.springframework.util.xml.AbstractStaxXMLReader
 
isStandalone() - Method in class org.springframework.util.xml.XMLEventStreamReader
 
isStandardClass(Class<?>) - Method in class org.springframework.oxm.jaxb.Jaxb2Marshaller
Checks whether the given type is a standard class.
isStartElement() - Method in class org.springframework.util.xml.AbstractXMLStreamReader
 
isStatic() - Method in class org.springframework.aop.target.AbstractBeanFactoryBasedTargetSource
 
isStatic() - Method in class org.springframework.aop.target.AbstractLazyCreationTargetSource
 
isStatic() - Method in class org.springframework.aop.target.dynamic.AbstractRefreshableTargetSource
Not static.
isStatic - Variable in class org.springframework.aop.target.EmptyTargetSource
 
isStatic() - Method in class org.springframework.aop.target.EmptyTargetSource
Always returns true.
isStatic() - Method in class org.springframework.aop.target.HotSwappableTargetSource
 
isStatic() - Method in class org.springframework.aop.target.SingletonTargetSource
 
isStatic() - Method in interface org.springframework.aop.TargetSource
Will all calls to TargetSource.getTarget() return the same object?
isStatic - Variable in class org.springframework.core.LocalVariableTableParameterNameDiscoverer.LocalVariableTableVisitor
 
isStatic(int) - Static method in class org.springframework.core.LocalVariableTableParameterNameDiscoverer.ParameterNameDiscoveringVisitor
 
isStatic() - Method in class org.springframework.core.type.classreading.MethodMetadataReadingVisitor
 
isStatic() - Method in interface org.springframework.core.type.MethodMetadata
Return whether the underlying method is declared as 'static'.
isStatic() - Method in class org.springframework.core.type.StandardMethodMetadata
 
isStatic() - Method in class org.springframework.jndi.JndiObjectTargetSource
 
isStaticNonPrivateAndNonFinal(Class<?>) - Static method in class org.springframework.test.context.support.AnnotationConfigContextLoaderUtils
 
isStaxResult(Result) - Static method in class org.springframework.util.xml.StaxUtils
Indicate whether the given Result is a StAX Result.
isStaxResult(Result) - Static method in class org.springframework.util.xml.StaxUtils.Jaxp14StaxHandler
 
isStaxSource(Source) - Static method in class org.springframework.util.xml.StaxUtils
Indicate whether the given Source is a StAX Source.
isStaxSource(Source) - Static method in class org.springframework.util.xml.StaxUtils.Jaxp14StaxHandler
 
isStereotypeWithNameValue(String, Set<String>, Map<String, Object>) - Method in class org.springframework.context.annotation.AnnotationBeanNameGenerator
Check whether the given annotation is a stereotype that is allowed to suggest a component name through its annotation value().
isStoresLowerCaseIdentifiers() - Method in class org.springframework.jdbc.core.metadata.GenericCallMetaDataProvider
Does the database use lower case for identifiers
isStoresLowerCaseIdentifiers() - Method in class org.springframework.jdbc.core.metadata.GenericTableMetaDataProvider
Get whether identifiers use lower case
isStoresUpperCaseIdentifiers() - Method in class org.springframework.jdbc.core.metadata.GenericCallMetaDataProvider
Does the database use upper case for identifiers
isStoresUpperCaseIdentifiers() - Method in class org.springframework.jdbc.core.metadata.GenericTableMetaDataProvider
Get whether identifiers use upper case
isStringValue(Class) - Static method in class org.springframework.jdbc.core.StatementCreatorUtils
Check whether the given value can be treated as a String value.
isSubDelimiter(int) - Method in enum org.springframework.web.util.HierarchicalUriComponents.Type
Indicates whether the given character is in the sub-delims set.
isSubscriptionDurable() - Method in class org.springframework.jms.listener.AbstractMessageListenerContainer
Return whether to make the subscription durable.
isSubscriptionDurable() - Method in class org.springframework.jms.listener.endpoint.JmsActivationSpecConfig
 
isSubtypeOf(Class, int) - Method in class org.springframework.aop.aspectj.AspectJAdviceParameterNameDiscoverer
 
isSuffixHere(String, int, String) - Method in class org.springframework.expression.common.TemplateAwareExpressionParser
Return true if the specified suffix can be found at the supplied position in the supplied expression string.
isSupportsCatalogsInProcedureCalls() - Method in interface org.springframework.jdbc.core.metadata.CallMetaDataProvider
Does the database support the use of catalog name in procedure calls
isSupportsCatalogsInProcedureCalls() - Method in class org.springframework.jdbc.core.metadata.GenericCallMetaDataProvider
Does the database support the use of catalog name in procedure calls
isSupportsSchemasInProcedureCalls() - Method in interface org.springframework.jdbc.core.metadata.CallMetaDataProvider
Does the database support the use of schema name in procedure calls
isSupportsSchemasInProcedureCalls() - Method in class org.springframework.jdbc.core.metadata.GenericCallMetaDataProvider
Does the database support the use of schema name in procedure calls
isSuppressClose() - Method in class org.springframework.jdbc.datasource.SingleConnectionDataSource
Return whether the returned Connection will be a close-suppressing proxy or the physical Connection.
isSwitchingProtocols() - Method in class org.springframework.test.web.servlet.result.StatusResultMatchers
Assert the response status code is HttpStatus.SWITCHING_PROTOCOLS (101).
isSynchedLocalTransactionAllowed() - Method in interface org.springframework.jms.connection.ConnectionFactoryUtils.ResourceFactory
Return whether to allow for a local JMS transaction that is synchronized with a Spring-managed transaction (where the main transaction might be a JDBC-based one for a specific DataSource, for example), with the JMS transaction committing right after the main transaction.
isSynchedLocalTransactionAllowed() - Method in class org.springframework.jms.connection.TransactionAwareConnectionFactoryProxy
Return whether to allow for a local JMS transaction that is synchronized with a Spring-managed transaction.
isSynchedLocalTransactionAllowed() - Method in class org.springframework.jms.core.JmsTemplate.JmsTemplateResourceFactory
 
isSynchedLocalTransactionAllowed() - Method in class org.springframework.jms.listener.AbstractPollingMessageListenerContainer.MessageListenerContainerResourceFactory
 
isSynchronizationActive() - Static method in class org.springframework.transaction.support.TransactionSynchronizationManager
Return if transaction synchronization is active for the current thread.
isSynchronizedWithTransaction() - Method in class org.springframework.transaction.support.ResourceHolderSupport
Return whether the resource is synchronized with a transaction.
isSynchronizeOnSession() - Method in class org.springframework.web.portlet.mvc.AbstractController
Return whether controller execution should be synchronized on the session.
isSynchronizeOnSession() - Method in class org.springframework.web.servlet.mvc.AbstractController
Return whether controller execution should be synchronized on the session.
isSynthetic() - Method in class org.springframework.beans.factory.support.AbstractBeanDefinition
Return whether this bean definition is 'synthetic', that is, not defined by the application itself.
isSyntheticOrBridged(int) - Static method in class org.springframework.core.LocalVariableTableParameterNameDiscoverer.ParameterNameDiscoveringVisitor
 
isTableColumnMetaDataUsed() - Method in class org.springframework.jdbc.core.metadata.GenericTableMetaDataProvider
 
isTableColumnMetaDataUsed() - Method in interface org.springframework.jdbc.core.metadata.TableMetaDataProvider
Are we using the meta data for the table columns?
isTargetFilterLifecycle() - Method in class org.springframework.web.filter.DelegatingFilterProxy
Return whether to invoke the Filter.init and Filter.destroy lifecycle methods on the target bean.
isTemplate() - Method in class org.springframework.expression.common.TemplateParserContext
 
isTemplate() - Method in interface org.springframework.expression.ParserContext
Whether or not the expression being parsed is a template.
isTemporaryRedirect() - Method in class org.springframework.test.web.servlet.result.StatusResultMatchers
Assert the response status code is HttpStatus.TEMPORARY_REDIRECT (307).
isTerminated() - Method in class org.springframework.core.task.support.ExecutorServiceAdapter
 
isTestEnabledInThisEnvironment(Class<?>) - Static method in class org.springframework.test.annotation.ProfileValueUtils
Determine if the supplied testClass is enabled in the current environment, as specified by the @IfProfileValue annotation at the class level.
isTestEnabledInThisEnvironment(Method, Class<?>) - Static method in class org.springframework.test.annotation.ProfileValueUtils
Determine if the supplied testMethod is enabled in the current environment, as specified by the @IfProfileValue annotation, which may be declared on the test method itself or at the class level.
isTestEnabledInThisEnvironment(ProfileValueSource, Method, Class<?>) - Static method in class org.springframework.test.annotation.ProfileValueUtils
Determine if the supplied testMethod is enabled in the current environment, as specified by the @IfProfileValue annotation, which may be declared on the test method itself or at the class level.
isTestEnabledInThisEnvironment(ProfileValueSource, IfProfileValue) - Static method in class org.springframework.test.annotation.ProfileValueUtils
Determine if the value (or one of the values) in the supplied @IfProfileValue annotation is enabled in the current environment.
isTestMethodIgnored(FrameworkMethod) - Method in class org.springframework.test.context.junit4.SpringJUnit4ClassRunner
Returns true if @Ignore is present for the supplied test method or if the test method is disabled via &#064;IfProfileValue.
isThrottleActive() - Method in class org.springframework.core.task.SimpleAsyncTaskExecutor
Return whether this throttle is currently active.
isThrottleActive() - Method in class org.springframework.util.ConcurrencyThrottleSupport
Return whether this throttle is currently active.
isToggleAscendingOnProperty() - Method in class org.springframework.beans.support.MutableSortDefinition
Gets the value of the property toggleAscendingOnProperty.
isTooManyRequests() - Method in class org.springframework.test.web.servlet.result.StatusResultMatchers
Assert the response status code is HttpStatus.TOO_MANY_REQUESTS (429).
isToParent() - Method in class org.springframework.beans.factory.config.RuntimeBeanReference
Return whether this is an explicit reference to a bean in the parent factory.
isTopic - Variable in class org.springframework.jms.listener.adapter.MessageListenerAdapter.DestinationNameHolder
 
isToStringMethod(Method) - Static method in class org.springframework.aop.support.AopUtils
Determine whether the given method is a "toString" method.
isToStringMethod(Method) - Static method in class org.springframework.util.ReflectionUtils
Determine whether the given method is a "toString" method.
isTransactionActive() - Method in class org.springframework.jdbc.datasource.ConnectionHolder
Return whether this holder represents an active, JDBC-managed transaction.
isTransactionActive() - Method in class org.springframework.orm.jdo.PersistenceManagerHolder
 
isTransactionActive() - Method in class org.springframework.orm.jpa.EntityManagerHolder
 
isTransactionAware() - Method in class org.springframework.cache.transaction.AbstractTransactionSupportingCacheManager
Return whether this CacheManager has been configured to be transaction-aware.
isTransactionInProgress(JDBCContext, Context, Transaction) - Method in class org.springframework.orm.hibernate3.SpringTransactionFactory
 
isTransactionManagerRequired() - Method in class org.springframework.orm.hibernate3.SpringTransactionFactory
 
isTransactionSavepointManager() - Method in class org.springframework.transaction.support.DefaultTransactionStatus
Return whether the underlying transaction implements the SavepointManager interface.
isTrue(boolean, String) - Static method in class org.springframework.util.Assert
Assert a boolean expression, throwing IllegalArgumentException if the test result is false.
isTrue(boolean) - Static method in class org.springframework.util.Assert
Assert a boolean expression, throwing IllegalArgumentException if the test result is false.
isTwoCharToken(TokenKind) - Method in class org.springframework.expression.spel.standard.Tokenizer
Check if this might be a two character token.
isTypeMatch(String, Class<?>) - Method in interface org.springframework.beans.factory.BeanFactory
Check whether the bean with the given name matches the specified type.
isTypeMatch(String, Class<?>) - Method in class org.springframework.beans.factory.support.AbstractBeanFactory
 
isTypeMatch(String, Class) - Method in class org.springframework.beans.factory.support.StaticListableBeanFactory
 
isTypeMatch(String, Class<?>) - Method in class org.springframework.context.support.AbstractApplicationContext
 
isTypeMatch(String, Class) - Method in class org.springframework.jndi.support.SimpleJndiBeanFactory
 
isTypeMatch(String, Class<?>) - Method in class org.springframework.test.web.servlet.setup.StubWebApplicationContext
 
isUnauthorized() - Method in class org.springframework.test.web.servlet.result.StatusResultMatchers
Assert the response status code is HttpStatus.UNAUTHORIZED (401).
isUnbound(int) - Method in class org.springframework.aop.aspectj.AspectJAdviceParameterNameDiscoverer
 
isUnderneathClassLoader(ClassLoader, ClassLoader) - Static method in class org.springframework.beans.CachedIntrospectionResults
Check whether the given ClassLoader is underneath the given parent, that is, whether the parent is within the candidate's hierarchy.
isUnicodeCharacterSequence(String) - Method in class org.springframework.beans.propertyeditors.CharacterEditor
 
isUnprocessableEntity() - Method in class org.springframework.test.web.servlet.result.StatusResultMatchers
Assert the response status code is HttpStatus.UNPROCESSABLE_ENTITY (422).
isUnreserved(int) - Method in enum org.springframework.web.util.HierarchicalUriComponents.Type
Indicates whether the given character is in the unreserved set.
isUnsupportedMediaType() - Method in class org.springframework.test.web.servlet.result.StatusResultMatchers
Assert the response status code is HttpStatus.UNSUPPORTED_MEDIA_TYPE (415).
isUpdatableResults() - Method in class org.springframework.jdbc.object.RdbmsOperation
Return whether statements will return updatable ResultSets.
isUpgradeRequired() - Method in class org.springframework.test.web.servlet.result.StatusResultMatchers
Assert the response status code is HttpStatus.UPGRADE_REQUIRED (426).
isUploadTempDirSpecified() - Method in class org.springframework.web.multipart.commons.CommonsFileUploadSupport
 
isUrl(String) - Static method in class org.springframework.core.io.support.ResourcePatternUtils
Return whether the given resource location is a URL: either a special "classpath" or "classpath*" pseudo URL or a standard URL.
isUrl(String) - Static method in class org.springframework.util.ResourceUtils
Return whether the given resource location is a URL: either a special "classpath" pseudo URL or a standard URL.
isUrlRequired() - Method in class org.springframework.web.servlet.view.AbstractUrlBasedView
Return whether the 'url' property is required.
isUrlRequired() - Method in class org.springframework.web.servlet.view.jasperreports.AbstractJasperReportsView
JasperReports views do not strictly required a 'url' value.
isUseCacheControlHeader() - Method in class org.springframework.web.servlet.support.WebContentGenerator
Return whether the HTTP 1.1 cache-control header is used.
isUseCacheControlNoStore() - Method in class org.springframework.web.servlet.support.WebContentGenerator
Return whether the HTTP 1.1 cache-control header value "no-store" is used.
isUseCodeAsDefaultMessage() - Method in class org.springframework.context.support.AbstractMessageSource
Return whether to use the message code as default message instead of throwing a NoSuchMessageException.
isUseExpiresHeader() - Method in class org.springframework.web.servlet.support.WebContentGenerator
Return whether the HTTP 1.0 expires header is used.
isUsePrefix() - Method in class org.springframework.aop.framework.autoproxy.DefaultAdvisorAutoProxyCreator
Return whether to exclude advisors with a certain prefix in the bean name.
isUseProxy() - Method in class org.springframework.test.web.servlet.result.StatusResultMatchers
Assert the response status code is HttpStatus.USE_PROXY (305).
isUserInRole(String) - Method in class org.springframework.mock.web.MockHttpServletRequest
 
isUserInRole(String) - Method in class org.springframework.mock.web.portlet.MockPortletRequest
 
isUserInRole(String) - Method in class org.springframework.web.context.request.FacesWebRequest
 
isUserInRole(String) - Method in class org.springframework.web.context.request.ServletWebRequest
 
isUserInRole(String) - Method in interface org.springframework.web.context.request.WebRequest
Determine whether the user is in the given role for this request.
isUserInRole(String) - Method in class org.springframework.web.portlet.context.PortletWebRequest
 
isUseSoapAction() - Method in class org.springframework.remoting.jaxws.JaxWsPortClientInterceptor
Return the "soapaction.use" flag to specify on the stub.
isUseSqlStateForTranslation() - Method in class org.springframework.jdbc.support.SQLErrorCodes
 
isUseStrictCasing() - Method in class org.springframework.jmx.export.assembler.AbstractReflectiveMBeanInfoAssembler
Return whether strict casing for attributes is enabled.
isUseTransactionAwareDataSource() - Method in class org.springframework.orm.hibernate3.AbstractSessionFactoryBean
Return whether to use a transaction-aware DataSource for the SessionFactory.
isValidateAddresses() - Method in class org.springframework.mail.javamail.MimeMessageHelper
Return whether this helper will validate all addresses passed to it.
isValidateExistingTransaction() - Method in class org.springframework.transaction.support.AbstractPlatformTransactionManager
Return whether existing transactions should be validated before participating in them.
isValidateOnBinding() - Method in class org.springframework.web.portlet.mvc.BaseCommandController
Deprecated.
Return if the Validator should get applied when binding.
isValidateOnBinding() - Method in class org.springframework.web.servlet.mvc.BaseCommandController
Deprecated.
Return if the Validator should get applied when binding.
isValidating() - Method in class org.springframework.oxm.xmlbeans.XmlBeansMarshaller
Return whether this marshaller should validate in- and outgoing documents.
isValidDynamicAttribute(String, Object) - Method in class org.springframework.web.servlet.tags.form.AbstractCheckedElementTag
Flags "type" as an illegal dynamic attribute.
isValidDynamicAttribute(String, Object) - Method in class org.springframework.web.servlet.tags.form.AbstractHtmlElementTag
Whether the given name-value pair is a valid dynamic attribute.
isValidDynamicAttribute(String, Object) - Method in class org.springframework.web.servlet.tags.form.HiddenInputTag
Flags "type" as an illegal dynamic attribute.
isValidDynamicAttribute(String, Object) - Method in class org.springframework.web.servlet.tags.form.InputTag
Flags type="checkbox" and type="radio" as illegal dynamic attributes.
isValidDynamicAttribute(String, Object) - Method in class org.springframework.web.servlet.tags.form.PasswordInputTag
Flags "type" as an illegal dynamic attribute.
isValidQualifiedId(Token) - Method in class org.springframework.expression.spel.standard.InternalSpelExpressionParser
 
isVariableName(String) - Method in class org.springframework.aop.aspectj.AbstractAspectJAdvice
 
isVariantAlsoNegotiates() - Method in class org.springframework.test.web.servlet.result.StatusResultMatchers
Assert the response status code is HttpStatus.VARIANT_ALSO_NEGOTIATES (506).
isViewReference() - Method in class org.springframework.web.method.support.ModelAndViewContainer
Whether the view is a view reference specified via a name to be resolved by the DispatcherServlet via a ViewResolver.
isVisibilityBridgeMethodPair(Method, Method) - Static method in class org.springframework.core.BridgeMethodResolver
Compare the signatures of the bridge method and the method which it bridges.
isVisible(Class<?>, ClassLoader) - Static method in class org.springframework.util.ClassUtils
Check whether the given class is visible in the given ClassLoader.
isVoid() - Method in interface org.springframework.transaction.support.ResourceHolder
Determine whether this holder is considered as 'void', i.e.
isVoid - Variable in class org.springframework.transaction.support.ResourceHolderSupport
 
isVoid() - Method in class org.springframework.transaction.support.ResourceHolderSupport
 
isVoid() - Method in class org.springframework.web.method.HandlerMethod
Returns true if the method return type is void, false otherwise.
isWhiteSpace() - Method in class org.springframework.util.xml.AbstractXMLStreamReader
 
isWideType(Type) - Static method in class org.springframework.core.LocalVariableTableParameterNameDiscoverer.LocalVariableTableVisitor
 
isWildcardSubtype() - Method in class org.springframework.http.MediaType
Indicates whether the subtype is the wildcard character &#42; or the wildcard character followed by a sufiix (e.g.
isWildcardType() - Method in class org.springframework.http.MediaType
Indicates whether the type is the wildcard character &#42; or not.
isWindowStateAllowed(WindowState) - Method in class org.springframework.mock.web.portlet.MockPortletRequest
 
isWrapperFor(Class<?>) - Method in class org.springframework.jdbc.datasource.AbstractDataSource
 
isWrapperFor(Class<?>) - Method in class org.springframework.jdbc.datasource.DelegatingDataSource
 
isWrapperFor(Class<?>) - Method in class org.springframework.jdbc.datasource.embedded.EmbeddedDatabaseFactory.EmbeddedDataSourceProxy
 
isWrapperFor(Class<?>) - Method in class org.springframework.jdbc.datasource.lookup.AbstractRoutingDataSource
 
isWritable() - Method in class org.springframework.core.io.FileSystemResource
This implementation checks whether the underlying file is marked as writable (and corresponds to an actual file with content, not to a directory).
isWritable() - Method in interface org.springframework.core.io.WritableResource
Return whether the contents of this resource can be modified, e.g.
isWritable(EvaluationContext) - Method in class org.springframework.expression.common.CompositeStringExpression
 
isWritable(EvaluationContext, Object) - Method in class org.springframework.expression.common.CompositeStringExpression
 
isWritable(Object) - Method in class org.springframework.expression.common.CompositeStringExpression
 
isWritable(EvaluationContext) - Method in class org.springframework.expression.common.LiteralExpression
 
isWritable(EvaluationContext, Object) - Method in class org.springframework.expression.common.LiteralExpression
 
isWritable(Object) - Method in class org.springframework.expression.common.LiteralExpression
 
isWritable(EvaluationContext) - Method in interface org.springframework.expression.Expression
Determine if an expression can be written to, i.e.
isWritable(EvaluationContext, Object) - Method in interface org.springframework.expression.Expression
Determine if an expression can be written to, i.e.
isWritable(Object) - Method in interface org.springframework.expression.Expression
Determine if an expression can be written to, i.e.
isWritable(ExpressionState) - Method in class org.springframework.expression.spel.ast.CompoundExpression
 
isWritable() - Method in class org.springframework.expression.spel.ast.Indexer.ArrayIndexingValueRef
 
isWritable() - Method in class org.springframework.expression.spel.ast.Indexer.CollectionIndexingValueRef
 
isWritable(ExpressionState) - Method in class org.springframework.expression.spel.ast.Indexer
 
isWritable() - Method in class org.springframework.expression.spel.ast.Indexer.MapIndexingValueRef
 
isWritable() - Method in class org.springframework.expression.spel.ast.Indexer.PropertyIndexingValueRef
 
isWritable() - Method in class org.springframework.expression.spel.ast.Indexer.StringIndexingLValue
 
isWritable() - Method in class org.springframework.expression.spel.ast.MethodReference.MethodValueRef
 
isWritable() - Method in class org.springframework.expression.spel.ast.PropertyOrFieldReference.AccessorLValue
 
isWritable(ExpressionState) - Method in class org.springframework.expression.spel.ast.PropertyOrFieldReference
 
isWritable(ExpressionState) - Method in class org.springframework.expression.spel.ast.SpelNodeImpl
 
isWritable() - Method in interface org.springframework.expression.spel.ast.ValueRef
Indicates whether calling setValue(Object) is supported.
isWritable() - Method in class org.springframework.expression.spel.ast.ValueRef.NullValueRef
 
isWritable() - Method in class org.springframework.expression.spel.ast.ValueRef.TypedValueHolderValueRef
 
isWritable(ExpressionState) - Method in class org.springframework.expression.spel.ast.VariableReference
 
isWritable() - Method in class org.springframework.expression.spel.ast.VariableReference.VariableRef
 
isWritable(ExpressionState) - Method in interface org.springframework.expression.spel.SpelNode
Determine if this expression node will support a setValue() call.
isWritable(EvaluationContext) - Method in class org.springframework.expression.spel.standard.SpelExpression
 
isWritable(Object) - Method in class org.springframework.expression.spel.standard.SpelExpression
 
isWritable(EvaluationContext, Object) - Method in class org.springframework.expression.spel.standard.SpelExpression
 
isWritable(MediaType) - Method in class org.springframework.http.converter.BufferedImageHttpMessageConverter
 
isWritableProperty(String) - Method in class org.springframework.beans.BeanWrapperImpl
 
isWritableProperty(String) - Method in class org.springframework.beans.DirectFieldAccessor
 
isWritableProperty(String) - Method in interface org.springframework.beans.PropertyAccessor
Determine whether the specified property is writable.
isWritableProperty(String, TypedValue, EvaluationContext) - Method in class org.springframework.expression.spel.ast.PropertyOrFieldReference
 
isWriterAccessAllowed() - Method in class org.springframework.mock.web.MockHttpServletResponse
Return whether MockHttpServletResponse.getOutputStream() access is allowed.
isXOPPackage() - Method in class org.springframework.oxm.jaxb.Jaxb2Marshaller.Jaxb2AttachmentMarshaller
 
isXOPPackage() - Method in class org.springframework.oxm.jaxb.Jaxb2Marshaller.Jaxb2AttachmentUnmarshaller
 
isXopPackage() - Method in interface org.springframework.oxm.mime.MimeContainer
Indicate whether this container is a XOP package.
itemLabel - Variable in class org.springframework.web.servlet.tags.form.AbstractMultiCheckedElementTag
The value to be displayed as part of the 'input type="checkbox/radio"' tag.
itemLabel - Variable in class org.springframework.web.servlet.tags.form.OptionsTag
The name of the property mapped to the inner text of the 'option' tag.
itemLabel - Variable in class org.springframework.web.servlet.tags.form.SelectTag
The name of the property mapped to the inner text of the 'option' tag.
items - Variable in class org.springframework.web.servlet.tags.form.AbstractMultiCheckedElementTag
The Collection, Map or array of objects used to generate the 'input type="checkbox/radio"' tags.
items - Variable in class org.springframework.web.servlet.tags.form.OptionsTag
The Collection, Map or array of objects used to generate the inner 'option' tags.
items - Variable in class org.springframework.web.servlet.tags.form.SelectTag
The Collection, Map or array of objects used to generate the inner 'option' tags.
itemValue - Variable in class org.springframework.web.servlet.tags.form.AbstractMultiCheckedElementTag
The name of the property mapped to the 'value' attribute of the 'input type="checkbox/radio"' tag.
itemValue - Variable in class org.springframework.web.servlet.tags.form.OptionsTag
The name of the property mapped to the 'value' attribute of the 'option' tag.
itemValue - Variable in class org.springframework.web.servlet.tags.form.SelectTag
The name of the property mapped to the 'value' attribute of the 'option' tag.
iterate(String) - Method in interface org.springframework.orm.hibernate3.HibernateOperations
Execute a query for persistent instances.
iterate(String, Object) - Method in interface org.springframework.orm.hibernate3.HibernateOperations
Execute a query for persistent instances, binding one value to a "?" parameter in the query string.
iterate(String, Object...) - Method in interface org.springframework.orm.hibernate3.HibernateOperations
Execute a query for persistent instances, binding a number of values to "?" parameters in the query string.
iterate(String) - Method in class org.springframework.orm.hibernate3.HibernateTemplate
 
iterate(String, Object) - Method in class org.springframework.orm.hibernate3.HibernateTemplate
 
iterate(String, Object...) - Method in class org.springframework.orm.hibernate3.HibernateTemplate
 
iterator() - Method in class org.springframework.core.env.MutablePropertySources
 
iterator - Variable in class org.springframework.http.client.InterceptingClientHttpRequest.RequestExecution
 
iterator - Variable in class org.springframework.mock.jndi.SimpleNamingContext.AbstractNamingEnumeration
 
iterator - Variable in class org.springframework.mock.web.MockFilterChain
 
iterator() - Method in class org.springframework.util.AutoPopulatingList
 
iterator() - Method in class org.springframework.util.ConcurrentReferenceHashMap.EntrySet
 
iterators - Variable in class org.springframework.util.CompositeIterator
 

J

Jackson2ObjectMapperFactoryBean - Class in org.springframework.http.converter.json
A FactoryBean for creating a Jackson ObjectMapper with setters to enable or disable Jackson features from within XML configuration.
Jackson2ObjectMapperFactoryBean() - Constructor for class org.springframework.http.converter.json.Jackson2ObjectMapperFactoryBean
 
jackson2Present - Static variable in class org.springframework.http.converter.support.AllEncompassingFormHttpMessageConverter
 
jackson2Present - Static variable in class org.springframework.web.client.RestTemplate
 
jackson2Present - Static variable in class org.springframework.web.servlet.config.annotation.WebMvcConfigurationSupport
 
jackson2Present - Static variable in class org.springframework.web.servlet.config.AnnotationDrivenBeanDefinitionParser
 
JacksonObjectMapperFactoryBean - Class in org.springframework.http.converter.json
A FactoryBean for creating a Jackson ObjectMapper with setters to enable or disable Jackson features from within XML configuration.
JacksonObjectMapperFactoryBean() - Constructor for class org.springframework.http.converter.json.JacksonObjectMapperFactoryBean
 
jacksonPresent - Static variable in class org.springframework.http.converter.support.AllEncompassingFormHttpMessageConverter
 
jacksonPresent - Static variable in class org.springframework.web.client.RestTemplate
 
jacksonPresent - Static variable in class org.springframework.web.servlet.config.annotation.WebMvcConfigurationSupport
 
jacksonPresent - Static variable in class org.springframework.web.servlet.config.AnnotationDrivenBeanDefinitionParser
 
JAF_PRESENT - Static variable in class org.springframework.web.accept.PathExtensionContentNegotiationStrategy
 
jafPresent - Static variable in class org.springframework.http.converter.ResourceHttpMessageConverter
 
jafPresent - Static variable in class org.springframework.web.servlet.resource.ResourceHttpRequestHandler
 
JamonPerformanceMonitorInterceptor - Class in org.springframework.aop.interceptor
Performance monitor interceptor that uses JAMon library to perform the performance measurement on the intercepted method and output the stats.
JamonPerformanceMonitorInterceptor() - Constructor for class org.springframework.aop.interceptor.JamonPerformanceMonitorInterceptor
Create a new JamonPerformanceMonitorInterceptor with a static logger.
JamonPerformanceMonitorInterceptor(boolean) - Constructor for class org.springframework.aop.interceptor.JamonPerformanceMonitorInterceptor
Create a new JamonPerformanceMonitorInterceptor with a dynamic or static logger, according to the given flag.
JamonPerformanceMonitorInterceptor(boolean, boolean) - Constructor for class org.springframework.aop.interceptor.JamonPerformanceMonitorInterceptor
Create a new JamonPerformanceMonitorInterceptor with a dynamic or static logger, according to the given flag.
JAR_FILE_URL - Static variable in class org.springframework.orm.jpa.persistenceunit.PersistenceUnitReader
 
JAR_URL_SEPARATOR - Static variable in class org.springframework.util.ResourceUtils
Separator between JAR URL and file path within the JAR
jarFileUrls - Variable in class org.springframework.orm.jpa.persistenceunit.MutablePersistenceUnitInfo
 
JasperReportsCsvView - Class in org.springframework.web.servlet.view.jasperreports
Implementation of AbstractJasperReportsSingleFormatView that renders report results in CSV format.
JasperReportsCsvView() - Constructor for class org.springframework.web.servlet.view.jasperreports.JasperReportsCsvView
 
JasperReportsHtmlView - Class in org.springframework.web.servlet.view.jasperreports
Implementation of AbstractJasperReportsSingleFormatView that renders report results in HTML format.
JasperReportsHtmlView() - Constructor for class org.springframework.web.servlet.view.jasperreports.JasperReportsHtmlView
 
JasperReportsMultiFormatView - Class in org.springframework.web.servlet.view.jasperreports
Jasper Reports view class that allows for the actual rendering format to be specified at runtime using a parameter contained in the model.
JasperReportsMultiFormatView() - Constructor for class org.springframework.web.servlet.view.jasperreports.JasperReportsMultiFormatView
Creates a new JasperReportsMultiFormatView instance with a default set of mappings.
JasperReportsPdfView - Class in org.springframework.web.servlet.view.jasperreports
Implementation of AbstractJasperReportsSingleFormatView that renders report results in PDF format.
JasperReportsPdfView() - Constructor for class org.springframework.web.servlet.view.jasperreports.JasperReportsPdfView
 
JasperReportsUtils - Class in org.springframework.ui.jasperreports
Utility methods for working with JasperReports.
JasperReportsUtils() - Constructor for class org.springframework.ui.jasperreports.JasperReportsUtils
 
JasperReportsViewResolver - Class in org.springframework.web.servlet.view.jasperreports
ViewResolver implementation that resolves instances of AbstractJasperReportsView by translating the supplied view name into the URL of the report file.
JasperReportsViewResolver() - Constructor for class org.springframework.web.servlet.view.jasperreports.JasperReportsViewResolver
 
JasperReportsXlsView - Class in org.springframework.web.servlet.view.jasperreports
Implementation of AbstractJasperReportsSingleFormatView that renders report results in XLS format.
JasperReportsXlsView() - Constructor for class org.springframework.web.servlet.view.jasperreports.JasperReportsXlsView
 
JAVA_13 - Static variable in class org.springframework.core.JdkVersion
Constant identifying the 1.3.x JVM (JDK 1.3).
JAVA_14 - Static variable in class org.springframework.core.JdkVersion
Constant identifying the 1.4.x JVM (J2SE 1.4).
JAVA_15 - Static variable in class org.springframework.core.JdkVersion
Constant identifying the 1.5 JVM (Java 5).
JAVA_16 - Static variable in class org.springframework.core.JdkVersion
Constant identifying the 1.6 JVM (Java 6).
JAVA_17 - Static variable in class org.springframework.core.JdkVersion
Constant identifying the 1.7 JVM (Java 7).
javaMailProperties - Variable in class org.springframework.mail.javamail.JavaMailSenderImpl
 
JavaMailSender - Interface in org.springframework.mail.javamail
Extended MailSender interface for JavaMail, supporting MIME messages both as direct arguments and through preparation callbacks.
JavaMailSenderImpl - Class in org.springframework.mail.javamail
Production implementation of the JavaMailSender interface, supporting both JavaMail MimeMessages and Spring SimpleMailMessages.
JavaMailSenderImpl() - Constructor for class org.springframework.mail.javamail.JavaMailSenderImpl
Create a new instance of the JavaMailSenderImpl class.
javaScriptEscape - Variable in class org.springframework.web.servlet.tags.EscapeBodyTag
 
javaScriptEscape - Variable in class org.springframework.web.servlet.tags.EvalTag
 
javaScriptEscape - Variable in class org.springframework.web.servlet.tags.MessageTag
 
javaScriptEscape - Variable in class org.springframework.web.servlet.tags.UrlTag
 
javaScriptEscape(String) - Static method in class org.springframework.web.util.JavaScriptUtils
Turn JavaScript special characters into escaped characters.
JavaScriptUtils - Class in org.springframework.web.util
Utility class for JavaScript escaping.
JavaScriptUtils() - Constructor for class org.springframework.web.util.JavaScriptUtils
 
javaTypeToSqlParameterType(Class) - Static method in class org.springframework.jdbc.core.StatementCreatorUtils
Derive a default SQL type from the given Java type.
javaTypeToSqlTypeMap - Static variable in class org.springframework.jdbc.core.StatementCreatorUtils
 
javaVersion - Static variable in class org.springframework.core.JdkVersion
 
javaxInjectProviderClass - Static variable in class org.springframework.beans.factory.support.DefaultListableBeanFactory
 
JAXB2_MARSHALLER_CLASS_NAME - Static variable in class org.springframework.oxm.config.Jaxb2MarshallerBeanDefinitionParser
 
jaxb2Classes - Variable in class org.springframework.oxm.jaxb.ClassPathJaxb2TypeScanner
 
Jaxb2CollectionHttpMessageConverter<T extends java.util.Collection> - Class in org.springframework.http.converter.xml
An HttpMessageConverter that can read XML collections using JAXB2.
Jaxb2CollectionHttpMessageConverter() - Constructor for class org.springframework.http.converter.xml.Jaxb2CollectionHttpMessageConverter
 
Jaxb2Marshaller - Class in org.springframework.oxm.jaxb
Implementation of the Marshaller interface for JAXB 2.0.
Jaxb2Marshaller() - Constructor for class org.springframework.oxm.jaxb.Jaxb2Marshaller
 
Jaxb2Marshaller.ByteArrayDataSource - Class in org.springframework.oxm.jaxb
DataSource that wraps around a byte array.
Jaxb2Marshaller.ByteArrayDataSource(String, byte[], int, int) - Constructor for class org.springframework.oxm.jaxb.Jaxb2Marshaller.ByteArrayDataSource
 
Jaxb2Marshaller.Jaxb2AttachmentMarshaller - Class in org.springframework.oxm.jaxb
 
Jaxb2Marshaller.Jaxb2AttachmentMarshaller(MimeContainer) - Constructor for class org.springframework.oxm.jaxb.Jaxb2Marshaller.Jaxb2AttachmentMarshaller
 
Jaxb2Marshaller.Jaxb2AttachmentUnmarshaller - Class in org.springframework.oxm.jaxb
 
Jaxb2Marshaller.Jaxb2AttachmentUnmarshaller(MimeContainer) - Constructor for class org.springframework.oxm.jaxb.Jaxb2Marshaller.Jaxb2AttachmentUnmarshaller
 
Jaxb2MarshallerBeanDefinitionParser - Class in org.springframework.oxm.config
Parser for the <oxm:jaxb2-marshaller/> element.
Jaxb2MarshallerBeanDefinitionParser() - Constructor for class org.springframework.oxm.config.Jaxb2MarshallerBeanDefinitionParser
 
jaxb2Present - Static variable in class org.springframework.http.converter.support.AllEncompassingFormHttpMessageConverter
 
jaxb2Present - Static variable in class org.springframework.web.client.RestTemplate
 
jaxb2Present - Static variable in class org.springframework.web.servlet.config.annotation.WebMvcConfigurationSupport
 
jaxb2Present - Static variable in class org.springframework.web.servlet.config.AnnotationDrivenBeanDefinitionParser
 
Jaxb2RootElementHttpMessageConverter - Class in org.springframework.http.converter.xml
Implementation of HttpMessageConverter that can read and write XML using JAXB2.
Jaxb2RootElementHttpMessageConverter() - Constructor for class org.springframework.http.converter.xml.Jaxb2RootElementHttpMessageConverter
 
jaxb2TypeFilters - Variable in class org.springframework.oxm.jaxb.ClassPathJaxb2TypeScanner
 
jaxbContext - Variable in class org.springframework.oxm.jaxb.Jaxb2Marshaller
 
jaxbContextMonitor - Variable in class org.springframework.oxm.jaxb.Jaxb2Marshaller
 
jaxbContextProperties - Variable in class org.springframework.oxm.jaxb.Jaxb2Marshaller
 
jaxbContexts - Variable in class org.springframework.http.converter.xml.AbstractJaxb2HttpMessageConverter
 
jaxp14Available - Static variable in class org.springframework.util.xml.StaxUtils
 
JaxRpcPortClientInterceptor - Class in org.springframework.remoting.jaxrpc
Deprecated.
in favor of JAX-WS support in org.springframework.remoting.jaxws
JaxRpcPortClientInterceptor() - Constructor for class org.springframework.remoting.jaxrpc.JaxRpcPortClientInterceptor
Deprecated.
 
JaxRpcPortProxyFactoryBean - Class in org.springframework.remoting.jaxrpc
Deprecated.
in favor of JAX-WS support in org.springframework.remoting.jaxws
JaxRpcPortProxyFactoryBean() - Constructor for class org.springframework.remoting.jaxrpc.JaxRpcPortProxyFactoryBean
Deprecated.
 
jaxRpcService - Variable in class org.springframework.remoting.jaxrpc.JaxRpcPortClientInterceptor
Deprecated.
 
jaxRpcServiceInterface - Variable in class org.springframework.remoting.jaxrpc.LocalJaxRpcServiceFactory
Deprecated.
 
JaxRpcServicePostProcessor - Interface in org.springframework.remoting.jaxrpc
Deprecated.
in favor of JAX-WS support in org.springframework.remoting.jaxws
jaxRpcServiceProperties - Variable in class org.springframework.remoting.jaxrpc.LocalJaxRpcServiceFactory
Deprecated.
 
JaxRpcSoapFaultException - Exception in org.springframework.remoting.jaxrpc
Deprecated.
in favor of JAX-WS support in org.springframework.remoting.jaxws
JaxRpcSoapFaultException(SOAPFaultException) - Constructor for exception org.springframework.remoting.jaxrpc.JaxRpcSoapFaultException
Deprecated.
Constructor for JaxRpcSoapFaultException.
JaxWsPortClientInterceptor - Class in org.springframework.remoting.jaxws
org.aopalliance.intercept.MethodInterceptor for accessing a specific port of a JAX-WS service.
JaxWsPortClientInterceptor() - Constructor for class org.springframework.remoting.jaxws.JaxWsPortClientInterceptor
 
JaxWsPortClientInterceptor.FeaturePortProvider - Class in org.springframework.remoting.jaxws
Inner class in order to avoid a hard-coded JAX-WS 2.1 dependency.
JaxWsPortClientInterceptor.FeaturePortProvider() - Constructor for class org.springframework.remoting.jaxws.JaxWsPortClientInterceptor.FeaturePortProvider
 
JaxWsPortProxyFactoryBean - Class in org.springframework.remoting.jaxws
FactoryBean for a specific port of a JAX-WS service.
JaxWsPortProxyFactoryBean() - Constructor for class org.springframework.remoting.jaxws.JaxWsPortProxyFactoryBean
 
jaxWsService - Variable in class org.springframework.remoting.jaxws.JaxWsPortClientInterceptor
 
JaxWsSoapFaultException - Exception in org.springframework.remoting.jaxws
Spring SoapFaultException adapter for the JAX-WS SOAPFaultException class.
JaxWsSoapFaultException(SOAPFaultException) - Constructor for exception org.springframework.remoting.jaxws.JaxWsSoapFaultException
Constructor for JaxWsSoapFaultException.
JBOSS_JCA_PREFIX - Static variable in class org.springframework.jdbc.support.nativejdbc.JBossNativeJdbcExtractor
 
JBOSS_RESOURCE_PREFIX - Static variable in class org.springframework.jdbc.support.nativejdbc.JBossNativeJdbcExtractor
 
JBOSS_WORK_MANAGER_MBEAN_CLASS_NAME - Static variable in class org.springframework.jca.work.jboss.JBossWorkManagerUtils
 
JBossClassLoaderAdapter - Interface in org.springframework.instrument.classloading.jboss
Simple interface used for handling the different JBoss class loader adapters.
JBossLoadTimeWeaver - Class in org.springframework.instrument.classloading.jboss
LoadTimeWeaver implementation for JBoss's instrumentable ClassLoader.
JBossLoadTimeWeaver() - Constructor for class org.springframework.instrument.classloading.jboss.JBossLoadTimeWeaver
Create a new instance of the JBossLoadTimeWeaver class using the default class loader.
JBossLoadTimeWeaver(ClassLoader) - Constructor for class org.springframework.instrument.classloading.jboss.JBossLoadTimeWeaver
Create a new instance of the JBossLoadTimeWeaver class using the supplied ClassLoader.
JBossMCAdapter - Class in org.springframework.instrument.classloading.jboss
Reflective wrapper around a JBoss 5 and 6 class loader methods (discovered and called through reflection) for load time weaving.
JBossMCAdapter(ClassLoader) - Constructor for class org.springframework.instrument.classloading.jboss.JBossMCAdapter
 
JBossMCTranslatorAdapter - Class in org.springframework.instrument.classloading.jboss
Adapter that implements JBoss Translator interface, delegating to a standard JDK ClassFileTransformer underneath.
JBossMCTranslatorAdapter(ClassFileTransformer) - Constructor for class org.springframework.instrument.classloading.jboss.JBossMCTranslatorAdapter
JBossModulesAdapter - Class in org.springframework.instrument.classloading.jboss
JBoss 7 adapter.
JBossModulesAdapter(ClassLoader) - Constructor for class org.springframework.instrument.classloading.jboss.JBossModulesAdapter
 
JBossNativeJdbcExtractor - Class in org.springframework.jdbc.support.nativejdbc
Implementation of the NativeJdbcExtractor interface for JBoss, supporting JBoss Application Server 3.2.4+.
JBossNativeJdbcExtractor() - Constructor for class org.springframework.jdbc.support.nativejdbc.JBossNativeJdbcExtractor
This constructor retrieves JBoss JDBC wrapper classes, so we can get the underlying vendor connection using reflection.
JBossWorkManagerTaskExecutor - Class in org.springframework.jca.work.jboss
Spring TaskExecutor adapter for the JBoss JCA WorkManager.
JBossWorkManagerTaskExecutor() - Constructor for class org.springframework.jca.work.jboss.JBossWorkManagerTaskExecutor
 
JBossWorkManagerUtils - Class in org.springframework.jca.work.jboss
Utility class for obtaining the JBoss JCA WorkManager, typically for use in web applications.
JBossWorkManagerUtils() - Constructor for class org.springframework.jca.work.jboss.JBossWorkManagerUtils
 
JCacheCache - Class in org.springframework.cache.jcache
Cache implementation on top of a javax.cache.Cache instance.
JCacheCache(<any>) - Constructor for class org.springframework.cache.jcache.JCacheCache
Create an JCacheCache instance.
JCacheCache(<any>, boolean) - Constructor for class org.springframework.cache.jcache.JCacheCache
Create an JCacheCache instance.
JCacheCache.NullHolder - Class in org.springframework.cache.jcache
 
JCacheCache.NullHolder() - Constructor for class org.springframework.cache.jcache.JCacheCache.NullHolder
 
JCacheCacheManager - Class in org.springframework.cache.jcache
CacheManager implementation backed by a JCache javax.cache.CacheManager.
JCacheCacheManager() - Constructor for class org.springframework.cache.jcache.JCacheCacheManager
Create a new JCacheCacheManager, setting the target JCache CacheManager through the JCacheCacheManager.setCacheManager(javax.cache.CacheManager) bean property.
JCacheCacheManager(CacheManager) - Constructor for class org.springframework.cache.jcache.JCacheCacheManager
Create a new JCacheCacheManager for the given backing JCache.
JCacheManagerFactoryBean - Class in org.springframework.cache.jcache
FactoryBean for a JCache javax.cache.CacheManager, obtaining a pre-defined CacheManager by name through the standard JCache javax.cache.Caching class.
JCacheManagerFactoryBean() - Constructor for class org.springframework.cache.jcache.JCacheManagerFactoryBean
 
JcaListenerContainerParser - Class in org.springframework.jms.config
Parser for the JMS &lt;jca-listener-container&gt; element.
JcaListenerContainerParser() - Constructor for class org.springframework.jms.config.JcaListenerContainerParser
 
Jdbc4NativeJdbcExtractor - Class in org.springframework.jdbc.support.nativejdbc
NativeJdbcExtractor implementation that delegates to JDBC 4.0's unwrap method, as defined by Wrapper.
Jdbc4NativeJdbcExtractor() - Constructor for class org.springframework.jdbc.support.nativejdbc.Jdbc4NativeJdbcExtractor
 
Jdbc4SqlXmlHandler - Class in org.springframework.jdbc.support.xml
Default implementation of the SqlXmlHandler interface.
Jdbc4SqlXmlHandler() - Constructor for class org.springframework.jdbc.support.xml.Jdbc4SqlXmlHandler
 
Jdbc4SqlXmlHandler.AbstractJdbc4SqlXmlValue - Class in org.springframework.jdbc.support.xml
Internal base class for SqlXmlValue implementations.
Jdbc4SqlXmlHandler.AbstractJdbc4SqlXmlValue() - Constructor for class org.springframework.jdbc.support.xml.Jdbc4SqlXmlHandler.AbstractJdbc4SqlXmlValue
 
JDBC_ADAPTER_CONNECTION_NAME - Static variable in class org.springframework.jdbc.support.nativejdbc.WebSphereNativeJdbcExtractor
 
JDBC_ADAPTER_UTIL_NAME - Static variable in class org.springframework.jdbc.support.nativejdbc.WebSphereNativeJdbcExtractor
 
JDBC_EXTENSION_NAME - Static variable in class org.springframework.jdbc.support.nativejdbc.WebLogicNativeJdbcExtractor
 
JdbcAccessor - Class in org.springframework.jdbc.support
Base class for JdbcTemplate and other JDBC-accessing DAO helpers, defining common properties such as DataSource and exception translator.
JdbcAccessor() - Constructor for class org.springframework.jdbc.support.JdbcAccessor
 
JdbcBeanDefinitionReader - Class in org.springframework.jdbc.core.support
Bean definition reader that reads values from a database table, based on a given SQL statement.
JdbcBeanDefinitionReader(BeanDefinitionRegistry) - Constructor for class org.springframework.jdbc.core.support.JdbcBeanDefinitionReader
Create a new JdbcBeanDefinitionReader for the given bean factory, using a default PropertiesBeanDefinitionReader underneath.
JdbcBeanDefinitionReader(PropertiesBeanDefinitionReader) - Constructor for class org.springframework.jdbc.core.support.JdbcBeanDefinitionReader
Create a new JdbcBeanDefinitionReader that delegates to the given PropertiesBeanDefinitionReader underneath.
JdbcDaoSupport - Class in org.springframework.jdbc.core.support
Convenient super class for JDBC-based data access objects.
JdbcDaoSupport() - Constructor for class org.springframework.jdbc.core.support.JdbcDaoSupport
 
jdbcDataSource - Variable in class org.springframework.web.servlet.view.jasperreports.AbstractJasperReportsView
Stores the DataSource, if any, used as the report data source.
jdbcDataSource - Variable in class org.springframework.web.servlet.view.jasperreports.JasperReportsViewResolver
 
jdbcExceptionTranslator - Variable in class org.springframework.orm.hibernate3.HibernateAccessor
 
jdbcExceptionTranslator - Variable in class org.springframework.orm.hibernate3.HibernateExceptionTranslator
 
jdbcExceptionTranslator - Variable in class org.springframework.orm.hibernate3.HibernateTransactionManager
 
jdbcExceptionTranslator - Variable in class org.springframework.orm.hibernate3.SpringSessionSynchronization
 
jdbcExceptionTranslator - Variable in class org.springframework.orm.jdo.DefaultJdoDialect
 
jdbcExtensionClass - Variable in class org.springframework.jdbc.support.nativejdbc.WebLogicNativeJdbcExtractor
 
JdbcNamespaceHandler - Class in org.springframework.jdbc.config
NamespaceHandler for JDBC configuration namespace.
JdbcNamespaceHandler() - Constructor for class org.springframework.jdbc.config.JdbcNamespaceHandler
 
JdbcOperations - Interface in org.springframework.jdbc.core
Interface specifying a basic set of JDBC operations.
JdbcTemplate - Class in org.springframework.jdbc.core
This is the central class in the JDBC core package. It simplifies the use of JDBC and helps to avoid common errors.
JdbcTemplate() - Constructor for class org.springframework.jdbc.core.JdbcTemplate
Construct a new JdbcTemplate for bean usage.
JdbcTemplate(DataSource) - Constructor for class org.springframework.jdbc.core.JdbcTemplate
Construct a new JdbcTemplate, given a DataSource to obtain connections from.
JdbcTemplate(DataSource, boolean) - Constructor for class org.springframework.jdbc.core.JdbcTemplate
Construct a new JdbcTemplate, given a DataSource to obtain connections from.
jdbcTemplate - Variable in class org.springframework.jdbc.core.simple.AbstractJdbcCall
Lower-level class used to execute SQL
jdbcTemplate - Variable in class org.springframework.jdbc.core.simple.AbstractJdbcInsert
Lower-level class used to execute SQL
jdbcTemplate - Variable in class org.springframework.jdbc.core.support.JdbcBeanDefinitionReader
 
jdbcTemplate - Variable in class org.springframework.jdbc.core.support.JdbcDaoSupport
 
jdbcTemplate - Variable in class org.springframework.jdbc.object.RdbmsOperation
Lower-level class used to execute SQL
jdbcTemplate - Variable in class org.springframework.test.AbstractTransactionalDataSourceSpringContextTests
Deprecated.
 
jdbcTemplate - Variable in class org.springframework.test.context.junit4.AbstractTransactionalJUnit4SpringContextTests
The JdbcTemplate that this base class manages, available to subclasses.
jdbcTemplate - Variable in class org.springframework.test.context.testng.AbstractTransactionalTestNGSpringContextTests
The JdbcTemplate that this base class manages, available to subclasses.
JdbcTemplate.CloseSuppressingInvocationHandler - Class in org.springframework.jdbc.core
Invocation handler that suppresses close calls on JDBC Connections.
JdbcTemplate.CloseSuppressingInvocationHandler(Connection) - Constructor for class org.springframework.jdbc.core.JdbcTemplate.CloseSuppressingInvocationHandler
 
JdbcTemplate.RowCallbackHandlerResultSetExtractor - Class in org.springframework.jdbc.core
Adapter to enable use of a RowCallbackHandler inside a ResultSetExtractor.
JdbcTemplate.RowCallbackHandlerResultSetExtractor(RowCallbackHandler) - Constructor for class org.springframework.jdbc.core.JdbcTemplate.RowCallbackHandlerResultSetExtractor
 
JdbcTemplate.SimpleCallableStatementCreator - Class in org.springframework.jdbc.core
Simple adapter for CallableStatementCreator, allowing to use a plain SQL statement.
JdbcTemplate.SimpleCallableStatementCreator(String) - Constructor for class org.springframework.jdbc.core.JdbcTemplate.SimpleCallableStatementCreator
 
JdbcTemplate.SimplePreparedStatementCreator - Class in org.springframework.jdbc.core
Simple adapter for PreparedStatementCreator, allowing to use a plain SQL statement.
JdbcTemplate.SimplePreparedStatementCreator(String) - Constructor for class org.springframework.jdbc.core.JdbcTemplate.SimplePreparedStatementCreator
 
JdbcTestUtils - Class in org.springframework.test.jdbc
JdbcTestUtils is a collection of JDBC related utility functions intended to simplify standard database testing scenarios.
JdbcTestUtils() - Constructor for class org.springframework.test.jdbc.JdbcTestUtils
 
JdbcTransactionObjectSupport - Class in org.springframework.jdbc.datasource
Convenient base class for JDBC-aware transaction objects.
JdbcTransactionObjectSupport() - Constructor for class org.springframework.jdbc.datasource.JdbcTransactionObjectSupport
 
JdbcUpdateAffectedIncorrectNumberOfRowsException - Exception in org.springframework.jdbc
Exception thrown when a JDBC update affects an unexpected number of rows.
JdbcUpdateAffectedIncorrectNumberOfRowsException(String, int, int) - Constructor for exception org.springframework.jdbc.JdbcUpdateAffectedIncorrectNumberOfRowsException
Constructor for JdbcUpdateAffectedIncorrectNumberOfRowsException.
JdbcUtils - Class in org.springframework.jdbc.support
Generic utility methods for working with JDBC.
JdbcUtils() - Constructor for class org.springframework.jdbc.support.JdbcUtils
 
JdkDynamicAopProxy - Class in org.springframework.aop.framework
JDK-based AopProxy implementation for the Spring AOP framework, based on JDK dynamic proxies.
JdkDynamicAopProxy(AdvisedSupport) - Constructor for class org.springframework.aop.framework.JdkDynamicAopProxy
Construct a new JdkDynamicAopProxy for the given AOP configuration.
JdkRegexpMethodPointcut - Class in org.springframework.aop.support
Regular expression pointcut based on the java.util.regex package.
JdkRegexpMethodPointcut() - Constructor for class org.springframework.aop.support.JdkRegexpMethodPointcut
 
JdkVersion - Class in org.springframework.core
Internal helper class used to find the Java/JVM version that Spring is operating on, to allow for automatically adapting to the present platform's capabilities.
JdkVersion() - Constructor for class org.springframework.core.JdkVersion
 
JdoAccessor - Class in org.springframework.orm.jdo
Deprecated.
as of Spring 3.1, in favor of native PersistenceManager usage (see TransactionAwarePersistenceManagerFactoryProxy and SpringPersistenceManagerProxyBean)
JdoAccessor() - Constructor for class org.springframework.orm.jdo.JdoAccessor
Deprecated.
 
JdoCallback<T> - Interface in org.springframework.orm.jdo
Deprecated.
as of Spring 3.1, in favor of native PersistenceManager usage (see TransactionAwarePersistenceManagerFactoryProxy and SpringPersistenceManagerProxyBean)
JdoDaoSupport - Class in org.springframework.orm.jdo.support
Deprecated.
as of Spring 3.1, in favor of native PersistenceManager usage (see TransactionAwarePersistenceManagerFactoryProxy and SpringPersistenceManagerProxyBean)
JdoDaoSupport() - Constructor for class org.springframework.orm.jdo.support.JdoDaoSupport
Deprecated.
 
jdoDialect - Variable in class org.springframework.orm.jdo.JdoAccessor
Deprecated.
 
JdoDialect - Interface in org.springframework.orm.jdo
SPI strategy that allows for customizing integration with a specific JDO provider, in particular regarding transaction management and exception translation.
jdoDialect - Variable in class org.springframework.orm.jdo.JdoTransactionManager
 
jdoDialect - Variable in class org.springframework.orm.jdo.LocalPersistenceManagerFactoryBean
 
jdoDialect - Variable in class org.springframework.orm.jdo.support.SpringPersistenceManagerProxyBean
 
JdoInterceptor - Class in org.springframework.orm.jdo
Deprecated.
as of Spring 3.1, in favor of native PersistenceManager usage and AOP-driven exception translation through PersistenceExceptionTranslationPostProcessor
JdoInterceptor() - Constructor for class org.springframework.orm.jdo.JdoInterceptor
Deprecated.
 
JdoObjectRetrievalFailureException - Exception in org.springframework.orm.jdo
JDO-specific subclass of ObjectRetrievalFailureException.
JdoObjectRetrievalFailureException(JDOObjectNotFoundException) - Constructor for exception org.springframework.orm.jdo.JdoObjectRetrievalFailureException
 
JdoOperations - Interface in org.springframework.orm.jdo
Deprecated.
as of Spring 3.1, in favor of native PersistenceManager usage (see TransactionAwarePersistenceManagerFactoryProxy and SpringPersistenceManagerProxyBean)
JdoOptimisticLockingFailureException - Exception in org.springframework.orm.jdo
JDO-specific subclass of ObjectOptimisticLockingFailureException.
JdoOptimisticLockingFailureException(JDOOptimisticVerificationException) - Constructor for exception org.springframework.orm.jdo.JdoOptimisticLockingFailureException
 
jdoPropertyMap - Variable in class org.springframework.orm.jdo.LocalPersistenceManagerFactoryBean
 
JdoResourceFailureException - Exception in org.springframework.orm.jdo
JDO-specific subclass of DataAccessResourceFailureException.
JdoResourceFailureException(JDODataStoreException) - Constructor for exception org.springframework.orm.jdo.JdoResourceFailureException
 
JdoResourceFailureException(JDOFatalDataStoreException) - Constructor for exception org.springframework.orm.jdo.JdoResourceFailureException
 
JdoSystemException - Exception in org.springframework.orm.jdo
JDO-specific subclass of UncategorizedDataAccessException, for JDO system errors that do not match any concrete org.springframework.dao exceptions.
JdoSystemException(JDOException) - Constructor for exception org.springframework.orm.jdo.JdoSystemException
 
JdoTemplate - Class in org.springframework.orm.jdo
Deprecated.
as of Spring 3.1, in favor of native PersistenceManager usage (see TransactionAwarePersistenceManagerFactoryProxy and SpringPersistenceManagerProxyBean)
JdoTemplate() - Constructor for class org.springframework.orm.jdo.JdoTemplate
Deprecated.
Create a new JdoTemplate instance.
JdoTemplate(PersistenceManagerFactory) - Constructor for class org.springframework.orm.jdo.JdoTemplate
Deprecated.
Create a new JdoTemplate instance.
JdoTemplate(PersistenceManagerFactory, boolean) - Constructor for class org.springframework.orm.jdo.JdoTemplate
Deprecated.
Create a new JdoTemplate instance.
jdoTemplate - Variable in class org.springframework.orm.jdo.support.JdoDaoSupport
Deprecated.
 
JdoTemplate.CloseSuppressingInvocationHandler - Class in org.springframework.orm.jdo
Deprecated.
Invocation handler that suppresses close calls on JDO PersistenceManagers.
JdoTemplate.CloseSuppressingInvocationHandler(PersistenceManager) - Constructor for class org.springframework.orm.jdo.JdoTemplate.CloseSuppressingInvocationHandler
Deprecated.
 
JdoTransactionManager - Class in org.springframework.orm.jdo
PlatformTransactionManager implementation for a single JDO javax.jdo.PersistenceManagerFactory.
JdoTransactionManager() - Constructor for class org.springframework.orm.jdo.JdoTransactionManager
Create a new JdoTransactionManager instance.
JdoTransactionManager(PersistenceManagerFactory) - Constructor for class org.springframework.orm.jdo.JdoTransactionManager
Create a new JdoTransactionManager instance.
JdoTransactionManager.JdoTransactionObject - Class in org.springframework.orm.jdo
JDO transaction object, representing a PersistenceManagerHolder.
JdoTransactionManager.JdoTransactionObject() - Constructor for class org.springframework.orm.jdo.JdoTransactionManager.JdoTransactionObject
 
JdoTransactionManager.SuspendedResourcesHolder - Class in org.springframework.orm.jdo
Holder for suspended resources.
JdoTransactionManager.SuspendedResourcesHolder(PersistenceManagerHolder, ConnectionHolder) - Constructor for class org.springframework.orm.jdo.JdoTransactionManager.SuspendedResourcesHolder
 
JdoUsageException - Exception in org.springframework.orm.jdo
JDO-specific subclass of InvalidDataAccessApiUsageException.
JdoUsageException(JDOUserException) - Constructor for exception org.springframework.orm.jdo.JdoUsageException
 
JdoUsageException(JDOFatalUserException) - Constructor for exception org.springframework.orm.jdo.JdoUsageException
 
JeeNamespaceHandler - Class in org.springframework.ejb.config
NamespaceHandler for the 'jee' namespace.
JeeNamespaceHandler() - Constructor for class org.springframework.ejb.config.JeeNamespaceHandler
 
JIBX_MARSHALLER_CLASS_NAME - Static variable in class org.springframework.oxm.config.JibxMarshallerBeanDefinitionParser
 
JibxMarshaller - Class in org.springframework.oxm.jibx
Implementation of the Marshaller and Unmarshaller interfaces for JiBX.
JibxMarshaller() - Constructor for class org.springframework.oxm.jibx.JibxMarshaller
 
JibxMarshallerBeanDefinitionParser - Class in org.springframework.oxm.config
Parser for the <oxm:jibx-marshaller/> element.
JibxMarshallerBeanDefinitionParser() - Constructor for class org.springframework.oxm.config.JibxMarshallerBeanDefinitionParser
 
jms11Available - Static variable in class org.springframework.jms.remoting.JmsInvokerClientInterceptor
 
JmsAccessor - Class in org.springframework.jms.support
Base class for JmsTemplate and other JMS-accessing gateway helpers, defining common properties such as the JMS ConnectionFactory to operate on.
JmsAccessor() - Constructor for class org.springframework.jms.support.JmsAccessor
 
JmsActivationSpecConfig - Class in org.springframework.jms.listener.endpoint
Common configuration object for activating a JMS message endpoint.
JmsActivationSpecConfig() - Constructor for class org.springframework.jms.listener.endpoint.JmsActivationSpecConfig
 
JmsActivationSpecFactory - Interface in org.springframework.jms.listener.endpoint
Strategy interface for creating JCA 1.5 ActivationSpec objects based on a configured JmsActivationSpecConfig object.
JmsDestinationAccessor - Class in org.springframework.jms.support.destination
Base class for JmsTemplate and other JMS-accessing gateway helpers, adding destination-related properties to JmsAccessor's common properties.
JmsDestinationAccessor() - Constructor for class org.springframework.jms.support.destination.JmsDestinationAccessor
 
JmsException - Exception in org.springframework.jms
Base class for exception thrown by the framework whenever it encounters a problem related to JMS.
JmsException(String) - Constructor for exception org.springframework.jms.JmsException
Constructor that takes a message.
JmsException(String, Throwable) - Constructor for exception org.springframework.jms.JmsException
Constructor that takes a message and a root cause.
JmsException(Throwable) - Constructor for exception org.springframework.jms.JmsException
Constructor that takes a plain root cause, intended for subclasses mirroring corresponding javax.jms exceptions.
JmsGatewaySupport - Class in org.springframework.jms.core.support
Convenient super class for application classes that need JMS access.
JmsGatewaySupport() - Constructor for class org.springframework.jms.core.support.JmsGatewaySupport
 
JmsInvokerClientInterceptor - Class in org.springframework.jms.remoting
org.aopalliance.intercept.MethodInterceptor for accessing a JMS-based remote service.
JmsInvokerClientInterceptor() - Constructor for class org.springframework.jms.remoting.JmsInvokerClientInterceptor
 
JmsInvokerProxyFactoryBean - Class in org.springframework.jms.remoting
FactoryBean for JMS invoker proxies.
JmsInvokerProxyFactoryBean() - Constructor for class org.springframework.jms.remoting.JmsInvokerProxyFactoryBean
 
JmsInvokerServiceExporter - Class in org.springframework.jms.remoting
JMS message listener that exports the specified service bean as a JMS service endpoint, accessible via a JMS invoker proxy.
JmsInvokerServiceExporter() - Constructor for class org.springframework.jms.remoting.JmsInvokerServiceExporter
 
JmsListenerContainerParser - Class in org.springframework.jms.config
Parser for the JMS &lt;listener-container&gt; element.
JmsListenerContainerParser() - Constructor for class org.springframework.jms.config.JmsListenerContainerParser
 
JmsMessageEndpointFactory - Class in org.springframework.jms.listener.endpoint
JMS-specific implementation of the JCA 1.5 javax.resource.spi.endpoint.MessageEndpointFactory interface, providing transaction management capabilities for a JMS listener object (e.g.
JmsMessageEndpointFactory() - Constructor for class org.springframework.jms.listener.endpoint.JmsMessageEndpointFactory
 
JmsMessageEndpointFactory.JmsMessageEndpoint - Class in org.springframework.jms.listener.endpoint
Private inner class that implements the concrete JMS message endpoint.
JmsMessageEndpointFactory.JmsMessageEndpoint() - Constructor for class org.springframework.jms.listener.endpoint.JmsMessageEndpointFactory.JmsMessageEndpoint
 
JmsMessageEndpointFactory.JmsResourceException - Exception in org.springframework.jms.listener.endpoint
Internal exception thrown when a ResourceException has been encountered during the endpoint invocation.
JmsMessageEndpointFactory.JmsResourceException(ResourceException) - Constructor for exception org.springframework.jms.listener.endpoint.JmsMessageEndpointFactory.JmsResourceException
 
JmsMessageEndpointManager - Class in org.springframework.jms.listener.endpoint
Extension of the generic JCA 1.5 GenericMessageEndpointManager, adding JMS-specific support for ActivationSpec configuration.
JmsMessageEndpointManager() - Constructor for class org.springframework.jms.listener.endpoint.JmsMessageEndpointManager
 
JmsNamespaceHandler - Class in org.springframework.jms.config
A NamespaceHandler for the JMS namespace.
JmsNamespaceHandler() - Constructor for class org.springframework.jms.config.JmsNamespaceHandler
 
JmsOperations - Interface in org.springframework.jms.core
Specifies a basic set of JMS operations.
JmsResourceHolder - Class in org.springframework.jms.connection
JMS resource holder, wrapping a JMS Connection and a JMS Session.
JmsResourceHolder() - Constructor for class org.springframework.jms.connection.JmsResourceHolder
Create a new JmsResourceHolder that is open for resources to be added.
JmsResourceHolder(ConnectionFactory) - Constructor for class org.springframework.jms.connection.JmsResourceHolder
Create a new JmsResourceHolder that is open for resources to be added.
JmsResourceHolder(Session) - Constructor for class org.springframework.jms.connection.JmsResourceHolder
Create a new JmsResourceHolder for the given JMS Session.
JmsResourceHolder(Connection, Session) - Constructor for class org.springframework.jms.connection.JmsResourceHolder
Create a new JmsResourceHolder for the given JMS resources.
JmsResourceHolder(ConnectionFactory, Connection, Session) - Constructor for class org.springframework.jms.connection.JmsResourceHolder
Create a new JmsResourceHolder for the given JMS resources.
JmsSecurityException - Exception in org.springframework.jms
Runtime exception mirroring the JMS JMSSecurityException.
JmsSecurityException(javax.jms.JMSSecurityException) - Constructor for exception org.springframework.jms.JmsSecurityException
 
JmsTemplate - Class in org.springframework.jms.core
Helper class that simplifies synchronous JMS access code.
JmsTemplate() - Constructor for class org.springframework.jms.core.JmsTemplate
Create a new JmsTemplate for bean-style usage.
JmsTemplate(ConnectionFactory) - Constructor for class org.springframework.jms.core.JmsTemplate
Create a new JmsTemplate, given a ConnectionFactory.
jmsTemplate - Variable in class org.springframework.jms.core.support.JmsGatewaySupport
 
JmsTemplate.JmsTemplateResourceFactory - Class in org.springframework.jms.core
ResourceFactory implementation that delegates to this template's protected callback methods.
JmsTemplate.JmsTemplateResourceFactory() - Constructor for class org.springframework.jms.core.JmsTemplate.JmsTemplateResourceFactory
 
JmsTemplate102 - Class in org.springframework.jms.core
Deprecated.
as of Spring 3.0, in favor of the JMS 1.1 based JmsTemplate
JmsTemplate102() - Constructor for class org.springframework.jms.core.JmsTemplate102
Deprecated.
Create a new JmsTemplate102 for bean-style usage.
JmsTemplate102(ConnectionFactory, boolean) - Constructor for class org.springframework.jms.core.JmsTemplate102
Deprecated.
Create a new JmsTemplate102, given a ConnectionFactory.
JmsTransactionManager - Class in org.springframework.jms.connection
PlatformTransactionManager implementation for a single JMS javax.jms.ConnectionFactory.
JmsTransactionManager() - Constructor for class org.springframework.jms.connection.JmsTransactionManager
Create a new JmsTransactionManager for bean-style usage.
JmsTransactionManager(ConnectionFactory) - Constructor for class org.springframework.jms.connection.JmsTransactionManager
Create a new JmsTransactionManager, given a ConnectionFactory.
JmsTransactionManager.JmsTransactionObject - Class in org.springframework.jms.connection
JMS transaction object, representing a JmsResourceHolder.
JmsTransactionManager.JmsTransactionObject() - Constructor for class org.springframework.jms.connection.JmsTransactionManager.JmsTransactionObject
 
JmsTransactionManager102 - Class in org.springframework.jms.connection
Deprecated.
as of Spring 3.0, in favor of the JMS 1.1 based JmsTransactionManager
JmsTransactionManager102() - Constructor for class org.springframework.jms.connection.JmsTransactionManager102
Deprecated.
Create a new JmsTransactionManager102 for bean-style usage.
JmsTransactionManager102(ConnectionFactory, boolean) - Constructor for class org.springframework.jms.connection.JmsTransactionManager102
Deprecated.
Create a new JmsTransactionManager102, given a ConnectionFactory.
JmsUtils - Class in org.springframework.jms.support
Generic utility methods for working with JMS.
JmsUtils() - Constructor for class org.springframework.jms.support.JmsUtils
 
JmxAttributeSource - Interface in org.springframework.jmx.export.metadata
Interface used by the MetadataMBeanInfoAssembler to read source-level metadata from a managed resource's class.
JmxException - Exception in org.springframework.jmx
General base exception to be thrown on JMX errors.
JmxException(String) - Constructor for exception org.springframework.jmx.JmxException
Constructor for JmxException.
JmxException(String, Throwable) - Constructor for exception org.springframework.jmx.JmxException
Constructor for JmxException.
JmxMetadataUtils - Class in org.springframework.jmx.export.metadata
Utility methods for converting Spring JMX metadata into their plain JMX equivalents.
JmxMetadataUtils() - Constructor for class org.springframework.jmx.export.metadata.JmxMetadataUtils
 
JmxUtils - Class in org.springframework.jmx.support
Collection of generic utility methods to support Spring JMX.
JmxUtils() - Constructor for class org.springframework.jmx.support.JmxUtils
 
JmxUtils.MXBeanChecker - Class in org.springframework.jmx.support
Inner class to avoid a Java 6 dependency.
JmxUtils.MXBeanChecker() - Constructor for class org.springframework.jmx.support.JmxUtils.MXBeanChecker
 
JNDI_ENVIRONMENT - Static variable in class org.springframework.ejb.config.AbstractJndiLocatingBeanDefinitionParser
 
JNDI_PROPERTY_SOURCE_NAME - Static variable in class org.springframework.web.context.support.StandardServletEnvironment
JNDI property source name: "jndiProperties"
JndiAccessor - Class in org.springframework.jndi
Convenient superclass for JNDI accessors, providing "jndiTemplate" and "jndiEnvironment" bean properties.
JndiAccessor() - Constructor for class org.springframework.jndi.JndiAccessor
 
JndiCallback<T> - Interface in org.springframework.jndi
Callback interface to be implemented by classes that need to perform an operation (such as a lookup) in a JNDI context.
JndiDataSourceLookup - Class in org.springframework.jdbc.datasource.lookup
JNDI-based DataSourceLookup implementation.
JndiDataSourceLookup() - Constructor for class org.springframework.jdbc.datasource.lookup.JndiDataSourceLookup
 
JndiDestinationResolver - Class in org.springframework.jms.support.destination
DestinationResolver implementation which interprets destination names as JNDI locations (with a configurable fallback strategy).
JndiDestinationResolver() - Constructor for class org.springframework.jms.support.destination.JndiDestinationResolver
 
jndiEnvironment - Variable in class org.springframework.orm.jpa.support.PersistenceAnnotationBeanPostProcessor
 
jndiFactory - Variable in class org.springframework.context.annotation.CommonAnnotationBeanPostProcessor
 
JndiLocatorDelegate - Class in org.springframework.jndi
JndiLocatorSupport subclass with public lookup methods, for convenient use as a delegate.
JndiLocatorDelegate() - Constructor for class org.springframework.jndi.JndiLocatorDelegate
 
JndiLocatorSupport - Class in org.springframework.jndi
Convenient superclass for classes that can locate any number of JNDI objects.
JndiLocatorSupport() - Constructor for class org.springframework.jndi.JndiLocatorSupport
 
JndiLookupBeanDefinitionParser - Class in org.springframework.ejb.config
Simple BeanDefinitionParser implementation that translates jndi-lookup tag into JndiObjectFactoryBean definitions.
JndiLookupBeanDefinitionParser() - Constructor for class org.springframework.ejb.config.JndiLookupBeanDefinitionParser
 
JndiLookupFailureException - Exception in org.springframework.jndi
RuntimeException to be thrown in case of JNDI lookup failures, in particular from code that does not declare JNDI's checked NamingException: for example, from Spring's JndiObjectTargetSource.
JndiLookupFailureException(String, NamingException) - Constructor for exception org.springframework.jndi.JndiLookupFailureException
Construct a new JndiLookupFailureException, wrapping the given JNDI NamingException.
jndiName - Variable in class org.springframework.jndi.JndiObjectLocator
 
jndiName - Variable in class org.springframework.remoting.rmi.JndiRmiServiceExporter
 
jndiObject - Variable in class org.springframework.jndi.JndiObjectFactoryBean
 
JndiObjectFactoryBean - Class in org.springframework.jndi
FactoryBean that looks up a JNDI object.
JndiObjectFactoryBean() - Constructor for class org.springframework.jndi.JndiObjectFactoryBean
 
JndiObjectFactoryBean.JndiContextExposingInterceptor - Class in org.springframework.jndi
Interceptor that exposes the JNDI context for all method invocations, according to JndiObjectFactoryBean's "exposeAccessContext" flag.
JndiObjectFactoryBean.JndiContextExposingInterceptor(JndiTemplate) - Constructor for class org.springframework.jndi.JndiObjectFactoryBean.JndiContextExposingInterceptor
 
JndiObjectFactoryBean.JndiObjectProxyFactory - Class in org.springframework.jndi
Inner class to just introduce an AOP dependency when actually creating a proxy.
JndiObjectFactoryBean.JndiObjectProxyFactory() - Constructor for class org.springframework.jndi.JndiObjectFactoryBean.JndiObjectProxyFactory
 
JndiObjectLocator - Class in org.springframework.jndi
Convenient superclass for JNDI-based service locators, providing configurable lookup of a specific JNDI resource.
JndiObjectLocator() - Constructor for class org.springframework.jndi.JndiObjectLocator
 
jndiObjects - Variable in class org.springframework.mock.jndi.ExpectedLookupTemplate
 
JndiObjectTargetSource - Class in org.springframework.jndi
AOP TargetSource that provides configurable JNDI lookups for getTarget() calls.
JndiObjectTargetSource() - Constructor for class org.springframework.jndi.JndiObjectTargetSource
 
JndiPropertySource - Class in org.springframework.jndi
PropertySource implementation that reads properties from an underlying Spring JndiLocatorDelegate.
JndiPropertySource(String) - Constructor for class org.springframework.jndi.JndiPropertySource
Create a new JndiPropertySource with the given name and a JndiLocatorDelegate configured to prefix any names with "java:comp/env/".
JndiPropertySource(String, JndiLocatorDelegate) - Constructor for class org.springframework.jndi.JndiPropertySource
Create a new JndiPropertySource with the given name and the given JndiLocatorDelegate.
JndiRmiClientInterceptor - Class in org.springframework.remoting.rmi
org.aopalliance.intercept.MethodInterceptor for accessing RMI services from JNDI.
JndiRmiClientInterceptor() - Constructor for class org.springframework.remoting.rmi.JndiRmiClientInterceptor
 
JndiRmiProxyFactoryBean - Class in org.springframework.remoting.rmi
FactoryBean for RMI proxies from JNDI.
JndiRmiProxyFactoryBean() - Constructor for class org.springframework.remoting.rmi.JndiRmiProxyFactoryBean
 
JndiRmiServiceExporter - Class in org.springframework.remoting.rmi
Service exporter which binds RMI services to JNDI.
JndiRmiServiceExporter() - Constructor for class org.springframework.remoting.rmi.JndiRmiServiceExporter
 
jndiTemplate - Variable in class org.springframework.jndi.JndiAccessor
 
jndiTemplate - Variable in class org.springframework.jndi.JndiObjectFactoryBean.JndiContextExposingInterceptor
 
JndiTemplate - Class in org.springframework.jndi
Helper class that simplifies JNDI operations.
JndiTemplate() - Constructor for class org.springframework.jndi.JndiTemplate
Create a new JndiTemplate instance.
JndiTemplate(Properties) - Constructor for class org.springframework.jndi.JndiTemplate
Create a new JndiTemplate instance, using the given environment.
jndiTemplate - Variable in class org.springframework.remoting.rmi.JndiRmiServiceExporter
 
jndiTemplate - Variable in class org.springframework.transaction.jta.JtaTransactionManager
 
JndiTemplateEditor - Class in org.springframework.jndi
Properties editor for JndiTemplate objects.
JndiTemplateEditor() - Constructor for class org.springframework.jndi.JndiTemplateEditor
 
JOB_DETAIL_KEY - Static variable in interface org.springframework.scheduling.quartz.JobDetailAwareTrigger
Name of the key for the JobDetail value in the trigger's JobDataMap.
jobClass - Variable in class org.springframework.scheduling.quartz.JobDetailFactoryBean
 
jobDataMap - Variable in class org.springframework.scheduling.quartz.CronTriggerFactoryBean
 
jobDataMap - Variable in class org.springframework.scheduling.quartz.JobDetailFactoryBean
 
jobDataMap - Variable in class org.springframework.scheduling.quartz.SimpleTriggerFactoryBean
 
jobDetail - Variable in class org.springframework.scheduling.quartz.CronTriggerBean
 
jobDetail - Variable in class org.springframework.scheduling.quartz.CronTriggerFactoryBean
 
jobDetail - Variable in class org.springframework.scheduling.quartz.JobDetailFactoryBean
 
jobDetail - Variable in class org.springframework.scheduling.quartz.MethodInvokingJobDetailFactoryBean
 
jobDetail - Variable in class org.springframework.scheduling.quartz.SimpleTriggerBean
 
jobDetail - Variable in class org.springframework.scheduling.quartz.SimpleTriggerFactoryBean
 
JobDetailAwareTrigger - Interface in org.springframework.scheduling.quartz
Interface to be implemented by Quartz Triggers that are aware of the JobDetail object that they are associated with.
JobDetailBean - Class in org.springframework.scheduling.quartz
Convenience subclass of Quartz's org.quartz.JobDetail class, making bean-style usage easier.
JobDetailBean() - Constructor for class org.springframework.scheduling.quartz.JobDetailBean
 
jobDetailExists(JobDetail) - Method in class org.springframework.scheduling.quartz.SchedulerAccessor
 
JobDetailFactoryBean - Class in org.springframework.scheduling.quartz
A Spring FactoryBean for creating a Quartz org.quartz.JobDetail instance, supporting bean-style usage for JobDetail configuration.
JobDetailFactoryBean() - Constructor for class org.springframework.scheduling.quartz.JobDetailFactoryBean
 
jobDetailImplClass - Static variable in class org.springframework.scheduling.quartz.MethodInvokingJobDetailFactoryBean
 
jobDetails - Variable in class org.springframework.scheduling.quartz.SchedulerAccessor
 
jobFactory - Variable in class org.springframework.scheduling.quartz.SchedulerFactoryBean
 
jobFactorySet - Variable in class org.springframework.scheduling.quartz.SchedulerFactoryBean
 
jobKeyClass - Static variable in class org.springframework.scheduling.quartz.SchedulerAccessor
 
jobListenerNames - Variable in class org.springframework.scheduling.quartz.MethodInvokingJobDetailFactoryBean
 
jobListeners - Variable in class org.springframework.scheduling.quartz.SchedulerAccessor
 
JobMethodInvocationFailedException - Exception in org.springframework.scheduling.quartz
Unchecked exception that wraps an exception thrown from a target method.
JobMethodInvocationFailedException(MethodInvoker, Throwable) - Constructor for exception org.springframework.scheduling.quartz.JobMethodInvocationFailedException
Constructor for JobMethodInvocationFailedException.
jobSchedulingDataLocations - Variable in class org.springframework.scheduling.quartz.SchedulerAccessor
 
JodaDateTimeFormatAnnotationFormatterFactory - Class in org.springframework.format.datetime.joda
Formats fields annotated with the DateTimeFormat annotation using Joda-Time.
JodaDateTimeFormatAnnotationFormatterFactory() - Constructor for class org.springframework.format.datetime.joda.JodaDateTimeFormatAnnotationFormatterFactory
 
JodaTimeContext - Class in org.springframework.format.datetime.joda
A context that holds user-specific Joda Time settings such as the user's Chronology (calendar system) and time zone.
JodaTimeContext() - Constructor for class org.springframework.format.datetime.joda.JodaTimeContext
 
JodaTimeContextHolder - Class in org.springframework.format.datetime.joda
A holder for a thread-local user JodaTimeContext.
JodaTimeContextHolder() - Constructor for class org.springframework.format.datetime.joda.JodaTimeContextHolder
 
jodaTimeContextHolder - Static variable in class org.springframework.format.datetime.joda.JodaTimeContextHolder
 
JodaTimeConverters - Class in org.springframework.format.datetime.joda
Installs lower-level type converters required to integrate Joda Time support into Spring's field formatting system.
JodaTimeConverters() - Constructor for class org.springframework.format.datetime.joda.JodaTimeConverters
 
JodaTimeConverters.CalendarToReadableInstantConverter - Class in org.springframework.format.datetime.joda
Used when printing a java.util.Calendar field with a ReadableInstantPrinter.
JodaTimeConverters.CalendarToReadableInstantConverter() - Constructor for class org.springframework.format.datetime.joda.JodaTimeConverters.CalendarToReadableInstantConverter
 
JodaTimeConverters.DateTimeToCalendarConverter - Class in org.springframework.format.datetime.joda
Used when binding a parsed DateTime to a java.util.Calendar field.
JodaTimeConverters.DateTimeToCalendarConverter() - Constructor for class org.springframework.format.datetime.joda.JodaTimeConverters.DateTimeToCalendarConverter
 
JodaTimeConverters.DateTimeToDateConverter - Class in org.springframework.format.datetime.joda
Used when binding a parsed DateTime to a java.util.Date field.
JodaTimeConverters.DateTimeToDateConverter() - Constructor for class org.springframework.format.datetime.joda.JodaTimeConverters.DateTimeToDateConverter
 
JodaTimeConverters.DateTimeToDateMidnightConverter - Class in org.springframework.format.datetime.joda
Used when binding a parsed DateTime to a DateMidnight field.
JodaTimeConverters.DateTimeToDateMidnightConverter() - Constructor for class org.springframework.format.datetime.joda.JodaTimeConverters.DateTimeToDateMidnightConverter
 
JodaTimeConverters.DateTimeToInstantConverter - Class in org.springframework.format.datetime.joda
Used when binding a parsed DateTime to an Instant field.
JodaTimeConverters.DateTimeToInstantConverter() - Constructor for class org.springframework.format.datetime.joda.JodaTimeConverters.DateTimeToInstantConverter
 
JodaTimeConverters.DateTimeToLocalDateConverter - Class in org.springframework.format.datetime.joda
Used when binding a parsed DateTime to a LocalDate field.
JodaTimeConverters.DateTimeToLocalDateConverter() - Constructor for class org.springframework.format.datetime.joda.JodaTimeConverters.DateTimeToLocalDateConverter
 
JodaTimeConverters.DateTimeToLocalDateTimeConverter - Class in org.springframework.format.datetime.joda
Used when binding a parsed DateTime to a LocalDateTime field.
JodaTimeConverters.DateTimeToLocalDateTimeConverter() - Constructor for class org.springframework.format.datetime.joda.JodaTimeConverters.DateTimeToLocalDateTimeConverter
 
JodaTimeConverters.DateTimeToLocalTimeConverter - Class in org.springframework.format.datetime.joda
Used when binding a parsed DateTime to a LocalTime field.
JodaTimeConverters.DateTimeToLocalTimeConverter() - Constructor for class org.springframework.format.datetime.joda.JodaTimeConverters.DateTimeToLocalTimeConverter
 
JodaTimeConverters.DateTimeToLongConverter - Class in org.springframework.format.datetime.joda
Used when binding a parsed DateTime to a java.lang.Long field.
JodaTimeConverters.DateTimeToLongConverter() - Constructor for class org.springframework.format.datetime.joda.JodaTimeConverters.DateTimeToLongConverter
 
JodaTimeConverters.DateTimeToMutableDateTimeConverter - Class in org.springframework.format.datetime.joda
Used when binding a parsed DateTime to a MutableDateTime field.
JodaTimeConverters.DateTimeToMutableDateTimeConverter() - Constructor for class org.springframework.format.datetime.joda.JodaTimeConverters.DateTimeToMutableDateTimeConverter
 
JodaTimeConverters.DateToReadableInstantConverter - Class in org.springframework.format.datetime.joda
Used when printing a java.util.Date field with a ReadableInstantPrinter.
JodaTimeConverters.DateToReadableInstantConverter() - Constructor for class org.springframework.format.datetime.joda.JodaTimeConverters.DateToReadableInstantConverter
 
JodaTimeFormatterRegistrar - Class in org.springframework.format.datetime.joda
Configures Joda Time's formatting system for use with Spring.
JodaTimeFormatterRegistrar() - Constructor for class org.springframework.format.datetime.joda.JodaTimeFormatterRegistrar
 
JodaTimeFormatterRegistrar.Type - Enum in org.springframework.format.datetime.joda
 
JodaTimeFormatterRegistrar.Type() - Constructor for enum org.springframework.format.datetime.joda.JodaTimeFormatterRegistrar.Type
 
jodaTimePresent - Static variable in class org.springframework.format.support.DefaultFormattingConversionService
 
JOIN_POINT_KEY - Static variable in class org.springframework.aop.aspectj.AbstractAspectJAdvice
Key used in ReflectiveMethodInvocation userAtributes map for the current joinpoint.
joinPointArgumentIndex - Variable in class org.springframework.aop.aspectj.AbstractAspectJAdvice
Index for thisJoinPoint argument (currently only supported at index 0 if present at all)
joinpointIdentification - Variable in class org.springframework.transaction.interceptor.TransactionAspectSupport.TransactionInfo
 
joinPointStaticPartArgumentIndex - Variable in class org.springframework.aop.aspectj.AbstractAspectJAdvice
Index for thisJoinPointStaticPart argument (currently only supported at index 0 if present at all)
JOptCommandLinePropertySource - Class in org.springframework.core.env
CommandLinePropertySource implementation backed by a JOpt OptionSet.
JOptCommandLinePropertySource(OptionSet) - Constructor for class org.springframework.core.env.JOptCommandLinePropertySource
Create a new JOptCommandLinePropertySource having the default name and backed by the given OptionSet.
JOptCommandLinePropertySource(String, OptionSet) - Constructor for class org.springframework.core.env.JOptCommandLinePropertySource
Create a new JOptCommandLinePropertySource having the given name and backed by the given OptionSet.
jpa2ApiPresent - Static variable in class org.springframework.orm.jpa.persistenceunit.DefaultPersistenceUnitManager
 
JpaAccessor - Class in org.springframework.orm.jpa
Deprecated.
as of Spring 3.1, in favor of native EntityManager usage (typically obtained through @PersistenceContext)
JpaAccessor() - Constructor for class org.springframework.orm.jpa.JpaAccessor
Deprecated.
 
JpaCallback<T> - Interface in org.springframework.orm.jpa
Deprecated.
as of Spring 3.1, in favor of native EntityManager usage (typically obtained through @PersistenceContext)
JpaDaoSupport - Class in org.springframework.orm.jpa.support
Deprecated.
as of Spring 3.1, in favor of native EntityManager usage (typically obtained through @PersistenceContext)
JpaDaoSupport() - Constructor for class org.springframework.orm.jpa.support.JpaDaoSupport
Deprecated.
 
jpaDialect - Variable in class org.springframework.orm.jpa.AbstractEntityManagerFactoryBean
 
jpaDialect - Variable in class org.springframework.orm.jpa.EntityManagerFactoryUtils.EntityManagerSynchronization
 
jpaDialect - Variable in class org.springframework.orm.jpa.JpaAccessor
Deprecated.
 
JpaDialect - Interface in org.springframework.orm.jpa
SPI strategy that encapsulates certain functionality that standard JPA 1.0 does not offer, such as access to the underlying JDBC Connection.
jpaDialect - Variable in class org.springframework.orm.jpa.JpaTransactionManager
 
jpaDialect - Variable in class org.springframework.orm.jpa.vendor.EclipseLinkJpaVendorAdapter
 
jpaDialect - Variable in class org.springframework.orm.jpa.vendor.HibernateJpaVendorAdapter
 
jpaDialect - Variable in class org.springframework.orm.jpa.vendor.OpenJpaVendorAdapter
 
jpaDialect - Variable in class org.springframework.orm.jpa.vendor.TopLinkJpaVendorAdapter
Deprecated.
 
JpaInterceptor - Class in org.springframework.orm.jpa
Deprecated.
as of Spring 3.1, in favor of native EntityManager usage (typically obtained through @PersistenceContext) and AOP-driven exception translation through PersistenceExceptionTranslationPostProcessor
JpaInterceptor() - Constructor for class org.springframework.orm.jpa.JpaInterceptor
Deprecated.
 
JpaObjectRetrievalFailureException - Exception in org.springframework.orm.jpa
JPA-specific subclass of ObjectRetrievalFailureException.
JpaObjectRetrievalFailureException(EntityNotFoundException) - Constructor for exception org.springframework.orm.jpa.JpaObjectRetrievalFailureException
 
JpaOperations - Interface in org.springframework.orm.jpa
Deprecated.
as of Spring 3.1, in favor of native EntityManager usage (typically obtained through @PersistenceContext). Note that this interface did not get upgraded to JPA 2.0 and never will.
JpaOptimisticLockingFailureException - Exception in org.springframework.orm.jpa
JPA-specific subclass of ObjectOptimisticLockingFailureException.
JpaOptimisticLockingFailureException(OptimisticLockException) - Constructor for exception org.springframework.orm.jpa.JpaOptimisticLockingFailureException
 
jpaPresent - Static variable in class org.springframework.context.annotation.AnnotationConfigUtils
 
jpaPropertyMap - Variable in class org.springframework.orm.jpa.AbstractEntityManagerFactoryBean
 
jpaPropertyMap - Variable in class org.springframework.orm.jpa.EntityManagerFactoryAccessor
 
jpaPropertyMap - Variable in class org.springframework.orm.jpa.JpaTransactionManager
 
JpaSystemException - Exception in org.springframework.orm.jpa
JPA-specific subclass of UncategorizedDataAccessException, for JPA system errors that do not match any concrete org.springframework.dao exceptions.
JpaSystemException(PersistenceException) - Constructor for exception org.springframework.orm.jpa.JpaSystemException
 
JpaTemplate - Class in org.springframework.orm.jpa
Deprecated.
as of Spring 3.1, in favor of native EntityManager usage (typically obtained through @PersistenceContext) Note that this class did not get upgraded to JPA 2.0 and never will.
JpaTemplate() - Constructor for class org.springframework.orm.jpa.JpaTemplate
Deprecated.
Create a new JpaTemplate instance.
JpaTemplate(EntityManagerFactory) - Constructor for class org.springframework.orm.jpa.JpaTemplate
Deprecated.
Create a new JpaTemplate instance.
JpaTemplate(EntityManager) - Constructor for class org.springframework.orm.jpa.JpaTemplate
Deprecated.
Create a new JpaTemplate instance.
jpaTemplate - Variable in class org.springframework.orm.jpa.support.JpaDaoSupport
Deprecated.
 
JpaTemplate.CloseSuppressingInvocationHandler - Class in org.springframework.orm.jpa
Deprecated.
Invocation handler that suppresses close calls on JPA EntityManagers.
JpaTemplate.CloseSuppressingInvocationHandler(EntityManager) - Constructor for class org.springframework.orm.jpa.JpaTemplate.CloseSuppressingInvocationHandler
Deprecated.
 
JpaTransactionManager - Class in org.springframework.orm.jpa
PlatformTransactionManager implementation for a single JPA javax.persistence.EntityManagerFactory.
JpaTransactionManager() - Constructor for class org.springframework.orm.jpa.JpaTransactionManager
Create a new JpaTransactionManager instance.
JpaTransactionManager(EntityManagerFactory) - Constructor for class org.springframework.orm.jpa.JpaTransactionManager
Create a new JpaTransactionManager instance.
JpaTransactionManager.JpaTransactionObject - Class in org.springframework.orm.jpa
JPA transaction object, representing a EntityManagerHolder.
JpaTransactionManager.JpaTransactionObject() - Constructor for class org.springframework.orm.jpa.JpaTransactionManager.JpaTransactionObject
 
JpaTransactionManager.SuspendedResourcesHolder - Class in org.springframework.orm.jpa
Holder for suspended resources.
JpaTransactionManager.SuspendedResourcesHolder(EntityManagerHolder, ConnectionHolder) - Constructor for class org.springframework.orm.jpa.JpaTransactionManager.SuspendedResourcesHolder
 
jpaVendorAdapter - Variable in class org.springframework.orm.jpa.AbstractEntityManagerFactoryBean
 
JpaVendorAdapter - Interface in org.springframework.orm.jpa
SPI interface that allows to plug in vendor-specific behavior into Spring's EntityManagerFactory creators.
JRubyScriptFactory - Class in org.springframework.scripting.jruby
ScriptFactory implementation for a JRuby script.
JRubyScriptFactory(String, Class[]) - Constructor for class org.springframework.scripting.jruby.JRubyScriptFactory
Create a new JRubyScriptFactory for the given script source.
JRubyScriptUtils - Class in org.springframework.scripting.jruby
Utility methods for handling JRuby-scripted objects.
JRubyScriptUtils() - Constructor for class org.springframework.scripting.jruby.JRubyScriptUtils
 
JRubyScriptUtils.JRubyExecutionException - Exception in org.springframework.scripting.jruby
Exception thrown in response to a JRuby RaiseException being thrown from a JRuby method invocation.
JRubyScriptUtils.JRubyExecutionException(RaiseException) - Constructor for exception org.springframework.scripting.jruby.JRubyScriptUtils.JRubyExecutionException
Create a new JRubyException, wrapping the given JRuby RaiseException.
JRubyScriptUtils.RubyObjectInvocationHandler - Class in org.springframework.scripting.jruby
InvocationHandler that invokes a JRuby script method.
JRubyScriptUtils.RubyObjectInvocationHandler(IRubyObject, Ruby) - Constructor for class org.springframework.scripting.jruby.JRubyScriptUtils.RubyObjectInvocationHandler
 
jsfPresent - Static variable in class org.springframework.web.context.request.RequestContextHolder
 
jsfPresent - Static variable in class org.springframework.web.context.support.WebApplicationContextUtils
 
jsonPath - Variable in class org.springframework.test.util.JsonPathExpectationsHelper
 
jsonPath(String, Object...) - Static method in class org.springframework.test.web.client.match.MockRestRequestMatchers
Access to request body matchers using a JSONPath expression to inspect a specific subset of the body.
jsonPath(String, <any>) - Static method in class org.springframework.test.web.client.match.MockRestRequestMatchers
Access to request body matchers using a JSONPath expression to inspect a specific subset of the body and a Hamcrest match for asserting the value found at the JSON path.
jsonPath(String, Object...) - Static method in class org.springframework.test.web.servlet.result.MockMvcResultMatchers
Access to response body assertions using a JSONPath expression to inspect a specific subset of the body.
jsonPath(String, <any>) - Static method in class org.springframework.test.web.servlet.result.MockMvcResultMatchers
Access to response body assertions using a JSONPath expression to inspect a specific subset of the body and a Hamcrest match for asserting the value found at the JSON path.
JsonPathExpectationsHelper - Class in org.springframework.test.util
A helper class for applying assertions via JSONPath expressions.
JsonPathExpectationsHelper(String, Object...) - Constructor for class org.springframework.test.util.JsonPathExpectationsHelper
Class constructor.
jsonPathHelper - Variable in class org.springframework.test.web.client.match.JsonPathRequestMatchers
 
jsonPathHelper - Variable in class org.springframework.test.web.servlet.result.JsonPathResultMatchers
 
JsonPathRequestMatchers - Class in org.springframework.test.web.client.match
Factory methods for request content RequestMatcher's using a JSONPath expression.
JsonPathRequestMatchers(String, Object...) - Constructor for class org.springframework.test.web.client.match.JsonPathRequestMatchers
Class constructor, not for direct instantiation.
JsonPathRequestMatchers.AbstractJsonPathRequestMatcher - Class in org.springframework.test.web.client.match
Abstract base class for JSONPath RequestMatcher's.
JsonPathRequestMatchers.AbstractJsonPathRequestMatcher() - Constructor for class org.springframework.test.web.client.match.JsonPathRequestMatchers.AbstractJsonPathRequestMatcher
 
JsonPathResultMatchers - Class in org.springframework.test.web.servlet.result
Factory for assertions on the response content using JSONPath expressions.
JsonPathResultMatchers(String, Object...) - Constructor for class org.springframework.test.web.servlet.result.JsonPathResultMatchers
Protected constructor.
JspAwareRequestContext - Class in org.springframework.web.servlet.support
JSP-aware (and JSTL-aware) subclass of RequestContext, allowing for population of the context from a javax.servlet.jsp.PageContext.
JspAwareRequestContext(PageContext) - Constructor for class org.springframework.web.servlet.support.JspAwareRequestContext
Create a new JspAwareRequestContext for the given page context, using the request attributes for Errors retrieval.
JspAwareRequestContext(PageContext, Map<String, Object>) - Constructor for class org.springframework.web.servlet.support.JspAwareRequestContext
Create a new JspAwareRequestContext for the given page context, using the given model attributes for Errors retrieval.
JspAwareRequestContext.JstlPageLocaleResolver - Class in org.springframework.web.servlet.support
Inner class that isolates the JSTL dependency.
JspAwareRequestContext.JstlPageLocaleResolver() - Constructor for class org.springframework.web.servlet.support.JspAwareRequestContext.JstlPageLocaleResolver
 
jsr250Present - Static variable in class org.springframework.context.annotation.AnnotationConfigUtils
 
jsr303Present - Static variable in class org.springframework.web.servlet.config.AnnotationDrivenBeanDefinitionParser
 
Jsr330ScopeMetadataResolver - Class in org.springframework.context.annotation
Simple ScopeMetadataResolver implementation that follows JSR-330 scoping rules: defaulting to prototype scope unless javax.inject.Singleton is present.
Jsr330ScopeMetadataResolver() - Constructor for class org.springframework.context.annotation.Jsr330ScopeMetadataResolver
 
jstlPresent - Static variable in class org.springframework.web.servlet.support.RequestContext
 
jstlPresent - Static variable in class org.springframework.web.servlet.view.InternalResourceViewResolver
 
JstlUtils - Class in org.springframework.web.servlet.support
Helper class for preparing JSTL views, in particular for exposing a JSTL localization context.
JstlUtils() - Constructor for class org.springframework.web.servlet.support.JstlUtils
 
JstlUtils.SpringLocalizationContext - Class in org.springframework.web.servlet.support
Spring-specific LocalizationContext adapter that merges session-scoped JSTL LocalizationContext/Locale attributes with the local Spring request context.
JstlUtils.SpringLocalizationContext(MessageSource, HttpServletRequest) - Constructor for class org.springframework.web.servlet.support.JstlUtils.SpringLocalizationContext
 
JstlView - Class in org.springframework.web.servlet.view
Specialization of InternalResourceView for JSTL pages, i.e.
JstlView() - Constructor for class org.springframework.web.servlet.view.JstlView
Constructor for use as a bean.
JstlView(String) - Constructor for class org.springframework.web.servlet.view.JstlView
Create a new JstlView with the given URL.
JstlView(String, MessageSource) - Constructor for class org.springframework.web.servlet.view.JstlView
Create a new JstlView with the given URL.
jta - Variable in class org.springframework.orm.jpa.ExtendedEntityManagerCreator.ExtendedEntityManagerInvocationHandler
 
JTA_DATA_SOURCE - Static variable in class org.springframework.orm.jpa.persistenceunit.PersistenceUnitReader
 
JTA_TRANSACTION_MANAGER_CLASS_NAME - Static variable in class org.springframework.transaction.config.JtaTransactionManagerBeanDefinitionParser
 
JtaAfterCompletionSynchronization - Class in org.springframework.transaction.jta
Adapter for a JTA Synchronization, invoking the afterCommit / afterCompletion callbacks of Spring TransactionSynchronization objects callbacks after the outer JTA transaction has completed.
JtaAfterCompletionSynchronization(List<TransactionSynchronization>) - Constructor for class org.springframework.transaction.jta.JtaAfterCompletionSynchronization
Create a new JtaAfterCompletionSynchronization for the given synchronization objects.
jtaDataSource - Variable in class org.springframework.orm.jpa.persistenceunit.MutablePersistenceUnitInfo
 
JtaLobCreatorSynchronization - Class in org.springframework.jdbc.support.lob
Callback for resource cleanup at the end of a JTA transaction.
JtaLobCreatorSynchronization(LobCreator) - Constructor for class org.springframework.jdbc.support.lob.JtaLobCreatorSynchronization
Create a JtaLobCreatorSynchronization for the given LobCreator.
jtaSessionContext - Variable in class org.springframework.orm.hibernate4.SpringSessionContext
 
jtaTransaction - Variable in class org.springframework.orm.hibernate3.SpringSessionSynchronization
 
jtaTransaction - Variable in class org.springframework.transaction.jta.SpringJtaSynchronizationAdapter
 
jtaTransactionManager - Variable in class org.springframework.orm.hibernate3.LocalSessionFactoryBean
 
jtaTransactionManager - Variable in class org.springframework.orm.hibernate3.support.AbstractLobType
 
jtaTransactionManager - Variable in class org.springframework.orm.hibernate4.LocalSessionFactoryBean
 
JtaTransactionManager - Class in org.springframework.transaction.jta
PlatformTransactionManager implementation for JTA, delegating to a backend JTA provider.
JtaTransactionManager() - Constructor for class org.springframework.transaction.jta.JtaTransactionManager
Create a new JtaTransactionManager instance, to be configured as bean.
JtaTransactionManager(UserTransaction) - Constructor for class org.springframework.transaction.jta.JtaTransactionManager
Create a new JtaTransactionManager instance.
JtaTransactionManager(UserTransaction, TransactionManager) - Constructor for class org.springframework.transaction.jta.JtaTransactionManager
Create a new JtaTransactionManager instance.
JtaTransactionManager(TransactionManager) - Constructor for class org.springframework.transaction.jta.JtaTransactionManager
Create a new JtaTransactionManager instance.
JtaTransactionManager.InterposedSynchronizationDelegate - Class in org.springframework.transaction.jta
Inner class to avoid a direct dependency on the JTA 1.1 API (javax.transaction.TransactionSynchronizationRegistry interface).
JtaTransactionManager.InterposedSynchronizationDelegate() - Constructor for class org.springframework.transaction.jta.JtaTransactionManager.InterposedSynchronizationDelegate
 
JtaTransactionManagerBeanDefinitionParser - Class in org.springframework.transaction.config
Parser for the <tx:jta-transaction-manager/> element, autodetecting BEA WebLogic, IBM WebSphere and Oracle OC4J.
JtaTransactionManagerBeanDefinitionParser() - Constructor for class org.springframework.transaction.config.JtaTransactionManagerBeanDefinitionParser
 
JtaTransactionObject - Class in org.springframework.transaction.jta
JTA transaction object, representing a javax.transaction.UserTransaction.
JtaTransactionObject(UserTransaction) - Constructor for class org.springframework.transaction.jta.JtaTransactionObject
Create a new JtaTransactionObject for the given JTA UserTransaction.

K

keepAliveSeconds - Variable in class org.springframework.scheduling.backportconcurrent.ThreadPoolTaskExecutor
Deprecated.
 
keepAliveSeconds - Variable in class org.springframework.scheduling.concurrent.ThreadPoolExecutorFactoryBean
 
keepAliveSeconds - Variable in class org.springframework.scheduling.concurrent.ThreadPoolTaskExecutor
 
keepAliveSeconds - Variable in class org.springframework.scheduling.config.TaskExecutorFactoryBean
 
keepMonitoringThreadAlive() - Static method in class org.springframework.util.WeakReferenceMonitor
Check whether to keep the monitoring thread alive, i.e.
keepTaskList - Variable in class org.springframework.util.StopWatch
 
key - Variable in class org.springframework.beans.factory.support.BeanDefinitionValueResolver.KeyedArgName
 
key - Variable in class org.springframework.cache.config.CacheAdviceParser.Props
 
key - Variable in class org.springframework.cache.interceptor.CacheOperation
 
key(String, Method, EvaluationContext) - Method in class org.springframework.cache.interceptor.ExpressionEvaluator
 
key - Variable in exception org.springframework.context.expression.MapAccessor.MapAccessException
 
key - Variable in class org.springframework.core.convert.support.MapToMapConverter.MapEntry
 
key - Variable in class org.springframework.expression.spel.ast.Indexer.MapIndexingValueRef
 
KEY - Static variable in class org.springframework.test.web.servlet.TestDispatcherServlet
 
key - Variable in class org.springframework.util.ConcurrentReferenceHashMap.Entry
 
KEY_ATTRIBUTE - Static variable in class org.springframework.beans.factory.xml.BeanDefinitionParserDelegate
 
KEY_ELEMENT - Static variable in class org.springframework.beans.factory.xml.BeanDefinitionParserDelegate
 
KEY_REF_ATTRIBUTE - Static variable in class org.springframework.beans.factory.xml.BeanDefinitionParserDelegate
 
KEY_TYPE_ATTRIBUTE - Static variable in class org.springframework.beans.factory.xml.BeanDefinitionParserDelegate
 
keyCache - Variable in class org.springframework.cache.interceptor.ExpressionEvaluator
 
keyGenerator - Variable in class org.springframework.cache.annotation.AbstractCachingConfiguration
 
keyGenerator() - Method in interface org.springframework.cache.annotation.CachingConfigurer
Return the key generator bean to use for annotation-driven cache management.
keyGenerator - Variable in class org.springframework.cache.interceptor.CacheAspectSupport
 
KeyGenerator - Interface in org.springframework.cache.interceptor
Cache key generator.
KeyHolder - Interface in org.springframework.jdbc.support
Interface for retrieving keys, typically used for auto-generated keys as potentially returned by JDBC insert statements.
keyList - Variable in class org.springframework.jdbc.support.GeneratedKeyHolder
 
KeyNamingStrategy - Class in org.springframework.jmx.export.naming
ObjectNamingStrategy implementation that builds ObjectName instances from the key used in the "beans" map passed to MBeanExporter.
KeyNamingStrategy() - Constructor for class org.springframework.jmx.export.naming.KeyNamingStrategy
 
keys - Variable in class org.springframework.beans.BeanWrapperImpl.PropertyTokenHolder
 
keySet() - Method in class org.springframework.core.env.ReadOnlySystemAttributesMap
 
keySet() - Method in class org.springframework.http.HttpHeaders
 
keySet() - Method in class org.springframework.util.CachingMapDecorator
Deprecated.
 
keySet() - Method in class org.springframework.util.CollectionUtils.MultiValueMapAdapter
 
keySet() - Method in class org.springframework.util.LinkedMultiValueMap
 
keyTypeName - Variable in class org.springframework.beans.factory.support.ManagedMap
 
kind - Variable in class org.springframework.aop.config.AdviceEntry
 
kind - Variable in enum org.springframework.expression.spel.SpelMessage
 
kind - Variable in class org.springframework.expression.spel.standard.Token
 
kind - Variable in class org.springframework.expression.spel.support.ReflectionHelper.ArgumentsMatchInfo
 
knownAttributeNames - Variable in class org.springframework.web.method.annotation.SessionAttributesHandler
 
knownPackagePrefixes - Variable in class org.springframework.expression.spel.support.StandardTypeLocator
 
knownSuperclasses - Variable in class org.springframework.context.annotation.ConfigurationClassParser
 

L

label - Variable in class org.springframework.core.enums.AbstractGenericLabeledEnum
Deprecated.
A descriptive label for the enum.
label - Variable in class org.springframework.core.enums.StaticLabeledEnum
Deprecated.
A descriptive label for the enum.
label - Variable in class org.springframework.web.servlet.tags.form.AbstractSingleCheckedElementTag
The value of the 'label' attribute.
label - Variable in class org.springframework.web.servlet.tags.form.OptionTag
The text body of the rendered HTML &lt;option&gt; tag.
LABEL_ORDER - Static variable in interface org.springframework.core.enums.LabeledEnum
Deprecated.
Shared Comparator instance that sorts enumerations by LABEL_ORDER.
LABEL_TAG - Static variable in class org.springframework.web.servlet.tags.form.LabelTag
The HTML 'label' tag.
LabeledEnum - Interface in org.springframework.core.enums
Deprecated.
as of Spring 3.0, in favor of Java 5 enums.
labeledEnumCache - Variable in class org.springframework.core.enums.AbstractCachingLabeledEnumResolver
Deprecated.
 
LabeledEnumResolver - Interface in org.springframework.core.enums
Deprecated.
as of Spring 3.0, in favor of Java 5 enums.
labelProperty - Variable in class org.springframework.web.servlet.tags.form.OptionWriter
 
LabelTag - Class in org.springframework.web.servlet.tags.form
Databinding-aware JSP tag for rendering an HTML 'label' element that defines text that is associated with a single form element.
LabelTag() - Constructor for class org.springframework.web.servlet.tags.form.LabelTag
 
lang - Variable in class org.springframework.web.servlet.tags.form.AbstractHtmlElementTag
 
LANG_ATTRIBUTE - Static variable in class org.springframework.web.servlet.tags.form.AbstractHtmlElementTag
 
LangNamespaceHandler - Class in org.springframework.scripting.config
NamespaceHandler that supports the wiring of objects backed by dynamic languages such as Groovy, JRuby and BeanShell.
LangNamespaceHandler() - Constructor for class org.springframework.scripting.config.LangNamespaceHandler
 
LangNamespaceUtils - Class in org.springframework.scripting.config
 
LangNamespaceUtils() - Constructor for class org.springframework.scripting.config.LangNamespaceUtils
 
LANGUAGE_ATTRIBUTE - Static variable in class org.springframework.scripting.support.ScriptFactoryPostProcessor
 
LAST - Static variable in class org.springframework.expression.spel.ast.Selection
 
last() - Method in class org.springframework.jdbc.support.rowset.ResultSetWrappingSqlRowSet
 
last() - Method in interface org.springframework.jdbc.support.rowset.SqlRowSet
Moves the cursor to the last row of this RowSet.
last - Variable in class org.springframework.util.ConcurrentReferenceHashMap.EntryIterator
 
LAST_MODIFIED - Static variable in class org.springframework.http.HttpHeaders
 
LAST_MODIFIED_METHOD_SUFFIX - Static variable in class org.springframework.web.servlet.mvc.multiaction.MultiActionController
Suffix for last-modified methods
LAST_PATTERN - Static variable in class org.springframework.web.util.UriComponentsBuilder
 
LAST_PATTERN - Static variable in class org.springframework.web.util.UriUtils
 
lastAccessedTime - Variable in class org.springframework.mock.web.MockHttpSession
 
lastAccessedTime - Variable in class org.springframework.mock.web.portlet.MockPortletSession
 
lastActualExecutionTime - Variable in class org.springframework.scheduling.support.SimpleTriggerContext
 
lastActualExecutionTime() - Method in class org.springframework.scheduling.support.SimpleTriggerContext
 
lastActualExecutionTime() - Method in interface org.springframework.scheduling.TriggerContext
Return the last actual execution time of the task, or null if not scheduled before.
lastCompletionTime - Variable in class org.springframework.scheduling.support.SimpleTriggerContext
 
lastCompletionTime() - Method in class org.springframework.scheduling.support.SimpleTriggerContext
 
lastCompletionTime() - Method in interface org.springframework.scheduling.TriggerContext
Return the last completion time of the task, or null if not scheduled before.
lastIndexOf(Object) - Method in class org.springframework.util.AutoPopulatingList
 
lastMessageSucceeded - Variable in class org.springframework.jms.listener.DefaultMessageListenerContainer.AsyncMessageListenerInvoker
 
lastModified() - Method in class org.springframework.core.io.AbstractFileResolvingResource
 
lastModified() - Method in class org.springframework.core.io.AbstractResource
This implementation checks the timestamp of the underlying File, if available.
lastModified() - Method in interface org.springframework.core.io.Resource
Determine the last-modified timestamp for this resource.
lastModified() - Method in class org.springframework.core.io.VfsResource
 
lastModified - Variable in class org.springframework.scripting.support.ResourceScriptSource
 
LastModified - Interface in org.springframework.web.servlet.mvc
Supports last-modified HTTP requests to facilitate content caching.
lastModifiedMethodMap - Variable in class org.springframework.web.servlet.mvc.multiaction.MultiActionController
LastModified methods, keyed by handler method name (without LAST_MODIFIED_SUFFIX)
lastModifiedMonitor - Variable in class org.springframework.scripting.support.ResourceScriptSource
 
lastRecoveryMarker - Variable in class org.springframework.jms.listener.DefaultMessageListenerContainer.AsyncMessageListenerInvoker
 
lastRefreshCheck - Variable in class org.springframework.aop.target.dynamic.AbstractRefreshableTargetSource
 
lastRefreshTime - Variable in class org.springframework.aop.target.dynamic.AbstractRefreshableTargetSource
 
lastScheduledExecutionTime - Variable in class org.springframework.scheduling.support.SimpleTriggerContext
 
lastScheduledExecutionTime() - Method in class org.springframework.scheduling.support.SimpleTriggerContext
 
lastScheduledExecutionTime() - Method in interface org.springframework.scheduling.TriggerContext
Return the last scheduled execution time of the task, or null if not scheduled before.
lastTaskInfo - Variable in class org.springframework.util.StopWatch
 
layoutKey - Variable in class org.springframework.web.servlet.view.velocity.VelocityLayoutView
 
layoutKey - Variable in class org.springframework.web.servlet.view.velocity.VelocityLayoutViewResolver
 
layoutUrl - Variable in class org.springframework.web.servlet.view.velocity.VelocityLayoutView
 
layoutUrl - Variable in class org.springframework.web.servlet.view.velocity.VelocityLayoutViewResolver
 
lazy - Variable in class org.springframework.aop.aspectj.annotation.InstantiationModelAwarePointcutAdvisorImpl
 
Lazy - Annotation Type in org.springframework.context.annotation
Indicates whether a bean is to be lazily initialized.
LAZY_INIT_ATTRIBUTE - Static variable in class org.springframework.beans.factory.xml.BeanDefinitionParserDelegate
 
LAZY_INIT_KEY - Static variable in class org.springframework.beans.factory.support.PropertiesBeanDefinitionReader
Special key to distinguish owner.(lazy-init)=true Default is "false".
LazyConnectionDataSourceProxy - Class in org.springframework.jdbc.datasource
Proxy for a target DataSource, fetching actual JDBC Connections lazily, i.e.
LazyConnectionDataSourceProxy() - Constructor for class org.springframework.jdbc.datasource.LazyConnectionDataSourceProxy
Create a new LazyConnectionDataSourceProxy.
LazyConnectionDataSourceProxy(DataSource) - Constructor for class org.springframework.jdbc.datasource.LazyConnectionDataSourceProxy
Create a new LazyConnectionDataSourceProxy.
LazyConnectionDataSourceProxy.LazyConnectionInvocationHandler - Class in org.springframework.jdbc.datasource
Invocation handler that defers fetching an actual JDBC Connection until first creation of a Statement.
LazyConnectionDataSourceProxy.LazyConnectionInvocationHandler() - Constructor for class org.springframework.jdbc.datasource.LazyConnectionDataSourceProxy.LazyConnectionInvocationHandler
 
LazyConnectionDataSourceProxy.LazyConnectionInvocationHandler(String, String) - Constructor for class org.springframework.jdbc.datasource.LazyConnectionDataSourceProxy.LazyConnectionInvocationHandler
 
lazyDatabaseTransaction - Variable in class org.springframework.orm.jpa.vendor.EclipseLinkJpaDialect
 
lazyDatabaseTransaction - Variable in class org.springframework.orm.jpa.vendor.TopLinkJpaDialect
Deprecated.
 
lazyGetProceedingJoinPoint(ProxyMethodInvocation) - Method in class org.springframework.aop.aspectj.AspectJAroundAdvice
Return the ProceedingJoinPoint for the current invocation, instantiating it lazily if it hasn't been bound to the thread already.
lazyInit - Variable in class org.springframework.beans.factory.support.AbstractBeanDefinition
 
lazyInit - Variable in class org.springframework.beans.factory.support.BeanDefinitionDefaults
 
lazyInit - Variable in class org.springframework.beans.factory.xml.DocumentDefaultsDefinition
 
lazyInit(Collection<CacheOperation>) - Method in class org.springframework.cache.annotation.SpringCacheAnnotationParser
 
lazyInit - Variable in class org.springframework.jdbc.support.JdbcAccessor
 
lazyInit - Variable in class org.springframework.oxm.jaxb.Jaxb2Marshaller
 
lazyInitHandlers - Variable in class org.springframework.web.portlet.handler.AbstractMapBasedHandlerMapping
 
lazyInitHandlers - Variable in class org.springframework.web.servlet.handler.AbstractUrlHandlerMapping
 
LazyInitTargetSource - Class in org.springframework.aop.target
TargetSource that lazily accesses a singleton bean from a BeanFactory.
LazyInitTargetSource() - Constructor for class org.springframework.aop.target.LazyInitTargetSource
 
LazyInitTargetSourceCreator - Class in org.springframework.aop.framework.autoproxy.target
TargetSourceCreator that enforces a LazyInitTargetSource for each bean that is defined as "lazy-init".
LazyInitTargetSourceCreator() - Constructor for class org.springframework.aop.framework.autoproxy.target.LazyInitTargetSourceCreator
 
LazyParamAwareEvaluationContext - Class in org.springframework.cache.interceptor
Evaluation context class that adds a method parameters as SpEL variables, in a lazy manner.
LazyParamAwareEvaluationContext(Object, ParameterNameDiscoverer, Method, Object[], Class<?>, Map<String, Method>) - Constructor for class org.springframework.cache.interceptor.LazyParamAwareEvaluationContext
 
LazySingletonAspectInstanceFactoryDecorator - Class in org.springframework.aop.aspectj.annotation
Decorator to cause a MetadataAwareAspectInstanceFactory to instantiate only once.
LazySingletonAspectInstanceFactoryDecorator(MetadataAwareAspectInstanceFactory) - Constructor for class org.springframework.aop.aspectj.annotation.LazySingletonAspectInstanceFactoryDecorator
Create a new lazily initializing decorator for the given AspectInstanceFactory.
lazyTarget - Variable in class org.springframework.aop.target.AbstractLazyCreationTargetSource
The lazily initialized target object
length - Variable in class org.springframework.jdbc.core.support.SqlLobValue
 
length() - Method in class org.springframework.jdbc.support.lob.PassThroughBlob
 
length() - Method in class org.springframework.jdbc.support.lob.PassThroughClob
 
length - Variable in class org.springframework.oxm.jaxb.Jaxb2Marshaller.ByteArrayDataSource
 
lenient - Variable in class org.springframework.format.datetime.DateFormatter
 
lenient - Variable in class org.springframework.format.number.AbstractNumberFormatter
 
lenientConstructorResolution - Variable in class org.springframework.beans.factory.support.AbstractBeanDefinition
 
lenientFallback - Variable in class org.springframework.jdbc.datasource.lookup.AbstractRoutingDataSource
 
LetterCodedLabeledEnum - Class in org.springframework.core.enums
Deprecated.
as of Spring 3.0, in favor of Java 5 enums.
LetterCodedLabeledEnum(char, String) - Constructor for class org.springframework.core.enums.LetterCodedLabeledEnum
Deprecated.
Create a new LetterCodedLabeledEnum instance.
lexDoubleQuotedStringLiteral() - Method in class org.springframework.expression.spel.standard.Tokenizer
 
lexicalHandler - Variable in class org.springframework.oxm.support.MarshallingSource.MarshallingXMLReader
 
lexicalHandler - Variable in class org.springframework.util.xml.AbstractXMLReader
 
lexIdentifier() - Method in class org.springframework.expression.spel.standard.Tokenizer
 
lexNumericLiteral(boolean) - Method in class org.springframework.expression.spel.standard.Tokenizer
 
lexQuotedStringLiteral() - Method in class org.springframework.expression.spel.standard.Tokenizer
 
Lifecycle - Interface in org.springframework.context
Interface defining methods for start/stop lifecycle control.
LIFECYCLE_PROCESSOR_BEAN_NAME - Static variable in class org.springframework.context.support.AbstractApplicationContext
Name of the LifecycleProcessor bean in the factory.
lifecycleBeans - Variable in class org.springframework.context.support.DefaultLifecycleProcessor.LifecycleGroup
 
lifecycleMetadataCache - Variable in class org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor
 
lifecycleMonitor - Variable in class org.springframework.jca.endpoint.GenericMessageEndpointManager
 
lifecycleMonitor - Variable in class org.springframework.jms.listener.AbstractJmsListeningContainer
 
LifecycleProcessor - Interface in org.springframework.context
Strategy interface for processing Lifecycle beans within the ApplicationContext.
lifecycleProcessor - Variable in class org.springframework.context.support.AbstractApplicationContext
LifecycleProcessor for managing the lifecycle of beans within this context
limitedInParameterNames - Variable in class org.springframework.jdbc.core.metadata.CallMetaDataContext
Set of in parameter names to exclude use for any not listed
LinkedCaseInsensitiveMap<V> - Class in org.springframework.util
LinkedHashMap variant that stores String keys in a case-insensitive manner, for example for key-based access in a results table.
LinkedCaseInsensitiveMap() - Constructor for class org.springframework.util.LinkedCaseInsensitiveMap
Create a new LinkedCaseInsensitiveMap for the default Locale.
LinkedCaseInsensitiveMap(Locale) - Constructor for class org.springframework.util.LinkedCaseInsensitiveMap
Create a new LinkedCaseInsensitiveMap that stores lower-case keys according to the given Locale.
LinkedCaseInsensitiveMap(int) - Constructor for class org.springframework.util.LinkedCaseInsensitiveMap
Create a new LinkedCaseInsensitiveMap that wraps a LinkedHashMap with the given initial capacity and stores lower-case keys according to the default Locale.
LinkedCaseInsensitiveMap(int, Locale) - Constructor for class org.springframework.util.LinkedCaseInsensitiveMap
Create a new LinkedCaseInsensitiveMap that wraps a LinkedHashMap with the given initial capacity and stores lower-case keys according to the given Locale.
LinkedMultiValueMap<K,V> - Class in org.springframework.util
Simple implementation of MultiValueMap that wraps a LinkedHashMap, storing multiple values in a LinkedList.
LinkedMultiValueMap() - Constructor for class org.springframework.util.LinkedMultiValueMap
Create a new LinkedMultiValueMap that wraps a LinkedHashMap.
LinkedMultiValueMap(int) - Constructor for class org.springframework.util.LinkedMultiValueMap
Create a new LinkedMultiValueMap that wraps a LinkedHashMap with the given initial capacity.
LinkedMultiValueMap(Map<K, List<V>>) - Constructor for class org.springframework.util.LinkedMultiValueMap
Copy constructor: Create a new LinkedMultiValueMap with the same mappings as the specified Map.
LIST - Static variable in class org.springframework.core.style.DefaultValueStyler
 
list(String) - Method in class org.springframework.mock.jndi.SimpleNamingContext
 
list(Name) - Method in class org.springframework.mock.jndi.SimpleNamingContext
 
LIST_ELEMENT - Static variable in class org.springframework.beans.factory.xml.BeanDefinitionParserDelegate
 
LIST_VALUE_PAGE_ATTRIBUTE - Static variable in class org.springframework.web.servlet.tags.form.SelectTag
The javax.servlet.jsp.PageContext attribute under which the bound value is exposed to inner OptionTags.
ListableBeanFactory - Interface in org.springframework.beans.factory
Extension of the BeanFactory interface to be implemented by bean factories that can enumerate all their bean instances, rather than attempting bean lookup by name one by one as requested by clients.
listBindings(String) - Method in class org.springframework.mock.jndi.SimpleNamingContext
 
listBindings(Name) - Method in class org.springframework.mock.jndi.SimpleNamingContext
 
LISTENER_ELEMENT - Static variable in class org.springframework.jms.config.AbstractListenerContainerParser
 
ListenerExecutionFailedException - Exception in org.springframework.jms.listener.adapter
Exception to be thrown when the execution of a listener method failed.
ListenerExecutionFailedException(String, Throwable) - Constructor for exception org.springframework.jms.listener.adapter.ListenerExecutionFailedException
Constructor for ListenerExecutionFailedException.
listeners - Variable in class org.springframework.aop.framework.ProxyCreatorSupport
 
listeners - Variable in class org.springframework.jmx.export.MBeanExporter
The MBeanExporterListeners registered with this exporter.
listeners - Variable in class org.springframework.test.web.servlet.request.MockAsyncContext
 
ListFactoryBean - Class in org.springframework.beans.factory.config
Simple factory for shared List instances.
ListFactoryBean() - Constructor for class org.springframework.beans.factory.config.ListFactoryBean
 
listIterator() - Method in class org.springframework.util.AutoPopulatingList
 
listIterator(int) - Method in class org.springframework.util.AutoPopulatingList
 
Literal - Class in org.springframework.expression.spel.ast
Common superclass for nodes representing literals (boolean, string, number, etc).
Literal(String, int) - Constructor for class org.springframework.expression.spel.ast.Literal
 
LiteralExpression - Class in org.springframework.expression.common
A very simple hardcoded implementation of the Expression interface that represents a string literal.
LiteralExpression(String) - Constructor for class org.springframework.expression.common.LiteralExpression
 
literalValue - Variable in class org.springframework.expression.common.LiteralExpression
Fixed literal value of this expression
LiveBeansView - Class in org.springframework.context.support
Adapter for live beans view exposure, building a snapshot of current beans and their dependencies from either a local ApplicationContext (with a local LiveBeansView bean definition) or all registered ApplicationContexts (driven by the "spring.liveBeansView.mbeanDomain" environment property).
LiveBeansView() - Constructor for class org.springframework.context.support.LiveBeansView
 
liveBeansView - Variable in class org.springframework.web.context.support.LiveBeansViewServlet
 
LiveBeansViewMBean - Interface in org.springframework.context.support
MBean operation interface for the LiveBeansView feature.
LiveBeansViewServlet - Class in org.springframework.web.context.support
Servlet variant of LiveBeansView's MBean exposure.
LiveBeansViewServlet() - Constructor for class org.springframework.web.context.support.LiveBeansViewServlet
 
load(Resource...) - Method in class org.springframework.context.support.GenericXmlApplicationContext
Load bean definitions from the given XML resources.
load(String...) - Method in class org.springframework.context.support.GenericXmlApplicationContext
Load bean definitions from the given XML resources.
load(Class<?>, String...) - Method in class org.springframework.context.support.GenericXmlApplicationContext
Load bean definitions from the given XML resources.
load(Class<T>, Serializable) - Method in interface org.springframework.orm.hibernate3.HibernateOperations
Return the persistent instance of the given entity class with the given identifier, throwing an exception if not found.
load(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, throwing an exception if not found.
load(String, Serializable) - Method in interface org.springframework.orm.hibernate3.HibernateOperations
Return the persistent instance of the given entity class with the given identifier, throwing an exception if not found.
load(String, Serializable, LockMode) - Method in interface org.springframework.orm.hibernate3.HibernateOperations
Return the persistent instance of the given entity class with the given identifier, throwing an exception if not found.
load(Object, Serializable) - Method in interface org.springframework.orm.hibernate3.HibernateOperations
Load the persistent instance with the given identifier into the given object, throwing an exception if not found.
load(Class<T>, Serializable) - Method in class org.springframework.orm.hibernate3.HibernateTemplate
 
load(Class<T>, Serializable, LockMode) - Method in class org.springframework.orm.hibernate3.HibernateTemplate
 
load(String, Serializable) - Method in class org.springframework.orm.hibernate3.HibernateTemplate
 
load(String, Serializable, LockMode) - Method in class org.springframework.orm.hibernate3.HibernateTemplate
 
load(Object, Serializable) - Method in class org.springframework.orm.hibernate3.HibernateTemplate
 
load(Properties, InputStream) - Method in class org.springframework.util.DefaultPropertiesPersister
 
load(Properties, Reader) - Method in class org.springframework.util.DefaultPropertiesPersister
 
load(Properties, InputStream) - Method in interface org.springframework.util.PropertiesPersister
Load properties from the given InputStream into the given Properties object.
load(Properties, Reader) - Method in interface org.springframework.util.PropertiesPersister
Load properties from the given Reader into the given Properties object.
LOAD_TIME_WEAVER_BEAN_NAME - Static variable in interface org.springframework.context.ConfigurableApplicationContext
Name of the LoadTimeWeaver bean in the factory.
loadAll(Class<T>) - Method in interface org.springframework.orm.hibernate3.HibernateOperations
Return all persistent instances of the given entity class.
loadAll(Class<T>) - Method in class org.springframework.orm.hibernate3.HibernateTemplate
 
loadAllProperties(String) - Static method in class org.springframework.core.io.support.PropertiesLoaderUtils
Load all properties from the specified class path resource (in ISO-8859-1 encoding), using the default class loader.
loadAllProperties(String, ClassLoader) - Static method in class org.springframework.core.io.support.PropertiesLoaderUtils
Load all properties from the specified class path resource (in ISO-8859-1 encoding), using the given class loader.
loadArgsAsVariables() - Method in class org.springframework.cache.interceptor.LazyParamAwareEvaluationContext
 
loadBeanDefinitions(Resource...) - Method in class org.springframework.beans.factory.support.AbstractBeanDefinitionReader
 
loadBeanDefinitions(String) - Method in class org.springframework.beans.factory.support.AbstractBeanDefinitionReader
 
loadBeanDefinitions(String, Set<Resource>) - Method in class org.springframework.beans.factory.support.AbstractBeanDefinitionReader
Load bean definitions from the specified resource location.
loadBeanDefinitions(String...) - Method in class org.springframework.beans.factory.support.AbstractBeanDefinitionReader
 
loadBeanDefinitions(Resource) - Method in interface org.springframework.beans.factory.support.BeanDefinitionReader
Load bean definitions from the specified resource.
loadBeanDefinitions(Resource...) - Method in interface org.springframework.beans.factory.support.BeanDefinitionReader
Load bean definitions from the specified resources.
loadBeanDefinitions(String) - Method in interface org.springframework.beans.factory.support.BeanDefinitionReader
Load bean definitions from the specified resource location.
loadBeanDefinitions(String...) - Method in interface org.springframework.beans.factory.support.BeanDefinitionReader
Load bean definitions from the specified resource locations.
loadBeanDefinitions(Resource) - Method in class org.springframework.beans.factory.support.PropertiesBeanDefinitionReader
Load bean definitions from the specified properties file, using all property keys (i.e.
loadBeanDefinitions(Resource, String) - Method in class org.springframework.beans.factory.support.PropertiesBeanDefinitionReader
Load bean definitions from the specified properties file.
loadBeanDefinitions(EncodedResource) - Method in class org.springframework.beans.factory.support.PropertiesBeanDefinitionReader
Load bean definitions from the specified properties file.
loadBeanDefinitions(EncodedResource, String) - Method in class org.springframework.beans.factory.support.PropertiesBeanDefinitionReader
Load bean definitions from the specified properties file.
loadBeanDefinitions(Resource) - Method in class org.springframework.beans.factory.xml.XmlBeanDefinitionReader
Load bean definitions from the specified XML file.
loadBeanDefinitions(EncodedResource) - Method in class org.springframework.beans.factory.xml.XmlBeanDefinitionReader
Load bean definitions from the specified XML file.
loadBeanDefinitions(InputSource) - Method in class org.springframework.beans.factory.xml.XmlBeanDefinitionReader
Load bean definitions from the specified XML file.
loadBeanDefinitions(InputSource, String) - Method in class org.springframework.beans.factory.xml.XmlBeanDefinitionReader
Load bean definitions from the specified XML file.
loadBeanDefinitions(Set<ConfigurationClass>) - Method in class org.springframework.context.annotation.ConfigurationClassBeanDefinitionReader
Read configurationModel, registering bean definitions with ConfigurationClassBeanDefinitionReader.registry based on its contents.
loadBeanDefinitions(DefaultListableBeanFactory) - Method in class org.springframework.context.support.AbstractRefreshableApplicationContext
Load bean definitions into the given bean factory, typically through delegating to one or more bean definition readers.
loadBeanDefinitions(DefaultListableBeanFactory) - Method in class org.springframework.context.support.AbstractXmlApplicationContext
Loads the bean definitions via an XmlBeanDefinitionReader.
loadBeanDefinitions(XmlBeanDefinitionReader) - Method in class org.springframework.context.support.AbstractXmlApplicationContext
Load the bean definitions with the given XmlBeanDefinitionReader.
loadBeanDefinitions(BeanDefinitionRegistry, String[]) - Method in class org.springframework.jca.context.SpringContextResourceAdapter
Load the bean definitions into the given registry, based on the specified configuration files.
loadBeanDefinitions(String) - Method in class org.springframework.jdbc.core.support.JdbcBeanDefinitionReader
Load bean definitions from the database via the given SQL string.
loadBeanDefinitions(GenericApplicationContext, MergedContextConfiguration) - Method in class org.springframework.test.context.support.AbstractGenericContextLoader
Load bean definitions into the supplied context from the locations or classes in the supplied MergedContextConfiguration.
loadBeanDefinitions(GenericApplicationContext, MergedContextConfiguration) - Method in class org.springframework.test.context.support.AnnotationConfigContextLoader
Register classes in the supplied context from the classes in the supplied MergedContextConfiguration.
loadBeanDefinitions(GenericWebApplicationContext, WebMergedContextConfiguration) - Method in class org.springframework.test.context.web.AbstractGenericWebContextLoader
Load bean definitions into the supplied context from the locations or classes in the supplied WebMergedContextConfiguration.
loadBeanDefinitions(GenericWebApplicationContext, WebMergedContextConfiguration) - Method in class org.springframework.test.context.web.AnnotationConfigWebContextLoader
Register classes in the supplied context from the classes in the supplied WebMergedContextConfiguration.
loadBeanDefinitions(GenericWebApplicationContext, WebMergedContextConfiguration) - Method in class org.springframework.test.context.web.GenericXmlWebContextLoader
Loads bean definitions using an XmlBeanDefinitionReader.
loadBeanDefinitions(DefaultListableBeanFactory) - Method in class org.springframework.web.context.support.AnnotationConfigWebApplicationContext
loadBeanDefinitions(DefaultListableBeanFactory) - Method in class org.springframework.web.context.support.XmlWebApplicationContext
Loads the bean definitions via an XmlBeanDefinitionReader.
loadBeanDefinitions(XmlBeanDefinitionReader) - Method in class org.springframework.web.context.support.XmlWebApplicationContext
Load the bean definitions with the given XmlBeanDefinitionReader.
loadBeanDefinitions(DefaultListableBeanFactory) - Method in class org.springframework.web.portlet.context.XmlPortletApplicationContext
Loads the bean definitions via an XmlBeanDefinitionReader.
loadBeanDefinitions(XmlBeanDefinitionReader) - Method in class org.springframework.web.portlet.context.XmlPortletApplicationContext
Load the bean definitions with the given XmlBeanDefinitionReader.
loadBeanDefinitionsForBeanMethod(BeanMethod) - Method in class org.springframework.context.annotation.ConfigurationClassBeanDefinitionReader
Read the given BeanMethod, registering bean definitions with the BeanDefinitionRegistry based on its contents.
loadBeanDefinitionsForConfigurationClass(ConfigurationClass) - Method in class org.springframework.context.annotation.ConfigurationClassBeanDefinitionReader
Read a particular ConfigurationClass, registering bean definitions for the class itself, all its Bean methods
loadBeanDefinitionsFromImportedResources(Map<String, Class<? extends BeanDefinitionReader>>) - Method in class org.springframework.context.annotation.ConfigurationClassBeanDefinitionReader
 
loadBeanFactory() - Method in class org.springframework.ejb.support.AbstractEnterpriseBean
Deprecated.
Load a Spring BeanFactory namespace.
loadBeanFactory() - Method in class org.springframework.ejb.support.AbstractStatefulSessionBean
Deprecated.
Load a Spring BeanFactory namespace.
loadBytesForClass(String) - Method in class org.springframework.core.OverridingClassLoader
Load the defining bytes for the given class, to be turned into a Class object through a ClassLoader.defineClass(byte[], int, int) call.
loadCaches() - Method in class org.springframework.cache.ehcache.EhCacheCacheManager
 
loadCaches() - Method in class org.springframework.cache.jcache.JCacheCacheManager
 
loadCaches() - Method in class org.springframework.cache.support.AbstractCacheManager
Load the caches for this cache manager.
loadCaches() - Method in class org.springframework.cache.support.SimpleCacheManager
 
loadClass(String) - Method in class org.springframework.context.support.ContextTypeMatchClassLoader
 
loadClass(String, boolean) - Method in class org.springframework.core.OverridingClassLoader
 
loadClass(String) - Method in class org.springframework.instrument.classloading.ShadowingClassLoader
 
loadClass(String) - Method in class org.springframework.scheduling.quartz.ResourceLoaderClassLoadHelper
 
loadClass(String, Class<T>) - Method in class org.springframework.scheduling.quartz.ResourceLoaderClassLoadHelper
 
loadClassForOverriding(String) - Method in class org.springframework.context.support.ContextTypeMatchClassLoader.ContextOverridingClassLoader
 
loadClassForOverriding(String) - Method in class org.springframework.core.OverridingClassLoader
Load the specified class for overriding purposes in this ClassLoader.
loadContext(Object) - Method in class org.springframework.test.AbstractSingleSpringContextTests
Deprecated.
This implementation assumes a key of type String array and loads a context from the given locations.
loadContext(Object) - Method in class org.springframework.test.AbstractSpringContextTests
Deprecated.
Load a new ApplicationContext for the given key.
loadContext(MergedContextConfiguration) - Method in class org.springframework.test.context.CacheAwareContextLoaderDelegate
Load the application context for the supplied merged context configuration.
loadContext(String...) - Method in interface org.springframework.test.context.ContextLoader
Loads a new context based on the supplied locations, configures the context, and finally returns the context in fully refreshed state.
loadContext(MergedContextConfiguration) - Method in interface org.springframework.test.context.SmartContextLoader
Loads a new context based on the supplied merged context configuration, configures the context, and finally returns the context in a fully refreshed state.
loadContext(MergedContextConfiguration) - Method in class org.springframework.test.context.support.AbstractDelegatingSmartContextLoader
Delegates to an appropriate candidate SmartContextLoader to load an ApplicationContext.
loadContext(String...) - Method in class org.springframework.test.context.support.AbstractDelegatingSmartContextLoader
AbstractDelegatingSmartContextLoader does not support the ContextLoader.loadContext(String...) method.
loadContext(MergedContextConfiguration) - Method in class org.springframework.test.context.support.AbstractGenericContextLoader
Load a Spring ApplicationContext from the supplied MergedContextConfiguration.
loadContext(String...) - Method in class org.springframework.test.context.support.AbstractGenericContextLoader
Load a Spring ApplicationContext from the supplied locations.
loadContext(MergedContextConfiguration) - Method in class org.springframework.test.context.web.AbstractGenericWebContextLoader
Load a Spring WebApplicationContext from the supplied MergedContextConfiguration.
loadContext(String...) - Method in class org.springframework.test.context.web.AbstractGenericWebContextLoader
AbstractGenericWebContextLoader should be used as a SmartContextLoader, not as a legacy ContextLoader.
loadContextInternal(MergedContextConfiguration) - Method in class org.springframework.test.context.CacheAwareContextLoaderDelegate
Load the ApplicationContext for the supplied merged context configuration.
loadContextLocations(String[]) - Method in class org.springframework.test.AbstractSingleSpringContextTests
Deprecated.
Load a Spring ApplicationContext from the given config locations.
loadCount - Variable in class org.springframework.test.AbstractSingleSpringContextTests
Deprecated.
 
loadDocument(InputSource, EntityResolver, ErrorHandler, int, boolean) - Method in class org.springframework.beans.factory.xml.DefaultDocumentLoader
Load the Document at the supplied InputSource using the standard JAXP-configured XML parser.
loadDocument(InputSource, EntityResolver, ErrorHandler, int, boolean) - Method in interface org.springframework.beans.factory.xml.DocumentLoader
Load a document from the supplied source.
loader - Variable in class org.springframework.expression.spel.support.StandardTypeLocator
 
loader - Variable in class org.springframework.instrument.classloading.weblogic.WebLogicClassPreProcessorAdapter
 
LOADER_NAME - Static variable in class org.springframework.instrument.classloading.jboss.JBossMCAdapter
 
loadFactor - Variable in class org.springframework.util.ConcurrentReferenceHashMap
When the average number of references per table exceeds this value resize will be attempted.
loadFactories(Class<T>, ClassLoader) - Static method in class org.springframework.core.io.support.SpringFactoriesLoader
Loads the factory implementations of the given type from the default location, using the given class loader.
loadFactoryNames(Class<?>, ClassLoader) - Static method in class org.springframework.core.io.support.SpringFactoriesLoader
 
loadFileTypeMapFromContextSupportModule() - Static method in class org.springframework.http.converter.ResourceHttpMessageConverter.ActivationMediaTypeFactory
 
loadFileTypeMapFromContextSupportModule() - Static method in class org.springframework.web.servlet.resource.ResourceHttpRequestHandler.ActivationMediaTypeFactory
 
loadFromReaderAvailable - Static variable in class org.springframework.util.DefaultPropertiesPersister
 
loadFromXml(Properties, InputStream) - Method in class org.springframework.util.DefaultPropertiesPersister
 
loadFromXml(Properties, InputStream) - Method in interface org.springframework.util.PropertiesPersister
Load properties from the given XML InputStream into the given Properties object.
loadObject() - Method in class org.springframework.aop.framework.CglibAopProxy.AdvisedDispatcher
 
loadObject() - Method in class org.springframework.aop.framework.CglibAopProxy.StaticDispatcher
 
loadOC4JTransactionClasses() - Method in class org.springframework.transaction.jta.OC4JJtaTransactionManager
Deprecated.
 
loadParentContext(ServletContext) - Method in class org.springframework.web.context.ContextLoader
Template method with default implementation (which may be overridden by a subclass), to load or obtain an ApplicationContext instance which will be used as the parent context of the root WebApplicationContext.
loadProperties(Resource, String) - Method in class org.springframework.context.support.ReloadableResourceBundleMessageSource
Load the properties from the given resource.
loadProperties(Properties) - Method in class org.springframework.core.io.support.PropertiesLoaderSupport
Load properties into the given instance.
loadProperties(EncodedResource) - Static method in class org.springframework.core.io.support.PropertiesLoaderUtils
Load properties from the given EncodedResource, potentially defining a specific encoding for the properties file.
loadProperties(Resource) - Static method in class org.springframework.core.io.support.PropertiesLoaderUtils
Load properties from the given resource (in ISO-8859-1 encoding).
loadReport() - Method in class org.springframework.web.servlet.view.jasperreports.AbstractJasperReportsView
Load the main JasperReport from the specified Resource.
loadReport(Resource) - Method in class org.springframework.web.servlet.view.jasperreports.AbstractJasperReportsView
Loads a JasperReport from the specified Resource.
loadResource(String) - Method in class org.springframework.jdbc.support.SQLErrorCodesFactory
Load the given resource from the class path.
loadSchema(Resource[], String) - Method in class org.springframework.oxm.jaxb.Jaxb2Marshaller
 
loadTemplates() - Method in class org.springframework.web.servlet.view.xslt.XsltView
Load the Templates instance for the stylesheet at the configured location.
loadTimeWeaver() - Method in class org.springframework.context.annotation.LoadTimeWeavingConfiguration
 
loadTimeWeaver - Variable in class org.springframework.context.weaving.AspectJWeavingEnabler
 
loadTimeWeaver - Variable in class org.springframework.context.weaving.DefaultContextLoadTimeWeaver
 
loadTimeWeaver - Variable in class org.springframework.context.weaving.LoadTimeWeaverAwareProcessor
 
LoadTimeWeaver - Interface in org.springframework.instrument.classloading
Defines the contract for adding one or more ClassFileTransformers to a ClassLoader.
loadTimeWeaver - Variable in class org.springframework.orm.jpa.persistenceunit.DefaultPersistenceUnitManager
 
loadTimeWeaver - Variable in class org.springframework.orm.jpa.persistenceunit.SpringPersistenceUnitInfo
 
LoadTimeWeaverAware - Interface in org.springframework.context.weaving
Interface to be implemented by any object that wishes to be notified of the application context's default LoadTimeWeaver.
LoadTimeWeaverAwareProcessor - Class in org.springframework.context.weaving
BeanPostProcessor implementation that passes the context's default LoadTimeWeaver to beans that implement the LoadTimeWeaverAware interface.
LoadTimeWeaverAwareProcessor() - Constructor for class org.springframework.context.weaving.LoadTimeWeaverAwareProcessor
Create a new LoadTimeWeaverAwareProcessor that will auto-retrieve the LoadTimeWeaver from the containing BeanFactory, expecting a bean named "loadTimeWeaver".
LoadTimeWeaverAwareProcessor(LoadTimeWeaver) - Constructor for class org.springframework.context.weaving.LoadTimeWeaverAwareProcessor
Create a new LoadTimeWeaverAwareProcessor for the given LoadTimeWeaver.
LoadTimeWeaverAwareProcessor(BeanFactory) - Constructor for class org.springframework.context.weaving.LoadTimeWeaverAwareProcessor
Create a new LoadTimeWeaverAwareProcessor.
LoadTimeWeaverBeanDefinitionParser - Class in org.springframework.context.config
Parser for the <context:load-time-weaver/> element.
LoadTimeWeaverBeanDefinitionParser() - Constructor for class org.springframework.context.config.LoadTimeWeaverBeanDefinitionParser
 
LoadTimeWeavingConfiguration - Class in org.springframework.context.annotation
@Configuration class that registers a LoadTimeWeaver bean.
LoadTimeWeavingConfiguration() - Constructor for class org.springframework.context.annotation.LoadTimeWeavingConfiguration
 
LoadTimeWeavingConfigurer - Interface in org.springframework.context.annotation
Interface to be implemented by @Configuration classes annotated with @EnableLoadTimeWeaving that wish to customize the LoadTimeWeaver instance to be used.
loadView(String, Locale) - Method in class org.springframework.web.servlet.view.AbstractCachingViewResolver
Subclasses must implement this method, building a View object for the specified view.
loadView(String, Locale) - Method in class org.springframework.web.servlet.view.ResourceBundleViewResolver
 
loadView(String, Locale) - Method in class org.springframework.web.servlet.view.UrlBasedViewResolver
Delegates to buildView for creating a new instance of the specified view class, and applies the following Spring lifecycle methods (as supported by the generic Spring bean factory): ApplicationContextAware's setApplicationContext InitializingBean's afterPropertiesSet
loadView(String, Locale) - Method in class org.springframework.web.servlet.view.XmlViewResolver
 
loadWebAppConfigurationClass() - Static method in class org.springframework.test.context.ContextLoaderUtils
Load the WebAppConfiguration class, using reflection in order to avoid package cycles.
loadWebLogicTransactionClasses() - Method in class org.springframework.transaction.jta.WebLogicJtaTransactionManager
 
loadWebLogicTransactionHelper() - Method in class org.springframework.transaction.jta.WebLogicJtaTransactionManager
 
LOB_CREATOR_SYNCHRONIZATION_ORDER - Static variable in class org.springframework.jdbc.support.lob.SpringLobCreatorSynchronization
Order value for TransactionSynchronization objects that clean up LobCreators.
LOB_CREATOR_SYNCHRONIZATION_ORDER - Static variable in class org.springframework.orm.ibatis.support.AbstractLobTypeHandler
Deprecated.
Order value for TransactionSynchronization objects that clean up LobCreators.
lobCreator - Variable in class org.springframework.jdbc.core.support.SqlLobValue
This contains a reference to the LobCreator - so we can close it once the update is done.
lobCreator - Variable in class org.springframework.jdbc.support.lob.JtaLobCreatorSynchronization
 
LobCreator - Interface in org.springframework.jdbc.support.lob
Interface that abstracts potentially database-specific creation of large binary fields and large text fields.
lobCreator - Variable in class org.springframework.jdbc.support.lob.SpringLobCreatorSynchronization
 
lobCreator - Variable in class org.springframework.orm.ibatis.support.AbstractLobTypeHandler.LobCreatorSynchronization
Deprecated.
 
LobCreatorUtils - Class in org.springframework.jdbc.support.lob
Helper class for registering a transaction synchronization for closing a LobCreator, preferring Spring transaction synchronization and falling back to plain JTA transaction synchronization.
LobCreatorUtils() - Constructor for class org.springframework.jdbc.support.lob.LobCreatorUtils
 
lobHandler - Variable in class org.springframework.jdbc.core.support.AbstractLobCreatingPreparedStatementCallback
 
LobHandler - Interface in org.springframework.jdbc.support.lob
Abstraction for handling large binary fields and large text fields in specific databases, no matter if represented as simple types or Large OBjects.
lobHandler - Variable in class org.springframework.orm.hibernate3.LocalSessionFactoryBean
 
lobHandler - Variable in class org.springframework.orm.hibernate3.support.AbstractLobType
 
lobHandler - Variable in class org.springframework.orm.ibatis.SqlMapClientFactoryBean
Deprecated.
 
lobHandler - Variable in class org.springframework.orm.ibatis.support.AbstractLobTypeHandler
Deprecated.
 
LobRetrievalFailureException - Exception in org.springframework.jdbc
Exception to be thrown when a LOB could not be retrieved.
LobRetrievalFailureException(String) - Constructor for exception org.springframework.jdbc.LobRetrievalFailureException
Constructor for LobRetrievalFailureException.
LobRetrievalFailureException(String, IOException) - Constructor for exception org.springframework.jdbc.LobRetrievalFailureException
Constructor for LobRetrievalFailureException.
LOCAL_PROPERTIES_PROPERTY_SOURCE_NAME - Static variable in class org.springframework.context.support.PropertySourcesPlaceholderConfigurer
"localProperties" is the name given to the PropertySource for the set of merged properties supplied to this configurer.
LOCAL_REF_ATTRIBUTE - Static variable in class org.springframework.beans.factory.xml.BeanDefinitionParserDelegate
 
localAddr - Variable in class org.springframework.mock.web.MockHttpServletRequest
 
localBeanNameGeneratorSet - Variable in class org.springframework.context.annotation.ConfigurationClassPostProcessor
 
LocalCacheProviderProxy - Class in org.springframework.orm.hibernate3
Deprecated.
as of Spring 3.0, following Hibernate 3.3's deprecation of the CacheProvider SPI
LocalCacheProviderProxy() - Constructor for class org.springframework.orm.hibernate3.LocalCacheProviderProxy
Deprecated.
 
LocalConnectionFactoryBean - Class in org.springframework.jca.support
FactoryBean that creates a local JCA connection factory in "non-managed" mode (as defined by the Java Connector Architecture specification).
LocalConnectionFactoryBean() - Constructor for class org.springframework.jca.support.LocalConnectionFactoryBean
 
LocalContainerEntityManagerFactoryBean - Class in org.springframework.orm.jpa
FactoryBean that creates a JPA javax.persistence.EntityManagerFactory according to JPA's standard container bootstrap contract.
LocalContainerEntityManagerFactoryBean() - Constructor for class org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean
 
LocalDataSourceConnectionProvider - Class in org.springframework.orm.hibernate3
Hibernate connection provider for local DataSource instances in an application context.
LocalDataSourceConnectionProvider() - Constructor for class org.springframework.orm.hibernate3.LocalDataSourceConnectionProvider
 
LocalDataSourceJobStore - Class in org.springframework.scheduling.quartz
Subclass of Quartz's JobStoreCMT class that delegates to a Spring-managed DataSource instead of using a Quartz-managed connection pool.
LocalDataSourceJobStore() - Constructor for class org.springframework.scheduling.quartz.LocalDataSourceJobStore
 
locale - Variable in class org.springframework.context.i18n.SimpleLocaleContext
 
locale - Variable in class org.springframework.context.support.MessageSourceResourceBundle
 
locale - Variable in class org.springframework.mock.web.MockHttpServletResponse
 
locale - Variable in class org.springframework.mock.web.portlet.MockMimeResponse
 
locale - Variable in class org.springframework.test.web.servlet.request.MockHttpServletRequestBuilder
 
locale(Locale) - Method in class org.springframework.test.web.servlet.request.MockHttpServletRequestBuilder
Set the locale of the request.
locale - Variable in class org.springframework.util.LinkedCaseInsensitiveMap
 
locale - Variable in class org.springframework.web.servlet.support.RequestContext
 
locale - Variable in class org.springframework.web.servlet.view.velocity.VelocityView.LocaleAwareDateTool
 
locale - Variable in class org.springframework.web.servlet.view.velocity.VelocityView.LocaleAwareNumberTool
 
locale - Variable in class org.springframework.web.struts.SpringBindingActionForm
Deprecated.
 
LOCALE_REQUEST_ATTRIBUTE_NAME - Static variable in class org.springframework.web.servlet.i18n.CookieLocaleResolver
The name of the request attribute that holds the locale.
LOCALE_RESOLVER_ATTRIBUTE - Static variable in class org.springframework.web.servlet.DispatcherServlet
Request attribute to hold the current LocaleResolver, retrievable by views.
LOCALE_RESOLVER_BEAN_NAME - Static variable in class org.springframework.web.servlet.DispatcherServlet
Well-known name for the LocaleResolver object in the bean factory for this namespace.
LOCALE_SESSION_ATTRIBUTE_NAME - Static variable in class org.springframework.web.servlet.i18n.SessionLocaleResolver
Name of the session attribute that holds the locale.
localeCache - Variable in class org.springframework.web.servlet.view.ResourceBundleViewResolver
 
LocaleChangeInterceptor - Class in org.springframework.web.servlet.i18n
Interceptor that allows for changing the current locale on every request, via a configurable request parameter.
LocaleChangeInterceptor() - Constructor for class org.springframework.web.servlet.i18n.LocaleChangeInterceptor
 
LocaleContext - Interface in org.springframework.context.i18n
Strategy interface for determining the current Locale.
LocaleContextHolder - Class in org.springframework.context.i18n
Simple holder class that associates a LocaleContext instance with the current thread.
LocaleContextHolder() - Constructor for class org.springframework.context.i18n.LocaleContextHolder
 
localeContextHolder - Static variable in class org.springframework.context.i18n.LocaleContextHolder
 
LocaleContextMessageInterpolator - Class in org.springframework.validation.beanvalidation
Delegates to a target MessageInterpolator implementation but enforces Spring's managed Locale.
LocaleContextMessageInterpolator(MessageInterpolator) - Constructor for class org.springframework.validation.beanvalidation.LocaleContextMessageInterpolator
Create a new LocaleContextMessageInterpolator, wrapping the given target interpolator.
LocaleEditor - Class in org.springframework.beans.propertyeditors
Editor for java.util.Locale, to directly populate a Locale property.
LocaleEditor() - Constructor for class org.springframework.beans.propertyeditors.LocaleEditor
 
LocalEntityManagerFactoryBean - Class in org.springframework.orm.jpa
FactoryBean that creates a JPA javax.persistence.EntityManagerFactory according to JPA's standard standalone bootstrap contract.
LocalEntityManagerFactoryBean() - Constructor for class org.springframework.orm.jpa.LocalEntityManagerFactoryBean
 
localeResolver - Variable in class org.springframework.test.web.servlet.setup.StandaloneMockMvcBuilder
 
localeResolver - Variable in class org.springframework.web.servlet.DispatcherServlet
LocaleResolver used by this servlet
LocaleResolver - Interface in org.springframework.web.servlet
Interface for web-based locale resolution strategies that allows for both locale resolution via the request and locale modification via request and response.
locales - Variable in class org.springframework.mock.web.MockHttpServletRequest
List of locales in descending order
locales - Variable in class org.springframework.mock.web.portlet.MockPortletRequest
 
localesToInitialize - Variable in class org.springframework.web.servlet.view.ResourceBundleViewResolver
 
localExecutor - Variable in class org.springframework.scheduling.config.ScheduledTaskRegistrar
 
LocalizedResourceHelper - Class in org.springframework.core.io.support
Helper class for loading a localized resource, specified through name, extension and current locale.
LocalizedResourceHelper() - Constructor for class org.springframework.core.io.support.LocalizedResourceHelper
Create a new LocalizedResourceHelper with a DefaultResourceLoader.
LocalizedResourceHelper(ResourceLoader) - Constructor for class org.springframework.core.io.support.LocalizedResourceHelper
Create a new LocalizedResourceHelper with the given ResourceLoader.
LocalJaxRpcServiceFactory - Class in org.springframework.remoting.jaxrpc
Deprecated.
in favor of JAX-WS support in org.springframework.remoting.jaxws
LocalJaxRpcServiceFactory() - Constructor for class org.springframework.remoting.jaxrpc.LocalJaxRpcServiceFactory
Deprecated.
 
LocalJaxRpcServiceFactoryBean - Class in org.springframework.remoting.jaxrpc
Deprecated.
in favor of JAX-WS support in org.springframework.remoting.jaxws
LocalJaxRpcServiceFactoryBean() - Constructor for class org.springframework.remoting.jaxrpc.LocalJaxRpcServiceFactoryBean
Deprecated.
 
LocalJaxWsServiceFactory - Class in org.springframework.remoting.jaxws
Factory for locally defined JAX-WS Service references.
LocalJaxWsServiceFactory() - Constructor for class org.springframework.remoting.jaxws.LocalJaxWsServiceFactory
 
LocalJaxWsServiceFactoryBean - Class in org.springframework.remoting.jaxws
FactoryBean for locally defined JAX-WS Service references.
LocalJaxWsServiceFactoryBean() - Constructor for class org.springframework.remoting.jaxws.LocalJaxWsServiceFactoryBean
 
LocalJtaDataSourceConnectionProvider - Class in org.springframework.orm.hibernate3
Subclass of LocalDataSourceConnectionProvider that will be used if LocalSessionFactoryBean's "dataSource" property is set in combination with a Hibernate TransactionManagerLookup.
LocalJtaDataSourceConnectionProvider() - Constructor for class org.springframework.orm.hibernate3.LocalJtaDataSourceConnectionProvider
 
LocallyExposedJmsResourceHolder - Class in org.springframework.jms.listener
JmsResourceHolder marker subclass that indicates local exposure, i.e.
LocallyExposedJmsResourceHolder(Session) - Constructor for class org.springframework.jms.listener.LocallyExposedJmsResourceHolder
 
localName - Variable in class org.springframework.mock.web.MockHttpServletRequest
 
localOverride - Variable in class org.springframework.core.io.support.PropertiesLoaderSupport
 
LocalPersistenceManagerFactoryBean - Class in org.springframework.orm.jdo
FactoryBean that creates a JDO javax.jdo.PersistenceManagerFactory.
LocalPersistenceManagerFactoryBean() - Constructor for class org.springframework.orm.jdo.LocalPersistenceManagerFactoryBean
 
localPort - Variable in class org.springframework.mock.web.MockHttpServletRequest
 
localProperties - Variable in class org.springframework.core.io.support.PropertiesLoaderSupport
 
LocalRegionFactoryProxy - Class in org.springframework.orm.hibernate3
Proxy for a Hibernate RegionFactory, delegating to a Spring-managed RegionFactory instance, determined by LocalSessionFactoryBean's "cacheRegionFactory" property.
LocalRegionFactoryProxy() - Constructor for class org.springframework.orm.hibernate3.LocalRegionFactoryProxy
Standard constructor.
LocalRegionFactoryProxy(Properties) - Constructor for class org.springframework.orm.hibernate3.LocalRegionFactoryProxy
Properties constructor: not used by this class or formally required, but enforced by Hibernate when reflectively instantiating a RegionFactory.
localServer - Variable in class org.springframework.remoting.jaxws.SimpleHttpServerJaxWsServiceExporter
 
LocalSessionFactoryBean - Class in org.springframework.orm.hibernate3
FactoryBean that creates a Hibernate org.hibernate.SessionFactory.
LocalSessionFactoryBean() - Constructor for class org.springframework.orm.hibernate3.LocalSessionFactoryBean
 
LocalSessionFactoryBean - Class in org.springframework.orm.hibernate4
FactoryBean that creates a Hibernate org.hibernate.SessionFactory.
LocalSessionFactoryBean() - Constructor for class org.springframework.orm.hibernate4.LocalSessionFactoryBean
 
LocalSessionFactoryBuilder - Class in org.springframework.orm.hibernate4
A Spring-provided extension of the standard Hibernate Configuration class, adding SpringSessionContext as a default and providing convenient ways to specify a DataSource and an application class loader.
LocalSessionFactoryBuilder(DataSource) - Constructor for class org.springframework.orm.hibernate4.LocalSessionFactoryBuilder
Create a new LocalSessionFactoryBuilder for the given DataSource.
LocalSessionFactoryBuilder(DataSource, ClassLoader) - Constructor for class org.springframework.orm.hibernate4.LocalSessionFactoryBuilder
Create a new LocalSessionFactoryBuilder for the given DataSource.
LocalSessionFactoryBuilder(DataSource, ResourceLoader) - Constructor for class org.springframework.orm.hibernate4.LocalSessionFactoryBuilder
Create a new LocalSessionFactoryBuilder for the given DataSource.
LocalSlsbInvokerInterceptor - Class in org.springframework.ejb.access
Invoker for a local Stateless Session Bean.
LocalSlsbInvokerInterceptor() - Constructor for class org.springframework.ejb.access.LocalSlsbInvokerInterceptor
 
LocalStatelessSessionBeanDefinitionParser - Class in org.springframework.ejb.config
BeanDefinitionParser implementation for parsing 'local-slsb' tags and creating LocalStatelessSessionProxyFactoryBean definitions.
LocalStatelessSessionBeanDefinitionParser() - Constructor for class org.springframework.ejb.config.LocalStatelessSessionBeanDefinitionParser
 
LocalStatelessSessionProxyFactoryBean - Class in org.springframework.ejb.access
Convenient FactoryBean for local Stateless Session Bean (SLSB) proxies.
LocalStatelessSessionProxyFactoryBean() - Constructor for class org.springframework.ejb.access.LocalStatelessSessionProxyFactoryBean
 
LocalTaskExecutorThreadPool - Class in org.springframework.scheduling.quartz
Quartz ThreadPool adapter that delegates to a Spring-managed TaskExecutor instance, specified on SchedulerFactoryBean.
LocalTaskExecutorThreadPool() - Constructor for class org.springframework.scheduling.quartz.LocalTaskExecutorThreadPool
 
LocalTransactionManagerLookup - Class in org.springframework.orm.hibernate3
Implementation of Hibernate's TransactionManagerLookup interface that returns a Spring-managed JTA TransactionManager, determined by LocalSessionFactoryBean's "jtaTransactionManager" property.
LocalTransactionManagerLookup() - Constructor for class org.springframework.orm.hibernate3.LocalTransactionManagerLookup
 
LocalValidatorFactoryBean - Class in org.springframework.validation.beanvalidation
This is the central class for javax.validation (JSR-303) setup in a Spring application context: It bootstraps a javax.validation.ValidationFactory and exposes it through the Spring Validator interface as well as through the JSR-303 javax.validation.Validator interface and the javax.validation.ValidatorFactory interface itself.
LocalValidatorFactoryBean() - Constructor for class org.springframework.validation.beanvalidation.LocalValidatorFactoryBean
 
LocalValidatorFactoryBean.HibernateValidatorDelegate - Class in org.springframework.validation.beanvalidation
Inner class to avoid a hard-coded Hibernate Validator 4.1 dependency.
LocalValidatorFactoryBean.HibernateValidatorDelegate() - Constructor for class org.springframework.validation.beanvalidation.LocalValidatorFactoryBean.HibernateValidatorDelegate
 
LocalVariableTableParameterNameDiscoverer - Class in org.springframework.core
Implementation of ParameterNameDiscoverer that uses the LocalVariableTable information in the method attributes to discover parameter names.
LocalVariableTableParameterNameDiscoverer() - Constructor for class org.springframework.core.LocalVariableTableParameterNameDiscoverer
 
LocalVariableTableParameterNameDiscoverer.LocalVariableTableVisitor - Class in org.springframework.core
 
LocalVariableTableParameterNameDiscoverer.LocalVariableTableVisitor(Class<?>, Map<Member, String[]>, String, String, boolean) - Constructor for class org.springframework.core.LocalVariableTableParameterNameDiscoverer.LocalVariableTableVisitor
 
LocalVariableTableParameterNameDiscoverer.ParameterNameDiscoveringVisitor - Class in org.springframework.core
Helper class that inspects all methods (constructor included) and then attempts to find the parameter names for that member.
LocalVariableTableParameterNameDiscoverer.ParameterNameDiscoveringVisitor(Class<?>, Map<Member, String[]>) - Constructor for class org.springframework.core.LocalVariableTableParameterNameDiscoverer.ParameterNameDiscoveringVisitor
 
locateExistingServerIfPossible - Variable in class org.springframework.jmx.support.MBeanServerFactoryBean
 
locateMBeanServer() - Static method in class org.springframework.jmx.support.JmxUtils
Attempt to find a locally running MBeanServer.
locateMBeanServer(String) - Static method in class org.springframework.jmx.support.JmxUtils
Attempt to find a locally running MBeanServer.
locateMBeanServer(String) - Method in class org.springframework.jmx.support.MBeanServerFactoryBean
Attempt to locate an existing MBeanServer.
locateSource(Map<String, Object>) - Method in class org.springframework.web.servlet.view.xslt.XsltView
Locate the Source object in the supplied model, converting objects as required.
locateTableAndProcessMetaData(DatabaseMetaData, String, String, String) - Method in class org.springframework.jdbc.core.metadata.GenericTableMetaDataProvider
Method supporting the metedata processing for a table.
locateToBeMarshalled(Map<String, Object>) - Method in class org.springframework.web.servlet.view.xml.MarshallingView
Locates the object to be marshalled.
locateTransactionManager() - Method in class org.springframework.orm.hibernate4.ConfigurableJtaPlatform
 
locateUserTransaction() - Method in class org.springframework.orm.hibernate4.ConfigurableJtaPlatform
 
location - Variable in class org.springframework.aop.support.AbstractExpressionPointcut
 
Location - Class in org.springframework.beans.factory.parsing
Class that models an arbitrary location in a resource.
Location(Resource) - Constructor for class org.springframework.beans.factory.parsing.Location
Create a new instance of the Location class.
Location(Resource, Object) - Constructor for class org.springframework.beans.factory.parsing.Location
Create a new instance of the Location class.
location - Variable in class org.springframework.beans.factory.parsing.Problem
 
LOCATION - Static variable in class org.springframework.http.HttpHeaders
 
location(URI) - Method in class org.springframework.test.web.client.response.DefaultResponseCreator
Set the Location header.
location - Variable in class org.springframework.util.xml.AbstractStaxXMLReader.StaxLocator
 
location - Variable in class org.springframework.web.servlet.view.XmlViewResolver
 
LOCATION_HEADER - Static variable in class org.springframework.mock.web.MockHttpServletResponse
 
locations - Variable in class org.springframework.core.io.support.PropertiesLoaderSupport
 
locations - Variable in class org.springframework.jdbc.config.SortedResourcesFactoryBean
 
locations - Variable in class org.springframework.test.context.ContextConfigurationAttributes
 
locations - Variable in class org.springframework.test.context.MergedContextConfiguration
 
locations - Variable in class org.springframework.web.servlet.config.annotation.ResourceHandlerRegistration
 
locations - Variable in class org.springframework.web.servlet.resource.ResourceHttpRequestHandler
 
locator - Variable in class org.springframework.util.xml.StaxEventContentHandler.LocatorLocationAdapter
 
LOCATOR_FACTORY_KEY_PARAM - Static variable in class org.springframework.web.context.ContextLoader
Optional servlet context parameter (i.e., "parentContextKey") used only when obtaining a parent context using the default implementation of ContextLoader.loadParentContext(ServletContext servletContext).
LOCATOR_FACTORY_SELECTOR_PARAM - Static variable in class org.springframework.web.context.ContextLoader
Optional servlet context parameter (i.e., "locatorFactorySelector") used only when obtaining a parent context using the default implementation of ContextLoader.loadParentContext(ServletContext servletContext).
lock(Object, LockMode) - Method in interface org.springframework.orm.hibernate3.HibernateOperations
Obtain the specified lock level upon the given object, implicitly checking whether the corresponding database entry still exists.
lock(String, Object, LockMode) - Method in interface org.springframework.orm.hibernate3.HibernateOperations
Obtain the specified lock level upon the given object, implicitly checking whether the corresponding database entry still exists.
lock(Object, LockMode) - Method in class org.springframework.orm.hibernate3.HibernateTemplate
 
lock(String, Object, LockMode) - Method in class org.springframework.orm.hibernate3.HibernateTemplate
 
log - Variable in class org.springframework.beans.factory.config.CommonsLogFactoryBean
Deprecated.
 
log - Variable in class org.springframework.jmx.export.metadata.ManagedResource
 
log(String) - Method in class org.springframework.mock.web.MockServletContext
 
log(Exception, String) - Method in class org.springframework.mock.web.MockServletContext
 
log(String, Throwable) - Method in class org.springframework.mock.web.MockServletContext
 
log(String) - Method in class org.springframework.mock.web.portlet.MockPortletContext
 
log(String, Throwable) - Method in class org.springframework.mock.web.portlet.MockPortletContext
 
log(String) - Method in class org.springframework.mock.web.portlet.ServletWrappingPortletContext
 
log(String, Throwable) - Method in class org.springframework.mock.web.portlet.ServletWrappingPortletContext
 
Log4jConfigListener - Class in org.springframework.web.util
Bootstrap listener for custom log4j initialization in a web environment.
Log4jConfigListener() - Constructor for class org.springframework.web.util.Log4jConfigListener
 
Log4jConfigurer - Class in org.springframework.util
Convenience class that features simple methods for custom log4j configuration.
Log4jConfigurer() - Constructor for class org.springframework.util.Log4jConfigurer
 
log4jLogger - Variable in class org.springframework.web.context.request.Log4jNestedDiagnosticContextInterceptor
Logger available to subclasses
log4jLogger - Variable in class org.springframework.web.filter.Log4jNestedDiagnosticContextFilter
Logger available to subclasses
Log4jNestedDiagnosticContextFilter - Class in org.springframework.web.filter
Request logging filter that adds the request log message to the Log4J nested diagnostic context (NDC) before the request is processed, removing it again after the request is processed.
Log4jNestedDiagnosticContextFilter() - Constructor for class org.springframework.web.filter.Log4jNestedDiagnosticContextFilter
 
Log4jNestedDiagnosticContextInterceptor - Class in org.springframework.web.context.request
Request logging interceptor that adds a request context message to the Log4J nested diagnostic context (NDC) before the request is processed, removing it again after the request is processed.
Log4jNestedDiagnosticContextInterceptor() - Constructor for class org.springframework.web.context.request.Log4jNestedDiagnosticContextInterceptor
 
Log4jWebConfigurer - Class in org.springframework.web.util
Convenience class that performs custom log4j initialization for web environments, allowing for log file paths within the web application, with the option to perform automatic refresh checks (for runtime changes in logging configuration).
Log4jWebConfigurer() - Constructor for class org.springframework.web.util.Log4jWebConfigurer
 
LOG_AND_PROPAGATE_ERROR_HANDLER - Static variable in class org.springframework.scheduling.support.TaskUtils
An ErrorHandler strategy that will log at error level and then re-throw the Exception.
LOG_AND_SUPPRESS_ERROR_HANDLER - Static variable in class org.springframework.scheduling.support.TaskUtils
An ErrorHandler strategy that will log the Exception but perform no further handling.
logDeprecatedBean(String, Class<?>, BeanDefinition) - Method in class org.springframework.beans.factory.config.DeprecatedBeanWarner
Logs a warning for a bean annotated with @Deprecated.
logException(Exception, PortletRequest) - Method in class org.springframework.web.portlet.handler.AbstractHandlerExceptionResolver
Log the given exception at warn level, provided that warn logging has been activated through the "warnLogCategory" property.
logException(Exception, HttpServletRequest) - Method in class org.springframework.web.servlet.handler.AbstractHandlerExceptionResolver
Log the given exception at warn level, provided that warn logging has been activated through the "warnLogCategory" property.
logFile - Variable in class org.springframework.jmx.export.metadata.ManagedResource
 
logger - Variable in class org.springframework.aop.aspectj.annotation.AbstractAspectJAdvisorFactory
Logger available to subclasses
logger - Static variable in class org.springframework.aop.aspectj.AspectJExpressionPointcut
 
LOGGER - Static variable in class org.springframework.aop.aspectj.AspectJWeaverMessageHandler
 
logger - Static variable in class org.springframework.aop.framework.adapter.ThrowsAdviceInterceptor
 
logger - Variable in class org.springframework.aop.framework.autoproxy.AbstractAutoProxyCreator
Logger available to subclasses
logger - Static variable in class org.springframework.aop.framework.autoproxy.BeanFactoryAdvisorRetrievalHelper
 
logger - Variable in class org.springframework.aop.framework.autoproxy.target.AbstractBeanFactoryBasedTargetSourceCreator
 
logger - Static variable in class org.springframework.aop.framework.CglibAopProxy
Logger available to subclasses; static to optimize serialization
logger - Static variable in class org.springframework.aop.framework.JdkDynamicAopProxy
We use a static Log to avoid serialization issues
logger - Variable in class org.springframework.aop.framework.ProxyFactoryBean
 
logger - Variable in class org.springframework.aop.target.AbstractBeanFactoryBasedTargetSource
Logger available to subclasses
logger - Variable in class org.springframework.aop.target.AbstractLazyCreationTargetSource
Logger available to subclasses
logger - Variable in class org.springframework.aop.target.dynamic.AbstractRefreshableTargetSource
Logger available to subclasses
logger - Static variable in class org.springframework.beans.BeanUtils
 
logger - Static variable in class org.springframework.beans.BeanWrapperImpl
We'll create a lot of these objects, so we don't want a new logger every time.
logger - Static variable in class org.springframework.beans.CachedIntrospectionResults
 
logger - Variable in class org.springframework.beans.factory.access.el.SpringBeanELResolver
Logger available to subclasses
logger - Static variable in class org.springframework.beans.factory.access.SingletonBeanFactoryLocator
 
logger - Variable in class org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor
 
logger - Variable in class org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor
 
logger - Variable in class org.springframework.beans.factory.annotation.InjectionMetadata
 
logger - Variable in class org.springframework.beans.factory.config.AbstractFactoryBean
Logger available to subclasses
logger - Variable in class org.springframework.beans.factory.config.CustomEditorConfigurer
 
logger - Variable in class org.springframework.beans.factory.config.DeprecatedBeanWarner
Logger available to subclasses.
logger - Static variable in class org.springframework.beans.factory.config.PropertyPathFactoryBean
 
logger - Variable in class org.springframework.beans.factory.parsing.FailFastProblemReporter
 
logger - Variable in class org.springframework.beans.factory.support.AbstractBeanDefinitionReader
Logger available to subclasses
logger - Static variable in class org.springframework.beans.factory.support.CglibSubclassingInstantiationStrategy.CglibSubclassCreator
 
logger - Variable in class org.springframework.beans.factory.support.DefaultSingletonBeanRegistry
Logger available to subclasses
logger - Static variable in class org.springframework.beans.factory.support.DisposableBeanAdapter
 
logger - Variable in class org.springframework.beans.factory.wiring.BeanConfigurerSupport
Logger available to subclasses
logger - Variable in class org.springframework.beans.factory.xml.BeanDefinitionParserDelegate
 
logger - Static variable in class org.springframework.beans.factory.xml.BeansDtdResolver
 
logger - Variable in class org.springframework.beans.factory.xml.DefaultBeanDefinitionDocumentReader
 
logger - Static variable in class org.springframework.beans.factory.xml.DefaultDocumentLoader
 
logger - Variable in class org.springframework.beans.factory.xml.DefaultNamespaceHandlerResolver
Logger available to subclasses
logger - Static variable in class org.springframework.beans.factory.xml.PluggableSchemaResolver
 
logger - Static variable in class org.springframework.beans.factory.xml.ResourceEntityResolver
 
logger - Variable in class org.springframework.beans.support.PropertyComparator
 
logger - Static variable in class org.springframework.beans.TypeConverterDelegate
 
logger - Variable in class org.springframework.cache.ehcache.EhCacheFactoryBean
 
logger - Variable in class org.springframework.cache.ehcache.EhCacheManagerFactoryBean
 
logger - Variable in class org.springframework.cache.interceptor.AbstractFallbackCacheOperationSource
Logger available to subclasses.
logger - Variable in class org.springframework.cache.interceptor.CacheAspectSupport
 
logger - Static variable in class org.springframework.cache.interceptor.NameMatchCacheOperationSource
Logger available to subclasses.
logger - Variable in class org.springframework.context.annotation.AutoProxyRegistrar
 
logger - Variable in class org.springframework.context.annotation.ClassPathScanningCandidateComponentProvider
 
logger - Static variable in class org.springframework.context.annotation.ConfigurationClassBeanDefinitionReader
 
logger - Static variable in class org.springframework.context.annotation.ConfigurationClassEnhancer
 
logger - Variable in class org.springframework.context.annotation.ConfigurationClassPostProcessor
 
logger - Static variable in class org.springframework.context.annotation.ConfigurationClassUtils
 
logger - Variable in class org.springframework.context.support.AbstractApplicationContext
Logger used by this class.
logger - Variable in class org.springframework.context.support.ApplicationObjectSupport
Logger that is available to subclasses
logger - Variable in class org.springframework.context.support.DefaultLifecycleProcessor
 
logger - Variable in class org.springframework.context.support.MessageSourceSupport
Logger available to subclasses
logger - Static variable in class org.springframework.context.support.SimpleThreadScope
 
logger - Variable in class org.springframework.context.weaving.DefaultContextLoadTimeWeaver
 
logger - Variable in class org.springframework.core.enums.AbstractCachingLabeledEnumResolver
Deprecated.
 
logger - Variable in class org.springframework.core.env.AbstractEnvironment
 
logger - Variable in class org.springframework.core.env.AbstractPropertyResolver
 
logger - Variable in class org.springframework.core.env.EnumerablePropertySource
 
logger - Variable in class org.springframework.core.env.MutablePropertySources
 
logger - Variable in class org.springframework.core.env.PropertySource
 
logger - Static variable in class org.springframework.core.io.support.PathMatchingResourcePatternResolver
 
logger - Variable in class org.springframework.core.io.support.PropertiesLoaderSupport
Logger available to subclasses
logger - Static variable in class org.springframework.core.io.support.ResourceArrayPropertyEditor
 
logger - Static variable in class org.springframework.core.io.support.SpringFactoriesLoader
 
logger - Static variable in class org.springframework.core.io.VfsUtils
 
logger - Static variable in class org.springframework.core.LocalVariableTableParameterNameDiscoverer
 
logger - Variable in class org.springframework.core.type.classreading.AbstractRecursiveAnnotationVisitor
 
logger - Variable in class org.springframework.dao.support.DaoSupport
Logger available to subclasses
logger - Variable in class org.springframework.ejb.support.AbstractMessageDrivenBean
Deprecated.
Logger available to subclasses
logger - Variable in class org.springframework.ejb.support.AbstractStatelessSessionBean
Deprecated.
Logger available to subclasses
logger - Variable in class org.springframework.http.client.support.HttpAccessor
Logger available to subclasses.
logger - Variable in class org.springframework.http.converter.AbstractHttpMessageConverter
Logger available to subclasses
logger - Static variable in class org.springframework.instrument.classloading.ReflectiveLoadTimeWeaver
 
logger - Static variable in class org.springframework.jca.cci.connection.ConnectionFactoryUtils
 
logger - Variable in class org.springframework.jca.cci.connection.SingleConnectionFactory
 
logger - Variable in class org.springframework.jca.cci.core.CciTemplate
 
logger - Variable in class org.springframework.jca.context.SpringContextResourceAdapter
 
logger - Variable in class org.springframework.jca.endpoint.AbstractMessageEndpointFactory
Logger available to subclasses
logger - Variable in class org.springframework.jdbc.core.BeanPropertyRowMapper
Logger available to subclasses
logger - Variable in class org.springframework.jdbc.core.metadata.CallMetaDataContext
Logger available to subclasses
logger - Static variable in class org.springframework.jdbc.core.metadata.CallMetaDataProviderFactory
Logger
logger - Static variable in class org.springframework.jdbc.core.metadata.GenericCallMetaDataProvider
Logger available to subclasses
logger - Static variable in class org.springframework.jdbc.core.metadata.GenericTableMetaDataProvider
Logger available to subclasses
logger - Variable in class org.springframework.jdbc.core.metadata.TableMetaDataContext
Logger available to subclasses
logger - Static variable in class org.springframework.jdbc.core.metadata.TableMetaDataProviderFactory
 
logger - Variable in class org.springframework.jdbc.core.simple.AbstractJdbcCall
Logger available to subclasses
logger - Variable in class org.springframework.jdbc.core.simple.AbstractJdbcInsert
Logger available to subclasses
logger - Static variable in class org.springframework.jdbc.core.StatementCreatorUtils
 
logger - Variable in class org.springframework.jdbc.datasource.AbstractDataSource
Logger available to subclasses
logger - Static variable in class org.springframework.jdbc.datasource.DataSourceUtils
 
logger - Variable in class org.springframework.jdbc.datasource.embedded.AbstractEmbeddedDatabaseConfigurer
 
logger - Static variable in class org.springframework.jdbc.datasource.embedded.DerbyEmbeddedDatabaseConfigurer
 
logger - Static variable in class org.springframework.jdbc.datasource.embedded.EmbeddedDatabaseFactory
 
logger - Static variable in class org.springframework.jdbc.datasource.init.ResourceDatabasePopulator
 
logger - Static variable in class org.springframework.jdbc.datasource.JdbcTransactionObjectSupport
 
logger - Static variable in class org.springframework.jdbc.datasource.LazyConnectionDataSourceProxy
 
logger - Variable in class org.springframework.jdbc.datasource.WebSphereDataSourceAdapter
 
logger - Variable in class org.springframework.jdbc.object.RdbmsOperation
Logger available to subclasses
logger - Variable in class org.springframework.jdbc.support.AbstractFallbackSQLExceptionTranslator
Logger available to subclasses
logger - Static variable in class org.springframework.jdbc.support.CustomSQLExceptionTranslatorRegistry
 
logger - Variable in class org.springframework.jdbc.support.DatabaseStartupValidator
 
logger - Variable in class org.springframework.jdbc.support.JdbcAccessor
Logger available to subclasses
logger - Static variable in class org.springframework.jdbc.support.JdbcUtils
 
logger - Variable in class org.springframework.jdbc.support.lob.DefaultLobHandler
 
logger - Static variable in class org.springframework.jdbc.support.lob.LobCreatorUtils
 
logger - Variable in class org.springframework.jdbc.support.lob.OracleLobHandler
Deprecated.
 
logger - Static variable in class org.springframework.jdbc.support.lob.TemporaryLobCreator
 
logger - Static variable in class org.springframework.jdbc.support.SQLErrorCodesFactory
 
logger - Static variable in class org.springframework.jms.connection.ConnectionFactoryUtils
 
logger - Static variable in class org.springframework.jms.connection.JmsResourceHolder
 
logger - Variable in class org.springframework.jms.connection.SingleConnectionFactory
 
logger - Variable in class org.springframework.jms.core.support.JmsGatewaySupport
Logger available to subclasses
logger - Variable in class org.springframework.jms.listener.adapter.MessageListenerAdapter
Logger available to subclasses
logger - Variable in class org.springframework.jms.listener.endpoint.DefaultJmsActivationSpecFactory
Logger available to subclasses
logger - Variable in class org.springframework.jms.support.JmsAccessor
Logger available to subclasses
logger - Static variable in class org.springframework.jms.support.JmsUtils
 
logger - Static variable in class org.springframework.jmx.access.ConnectorDelegate
 
logger - Variable in class org.springframework.jmx.access.MBeanClientInterceptor
Logger available to subclasses
logger - Variable in class org.springframework.jmx.access.NotificationListenerRegistrar
Logger available to subclasses
logger - Variable in class org.springframework.jmx.export.naming.KeyNamingStrategy
Log instance for this class.
logger - Static variable in class org.springframework.jmx.support.JmxUtils
 
logger - Variable in class org.springframework.jmx.support.MBeanRegistrationSupport
Log instance for this class.
logger - Variable in class org.springframework.jmx.support.MBeanServerFactoryBean
 
logger - Variable in class org.springframework.jndi.JndiAccessor
Logger, available to subclasses.
logger - Variable in class org.springframework.jndi.JndiTemplate
 
logger - Variable in class org.springframework.mock.jndi.SimpleNamingContext
 
logger - Variable in class org.springframework.mock.jndi.SimpleNamingContextBuilder
 
logger - Variable in class org.springframework.mock.web.MockRequestDispatcher
 
logger - Variable in class org.springframework.mock.web.MockServletContext
 
logger - Variable in class org.springframework.mock.web.portlet.MockPortletContext
 
logger - Variable in class org.springframework.mock.web.portlet.MockPortletRequestDispatcher
 
logger - Variable in class org.springframework.orm.hibernate3.AbstractSessionFactoryBean
Logger available to subclasses
logger - Variable in class org.springframework.orm.hibernate3.HibernateAccessor
Logger available to subclasses
logger - Static variable in class org.springframework.orm.hibernate3.SessionFactoryUtils
 
logger - Variable in class org.springframework.orm.hibernate3.support.AbstractLobType
 
logger - Static variable in class org.springframework.orm.hibernate4.SessionFactoryUtils
 
logger - Variable in class org.springframework.orm.hibernate4.support.OpenSessionInViewInterceptor
 
logger - Variable in class org.springframework.orm.jdo.DefaultJdoDialect
 
logger - Variable in class org.springframework.orm.jdo.JdoAccessor
Deprecated.
Logger available to subclasses
logger - Variable in class org.springframework.orm.jdo.LocalPersistenceManagerFactoryBean
 
logger - Static variable in class org.springframework.orm.jdo.PersistenceManagerFactoryUtils
 
logger - Variable in class org.springframework.orm.jdo.support.OpenPersistenceManagerInViewInterceptor
 
logger - Variable in class org.springframework.orm.jpa.AbstractEntityManagerFactoryBean
Logger available to subclasses
logger - Variable in class org.springframework.orm.jpa.EntityManagerFactoryAccessor
Logger available to subclasses
logger - Static variable in class org.springframework.orm.jpa.EntityManagerFactoryUtils
 
logger - Static variable in class org.springframework.orm.jpa.ExtendedEntityManagerCreator.ExtendedEntityManagerInvocationHandler
 
logger - Static variable in class org.springframework.orm.jpa.persistenceunit.ClassFileTransformerAdapter
 
logger - Variable in class org.springframework.orm.jpa.persistenceunit.PersistenceUnitReader
 
logger - Variable in class org.springframework.orm.jpa.SharedEntityManagerCreator.SharedEntityManagerInvocationHandler
 
logger - Variable in class org.springframework.oxm.jaxb.Jaxb2Marshaller
Logger available to subclasses
logger - Variable in class org.springframework.oxm.support.AbstractMarshaller
Logger available to subclasses.
logger - Variable in class org.springframework.remoting.httpinvoker.AbstractHttpInvokerRequestExecutor
 
logger - Variable in class org.springframework.remoting.jaxrpc.LocalJaxRpcServiceFactory
Deprecated.
Logger available to subclasses
logger - Variable in class org.springframework.remoting.jaxrpc.ServletEndpointSupport
Deprecated.
 
logger - Variable in class org.springframework.remoting.jaxws.SimpleHttpServerJaxWsServiceExporter
 
logger - Static variable in class org.springframework.remoting.rmi.RmiClientInterceptorUtils
 
logger - Variable in class org.springframework.remoting.rmi.RmiRegistryFactoryBean
 
logger - Static variable in class org.springframework.remoting.support.RemoteInvocationTraceInterceptor
 
logger - Variable in class org.springframework.remoting.support.RemotingSupport
Logger available to subclasses
logger - Variable in class org.springframework.remoting.support.SimpleHttpServerFactoryBean
 
logger - Variable in class org.springframework.scheduling.backportconcurrent.ThreadPoolTaskExecutor
Deprecated.
 
logger - Variable in class org.springframework.scheduling.concurrent.ExecutorConfigurationSupport
 
logger - Variable in class org.springframework.scheduling.quartz.LocalTaskExecutorThreadPool
Logger available to subclasses
logger - Static variable in class org.springframework.scheduling.quartz.MethodInvokingJobDetailFactoryBean.MethodInvokingJob
 
logger - Static variable in class org.springframework.scheduling.quartz.ResourceLoaderClassLoadHelper
 
logger - Variable in class org.springframework.scheduling.quartz.SchedulerAccessor
 
logger - Variable in class org.springframework.scheduling.support.MethodInvokingRunnable
 
logger - Variable in class org.springframework.scheduling.support.TaskUtils.LoggingErrorHandler
 
logger - Static variable in class org.springframework.scheduling.timer.DelegatingTimerTask
Deprecated.
 
logger - Variable in class org.springframework.scheduling.timer.TimerFactoryBean
Deprecated.
 
logger - Variable in class org.springframework.scheduling.timer.TimerTaskExecutor
Deprecated.
 
logger - Variable in class org.springframework.scripting.support.ResourceScriptSource
Logger available to subclasses
logger - Variable in class org.springframework.scripting.support.ScriptFactoryPostProcessor
Logger available to subclasses
logger - Static variable in class org.springframework.test.annotation.ProfileValueUtils
 
logger - Variable in class org.springframework.test.ConditionalTestCase
Deprecated.
Logger available to subclasses
logger - Static variable in class org.springframework.test.context.CacheAwareContextLoaderDelegate
 
logger - Static variable in class org.springframework.test.context.ContextConfigurationAttributes
 
logger - Static variable in class org.springframework.test.context.ContextLoaderUtils
 
logger - Variable in class org.springframework.test.context.junit38.AbstractJUnit38SpringContextTests
Deprecated.
Logger available to subclasses.
logger - Variable in class org.springframework.test.context.junit4.AbstractJUnit4SpringContextTests
Logger available to subclasses.
logger - Static variable in class org.springframework.test.context.junit4.SpringJUnit4ClassRunner
 
logger - Static variable in class org.springframework.test.context.junit4.statements.SpringRepeat
 
logger - Static variable in class org.springframework.test.context.support.AbstractContextLoader
 
logger - Static variable in class org.springframework.test.context.support.AbstractDelegatingSmartContextLoader
 
logger - Static variable in class org.springframework.test.context.support.AbstractGenericContextLoader
 
logger - Static variable in class org.springframework.test.context.support.AnnotationConfigContextLoader
 
logger - Static variable in class org.springframework.test.context.support.AnnotationConfigContextLoaderUtils
 
logger - Static variable in class org.springframework.test.context.support.DependencyInjectionTestExecutionListener
 
logger - Static variable in class org.springframework.test.context.support.DirtiesContextTestExecutionListener
 
logger - Static variable in class org.springframework.test.context.TestContext
 
logger - Static variable in class org.springframework.test.context.TestContextManager
 
logger - Variable in class org.springframework.test.context.testng.AbstractTestNGSpringContextTests
Logger available to subclasses
logger - Static variable in class org.springframework.test.context.transaction.TransactionalTestExecutionListener
 
logger - Static variable in class org.springframework.test.context.web.AbstractGenericWebContextLoader
 
logger - Static variable in class org.springframework.test.context.web.AnnotationConfigWebContextLoader
 
logger - Static variable in class org.springframework.test.context.web.ServletTestExecutionListener
 
logger - Static variable in class org.springframework.test.jdbc.JdbcTestUtils
 
logger - Static variable in class org.springframework.test.jdbc.SimpleJdbcTestUtils
Deprecated.
 
logger - Static variable in class org.springframework.test.util.ReflectionTestUtils
 
logger - Variable in class org.springframework.transaction.interceptor.AbstractFallbackTransactionAttributeSource
Logger available to subclasses.
logger - Variable in class org.springframework.transaction.interceptor.MethodMapTransactionAttributeSource
Logger available to subclasses
logger - Static variable in class org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource
Logger available to subclasses.
logger - Static variable in class org.springframework.transaction.interceptor.RuleBasedTransactionAttribute
Static for optimal serializability
logger - Variable in class org.springframework.transaction.interceptor.TransactionAspectSupport
 
logger - Static variable in class org.springframework.transaction.jta.SpringJtaSynchronizationAdapter
 
logger - Variable in class org.springframework.transaction.support.AbstractPlatformTransactionManager
 
logger - Static variable in class org.springframework.transaction.support.TransactionSynchronizationManager
 
logger - Static variable in class org.springframework.transaction.support.TransactionSynchronizationUtils
 
logger - Variable in class org.springframework.transaction.support.TransactionTemplate
Logger available to subclasses
logger - Variable in class org.springframework.ui.context.support.ResourceBundleThemeSource
 
logger - Static variable in class org.springframework.ui.context.support.UiApplicationContextUtils
 
logger - Variable in class org.springframework.ui.freemarker.FreeMarkerConfigurationFactory
 
logger - Variable in class org.springframework.ui.freemarker.SpringTemplateLoader
 
logger - Static variable in class org.springframework.ui.velocity.CommonsLoggingLogSystem
Deprecated.
 
logger - Variable in class org.springframework.ui.velocity.SpringResourceLoader
 
logger - Variable in class org.springframework.ui.velocity.VelocityEngineFactory
 
logger - Static variable in class org.springframework.ui.velocity.VelocityEngineUtils
 
logger - Variable in class org.springframework.util.CommonsLogWriter
 
logger - Variable in class org.springframework.util.ConcurrencyThrottleSupport
Transient to optimize serialization
logger - Static variable in class org.springframework.util.PropertyPlaceholderHelper
 
logger - Static variable in class org.springframework.util.WeakReferenceMonitor
 
logger - Variable in class org.springframework.util.xml.SimpleSaxErrorHandler
 
logger - Variable in class org.springframework.util.xml.SimpleTransformErrorListener
 
logger - Static variable in class org.springframework.validation.DataBinder
We'll create a lot of DataBinder instances: Let's use a static logger.
logger - Static variable in class org.springframework.validation.ValidationUtils
 
logger - Static variable in class org.springframework.web.accept.FixedContentNegotiationStrategy
 
logger - Static variable in class org.springframework.web.accept.ParameterContentNegotiationStrategy
 
logger - Static variable in class org.springframework.web.accept.PathExtensionContentNegotiationStrategy
 
logger - Static variable in class org.springframework.web.bind.annotation.support.HandlerMethodInvoker
We'll create a lot of these objects, so we don't want a new logger every time.
logger - Variable in class org.springframework.web.client.HttpMessageConverterExtractor
 
logger - Variable in class org.springframework.web.client.support.RestGatewaySupport
Logger available to subclasses
logger - Variable in class org.springframework.web.context.AbstractContextLoaderInitializer
Logger available to subclasses.
logger - Static variable in class org.springframework.web.context.ContextCleanupListener
 
logger - Static variable in class org.springframework.web.context.request.async.CallableInterceptorChain
 
logger - Static variable in class org.springframework.web.context.request.async.DeferredResult
 
logger - Static variable in class org.springframework.web.context.request.async.DeferredResultInterceptorChain
 
logger - Static variable in class org.springframework.web.context.request.async.WebAsyncManager
 
logger - Static variable in class org.springframework.web.context.request.FacesRequestAttributes
We'll create a lot of these objects, so we don't want a new logger every time.
logger - Variable in class org.springframework.web.context.support.ServletContextAttributeExporter
 
logger - Static variable in class org.springframework.web.context.support.ServletContextResourcePatternResolver
 
logger - Static variable in class org.springframework.web.context.support.SpringBeanAutowiringSupport
 
logger - Variable in class org.springframework.web.filter.GenericFilterBean
Logger available to subclasses
logger - Variable in class org.springframework.web.jsf.DelegatingVariableResolver
Deprecated.
Logger available to subclasses
logger - Variable in class org.springframework.web.jsf.el.WebApplicationContextFacesELResolver
Logger available to subclasses
logger - Variable in class org.springframework.web.method.annotation.AbstractWebArgumentResolverAdapter
 
logger - Variable in class org.springframework.web.method.annotation.ModelAttributeMethodProcessor
 
logger - Variable in class org.springframework.web.method.HandlerMethod
Logger that is available to subclasses
logger - Variable in class org.springframework.web.method.support.HandlerMethodArgumentResolverComposite
 
logger - Variable in class org.springframework.web.method.support.HandlerMethodReturnValueHandlerComposite
 
logger - Variable in class org.springframework.web.multipart.commons.CommonsFileUploadSupport
 
logger - Static variable in class org.springframework.web.multipart.commons.CommonsMultipartFile
 
logger - Variable in class org.springframework.web.portlet.GenericPortletBean
Logger available to subclasses
logger - Variable in class org.springframework.web.portlet.handler.AbstractHandlerExceptionResolver
Logger available to subclasses
logger - Variable in class org.springframework.web.servlet.handler.AbstractHandlerExceptionResolver
Logger available to subclasses
logger - Static variable in class org.springframework.web.servlet.HandlerExecutionChain
 
logger - Variable in class org.springframework.web.servlet.HttpServletBean
Logger available to subclasses
logger - Variable in class org.springframework.web.servlet.mvc.condition.AbstractMediaTypeExpression
 
logger - Variable in class org.springframework.web.servlet.mvc.method.annotation.AbstractMessageConverterMethodArgumentResolver
 
logger - Variable in class org.springframework.web.servlet.mvc.method.annotation.ResponseEntityExceptionHandler
 
logger - Variable in class org.springframework.web.servlet.mvc.multiaction.AbstractUrlMethodNameResolver
Logger available to subclasses
logger - Variable in class org.springframework.web.servlet.mvc.multiaction.ParameterMethodNameResolver
 
logger - Variable in class org.springframework.web.servlet.support.AbstractFlashMapManager
 
logger - Variable in class org.springframework.web.servlet.tags.RequestContextAwareTag
Logger available to subclasses
logger - Static variable in class org.springframework.web.servlet.view.ContentNegotiatingViewResolver
 
logger - Variable in class org.springframework.web.servlet.view.tiles2.TilesConfigurer
 
logger - Variable in class org.springframework.web.servlet.view.tiles3.TilesConfigurer
 
logger - Variable in class org.springframework.web.struts.ContextLoaderPlugIn
Deprecated.
 
logger - Static variable in class org.springframework.web.struts.DelegatingActionUtils
Deprecated.
 
logger - Static variable in class org.springframework.web.struts.SpringBindingActionForm
Deprecated.
 
logger - Variable in class org.springframework.web.util.CookieGenerator
 
logger - Static variable in class org.springframework.web.util.UrlPathHelper
 
logicalClose(Session) - Method in class org.springframework.jms.connection.CachingConnectionFactory.CachedSessionInvocationHandler
 
logicalMappings - Variable in class org.springframework.web.servlet.mvc.multiaction.ParameterMethodNameResolver
 
login(String, String) - Method in class org.springframework.mock.web.MockHttpServletRequest
 
logout() - Method in class org.springframework.mock.web.MockHttpServletRequest
 
logRejectedTask(Object, RuntimeException) - Method in class org.springframework.jms.listener.AbstractJmsListeningContainer
logResponseStatus(HttpMethod, URI, ClientHttpResponse) - Method in class org.springframework.web.client.RestTemplate
 
logTargetClassInvocation - Variable in class org.springframework.aop.interceptor.AbstractMonitoringInterceptor
 
logTranslation(String, String, SQLException, boolean) - Method in class org.springframework.jdbc.support.SQLErrorCodeSQLExceptionTranslator
 
logVelocityMessage(int, String) - Method in class org.springframework.ui.velocity.CommonsLoggingLogSystem
Deprecated.
 
LONG_PARSER - Static variable in class org.springframework.web.bind.ServletRequestUtils
 
LONG_PARSER - Static variable in class org.springframework.web.portlet.bind.PortletRequestUtils
 
LongLiteral - Class in org.springframework.expression.spel.ast
Expression language AST node that represents a long integer literal.
LongLiteral(String, int, long) - Constructor for class org.springframework.expression.spel.ast.LongLiteral
 
longResult(Collection) - Static method in class org.springframework.dao.support.DataAccessUtils
Return a unique long result from the given Collection.
longValue(String, long) - Method in class org.springframework.test.web.servlet.result.HeaderResultMatchers
Assert the primary value of a response header as a Long.
lookup() - Method in class org.springframework.ejb.access.AbstractRemoteSlsbInvokerInterceptor
This overridden lookup implementation performs a narrow operation after the JNDI lookup, provided that a home interface is specified.
lookup(String) - Method in class org.springframework.jndi.JndiLocatorDelegate
 
lookup(String, Class<T>) - Method in class org.springframework.jndi.JndiLocatorDelegate
 
lookup(String) - Method in class org.springframework.jndi.JndiLocatorSupport
Perform an actual JNDI lookup for the given name via the JndiTemplate.
lookup(String, Class<T>) - Method in class org.springframework.jndi.JndiLocatorSupport
Perform an actual JNDI lookup for the given name via the JndiTemplate.
lookup() - Method in class org.springframework.jndi.JndiObjectLocator
Perform the actual JNDI lookup for this locator's target resource.
lookup(String) - Method in class org.springframework.jndi.JndiTemplate
Look up the object with the given name in the current JNDI context.
lookup(String, Class<T>) - Method in class org.springframework.jndi.JndiTemplate
Look up the object with the given name in the current JNDI context.
lookup(String) - Method in class org.springframework.mock.jndi.ExpectedLookupTemplate
If the name is the expected name specified in the constructor, return the object provided in the constructor.
lookup(String) - Method in class org.springframework.mock.jndi.SimpleNamingContext
Look up the object with the given name.
lookup(Name) - Method in class org.springframework.mock.jndi.SimpleNamingContext
 
lookup(String, Class<T>) - Method in class org.springframework.orm.jpa.support.PersistenceAnnotationBeanPostProcessor.LocatorDelegate
 
lookup(String, Class<T>) - Method in class org.springframework.orm.jpa.support.PersistenceAnnotationBeanPostProcessor
Perform a JNDI lookup for the given resource by name.
LOOKUP_METHOD_ELEMENT - Static variable in class org.springframework.beans.factory.xml.BeanDefinitionParserDelegate
 
LOOKUP_OVERRIDE - Static variable in class org.springframework.beans.factory.support.CglibSubclassingInstantiationStrategy
Index in the CGLIB callback array for a method that should be overridden to provide method lookup.
lookupCacheSeconds(String) - Method in class org.springframework.web.servlet.mvc.WebContentInterceptor
Look up a cache seconds value for the given URL path.
lookupColumnName(ResultSetMetaData, int) - Static method in class org.springframework.jdbc.support.JdbcUtils
Determine the column name to use.
lookupDefaultSchema(DatabaseMetaData) - Method in class org.springframework.jdbc.core.metadata.OracleTableMetaDataProvider
 
lookupDefaultUowManager() - Method in class org.springframework.transaction.jta.WebSphereUowTransactionManager
Obtain the WebSphere UOWManager from the default JNDI location "java:comp/websphere/UOWManager".
LookupDispatchActionSupport - Class in org.springframework.web.struts
Deprecated.
as of Spring 3.0
LookupDispatchActionSupport() - Constructor for class org.springframework.web.struts.LookupDispatchActionSupport
Deprecated.
 
lookupEntityManagerFactory(HttpServletRequest) - Method in class org.springframework.orm.jpa.support.OpenEntityManagerInViewFilter
Look up the EntityManagerFactory that this filter should use, taking the current HTTP request as argument.
lookupEntityManagerFactory() - Method in class org.springframework.orm.jpa.support.OpenEntityManagerInViewFilter
Look up the EntityManagerFactory that this filter should use.
lookupHandler(String, HttpServletRequest) - Method in class org.springframework.web.servlet.handler.AbstractUrlHandlerMapping
Look up a handler instance for the given URL path.
lookupHandlerMethod(String, HttpServletRequest) - Method in class org.springframework.web.servlet.handler.AbstractHandlerMethodMapping
Look up the best-matching handler method for the current request.
lookupHomeOnStartup - Variable in class org.springframework.ejb.access.AbstractSlsbInvokerInterceptor
 
lookupLink(String) - Method in class org.springframework.mock.jndi.SimpleNamingContext
 
lookupLink(Name) - Method in class org.springframework.mock.jndi.SimpleNamingContext
 
lookupLocalVariable(String) - Method in class org.springframework.expression.spel.ExpressionState
 
lookupMediaType(String) - Method in class org.springframework.web.accept.MappingMediaTypeFileExtensionResolver
Return the MediaType mapped to the given extension.
lookupMultipartResolver(HttpServletRequest) - Method in class org.springframework.web.multipart.support.MultipartFilter
Look up the MultipartResolver that this filter should use, taking the current HTTP request as argument.
lookupMultipartResolver() - Method in class org.springframework.web.multipart.support.MultipartFilter
Look for a MultipartResolver bean in the root web application context.
lookupName - Variable in class org.springframework.orm.jpa.AbstractEntityManagerFactoryBean.SerializedEntityManagerFactoryBeanReference
 
lookupOnStartup - Variable in class org.springframework.jndi.JndiObjectFactoryBean
 
lookupOnStartup - Variable in class org.springframework.jndi.JndiObjectTargetSource
 
LookupOverride - Class in org.springframework.beans.factory.support
Represents an override of a method that looks up an object in the same IoC context.
LookupOverride(String, String) - Constructor for class org.springframework.beans.factory.support.LookupOverride
Construct a new LookupOverride.
lookupPersistenceManagerFactory(HttpServletRequest) - Method in class org.springframework.orm.jdo.support.OpenPersistenceManagerInViewFilter
Look up the PersistenceManagerFactory that this filter should use, taking the current HTTP request as argument.
lookupPersistenceManagerFactory() - Method in class org.springframework.orm.jdo.support.OpenPersistenceManagerInViewFilter
Look up the PersistenceManagerFactory that this filter should use.
lookupServiceOnStartup - Variable in class org.springframework.remoting.jaxrpc.JaxRpcPortClientInterceptor
Deprecated.
 
lookupServiceOnStartup - Variable in class org.springframework.remoting.jaxws.JaxWsPortClientInterceptor
 
lookupSessionFactory(HttpServletRequest) - Method in class org.springframework.orm.hibernate3.support.OpenSessionInViewFilter
Look up the SessionFactory that this filter should use, taking the current HTTP request as argument.
lookupSessionFactory() - Method in class org.springframework.orm.hibernate3.support.OpenSessionInViewFilter
Look up the SessionFactory that this filter should use.
lookupSessionFactory(HttpServletRequest) - Method in class org.springframework.orm.hibernate4.support.OpenSessionInViewFilter
Look up the SessionFactory that this filter should use, taking the current HTTP request as argument.
lookupSessionFactory() - Method in class org.springframework.orm.hibernate4.support.OpenSessionInViewFilter
Look up the SessionFactory that this filter should use.
lookupStub() - Method in class org.springframework.remoting.rmi.JndiRmiClientInterceptor
Create the RMI stub, typically by looking it up.
lookupStub() - Method in class org.springframework.remoting.rmi.RmiClientInterceptor
Create the RMI stub, typically by looking it up.
lookupStubOnStartup - Variable in class org.springframework.remoting.rmi.JndiRmiClientInterceptor
 
lookupStubOnStartup - Variable in class org.springframework.remoting.rmi.RmiClientInterceptor
 
lookupTransactionManager(String) - Method in class org.springframework.transaction.jta.JtaTransactionManager
Look up the JTA TransactionManager in JNDI via the configured name.
lookupTransactionSynchronizationRegistry(String) - Method in class org.springframework.transaction.jta.JtaTransactionManager
Look up the JTA 1.1 TransactionSynchronizationRegistry in JNDI via the configured name.
lookupType - Variable in class org.springframework.context.annotation.CommonAnnotationBeanPostProcessor.LookupDependencyDescriptor
 
lookupType - Variable in class org.springframework.context.annotation.CommonAnnotationBeanPostProcessor.LookupElement
 
lookupUowManager(String) - Method in class org.springframework.transaction.jta.WebSphereUowTransactionManager
Look up the WebSphere UOWManager in JNDI via the configured name.
lookupUserTransaction(String) - Method in class org.springframework.transaction.jta.JtaTransactionManager
Look up the JTA UserTransaction in JNDI via the configured name.
lookupVariable(String) - Method in class org.springframework.cache.interceptor.LazyParamAwareEvaluationContext
Load the param information only when needed.
lookupVariable(String) - Method in interface org.springframework.expression.EvaluationContext
Look up a named variable within this evaluation context.
lookupVariable(String) - Method in class org.springframework.expression.spel.ExpressionState
 
lookupVariable(String) - Method in class org.springframework.expression.spel.ExpressionState.VariableScope
 
lookupVariable(String) - Method in class org.springframework.expression.spel.support.StandardEvaluationContext
 
lookupWithFallback() - Method in class org.springframework.jndi.JndiObjectFactoryBean
Lookup variant that that returns the specified "defaultObject" (if any) in case of lookup failure.
LOWER_PRECEDENCE - Static variable in class org.springframework.aop.aspectj.autoproxy.AspectJPrecedenceComparator
 
LOWEST_PRECEDENCE - Static variable in interface org.springframework.core.Ordered
Useful constant for the lowest precedence value.
ltw - Variable in class org.springframework.test.jpa.AbstractJpaTests.LoadTimeWeaverInjectingBeanPostProcessor
Deprecated.
 
ltwConfigurer - Variable in class org.springframework.context.annotation.LoadTimeWeavingConfiguration
 
lvtSlotIndex - Variable in class org.springframework.core.LocalVariableTableParameterNameDiscoverer.LocalVariableTableVisitor
 

M

maaif - Variable in class org.springframework.aop.aspectj.annotation.LazySingletonAspectInstanceFactoryDecorator
 
MailAuthenticationException - Exception in org.springframework.mail
Exception thrown on failed authentication.
MailAuthenticationException(String) - Constructor for exception org.springframework.mail.MailAuthenticationException
Constructor for MailAuthenticationException.
MailAuthenticationException(String, Throwable) - Constructor for exception org.springframework.mail.MailAuthenticationException
Constructor for MailAuthenticationException.
MailAuthenticationException(Throwable) - Constructor for exception org.springframework.mail.MailAuthenticationException
Constructor for MailAuthenticationException.
MailException - Exception in org.springframework.mail
Base class for all mail exceptions.
MailException(String) - Constructor for exception org.springframework.mail.MailException
Constructor for MailException.
MailException(String, Throwable) - Constructor for exception org.springframework.mail.MailException
Constructor for MailException.
MailMessage - Interface in org.springframework.mail
This is a common interface for mail messages, allowing a user to set key values required in assembling a mail message, without needing to know if the underlying message is a simple text message or a more sophisticated MIME message.
MailParseException - Exception in org.springframework.mail
Exception thrown if illegal message properties are encountered.
MailParseException(String) - Constructor for exception org.springframework.mail.MailParseException
Constructor for MailParseException.
MailParseException(String, Throwable) - Constructor for exception org.springframework.mail.MailParseException
Constructor for MailParseException.
MailParseException(Throwable) - Constructor for exception org.springframework.mail.MailParseException
Constructor for MailParseException.
MailPreparationException - Exception in org.springframework.mail
Exception to be thrown by user code if a mail cannot be prepared properly, for example when a Velocity template cannot be rendered for the mail text.
MailPreparationException(String) - Constructor for exception org.springframework.mail.MailPreparationException
Constructor for MailPreparationException.
MailPreparationException(String, Throwable) - Constructor for exception org.springframework.mail.MailPreparationException
Constructor for MailPreparationException.
MailPreparationException(Throwable) - Constructor for exception org.springframework.mail.MailPreparationException
 
MailSender - Interface in org.springframework.mail
This interface defines a strategy for sending simple mails.
MailSendException - Exception in org.springframework.mail
Exception thrown when a mail sending error is encountered.
MailSendException(String) - Constructor for exception org.springframework.mail.MailSendException
Constructor for MailSendException.
MailSendException(String, Throwable) - Constructor for exception org.springframework.mail.MailSendException
Constructor for MailSendException.
MailSendException(String, Throwable, Map<Object, Exception>) - Constructor for exception org.springframework.mail.MailSendException
Constructor for registration of failed messages, with the messages that failed as keys, and the thrown exceptions as values.
MailSendException(Map<Object, Exception>) - Constructor for exception org.springframework.mail.MailSendException
Constructor for registration of failed messages, with the messages that failed as keys, and the thrown exceptions as values.
maintainSession - Variable in class org.springframework.remoting.jaxrpc.JaxRpcPortClientInterceptor
Deprecated.
 
maintainSession - Variable in class org.springframework.remoting.jaxws.JaxWsPortClientInterceptor
 
majorJavaVersion - Static variable in class org.springframework.core.JdkVersion
 
majorVersion - Variable in class org.springframework.mock.web.MockServletContext
 
makeAccessible(Field) - Static method in class org.springframework.util.ReflectionUtils
Make the given field accessible, explicitly setting it accessible if necessary.
makeAccessible(Method) - Static method in class org.springframework.util.ReflectionUtils
Make the given method accessible, explicitly setting it accessible if necessary.
makeAccessible(Constructor<?>) - Static method in class org.springframework.util.ReflectionUtils
Make the given constructor accessible, explicitly setting it accessible if necessary.
makeAdvisorChainAspectJCapableIfNecessary(List<Advisor>) - Static method in class org.springframework.aop.aspectj.AspectJProxyUtils
Add special advisors if necessary to work with a proxy chain that contains AspectJ advisors.
makeArrayIfNecessary(Class) - Method in class org.springframework.expression.spel.ast.TypeReference
 
makeMessageFor(IMessage) - Method in class org.springframework.aop.aspectj.AspectJWeaverMessageHandler
 
makeObject() - Method in class org.springframework.aop.target.CommonsPoolTargetSource
 
makePersistent(T) - Method in interface org.springframework.orm.jdo.JdoOperations
Deprecated.
Make the given transient instance persistent.
makePersistent(T) - Method in class org.springframework.orm.jdo.JdoTemplate
Deprecated.
 
makePersistentAll(Collection<T>) - Method in interface org.springframework.orm.jdo.JdoOperations
Deprecated.
Make the given transient instances persistent.
makePersistentAll(Collection<T>) - Method in class org.springframework.orm.jdo.JdoTemplate
Deprecated.
 
MANAGED_CLASS_NAME - Static variable in class org.springframework.orm.jpa.persistenceunit.PersistenceUnitReader
 
ManagedArray - Class in org.springframework.beans.factory.support
Tag collection class used to hold managed array elements, which may include runtime bean references (to be resolved into bean objects).
ManagedArray(String, int) - Constructor for class org.springframework.beans.factory.support.ManagedArray
Create a new managed array placeholder.
ManagedAttribute - Annotation Type in org.springframework.jmx.export.annotation
JDK 1.5+ method-level annotation that indicates to expose a given bean property as JMX attribute, corresponding to the ManagedAttribute attribute.
ManagedAttribute - Class in org.springframework.jmx.export.metadata
Metadata that indicates to expose a given bean property as JMX attribute.
ManagedAttribute() - Constructor for class org.springframework.jmx.export.metadata.ManagedAttribute
 
managedClassNames - Variable in class org.springframework.orm.jpa.persistenceunit.MutablePersistenceUnitInfo
 
managedConnectionFactory - Variable in class org.springframework.jca.support.LocalConnectionFactoryBean
 
managedInterfaces - Variable in class org.springframework.jmx.export.assembler.InterfaceBasedMBeanInfoAssembler
Stores the array of interfaces to use for creating the management interface.
ManagedList<E> - Class in org.springframework.beans.factory.support
Tag collection class used to hold managed List elements, which may include runtime bean references (to be resolved into bean objects).
ManagedList() - Constructor for class org.springframework.beans.factory.support.ManagedList
 
ManagedList(int) - Constructor for class org.springframework.beans.factory.support.ManagedList
 
ManagedMap<K,V> - Class in org.springframework.beans.factory.support
Tag collection class used to hold managed Map values, which may include runtime bean references (to be resolved into bean objects).
ManagedMap() - Constructor for class org.springframework.beans.factory.support.ManagedMap
 
ManagedMap(int) - Constructor for class org.springframework.beans.factory.support.ManagedMap
 
managedMethods - Variable in class org.springframework.jmx.export.assembler.MethodNameBasedMBeanInfoAssembler
Stores the set of method names to use for creating the management interface.
ManagedMetric - Annotation Type in org.springframework.jmx.export.annotation
JDK 1.5+ method-level annotation that indicates to expose a given bean property as JMX attribute, with added Descriptor properties to indicate that it is a metric.
ManagedMetric - Class in org.springframework.jmx.export.metadata
Metadata that indicates to expose a given bean property as a JMX attribute, with additional descriptor properties that indicate that the attribute is a metric.
ManagedMetric() - Constructor for class org.springframework.jmx.export.metadata.ManagedMetric
 
ManagedNotification - Annotation Type in org.springframework.jmx.export.annotation
JDK 1.5+ method-level annotation that indicates a JMX notification emitted by a bean.
ManagedNotification - Class in org.springframework.jmx.export.metadata
Metadata that indicates a JMX notification emitted by a bean.
ManagedNotification() - Constructor for class org.springframework.jmx.export.metadata.ManagedNotification
 
ManagedNotifications - Annotation Type in org.springframework.jmx.export.annotation
JDK 1.5+ method-level annotation that indicates JMX notifications emitted by a bean, containing multiple ManagedNotifications
ManagedOperation - Annotation Type in org.springframework.jmx.export.annotation
JDK 1.5+ method-level annotation that indicates to expose a given method as JMX operation, corresponding to the ManagedOperation attribute.
ManagedOperation - Class in org.springframework.jmx.export.metadata
Metadata that indicates to expose a given method as JMX operation.
ManagedOperation() - Constructor for class org.springframework.jmx.export.metadata.ManagedOperation
 
ManagedOperationParameter - Annotation Type in org.springframework.jmx.export.annotation
JDK 1.5+ method-level annotation used to provide metadata about operation parameters, corresponding to a ManagedOperationParameter attribute.
ManagedOperationParameter - Class in org.springframework.jmx.export.metadata
Metadata about JMX operation parameters.
ManagedOperationParameter() - Constructor for class org.springframework.jmx.export.metadata.ManagedOperationParameter
 
ManagedOperationParameters - Annotation Type in org.springframework.jmx.export.annotation
JDK 1.5+ method-level annotation used to provide metadata about operation parameters, corresponding to an array of ManagedOperationParameter attributes.
ManagedProperties - Class in org.springframework.beans.factory.support
Tag class which represents a Spring-managed Properties instance that supports merging of parent/child definitions.
ManagedProperties() - Constructor for class org.springframework.beans.factory.support.ManagedProperties
 
ManagedResource - Annotation Type in org.springframework.jmx.export.annotation
JDK 1.5+ class-level annotation that indicates to register instances of a class with a JMX server, corresponding to the ManagedResource attribute.
ManagedResource - Class in org.springframework.jmx.export.metadata
Metadata indicating that instances of an annotated class are to be registered with a JMX server.
ManagedResource() - Constructor for class org.springframework.jmx.export.metadata.ManagedResource
 
managedResource - Variable in class org.springframework.jmx.export.notification.ModelMBeanNotificationPublisher
The managed resource associated with the modelMBean.
managedResourceClassLoader - Variable in class org.springframework.jmx.export.SpringModelMBean
Stores the ClassLoader to use for invocations.
ManagedSet<E> - Class in org.springframework.beans.factory.support
Tag collection class used to hold managed Set values, which may include runtime bean references (to be resolved into bean objects).
ManagedSet() - Constructor for class org.springframework.beans.factory.support.ManagedSet
 
ManagedSet(int) - Constructor for class org.springframework.beans.factory.support.ManagedSet
 
ManagedTransactionAdapter - Class in org.springframework.transaction.jta
Adapter for a managed JTA Transaction handle, taking a JTA javax.transaction.TransactionManager reference and creating a JTA javax.transaction.Transaction handle for it.
ManagedTransactionAdapter(TransactionManager) - Constructor for class org.springframework.transaction.jta.ManagedTransactionAdapter
Create a new ManagedTransactionAdapter for the given TransactionManager.
managedVariableNames - Variable in class org.springframework.test.AbstractDependencyInjectionSpringContextTests
Deprecated.
 
managementInterface - Variable in class org.springframework.jmx.access.MBeanClientInterceptor
 
map(Class<?>, TypeDescriptor, TypeDescriptor) - Static method in class org.springframework.core.convert.TypeDescriptor
Create a new type descriptor from a Map type.
MAP - Static variable in class org.springframework.core.style.DefaultValueStyler
 
map - Variable in class org.springframework.expression.spel.ast.Indexer.MapIndexingValueRef
 
map - Variable in class org.springframework.util.CollectionUtils.MultiValueMapAdapter
 
MAP_ELEMENT - Static variable in class org.springframework.beans.factory.xml.BeanDefinitionParserDelegate
 
MapAccessor - Class in org.springframework.context.expression
EL property accessor that knows how to traverse the keys of a standard Map.
MapAccessor() - Constructor for class org.springframework.context.expression.MapAccessor
 
MapAccessor.MapAccessException - Exception in org.springframework.context.expression
Exception thrown from read in order to reset a cached PropertyAccessor, allowing other accessors to have a try.
MapAccessor.MapAccessException(String) - Constructor for exception org.springframework.context.expression.MapAccessor.MapAccessException
 
MapBindingResult - Class in org.springframework.validation
Map-based implementation of the BindingResult interface, supporting registration and evaluation of binding errors on Map attributes.
MapBindingResult(Map<?, ?>, String) - Constructor for class org.springframework.validation.MapBindingResult
Create a new MapBindingResult instance.
mapCompare(Map, Object, BindStatus) - Static method in class org.springframework.web.servlet.tags.form.SelectedValueComparator
 
MapDataSourceLookup - Class in org.springframework.jdbc.datasource.lookup
Simple DataSourceLookup implementation that relies on a map for doing lookups.
MapDataSourceLookup() - Constructor for class org.springframework.jdbc.datasource.lookup.MapDataSourceLookup
Create a new instance of the MapDataSourceLookup class.
MapDataSourceLookup(Map<String, DataSource>) - Constructor for class org.springframework.jdbc.datasource.lookup.MapDataSourceLookup
Create a new instance of the MapDataSourceLookup class.
MapDataSourceLookup(String, DataSource) - Constructor for class org.springframework.jdbc.datasource.lookup.MapDataSourceLookup
Create a new instance of the MapDataSourceLookup class.
mapEntryKeys(Comparator<K>) - Static method in class org.springframework.core.convert.converter.ConvertingComparator
Create a new ConvertingComparator that compares map * entries based on their keys.
mapEntryTypeDescriptor - Variable in class org.springframework.expression.spel.ast.Indexer.MapIndexingValueRef
 
mapEntryValues(Comparator<V>) - Static method in class org.springframework.core.convert.converter.ConvertingComparator
Create a new ConvertingComparator that compares map entries based on their values.
MapFactoryBean - Class in org.springframework.beans.factory.config
Simple factory for shared Map instances.
MapFactoryBean() - Constructor for class org.springframework.beans.factory.config.MapFactoryBean
 
mapKeyTypeDescriptor - Variable in class org.springframework.core.convert.TypeDescriptor
 
MapMethodProcessor - Class in org.springframework.web.method.annotation
Resolves Map method arguments and handles Map return values.
MapMethodProcessor() - Constructor for class org.springframework.web.method.annotation.MapMethodProcessor
 
mappedClass - Variable in class org.springframework.jdbc.core.BeanPropertyRowMapper
The class we are mapping to
mappedClass - Variable in class org.springframework.oxm.jaxb.Jaxb2Marshaller
 
mappedFields - Variable in class org.springframework.jdbc.core.BeanPropertyRowMapper
Map of the fields we provide mapping for
mappedHandlerClasses - Variable in class org.springframework.web.portlet.handler.AbstractHandlerExceptionResolver
 
mappedHandlerClasses - Variable in class org.springframework.web.servlet.handler.AbstractHandlerExceptionResolver
 
mappedHandlers - Variable in class org.springframework.web.portlet.handler.AbstractHandlerExceptionResolver
 
mappedHandlers - Variable in class org.springframework.web.servlet.handler.AbstractHandlerExceptionResolver
 
MappedInterceptor - Class in org.springframework.web.servlet.handler
Holds information about a HandlerInterceptor mapped to a path into the application.
MappedInterceptor(String[], HandlerInterceptor) - Constructor for class org.springframework.web.servlet.handler.MappedInterceptor
Create a new MappedInterceptor instance.
MappedInterceptor(String[], String[], HandlerInterceptor) - Constructor for class org.springframework.web.servlet.handler.MappedInterceptor
Create a new MappedInterceptor instance.
MappedInterceptor(String[], WebRequestInterceptor) - Constructor for class org.springframework.web.servlet.handler.MappedInterceptor
Create a new MappedInterceptor instance.
MappedInterceptor(String[], String[], WebRequestInterceptor) - Constructor for class org.springframework.web.servlet.handler.MappedInterceptor
Create a new MappedInterceptor instance.
mappedInterceptors - Variable in class org.springframework.test.web.servlet.setup.StandaloneMockMvcBuilder
 
mappedInterceptors - Variable in class org.springframework.web.servlet.handler.AbstractHandlerMapping
 
mappedMethods - Variable in class org.springframework.web.method.annotation.ExceptionHandlerMethodResolver
 
mappedName - Variable in class org.springframework.context.annotation.CommonAnnotationBeanPostProcessor.LookupElement
 
mappedNames - Variable in class org.springframework.aop.support.NameMatchMethodPointcut
 
mappedObjectNames - Variable in class org.springframework.jmx.support.NotificationListenerHolder
 
mappedProperties - Variable in class org.springframework.jdbc.core.BeanPropertyRowMapper
Set of bean properties we provide mapping for
Mapping - Annotation Type in org.springframework.web.bind.annotation
Meta annotation that indicates a web mapping annotation.
mapping - Variable in class org.springframework.web.servlet.handler.AbstractHandlerMethodMapping.Match
 
MAPPING_FILE_NAME - Static variable in class org.springframework.orm.jpa.persistenceunit.PersistenceUnitReader
 
MappingCommAreaOperation - Class in org.springframework.jca.cci.object
EIS operation object for access to COMMAREA records.
MappingCommAreaOperation() - Constructor for class org.springframework.jca.cci.object.MappingCommAreaOperation
Create a new MappingCommAreaQuery.
MappingCommAreaOperation(ConnectionFactory, InteractionSpec) - Constructor for class org.springframework.jca.cci.object.MappingCommAreaOperation
Create a new MappingCommAreaQuery.
mappingDirectoryLocations - Variable in class org.springframework.orm.hibernate3.LocalSessionFactoryBean
 
mappingDirectoryLocations - Variable in class org.springframework.orm.hibernate4.LocalSessionFactoryBean
 
MappingDispatchActionSupport - Class in org.springframework.web.struts
Deprecated.
as of Spring 3.0
MappingDispatchActionSupport() - Constructor for class org.springframework.web.struts.MappingDispatchActionSupport
Deprecated.
 
mappingFileNames - Variable in class org.springframework.orm.jpa.persistenceunit.MutablePersistenceUnitInfo
 
MappingJackson2HttpMessageConverter - Class in org.springframework.http.converter.json
Implementation of HttpMessageConverter that can read and write JSON using Jackson 2's ObjectMapper.
MappingJackson2HttpMessageConverter() - Constructor for class org.springframework.http.converter.json.MappingJackson2HttpMessageConverter
Construct a new MappingJackson2HttpMessageConverter.
MappingJackson2JsonView - Class in org.springframework.web.servlet.view.json
Spring MVC View that renders JSON content by serializing the model for the current request using Jackson 2's ObjectMapper.
MappingJackson2JsonView() - Constructor for class org.springframework.web.servlet.view.json.MappingJackson2JsonView
Construct a new MappingJackson2JsonView, setting the content type to application/json.
MappingJackson2MessageConverter - Class in org.springframework.jms.support.converter
Message converter that uses the Jackson 2 library to convert messages to and from JSON.
MappingJackson2MessageConverter() - Constructor for class org.springframework.jms.support.converter.MappingJackson2MessageConverter
 
MappingJacksonHttpMessageConverter - Class in org.springframework.http.converter.json
Implementation of HttpMessageConverter that can read and write JSON using Jackson's ObjectMapper.
MappingJacksonHttpMessageConverter() - Constructor for class org.springframework.http.converter.json.MappingJacksonHttpMessageConverter
Construct a new MappingJacksonHttpMessageConverter.
MappingJacksonJsonView - Class in org.springframework.web.servlet.view.json
Spring MVC View that renders JSON content by serializing the model for the current request using Jackson's ObjectMapper.
MappingJacksonJsonView() - Constructor for class org.springframework.web.servlet.view.json.MappingJacksonJsonView
Construct a new MappingJacksonJsonView, setting the content type to application/json.
MappingJacksonMessageConverter - Class in org.springframework.jms.support.converter
Message converter that uses the Jackson library to convert messages to and from JSON.
MappingJacksonMessageConverter() - Constructor for class org.springframework.jms.support.converter.MappingJacksonMessageConverter
 
mappingJarLocations - Variable in class org.springframework.orm.hibernate3.LocalSessionFactoryBean
 
mappingJarLocations - Variable in class org.springframework.orm.hibernate4.LocalSessionFactoryBean
 
mappingLocation - Variable in class org.springframework.mail.javamail.ConfigurableMimeFileTypeMap
The Resource to load the mapping file from.
mappingLocations - Variable in class org.springframework.jmx.export.naming.KeyNamingStrategy
Stores the Resources containing properties that should be loaded into the final merged set of Properties used for ObjectName resolution.
mappingLocations - Variable in class org.springframework.orm.hibernate3.LocalSessionFactoryBean
 
mappingLocations - Variable in class org.springframework.orm.hibernate4.LocalSessionFactoryBean
 
mappingLocations - Variable in class org.springframework.orm.ibatis.SqlMapClientFactoryBean
Deprecated.
 
mappingLocations - Variable in class org.springframework.oxm.castor.CastorMarshaller
 
mappingLocations - Variable in class org.springframework.validation.beanvalidation.LocalValidatorFactoryBean
 
MappingMediaTypeFileExtensionResolver - Class in org.springframework.web.accept
An implementation of MediaTypeFileExtensionResolver that maintains a lookup from extension to MediaType.
MappingMediaTypeFileExtensionResolver(Map<String, MediaType>) - Constructor for class org.springframework.web.accept.MappingMediaTypeFileExtensionResolver
Create an instance with the given mappings between extensions and media types.
MappingRecordOperation - Class in org.springframework.jca.cci.object
EIS operation object that expects mapped input and output objects, converting to and from CCI Records.
MappingRecordOperation() - Constructor for class org.springframework.jca.cci.object.MappingRecordOperation
Constructor that allows use as a JavaBean.
MappingRecordOperation(ConnectionFactory, InteractionSpec) - Constructor for class org.springframework.jca.cci.object.MappingRecordOperation
Convenient constructor with ConnectionFactory and specifications (connection and interaction).
MappingRecordOperation.RecordCreatorImpl - Class in org.springframework.jca.cci.object
Implementation of RecordCreator that calls the enclosing class's createInputRecord method.
MappingRecordOperation.RecordCreatorImpl(Object) - Constructor for class org.springframework.jca.cci.object.MappingRecordOperation.RecordCreatorImpl
 
MappingRecordOperation.RecordExtractorImpl - Class in org.springframework.jca.cci.object
Implementation of RecordExtractor that calls the enclosing class's extractOutputData method.
MappingRecordOperation.RecordExtractorImpl() - Constructor for class org.springframework.jca.cci.object.MappingRecordOperation.RecordExtractorImpl
 
mappingResources - Variable in class org.springframework.orm.hibernate3.LocalSessionFactoryBean
 
mappingResources - Variable in class org.springframework.orm.hibernate4.LocalSessionFactoryBean
 
mappingResources - Variable in class org.springframework.orm.jpa.persistenceunit.DefaultPersistenceUnitManager
 
mappings - Variable in class org.springframework.jmx.export.naming.KeyNamingStrategy
Stores the mappings of bean key to ObjectName.
mappings - Variable in class org.springframework.mail.javamail.ConfigurableMimeFileTypeMap
Used to configure additional mappings.
mappings - Variable in class org.springframework.web.portlet.mvc.annotation.AnnotationMethodHandlerAdapter.PortletHandlerMethodResolver
 
mappings - Variable in class org.springframework.web.servlet.mvc.annotation.AnnotationMethodHandlerAdapter.ServletHandlerMethodResolver
Deprecated.
 
mappings - Variable in class org.springframework.web.servlet.mvc.multiaction.PropertiesMethodNameResolver
 
MappingSqlQuery<T> - Class in org.springframework.jdbc.object
Reusable query in which concrete subclasses must implement the abstract mapRow(ResultSet, int) method to convert each row of the JDBC ResultSet into an object.
MappingSqlQuery() - Constructor for class org.springframework.jdbc.object.MappingSqlQuery
Constructor that allows use as a JavaBean.
MappingSqlQuery(DataSource, String) - Constructor for class org.springframework.jdbc.object.MappingSqlQuery
Convenient constructor with DataSource and SQL string.
MappingSqlQueryWithParameters<T> - Class in org.springframework.jdbc.object
Reusable RDBMS query in which concrete subclasses must implement the abstract mapRow(ResultSet, int) method to map each row of the JDBC ResultSet into an object.
MappingSqlQueryWithParameters() - Constructor for class org.springframework.jdbc.object.MappingSqlQueryWithParameters
Constructor to allow use as a JavaBean
MappingSqlQueryWithParameters(DataSource, String) - Constructor for class org.springframework.jdbc.object.MappingSqlQueryWithParameters
Convenient constructor with DataSource and SQL string.
MappingSqlQueryWithParameters.RowMapperImpl - Class in org.springframework.jdbc.object
Implementation of RowMapper that calls the enclosing class's mapRow method for each row.
MappingSqlQueryWithParameters.RowMapperImpl(Object[], Map) - Constructor for class org.springframework.jdbc.object.MappingSqlQueryWithParameters.RowMapperImpl
Use an array results.
MapPropertySource - Class in org.springframework.core.env
PropertySource that reads keys and values from a Map object.
MapPropertySource(String, Map<String, Object>) - Constructor for class org.springframework.core.env.MapPropertySource
 
mapRow(ResultSet, int) - Method in class org.springframework.jdbc.core.BeanPropertyRowMapper
Extract the values for all columns in the current row.
mapRow(ResultSet, int) - Method in class org.springframework.jdbc.core.ColumnMapRowMapper
 
mapRow(ResultSet, int) - Method in interface org.springframework.jdbc.core.RowMapper
Implementations must implement this method to map each row of data in the ResultSet.
mapRow(ResultSet, int) - Method in class org.springframework.jdbc.core.SingleColumnRowMapper
Extract a value for the single column in the current row.
mapRow(ResultSet, int, Object[], Map) - Method in class org.springframework.jdbc.object.MappingSqlQuery
This method is implemented to invoke the simpler mapRow template method, ignoring parameters.
mapRow(ResultSet, int) - Method in class org.springframework.jdbc.object.MappingSqlQuery
Subclasses must implement this method to convert each row of the ResultSet into an object of the result type.
mapRow(ResultSet, int, Object[], Map) - Method in class org.springframework.jdbc.object.MappingSqlQueryWithParameters
Subclasses must implement this method to convert each row of the ResultSet into an object of the result type.
mapRow(ResultSet, int) - Method in class org.springframework.jdbc.object.MappingSqlQueryWithParameters.RowMapperImpl
 
mapRow(ResultSet, int) - Method in class org.springframework.jdbc.object.SqlFunction
This implementation of this method extracts a single value from the single row returned by the function.
mapRow(ResultSet, int) - Method in class org.springframework.jdbc.object.UpdatableSqlQuery.RowMapperImpl
 
MapSqlParameterSource - Class in org.springframework.jdbc.core.namedparam
SqlParameterSource implementation that holds a given Map of parameters.
MapSqlParameterSource() - Constructor for class org.springframework.jdbc.core.namedparam.MapSqlParameterSource
Create an empty MapSqlParameterSource, with values to be added via addValue.
MapSqlParameterSource(String, Object) - Constructor for class org.springframework.jdbc.core.namedparam.MapSqlParameterSource
Create a new MapSqlParameterSource, with one value comprised of the supplied arguments.
MapSqlParameterSource(Map<String, ?>) - Constructor for class org.springframework.jdbc.core.namedparam.MapSqlParameterSource
Create a new MapSqlParameterSource based on a Map.
mapToBytesMessage(Object, Session, ObjectMapper) - Method in class org.springframework.jms.support.converter.MappingJackson2MessageConverter
Map the given object to a javax.jms.BytesMessage.
mapToBytesMessage(Object, Session, ObjectMapper) - Method in class org.springframework.jms.support.converter.MappingJacksonMessageConverter
Map the given object to a BytesMessage.
MapToMapConverter - Class in org.springframework.core.convert.support
Converts a Map to another Map.
MapToMapConverter(ConversionService) - Constructor for class org.springframework.core.convert.support.MapToMapConverter
 
MapToMapConverter.MapEntry - Class in org.springframework.core.convert.support
 
MapToMapConverter.MapEntry(Object, Object) - Constructor for class org.springframework.core.convert.support.MapToMapConverter.MapEntry
 
mapToMessage(Object, Session, ObjectMapper, MessageType) - Method in class org.springframework.jms.support.converter.MappingJackson2MessageConverter
Template method that allows for custom message mapping.
mapToMessage(Object, Session, ObjectMapper, MessageType) - Method in class org.springframework.jms.support.converter.MappingJacksonMessageConverter
Template method that allows for custom message mapping.
mapToTextMessage(Object, Session, ObjectMapper) - Method in class org.springframework.jms.support.converter.MappingJackson2MessageConverter
Map the given object to a javax.jms.TextMessage.
mapToTextMessage(Object, Session, ObjectMapper) - Method in class org.springframework.jms.support.converter.MappingJacksonMessageConverter
Map the given object to a TextMessage.
mapType - Variable in class org.springframework.beans.propertyeditors.CustomMapEditor
 
mapValueTypeDescriptor - Variable in class org.springframework.core.convert.TypeDescriptor
 
mark(int) - Method in class org.springframework.oxm.xmlbeans.XmlBeansMarshaller.NonClosingInputStream
 
mark(int) - Method in class org.springframework.oxm.xmlbeans.XmlBeansMarshaller.NonClosingReader
 
markApplicationContextDirty() - Method in class org.springframework.test.context.TestContext
Deprecated.
As of Spring 3.2.2, use #markApplicationContextDirty(HierarchyMode) instead.
markApplicationContextDirty(DirtiesContext.HierarchyMode) - Method in class org.springframework.test.context.TestContext
Call this method to signal that the application context associated with this test context is dirty and should be discarded.
markAsBlockTag() - Method in class org.springframework.web.servlet.tags.form.TagWriter.TagStateEntry
 
markBeanAsCreated(String) - Method in class org.springframework.beans.factory.support.AbstractBeanFactory
Mark the specified bean as already created (or about to be created).
markSupported() - Method in class org.springframework.oxm.xmlbeans.XmlBeansMarshaller.NonClosingInputStream
 
markSupported() - Method in class org.springframework.oxm.xmlbeans.XmlBeansMarshaller.NonClosingReader
 
marshal(Object, Marshaller) - Method in class org.springframework.oxm.castor.CastorMarshaller
 
marshal(Object, Result) - Method in class org.springframework.oxm.jaxb.Jaxb2Marshaller
 
marshal(Object, Result, MimeContainer) - Method in class org.springframework.oxm.jaxb.Jaxb2Marshaller
 
marshal(Object, Result) - Method in interface org.springframework.oxm.Marshaller
Marshals the object graph with the given root into the provided Result.
marshal(Object, Result, MimeContainer) - Method in interface org.springframework.oxm.mime.MimeMarshaller
Marshals the object graph with the given root into the provided Result, writing binary data to a MimeContainer.
marshal(Object, Result) - Method in class org.springframework.oxm.support.AbstractMarshaller
Marshals the object graph with the given root into the provided javax.xml.transform.Result.
marshal(Object, HierarchicalStreamWriter) - Method in class org.springframework.oxm.xstream.XStreamMarshaller
Marshals the given graph to the given XStream HierarchicalStreamWriter.
marshalAsDocument - Variable in class org.springframework.oxm.castor.CastorMarshaller
 
marshalDocument(IMarshallingContext, Object) - Method in class org.springframework.oxm.jibx.JibxMarshaller
 
marshalDomNode(Object, Node) - Method in class org.springframework.oxm.castor.CastorMarshaller
 
marshalDomNode(Object, Node) - Method in class org.springframework.oxm.jibx.JibxMarshaller
 
marshalDomNode(Object, Node) - Method in class org.springframework.oxm.support.AbstractMarshaller
Abstract template method for marshalling the given object graph to a DOM Node.
marshalDomNode(Object, Node) - Method in class org.springframework.oxm.xmlbeans.XmlBeansMarshaller
 
marshalDomNode(Object, Node) - Method in class org.springframework.oxm.xstream.XStreamMarshaller
 
marshalDomResult(Object, DOMResult) - Method in class org.springframework.oxm.support.AbstractMarshaller
Template method for handling DOMResults.
marshalExtendedType - Variable in class org.springframework.oxm.castor.CastorMarshaller
 
marshaller - Variable in class org.springframework.http.converter.xml.MarshallingHttpMessageConverter
 
marshaller - Variable in class org.springframework.jms.support.converter.MarshallingMessageConverter
 
Marshaller - Interface in org.springframework.oxm
Defines the contract for Object XML Mapping Marshallers.
marshaller - Variable in class org.springframework.oxm.support.MarshallingSource
 
marshaller - Variable in class org.springframework.oxm.support.MarshallingSource.MarshallingXMLReader
 
marshaller - Variable in class org.springframework.web.servlet.view.xml.MarshallingView
 
marshallerListener - Variable in class org.springframework.oxm.jaxb.Jaxb2Marshaller
 
marshallerProperties - Variable in class org.springframework.oxm.jaxb.Jaxb2Marshaller
 
MarshallingException - Exception in org.springframework.oxm
Base class for exception thrown when a marshalling or unmarshalling error occurs.
MarshallingException(String) - Constructor for exception org.springframework.oxm.MarshallingException
Construct a MarshallingException with the specified detail message.
MarshallingException(String, Throwable) - Constructor for exception org.springframework.oxm.MarshallingException
Construct a MarshallingException with the specified detail message and nested exception.
MarshallingFailureException - Exception in org.springframework.oxm
Exception thrown on marshalling failure.
MarshallingFailureException(String) - Constructor for exception org.springframework.oxm.MarshallingFailureException
Construct a MarshallingFailureException with the specified detail message.
MarshallingFailureException(String, Throwable) - Constructor for exception org.springframework.oxm.MarshallingFailureException
Construct a MarshallingFailureException with the specified detail message and nested exception.
MarshallingHttpMessageConverter - Class in org.springframework.http.converter.xml
Implementation of HttpMessageConverter that can read and write XML using Spring's Marshaller and Unmarshaller abstractions.
MarshallingHttpMessageConverter() - Constructor for class org.springframework.http.converter.xml.MarshallingHttpMessageConverter
Construct a new MarshallingHttpMessageConverter with no Marshaller or Unmarshaller set.
MarshallingHttpMessageConverter(Marshaller) - Constructor for class org.springframework.http.converter.xml.MarshallingHttpMessageConverter
Construct a new MarshallingMessageConverter with the given Marshaller set.
MarshallingHttpMessageConverter(Marshaller, Unmarshaller) - Constructor for class org.springframework.http.converter.xml.MarshallingHttpMessageConverter
Construct a new MarshallingMessageConverter with the given Marshaller and Unmarshaller.
MarshallingMessageConverter - Class in org.springframework.jms.support.converter
Spring JMS MessageConverter that uses a Marshaller and Unmarshaller.
MarshallingMessageConverter() - Constructor for class org.springframework.jms.support.converter.MarshallingMessageConverter
Construct a new MarshallingMessageConverter with no Marshaller or Unmarshaller set.
MarshallingMessageConverter(Marshaller) - Constructor for class org.springframework.jms.support.converter.MarshallingMessageConverter
Construct a new MarshallingMessageConverter with the given Marshaller set.
MarshallingMessageConverter(Marshaller, Unmarshaller) - Constructor for class org.springframework.jms.support.converter.MarshallingMessageConverter
Construct a new MarshallingMessageConverter with the given Marshaller and Unmarshaller.
MarshallingSource - Class in org.springframework.oxm.support
Source implementation that uses a Marshaller.Can be constructed with a Marshaller and an object to be marshalled.
MarshallingSource(Marshaller, Object) - Constructor for class org.springframework.oxm.support.MarshallingSource
Create a new MarshallingSource with the given marshaller and content.
MarshallingSource.MarshallingXMLReader - Class in org.springframework.oxm.support
 
MarshallingSource.MarshallingXMLReader(Marshaller, Object) - Constructor for class org.springframework.oxm.support.MarshallingSource.MarshallingXMLReader
 
MarshallingView - Class in org.springframework.web.servlet.view.xml
Spring-MVC View that allows for response context to be rendered as the result of marshalling by a Marshaller.
MarshallingView() - Constructor for class org.springframework.web.servlet.view.xml.MarshallingView
Constructs a new MarshallingView with no Marshaller set.
MarshallingView(Marshaller) - Constructor for class org.springframework.web.servlet.view.xml.MarshallingView
Constructs a new MarshallingView with the given Marshaller set.
marshalOutputStream(Object, OutputStream) - Method in class org.springframework.oxm.castor.CastorMarshaller
 
marshalOutputStream(Object, OutputStream) - Method in class org.springframework.oxm.jibx.JibxMarshaller
 
marshalOutputStream(Object, OutputStream) - Method in class org.springframework.oxm.support.AbstractMarshaller
Abstract template method for marshalling the given object graph to a OutputStream.
marshalOutputStream(Object, OutputStream) - Method in class org.springframework.oxm.xmlbeans.XmlBeansMarshaller
 
marshalOutputStream(Object, OutputStream) - Method in class org.springframework.oxm.xstream.XStreamMarshaller
 
marshalSaxHandlers(Object, ContentHandler, LexicalHandler) - Method in class org.springframework.oxm.castor.CastorMarshaller
 
marshalSaxHandlers(Object, ContentHandler, LexicalHandler) - Method in class org.springframework.oxm.jibx.JibxMarshaller
 
marshalSaxHandlers(Object, ContentHandler, LexicalHandler) - Method in class org.springframework.oxm.support.AbstractMarshaller
Abstract template method for marshalling the given object graph to a SAX ContentHandler.
marshalSaxHandlers(Object, ContentHandler, LexicalHandler) - Method in class org.springframework.oxm.xmlbeans.XmlBeansMarshaller
 
marshalSaxHandlers(Object, ContentHandler, LexicalHandler) - Method in class org.springframework.oxm.xstream.XStreamMarshaller
 
marshalSaxResult(Object, SAXResult) - Method in class org.springframework.oxm.support.AbstractMarshaller
Template method for handling SAXResults.
marshalStaxResult(Marshaller, Object, Result) - Method in class org.springframework.oxm.jaxb.Jaxb2Marshaller
 
marshalStaxResult(Object, Result) - Method in class org.springframework.oxm.support.AbstractMarshaller
Template method for handling StaxResults.
marshalStreamResult(Object, StreamResult) - Method in class org.springframework.oxm.support.AbstractMarshaller
Template method for handling StreamResults.
marshalToBytesMessage(Object, Session, Marshaller) - Method in class org.springframework.jms.support.converter.MarshallingMessageConverter
Marshal the given object to a BytesMessage.
marshalToMessage(Object, Session, Marshaller, MessageType) - Method in class org.springframework.jms.support.converter.MarshallingMessageConverter
Template method that allows for custom message marshalling.
marshalToTextMessage(Object, Session, Marshaller) - Method in class org.springframework.jms.support.converter.MarshallingMessageConverter
Marshal the given object to a TextMessage.
marshalWriter(Object, Writer) - Method in class org.springframework.oxm.castor.CastorMarshaller
 
marshalWriter(Object, Writer) - Method in class org.springframework.oxm.jibx.JibxMarshaller
 
marshalWriter(Object, Writer) - Method in class org.springframework.oxm.support.AbstractMarshaller
Abstract template method for marshalling the given object graph to a Writer.
marshalWriter(Object, Writer) - Method in class org.springframework.oxm.xmlbeans.XmlBeansMarshaller
 
marshalWriter(Object, Writer) - Method in class org.springframework.oxm.xstream.XStreamMarshaller
 
marshalXmlEventWriter(Object, XMLEventWriter) - Method in class org.springframework.oxm.castor.CastorMarshaller
 
marshalXmlEventWriter(Object, XMLEventWriter) - Method in class org.springframework.oxm.jibx.JibxMarshaller
 
marshalXmlEventWriter(Object, XMLEventWriter) - Method in class org.springframework.oxm.support.AbstractMarshaller
Abstract template method for marshalling the given object to a StAX XMLEventWriter.
marshalXmlEventWriter(Object, XMLEventWriter) - Method in class org.springframework.oxm.xmlbeans.XmlBeansMarshaller
 
marshalXmlEventWriter(Object, XMLEventWriter) - Method in class org.springframework.oxm.xstream.XStreamMarshaller
 
marshalXmlStreamWriter(Object, XMLStreamWriter) - Method in class org.springframework.oxm.castor.CastorMarshaller
 
marshalXmlStreamWriter(Object, XMLStreamWriter) - Method in class org.springframework.oxm.jibx.JibxMarshaller
 
marshalXmlStreamWriter(Object, XMLStreamWriter) - Method in class org.springframework.oxm.support.AbstractMarshaller
Abstract template method for marshalling the given object to a StAX XMLStreamWriter.
marshalXmlStreamWriter(Object, XMLStreamWriter) - Method in class org.springframework.oxm.xmlbeans.XmlBeansMarshaller
 
marshalXmlStreamWriter(Object, XMLStreamWriter) - Method in class org.springframework.oxm.xstream.XStreamMarshaller
 
massageReturnValueIfNecessary(Object) - Method in class org.springframework.web.servlet.mvc.multiaction.MultiActionController
Processes the return value of a handler method to ensure that it either returns null or an instance of ModelAndView.
match(MetadataReader, MetadataReaderFactory) - Method in class org.springframework.core.type.filter.AbstractClassTestingTypeFilter
 
match(ClassMetadata) - Method in class org.springframework.core.type.filter.AbstractClassTestingTypeFilter
Determine a match based on the given ClassMetadata object.
match(MetadataReader, MetadataReaderFactory) - Method in class org.springframework.core.type.filter.AbstractTypeHierarchyTraversingFilter
 
match(String, MetadataReaderFactory) - Method in class org.springframework.core.type.filter.AbstractTypeHierarchyTraversingFilter
 
match(MetadataReader, MetadataReaderFactory) - Method in class org.springframework.core.type.filter.AspectJTypeFilter
 
match(ClassMetadata) - Method in class org.springframework.core.type.filter.RegexPatternTypeFilter
 
match(MetadataReader, MetadataReaderFactory) - Method in interface org.springframework.core.type.filter.TypeFilter
Determine whether this filter matches for the class described by the given metadata.
match(ClientHttpRequest) - Method in class org.springframework.test.web.client.match.ContentRequestMatchers.AbstractXmlRequestMatcher
 
match(ClientHttpRequest) - Method in class org.springframework.test.web.client.match.JsonPathRequestMatchers.AbstractJsonPathRequestMatcher
 
match(ClientHttpRequest) - Method in class org.springframework.test.web.client.match.XpathRequestMatchers.AbstractXpathRequestMatcher
 
match(ClientHttpRequest) - Method in interface org.springframework.test.web.client.RequestMatcher
Match the given request against some expectations.
match(MvcResult) - Method in interface org.springframework.test.web.servlet.ResultMatcher
Assert the result of an executed request.
match(String, String) - Method in class org.springframework.util.AntPathMatcher
 
match(String, String) - Method in interface org.springframework.util.PathMatcher
Match the given path against the given pattern, according to this PathMatcher's matching strategy.
match(PortletRequest) - Method in interface org.springframework.web.portlet.handler.AbstractMapBasedHandlerMapping.PortletRequestMappingPredicate
Determine whether the given request matches this predicate.
match(PortletRequest) - Method in class org.springframework.web.portlet.mvc.annotation.AnnotationMethodHandlerAdapter.RequestMappingInfo
 
match(PortletRequest) - Method in class org.springframework.web.portlet.mvc.annotation.DefaultAnnotationHandlerMapping.AbstractParameterMappingPredicate
 
match(PortletRequest) - Method in class org.springframework.web.portlet.mvc.annotation.DefaultAnnotationHandlerMapping.ActionMappingPredicate
 
match(PortletRequest) - Method in class org.springframework.web.portlet.mvc.annotation.DefaultAnnotationHandlerMapping.EventMappingPredicate
 
match(PortletRequest) - Method in class org.springframework.web.portlet.mvc.annotation.DefaultAnnotationHandlerMapping.RenderMappingPredicate
 
match(PortletRequest) - Method in class org.springframework.web.portlet.mvc.annotation.DefaultAnnotationHandlerMapping.ResourceMappingPredicate
 
match(HttpServletRequest) - Method in class org.springframework.web.servlet.mvc.condition.AbstractMediaTypeExpression
 
match(HttpServletRequest) - Method in class org.springframework.web.servlet.mvc.condition.AbstractNameValueExpression
 
match(String) - Method in class org.springframework.web.util.UriTemplate
Match the given URI to a map of variable values.
MatchAlwaysTransactionAttributeSource - Class in org.springframework.transaction.interceptor
Very simple implementation of TransactionAttributeSource which will always return the same TransactionAttribute for all methods fed to it.
MatchAlwaysTransactionAttributeSource() - Constructor for class org.springframework.transaction.interceptor.MatchAlwaysTransactionAttributeSource
 
matchClass - Variable in class org.springframework.aop.aspectj.RuntimeTestWalker.InstanceOfResidueTestVisitor
 
matchClassName(String) - Method in class org.springframework.core.type.filter.AbstractTypeHierarchyTraversingFilter
Override this to match on type name.
matchClassName(String) - Method in class org.springframework.core.type.filter.AssignableTypeFilter
 
matchedPatterns - Variable in class org.springframework.web.servlet.mvc.annotation.AnnotationMethodHandlerAdapter.RequestSpecificMappingInfo
Deprecated.
 
matcher(HttpStatus) - Method in class org.springframework.test.web.servlet.result.StatusResultMatchers
Match the expected response status to that of the HttpServletResponse
MatcherAssertionErrors - Class in org.springframework.test.util
A replacement of org.hamcrest.MatcherAssert that removes the need to depend on "hamcrest-all" when using Hamcrest 1.1 and also maintains backward compatibility with Hamcrest 1.1 (also embedded in JUnit 4.4 through 4.8).
MatcherAssertionErrors() - Constructor for class org.springframework.test.util.MatcherAssertionErrors
 
matches(Method, Class) - Method in class org.springframework.aop.aspectj.AbstractAspectJAdvice.AdviceExcludingMethodMatcher
 
matches(Method, Class) - Method in class org.springframework.aop.aspectj.annotation.InstantiationModelAwarePointcutAdvisorImpl.PerTargetInstantiationModelPointcut
 
matches(Method, Class, Object[]) - Method in class org.springframework.aop.aspectj.annotation.InstantiationModelAwarePointcutAdvisorImpl.PerTargetInstantiationModelPointcut
 
matches(Class) - Method in class org.springframework.aop.aspectj.AspectJExpressionPointcut
 
matches(Method, Class, boolean) - Method in class org.springframework.aop.aspectj.AspectJExpressionPointcut
 
matches(Method, Class) - Method in class org.springframework.aop.aspectj.AspectJExpressionPointcut
 
matches(Method, Class, Object[]) - Method in class org.springframework.aop.aspectj.AspectJExpressionPointcut
 
matches - Variable in class org.springframework.aop.aspectj.RuntimeTestWalker.InstanceOfResidueTestVisitor
 
matches(Class) - Method in class org.springframework.aop.aspectj.TypePatternClassFilter
Should the pointcut apply to the given interface or target class?
matches(Class<?>) - Method in interface org.springframework.aop.ClassFilter
Should the pointcut apply to the given interface or target class?
matches(Method, Class, boolean) - Method in interface org.springframework.aop.IntroductionAwareMethodMatcher
Perform static checking whether the given method matches.
matches(Method, Class<?>) - Method in interface org.springframework.aop.MethodMatcher
Perform static checking whether the given method matches.
matches(Method, Class<?>, Object[]) - Method in interface org.springframework.aop.MethodMatcher
Check whether there a runtime (dynamic) match for this method, which must have matched statically.
matches(Method, Class) - Method in class org.springframework.aop.support.AbstractRegexpMethodPointcut
Try to match the regular expression against the fully qualified name of the target class as well as against the method's declaring class, plus the name of the method.
matches(String, int) - Method in class org.springframework.aop.support.AbstractRegexpMethodPointcut
Does the pattern at the given index match this string?
matches(Class) - Method in class org.springframework.aop.support.annotation.AnnotationClassFilter
 
matches(Method, Class) - Method in class org.springframework.aop.support.annotation.AnnotationMethodMatcher
 
matches(Class) - Method in class org.springframework.aop.support.ClassFilters.IntersectionClassFilter
 
matches(Class) - Method in class org.springframework.aop.support.ClassFilters.UnionClassFilter
 
matches(Class) - Method in class org.springframework.aop.support.ControlFlowPointcut
Subclasses can override this for greater filtering (and performance).
matches(Method, Class) - Method in class org.springframework.aop.support.ControlFlowPointcut
Subclasses can override this if it's possible to filter out some candidate classes.
matches(Method, Class, Object[]) - Method in class org.springframework.aop.support.ControlFlowPointcut
 
matches(Class) - Method in class org.springframework.aop.support.DefaultIntroductionAdvisor
 
matches(Method, Class<?>) - Method in class org.springframework.aop.support.DynamicMethodMatcher
Can override to add preconditions for dynamic matching.
matches(String, int) - Method in class org.springframework.aop.support.JdkRegexpMethodPointcut
Returns true if the Pattern at index patternIndex matches the supplied candidate String.
matches(Method, Class, boolean) - Method in class org.springframework.aop.support.MethodMatchers.IntersectionMethodMatcher
 
matches(Method, Class) - Method in class org.springframework.aop.support.MethodMatchers.IntersectionMethodMatcher
 
matches(Method, Class, Object[]) - Method in class org.springframework.aop.support.MethodMatchers.IntersectionMethodMatcher
 
matches(MethodMatcher, Method, Class, boolean) - Static method in class org.springframework.aop.support.MethodMatchers
Apply the given MethodMatcher to the given Method, supporting an IntroductionAwareMethodMatcher (if applicable).
matches(Method, Class, boolean) - Method in class org.springframework.aop.support.MethodMatchers.UnionMethodMatcher
 
matches(Method, Class) - Method in class org.springframework.aop.support.MethodMatchers.UnionMethodMatcher
 
matches(Method, Class, Object[]) - Method in class org.springframework.aop.support.MethodMatchers.UnionMethodMatcher
 
matches(Method, Class) - Method in class org.springframework.aop.support.NameMatchMethodPointcut
 
matches(Method, Class) - Method in class org.springframework.aop.support.Pointcuts.GetterPointcut
 
matches(Pointcut, Method, Class, Object[]) - Static method in class org.springframework.aop.support.Pointcuts
Perform the least expensive check for a pointcut match.
matches(Method, Class) - Method in class org.springframework.aop.support.Pointcuts.SetterPointcut
 
matches(Class) - Method in class org.springframework.aop.support.RootClassFilter
 
matches(Method, Class<?>, Object[]) - Method in class org.springframework.aop.support.StaticMethodMatcher
 
matches(Class) - Method in class org.springframework.aop.TrueClassFilter
 
matches(Method, Class) - Method in class org.springframework.aop.TrueMethodMatcher
 
matches(Method, Class, Object[]) - Method in class org.springframework.aop.TrueMethodMatcher
 
matches(Method) - Method in class org.springframework.beans.factory.support.LookupOverride
Match method of the given name, with no parameters.
matches(Method) - Method in class org.springframework.beans.factory.support.MethodOverride
Subclasses must override this to indicate whether they match the given method.
matches(Method) - Method in class org.springframework.beans.factory.support.ReplaceOverride
 
matches(Method, Class<?>) - Method in class org.springframework.cache.interceptor.CacheOperationSourcePointcut
 
matches(TypeDescriptor, TypeDescriptor) - Method in interface org.springframework.core.convert.converter.ConditionalConverter
Should the conversion from sourceType to targetType currently under consideration be selected?
matches(TypeDescriptor, TypeDescriptor) - Method in class org.springframework.core.convert.support.ArrayToArrayConverter
 
matches(TypeDescriptor, TypeDescriptor) - Method in class org.springframework.core.convert.support.ArrayToCollectionConverter
 
matches(TypeDescriptor, TypeDescriptor) - Method in class org.springframework.core.convert.support.ArrayToObjectConverter
 
matches(TypeDescriptor, TypeDescriptor) - Method in class org.springframework.core.convert.support.ArrayToStringConverter
 
matches(TypeDescriptor, TypeDescriptor) - Method in class org.springframework.core.convert.support.CollectionToArrayConverter
 
matches(TypeDescriptor, TypeDescriptor) - Method in class org.springframework.core.convert.support.CollectionToCollectionConverter
 
matches(TypeDescriptor, TypeDescriptor) - Method in class org.springframework.core.convert.support.CollectionToObjectConverter
 
matches(TypeDescriptor, TypeDescriptor) - Method in class org.springframework.core.convert.support.CollectionToStringConverter
 
matches(TypeDescriptor, TypeDescriptor) - Method in class org.springframework.core.convert.support.EnumToStringConverter
 
matches(TypeDescriptor, TypeDescriptor) - Method in class org.springframework.core.convert.support.FallbackObjectToStringConverter
 
matches(TypeDescriptor, TypeDescriptor) - Method in class org.springframework.core.convert.support.GenericConversionService.ConverterAdapter
 
matches(TypeDescriptor, TypeDescriptor) - Method in class org.springframework.core.convert.support.GenericConversionService.ConverterFactoryAdapter
 
matches(TypeDescriptor, TypeDescriptor) - Method in class org.springframework.core.convert.support.IdToEntityConverter
 
matches(TypeDescriptor, TypeDescriptor) - Method in class org.springframework.core.convert.support.MapToMapConverter
 
matches(TypeDescriptor, TypeDescriptor) - Method in class org.springframework.core.convert.support.NumberToNumberConverterFactory
 
matches(TypeDescriptor, TypeDescriptor) - Method in class org.springframework.core.convert.support.ObjectToArrayConverter
 
matches(TypeDescriptor, TypeDescriptor) - Method in class org.springframework.core.convert.support.ObjectToCollectionConverter
 
matches(TypeDescriptor, TypeDescriptor) - Method in class org.springframework.core.convert.support.ObjectToObjectConverter
 
matches(TypeDescriptor, TypeDescriptor) - Method in class org.springframework.core.convert.support.StringToArrayConverter
 
matches(TypeDescriptor, TypeDescriptor) - Method in class org.springframework.core.convert.support.StringToCollectionConverter
 
matches(TypeDescriptor, TypeDescriptor) - Method in class org.springframework.format.support.FormattingConversionService.AnnotationParserConverter
 
matches(TypeDescriptor, TypeDescriptor) - Method in class org.springframework.format.support.FormattingConversionService.AnnotationPrinterConverter
 
matches(String) - Method in class org.springframework.test.web.servlet.setup.PatternMappingFilterProxy
 
matches(Method, Class) - Method in class org.springframework.transaction.interceptor.TransactionAttributeSourcePointcut
 
matches(Field) - Method in interface org.springframework.util.ReflectionUtils.FieldFilter
Determine whether the given field matches.
matches(Method) - Method in interface org.springframework.util.ReflectionUtils.MethodFilter
Determine whether the given method matches.
matches(String, PathMatcher) - Method in class org.springframework.web.servlet.handler.MappedInterceptor
Returns true if the interceptor applies to the given request path.
matches(HttpServletRequest) - Method in class org.springframework.web.servlet.mvc.annotation.AnnotationMethodHandlerAdapter.RequestMappingInfo
Deprecated.
 
matches(String) - Method in class org.springframework.web.util.UriTemplate
Indicate whether the given URI matches this template.
matchesBeanName(String) - Method in class org.springframework.aop.aspectj.AspectJExpressionPointcut.BeanNameContextMatcher
 
matchesBeanName(String, String) - Method in class org.springframework.beans.factory.support.DefaultListableBeanFactory
Determine whether the given candidate name matches the bean name or the aliases stored in this bean definition.
matchesClass1(Class) - Method in class org.springframework.aop.support.MethodMatchers.ClassFilterAwareUnionMethodMatcher
 
matchesClass1(Class) - Method in class org.springframework.aop.support.MethodMatchers.UnionMethodMatcher
 
matchesClass2(Class) - Method in class org.springframework.aop.support.MethodMatchers.ClassFilterAwareUnionMethodMatcher
 
matchesClass2(Class) - Method in class org.springframework.aop.support.MethodMatchers.UnionMethodMatcher
 
matchesDynamically(MatchingContext) - Method in class org.springframework.aop.aspectj.AspectJExpressionPointcut.BeanNameContextMatcher
 
matchesEntityTypeFilter(MetadataReader, MetadataReaderFactory) - Method in class org.springframework.orm.hibernate3.annotation.AnnotationSessionFactoryBean
Check whether any of the configured entity type filters matches the current class descriptor contained in the metadata reader.
matchesEntityTypeFilter(MetadataReader, MetadataReaderFactory) - Method in class org.springframework.orm.hibernate4.LocalSessionFactoryBuilder
Check whether any of the configured entity type filters matches the current class descriptor contained in the metadata reader.
matchesExclusion(String, int) - Method in class org.springframework.aop.support.AbstractRegexpMethodPointcut
Does the exclusion pattern at the given index match this string?
matchesExclusion(String, int) - Method in class org.springframework.aop.support.JdkRegexpMethodPointcut
Returns true if the exclusion Pattern at index patternIndex matches the supplied candidate String.
matchesFilter(MetadataReader, MetadataReaderFactory) - Method in class org.springframework.orm.jpa.persistenceunit.DefaultPersistenceUnitManager
Check whether any of the configured entity type filters matches the current class descriptor contained in the metadata reader.
matchesHeaders(HttpServletRequest) - Method in class org.springframework.web.servlet.mvc.annotation.AnnotationMethodHandlerAdapter.RequestMappingInfo
Deprecated.
 
matchesIgnoringSubtypes(ShadowMatch) - Method in class org.springframework.aop.aspectj.AspectJExpressionPointcut
A match test returned maybe - if there are any subtype sensitive variables involved in the test (this, target, at_this, at_target, at_annotation) then we say this is not a match as in Spring there will never be a different runtime subtype.
matchesJoinPoint(Object, Object, Object[]) - Method in class org.springframework.aop.aspectj.AspectJExpressionPointcut.DefensiveShadowMatch
 
matchesName(String) - Method in class org.springframework.beans.factory.config.BeanDefinitionHolder
Determine whether the given candidate name matches the bean name or the aliases stored in this bean definition.
matchesParameters(HttpServletRequest) - Method in class org.springframework.web.servlet.mvc.annotation.AnnotationMethodHandlerAdapter.RequestMappingInfo
Deprecated.
 
matchesPattern(String) - Method in class org.springframework.aop.support.AbstractRegexpMethodPointcut
Match the specified candidate against the configured patterns.
matchesProperty(String, String) - Static method in class org.springframework.beans.PropertyAccessorUtils
Determine whether the given registered path matches the given property path, either indicating the property itself or an indexed element of the property.
matchesRequestMethod(HttpServletRequest) - Method in class org.springframework.web.servlet.mvc.annotation.AnnotationMethodHandlerAdapter.RequestMappingInfo
Deprecated.
 
matchesStatically(MatchingContext) - Method in class org.springframework.aop.aspectj.AspectJExpressionPointcut.BeanNameContextMatcher
 
matchesTarget(ShadowMatch, Class) - Method in class org.springframework.aop.aspectj.AspectJExpressionPointcut
 
matchesTypeName(Class<?>, String) - Static method in class org.springframework.util.ClassUtils
Check whether the given class matches the user-specified type name.
matchInParameterValuesWithCallParameters(SqlParameterSource) - Method in class org.springframework.jdbc.core.metadata.CallMetaDataContext
Match input parameter values with the parameters declared to be used in the call.
matchInParameterValuesWithCallParameters(Map<String, ?>) - Method in class org.springframework.jdbc.core.metadata.CallMetaDataContext
Match input parameter values with the parameters declared to be used in the call.
matchInParameterValuesWithCallParameters(Object[]) - Method in class org.springframework.jdbc.core.metadata.CallMetaDataContext
 
matchInParameterValuesWithCallParameters(SqlParameterSource) - Method in class org.springframework.jdbc.core.simple.AbstractJdbcCall
Match the provided in parameter values with registered parameters and parameters defined via metadata processing.
matchInParameterValuesWithCallParameters(Object[]) - Method in class org.springframework.jdbc.core.simple.AbstractJdbcCall
Match the provided in parameter values with registered parameters and parameters defined via metadata processing.
matchInParameterValuesWithCallParameters(Map<String, ?>) - Method in class org.springframework.jdbc.core.simple.AbstractJdbcCall
Match the provided in parameter values with registered parameters and parameters defined via metadata processing.
matchInParameterValuesWithInsertColumns(SqlParameterSource) - Method in class org.springframework.jdbc.core.metadata.TableMetaDataContext
Match the provided column names and values with the list of columns used.
matchInParameterValuesWithInsertColumns(Map<String, Object>) - Method in class org.springframework.jdbc.core.metadata.TableMetaDataContext
Match the provided column names and values with the list of columns used.
matchInParameterValuesWithInsertColumns(SqlParameterSource) - Method in class org.springframework.jdbc.core.simple.AbstractJdbcInsert
Match the provided in parameter values with regitered parameters and parameters defined via metadata processing.
matchInParameterValuesWithInsertColumns(Map<String, Object>) - Method in class org.springframework.jdbc.core.simple.AbstractJdbcInsert
Match the provided in parameter values with regitered parameters and parameters defined via metadata processing.
matchInterface(String) - Method in class org.springframework.core.type.filter.AbstractTypeHierarchyTraversingFilter
Override this to match on interface type name.
matchInterface(String) - Method in class org.springframework.core.type.filter.AssignableTypeFilter
 
matchInternal(MockClientHttpRequest) - Method in class org.springframework.test.web.client.match.ContentRequestMatchers.AbstractXmlRequestMatcher
 
matchInternal(MockClientHttpRequest) - Method in class org.springframework.test.web.client.match.JsonPathRequestMatchers.AbstractJsonPathRequestMatcher
 
matchInternal(MockClientHttpRequest) - Method in class org.springframework.test.web.client.match.XpathRequestMatchers.AbstractXpathRequestMatcher
 
matchMediaType(HttpServletRequest) - Method in class org.springframework.web.servlet.mvc.condition.AbstractMediaTypeExpression
 
matchMediaType(HttpServletRequest) - Method in class org.springframework.web.servlet.mvc.condition.ConsumesRequestCondition.ConsumeMediaTypeExpression
 
matchMediaType(HttpServletRequest) - Method in class org.springframework.web.servlet.mvc.condition.ProducesRequestCondition.ProduceMediaTypeExpression
 
matchName(HttpServletRequest) - Method in class org.springframework.web.servlet.mvc.condition.AbstractNameValueExpression
 
matchName(HttpServletRequest) - Method in class org.springframework.web.servlet.mvc.condition.HeadersRequestCondition.HeaderExpression
 
matchName(HttpServletRequest) - Method in class org.springframework.web.servlet.mvc.condition.ParamsRequestCondition.ParamExpression
 
matchPattern - Variable in class org.springframework.web.util.UriTemplate
 
matchSelf(MetadataReader) - Method in class org.springframework.core.type.filter.AbstractTypeHierarchyTraversingFilter
Override this to match self characteristics alone.
matchSelf(MetadataReader) - Method in class org.springframework.core.type.filter.AnnotationTypeFilter
 
matchStart(String, String) - Method in class org.springframework.util.AntPathMatcher
 
matchStart(String, String) - Method in interface org.springframework.util.PathMatcher
Match the given path against the corresponding part of the given pattern, according to this PathMatcher's matching strategy.
matchStrings(String, Map<String, String>) - Method in class org.springframework.util.AntPathMatcher.AntPathStringMatcher
Main entry point.
matchStrings(String, String, Map<String, String>) - Method in class org.springframework.util.AntPathMatcher
Tests whether or not a string matches against a pattern.
matchSuperClass(String) - Method in class org.springframework.core.type.filter.AbstractTypeHierarchyTraversingFilter
Override this to match on super type name.
matchSuperClass(String) - Method in class org.springframework.core.type.filter.AnnotationTypeFilter
 
matchSuperClass(String) - Method in class org.springframework.core.type.filter.AssignableTypeFilter
 
matchTargetType(String) - Method in class org.springframework.core.type.filter.AssignableTypeFilter
 
matchValue(HttpServletRequest) - Method in class org.springframework.web.servlet.mvc.condition.AbstractNameValueExpression
 
matchValue(HttpServletRequest) - Method in class org.springframework.web.servlet.mvc.condition.HeadersRequestCondition.HeaderExpression
 
matchValue(HttpServletRequest) - Method in class org.springframework.web.servlet.mvc.condition.ParamsRequestCondition.ParamExpression
 
matchVarType - Variable in class org.springframework.aop.aspectj.RuntimeTestWalker.InstanceOfResidueTestVisitor
 
materialized - Variable in class org.springframework.aop.aspectj.annotation.LazySingletonAspectInstanceFactoryDecorator
 
MATRIX_VARIABLES_ATTRIBUTE - Static variable in interface org.springframework.web.servlet.HandlerMapping
Name of the HttpServletRequest attribute that contains a map with URI matrix variables.
MatrixVariable - Annotation Type in org.springframework.web.bind.annotation
Annotation which indicates that a method parameter should be bound to a name-value pair within a path segment.
MatrixVariableMapMethodArgumentResolver - Class in org.springframework.web.servlet.mvc.method.annotation
Resolves method arguments of type Map annotated with @MatrixVariable where the annotation the does not specify a name.
MatrixVariableMapMethodArgumentResolver() - Constructor for class org.springframework.web.servlet.mvc.method.annotation.MatrixVariableMapMethodArgumentResolver
 
MatrixVariableMethodArgumentResolver - Class in org.springframework.web.servlet.mvc.method.annotation
Resolves method arguments annotated with an @PathParam.
MatrixVariableMethodArgumentResolver() - Constructor for class org.springframework.web.servlet.mvc.method.annotation.MatrixVariableMethodArgumentResolver
 
MatrixVariableMethodArgumentResolver.PathParamNamedValueInfo - Class in org.springframework.web.servlet.mvc.method.annotation
 
MatrixVariableMethodArgumentResolver.PathParamNamedValueInfo(MatrixVariable) - Constructor for class org.springframework.web.servlet.mvc.method.annotation.MatrixVariableMethodArgumentResolver.PathParamNamedValueInfo
 
mavResolvers - Variable in class org.springframework.web.servlet.mvc.method.annotation.ModelAndViewResolverMethodReturnValueHandler
 
max - Variable in class org.springframework.expression.spel.standard.Tokenizer
 
MAX_REFERENCE_SIZE - Static variable in class org.springframework.web.util.HtmlCharacterEntityDecoder
 
maxAge(String, <any>) - Method in class org.springframework.test.web.servlet.result.CookieResultMatchers
Assert a cookie's maxAge with a Hamcrest Matcher.
maxConcurrency - Variable in class org.springframework.jms.listener.endpoint.JmsActivationSpecConfig
 
maxConcurrentConsumers - Variable in class org.springframework.jms.listener.DefaultMessageListenerContainer
 
maxElementsInMemory - Variable in class org.springframework.cache.ehcache.EhCacheFactoryBean
 
maxElementsOnDisk - Variable in class org.springframework.cache.ehcache.EhCacheFactoryBean
 
maxId - Variable in class org.springframework.jdbc.support.incrementer.MySQLMaxValueIncrementer
The max id to serve
maxIdle - Variable in class org.springframework.aop.target.CommonsPoolTargetSource
 
MAXIMUM_CONCURRENCY_LEVEL - Static variable in class org.springframework.util.ConcurrentReferenceHashMap
 
MAXIMUM_SEGMENT_SIZE - Static variable in class org.springframework.util.ConcurrentReferenceHashMap
 
maximumAutoGrowSize - Variable in class org.springframework.expression.spel.SpelParserConfiguration
 
maximumSize - Variable in class org.springframework.expression.spel.ast.Indexer.CollectionIndexingValueRef
 
maxInactiveInterval - Variable in class org.springframework.mock.web.MockHttpSession
 
maxInactiveInterval - Variable in class org.springframework.mock.web.portlet.MockPortletSession
 
maxlength - Variable in class org.springframework.web.servlet.tags.form.InputTag
 
MAXLENGTH_ATTRIBUTE - Static variable in class org.springframework.web.servlet.tags.form.InputTag
 
maxLinkedPages - Variable in class org.springframework.beans.support.PagedListHolder
 
maxMessagesPerTask - Variable in class org.springframework.jms.listener.DefaultMessageListenerContainer
 
maxPayloadLength - Variable in class org.springframework.web.filter.AbstractRequestLoggingFilter
 
maxPoolSize - Variable in class org.springframework.scheduling.backportconcurrent.ThreadPoolTaskExecutor
Deprecated.
 
maxPoolSize - Variable in class org.springframework.scheduling.concurrent.ThreadPoolExecutorFactoryBean
 
maxPoolSize - Variable in class org.springframework.scheduling.concurrent.ThreadPoolTaskExecutor
 
maxResults - Variable in class org.springframework.orm.hibernate3.HibernateTemplate
 
maxRows - 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 maxRows property on statements used for query processing.
maxRowsAffected - Variable in class org.springframework.jdbc.object.SqlUpdate
Maximum number of rows the update may affect.
maxSize - Variable in class org.springframework.aop.target.AbstractPoolingTargetSource
The maximum size of the pool
maxUploadSize - Variable in exception org.springframework.web.multipart.MaxUploadSizeExceededException
 
MaxUploadSizeExceededException - Exception in org.springframework.web.multipart
MultipartException subclass thrown when an upload exceeds the maximum upload size allowed.
MaxUploadSizeExceededException(long) - Constructor for exception org.springframework.web.multipart.MaxUploadSizeExceededException
Constructor for MaxUploadSizeExceededException.
MaxUploadSizeExceededException(long, Throwable) - Constructor for exception org.springframework.web.multipart.MaxUploadSizeExceededException
Constructor for MaxUploadSizeExceededException.
maxWait - Variable in class org.springframework.aop.target.CommonsPoolTargetSource
 
maybeAddSeparatorToScript(StringBuilder) - Method in class org.springframework.jdbc.datasource.init.ResourceDatabasePopulator
 
maybeBindAnnotationsFromPointcutExpression() - Method in class org.springframework.aop.aspectj.AspectJAdviceParameterNameDiscoverer
Parse the string pointcut expression looking for: @this, @target, @args, @within, @withincode, @annotation.
maybeBindJoinPoint(Class) - Method in class org.springframework.aop.aspectj.AbstractAspectJAdvice
 
maybeBindJoinPointStaticPart(Class) - Method in class org.springframework.aop.aspectj.AbstractAspectJAdvice
 
maybeBindPrimitiveArgsFromPointcutExpression() - Method in class org.springframework.aop.aspectj.AspectJAdviceParameterNameDiscoverer
Match up args against unbound arguments of primitive types
maybeBindProceedingJoinPoint(Class) - Method in class org.springframework.aop.aspectj.AbstractAspectJAdvice
 
maybeBindReferencePointcutParameter() - Method in class org.springframework.aop.aspectj.AspectJAdviceParameterNameDiscoverer
 
maybeBindReturningVariable() - Method in class org.springframework.aop.aspectj.AspectJAdviceParameterNameDiscoverer
If a returning variable was specified and there is only one choice remaining, bind it.
maybeBindThisJoinPoint() - Method in class org.springframework.aop.aspectj.AspectJAdviceParameterNameDiscoverer
If the first parameter is of type JoinPoint or ProceedingJoinPoint,bind "thisJoinPoint" as parameter name and return true, else return false.
maybeBindThisJoinPointStaticPart() - Method in class org.springframework.aop.aspectj.AspectJAdviceParameterNameDiscoverer
 
maybeBindThisOrTargetOrArgsFromPointcutExpression() - Method in class org.springframework.aop.aspectj.AspectJAdviceParameterNameDiscoverer
Parse the string pointcut expression looking for this(), target() and args() expressions.
maybeBindThrowingVariable() - Method in class org.springframework.aop.aspectj.AspectJAdviceParameterNameDiscoverer
If a throwing name was specified and there is exactly one choice remaining (argument that is a subtype of Throwable) then bind it.
maybeEatBeanReference() - Method in class org.springframework.expression.spel.standard.InternalSpelExpressionParser
 
maybeEatConstructorReference() - Method in class org.springframework.expression.spel.standard.InternalSpelExpressionParser
 
maybeEatFunctionOrVar() - Method in class org.springframework.expression.spel.standard.InternalSpelExpressionParser
 
maybeEatIndexer() - Method in class org.springframework.expression.spel.standard.InternalSpelExpressionParser
 
maybeEatInlineList() - Method in class org.springframework.expression.spel.standard.InternalSpelExpressionParser
 
maybeEatLiteral() - Method in class org.springframework.expression.spel.standard.InternalSpelExpressionParser
 
maybeEatMethodArgs() - Method in class org.springframework.expression.spel.standard.InternalSpelExpressionParser
 
maybeEatMethodOrProperty(boolean) - Method in class org.springframework.expression.spel.standard.InternalSpelExpressionParser
 
maybeEatNode() - Method in class org.springframework.expression.spel.standard.InternalSpelExpressionParser
 
maybeEatNonDottedNode() - Method in class org.springframework.expression.spel.standard.InternalSpelExpressionParser
 
maybeEatNullReference() - Method in class org.springframework.expression.spel.standard.InternalSpelExpressionParser
 
maybeEatParenExpression() - Method in class org.springframework.expression.spel.standard.InternalSpelExpressionParser
 
maybeEatProjection(boolean) - Method in class org.springframework.expression.spel.standard.InternalSpelExpressionParser
 
maybeEatRelationalOperator() - Method in class org.springframework.expression.spel.standard.InternalSpelExpressionParser
 
maybeEatSelection(boolean) - Method in class org.springframework.expression.spel.standard.InternalSpelExpressionParser
 
maybeEatTypeReference() - Method in class org.springframework.expression.spel.standard.InternalSpelExpressionParser
 
maybeExtractVariableName(String) - Method in class org.springframework.aop.aspectj.AspectJAdviceParameterNameDiscoverer
 
maybeExtractVariableNamesFromArgs(String, List<String>) - Method in class org.springframework.aop.aspectj.AspectJAdviceParameterNameDiscoverer
Given an args pointcut body (could be args or at_args), add any candidate variable names to the given list.
maybeMatches() - Method in class org.springframework.aop.aspectj.AspectJExpressionPointcut.DefensiveShadowMatch
 
mayNeedDynamicTest() - Method in class org.springframework.aop.aspectj.AspectJExpressionPointcut.BeanNameContextMatcher
 
MBEAN_APPLICATION_KEY - Static variable in class org.springframework.context.support.LiveBeansView
 
MBEAN_DOMAIN_PROPERTY_NAME - Static variable in class org.springframework.context.support.LiveBeansView
 
MBEAN_EXPORTER_BEAN_NAME - Static variable in class org.springframework.context.annotation.MBeanExportConfiguration
 
MBEAN_EXPORTER_BEAN_NAME - Static variable in class org.springframework.context.config.MBeanExportBeanDefinitionParser
 
MBEAN_SERVER_BEAN_NAME - Static variable in class org.springframework.context.config.MBeanServerBeanDefinitionParser
 
MBEAN_SERVER_CONNECTION_JNDI_NAME - Static variable in class org.springframework.jca.work.jboss.JBossWorkManagerUtils
 
MBEAN_SUFFIX - Static variable in class org.springframework.jmx.support.JmxUtils
Suffix used to identify an MBean interface.
MBeanClientInterceptor - Class in org.springframework.jmx.access
org.aopalliance.intercept.MethodInterceptor that routes calls to an MBean running on the supplied MBeanServerConnection.
MBeanClientInterceptor() - Constructor for class org.springframework.jmx.access.MBeanClientInterceptor
 
MBeanClientInterceptor.MethodCacheKey - Class in org.springframework.jmx.access
Simple wrapper class around a method name and its signature.
MBeanClientInterceptor.MethodCacheKey(String, Class[]) - Constructor for class org.springframework.jmx.access.MBeanClientInterceptor.MethodCacheKey
Create a new instance of MethodCacheKey with the supplied method name and parameter list.
MBeanConnectFailureException - Exception in org.springframework.jmx.access
Thrown when an invocation failed because of an I/O problem on the MBeanServerConnection.
MBeanConnectFailureException(String, Throwable) - Constructor for exception org.springframework.jmx.access.MBeanConnectFailureException
Create a new MBeanConnectFailureException with the specified error message and root cause.
MBeanExportBeanDefinitionParser - Class in org.springframework.context.config
Parser for the <context:mbean-export/> element.
MBeanExportBeanDefinitionParser() - Constructor for class org.springframework.context.config.MBeanExportBeanDefinitionParser
 
MBeanExportConfiguration - Class in org.springframework.context.annotation
@Configuration class that registers a AnnotationMBeanExporter bean.
MBeanExportConfiguration() - Constructor for class org.springframework.context.annotation.MBeanExportConfiguration
 
MBeanExportConfiguration.SpecificPlatform - Enum in org.springframework.context.annotation
 
MBeanExportConfiguration.SpecificPlatform(String) - Constructor for enum org.springframework.context.annotation.MBeanExportConfiguration.SpecificPlatform
 
mbeanExporter() - Method in class org.springframework.context.annotation.MBeanExportConfiguration
 
MBeanExporter - Class in org.springframework.jmx.export
JMX exporter that allows for exposing any Spring-managed bean to a JMX MBeanServer, without the need to define any JMX-specific information in the bean classes.
MBeanExporter() - Constructor for class org.springframework.jmx.export.MBeanExporter
 
MBeanExporter.AutodetectCallback - Interface in org.springframework.jmx.export
Internal callback interface for the autodetection process.
MBeanExporter.NotificationPublisherAwareLazyTargetSource - Class in org.springframework.jmx.export
Extension of LazyInitTargetSource that will inject a NotificationPublisher into the lazy resource as it is created if required.
MBeanExporter.NotificationPublisherAwareLazyTargetSource() - Constructor for class org.springframework.jmx.export.MBeanExporter.NotificationPublisherAwareLazyTargetSource
 
MBeanExporterListener - Interface in org.springframework.jmx.export
A listener that allows application code to be notified when an MBean is registered and unregistered via an MBeanExporter.
MBeanExportException - Exception in org.springframework.jmx.export
Exception thrown in case of failure when exporting an MBean.
MBeanExportException(String) - Constructor for exception org.springframework.jmx.export.MBeanExportException
Create a new MBeanExportException with the specified error message.
MBeanExportException(String, Throwable) - Constructor for exception org.springframework.jmx.export.MBeanExportException
Create a new MBeanExportException with the specified error message and root cause.
MBeanExportOperations - Interface in org.springframework.jmx.export
Interface that defines the set of MBean export operations that are intended to be accessed by application developers during application runtime.
MBeanInfoAssembler - Interface in org.springframework.jmx.export.assembler
Interface to be implemented by all classes that can create management interface metadata for a managed resource.
MBeanInfoRetrievalException - Exception in org.springframework.jmx.access
Thrown if an exception is encountered when trying to retrieve MBean metadata.
MBeanInfoRetrievalException(String) - Constructor for exception org.springframework.jmx.access.MBeanInfoRetrievalException
Create a new MBeanInfoRetrievalException with the specified error message.
MBeanInfoRetrievalException(String, Throwable) - Constructor for exception org.springframework.jmx.access.MBeanInfoRetrievalException
Create a new MBeanInfoRetrievalException with the specified error message and root cause.
mbeanProxy - Variable in class org.springframework.jmx.access.MBeanProxyFactoryBean
 
MBeanProxyFactoryBean - Class in org.springframework.jmx.access
Creates a proxy to a managed resource running either locally or remotely.
MBeanProxyFactoryBean() - Constructor for class org.springframework.jmx.access.MBeanProxyFactoryBean
 
mbeanRegistered(ObjectName) - Method in interface org.springframework.jmx.export.MBeanExporterListener
Called by MBeanExporter after an MBean has been successfully registered with an MBeanServer.
MBeanRegistrationSupport - Class in org.springframework.jmx.support
Provides supporting infrastructure for registering MBeans with an MBeanServer.
MBeanRegistrationSupport() - Constructor for class org.springframework.jmx.support.MBeanRegistrationSupport
 
mbeanServer - Variable in class org.springframework.jmx.support.WebSphereMBeanServerFactoryBean
 
MBeanServerBeanDefinitionParser - Class in org.springframework.context.config
Parser for the <context:mbean-server/> element.
MBeanServerBeanDefinitionParser() - Constructor for class org.springframework.context.config.MBeanServerBeanDefinitionParser
 
MBeanServerConnectionFactoryBean - Class in org.springframework.jmx.support
FactoryBean that creates a JMX 1.2 MBeanServerConnection to a remote MBeanServer exposed via a JMXServerConnector.
MBeanServerConnectionFactoryBean() - Constructor for class org.springframework.jmx.support.MBeanServerConnectionFactoryBean
 
MBeanServerConnectionFactoryBean.JMXConnectorLazyInitTargetSource - Class in org.springframework.jmx.support
Lazily creates a JMXConnector using the configured service URL and environment properties.
MBeanServerConnectionFactoryBean.JMXConnectorLazyInitTargetSource() - Constructor for class org.springframework.jmx.support.MBeanServerConnectionFactoryBean.JMXConnectorLazyInitTargetSource
 
MBeanServerConnectionFactoryBean.MBeanServerConnectionLazyInitTargetSource - Class in org.springframework.jmx.support
Lazily creates an MBeanServerConnection.
MBeanServerConnectionFactoryBean.MBeanServerConnectionLazyInitTargetSource() - Constructor for class org.springframework.jmx.support.MBeanServerConnectionFactoryBean.MBeanServerConnectionLazyInitTargetSource
 
MBeanServerFactoryBean - Class in org.springframework.jmx.support
FactoryBean that obtains an MBeanServer reference through the standard JMX 1.2 MBeanServerFactory API (which is available on JDK 1.5 or as part of a JMX 1.2 provider).
MBeanServerFactoryBean() - Constructor for class org.springframework.jmx.support.MBeanServerFactoryBean
 
MBeanServerNotFoundException - Exception in org.springframework.jmx
Exception thrown when we cannot locate an instance of an MBeanServer, or when more than one instance is found.
MBeanServerNotFoundException(String) - Constructor for exception org.springframework.jmx.MBeanServerNotFoundException
Create a new MBeanServerNotFoundException with the supplied error message.
MBeanServerNotFoundException(String, Throwable) - Constructor for exception org.springframework.jmx.MBeanServerNotFoundException
Create a new MBeanServerNotFoundException with the specified error message and root cause.
mbeanUnregistered(ObjectName) - Method in interface org.springframework.jmx.export.MBeanExporterListener
Called by MBeanExporter after an MBean has been successfully unregistered from an MBeanServer.
MD5_ALGORITHM_NAME - Static variable in class org.springframework.util.DigestUtils
 
md5Digest(byte[]) - Static method in class org.springframework.util.DigestUtils
Calculate the MD5 digest of the given bytes.
md5DigestAsHex(byte[]) - Static method in class org.springframework.util.DigestUtils
Return a hexadecimal string representation of the MD5 digest of the given bytes.
MEDIA_TYPE_ALL_LIST - Variable in class org.springframework.web.servlet.mvc.condition.ProducesRequestCondition
 
MEDIA_TYPE_APPLICATION - Static variable in class org.springframework.web.servlet.mvc.method.annotation.AbstractMessageConverterMethodProcessor
 
mediaType - Variable in exception org.springframework.http.InvalidMediaTypeException
 
MediaType - Class in org.springframework.http
Represents an Internet Media Type, as defined in the HTTP specification.
MediaType(String) - Constructor for class org.springframework.http.MediaType
Create a new MediaType for the given primary type.
MediaType(String, String) - Constructor for class org.springframework.http.MediaType
Create a new MediaType for the given primary type and subtype.
MediaType(String, String, Charset) - Constructor for class org.springframework.http.MediaType
Create a new MediaType for the given type, subtype, and character set.
MediaType(String, String, double) - Constructor for class org.springframework.http.MediaType
Create a new MediaType for the given type, subtype, and quality value.
MediaType(MediaType, Map<String, String>) - Constructor for class org.springframework.http.MediaType
Copy-constructor that copies the type and subtype of the given MediaType, and allows for different parameter.
MediaType(String, String, Map<String, String>) - Constructor for class org.springframework.http.MediaType
Create a new MediaType for the given type, subtype, and parameters.
mediaType(String, MediaType) - Method in class org.springframework.web.servlet.config.annotation.ContentNegotiationConfigurer
Add mappings from file extensions to media types.
mediaType - Variable in class org.springframework.web.servlet.mvc.condition.AbstractMediaTypeExpression
 
MediaTypeEditor - Class in org.springframework.http
Editor for MediaType descriptors, to automatically convert String specifications (e.g.
MediaTypeEditor() - Constructor for class org.springframework.http.MediaTypeEditor
 
MediaTypeExpression - Interface in org.springframework.web.servlet.mvc.condition
A contract for media type expressions (e.g.
MediaTypeFileExtensionResolver - Interface in org.springframework.web.accept
A strategy for resolving a MediaType to one or more path extensions.
mediaTypes - Variable in class org.springframework.web.accept.ContentNegotiationManagerFactoryBean
 
mediaTypes - Variable in class org.springframework.web.accept.MappingMediaTypeFileExtensionResolver
 
mediaTypes - Variable in class org.springframework.web.servlet.config.annotation.ContentNegotiationConfigurer
 
mediaTypes(Map<String, MediaType>) - Method in class org.springframework.web.servlet.config.annotation.ContentNegotiationConfigurer
Add mappings from file extensions to media types.
member - Variable in class org.springframework.beans.factory.annotation.InjectionMetadata.InjectedElement
 
member - Variable in class org.springframework.expression.spel.support.ReflectivePropertyAccessor.InvokerPair
 
member - Variable in class org.springframework.expression.spel.support.ReflectivePropertyAccessor.OptimalPropertyAccessor
 
memberClassNames - Variable in class org.springframework.core.type.classreading.ClassMetadataReadingVisitor
 
memberMap - Variable in class org.springframework.core.LocalVariableTableParameterNameDiscoverer.LocalVariableTableVisitor
 
memberMap - Variable in class org.springframework.core.LocalVariableTableParameterNameDiscoverer.ParameterNameDiscoveringVisitor
 
members - Variable in class org.springframework.context.support.DefaultLifecycleProcessor.LifecycleGroup
 
memoryStoreEvictionPolicy - Variable in class org.springframework.cache.ehcache.EhCacheFactoryBean
 
merge(Object) - Method in class org.springframework.beans.factory.support.ManagedList
 
merge(Object) - Method in class org.springframework.beans.factory.support.ManagedMap
 
merge(Object) - Method in class org.springframework.beans.factory.support.ManagedProperties
 
merge(Object) - Method in class org.springframework.beans.factory.support.ManagedSet
 
merge - Variable in class org.springframework.beans.factory.xml.DocumentDefaultsDefinition
 
merge(Object) - Method in interface org.springframework.beans.Mergeable
Merge the current value set with that of the supplied object.
merge(Element, ReaderContext, T) - Method in class org.springframework.cache.config.CacheAdviceParser.Props
 
merge(Element, ReaderContext) - Method in class org.springframework.cache.config.CacheAdviceParser.Props
 
merge(ConfigurableEnvironment) - Method in class org.springframework.core.env.AbstractEnvironment
 
merge(ConfigurableEnvironment) - Method in interface org.springframework.core.env.ConfigurableEnvironment
Append the given parent environment's active profiles, default profiles and property sources to this (child) environment's respective collections of each.
merge(T) - Method in interface org.springframework.orm.hibernate3.HibernateOperations
Copy the state of the given object onto the persistent object with the same identifier.
merge(String, T) - Method in interface org.springframework.orm.hibernate3.HibernateOperations
Copy the state of the given object onto the persistent object with the same identifier.
merge(T) - Method in class org.springframework.orm.hibernate3.HibernateTemplate
 
merge(String, T) - Method in class org.springframework.orm.hibernate3.HibernateTemplate
 
merge(T) - Method in interface org.springframework.orm.jpa.JpaOperations
Deprecated.
 
merge(T) - Method in class org.springframework.orm.jpa.JpaTemplate
Deprecated.
 
merge(Object) - Method in class org.springframework.test.web.servlet.request.MockHttpServletRequestBuilder
Merges the properties of the "parent" RequestBuilder accepting values only if not already set in "this" instance.
merge(Object) - Method in class org.springframework.test.web.servlet.request.MockMultipartHttpServletRequestBuilder
 
MERGE_ATTRIBUTE - Static variable in class org.springframework.beans.factory.xml.BeanDefinitionParserDelegate
 
Mergeable - Interface in org.springframework.beans
Interface representing an object whose value set can be merged with that of a parent object.
mergeArrayIntoCollection(Object, Collection) - Static method in class org.springframework.util.CollectionUtils
Merge the given array into the given Collection.
mergeAttributes(Map<String, ?>) - Method in class org.springframework.ui.ExtendedModelMap
 
mergeAttributes(Map<String, ?>) - Method in interface org.springframework.ui.Model
Copy all attributes in the supplied Map into this Map, with existing objects of the same name taking precedence (i.e.
mergeAttributes(Map<String, ?>) - Method in class org.springframework.ui.ModelMap
Copy all attributes in the supplied Map into this Map, with existing objects of the same name taking precedence (i.e.
mergeAttributes(Map<String, ?>) - Method in class org.springframework.web.method.support.ModelAndViewContainer
Copy attributes in the supplied Map with existing objects of the same name taking precedence (i.e.
mergeAttributes(Map<String, ?>) - Method in interface org.springframework.web.servlet.mvc.support.RedirectAttributes
 
mergeAttributes(Map<String, ?>) - Method in class org.springframework.web.servlet.mvc.support.RedirectAttributesModelMap
Copy all attributes in the supplied Map into this Map, with existing objects of the same name taking precedence (i.e.
MergedBeanDefinitionPostProcessor - Interface in org.springframework.beans.factory.support
Post-processor callback interface for merged bean definitions at runtime.
mergedBeanDefinitions - Variable in class org.springframework.beans.factory.support.AbstractBeanFactory
Map from bean name to merged RootBeanDefinition
MergedContextConfiguration - Class in org.springframework.test.context
MergedContextConfiguration encapsulates the merged context configuration declared on a test class and all of its superclasses via @ContextConfiguration and @ActiveProfiles.
MergedContextConfiguration(Class<?>, String[], Class<?>[], String[], ContextLoader) - Constructor for class org.springframework.test.context.MergedContextConfiguration
Create a new MergedContextConfiguration instance for the supplied test class, resource locations, annotated classes, active profiles, and ContextLoader.
MergedContextConfiguration(Class<?>, String[], Class<?>[], Set<Class<? extends ApplicationContextInitializer<? extends ConfigurableApplicationContext>>>, String[], ContextLoader) - Constructor for class org.springframework.test.context.MergedContextConfiguration
Create a new MergedContextConfiguration instance for the supplied test class, resource locations, annotated classes, context initializers, active profiles, and ContextLoader.
MergedContextConfiguration(Class<?>, String[], Class<?>[], Set<Class<? extends ApplicationContextInitializer<? extends ConfigurableApplicationContext>>>, String[], ContextLoader, CacheAwareContextLoaderDelegate, MergedContextConfiguration) - Constructor for class org.springframework.test.context.MergedContextConfiguration
Create a new MergedContextConfiguration instance for the supplied test class, resource locations, annotated classes, context initializers, active profiles, ContextLoader, and parent configuration.
mergedContextConfiguration - Variable in class org.springframework.test.context.TestContext
 
mergedInitParams - Variable in class org.springframework.web.servlet.view.tiles2.SpringTilesApplicationContextFactory.SpringWildcardServletTilesApplicationContext
 
mergedMappings - Variable in class org.springframework.jmx.export.naming.KeyNamingStrategy
Stores the result of merging the mappings Properties with the the properties stored in the resources defined by mappingLocations.
mergeEnabled - Variable in class org.springframework.beans.factory.support.ManagedList
 
mergeEnabled - Variable in class org.springframework.beans.factory.support.ManagedMap
 
mergeEnabled - Variable in class org.springframework.beans.factory.support.ManagedProperties
 
mergeEnabled - Variable in class org.springframework.beans.factory.support.ManagedSet
 
mergeIfRequired(PropertyValue, PropertyValue) - Method in class org.springframework.beans.MutablePropertyValues
Merges the value of the supplied 'new' PropertyValue with that of the current PropertyValue if merging is supported and enabled.
mergePdfDocument(Map<String, Object>, PdfStamper, HttpServletRequest, HttpServletResponse) - Method in class org.springframework.web.servlet.view.document.AbstractPdfStamperView
Subclasses must implement this method to merge the PDF form with the given model data.
mergeProperties() - Method in class org.springframework.core.io.support.PropertiesLoaderSupport
Return a merged Properties instance containing both the loaded properties and properties set on this FactoryBean.
mergePropertiesIntoMap(Properties, Map) - Static method in class org.springframework.util.CollectionUtils
Merge the given Properties instance into the given Map, copying all properties (key-value pairs) over.
mergeStringArrays(String[], String[]) - Static method in class org.springframework.util.StringUtils
Merge the given String arrays into one, with overlapping array elements only included once.
mergeTemplate(VelocityEngine, String, Map<String, Object>, Writer) - Static method in class org.springframework.ui.velocity.VelocityEngineUtils
Deprecated.
Use VelocityEngineUtils.mergeTemplate(VelocityEngine, String, String, Map, Writer) instead, following Velocity 1.6's corresponding deprecation in its own API.
mergeTemplate(VelocityEngine, String, String, Map<String, Object>, Writer) - Static method in class org.springframework.ui.velocity.VelocityEngineUtils
Merge the specified Velocity template with the given model and write the result to the given Writer.
mergeTemplate(Template, Context, HttpServletResponse) - Method in class org.springframework.web.servlet.view.velocity.VelocityView
Merge the template with the context.
mergeTemplateIntoString(VelocityEngine, String, Map<String, Object>) - Static method in class org.springframework.ui.velocity.VelocityEngineUtils
Deprecated.
Use VelocityEngineUtils.mergeTemplateIntoString(VelocityEngine, String, String, Map) instead, following Velocity 1.6's corresponding deprecation in its own API.
mergeTemplateIntoString(VelocityEngine, String, String, Map<String, Object>) - Static method in class org.springframework.ui.velocity.VelocityEngineUtils
Merge the specified Velocity template with the given model into a String.
message - Variable in class org.springframework.aop.framework.ProxyFactoryBean.PrototypePlaceholderAdvisor
 
message - Variable in class org.springframework.beans.factory.parsing.Problem
 
message - Variable in exception org.springframework.expression.spel.SpelEvaluationException
 
message - Variable in enum org.springframework.expression.spel.SpelMessage
 
message - Variable in exception org.springframework.expression.spel.SpelParseException
 
message - Variable in class org.springframework.web.servlet.tags.MessageTag
 
MESSAGE_CONVERTER_ATTRIBUTE - Static variable in class org.springframework.jms.config.AbstractListenerContainerParser
 
MESSAGE_ONLY_CONSTRUCTOR - Static variable in class org.springframework.jdbc.support.SQLErrorCodeSQLExceptionTranslator
 
MESSAGE_SOURCE_BEAN_NAME - Static variable in class org.springframework.context.support.AbstractApplicationContext
Name of the MessageSource bean in the factory.
MESSAGE_SQL_SQLEX_CONSTRUCTOR - Static variable in class org.springframework.jdbc.support.SQLErrorCodeSQLExceptionTranslator
 
MESSAGE_SQL_THROWABLE_CONSTRUCTOR - Static variable in class org.springframework.jdbc.support.SQLErrorCodeSQLExceptionTranslator
 
MESSAGE_SQLEX_CONSTRUCTOR - Static variable in class org.springframework.jdbc.support.SQLErrorCodeSQLExceptionTranslator
 
MESSAGE_THROWABLE_CONSTRUCTOR - Static variable in class org.springframework.jdbc.support.SQLErrorCodeSQLExceptionTranslator
 
MessageCodeFormatter - Interface in org.springframework.validation
A strategy interface for formatting message codes.
messageCodesResolver - Variable in class org.springframework.validation.AbstractBindingResult
 
MessageCodesResolver - Interface in org.springframework.validation
Strategy interface for building message codes from validation error codes.
messageCodesResolver - Variable in class org.springframework.web.bind.support.ConfigurableWebBindingInitializer
 
messageCodesResolver - Variable in class org.springframework.web.portlet.mvc.BaseCommandController
Deprecated.
 
messageCodesResolver - Variable in class org.springframework.web.servlet.mvc.BaseCommandController
Deprecated.
 
MessageConversionException - Exception in org.springframework.jms.support.converter
Thrown by MessageConverter implementations when the conversion of an object to/from a javax.jms.Message fails.
MessageConversionException(String) - Constructor for exception org.springframework.jms.support.converter.MessageConversionException
Create a new MessageConversionException.
MessageConversionException(String, Throwable) - Constructor for exception org.springframework.jms.support.converter.MessageConversionException
Create a new MessageConversionException.
messageConverter - Variable in class org.springframework.jms.core.JmsTemplate
 
messageConverter - Variable in class org.springframework.jms.listener.adapter.MessageListenerAdapter
 
messageConverter - Variable in class org.springframework.jms.remoting.JmsInvokerClientInterceptor
 
messageConverter - Variable in class org.springframework.jms.remoting.JmsInvokerServiceExporter
 
MessageConverter - Interface in org.springframework.jms.support.converter
Strategy interface that specifies a converter between Java objects and JMS messages.
messageConverters - Variable in class org.springframework.test.web.servlet.setup.StandaloneMockMvcBuilder
 
messageConverters - Variable in class org.springframework.web.bind.annotation.support.HandlerMethodInvoker
 
messageConverters - Variable in class org.springframework.web.client.HttpMessageConverterExtractor
 
messageConverters - Variable in class org.springframework.web.client.RestTemplate
 
messageConverters - Variable in class org.springframework.web.servlet.config.annotation.WebMvcConfigurationSupport
 
messageConverters - Variable in class org.springframework.web.servlet.mvc.annotation.AnnotationMethodHandlerAdapter
Deprecated.
 
messageConverters - Variable in class org.springframework.web.servlet.mvc.annotation.AnnotationMethodHandlerExceptionResolver
Deprecated.
 
messageConverters - Variable in class org.springframework.web.servlet.mvc.method.annotation.AbstractMessageConverterMethodArgumentResolver
 
messageConverters - Variable in class org.springframework.web.servlet.mvc.method.annotation.ExceptionHandlerExceptionResolver
 
messageConverters - Variable in class org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter
 
MessageCreator - Interface in org.springframework.jms.core
Creates a JMS message given a Session.
messageDrivenContext - Variable in class org.springframework.ejb.support.AbstractMessageDrivenBean
Deprecated.
 
messageEndpointFactory - Variable in class org.springframework.jca.endpoint.GenericMessageEndpointManager
 
MessageEOFException - Exception in org.springframework.jms
Runtime exception mirroring the JMS MessageEOFException.
MessageEOFException(javax.jms.MessageEOFException) - Constructor for exception org.springframework.jms.MessageEOFException
 
messageExceptions - Variable in exception org.springframework.mail.MailSendException
 
MessageFormatException - Exception in org.springframework.jms
Runtime exception mirroring the JMS MessageFormatException.
MessageFormatException(javax.jms.MessageFormatException) - Constructor for exception org.springframework.jms.MessageFormatException
 
messageFormatsPerMessage - Variable in class org.springframework.context.support.MessageSourceSupport
Cache to hold already generated MessageFormats per message.
messageIdEnabled - Variable in class org.springframework.jms.core.JmsTemplate
 
messageInterpolator - Variable in class org.springframework.validation.beanvalidation.CustomValidatorBean
 
messageInterpolator - Variable in class org.springframework.validation.beanvalidation.LocalValidatorFactoryBean
 
messageListener - Variable in class org.springframework.jca.endpoint.GenericMessageEndpointFactory
 
messageListener - Variable in class org.springframework.jms.listener.AbstractMessageListenerContainer
 
messageListener - Variable in class org.springframework.jms.listener.endpoint.JmsMessageEndpointFactory
 
MessageListenerAdapter - Class in org.springframework.jms.listener.adapter
Message listener adapter that delegates the handling of messages to target listener methods via reflection, with flexible message type conversion.
MessageListenerAdapter() - Constructor for class org.springframework.jms.listener.adapter.MessageListenerAdapter
Create a new MessageListenerAdapter with default settings.
MessageListenerAdapter(Object) - Constructor for class org.springframework.jms.listener.adapter.MessageListenerAdapter
Create a new MessageListenerAdapter for the given delegate.
MessageListenerAdapter.DestinationNameHolder - Class in org.springframework.jms.listener.adapter
Internal class combining a destination name and its target destination type (queue or topic).
MessageListenerAdapter.DestinationNameHolder(String, boolean) - Constructor for class org.springframework.jms.listener.adapter.MessageListenerAdapter.DestinationNameHolder
 
MessageListenerAdapter102 - Class in org.springframework.jms.listener.adapter
Deprecated.
as of Spring 3.0, in favor of the JMS 1.1 based MessageListenerAdapter
MessageListenerAdapter102() - Constructor for class org.springframework.jms.listener.adapter.MessageListenerAdapter102
Deprecated.
Create a new instance of the MessageListenerAdapter102 class with the default settings.
MessageListenerAdapter102(Object) - Constructor for class org.springframework.jms.listener.adapter.MessageListenerAdapter102
Deprecated.
Create a new instance of the MessageListenerAdapter102 class for the given delegate.
messageListenerSet - Variable in class org.springframework.jms.listener.endpoint.JmsMessageEndpointManager
 
MessageNotReadableException - Exception in org.springframework.jms
Runtime exception mirroring the JMS MessageNotReadableException.
MessageNotReadableException(javax.jms.MessageNotReadableException) - Constructor for exception org.springframework.jms.MessageNotReadableException
 
MessageNotWriteableException - Exception in org.springframework.jms
Runtime exception mirroring the JMS MessageNotWriteableException.
MessageNotWriteableException(javax.jms.MessageNotWriteableException) - Constructor for exception org.springframework.jms.MessageNotWriteableException
 
MessagePostProcessor - Interface in org.springframework.jms.core
To be used with JmsTemplate's send method that convert an object to a message.
messageReceived(Object, Session) - Method in class org.springframework.jms.listener.AbstractPollingMessageListenerContainer
Template method that gets called right when a new message has been received, before attempting to process it.
messageReceived(Object, Session) - Method in class org.springframework.jms.listener.DefaultMessageListenerContainer
Tries scheduling a new invoker, since we know messages are coming in...
messageResources - Variable in class org.springframework.web.struts.SpringBindingActionForm
Deprecated.
 
messages - Variable in class org.springframework.context.support.StaticMessageSource
Map from 'code + locale' keys to message Strings
MESSAGES_ATTRIBUTE - Static variable in class org.springframework.web.servlet.tags.form.ErrorsTag
The key under which this tag exposes error messages in the page context scope.
messageSelector - Variable in class org.springframework.jms.listener.AbstractMessageListenerContainer
 
messageSelector - Variable in class org.springframework.jms.listener.endpoint.JmsActivationSpecConfig
 
MessageSource - Interface in org.springframework.context
Strategy interface for resolving messages, with support for the parameterization and internationalization of such messages.
messageSource - Variable in class org.springframework.context.support.AbstractApplicationContext
MessageSource we delegate our implementation of this interface to
messageSource - Variable in class org.springframework.context.support.MessageSourceAccessor
 
messageSource - Variable in class org.springframework.context.support.MessageSourceResourceBundle
 
messageSource - Variable in class org.springframework.test.web.servlet.setup.StubWebApplicationContext
 
messageSource - Variable in class org.springframework.ui.context.support.SimpleTheme
 
messageSource - Variable in class org.springframework.validation.beanvalidation.MessageSourceResourceBundleLocator
 
messageSource - Variable in class org.springframework.web.servlet.mvc.annotation.ResponseStatusExceptionResolver
 
messageSource - Variable in class org.springframework.web.servlet.support.JstlUtils.SpringLocalizationContext
 
messageSource - Variable in class org.springframework.web.servlet.view.JstlView
 
messageSourceAccessor - Variable in class org.springframework.context.support.ApplicationObjectSupport
MessageSourceAccessor for easy message access
MessageSourceAccessor - Class in org.springframework.context.support
Helper class for easy access to messages from a MessageSource, providing various overloaded getMessage methods.
MessageSourceAccessor(MessageSource) - Constructor for class org.springframework.context.support.MessageSourceAccessor
Create a new MessageSourceAccessor, using LocaleContextHolder's locale as default locale.
MessageSourceAccessor(MessageSource, Locale) - Constructor for class org.springframework.context.support.MessageSourceAccessor
Create a new MessageSourceAccessor, using the given default locale.
messageSourceAccessor - Variable in class org.springframework.remoting.jaxrpc.ServletEndpointSupport
Deprecated.
 
messageSourceAccessor - Variable in class org.springframework.web.servlet.view.tiles.ComponentControllerSupport
Deprecated.
 
messageSourceAccessor - Variable in class org.springframework.web.struts.ActionSupport
Deprecated.
 
messageSourceAccessor - Variable in class org.springframework.web.struts.DispatchActionSupport
Deprecated.
 
messageSourceAccessor - Variable in class org.springframework.web.struts.LookupDispatchActionSupport
Deprecated.
 
messageSourceAccessor - Variable in class org.springframework.web.struts.MappingDispatchActionSupport
Deprecated.
 
MessageSourceAware - Interface in org.springframework.context
Interface to be implemented by any object that wishes to be notified of the MessageSource (typically the ApplicationContext) that it runs in.
MessageSourceResolvable - Interface in org.springframework.context
Interface for objects that are suitable for message resolution in a MessageSource.
MessageSourceResourceBundle - Class in org.springframework.context.support
Helper class that allows for accessing a Spring MessageSource as a ResourceBundle.
MessageSourceResourceBundle(MessageSource, Locale) - Constructor for class org.springframework.context.support.MessageSourceResourceBundle
Create a new MessageSourceResourceBundle for the given MessageSource and Locale.
MessageSourceResourceBundle(MessageSource, Locale, ResourceBundle) - Constructor for class org.springframework.context.support.MessageSourceResourceBundle
Create a new MessageSourceResourceBundle for the given MessageSource and Locale.
MessageSourceResourceBundleLocator - Class in org.springframework.validation.beanvalidation
Implementation of Hibernate Validator 4.1's ResourceBundleLocator interface, exposing a Spring MessageSource as localized MessageSourceResourceBundle.
MessageSourceResourceBundleLocator(MessageSource) - Constructor for class org.springframework.validation.beanvalidation.MessageSourceResourceBundleLocator
Build a MessageSourceResourceBundleLocator for the given MessageSource.
MessageSourceSupport - Class in org.springframework.context.support
Base class for message source implementations, providing support infrastructure such as MessageFormat handling but not implementing concrete methods defined in the MessageSource.
MessageSourceSupport() - Constructor for class org.springframework.context.support.MessageSourceSupport
 
MessageTag - Class in org.springframework.web.servlet.tags
Custom JSP tag to look up a message in the scope of this page.
MessageTag() - Constructor for class org.springframework.web.servlet.tags.MessageTag
 
messageTimestampEnabled - Variable in class org.springframework.jms.core.JmsTemplate
 
MessageType - Enum in org.springframework.jms.support.converter
Constants that indicate a target message type to convert to: a javax.jms.TextMessage, a javax.jms.BytesMessage, a javax.jms.MapMessage or an javax.jms.ObjectMessage.
MessageType() - Constructor for enum org.springframework.jms.support.converter.MessageType
 
META_ELEMENT - Static variable in class org.springframework.beans.factory.xml.BeanDefinitionParserDelegate
 
META_INF - Static variable in class org.springframework.orm.jpa.persistenceunit.PersistenceUnitReader
 
metaAnnotationMap - Variable in class org.springframework.core.type.classreading.AnnotationAttributesReadingVisitor
 
metaAnnotationMap - Variable in class org.springframework.core.type.classreading.AnnotationMetadataReadingVisitor
 
metadata - Variable in class org.springframework.aop.aspectj.annotation.SimpleMetadataAwareAspectInstanceFactory
 
metadata - Variable in class org.springframework.aop.aspectj.annotation.SingletonMetadataAwareAspectInstanceFactory
 
metadata - Variable in class org.springframework.beans.factory.annotation.AnnotatedGenericBeanDefinition
 
metadata - Variable in class org.springframework.context.annotation.ConfigurationClass
 
metadata - Variable in class org.springframework.context.annotation.ConfigurationMethod
 
metadata - Variable in class org.springframework.context.annotation.ScannedGenericBeanDefinition
 
MetaDataAccessException - Exception in org.springframework.jdbc.support
Exception indicating that something went wrong during JDBC metadata lookup.
MetaDataAccessException(String) - Constructor for exception org.springframework.jdbc.support.MetaDataAccessException
Constructor for MetaDataAccessException.
MetaDataAccessException(String, Throwable) - Constructor for exception org.springframework.jdbc.support.MetaDataAccessException
Constructor for MetaDataAccessException.
metadataAssembler - Variable in class org.springframework.jmx.export.annotation.AnnotationMBeanExporter
 
MetadataAwareAspectInstanceFactory - Interface in org.springframework.aop.aspectj.annotation
Subinterface of AspectInstanceFactory that returns AspectMetadata associated with AspectJ-annotated classes.
metaDataCatalogNameToUse(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.
metaDataCatalogNameToUse(String) - Method in class org.springframework.jdbc.core.metadata.GenericCallMetaDataProvider
 
metaDataCatalogNameToUse(String) - Method in class org.springframework.jdbc.core.metadata.GenericTableMetaDataProvider
 
metaDataCatalogNameToUse(String) - Method in class org.springframework.jdbc.core.metadata.OracleCallMetaDataProvider
 
metaDataCatalogNameToUse(String) - Method in interface org.springframework.jdbc.core.metadata.TableMetaDataProvider
Provide any modification of the catalog name passed in to match the meta data currently used.
MetadataMBeanInfoAssembler - Class in org.springframework.jmx.export.assembler
Implementation of the MBeanInfoAssembler interface that reads the management interface information from source level metadata.
MetadataMBeanInfoAssembler() - Constructor for class org.springframework.jmx.export.assembler.MetadataMBeanInfoAssembler
Create a new MetadataMBeanInfoAssembler which needs to be configured through the MetadataMBeanInfoAssembler.setAttributeSource(org.springframework.jmx.export.metadata.JmxAttributeSource) method.
MetadataMBeanInfoAssembler(JmxAttributeSource) - Constructor for class org.springframework.jmx.export.assembler.MetadataMBeanInfoAssembler
Create a new MetadataMBeanInfoAssembler for the given JmxAttributeSource.
metadataNamingStrategy - Variable in class org.springframework.jmx.export.annotation.AnnotationMBeanExporter
 
MetadataNamingStrategy - Class in org.springframework.jmx.export.naming
An implementation of the ObjectNamingStrategy interface that reads the ObjectName from the source-level metadata.
MetadataNamingStrategy() - Constructor for class org.springframework.jmx.export.naming.MetadataNamingStrategy
Create a new MetadataNamingStrategy which needs to be configured through the MetadataNamingStrategy.setAttributeSource(org.springframework.jmx.export.metadata.JmxAttributeSource) method.
MetadataNamingStrategy(JmxAttributeSource) - Constructor for class org.springframework.jmx.export.naming.MetadataNamingStrategy
Create a new MetadataNamingStrategy for the given JmxAttributeSource.
metaDataProvider - Variable in class org.springframework.jdbc.core.metadata.CallMetaDataContext
the provider of call meta data
metaDataProvider - Variable in class org.springframework.jdbc.core.metadata.TableMetaDataContext
the provider of table meta data
MetadataReader - Interface in org.springframework.core.type.classreading
Simple facade for accessing class metadata, as read by an ASM org.springframework.asm.ClassReader.
metadataReaderCache - Variable in class org.springframework.core.type.classreading.CachingMetadataReaderFactory
 
metadataReaderFactory - Variable in class org.springframework.context.annotation.ClassPathScanningCandidateComponentProvider
 
metadataReaderFactory - Variable in class org.springframework.context.annotation.ConfigurationClassBeanDefinitionReader
 
metadataReaderFactory - Variable in class org.springframework.context.annotation.ConfigurationClassParser
 
metadataReaderFactory - Variable in class org.springframework.context.annotation.ConfigurationClassPostProcessor
 
MetadataReaderFactory - Interface in org.springframework.core.type.classreading
Factory interface for MetadataReader instances.
metaDataSchemaNameToUse(String) - Method in interface org.springframework.jdbc.core.metadata.CallMetaDataProvider
Provide any modification of the schema name passed in to match the meta data currently used.
metaDataSchemaNameToUse(String) - Method in class org.springframework.jdbc.core.metadata.Db2CallMetaDataProvider
 
metaDataSchemaNameToUse(String) - Method in class org.springframework.jdbc.core.metadata.DerbyCallMetaDataProvider
 
metaDataSchemaNameToUse(String) - Method in class org.springframework.jdbc.core.metadata.GenericCallMetaDataProvider
 
metaDataSchemaNameToUse(String) - Method in class org.springframework.jdbc.core.metadata.GenericTableMetaDataProvider
 
metaDataSchemaNameToUse(String) - Method in class org.springframework.jdbc.core.metadata.OracleCallMetaDataProvider
 
metaDataSchemaNameToUse(String) - Method in class org.springframework.jdbc.core.metadata.PostgresCallMetaDataProvider
 
metaDataSchemaNameToUse(String) - Method in interface org.springframework.jdbc.core.metadata.TableMetaDataProvider
Provide any modification of the schema name passed in to match the meta data currently used.
MetadataUtils - Class in org.springframework.context.annotation
Convenience methods adapting AnnotationMetadata and MethodMetadata annotation attribute maps to the AnnotationAttributes API.
MetadataUtils() - Constructor for class org.springframework.context.annotation.MetadataUtils
 
method - Variable in class org.springframework.aop.aspectj.annotation.InstantiationModelAwarePointcutAdvisorImpl
 
method - Variable in class org.springframework.aop.config.MethodLocatingFactoryBean
 
method - Variable in class org.springframework.aop.framework.AdvisedSupport.MethodCacheKey
 
method - Variable in class org.springframework.aop.framework.ReflectiveMethodInvocation
 
method - Variable in class org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor.LifecycleElement
 
method - Variable in class org.springframework.cache.config.CacheAdviceParser.Props
 
method - Variable in class org.springframework.cache.interceptor.AbstractFallbackCacheOperationSource.DefaultCacheKey
 
method - Variable in class org.springframework.cache.interceptor.CacheAspectSupport.CacheOperationContext
 
method - Variable in class org.springframework.cache.interceptor.CacheExpressionRootObject
 
method - Variable in class org.springframework.cache.interceptor.LazyParamAwareEvaluationContext
 
method - Variable in class org.springframework.core.MethodParameter
 
method - Variable in class org.springframework.expression.spel.support.ReflectiveMethodExecutor
 
method - Variable in class org.springframework.http.client.InterceptingClientHttpRequest
 
method - Variable in class org.springframework.mock.web.MockHttpServletRequest
 
method - Variable in class org.springframework.mock.web.portlet.MockClientDataRequest
 
method - Variable in class org.springframework.mock.web.portlet.MockEventRequest
 
method - Variable in class org.springframework.scheduling.support.ScheduledMethodRunnable
 
method(HttpMethod) - Static method in class org.springframework.test.web.client.match.MockRestRequestMatchers
Assert the HttpMethod of the request.
method - Variable in class org.springframework.test.web.servlet.request.MockHttpServletRequestBuilder
 
method(Method) - Method in class org.springframework.test.web.servlet.result.HandlerResultMatchers
Assert the controller method that processed the request.
method - Variable in class org.springframework.transaction.interceptor.AbstractFallbackTransactionAttributeSource.DefaultCacheKey
 
method - Variable in class org.springframework.web.context.support.ServletRequestHandledEvent
Usually GET or POST
method - Variable in class org.springframework.web.filter.HiddenHttpMethodFilter.HttpMethodRequestWrapper
 
method - Variable in class org.springframework.web.HttpRequestMethodNotSupportedException
 
method - Variable in class org.springframework.web.method.HandlerMethod
 
method - Variable in class org.springframework.web.portlet.handler.PortletRequestMethodNotSupportedException
 
method - Variable in class org.springframework.web.servlet.tags.form.FormTag
 
METHOD_ATTRIBUTE - Static variable in class org.springframework.cache.config.CacheAdviceParser
 
METHOD_ATTRIBUTE - Static variable in class org.springframework.jms.config.AbstractListenerContainerParser
 
METHOD_ATTRIBUTE - Static variable in class org.springframework.web.servlet.tags.form.FormTag
 
METHOD_COMPARATOR - Static variable in class org.springframework.aop.aspectj.annotation.ReflectiveAspectJAdvisorFactory
 
METHOD_ELEMENT - Static variable in class org.springframework.transaction.config.TxAdviceBeanDefinitionParser
 
METHOD_GET - Static variable in class org.springframework.web.context.request.ServletWebRequest
 
METHOD_GET - Static variable in class org.springframework.web.servlet.support.WebContentGenerator
HTTP method "GET"
METHOD_HEAD - Static variable in class org.springframework.web.servlet.support.WebContentGenerator
HTTP method "HEAD"
METHOD_INDEX - Static variable in class org.springframework.aop.config.ConfigBeanDefinitionParser
 
METHOD_NAME_ATTRIBUTE - Static variable in class org.springframework.transaction.config.TxAdviceBeanDefinitionParser
 
METHOD_POST - Static variable in class org.springframework.http.server.ServletServerHttpRequest
 
METHOD_POST - Static variable in class org.springframework.web.servlet.support.WebContentGenerator
HTTP method "POST"
METHOD_REPLACER - Static variable in class org.springframework.beans.factory.support.CglibSubclassingInstantiationStrategy
Index in the CGLIB callback array for a method that should be overridden using generic Methodreplacer functionality.
MethodArgumentNotValidException - Exception in org.springframework.web.bind
Exception to be thrown when validation on an argument annotated with @Valid fails.
MethodArgumentNotValidException(MethodParameter, BindingResult) - Constructor for exception org.springframework.web.bind.MethodArgumentNotValidException
MethodBeforeAdvice - Interface in org.springframework.aop
Advice invoked before a method is invoked.
MethodBeforeAdviceAdapter - Class in org.springframework.aop.framework.adapter
Adapter to enable MethodBeforeAdvice to be used in the Spring AOP framework.
MethodBeforeAdviceAdapter() - Constructor for class org.springframework.aop.framework.adapter.MethodBeforeAdviceAdapter
 
MethodBeforeAdviceInterceptor - Class in org.springframework.aop.framework.adapter
Interceptor to wrap am MethodBeforeAdvice.
MethodBeforeAdviceInterceptor(MethodBeforeAdvice) - Constructor for class org.springframework.aop.framework.adapter.MethodBeforeAdviceInterceptor
Create a new MethodBeforeAdviceInterceptor for the given advice.
methodBlock(FrameworkMethod) - Method in class org.springframework.test.context.junit4.SpringJUnit4ClassRunner
Augments the default JUnit behavior with potential repeats of the entire execution chain.
methodCache - Variable in class org.springframework.aop.framework.AdvisedSupport
Cache with Method as key and advisor chain List as value
methodCache - Variable in class org.springframework.cache.interceptor.LazyParamAwareEvaluationContext
 
MethodExclusionMBeanInfoAssembler - Class in org.springframework.jmx.export.assembler
AbstractReflectiveMBeanInfoAssembler subclass that allows method names to be explicitly excluded as MBean operations and attributes.
MethodExclusionMBeanInfoAssembler() - Constructor for class org.springframework.jmx.export.assembler.MethodExclusionMBeanInfoAssembler
 
MethodExecutor - Interface in org.springframework.expression
MethodExecutors are built by the resolvers and can be cached by the infrastructure to repeat an operation quickly without going back to the resolvers.
MethodFilter - Interface in org.springframework.expression
MethodFilter instances allow SpEL users to fine tune the behaviour of the method resolution process.
methodIdentification(Method, Class<?>) - Method in class org.springframework.cache.interceptor.CacheAspectSupport
Convenience method to return a String representation of this Method for use in logging.
methodIdentification(Method, Class) - Method in class org.springframework.transaction.interceptor.TransactionAspectSupport
Convenience method to return a String representation of this Method for use in logging.
methodIdentification(Method) - Method in class org.springframework.transaction.interceptor.TransactionAspectSupport
methodInvocation - Variable in class org.springframework.aop.aspectj.MethodInvocationProceedingJoinPoint
 
MethodInvocationException - Exception in org.springframework.beans
Thrown when a bean property getter or setter method throws an exception, analogous to an InvocationTargetException.
MethodInvocationException(PropertyChangeEvent, Throwable) - Constructor for exception org.springframework.beans.MethodInvocationException
Create a new MethodInvocationException.
MethodInvocationProceedingJoinPoint - Class in org.springframework.aop.aspectj
Implementation of AspectJ ProceedingJoinPoint interface wrapping an AOP Alliance MethodInvocation.
MethodInvocationProceedingJoinPoint(ProxyMethodInvocation) - Constructor for class org.springframework.aop.aspectj.MethodInvocationProceedingJoinPoint
Create a new MethodInvocationProceedingJoinPoint, wrapping the given Spring ProxyMethodInvocation object.
MethodInvocationProceedingJoinPoint.MethodSignatureImpl - Class in org.springframework.aop.aspectj
Lazily initialized MethodSignature.
MethodInvocationProceedingJoinPoint.MethodSignatureImpl() - Constructor for class org.springframework.aop.aspectj.MethodInvocationProceedingJoinPoint.MethodSignatureImpl
 
MethodInvocationProceedingJoinPoint.SourceLocationImpl - Class in org.springframework.aop.aspectj
Lazily initialized SourceLocation.
MethodInvocationProceedingJoinPoint.SourceLocationImpl() - Constructor for class org.springframework.aop.aspectj.MethodInvocationProceedingJoinPoint.SourceLocationImpl
 
methodInvoker - Variable in class org.springframework.scheduling.quartz.MethodInvokingJobDetailFactoryBean.MethodInvokingJob
 
MethodInvoker - Class in org.springframework.util
Helper class that allows for specifying a method to invoke in a declarative fashion, be it static or non-static.
MethodInvoker() - Constructor for class org.springframework.util.MethodInvoker
 
MethodInvokingFactoryBean - Class in org.springframework.beans.factory.config
FactoryBean which returns a value which is the result of a static or instance method invocation.
MethodInvokingFactoryBean() - Constructor for class org.springframework.beans.factory.config.MethodInvokingFactoryBean
 
MethodInvokingJobDetailFactoryBean - Class in org.springframework.scheduling.quartz
FactoryBean that exposes a org.quartz.JobDetail object which delegates job execution to a specified (static or non-static) method.
MethodInvokingJobDetailFactoryBean() - Constructor for class org.springframework.scheduling.quartz.MethodInvokingJobDetailFactoryBean
 
MethodInvokingJobDetailFactoryBean.MethodInvokingJob - Class in org.springframework.scheduling.quartz
Quartz Job implementation that invokes a specified method.
MethodInvokingJobDetailFactoryBean.MethodInvokingJob() - Constructor for class org.springframework.scheduling.quartz.MethodInvokingJobDetailFactoryBean.MethodInvokingJob
 
MethodInvokingJobDetailFactoryBean.StatefulMethodInvokingJob - Class in org.springframework.scheduling.quartz
Extension of the MethodInvokingJob, implementing the StatefulJob interface.
MethodInvokingJobDetailFactoryBean.StatefulMethodInvokingJob() - Constructor for class org.springframework.scheduling.quartz.MethodInvokingJobDetailFactoryBean.StatefulMethodInvokingJob
 
MethodInvokingRunnable - Class in org.springframework.scheduling.support
Adapter that implements the Runnable interface as a configurable method invocation based on Spring's MethodInvoker.
MethodInvokingRunnable() - Constructor for class org.springframework.scheduling.support.MethodInvokingRunnable
 
MethodInvokingTimerTaskFactoryBean - 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
MethodInvokingTimerTaskFactoryBean() - Constructor for class org.springframework.scheduling.timer.MethodInvokingTimerTaskFactoryBean
Deprecated.
 
MethodLocatingFactoryBean - Class in org.springframework.aop.config
FactoryBean implementation that locates a Method on a specified bean.
MethodLocatingFactoryBean() - Constructor for class org.springframework.aop.config.MethodLocatingFactoryBean
 
methodMap - Variable in class org.springframework.transaction.interceptor.MethodMapTransactionAttributeSource
Map from method name to attribute value
methodMappings - Variable in class org.springframework.jmx.export.assembler.MethodNameBasedMBeanInfoAssembler
Stores the mappings of bean keys to an array of method names.
MethodMapTransactionAttributeSource - Class in org.springframework.transaction.interceptor
Simple TransactionAttributeSource implementation that allows attributes to be stored per method in a Map.
MethodMapTransactionAttributeSource() - Constructor for class org.springframework.transaction.interceptor.MethodMapTransactionAttributeSource
 
methodMatcher - Variable in class org.springframework.aop.framework.InterceptorAndDynamicMethodMatcher
 
MethodMatcher - Interface in org.springframework.aop
Part of a Pointcut: Checks whether the target method is eligible for advice.
methodMatcher - Variable in class org.springframework.aop.support.annotation.AnnotationMatchingPointcut
 
methodMatcher - Variable in class org.springframework.aop.support.ComposablePointcut
 
MethodMatchers - Class in org.springframework.aop.support
Static utility methods for composing MethodMatchers.
MethodMatchers() - Constructor for class org.springframework.aop.support.MethodMatchers
 
MethodMatchers.ClassFilterAwareUnionMethodMatcher - Class in org.springframework.aop.support
MethodMatcher implementation for a union of two given MethodMatchers, supporting an associated ClassFilter per MethodMatcher.
MethodMatchers.ClassFilterAwareUnionMethodMatcher(MethodMatcher, ClassFilter, MethodMatcher, ClassFilter) - Constructor for class org.springframework.aop.support.MethodMatchers.ClassFilterAwareUnionMethodMatcher
 
MethodMatchers.IntersectionMethodMatcher - Class in org.springframework.aop.support
MethodMatcher implementation for an intersection of two given MethodMatchers.
MethodMatchers.IntersectionMethodMatcher(MethodMatcher, MethodMatcher) - Constructor for class org.springframework.aop.support.MethodMatchers.IntersectionMethodMatcher
 
MethodMatchers.UnionMethodMatcher - Class in org.springframework.aop.support
MethodMatcher implementation for a union of two given MethodMatchers.
MethodMatchers.UnionMethodMatcher(MethodMatcher, MethodMatcher) - Constructor for class org.springframework.aop.support.MethodMatchers.UnionMethodMatcher
 
MethodMetadata - 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.
methodMetadataMap - Variable in class org.springframework.core.type.classreading.AnnotationMetadataReadingVisitor
 
methodMetadataMap - Variable in class org.springframework.core.type.classreading.MethodMetadataReadingVisitor
 
MethodMetadataReadingVisitor - Class in org.springframework.core.type.classreading
ASM method visitor which looks for the annotations defined on the method, exposing them through the MethodMetadata interface.
MethodMetadataReadingVisitor(String, int, String, ClassLoader, MultiValueMap<String, MethodMetadata>) - Constructor for class org.springframework.core.type.classreading.MethodMetadataReadingVisitor
 
methodName - Variable in class org.springframework.aop.config.MethodLocatingFactoryBean
 
methodName - Variable in class org.springframework.aop.support.ControlFlowPointcut
 
methodName - Variable in class org.springframework.beans.factory.config.DependencyDescriptor
 
methodName - Variable in class org.springframework.beans.factory.support.MethodOverride
 
methodName - Variable in class org.springframework.remoting.support.RemoteInvocation
 
methodName(<any>) - Method in class org.springframework.test.web.servlet.result.HandlerResultMatchers
Assert the name of the controller method that processed the request with the given Hamcrest Matcher.
methodName - Variable in class org.springframework.web.servlet.mvc.multiaction.NoSuchRequestHandlingMethodException
 
MethodNameBasedMBeanInfoAssembler - Class in org.springframework.jmx.export.assembler
Subclass of AbstractReflectiveMBeanInfoAssembler that allows to specify method names to be exposed as MBean operations and attributes.
MethodNameBasedMBeanInfoAssembler() - Constructor for class org.springframework.jmx.export.assembler.MethodNameBasedMBeanInfoAssembler
 
methodNameCache - Variable in class org.springframework.web.servlet.mvc.multiaction.InternalPathMethodNameResolver
Request URL path String --> method name String
methodNameMap - Variable in class org.springframework.transaction.interceptor.MethodMapTransactionAttributeSource
Map from Method to name pattern used for registration
methodNameResolver - Variable in class org.springframework.web.servlet.mvc.annotation.AnnotationMethodHandlerAdapter
Deprecated.
 
MethodNameResolver - Interface in org.springframework.web.servlet.mvc.multiaction
Interface that parameterizes the MultiActionController class using the Strategy GoF Design pattern, allowing the mapping from incoming request to handler method name to be varied without affecting other application code.
methodNameResolver - Variable in class org.springframework.web.servlet.mvc.multiaction.MultiActionController
Delegate that knows how to determine method names from incoming requests
methodNames() - Method in class org.springframework.web.servlet.mvc.annotation.AnnotationMethodHandlerAdapter.RequestMappingInfo
Deprecated.
 
methodObject - Variable in class org.springframework.util.MethodInvoker
The method we will call
MethodOverride - Class in org.springframework.beans.factory.support
Object representing the override of a method on a managed object by the IoC container.
MethodOverride(String) - Constructor for class org.springframework.beans.factory.support.MethodOverride
Construct a new override for the given method.
methodOverrides - Variable in class org.springframework.beans.factory.support.AbstractBeanDefinition
 
MethodOverrides - Class in org.springframework.beans.factory.support
Set of method overrides, determining which, if any, methods on a managed object the Spring IoC container will override at runtime.
MethodOverrides() - Constructor for class org.springframework.beans.factory.support.MethodOverrides
Create new MethodOverrides.
MethodOverrides(MethodOverrides) - Constructor for class org.springframework.beans.factory.support.MethodOverrides
Deep copy constructor.
methodParam - Variable in class org.springframework.web.filter.HiddenHttpMethodFilter
 
methodParam - Variable in class org.springframework.web.servlet.tags.form.FormTag
 
methodParameter - Variable in class org.springframework.beans.factory.config.DependencyDescriptor
 
methodParameter - Variable in class org.springframework.core.convert.BeanPropertyDescriptor
 
methodParameter - Variable in class org.springframework.core.convert.ParameterDescriptor
 
methodParameter - Variable in class org.springframework.core.convert.Property
 
MethodParameter - Class in org.springframework.core
Helper class that encapsulates the specification of a method parameter, i.e.
MethodParameter(Method, int) - Constructor for class org.springframework.core.MethodParameter
Create a new MethodParameter for the given method, with nesting level 1.
MethodParameter(Method, int, int) - Constructor for class org.springframework.core.MethodParameter
Create a new MethodParameter for the given method.
MethodParameter(Constructor, int) - Constructor for class org.springframework.core.MethodParameter
Create a new MethodParameter for the given constructor, with nesting level 1.
MethodParameter(Constructor, int, int) - Constructor for class org.springframework.core.MethodParameter
Create a new MethodParameter for the given constructor.
MethodParameter(MethodParameter) - Constructor for class org.springframework.core.MethodParameter
Copy constructor, resulting in an independent MethodParameter object based on the same metadata and cache state that the original object was in.
methodParamNames - Variable in class org.springframework.web.servlet.mvc.multiaction.ParameterMethodNameResolver
 
methodProxy - Variable in class org.springframework.aop.framework.CglibAopProxy.CglibMethodInvocation
 
MethodReference - Class in org.springframework.expression.spel.ast
 
MethodReference(boolean, String, int, SpelNodeImpl...) - Constructor for class org.springframework.expression.spel.ast.MethodReference
 
MethodReference.MethodValueRef - Class in org.springframework.expression.spel.ast
 
MethodReference.MethodValueRef(ExpressionState, EvaluationContext, Object, Object[]) - Constructor for class org.springframework.expression.spel.ast.MethodReference.MethodValueRef
 
MethodReplacer - Interface in org.springframework.beans.factory.support
Interface to be implemented by classes that can reimplement any method on an IoC-managed object: the Method Injection form of Dependency Injection.
methodReplacerBeanName - Variable in class org.springframework.beans.factory.support.ReplaceOverride
 
MethodResolver - Interface in org.springframework.expression
A method resolver attempts locate a method and returns a command executor that can be used to invoke that method.
methodResolver - Variable in class org.springframework.web.bind.annotation.support.HandlerMethodInvoker
 
methodResolverCache - Variable in class org.springframework.web.portlet.mvc.annotation.AnnotationMethodHandlerAdapter
 
methodResolverCache - Variable in class org.springframework.web.servlet.mvc.annotation.AnnotationMethodHandlerAdapter
Deprecated.
 
methodResolvers - Variable in class org.springframework.expression.spel.support.StandardEvaluationContext
 
methods - Variable in class org.springframework.web.portlet.mvc.annotation.AnnotationMethodHandlerAdapter.RequestMappingInfo
 
methods - Variable in class org.springframework.web.portlet.mvc.annotation.DefaultAnnotationHandlerMapping.TypeLevelMappingPredicate
 
methods - Variable in class org.springframework.web.servlet.mvc.annotation.AnnotationMethodHandlerAdapter.RequestMappingInfo
Deprecated.
 
methods - Variable in class org.springframework.web.servlet.mvc.condition.RequestMethodsRequestCondition
 
methodsCondition - Variable in class org.springframework.web.servlet.mvc.method.RequestMappingInfo
 
MethodValidationInterceptor - Class in org.springframework.validation.beanvalidation
An AOP Alliance MethodInterceptor implementation that delegates to a JSR-303 provider for performing method-level validation on annotated methods.
MethodValidationInterceptor() - Constructor for class org.springframework.validation.beanvalidation.MethodValidationInterceptor
Create a new MethodValidationInterceptor using a default JSR-303 validator underneath.
MethodValidationInterceptor(ValidatorFactory) - Constructor for class org.springframework.validation.beanvalidation.MethodValidationInterceptor
Create a new MethodValidationInterceptor using the given JSR-303 ValidatorFactory.
MethodValidationInterceptor(Validator) - Constructor for class org.springframework.validation.beanvalidation.MethodValidationInterceptor
Create a new MethodValidationInterceptor using the given JSR-303 Validator.
MethodValidationPostProcessor - Class in org.springframework.validation.beanvalidation
A convenient BeanPostProcessor implementation that delegates to a JSR-303 provider for performing method-level validation on annotated methods.
MethodValidationPostProcessor() - Constructor for class org.springframework.validation.beanvalidation.MethodValidationPostProcessor
 
metricType - Variable in class org.springframework.jmx.export.metadata.ManagedMetric
 
MetricType - Enum in org.springframework.jmx.support
Represents how the measurement values of a ManagedMetric will change over time.
MetricType() - Constructor for enum org.springframework.jmx.support.MetricType
 
MillisecondInstantPrinter - Class in org.springframework.format.datetime.joda
Prints Long instances using a DateTimeFormatter.
MillisecondInstantPrinter(DateTimeFormatter) - Constructor for class org.springframework.format.datetime.joda.MillisecondInstantPrinter
Create a new ReadableInstantPrinter.
mimeContainer - Variable in class org.springframework.oxm.jaxb.Jaxb2Marshaller.Jaxb2AttachmentMarshaller
 
mimeContainer - Variable in class org.springframework.oxm.jaxb.Jaxb2Marshaller.Jaxb2AttachmentUnmarshaller
 
MimeContainer - Interface in org.springframework.oxm.mime
Represents a container for MIME attachments Concrete implementations might adapt a SOAPMessage or an email message.
MimeMailMessage - Class in org.springframework.mail.javamail
Implementation of the MailMessage interface for a JavaMail MIME message, to let message population code interact with a simple message or a MIME message through a common interface.
MimeMailMessage(MimeMessageHelper) - Constructor for class org.springframework.mail.javamail.MimeMailMessage
Create a new MimeMailMessage based on the given MimeMessageHelper.
MimeMailMessage(MimeMessage) - Constructor for class org.springframework.mail.javamail.MimeMailMessage
Create a new MimeMailMessage based on the given JavaMail MimeMessage.
MimeMarshaller - Interface in org.springframework.oxm.mime
Subinterface of Marshaller that can use MIME attachments to optimize storage of binary data.
mimeMessage - Variable in class org.springframework.mail.javamail.MimeMessageHelper
 
MimeMessageHelper - Class in org.springframework.mail.javamail
Helper class for populating a javax.mail.internet.MimeMessage.
MimeMessageHelper(MimeMessage) - Constructor for class org.springframework.mail.javamail.MimeMessageHelper
Create a new MimeMessageHelper for the given MimeMessage, assuming a simple text message (no multipart content, i.e.
MimeMessageHelper(MimeMessage, String) - Constructor for class org.springframework.mail.javamail.MimeMessageHelper
Create a new MimeMessageHelper for the given MimeMessage, assuming a simple text message (no multipart content, i.e.
MimeMessageHelper(MimeMessage, boolean) - Constructor for class org.springframework.mail.javamail.MimeMessageHelper
Create a new MimeMessageHelper for the given MimeMessage, in multipart mode (supporting alternative texts, inline elements and attachments) if requested.
MimeMessageHelper(MimeMessage, boolean, String) - Constructor for class org.springframework.mail.javamail.MimeMessageHelper
Create a new MimeMessageHelper for the given MimeMessage, in multipart mode (supporting alternative texts, inline elements and attachments) if requested.
MimeMessageHelper(MimeMessage, int) - Constructor for class org.springframework.mail.javamail.MimeMessageHelper
Create a new MimeMessageHelper for the given MimeMessage, in multipart mode (supporting alternative texts, inline elements and attachments) if requested.
MimeMessageHelper(MimeMessage, int, String) - Constructor for class org.springframework.mail.javamail.MimeMessageHelper
Create a new MimeMessageHelper for the given MimeMessage, in multipart mode (supporting alternative texts, inline elements and attachments) if requested.
MimeMessagePreparator - Interface in org.springframework.mail.javamail
Callback interface for the preparation of JavaMail MIME messages.
mimeMultipart - Variable in class org.springframework.mail.javamail.MimeMessageHelper
 
MimeUnmarshaller - Interface in org.springframework.oxm.mime
Subinterface of Unmarshaller that can use MIME attachments to optimize storage of binary data.
minEvictableIdleTimeMillis - Variable in class org.springframework.aop.target.CommonsPoolTargetSource
 
minIdle - Variable in class org.springframework.aop.target.CommonsPoolTargetSource
 
minorVersion - Variable in class org.springframework.mock.web.MockServletContext
 
minutes - Variable in class org.springframework.scheduling.support.CronSequenceGenerator
 
misfireInstruction - Variable in class org.springframework.scheduling.quartz.CronTriggerFactoryBean
 
misfireInstruction - Variable in class org.springframework.scheduling.quartz.SimpleTriggerFactoryBean
 
missCount - Variable in class org.springframework.test.context.ContextCache
 
MISSING_FIELD_ERROR_CODE - Static variable in class org.springframework.validation.DefaultBindingErrorProcessor
Error code that a missing field error (i.e.
MissingPortletRequestParameterException - Class in org.springframework.web.portlet.bind
PortletRequestBindingException subclass that indicates a missing parameter.
MissingPortletRequestParameterException(String, String) - Constructor for class org.springframework.web.portlet.bind.MissingPortletRequestParameterException
Constructor for MissingPortletRequestParameterException.
missingRequiredProperties - Variable in exception org.springframework.core.env.MissingRequiredPropertiesException
 
MissingRequiredPropertiesException - Exception in org.springframework.core.env
Exception thrown when required properties are not found.
MissingRequiredPropertiesException() - Constructor for exception org.springframework.core.env.MissingRequiredPropertiesException
 
MissingServletRequestParameterException - Class in org.springframework.web.bind
ServletRequestBindingException subclass that indicates a missing parameter.
MissingServletRequestParameterException(String, String) - Constructor for class org.springframework.web.bind.MissingServletRequestParameterException
Constructor for MissingServletRequestParameterException.
MissingServletRequestPartException - Class in org.springframework.web.multipart.support
Raised when the part of a "multipart/form-data" request identified by its name cannot be found.
MissingServletRequestPartException(String) - Constructor for class org.springframework.web.multipart.support.MissingServletRequestPartException
 
mm1 - Variable in class org.springframework.aop.support.MethodMatchers.IntersectionMethodMatcher
 
mm1 - Variable in class org.springframework.aop.support.MethodMatchers.UnionMethodMatcher
 
mm2 - Variable in class org.springframework.aop.support.MethodMatchers.IntersectionMethodMatcher
 
mm2 - Variable in class org.springframework.aop.support.MethodMatchers.UnionMethodMatcher
 
MOCK_PROPERTIES_PROPERTY_SOURCE_NAME - Static variable in class org.springframework.mock.env.MockPropertySource
"mockProperties" is the default name for MockPropertySource instances not otherwise given an explicit name.
MockActionRequest - Class in org.springframework.mock.web.portlet
Mock implementation of the javax.portlet.ActionRequest interface.
MockActionRequest() - Constructor for class org.springframework.mock.web.portlet.MockActionRequest
Create a new MockActionRequest with a default MockPortalContext and a default MockPortletContext.
MockActionRequest(String) - Constructor for class org.springframework.mock.web.portlet.MockActionRequest
Create a new MockActionRequest with a default MockPortalContext and a default MockPortletContext.
MockActionRequest(PortletMode) - Constructor for class org.springframework.mock.web.portlet.MockActionRequest
Create a new MockActionRequest with a default MockPortalContext and a default MockPortletContext.
MockActionRequest(PortletContext) - Constructor for class org.springframework.mock.web.portlet.MockActionRequest
Create a new MockActionRequest with a default MockPortalContext.
MockActionRequest(PortalContext, PortletContext) - Constructor for class org.springframework.mock.web.portlet.MockActionRequest
Create a new MockActionRequest.
MockActionResponse - Class in org.springframework.mock.web.portlet
Mock implementation of the javax.portlet.ActionResponse interface.
MockActionResponse() - Constructor for class org.springframework.mock.web.portlet.MockActionResponse
Create a new MockActionResponse with a default MockPortalContext.
MockActionResponse(PortalContext) - Constructor for class org.springframework.mock.web.portlet.MockActionResponse
Create a new MockActionResponse.
MockAsyncContext - Class in org.springframework.test.web.servlet.request
Mock implementation of the AsyncContext interface.
MockAsyncContext(ServletRequest, ServletResponse) - Constructor for class org.springframework.test.web.servlet.request.MockAsyncContext
 
MockBaseURL - Class in org.springframework.mock.web.portlet
Mock implementation of the javax.portlet.BaseURL interface.
MockBaseURL() - Constructor for class org.springframework.mock.web.portlet.MockBaseURL
 
MockBodyContent - Class in org.springframework.mock.web
Mock implementation of the javax.servlet.jsp.tagext.BodyContent class.
MockBodyContent(String, HttpServletResponse) - Constructor for class org.springframework.mock.web.MockBodyContent
Create a MockBodyContent for the given response.
MockBodyContent(String, HttpServletResponse, Writer) - Constructor for class org.springframework.mock.web.MockBodyContent
Create a MockBodyContent for the given response.
MockCacheControl - Class in org.springframework.mock.web.portlet
Mock implementation of the javax.portlet.CacheControl interface.
MockCacheControl() - Constructor for class org.springframework.mock.web.portlet.MockCacheControl
 
MockClientDataRequest - Class in org.springframework.mock.web.portlet
Mock implementation of the javax.portlet.ClientDataRequest interface.
MockClientDataRequest() - Constructor for class org.springframework.mock.web.portlet.MockClientDataRequest
Create a new MockClientDataRequest with a default MockPortalContext and a default MockPortletContext.
MockClientDataRequest(PortletContext) - Constructor for class org.springframework.mock.web.portlet.MockClientDataRequest
Create a new MockClientDataRequest with a default MockPortalContext.
MockClientDataRequest(PortalContext, PortletContext) - Constructor for class org.springframework.mock.web.portlet.MockClientDataRequest
Create a new MockClientDataRequest.
MockClientHttpRequest - Class in org.springframework.mock.http.client
Mock implementation of ClientHttpRequest.
MockClientHttpRequest() - Constructor for class org.springframework.mock.http.client.MockClientHttpRequest
Default constructor.
MockClientHttpRequest(HttpMethod, URI) - Constructor for class org.springframework.mock.http.client.MockClientHttpRequest
Create an instance with the given HttpMethod and URI.
MockClientHttpResponse - Class in org.springframework.mock.http.client
Mock implementation of ClientHttpResponse.
MockClientHttpResponse(byte[], HttpStatus) - Constructor for class org.springframework.mock.http.client.MockClientHttpResponse
Constructor with response body as a byte array.
MockClientHttpResponse(InputStream, HttpStatus) - Constructor for class org.springframework.mock.http.client.MockClientHttpResponse
Constructor with response body as InputStream.
MockEnvironment - Class in org.springframework.mock.env
MockEnvironment() - Constructor for class org.springframework.mock.env.MockEnvironment
Create a new MockEnvironment with a single MockPropertySource.
MockEvent - Class in org.springframework.mock.web.portlet
Mock implementation of the javax.portlet.Event interface.
MockEvent(QName) - Constructor for class org.springframework.mock.web.portlet.MockEvent
Create a new MockEvent with the given name.
MockEvent(QName, Serializable) - Constructor for class org.springframework.mock.web.portlet.MockEvent
Create a new MockEvent with the given name and value.
MockEvent(String) - Constructor for class org.springframework.mock.web.portlet.MockEvent
Create a new MockEvent with the given name.
MockEvent(String, Serializable) - Constructor for class org.springframework.mock.web.portlet.MockEvent
Create a new MockEvent with the given name and value.
MockEventRequest - Class in org.springframework.mock.web.portlet
Mock implementation of the javax.portlet.EventRequest interface.
MockEventRequest(Event) - Constructor for class org.springframework.mock.web.portlet.MockEventRequest
Create a new MockEventRequest with a default MockPortalContext and a default MockPortletContext.
MockEventRequest(Event, PortletContext) - Constructor for class org.springframework.mock.web.portlet.MockEventRequest
Create a new MockEventRequest with a default MockPortalContext.
MockEventRequest(Event, PortalContext, PortletContext) - Constructor for class org.springframework.mock.web.portlet.MockEventRequest
Create a new MockEventRequest.
MockEventResponse - Class in org.springframework.mock.web.portlet
Mock implementation of the javax.portlet.EventResponse interface.
MockEventResponse() - Constructor for class org.springframework.mock.web.portlet.MockEventResponse
 
MockExpressionEvaluator - Class in org.springframework.mock.web
Mock implementation of the JSP 2.0 javax.servlet.jsp.el.ExpressionEvaluator interface, delegating to the Jakarta JSTL ExpressionEvaluatorManager.
MockExpressionEvaluator(PageContext) - Constructor for class org.springframework.mock.web.MockExpressionEvaluator
Create a new MockExpressionEvaluator for the given PageContext.
MockFilterChain - Class in org.springframework.mock.web
Mock implementation of the javax.servlet.FilterChain interface.
MockFilterChain() - Constructor for class org.springframework.mock.web.MockFilterChain
Register a single do-nothing Filter implementation.
MockFilterChain(Servlet) - Constructor for class org.springframework.mock.web.MockFilterChain
Create a FilterChain with a Servlet.
MockFilterChain(Servlet, Filter...) - Constructor for class org.springframework.mock.web.MockFilterChain
Create a FilterChain with Filter's and a Servlet.
MockFilterChain.ServletFilterProxy - Class in org.springframework.mock.web
A filter that simply delegates to a Servlet.
MockFilterChain.ServletFilterProxy(Servlet) - Constructor for class org.springframework.mock.web.MockFilterChain.ServletFilterProxy
 
MockFilterConfig - Class in org.springframework.mock.web
Mock implementation of the javax.servlet.FilterConfig interface.
MockFilterConfig() - Constructor for class org.springframework.mock.web.MockFilterConfig
Create a new MockFilterConfig with a default MockServletContext.
MockFilterConfig(String) - Constructor for class org.springframework.mock.web.MockFilterConfig
Create a new MockFilterConfig with a default MockServletContext.
MockFilterConfig(ServletContext) - Constructor for class org.springframework.mock.web.MockFilterConfig
Create a new MockFilterConfig.
MockFilterConfig(ServletContext, String) - Constructor for class org.springframework.mock.web.MockFilterConfig
Create a new MockFilterConfig.
MockHttpInputMessage - Class in org.springframework.mock.http
Mock implementation of HttpInputMessage.
MockHttpInputMessage(byte[]) - Constructor for class org.springframework.mock.http.MockHttpInputMessage
 
MockHttpInputMessage(InputStream) - Constructor for class org.springframework.mock.http.MockHttpInputMessage
 
MockHttpOutputMessage - Class in org.springframework.mock.http
Mock implementation of HttpOutputMessage.
MockHttpOutputMessage() - Constructor for class org.springframework.mock.http.MockHttpOutputMessage
 
MockHttpServletRequest - Class in org.springframework.mock.web
Mock implementation of the javax.servlet.http.HttpServletRequest interface.
MockHttpServletRequest() - Constructor for class org.springframework.mock.web.MockHttpServletRequest
Create a new MockHttpServletRequest with a default MockServletContext.
MockHttpServletRequest(String, String) - Constructor for class org.springframework.mock.web.MockHttpServletRequest
Create a new MockHttpServletRequest with a default MockServletContext.
MockHttpServletRequest(ServletContext) - Constructor for class org.springframework.mock.web.MockHttpServletRequest
Create a new MockHttpServletRequest with the supplied ServletContext.
MockHttpServletRequest(ServletContext, String, String) - Constructor for class org.springframework.mock.web.MockHttpServletRequest
Create a new MockHttpServletRequest with the supplied ServletContext, method, and requestURI.
MockHttpServletRequestBuilder - Class in org.springframework.test.web.servlet.request
Default builder for MockHttpServletRequest required as input to perform request in MockMvc.
MockHttpServletRequestBuilder(HttpMethod, String, Object...) - Constructor for class org.springframework.test.web.servlet.request.MockHttpServletRequestBuilder
Package private constructor.
MockHttpServletResponse - Class in org.springframework.mock.web
Mock implementation of the javax.servlet.http.HttpServletResponse interface.
MockHttpServletResponse() - Constructor for class org.springframework.mock.web.MockHttpServletResponse
 
MockHttpServletResponse.ResponsePrintWriter - Class in org.springframework.mock.web
Inner class that adapts the PrintWriter to mark the response as committed once the buffer size is exceeded.
MockHttpServletResponse.ResponsePrintWriter(Writer) - Constructor for class org.springframework.mock.web.MockHttpServletResponse.ResponsePrintWriter
 
MockHttpServletResponse.ResponseServletOutputStream - Class in org.springframework.mock.web
Inner class that adapts the ServletOutputStream to mark the response as committed once the buffer size is exceeded.
MockHttpServletResponse.ResponseServletOutputStream(OutputStream) - Constructor for class org.springframework.mock.web.MockHttpServletResponse.ResponseServletOutputStream
 
MockHttpSession - Class in org.springframework.mock.web
Mock implementation of the javax.servlet.http.HttpSession interface.
MockHttpSession() - Constructor for class org.springframework.mock.web.MockHttpSession
Create a new MockHttpSession with a default MockServletContext.
MockHttpSession(ServletContext) - Constructor for class org.springframework.mock.web.MockHttpSession
Create a new MockHttpSession.
MockHttpSession(ServletContext, String) - Constructor for class org.springframework.mock.web.MockHttpSession
Create a new MockHttpSession.
MockJspWriter - Class in org.springframework.mock.web
Mock implementation of the javax.servlet.jsp.JspWriter class.
MockJspWriter(HttpServletResponse) - Constructor for class org.springframework.mock.web.MockJspWriter
Create a MockJspWriter for the given response, using the response's default Writer.
MockJspWriter(HttpServletResponse, Writer) - Constructor for class org.springframework.mock.web.MockJspWriter
Create a MockJspWriter for the given response.
MockMimeResponse - Class in org.springframework.mock.web.portlet
Mock implementation of the javax.portlet.MimeResponse interface.
MockMimeResponse() - Constructor for class org.springframework.mock.web.portlet.MockMimeResponse
Create a new MockMimeResponse with a default MockPortalContext.
MockMimeResponse(PortalContext) - Constructor for class org.springframework.mock.web.portlet.MockMimeResponse
Create a new MockMimeResponse.
MockMimeResponse(PortalContext, PortletRequest) - Constructor for class org.springframework.mock.web.portlet.MockMimeResponse
Create a new MockMimeResponse.
MockMultipartActionRequest - Class in org.springframework.mock.web.portlet
Mock implementation of the MultipartActionRequest interface.
MockMultipartActionRequest() - Constructor for class org.springframework.mock.web.portlet.MockMultipartActionRequest
 
MockMultipartFile - Class in org.springframework.mock.web
Mock implementation of the MultipartFile interface.
MockMultipartFile(String, byte[]) - Constructor for class org.springframework.mock.web.MockMultipartFile
Create a new MockMultipartFile with the given content.
MockMultipartFile(String, InputStream) - Constructor for class org.springframework.mock.web.MockMultipartFile
Create a new MockMultipartFile with the given content.
MockMultipartFile(String, String, String, byte[]) - Constructor for class org.springframework.mock.web.MockMultipartFile
Create a new MockMultipartFile with the given content.
MockMultipartFile(String, String, String, InputStream) - Constructor for class org.springframework.mock.web.MockMultipartFile
Create a new MockMultipartFile with the given content.
MockMultipartHttpServletRequest - Class in org.springframework.mock.web
Mock implementation of the MultipartHttpServletRequest interface.
MockMultipartHttpServletRequest() - Constructor for class org.springframework.mock.web.MockMultipartHttpServletRequest
 
MockMultipartHttpServletRequestBuilder - Class in org.springframework.test.web.servlet.request
Default builder for MockMultipartHttpServletRequest.
MockMultipartHttpServletRequestBuilder(String, Object...) - Constructor for class org.springframework.test.web.servlet.request.MockMultipartHttpServletRequestBuilder
Package private constructor.
mockMvc - Variable in class org.springframework.test.web.client.MockMvcClientHttpRequestFactory
 
MockMvc - Class in org.springframework.test.web.servlet
Main entry point for server-side Spring MVC test support.
MockMvc(MockFilterChain, ServletContext) - Constructor for class org.springframework.test.web.servlet.MockMvc
Private constructor, not for direct instantiation.
MockMvcBuilder - Interface in org.springframework.test.web.servlet
Builds a MockMvc.
MockMvcBuilders - Class in org.springframework.test.web.servlet.setup
The main class to import to access all available MockMvcBuilders.
MockMvcBuilders() - Constructor for class org.springframework.test.web.servlet.setup.MockMvcBuilders
 
MockMvcBuilderSupport - Class in org.springframework.test.web.servlet
Base class for MockMvc builder implementations, providing the capability to create a MockMvc instance.
MockMvcBuilderSupport() - Constructor for class org.springframework.test.web.servlet.MockMvcBuilderSupport
 
MockMvcBuilderSupport.MockMvcBuildException - Exception in org.springframework.test.web.servlet
 
MockMvcBuilderSupport.MockMvcBuildException(String, Throwable) - Constructor for exception org.springframework.test.web.servlet.MockMvcBuilderSupport.MockMvcBuildException
 
MockMvcClientHttpRequestFactory - Class in org.springframework.test.web.client
A ClientHttpRequestFactory for requests executed via MockMvc.
MockMvcClientHttpRequestFactory(MockMvc) - Constructor for class org.springframework.test.web.client.MockMvcClientHttpRequestFactory
 
MockMvcRequestBuilders - Class in org.springframework.test.web.servlet.request
Static factory methods for RequestBuilders.
MockMvcRequestBuilders() - Constructor for class org.springframework.test.web.servlet.request.MockMvcRequestBuilders
 
MockMvcResultHandlers - Class in org.springframework.test.web.servlet.result
Static, factory methods for ResultHandler-based result actions.
MockMvcResultHandlers() - Constructor for class org.springframework.test.web.servlet.result.MockMvcResultHandlers
 
MockMvcResultHandlers.ConsolePrintingResultHandler - Class in org.springframework.test.web.servlet.result
An PrintingResultHandler that writes to the "standard" output stream
MockMvcResultHandlers.ConsolePrintingResultHandler() - Constructor for class org.springframework.test.web.servlet.result.MockMvcResultHandlers.ConsolePrintingResultHandler
 
MockMvcResultMatchers - Class in org.springframework.test.web.servlet.result
Static, factory methods for ResultMatcher-based result actions.
MockMvcResultMatchers() - Constructor for class org.springframework.test.web.servlet.result.MockMvcResultMatchers
 
MockPageContext - Class in org.springframework.mock.web
Mock implementation of the javax.servlet.jsp.PageContext interface.
MockPageContext() - Constructor for class org.springframework.mock.web.MockPageContext
MockPageContext(ServletContext) - Constructor for class org.springframework.mock.web.MockPageContext
Create new MockPageContext with a default MockHttpServletRequest, MockHttpServletResponse, MockServletConfig.
MockPageContext(ServletContext, HttpServletRequest) - Constructor for class org.springframework.mock.web.MockPageContext
Create new MockPageContext with a MockHttpServletResponse, MockServletConfig.
MockPageContext(ServletContext, HttpServletRequest, HttpServletResponse) - Constructor for class org.springframework.mock.web.MockPageContext
Create new MockPageContext with a MockServletConfig.
MockPageContext(ServletContext, HttpServletRequest, HttpServletResponse, ServletConfig) - Constructor for class org.springframework.mock.web.MockPageContext
Create new MockServletConfig.
MockPortalContext - Class in org.springframework.mock.web.portlet
Mock implementation of the javax.portlet.PortalContext interface.
MockPortalContext() - Constructor for class org.springframework.mock.web.portlet.MockPortalContext
Create a new MockPortalContext with default PortletModes (VIEW, EDIT, HELP) and default WindowStates (NORMAL, MAXIMIZED, MINIMIZED).
MockPortalContext(List<PortletMode>, List<WindowState>) - Constructor for class org.springframework.mock.web.portlet.MockPortalContext
Create a new MockPortalContext with the given PortletModes and WindowStates.
MockPortletConfig - Class in org.springframework.mock.web.portlet
Mock implementation of the javax.portlet.PortletConfig interface.
MockPortletConfig() - Constructor for class org.springframework.mock.web.portlet.MockPortletConfig
Create a new MockPortletConfig with a default MockPortletContext.
MockPortletConfig(String) - Constructor for class org.springframework.mock.web.portlet.MockPortletConfig
Create a new MockPortletConfig with a default MockPortletContext.
MockPortletConfig(PortletContext) - Constructor for class org.springframework.mock.web.portlet.MockPortletConfig
Create a new MockPortletConfig.
MockPortletConfig(PortletContext, String) - Constructor for class org.springframework.mock.web.portlet.MockPortletConfig
Create a new MockPortletConfig.
MockPortletContext - Class in org.springframework.mock.web.portlet
Mock implementation of the javax.portlet.PortletContext interface.
MockPortletContext() - Constructor for class org.springframework.mock.web.portlet.MockPortletContext
Create a new MockPortletContext with no base path and a DefaultResourceLoader (i.e.
MockPortletContext(String) - Constructor for class org.springframework.mock.web.portlet.MockPortletContext
Create a new MockPortletContext using a DefaultResourceLoader.
MockPortletContext(ResourceLoader) - Constructor for class org.springframework.mock.web.portlet.MockPortletContext
Create a new MockPortletContext, using the specified ResourceLoader and no base path.
MockPortletContext(String, ResourceLoader) - Constructor for class org.springframework.mock.web.portlet.MockPortletContext
Create a new MockPortletContext.
MockPortletContext.MimeTypeResolver - Class in org.springframework.mock.web.portlet
Inner factory class used to just introduce a Java Activation Framework dependency when actually asked to resolve a MIME type.
MockPortletContext.MimeTypeResolver() - Constructor for class org.springframework.mock.web.portlet.MockPortletContext.MimeTypeResolver
 
MockPortletPreferences - Class in org.springframework.mock.web.portlet
Mock implementation of the javax.portlet.PortletPreferences interface.
MockPortletPreferences() - Constructor for class org.springframework.mock.web.portlet.MockPortletPreferences
 
MockPortletRequest - Class in org.springframework.mock.web.portlet
Mock implementation of the javax.portlet.PortletRequest interface.
MockPortletRequest() - Constructor for class org.springframework.mock.web.portlet.MockPortletRequest
Create a new MockPortletRequest with a default MockPortalContext and a default MockPortletContext.
MockPortletRequest(PortletContext) - Constructor for class org.springframework.mock.web.portlet.MockPortletRequest
Create a new MockPortletRequest with a default MockPortalContext.
MockPortletRequest(PortalContext, PortletContext) - Constructor for class org.springframework.mock.web.portlet.MockPortletRequest
Create a new MockPortletRequest.
MockPortletRequestDispatcher - Class in org.springframework.mock.web.portlet
Mock implementation of the javax.portlet.PortletRequestDispatcher interface.
MockPortletRequestDispatcher(String) - Constructor for class org.springframework.mock.web.portlet.MockPortletRequestDispatcher
Create a new MockPortletRequestDispatcher for the given URL.
MockPortletResponse - Class in org.springframework.mock.web.portlet
Mock implementation of the javax.portlet.PortletResponse interface.
MockPortletResponse() - Constructor for class org.springframework.mock.web.portlet.MockPortletResponse
Create a new MockPortletResponse with a default MockPortalContext.
MockPortletResponse(PortalContext) - Constructor for class org.springframework.mock.web.portlet.MockPortletResponse
Create a new MockPortletResponse.
MockPortletSession - Class in org.springframework.mock.web.portlet
Mock implementation of the javax.portlet.PortletSession interface.
MockPortletSession() - Constructor for class org.springframework.mock.web.portlet.MockPortletSession
Create a new MockPortletSession with a default MockPortletContext.
MockPortletSession(PortletContext) - Constructor for class org.springframework.mock.web.portlet.MockPortletSession
Create a new MockPortletSession.
MockPortletURL - Class in org.springframework.mock.web.portlet
Mock implementation of the javax.portlet.PortletURL interface.
MockPortletURL(PortalContext, String) - Constructor for class org.springframework.mock.web.portlet.MockPortletURL
Create a new MockPortletURL for the given URL type.
MockPropertySource - Class in org.springframework.mock.env
Simple PropertySource implementation for use in testing.
MockPropertySource() - Constructor for class org.springframework.mock.env.MockPropertySource
Create a new MockPropertySource named "mockProperties" that will maintain its own internal Properties instance.
MockPropertySource(String) - Constructor for class org.springframework.mock.env.MockPropertySource
Create a new MockPropertySource with the given name that will maintain its own internal Properties instance.
MockPropertySource(Properties) - Constructor for class org.springframework.mock.env.MockPropertySource
Create a new MockPropertySource named "mockProperties" and backed by the given Properties object.
MockPropertySource(String, Properties) - Constructor for class org.springframework.mock.env.MockPropertySource
Create a new MockPropertySource with the given name and backed by the given Properties object.
MockRenderRequest - Class in org.springframework.mock.web.portlet
Mock implementation of the javax.portlet.RenderRequest interface.
MockRenderRequest() - Constructor for class org.springframework.mock.web.portlet.MockRenderRequest
Create a new MockRenderRequest with a default MockPortalContext and a default MockPortletContext.
MockRenderRequest(PortletMode) - Constructor for class org.springframework.mock.web.portlet.MockRenderRequest
Create a new MockRenderRequest with a default MockPortalContext and a default MockPortletContext.
MockRenderRequest(PortletMode, WindowState) - Constructor for class org.springframework.mock.web.portlet.MockRenderRequest
Create a new MockRenderRequest with a default MockPortalContext and a default MockPortletContext.
MockRenderRequest(PortletContext) - Constructor for class org.springframework.mock.web.portlet.MockRenderRequest
Create a new MockRenderRequest with a default MockPortalContext.
MockRenderRequest(PortalContext, PortletContext) - Constructor for class org.springframework.mock.web.portlet.MockRenderRequest
Create a new MockRenderRequest.
MockRenderResponse - Class in org.springframework.mock.web.portlet
Mock implementation of the javax.portlet.RenderResponse interface.
MockRenderResponse() - Constructor for class org.springframework.mock.web.portlet.MockRenderResponse
Create a new MockRenderResponse with a default MockPortalContext.
MockRenderResponse(PortalContext) - Constructor for class org.springframework.mock.web.portlet.MockRenderResponse
Create a new MockRenderResponse.
MockRenderResponse(PortalContext, RenderRequest) - Constructor for class org.springframework.mock.web.portlet.MockRenderResponse
Create a new MockRenderResponse.
mockRequest - Variable in class org.springframework.test.web.servlet.DefaultMvcResult
 
MockRequestDispatcher - Class in org.springframework.mock.web
Mock implementation of the javax.servlet.RequestDispatcher interface.
MockRequestDispatcher(String) - Constructor for class org.springframework.mock.web.MockRequestDispatcher
Create a new MockRequestDispatcher for the given resource.
MockResourceRequest - Class in org.springframework.mock.web.portlet
Mock implementation of the javax.portlet.ResourceRequest interface.
MockResourceRequest() - Constructor for class org.springframework.mock.web.portlet.MockResourceRequest
Create a new MockResourceRequest with a default MockPortalContext and a default MockPortletContext.
MockResourceRequest(String) - Constructor for class org.springframework.mock.web.portlet.MockResourceRequest
Create a new MockResourceRequest with a default MockPortalContext and a default MockPortletContext.
MockResourceRequest(MockResourceURL) - Constructor for class org.springframework.mock.web.portlet.MockResourceRequest
Create a new MockResourceRequest with a default MockPortalContext and a default MockPortletContext.
MockResourceRequest(PortletContext) - Constructor for class org.springframework.mock.web.portlet.MockResourceRequest
Create a new MockResourceRequest with a default MockPortalContext.
MockResourceRequest(PortalContext, PortletContext) - Constructor for class org.springframework.mock.web.portlet.MockResourceRequest
Create a new MockResourceRequest.
MockResourceResponse - Class in org.springframework.mock.web.portlet
Mock implementation of the javax.portlet.ResourceResponse interface.
MockResourceResponse() - Constructor for class org.springframework.mock.web.portlet.MockResourceResponse
 
MockResourceURL - Class in org.springframework.mock.web.portlet
Mock implementation of the javax.portlet.ResourceURL interface.
MockResourceURL() - Constructor for class org.springframework.mock.web.portlet.MockResourceURL
 
mockResponse - Variable in class org.springframework.test.web.servlet.DefaultMvcResult
 
MockRestRequestMatchers - Class in org.springframework.test.web.client.match
Static, factory methods for RequestMatcher classes.
MockRestRequestMatchers() - Constructor for class org.springframework.test.web.client.match.MockRestRequestMatchers
Private class constructor.
MockRestResponseCreators - Class in org.springframework.test.web.client.response
Static factory methods for obtaining a ResponseCreator instance.
MockRestResponseCreators() - Constructor for class org.springframework.test.web.client.response.MockRestResponseCreators
 
MockRestServiceServer - Class in org.springframework.test.web.client
Main entry point for client-side REST testing.
MockRestServiceServer() - Constructor for class org.springframework.test.web.client.MockRestServiceServer
Private constructor.
MockRestServiceServer.RequestMatcherClientHttpRequestFactory - Class in org.springframework.test.web.client
Mock ClientHttpRequestFactory that creates requests by iterating over the list of expected RequestMatcherClientHttpRequest's.
MockRestServiceServer.RequestMatcherClientHttpRequestFactory() - Constructor for class org.springframework.test.web.client.MockRestServiceServer.RequestMatcherClientHttpRequestFactory
 
MockServletConfig - Class in org.springframework.mock.web
Mock implementation of the javax.servlet.ServletConfig interface.
MockServletConfig() - Constructor for class org.springframework.mock.web.MockServletConfig
Create a new MockServletConfig with a default MockServletContext.
MockServletConfig(String) - Constructor for class org.springframework.mock.web.MockServletConfig
Create a new MockServletConfig with a default MockServletContext.
MockServletConfig(ServletContext) - Constructor for class org.springframework.mock.web.MockServletConfig
Create a new MockServletConfig.
MockServletConfig(ServletContext, String) - Constructor for class org.springframework.mock.web.MockServletConfig
Create a new MockServletConfig.
MockServletContext - Class in org.springframework.mock.web
Mock implementation of the javax.servlet.ServletContext interface.
MockServletContext() - Constructor for class org.springframework.mock.web.MockServletContext
Create a new MockServletContext, using no base path and a DefaultResourceLoader (i.e.
MockServletContext(String) - Constructor for class org.springframework.mock.web.MockServletContext
Create a new MockServletContext, using a DefaultResourceLoader.
MockServletContext(ResourceLoader) - Constructor for class org.springframework.mock.web.MockServletContext
Create a new MockServletContext, using the specified ResourceLoader and no base path.
MockServletContext(String, ResourceLoader) - Constructor for class org.springframework.mock.web.MockServletContext
Create a new MockServletContext using the supplied resource base path and resource loader.
MockServletContext.MimeTypeResolver - Class in org.springframework.mock.web
Inner factory class used to introduce a Java Activation Framework dependency when actually asked to resolve a MIME type.
MockServletContext.MimeTypeResolver() - Constructor for class org.springframework.mock.web.MockServletContext.MimeTypeResolver
 
MockStateAwareResponse - Class in org.springframework.mock.web.portlet
Mock implementation of the javax.portlet.StateAwareResponse interface.
MockStateAwareResponse() - Constructor for class org.springframework.mock.web.portlet.MockStateAwareResponse
Create a new MockActionResponse with a default MockPortalContext.
MockStateAwareResponse(PortalContext) - Constructor for class org.springframework.mock.web.portlet.MockStateAwareResponse
Create a new MockActionResponse.
MockStaticEntityMethods - Annotation Type in org.springframework.mock.staticmock
Annotation to indicate a test class for whose @Test methods static methods on Entity classes should be mocked.
mode - Variable in class org.springframework.web.portlet.handler.PortletModeParameterLookupKey
 
MODE_READONLY_FIELD_NAME - Static variable in class org.springframework.jdbc.support.lob.OracleLobHandler
Deprecated.
 
MODE_READWRITE_FIELD_NAME - Static variable in class org.springframework.jdbc.support.lob.OracleLobHandler
Deprecated.
 
model() - Static method in class org.springframework.test.web.servlet.result.MockMvcResultMatchers
Access to model-related assertions.
Model - Interface in org.springframework.ui
Java-5-specific interface that defines a holder for model attributes.
model - Variable in class org.springframework.web.portlet.ModelAndView
Model Map
model - Variable in class org.springframework.web.servlet.ModelAndView
Model Map
model - Variable in class org.springframework.web.servlet.support.RequestContext
 
MODEL_ATTRIBUTE - Static variable in class org.springframework.web.servlet.tags.form.FormTag
The name of the 'modelAttribute' setting
MODEL_ATTRIBUTE - Static variable in class org.springframework.web.servlet.ViewRendererServlet
Name of request attribute that holds the model Map
MODEL_ATTRIBUTE_METHODS - Static variable in class org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter
MethodFilter that matches @ModelAttribute methods.
MODEL_ATTRIBUTE_VARIABLE_NAME - Static variable in class org.springframework.web.servlet.tags.form.FormTag
The name of the javax.servlet.jsp.PageContext attribute under which the form object name is exposed.
MODEL_KEY_PREFIX - Static variable in interface org.springframework.validation.BindingResult
Prefix for the name of the BindingResult instance in a model, followed by the object name.
MODEL_KEY_PREFIX_STALE - Static variable in class org.springframework.web.bind.annotation.support.HandlerMethodInvoker
 
modelAndView - Variable in class org.springframework.test.web.servlet.DefaultMvcResult
 
ModelAndView - Class in org.springframework.web.portlet
Holder for both Model and View in the web MVC framework.
ModelAndView() - Constructor for class org.springframework.web.portlet.ModelAndView
Default constructor for bean-style usage: populating bean properties instead of passing in constructor arguments.
ModelAndView(String) - Constructor for class org.springframework.web.portlet.ModelAndView
Convenient constructor when there is no model data to expose.
ModelAndView(Object) - Constructor for class org.springframework.web.portlet.ModelAndView
Convenient constructor when there is no model data to expose.
ModelAndView(String, Map<String, ?>) - Constructor for class org.springframework.web.portlet.ModelAndView
Create a new ModelAndView given a view name and a model.
ModelAndView(Object, Map<String, ?>) - Constructor for class org.springframework.web.portlet.ModelAndView
Create a new ModelAndView given a View object and a model.
ModelAndView(String, String, Object) - Constructor for class org.springframework.web.portlet.ModelAndView
Convenient constructor to take a single model object.
ModelAndView(Object, String, Object) - Constructor for class org.springframework.web.portlet.ModelAndView
Convenient constructor to take a single model object.
modelAndView - Variable in class org.springframework.web.portlet.ModelAndViewDefiningException
 
ModelAndView - Class in org.springframework.web.servlet
Holder for both Model and View in the web MVC framework.
ModelAndView() - Constructor for class org.springframework.web.servlet.ModelAndView
Default constructor for bean-style usage: populating bean properties instead of passing in constructor arguments.
ModelAndView(String) - Constructor for class org.springframework.web.servlet.ModelAndView
Convenient constructor when there is no model data to expose.
ModelAndView(View) - Constructor for class org.springframework.web.servlet.ModelAndView
Convenient constructor when there is no model data to expose.
ModelAndView(String, Map<String, ?>) - Constructor for class org.springframework.web.servlet.ModelAndView
Creates new ModelAndView given a view name and a model.
ModelAndView(View, Map<String, ?>) - Constructor for class org.springframework.web.servlet.ModelAndView
Creates new ModelAndView given a View object and a model.
ModelAndView(String, String, Object) - Constructor for class org.springframework.web.servlet.ModelAndView
Convenient constructor to take a single model object.
ModelAndView(View, String, Object) - Constructor for class org.springframework.web.servlet.ModelAndView
Convenient constructor to take a single model object.
modelAndView - Variable in class org.springframework.web.servlet.ModelAndViewDefiningException
 
ModelAndViewAssert - Class in org.springframework.test.web
A collection of assertions intended to simplify testing scenarios dealing with Spring Web MVC ModelAndView objects.
ModelAndViewAssert() - Constructor for class org.springframework.test.web.ModelAndViewAssert
 
ModelAndViewContainer - Class in org.springframework.web.method.support
Records model and view related decisions made by HandlerMethodArgumentResolvers and HandlerMethodReturnValueHandlers during the course of invocation of a controller method.
ModelAndViewContainer() - Constructor for class org.springframework.web.method.support.ModelAndViewContainer
Create a new instance.
ModelAndViewDefiningException - Class in org.springframework.web.portlet
Exception to be thrown on error conditions that should forward to a specific view with a specific model.
ModelAndViewDefiningException(ModelAndView) - Constructor for class org.springframework.web.portlet.ModelAndViewDefiningException
Create new ModelAndViewDefiningException with the given ModelAndView, typically representing a specific error page.
ModelAndViewDefiningException - Class in org.springframework.web.servlet
Exception to be thrown on error conditions that should forward to a specific view with a specific model.
ModelAndViewDefiningException(ModelAndView) - Constructor for class org.springframework.web.servlet.ModelAndViewDefiningException
Create new ModelAndViewDefiningException with the given ModelAndView, typically representing a specific error page.
ModelAndViewMethodReturnValueHandler - Class in org.springframework.web.servlet.mvc.method.annotation
Handles return values of type ModelAndView copying view and model information to the ModelAndViewContainer.
ModelAndViewMethodReturnValueHandler() - Constructor for class org.springframework.web.servlet.mvc.method.annotation.ModelAndViewMethodReturnValueHandler
 
ModelAndViewResolver - Interface in org.springframework.web.servlet.mvc.annotation
SPI for resolving custom return values from a specific handler method.
ModelAndViewResolverMethodReturnValueHandler - Class in org.springframework.web.servlet.mvc.method.annotation
This return value handler is intended to be ordered after all others as it attempts to handle _any_ return value type (i.e.
ModelAndViewResolverMethodReturnValueHandler(List<ModelAndViewResolver>) - Constructor for class org.springframework.web.servlet.mvc.method.annotation.ModelAndViewResolverMethodReturnValueHandler
Create a new instance.
modelAndViewResolvers - Variable in class org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter
 
ModelAttribute - Annotation Type in org.springframework.web.bind.annotation
Annotation that binds a method parameter or method return value to a named model attribute, exposed to a web view.
modelAttribute - Variable in class org.springframework.web.servlet.tags.form.FormTag
 
modelAttributeAdviceCache - Variable in class org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter
 
modelAttributeCache - Variable in class org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter
 
ModelAttributeMethodProcessor - Class in org.springframework.web.method.annotation
Resolves method arguments annotated with @ModelAttribute and handles return values from methods annotated with @ModelAttribute.
ModelAttributeMethodProcessor(boolean) - Constructor for class org.springframework.web.method.annotation.ModelAttributeMethodProcessor
 
modelAttributeMethods - Variable in class org.springframework.web.bind.annotation.support.HandlerMethodResolver
 
modelAttributeProcessor - Variable in class org.springframework.web.servlet.mvc.method.annotation.ModelAndViewResolverMethodReturnValueHandler
 
ModelFactory - Class in org.springframework.web.method.annotation
Provides methods to initialize the Model before controller method invocation and to update it afterwards.
ModelFactory(List<InvocableHandlerMethod>, WebDataBinderFactory, SessionAttributesHandler) - Constructor for class org.springframework.web.method.annotation.ModelFactory
Create a new instance with the given @ModelAttribute methods.
modelKey - Variable in class org.springframework.web.servlet.view.xml.MarshallingView
 
modelKeys - Variable in class org.springframework.web.servlet.view.json.MappingJackson2JsonView
 
modelKeys - Variable in class org.springframework.web.servlet.view.json.MappingJacksonJsonView
 
ModelMap - Class in org.springframework.ui
Implementation of Map for use when building model data for use with UI tools.
ModelMap() - Constructor for class org.springframework.ui.ModelMap
Construct a new, empty ModelMap.
ModelMap(String, Object) - Constructor for class org.springframework.ui.ModelMap
Construct a new ModelMap containing the supplied attribute under the supplied name.
ModelMap(Object) - Constructor for class org.springframework.ui.ModelMap
Construct a new ModelMap containing the supplied attribute.
modelMBean - Variable in class org.springframework.jmx.export.MBeanExporter.NotificationPublisherAwareLazyTargetSource
 
modelMBean - Variable in class org.springframework.jmx.export.notification.ModelMBeanNotificationPublisher
The ModelMBean instance wrapping the managed resource into which this NotificationPublisher will be injected.
ModelMBeanNotificationPublisher - Class in org.springframework.jmx.export.notification
NotificationPublisher implementation that uses the infrastructure provided by the ModelMBean interface to track javax.management.NotificationListeners and send Notifications to those listeners.
ModelMBeanNotificationPublisher(ModelMBeanNotificationBroadcaster, ObjectName, Object) - Constructor for class org.springframework.jmx.export.notification.ModelMBeanNotificationPublisher
Create a new instance of the ModelMBeanNotificationPublisher class that will publish all Notifications to the supplied ModelMBean.
ModelMethodProcessor - Class in org.springframework.web.method.annotation
Resolves Model arguments and handles Model return values.
ModelMethodProcessor() - Constructor for class org.springframework.web.method.annotation.ModelMethodProcessor
 
ModelResultMatchers - Class in org.springframework.test.web.servlet.result
Factory for assertions on the model.
ModelResultMatchers() - Constructor for class org.springframework.test.web.servlet.result.ModelResultMatchers
Protected constructor.
modeReadOnlyConstants - Variable in class org.springframework.jdbc.support.lob.OracleLobHandler
Deprecated.
 
modeReadWriteConstants - Variable in class org.springframework.jdbc.support.lob.OracleLobHandler
Deprecated.
 
modes - Variable in class org.springframework.web.portlet.mvc.annotation.AnnotationMethodHandlerAdapter.RequestMappingInfo
 
modified - Variable in class org.springframework.scripting.support.StaticScriptSource
 
modifyLocations(Class<?>, String...) - Method in class org.springframework.test.context.support.AbstractContextLoader
Generate a modified version of the supplied locations array and return it.
modifyLocations(Class<?>, String...) - Method in class org.springframework.test.context.support.AnnotationConfigContextLoader
AnnotationConfigContextLoader should be used as a SmartContextLoader, not as a legacy ContextLoader.
modifyLocations(Class<?>, String...) - Method in class org.springframework.test.context.web.AnnotationConfigWebContextLoader
AnnotationConfigWebContextLoader should be used as a SmartContextLoader, not as a legacy ContextLoader.
moduleConfig - Variable in class org.springframework.web.struts.ContextLoaderPlugIn
Deprecated.
The Struts ModuleConfig that this PlugIn is registered with
monitor - Variable in class org.springframework.jca.work.SimpleTaskWorkManager.DelegatingWorkAdapter
 
monitor - Variable in class org.springframework.test.context.ContextCache
 
monitor - Variable in class org.springframework.util.ConcurrencyThrottleSupport
 
monitor(Object, WeakReferenceMonitor.ReleaseListener) - Static method in class org.springframework.util.WeakReferenceMonitor
Start to monitor given handle object for becoming weakly reachable.
monitoringThread - Static variable in class org.springframework.util.WeakReferenceMonitor
 
months - Variable in class org.springframework.scheduling.support.CronSequenceGenerator
 
moreTokens() - Method in class org.springframework.expression.spel.standard.InternalSpelExpressionParser
 
moveToFirstChildOfRootElement(XMLStreamReader) - Method in class org.springframework.http.converter.xml.Jaxb2CollectionHttpMessageConverter
 
moveToNextElement(XMLStreamReader) - Method in class org.springframework.http.converter.xml.Jaxb2CollectionHttpMessageConverter
 
moveToNextReference() - Method in class org.springframework.util.ConcurrentReferenceHashMap.EntryIterator
 
moveToNextSegment() - Method in class org.springframework.util.ConcurrentReferenceHashMap.EntryIterator
 
MR_TYPE_OBJECT_REFERENCE - Static variable in class org.springframework.jmx.export.MBeanExporter
Constant for the JMX mr_type "ObjectReference"
mtomEnabled - Variable in class org.springframework.oxm.jaxb.Jaxb2Marshaller
 
MULTI_VALUE_ATTRIBUTE_DELIMITERS - Static variable in class org.springframework.beans.factory.xml.BeanDefinitionParserDelegate
 
MultiActionController - Class in org.springframework.web.servlet.mvc.multiaction
Controller implementation that allows multiple request types to be handled by the same class.
MultiActionController() - Constructor for class org.springframework.web.servlet.mvc.multiaction.MultiActionController
Constructor for MultiActionController that looks for handler methods in the present subclass.
MultiActionController(Object) - Constructor for class org.springframework.web.servlet.mvc.multiaction.MultiActionController
Constructor for MultiActionController that looks for handler methods in delegate, rather than a subclass of this class.
multicastEvent(ApplicationEvent) - Method in interface org.springframework.context.event.ApplicationEventMulticaster
Multicast the given application event to appropriate listeners.
multicastEvent(ApplicationEvent) - Method in class org.springframework.context.event.SimpleApplicationEventMulticaster
 
MULTIPART_FORM_DATA - Static variable in class org.springframework.http.MediaType
Public constant media type for multipart/form-data.
MULTIPART_FORM_DATA_VALUE - Static variable in class org.springframework.http.MediaType
A String equivalent of MediaType.MULTIPART_FORM_DATA.
MULTIPART_MODE_MIXED - Static variable in class org.springframework.mail.javamail.MimeMessageHelper
Constant indicating a multipart message with a single root multipart element of type "mixed".
MULTIPART_MODE_MIXED_RELATED - Static variable in class org.springframework.mail.javamail.MimeMessageHelper
Constant indicating a multipart message with a root multipart element "mixed" plus a nested multipart element of type "related".
MULTIPART_MODE_NO - Static variable in class org.springframework.mail.javamail.MimeMessageHelper
Constant indicating a non-multipart message.
MULTIPART_MODE_RELATED - Static variable in class org.springframework.mail.javamail.MimeMessageHelper
Constant indicating a multipart message with a single root multipart element of type "related".
MULTIPART_RESOLVER_BEAN_NAME - Static variable in class org.springframework.web.portlet.DispatcherPortlet
Well-known name for the PortletMultipartResolver object in the bean factory for this namespace.
MULTIPART_RESOLVER_BEAN_NAME - Static variable in class org.springframework.web.servlet.DispatcherServlet
Well-known name for the MultipartResolver object in the bean factory for this namespace.
MULTIPART_SUBTYPE_ALTERNATIVE - Static variable in class org.springframework.mail.javamail.MimeMessageHelper
 
MULTIPART_SUBTYPE_MIXED - Static variable in class org.springframework.mail.javamail.MimeMessageHelper
 
MULTIPART_SUBTYPE_RELATED - Static variable in class org.springframework.mail.javamail.MimeMessageHelper
 
MultipartActionRequest - Interface in org.springframework.web.portlet.multipart
Interface which provides additional methods for dealing with multipart content within a portlet request, allowing to access uploaded files.
MultipartException - Exception in org.springframework.web.multipart
Exception thrown when multipart resolution fails.
MultipartException(String) - Constructor for exception org.springframework.web.multipart.MultipartException
Constructor for MultipartException.
MultipartException(String, Throwable) - Constructor for exception org.springframework.web.multipart.MultipartException
Constructor for MultipartException.
MultipartFile - Interface in org.springframework.web.multipart
A representation of an uploaded file received in a multipart request.
multipartFiles - Variable in class org.springframework.mock.web.MockMultipartHttpServletRequest
 
multipartFiles - Variable in class org.springframework.mock.web.portlet.MockMultipartActionRequest
 
multipartFiles - Variable in class org.springframework.web.multipart.commons.CommonsFileUploadSupport.MultipartParsingResult
 
multipartFiles - Variable in class org.springframework.web.multipart.support.AbstractMultipartHttpServletRequest
 
multipartFiles - Variable in class org.springframework.web.portlet.multipart.DefaultMultipartActionRequest
 
MultipartFilter - Class in org.springframework.web.multipart.support
Servlet 2.3 Filter that resolves multipart requests via a MultipartResolver.
MultipartFilter() - Constructor for class org.springframework.web.multipart.support.MultipartFilter
 
MultipartHttpServletRequest - Interface in org.springframework.web.multipart
Provides additional methods for dealing with multipart content within a servlet request, allowing to access uploaded files.
multipartParameterContentTypes - Variable in class org.springframework.web.multipart.commons.CommonsFileUploadSupport.MultipartParsingResult
 
multipartParameterContentTypes - Variable in class org.springframework.web.multipart.support.DefaultMultipartHttpServletRequest
 
multipartParameterContentTypes - Variable in class org.springframework.web.portlet.multipart.DefaultMultipartActionRequest
 
multipartParameters - Variable in class org.springframework.web.multipart.commons.CommonsFileUploadSupport.MultipartParsingResult
 
multipartParameters - Variable in class org.springframework.web.multipart.support.DefaultMultipartHttpServletRequest
 
multipartParameters - Variable in class org.springframework.web.portlet.multipart.DefaultMultipartActionRequest
 
MultipartRequest - Interface in org.springframework.web.multipart
This interface defines the multipart request access operations that are exposed for actual multipart requests.
multipartRequest - Variable in class org.springframework.web.multipart.support.RequestPartServletServerHttpRequest
 
MultipartResolver - Interface in org.springframework.web.multipart
A strategy interface for multipart file upload resolution in accordance with RFC 1867.
multipartResolver - Variable in class org.springframework.web.portlet.DispatcherPortlet
MultipartResolver used by this portlet
multipartResolver - Variable in class org.springframework.web.servlet.DispatcherServlet
MultipartResolver used by this servlet
multipartResolverBeanName - Variable in class org.springframework.web.multipart.support.MultipartFilter
 
multiple - Variable in class org.springframework.web.servlet.tags.form.SelectTag
Indicates whether or not the 'select' tag allows multiple-selections.
MULTIPLIER - Static variable in class org.springframework.util.ObjectUtils
 
MultiValueMap<K,V> - Interface in org.springframework.util
Extension of the Map interface that stores multiple values.
mustRestoreAutoCommit - Variable in class org.springframework.jdbc.datasource.DataSourceTransactionManager.DataSourceTransactionObject
 
MutablePersistenceUnitInfo - Class in org.springframework.orm.jpa.persistenceunit
Spring's base implementation of the JPA javax.persistence.spi.PersistenceUnitInfo interface, used to bootstrap an EntityManagerFactory in a container.
MutablePersistenceUnitInfo() - Constructor for class org.springframework.orm.jpa.persistenceunit.MutablePersistenceUnitInfo
 
MutablePropertySources - Class in org.springframework.core.env
Default implementation of the PropertySources interface.
MutablePropertySources() - Constructor for class org.springframework.core.env.MutablePropertySources
Create a new MutablePropertySources object.
MutablePropertySources(PropertySources) - Constructor for class org.springframework.core.env.MutablePropertySources
Create a new MutablePropertySources from the given propertySources object, preserving the original order of contained PropertySource objects.
MutablePropertySources(Log) - Constructor for class org.springframework.core.env.MutablePropertySources
Create a new MutablePropertySources object and inheriting the given logger, usually from an enclosing Environment.
MutablePropertyValues - Class in org.springframework.beans
Default implementation of the PropertyValues interface.
MutablePropertyValues() - Constructor for class org.springframework.beans.MutablePropertyValues
Creates a new empty MutablePropertyValues object.
MutablePropertyValues(PropertyValues) - Constructor for class org.springframework.beans.MutablePropertyValues
Deep copy constructor.
MutablePropertyValues(Map<?, ?>) - Constructor for class org.springframework.beans.MutablePropertyValues
Construct a new MutablePropertyValues object from a Map.
MutablePropertyValues(List<PropertyValue>) - Constructor for class org.springframework.beans.MutablePropertyValues
Construct a new MutablePropertyValues object using the given List of PropertyValue objects as-is.
MutableSortDefinition - Class in org.springframework.beans.support
Mutable implementation of the SortDefinition interface.
MutableSortDefinition() - Constructor for class org.springframework.beans.support.MutableSortDefinition
Create an empty MutableSortDefinition, to be populated via its bean properties.
MutableSortDefinition(SortDefinition) - Constructor for class org.springframework.beans.support.MutableSortDefinition
Copy constructor: create a new MutableSortDefinition that mirrors the given sort definition.
MutableSortDefinition(String, boolean, boolean) - Constructor for class org.springframework.beans.support.MutableSortDefinition
Create a MutableSortDefinition for the given settings.
MutableSortDefinition(boolean) - Constructor for class org.springframework.beans.support.MutableSortDefinition
Create a new MutableSortDefinition.
MVC_RESULT_ATTRIBUTE - Static variable in class org.springframework.test.web.servlet.MockMvc
 
mvcContentNegotiationManager() - Method in class org.springframework.test.web.servlet.setup.StandaloneMockMvcBuilder.StandaloneConfiguration
 
mvcContentNegotiationManager() - Method in class org.springframework.web.servlet.config.annotation.WebMvcConfigurationSupport
Return a ContentNegotiationManager instance to use to determine requested media types in a given request.
mvcConversionService() - Method in class org.springframework.test.web.servlet.setup.StandaloneMockMvcBuilder.StandaloneConfiguration
 
mvcConversionService() - Method in class org.springframework.web.servlet.config.annotation.WebMvcConfigurationSupport
Return a FormattingConversionService for use with annotated controller methods and the spring:eval JSP tag.
MvcNamespaceHandler - Class in org.springframework.web.servlet.config
NamespaceHandler for Spring MVC configuration namespace.
MvcNamespaceHandler() - Constructor for class org.springframework.web.servlet.config.MvcNamespaceHandler
 
MvcNamespaceUtils - Class in org.springframework.web.servlet.config
Convenience methods for use in MVC namespace BeanDefinitionParsers.
MvcNamespaceUtils() - Constructor for class org.springframework.web.servlet.config.MvcNamespaceUtils
 
MvcResult - Interface in org.springframework.test.web.servlet
Provides access to the result of an executed request.
mvcValidator() - Method in class org.springframework.test.web.servlet.setup.StandaloneMockMvcBuilder.StandaloneConfiguration
 
mvcValidator() - Method in class org.springframework.web.servlet.config.annotation.WebMvcConfigurationSupport
Return a global Validator instance for example for validating @ModelAttribute and @RequestBody method arguments.
MXBEAN_ANNOTATION_CLASS_NAME - Static variable in class org.springframework.jmx.support.JmxUtils
 
MXBEAN_SUFFIX - Static variable in class org.springframework.jmx.support.JmxUtils
Suffix used to identify a Java 6 MXBean interface.
mxBeanAnnotationAvailable - Static variable in class org.springframework.jmx.support.JmxUtils
 
MySQLMaxValueIncrementer - Class in org.springframework.jdbc.support.incrementer
DataFieldMaxValueIncrementer that increments the maximum value of a given MySQL table with the equivalent of an auto-increment column.
MySQLMaxValueIncrementer() - Constructor for class org.springframework.jdbc.support.incrementer.MySQLMaxValueIncrementer
Default constructor for bean property style usage.
MySQLMaxValueIncrementer(DataSource, String, String) - Constructor for class org.springframework.jdbc.support.incrementer.MySQLMaxValueIncrementer
Convenience constructor.

N

name - Variable in class org.springframework.aop.aspectj.annotation.BeanFactoryAspectInstanceFactory
 
name - Variable in class org.springframework.aop.config.AdvisorEntry
 
name - Variable in class org.springframework.aop.config.PointcutEntry
 
name - Variable in class org.springframework.beans.BeanMetadataAttribute
 
name - Variable in class org.springframework.beans.factory.config.ConstructorArgumentValues.ValueHolder
 
name - Variable in class org.springframework.beans.factory.parsing.CompositeComponentDefinition
 
name - Variable in class org.springframework.beans.factory.parsing.PropertyEntry
 
name - Variable in class org.springframework.beans.PropertyValue
 
name - Variable in class org.springframework.cache.concurrent.ConcurrentMapCache
 
name - Variable in class org.springframework.cache.concurrent.ConcurrentMapCacheFactoryBean
 
name - Variable in class org.springframework.cache.interceptor.CacheOperation
 
name - Variable in class org.springframework.cache.support.NoOpCacheManager.NoOpCache
 
name - Variable in class org.springframework.context.annotation.CommonAnnotationBeanPostProcessor.LookupElement
 
name - Variable in class org.springframework.context.support.DefaultLifecycleProcessor.LifecycleGroupMember
 
name - Variable in class org.springframework.core.convert.Property
 
name - Variable in class org.springframework.core.convert.support.GenericConversionService.NoOpConverter
 
name - Variable in class org.springframework.core.env.PropertySource
 
name - Variable in class org.springframework.core.LocalVariableTableParameterNameDiscoverer.LocalVariableTableVisitor
 
name - Variable in class org.springframework.core.NamedInheritableThreadLocal
 
name - Variable in class org.springframework.core.NamedThreadLocal
 
name - Variable in class org.springframework.core.type.classreading.MethodMetadataReadingVisitor
 
name - Variable in class org.springframework.expression.spel.ast.FunctionReference
 
name - Variable in class org.springframework.expression.spel.ast.Indexer.PropertyIndexingValueRef
 
name - Variable in class org.springframework.expression.spel.ast.MethodReference
 
name - Variable in class org.springframework.expression.spel.ast.PropertyOrFieldReference
 
name - Variable in class org.springframework.expression.spel.ast.VariableReference
 
name - Variable in class org.springframework.expression.spel.ast.VariableReference.VariableRef
 
name - Variable in class org.springframework.expression.spel.support.ReflectivePropertyAccessor.CacheKey
 
name - Variable in class org.springframework.jdbc.core.SqlParameter
The name of the parameter, if any
name - Variable in class org.springframework.jms.listener.adapter.MessageListenerAdapter.DestinationNameHolder
 
name - Variable in class org.springframework.jmx.access.MBeanClientInterceptor.MethodCacheKey
 
name - Variable in class org.springframework.jmx.export.metadata.ManagedNotification
 
name - Variable in class org.springframework.jmx.export.metadata.ManagedOperationParameter
 
name - Variable in class org.springframework.mock.web.MockMultipartFile
 
name - Variable in class org.springframework.mock.web.portlet.MockEvent
 
name - Variable in class org.springframework.scheduling.quartz.CronTriggerFactoryBean
 
name - Variable in class org.springframework.scheduling.quartz.JobDetailFactoryBean
 
name - Variable in class org.springframework.scheduling.quartz.MethodInvokingJobDetailFactoryBean
 
name - Variable in class org.springframework.scheduling.quartz.SimpleTriggerFactoryBean
 
name - Variable in class org.springframework.test.context.ContextConfigurationAttributes
 
name(SmartContextLoader) - Static method in class org.springframework.test.context.support.AbstractDelegatingSmartContextLoader
 
name(<any>) - Method in class org.springframework.test.web.servlet.result.ViewResultMatchers
Assert the selected view name with the given Hamcrest Matcher.
name - Variable in class org.springframework.transaction.support.AbstractPlatformTransactionManager.SuspendedResourcesHolder
 
name - Variable in class org.springframework.transaction.support.DefaultTransactionDefinition
 
name - Variable in class org.springframework.ui.context.support.SimpleTheme
 
NAME - Static variable in class org.springframework.ui.velocity.SpringResourceLoader
 
name - Variable in class org.springframework.web.method.annotation.AbstractNamedValueMethodArgumentResolver.NamedValueInfo
 
name - Variable in class org.springframework.web.servlet.mvc.condition.AbstractNameValueExpression
 
name - Variable in class org.springframework.web.servlet.tags.BindErrorsTag
 
name - Variable in class org.springframework.web.servlet.tags.form.ButtonTag
 
name - Variable in class org.springframework.web.servlet.tags.form.FormTag
 
name - Variable in class org.springframework.web.servlet.tags.Param
 
name - Variable in class org.springframework.web.servlet.tags.ParamTag
 
NAME_ATTRIBUTE - Static variable in class org.springframework.beans.factory.xml.AbstractBeanDefinitionParser
Constant for the name attribute
NAME_ATTRIBUTE - Static variable in class org.springframework.beans.factory.xml.BeanDefinitionParserDelegate
 
NAME_ATTRIBUTE - Static variable in class org.springframework.beans.factory.xml.DefaultBeanDefinitionDocumentReader
 
NAME_ATTRIBUTE - Static variable in class org.springframework.web.servlet.tags.form.FormTag
 
NAME_GENERATOR_ATTRIBUTE - Static variable in class org.springframework.context.annotation.ComponentScanBeanDefinitionParser
 
named(String) - Static method in class org.springframework.core.env.PropertySource
Return a PropertySource implementation intended for collection comparison purposes only.
NamedBean - Interface in org.springframework.beans.factory
Counterpart of BeanNameAware.
namedBeanToAdvisor(Object) - Method in class org.springframework.aop.framework.ProxyFactoryBean
Convert the following object sourced from calling getBean() on a name in the interceptorNames array to an Advisor or TargetSource.
NamedInheritableThreadLocal<T> - Class in org.springframework.core
InheritableThreadLocal subclass that exposes a specified name as NamedInheritableThreadLocal.toString() result (allowing for introspection).
NamedInheritableThreadLocal(String) - Constructor for class org.springframework.core.NamedInheritableThreadLocal
Create a new NamedInheritableThreadLocal with the given name.
NamedParameterBatchUpdateUtils - Class in org.springframework.jdbc.core.namedparam
Generic utility methods for working with JDBC batch statements using named parameters.
NamedParameterBatchUpdateUtils() - Constructor for class org.springframework.jdbc.core.namedparam.NamedParameterBatchUpdateUtils
 
namedParameterCount - Variable in class org.springframework.jdbc.core.namedparam.ParsedSql
 
NamedParameterJdbcDaoSupport - Class in org.springframework.jdbc.core.namedparam
Extension of JdbcDaoSupport that exposes a NamedParameterJdbcTemplate as well.
NamedParameterJdbcDaoSupport() - Constructor for class org.springframework.jdbc.core.namedparam.NamedParameterJdbcDaoSupport
 
NamedParameterJdbcOperations - Interface in org.springframework.jdbc.core.namedparam
Interface specifying a basic set of JDBC operations allowing the use of named parameters rather than the traditional '?' placeholders.
namedParameterJdbcOperations - Variable in class org.springframework.jdbc.core.simple.SimpleJdbcTemplate
Deprecated.
The NamedParameterJdbcTemplate that we are wrapping
namedParameterJdbcTemplate - Variable in class org.springframework.jdbc.core.namedparam.NamedParameterJdbcDaoSupport
 
NamedParameterJdbcTemplate - Class in org.springframework.jdbc.core.namedparam
Template class with a basic set of JDBC operations, allowing the use of named parameters rather than traditional '?' placeholders.
NamedParameterJdbcTemplate(DataSource) - Constructor for class org.springframework.jdbc.core.namedparam.NamedParameterJdbcTemplate
Create a new NamedParameterJdbcTemplate for the given DataSource.
NamedParameterJdbcTemplate(JdbcOperations) - Constructor for class org.springframework.jdbc.core.namedparam.NamedParameterJdbcTemplate
Create a new NamedParameterJdbcTemplate for the given classic Spring JdbcTemplate.
NamedParameterUtils - Class in org.springframework.jdbc.core.namedparam
Helper methods for named parameter parsing.
NamedParameterUtils() - Constructor for class org.springframework.jdbc.core.namedparam.NamedParameterUtils
 
NamedParameterUtils.ParameterHolder - Class in org.springframework.jdbc.core.namedparam
 
NamedParameterUtils.ParameterHolder(String, int, int) - Constructor for class org.springframework.jdbc.core.namedparam.NamedParameterUtils.ParameterHolder
 
namedRequestDispatchers - Variable in class org.springframework.mock.web.MockServletContext
 
NamedThreadLocal<T> - Class in org.springframework.core
ThreadLocal subclass that exposes a specified name as NamedThreadLocal.toString() result (allowing for introspection).
NamedThreadLocal(String) - Constructor for class org.springframework.core.NamedThreadLocal
Create a new NamedThreadLocal with the given name.
namedValueInfoCache - Variable in class org.springframework.web.method.annotation.AbstractNamedValueMethodArgumentResolver
 
nameMap - Variable in class org.springframework.cache.interceptor.NameMatchCacheOperationSource
Keys are method names; values are TransactionAttributes
nameMap - Variable in class org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource
Keys are method names; values are TransactionAttributes
NameMatchCacheOperationSource - Class in org.springframework.cache.interceptor
Simple CacheOperationSource implementation that allows attributes to be matched by registered name.
NameMatchCacheOperationSource() - Constructor for class org.springframework.cache.interceptor.NameMatchCacheOperationSource
 
NameMatchMethodPointcut - Class in org.springframework.aop.support
Pointcut bean for simple method name matches, as alternative to regexp patterns.
NameMatchMethodPointcut() - Constructor for class org.springframework.aop.support.NameMatchMethodPointcut
 
NameMatchMethodPointcutAdvisor - Class in org.springframework.aop.support
Convenient class for name-match method pointcuts that hold an Advice, making them an Advisor.
NameMatchMethodPointcutAdvisor() - Constructor for class org.springframework.aop.support.NameMatchMethodPointcutAdvisor
 
NameMatchMethodPointcutAdvisor(Advice) - Constructor for class org.springframework.aop.support.NameMatchMethodPointcutAdvisor
 
NameMatchTransactionAttributeSource - Class in org.springframework.transaction.interceptor
Simple TransactionAttributeSource implementation that allows attributes to be matched by registered name.
NameMatchTransactionAttributeSource() - Constructor for class org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource
 
NAMES_PATTERN - Static variable in class org.springframework.web.util.UriComponents
Captures URI template variable names.
NAMES_PATTERN - Static variable in class org.springframework.web.util.UriTemplate
Captures URI template variable names.
namespace - Variable in class org.springframework.mock.web.portlet.MockPortletResponse
 
namespace - Variable in class org.springframework.web.context.support.AbstractRefreshableWebApplicationContext
Namespace of this context, or null if root
namespace - Variable in class org.springframework.web.context.support.StaticWebApplicationContext
 
namespace - Variable in class org.springframework.web.portlet.context.AbstractRefreshablePortletApplicationContext
Namespace of this context, or null if root
namespace - Variable in class org.springframework.web.portlet.context.StaticPortletApplicationContext
 
namespace - Variable in class org.springframework.web.portlet.FrameworkPortlet
Namespace for this portlet
namespace - Variable in class org.springframework.web.servlet.FrameworkServlet
Namespace for this servlet
namespace - Variable in class org.springframework.web.struts.ContextLoaderPlugIn
Deprecated.
Namespace for this servlet
NAMESPACE_PREFIXES_FEATURE_NAME - Static variable in class org.springframework.util.xml.AbstractStaxXMLReader
 
namespaceAware - Variable in class org.springframework.beans.factory.xml.XmlBeanDefinitionReader
 
namespaceContext - Variable in class org.springframework.util.xml.AbstractStaxContentHandler
 
namespaceContextChanged - Variable in class org.springframework.util.xml.AbstractStaxContentHandler
 
NamespaceHandler - Interface in org.springframework.beans.factory.xml
Base interface used by the DefaultBeanDefinitionDocumentReader for handling custom namespaces in a Spring XML configuration file.
NamespaceHandlerResolver - Interface in org.springframework.beans.factory.xml
Used by the DefaultBeanDefinitionDocumentReader to locate a NamespaceHandler implementation for a particular namespace URI.
namespaceHandlerResolver - Variable in class org.springframework.beans.factory.xml.XmlBeanDefinitionReader
 
namespaceHandlerResolver - Variable in class org.springframework.beans.factory.xml.XmlReaderContext
 
NamespaceHandlerSupport - Class in org.springframework.beans.factory.xml
Support class for implementing custom NamespaceHandlers.
NamespaceHandlerSupport() - Constructor for class org.springframework.beans.factory.xml.NamespaceHandlerSupport
 
namespaceMappings - Variable in class org.springframework.oxm.castor.CastorMarshaller
 
namespacePrefixesFeature - Variable in class org.springframework.util.xml.AbstractStaxXMLReader
 
namespaces - Variable in class org.springframework.util.xml.AbstractStaxXMLReader
 
namespaces - Variable in class org.springframework.util.xml.StaxEventXMLReader
 
NAMESPACES_FEATURE_NAME - Static variable in class org.springframework.util.xml.AbstractStaxXMLReader
 
namespacesFeature - Variable in class org.springframework.util.xml.AbstractStaxXMLReader
 
namespaceToPackageMapping - Variable in class org.springframework.oxm.castor.CastorMarshaller
 
namespaceUri - Variable in class org.springframework.remoting.jaxrpc.LocalJaxRpcServiceFactory
Deprecated.
 
namespaceUri - Variable in class org.springframework.remoting.jaxws.LocalJaxWsServiceFactory
 
namespaceUriToPrefixes - Variable in class org.springframework.util.xml.SimpleNamespaceContext
 
NameValueExpression<T> - Interface in org.springframework.web.servlet.mvc.condition
A contract for "name!=value" style expression used to specify request parameters and request header conditions in @RequestMapping.
namingStrategy - Variable in class org.springframework.jmx.export.MBeanExporter
The strategy to use for creating ObjectNames for an object
namingStrategy - Variable in class org.springframework.orm.hibernate3.LocalSessionFactoryBean
 
namingStrategy - Variable in class org.springframework.orm.hibernate4.LocalSessionFactoryBean
 
narrow(Object) - Method in class org.springframework.core.convert.TypeDescriptor
Narrows this TypeDescriptor by setting its type to the class of the provided value.
narrow(Object, TypeDescriptor) - Method in class org.springframework.core.convert.TypeDescriptor
 
nativeConnectionNecessaryForNativeCallableStatements - Variable in class org.springframework.jdbc.support.nativejdbc.SimpleNativeJdbcExtractor
 
nativeConnectionNecessaryForNativePreparedStatements - Variable in class org.springframework.jdbc.support.nativejdbc.SimpleNativeJdbcExtractor
 
nativeConnectionNecessaryForNativeStatements - Variable in class org.springframework.jdbc.support.nativejdbc.SimpleNativeJdbcExtractor
 
nativeEntityManagerFactory - Variable in class org.springframework.orm.jpa.AbstractEntityManagerFactoryBean
Raw EntityManagerFactory as returned by the PersistenceProvider
nativeJdbcExtractor - Variable in class org.springframework.jdbc.core.CallableStatementCreatorFactory
 
nativeJdbcExtractor - Variable in class org.springframework.jdbc.core.JdbcTemplate
Custom NativeJdbcExtractor
nativeJdbcExtractor - Variable in class org.springframework.jdbc.core.metadata.GenericTableMetaDataProvider
NativeJdbcExtractor that can be used to retrieve the native connection
nativeJdbcExtractor - Variable in class org.springframework.jdbc.core.metadata.TableMetaDataContext
NativeJdbcExtractor to be used to retrieve the native connection
nativeJdbcExtractor - Variable in class org.springframework.jdbc.core.PreparedStatementCreatorFactory
 
nativeJdbcExtractor - Variable in class org.springframework.jdbc.support.lob.OracleLobHandler
Deprecated.
 
NativeJdbcExtractor - Interface in org.springframework.jdbc.support.nativejdbc
Interface for extracting native JDBC objects from wrapped objects coming from connection pools.
NativeJdbcExtractorAdapter - Class in org.springframework.jdbc.support.nativejdbc
Abstract adapter class for the NativeJdbcExtractor interface, for simplified implementation of basic extractors.
NativeJdbcExtractorAdapter() - Constructor for class org.springframework.jdbc.support.nativejdbc.NativeJdbcExtractorAdapter
 
NativeWebRequest - Interface in org.springframework.web.context.request
Extension of the WebRequest interface, exposing the native request and response objects in a generic fashion.
navigableMapClass - Static variable in class org.springframework.core.CollectionFactory
 
navigableSetClass - Static variable in class org.springframework.core.CollectionFactory
 
needsReload(String, Locale, String, ClassLoader, ResourceBundle, long) - Method in class org.springframework.context.support.ResourceBundleMessageSource.MessageSourceControl
 
needsToBeMadeAccessible - Variable in class org.springframework.expression.spel.support.ReflectivePropertyAccessor.OptimalPropertyAccessor
 
nested() - Method in class org.springframework.core.convert.AbstractDescriptor
 
nested(Class<?>, int) - Method in class org.springframework.core.convert.AbstractDescriptor
 
nested(Class<?>, int) - Method in class org.springframework.core.convert.BeanPropertyDescriptor
 
nested(Class<?>, int) - Method in class org.springframework.core.convert.ClassDescriptor
 
nested(Class<?>, int) - Method in class org.springframework.core.convert.FieldDescriptor
 
nested(Class<?>, int) - Method in class org.springframework.core.convert.ParameterDescriptor
 
nested(MethodParameter, int) - Static method in class org.springframework.core.convert.TypeDescriptor
Creates a type descriptor for a nested type declared within the method parameter.
nested(Field, int) - Static method in class org.springframework.core.convert.TypeDescriptor
Creates a type descriptor for a nested type declared within the field.
nested(Property, int) - Static method in class org.springframework.core.convert.TypeDescriptor
Creates a type descriptor for a nested type declared within the property.
nested(AbstractDescriptor, int) - Static method in class org.springframework.core.convert.TypeDescriptor
 
NESTED_BEANS_ELEMENT - Static variable in class org.springframework.beans.factory.xml.DefaultBeanDefinitionDocumentReader
 
NESTED_PATH_SEPARATOR - Static variable in interface org.springframework.validation.Errors
The separator between path elements in a nested path, for example in "customer.name" or "customer.address.street".
NESTED_PATH_VARIABLE_NAME - Static variable in class org.springframework.web.servlet.tags.form.AbstractDataBoundFormElementTag
Name of the exposed path variable within the scope of this tag: "nestedPath".
NESTED_PATH_VARIABLE_NAME - Static variable in class org.springframework.web.servlet.tags.NestedPathTag
Name of the exposed variable within the scope of this tag: "nestedPath".
NESTED_PROPERTY_SEPARATOR - Static variable in interface org.springframework.beans.PropertyAccessor
Path separator for nested properties.
NESTED_PROPERTY_SEPARATOR_CHAR - Static variable in interface org.springframework.beans.PropertyAccessor
 
nestedAnnotationsAsMap - Variable in class org.springframework.core.type.StandardAnnotationMetadata
 
nestedAnnotationsAsMap - Variable in class org.springframework.core.type.StandardMethodMetadata
 
nestedBeanWrappers - Variable in class org.springframework.beans.BeanWrapperImpl
Map with cached nested BeanWrappers: nested path -> BeanWrapper instance.
NestedCheckedException - Exception in org.springframework.core
Handy class for wrapping checked Exceptions with a root cause.
NestedCheckedException(String) - Constructor for exception org.springframework.core.NestedCheckedException
Construct a NestedCheckedException with the specified detail message.
NestedCheckedException(String, Throwable) - Constructor for exception org.springframework.core.NestedCheckedException
Construct a NestedCheckedException with the specified detail message and nested exception.
nestedComponents - Variable in class org.springframework.beans.factory.parsing.CompositeComponentDefinition
 
NestedExceptionUtils - Class in org.springframework.core
Helper class for implementing exception classes which are capable of holding nested exceptions.
NestedExceptionUtils() - Constructor for class org.springframework.core.NestedExceptionUtils
 
NestedIOException - Exception in org.springframework.core
Subclass of IOException that properly handles a root cause, exposing the root cause just like NestedChecked/RuntimeException does.
NestedIOException(String) - Constructor for exception org.springframework.core.NestedIOException
Construct a NestedIOException with the specified detail message.
NestedIOException(String, Throwable) - Constructor for exception org.springframework.core.NestedIOException
Construct a NestedIOException with the specified detail message and nested exception.
nestedPath - Variable in class org.springframework.beans.BeanWrapperImpl
 
nestedPath - Variable in class org.springframework.validation.AbstractErrors
 
nestedPathStack - Variable in class org.springframework.validation.AbstractErrors
 
NestedPathTag - Class in org.springframework.web.servlet.tags
Nested-path tag, to support and assist with nested beans or bean properties in the model.
NestedPathTag() - Constructor for class org.springframework.web.servlet.tags.NestedPathTag
 
NestedRuntimeException - Exception in org.springframework.core
Handy class for wrapping runtime Exceptions with a root cause.
NestedRuntimeException(String) - Constructor for exception org.springframework.core.NestedRuntimeException
Construct a NestedRuntimeException with the specified detail message.
NestedRuntimeException(String, Throwable) - Constructor for exception org.springframework.core.NestedRuntimeException
Construct a NestedRuntimeException with the specified detail message and nested exception.
NestedServletException - Class in org.springframework.web.util
Subclass of ServletException that properly handles a root cause in terms of message and stacktrace, just like NestedChecked/RuntimeException does.
NestedServletException(String) - Constructor for class org.springframework.web.util.NestedServletException
Construct a NestedServletException with the specified detail message.
NestedServletException(String, Throwable) - Constructor for class org.springframework.web.util.NestedServletException
Construct a NestedServletException with the specified detail message and nested exception.
nestedTransactionAllowed - Variable in class org.springframework.transaction.support.AbstractPlatformTransactionManager
 
NestedTransactionNotSupportedException - Exception in org.springframework.transaction
Exception thrown when attempting to work with a nested transaction but nested transactions are not supported by the underlying backend.
NestedTransactionNotSupportedException(String) - Constructor for exception org.springframework.transaction.NestedTransactionNotSupportedException
Constructor for NestedTransactionNotSupportedException.
NestedTransactionNotSupportedException(String, Throwable) - Constructor for exception org.springframework.transaction.NestedTransactionNotSupportedException
Constructor for NestedTransactionNotSupportedException.
nestingLevel - Variable in class org.springframework.beans.factory.config.DependencyDescriptor
 
nestingLevel - Variable in class org.springframework.core.convert.FieldDescriptor
 
nestingLevel - Variable in class org.springframework.core.MethodParameter
 
neverMatches() - Method in class org.springframework.aop.aspectj.AspectJExpressionPointcut.DefensiveShadowMatch
 
newArgPreparedStatementSetter(Object[]) - Method in class org.springframework.jdbc.core.JdbcTemplate
Create a new ArgPreparedStatementSetter using the args passed in.
newArgTypePreparedStatementSetter(Object[], int[]) - Method in class org.springframework.jdbc.core.JdbcTemplate
Create a new ArgTypePreparedStatementSetter using the args and argTypes passed in.
newBundle(String, Locale, String, ClassLoader, boolean) - Method in class org.springframework.context.support.ResourceBundleMessageSource.MessageSourceControl
 
newCachedRowSet() - Method in class org.springframework.jdbc.core.SqlRowSetResultSetExtractor
Create a new CachedRowSet instance, to be populated by the createSqlRowSet implementation.
newCallableStatementCreator(Map<String, ?>) - Method in class org.springframework.jdbc.core.CallableStatementCreatorFactory
Return a new CallableStatementCreator instance given this parameters.
newCallableStatementCreator(ParameterMapper) - Method in class org.springframework.jdbc.core.CallableStatementCreatorFactory
Return a new CallableStatementCreator instance given this parameter mapper.
newCallableStatementCreator(Map<String, ?>) - Method in class org.springframework.jdbc.object.SqlCall
Return a CallableStatementCreator to perform an operation with this parameters.
newCallableStatementCreator(ParameterMapper) - Method in class org.springframework.jdbc.object.SqlCall
Return a CallableStatementCreator to perform an operation with the parameters returned from this ParameterMapper.
newCommandObject(Class<?>) - Method in class org.springframework.web.servlet.mvc.multiaction.MultiActionController
Create a new command object of the given class.
newConfiguration() - Method in class org.springframework.orm.hibernate3.LocalSessionFactoryBean
Subclasses can override this method to perform custom initialization of the Configuration instance used for SessionFactory creation.
newConfiguration() - Method in class org.springframework.ui.freemarker.FreeMarkerConfigurationFactory
Return a new Configuration object.
newConnectionHolder - Variable in class org.springframework.jdbc.datasource.DataSourceTransactionManager.DataSourceTransactionObject
 
newDocument() - Method in class org.springframework.web.servlet.view.document.AbstractPdfView
Create a new document to hold the PDF contents.
newEnhancer(Class<?>) - Method in class org.springframework.context.annotation.ConfigurationClassEnhancer
Creates a new CGLIB Enhancer instance.
newEntityManager - Variable in class org.springframework.orm.jpa.EntityManagerFactoryUtils.EntityManagerSynchronization
 
newEntityManagerHolder - Variable in class org.springframework.orm.jpa.JpaTransactionManager.JpaTransactionObject
 
newFeed() - Method in class org.springframework.web.servlet.view.feed.AbstractAtomFeedView
Create a new Feed instance to hold the entries.
newFeed() - Method in class org.springframework.web.servlet.view.feed.AbstractFeedView
Create a new feed to hold the entries.
newFeed() - Method in class org.springframework.web.servlet.view.feed.AbstractRssFeedView
Create a new Channel instance to hold the entries.
newFileItemFactory() - Method in class org.springframework.web.multipart.commons.CommonsFileUploadSupport
Factory method for a Commons DiskFileItemFactory instance.
newFileUpload(FileItemFactory) - Method in class org.springframework.web.multipart.commons.CommonsFileUploadSupport
Factory method for a Commons FileUpload instance.
newFileUpload(FileItemFactory) - Method in class org.springframework.web.multipart.commons.CommonsMultipartResolver
Initialize the underlying org.apache.commons.fileupload.servlet.ServletFileUpload instance.
newFileUpload(FileItemFactory) - Method in class org.springframework.web.portlet.multipart.CommonsPortletMultipartResolver
Initialize the underlying org.apache.commons.fileupload.portlet.PortletFileUpload instance.
newInstance(Class<T>) - Static method in class org.springframework.jdbc.core.BeanPropertyRowMapper
Static factory method to create a new BeanPropertyRowMapper (with the mapped class specified only once).
newInstance(Class<T>) - Static method in class org.springframework.jdbc.core.simple.ParameterizedBeanPropertyRowMapper
Static factory method to create a new ParameterizedBeanPropertyRowMapper (with the mapped class specified only once).
newInstance(Class<T>) - Static method in class org.springframework.jdbc.core.simple.ParameterizedSingleColumnRowMapper
Static factory method to create a new ParameterizedSingleColumnRowMapper (with the required type specified only once).
newInstance() - Static method in class org.springframework.web.util.UriComponentsBuilder
Returns a new, empty builder.
newJdbcConnSpecMethod - Variable in class org.springframework.jdbc.datasource.WebSphereDataSourceAdapter
 
newJdbcExceptionTranslator(SessionFactory) - Static method in class org.springframework.orm.hibernate3.SessionFactoryUtils
Create an appropriate SQLExceptionTranslator for the given SessionFactory.
newJdbcExceptionTranslator(Object) - Static method in class org.springframework.orm.jdo.PersistenceManagerFactoryUtils
Create an appropriate SQLExceptionTranslator for the given PersistenceManagerFactory.
newJob(TriggerFiredBundle, Scheduler) - Method in class org.springframework.scheduling.quartz.AdaptableJobFactory
Quartz 2.0 version of newJob: simply delegates to old newJob variant.
newJob(TriggerFiredBundle) - Method in class org.springframework.scheduling.quartz.AdaptableJobFactory
Quartz 1.x version of newJob: contains actual implementation code.
newLine() - Method in class org.springframework.mock.web.MockBodyContent
 
newLine() - Method in class org.springframework.mock.web.MockJspWriter
 
newlyRegistered - Variable in class org.springframework.jmx.support.MBeanServerFactoryBean
 
newMarshallingSqlXmlValue(Object) - Method in interface org.springframework.jdbc.support.xml.SqlXmlObjectMappingHandler
Get an instance of an SqlXmlValue implementation to be used together with the database specific implementation of this SqlXmlObjectMappingHandler.
newNestedBeanWrapper(Object, String) - Method in class org.springframework.beans.BeanWrapperImpl
Create a new nested BeanWrapper instance.
newPageSet - Variable in class org.springframework.beans.support.PagedListHolder
 
newPersistenceManager - Variable in class org.springframework.orm.jdo.PersistenceManagerFactoryUtils.PersistenceManagerSynchronization
 
newPersistenceManagerFactory(String) - Method in class org.springframework.orm.jdo.LocalPersistenceManagerFactoryBean
Subclasses can override this to perform custom initialization of the PersistenceManagerFactory instance, creating it for the specified name.
newPersistenceManagerFactory(Map) - Method in class org.springframework.orm.jdo.LocalPersistenceManagerFactoryBean
Subclasses can override this to perform custom initialization of the PersistenceManagerFactory instance, creating it via the given Properties that got prepared by this LocalPersistenceManagerFactoryBean.
newPersistenceManagerHolder - Variable in class org.springframework.orm.jdo.JdoTransactionManager.JdoTransactionObject
 
newPreparedStatementCreator(List<?>) - Method in class org.springframework.jdbc.core.PreparedStatementCreatorFactory
Return a new PreparedStatementCreator for the given parameters.
newPreparedStatementCreator(Object[]) - Method in class org.springframework.jdbc.core.PreparedStatementCreatorFactory
Return a new PreparedStatementCreator for the given parameters.
newPreparedStatementCreator(String, Object[]) - Method in class org.springframework.jdbc.core.PreparedStatementCreatorFactory
Return a new PreparedStatementCreator for the given parameters.
newPreparedStatementCreator(Object[]) - Method in class org.springframework.jdbc.object.SqlOperation
Return a PreparedStatementCreator to perform an operation with the given parameters.
newPreparedStatementCreator(String, Object[]) - Method in class org.springframework.jdbc.object.SqlOperation
Return a PreparedStatementCreator to perform an operation with the given parameters.
newPreparedStatementSetter(List<?>) - Method in class org.springframework.jdbc.core.PreparedStatementCreatorFactory
Return a new PreparedStatementSetter for the given parameters.
newPreparedStatementSetter(Object[]) - Method in class org.springframework.jdbc.core.PreparedStatementCreatorFactory
Return a new PreparedStatementSetter for the given parameters.
newPreparedStatementSetter(Object[]) - Method in class org.springframework.jdbc.object.SqlOperation
Return a PreparedStatementSetter to perform an operation with the given parameters.
newPrototypeInstance() - Method in class org.springframework.aop.framework.ProxyFactoryBean
Create a new prototype instance of this class's created proxy object, backed by an independent AdvisedSupport configuration.
newPrototypeInstance() - Method in class org.springframework.aop.target.AbstractPrototypeBasedTargetSource
Subclasses should call this method to create a new prototype instance.
newRowMapper(Object[], Map) - Method in class org.springframework.jdbc.object.GenericSqlQuery
 
newRowMapper(Object[], Map) - Method in class org.springframework.jdbc.object.MappingSqlQueryWithParameters
Implementation of protected abstract method.
newRowMapper(Object[], Map) - Method in class org.springframework.jdbc.object.SqlQuery
Subclasses must implement this method to extract an object per row, to be returned by the execute method as an aggregated List.
newRowMapper(Object[], Map) - Method in class org.springframework.jdbc.object.UpdatableSqlQuery
Implementation of the superclass template method.
newSession - Variable in class org.springframework.orm.hibernate3.HibernateTransactionManager.HibernateTransactionObject
 
newSession - Variable in class org.springframework.orm.hibernate3.SpringSessionSynchronization
 
newSession - Variable in class org.springframework.orm.hibernate4.HibernateTransactionManager.HibernateTransactionObject
 
newSessionBeanInstance() - Method in class org.springframework.ejb.access.AbstractRemoteSlsbInvokerInterceptor
Return a new instance of the stateless session bean.
newSessionBeanInstance() - Method in class org.springframework.ejb.access.LocalSlsbInvokerInterceptor
Return a new instance of the stateless session bean.
newSessionFactory(Configuration) - Method in class org.springframework.orm.hibernate3.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.
newSessionHolder - Variable in class org.springframework.orm.hibernate3.HibernateTransactionManager.HibernateTransactionObject
 
newSessionHolder - Variable in class org.springframework.orm.hibernate4.HibernateTransactionManager.HibernateTransactionObject
 
newSqlXmlValue(String) - Method in class org.springframework.jdbc.support.xml.Jdbc4SqlXmlHandler
 
newSqlXmlValue(XmlBinaryStreamProvider) - Method in class org.springframework.jdbc.support.xml.Jdbc4SqlXmlHandler
 
newSqlXmlValue(XmlCharacterStreamProvider) - Method in class org.springframework.jdbc.support.xml.Jdbc4SqlXmlHandler
 
newSqlXmlValue(Class, XmlResultProvider) - Method in class org.springframework.jdbc.support.xml.Jdbc4SqlXmlHandler
 
newSqlXmlValue(Document) - Method in class org.springframework.jdbc.support.xml.Jdbc4SqlXmlHandler
 
newSqlXmlValue(String) - Method in interface org.springframework.jdbc.support.xml.SqlXmlHandler
Create a SqlXmlValue instance for the given XML data, as supported by the underlying JDBC driver.
newSqlXmlValue(XmlBinaryStreamProvider) - Method in interface org.springframework.jdbc.support.xml.SqlXmlHandler
Create a SqlXmlValue instance for the given XML data, as supported by the underlying JDBC driver.
newSqlXmlValue(XmlCharacterStreamProvider) - Method in interface org.springframework.jdbc.support.xml.SqlXmlHandler
Create a SqlXmlValue instance for the given XML data, as supported by the underlying JDBC driver.
newSqlXmlValue(Class, XmlResultProvider) - Method in interface org.springframework.jdbc.support.xml.SqlXmlHandler
Create a SqlXmlValue instance for the given XML data, as supported by the underlying JDBC driver.
newSqlXmlValue(Document) - Method in interface org.springframework.jdbc.support.xml.SqlXmlHandler
Create a SqlXmlValue instance for the given XML data, as supported by the underlying JDBC driver.
newSynchronization - Variable in class org.springframework.transaction.jta.WebSphereUowTransactionManager.UOWActionAdapter
 
newSynchronization - Variable in class org.springframework.transaction.support.DefaultTransactionStatus
 
newThread(Runnable) - Method in class org.springframework.scheduling.backportconcurrent.CustomizableThreadFactory
Deprecated.
 
newThread(Runnable) - Method in class org.springframework.scheduling.concurrent.CustomizableThreadFactory
 
newTransaction - Variable in class org.springframework.transaction.jta.WebSphereUowTransactionManager.UOWActionAdapter
 
newTransaction - Variable in class org.springframework.transaction.support.DefaultTransactionStatus
 
newTransaction - Variable in class org.springframework.transaction.support.SimpleTransactionStatus
 
newTransactionStatus(TransactionStatus) - Method in class org.springframework.transaction.interceptor.TransactionAspectSupport.TransactionInfo
 
newTransactionStatus(TransactionDefinition, Object, boolean, boolean, boolean, Object) - Method in class org.springframework.transaction.support.AbstractPlatformTransactionManager
Create a rae TransactionStatus instance for the given arguments.
newTransformerFactory(Class) - Method in class org.springframework.web.servlet.view.xslt.AbstractXsltView
Deprecated.
Instantiate a new TransformerFactory for this view.
newTransformerFactory(Class) - Method in class org.springframework.web.servlet.view.xslt.XsltView
Instantiate a new TransformerFactory for this view.
newValue(Class<?>, String) - Method in class org.springframework.beans.BeanWrapperImpl
 
newVelocityEngine() - Method in class org.springframework.ui.velocity.VelocityEngineFactory
Return a new VelocityEngine.
newWriter(Document, OutputStream) - Method in class org.springframework.web.servlet.view.document.AbstractPdfView
Create a new PdfWriter for the given iText Document.
next() - Method in class org.springframework.jdbc.support.rowset.ResultSetWrappingSqlRowSet
 
next() - Method in interface org.springframework.jdbc.support.rowset.SqlRowSet
Moves the cursor to the next row.
next() - Method in class org.springframework.mock.jndi.SimpleNamingContext.AbstractNamingEnumeration
 
next(Date) - Method in class org.springframework.scheduling.support.CronSequenceGenerator
Get the next Date in the sequence matching the Cron pattern and after the value provided.
next - Variable in class org.springframework.test.context.junit4.statements.RunAfterTestClassCallbacks
 
next - Variable in class org.springframework.test.context.junit4.statements.RunAfterTestMethodCallbacks
 
next - Variable in class org.springframework.test.context.junit4.statements.RunBeforeTestClassCallbacks
 
next - Variable in class org.springframework.test.context.junit4.statements.RunBeforeTestMethodCallbacks
 
next - Variable in class org.springframework.test.context.junit4.statements.SpringFailOnTimeout
 
next - Variable in class org.springframework.test.context.junit4.statements.SpringRepeat
 
next() - Method in class org.springframework.util.CollectionUtils.EnumerationIterator
 
next() - Method in class org.springframework.util.CompositeIterator
 
next - Variable in class org.springframework.util.ConcurrentReferenceHashMap.EntryIterator
 
next() - Method in class org.springframework.util.ConcurrentReferenceHashMap.EntryIterator
 
next() - Method in class org.springframework.util.xml.XMLEventStreamReader
 
nextChildIs(Class...) - Method in class org.springframework.expression.spel.ast.SpelNodeImpl
 
nextElement() - Method in class org.springframework.mock.jndi.SimpleNamingContext.AbstractNamingEnumeration
 
nextExecutionTime(TriggerContext) - Method in class org.springframework.scheduling.support.CronTrigger
 
nextExecutionTime(TriggerContext) - Method in class org.springframework.scheduling.support.PeriodicTrigger
Returns the time after which a task should run again.
nextExecutionTime(TriggerContext) - Method in interface org.springframework.scheduling.Trigger
Determine the next execution time according to the given trigger context.
nextFilterChain - Variable in class org.springframework.mock.web.PassThroughFilterChain
 
nextId - Variable in class org.springframework.jdbc.support.incrementer.MySQLMaxValueIncrementer
The next id to serve
nextId - Static variable in class org.springframework.mock.web.MockHttpSession
 
nextId - Static variable in class org.springframework.mock.web.portlet.MockPortletSession
 
nextId(String, PageContext) - Static method in class org.springframework.web.servlet.tags.form.TagIdGenerator
Get the next unique ID (within the given PageContext) for the supplied name.
nextIntValue() - Method in class org.springframework.jdbc.support.incrementer.AbstractDataFieldMaxValueIncrementer
 
nextIntValue() - Method in interface org.springframework.jdbc.support.incrementer.DataFieldMaxValueIncrementer
Increment the data store field's max value as int.
nextLongValue() - Method in class org.springframework.jdbc.support.incrementer.AbstractDataFieldMaxValueIncrementer
 
nextLongValue() - Method in interface org.springframework.jdbc.support.incrementer.DataFieldMaxValueIncrementer
Increment the data store field's max value as long.
nextPage() - Method in class org.springframework.beans.support.PagedListHolder
Switch to next page.
nextPossiblePortletModes - Variable in class org.springframework.mock.web.portlet.MockRenderResponse
 
nextPotentialReferencePosition - Variable in class org.springframework.web.util.HtmlCharacterEntityDecoder
 
nextReference - Variable in class org.springframework.util.ConcurrentReferenceHashMap.SoftEntryReference
 
nextReference - Variable in class org.springframework.util.ConcurrentReferenceHashMap.WeakEntryReference
 
nextSemicolonPosition - Variable in class org.springframework.web.util.HtmlCharacterEntityDecoder
 
nextStringValue() - Method in class org.springframework.jdbc.support.incrementer.AbstractDataFieldMaxValueIncrementer
 
nextStringValue() - Method in interface org.springframework.jdbc.support.incrementer.DataFieldMaxValueIncrementer
Increment the data store field's max value as String.
nextTag() - Method in class org.springframework.util.xml.AbstractXMLStreamReader
 
nextThreadName() - Method in class org.springframework.util.CustomizableThreadCreator
Return the thread name to use for a newly created thread.
nextTimestamp() - Method in class org.springframework.orm.hibernate3.LocalCacheProviderProxy
Deprecated.
 
nextTimestamp() - Method in class org.springframework.orm.hibernate3.LocalRegionFactoryProxy
 
nextToken() - Method in class org.springframework.expression.spel.standard.InternalSpelExpressionParser
 
nextValueIndex - Variable in class org.springframework.jdbc.support.incrementer.DerbyMaxValueIncrementer
The next id to serve from the value cache
nextValueIndex - Variable in class org.springframework.jdbc.support.incrementer.HsqlMaxValueIncrementer
The next id to serve from the value cache
nextValueIndex - Variable in class org.springframework.jdbc.support.incrementer.SqlServerMaxValueIncrementer
The next id to serve from the value cache
nextValueIndex - Variable in class org.springframework.jdbc.support.incrementer.SybaseMaxValueIncrementer
The next id to serve from the value cache
NO_CHILDREN - Static variable in class org.springframework.expression.spel.ast.SpelNodeImpl
 
NO_CONCURRENCY - Static variable in class org.springframework.core.task.SimpleAsyncTaskExecutor
Switch concurrency 'off': that is, don't allow any concurrent invocations.
NO_CONCURRENCY - Static variable in class org.springframework.util.ConcurrencyThrottleSupport
Switch concurrency 'off': that is, don't allow any concurrent invocations.
NO_DEBUG_INFO_MAP - Static variable in class org.springframework.core.LocalVariableTableParameterNameDiscoverer
 
NO_MATCH - Static variable in class org.springframework.core.convert.support.GenericConversionService
Used as a cache entry when no converter is available.
NO_METHOD_FOUND - Static variable in class org.springframework.web.method.annotation.ExceptionHandlerMethodResolver
 
NO_METHOD_FOUND - Static variable in class org.springframework.web.portlet.mvc.annotation.AnnotationMethodHandlerExceptionResolver
 
NO_METHOD_FOUND - Static variable in class org.springframework.web.servlet.mvc.annotation.AnnotationMethodHandlerExceptionResolver
Deprecated.
 
NO_METHODS - Static variable in class org.springframework.expression.spel.support.ReflectiveMethodResolver
 
NO_OP_CONVERTER - Static variable in class org.springframework.core.convert.support.GenericConversionService
General NO-OP converter used when conversion is not required.
NO_OVERRIDE - Static variable in class org.springframework.aop.framework.CglibAopProxy
 
NO_PARAM_KEY - Static variable in class org.springframework.cache.interceptor.DefaultKeyGenerator
 
NO_RESULT - Static variable in class org.springframework.cache.interceptor.ExpressionEvaluator
 
NO_ROLLBACK_FOR_ATTRIBUTE - Static variable in class org.springframework.transaction.config.TxAdviceBeanDefinitionParser
 
node - Variable in class org.springframework.expression.spel.ast.ValueRef.TypedValueHolderValueRef
 
node(<any>) - Method in class org.springframework.test.web.client.match.ContentRequestMatchers
Parse the request content as Node and apply the given Matcher.
node(<any>) - Method in class org.springframework.test.web.client.match.XpathRequestMatchers
Apply the XPath and assert it with the given Matcher<Node>.
node(<any>) - Method in class org.springframework.test.web.servlet.result.ContentResultMatchers
Parse the response content as Node and apply the given Hamcrest Matcher.
node(<any>) - Method in class org.springframework.test.web.servlet.result.XpathResultMatchers
Evaluate the XPath and assert the Node content found with the given Hamcrest Matcher.
node - Variable in class org.springframework.util.xml.DomContentHandler
 
nodeCount(<any>) - Method in class org.springframework.test.web.client.match.XpathRequestMatchers
Apply the XPath and assert the number of nodes found with the given Matcher<Integer>.
nodeCount(<any>) - Method in class org.springframework.test.web.servlet.result.XpathResultMatchers
Evaluate the XPath and assert the number of nodes found with the given Hamcrest Matcher.
nodeNameEquals(Node, String) - Method in class org.springframework.beans.factory.xml.BeanDefinitionParserDelegate
Determine whether the name of the supplied node is equal to the supplied name.
nodeNameEquals(Node, String) - Static method in class org.springframework.util.xml.DomUtils
Namespace-aware equals comparison.
nodeNameMatch(Node, String) - Static method in class org.springframework.util.xml.DomUtils
Matches the given node's name and local name against the given desired name.
nodeNameMatch(Node, Collection) - Static method in class org.springframework.util.xml.DomUtils
Matches the given node's name and local name against the given desired names.
noHandlerFound(PortletRequest, PortletResponse) - Method in class org.springframework.web.portlet.DispatcherPortlet
No handler found -> throw appropriate exception.
noHandlerFound(HttpServletRequest, HttpServletResponse) - Method in class org.springframework.web.servlet.DispatcherServlet
No handler found -> set appropriate HTTP response status.
NoHandlerFoundException - Class in org.springframework.web.portlet
Exception to be thrown if DispatcherPortlet is unable to determine a corresponding handler for an incoming portlet request.
NoHandlerFoundException(String) - Constructor for class org.springframework.web.portlet.NoHandlerFoundException
Constructor for NoHandlerFoundException.
NoHandlerFoundException(String, PortletRequest) - Constructor for class org.springframework.web.portlet.NoHandlerFoundException
Constructor for NoHandlerFoundException.
noLocal - Variable in class org.springframework.jms.connection.CachingConnectionFactory.ConsumerCacheKey
 
noMessageReceived(Object, Session) - Method in class org.springframework.jms.listener.AbstractPollingMessageListenerContainer
Template method that gets called when no message has been received, before returning to the receive loop again.
noMessageReceived(Object, Session) - Method in class org.springframework.jms.listener.DefaultMessageListenerContainer
Marks the affected invoker as idle.
NON_BRIDGED_METHODS - Static variable in class org.springframework.util.ReflectionUtils
Pre-built MethodFilter that matches all non-bridge methods.
NON_EXISTENT_PROPERTY_SOURCE_MESSAGE - Static variable in class org.springframework.core.env.MutablePropertySources
 
NON_JTA_DATA_SOURCE - Static variable in class org.springframework.orm.jpa.persistenceunit.PersistenceUnitReader
 
NON_PRIMITIVE_ARRAY_PREFIX - Static variable in class org.springframework.util.ClassUtils
Prefix for internal non-primitive array class names: "[L"
NON_TEMPLATE_PARSER_CONTEXT - Static variable in class org.springframework.expression.common.TemplateAwareExpressionParser
Default ParserContext instance for non-template expressions.
NON_TX_DATA_SOURCE_PREFIX - Static variable in class org.springframework.scheduling.quartz.LocalDataSourceJobStore
Name used for the non-transactional ConnectionProvider for Quartz.
noNamespaceSchemaLocation - Variable in class org.springframework.oxm.castor.CastorMarshaller
 
nonAspectClass - Variable in exception org.springframework.aop.aspectj.annotation.NotAnAtAspectException
 
nonClosing(InputStream) - Static method in class org.springframework.util.StreamUtils
Returns a variant of the given InputStream where calling close() has no effect.
nonClosing(OutputStream) - Static method in class org.springframework.util.StreamUtils
Returns a variant of the given OutputStream where calling close() has no effect.
nonJtaDataSource - Variable in class org.springframework.orm.jpa.persistenceunit.MutablePersistenceUnitInfo
 
nonNullComparator - Variable in class org.springframework.util.comparator.NullSafeComparator
 
nonOptionArgs - Variable in class org.springframework.core.env.CommandLineArgs
 
nonOptionArgsPropertyName - Variable in class org.springframework.core.env.CommandLinePropertySource
 
nonPublicAccessAllowed - Variable in class org.springframework.beans.factory.support.AbstractBeanDefinition
 
nonPublicAccessAllowed - Variable in class org.springframework.beans.factory.support.DisposableBeanAdapter
 
nonReferencePointcutTokens - Static variable in class org.springframework.aop.aspectj.AspectJAdviceParameterNameDiscoverer
 
nonStrictHelper - Variable in class org.springframework.core.env.AbstractPropertyResolver
 
nonStrictHelper - Static variable in class org.springframework.util.SystemPropertyUtils
 
nonStrictHelper - Static variable in class org.springframework.web.util.ServletContextPropertyUtils
 
nonTransactionalDataSource - Variable in class org.springframework.scheduling.quartz.SchedulerFactoryBean
 
NonTransientDataAccessException - Exception in org.springframework.dao
Root of the hierarchy of data access exceptions that are considered non-transient - where a retry of the same operation would fail unless the cause of the Exception is corrected.
NonTransientDataAccessException(String) - Constructor for exception org.springframework.dao.NonTransientDataAccessException
Constructor for NonTransientDataAccessException.
NonTransientDataAccessException(String, Throwable) - Constructor for exception org.springframework.dao.NonTransientDataAccessException
Constructor for NonTransientDataAccessException.
NonTransientDataAccessResourceException - Exception in org.springframework.dao
Data access exception thrown when a resource fails completely and the failure is permanent.
NonTransientDataAccessResourceException(String) - Constructor for exception org.springframework.dao.NonTransientDataAccessResourceException
Constructor for NonTransientDataAccessResourceException.
NonTransientDataAccessResourceException(String, Throwable) - Constructor for exception org.springframework.dao.NonTransientDataAccessResourceException
Constructor for NonTransientDataAccessResourceException.
noNullElements(Object[], String) - Static method in class org.springframework.util.Assert
Assert that an array has no null elements.
noNullElements(Object[]) - Static method in class org.springframework.util.Assert
Assert that an array has no null elements.
NoOpCacheManager - Class in org.springframework.cache.support
A basic, no operation CacheManager implementation suitable for disabling caching, typically used for backing cache declarations without an actual backing store.
NoOpCacheManager() - Constructor for class org.springframework.cache.support.NoOpCacheManager
 
NoOpCacheManager.NoOpCache - Class in org.springframework.cache.support
 
NoOpCacheManager.NoOpCache(String) - Constructor for class org.springframework.cache.support.NoOpCacheManager.NoOpCache
 
normalize() - Method in class org.springframework.web.util.HierarchicalUriComponents
Normalize the path removing sequences like "path/..".
normalize() - Method in class org.springframework.web.util.OpaqueUriComponents
 
normalize() - Method in class org.springframework.web.util.UriComponents
Normalize the path removing sequences like "path/..".
NoRollbackRuleAttribute - Class in org.springframework.transaction.interceptor
Tag subclass of RollbackRuleAttribute that has the opposite behavior to the RollbackRuleAttribute superclass.
NoRollbackRuleAttribute(Class) - Constructor for class org.springframework.transaction.interceptor.NoRollbackRuleAttribute
Create a new instance of the NoRollbackRuleAttribute class for the supplied Throwable class.
NoRollbackRuleAttribute(String) - Constructor for class org.springframework.transaction.interceptor.NoRollbackRuleAttribute
Create a new instance of the NoRollbackRuleAttribute class for the supplied exceptionName.
NoSuchBeanDefinitionException - Exception in org.springframework.beans.factory
Exception thrown when a BeanFactory is asked for a bean instance for which it cannot find a definition.
NoSuchBeanDefinitionException(String) - Constructor for exception org.springframework.beans.factory.NoSuchBeanDefinitionException
Create a new NoSuchBeanDefinitionException.
NoSuchBeanDefinitionException(String, String) - Constructor for exception org.springframework.beans.factory.NoSuchBeanDefinitionException
Create a new NoSuchBeanDefinitionException.
NoSuchBeanDefinitionException(Class<?>) - Constructor for exception org.springframework.beans.factory.NoSuchBeanDefinitionException
Create a new NoSuchBeanDefinitionException.
NoSuchBeanDefinitionException(Class<?>, String) - Constructor for exception org.springframework.beans.factory.NoSuchBeanDefinitionException
Create a new NoSuchBeanDefinitionException.
NoSuchBeanDefinitionException(Class<?>, String, String) - Constructor for exception org.springframework.beans.factory.NoSuchBeanDefinitionException
Create a new NoSuchBeanDefinitionException.
NoSuchMessageException - Exception in org.springframework.context
Exception thrown when a message can't be resolved.
NoSuchMessageException(String, Locale) - Constructor for exception org.springframework.context.NoSuchMessageException
Create a new exception.
NoSuchMessageException(String) - Constructor for exception org.springframework.context.NoSuchMessageException
Create a new exception.
NoSuchRequestHandlingMethodException - Class in org.springframework.web.servlet.mvc.multiaction
Exception thrown when there is no handler method ("action" method) for a specific HTTP request.
NoSuchRequestHandlingMethodException(HttpServletRequest) - Constructor for class org.springframework.web.servlet.mvc.multiaction.NoSuchRequestHandlingMethodException
Create a new NoSuchRequestHandlingMethodException for the given request.
NoSuchRequestHandlingMethodException(String, String, Map) - Constructor for class org.springframework.web.servlet.mvc.multiaction.NoSuchRequestHandlingMethodException
Create a new NoSuchRequestHandlingMethodException.
NoSuchRequestHandlingMethodException(String, Class) - Constructor for class org.springframework.web.servlet.mvc.multiaction.NoSuchRequestHandlingMethodException
Create a new NoSuchRequestHandlingMethodException for the given request.
NoSupportAsyncWebRequest - Class in org.springframework.web.context.request.async
An AsyncWebRequest to use when there is no underlying async support.
NoSupportAsyncWebRequest(HttpServletRequest, HttpServletResponse) - Constructor for class org.springframework.web.context.request.async.NoSupportAsyncWebRequest
 
NOT_ACCEPTABLE_VIEW - Static variable in class org.springframework.web.servlet.view.ContentNegotiatingViewResolver
 
NotAnAtAspectException - Exception in org.springframework.aop.aspectj.annotation
Extension of AopConfigException thrown when trying to perform an advisor generation operation on a class that is not an AspectJ annotation-style aspect.
NotAnAtAspectException(Class<?>) - Constructor for exception org.springframework.aop.aspectj.annotation.NotAnAtAspectException
Create a new NotAnAtAspectException for the given class.
notEmpty(Object[], String) - Static method in class org.springframework.util.Assert
Assert that an array has elements; that is, it must not be null and must have at least one element.
notEmpty(Object[]) - Static method in class org.springframework.util.Assert
Assert that an array has elements; that is, it must not be null and must have at least one element.
notEmpty(Collection, String) - Static method in class org.springframework.util.Assert
Assert that a collection has elements; that is, it must not be null and must have at least one element.
notEmpty(Collection) - Static method in class org.springframework.util.Assert
Assert that a collection has elements; that is, it must not be null and must have at least one element.
notEmpty(Map, String) - Static method in class org.springframework.util.Assert
Assert that a Map has entries; that is, it must not be null and must have at least one entry.
notEmpty(Map) - Static method in class org.springframework.util.Assert
Assert that a Map has entries; that is, it must not be null and must have at least one entry.
notificationFilter - Variable in class org.springframework.jmx.support.NotificationListenerHolder
 
notificationInfoMappings - Variable in class org.springframework.jmx.export.assembler.AbstractConfigurableMBeanInfoAssembler
 
notificationInfos - Variable in class org.springframework.jmx.export.assembler.AbstractConfigurableMBeanInfoAssembler
 
notificationListener - Variable in class org.springframework.jmx.support.NotificationListenerHolder
 
NotificationListenerBean - Class in org.springframework.jmx.export
Helper class that aggregates a NotificationListener, a NotificationFilter, and an arbitrary handback object.
NotificationListenerBean() - Constructor for class org.springframework.jmx.export.NotificationListenerBean
Create a new instance of the NotificationListenerBean class.
NotificationListenerBean(NotificationListener) - Constructor for class org.springframework.jmx.export.NotificationListenerBean
Create a new instance of the NotificationListenerBean class.
NotificationListenerHolder - Class in org.springframework.jmx.support
Helper class that aggregates a NotificationListener, a NotificationFilter, and an arbitrary handback object, as well as the names of MBeans from which the listener wishes to receive Notifications.
NotificationListenerHolder() - Constructor for class org.springframework.jmx.support.NotificationListenerHolder
 
NotificationListenerRegistrar - Class in org.springframework.jmx.access
Registrar object that associates a specific NotificationListener with one or more MBeans in an MBeanServer (typically via a MBeanServerConnection).
NotificationListenerRegistrar() - Constructor for class org.springframework.jmx.access.NotificationListenerRegistrar
 
notificationListeners - Variable in class org.springframework.jmx.export.MBeanExporter
The NotificationListeners to register for the MBeans registered by this exporter
NotificationPublisher - Interface in org.springframework.jmx.export.notification
Simple interface allowing Spring-managed MBeans to publish JMX notifications without being aware of how those notifications are being transmitted to the MBeanServer.
NotificationPublisherAware - Interface in org.springframework.jmx.export.notification
Interface to be implemented by any Spring-managed resource that is to be registered with an MBeanServer and wishes to send JMX javax.management.Notifications.
notificationTypes - Variable in class org.springframework.jmx.export.metadata.ManagedNotification
 
notifyListenersOfRegistration(ObjectName) - Method in class org.springframework.jmx.export.MBeanExporter
Notifies all registered MBeanExporterListeners of the registration of the MBean identified by the supplied ObjectName.
notifyListenersOfUnregistration(ObjectName) - Method in class org.springframework.jmx.export.MBeanExporter
Notifies all registered MBeanExporterListeners of the unregistration of the MBean identified by the supplied ObjectName.
notModified - Variable in class org.springframework.web.context.request.ServletWebRequest
 
notNull(Object, String) - Static method in class org.springframework.util.Assert
Assert that an object is not null .
notNull(Object) - Static method in class org.springframework.util.Assert
Assert that an object is not null .
NoTransactionException - Exception in org.springframework.transaction
Exception thrown when an operation is attempted that relies on an existing transaction (such as setting rollback status) and there is no existing transaction.
NoTransactionException(String) - Constructor for exception org.springframework.transaction.NoTransactionException
Constructor for NoTransactionException.
NoTransactionException(String, Throwable) - Constructor for exception org.springframework.transaction.NoTransactionException
Constructor for NoTransactionException.
NotReadablePropertyException - Exception in org.springframework.beans
Exception thrown on an attempt to get the value of a property that isn't readable, because there's no getter method.
NotReadablePropertyException(Class, String) - Constructor for exception org.springframework.beans.NotReadablePropertyException
Create a new NotReadablePropertyException.
NotReadablePropertyException(Class, String, String) - Constructor for exception org.springframework.beans.NotReadablePropertyException
Create a new NotReadablePropertyException.
NotSupportedRecordFactory - Class in org.springframework.jca.cci.connection
Implementation of the CCI RecordFactory interface that always throws NotSupportedException.
NotSupportedRecordFactory() - Constructor for class org.springframework.jca.cci.connection.NotSupportedRecordFactory
 
NotTransactional - Annotation Type in org.springframework.test.annotation
Deprecated.
as of Spring 3.0, in favor of moving the non-transactional test method to a separate (non-transactional) test class or to a @BeforeTransaction or @AfterTransaction method.
NotWritablePropertyException - Exception in org.springframework.beans
Exception thrown on an attempt to set the value of a property that is not writable (typically because there is no setter method).
NotWritablePropertyException(Class, String) - Constructor for exception org.springframework.beans.NotWritablePropertyException
Create a new NotWritablePropertyException.
NotWritablePropertyException(Class, String, String) - Constructor for exception org.springframework.beans.NotWritablePropertyException
Create a new NotWritablePropertyException.
NotWritablePropertyException(Class, String, String, Throwable) - Constructor for exception org.springframework.beans.NotWritablePropertyException
Create a new NotWritablePropertyException.
NotWritablePropertyException(Class, String, String, String[]) - Constructor for exception org.springframework.beans.NotWritablePropertyException
Create a new NotWritablePropertyException.
NoUniqueBeanDefinitionException - Exception in org.springframework.beans.factory
Exception thrown when a BeanFactory is asked for a bean instance for which multiple matching candidates have been found when only one matching bean was expected.
NoUniqueBeanDefinitionException(Class<?>, int, String) - Constructor for exception org.springframework.beans.factory.NoUniqueBeanDefinitionException
Create a new NoUniqueBeanDefinitionException.
NoUniqueBeanDefinitionException(Class<?>, Collection<String>) - Constructor for exception org.springframework.beans.factory.NoUniqueBeanDefinitionException
Create a new NoUniqueBeanDefinitionException.
NoUniqueBeanDefinitionException(Class<?>, String...) - Constructor for exception org.springframework.beans.factory.NoUniqueBeanDefinitionException
Create a new NoUniqueBeanDefinitionException.
NULL - Static variable in class org.springframework.core.style.DefaultValueStyler
 
NULL - Static variable in class org.springframework.expression.TypedValue
 
NULL_CACHING_ATTRIBUTE - Static variable in class org.springframework.cache.interceptor.AbstractFallbackCacheOperationSource
Canonical value held in cache to indicate no caching attribute was found for this method and we don't need to look again.
NULL_ELEMENT - Static variable in class org.springframework.beans.factory.xml.BeanDefinitionParserDelegate
 
NULL_HOLDER - Static variable in class org.springframework.cache.concurrent.ConcurrentMapCache
 
NULL_HOLDER - Static variable in class org.springframework.cache.jcache.JCacheCache
 
NULL_OBJECT - Static variable in class org.springframework.beans.factory.support.DefaultSingletonBeanRegistry
Internal marker for a null singleton object: used as marker value for concurrent Maps (which don't support null values).
NULL_PARAM_KEY - Static variable in class org.springframework.cache.interceptor.DefaultKeyGenerator
 
NULL_PATH_COMPONENT - Static variable in class org.springframework.web.util.HierarchicalUriComponents
Represents an empty path.
NULL_STRING - Static variable in class org.springframework.util.ObjectUtils
 
NULL_TRANSACTION_ATTRIBUTE - Static variable in class org.springframework.transaction.interceptor.AbstractFallbackTransactionAttributeSource
Canonical value held in cache to indicate no transaction attribute was found for this method, and we don't need to look again.
NULL_VALUE - Static variable in class org.springframework.util.CachingMapDecorator
Deprecated.
 
nullable - Variable in class org.springframework.jdbc.core.metadata.CallParameterMetaData
 
nullable - Variable in class org.springframework.jdbc.core.metadata.TableParameterMetaData
 
nullAsEmptyCollection - Variable in class org.springframework.beans.propertyeditors.CustomCollectionEditor
 
nullAsEmptyMap - Variable in class org.springframework.beans.propertyeditors.CustomMapEditor
 
NullLiteral - Class in org.springframework.expression.spel.ast
 
NullLiteral(int) - Constructor for class org.springframework.expression.spel.ast.NullLiteral
 
NULLS_HIGH - Static variable in class org.springframework.util.comparator.NullSafeComparator
A shared default instance of this comparator, treating nulls higher than non-null objects.
NULLS_LOW - Static variable in class org.springframework.util.comparator.NullSafeComparator
A shared default instance of this comparator, treating nulls lower than non-null objects.
nullSafe - Variable in class org.springframework.expression.spel.ast.MethodReference
 
nullSafe - Variable in class org.springframework.expression.spel.ast.Projection
 
nullSafe - Variable in class org.springframework.expression.spel.ast.PropertyOrFieldReference
 
nullSafe - Variable in class org.springframework.expression.spel.ast.Selection
 
nullSafeAnnotations(Annotation[]) - Static method in class org.springframework.core.convert.TypeDescriptor
 
nullSafeClassName(Object) - Static method in class org.springframework.util.ObjectUtils
Determine the class name for the given object.
NullSafeComparator<T> - Class in org.springframework.util.comparator
A Comparator that will safely compare nulls to be lower or higher than other objects.
NullSafeComparator(boolean) - Constructor for class org.springframework.util.comparator.NullSafeComparator
Create a NullSafeComparator that sorts null based on the provided flag, working on Comparables.
NullSafeComparator(Comparator<T>, boolean) - Constructor for class org.springframework.util.comparator.NullSafeComparator
Create a NullSafeComparator that sorts null based on the provided flag, decorating the given Comparator.
nullSafeEquals(Object, Object) - Static method in class org.springframework.util.ObjectUtils
Determine if the given objects are equal, returning true if both are null or false if only one is null.
nullSafeGet(ResultSet, String[], Object) - Method in class org.springframework.orm.hibernate3.support.AbstractLobType
This implementation delegates to nullSafeGetInternal, passing in the LobHandler of this type.
nullSafeGetInternal(ResultSet, String[], Object, LobHandler) - Method in class org.springframework.orm.hibernate3.support.AbstractLobType
Template method to extract a value from the given result set.
nullSafeGetInternal(ResultSet, String[], Object, LobHandler) - Method in class org.springframework.orm.hibernate3.support.BlobByteArrayType
 
nullSafeGetInternal(ResultSet, String[], Object, LobHandler) - Method in class org.springframework.orm.hibernate3.support.BlobSerializableType
 
nullSafeGetInternal(ResultSet, String[], Object, LobHandler) - Method in class org.springframework.orm.hibernate3.support.BlobStringType
 
nullSafeGetInternal(ResultSet, String[], Object, LobHandler) - Method in class org.springframework.orm.hibernate3.support.ClobStringType
 
nullSafeHashCode(Object) - Static method in class org.springframework.util.ObjectUtils
Return as hash code for the given object; typically the value of {@link Object#hashCode()}.
nullSafeHashCode(Object[]) - Static method in class org.springframework.util.ObjectUtils
Return a hash code based on the contents of the specified array.
nullSafeHashCode(boolean[]) - Static method in class org.springframework.util.ObjectUtils
Return a hash code based on the contents of the specified array.
nullSafeHashCode(byte[]) - Static method in class org.springframework.util.ObjectUtils
Return a hash code based on the contents of the specified array.
nullSafeHashCode(char[]) - Static method in class org.springframework.util.ObjectUtils
Return a hash code based on the contents of the specified array.
nullSafeHashCode(double[]) - Static method in class org.springframework.util.ObjectUtils
Return a hash code based on the contents of the specified array.
nullSafeHashCode(float[]) - Static method in class org.springframework.util.ObjectUtils
Return a hash code based on the contents of the specified array.
nullSafeHashCode(int[]) - Static method in class org.springframework.util.ObjectUtils
Return a hash code based on the contents of the specified array.
nullSafeHashCode(long[]) - Static method in class org.springframework.util.ObjectUtils
Return a hash code based on the contents of the specified array.
nullSafeHashCode(short[]) - Static method in class org.springframework.util.ObjectUtils
Return a hash code based on the contents of the specified array.
nullSafeSet(PreparedStatement, Object, int) - Method in class org.springframework.orm.hibernate3.support.AbstractLobType
This implementation delegates to nullSafeSetInternal, passing in a transaction-synchronized LobCreator for the LobHandler of this type.
nullSafeSetInternal(PreparedStatement, int, Object, LobCreator) - Method in class org.springframework.orm.hibernate3.support.AbstractLobType
Template method to set the given parameter value on the given statement.
nullSafeSetInternal(PreparedStatement, int, Object, LobCreator) - Method in class org.springframework.orm.hibernate3.support.BlobByteArrayType
 
nullSafeSetInternal(PreparedStatement, int, Object, LobCreator) - Method in class org.springframework.orm.hibernate3.support.BlobSerializableType
 
nullSafeSetInternal(PreparedStatement, int, Object, LobCreator) - Method in class org.springframework.orm.hibernate3.support.BlobStringType
 
nullSafeSetInternal(PreparedStatement, int, Object, LobCreator) - Method in class org.springframework.orm.hibernate3.support.ClobStringType
 
nullSafeToString(ContextLoader) - Static method in class org.springframework.test.context.MergedContextConfiguration
Generate a null-safe String representation of the supplied ContextLoader based solely on the fully qualified name of the loader or "null" if the supplied loaded is null.
nullSafeToString(Object) - Static method in class org.springframework.util.ObjectUtils
Return a String representation of the specified Object.
nullSafeToString(Object[]) - Static method in class org.springframework.util.ObjectUtils
Return a String representation of the contents of the specified array.
nullSafeToString(boolean[]) - Static method in class org.springframework.util.ObjectUtils
Return a String representation of the contents of the specified array.
nullSafeToString(byte[]) - Static method in class org.springframework.util.ObjectUtils
Return a String representation of the contents of the specified array.
nullSafeToString(char[]) - Static method in class org.springframework.util.ObjectUtils
Return a String representation of the contents of the specified array.
nullSafeToString(double[]) - Static method in class org.springframework.util.ObjectUtils
Return a String representation of the contents of the specified array.
nullSafeToString(float[]) - Static method in class org.springframework.util.ObjectUtils
Return a String representation of the contents of the specified array.
nullSafeToString(int[]) - Static method in class org.springframework.util.ObjectUtils
Return a String representation of the contents of the specified array.
nullSafeToString(long[]) - Static method in class org.springframework.util.ObjectUtils
Return a String representation of the contents of the specified array.
nullSafeToString(short[]) - Static method in class org.springframework.util.ObjectUtils
Return a String representation of the contents of the specified array.
nullsLow - Variable in class org.springframework.util.comparator.NullSafeComparator
 
NullSourceExtractor - Class in org.springframework.beans.factory.parsing
Simple implementation of SourceExtractor that returns null as the source metadata.
NullSourceExtractor() - Constructor for class org.springframework.beans.factory.parsing.NullSourceExtractor
 
nullValue - Variable in class org.springframework.beans.factory.config.PlaceholderConfigurerSupport
 
NullValueInNestedPathException - Exception in org.springframework.beans
Exception thrown when navigation of a valid nested property path encounters a NullPointerException.
NullValueInNestedPathException(Class, String) - Constructor for exception org.springframework.beans.NullValueInNestedPathException
Create a new NullValueInNestedPathException.
NullValueInNestedPathException(Class, String, String) - Constructor for exception org.springframework.beans.NullValueInNestedPathException
Create a new NullValueInNestedPathException.
number(<any>) - Method in class org.springframework.test.web.client.match.XpathRequestMatchers
Apply the XPath and assert the number found with the given matcher.
number(Double) - Method in class org.springframework.test.web.client.match.XpathRequestMatchers
Apply the XPath and assert the number of nodes found.
number(<any>) - Method in class org.springframework.test.web.servlet.result.XpathResultMatchers
Evaluate the XPath and assert the Double value found with the given Hamcrest Matcher.
numberClass - Variable in class org.springframework.beans.propertyeditors.CustomNumberEditor
 
numberFormat - Variable in class org.springframework.beans.propertyeditors.CustomNumberEditor
 
NumberFormat - Annotation Type in org.springframework.format.annotation
Declares that a field should be formatted as a number.
NumberFormat.Style - Enum in org.springframework.format.annotation
Common number format styles.
NumberFormat.Style() - Constructor for enum org.springframework.format.annotation.NumberFormat.Style
 
NumberFormatAnnotationFormatterFactory - Class in org.springframework.format.number
Formats fields annotated with the NumberFormat annotation.
NumberFormatAnnotationFormatterFactory() - Constructor for class org.springframework.format.number.NumberFormatAnnotationFormatterFactory
 
NumberFormatter - Class in org.springframework.format.number
A general-purpose Number formatter.
NumberFormatter() - Constructor for class org.springframework.format.number.NumberFormatter
Create a new NumberFormatter without a pattern.
NumberFormatter(String) - Constructor for class org.springframework.format.number.NumberFormatter
Create a new NumberFormatter with the specified pattern.
numberOfBeansFound - Variable in exception org.springframework.beans.factory.NoUniqueBeanDefinitionException
 
numberOfRemainingUnboundArguments - Variable in class org.springframework.aop.aspectj.AspectJAdviceParameterNameDiscoverer
 
NumberToCharacterConverter - Class in org.springframework.core.convert.support
Converts from any JDK-standard Number implementation to a Character.
NumberToCharacterConverter() - Constructor for class org.springframework.core.convert.support.NumberToCharacterConverter
 
NumberToNumberConverterFactory - Class in org.springframework.core.convert.support
Converts from any JDK-standard Number implementation to any other JDK-standard Number implementation.
NumberToNumberConverterFactory() - Constructor for class org.springframework.core.convert.support.NumberToNumberConverterFactory
 
NumberToNumberConverterFactory.NumberToNumber<T extends java.lang.Number> - Class in org.springframework.core.convert.support
 
NumberToNumberConverterFactory.NumberToNumber(Class<T>) - Constructor for class org.springframework.core.convert.support.NumberToNumberConverterFactory.NumberToNumber
 
numberToolAttribute - Variable in class org.springframework.web.servlet.view.velocity.VelocityView
 
numberToolAttribute - Variable in class org.springframework.web.servlet.view.velocity.VelocityViewResolver
 
NumberUtils - Class in org.springframework.util
Miscellaneous utility methods for number conversion and parsing.
NumberUtils() - Constructor for class org.springframework.util.NumberUtils
 
numTokensConsumed - Variable in class org.springframework.aop.aspectj.AspectJAdviceParameterNameDiscoverer.PointcutBody
 

O

object - Variable in class org.springframework.beans.BeanWrapperImpl
The wrapped object
object - Variable in class org.springframework.core.style.ToStringCreator
 
object - Variable in class org.springframework.scripting.groovy.GroovyScriptFactory.CachedResultHolder
 
ObjectError - Class in org.springframework.validation
Encapsulates an object error, that is, a global reason for rejecting an object.
ObjectError(String, String) - Constructor for class org.springframework.validation.ObjectError
Create a new instance of the ObjectError class.
ObjectError(String, String[], Object[], String) - Constructor for class org.springframework.validation.ObjectError
Create a new instance of the ObjectError class.
objectErrors - Variable in class org.springframework.web.servlet.support.BindStatus
 
ObjectFactory<T> - Interface in org.springframework.beans.factory
Defines a factory which can return an Object instance (possibly shared or independent) when invoked.
objectFactory - Variable in class org.springframework.beans.factory.support.AutowireUtils.ObjectFactoryDelegatingInvocationHandler
 
objectFactory - Variable in class org.springframework.oxm.castor.CastorMarshaller
 
ObjectFactoryCreatingFactoryBean - Class in org.springframework.beans.factory.config
A FactoryBean implementation that returns a value which is an ObjectFactory that in turn returns a bean sourced from a BeanFactory.
ObjectFactoryCreatingFactoryBean() - Constructor for class org.springframework.beans.factory.config.ObjectFactoryCreatingFactoryBean
 
ObjectFactoryCreatingFactoryBean.TargetBeanObjectFactory - Class in org.springframework.beans.factory.config
Independent inner class - for serialization purposes.
ObjectFactoryCreatingFactoryBean.TargetBeanObjectFactory(BeanFactory, String) - Constructor for class org.springframework.beans.factory.config.ObjectFactoryCreatingFactoryBean.TargetBeanObjectFactory
 
objectMapper - Variable in class org.springframework.http.converter.json.Jackson2ObjectMapperFactoryBean
 
objectMapper - Variable in class org.springframework.http.converter.json.JacksonObjectMapperFactoryBean
 
objectMapper - Variable in class org.springframework.http.converter.json.MappingJackson2HttpMessageConverter
 
objectMapper - Variable in class org.springframework.http.converter.json.MappingJacksonHttpMessageConverter
 
objectMapper - Variable in class org.springframework.jms.support.converter.MappingJackson2MessageConverter
 
objectMapper - Variable in class org.springframework.jms.support.converter.MappingJacksonMessageConverter
 
objectMapper - Variable in class org.springframework.web.servlet.view.json.MappingJackson2JsonView
 
objectMapper - Variable in class org.springframework.web.servlet.view.json.MappingJacksonJsonView
 
objectName - Variable in class org.springframework.jmx.access.MBeanClientInterceptor
 
objectName - Variable in class org.springframework.jmx.export.MBeanExporter.NotificationPublisherAwareLazyTargetSource
 
objectName - Variable in class org.springframework.jmx.export.metadata.ManagedResource
 
objectName - Variable in class org.springframework.jmx.export.notification.ModelMBeanNotificationPublisher
The ObjectName associated with the modelMBean.
objectName - Variable in class org.springframework.jmx.support.ConnectorServerFactoryBean
 
objectName - Variable in class org.springframework.validation.AbstractBindingResult
 
objectName - Variable in class org.springframework.validation.DataBinder
 
objectName - Variable in class org.springframework.validation.ObjectError
 
ObjectNameManager - Class in org.springframework.jmx.support
Helper class for the creation of ObjectName instances.
ObjectNameManager() - Constructor for class org.springframework.jmx.support.ObjectNameManager
 
ObjectNamingStrategy - Interface in org.springframework.jmx.export.naming
Strategy interface that encapsulates the creation of ObjectName instances.
ObjectOptimisticLockingFailureException - Exception in org.springframework.orm
Exception thrown on an optimistic locking violation for a mapped object.
ObjectOptimisticLockingFailureException(String, Throwable) - Constructor for exception org.springframework.orm.ObjectOptimisticLockingFailureException
Create a general ObjectOptimisticLockingFailureException with the given message, without any information on the affected object.
ObjectOptimisticLockingFailureException(Class, Object) - Constructor for exception org.springframework.orm.ObjectOptimisticLockingFailureException
Create a new ObjectOptimisticLockingFailureException for the given object, with the default "optimistic locking failed" message.
ObjectOptimisticLockingFailureException(Class, Object, Throwable) - Constructor for exception org.springframework.orm.ObjectOptimisticLockingFailureException
Create a new ObjectOptimisticLockingFailureException for the given object, with the default "optimistic locking failed" message.
ObjectOptimisticLockingFailureException(Class, Object, String, Throwable) - Constructor for exception org.springframework.orm.ObjectOptimisticLockingFailureException
Create a new ObjectOptimisticLockingFailureException for the given object, with the given explicit message.
ObjectOptimisticLockingFailureException(String, Object) - Constructor for exception org.springframework.orm.ObjectOptimisticLockingFailureException
Create a new ObjectOptimisticLockingFailureException for the given object, with the default "optimistic locking failed" message.
ObjectOptimisticLockingFailureException(String, Object, Throwable) - Constructor for exception org.springframework.orm.ObjectOptimisticLockingFailureException
Create a new ObjectOptimisticLockingFailureException for the given object, with the default "optimistic locking failed" message.
ObjectOptimisticLockingFailureException(String, Object, String, Throwable) - Constructor for exception org.springframework.orm.ObjectOptimisticLockingFailureException
Create a new ObjectOptimisticLockingFailureException for the given object, with the given explicit message.
objectResult(Collection<?>, Class<T>) - Static method in class org.springframework.dao.support.DataAccessUtils
Return a unique result object from the given Collection.
ObjectRetrievalFailureException - Exception in org.springframework.orm
Exception thrown if a mapped object could not be retrieved via its identifier.
ObjectRetrievalFailureException(String, Throwable) - Constructor for exception org.springframework.orm.ObjectRetrievalFailureException
Create a general ObjectRetrievalFailureException with the given message, without any information on the affected object.
ObjectRetrievalFailureException(Class, Object) - Constructor for exception org.springframework.orm.ObjectRetrievalFailureException
Create a new ObjectRetrievalFailureException for the given object, with the default "not found" message.
ObjectRetrievalFailureException(Class, Object, String, Throwable) - Constructor for exception org.springframework.orm.ObjectRetrievalFailureException
Create a new ObjectRetrievalFailureException for the given object, with the given explicit message and exception.
ObjectRetrievalFailureException(String, Object) - Constructor for exception org.springframework.orm.ObjectRetrievalFailureException
Create a new ObjectRetrievalFailureException for the given object, with the default "not found" message.
ObjectRetrievalFailureException(String, Object, String, Throwable) - Constructor for exception org.springframework.orm.ObjectRetrievalFailureException
Create a new ObjectRetrievalFailureException for the given object, with the given explicit message and exception.
ObjectToArrayConverter - Class in org.springframework.core.convert.support
Converts an Object to a single-element Array containing the Object.
ObjectToArrayConverter(ConversionService) - Constructor for class org.springframework.core.convert.support.ObjectToArrayConverter
 
objectToBytes(Object) - Method in class org.springframework.jca.cci.object.MappingCommAreaOperation
Method used to convert an object into COMMAREA bytes.
ObjectToCollectionConverter - Class in org.springframework.core.convert.support
Converts an Object to a single-element Collection containing the Object.
ObjectToCollectionConverter(ConversionService) - Constructor for class org.springframework.core.convert.support.ObjectToCollectionConverter
 
ObjectToObjectConverter - Class in org.springframework.core.convert.support
Generic Converter that attempts to convert a source Object to a target type by delegating to methods on the target type.
ObjectToObjectConverter() - Constructor for class org.springframework.core.convert.support.ObjectToObjectConverter
 
ObjectToStringConverter - Class in org.springframework.core.convert.support
Simply calls Object.toString() to convert a source Object to a String.
ObjectToStringConverter() - Constructor for class org.springframework.core.convert.support.ObjectToStringConverter
 
ObjectToStringHttpMessageConverter - Class in org.springframework.http.converter
An HttpMessageConverter that uses StringHttpMessageConverter for reading and writing content and a ConversionService for converting the String content to and from the target object type.
ObjectToStringHttpMessageConverter(ConversionService) - Constructor for class org.springframework.http.converter.ObjectToStringHttpMessageConverter
A constructor accepting a ConversionService to use to convert the (String) message body to/from the target class type.
ObjectToStringHttpMessageConverter(ConversionService, Charset) - Constructor for class org.springframework.http.converter.ObjectToStringHttpMessageConverter
A constructor accepting a ConversionService as well as a default charset.
objectType - Variable in class org.springframework.core.convert.Property
 
ObjectUtils - Class in org.springframework.util
Miscellaneous object utility methods.
ObjectUtils() - Constructor for class org.springframework.util.ObjectUtils
 
obtainDefaultPersistenceUnitInfo() - Method in class org.springframework.orm.jpa.persistenceunit.DefaultPersistenceUnitManager
 
obtainDefaultPersistenceUnitInfo() - Method in interface org.springframework.orm.jpa.persistenceunit.PersistenceUnitManager
Obtain the default PersistenceUnitInfo from this manager.
obtainFreshBean(BeanFactory, String) - Method in class org.springframework.aop.target.dynamic.BeanFactoryRefreshableTargetSource
A template method that subclasses may override to provide a fresh target object for the given bean factory and bean name.
obtainFreshBean(BeanFactory, String) - Method in class org.springframework.scripting.support.RefreshableScriptTargetSource
Obtain a fresh target object, retrieving a FactoryBean if necessary.
obtainFreshBeanFactory() - Method in class org.springframework.context.support.AbstractApplicationContext
Tell the subclass to refresh the internal bean factory.
obtainPersistenceUnitInfo(String) - Method in class org.springframework.orm.jpa.persistenceunit.DefaultPersistenceUnitManager
 
obtainPersistenceUnitInfo(String) - Method in interface org.springframework.orm.jpa.persistenceunit.PersistenceUnitManager
Obtain the specified PersistenceUnitInfo from this manager.
OC4J_TRANSACTION_MANAGER_CLASS_NAME - Static variable in class org.springframework.transaction.config.JtaTransactionManagerBeanDefinitionParser
 
OC4JClassLoaderAdapter - Class in org.springframework.instrument.classloading.oc4j
Reflective wrapper around a OC4J class loader.
OC4JClassLoaderAdapter(ClassLoader) - Constructor for class org.springframework.instrument.classloading.oc4j.OC4JClassLoaderAdapter
 
OC4JClassPreprocessorAdapter - Class in org.springframework.instrument.classloading.oc4j
Adapter that implements OC4J ClassPreProcessor interface, delegating to a standard JDK ClassFileTransformer underneath.
OC4JClassPreprocessorAdapter(ClassFileTransformer) - Constructor for class org.springframework.instrument.classloading.oc4j.OC4JClassPreprocessorAdapter
OC4JJtaTransactionManager - Class in org.springframework.transaction.jta
Deprecated.
as of Spring 3.2, in favor of WebLogicJtaTransactionManager since Oracle end-of-lifed OC4J in favor of WebLogic
OC4JJtaTransactionManager() - Constructor for class org.springframework.transaction.jta.OC4JJtaTransactionManager
Deprecated.
 
OC4JLoadTimeWeaver - Class in org.springframework.instrument.classloading.oc4j
Deprecated.
as of Spring 3.2, in favor of WebLogicLoadTimeWeaver since Oracle end-of-lifed OC4J in favor of WebLogic
OC4JLoadTimeWeaver() - Constructor for class org.springframework.instrument.classloading.oc4j.OC4JLoadTimeWeaver
Deprecated.
Creates a new instance of thie OC4JLoadTimeWeaver class using the default class loader.
OC4JLoadTimeWeaver(ClassLoader) - Constructor for class org.springframework.instrument.classloading.oc4j.OC4JLoadTimeWeaver
Deprecated.
Creates a new instance of the OC4JLoadTimeWeaver class using the supplied ClassLoader.
oc4jPresent - Static variable in class org.springframework.transaction.config.JtaTransactionManagerBeanDefinitionParser
 
offset - Variable in class org.springframework.oxm.jaxb.Jaxb2Marshaller.ByteArrayDataSource
 
oldDisplayValue - Variable in class org.springframework.web.servlet.tags.form.OptionTag
 
oldMessages - Variable in class org.springframework.web.servlet.tags.form.ErrorsTag
Stores any value that existed in the 'errors messages' before the tag was started.
oldTransactionInfo - Variable in class org.springframework.transaction.interceptor.TransactionAspectSupport.TransactionInfo
 
oldValue - Variable in class org.springframework.web.servlet.tags.form.OptionTag
 
onApplicationEvent(E) - Method in interface org.springframework.context.ApplicationListener
Handle an application event.
onApplicationEvent(ApplicationEvent) - Method in class org.springframework.context.event.GenericApplicationListenerAdapter
 
onApplicationEvent(ApplicationEvent) - Method in class org.springframework.context.event.SourceFilteringListener
 
onApplicationEvent(ContextRefreshedEvent) - Method in class org.springframework.scheduling.annotation.ScheduledAnnotationBeanPostProcessor
 
onApplicationEvent(ContextRefreshedEvent) - Method in class org.springframework.scheduling.config.ContextLifecycleScheduledTaskRegistrar
Actually schedule the tasks at the right time of the context lifecycle, if we're running within an ApplicationContext.
onApplicationEvent(ContextRefreshedEvent) - Method in class org.springframework.web.portlet.FrameworkPortlet
ApplicationListener endpoint that receives events from this servlet's WebApplicationContext.
onApplicationEvent(ContextRefreshedEvent) - Method in class org.springframework.web.servlet.FrameworkServlet.ContextRefreshListener
 
onApplicationEvent(ContextRefreshedEvent) - Method in class org.springframework.web.servlet.FrameworkServlet
Callback that receives refresh events from this servlet's WebApplicationContext.
onApplicationEventInternal(ApplicationEvent) - Method in class org.springframework.context.event.SourceFilteringListener
Actually process the event, after having filtered according to the desired event source already.
onBind(PortletRequest, Object, BindException) - Method in class org.springframework.web.portlet.mvc.BaseCommandController
Deprecated.
Callback for custom post-processing in terms of binding.
onBind(PortletRequest, Object) - Method in class org.springframework.web.portlet.mvc.BaseCommandController
Deprecated.
Callback for custom post-processing in terms of binding.
onBind(HttpServletRequest, Object, BindException) - Method in class org.springframework.web.servlet.mvc.BaseCommandController
Deprecated.
Callback for custom post-processing in terms of binding.
onBind(HttpServletRequest, Object) - Method in class org.springframework.web.servlet.mvc.BaseCommandController
Deprecated.
Callback for custom post-processing in terms of binding.
onBindAndValidate(PortletRequest, Object, BindException) - Method in class org.springframework.web.portlet.mvc.AbstractWizardFormController
Deprecated.
Calls page-specific onBindAndValidate method.
onBindAndValidate(PortletRequest, Object, BindException, int) - Method in class org.springframework.web.portlet.mvc.AbstractWizardFormController
Deprecated.
Callback for custom post-processing in terms of binding and validation.
onBindAndValidate(PortletRequest, Object, BindException) - Method in class org.springframework.web.portlet.mvc.BaseCommandController
Deprecated.
Callback for custom post-processing in terms of binding and validation.
onBindAndValidate(HttpServletRequest, Object, BindException) - Method in class org.springframework.web.servlet.mvc.AbstractWizardFormController
Deprecated.
Calls page-specific onBindAndValidate method.
onBindAndValidate(HttpServletRequest, Object, BindException, int) - Method in class org.springframework.web.servlet.mvc.AbstractWizardFormController
Deprecated.
Callback for custom post-processing in terms of binding and validation.
onBindAndValidate(HttpServletRequest, Object, BindException) - Method in class org.springframework.web.servlet.mvc.BaseCommandController
Deprecated.
Callback for custom post-processing in terms of binding and validation.
onBindOnNewForm(RenderRequest, Object, BindException) - Method in class org.springframework.web.portlet.mvc.AbstractFormController
Deprecated.
Callback for custom post-processing in terms of binding for a new form.
onBindOnNewForm(RenderRequest, Object) - Method in class org.springframework.web.portlet.mvc.AbstractFormController
Deprecated.
Callback for custom post-processing in terms of binding for a new form.
onBindOnNewForm(HttpServletRequest, Object, BindException) - Method in class org.springframework.web.servlet.mvc.AbstractFormController
Deprecated.
Callback for custom post-processing in terms of binding for a new form.
onBindOnNewForm(HttpServletRequest, Object) - Method in class org.springframework.web.servlet.mvc.AbstractFormController
Deprecated.
Callback for custom post-processing in terms of binding for a new form.
onblur - Variable in class org.springframework.web.servlet.tags.form.AbstractHtmlInputElementTag
 
ONBLUR_ATTRIBUTE - Static variable in class org.springframework.web.servlet.tags.form.AbstractHtmlInputElementTag
The name of the 'onblur' attribute.
onCancel(HttpServletRequest, HttpServletResponse, Object) - Method in class org.springframework.web.servlet.mvc.CancellableFormController
Deprecated.
Callback method for handling a cancel request.
onCancel(Object) - Method in class org.springframework.web.servlet.mvc.CancellableFormController
Deprecated.
Simple onCancel version.
OncePerRequestFilter - Class in org.springframework.web.filter
Filter base class that aims to guarantee a single execution per request dispatch, on any servlet container.
OncePerRequestFilter() - Constructor for class org.springframework.web.filter.OncePerRequestFilter
 
onchange - Variable in class org.springframework.web.servlet.tags.form.AbstractHtmlInputElementTag
 
ONCHANGE_ATTRIBUTE - Static variable in class org.springframework.web.servlet.tags.form.AbstractHtmlInputElementTag
The name of the 'onchange' attribute.
onclick - Variable in class org.springframework.web.servlet.tags.form.AbstractHtmlElementTag
 
ONCLICK_ATTRIBUTE - Static variable in class org.springframework.web.servlet.tags.form.AbstractHtmlElementTag
 
onClose() - Method in interface org.springframework.context.LifecycleProcessor
Notification of context close phase, e.g.
onClose() - Method in class org.springframework.context.support.AbstractApplicationContext
Template method which can be overridden to add context-specific shutdown work.
onClose() - Method in class org.springframework.context.support.DefaultLifecycleProcessor
 
onCompileInternal() - Method in class org.springframework.jdbc.core.simple.AbstractJdbcCall
Hook method that subclasses may override to react to compilation.
onCompileInternal() - Method in class org.springframework.jdbc.core.simple.AbstractJdbcInsert
Hook method that subclasses may override to react to compilation.
onCompileInternal() - Method in class org.springframework.jdbc.object.SqlCall
Hook method that subclasses may override to react to compilation.
onCompileInternal() - Method in class org.springframework.jdbc.object.SqlOperation
Hook method that subclasses may override to post-process compilation.
onComplete(AsyncEvent) - Method in class org.springframework.web.context.request.async.StandardServletAsyncWebRequest
 
onCompletion(Runnable) - Method in class org.springframework.web.context.request.async.DeferredResult
Register code to invoke when the async request completes.
onCompletion(Runnable) - Method in class org.springframework.web.context.request.async.WebAsyncTask
Register code to invoke when the async request completes.
ondblclick - Variable in class org.springframework.web.servlet.tags.form.AbstractHtmlElementTag
 
ONDBLCLICK_ATTRIBUTE - Static variable in class org.springframework.web.servlet.tags.form.AbstractHtmlElementTag
 
onDestroy() - Method in class org.springframework.web.struts.ActionSupport
Deprecated.
Callback for custom destruction when the ActionServlet shuts down.
onDestroy() - Method in class org.springframework.web.struts.DispatchActionSupport
Deprecated.
Callback for custom destruction when the ActionServlet shuts down.
onDestroy() - Method in class org.springframework.web.struts.LookupDispatchActionSupport
Deprecated.
Callback for custom destruction when the ActionServlet shuts down.
onDestroy() - Method in class org.springframework.web.struts.MappingDispatchActionSupport
Deprecated.
Callback for custom destruction when the ActionServlet shuts down.
onEjbCreate() - Method in class org.springframework.ejb.support.AbstractMessageDrivenBean
Deprecated.
Subclasses must implement this method to do any initialization they would otherwise have done in an ejbCreate() method.
onEjbCreate() - Method in class org.springframework.ejb.support.AbstractStatelessSessionBean
Deprecated.
Subclasses must implement this method to do any initialization they would otherwise have done in an ejbCreate() method.
onEjbRemove() - Method in class org.springframework.ejb.support.AbstractEnterpriseBean
Deprecated.
Subclasses must implement this method to do any initialization they would otherwise have done in an ejbRemove() method.
onEndpointException(Throwable) - Method in class org.springframework.jca.endpoint.AbstractMessageEndpointFactory.AbstractMessageEndpoint
Callback method for notifying the endpoint base class that the concrete endpoint invocation led to an exception.
onError(AsyncEvent) - Method in class org.springframework.web.context.request.async.StandardServletAsyncWebRequest
 
onException(JMSException) - Method in class org.springframework.jms.connection.ChainedExceptionListener
 
onException(JMSException) - Method in class org.springframework.jms.connection.SingleConnectionFactory
Exception listener callback that renews the underlying single Connection.
onException(JMSException) - Method in class org.springframework.jms.listener.SimpleMessageListenerContainer
JMS ExceptionListener implementation, invoked by the JMS provider in case of connection failures.
onfocus - Variable in class org.springframework.web.servlet.tags.form.AbstractHtmlInputElementTag
 
ONFOCUS_ATTRIBUTE - Static variable in class org.springframework.web.servlet.tags.form.AbstractHtmlInputElementTag
The name of the 'onfocus' attribute.
onFormChange(ActionRequest, ActionResponse, Object, BindException) - Method in class org.springframework.web.portlet.mvc.SimpleFormController
Deprecated.
Called during form submission if SimpleFormController.isFormChangeRequest(PortletRequest) returns true.
onFormChange(ActionRequest, ActionResponse, Object) - Method in class org.springframework.web.portlet.mvc.SimpleFormController
Deprecated.
Simpler onFormChange variant, called by the full version onFormChange(request, response, command, errors).
onFormChange(HttpServletRequest, HttpServletResponse, Object, BindException) - Method in class org.springframework.web.servlet.mvc.SimpleFormController
Deprecated.
Called during form submission if #isFormChangeRequest(javax.servlet.http.HttpServletRequest) returns true.
onFormChange(HttpServletRequest, HttpServletResponse, Object) - Method in class org.springframework.web.servlet.mvc.SimpleFormController
Deprecated.
onInit() - Method in class org.springframework.remoting.jaxrpc.ServletEndpointSupport
Deprecated.
Callback for custom initialization after the context has been set up.
onInit() - Method in class org.springframework.web.servlet.view.jasperreports.AbstractJasperReportsView
Subclasses can override this to add some custom initialization logic.
onInit() - Method in class org.springframework.web.servlet.view.jasperreports.ConfigurableJasperReportsView
Checks that the exporterClass property is specified.
onInit() - Method in class org.springframework.web.struts.ActionSupport
Deprecated.
Callback for custom initialization after the context has been set up.
onInit() - Method in class org.springframework.web.struts.ContextLoaderPlugIn
Deprecated.
Callback for custom initialization after the context has been set up.
onInit() - Method in class org.springframework.web.struts.DispatchActionSupport
Deprecated.
Callback for custom initialization after the context has been set up.
onInit() - Method in class org.springframework.web.struts.LookupDispatchActionSupport
Deprecated.
Callback for custom initialization after the context has been set up.
onInit() - Method in class org.springframework.web.struts.MappingDispatchActionSupport
Deprecated.
Callback for custom initialization after the context has been set up.
onInvalidRequest(Message) - Method in class org.springframework.jms.remoting.JmsInvokerServiceExporter
Callback that is invoked by JmsInvokerServiceExporter.readRemoteInvocation(Message) when it encounters an invalid request message.
onInvalidResponse(Message) - Method in class org.springframework.jms.remoting.JmsInvokerClientInterceptor
Callback that is invoked by extractInvocationResult when it encounters an invalid response message.
onkeydown - Variable in class org.springframework.web.servlet.tags.form.AbstractHtmlElementTag
 
ONKEYDOWN_ATTRIBUTE - Static variable in class org.springframework.web.servlet.tags.form.AbstractHtmlElementTag
 
onkeypress - Variable in class org.springframework.web.servlet.tags.form.AbstractHtmlElementTag
 
ONKEYPRESS_ATTRIBUTE - Static variable in class org.springframework.web.servlet.tags.form.AbstractHtmlElementTag
 
onkeyup - Variable in class org.springframework.web.servlet.tags.form.AbstractHtmlElementTag
 
ONKEYUP_ATTRIBUTE - Static variable in class org.springframework.web.servlet.tags.form.AbstractHtmlElementTag
 
onMessage(Message) - Method in class org.springframework.jms.listener.adapter.MessageListenerAdapter
Standard JMS MessageListener entry point.
onMessage(Message, Session) - Method in class org.springframework.jms.listener.adapter.MessageListenerAdapter
Spring SessionAwareMessageListener entry point.
onMessage(Message) - Method in class org.springframework.jms.listener.endpoint.JmsMessageEndpointFactory.JmsMessageEndpoint
 
onMessage(M, Session) - Method in interface org.springframework.jms.listener.SessionAwareMessageListener
Callback for processing a received JMS message.
onMessage(Message, Session) - Method in class org.springframework.jms.remoting.JmsInvokerServiceExporter
 
onmousedown - Variable in class org.springframework.web.servlet.tags.form.AbstractHtmlElementTag
 
ONMOUSEDOWN_ATTRIBUTE - Static variable in class org.springframework.web.servlet.tags.form.AbstractHtmlElementTag
 
onmousemove - Variable in class org.springframework.web.servlet.tags.form.AbstractHtmlElementTag
 
ONMOUSEMOVE_ATTRIBUTE - Static variable in class org.springframework.web.servlet.tags.form.AbstractHtmlElementTag
 
onmouseout - Variable in class org.springframework.web.servlet.tags.form.AbstractHtmlElementTag
 
ONMOUSEOUT_ATTRIBUTE - Static variable in class org.springframework.web.servlet.tags.form.AbstractHtmlElementTag
 
onmouseover - Variable in class org.springframework.web.servlet.tags.form.AbstractHtmlElementTag
 
ONMOUSEOVER_ATTRIBUTE - Static variable in class org.springframework.web.servlet.tags.form.AbstractHtmlElementTag
 
onmouseup - Variable in class org.springframework.web.servlet.tags.form.AbstractHtmlElementTag
 
ONMOUSEUP_ATTRIBUTE - Static variable in class org.springframework.web.servlet.tags.form.AbstractHtmlElementTag
 
onRefresh() - Method in interface org.springframework.context.LifecycleProcessor
Notification of context refresh, e.g.
onRefresh() - Method in class org.springframework.context.support.AbstractApplicationContext
Template method which can be overridden to add context-specific refresh work.
onRefresh() - Method in class org.springframework.context.support.DefaultLifecycleProcessor
 
onRefresh() - Method in class org.springframework.web.context.support.AbstractRefreshableWebApplicationContext
Initialize the theme capability.
onRefresh() - Method in class org.springframework.web.context.support.GenericWebApplicationContext
Initialize the theme capability.
onRefresh() - Method in class org.springframework.web.context.support.StaticWebApplicationContext
Initialize the theme capability.
onRefresh(ApplicationContext) - Method in class org.springframework.web.portlet.DispatcherPortlet
onRefresh(ApplicationContext) - Method in class org.springframework.web.portlet.FrameworkPortlet
Template method which can be overridden to add portlet-specific refresh work.
onRefresh(ApplicationContext) - Method in class org.springframework.web.servlet.DispatcherServlet
onRefresh(ApplicationContext) - Method in class org.springframework.web.servlet.FrameworkServlet
Template method which can be overridden to add servlet-specific refresh work.
onRegister(ObjectName) - Method in class org.springframework.jmx.export.MBeanExporter
Called when an MBean is registered.
onRegister(ObjectName, Object) - Method in class org.springframework.jmx.support.MBeanRegistrationSupport
Called when an MBean is registered under the given ObjectName.
onRegister(ObjectName) - Method in class org.springframework.jmx.support.MBeanRegistrationSupport
Called when an MBean is registered under the given ObjectName.
onreset - Variable in class org.springframework.web.servlet.tags.form.FormTag
 
ONRESET_ATTRIBUTE - Static variable in class org.springframework.web.servlet.tags.form.FormTag
 
onselect - Variable in class org.springframework.web.servlet.tags.form.InputTag
 
onselect - Variable in class org.springframework.web.servlet.tags.form.TextareaTag
 
ONSELECT_ATTRIBUTE - Static variable in class org.springframework.web.servlet.tags.form.InputTag
 
ONSELECT_ATTRIBUTE - Static variable in class org.springframework.web.servlet.tags.form.TextareaTag
 
onSetExpression(String) - Method in class org.springframework.aop.support.AbstractExpressionPointcut
Called when a new pointcut expression is set.
onSetUp() - Method in class org.springframework.test.AbstractSingleSpringContextTests
Deprecated.
Subclasses can override this method in place of the setUp() method, which is final in this class.
onSetUp() - Method in class org.springframework.test.AbstractTransactionalSpringContextTests
Deprecated.
This implementation creates a transaction before test execution.
onSetUpBeforeTransaction() - Method in class org.springframework.test.AbstractTransactionalSpringContextTests
Deprecated.
Subclasses can override this method to perform any setup operations, such as populating a database table, before the transaction created by this class.
onSetUpInTransaction() - Method in class org.springframework.test.AbstractTransactionalSpringContextTests
Deprecated.
Subclasses can override this method to perform any setup operations, such as populating a database table, within the transaction created by this class.
onStartAsync(AsyncEvent) - Method in class org.springframework.web.context.request.async.StandardServletAsyncWebRequest
 
onStartup(ServletContext) - Method in class org.springframework.web.context.AbstractContextLoaderInitializer
 
onStartup(ServletContext) - Method in class org.springframework.web.servlet.support.AbstractDispatcherServletInitializer
 
onStartup(Set<Class<?>>, ServletContext) - Method in class org.springframework.web.SpringServletContainerInitializer
Delegate the ServletContext to any WebApplicationInitializer implementations present on the application classpath.
onStartup(ServletContext) - Method in interface org.springframework.web.WebApplicationInitializer
Configure the given ServletContext with any servlets, filters, listeners context-params and attributes necessary for initializing this web application.
onSubmit(HttpServletRequest, HttpServletResponse, Object, BindException) - Method in class org.springframework.web.servlet.mvc.SimpleFormController
Deprecated.
Submit callback with all parameters.
onSubmit(Object, BindException) - Method in class org.springframework.web.servlet.mvc.SimpleFormController
Deprecated.
Simpler onSubmit variant.
onSubmit(Object) - Method in class org.springframework.web.servlet.mvc.SimpleFormController
Deprecated.
Simplest onSubmit variant.
onsubmit - Variable in class org.springframework.web.servlet.tags.form.FormTag
 
ONSUBMIT_ATTRIBUTE - Static variable in class org.springframework.web.servlet.tags.form.FormTag
 
onSubmitAction(ActionRequest, ActionResponse, Object, BindException) - Method in class org.springframework.web.portlet.mvc.SimpleFormController
Deprecated.
Submit action phase callback with all parameters.
onSubmitAction(Object, BindException) - Method in class org.springframework.web.portlet.mvc.SimpleFormController
Deprecated.
Simpler onSubmitAction version.
onSubmitAction(Object) - Method in class org.springframework.web.portlet.mvc.SimpleFormController
Deprecated.
Simplest onSubmitAction version.
onSubmitRender(RenderRequest, RenderResponse, Object, BindException) - Method in class org.springframework.web.portlet.mvc.SimpleFormController
Deprecated.
Submit render phase callback with all parameters.
onSubmitRender(Object, BindException) - Method in class org.springframework.web.portlet.mvc.SimpleFormController
Deprecated.
Simpler onSubmitRender version.
onSubmitRender(Object) - Method in class org.springframework.web.portlet.mvc.SimpleFormController
Deprecated.
Simplest onSubmitRender version.
onSuppressedException(Exception) - Method in class org.springframework.beans.factory.support.DefaultSingletonBeanRegistry
Register an Exception that happened to get suppressed during the creation of a singleton bean instance, e.g.
onTearDown() - Method in class org.springframework.test.AbstractSingleSpringContextTests
Deprecated.
Subclasses can override this to add custom behavior on teardown.
onTearDown() - Method in class org.springframework.test.AbstractTransactionalSpringContextTests
Deprecated.
This implementation ends the transaction after test execution.
onTearDownAfterTransaction() - Method in class org.springframework.test.AbstractTransactionalSpringContextTests
Deprecated.
Subclasses can override this method to perform cleanup after a transaction here.
onTearDownInTransaction() - Method in class org.springframework.test.AbstractTransactionalSpringContextTests
Deprecated.
Subclasses can override this method to run invariant tests here.
onTimeout(Runnable) - Method in class org.springframework.web.context.request.async.DeferredResult
Register code to invoke when the async request times out.
onTimeout(AsyncEvent) - Method in class org.springframework.web.context.request.async.StandardServletAsyncWebRequest
 
onTimeout(Callable<V>) - Method in class org.springframework.web.context.request.async.WebAsyncTask
Register code to invoke when the async request times out.
onUnregister(ObjectName) - Method in class org.springframework.jmx.export.MBeanExporter
Called when an MBean is unregistered.
onUnregister(ObjectName) - Method in class org.springframework.jmx.support.MBeanRegistrationSupport
Called when an MBean is unregistered under the given ObjectName.
onWriteTagContent() - Method in class org.springframework.web.servlet.tags.form.AbstractHtmlElementBodyTag
Called at the start of AbstractHtmlElementBodyTag.writeTagContent(org.springframework.web.servlet.tags.form.TagWriter) allowing subclasses to perform any precondition checks or setup tasks that might be necessary.
onWriteTagContent() - Method in class org.springframework.web.servlet.tags.form.OptionTag
Make sure we are under a 'select' tag before proceeding.
OpAnd - Class in org.springframework.expression.spel.ast
Represents the boolean AND operation.
OpAnd(int, SpelNodeImpl...) - Constructor for class org.springframework.expression.spel.ast.OpAnd
 
opaque - Variable in class org.springframework.aop.framework.ProxyConfig
 
OpaqueUriComponents - Class in org.springframework.web.util
Extension of UriComponents for opaque URIs.
OpaqueUriComponents(String, String, String) - Constructor for class org.springframework.web.util.OpaqueUriComponents
 
OpDec - Class in org.springframework.expression.spel.ast
Decrement operator.
OpDec(int, boolean, SpelNodeImpl...) - Constructor for class org.springframework.expression.spel.ast.OpDec
 
OpDivide - Class in org.springframework.expression.spel.ast
Implements division operator.
OpDivide(int, SpelNodeImpl...) - Constructor for class org.springframework.expression.spel.ast.OpDivide
 
openConnection(URL, Proxy) - Method in class org.springframework.http.client.SimpleClientHttpRequestFactory
Opens and returns a connection to the given URL.
openConnection(HttpInvokerClientConfiguration) - Method in class org.springframework.remoting.httpinvoker.SimpleHttpInvokerRequestExecutor
Open an HttpURLConnection for the given remote invocation request.
openConnection(URL) - Method in class org.springframework.remoting.rmi.RmiClientInterceptor.DummyURLStreamHandler
 
OpenEntityManagerInViewFilter - Class in org.springframework.orm.jpa.support
Servlet 2.3 Filter that binds a JPA EntityManager to the thread for the entire processing of the request.
OpenEntityManagerInViewFilter() - Constructor for class org.springframework.orm.jpa.support.OpenEntityManagerInViewFilter
 
OpenEntityManagerInViewFilter.EntityManagerBindingCallableInterceptor - Class in org.springframework.orm.jpa.support
Bind and unbind the EntityManager to the current thread.
OpenEntityManagerInViewFilter.EntityManagerBindingCallableInterceptor(EntityManagerFactory, EntityManagerHolder) - Constructor for class org.springframework.orm.jpa.support.OpenEntityManagerInViewFilter.EntityManagerBindingCallableInterceptor
 
OpenEntityManagerInViewInterceptor - Class in org.springframework.orm.jpa.support
Spring web request interceptor that binds a JPA EntityManager to the thread for the entire processing of the request.
OpenEntityManagerInViewInterceptor() - Constructor for class org.springframework.orm.jpa.support.OpenEntityManagerInViewInterceptor
 
OpenEntityManagerInViewInterceptor.EntityManagerBindingCallableInterceptor - Class in org.springframework.orm.jpa.support
Bind and unbind the Hibernate Session to the current thread.
OpenEntityManagerInViewInterceptor.EntityManagerBindingCallableInterceptor(EntityManagerHolder) - Constructor for class org.springframework.orm.jpa.support.OpenEntityManagerInViewInterceptor.EntityManagerBindingCallableInterceptor
 
OpenJpaDialect - Class in org.springframework.orm.jpa.vendor
JpaDialect implementation for Apache OpenJPA.
OpenJpaDialect() - Constructor for class org.springframework.orm.jpa.vendor.OpenJpaDialect
 
OpenJpaDialect.OpenJpaConnectionHandle - Class in org.springframework.orm.jpa.vendor
ConnectionHandle implementation that fetches a new OpenJPA-provided Connection for every getConnection call and closes the Connection on releaseConnection.
OpenJpaDialect.OpenJpaConnectionHandle(OpenJPAEntityManager) - Constructor for class org.springframework.orm.jpa.vendor.OpenJpaDialect.OpenJpaConnectionHandle
 
OpenJpaDialect.OpenJpaTransactionData - Class in org.springframework.orm.jpa.vendor
Transaction data Object exposed from beginTransaction, implementing the SavepointManager interface.
OpenJpaDialect.OpenJpaTransactionData(OpenJPAEntityManager) - Constructor for class org.springframework.orm.jpa.vendor.OpenJpaDialect.OpenJpaTransactionData
 
OpenJpaVendorAdapter - Class in org.springframework.orm.jpa.vendor
JpaVendorAdapter implementation for Apache OpenJPA.
OpenJpaVendorAdapter() - Constructor for class org.springframework.orm.jpa.vendor.OpenJpaVendorAdapter
 
OpenPersistenceManagerInViewFilter - Class in org.springframework.orm.jdo.support
Servlet 2.3 Filter that binds a JDO PersistenceManager to the thread for the entire processing of the request.
OpenPersistenceManagerInViewFilter() - Constructor for class org.springframework.orm.jdo.support.OpenPersistenceManagerInViewFilter
 
OpenPersistenceManagerInViewInterceptor - Class in org.springframework.orm.jdo.support
Spring web request interceptor that binds a JDO PersistenceManager to the thread for the entire processing of the request.
OpenPersistenceManagerInViewInterceptor() - Constructor for class org.springframework.orm.jdo.support.OpenPersistenceManagerInViewInterceptor
 
openSession(SessionFactory) - Method in class org.springframework.orm.hibernate4.support.OpenSessionInViewFilter
Open a Session for the SessionFactory that this filter uses.
openSession() - Method in class org.springframework.orm.hibernate4.support.OpenSessionInViewInterceptor
Open a Session for the SessionFactory that this interceptor uses.
OpenSessionInViewFilter - Class in org.springframework.orm.hibernate3.support
Servlet 2.3 Filter that binds a Hibernate Session to the thread for the entire processing of the request.
OpenSessionInViewFilter() - Constructor for class org.springframework.orm.hibernate3.support.OpenSessionInViewFilter
 
OpenSessionInViewFilter - Class in org.springframework.orm.hibernate4.support
Servlet 2.3 Filter that binds a Hibernate Session to the thread for the entire processing of the request.
OpenSessionInViewFilter() - Constructor for class org.springframework.orm.hibernate4.support.OpenSessionInViewFilter
 
OpenSessionInViewFilter.SessionBindingCallableInterceptor - Class in org.springframework.orm.hibernate3.support
Bind and unbind the Hibernate Session to the current thread.
OpenSessionInViewFilter.SessionBindingCallableInterceptor(SessionFactory, SessionHolder) - Constructor for class org.springframework.orm.hibernate3.support.OpenSessionInViewFilter.SessionBindingCallableInterceptor
 
OpenSessionInViewFilter.SessionBindingCallableInterceptor - Class in org.springframework.orm.hibernate4.support
Bind and unbind the Hibernate Session to the current thread.
OpenSessionInViewFilter.SessionBindingCallableInterceptor(SessionFactory, SessionHolder) - Constructor for class org.springframework.orm.hibernate4.support.OpenSessionInViewFilter.SessionBindingCallableInterceptor
 
OpenSessionInViewInterceptor - Class in org.springframework.orm.hibernate3.support
Spring web request interceptor that binds a Hibernate Session to the thread for the entire processing of the request.
OpenSessionInViewInterceptor() - Constructor for class org.springframework.orm.hibernate3.support.OpenSessionInViewInterceptor
Create a new OpenSessionInViewInterceptor, turning the default flushMode to FLUSH_NEVER.
OpenSessionInViewInterceptor - Class in org.springframework.orm.hibernate4.support
Spring web request interceptor that binds a Hibernate Session to the thread for the entire processing of the request.
OpenSessionInViewInterceptor() - Constructor for class org.springframework.orm.hibernate4.support.OpenSessionInViewInterceptor
 
OpenSessionInViewInterceptor.SessionBindingCallableInterceptor - Class in org.springframework.orm.hibernate3.support
Bind and unbind the Hibernate Session to the current thread.
OpenSessionInViewInterceptor.SessionBindingCallableInterceptor(SessionHolder) - Constructor for class org.springframework.orm.hibernate3.support.OpenSessionInViewInterceptor.SessionBindingCallableInterceptor
 
OpenSessionInViewInterceptor.SessionBindingCallableInterceptor - Class in org.springframework.orm.hibernate4.support
Bind and unbind the Hibernate Session to the current thread.
OpenSessionInViewInterceptor.SessionBindingCallableInterceptor(SessionHolder) - Constructor for class org.springframework.orm.hibernate4.support.OpenSessionInViewInterceptor.SessionBindingCallableInterceptor
 
openStreamForClass(String) - Method in class org.springframework.core.OverridingClassLoader
Open an InputStream for the specified class.
OpEQ - Class in org.springframework.expression.spel.ast
Implements equality operator.
OpEQ(int, SpelNodeImpl...) - Constructor for class org.springframework.expression.spel.ast.OpEQ
 
operate(Operation, Object, Object) - Method in interface org.springframework.expression.OperatorOverloader
Execute the specified operation on two operands, returning a result.
operate(Operation, Object, Object) - Method in class org.springframework.expression.spel.ExpressionState
 
operate(Operation, Object, Object) - Method in class org.springframework.expression.spel.support.StandardOperatorOverloader
 
operation - Variable in class org.springframework.cache.interceptor.CacheAspectSupport.CacheOperationContext
 
Operation - Enum in org.springframework.expression
Supported operations that an OperatorOverloader can implement for any pair of operands.
Operation() - Constructor for enum org.springframework.expression.Operation
 
Operator - Class in org.springframework.expression.spel.ast
Common supertype for operators that operate on either one or two operands.
Operator(String, int, SpelNodeImpl...) - Constructor for class org.springframework.expression.spel.ast.Operator
 
OperatorBetween - Class in org.springframework.expression.spel.ast
Represents the between operator.
OperatorBetween(int, SpelNodeImpl...) - Constructor for class org.springframework.expression.spel.ast.OperatorBetween
 
OperatorInstanceof - Class in org.springframework.expression.spel.ast
The operator 'instanceof' checks if an object is of the class specified in the right hand operand, in the same way that instanceof does in Java.
OperatorInstanceof(int, SpelNodeImpl...) - Constructor for class org.springframework.expression.spel.ast.OperatorInstanceof
 
OperatorMatches - Class in org.springframework.expression.spel.ast
Implements the matches operator.
OperatorMatches(int, SpelNodeImpl...) - Constructor for class org.springframework.expression.spel.ast.OperatorMatches
 
operatorName - Variable in class org.springframework.expression.spel.ast.Operator
 
OperatorNot - Class in org.springframework.expression.spel.ast
Represents a NOT operation.
OperatorNot(int, SpelNodeImpl) - Constructor for class org.springframework.expression.spel.ast.OperatorNot
 
OperatorOverloader - Interface in org.springframework.expression
By default the mathematical operators Operation support simple types like numbers.
operatorOverloader - Variable in class org.springframework.expression.spel.support.StandardEvaluationContext
 
OperatorPower - Class in org.springframework.expression.spel.ast
The power operator.
OperatorPower(int, SpelNodeImpl...) - Constructor for class org.springframework.expression.spel.ast.OperatorPower
 
OpGE - Class in org.springframework.expression.spel.ast
Implements greater-than-or-equal operator.
OpGE(int, SpelNodeImpl...) - Constructor for class org.springframework.expression.spel.ast.OpGE
 
OpGT - Class in org.springframework.expression.spel.ast
Implements greater-than operator.
OpGT(int, SpelNodeImpl...) - Constructor for class org.springframework.expression.spel.ast.OpGT
 
OpInc - Class in org.springframework.expression.spel.ast
Increment operator.
OpInc(int, boolean, SpelNodeImpl...) - Constructor for class org.springframework.expression.spel.ast.OpInc
 
OpLE - Class in org.springframework.expression.spel.ast
Implements the less-than-or-equal operator.
OpLE(int, SpelNodeImpl...) - Constructor for class org.springframework.expression.spel.ast.OpLE
 
OpLT - Class in org.springframework.expression.spel.ast
Implements the less-than operator.
OpLT(int, SpelNodeImpl...) - Constructor for class org.springframework.expression.spel.ast.OpLT
 
OpMinus - Class in org.springframework.expression.spel.ast
The minus operator supports: subtraction of doubles (floats are represented as doubles) subtraction of longs subtraction of integers subtraction of an int from a string of one character (effectively decreasing that character), so 'd'-3='a' It can be used as a unary operator for numbers (double/long/int).
OpMinus(int, SpelNodeImpl...) - Constructor for class org.springframework.expression.spel.ast.OpMinus
 
OpModulus - Class in org.springframework.expression.spel.ast
Implements the modulus operator.
OpModulus(int, SpelNodeImpl...) - Constructor for class org.springframework.expression.spel.ast.OpModulus
 
OpMultiply - Class in org.springframework.expression.spel.ast
Implements the multiply operator.
OpMultiply(int, SpelNodeImpl...) - Constructor for class org.springframework.expression.spel.ast.OpMultiply
 
OpNE - Class in org.springframework.expression.spel.ast
Implements the not-equal operator.
OpNE(int, SpelNodeImpl...) - Constructor for class org.springframework.expression.spel.ast.OpNE
 
OpOr - Class in org.springframework.expression.spel.ast
Represents the boolean OR operation.
OpOr(int, SpelNodeImpl...) - Constructor for class org.springframework.expression.spel.ast.OpOr
 
OpPlus - Class in org.springframework.expression.spel.ast
The plus operator will: add doubles (floats are represented as doubles) add longs add integers concatenate strings It can be used as a unary operator for numbers (double/long/int).
OpPlus(int, SpelNodeImpl...) - Constructor for class org.springframework.expression.spel.ast.OpPlus
 
OptimisticLockingFailureException - Exception in org.springframework.dao
Exception thrown on an optimistic locking violation.
OptimisticLockingFailureException(String) - Constructor for exception org.springframework.dao.OptimisticLockingFailureException
Constructor for OptimisticLockingFailureException.
OptimisticLockingFailureException(String, Throwable) - Constructor for exception org.springframework.dao.OptimisticLockingFailureException
Constructor for OptimisticLockingFailureException.
optimize - Variable in class org.springframework.aop.framework.ProxyConfig
 
optional - Variable in class org.springframework.beans.PropertyValue
 
optionArgs - Variable in class org.springframework.core.env.CommandLineArgs
 
options(String, Object...) - Static method in class org.springframework.test.web.servlet.request.MockMvcRequestBuilders
Create a MockHttpServletRequestBuilder for an OPTIONS request.
options - Variable in class org.springframework.util.ConcurrentReferenceHashMap.Task
 
optionsForAllow(String, Object...) - Method in interface org.springframework.web.client.RestOperations
Return the value of the Allow header for the given URI.
optionsForAllow(String, Map<String, ?>) - Method in interface org.springframework.web.client.RestOperations
Return the value of the Allow header for the given URI.
optionsForAllow(URI) - Method in interface org.springframework.web.client.RestOperations
Return the value of the Allow header for the given URL.
optionsForAllow(String, Object...) - Method in class org.springframework.web.client.RestTemplate
 
optionsForAllow(String, Map<String, ?>) - Method in class org.springframework.web.client.RestTemplate
 
optionsForAllow(URI) - Method in class org.springframework.web.client.RestTemplate
 
optionSource - Variable in class org.springframework.web.servlet.tags.form.OptionWriter
 
OptionsTag - Class in org.springframework.web.servlet.tags.form
Convenient tag that allows one to supply a collection of objects that are to be rendered as 'option' tags within a 'select' tag.
OptionsTag() - Constructor for class org.springframework.web.servlet.tags.form.OptionsTag
 
OptionsTag.OptionsWriter - Class in org.springframework.web.servlet.tags.form
Inner class that adapts OptionWriter for multiple options to be rendered.
OptionsTag.OptionsWriter(String, Object, String, String) - Constructor for class org.springframework.web.servlet.tags.form.OptionsTag.OptionsWriter
 
OptionTag - Class in org.springframework.web.servlet.tags.form
JSP tag for rendering an HTML 'option' tag.
OptionTag() - Constructor for class org.springframework.web.servlet.tags.form.OptionTag
 
OptionWriter - Class in org.springframework.web.servlet.tags.form
Provides supporting functionality to render a list of 'option' tags based on some source object.
OptionWriter(Object, BindStatus, String, String, boolean) - Constructor for class org.springframework.web.servlet.tags.form.OptionWriter
Creates a new OptionWriter for the supplied objectSource.
ORACLE_CONNECTION_EXCEPTION - Static variable in class org.springframework.remoting.rmi.RmiClientInterceptorUtils
 
OracleCallMetaDataProvider - Class in org.springframework.jdbc.core.metadata
Oracle specific implementation for the CallMetaDataProvider interface.
OracleCallMetaDataProvider(DatabaseMetaData) - Constructor for class org.springframework.jdbc.core.metadata.OracleCallMetaDataProvider
 
OracleJdbc4NativeJdbcExtractor - Class in org.springframework.jdbc.support.nativejdbc
A Jdbc4NativeJdbcExtractor which comes pre-configured for Oracle's JDBC driver, specifying the following vendor-specific API types for unwrapping: oracle.jdbc.OracleConnection oracle.jdbc.OracleStatement oracle.jdbc.OraclePreparedStatement oracle.jdbc.OracleCallableStatement oracle.jdbc.OracleResultSet
OracleJdbc4NativeJdbcExtractor() - Constructor for class org.springframework.jdbc.support.nativejdbc.OracleJdbc4NativeJdbcExtractor
 
OracleLobHandler - Class in org.springframework.jdbc.support.lob
Deprecated.
in favor of DefaultLobHandler for the Oracle 10g driver and higher. Consider using the 10g/11g driver even against an Oracle 9i database! DefaultLobHandler.setCreateTemporaryLob(boolean) is the direct equivalent of this OracleLobHandler's implementation strategy, just using standard JDBC 4.0 API. That said, in most cases, regular DefaultLobHandler setup will work fine as well.
OracleLobHandler() - Constructor for class org.springframework.jdbc.support.lob.OracleLobHandler
Deprecated.
 
OracleLobHandler.LobCallback - Interface in org.springframework.jdbc.support.lob
Deprecated.
Internal callback interface for use with createLob.
OracleLobHandler.OracleLobCreator - Class in org.springframework.jdbc.support.lob
Deprecated.
LobCreator implementation for Oracle databases.
OracleLobHandler.OracleLobCreator() - Constructor for class org.springframework.jdbc.support.lob.OracleLobHandler.OracleLobCreator
Deprecated.
 
OracleSequenceMaxValueIncrementer - Class in org.springframework.jdbc.support.incrementer
DataFieldMaxValueIncrementer that retrieves the next value of a given Oracle sequence.
OracleSequenceMaxValueIncrementer() - Constructor for class org.springframework.jdbc.support.incrementer.OracleSequenceMaxValueIncrementer
Default constructor for bean property style usage.
OracleSequenceMaxValueIncrementer(DataSource, String) - Constructor for class org.springframework.jdbc.support.incrementer.OracleSequenceMaxValueIncrementer
Convenience constructor.
OracleTableMetaDataProvider - Class in org.springframework.jdbc.core.metadata
Oracle-specific implementation of the TableMetaDataProvider.
OracleTableMetaDataProvider(DatabaseMetaData) - Constructor for class org.springframework.jdbc.core.metadata.OracleTableMetaDataProvider
 
OracleTableMetaDataProvider(DatabaseMetaData, boolean) - Constructor for class org.springframework.jdbc.core.metadata.OracleTableMetaDataProvider
 
order - Variable in class org.springframework.aop.aspectj.AspectJPointcutAdvisor
 
order - Variable in class org.springframework.aop.framework.AbstractAdvisingBeanPostProcessor
This should run after all other post-processors, so that it can just add an advisor to existing proxies rather than double-proxy.
order - Variable in class org.springframework.aop.framework.autoproxy.AbstractAutoProxyCreator
Default value is same as non-ordered
order - Variable in class org.springframework.aop.support.AbstractPointcutAdvisor
 
order - Variable in class org.springframework.aop.support.DefaultIntroductionAdvisor
 
order - Variable in class org.springframework.aop.support.StaticMethodMatcherPointcutAdvisor
 
order - Variable in class org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor
 
order - Variable in class org.springframework.beans.factory.annotation.CustomAutowireConfigurer
 
order - Variable in class org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor
 
order - Variable in class org.springframework.beans.factory.annotation.RequiredAnnotationBeanPostProcessor
 
order - Variable in class org.springframework.beans.factory.config.CustomEditorConfigurer
 
order - Variable in class org.springframework.beans.factory.config.CustomScopeConfigurer
 
order - Variable in class org.springframework.beans.factory.config.PropertyResourceConfigurer
 
Order - Annotation Type in org.springframework.core.annotation
Annotation that defines ordering.
order - Variable in class org.springframework.jdbc.datasource.DataSourceUtils.ConnectionSynchronization
 
order - Variable in class org.springframework.orm.jpa.support.PersistenceAnnotationBeanPostProcessor
 
order - Variable in class org.springframework.web.method.ControllerAdviceBean
 
order - Variable in class org.springframework.web.portlet.handler.AbstractHandlerExceptionResolver
 
order - Variable in class org.springframework.web.portlet.handler.AbstractHandlerMapping
 
order - Variable in class org.springframework.web.portlet.mvc.annotation.AnnotationMethodHandlerAdapter
 
order - Variable in class org.springframework.web.servlet.config.annotation.ResourceHandlerRegistry
 
order - Variable in class org.springframework.web.servlet.config.annotation.ViewControllerRegistry
 
order - Variable in class org.springframework.web.servlet.handler.AbstractHandlerExceptionResolver
 
order - Variable in class org.springframework.web.servlet.handler.AbstractHandlerMapping
 
order - Variable in class org.springframework.web.servlet.handler.HandlerExceptionResolverComposite
 
order - Variable in class org.springframework.web.servlet.mvc.annotation.AnnotationMethodHandlerAdapter
Deprecated.
 
order - Variable in class org.springframework.web.servlet.mvc.method.AbstractHandlerMethodAdapter
 
order - Variable in class org.springframework.web.servlet.view.BeanNameViewResolver
 
order - Variable in class org.springframework.web.servlet.view.ContentNegotiatingViewResolver
 
order - Variable in class org.springframework.web.servlet.view.ResourceBundleViewResolver
 
order - Variable in class org.springframework.web.servlet.view.UrlBasedViewResolver
 
order - Variable in class org.springframework.web.servlet.view.XmlViewResolver
 
ORDER_PROPERTY - Static variable in class org.springframework.aop.config.ConfigBeanDefinitionParser
 
OrderComparator - Class in org.springframework.core
Comparator implementation for Ordered objects, sorting by order value ascending (resp.
OrderComparator() - Constructor for class org.springframework.core.OrderComparator
 
Ordered - Interface in org.springframework.core
Interface that can be implemented by objects that should be orderable, for example in a Collection.
org.springframework.aop - package org.springframework.aop
Core Spring AOP interfaces, built on AOP Alliance AOP interoperability interfaces.
org.springframework.aop.aspectj - package org.springframework.aop.aspectj
AspectJ integration package.
org.springframework.aop.aspectj.annotation - package org.springframework.aop.aspectj.annotation
Classes enabling AspectJ 5 @Annotated classes to be used in Spring AOP.
org.springframework.aop.aspectj.autoproxy - package org.springframework.aop.aspectj.autoproxy
Base classes enabling auto-proxying based on AspectJ.
org.springframework.aop.config - package org.springframework.aop.config
Support package for declarative AOP configuration, with XML schema being the primary configuration format.
org.springframework.aop.framework - package org.springframework.aop.framework
Package containing Spring's basic AOP infrastructure, compliant with the AOP Alliance interfaces.
org.springframework.aop.framework.adapter - package org.springframework.aop.framework.adapter
SPI package allowing Spring AOP framework to handle arbitrary advice types.
org.springframework.aop.framework.autoproxy - package org.springframework.aop.framework.autoproxy
Bean post-processors for use in ApplicationContexts to simplify AOP usage by automatically creating AOP proxies without the need to use a ProxyFactoryBean.
org.springframework.aop.framework.autoproxy.target - package org.springframework.aop.framework.autoproxy.target
Generic support classes for target source creation.
org.springframework.aop.interceptor - package org.springframework.aop.interceptor
Provides miscellaneous interceptor implementations.
org.springframework.aop.scope - package org.springframework.aop.scope
Support for AOP-based scoping of target objects, with configurable backend.
org.springframework.aop.support - package org.springframework.aop.support
Convenience classes for using Spring's AOP API.
org.springframework.aop.support.annotation - package org.springframework.aop.support.annotation
Annotation support for AOP pointcuts.
org.springframework.aop.target - package org.springframework.aop.target
This package contains implementations of the org.springframework.aop.TargetSource interface.
org.springframework.aop.target.dynamic - package org.springframework.aop.target.dynamic
Support for AOP-based refreshing of target objects.
org.springframework.asm - package org.springframework.asm
Spring's repackaging of org.objectweb.asm 4 (for internal use only).
org.springframework.asm.util - package org.springframework.asm.util
Dummy implementations of asm-util classes (for internal use only).
org.springframework.beans - package org.springframework.beans
This package contains interfaces and classes for manipulating Java beans.
org.springframework.beans.annotation - package org.springframework.beans.annotation
Support package for beans-style handling of Java 5 annotations.
org.springframework.beans.factory - package org.springframework.beans.factory
The core package implementing Spring's lightweight Inversion of Control (IoC) container.
org.springframework.beans.factory.access - package org.springframework.beans.factory.access
Helper infrastructure to locate and access bean factories.
org.springframework.beans.factory.access.el - package org.springframework.beans.factory.access.el
Support classes for accessing a Spring BeanFactory from Unified EL.
org.springframework.beans.factory.annotation - package org.springframework.beans.factory.annotation
Support package for annotation-driven bean configuration.
org.springframework.beans.factory.aspectj - package org.springframework.beans.factory.aspectj
 
org.springframework.beans.factory.config - package org.springframework.beans.factory.config
SPI interfaces and configuration-related convenience classes for bean factories.
org.springframework.beans.factory.parsing - package org.springframework.beans.factory.parsing
Support infrastructure for bean definition parsing.
org.springframework.beans.factory.serviceloader - package org.springframework.beans.factory.serviceloader
Support package for the JDK 1.6 ServiceLoader facility.
org.springframework.beans.factory.support - package org.springframework.beans.factory.support
Classes supporting the org.springframework.beans.factory package.
org.springframework.beans.factory.wiring - package org.springframework.beans.factory.wiring
Mechanism to determine bean wiring metadata from a bean instance.
org.springframework.beans.factory.xml - package org.springframework.beans.factory.xml
Contains an abstract XML-based BeanFactory implementation, including a standard "spring-beans" DTD.
org.springframework.beans.propertyeditors - package org.springframework.beans.propertyeditors
Properties editors used to convert from String values to object types such as java.util.Properties.
org.springframework.beans.support - package org.springframework.beans.support
Classes supporting the org.springframework.beans package, such as utility classes for sorting and holding lists of beans.
org.springframework.cache - package org.springframework.cache
Spring's generic cache abstraction.
org.springframework.cache.annotation - package org.springframework.cache.annotation
Annotations and supporting classes for declarative cache management.
org.springframework.cache.aspectj - package org.springframework.cache.aspectj
 
org.springframework.cache.concurrent - package org.springframework.cache.concurrent
Implementation package for java.util.concurrent based caches.
org.springframework.cache.config - package org.springframework.cache.config
Support package for declarative caching configuration, with XML schema being the primary configuration format.
org.springframework.cache.ehcache - package org.springframework.cache.ehcache
Support classes for the open source cache EhCache, allowing to set up an EhCache CacheManager and Caches as beans in a Spring context.
org.springframework.cache.interceptor - package org.springframework.cache.interceptor
AOP-based solution for declarative caching demarcation.
org.springframework.cache.jcache - package org.springframework.cache.jcache
Implementation package for JSR-107 (javax.cache aka "JCache") based caches.
org.springframework.cache.support - package org.springframework.cache.support
Support classes for the the org.springframework.cache package.
org.springframework.cache.transaction - package org.springframework.cache.transaction
Transaction-aware decorators for the the org.springframework.cache package.
org.springframework.cglib - package org.springframework.cglib
Spring's repackaging of net.sf.cglib 3 (for internal use only).
org.springframework.context - package org.springframework.context
This package builds on the beans package to add support for message sources and for the Observer design pattern, and the ability for application objects to obtain resources using a consistent API.
org.springframework.context.access - package org.springframework.context.access
Helper infrastructure to locate and access shared application contexts.
org.springframework.context.annotation - package org.springframework.context.annotation
Annotation support for the Application Context, including JSR-250 "common" annotations, component-scanning, and Java-based metadata for creating Spring-managed objects.
org.springframework.context.annotation.aspectj - package org.springframework.context.annotation.aspectj
 
org.springframework.context.config - package org.springframework.context.config
Support package for advanced application context configuration, with XML schema being the primary configuration format.
org.springframework.context.event - package org.springframework.context.event
Support classes for application events, like standard context events.
org.springframework.context.expression - package org.springframework.context.expression
Expression parsing support within a Spring application context.
org.springframework.context.i18n - package org.springframework.context.i18n
Abstraction for determining the current Locale, plus global holder that exposes a thread-bound Locale.
org.springframework.context.support - package org.springframework.context.support
Classes supporting the org.springframework.context package, such as abstract base classes for ApplicationContext implementations and a MessageSource implementation.
org.springframework.context.weaving - package org.springframework.context.weaving
Load-time weaving support for a Spring application context, building on Spring's LoadTimeWeaver abstraction.
org.springframework.core - package org.springframework.core
Provides basic classes for exception handling and version detection, and other core helpers that are not specific to any part of the framework.
org.springframework.core.annotation - package org.springframework.core.annotation
Core support package for Java 5 annotations.
org.springframework.core.convert - package org.springframework.core.convert
Type conversion system API.
org.springframework.core.convert.converter - package org.springframework.core.convert.converter
SPI to implement Converters for the type conversion system.
org.springframework.core.convert.support - package org.springframework.core.convert.support
Default implementation of the type conversion system.
org.springframework.core.enums - package org.springframework.core.enums
Interfaces and classes for type-safe enum support on JDK >= 1.3.
org.springframework.core.env - package org.springframework.core.env
Spring's environment abstraction consisting of bean definition profile and hierarchical property source support.
org.springframework.core.io - package org.springframework.core.io
Generic abstraction for (file-based) resources, used throughout the framework.
org.springframework.core.io.support - package org.springframework.core.io.support
Support classes for Spring's resource abstraction.
org.springframework.core.serializer - package org.springframework.core.serializer
Root package for Spring's serializer interfaces and implementations.
org.springframework.core.serializer.support - package org.springframework.core.serializer.support
Support classes for Spring's serializer abstraction.
org.springframework.core.style - package org.springframework.core.style
Support for styling values as Strings, with ToStringCreator as central class.
org.springframework.core.task - package org.springframework.core.task
This package defines Spring's core TaskExecutor abstraction, and provides SyncTaskExecutor and SimpleAsyncTaskExecutor implementations.
org.springframework.core.task.support - package org.springframework.core.task.support
Support classes for Spring's TaskExecutor abstraction.
org.springframework.core.type - package org.springframework.core.type
Core support package for type introspection.
org.springframework.core.type.classreading - package org.springframework.core.type.classreading
Support classes for reading annotation and class-level metadata.
org.springframework.core.type.filter - package org.springframework.core.type.filter
Core support package for type filtering (e.g.
org.springframework.dao - package org.springframework.dao
Exception hierarchy enabling sophisticated error handling independent of the data access approach in use.
org.springframework.dao.annotation - package org.springframework.dao.annotation
Annotation support for DAOs.
org.springframework.dao.support - package org.springframework.dao.support
Support classes for DAO implementations, providing miscellaneous utility methods.
org.springframework.ejb.access - package org.springframework.ejb.access
This package contains classes that allow easy access to EJBs.
org.springframework.ejb.config - package org.springframework.ejb.config
Support package for EJB/J2EE-related configuration, with XML schema being the primary configuration format.
org.springframework.ejb.interceptor - package org.springframework.ejb.interceptor
Support classes for EJB 3 Session Beans and Message-Driven Beans, performing injection of Spring beans through an EJB 3 interceptor that processes Spring's @Autowired annotation.
org.springframework.ejb.support - package org.springframework.ejb.support
Base classes to make implementing EJB 2.x beans simpler and less error-prone, as well as guaranteeing a Spring BeanFactory is available to such EJBs.
org.springframework.expression - package org.springframework.expression
 
org.springframework.expression.common - package org.springframework.expression.common
 
org.springframework.expression.spel - package org.springframework.expression.spel
 
org.springframework.expression.spel.ast - package org.springframework.expression.spel.ast
 
org.springframework.expression.spel.standard - package org.springframework.expression.spel.standard
 
org.springframework.expression.spel.support - package org.springframework.expression.spel.support
 
org.springframework.format - package org.springframework.format
An API for defining Formatters to format field model values for display in a UI.
org.springframework.format.annotation - package org.springframework.format.annotation
Annotations for declaratively configuring field formatting rules.
org.springframework.format.datetime - package org.springframework.format.datetime
Formatters for java.util.Date properties.
org.springframework.format.datetime.joda - package org.springframework.format.datetime.joda
Integration with the Joda Time for formatting Joda types as well as standard JDK Date types.
org.springframework.format.number - package org.springframework.format.number
Formatters for java.lang.Number properties.
org.springframework.format.support - package org.springframework.format.support
Support classes for the formatting package, providing common implementations as well as adapters.
org.springframework.http - package org.springframework.http
Contains a basic abstraction over client/server-side HTTP.
org.springframework.http.client - package org.springframework.http.client
Contains an abstraction over client-side HTTP.
org.springframework.http.client.support - package org.springframework.http.client.support
This package provides generic HTTP support classes, to be used by higher-level classes like RestTemplate.
org.springframework.http.converter - package org.springframework.http.converter
Provides an HttpMessageConverter abstraction to convert between Java objects and HTTP input/output messages.
org.springframework.http.converter.feed - package org.springframework.http.converter.feed
Provides HttpMessageConverter implementations for handling Atom and RSS feeds.
org.springframework.http.converter.json - package org.springframework.http.converter.json
Provides an HttpMessageConverter implementations for handling JSON.
org.springframework.http.converter.support - package org.springframework.http.converter.support
 
org.springframework.http.converter.xml - package org.springframework.http.converter.xml
Provides an HttpMessageConverter implementations for handling XML.
org.springframework.http.server - package org.springframework.http.server
Contains an abstraction over server-side HTTP.
org.springframework.instrument - package org.springframework.instrument
 
org.springframework.instrument.classloading - package org.springframework.instrument.classloading
Support package for load time weaving based on class loaders, as required by JPA providers (but not JPA-specific).
org.springframework.instrument.classloading.glassfish - package org.springframework.instrument.classloading.glassfish
Support for class instrumentation on GlassFish / Sun Application Server.
org.springframework.instrument.classloading.jboss - package org.springframework.instrument.classloading.jboss
Support for class instrumentation on JBoss AS 5.x / JBoss MC 2.0.x.
org.springframework.instrument.classloading.oc4j - package org.springframework.instrument.classloading.oc4j
Support for class instrumentation on Oracle OC4J.
org.springframework.instrument.classloading.tomcat - package org.springframework.instrument.classloading.tomcat
Support for class instrumentation on Apache Tomcat.
org.springframework.instrument.classloading.weblogic - package org.springframework.instrument.classloading.weblogic
Support for class instrumentation on BEA WebLogic 10.
org.springframework.instrument.classloading.websphere - package org.springframework.instrument.classloading.websphere
Support for class instrumentation on IBM WebSphere Application Server 7.
org.springframework.jca.cci - package org.springframework.jca.cci
This package contains Spring's support for the Common Client Interface (CCI), as defined by the J2EE Connector Architecture.
org.springframework.jca.cci.connection - package org.springframework.jca.cci.connection
Provides a utility class for easy ConnectionFactory access, a PlatformTransactionManager for local CCI transactions, and various simple ConnectionFactory proxies/adapters.
org.springframework.jca.cci.core - package org.springframework.jca.cci.core
Provides the core JCA CCI support, based on CciTemplate and its associated callback interfaces.
org.springframework.jca.cci.core.support - package org.springframework.jca.cci.core.support
Classes supporting the org.springframework.jca.cci.core package.
org.springframework.jca.cci.object - package org.springframework.jca.cci.object
The classes in this package represent EIS operations as threadsafe, reusable objects.
org.springframework.jca.context - package org.springframework.jca.context
Integration package that allows for deploying a Spring application context as a JCA 1.5 compliant RAR file.
org.springframework.jca.endpoint - package org.springframework.jca.endpoint
This package provides a facility for generic JCA message endpoint management.
org.springframework.jca.support - package org.springframework.jca.support
Provides generic support classes for JCA usage within Spring, mainly for local setup of a JCA ResourceAdapter and/or ConnectionFactory.
org.springframework.jca.work - package org.springframework.jca.work
Convenience classes for scheduling based on the JCA 1.5 WorkManager facility, as supported within JCA 1.5 ResourceAdapters.
org.springframework.jca.work.glassfish - package org.springframework.jca.work.glassfish
Convenience package for obtaining a GlassFish JCA WorkManager for use in web applications.
org.springframework.jca.work.jboss - package org.springframework.jca.work.jboss
Convenience package for obtaining a JBoss JCA WorkManager for use in web applications.
org.springframework.jdbc - package org.springframework.jdbc
The classes in this package make JDBC easier to use and reduce the likelihood of common errors.
org.springframework.jdbc.config - package org.springframework.jdbc.config
Defines the Spring JDBC configuration namespace.
org.springframework.jdbc.core - package org.springframework.jdbc.core
Provides the core JDBC framework, based on JdbcTemplate and its associated callback interfaces and helper objects.
org.springframework.jdbc.core.metadata - package org.springframework.jdbc.core.metadata
Context metadata abstraction for the configuration and execution of a stored procedure call.
org.springframework.jdbc.core.namedparam - package org.springframework.jdbc.core.namedparam
JdbcTemplate variant with named parameter support.
org.springframework.jdbc.core.simple - package org.springframework.jdbc.core.simple
Simplification layer over JdbcTemplate for Java 5 and above.
org.springframework.jdbc.core.support - package org.springframework.jdbc.core.support
Classes supporting the org.springframework.jdbc.core package.
org.springframework.jdbc.datasource - package org.springframework.jdbc.datasource
Provides a utility class for easy DataSource access, a PlatformTransactionManager for a single DataSource, and various simple DataSource implementations.
org.springframework.jdbc.datasource.embedded - package org.springframework.jdbc.datasource.embedded
Provides extensible support for creating embedded database instances.
org.springframework.jdbc.datasource.init - package org.springframework.jdbc.datasource.init
Provides extensible support for initializing databases through scripts.
org.springframework.jdbc.datasource.lookup - package org.springframework.jdbc.datasource.lookup
Provides a strategy for looking up JDBC DataSources by name.
org.springframework.jdbc.object - package org.springframework.jdbc.object
The classes in this package represent RDBMS queries, updates, and stored procedures as threadsafe, reusable objects.
org.springframework.jdbc.support - package org.springframework.jdbc.support
Support classes for the JDBC framework, used by the classes in the jdbc.core and jdbc.object packages.
org.springframework.jdbc.support.incrementer - package org.springframework.jdbc.support.incrementer
Provides a support framework for incrementing database table values via sequences, with implementations for various databases.
org.springframework.jdbc.support.lob - package org.springframework.jdbc.support.lob
Provides a stategy interface for Large OBject handling, with implementations for various databases.
org.springframework.jdbc.support.nativejdbc - package org.springframework.jdbc.support.nativejdbc
Provides a mechanism for extracting native implementations of JDBC interfaces from wrapper objects that got returned from connection pools.
org.springframework.jdbc.support.rowset - package org.springframework.jdbc.support.rowset
Provides a convenient holder for disconnected result sets.
org.springframework.jdbc.support.xml - package org.springframework.jdbc.support.xml
Abstraction for handling fields of SQLXML data type.
org.springframework.jms - package org.springframework.jms
This package contains integration classes for JMS, allowing for Spring-style JMS access.
org.springframework.jms.config - package org.springframework.jms.config
Support package for declarative messaging configuration, with XML schema being the primary configuration format.
org.springframework.jms.connection - package org.springframework.jms.connection
Provides a PlatformTransactionManager implementation for a single JMS ConnectionFactory, and a SingleConnectionFactory adapter.
org.springframework.jms.core - package org.springframework.jms.core
Core package of the JMS support.
org.springframework.jms.core.support - package org.springframework.jms.core.support
Classes supporting the org.springframework.jms.core package.
org.springframework.jms.listener - package org.springframework.jms.listener
This package contains the base message listener container facility.
org.springframework.jms.listener.adapter - package org.springframework.jms.listener.adapter
Message listener adapter mechanism that delegates to target listener methods, converting messages to appropriate message content types (such as String or byte array) that get passed into listener methods.
org.springframework.jms.listener.endpoint - package org.springframework.jms.listener.endpoint
This package provides JCA-based endpoint management for JMS message listeners.
org.springframework.jms.remoting - package org.springframework.jms.remoting
Remoting classes for transparent Java-to-Java remoting via a JMS provider.
org.springframework.jms.support - package org.springframework.jms.support
This package provides generic JMS support classes, to be used by higher-level classes like JmsTemplate.
org.springframework.jms.support.converter - package org.springframework.jms.support.converter
Provides a MessageConverter abstraction to convert between Java objects and JMS messages.
org.springframework.jms.support.destination - package org.springframework.jms.support.destination
Support classes for Spring's JMS framework.
org.springframework.jmx - package org.springframework.jmx
This package contains Spring's JMX support, which includes registration of Spring-managed beans as JMX MBeans as well as access to remote JMX MBeans.
org.springframework.jmx.access - package org.springframework.jmx.access
Provides support for accessing remote MBean resources.
org.springframework.jmx.export - package org.springframework.jmx.export
This package provides declarative creation and registration of Spring-managed beans as JMX MBeans.
org.springframework.jmx.export.annotation - package org.springframework.jmx.export.annotation
JDK 1.5+ annotations for MBean exposure.
org.springframework.jmx.export.assembler - package org.springframework.jmx.export.assembler
Provides a strategy for MBeanInfo assembly.
org.springframework.jmx.export.metadata - package org.springframework.jmx.export.metadata
Provides generic JMX metadata classes and basic support for reading JMX metadata in a provider-agnostic manner.
org.springframework.jmx.export.naming - package org.springframework.jmx.export.naming
Provides a strategy for ObjectName creation.
org.springframework.jmx.export.notification - package org.springframework.jmx.export.notification
Provides supporting infrastructure to allow Spring-created MBeans to send JMX notifications.
org.springframework.jmx.support - package org.springframework.jmx.support
Contains support classes for connecting to local and remote MBeanServers and for exposing an MBeanServer to remote clients.
org.springframework.jndi - package org.springframework.jndi
The classes in this package make JNDI easier to use, facilitating the accessing of configuration stored in JNDI, and provide useful superclasses for JNDI access classes.
org.springframework.jndi.support - package org.springframework.jndi.support
Support classes for JNDI usage, including a JNDI-based BeanFactory implementation.
org.springframework.mail - package org.springframework.mail
Spring's generic mail infrastructure.
org.springframework.mail.javamail - package org.springframework.mail.javamail
JavaMail support for Spring's mail infrastructure.
org.springframework.mock.env - package org.springframework.mock.env
This package contains mock implementations of the Environment and PropertySource abstractions introduced in Spring 3.1.
org.springframework.mock.http - package org.springframework.mock.http
Mock implementations of client/server-side HTTP abstractions.
org.springframework.mock.http.client - package org.springframework.mock.http.client
Mock implementations of client-side HTTP abstractions.
org.springframework.mock.jndi - package org.springframework.mock.jndi
The simplest implementation of the JNDI SPI that could possibly work.
org.springframework.mock.staticmock - package org.springframework.mock.staticmock
 
org.springframework.mock.web - package org.springframework.mock.web
A comprehensive set of Servlet API 2.5 mock objects, targeted at usage with Spring's web MVC framework.
org.springframework.mock.web.portlet - package org.springframework.mock.web.portlet
A comprehensive set of Portlet API 2.0 mock objects, targeted at usage with Spring's web MVC framework.
org.springframework.orm - package org.springframework.orm
Root package for Spring's O/R Mapping integration classes.
org.springframework.orm.hibernate3 - package org.springframework.orm.hibernate3
Package providing integration of Hibernate 3.x with Spring concepts.
org.springframework.orm.hibernate3.annotation - package org.springframework.orm.hibernate3.annotation
Support package for the Hibernate3 Annotation add-on, which supports EJB3-compliant JDK 1.5+ annotations for mappings.
org.springframework.orm.hibernate3.support - package org.springframework.orm.hibernate3.support
Classes supporting the org.springframework.orm.hibernate3 package.
org.springframework.orm.hibernate4 - package org.springframework.orm.hibernate4
Package providing integration of Hibernate 4.x with Spring concepts.
org.springframework.orm.hibernate4.support - package org.springframework.orm.hibernate4.support
Classes supporting the org.springframework.orm.hibernate4 package.
org.springframework.orm.ibatis - package org.springframework.orm.ibatis
Package providing integration of iBATIS Database Layer with Spring concepts.
org.springframework.orm.ibatis.support - package org.springframework.orm.ibatis.support
Classes supporting the org.springframework.orm.ibatis package.
org.springframework.orm.jdo - package org.springframework.orm.jdo
Package providing integration of JDO (Java Date Objects) with Spring concepts.
org.springframework.orm.jdo.support - package org.springframework.orm.jdo.support
Classes supporting the org.springframework.orm.jdo package.
org.springframework.orm.jpa - package org.springframework.orm.jpa
Package providing integration of JPA (Java Persistence API) with Spring concepts.
org.springframework.orm.jpa.persistenceunit - package org.springframework.orm.jpa.persistenceunit
Internal support for managing JPA persistence units.
org.springframework.orm.jpa.support - package org.springframework.orm.jpa.support
Classes supporting the org.springframework.orm.jpa package.
org.springframework.orm.jpa.vendor - package org.springframework.orm.jpa.vendor
Support classes for adapting to specific JPA vendors.
org.springframework.oxm - package org.springframework.oxm
Root package for Spring's O/X Mapping integration classes.
org.springframework.oxm.castor - package org.springframework.oxm.castor
Package providing integration of Castor within Springs O/X Mapping support
org.springframework.oxm.config - package org.springframework.oxm.config
Provides an namespace handler for the Spring Object/XML namespace
org.springframework.oxm.jaxb - package org.springframework.oxm.jaxb
Package providing integration of JAXB with Springs O/X Mapping support
org.springframework.oxm.jibx - package org.springframework.oxm.jibx
Package providing integration of JiBX with Springs O/X Mapping support
org.springframework.oxm.mime - package org.springframework.oxm.mime
Contains (un)marshallers optimized to store binary data in MIME attachments.
org.springframework.oxm.support - package org.springframework.oxm.support
Provides generic support classes for using Spring's O/X Mapping integration within various scenario's.
org.springframework.oxm.xmlbeans - package org.springframework.oxm.xmlbeans
Package providing integration of XMLBeans with Springs O/X Mapping support
org.springframework.oxm.xstream - package org.springframework.oxm.xstream
Package providing integration of XStream with Springs O/X Mapping support
org.springframework.remoting - package org.springframework.remoting
Exception hierarchy for Spring's remoting infrastructure, independent of any specific remote method invocation system.
org.springframework.remoting.caucho - package org.springframework.remoting.caucho
This package provides remoting classes for Caucho's Hessian and Burlap protocols: a proxy factory for accessing Hessian/Burlap services, and an exporter for making beans available to Hessian/Burlap clients.
org.springframework.remoting.httpinvoker - package org.springframework.remoting.httpinvoker
Remoting classes for transparent Java-to-Java remoting via HTTP invokers.
org.springframework.remoting.jaxrpc - package org.springframework.remoting.jaxrpc
Remoting classes for Web Services via JAX-RPC.
org.springframework.remoting.jaxws - package org.springframework.remoting.jaxws
Remoting classes for Web Services via JAX-WS (the successor of JAX-RPC), as included in Java 6 and Java EE 5.
org.springframework.remoting.rmi - package org.springframework.remoting.rmi
Remoting classes for conventional RMI and transparent remoting via RMI invokers.
org.springframework.remoting.soap - package org.springframework.remoting.soap
SOAP-specific exceptions and support classes for Spring's remoting subsystem.
org.springframework.remoting.support - package org.springframework.remoting.support
Generic support classes for remoting implementations.
org.springframework.scheduling - package org.springframework.scheduling
General exceptions for Spring's scheduling support, independent of any specific scheduling system.
org.springframework.scheduling.annotation - package org.springframework.scheduling.annotation
JDK 1.5+ annotation for asynchronous method execution.
org.springframework.scheduling.aspectj - package org.springframework.scheduling.aspectj
 
org.springframework.scheduling.backportconcurrent - package org.springframework.scheduling.backportconcurrent
Scheduling convenience classes for the JSR-166 backport Executor mechanism, allowing to set up a ThreadPoolExecutor as a TaskExecutor-compliant bean in a Spring context.
org.springframework.scheduling.commonj - package org.springframework.scheduling.commonj
Convenience classes for scheduling based on the CommonJ WorkManager/TimerManager facility, as supported by IBM WebSphere 6.0+ and BEA WebLogic 9.0+.
org.springframework.scheduling.concurrent - package org.springframework.scheduling.concurrent
Scheduling convenience classes for the JDK 1.5+ Executor mechanism in the java.util.concurrent package, allowing to set up a ThreadPoolExecutor or ScheduledThreadPoolExecutor as a bean in a Spring context.
org.springframework.scheduling.config - package org.springframework.scheduling.config
Support package for declarative scheduling configuration, with XML schema being the primary configuration format.
org.springframework.scheduling.quartz - package org.springframework.scheduling.quartz
Support classes for the open source scheduler Quartz, allowing to set up Quartz Schedulers, JobDetails and Triggers as beans in a Spring context.
org.springframework.scheduling.support - package org.springframework.scheduling.support
Generic support classes for scheduling.
org.springframework.scheduling.timer - package org.springframework.scheduling.timer
Scheduling convenience classes for the JDK Timer, allowing to set up Timers and ScheduledTimerTasks as beans in a Spring context.
org.springframework.scripting - package org.springframework.scripting
Core interfaces for Spring's scripting support.
org.springframework.scripting.bsh - package org.springframework.scripting.bsh
Package providing integration of BeanShell into Spring's scripting infrastructure.
org.springframework.scripting.config - package org.springframework.scripting.config
Support package for Spring's dynamic language machinery, with XML schema being the primary configuration format.
org.springframework.scripting.groovy - package org.springframework.scripting.groovy
Package providing integration of Groovy into Spring's scripting infrastructure.
org.springframework.scripting.jruby - package org.springframework.scripting.jruby
Package providing integration of JRuby into Spring's scripting infrastructure.
org.springframework.scripting.support - package org.springframework.scripting.support
Support classes for Spring's scripting package.
org.springframework.stereotype - package org.springframework.stereotype
Annotations denoting the roles of types or methods in the overall architecture (at a conceptual, rather than implementation, level).
org.springframework.test - package org.springframework.test
This package contains the legacy JUnit 3.8 class hierarchy, which as of Spring 3.0 has been deprecated in favor of using the listener-based Spring TestContext Framework.
org.springframework.test.annotation - package org.springframework.test.annotation
Support classes for annotation-driven tests.
org.springframework.test.context - package org.springframework.test.context
This package contains the Spring TestContext Framework which provides annotation-driven unit and integration testing support that is agnostic of the actual testing framework in use.
org.springframework.test.context.junit38 - package org.springframework.test.context.junit38
Support classes for ApplicationContext-based and transactional tests run with JUnit 3.8 and the Spring TestContext Framework.
org.springframework.test.context.junit4 - package org.springframework.test.context.junit4
Support classes for ApplicationContext-based and transactional tests run with JUnit 4.5+ and the Spring TestContext Framework.
org.springframework.test.context.junit4.statements - package org.springframework.test.context.junit4.statements
JUnit 4.5 based statements used in the Spring TestContext Framework.
org.springframework.test.context.support - package org.springframework.test.context.support
Support classes for the Spring TestContext Framework.
org.springframework.test.context.testng - package org.springframework.test.context.testng
Support classes for ApplicationContext-based and transactional tests run with TestNG and the Spring TestContext Framework.
org.springframework.test.context.transaction - package org.springframework.test.context.transaction
Transactional support classes for the Spring TestContext Framework.
org.springframework.test.context.web - package org.springframework.test.context.web
Web support classes for the Spring TestContext Framework.
org.springframework.test.jdbc - package org.springframework.test.jdbc
Support classes for tests based on JDBC.
org.springframework.test.jpa - package org.springframework.test.jpa
As of Spring 3.0, this package has been deprecated in favor of using the listener-based Spring TestContext Framework.
org.springframework.test.util - package org.springframework.test.util
General utility classes for use in unit and integration tests.
org.springframework.test.web - package org.springframework.test.web
Helper classes for unit tests based on Spring's web support.
org.springframework.test.web.client - package org.springframework.test.web.client
Contains client-side REST testing support.
org.springframework.test.web.client.match - package org.springframework.test.web.client.match
Contains built-in RequestMatcher implementations.
org.springframework.test.web.client.response - package org.springframework.test.web.client.response
Contains built-in ResponseCreator implementations.
org.springframework.test.web.servlet - package org.springframework.test.web.servlet
Contains server-side support for testing Spring MVC applications.
org.springframework.test.web.servlet.request - package org.springframework.test.web.servlet.request
Contains built-in RequestBuilder implementations.
org.springframework.test.web.servlet.result - package org.springframework.test.web.servlet.result
Contains built-in ResultMatcher and ResultHandler implementations.
org.springframework.test.web.servlet.setup - package org.springframework.test.web.servlet.setup
Contains built-in MockMvcBuilder implementations.
org.springframework.transaction - package org.springframework.transaction
Exception hierarchy for Spring's transaction infrastructure, independent of any specific transaction management system.
org.springframework.transaction.annotation - package org.springframework.transaction.annotation
JDK 1.5+ annotation for transaction demarcation.
org.springframework.transaction.aspectj - package org.springframework.transaction.aspectj
 
org.springframework.transaction.config - package org.springframework.transaction.config
Support package for declarative transaction configuration, with XML schema being the primary configuration format.
org.springframework.transaction.interceptor - package org.springframework.transaction.interceptor
AOP-based solution for declarative transaction demarcation.
org.springframework.transaction.jta - package org.springframework.transaction.jta
Transaction SPI implementation for JTA.
org.springframework.transaction.support - package org.springframework.transaction.support
Support classes for the org.springframework.transaction package.
org.springframework.ui - package org.springframework.ui
Generic support for UI layer concepts.
org.springframework.ui.context - package org.springframework.ui.context
Contains classes defining the application context subinterface for UI applications.
org.springframework.ui.context.support - package org.springframework.ui.context.support
Classes supporting the org.springframework.ui.context package.
org.springframework.ui.freemarker - package org.springframework.ui.freemarker
Support classes for setting up FreeMarker within a Spring application context.
org.springframework.ui.jasperreports - package org.springframework.ui.jasperreports
Support classes for JasperReports.
org.springframework.ui.velocity - package org.springframework.ui.velocity
Support classes for setting up Velocity within a Spring application context.
org.springframework.util - package org.springframework.util
Miscellaneous utility classes, such as String manipulation utilities, a Log4J configurer, and a state holder for paged lists of objects.
org.springframework.util.comparator - package org.springframework.util.comparator
Useful generic java.util.Comparator implementations, such as an invertible comparator and a compound comparator.
org.springframework.util.xml - package org.springframework.util.xml
Miscellaneous utility classes for XML parsing and transformation, such as error handlers that log warnings via Commons Logging.
org.springframework.validation - package org.springframework.validation
Provides data binding and validation functionality, for usage in business and/or UI layers.
org.springframework.validation.annotation - package org.springframework.validation.annotation
Support classes for annotation-based constraint evaluation, e.g.
org.springframework.validation.beanvalidation - package org.springframework.validation.beanvalidation
Support classes for integrating a JSR-303 Bean Validation provider (such as Hibernate Validator 4.0) into a Spring ApplicationContext and in particular with Spring's data binding and validation APIs.
org.springframework.validation.support - package org.springframework.validation.support
Support classes for handling validation results.
org.springframework.web - package org.springframework.web
Common, generic interfaces that define minimal boundary points between Spring's web infrastructure and other framework modules.
org.springframework.web.accept - package org.springframework.web.accept
This package contains classes used to determine the requested the media types in a request.
org.springframework.web.bind - package org.springframework.web.bind
Provides web-specific data binding functionality.
org.springframework.web.bind.annotation - package org.springframework.web.bind.annotation
Annotations for binding requests to controllers and handler methods as well as for binding request parameters to method arguments.
org.springframework.web.bind.annotation.support - package org.springframework.web.bind.annotation.support
Support classes for web annotation processing.
org.springframework.web.bind.support - package org.springframework.web.bind.support
Support classes for web data binding.
org.springframework.web.client - package org.springframework.web.client
Core package of the client-side web support.
org.springframework.web.client.support - package org.springframework.web.client.support
Classes supporting the org.springframework.web.client package.
org.springframework.web.context - package org.springframework.web.context
Contains a variant of the application context interface for web applications, and the ContextLoaderListener that bootstraps a root web application context.
org.springframework.web.context.request - package org.springframework.web.context.request
Support for generic request context holding, in particular for scoping of application objects per HTTP request or HTTP session.
org.springframework.web.context.request.async - package org.springframework.web.context.request.async
Support for asynchronous request processing.
org.springframework.web.context.support - package org.springframework.web.context.support
Classes supporting the org.springframework.web.context package, such as WebApplicationContext implementations and various utility classes.
org.springframework.web.filter - package org.springframework.web.filter
Provides generic filter base classes allowing for bean-style configuration.
org.springframework.web.jsf - package org.springframework.web.jsf
Support classes for integrating a JSF web tier with a Spring middle tier which is hosted in a Spring root WebApplicationContext.
org.springframework.web.jsf.el - package org.springframework.web.jsf.el
Support classes for integrating a JSF 1.2 web tier with a Spring middle tier which is hosted in a Spring root WebApplicationContext.
org.springframework.web.method - package org.springframework.web.method
Common infrastructure for handler method processing, as used by Spring MVC's org.springframework.web.servlet.mvc.method package.
org.springframework.web.method.annotation - package org.springframework.web.method.annotation
Support classes for annotation-based handler method processing.
org.springframework.web.method.support - package org.springframework.web.method.support
Generic support classes for handler method processing.
org.springframework.web.multipart - package org.springframework.web.multipart
Multipart resolution framework for handling file uploads.
org.springframework.web.multipart.commons - package org.springframework.web.multipart.commons
MultipartResolver implementation for Jakarta Commons FileUpload.
org.springframework.web.multipart.support - package org.springframework.web.multipart.support
Support classes for the multipart resolution framework.
org.springframework.web.portlet - package org.springframework.web.portlet
Provides JSR-168 portlets that integrate with the application context infrastructure, and the core interfaces and classes for the Portlet variant of Spring's web MVC framework.
org.springframework.web.portlet.bind - package org.springframework.web.portlet.bind
Provides portlet-specific data binding functionality.
org.springframework.web.portlet.bind.annotation - package org.springframework.web.portlet.bind.annotation
Annotations for binding portlet requests to handler methods.
org.springframework.web.portlet.context - package org.springframework.web.portlet.context
Support for Spring's application context concept in a portlet environment, including ApplicationContext implementations and various utility classes.
org.springframework.web.portlet.handler - package org.springframework.web.portlet.handler
Provides standard HandlerMapping implementations, including abstract base classes for custom implementations.
org.springframework.web.portlet.multipart - package org.springframework.web.portlet.multipart
Multipart resolution framework for handling file uploads.
org.springframework.web.portlet.mvc - package org.springframework.web.portlet.mvc
Standard controller implementations for the portlet MVC framework that comes with Spring.
org.springframework.web.portlet.mvc.annotation - package org.springframework.web.portlet.mvc.annotation
Support package for annotation-based Portlet MVC controllers.
org.springframework.web.portlet.util - package org.springframework.web.portlet.util
Miscellaneous portlet utility classes.
org.springframework.web.servlet - package org.springframework.web.servlet
Provides servlets that integrate with the application context infrastructure, and the core interfaces and classes for the Spring web MVC framework.
org.springframework.web.servlet.config - package org.springframework.web.servlet.config
Defines the XML configuration namespace for Spring MVC.
org.springframework.web.servlet.config.annotation - package org.springframework.web.servlet.config.annotation
Annotation-based setup for Spring MVC.
org.springframework.web.servlet.handler - package org.springframework.web.servlet.handler
Provides standard HandlerMapping implementations, including abstract base classes for custom implementations.
org.springframework.web.servlet.i18n - package org.springframework.web.servlet.i18n
Locale support classes for Spring's web MVC framework.
org.springframework.web.servlet.mvc - package org.springframework.web.servlet.mvc
Standard controller implementations for the servlet MVC framework that comes with Spring.
org.springframework.web.servlet.mvc.annotation - package org.springframework.web.servlet.mvc.annotation
Support package for annotation-based Servlet MVC controllers.
org.springframework.web.servlet.mvc.condition - package org.springframework.web.servlet.mvc.condition
Common MVC logic for matching incoming requests based on conditions.
org.springframework.web.servlet.mvc.method - package org.springframework.web.servlet.mvc.method
Servlet-based infrastructure for handler method processing, building on the org.springframework.web.method package.
org.springframework.web.servlet.mvc.method.annotation - package org.springframework.web.servlet.mvc.method.annotation
MVC infrastructure for annotation-based handler method processing, building on the org.springframework.web.method.annotation package.
org.springframework.web.servlet.mvc.multiaction - package org.springframework.web.servlet.mvc.multiaction
Package allowing MVC Controller implementations to handle requests at method rather than class level.
org.springframework.web.servlet.mvc.support - package org.springframework.web.servlet.mvc.support
Support package for MVC controllers.
org.springframework.web.servlet.resource - package org.springframework.web.servlet.resource
Support classes for serving static resources.
org.springframework.web.servlet.support - package org.springframework.web.servlet.support
Support classes for Spring's web MVC framework.
org.springframework.web.servlet.tags - package org.springframework.web.servlet.tags
Spring's JSP standard tag library for JSP 2.0+.
org.springframework.web.servlet.tags.form - package org.springframework.web.servlet.tags.form
Spring's form tag library for JSP 2.0+.
org.springframework.web.servlet.theme - package org.springframework.web.servlet.theme
Theme support classes for Spring's web MVC framework.
org.springframework.web.servlet.view - package org.springframework.web.servlet.view
Provides standard View and ViewResolver implementations, including abstract base classes for custom implementations.
org.springframework.web.servlet.view.document - package org.springframework.web.servlet.view.document
Support classes for document generation, providing View implementations for PDF and Excel.
org.springframework.web.servlet.view.feed - package org.springframework.web.servlet.view.feed
Support classes for feed generation, providing View implementations for Atom and RSS
org.springframework.web.servlet.view.freemarker - package org.springframework.web.servlet.view.freemarker
Support classes for the integration of FreeMarker as Spring web view technology.
org.springframework.web.servlet.view.jasperreports - package org.springframework.web.servlet.view.jasperreports
Support classes for the integration of JasperReports as Spring web view technology.
org.springframework.web.servlet.view.json - package org.springframework.web.servlet.view.json
Support classes for providing a View implementation based on JSON serialization.
org.springframework.web.servlet.view.tiles - package org.springframework.web.servlet.view.tiles
Support classes for the integration of Tiles (included in Struts) as Spring web view technology.
org.springframework.web.servlet.view.tiles2 - package org.springframework.web.servlet.view.tiles2
Support classes for the integration of Tiles2 (the standalone version of Tiles) as Spring web view technology.
org.springframework.web.servlet.view.tiles3 - package org.springframework.web.servlet.view.tiles3
Support classes for the integration of Tiles3 (the standalone version of Tiles) as Spring web view technology.
org.springframework.web.servlet.view.velocity - package org.springframework.web.servlet.view.velocity
Support classes for the integration of Velocity as Spring web view technology.
org.springframework.web.servlet.view.xml - package org.springframework.web.servlet.view.xml
Support classes for providing a View implementation based on XML Marshalling.
org.springframework.web.servlet.view.xslt - package org.springframework.web.servlet.view.xslt
Support classes for XSLT, providing a View implementation for XSLT stylesheets.
org.springframework.web.struts - package org.springframework.web.struts
Support classes for integrating a Struts web tier with a Spring middle tier which is typically hosted in a Spring root WebApplicationContext.
org.springframework.web.util - package org.springframework.web.util
Miscellaneous web utility classes, such as HTML escaping, log4j initialization, and cookie handling.
original - Variable in exception org.springframework.cache.interceptor.CacheInterceptor.ThrowableWrapper
 
ORIGINAL_DEFAULT_LISTENER_METHOD - Static variable in class org.springframework.jms.listener.adapter.MessageListenerAdapter
Out-of-the-box value for the default listener method: "handleMessage".
ORIGINAL_DEFAULT_PERSISTENCE_UNIT_NAME - Static variable in class org.springframework.orm.jpa.persistenceunit.DefaultPersistenceUnitManager
 
ORIGINAL_DEFAULT_PERSISTENCE_UNIT_ROOT_LOCATION - Static variable in class org.springframework.orm.jpa.persistenceunit.DefaultPersistenceUnitManager
Default location for the persistence unit root URL: "classpath:", indicating the root of the class path.
ORIGINAL_DEFAULT_THEME_NAME - Static variable in class org.springframework.web.servlet.theme.AbstractThemeResolver
Out-of-the-box value for the default theme name: "theme".
ORIGINAL_DEFAULT_THEME_NAME - Static variable in class org.springframework.web.servlet.theme.CookieThemeResolver
 
originalBeanName(String) - Static method in class org.springframework.beans.factory.BeanFactoryUtils
Extract the "raw" bean name from the given (potentially generated) bean name, excluding any "#..." suffixes which might have been added for uniqueness.
originalBeanName(String) - Method in class org.springframework.beans.factory.support.AbstractBeanFactory
Determine the original bean name, resolving locally defined aliases to canonical names.
originalChain - Variable in class org.springframework.web.filter.CompositeFilter.VirtualFilterChain
 
originalDisableMessageID - Variable in class org.springframework.jms.connection.CachedMessageProducer
 
originalDisableMessageTimestamp - Variable in class org.springframework.jms.connection.CachedMessageProducer
 
originalFilename - Variable in class org.springframework.mock.web.MockMultipartFile
 
originalMessage - Variable in class org.springframework.web.util.HtmlCharacterEntityDecoder
 
originalNavigationHandler - Variable in class org.springframework.web.jsf.DelegatingNavigationHandlerProxy
 
originalSql - Variable in class org.springframework.jdbc.core.namedparam.ParsedSql
 
originalValue - Variable in class org.springframework.expression.spel.ast.Literal
 
originalVariableResolver - Variable in class org.springframework.web.jsf.DelegatingVariableResolver
Deprecated.
 
originalVariableResolver - Variable in class org.springframework.web.jsf.WebApplicationContextVariableResolver
Deprecated.
 
OrmXmlOverridingShadowingClassLoader - Class in org.springframework.test.jpa
Subclass of ShadowingClassLoader that overrides attempts to locate orm.xml.
OrmXmlOverridingShadowingClassLoader(ClassLoader, String) - Constructor for class org.springframework.test.jpa.OrmXmlOverridingShadowingClassLoader
 
os - Variable in class org.springframework.http.converter.FormHttpMessageConverter.MultipartHttpOutputMessage
 
other - Variable in class org.springframework.aop.aspectj.AspectJExpressionPointcut.DefensiveShadowMatch
 
out - Variable in class org.springframework.mock.web.MockPageContext
 
outcomeState - Variable in exception org.springframework.transaction.HeuristicCompletionException
The outcome state of the transaction: have some or all resources been committed?
outParameterNames - Variable in class org.springframework.jdbc.core.metadata.CallMetaDataContext
List of SqlParameter names for out parameters
OUTPUT_BYTE_ARRAY_INITIAL_SIZE - Static variable in class org.springframework.orm.hibernate3.support.BlobSerializableType
Initial size for ByteArrayOutputStreams used for serialization output.
OUTPUT_BYTE_ARRAY_INITIAL_SIZE - Static variable in class org.springframework.web.servlet.view.AbstractView
Initial size for the temporary output byte array (if any)
OUTPUT_FLASH_MAP_ATTRIBUTE - Static variable in class org.springframework.web.servlet.DispatcherServlet
Name of request attribute that holds the "output" FlashMap with attributes to save for a subsequent request.
outputProperties - Variable in class org.springframework.web.servlet.view.xslt.AbstractXsltView
Deprecated.
 
outputProperties - Variable in class org.springframework.web.servlet.view.xslt.XsltView
 
outputProperties - Variable in class org.springframework.web.servlet.view.xslt.XsltViewResolver
 
outputRecordCreator - Variable in class org.springframework.jca.cci.core.CciTemplate
 
outputStream - Variable in class org.springframework.mock.web.MockHttpServletResponse
 
outputStream - Variable in class org.springframework.mock.web.portlet.MockMimeResponse
 
outputStream - Variable in class org.springframework.web.filter.ShallowEtagHeaderFilter.ShallowEtagResponseWrapper
 
outputStreamAccessAllowed - Variable in class org.springframework.mock.web.MockHttpServletResponse
 
OutputStreamFactory - Class in org.springframework.jdbc.datasource.embedded
Internal helper for exposing dummy OutputStreams to embedded databases such as Derby, preventing the creation of a log file.
OutputStreamFactory() - Constructor for class org.springframework.jdbc.datasource.embedded.OutputStreamFactory
 
outputStreaming - Variable in class org.springframework.http.client.SimpleBufferingClientHttpRequest
 
outputStreaming - Variable in class org.springframework.http.client.SimpleClientHttpRequestFactory
 
outputStreaming - Variable in class org.springframework.http.client.SimpleStreamingClientHttpRequest
 
overflowToDisk - Variable in class org.springframework.cache.ehcache.EhCacheFactoryBean
 
overloaded - Variable in class org.springframework.beans.factory.support.MethodOverride
 
overriddenDefaultEditors - Variable in class org.springframework.beans.PropertyEditorRegistrySupport
 
override(String, String) - Method in class org.springframework.instrument.classloading.ResourceOverridingShadowingClassLoader
Return the resource (if any) at the new path on an attempt to locate a resource at the old path.
overrideDefaultEditor(Class<?>, PropertyEditor) - Method in class org.springframework.beans.PropertyEditorRegistrySupport
Override the default editor for the specified type with the given property editor.
overrideFrom(AbstractBeanDefinition) - Method in class org.springframework.beans.factory.support.AbstractBeanDefinition
Deprecated.
overrideFrom(BeanDefinition) - Method in class org.springframework.beans.factory.support.AbstractBeanDefinition
Override settings in this bean definition (presumably a copied parent from a parent-child inheritance relationship) from the given bean definition (presumably the child).
overrideIncludeSynonymsDefault - Variable in class org.springframework.jdbc.core.metadata.TableMetaDataContext
should we override default for including synonyms for meta data lookups
overrideLocaleResolver - Variable in class org.springframework.web.servlet.view.tiles2.TilesConfigurer
 
overrideLogging - Variable in class org.springframework.ui.velocity.VelocityEngineFactory
 
overrides - Variable in class org.springframework.beans.factory.support.MethodOverrides
 
overrides - Variable in class org.springframework.instrument.classloading.ResourceOverridingShadowingClassLoader
Key is asked for value: value is actual value
overridesOperation(Operation, Object, Object) - Method in interface org.springframework.expression.OperatorOverloader
Return true if the operator overloader supports the specified operation between the two operands and so should be invoked to handle it.
overridesOperation(Operation, Object, Object) - Method in class org.springframework.expression.spel.support.StandardOperatorOverloader
 
overrideThreadContextClassLoader() - Method in class org.springframework.remoting.support.RemotingSupport
Override the thread context ClassLoader with the environment's bean ClassLoader if necessary, i.e.
overrideThreadContextClassLoader(ClassLoader) - Static method in class org.springframework.util.ClassUtils
Override the thread context ClassLoader with the environment's bean ClassLoader if necessary, i.e.
OverridingClassLoader - Class in org.springframework.core
ClassLoader that does not always delegate to the parent loader, as normal class loaders do.
OverridingClassLoader(ClassLoader) - Constructor for class org.springframework.core.OverridingClassLoader
Create a new OverridingClassLoader for the given class loader.
overwriteExistingJobs - Variable in class org.springframework.scheduling.quartz.SchedulerAccessor
 
owner - Variable in class org.springframework.beans.factory.support.CglibSubclassingInstantiationStrategy.CglibSubclassCreator
 
OxmNamespaceHandler - Class in org.springframework.oxm.config
NamespaceHandler for the 'oxm' namespace.
OxmNamespaceHandler() - Constructor for class org.springframework.oxm.config.OxmNamespaceHandler
 

P

PACKAGE_INFO_SUFFIX - Static variable in class org.springframework.orm.hibernate3.annotation.AnnotationSessionFactoryBean
 
PACKAGE_INFO_SUFFIX - Static variable in class org.springframework.orm.hibernate4.LocalSessionFactoryBuilder
 
PACKAGE_SEPARATOR - Static variable in class org.springframework.util.ClassUtils
The package separator character '.'
packagesToScan - Variable in class org.springframework.orm.hibernate3.annotation.AnnotationSessionFactoryBean
 
packagesToScan - Variable in class org.springframework.orm.hibernate4.LocalSessionFactoryBean
 
packagesToScan - Variable in class org.springframework.orm.jpa.persistenceunit.DefaultPersistenceUnitManager
 
packagesToScan - Variable in class org.springframework.oxm.jaxb.ClassPathJaxb2TypeScanner
 
packagesToScan - Variable in class org.springframework.oxm.jaxb.Jaxb2Marshaller
 
paddingLength - Variable in class org.springframework.jdbc.support.incrementer.AbstractDataFieldMaxValueIncrementer
The length to which a string result should be pre-pended with zeroes
page - Variable in class org.springframework.beans.support.PagedListHolder
 
PAGE_CONTEXT_ATTRIBUTE_PREFIX - Static variable in class org.springframework.web.servlet.tags.form.TagIdGenerator
The prefix for all PageContext attributes created by this tag.
PAGE_NOT_FOUND_LOG_CATEGORY - Static variable in class org.springframework.web.portlet.DispatcherPortlet
Log category to use when no mapped handler is found for a request.
PAGE_NOT_FOUND_LOG_CATEGORY - Static variable in class org.springframework.web.servlet.DispatcherServlet
Log category to use when no mapped handler is found for a request.
PAGE_NOT_FOUND_LOG_CATEGORY - Static variable in class org.springframework.web.servlet.mvc.annotation.AnnotationMethodHandlerAdapter
Deprecated.
Log category to use when no mapped handler is found for a request.
PAGE_NOT_FOUND_LOG_CATEGORY - Static variable in class org.springframework.web.servlet.mvc.method.annotation.ResponseEntityExceptionHandler
Log category to use when no mapped handler is found for a request.
PAGE_NOT_FOUND_LOG_CATEGORY - Static variable in class org.springframework.web.servlet.mvc.multiaction.MultiActionController
Log category to use when no mapped handler is found for a request.
PAGE_NOT_FOUND_LOG_CATEGORY - Static variable in class org.springframework.web.servlet.mvc.support.DefaultHandlerExceptionResolver
Log category to use when no mapped handler is found for a request.
pageAttribute - Variable in class org.springframework.web.portlet.mvc.AbstractWizardFormController
Deprecated.
 
pageAttribute - Variable in class org.springframework.web.servlet.mvc.AbstractWizardFormController
Deprecated.
 
pageContext - Variable in class org.springframework.mock.web.MockExpressionEvaluator
 
pageContext - Variable in class org.springframework.web.servlet.support.JspAwareRequestContext
 
pageContext - Variable in class org.springframework.web.servlet.tags.EvalTag.JspPropertyAccessor
 
pageContext - Variable in class org.springframework.web.servlet.tags.form.TagWriter.SafeWriter
 
PagedListHolder<E> - Class in org.springframework.beans.support
PagedListHolder is a simple state holder for handling lists of objects, separating them into pages.
PagedListHolder() - Constructor for class org.springframework.beans.support.PagedListHolder
Create a new holder instance.
PagedListHolder(List<E>) - Constructor for class org.springframework.beans.support.PagedListHolder
Create a new holder instance with the given source list, starting with a default sort definition (with "toggleAscendingOnProperty" activated).
PagedListHolder(List<E>, SortDefinition) - Constructor for class org.springframework.beans.support.PagedListHolder
Create a new holder instance with the given source list.
pageNotFoundLogger - Static variable in class org.springframework.web.portlet.DispatcherPortlet
Additional logger to use when no mapped handler is found for a request.
pageNotFoundLogger - Static variable in class org.springframework.web.servlet.DispatcherServlet
Additional logger to use when no mapped handler is found for a request.
pageNotFoundLogger - Static variable in class org.springframework.web.servlet.mvc.annotation.AnnotationMethodHandlerAdapter
Deprecated.
Additional logger to use when no mapped handler is found for a request.
pageNotFoundLogger - Static variable in class org.springframework.web.servlet.mvc.method.annotation.ResponseEntityExceptionHandler
Additional logger to use when no mapped handler is found for a request.
pageNotFoundLogger - Static variable in class org.springframework.web.servlet.mvc.multiaction.MultiActionController
Additional logger to use when no mapped handler is found for a request.
pageNotFoundLogger - Static variable in class org.springframework.web.servlet.mvc.support.DefaultHandlerExceptionResolver
Additional logger to use when no mapped handler is found for a request.
pages - Variable in class org.springframework.web.portlet.mvc.AbstractWizardFormController
Deprecated.
 
pages - Variable in class org.springframework.web.servlet.mvc.AbstractWizardFormController
Deprecated.
 
pageSize - Variable in class org.springframework.beans.support.PagedListHolder
 
parallelism - Variable in class org.springframework.scheduling.concurrent.ForkJoinPoolFactoryBean
 
param(String, String...) - Method in class org.springframework.test.web.servlet.request.MockHttpServletRequestBuilder
Add a request parameter to the MockHttpServletRequest.
Param - Class in org.springframework.web.servlet.tags
Bean used to pass name-value pair parameters from a ParamTag to a ParamAware tag.
Param() - Constructor for class org.springframework.web.servlet.tags.Param
 
param - Variable in class org.springframework.web.servlet.tags.ParamTag
 
PARAM_AUTOWIRE - Static variable in class org.springframework.web.struts.DelegatingActionUtils
Deprecated.
The name of the autowire init-param specified on the Struts ActionServlet: "spring.autowire"
PARAM_CANCEL - Static variable in class org.springframework.web.portlet.mvc.AbstractWizardFormController
Deprecated.
Parameter triggering the cancel action.
PARAM_CANCEL - Static variable in class org.springframework.web.servlet.mvc.AbstractWizardFormController
Deprecated.
Parameter triggering the cancel action.
PARAM_CANCEL - Static variable in class org.springframework.web.servlet.mvc.CancellableFormController
Deprecated.
Default parameter triggering the cancel action.
PARAM_CHARSET - Static variable in class org.springframework.http.MediaType
 
PARAM_DEPENDENCY_CHECK - Static variable in class org.springframework.web.struts.DelegatingActionUtils
Deprecated.
The name of the dependency check init-param specified on the Struts ActionServlet: "spring.dependencyCheck"
PARAM_FINISH - Static variable in class org.springframework.web.portlet.mvc.AbstractWizardFormController
Deprecated.
Parameter triggering the finish action.
PARAM_FINISH - Static variable in class org.springframework.web.servlet.mvc.AbstractWizardFormController
Deprecated.
Parameter triggering the finish action.
PARAM_PAGE - Static variable in class org.springframework.web.portlet.mvc.AbstractWizardFormController
Deprecated.
Parameter specifying the current page as value.
PARAM_PAGE - Static variable in class org.springframework.web.servlet.mvc.AbstractWizardFormController
Deprecated.
Parameter specifying the current page as value.
PARAM_QUALITY_FACTOR - Static variable in class org.springframework.http.MediaType
 
PARAM_TARGET - Static variable in class org.springframework.web.portlet.mvc.AbstractWizardFormController
Deprecated.
Parameter specifying the target page, appending the page number to the name.
PARAM_TARGET - Static variable in class org.springframework.web.servlet.mvc.AbstractWizardFormController
Deprecated.
Parameter specifying the target page, appending the page number to the name.
ParamAware - Interface in org.springframework.web.servlet.tags
Allows implementing tag to utilize nested spring:param tags.
paramConditions - Variable in class org.springframework.web.bind.UnsatisfiedServletRequestParameterException
 
paramDiscoverer - Variable in class org.springframework.cache.interceptor.LazyParamAwareEvaluationContext
 
parameter - Variable in exception org.springframework.web.bind.MethodArgumentNotValidException
 
parameter - Variable in class org.springframework.web.portlet.handler.PortletModeParameterLookupKey
 
PARAMETER_SEPARATORS - Static variable in class org.springframework.jdbc.core.namedparam.NamedParameterUtils
Set of characters that qualify as parameter separators, indicating that a parameter name in a SQL String has ended.
parameterAnnotations - Variable in class org.springframework.core.MethodParameter
 
ParameterContentNegotiationStrategy - Class in org.springframework.web.accept
A ContentNegotiationStrategy that uses a request parameter to determine what media types are requested.
ParameterContentNegotiationStrategy(Map<String, MediaType>) - Constructor for class org.springframework.web.accept.ParameterContentNegotiationStrategy
Create an instance with the given extension-to-MediaType lookup.
ParameterDescriptor - Class in org.springframework.core.convert
 
ParameterDescriptor(MethodParameter) - Constructor for class org.springframework.core.convert.ParameterDescriptor
 
ParameterDescriptor(Class<?>, MethodParameter) - Constructor for class org.springframework.core.convert.ParameterDescriptor
 
ParameterDisposer - Interface in org.springframework.jdbc.core
Interface to be implemented by objects that can close resources allocated by parameters like SqlLobValues.
ParameterHandlerMapping - Class in org.springframework.web.portlet.handler
Implementation of the HandlerMapping to map from a request parameter to request handler beans.
ParameterHandlerMapping() - Constructor for class org.springframework.web.portlet.handler.ParameterHandlerMapping
 
parameterIndex - Variable in class org.springframework.beans.factory.config.DependencyDescriptor
 
parameterIndex - Variable in class org.springframework.core.MethodParameter
 
parameterIndexes - Variable in class org.springframework.jdbc.core.namedparam.ParsedSql
 
parameterInfoToTypes(MBeanParameterInfo[]) - Static method in class org.springframework.jmx.support.JmxUtils
Convert an array of MBeanParameterInfo into an array of Class instances corresponding to the parameters.
parameterInfoToTypes(MBeanParameterInfo[], ClassLoader) - Static method in class org.springframework.jmx.support.JmxUtils
Convert an array of MBeanParameterInfo into an array of Class instances corresponding to the parameters.
ParameterizableViewController - Class in org.springframework.web.portlet.mvc
Trivial controller that always returns a named view.
ParameterizableViewController() - Constructor for class org.springframework.web.portlet.mvc.ParameterizableViewController
 
ParameterizableViewController - Class in org.springframework.web.servlet.mvc
Trivial controller that always returns a named view.
ParameterizableViewController() - Constructor for class org.springframework.web.servlet.mvc.ParameterizableViewController
 
ParameterizedBeanPropertyRowMapper<T> - Class in org.springframework.jdbc.core.simple
ParameterizedRowMapper implementation that converts a row into a new instance of the specified mapped target class.
ParameterizedBeanPropertyRowMapper() - Constructor for class org.springframework.jdbc.core.simple.ParameterizedBeanPropertyRowMapper
 
ParameterizedPreparedStatementSetter<T> - Interface in org.springframework.jdbc.core
Parameterized callback interface used by the JdbcTemplate class for batch updates.
ParameterizedRowMapper<T> - Interface in org.springframework.jdbc.core.simple
Extension of the RowMapper interface, adding type parameterization.
ParameterizedSingleColumnRowMapper<T> - Class in org.springframework.jdbc.core.simple
ParameterizedRowMapper implementation that converts a single column into a single result value per row.
ParameterizedSingleColumnRowMapper() - Constructor for class org.springframework.jdbc.core.simple.ParameterizedSingleColumnRowMapper
 
ParameterizedTypeReference<T> - Class in org.springframework.core
The purpose of this class is to enable capturing and passing a generic Type.
ParameterizedTypeReference() - Constructor for class org.springframework.core.ParameterizedTypeReference
 
parameterMap - Variable in class org.springframework.web.portlet.handler.ParameterHandlerMapping
 
ParameterMapper - Interface in org.springframework.jdbc.core
Implement this interface when parameters need to be customized based on the connection.
ParameterMappingInterceptor - Class in org.springframework.web.portlet.handler
Interceptor to forward a request parameter from the ActionRequest to the RenderRequest.
ParameterMappingInterceptor() - Constructor for class org.springframework.web.portlet.handler.ParameterMappingInterceptor
 
ParameterMethodNameResolver - Class in org.springframework.web.servlet.mvc.multiaction
Implementation of MethodNameResolver which supports several strategies for mapping parameter values to the names of methods to invoke.
ParameterMethodNameResolver() - Constructor for class org.springframework.web.servlet.mvc.multiaction.ParameterMethodNameResolver
 
parameterName - Variable in class org.springframework.core.MethodParameter
 
parameterName - Variable in class org.springframework.jdbc.core.metadata.CallParameterMetaData
 
parameterName - Variable in class org.springframework.jdbc.core.metadata.TableParameterMetaData
 
parameterName - Variable in class org.springframework.jdbc.core.namedparam.NamedParameterUtils.ParameterHolder
 
parameterName - Variable in class org.springframework.web.accept.ContentNegotiationManagerFactoryBean
 
parameterName - Variable in class org.springframework.web.accept.ParameterContentNegotiationStrategy
 
parameterName - Variable in class org.springframework.web.bind.MissingServletRequestParameterException
 
parameterName - Variable in class org.springframework.web.portlet.bind.MissingPortletRequestParameterException
 
parameterName - Variable in class org.springframework.web.portlet.handler.ParameterHandlerMapping
 
parameterName - Variable in class org.springframework.web.portlet.handler.ParameterMappingInterceptor
 
parameterName - Variable in class org.springframework.web.portlet.handler.PortletModeParameterHandlerMapping
 
parameterName(String) - Method in class org.springframework.web.servlet.config.annotation.ContentNegotiationConfigurer
Set the parameter name that can be used to determine the requested media type if the ContentNegotiationConfigurer.favorParameter(boolean) property is true.
parameterNameBindings - Variable in class org.springframework.aop.aspectj.AspectJAdviceParameterNameDiscoverer
 
parameterNameDiscoverer - Variable in class org.springframework.aop.aspectj.annotation.AbstractAspectJAdvisorFactory
 
parameterNameDiscoverer - Variable in class org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory
Resolver strategy for method parameter names
parameterNameDiscoverer - Variable in class org.springframework.core.MethodParameter
 
ParameterNameDiscoverer - Interface in org.springframework.core
Interface to discover parameter names for methods and constructors.
parameterNameDiscoverer - Variable in class org.springframework.jmx.export.assembler.AbstractReflectiveMBeanInfoAssembler
 
parameterNameDiscoverer - Variable in class org.springframework.web.bind.annotation.support.HandlerMethodInvoker
 
parameterNameDiscoverer - Variable in class org.springframework.web.method.support.InvocableHandlerMethod
 
parameterNameDiscoverer - Variable in class org.springframework.web.portlet.mvc.annotation.AnnotationMethodHandlerAdapter
 
parameterNameDiscoverer - Variable in class org.springframework.web.servlet.mvc.annotation.AnnotationMethodHandlerAdapter
Deprecated.
 
parameterNameDiscoverer - Variable in class org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter
 
parameterNameDiscoverers - Variable in class org.springframework.core.PrioritizedParameterNameDiscoverer
 
parameterNames - Variable in class org.springframework.aop.aspectj.MethodInvocationProceedingJoinPoint.MethodSignatureImpl
 
parameterNames - Variable in class org.springframework.core.LocalVariableTableParameterNameDiscoverer.LocalVariableTableVisitor
 
parameterNames - Variable in class org.springframework.jdbc.core.namedparam.ParsedSql
 
parameterNamesCache - Variable in class org.springframework.core.LocalVariableTableParameterNameDiscoverer
 
parameterNameToUse(String) - Method in interface org.springframework.jdbc.core.metadata.CallMetaDataProvider
Provide any modification of the column name passed in to match the meta data currently used.
parameterNameToUse(String) - Method in class org.springframework.jdbc.core.metadata.GenericCallMetaDataProvider
 
parameterNameToUse(String) - Method in class org.springframework.jdbc.core.metadata.SqlServerCallMetaDataProvider
 
parameterNameToUse(String) - Method in class org.springframework.jdbc.core.metadata.SybaseCallMetaDataProvider
 
parameterQueue - Variable in class org.springframework.jdbc.object.BatchSqlUpdate
 
parameters - Variable in class org.springframework.http.MediaType
 
parameters - Variable in class org.springframework.jdbc.core.PreparedStatementCreatorFactory.PreparedStatementCreatorImpl
 
parameters - Variable in class org.springframework.mock.web.MockHttpServletRequest
 
parameters - Variable in class org.springframework.mock.web.portlet.MockBaseURL
 
parameters - Variable in class org.springframework.mock.web.portlet.MockPortletRequest
 
parameters - Variable in class org.springframework.orm.hibernate3.TypeDefinitionBean
 
parameters - Variable in class org.springframework.test.web.servlet.request.MockHttpServletRequestBuilder
 
parameters - Variable in class org.springframework.web.method.HandlerMethod
 
parametersUsed - Variable in class org.springframework.web.portlet.handler.PortletModeParameterHandlerMapping
 
parameterType - Variable in class org.springframework.core.MethodParameter
 
parameterType - Variable in class org.springframework.jdbc.core.metadata.CallParameterMetaData
 
parameterType - Variable in class org.springframework.web.bind.MissingServletRequestParameterException
 
parameterType - Variable in class org.springframework.web.portlet.bind.MissingPortletRequestParameterException
 
parameterTypeMap - Variable in class org.springframework.orm.hibernate3.FilterDefinitionFactoryBean
 
parameterTypes - Variable in class org.springframework.beans.factory.config.DependencyDescriptor
 
parameterTypes - Variable in class org.springframework.jmx.access.MBeanClientInterceptor.MethodCacheKey
 
parameterTypes - Variable in class org.springframework.remoting.support.RemoteInvocation
 
paramLoaded - Variable in class org.springframework.cache.interceptor.LazyParamAwareEvaluationContext
 
paramName - Variable in class org.springframework.web.servlet.i18n.LocaleChangeInterceptor
 
paramName - Variable in class org.springframework.web.servlet.mvc.multiaction.ParameterMethodNameResolver
 
paramName - Variable in class org.springframework.web.servlet.theme.ThemeChangeInterceptor
 
paramNameDiscoverer - Variable in class org.springframework.cache.interceptor.ExpressionEvaluator
 
params - Variable in class org.springframework.jdbc.object.MappingSqlQueryWithParameters.RowMapperImpl
 
params - Variable in class org.springframework.web.portlet.mvc.annotation.AnnotationMethodHandlerAdapter.RequestMappingInfo
 
params - Variable in class org.springframework.web.portlet.mvc.annotation.DefaultAnnotationHandlerMapping.AbstractParameterMappingPredicate
 
params - Variable in class org.springframework.web.servlet.mvc.annotation.AnnotationMethodHandlerAdapter.RequestMappingInfo
Deprecated.
 
params - Variable in class org.springframework.web.servlet.tags.UrlTag
 
params - Variable in class org.springframework.web.servlet.view.tiles2.SpringTilesApplicationContextFactory
 
paramsCondition - Variable in class org.springframework.web.servlet.mvc.method.RequestMappingInfo
 
ParamsRequestCondition - Class in org.springframework.web.servlet.mvc.condition
A logical conjunction (' && ') request condition that matches a request against a set parameter expressions with syntax defined in RequestMapping.params().
ParamsRequestCondition(String...) - Constructor for class org.springframework.web.servlet.mvc.condition.ParamsRequestCondition
Create a new instance from the given param expressions.
ParamsRequestCondition(Collection<ParamsRequestCondition.ParamExpression>) - Constructor for class org.springframework.web.servlet.mvc.condition.ParamsRequestCondition
 
ParamsRequestCondition.ParamExpression - Class in org.springframework.web.servlet.mvc.condition
Parses and matches a single param expression to a request.
ParamsRequestCondition.ParamExpression(String) - Constructor for class org.springframework.web.servlet.mvc.condition.ParamsRequestCondition.ParamExpression
 
ParamTag - Class in org.springframework.web.servlet.tags
JSP tag for collecting name-value parameters and passing them to a ParamAware ancestor in the tag hierarchy.
ParamTag() - Constructor for class org.springframework.web.servlet.tags.ParamTag
 
paramValue - Variable in class org.springframework.web.context.support.ServletContextParameterFactoryBean
 
parent - Variable in class org.springframework.context.support.AbstractApplicationContext
Parent context
parent - Variable in class org.springframework.expression.spel.ast.SpelNodeImpl
 
parent - Variable in class org.springframework.test.context.MergedContextConfiguration
 
PARENT_ATTRIBUTE - Static variable in class org.springframework.beans.factory.xml.BeanDefinitionParserDelegate
 
PARENT_KEY - Static variable in class org.springframework.beans.factory.support.PropertiesBeanDefinitionReader
Special key to distinguish owner.(parent)=parentBeanName.
PARENT_REF_ATTRIBUTE - Static variable in class org.springframework.beans.factory.xml.BeanDefinitionParserDelegate
 
parentBeanFactory - Variable in class org.springframework.beans.factory.support.AbstractBeanFactory
Parent bean factory, for bean inheritance support
parentContextRef - Variable in class org.springframework.web.context.ContextLoader
Holds BeanFactoryReference when loading parent factory via ContextSingletonBeanFactoryLocator.
parentMessageSource - Variable in class org.springframework.context.support.AbstractMessageSource
 
parentMessageSource - Variable in class org.springframework.context.support.DelegatingMessageSource
 
parentName - Variable in class org.springframework.beans.factory.support.ChildBeanDefinition
 
parentName - Variable in class org.springframework.beans.factory.support.GenericBeanDefinition
 
parentThemeSource - Variable in class org.springframework.ui.context.support.DelegatingThemeSource
 
parentThemeSource - Variable in class org.springframework.ui.context.support.ResourceBundleThemeSource
 
parse(String) - Method in class org.springframework.aop.aspectj.AspectJExpressionPointcut.BeanNamePointcutDesignatorHandler
 
parse(Element, ParserContext) - Method in class org.springframework.aop.config.AspectJAutoProxyBeanDefinitionParser
 
parse(Element, ParserContext) - Method in class org.springframework.aop.config.ConfigBeanDefinitionParser
 
parse(Element, ParserContext) - Method in class org.springframework.aop.config.SpringConfiguredBeanDefinitionParser
 
parse(Element, ParserContext) - Method in class org.springframework.beans.factory.xml.AbstractBeanDefinitionParser
 
parse(Element, ParserContext) - Method in interface org.springframework.beans.factory.xml.BeanDefinitionParser
Parse the specified Element and register the resulting BeanDefinition(s) with the BeanDefinitionRegistry embedded in the supplied ParserContext.
parse(Element, ParserContext) - Method in interface org.springframework.beans.factory.xml.NamespaceHandler
Parse the specified Element and register any resulting BeanDefinitions with the BeanDefinitionRegistry that is embedded in the supplied ParserContext.
parse(Element, ParserContext) - Method in class org.springframework.beans.factory.xml.NamespaceHandlerSupport
Parses the supplied Element by delegating to the BeanDefinitionParser that is registered for that Element.
parse(Element, ParserContext) - Method in class org.springframework.beans.factory.xml.SimpleConstructorNamespaceHandler
 
parse(Element, ParserContext) - Method in class org.springframework.beans.factory.xml.SimplePropertyNamespaceHandler
 
parse(Element, ParserContext) - Method in class org.springframework.cache.config.AnnotationDrivenCacheBeanDefinitionParser
Parses the '<cache:annotation-driven>' tag.
parse(Element, ParserContext) - Method in class org.springframework.context.annotation.AnnotationConfigBeanDefinitionParser
 
parse(AnnotationAttributes, String) - Method in class org.springframework.context.annotation.ComponentScanAnnotationParser
 
parse(Element, ParserContext) - Method in class org.springframework.context.annotation.ComponentScanBeanDefinitionParser
 
parse(String, String) - Method in class org.springframework.context.annotation.ConfigurationClassParser
Parse the specified @Configuration class.
parse(Class<?>, String) - Method in class org.springframework.context.annotation.ConfigurationClassParser
Parse the specified @Configuration class.
parse(Element, ParserContext) - Method in class org.springframework.context.config.SpringConfiguredBeanDefinitionParser
 
parse(String...) - Method in class org.springframework.core.env.SimpleCommandLineArgsParser
Parse the given String array based on the rules described above, returning a fully-populated CommandLineArgs object.
parse(String, Locale) - Method in class org.springframework.format.datetime.DateFormatter
 
parse(String, Locale) - Method in class org.springframework.format.datetime.joda.DateTimeParser
 
parse(String, Locale) - Method in class org.springframework.format.number.AbstractNumberFormatter
 
parse(String, Locale) - Method in class org.springframework.format.number.CurrencyFormatter
 
parse(String, Locale) - Method in interface org.springframework.format.Parser
Parse a text String to produce a T.
parse(Element, ParserContext) - Method in class org.springframework.jms.config.AbstractListenerContainerParser
 
parse(InputSource) - Method in class org.springframework.oxm.support.MarshallingSource.MarshallingXMLReader
 
parse(String) - Method in class org.springframework.oxm.support.MarshallingSource.MarshallingXMLReader
 
parse() - Method in class org.springframework.oxm.support.MarshallingSource.MarshallingXMLReader
 
parse(Element, ParserContext) - Method in class org.springframework.scheduling.config.AnnotationDrivenBeanDefinitionParser
 
parse(String) - Method in class org.springframework.scheduling.support.CronSequenceGenerator
Parse the given pattern expression.
parse(Element, ParserContext) - Method in class org.springframework.scripting.config.ScriptingDefaultsParser
 
parse(Element, ParserContext) - Method in class org.springframework.transaction.config.AnnotationDrivenBeanDefinitionParser
Parses the <tx:annotation-driven/> tag.
parse(InputSource) - Method in class org.springframework.util.xml.AbstractStaxXMLReader
Parse the StAX XML reader passed at construction-time.
parse(String) - Method in class org.springframework.util.xml.AbstractStaxXMLReader
Parse the StAX XML reader passed at construction-time.
parse() - Method in class org.springframework.util.xml.AbstractStaxXMLReader
 
parse(String, String) - Method in class org.springframework.web.bind.ServletRequestUtils.ParameterParser
 
parse(String, String) - Method in class org.springframework.web.portlet.bind.PortletRequestUtils.ParameterParser
 
parse(Element, ParserContext) - Method in class org.springframework.web.servlet.config.AnnotationDrivenBeanDefinitionParser
 
parse(Element, ParserContext) - Method in class org.springframework.web.servlet.config.DefaultServletHandlerBeanDefinitionParser
 
parse(Element, ParserContext) - Method in class org.springframework.web.servlet.config.InterceptorsBeanDefinitionParser
 
parse(Element, ParserContext) - Method in class org.springframework.web.servlet.config.ResourcesBeanDefinitionParser
 
parse(Element, ParserContext) - Method in class org.springframework.web.servlet.config.ViewControllerBeanDefinitionParser
 
parseAcknowledgeMode(Element, ParserContext) - Method in class org.springframework.jms.config.AbstractListenerContainerParser
 
parseAddress(String) - Method in class org.springframework.mail.javamail.MimeMessageHelper
 
parseAdvice(String, int, Element, Element, ParserContext, List<BeanDefinition>, List<BeanReference>) - Method in class org.springframework.aop.config.ConfigBeanDefinitionParser
Parses one of 'before', 'after', 'after-returning', 'after-throwing' or 'around' and registers the resulting BeanDefinition with the supplied BeanDefinitionRegistry.
parseAdvisor(Element, ParserContext) - Method in class org.springframework.aop.config.ConfigBeanDefinitionParser
Parses the supplied &lt;advisor&gt; element and registers the resulting Advisor and any resulting Pointcut with the supplied BeanDefinitionRegistry.
parseArrayElement(Element, BeanDefinition) - Method in class org.springframework.beans.factory.xml.BeanDefinitionParserDelegate
Parse an array element.
parseAspect(Element, ParserContext) - Method in class org.springframework.aop.config.ConfigBeanDefinitionParser
 
parseAttributeSource(Element, ParserContext) - Method in class org.springframework.transaction.config.TxAdviceBeanDefinitionParser
 
parseBeanDefinitionAttributes(Element, String, BeanDefinition, AbstractBeanDefinition) - Method in class org.springframework.beans.factory.xml.BeanDefinitionParserDelegate
Apply the attributes of the given bean element to the given bean * definition.
parseBeanDefinitionElement(Element) - Method in class org.springframework.beans.factory.xml.BeanDefinitionParserDelegate
Parses the supplied &lt;bean&gt; element.
parseBeanDefinitionElement(Element, BeanDefinition) - Method in class org.springframework.beans.factory.xml.BeanDefinitionParserDelegate
Parses the supplied &lt;bean&gt; element.
parseBeanDefinitionElement(Element, String, BeanDefinition) - Method in class org.springframework.beans.factory.xml.BeanDefinitionParserDelegate
Parse the bean definition itself, without regard to name or aliases.
parseBeanDefinitions(Element, BeanDefinitionParserDelegate) - Method in class org.springframework.beans.factory.xml.DefaultBeanDefinitionDocumentReader
Parse the elements at the root level in the document: "import", "alias", "bean".
parseBeanNameGenerator(Element, ClassPathBeanDefinitionScanner) - Method in class org.springframework.context.annotation.ComponentScanBeanDefinitionParser
 
parseBoolean(String, String) - Method in class org.springframework.web.bind.ServletRequestUtils.BooleanParser
 
parseBoolean(String, String) - Method in class org.springframework.web.portlet.bind.PortletRequestUtils.BooleanParser
 
parseBooleans(String, String[]) - Method in class org.springframework.web.bind.ServletRequestUtils.BooleanParser
 
parseBooleans(String, String[]) - Method in class org.springframework.web.portlet.bind.PortletRequestUtils.BooleanParser
 
parseCacheableAnnotation(AnnotatedElement, Cacheable) - Method in class org.springframework.cache.annotation.SpringCacheAnnotationParser
 
parseCacheAnnotations(AnnotatedElement) - Method in interface org.springframework.cache.annotation.CacheAnnotationParser
Parses the cache definition for the given method or class, based on a known annotation type.
parseCacheAnnotations(AnnotatedElement) - Method in class org.springframework.cache.annotation.SpringCacheAnnotationParser
 
parseCacheManagerProperty(Element, BeanDefinition) - Static method in class org.springframework.cache.config.AnnotationDrivenCacheBeanDefinitionParser
 
parseCachingAnnotation(AnnotatedElement, Caching) - Method in class org.springframework.cache.annotation.SpringCacheAnnotationParser
 
parseCollectionElements(NodeList, Collection<Object>, BeanDefinition, String) - Method in class org.springframework.beans.factory.xml.BeanDefinitionParserDelegate
 
parseConstructorArgElement(Element, BeanDefinition) - Method in class org.springframework.beans.factory.xml.BeanDefinitionParserDelegate
Parse a constructor-arg element.
parseConstructorArgElements(Element, BeanDefinition) - Method in class org.springframework.beans.factory.xml.BeanDefinitionParserDelegate
Parse constructor-arg sub-elements of the given bean element.
parseContainer(Element, Element, ParserContext) - Method in class org.springframework.jms.config.AbstractListenerContainerParser
 
parseContainer(Element, Element, ParserContext) - Method in class org.springframework.jms.config.JcaListenerContainerParser
 
parseContainer(Element, Element, ParserContext) - Method in class org.springframework.jms.config.JmsListenerContainerParser
 
parseContainerConfiguration(Element, ParserContext, BeanDefinition) - Method in class org.springframework.jms.config.AbstractListenerContainerParser
 
parseCustomElement(Element) - Method in class org.springframework.beans.factory.xml.BeanDefinitionParserDelegate
 
parseCustomElement(Element, BeanDefinition) - Method in class org.springframework.beans.factory.xml.BeanDefinitionParserDelegate
 
parseDeclareParents(Element, ParserContext) - Method in class org.springframework.aop.config.ConfigBeanDefinitionParser
Parse a 'declare-parents' element and register the appropriate DeclareParentsAdvisor with the BeanDefinitionRegistry encapsulated in the supplied ParserContext.
parseDefaultElement(Element, BeanDefinitionParserDelegate) - Method in class org.springframework.beans.factory.xml.DefaultBeanDefinitionDocumentReader
 
parseDefaultValueAttribute(String) - Method in class org.springframework.web.bind.annotation.support.HandlerMethodInvoker
 
parseDefinitionSource(Element, ParserContext) - Method in class org.springframework.cache.config.CacheAdviceParser
 
parseDefinitionsSources(List<Element>, ParserContext) - Method in class org.springframework.cache.config.CacheAdviceParser
 
parseDocument(Resource, Document, List<SpringPersistenceUnitInfo>) - Method in class org.springframework.orm.jpa.persistenceunit.PersistenceUnitReader
Parse the validated document and add entries to the given unit info list.
parseDouble(String, String) - Method in class org.springframework.web.bind.ServletRequestUtils.DoubleParser
 
parseDouble(String, String) - Method in class org.springframework.web.portlet.bind.PortletRequestUtils.DoubleParser
 
parseDoubles(String, String[]) - Method in class org.springframework.web.bind.ServletRequestUtils.DoubleParser
 
parseDoubles(String, String[]) - Method in class org.springframework.web.portlet.bind.PortletRequestUtils.DoubleParser
 
ParsedSql - Class in org.springframework.jdbc.core.namedparam
Holds information about a parsed SQL statement.
ParsedSql(String) - Constructor for class org.springframework.jdbc.core.namedparam.ParsedSql
Create a new instance of the ParsedSql class.
parsedSqlCache - Variable in class org.springframework.jdbc.core.namedparam.NamedParameterJdbcTemplate
Cache of original SQL String to ParsedSql representation
parsedSqlMonitor - Variable in class org.springframework.jdbc.object.SqlOperation
Monitor for locking the cached representation of the parsed SQL statement
parseEvictAnnotation(AnnotatedElement, CacheEvict) - Method in class org.springframework.cache.annotation.SpringCacheAnnotationParser
 
ParseException - Exception in org.springframework.expression
Represent an exception that occurs during expression parsing.
ParseException(String, int, String) - Constructor for exception org.springframework.expression.ParseException
Creates a new expression parsing exception.
ParseException(int, String, Throwable) - Constructor for exception org.springframework.expression.ParseException
Creates a new expression parsing exception.
ParseException(int, String) - Constructor for exception org.springframework.expression.ParseException
Creates a new expression parsing exception.
parseExpression(String) - Method in class org.springframework.expression.common.TemplateAwareExpressionParser
 
parseExpression(String, ParserContext) - Method in class org.springframework.expression.common.TemplateAwareExpressionParser
 
parseExpression(String) - Method in interface org.springframework.expression.ExpressionParser
Parse the expression string and return an Expression object you can use for repeated evaluation.
parseExpression(String, ParserContext) - Method in interface org.springframework.expression.ExpressionParser
Parse the expression string and return an Expression object you can use for repeated evaluation.
parseExpression(String, Class, FunctionMapper) - Method in class org.springframework.mock.web.MockExpressionEvaluator
 
parseExpressions(String, ParserContext) - Method in class org.springframework.expression.common.TemplateAwareExpressionParser
Helper that parses given expression string using the configured parser.
parseExpressions(String[], String[]) - Static method in class org.springframework.web.servlet.mvc.condition.ConsumesRequestCondition
 
parseExpressions(String...) - Static method in class org.springframework.web.servlet.mvc.condition.HeadersRequestCondition
 
parseExpressions(String...) - Static method in class org.springframework.web.servlet.mvc.condition.ParamsRequestCondition
 
parseExpressions(String[], String[]) - Method in class org.springframework.web.servlet.mvc.condition.ProducesRequestCondition
 
parseFileItems(List<FileItem>, String) - Method in class org.springframework.web.multipart.commons.CommonsFileUploadSupport
Parse the given List of Commons FileItems into a Spring MultipartParsingResult, containing Spring MultipartFile instances and a Map of multipart parameter.
parseFloat(String, String) - Method in class org.springframework.web.bind.ServletRequestUtils.FloatParser
 
parseFloat(String, String) - Method in class org.springframework.web.portlet.bind.PortletRequestUtils.FloatParser
 
parseFloats(String, String[]) - Method in class org.springframework.web.bind.ServletRequestUtils.FloatParser
 
parseFloats(String, String[]) - Method in class org.springframework.web.portlet.bind.PortletRequestUtils.FloatParser
 
parseIdRefElement(Element) - Method in class org.springframework.beans.factory.xml.BeanDefinitionParserDelegate
Return a typed String value Object for the given 'idref' element.
parseInt(String, String) - Method in class org.springframework.web.bind.ServletRequestUtils.IntParser
 
parseInt(String, String) - Method in class org.springframework.web.portlet.bind.PortletRequestUtils.IntParser
 
parseInternal(Element, ParserContext) - Method in class org.springframework.beans.factory.xml.AbstractBeanDefinitionParser
Central template method to actually parse the supplied Element into one or more BeanDefinitions.
parseInternal(Element, ParserContext) - Method in class org.springframework.beans.factory.xml.AbstractSingleBeanDefinitionParser
parseInternal(Element, ParserContext) - Method in class org.springframework.context.config.MBeanExportBeanDefinitionParser
 
parseInternal(Element, ParserContext) - Method in class org.springframework.context.config.MBeanServerBeanDefinitionParser
 
parseInternal(Element, ParserContext) - Method in class org.springframework.jdbc.config.EmbeddedDatabaseBeanDefinitionParser
 
parseInternal(Element, ParserContext) - Method in class org.springframework.jdbc.config.InitializeDatabaseBeanDefinitionParser
 
parseInternal(Element, ParserContext) - Method in class org.springframework.scripting.config.ScriptBeanDefinitionParser
Parses the dynamic object element and returns the resulting bean definition.
parseInternal() - Method in class org.springframework.util.xml.AbstractStaxXMLReader
Template-method that parses the StAX reader passed at construction-time.
parseInternal() - Method in class org.springframework.util.xml.StaxEventXMLReader
 
parseInternal() - Method in class org.springframework.util.xml.StaxStreamXMLReader
 
parseInts(String, String[]) - Method in class org.springframework.web.bind.ServletRequestUtils.IntParser
 
parseInts(String, String[]) - Method in class org.springframework.web.portlet.bind.PortletRequestUtils.IntParser
 
parseJarFiles(Element, SpringPersistenceUnitInfo) - Method in class org.springframework.orm.jpa.persistenceunit.PersistenceUnitReader
Parse the jar-file XML elements.
parseKeyElement(Element, BeanDefinition, String) - Method in class org.springframework.beans.factory.xml.BeanDefinitionParserDelegate
Parse a key sub-element of a map element.
parseKeyGenerator(Element, BeanDefinition) - Static method in class org.springframework.cache.config.CacheNamespaceHandler
 
parseListElement(Element, BeanDefinition) - Method in class org.springframework.beans.factory.xml.BeanDefinitionParserDelegate
Parse a list element.
parseListener(Element, Element, ParserContext) - Method in class org.springframework.jms.config.AbstractListenerContainerParser
 
parseListenerConfiguration(Element, ParserContext, BeanDefinition) - Method in class org.springframework.jms.config.AbstractListenerContainerParser
 
parseLocaleString(String) - Static method in class org.springframework.util.StringUtils
Parse the given localeString value into a Locale.
parseLong(String, String) - Method in class org.springframework.web.bind.ServletRequestUtils.LongParser
 
parseLong(String, String) - Method in class org.springframework.web.portlet.bind.PortletRequestUtils.LongParser
 
parseLongs(String, String[]) - Method in class org.springframework.web.bind.ServletRequestUtils.LongParser
 
parseLongs(String, String[]) - Method in class org.springframework.web.portlet.bind.PortletRequestUtils.LongParser
 
parseLookupOverrideSubElements(Element, MethodOverrides) - Method in class org.springframework.beans.factory.xml.BeanDefinitionParserDelegate
Parse lookup-override sub-elements of the given bean element.
parseManagedClasses(Element, SpringPersistenceUnitInfo) - Method in class org.springframework.orm.jpa.persistenceunit.PersistenceUnitReader
Parse the class XML elements.
parseMapElement(Element, BeanDefinition) - Method in class org.springframework.beans.factory.xml.BeanDefinitionParserDelegate
Parse a map element.
parseMappingFiles(Element, SpringPersistenceUnitInfo) - Method in class org.springframework.orm.jpa.persistenceunit.PersistenceUnitReader
Parse the mapping-file XML elements.
parseMatrixVariables(String) - Static method in class org.springframework.web.util.WebUtils
Parse the given string with matrix variables.
parseMediaType(String) - Static method in class org.springframework.http.MediaType
Parse the given String into a single MediaType.
parseMediaTypes(String) - Static method in class org.springframework.http.MediaType
Parse the given, comma-separated string into a list of MediaType objects.
parseMergeAttribute(Element) - Method in class org.springframework.beans.factory.xml.BeanDefinitionParserDelegate
Parse the merge attribute of a collection element, if any.
parseMetaElements(Element, BeanMetadataAttributeAccessor) - Method in class org.springframework.beans.factory.xml.BeanDefinitionParserDelegate
 
parseNestedCustomElement(Element, BeanDefinition) - Method in class org.springframework.beans.factory.xml.BeanDefinitionParserDelegate
 
parseNumber(String, Class<T>) - Static method in class org.springframework.util.NumberUtils
Parse the given text into a number instance of the given target class, using the corresponding decode / valueOf methods.
parseNumber(String, Class<T>, NumberFormat) - Static method in class org.springframework.util.NumberUtils
Parse the given text into a number instance of the given target class, using the given NumberFormat.
parsePersistenceUnitInfo(Element, String, URL) - Method in class org.springframework.orm.jpa.persistenceunit.PersistenceUnitReader
Parse the unit info DOM element.
parsePointcut(Element, ParserContext) - Method in class org.springframework.aop.config.ConfigBeanDefinitionParser
Parses the supplied &lt;pointcut&gt; and registers the resulting Pointcut with the BeanDefinitionRegistry.
parsePointcutProperty(Element, ParserContext) - Method in class org.springframework.aop.config.ConfigBeanDefinitionParser
Parses the pointcut or pointcut-ref attributes of the supplied Element and add a pointcut property as appropriate.
parseProperties(Element, SpringPersistenceUnitInfo) - Method in class org.springframework.orm.jpa.persistenceunit.PersistenceUnitReader
Parse the property XML elements.
parsePropertyElement(Element, BeanDefinition) - Method in class org.springframework.beans.factory.xml.BeanDefinitionParserDelegate
Parse a property element.
parsePropertyElements(Element, BeanDefinition) - Method in class org.springframework.beans.factory.xml.BeanDefinitionParserDelegate
Parse property sub-elements of the given bean element.
parsePropertySubElement(Element, BeanDefinition) - Method in class org.springframework.beans.factory.xml.BeanDefinitionParserDelegate
 
parsePropertySubElement(Element, BeanDefinition, String) - Method in class org.springframework.beans.factory.xml.BeanDefinitionParserDelegate
Parse a value, ref or collection sub-element of a property or constructor-arg element.
parsePropertyValue(Element, BeanDefinition, String) - Method in class org.springframework.beans.factory.xml.BeanDefinitionParserDelegate
Get the value of a property element.
parsePropsElement(Element) - Method in class org.springframework.beans.factory.xml.BeanDefinitionParserDelegate
Parse a props element.
parseQualifierElement(Element, AbstractBeanDefinition) - Method in class org.springframework.beans.factory.xml.BeanDefinitionParserDelegate
Parse a qualifier element.
parseQualifierElements(Element, AbstractBeanDefinition) - Method in class org.springframework.beans.factory.xml.BeanDefinitionParserDelegate
Parse qualifier sub-elements of the given bean element.
parser - Variable in class org.springframework.cache.interceptor.ExpressionEvaluator
 
Parser<T> - Interface in org.springframework.format
Parses text strings to produce instances of T.
parser - Variable in class org.springframework.format.support.FormattingConversionService.ParserConverter
 
parseRaw(String) - Method in class org.springframework.expression.spel.standard.SpelExpressionParser
 
ParserContext - Class in org.springframework.beans.factory.xml
Context that gets passed along a bean definition parsing process, encapsulating all relevant configuration as well as state.
ParserContext(XmlReaderContext, BeanDefinitionParserDelegate) - Constructor for class org.springframework.beans.factory.xml.ParserContext
 
ParserContext(XmlReaderContext, BeanDefinitionParserDelegate, BeanDefinition) - Constructor for class org.springframework.beans.factory.xml.ParserContext
 
ParserContext - Interface in org.springframework.expression
Input provided to an expression parser that can influence an expression parsing/compilation routine.
parseReplacedMethodSubElements(Element, MethodOverrides) - Method in class org.springframework.beans.factory.xml.BeanDefinitionParserDelegate
Parse replaced-method sub-elements of the given bean element.
parseRequest(HttpServletRequest) - Method in class org.springframework.web.multipart.commons.CommonsMultipartResolver
Parse the given servlet request, resolving its multipart elements.
parseRequest(ActionRequest) - Method in class org.springframework.web.portlet.multipart.CommonsPortletMultipartResolver
Parse the given portlet request, resolving its multipart elements.
parsers - Variable in class org.springframework.beans.factory.xml.NamespaceHandlerSupport
Stores the BeanDefinitionParser implementations keyed by the local name of the Elements they handle.
parseScope(Element, ClassPathBeanDefinitionScanner) - Method in class org.springframework.context.annotation.ComponentScanBeanDefinitionParser
 
parseSetElement(Element, BeanDefinition) - Method in class org.springframework.beans.factory.xml.BeanDefinitionParserDelegate
Parse a set element.
parseSqlStatement(String) - Static method in class org.springframework.jdbc.core.namedparam.NamedParameterUtils
Parse the SQL statement and locate any placeholders or named parameters.
parseSqlStatementIntoString(String) - Static method in class org.springframework.jdbc.core.namedparam.NamedParameterUtils
Parse the SQL statement and locate any placeholders or named parameters.
parseState - Variable in class org.springframework.aop.config.ConfigBeanDefinitionParser
 
ParseState - Class in org.springframework.beans.factory.parsing
Simple Stack-based structure for tracking the logical position during a parsing process.
ParseState() - Constructor for class org.springframework.beans.factory.parsing.ParseState
Create a new ParseState with an empty Stack.
ParseState(ParseState) - Constructor for class org.springframework.beans.factory.parsing.ParseState
Create a new ParseState whose Stack is a clone of that of the passed in ParseState.
parseState - Variable in class org.springframework.beans.factory.parsing.Problem
 
parseState - Variable in class org.springframework.beans.factory.xml.BeanDefinitionParserDelegate
 
ParseState.Entry - Interface in org.springframework.beans.factory.parsing
Marker interface for entries into the ParseState.
parseStringValue(String, Properties, Set<?>) - Method in class org.springframework.beans.factory.config.PropertyPlaceholderConfigurer
Deprecated.
as of Spring 3.0, in favor of using PropertyPlaceholderConfigurer.resolvePlaceholder(java.lang.String, java.util.Properties, int) with PropertyPlaceholderHelper. Only retained for compatibility with Spring 2.5 extensions.
parseStringValue(String, PropertyPlaceholderHelper.PlaceholderResolver, Set<String>) - Method in class org.springframework.util.PropertyPlaceholderHelper
 
parseTemplate(String, ParserContext) - Method in class org.springframework.expression.common.TemplateAwareExpressionParser
 
parseTransactionAnnotation(AnnotatedElement) - Method in class org.springframework.transaction.annotation.Ejb3TransactionAnnotationParser
 
parseTransactionAnnotation(javax.ejb.TransactionAttribute) - Method in class org.springframework.transaction.annotation.Ejb3TransactionAnnotationParser
 
parseTransactionAnnotation(AnnotatedElement) - Method in class org.springframework.transaction.annotation.SpringTransactionAnnotationParser
 
parseTransactionAnnotation(Transactional) - Method in class org.springframework.transaction.annotation.SpringTransactionAnnotationParser
 
parseTransactionAnnotation(AnnotatedElement) - Method in interface org.springframework.transaction.annotation.TransactionAnnotationParser
Parse the transaction attribute for the given method or class, based on a known annotation type.
parseTypeFilters(Element, ClassPathBeanDefinitionScanner, XmlReaderContext, ParserContext) - Method in class org.springframework.context.annotation.ComponentScanBeanDefinitionParser
 
parseUpdateAnnotation(AnnotatedElement, CachePut) - Method in class org.springframework.cache.annotation.SpringCacheAnnotationParser
 
parseValue(String) - Method in class org.springframework.web.servlet.mvc.condition.AbstractNameValueExpression
 
parseValue(String) - Method in class org.springframework.web.servlet.mvc.condition.HeadersRequestCondition.HeaderExpression
 
parseValue(String) - Method in class org.springframework.web.servlet.mvc.condition.ParamsRequestCondition.ParamExpression
 
parseValueElement(Element, String) - Method in class org.springframework.beans.factory.xml.BeanDefinitionParserDelegate
Return a typed String value Object for the given value element.
parseXmlString(String) - Method in class org.springframework.test.util.XmlExpectationsHelper
 
parseXmlString(String) - Method in class org.springframework.test.util.XpathExpectationsHelper
Parse the given XML content to a Document.
part - Variable in class org.springframework.web.multipart.support.StandardMultipartHttpServletRequest.StandardMultipartFile
 
partConverters - Variable in class org.springframework.http.converter.FormHttpMessageConverter
 
PARTICIPATE_SUFFIX - Static variable in class org.springframework.orm.hibernate3.support.OpenSessionInViewInterceptor
Suffix that gets appended to the SessionFactory toString() representation for the "participate in existing session handling" request attribute.
PARTICIPATE_SUFFIX - Static variable in class org.springframework.orm.hibernate4.support.OpenSessionInViewInterceptor
Suffix that gets appended to the SessionFactory toString() representation for the "participate in existing session handling" request attribute.
PARTICIPATE_SUFFIX - Static variable in class org.springframework.orm.jdo.support.OpenPersistenceManagerInViewInterceptor
Suffix that gets appended to the PersistenceManagerFactory toString representation for the "participate in existing persistence manager handling" request attribute.
PARTICIPATE_SUFFIX - Static variable in class org.springframework.orm.jpa.support.OpenEntityManagerInViewInterceptor
Suffix that gets appended to the EntityManagerFactory toString representation for the "participate in existing entity manager handling" request attribute.
partName - Variable in class org.springframework.web.multipart.support.MissingServletRequestPartException
 
partName - Variable in class org.springframework.web.multipart.support.RequestPartServletServerHttpRequest
 
parts - Variable in class org.springframework.test.web.servlet.request.Servlet3MockHttpServletRequest
 
parts - Variable in class org.springframework.test.web.servlet.request.Servlet3MockMultipartHttpServletRequest
 
passAllParametersToRenderPhase(ActionRequest, ActionResponse) - Static method in class org.springframework.web.portlet.util.PortletUtils
Pass all the action request parameters to the render phase by putting them into the action response object.
passivateObject(Object) - Method in class org.springframework.aop.target.CommonsPoolTargetSource
 
passRenderParameters(ActionRequest, ActionResponse) - Method in class org.springframework.web.portlet.mvc.AbstractFormController
Deprecated.
Pass the specified list of action request parameters to the render phase by putting them into the action response object.
PASSTHROUGH - Static variable in class org.springframework.beans.factory.support.CglibSubclassingInstantiationStrategy
Index in the CGLIB callback array for passthrough behavior, in which case the subclass won't override the original class.
PassThroughBlob - Class in org.springframework.jdbc.support.lob
Simple JDBC Blob adapter that exposes a given byte array or binary stream.
PassThroughBlob(byte[]) - Constructor for class org.springframework.jdbc.support.lob.PassThroughBlob
 
PassThroughBlob(InputStream, long) - Constructor for class org.springframework.jdbc.support.lob.PassThroughBlob
 
PassThroughClob - Class in org.springframework.jdbc.support.lob
Simple JDBC Clob adapter that exposes a given String or character stream.
PassThroughClob(String) - Constructor for class org.springframework.jdbc.support.lob.PassThroughClob
 
PassThroughClob(Reader, long) - Constructor for class org.springframework.jdbc.support.lob.PassThroughClob
 
PassThroughClob(InputStream, long) - Constructor for class org.springframework.jdbc.support.lob.PassThroughClob
 
PassThroughFilterChain - Class in org.springframework.mock.web
Implementation of the javax.servlet.FilterConfig interface which simply passes the call through to a given Filter/FilterChain combination (indicating the next Filter in the chain along with the FilterChain that it is supposed to work on) or to a given Servlet (indicating the end of the chain).
PassThroughFilterChain(Filter, FilterChain) - Constructor for class org.springframework.mock.web.PassThroughFilterChain
Create a new PassThroughFilterChain that delegates to the given Filter, calling it with the given FilterChain.
PassThroughFilterChain(Servlet) - Constructor for class org.springframework.mock.web.PassThroughFilterChain
Create a new PassThroughFilterChain that delegates to the given Servlet.
PassThroughSourceExtractor - Class in org.springframework.beans.factory.parsing
Simple SourceExtractor implementation that just passes the candidate source metadata object through for attachment.
PassThroughSourceExtractor() - Constructor for class org.springframework.beans.factory.parsing.PassThroughSourceExtractor
 
password - Variable in class org.springframework.jdbc.datasource.AbstractDriverBasedDataSource
 
password - Variable in class org.springframework.jdbc.datasource.LazyConnectionDataSourceProxy.LazyConnectionInvocationHandler
 
password - Variable in class org.springframework.jdbc.datasource.UserCredentialsDataSourceAdapter.JdbcUserCredentials
 
password - Variable in class org.springframework.jdbc.datasource.UserCredentialsDataSourceAdapter
 
password - Variable in class org.springframework.jms.connection.UserCredentialsConnectionFactoryAdapter.JmsUserCredentials
 
password - Variable in class org.springframework.jms.connection.UserCredentialsConnectionFactoryAdapter
 
password - Variable in class org.springframework.mail.javamail.JavaMailSenderImpl
 
password - Variable in class org.springframework.remoting.jaxrpc.JaxRpcPortClientInterceptor
Deprecated.
 
password - Variable in class org.springframework.remoting.jaxws.JaxWsPortClientInterceptor
 
PasswordInputTag - Class in org.springframework.web.servlet.tags.form
Databinding-aware JSP tag for rendering an HTML 'input' element with a 'type' of 'password'.
PasswordInputTag() - Constructor for class org.springframework.web.servlet.tags.form.PasswordInputTag
 
path - Variable in class org.springframework.core.io.ClassPathResource
 
path - Variable in class org.springframework.core.io.FileSystemResource
 
path(String, <any>) - Method in class org.springframework.test.web.servlet.result.CookieResultMatchers
Assert a cookie path with a Hamcrest Matcher.
path - Variable in class org.springframework.util.AntPathMatcher.AntPatternComparator
 
path - Variable in class org.springframework.web.context.support.ServletContextResource
 
path - Variable in class org.springframework.web.portlet.context.PortletContextResource
 
path - Variable in class org.springframework.web.servlet.support.BindStatus
 
path - Variable in class org.springframework.web.servlet.tags.BindTag
 
path - Variable in class org.springframework.web.servlet.tags.form.AbstractDataBoundFormElementTag
The property path from the form object.
path - Variable in class org.springframework.web.servlet.tags.NestedPathTag
 
path - Variable in class org.springframework.web.util.HierarchicalUriComponents.FullPathComponent
 
path - Variable in class org.springframework.web.util.HierarchicalUriComponents
 
path - Variable in class org.springframework.web.util.UriComponentsBuilder.FullPathComponentBuilder
 
path(String) - Method in class org.springframework.web.util.UriComponentsBuilder
Appends the given path to the existing path of this builder.
PATH_ATTRIBUTE - Static variable in class org.springframework.web.servlet.view.tiles.TilesView
Deprecated.
Name of the attribute that will override the path of the layout page to render.
PATH_DELIMITER - Static variable in class org.springframework.web.util.HierarchicalUriComponents
 
PATH_MAPPING_PATTERN - Static variable in class org.springframework.test.web.servlet.setup.PatternMappingFilterProxy
 
PATH_PATTERN - Static variable in class org.springframework.web.util.UriComponentsBuilder
 
PATH_PATTERN - Static variable in class org.springframework.web.util.UriUtils
 
PATH_VARIABLES - Static variable in interface org.springframework.web.servlet.View
Name of the HttpServletRequest attribute that contains a Map with path variables.
PATH_WITHIN_HANDLER_MAPPING_ATTRIBUTE - Static variable in interface org.springframework.web.servlet.HandlerMapping
Name of the HttpServletRequest attribute that contains the path within the handler mapping, in case of a pattern match, or the full relevant URI (typically within the DispatcherServlet's mapping) else.
pathBuilder - Variable in class org.springframework.web.util.UriComponentsBuilder
 
pathComparator - Variable in class org.springframework.web.servlet.mvc.annotation.AnnotationMethodHandlerAdapter.RequestSpecificMappingInfoComparator
Deprecated.
 
pathComponents - Variable in class org.springframework.web.util.HierarchicalUriComponents.PathComponentComposite
 
pathEquals(String, String) - Static method in class org.springframework.util.StringUtils
Compare two paths after normalization of them.
PathExtensionContentNegotiationStrategy - Class in org.springframework.web.accept
A ContentNegotiationStrategy that uses the path extension of the URL to determine what media types are requested.
PathExtensionContentNegotiationStrategy(Map<String, MediaType>) - Constructor for class org.springframework.web.accept.PathExtensionContentNegotiationStrategy
Create an instance with the given extension-to-MediaType lookup.
PathExtensionContentNegotiationStrategy() - Constructor for class org.springframework.web.accept.PathExtensionContentNegotiationStrategy
Create an instance without any mappings to start with.
PathExtensionContentNegotiationStrategy.JafMediaTypeFactory - Class in org.springframework.web.accept
Inner class to avoid hard-coded dependency on JAF.
PathExtensionContentNegotiationStrategy.JafMediaTypeFactory() - Constructor for class org.springframework.web.accept.PathExtensionContentNegotiationStrategy.JafMediaTypeFactory
 
pathHelper - Variable in class org.springframework.web.servlet.mvc.condition.PatternsRequestCondition
 
pathHelperNoSemicolonContent - Static variable in class org.springframework.web.servlet.mvc.condition.PatternsRequestCondition
 
pathInfo - Variable in class org.springframework.mock.web.MockHttpServletRequest
 
pathInfo - Variable in class org.springframework.test.web.servlet.request.MockHttpServletRequestBuilder
 
pathInfo(String) - Method in class org.springframework.test.web.servlet.request.MockHttpServletRequestBuilder
Specify the portion of the requestURI that represents the pathInfo.
pathMatcher - Variable in class org.springframework.core.io.support.PathMatchingResourcePatternResolver
 
pathMatcher - Variable in class org.springframework.core.io.support.PathMatchingResourcePatternResolver.PatternVirtualFileVisitor
 
PathMatcher - Interface in org.springframework.util
Strategy interface for String-based path matching.
pathMatcher - Variable in class org.springframework.web.servlet.handler.AbstractHandlerMapping
 
pathMatcher - Variable in class org.springframework.web.servlet.mvc.annotation.AnnotationMethodHandlerAdapter
Deprecated.
 
pathMatcher - Variable in class org.springframework.web.servlet.mvc.condition.PatternsRequestCondition
 
pathMatcher - Variable in class org.springframework.web.servlet.mvc.multiaction.PropertiesMethodNameResolver
 
pathMatcher - Variable in class org.springframework.web.servlet.mvc.WebContentInterceptor
 
pathMatcher - Variable in class org.springframework.web.servlet.ResourceServlet
 
PathMatchingResourcePatternResolver - Class in org.springframework.core.io.support
A ResourcePatternResolver implementation that is able to resolve a specified resource location path into one or more matching Resources.
PathMatchingResourcePatternResolver() - Constructor for class org.springframework.core.io.support.PathMatchingResourcePatternResolver
Create a new PathMatchingResourcePatternResolver with a DefaultResourceLoader.
PathMatchingResourcePatternResolver(ClassLoader) - Constructor for class org.springframework.core.io.support.PathMatchingResourcePatternResolver
Create a new PathMatchingResourcePatternResolver with a DefaultResourceLoader.
PathMatchingResourcePatternResolver(ResourceLoader) - Constructor for class org.springframework.core.io.support.PathMatchingResourcePatternResolver
Create a new PathMatchingResourcePatternResolver.
PathMatchingResourcePatternResolver.PatternVirtualFileVisitor - Class in org.springframework.core.io.support
VFS visitor for path matching purposes.
PathMatchingResourcePatternResolver.PatternVirtualFileVisitor(String, String, PathMatcher) - Constructor for class org.springframework.core.io.support.PathMatchingResourcePatternResolver.PatternVirtualFileVisitor
 
PathMatchingResourcePatternResolver.VfsResourceMatchingDelegate - Class in org.springframework.core.io.support
Inner delegate class, avoiding a hard JBoss VFS API dependency at runtime.
PathMatchingResourcePatternResolver.VfsResourceMatchingDelegate() - Constructor for class org.springframework.core.io.support.PathMatchingResourcePatternResolver.VfsResourceMatchingDelegate
 
pathPatterns - Variable in class org.springframework.web.servlet.config.annotation.ResourceHandlerRegistration
 
pathPrefix - Variable in class org.springframework.web.servlet.mvc.support.ControllerClassNameHandlerMapping
 
pathSegment(String...) - Method in class org.springframework.web.util.UriComponentsBuilder
Appends the given path segments to the existing path of this builder.
pathSegments - Variable in class org.springframework.web.util.HierarchicalUriComponents.PathSegmentComponent
 
pathSegments - Variable in class org.springframework.web.util.UriComponentsBuilder.PathSegmentComponentBuilder
 
pathSeparator - Variable in class org.springframework.util.AntPathMatcher
 
PathVariable - Annotation Type in org.springframework.web.bind.annotation
Annotation which indicates that a method parameter should be bound to a URI template variable.
PathVariableMapMethodArgumentResolver - Class in org.springframework.web.servlet.mvc.method.annotation
Resolves Map method arguments annotated with an @PathVariable where the annotation does not specify a path variable name.
PathVariableMapMethodArgumentResolver() - Constructor for class org.springframework.web.servlet.mvc.method.annotation.PathVariableMapMethodArgumentResolver
 
PathVariableMethodArgumentResolver - Class in org.springframework.web.servlet.mvc.method.annotation
Resolves method arguments annotated with an @PathVariable.
PathVariableMethodArgumentResolver() - Constructor for class org.springframework.web.servlet.mvc.method.annotation.PathVariableMethodArgumentResolver
 
PathVariableMethodArgumentResolver.PathVariableNamedValueInfo - Class in org.springframework.web.servlet.mvc.method.annotation
 
PathVariableMethodArgumentResolver.PathVariableNamedValueInfo(PathVariable) - Constructor for class org.springframework.web.servlet.mvc.method.annotation.PathVariableMethodArgumentResolver.PathVariableNamedValueInfo
 
pathWithinMapping - Variable in class org.springframework.web.servlet.handler.AbstractUrlHandlerMapping.PathExposingHandlerInterceptor
 
PATTERN - Static variable in class org.springframework.aop.interceptor.CustomizableTraceInterceptor
The Pattern used to match placeholders.
pattern - Variable in class org.springframework.core.type.filter.RegexPatternTypeFilter
 
pattern - Variable in class org.springframework.format.datetime.DateFormatter
 
pattern - Variable in class org.springframework.format.datetime.joda.DateTimeFormatterFactory
 
pattern - Variable in class org.springframework.format.number.NumberFormatter
 
pattern - Variable in class org.springframework.util.AntPathMatcher.AntPathStringMatcher
 
patternBuilder - Variable in class org.springframework.web.util.UriTemplate.Parser
 
PatternEditor - Class in org.springframework.beans.propertyeditors
Editor for java.util.regex.Pattern, to directly populate a Pattern property.
PatternEditor() - Constructor for class org.springframework.beans.propertyeditors.PatternEditor
Create a new PatternEditor with default settings.
PatternEditor(int) - Constructor for class org.springframework.beans.propertyeditors.PatternEditor
Create a new PatternEditor with the given settings.
PatternMappingFilterProxy - Class in org.springframework.test.web.servlet.setup
A Filter that invokes a delegate Filter only if the request URL matches the pattern it is mapped to using pattern matching as defined in the Servlet spec.
PatternMappingFilterProxy(Filter, String...) - Constructor for class org.springframework.test.web.servlet.setup.PatternMappingFilterProxy
Creates a new instance.
PatternMatchUtils - Class in org.springframework.util
Utility methods for simple pattern matching, in particular for Spring's typical "xxx*", "*xxx" and "*xxx*" pattern styles.
PatternMatchUtils() - Constructor for class org.springframework.util.PatternMatchUtils
 
patterns - Variable in class org.springframework.aop.support.AbstractRegexpMethodPointcut
Regular expressions to match
patterns - Variable in class org.springframework.aop.support.RegexpMethodPointcutAdvisor
 
patterns - Variable in class org.springframework.web.servlet.mvc.annotation.AnnotationMethodHandlerAdapter.RequestMappingInfo
Deprecated.
 
patterns - Variable in class org.springframework.web.servlet.mvc.condition.PatternsRequestCondition
 
patternsCondition - Variable in class org.springframework.web.servlet.mvc.method.RequestMappingInfo
 
PatternsRequestCondition - Class in org.springframework.web.servlet.mvc.condition
A logical disjunction (' || ') request condition that matches a request against a set of URL path patterns.
PatternsRequestCondition(String...) - Constructor for class org.springframework.web.servlet.mvc.condition.PatternsRequestCondition
Creates a new instance with the given URL patterns.
PatternsRequestCondition(String[], UrlPathHelper, PathMatcher, boolean, boolean) - Constructor for class org.springframework.web.servlet.mvc.condition.PatternsRequestCondition
Additional constructor with flags for using suffix pattern (.*) and trailing slash matches.
PatternsRequestCondition(String[], UrlPathHelper, PathMatcher, boolean, boolean, List<String>) - Constructor for class org.springframework.web.servlet.mvc.condition.PatternsRequestCondition
Creates a new instance with the given URL patterns.
PatternsRequestCondition(Collection<String>, UrlPathHelper, PathMatcher, boolean, boolean, List<String>) - Constructor for class org.springframework.web.servlet.mvc.condition.PatternsRequestCondition
Private constructor accepting a collection of patterns.
pausedTasks - Variable in class org.springframework.jms.listener.AbstractJmsListeningContainer
 
pd - Variable in class org.springframework.beans.factory.annotation.InjectionMetadata.InjectedElement
 
peek() - Method in class org.springframework.beans.factory.parsing.ParseState
Return the ParseState.Entry currently at the top of the Stack or null if the Stack is empty.
peekAhead(Collection) - Static method in class org.springframework.core.Conventions
Retrieves the Class of an element in the Collection.
peekIdentifierToken(String) - Method in class org.springframework.expression.spel.standard.InternalSpelExpressionParser
 
peekSelectToken() - Method in class org.springframework.expression.spel.standard.InternalSpelExpressionParser
 
peekToken(TokenKind) - Method in class org.springframework.expression.spel.standard.InternalSpelExpressionParser
 
peekToken(TokenKind, boolean) - Method in class org.springframework.expression.spel.standard.InternalSpelExpressionParser
 
peekToken(TokenKind, TokenKind) - Method in class org.springframework.expression.spel.standard.InternalSpelExpressionParser
 
peekToken(TokenKind, TokenKind, TokenKind) - Method in class org.springframework.expression.spel.standard.InternalSpelExpressionParser
 
peekToken() - Method in class org.springframework.expression.spel.standard.InternalSpelExpressionParser
 
PercentFormatter - Class in org.springframework.format.number
A Number formatter for percent values.
PercentFormatter() - Constructor for class org.springframework.format.number.PercentFormatter
 
perClausePointcut - Variable in class org.springframework.aop.aspectj.annotation.AspectMetadata
Spring AOP pointcut corresponding to the per clause of the aspect.
perform(RequestBuilder) - Method in class org.springframework.test.web.servlet.MockMvc
Perform a request and return a type that allows chaining further actions, such as asserting expectations, on the result.
perform(ComponentContext, HttpServletRequest, HttpServletResponse, ServletContext) - Method in class org.springframework.web.servlet.view.tiles.ComponentControllerSupport
Deprecated.
This implementation delegates to execute, converting non-Servlet/IO Exceptions to ServletException.
PerformanceMonitorInterceptor - Class in org.springframework.aop.interceptor
Simple AOP Alliance MethodInterceptor for performance monitoring.
PerformanceMonitorInterceptor() - Constructor for class org.springframework.aop.interceptor.PerformanceMonitorInterceptor
Create a new PerformanceMonitorInterceptor with a static logger.
PerformanceMonitorInterceptor(boolean) - Constructor for class org.springframework.aop.interceptor.PerformanceMonitorInterceptor
Create a new PerformanceMonitorInterceptor with a dynamic or static logger, according to the given flag.
performJaxRpcCall(MethodInvocation, Service) - Method in class org.springframework.remoting.jaxrpc.JaxRpcPortClientInterceptor
Deprecated.
Perform a JAX-RPC dynamic call for the given AOP method invocation.
period - Variable in class org.springframework.scheduling.commonj.ScheduledTimerListener
 
period - Variable in class org.springframework.scheduling.concurrent.ScheduledExecutorTask
 
period - Variable in class org.springframework.scheduling.support.PeriodicTrigger
 
period - Variable in class org.springframework.scheduling.timer.ScheduledTimerTask
Deprecated.
 
PeriodicTrigger - Class in org.springframework.scheduling.support
A trigger for periodic task execution.
PeriodicTrigger(long) - Constructor for class org.springframework.scheduling.support.PeriodicTrigger
Create a trigger with the given period in milliseconds.
PeriodicTrigger(long, TimeUnit) - Constructor for class org.springframework.scheduling.support.PeriodicTrigger
Create a trigger with the given period and time unit.
permissionDeniedCodes - Variable in class org.springframework.jdbc.support.SQLErrorCodes
 
PermissionDeniedDataAccessException - Exception in org.springframework.dao
Exception thrown when the underlying resource denied a permission to access a specific element, such as a specific database table.
PermissionDeniedDataAccessException(String, Throwable) - Constructor for exception org.springframework.dao.PermissionDeniedDataAccessException
Constructor for PermissionDeniedDataAccessException.
persist(Object) - Method in interface org.springframework.orm.hibernate3.HibernateOperations
Persist the given transient instance.
persist(String, Object) - Method in interface org.springframework.orm.hibernate3.HibernateOperations
Persist the given transient instance.
persist(Object) - Method in class org.springframework.orm.hibernate3.HibernateTemplate
 
persist(String, Object) - Method in class org.springframework.orm.hibernate3.HibernateTemplate
 
persist(Object) - Method in interface org.springframework.orm.jpa.JpaOperations
Deprecated.
 
persist(Object) - Method in class org.springframework.orm.jpa.JpaTemplate
Deprecated.
 
PERSISTENCE_ANNOTATION_PROCESSOR_BEAN_NAME - Static variable in class org.springframework.context.annotation.AnnotationConfigUtils
The bean name of the internally managed JPA annotation processor.
PERSISTENCE_ANNOTATION_PROCESSOR_CLASS_NAME - Static variable in class org.springframework.context.annotation.AnnotationConfigUtils
 
PERSISTENCE_MANAGER_SYNCHRONIZATION_ORDER - Static variable in class org.springframework.orm.jdo.PersistenceManagerFactoryUtils
Order value for TransactionSynchronization objects that clean up JDO PersistenceManagers.
PERSISTENCE_UNIT - Static variable in class org.springframework.orm.jpa.persistenceunit.PersistenceUnitReader
 
PERSISTENCE_VERSION - Static variable in class org.springframework.orm.jpa.persistenceunit.PersistenceUnitReader
 
PersistenceAnnotationBeanPostProcessor - Class in org.springframework.orm.jpa.support
BeanPostProcessor that processes javax.persistence.PersistenceUnit and javax.persistence.PersistenceContext annotations, for injection of the corresponding JPA resources javax.persistence.EntityManagerFactory and javax.persistence.EntityManager.
PersistenceAnnotationBeanPostProcessor() - Constructor for class org.springframework.orm.jpa.support.PersistenceAnnotationBeanPostProcessor
 
PersistenceAnnotationBeanPostProcessor.LocatorDelegate - Class in org.springframework.orm.jpa.support
Separate inner class to isolate the JNDI API dependency (for compatibility with Google App Engine's API white list).
PersistenceAnnotationBeanPostProcessor.LocatorDelegate() - Constructor for class org.springframework.orm.jpa.support.PersistenceAnnotationBeanPostProcessor.LocatorDelegate
 
PersistenceAnnotationBeanPostProcessor.PersistenceElement - Class in org.springframework.orm.jpa.support
Class representing injection information about an annotated field or setter method.
PersistenceAnnotationBeanPostProcessor.PersistenceElement(Member, PropertyDescriptor) - Constructor for class org.springframework.orm.jpa.support.PersistenceAnnotationBeanPostProcessor.PersistenceElement
 
persistenceContexts - Variable in class org.springframework.orm.jpa.support.PersistenceAnnotationBeanPostProcessor
 
PersistenceExceptionTranslationAdvisor - Class in org.springframework.dao.annotation
Spring AOP exception translation aspect for use at Repository or DAO layer level.
PersistenceExceptionTranslationAdvisor(PersistenceExceptionTranslator, Class<? extends Annotation>) - Constructor for class org.springframework.dao.annotation.PersistenceExceptionTranslationAdvisor
Create a new PersistenceExceptionTranslationAdvisor.
PersistenceExceptionTranslationAdvisor(ListableBeanFactory, Class<? extends Annotation>) - Constructor for class org.springframework.dao.annotation.PersistenceExceptionTranslationAdvisor
Create a new PersistenceExceptionTranslationAdvisor.
PersistenceExceptionTranslationInterceptor - Class in org.springframework.dao.support
AOP Alliance MethodInterceptor that provides persistence exception translation based on a given PersistenceExceptionTranslator.
PersistenceExceptionTranslationInterceptor() - Constructor for class org.springframework.dao.support.PersistenceExceptionTranslationInterceptor
Create a new PersistenceExceptionTranslationInterceptor.
PersistenceExceptionTranslationInterceptor(PersistenceExceptionTranslator) - Constructor for class org.springframework.dao.support.PersistenceExceptionTranslationInterceptor
Create a new PersistenceExceptionTranslationInterceptor for the given PersistenceExceptionTranslator.
PersistenceExceptionTranslationInterceptor(ListableBeanFactory) - Constructor for class org.springframework.dao.support.PersistenceExceptionTranslationInterceptor
Create a new PersistenceExceptionTranslationInterceptor, autodetecting PersistenceExceptionTranslators in the given BeanFactory.
PersistenceExceptionTranslationPostProcessor - Class in org.springframework.dao.annotation
Bean post-processor that automatically applies persistence exception translation to any bean marked with Spring's @Repository annotation, adding a corresponding PersistenceExceptionTranslationAdvisor to the exposed proxy (either an existing AOP proxy or a newly generated proxy that implements all of the target's interfaces).
PersistenceExceptionTranslationPostProcessor() - Constructor for class org.springframework.dao.annotation.PersistenceExceptionTranslationPostProcessor
 
persistenceExceptionTranslator - Variable in class org.springframework.dao.support.PersistenceExceptionTranslationInterceptor
 
PersistenceExceptionTranslator - Interface in org.springframework.dao.support
Interface implemented by Spring integrations with data access technologies that throw runtime exceptions, such as JPA, TopLink, JDO and Hibernate.
persistenceManager - Variable in class org.springframework.orm.jdo.DefaultJdoDialect.DataStoreConnectionHandle
 
persistenceManager - Variable in class org.springframework.orm.jdo.PersistenceManagerHolder
 
persistenceManagerFactory - Variable in class org.springframework.orm.jdo.JdoAccessor
Deprecated.
 
persistenceManagerFactory - Variable in class org.springframework.orm.jdo.JdoTransactionManager
 
persistenceManagerFactory - Variable in class org.springframework.orm.jdo.LocalPersistenceManagerFactoryBean
 
persistenceManagerFactory - Variable in class org.springframework.orm.jdo.support.OpenPersistenceManagerInViewInterceptor
 
persistenceManagerFactory - Variable in class org.springframework.orm.jdo.support.SpringPersistenceManagerProxyBean
 
persistenceManagerFactory - Variable in class org.springframework.orm.jdo.TransactionAwarePersistenceManagerFactoryProxy.PersistenceManagerInvocationHandler
 
persistenceManagerFactoryBeanName - Variable in class org.springframework.orm.jdo.support.OpenPersistenceManagerInViewFilter
 
persistenceManagerFactoryName - Variable in class org.springframework.orm.jdo.LocalPersistenceManagerFactoryBean
 
PersistenceManagerFactoryUtils - Class in org.springframework.orm.jdo
Helper class featuring methods for JDO PersistenceManager handling, allowing for reuse of PersistenceManager instances within transactions.
PersistenceManagerFactoryUtils() - Constructor for class org.springframework.orm.jdo.PersistenceManagerFactoryUtils
 
PersistenceManagerFactoryUtils.PersistenceManagerSynchronization - Class in org.springframework.orm.jdo
Callback for resource cleanup at the end of a non-JDO transaction (e.g.
PersistenceManagerFactoryUtils.PersistenceManagerSynchronization(PersistenceManagerHolder, PersistenceManagerFactory, boolean) - Constructor for class org.springframework.orm.jdo.PersistenceManagerFactoryUtils.PersistenceManagerSynchronization
 
persistenceManagerHolder - Variable in class org.springframework.orm.jdo.JdoTransactionManager.JdoTransactionObject
 
persistenceManagerHolder - Variable in class org.springframework.orm.jdo.JdoTransactionManager.SuspendedResourcesHolder
 
PersistenceManagerHolder - Class in org.springframework.orm.jdo
Holder wrapping a JDO PersistenceManager.
PersistenceManagerHolder(PersistenceManager) - Constructor for class org.springframework.orm.jdo.PersistenceManagerHolder
 
persistenceManagerInterface - Variable in class org.springframework.orm.jdo.support.SpringPersistenceManagerProxyBean
 
persistenceProvider - Variable in class org.springframework.orm.jpa.AbstractEntityManagerFactoryBean
 
persistenceProvider - Variable in class org.springframework.orm.jpa.vendor.EclipseLinkJpaVendorAdapter
 
persistenceProvider - Variable in class org.springframework.orm.jpa.vendor.HibernateJpaVendorAdapter
 
persistenceProvider - Variable in class org.springframework.orm.jpa.vendor.OpenJpaVendorAdapter
 
persistenceProvider - Variable in class org.springframework.orm.jpa.vendor.TopLinkJpaVendorAdapter
Deprecated.
 
persistenceProviderClassName - Variable in class org.springframework.orm.jpa.persistenceunit.MutablePersistenceUnitInfo
 
persistenceProviderPackageName - Variable in class org.springframework.orm.jpa.persistenceunit.MutablePersistenceUnitInfo
 
persistenceUnitInfo - Variable in class org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean
 
persistenceUnitInfoNames - Variable in class org.springframework.orm.jpa.persistenceunit.DefaultPersistenceUnitManager
 
persistenceUnitInfos - Variable in class org.springframework.orm.jpa.persistenceunit.DefaultPersistenceUnitManager
 
persistenceUnitManager - Variable in class org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean
 
PersistenceUnitManager - Interface in org.springframework.orm.jpa.persistenceunit
Interface that defines an abstraction for finding and managing JPA PersistenceUnitInfos.
persistenceUnitName - Variable in class org.springframework.orm.jpa.AbstractEntityManagerFactoryBean
 
persistenceUnitName - Variable in class org.springframework.orm.jpa.EntityManagerFactoryAccessor
 
persistenceUnitName - Variable in class org.springframework.orm.jpa.JpaTransactionManager
 
persistenceUnitName - Variable in class org.springframework.orm.jpa.persistenceunit.MutablePersistenceUnitInfo
 
persistenceUnitName - Variable in class org.springframework.orm.jpa.support.OpenEntityManagerInViewFilter
 
PersistenceUnitPostProcessor - Interface in org.springframework.orm.jpa.persistenceunit
Callback interface for post-processing a JPA PersistenceUnitInfo.
persistenceUnitPostProcessors - Variable in class org.springframework.orm.jpa.persistenceunit.DefaultPersistenceUnitManager
 
PersistenceUnitReader - Class in org.springframework.orm.jpa.persistenceunit
Internal helper class for reading JPA-compliant persistence.xml files.
PersistenceUnitReader(ResourcePatternResolver, DataSourceLookup) - Constructor for class org.springframework.orm.jpa.persistenceunit.PersistenceUnitReader
Create a new PersistenceUnitReader.
persistenceUnitRootUrl - Variable in class org.springframework.orm.jpa.persistenceunit.MutablePersistenceUnitInfo
 
persistenceUnits - Variable in class org.springframework.orm.jpa.support.PersistenceAnnotationBeanPostProcessor
 
persistenceXmlLocations - Variable in class org.springframework.orm.jpa.persistenceunit.DefaultPersistenceUnitManager
 
persistenceXMLSchemaVersion - Variable in class org.springframework.orm.jpa.persistenceunit.MutablePersistenceUnitInfo
 
persistentClass - Variable in exception org.springframework.orm.ObjectOptimisticLockingFailureException
 
persistentClass - Variable in exception org.springframework.orm.ObjectRetrievalFailureException
 
persistLocation - Variable in class org.springframework.jmx.export.metadata.ManagedResource
 
persistName - Variable in class org.springframework.jmx.export.metadata.ManagedResource
 
persistPeriod - Variable in class org.springframework.jmx.export.metadata.ManagedAttribute
 
persistPeriod - Variable in class org.springframework.jmx.export.metadata.ManagedMetric
 
persistPeriod - Variable in class org.springframework.jmx.export.metadata.ManagedResource
 
persistPolicy - Variable in class org.springframework.jmx.export.metadata.ManagedAttribute
 
persistPolicy - Variable in class org.springframework.jmx.export.metadata.ManagedMetric
 
persistPolicy - Variable in class org.springframework.jmx.export.metadata.ManagedResource
 
PessimisticLockingFailureException - Exception in org.springframework.dao
Exception thrown on a pessimistic locking violation.
PessimisticLockingFailureException(String) - Constructor for exception org.springframework.dao.PessimisticLockingFailureException
Constructor for PessimisticLockingFailureException.
PessimisticLockingFailureException(String, Throwable) - Constructor for exception org.springframework.dao.PessimisticLockingFailureException
Constructor for PessimisticLockingFailureException.
phase - Variable in class org.springframework.context.support.DefaultLifecycleProcessor.LifecycleGroup
 
phase - Variable in class org.springframework.jca.endpoint.GenericMessageEndpointManager
 
phase - Variable in class org.springframework.jms.listener.AbstractJmsListeningContainer
 
phase - Variable in class org.springframework.scheduling.quartz.SchedulerFactoryBean
 
phase - Variable in class org.springframework.web.portlet.mvc.annotation.AnnotationMethodHandlerAdapter.RequestMappingInfo
 
PHASE_ATTRIBUTE - Static variable in class org.springframework.jms.config.AbstractListenerContainerParser
 
Phased - Interface in org.springframework.context
Interface for objects that may participate in a phased process such as lifecycle management.
physicalClose() - Method in class org.springframework.jms.connection.CachingConnectionFactory.CachedSessionInvocationHandler
 
PLACEHOLDER_ARGUMENT_TYPES - Static variable in class org.springframework.aop.interceptor.CustomizableTraceInterceptor
The $[argumentTypes] placeholder.
PLACEHOLDER_ARGUMENTS - Static variable in class org.springframework.aop.interceptor.CustomizableTraceInterceptor
The $[arguments] placeholder.
PLACEHOLDER_EXCEPTION - Static variable in class org.springframework.aop.interceptor.CustomizableTraceInterceptor
The $[exception] placeholder.
PLACEHOLDER_INVOCATION_TIME - Static variable in class org.springframework.aop.interceptor.CustomizableTraceInterceptor
The $[invocationTime] placeholder.
PLACEHOLDER_METHOD_NAME - Static variable in class org.springframework.aop.interceptor.CustomizableTraceInterceptor
The $[methodName] placeholder.
PLACEHOLDER_PREFIX - Static variable in class org.springframework.util.SystemPropertyUtils
Prefix for system property placeholders: "${"
PLACEHOLDER_RETURN_VALUE - Static variable in class org.springframework.aop.interceptor.CustomizableTraceInterceptor
The $[returnValue] placeholder.
PLACEHOLDER_SUFFIX - Static variable in class org.springframework.util.SystemPropertyUtils
Suffix for system property placeholders: "}"
PLACEHOLDER_TARGET_CLASS_NAME - Static variable in class org.springframework.aop.interceptor.CustomizableTraceInterceptor
The $[targetClassName] placeholder.
PLACEHOLDER_TARGET_CLASS_SHORT_NAME - Static variable in class org.springframework.aop.interceptor.CustomizableTraceInterceptor
The $[targetClassShortName] placeholder.
PlaceholderConfigurerSupport - Class in org.springframework.beans.factory.config
Abstract base class for property resource configurers that resolve placeholders in bean definition property values.
PlaceholderConfigurerSupport() - Constructor for class org.springframework.beans.factory.config.PlaceholderConfigurerSupport
 
placeholderPrefix - Variable in class org.springframework.beans.factory.config.PlaceholderConfigurerSupport
Defaults to "${"
placeholderPrefix - Variable in class org.springframework.core.env.AbstractPropertyResolver
 
placeholderPrefix - Variable in class org.springframework.util.PropertyPlaceholderHelper
 
placeholderSuffix - Variable in class org.springframework.beans.factory.config.PlaceholderConfigurerSupport
Defaults to "}"
placeholderSuffix - Variable in class org.springframework.core.env.AbstractPropertyResolver
 
placeholderSuffix - Variable in class org.springframework.util.PropertyPlaceholderHelper
 
PlatformTransactionManager - Interface in org.springframework.transaction
This is the central interface in Spring's transaction infrastructure.
PluggableSchemaResolver - Class in org.springframework.beans.factory.xml
EntityResolver implementation that attempts to resolve schema URLs into local classpath resources using a set of mappings files.
PluggableSchemaResolver(ClassLoader) - Constructor for class org.springframework.beans.factory.xml.PluggableSchemaResolver
Loads the schema URL -> schema file location mappings using the default mapping file pattern "META-INF/spring.schemas".
PluggableSchemaResolver(ClassLoader, String) - Constructor for class org.springframework.beans.factory.xml.PluggableSchemaResolver
Loads the schema URL -> schema file location mappings using the given mapping file pattern.
PLUGINS_FIELD - Static variable in class org.springframework.instrument.classloading.websphere.WebSphereClassLoaderAdapter
 
PLURAL_SUFFIX - Static variable in class org.springframework.core.Conventions
Suffix added to names when using arrays.
pluralize(String) - Static method in class org.springframework.core.Conventions
Pluralize the given name.
plusOperations - Variable in class org.springframework.orm.jpa.AbstractEntityManagerFactoryBean
 
plusOperations - Variable in class org.springframework.orm.jpa.ExtendedEntityManagerCreator.ExtendedEntityManagerInvocationHandler
 
pointcut - Variable in class org.springframework.aop.aspectj.AbstractAspectJAdvice
 
pointcut - Variable in class org.springframework.aop.aspectj.annotation.InstantiationModelAwarePointcutAdvisorImpl
 
pointcut - Variable in class org.springframework.aop.aspectj.AspectJExpressionPointcutAdvisor
 
pointcut - Variable in class org.springframework.aop.aspectj.AspectJPointcutAdvisor
 
POINTCUT - Static variable in class org.springframework.aop.config.ConfigBeanDefinitionParser
 
Pointcut - Interface in org.springframework.aop
Core Spring pointcut abstraction.
pointcut - Variable in class org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor
 
pointcut - Variable in class org.springframework.aop.support.DefaultPointcutAdvisor
 
pointcut - Variable in class org.springframework.aop.support.NameMatchMethodPointcutAdvisor
 
pointcut - Variable in class org.springframework.aop.support.RegexpMethodPointcutAdvisor
 
pointcut - Variable in class org.springframework.cache.interceptor.BeanFactoryCacheOperationSourceAdvisor
 
pointcut - Variable in class org.springframework.cache.interceptor.CacheProxyFactoryBean
 
pointcut - Variable in class org.springframework.dao.annotation.PersistenceExceptionTranslationAdvisor
 
pointcut - Variable in class org.springframework.scheduling.annotation.AsyncAnnotationAdvisor
 
pointcut - Variable in class org.springframework.transaction.interceptor.BeanFactoryTransactionAttributeSourceAdvisor
 
pointcut - Variable in class org.springframework.transaction.interceptor.TransactionAttributeSourceAdvisor
 
pointcut - Variable in class org.springframework.transaction.interceptor.TransactionProxyFactoryBean
 
POINTCUT_INDEX - Static variable in class org.springframework.aop.config.ConfigBeanDefinitionParser
 
POINTCUT_REF - Static variable in class org.springframework.aop.config.ConfigBeanDefinitionParser
 
PointcutAdvisor - Interface in org.springframework.aop
Superinterface for all Advisors that are driven by a pointcut.
pointcutBeanName - Variable in class org.springframework.aop.config.PointcutComponentDefinition
 
PointcutComponentDefinition - Class in org.springframework.aop.config
ComponentDefinition implementation that holds a pointcut definition.
PointcutComponentDefinition(String, BeanDefinition, String) - Constructor for class org.springframework.aop.config.PointcutComponentDefinition
 
pointcutDeclarationScope - Variable in class org.springframework.aop.aspectj.AspectJExpressionPointcut
 
pointcutDefinition - Variable in class org.springframework.aop.config.PointcutComponentDefinition
 
PointcutEntry - Class in org.springframework.aop.config
ParseState entry representing a pointcut.
PointcutEntry(String) - Constructor for class org.springframework.aop.config.PointcutEntry
Creates a new instance of the PointcutEntry class.
pointcutExpression - Variable in class org.springframework.aop.aspectj.annotation.AbstractAspectJAdvisorFactory.AspectJAnnotation
 
pointcutExpression - Variable in class org.springframework.aop.aspectj.AspectJAdviceParameterNameDiscoverer
The pointcut expression associated with the advice, as a simple String.
pointcutExpression - Variable in class org.springframework.aop.aspectj.AspectJExpressionPointcut
 
pointcutMonitor - Variable in class org.springframework.aop.support.RegexpMethodPointcutAdvisor
 
pointcutParameterNames - Variable in class org.springframework.aop.aspectj.AspectJExpressionPointcut
 
pointcutParameterTypes - Variable in class org.springframework.aop.aspectj.AspectJExpressionPointcut
 
Pointcuts - Class in org.springframework.aop.support
Pointcut constants for matching getters and setters, and static methods useful for manipulating and evaluating pointcuts.
Pointcuts() - Constructor for class org.springframework.aop.support.Pointcuts
 
Pointcuts.GetterPointcut - Class in org.springframework.aop.support
Pointcut implementation that matches bean property getters.
Pointcuts.GetterPointcut() - Constructor for class org.springframework.aop.support.Pointcuts.GetterPointcut
 
Pointcuts.SetterPointcut - Class in org.springframework.aop.support
Pointcut implementation that matches bean property setters.
Pointcuts.SetterPointcut() - Constructor for class org.springframework.aop.support.Pointcuts.SetterPointcut
 
POLICY_NAME - Static variable in class org.springframework.instrument.classloading.jboss.JBossMCAdapter
 
pollForPurge() - Method in class org.springframework.util.ConcurrentReferenceHashMap.ReferenceManager
Return any reference that has been garbage collected and can be purged from the underlying structure or null if no references need purging.
pool - Variable in class org.springframework.aop.target.CommonsPoolTargetSource
The Jakarta Commons ObjectPool used to pool target objects
PoolingConfig - Interface in org.springframework.aop.target
Config interface for a pooling target source.
poolSize - Variable in class org.springframework.scheduling.concurrent.ScheduledExecutorFactoryBean
 
poolSize - Variable in class org.springframework.scheduling.concurrent.ThreadPoolTaskScheduler
 
poolSize - Variable in class org.springframework.scheduling.config.TaskExecutorFactoryBean
 
poolSizeMonitor - Variable in class org.springframework.scheduling.backportconcurrent.ThreadPoolTaskExecutor
Deprecated.
 
poolSizeMonitor - Variable in class org.springframework.scheduling.concurrent.ThreadPoolTaskExecutor
 
pop() - Method in class org.springframework.beans.factory.parsing.ParseState
Remove an ParseState.Entry from the Stack.
pop() - Method in class org.springframework.expression.spel.standard.InternalSpelExpressionParser
 
popActiveContextObject() - Method in class org.springframework.expression.spel.ExpressionState
 
popAndRegisterContainingComponent() - Method in class org.springframework.beans.factory.xml.ParserContext
 
popContainingComponent() - Method in class org.springframework.beans.factory.xml.ParserContext
 
popNestedPath() - Method in class org.springframework.validation.AbstractErrors
 
popNestedPath() - Method in exception org.springframework.validation.BindException
 
popNestedPath() - Method in interface org.springframework.validation.Errors
Pop the former nested path from the nested path stack.
popNestedPath() - Method in class org.springframework.web.bind.EscapedErrors
 
populate(Connection) - Method in class org.springframework.jdbc.datasource.init.CompositeDatabasePopulator
 
populate(Connection) - Method in interface org.springframework.jdbc.datasource.init.DatabasePopulator
Populate the database using the JDBC connection provided.
populate(Connection) - Method in class org.springframework.jdbc.datasource.init.ResourceDatabasePopulator
 
populateActivationSpecProperties(BeanWrapper, JmsActivationSpecConfig) - Method in class org.springframework.jms.listener.endpoint.DefaultJmsActivationSpecFactory
This implementation supports Spring's extended "maxConcurrency" and "prefetchSize" settings through detecting corresponding ActivationSpec properties: "maxSessions"/"maxNumberOfWorks" and "maxMessagesPerSessions"/"maxMessages", respectively (following ActiveMQ's and JORAM's naming conventions).
populateActivationSpecProperties(BeanWrapper, JmsActivationSpecConfig) - Method in class org.springframework.jms.listener.endpoint.StandardJmsActivationSpecFactory
Populate the given ApplicationSpec object with the settings defined in the given configuration object.
populateAttributeDescriptor(Descriptor, Method, Method, String) - Method in class org.springframework.jmx.export.assembler.AbstractReflectiveMBeanInfoAssembler
Allows subclasses to add extra fields to the Descriptor for a particular attribute.
populateAttributeDescriptor(Descriptor, Method, Method, String) - Method in class org.springframework.jmx.export.assembler.MetadataMBeanInfoAssembler
Adds descriptor fields from the ManagedAttribute attribute or the ManagedMetric attribute to the attribute descriptor.
populateAttributeDescriptor(Descriptor, ManagedAttribute, ManagedAttribute) - Method in class org.springframework.jmx.export.assembler.MetadataMBeanInfoAssembler
 
populateBean(String, RootBeanDefinition, BeanWrapper) - Method in class org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory
Populate the bean instance in the given BeanWrapper with the property values from the bean definition.
populateBooleanArray(ExpressionState, Object, TypeConverter, InlineList) - Method in class org.springframework.expression.spel.ast.ConstructorReference
 
populateByteArray(ExpressionState, Object, TypeConverter, InlineList) - Method in class org.springframework.expression.spel.ast.ConstructorReference
 
populateCharArray(ExpressionState, Object, TypeConverter, InlineList) - Method in class org.springframework.expression.spel.ast.ConstructorReference
 
populateContentDispositionIfNecessary(HttpServletResponse, String) - Method in class org.springframework.web.servlet.view.jasperreports.JasperReportsMultiFormatView
Adds/overwrites the Content-Disposition header value with the format-specific value if the mappings have been specified and a valid one exists for the given format.
populateDefaults(DocumentDefaultsDefinition, DocumentDefaultsDefinition, Element) - Method in class org.springframework.beans.factory.xml.BeanDefinitionParserDelegate
Populate the given DocumentDefaultsDefinition instance with the default lazy-init, autowire, dependency check settings, init-method, destroy-method and merge settings.
populateDoubleArray(ExpressionState, Object, TypeConverter, InlineList) - Method in class org.springframework.expression.spel.ast.ConstructorReference
 
populateFloatArray(ExpressionState, Object, TypeConverter, InlineList) - Method in class org.springframework.expression.spel.ast.ConstructorReference
 
populateHeaders(HttpServletResponse) - Method in class org.springframework.web.servlet.view.jasperreports.AbstractJasperReportsView
Populates the headers in the HttpServletResponse with the headers supplied by the user.
populateIntArray(ExpressionState, Object, TypeConverter, InlineList) - Method in class org.springframework.expression.spel.ast.ConstructorReference
 
populateLob(Object) - Method in interface org.springframework.jdbc.support.lob.OracleLobHandler.LobCallback
Deprecated.
Populate the given BLOB or CLOB instance with content.
populateLongArray(ExpressionState, Object, TypeConverter, InlineList) - Method in class org.springframework.expression.spel.ast.ConstructorReference
 
populateMBeanDescriptor(Descriptor, Object, String) - Method in class org.springframework.jmx.export.assembler.AbstractMBeanInfoAssembler
Called after the ModelMBeanInfo instance has been constructed but before it is passed to the MBeanExporter.
populateMBeanDescriptor(Descriptor, Object, String) - Method in class org.springframework.jmx.export.assembler.AbstractReflectiveMBeanInfoAssembler
Allows subclasses to add extra fields to the Descriptor for an MBean.
populateMBeanDescriptor(Descriptor, Object, String) - Method in class org.springframework.jmx.export.assembler.MetadataMBeanInfoAssembler
Adds descriptor fields from the ManagedResource attribute to the MBean descriptor.
populateMetricDescriptor(Descriptor, ManagedMetric) - Method in class org.springframework.jmx.export.assembler.MetadataMBeanInfoAssembler
 
populateOperationDescriptor(Descriptor, Method, String) - Method in class org.springframework.jmx.export.assembler.AbstractReflectiveMBeanInfoAssembler
Allows subclasses to add extra fields to the Descriptor for a particular operation.
populateOperationDescriptor(Descriptor, Method, String) - Method in class org.springframework.jmx.export.assembler.MetadataMBeanInfoAssembler
Adds descriptor fields from the ManagedAttribute attribute to the attribute descriptor.
populateProtectedVariables - Variable in class org.springframework.test.AbstractDependencyInjectionSpringContextTests
Deprecated.
 
populateProtectedVariables() - Method in class org.springframework.test.AbstractDependencyInjectionSpringContextTests
Deprecated.
 
populateReferenceTypeArray(ExpressionState, Object, TypeConverter, InlineList, Class<?>) - Method in class org.springframework.expression.spel.ast.ConstructorReference
 
populateSchedulerContext() - Method in class org.springframework.scheduling.quartz.SchedulerFactoryBean
Expose the specified context attributes and/or the current ApplicationContext in the Quartz SchedulerContext.
populateShortArray(ExpressionState, Object, TypeConverter, InlineList) - Method in class org.springframework.expression.spel.ast.ConstructorReference
 
populateTypeMapFromParameterizedType(ParameterizedType, Map<TypeVariable, Type>) - Static method in class org.springframework.core.GenericTypeResolver
Read the TypeVariables from the supplied ParameterizedType and add mappings corresponding to the TypeVariable name -> concrete type to the supplied Map.
populators - Variable in class org.springframework.jdbc.datasource.init.CompositeDatabasePopulator
 
port - Variable in class org.springframework.http.client.support.ProxyFactoryBean
 
port - Variable in class org.springframework.mail.javamail.JavaMailSenderImpl
 
port - Variable in class org.springframework.remoting.jaxws.SimpleHttpServerJaxWsServiceExporter
 
port - Variable in class org.springframework.remoting.rmi.RmiRegistryFactoryBean
 
port - Variable in class org.springframework.remoting.support.SimpleHttpServerFactoryBean
 
port - Variable in class org.springframework.web.util.HierarchicalUriComponents
 
port - Variable in class org.springframework.web.util.UriComponentsBuilder
 
port(int) - Method in class org.springframework.web.util.UriComponentsBuilder
Sets the URI port.
PORT_PATTERN - Static variable in class org.springframework.web.util.UriComponentsBuilder
 
PORT_PATTERN - Static variable in class org.springframework.web.util.UriUtils
 
portalContext - Variable in class org.springframework.mock.web.portlet.MockPortletRequest
 
portalContext - Variable in class org.springframework.mock.web.portlet.MockPortletResponse
 
portalContext - Variable in class org.springframework.mock.web.portlet.MockPortletURL
 
portInterface - Variable in class org.springframework.remoting.jaxrpc.JaxRpcPortClientInterceptor
Deprecated.
 
PORTLET_CONFIG_BEAN_NAME - Static variable in interface org.springframework.web.portlet.context.ConfigurablePortletApplicationContext
Name of the PortletConfig environment bean in the factory.
PORTLET_CONFIG_PROPERTY_SOURCE_NAME - Static variable in class org.springframework.web.portlet.context.StandardPortletEnvironment
Portlet config init parameters property source name: "portletConfigInitParams"
PORTLET_CONTEXT_BEAN_NAME - Static variable in interface org.springframework.web.portlet.context.ConfigurablePortletApplicationContext
Name of the PortletContext environment bean in the factory.
PORTLET_CONTEXT_PREFIX - Static variable in class org.springframework.web.portlet.FrameworkPortlet
Prefix for the PortletContext attribute for the Portlet ApplicationContext.
PORTLET_CONTEXT_PROPERTY_SOURCE_NAME - Static variable in class org.springframework.web.portlet.context.StandardPortletEnvironment
Portlet context init parameters property source name: "portletContextInitParams"
PortletAnnotationMappingUtils - Class in org.springframework.web.portlet.mvc.annotation
Helper class for annotation-based request mapping.
PortletAnnotationMappingUtils() - Constructor for class org.springframework.web.portlet.mvc.annotation.PortletAnnotationMappingUtils
 
portletApiPresent - Static variable in class org.springframework.web.context.request.FacesRequestAttributes
 
portletApplicationContext - Variable in class org.springframework.web.portlet.FrameworkPortlet
ApplicationContext for this portlet
PortletApplicationContextUtils - Class in org.springframework.web.portlet.context
Convenience methods for retrieving the root WebApplicationContext for a given PortletContext.
PortletApplicationContextUtils() - Constructor for class org.springframework.web.portlet.context.PortletApplicationContextUtils
 
PortletApplicationContextUtils.RequestObjectFactory - Class in org.springframework.web.portlet.context
Factory that exposes the current request object on demand.
PortletApplicationContextUtils.RequestObjectFactory() - Constructor for class org.springframework.web.portlet.context.PortletApplicationContextUtils.RequestObjectFactory
 
PortletApplicationContextUtils.SessionObjectFactory - Class in org.springframework.web.portlet.context
Factory that exposes the current session object on demand.
PortletApplicationContextUtils.SessionObjectFactory() - Constructor for class org.springframework.web.portlet.context.PortletApplicationContextUtils.SessionObjectFactory
 
PortletApplicationContextUtils.WebRequestObjectFactory - Class in org.springframework.web.portlet.context
Factory that exposes the current WebRequest object on demand.
PortletApplicationContextUtils.WebRequestObjectFactory() - Constructor for class org.springframework.web.portlet.context.PortletApplicationContextUtils.WebRequestObjectFactory
 
PortletApplicationObjectSupport - Class in org.springframework.web.portlet.context
Convenient superclass for application objects running in a Portlet ApplicationContext.
PortletApplicationObjectSupport() - Constructor for class org.springframework.web.portlet.context.PortletApplicationObjectSupport
 
portletAttributes - Variable in class org.springframework.mock.web.portlet.MockPortletSession
 
portletClass - Variable in class org.springframework.web.portlet.mvc.PortletWrappingController
 
portletConfig - Variable in class org.springframework.web.portlet.context.AbstractRefreshablePortletApplicationContext
Portlet config that this context runs in
portletConfig - Variable in class org.springframework.web.portlet.context.PortletContextAwareProcessor
 
portletConfig - Variable in class org.springframework.web.portlet.context.StaticPortletApplicationContext
 
portletConfig - Variable in class org.springframework.web.portlet.handler.SimplePortletPostProcessor.DelegatingPortletConfig
 
portletConfig - Variable in class org.springframework.web.portlet.handler.SimplePortletPostProcessor
 
portletConfig - Variable in class org.springframework.web.portlet.mvc.PortletWrappingController
 
PortletConfigAware - Interface in org.springframework.web.portlet.context
Interface to be implemented by any object that wishes to be notified of the PortletConfig (typically determined by the PortletApplicationContext) that it runs in.
PortletConfigPropertySource - Class in org.springframework.web.portlet.context
PropertySource that reads init parameters from a PortletConfig object.
PortletConfigPropertySource(String, PortletConfig) - Constructor for class org.springframework.web.portlet.context.PortletConfigPropertySource
 
PortletContentGenerator - Class in org.springframework.web.portlet.handler
Convenient superclass for any kind of web content generator, like AbstractController.
PortletContentGenerator() - Constructor for class org.springframework.web.portlet.handler.PortletContentGenerator
 
portletContext - Variable in class org.springframework.mock.web.portlet.MockPortletConfig
 
portletContext - Variable in class org.springframework.mock.web.portlet.MockPortletRequest
 
portletContext - Variable in class org.springframework.mock.web.portlet.MockPortletSession
 
portletContext - Variable in class org.springframework.web.portlet.context.AbstractRefreshablePortletApplicationContext
Portlet context that this context runs in
portletContext - Variable in class org.springframework.web.portlet.context.PortletApplicationObjectSupport
 
portletContext - Variable in class org.springframework.web.portlet.context.PortletContextAwareProcessor
 
portletContext - Variable in class org.springframework.web.portlet.context.PortletContextResource
 
portletContext - Variable in class org.springframework.web.portlet.context.PortletContextResourceLoader
 
portletContext - Variable in class org.springframework.web.portlet.context.PortletContextScope
 
portletContext - Variable in class org.springframework.web.portlet.context.StaticPortletApplicationContext
 
portletContext - Variable in class org.springframework.web.portlet.handler.SimplePortletHandlerAdapter
 
portletContext - Variable in class org.springframework.web.portlet.handler.SimplePortletPostProcessor.DelegatingPortletConfig
 
portletContext - Variable in class org.springframework.web.portlet.handler.SimplePortletPostProcessor
 
portletContext - Variable in class org.springframework.web.portlet.mvc.PortletWrappingController
 
portletContext - Variable in class org.springframework.web.portlet.mvc.SimpleControllerHandlerAdapter
 
PortletContextAware - Interface in org.springframework.web.portlet.context
Interface to be implemented by any object that wishes to be notified of the PortletContext (typically determined by the PortletApplicationContext) that it runs in.
PortletContextAwareProcessor - Class in org.springframework.web.portlet.context
BeanPostProcessor implementation that passes the PortletContext to beans that implement the PortletContextAware interface.
PortletContextAwareProcessor(PortletContext) - Constructor for class org.springframework.web.portlet.context.PortletContextAwareProcessor
Create a new PortletContextAwareProcessor for the given context.
PortletContextAwareProcessor(PortletConfig) - Constructor for class org.springframework.web.portlet.context.PortletContextAwareProcessor
Create a new PortletContextAwareProcessor for the given config.
PortletContextAwareProcessor(PortletContext, PortletConfig) - Constructor for class org.springframework.web.portlet.context.PortletContextAwareProcessor
Create a new PortletContextAwareProcessor for the given context and config.
portletContextName - Variable in class org.springframework.mock.web.portlet.MockPortletContext
 
PortletContextPropertySource - Class in org.springframework.web.portlet.context
PropertySource that reads init parameters from a PortletContext object.
PortletContextPropertySource(String, PortletContext) - Constructor for class org.springframework.web.portlet.context.PortletContextPropertySource
 
PortletContextResource - Class in org.springframework.web.portlet.context
Resource implementation for javax.portlet.PortletContext resources, interpreting relative paths within the portlet application root directory.
PortletContextResource(PortletContext, String) - Constructor for class org.springframework.web.portlet.context.PortletContextResource
Create a new PortletContextResource.
PortletContextResourceLoader - Class in org.springframework.web.portlet.context
ResourceLoader implementation that resolves paths as PortletContext resources, for use outside a Portlet ApplicationContext (for example, in a GenericPortletBean subclass).
PortletContextResourceLoader(PortletContext) - Constructor for class org.springframework.web.portlet.context.PortletContextResourceLoader
Create a new PortletContextResourceLoader.
PortletContextResourcePatternResolver - Class in org.springframework.web.portlet.context
PortletContext-aware subclass of PathMatchingResourcePatternResolver, able to find matching resources below the web application root directory via Portlet API's PortletContext.getResourcePaths.
PortletContextResourcePatternResolver(PortletContext) - Constructor for class org.springframework.web.portlet.context.PortletContextResourcePatternResolver
Create a new PortletContextResourcePatternResolver.
PortletContextScope - Class in org.springframework.web.portlet.context
Scope wrapper for a PortletContext, i.e.
PortletContextScope(PortletContext) - Constructor for class org.springframework.web.portlet.context.PortletContextScope
Create a new Scope wrapper for the given PortletContext.
portletInstance - Variable in class org.springframework.web.portlet.mvc.PortletWrappingController
 
portletMode - Variable in class org.springframework.mock.web.portlet.MockPortletRequest
 
portletMode - Variable in class org.springframework.mock.web.portlet.MockPortletURL
 
portletMode - Variable in class org.springframework.mock.web.portlet.MockStateAwareResponse
 
portletMode - Variable in class org.springframework.web.portlet.context.PortletRequestHandledEvent
PortletMode of the request
PortletModeHandlerMapping - Class in org.springframework.web.portlet.handler
Implementation of the HandlerMapping interface to map from the current PortletMode to request handler beans.
PortletModeHandlerMapping() - Constructor for class org.springframework.web.portlet.handler.PortletModeHandlerMapping
 
portletModeMap - Variable in class org.springframework.web.portlet.handler.PortletModeHandlerMapping
 
PortletModeNameViewController - Class in org.springframework.web.portlet.mvc
Trivial controller that transforms the PortletMode to a view name.
PortletModeNameViewController() - Constructor for class org.springframework.web.portlet.mvc.PortletModeNameViewController
 
PortletModeParameterHandlerMapping - Class in org.springframework.web.portlet.handler
Implementation of the HandlerMapping interface to map from the current PortletMode and a request parameter to request handler beans.
PortletModeParameterHandlerMapping() - Constructor for class org.springframework.web.portlet.handler.PortletModeParameterHandlerMapping
 
PortletModeParameterLookupKey - Class in org.springframework.web.portlet.handler
Internal class used as lookup key, combining PortletMode and parameter value.
PortletModeParameterLookupKey(PortletMode, String) - Constructor for class org.springframework.web.portlet.handler.PortletModeParameterLookupKey
 
portletModeParameterMap - Variable in class org.springframework.web.portlet.handler.PortletModeParameterHandlerMapping
 
portletModes - Variable in class org.springframework.mock.web.portlet.MockPortalContext
 
PortletMultipartResolver - Interface in org.springframework.web.portlet.multipart
Portlet version of Spring's multipart resolution strategy for file uploads as defined in RFC 1867.
portletName - Variable in class org.springframework.mock.web.portlet.MockPortletConfig
 
portletName - Variable in class org.springframework.web.portlet.context.PortletRequestHandledEvent
Name of the portlet that handled the request
portletName - Variable in class org.springframework.web.portlet.handler.SimplePortletPostProcessor.DelegatingPortletConfig
 
portletName - Variable in class org.springframework.web.portlet.mvc.PortletWrappingController
 
portletPreferences - Variable in class org.springframework.mock.web.portlet.MockPortletRequest
 
PortletRequestAttributes - Class in org.springframework.web.portlet.context
Portlet-based implementation of the RequestAttributes interface.
PortletRequestAttributes(PortletRequest) - Constructor for class org.springframework.web.portlet.context.PortletRequestAttributes
Create a new PortletRequestAttributes instance for the given request.
PortletRequestBindingException - Class in org.springframework.web.portlet.bind
Fatal binding exception, thrown when we want to treat binding exceptions as unrecoverable.
PortletRequestBindingException(String) - Constructor for class org.springframework.web.portlet.bind.PortletRequestBindingException
Constructor for PortletRequestBindingException.
PortletRequestBindingException(String, Throwable) - Constructor for class org.springframework.web.portlet.bind.PortletRequestBindingException
Constructor for PortletRequestBindingException.
PortletRequestDataBinder - Class in org.springframework.web.portlet.bind
Special DataBinder to perform data binding from portlet request parameters to JavaBeans, including support for multipart files.
PortletRequestDataBinder(Object) - Constructor for class org.springframework.web.portlet.bind.PortletRequestDataBinder
Create a new PortletRequestDataBinder instance, with default object name.
PortletRequestDataBinder(Object, String) - Constructor for class org.springframework.web.portlet.bind.PortletRequestDataBinder
Create a new PortletRequestDataBinder instance.
PortletRequestHandledEvent - Class in org.springframework.web.portlet.context
Portlet-specific subclass of RequestHandledEvent, adding portlet-specific context information.
PortletRequestHandledEvent(Object, String, String, String, String, String, long) - Constructor for class org.springframework.web.portlet.context.PortletRequestHandledEvent
Create a new PortletRequestHandledEvent.
PortletRequestHandledEvent(Object, String, String, String, String, String, long, Throwable) - Constructor for class org.springframework.web.portlet.context.PortletRequestHandledEvent
Create a new PortletRequestHandledEvent.
PortletRequestMethodNotSupportedException - Class in org.springframework.web.portlet.handler
Exception thrown when a request handler does not support a specific request method.
PortletRequestMethodNotSupportedException(String) - Constructor for class org.springframework.web.portlet.handler.PortletRequestMethodNotSupportedException
Create a new PortletRequestMethodNotSupportedException.
PortletRequestMethodNotSupportedException(String, String[]) - Constructor for class org.springframework.web.portlet.handler.PortletRequestMethodNotSupportedException
Create a new PortletRequestMethodNotSupportedException.
PortletRequestMethodNotSupportedException(String[]) - Constructor for class org.springframework.web.portlet.handler.PortletRequestMethodNotSupportedException
Create a new PortletRequestMethodNotSupportedException.
PortletRequestParameterPropertyValues - Class in org.springframework.web.portlet.bind
PropertyValues implementation created from parameters in a PortletRequest.
PortletRequestParameterPropertyValues(PortletRequest) - Constructor for class org.springframework.web.portlet.bind.PortletRequestParameterPropertyValues
Create new PortletRequestPropertyValues using no prefix (and hence, no prefix separator).
PortletRequestParameterPropertyValues(PortletRequest, String) - Constructor for class org.springframework.web.portlet.bind.PortletRequestParameterPropertyValues
Create new PortletRequestPropertyValues using the given prefix and the default prefix separator (the underscore character "_").
PortletRequestParameterPropertyValues(PortletRequest, String, String) - Constructor for class org.springframework.web.portlet.bind.PortletRequestParameterPropertyValues
Create new PortletRequestPropertyValues supplying both prefix and prefix separator.
PortletRequestUtils - Class in org.springframework.web.portlet.bind
Parameter extraction methods, for an approach distinct from data binding, in which parameters of specific types are required.
PortletRequestUtils() - Constructor for class org.springframework.web.portlet.bind.PortletRequestUtils
 
PortletRequestUtils.BooleanParser - Class in org.springframework.web.portlet.bind
 
PortletRequestUtils.BooleanParser() - Constructor for class org.springframework.web.portlet.bind.PortletRequestUtils.BooleanParser
 
PortletRequestUtils.DoubleParser - Class in org.springframework.web.portlet.bind
 
PortletRequestUtils.DoubleParser() - Constructor for class org.springframework.web.portlet.bind.PortletRequestUtils.DoubleParser
 
PortletRequestUtils.FloatParser - Class in org.springframework.web.portlet.bind
 
PortletRequestUtils.FloatParser() - Constructor for class org.springframework.web.portlet.bind.PortletRequestUtils.FloatParser
 
PortletRequestUtils.IntParser - Class in org.springframework.web.portlet.bind
 
PortletRequestUtils.IntParser() - Constructor for class org.springframework.web.portlet.bind.PortletRequestUtils.IntParser
 
PortletRequestUtils.LongParser - Class in org.springframework.web.portlet.bind
 
PortletRequestUtils.LongParser() - Constructor for class org.springframework.web.portlet.bind.PortletRequestUtils.LongParser
 
PortletRequestUtils.ParameterParser<T> - Class in org.springframework.web.portlet.bind
 
PortletRequestUtils.ParameterParser() - Constructor for class org.springframework.web.portlet.bind.PortletRequestUtils.ParameterParser
 
PortletRequestUtils.StringParser - Class in org.springframework.web.portlet.bind
 
PortletRequestUtils.StringParser() - Constructor for class org.springframework.web.portlet.bind.PortletRequestUtils.StringParser
 
PortletSessionRequiredException - Class in org.springframework.web.portlet.handler
Exception thrown when a portlet content generator requires a pre-existing session.
PortletSessionRequiredException(String) - Constructor for class org.springframework.web.portlet.handler.PortletSessionRequiredException
Create a new PortletSessionRequiredException.
PortletUtils - Class in org.springframework.web.portlet.util
Miscellaneous utilities for portlet applications.
PortletUtils() - Constructor for class org.springframework.web.portlet.util.PortletUtils
 
PortletWebRequest - Class in org.springframework.web.portlet.context
WebRequest adapter for a javax.portlet.PortletRequest.
PortletWebRequest(PortletRequest) - Constructor for class org.springframework.web.portlet.context.PortletWebRequest
Create a new PortletWebRequest instance for the given request.
PortletWebRequest(PortletRequest, PortletResponse) - Constructor for class org.springframework.web.portlet.context.PortletWebRequest
Create a new PortletWebRequest instance for the given request/response pair.
PortletWrappingController - Class in org.springframework.web.portlet.mvc
Controller implementation that wraps a portlet instance which it manages internally.
PortletWrappingController() - Constructor for class org.springframework.web.portlet.mvc.PortletWrappingController
 
PortletWrappingController.DelegatingPortletConfig - Class in org.springframework.web.portlet.mvc
Internal implementation of the PortletConfig interface, to be passed to the wrapped portlet.
PortletWrappingController.DelegatingPortletConfig() - Constructor for class org.springframework.web.portlet.mvc.PortletWrappingController.DelegatingPortletConfig
 
portName - Variable in class org.springframework.remoting.jaxrpc.JaxRpcPortClientInterceptor
Deprecated.
 
portName - Variable in class org.springframework.remoting.jaxws.JaxWsPortClientInterceptor
 
portQName - Variable in class org.springframework.remoting.jaxrpc.JaxRpcPortClientInterceptor
Deprecated.
 
portQName - Variable in class org.springframework.remoting.jaxws.JaxWsPortClientInterceptor
 
portStub - Variable in class org.springframework.remoting.jaxrpc.JaxRpcPortClientInterceptor
Deprecated.
 
portStub - Variable in class org.springframework.remoting.jaxws.JaxWsPortClientInterceptor
 
pos - Variable in class org.springframework.expression.common.TemplateAwareExpressionParser.Bracket
 
pos - Variable in class org.springframework.expression.spel.ast.SpelNodeImpl
 
pos - Variable in class org.springframework.expression.spel.standard.Tokenizer
 
position - Variable in exception org.springframework.expression.ExpressionException
 
position(byte[], long) - Method in class org.springframework.jdbc.support.lob.PassThroughBlob
 
position(Blob, long) - Method in class org.springframework.jdbc.support.lob.PassThroughBlob
 
position(String, long) - Method in class org.springframework.jdbc.support.lob.PassThroughClob
 
position(Clob, long) - Method in class org.springframework.jdbc.support.lob.PassThroughClob
 
positionOf(Token) - Method in class org.springframework.expression.spel.standard.InternalSpelExpressionParser
 
possibleMatches - Variable in exception org.springframework.beans.NotWritablePropertyException
 
possibleMatches - Variable in class org.springframework.beans.PropertyMatches
 
possiblyExpectingExceptions(FrameworkMethod, Object, Statement) - Method in class org.springframework.test.context.junit4.SpringJUnit4ClassRunner
Performs the same logic as BlockJUnit4ClassRunner#possiblyExpectingExceptions(FrameworkMethod, Object, Statement) except that the expected exception is retrieved using SpringJUnit4ClassRunner.getExpectedException(FrameworkMethod).
post(String, Object...) - Static method in class org.springframework.test.web.servlet.request.MockMvcRequestBuilders
Create a MockHttpServletRequestBuilder for a POST request.
postfix - Variable in class org.springframework.expression.spel.ast.OpDec
 
postfix - Variable in class org.springframework.expression.spel.ast.OpInc
 
postForEntity(String, Object, Class<T>, Object...) - Method in interface org.springframework.web.client.RestOperations
Create a new resource by POSTing the given object to the URI template, and returns the response as ResponseEntity.
postForEntity(String, Object, Class<T>, Map<String, ?>) - Method in interface org.springframework.web.client.RestOperations
Create a new resource by POSTing the given object to the URI template, and returns the response as HttpEntity.
postForEntity(URI, Object, Class<T>) - Method in interface org.springframework.web.client.RestOperations
Create a new resource by POSTing the given object to the URL, and returns the response as ResponseEntity.
postForEntity(String, Object, Class<T>, Object...) - Method in class org.springframework.web.client.RestTemplate
 
postForEntity(String, Object, Class<T>, Map<String, ?>) - Method in class org.springframework.web.client.RestTemplate
 
postForEntity(URI, Object, Class<T>) - Method in class org.springframework.web.client.RestTemplate
 
postForLocation(String, Object, Object...) - Method in interface org.springframework.web.client.RestOperations
Create a new resource by POSTing the given object to the URI template, and returns the value of the Location header.
postForLocation(String, Object, Map<String, ?>) - Method in interface org.springframework.web.client.RestOperations
Create a new resource by POSTing the given object to the URI template, and returns the value of the Location header.
postForLocation(URI, Object) - Method in interface org.springframework.web.client.RestOperations
Create a new resource by POSTing the given object to the URL, and returns the value of the Location header.
postForLocation(String, Object, Object...) - Method in class org.springframework.web.client.RestTemplate
 
postForLocation(String, Object, Map<String, ?>) - Method in class org.springframework.web.client.RestTemplate
 
postForLocation(URI, Object) - Method in class org.springframework.web.client.RestTemplate
 
postForObject(String, Object, Class<T>, Object...) - Method in interface org.springframework.web.client.RestOperations
Create a new resource by POSTing the given object to the URI template, and returns the representation found in the response.
postForObject(String, Object, Class<T>, Map<String, ?>) - Method in interface org.springframework.web.client.RestOperations
Create a new resource by POSTing the given object to the URI template, and returns the representation found in the response.
postForObject(URI, Object, Class<T>) - Method in interface org.springframework.web.client.RestOperations
Create a new resource by POSTing the given object to the URL, and returns the representation found in the response.
postForObject(String, Object, Class<T>, Object...) - Method in class org.springframework.web.client.RestTemplate
 
postForObject(String, Object, Class<T>, Map<String, ?>) - Method in class org.springframework.web.client.RestTemplate
 
postForObject(URI, Object, Class<T>) - Method in class org.springframework.web.client.RestTemplate
 
PostgresCallMetaDataProvider - Class in org.springframework.jdbc.core.metadata
Oracle specific implementation for the CallMetaDataProvider interface.
PostgresCallMetaDataProvider(DatabaseMetaData) - Constructor for class org.springframework.jdbc.core.metadata.PostgresCallMetaDataProvider
 
PostgreSQLSequenceMaxValueIncrementer - Class in org.springframework.jdbc.support.incrementer
DataFieldMaxValueIncrementer that retrieves the next value of a given PostgreSQL sequence.
PostgreSQLSequenceMaxValueIncrementer() - Constructor for class org.springframework.jdbc.support.incrementer.PostgreSQLSequenceMaxValueIncrementer
Default constructor for bean property style usage.
PostgreSQLSequenceMaxValueIncrementer(DataSource, String) - Constructor for class org.springframework.jdbc.support.incrementer.PostgreSQLSequenceMaxValueIncrementer
Convenience constructor.
PostgresTableMetaDataProvider - Class in org.springframework.jdbc.core.metadata
The PostgreSQL specific implementation of the TableMetaDataProvider.
PostgresTableMetaDataProvider(DatabaseMetaData) - Constructor for class org.springframework.jdbc.core.metadata.PostgresTableMetaDataProvider
 
postHandle(WebRequest, ModelMap) - Method in class org.springframework.orm.hibernate3.support.OpenSessionInViewInterceptor
Flush the Hibernate Session before view rendering, if necessary.
postHandle(WebRequest, ModelMap) - Method in class org.springframework.orm.hibernate4.support.OpenSessionInViewInterceptor
 
postHandle(WebRequest, ModelMap) - Method in class org.springframework.orm.jdo.support.OpenPersistenceManagerInViewInterceptor
 
postHandle(WebRequest, ModelMap) - Method in class org.springframework.orm.jpa.support.OpenEntityManagerInViewInterceptor
 
postHandle(WebRequest, ModelMap) - Method in class org.springframework.web.context.request.Log4jNestedDiagnosticContextInterceptor
 
postHandle(WebRequest, ModelMap) - Method in interface org.springframework.web.context.request.WebRequestInterceptor
Intercept the execution of a request handler after its successful invocation, right before view rendering (if any).
postHandle(HttpServletRequest, HttpServletResponse, Object, ModelAndView) - Method in class org.springframework.web.servlet.handler.HandlerInterceptorAdapter
This implementation is empty.
postHandle(HttpServletRequest, HttpServletResponse, Object, ModelAndView) - Method in class org.springframework.web.servlet.handler.WebRequestHandlerInterceptorAdapter
 
postHandle(HttpServletRequest, HttpServletResponse, Object, ModelAndView) - Method in interface org.springframework.web.servlet.HandlerInterceptor
Intercept the execution of a handler.
postHandle(HttpServletRequest, HttpServletResponse, Object, ModelAndView) - Method in class org.springframework.web.servlet.mvc.WebContentInterceptor
This implementation is empty.
postHandleRender(RenderRequest, RenderResponse, Object, ModelAndView) - Method in class org.springframework.web.portlet.handler.HandlerInterceptorAdapter
This implementation is empty.
postHandleRender(RenderRequest, RenderResponse, Object, ModelAndView) - Method in class org.springframework.web.portlet.handler.WebRequestHandlerInterceptorAdapter
 
postHandleRender(RenderRequest, RenderResponse, Object, ModelAndView) - Method in interface org.springframework.web.portlet.HandlerInterceptor
Intercept the execution of a handler in the render phase.
postHandleResource(ResourceRequest, ResourceResponse, Object, ModelAndView) - Method in class org.springframework.web.portlet.handler.HandlerInterceptorAdapter
This implementation is empty.
postHandleResource(ResourceRequest, ResourceResponse, Object, ModelAndView) - Method in class org.springframework.web.portlet.handler.WebRequestHandlerInterceptorAdapter
 
postHandleResource(ResourceRequest, ResourceResponse, Object, ModelAndView) - Method in interface org.springframework.web.portlet.HandlerInterceptor
Intercept the execution of a handler in the render phase.
postInterceptors - Variable in class org.springframework.aop.framework.AbstractSingletonProxyFactoryBean
 
postProcess(BeanDefinitionBuilder, Element) - Method in class org.springframework.beans.factory.xml.AbstractSimpleBeanDefinitionParser
Hook method that derived classes can implement to inspect/change a bean definition after parsing is complete.
postProcess(BeanDefinitionBuilder, Element) - Method in class org.springframework.ejb.config.AbstractJndiLocatingBeanDefinitionParser
 
postProcess(NativeWebRequest, Callable<T>, Object) - Method in class org.springframework.orm.hibernate3.support.OpenSessionInViewFilter.SessionBindingCallableInterceptor
 
postProcess(NativeWebRequest, Callable<T>, Object) - Method in class org.springframework.orm.hibernate3.support.OpenSessionInViewInterceptor.SessionBindingCallableInterceptor
 
postProcess(NativeWebRequest, Callable<T>, Object) - Method in class org.springframework.orm.hibernate4.support.OpenSessionInViewFilter.SessionBindingCallableInterceptor
 
postProcess(NativeWebRequest, Callable<T>, Object) - Method in class org.springframework.orm.hibernate4.support.OpenSessionInViewInterceptor.SessionBindingCallableInterceptor
 
postProcess(NativeWebRequest, Callable<T>, Object) - Method in class org.springframework.orm.jpa.support.OpenEntityManagerInViewFilter.EntityManagerBindingCallableInterceptor
 
postProcess(NativeWebRequest, Callable<T>, Object) - Method in class org.springframework.orm.jpa.support.OpenEntityManagerInViewInterceptor.EntityManagerBindingCallableInterceptor
 
postProcess(NativeWebRequest, Callable<T>, Object) - Method in interface org.springframework.web.context.request.async.CallableProcessingInterceptor
Invoked after the Callable has produced a result in the async thread in which the Callable is executed.
postProcess(NativeWebRequest, Callable<T>, Object) - Method in class org.springframework.web.context.request.async.CallableProcessingInterceptorAdapter
This implementation is empty.
postProcess(NativeWebRequest, DeferredResult<T>, Object) - Method in interface org.springframework.web.context.request.async.DeferredResultProcessingInterceptor
Invoked after a DeferredResult has been set, via DeferredResult.setResult(Object) or DeferredResult.setErrorResult(Object), and is also ready to handle the concurrent result.
postProcess(NativeWebRequest, DeferredResult<T>, Object) - Method in class org.springframework.web.context.request.async.DeferredResultProcessingInterceptorAdapter
This implementation is empty.
postProcess(NativeWebRequest, Callable<T>, Object) - Method in class org.springframework.web.servlet.FrameworkServlet.RequestBindingInterceptor
 
postProcessAfterInitialization(Object, String) - Method in class org.springframework.aop.framework.AbstractAdvisingBeanPostProcessor
 
postProcessAfterInitialization(Object, String) - Method in class org.springframework.aop.framework.adapter.AdvisorAdapterRegistrationManager
 
postProcessAfterInitialization(Object, String) - Method in class org.springframework.aop.framework.autoproxy.AbstractAutoProxyCreator
Create a proxy with the configured interceptors if the bean is identified as one to proxy by the subclass.
postProcessAfterInitialization(Object, String) - Method in class org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor
 
postProcessAfterInitialization(Object, String) - Method in interface org.springframework.beans.factory.config.BeanPostProcessor
Apply this BeanPostProcessor to the given new bean instance after any bean initialization callbacks (like InitializingBean's afterPropertiesSet or a custom init-method).
postProcessAfterInitialization(Object, String) - Method in class org.springframework.beans.factory.config.InstantiationAwareBeanPostProcessorAdapter
 
postProcessAfterInitialization(Object, String) - Method in class org.springframework.context.annotation.ConfigurationClassPostProcessor.ImportAwareBeanPostProcessor
 
postProcessAfterInitialization(Object, String) - Method in class org.springframework.context.support.AbstractApplicationContext.ApplicationListenerDetector
 
postProcessAfterInitialization(Object, String) - Method in class org.springframework.context.support.AbstractApplicationContext.BeanPostProcessorChecker
 
postProcessAfterInitialization(Object, String) - Method in class org.springframework.context.support.ApplicationContextAwareProcessor
 
postProcessAfterInitialization(Object, String) - Method in class org.springframework.context.weaving.LoadTimeWeaverAwareProcessor
 
postProcessAfterInitialization(Object, String) - Method in class org.springframework.jca.context.BootstrapContextAwareProcessor
 
postProcessAfterInitialization(Object, String) - Method in class org.springframework.orm.jpa.support.PersistenceAnnotationBeanPostProcessor
 
postProcessAfterInitialization(Object, String) - Method in class org.springframework.scheduling.annotation.ScheduledAnnotationBeanPostProcessor
 
postProcessAfterInitialization(Object, String) - Method in class org.springframework.validation.beanvalidation.BeanValidationPostProcessor
 
postProcessAfterInitialization(Object, String) - Method in class org.springframework.web.context.support.ServletContextAwareProcessor
 
postProcessAfterInitialization(Object, String) - Method in class org.springframework.web.portlet.context.PortletContextAwareProcessor
 
postProcessAfterInitialization(Object, String) - Method in class org.springframework.web.portlet.handler.SimplePortletPostProcessor
 
postProcessAfterInitialization(Object, String) - Method in class org.springframework.web.servlet.handler.SimpleServletPostProcessor
 
postProcessAfterInitialization(Object, String) - Method in class org.springframework.web.struts.ActionServletAwareProcessor
Deprecated.
 
postProcessAfterInstantiation(Object, String) - Method in class org.springframework.aop.framework.autoproxy.AbstractAutoProxyCreator
 
postProcessAfterInstantiation(Object, String) - Method in interface org.springframework.beans.factory.config.InstantiationAwareBeanPostProcessor
Perform operations after the bean has been instantiated, via a constructor or factory method, but before Spring property population (from explicit properties or autowiring) occurs.
postProcessAfterInstantiation(Object, String) - Method in class org.springframework.beans.factory.config.InstantiationAwareBeanPostProcessorAdapter
 
postProcessAfterInstantiation(Object, String) - Method in class org.springframework.context.annotation.CommonAnnotationBeanPostProcessor
 
postProcessAfterInstantiation(Object, String) - Method in class org.springframework.orm.jpa.support.PersistenceAnnotationBeanPostProcessor
 
postProcessAnnotationConfiguration(AnnotationConfiguration) - Method in class org.springframework.orm.hibernate3.annotation.AnnotationSessionFactoryBean
To be implemented by subclasses which want to to perform custom post-processing of the AnnotationConfiguration object after this FactoryBean performed its default initialization.
postProcessBeanDefinition(AbstractBeanDefinition, String) - Method in class org.springframework.context.annotation.ClassPathBeanDefinitionScanner
Apply further settings to the given bean definition, beyond the contents retrieved from scanning the component class.
postProcessBeanDefinitionRegistry(BeanDefinitionRegistry) - Method in interface org.springframework.beans.factory.support.BeanDefinitionRegistryPostProcessor
Modify the application context's internal bean definition registry after its standard initialization.
postProcessBeanDefinitionRegistry(BeanDefinitionRegistry) - Method in class org.springframework.context.annotation.ConfigurationClassPostProcessor
Derive further bean definitions from the configuration classes in the registry.
postProcessBeanFactory(ConfigurableListableBeanFactory) - Method in class org.springframework.beans.factory.annotation.CustomAutowireConfigurer
 
postProcessBeanFactory(ConfigurableListableBeanFactory) - Method in interface org.springframework.beans.factory.config.BeanFactoryPostProcessor
Modify the application context's internal bean factory after its standard initialization.
postProcessBeanFactory(ConfigurableListableBeanFactory) - Method in class org.springframework.beans.factory.config.CustomEditorConfigurer
 
postProcessBeanFactory(ConfigurableListableBeanFactory) - Method in class org.springframework.beans.factory.config.CustomScopeConfigurer
 
postProcessBeanFactory(ConfigurableListableBeanFactory) - Method in class org.springframework.beans.factory.config.DeprecatedBeanWarner
 
postProcessBeanFactory(ConfigurableListableBeanFactory) - Method in class org.springframework.beans.factory.config.PropertyResourceConfigurer
Merge, convert and process properties against the given bean factory.
postProcessBeanFactory(ConfigurableListableBeanFactory) - Method in class org.springframework.context.annotation.ConfigurationClassPostProcessor
Prepare the Configuration classes for servicing bean requests at runtime by replacing them with CGLIB-enhanced subclasses.
postProcessBeanFactory(ConfigurableListableBeanFactory) - Method in class org.springframework.context.support.AbstractApplicationContext
Modify the application context's internal bean factory after its standard initialization.
postProcessBeanFactory(ConfigurableListableBeanFactory) - Method in class org.springframework.context.support.PropertySourcesPlaceholderConfigurer
Merge, convert and process properties against the given bean factory.
postProcessBeanFactory(ConfigurableListableBeanFactory) - Method in class org.springframework.context.weaving.AspectJWeavingEnabler
 
postProcessBeanFactory(ConfigurableListableBeanFactory) - Method in class org.springframework.jca.context.ResourceAdapterApplicationContext
 
postProcessBeanFactory(ConfigurableListableBeanFactory) - Method in class org.springframework.web.context.support.AbstractRefreshableWebApplicationContext
Register request/session scopes, a ServletContextAwareProcessor, etc.
postProcessBeanFactory(ConfigurableListableBeanFactory) - Method in class org.springframework.web.context.support.GenericWebApplicationContext
Register ServletContextAwareProcessor.
postProcessBeanFactory(ConfigurableListableBeanFactory) - Method in class org.springframework.web.context.support.StaticWebApplicationContext
Register request/session scopes, a ServletContextAwareProcessor, etc.
postProcessBeanFactory(ConfigurableListableBeanFactory) - Method in class org.springframework.web.portlet.context.AbstractRefreshablePortletApplicationContext
Register request/session scopes, a PortletContextAwareProcessor, etc.
postProcessBeanFactory(ConfigurableListableBeanFactory) - Method in class org.springframework.web.portlet.context.StaticPortletApplicationContext
Register request/session scopes, a PortletContextAwareProcessor, etc.
postProcessBeforeDestruction(Object, String) - Method in class org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor
 
postProcessBeforeDestruction(Object, String) - Method in interface org.springframework.beans.factory.config.DestructionAwareBeanPostProcessor
Apply this BeanPostProcessor to the given bean instance before its destruction.
postProcessBeforeDestruction(Object, String) - Method in class org.springframework.orm.jpa.support.PersistenceAnnotationBeanPostProcessor
 
postProcessBeforeDestruction(Object, String) - Method in class org.springframework.web.portlet.handler.SimplePortletPostProcessor
 
postProcessBeforeDestruction(Object, String) - Method in class org.springframework.web.servlet.handler.SimpleServletPostProcessor
 
postProcessBeforeDestruction(Object, String) - Method in class org.springframework.web.struts.ActionServletAwareProcessor
Deprecated.
 
postProcessBeforeInitialization(Object, String) - Method in class org.springframework.aop.framework.AbstractAdvisingBeanPostProcessor
 
postProcessBeforeInitialization(Object, String) - Method in class org.springframework.aop.framework.adapter.AdvisorAdapterRegistrationManager
 
postProcessBeforeInitialization(Object, String) - Method in class org.springframework.aop.framework.autoproxy.AbstractAutoProxyCreator
 
postProcessBeforeInitialization(Object, String) - Method in class org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor
 
postProcessBeforeInitialization(Object, String) - Method in interface org.springframework.beans.factory.config.BeanPostProcessor
Apply this BeanPostProcessor to the given new bean instance before any bean initialization callbacks (like InitializingBean's afterPropertiesSet or a custom init-method).
postProcessBeforeInitialization(Object, String) - Method in class org.springframework.beans.factory.config.InstantiationAwareBeanPostProcessorAdapter
 
postProcessBeforeInitialization(Object, String) - Method in class org.springframework.context.annotation.ConfigurationClassPostProcessor.ImportAwareBeanPostProcessor
 
postProcessBeforeInitialization(Object, String) - Method in class org.springframework.context.support.AbstractApplicationContext.ApplicationListenerDetector
 
postProcessBeforeInitialization(Object, String) - Method in class org.springframework.context.support.AbstractApplicationContext.BeanPostProcessorChecker
 
postProcessBeforeInitialization(Object, String) - Method in class org.springframework.context.support.ApplicationContextAwareProcessor
 
postProcessBeforeInitialization(Object, String) - Method in class org.springframework.context.weaving.LoadTimeWeaverAwareProcessor
 
postProcessBeforeInitialization(Object, String) - Method in class org.springframework.jca.context.BootstrapContextAwareProcessor
 
postProcessBeforeInitialization(Object, String) - Method in class org.springframework.orm.jpa.support.PersistenceAnnotationBeanPostProcessor
 
postProcessBeforeInitialization(Object, String) - Method in class org.springframework.scheduling.annotation.ScheduledAnnotationBeanPostProcessor
 
postProcessBeforeInitialization(Object, String) - Method in class org.springframework.test.jpa.AbstractJpaTests.LoadTimeWeaverInjectingBeanPostProcessor
Deprecated.
 
postProcessBeforeInitialization(Object, String) - Method in class org.springframework.validation.beanvalidation.BeanValidationPostProcessor
 
postProcessBeforeInitialization(Object, String) - Method in class org.springframework.web.context.support.ServletContextAwareProcessor
 
postProcessBeforeInitialization(Object, String) - Method in class org.springframework.web.portlet.context.PortletContextAwareProcessor
 
postProcessBeforeInitialization(Object, String) - Method in class org.springframework.web.portlet.handler.SimplePortletPostProcessor
 
postProcessBeforeInitialization(Object, String) - Method in class org.springframework.web.servlet.handler.SimpleServletPostProcessor
 
postProcessBeforeInitialization(Object, String) - Method in class org.springframework.web.struts.ActionServletAwareProcessor
Deprecated.
 
postProcessBeforeInstantiation(Class<?>, String) - Method in class org.springframework.aop.framework.autoproxy.AbstractAutoProxyCreator
 
postProcessBeforeInstantiation(Class<?>, String) - Method in interface org.springframework.beans.factory.config.InstantiationAwareBeanPostProcessor
Apply this BeanPostProcessor before the target bean gets instantiated.
postProcessBeforeInstantiation(Class<?>, String) - Method in class org.springframework.beans.factory.config.InstantiationAwareBeanPostProcessorAdapter
 
postProcessBeforeInstantiation(Class<?>, String) - Method in class org.springframework.context.annotation.CommonAnnotationBeanPostProcessor
 
postProcessBeforeInstantiation(Class<?>, String) - Method in class org.springframework.orm.jpa.support.PersistenceAnnotationBeanPostProcessor
 
postProcessBeforeInstantiation(Class, String) - Method in class org.springframework.scripting.support.ScriptFactoryPostProcessor
 
postProcessCommonsHttpMethod(HttpMethodBase) - Method in class org.springframework.http.client.CommonsClientHttpRequestFactory
Deprecated.
Template method that allows for manipulating the org.apache.commons.httpclient.HttpMethodBase before it is returned as part of a CommonsClientHttpRequest.
postProcessComponentDefinition(BeanComponentDefinition) - Method in class org.springframework.beans.factory.xml.AbstractBeanDefinitionParser
Hook method called after the primary parsing of a BeanComponentDefinition but before the BeanComponentDefinition has been registered with a BeanDefinitionRegistry.
postProcessConfiguration(Configuration) - Method in class org.springframework.orm.hibernate3.annotation.AnnotationSessionFactoryBean
postProcessConfiguration(Configuration) - Method in class org.springframework.orm.hibernate3.LocalSessionFactoryBean
To be implemented by subclasses that want to to perform custom post-processing of the Configuration object after this FactoryBean performed its default initialization.
postProcessConfiguration(Configuration) - Method in class org.springframework.ui.freemarker.FreeMarkerConfigurationFactory
To be overridden by subclasses that want to to perform custom post-processing of the Configuration object after this factory performed its default initialization.
postProcessed - Variable in class org.springframework.beans.factory.support.RootBeanDefinition
Package-visible field that indicates MergedBeanDefinitionPostProcessor having been applied
postProcessEntityManagerFactory(EntityManagerFactory) - Method in interface org.springframework.orm.jpa.JpaVendorAdapter
Optional callback for post-processing the native EntityManagerFactory before active use.
postProcessEntityManagerFactory(EntityManagerFactory, PersistenceUnitInfo) - Method in class org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean
Hook method allowing subclasses to customize the EntityManagerFactory after its creation via the PersistenceProvider.
postProcessEntityManagerFactory(EntityManagerFactory) - Method in class org.springframework.orm.jpa.vendor.AbstractJpaVendorAdapter
Post-process the EntityManagerFactory after it has been initialized.
postProcessHandlerMethodName(String) - Method in class org.springframework.web.servlet.mvc.multiaction.InternalPathMethodNameResolver
Build the full handler method name based on the given method name as indicated by the URL path.
postProcessHttpRequest(HttpUriRequest) - Method in class org.springframework.http.client.HttpComponentsClientHttpRequestFactory
Template method that allows for manipulating the HttpUriRequest before it is returned as part of a HttpComponentsClientHttpRequest.
postProcessingLock - Variable in class org.springframework.beans.factory.support.RootBeanDefinition
 
postProcessJaxRpcCall(Call, MethodInvocation) - Method in class org.springframework.remoting.jaxrpc.JaxRpcPortClientInterceptor
Deprecated.
Post-process the given JAX-RPC call.
postProcessJaxRpcService(Service) - Method in interface org.springframework.remoting.jaxrpc.JaxRpcServicePostProcessor
Deprecated.
Post-process the given JAX-RPC Service.
postProcessJaxRpcService(Service) - Method in class org.springframework.remoting.jaxrpc.LocalJaxRpcServiceFactory
Deprecated.
Post-process the given JAX-RPC Service.
postProcessJobDetail(JobDetail) - Method in class org.springframework.scheduling.quartz.MethodInvokingJobDetailFactoryBean
Callback for post-processing the JobDetail to be exposed by this FactoryBean.
postProcessMappings(Configuration) - Method in class org.springframework.orm.hibernate3.annotation.AnnotationSessionFactoryBean
Reads metadata from annotated classes and packages into the AnnotationConfiguration instance.
postProcessMappings(Configuration) - Method in class org.springframework.orm.hibernate3.LocalSessionFactoryBean
To be implemented by subclasses that want to to register further mappings on the Configuration object after this FactoryBean registered its specified mappings.
postProcessMergedBeanDefinition(RootBeanDefinition, Class<?>, String) - Method in class org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor
 
postProcessMergedBeanDefinition(RootBeanDefinition, Class<?>, String) - Method in class org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor
 
postProcessMergedBeanDefinition(RootBeanDefinition, Class<?>, String) - Method in class org.springframework.beans.factory.annotation.RequiredAnnotationBeanPostProcessor
 
postProcessMergedBeanDefinition(RootBeanDefinition, Class<?>, String) - Method in interface org.springframework.beans.factory.support.MergedBeanDefinitionPostProcessor
Post-process the given merged bean definition for the specified bean.
postProcessMergedBeanDefinition(RootBeanDefinition, Class<?>, String) - Method in class org.springframework.context.annotation.CommonAnnotationBeanPostProcessor
 
postProcessMergedBeanDefinition(RootBeanDefinition, Class<?>, String) - Method in class org.springframework.context.support.AbstractApplicationContext.ApplicationListenerDetector
 
postProcessMergedBeanDefinition(RootBeanDefinition, Class<?>, String) - Method in class org.springframework.orm.jpa.support.PersistenceAnnotationBeanPostProcessor
 
postProcessMessage(Message) - Method in interface org.springframework.jms.core.MessagePostProcessor
Apply a MessagePostProcessor to the message.
postProcessMessageCode(String) - Method in class org.springframework.validation.DefaultMessageCodesResolver
Post-process the given message code, built by this resolver.
postProcessObjectFromFactoryBean(Object, String) - Method in class org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory
Applies the postProcessAfterInitialization callback of all registered BeanPostProcessors, giving them a chance to post-process the object obtained from FactoryBeans (for example, to auto-proxy them).
postProcessObjectFromFactoryBean(Object, String) - Method in class org.springframework.beans.factory.support.FactoryBeanRegistrySupport
Post-process the given object that has been obtained from the FactoryBean.
postProcessors - Variable in class org.springframework.test.web.servlet.request.MockHttpServletRequestBuilder
 
postProcessPage(ActionRequest, Object, Errors, int) - Method in class org.springframework.web.portlet.mvc.AbstractWizardFormController
Deprecated.
Post-process the given page after binding and validation, potentially updating its command object.
postProcessPage(HttpServletRequest, Object, Errors, int) - Method in class org.springframework.web.servlet.mvc.AbstractWizardFormController
Deprecated.
Post-process the given page after binding and validation, potentially updating its command object.
postProcessPersistenceUnitInfo(MutablePersistenceUnitInfo) - Method in class org.springframework.orm.jpa.persistenceunit.DefaultPersistenceUnitManager
Hook method allowing subclasses to customize each PersistenceUnitInfo.
postProcessPersistenceUnitInfo(MutablePersistenceUnitInfo) - Method in interface org.springframework.orm.jpa.persistenceunit.PersistenceUnitPostProcessor
Post-process the given PersistenceUnitInfo, for example registering further entity classes and jar files.
postProcessPortletApplicationContext(ConfigurableApplicationContext) - Method in class org.springframework.web.portlet.FrameworkPortlet
Post-process the given Portlet ApplicationContext before it is refreshed and activated as context for this portlet.
postProcessPortStub(Stub) - Method in class org.springframework.remoting.jaxrpc.JaxRpcPortClientInterceptor
Deprecated.
Post-process the given JAX-RPC port stub.
postProcessProducer(MessageProducer, Message) - Method in class org.springframework.jms.listener.adapter.MessageListenerAdapter
Post-process the given message producer before using it to send the response.
postProcessPropertyValues(PropertyValues, PropertyDescriptor[], Object, String) - Method in class org.springframework.aop.framework.autoproxy.AbstractAutoProxyCreator
 
postProcessPropertyValues(PropertyValues, PropertyDescriptor[], Object, String) - Method in class org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor
 
postProcessPropertyValues(PropertyValues, PropertyDescriptor[], Object, String) - Method in class org.springframework.beans.factory.annotation.RequiredAnnotationBeanPostProcessor
 
postProcessPropertyValues(PropertyValues, PropertyDescriptor[], Object, String) - Method in interface org.springframework.beans.factory.config.InstantiationAwareBeanPostProcessor
Post-process the given property values before the factory applies them to the given bean.
postProcessPropertyValues(PropertyValues, PropertyDescriptor[], Object, String) - Method in class org.springframework.beans.factory.config.InstantiationAwareBeanPostProcessorAdapter
 
postProcessPropertyValues(PropertyValues, PropertyDescriptor[], Object, String) - Method in class org.springframework.context.annotation.CommonAnnotationBeanPostProcessor
 
postProcessPropertyValues(PropertyValues, PropertyDescriptor[], Object, String) - Method in class org.springframework.orm.jpa.support.PersistenceAnnotationBeanPostProcessor
 
postProcessReport(JasperPrint, Map<String, Object>) - Method in class org.springframework.web.servlet.view.jasperreports.AbstractJasperReportsView
Template method to be overridden for custom post-processing of the populated report.
postProcessRequest(MockHttpServletRequest) - Method in interface org.springframework.test.web.servlet.request.RequestPostProcessor
Post-process the given MockHttpServletRequest after its creation and initialization through a MockHttpServletRequestBuilder.
postProcessResponse(Message, Message) - Method in class org.springframework.jms.listener.adapter.MessageListenerAdapter
Post-process the given response message before it will be sent.
postProcessResult(T, PersistenceManager, boolean) - Method in class org.springframework.orm.jdo.JdoTemplate
Deprecated.
Post-process the given result object, which might be a Collection.
postProcessTargetObject(Object) - Method in class org.springframework.aop.target.LazyInitTargetSource
Subclasses may override this method to perform additional processing on the target object when it is first loaded.
postProcessTargetObject(Object) - Method in class org.springframework.jmx.export.MBeanExporter.NotificationPublisherAwareLazyTargetSource
 
postProcessTemplateLoaders(List<TemplateLoader>) - Method in class org.springframework.ui.freemarker.FreeMarkerConfigurationFactory
To be overridden by subclasses that want to to register custom TemplateLoader instances after this factory created its default template loaders.
postProcessTemplateLoaders(List<TemplateLoader>) - Method in class org.springframework.web.servlet.view.freemarker.FreeMarkerConfigurer
This implementation registers an additional ClassTemplateLoader for the Spring-provided macros, added to the end of the list.
postProcessVelocityEngine(VelocityEngine) - Method in class org.springframework.ui.velocity.VelocityEngineFactory
To be implemented by subclasses that want to to perform custom post-processing of the VelocityEngine after this FactoryBean performed its default configuration (but before VelocityEngine.init).
postProcessVelocityEngine(VelocityEngine) - Method in class org.springframework.web.servlet.view.velocity.VelocityConfigurer
Provides a ClasspathResourceLoader in addition to any default or user-defined loader in order to load the spring Velocity macros from the class path.
postProcessViewName(String) - Method in class org.springframework.web.servlet.mvc.UrlFilenameViewController
Build the full view name based on the given view name as indicated by the URL path.
postProcessWebApplicationContext(ConfigurableWebApplicationContext) - Method in class org.springframework.web.servlet.FrameworkServlet
Post-process the given WebApplicationContext before it is refreshed and activated as context for this servlet.
postProcessXml(Element) - Method in class org.springframework.beans.factory.xml.DefaultBeanDefinitionDocumentReader
Allow the XML to be extensible by processing any custom element types last, after we finished processing the bean definitions.
postTemplateLoaders - Variable in class org.springframework.ui.freemarker.FreeMarkerConfigurationFactory
 
PRAGMA - Static variable in class org.springframework.http.HttpHeaders
 
precedenceOf(PropertySource<?>) - Method in class org.springframework.core.env.MutablePropertySources
Return the precedence of the given property source, -1 if not found.
predicate - Variable in class org.springframework.web.servlet.mvc.support.AbstractControllerUrlHandlerMapping
 
predictBeanType(Class<?>, String) - Method in class org.springframework.aop.framework.autoproxy.AbstractAutoProxyCreator
 
predictBeanType(Class<?>, String) - Method in class org.springframework.beans.factory.config.InstantiationAwareBeanPostProcessorAdapter
 
predictBeanType(Class<?>, String) - Method in interface org.springframework.beans.factory.config.SmartInstantiationAwareBeanPostProcessor
Predict the type of the bean to be eventually returned from this processor's InstantiationAwareBeanPostProcessor.postProcessBeforeInstantiation(java.lang.Class<?>, java.lang.String) callback.
predictBeanType(String, RootBeanDefinition, Class...) - Method in class org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory
 
predictBeanType(String, RootBeanDefinition, Class<?>...) - Method in class org.springframework.beans.factory.support.AbstractBeanFactory
Predict the eventual bean type (of the processed bean instance) for the specified bean.
predictBeanType(Class, String) - Method in class org.springframework.scripting.support.ScriptFactoryPostProcessor
 
preferences - Variable in class org.springframework.mock.web.portlet.MockPortletPreferences
 
PreferencesPlaceholderConfigurer - Class in org.springframework.beans.factory.config
Subclass of PropertyPlaceholderConfigurer that supports JDK 1.4's Preferences API (java.util.prefs).
PreferencesPlaceholderConfigurer() - Constructor for class org.springframework.beans.factory.config.PreferencesPlaceholderConfigurer
 
preferencesValidator - Variable in class org.springframework.mock.web.portlet.MockPortletPreferences
 
preferFileSystemAccess - Variable in class org.springframework.ui.freemarker.FreeMarkerConfigurationFactory
 
preferFileSystemAccess - Variable in class org.springframework.ui.velocity.VelocityEngineFactory
 
prefersShortLivedTasks() - Method in class org.springframework.jca.work.WorkManagerTaskExecutor
This task executor prefers short-lived work units.
prefersShortLivedTasks() - Method in class org.springframework.scheduling.backportconcurrent.ConcurrentTaskExecutor
Deprecated.
This task executor prefers short-lived work units.
prefersShortLivedTasks() - Method in class org.springframework.scheduling.backportconcurrent.ThreadPoolTaskExecutor
Deprecated.
This task executor prefers short-lived work units.
prefersShortLivedTasks() - Method in class org.springframework.scheduling.commonj.WorkManagerTaskExecutor
This task executor prefers short-lived work units.
prefersShortLivedTasks() - Method in class org.springframework.scheduling.concurrent.ConcurrentTaskExecutor
This task executor prefers short-lived work units.
prefersShortLivedTasks() - Method in class org.springframework.scheduling.concurrent.ThreadPoolTaskExecutor
This task executor prefers short-lived work units.
prefersShortLivedTasks() - Method in class org.springframework.scheduling.concurrent.ThreadPoolTaskScheduler
 
prefersShortLivedTasks() - Method in class org.springframework.scheduling.quartz.SimpleThreadPoolTaskExecutor
This task executor prefers short-lived work units.
prefersShortLivedTasks() - Method in interface org.springframework.scheduling.SchedulingTaskExecutor
Does this TaskExecutor prefer short-lived tasks over long-lived tasks?
prefersShortLivedTasks() - Method in class org.springframework.scheduling.timer.TimerTaskExecutor
Deprecated.
This task executor prefers short-lived work units.
PREFETCH_ATTRIBUTE - Static variable in class org.springframework.jms.config.AbstractListenerContainerParser
 
prefetchSize - Variable in class org.springframework.jms.listener.endpoint.JmsActivationSpecConfig
 
preFiltered - Variable in class org.springframework.aop.framework.AdvisedSupport
Whether the Advisors are already filtered for the specific target class
preFiltered - Variable in class org.springframework.context.event.AbstractApplicationEventMulticaster.ListenerRetriever
 
prefix - Variable in class org.springframework.aop.interceptor.AbstractMonitoringInterceptor
 
prefix - Variable in class org.springframework.validation.DefaultMessageCodesResolver
 
prefix - Variable in class org.springframework.web.servlet.mvc.multiaction.InternalPathMethodNameResolver
 
prefix - Variable in class org.springframework.web.servlet.mvc.UrlFilenameViewController
 
prefix - Variable in class org.springframework.web.servlet.view.DefaultRequestToViewNameTranslator
 
prefix - Variable in class org.springframework.web.servlet.view.UrlBasedViewResolver
 
PREFIX_COMMIT_RULE - Static variable in class org.springframework.transaction.interceptor.RuleBasedTransactionAttribute
Prefix for commit-on-exception rules in description strings
PREFIX_COMMONS_POOL - Static variable in class org.springframework.aop.framework.autoproxy.target.QuickTargetSourceCreator
 
PREFIX_ISOLATION - Static variable in class org.springframework.transaction.support.DefaultTransactionDefinition
Prefix for the isolation constants defined in TransactionDefinition
PREFIX_PROPAGATION - Static variable in class org.springframework.transaction.support.DefaultTransactionDefinition
Prefix for the propagation constants defined in TransactionDefinition
PREFIX_PROTOTYPE - Static variable in class org.springframework.aop.framework.autoproxy.target.QuickTargetSourceCreator
 
PREFIX_ROLLBACK_RULE - Static variable in class org.springframework.transaction.interceptor.RuleBasedTransactionAttribute
Prefix for rollback-on-exception rules in description strings
PREFIX_THREAD_LOCAL - Static variable in class org.springframework.aop.framework.autoproxy.target.QuickTargetSourceCreator
 
PREFIX_TIMEOUT - Static variable in class org.springframework.transaction.support.DefaultTransactionDefinition
Prefix for transaction timeout values in description strings
prefixJson - Variable in class org.springframework.http.converter.json.MappingJackson2HttpMessageConverter
 
prefixJson - Variable in class org.springframework.http.converter.json.MappingJacksonHttpMessageConverter
 
prefixJson - Variable in class org.springframework.web.servlet.view.json.MappingJackson2JsonView
 
prefixJson - Variable in class org.springframework.web.servlet.view.json.MappingJacksonJsonView
 
prefixToNamespaceUri - Variable in class org.springframework.util.xml.SimpleNamespaceContext
 
preHandle(WebRequest) - Method in class org.springframework.orm.hibernate3.support.OpenSessionInViewInterceptor
Open a new Hibernate Session according to the settings of this HibernateAccessor and bind it to the thread via the TransactionSynchronizationManager.
preHandle(WebRequest) - Method in class org.springframework.orm.hibernate4.support.OpenSessionInViewInterceptor
Open a new Hibernate Session according to the settings of this HibernateAccessor and bind it to the thread via the TransactionSynchronizationManager.
preHandle(WebRequest) - Method in class org.springframework.orm.jdo.support.OpenPersistenceManagerInViewInterceptor
 
preHandle(WebRequest) - Method in class org.springframework.orm.jpa.support.OpenEntityManagerInViewInterceptor
 
preHandle(WebRequest) - Method in class org.springframework.web.context.request.Log4jNestedDiagnosticContextInterceptor
Adds a message the Log4J NDC before the request is processed.
preHandle(WebRequest) - Method in interface org.springframework.web.context.request.WebRequestInterceptor
Intercept the execution of a request handler before its invocation.
preHandle(PortletRequest, PortletResponse, Object) - Method in class org.springframework.web.portlet.handler.HandlerInterceptorAdapter
Default callback that all "pre*" methods delegate to.
preHandle(PortletRequest, PortletResponse, Object) - Method in class org.springframework.web.portlet.handler.UserRoleAuthorizationInterceptor
 
preHandle(HttpServletRequest, HttpServletResponse, Object) - Method in class org.springframework.web.servlet.handler.AbstractUrlHandlerMapping.PathExposingHandlerInterceptor
 
preHandle(HttpServletRequest, HttpServletResponse, Object) - Method in class org.springframework.web.servlet.handler.AbstractUrlHandlerMapping.UriTemplateVariablesHandlerInterceptor
 
preHandle(HttpServletRequest, HttpServletResponse, Object) - Method in class org.springframework.web.servlet.handler.ConversionServiceExposingInterceptor
 
preHandle(HttpServletRequest, HttpServletResponse, Object) - Method in class org.springframework.web.servlet.handler.HandlerInterceptorAdapter
This implementation always returns true.
preHandle(HttpServletRequest, HttpServletResponse, Object) - Method in class org.springframework.web.servlet.handler.UserRoleAuthorizationInterceptor
 
preHandle(HttpServletRequest, HttpServletResponse, Object) - Method in class org.springframework.web.servlet.handler.WebRequestHandlerInterceptorAdapter
 
preHandle(HttpServletRequest, HttpServletResponse, Object) - Method in interface org.springframework.web.servlet.HandlerInterceptor
Intercept the execution of a handler.
preHandle(HttpServletRequest, HttpServletResponse, Object) - Method in class org.springframework.web.servlet.i18n.LocaleChangeInterceptor
 
preHandle(HttpServletRequest, HttpServletResponse, Object) - Method in class org.springframework.web.servlet.mvc.WebContentInterceptor
 
preHandle(HttpServletRequest, HttpServletResponse, Object) - Method in class org.springframework.web.servlet.theme.ThemeChangeInterceptor
 
preHandleAction(ActionRequest, ActionResponse, Object) - Method in class org.springframework.web.portlet.handler.HandlerInterceptorAdapter
preHandleAction(ActionRequest, ActionResponse, Object) - Method in class org.springframework.web.portlet.handler.ParameterMappingInterceptor
If request is an ActionRequest, get handler mapping parameter and add it to the ActionResponse.
preHandleAction(ActionRequest, ActionResponse, Object) - Method in class org.springframework.web.portlet.handler.WebRequestHandlerInterceptorAdapter
 
preHandleAction(ActionRequest, ActionResponse, Object) - Method in interface org.springframework.web.portlet.HandlerInterceptor
Intercept the execution of a handler in the action phase.
preHandleEvent(EventRequest, EventResponse, Object) - Method in class org.springframework.web.portlet.handler.HandlerInterceptorAdapter
preHandleEvent(EventRequest, EventResponse, Object) - Method in class org.springframework.web.portlet.handler.WebRequestHandlerInterceptorAdapter
 
preHandleEvent(EventRequest, EventResponse, Object) - Method in interface org.springframework.web.portlet.HandlerInterceptor
Intercept the execution of a handler in the action phase.
preHandleRender(RenderRequest, RenderResponse, Object) - Method in class org.springframework.web.portlet.handler.HandlerInterceptorAdapter
preHandleRender(RenderRequest, RenderResponse, Object) - Method in class org.springframework.web.portlet.handler.WebRequestHandlerInterceptorAdapter
 
preHandleRender(RenderRequest, RenderResponse, Object) - Method in interface org.springframework.web.portlet.HandlerInterceptor
Intercept the execution of a handler in the render phase.
preHandleResource(ResourceRequest, ResourceResponse, Object) - Method in class org.springframework.web.portlet.handler.HandlerInterceptorAdapter
preHandleResource(ResourceRequest, ResourceResponse, Object) - Method in class org.springframework.web.portlet.handler.WebRequestHandlerInterceptorAdapter
 
preHandleResource(ResourceRequest, ResourceResponse, Object) - Method in interface org.springframework.web.portlet.HandlerInterceptor
Intercept the execution of a handler in the render phase.
preInstantiateSingletons() - Method in interface org.springframework.beans.factory.config.ConfigurableListableBeanFactory
Ensure that all non-lazy-init singletons are instantiated, also considering FactoryBeans.
preInstantiateSingletons() - Method in class org.springframework.beans.factory.support.DefaultListableBeanFactory
 
preInstantiationPointcut - Variable in class org.springframework.aop.aspectj.annotation.InstantiationModelAwarePointcutAdvisorImpl.PerTargetInstantiationModelPointcut
 
preInterceptors - Variable in class org.springframework.aop.framework.AbstractSingletonProxyFactoryBean
 
premain(String, Instrumentation) - Static method in class org.springframework.instrument.InstrumentationSavingAgent
Save the Instrumentation interface exposed by the JVM.
preparationMonitor - Variable in class org.springframework.jmx.access.MBeanClientInterceptor
 
preparationMonitor - Variable in class org.springframework.remoting.jaxrpc.JaxRpcPortClientInterceptor
Deprecated.
 
preparationMonitor - Variable in class org.springframework.remoting.jaxws.JaxWsPortClientInterceptor
 
prepare() - Method in class org.springframework.jmx.access.MBeanClientInterceptor
Ensures that an MBeanServerConnection is configured and attempts to detect a local connection if one is not supplied.
prepare() - Method in class org.springframework.jmx.access.NotificationListenerRegistrar
Registers the specified NotificationListener.
prepare(MimeMessage) - Method in interface org.springframework.mail.javamail.MimeMessagePreparator
Prepare the given new MimeMessage instance.
prepare() - Method in class org.springframework.remoting.caucho.BurlapClientInterceptor
Initialize the Burlap proxy for this interceptor.
prepare() - Method in class org.springframework.remoting.caucho.BurlapExporter
Initialize this service exporter.
prepare() - Method in class org.springframework.remoting.caucho.HessianClientInterceptor
Initialize the Hessian proxy for this interceptor.
prepare() - Method in class org.springframework.remoting.caucho.HessianExporter
Initialize this exporter.
prepare() - Method in class org.springframework.remoting.jaxrpc.JaxRpcPortClientInterceptor
Deprecated.
Create and initialize the JAX-RPC service for the specified port.
prepare() - Method in class org.springframework.remoting.jaxws.JaxWsPortClientInterceptor
Initialize the JAX-WS port for this interceptor.
prepare() - Method in class org.springframework.remoting.rmi.JndiRmiClientInterceptor
Fetches the RMI stub on startup, if necessary.
prepare() - Method in class org.springframework.remoting.rmi.JndiRmiServiceExporter
Initialize this service exporter, binding the specified service to JNDI.
prepare() - Method in class org.springframework.remoting.rmi.RemoteInvocationSerializingExporter
Initialize this service exporter.
prepare() - Method in class org.springframework.remoting.rmi.RmiClientInterceptor
Fetches RMI stub on startup, if necessary.
prepare() - Method in class org.springframework.remoting.rmi.RmiServiceExporter
Initialize this service exporter, registering the service as RMI object.
prepare() - Method in class org.springframework.util.MethodInvoker
Prepare the specified method.
prepareApplicationContext(GenericApplicationContext) - Method in class org.springframework.test.AbstractSingleSpringContextTests
Deprecated.
Prepare the GenericApplicationContext used by this test.
prepareBeanFactory(ConfigurableListableBeanFactory) - Method in class org.springframework.context.support.AbstractApplicationContext
Configure the factory's standard context characteristics, such as the context's ClassLoader and post-processors.
prepareBinder(PortletRequestDataBinder) - Method in class org.springframework.web.portlet.mvc.BaseCommandController
Deprecated.
Prepare the given binder, applying the specified MessageCodesResolver, BindingErrorProcessor and PropertyEditorRegistrars (if any).
prepareBinder(ServletRequestDataBinder) - Method in class org.springframework.web.servlet.mvc.BaseCommandController
Deprecated.
Prepare the given binder, applying the specified MessageCodesResolver, BindingErrorProcessor and PropertyEditorRegistrars (if any).
prepareConnection(HttpURLConnection, String) - Method in class org.springframework.http.client.SimpleClientHttpRequestFactory
Template method for preparing the given HttpURLConnection.
prepareConnection(Connection) - Method in class org.springframework.jca.cci.connection.SingleConnectionFactory
Prepare the given Connection before it is exposed.
prepareConnection(Connection) - Method in class org.springframework.jdbc.datasource.SingleConnectionDataSource
Prepare the given Connection before it is exposed.
prepareConnection(Connection) - Method in class org.springframework.jms.connection.SingleConnectionFactory
Prepare the given Connection before it is exposed.
prepareConnection - Variable in class org.springframework.orm.hibernate3.HibernateTransactionManager
 
prepareConnection - Variable in class org.springframework.orm.hibernate4.HibernateTransactionManager
 
prepareConnection(HttpURLConnection, int) - Method in class org.springframework.remoting.httpinvoker.SimpleHttpInvokerRequestExecutor
Prepare the given HTTP connection.
prepareConnectionForTransaction(Connection, TransactionDefinition) - Static method in class org.springframework.jdbc.datasource.DataSourceUtils
Prepare the given Connection with the given transaction semantics.
prepareContext(ConfigurableApplicationContext, MergedContextConfiguration) - Method in class org.springframework.test.context.support.AbstractContextLoader
Prepare the ConfigurableApplicationContext created by this SmartContextLoader before bean definitions are read.
prepareContext(GenericApplicationContext) - Method in class org.springframework.test.context.support.AbstractGenericContextLoader
Prepare the GenericApplicationContext created by this ContextLoader.
prepareCriteria(Criteria) - Method in class org.springframework.orm.hibernate3.HibernateTemplate
Prepare the given Criteria object, applying cache settings and/or a transaction timeout.
preparedArguments - Variable in class org.springframework.beans.factory.support.ConstructorResolver.ArgumentsHolder
 
preparedConstructorArguments - Variable in class org.springframework.beans.factory.support.RootBeanDefinition
Package-visible field for caching partly prepared constructor arguments
PreparedStatementCallback<T> - Interface in org.springframework.jdbc.core
Generic callback interface for code that operates on a PreparedStatement.
PreparedStatementCreator - Interface in org.springframework.jdbc.core
One of the two central callback interfaces used by the JdbcTemplate class.
PreparedStatementCreatorFactory - Class in org.springframework.jdbc.core
Helper class that efficiently creates multiple PreparedStatementCreator objects with different parameters based on a SQL statement and a single set of parameter declarations.
PreparedStatementCreatorFactory(String) - Constructor for class org.springframework.jdbc.core.PreparedStatementCreatorFactory
Create a new factory.
PreparedStatementCreatorFactory(String, int[]) - Constructor for class org.springframework.jdbc.core.PreparedStatementCreatorFactory
Create a new factory with the given SQL and JDBC types.
PreparedStatementCreatorFactory(String, List<SqlParameter>) - Constructor for class org.springframework.jdbc.core.PreparedStatementCreatorFactory
Create a new factory with the given SQL and parameters.
PreparedStatementCreatorFactory.PreparedStatementCreatorImpl - Class in org.springframework.jdbc.core
PreparedStatementCreator implementation returned by this class.
PreparedStatementCreatorFactory.PreparedStatementCreatorImpl(List<?>) - Constructor for class org.springframework.jdbc.core.PreparedStatementCreatorFactory.PreparedStatementCreatorImpl
 
PreparedStatementCreatorFactory.PreparedStatementCreatorImpl(String, List) - Constructor for class org.springframework.jdbc.core.PreparedStatementCreatorFactory.PreparedStatementCreatorImpl
 
preparedStatementFactory - Variable in class org.springframework.jdbc.object.SqlOperation
Object enabling us to create PreparedStatementCreators efficiently, based on this class's declared parameters.
PreparedStatementSetter - Interface in org.springframework.jdbc.core
General callback interface used by the JdbcTemplate class.
preparedStatementType - Variable in class org.springframework.jdbc.support.nativejdbc.Jdbc4NativeJdbcExtractor
 
prepareFileUpload(String) - Method in class org.springframework.web.multipart.commons.CommonsFileUploadSupport
Determine an appropriate FileUpload instance for the given encoding.
prepareForCommit(DefaultTransactionStatus) - Method in class org.springframework.orm.hibernate3.HibernateTransactionManager
 
prepareForCommit(DefaultTransactionStatus) - Method in class org.springframework.transaction.support.AbstractPlatformTransactionManager
Make preparations for commit, to be performed before the beforeCommit synchronization callbacks occur.
prepareForRendering(HttpServletRequest, HttpServletResponse) - Method in class org.springframework.web.servlet.view.InternalResourceView
Prepare for rendering, and determine the request dispatcher path to forward to (or to include).
prepareForRendering(HttpServletRequest, HttpServletResponse) - Method in class org.springframework.web.servlet.view.tiles.TilesView
Deprecated.
Prepare for rendering the Tiles definition: Execute the associated component controller if any, and determine the request dispatcher path.
prepareJaxRpcCall(Call) - Method in class org.springframework.remoting.jaxrpc.JaxRpcPortClientInterceptor
Deprecated.
Prepare the given JAX-RPC call, applying properties to it.
prepareLob(Connection, Class) - Method in class org.springframework.jdbc.support.lob.OracleLobHandler.OracleLobCreator
Deprecated.
Create and open an oracle.sql.BLOB/CLOB instance via reflection.
prepareMethodOverride(MethodOverride) - Method in class org.springframework.beans.factory.support.AbstractBeanDefinition
Validate and prepare the given method override.
prepareMethodOverrides() - Method in class org.springframework.beans.factory.support.AbstractBeanDefinition
Validate and prepare the method overrides defined for this bean.
preparePersistenceUnitInfos() - Method in class org.springframework.orm.jpa.persistenceunit.DefaultPersistenceUnitManager
Prepare the PersistenceUnitInfos according to the configuration of this manager: scanning for persistence.xml files, parsing all matching files, configuring and post-processing them.
preparePortStub(Stub) - Method in class org.springframework.remoting.jaxrpc.JaxRpcPortClientInterceptor
Deprecated.
Prepare the given JAX-RPC port stub, applying properties to it.
preparePortStub(Object) - Method in class org.springframework.remoting.jaxws.JaxWsPortClientInterceptor
Prepare the given JAX-WS port stub, applying properties to it.
prepareQuery(Query) - Method in class org.springframework.orm.hibernate3.HibernateTemplate
Prepare the given Query object, applying cache settings and/or a transaction timeout.
prepareQuery(Query) - Method in class org.springframework.orm.jdo.JdoTemplate
Deprecated.
Prepare the given JDO query object.
prepareQuery(Query) - Method in class org.springframework.orm.jpa.JpaTemplate
Deprecated.
Prepare the given JPA query object.
prepareRefresh() - Method in class org.springframework.context.annotation.AnnotationConfigApplicationContext
 
prepareRefresh() - Method in class org.springframework.context.support.AbstractApplicationContext
Prepare this context for refreshing, setting its startup date and active flag as well as performing any initialization of property sources.
prepareResponse(Exception, HttpServletResponse) - Method in class org.springframework.web.servlet.handler.AbstractHandlerExceptionResolver
Prepare the response for the exceptional case.
prepareResponse(HttpServletRequest, HttpServletResponse) - Method in class org.springframework.web.servlet.view.AbstractView
Prepare the given response for rendering.
prepareResponse(HttpServletRequest, HttpServletResponse) - Method in class org.springframework.web.servlet.view.json.MappingJackson2JsonView
 
prepareResponse(HttpServletRequest, HttpServletResponse) - Method in class org.springframework.web.servlet.view.json.MappingJacksonJsonView
 
preparerFactoryClass - Variable in class org.springframework.web.servlet.view.tiles2.TilesConfigurer
 
preparerFactoryClass - Variable in class org.springframework.web.servlet.view.tiles3.TilesConfigurer
 
prepareScriptBeans(BeanDefinition, String, String) - Method in class org.springframework.scripting.support.ScriptFactoryPostProcessor
Prepare the script beans in the internal BeanFactory that this post-processor uses.
prepareSharedConnection(Connection) - Method in class org.springframework.jms.listener.AbstractJmsListeningContainer
Prepare the given Connection, which is about to be registered as shared Connection for this container.
prepareSharedConnection(Connection) - Method in class org.springframework.jms.listener.SimpleMessageListenerContainer
Registers this listener container as JMS ExceptionListener on the shared connection.
prepareStatementForGeneratedKeys(Connection) - Method in class org.springframework.jdbc.core.simple.AbstractJdbcInsert
Create the PreparedStatement to be used for insert that have generated keys
prepareSynchronization(DefaultTransactionStatus, TransactionDefinition) - Method in class org.springframework.transaction.support.AbstractPlatformTransactionManager
Initialize transaction synchronization as appropriate.
prepareTestInstance() - Method in class org.springframework.test.AbstractDependencyInjectionSpringContextTests
Deprecated.
Prepare this test instance, injecting dependencies into its protected fields and its bean properties.
prepareTestInstance() - Method in class org.springframework.test.AbstractSingleSpringContextTests
Deprecated.
Prepare this test instance, for example populating its fields.
prepareTestInstance(TestContext) - Method in class org.springframework.test.context.support.AbstractTestExecutionListener
The default implementation is empty.
prepareTestInstance(TestContext) - Method in class org.springframework.test.context.support.DependencyInjectionTestExecutionListener
Performs dependency injection on the test instance of the supplied test context by autowiring and initializing the test instance via its own application context (without checking dependencies).
prepareTestInstance(Object) - Method in class org.springframework.test.context.TestContextManager
Hook for preparing a test instance prior to execution of any individual test methods, for example for injecting dependencies, etc.
prepareTestInstance(TestContext) - Method in interface org.springframework.test.context.TestExecutionListener
Prepares the test instance of the supplied test context, for example by injecting dependencies.
prepareTestInstance(TestContext) - Method in class org.springframework.test.context.web.ServletTestExecutionListener
Sets up thread-local state during the test instance preparation callback phase via Spring Web's RequestContextHolder.
prepareTransaction(EntityManager, boolean, String) - Method in class org.springframework.orm.jpa.DefaultJpaDialect
 
prepareTransaction(EntityManager, EntityManagerFactory) - Static method in class org.springframework.orm.jpa.EntityManagerFactoryUtils
Prepare a transaction on the given EntityManager, if possible.
prepareTransaction(EntityManager, boolean, String) - Method in interface org.springframework.orm.jpa.JpaDialect
Prepare a JPA transaction, applying the specified semantics.
prepareTransaction(EntityManager, boolean, String) - Method in class org.springframework.orm.jpa.vendor.HibernateJpaDialect
 
prepareTransactionInfo(PlatformTransactionManager, TransactionAttribute, String, TransactionStatus) - Method in class org.springframework.transaction.interceptor.TransactionAspectSupport
Prepare a TransactionInfo for the given attribute and status object.
prepareTransactionStatus(TransactionDefinition, Object, boolean, boolean, boolean, Object) - Method in class org.springframework.transaction.support.AbstractPlatformTransactionManager
Create a new TransactionStatus for the given arguments, also initializing transaction synchronization as appropriate.
prepareWriter(Map<String, Object>, PdfWriter, HttpServletRequest) - Method in class org.springframework.web.servlet.view.document.AbstractPdfView
Prepare the given PdfWriter.
prependLeadingSlash(Collection<String>) - Static method in class org.springframework.web.servlet.mvc.condition.PatternsRequestCondition
 
preProcess(String, byte[]) - Method in class org.springframework.instrument.classloading.weblogic.WebLogicClassPreProcessorAdapter
 
preProcess(NativeWebRequest, Callable<T>) - Method in class org.springframework.orm.hibernate3.support.OpenSessionInViewFilter.SessionBindingCallableInterceptor
 
preProcess(NativeWebRequest, Callable<T>) - Method in class org.springframework.orm.hibernate3.support.OpenSessionInViewInterceptor.SessionBindingCallableInterceptor
 
preProcess(NativeWebRequest, Callable<T>) - Method in class org.springframework.orm.hibernate4.support.OpenSessionInViewFilter.SessionBindingCallableInterceptor
 
preProcess(NativeWebRequest, Callable<T>) - Method in class org.springframework.orm.hibernate4.support.OpenSessionInViewInterceptor.SessionBindingCallableInterceptor
 
preProcess(NativeWebRequest, Callable<T>) - Method in class org.springframework.orm.jpa.support.OpenEntityManagerInViewFilter.EntityManagerBindingCallableInterceptor
 
preProcess(NativeWebRequest, Callable<T>) - Method in class org.springframework.orm.jpa.support.OpenEntityManagerInViewInterceptor.EntityManagerBindingCallableInterceptor
 
preProcess(NativeWebRequest, Callable<T>) - Method in interface org.springframework.web.context.request.async.CallableProcessingInterceptor
Invoked after the start of concurrent handling in the async thread in which the Callable is executed and before the actual invocation of the Callable.
preProcess(NativeWebRequest, Callable<T>) - Method in class org.springframework.web.context.request.async.CallableProcessingInterceptorAdapter
This implementation is empty.
preProcess(NativeWebRequest, DeferredResult<T>) - Method in interface org.springframework.web.context.request.async.DeferredResultProcessingInterceptor
Invoked immediately after the start of concurrent handling, in the same thread that started it.
preProcess(NativeWebRequest, DeferredResult<T>) - Method in class org.springframework.web.context.request.async.DeferredResultProcessingInterceptorAdapter
This implementation is empty.
preProcess(NativeWebRequest, Callable<T>) - Method in class org.springframework.web.servlet.FrameworkServlet.RequestBindingInterceptor
 
PREPROCESS_UTILS - Static variable in class org.springframework.instrument.classloading.oc4j.OC4JClassLoaderAdapter
 
preProcessIndex - Variable in class org.springframework.web.context.request.async.CallableInterceptorChain
 
preProcessingIndex - Variable in class org.springframework.web.context.request.async.DeferredResultInterceptorChain
 
preProcessXml(Element) - Method in class org.springframework.beans.factory.xml.DefaultBeanDefinitionDocumentReader
Allow the XML to be extensible by processing any custom element types first, before we start to process the bean definitions.
PRESERVE_TARGET_CLASS_ATTRIBUTE - Static variable in class org.springframework.aop.framework.autoproxy.AutoProxyUtils
Bean definition attribute that may indicate whether a given bean is supposed to be proxied with its target class (in case of it getting proxied in the first place).
preTemplateLoaders - Variable in class org.springframework.ui.freemarker.FreeMarkerConfigurationFactory
 
prettyPrint - Variable in class org.springframework.http.converter.json.MappingJackson2HttpMessageConverter
 
prettyPrint - Variable in class org.springframework.http.converter.json.MappingJacksonHttpMessageConverter
 
prettyPrint() - Method in class org.springframework.util.StopWatch
Return a string with a table describing all tasks performed.
prettyPrint - Variable in class org.springframework.web.servlet.view.json.MappingJackson2JsonView
 
prettyPrint - Variable in class org.springframework.web.servlet.view.json.MappingJacksonJsonView
 
preventCaching(MimeResponse) - Method in class org.springframework.web.portlet.handler.PortletContentGenerator
Prevent the render response from being cached.
preventCaching(HttpServletResponse) - Method in class org.springframework.web.servlet.handler.AbstractHandlerExceptionResolver
Prevents the response from being cached, through setting corresponding HTTP headers.
preventCaching(HttpServletResponse) - Method in class org.springframework.web.servlet.support.WebContentGenerator
Prevent the response from being cached.
preventDispatchLoop - Variable in class org.springframework.web.servlet.view.InternalResourceView
 
preventResponseCaching - Variable in class org.springframework.web.servlet.handler.AbstractHandlerExceptionResolver
 
preventTransaction() - Method in class org.springframework.test.AbstractTransactionalSpringContextTests
Deprecated.
Call this method in an overridden ConditionalTestCase.runBare() method to prevent transactional execution.
previous() - Method in class org.springframework.jdbc.support.rowset.ResultSetWrappingSqlRowSet
 
previous() - Method in interface org.springframework.jdbc.support.rowset.SqlRowSet
Moves the cursor to the previous row.
previousContextClassLoader - Variable in class org.springframework.jca.endpoint.AbstractMessageEndpointFactory.AbstractMessageEndpoint
 
previousFlushMode - Variable in class org.springframework.orm.hibernate3.SessionHolder
 
previousFlushMode - Variable in class org.springframework.orm.hibernate4.SessionHolder
 
previousFlushMode - Variable in class org.springframework.orm.jpa.vendor.HibernateJpaDialect.SessionTransactionData
 
previousIsolationLevel - Variable in class org.springframework.jdbc.datasource.JdbcTransactionObjectSupport
 
previousNestedPath - Variable in class org.springframework.web.servlet.tags.form.FormTag
Caching a previous nested path, so that it may be reset
previousNestedPath - Variable in class org.springframework.web.servlet.tags.NestedPathTag
Caching a previous nested path, so that it may be reset
previousPage() - Method in class org.springframework.beans.support.PagedListHolder
Switch to previous page.
previousPageStatus - Variable in class org.springframework.web.servlet.tags.BindTag
 
previousRequestStatus - Variable in class org.springframework.web.servlet.tags.BindTag
 
primary - Variable in class org.springframework.aop.aspectj.AspectJExpressionPointcut.DefensiveShadowMatch
 
primary - Variable in class org.springframework.beans.factory.support.AbstractBeanDefinition
 
Primary - Annotation Type in org.springframework.context.annotation
Indicates that a bean should be given preference when multiple candidates are qualified to autowire a single-valued dependency.
PRIMARY_ATTRIBUTE - Static variable in class org.springframework.beans.factory.xml.BeanDefinitionParserDelegate
 
primitivesDefaultedForNullValue - Variable in class org.springframework.jdbc.core.BeanPropertyRowMapper
Whether we're defaulting primitives when mapping a null value
primitiveTypeNameMap - Static variable in class org.springframework.util.ClassUtils
Map with primitive type name as key and corresponding primitive type as value, for example: "int" -> "int.class".
primitiveTypeToWrapperMap - Static variable in class org.springframework.util.ClassUtils
Map with primitive type as key and corresponding wrapper type as value, for example: int.class -> Integer.class.
primitiveWrapperTypeMap - Static variable in class org.springframework.util.ClassUtils
Map with primitive wrapper type as key and corresponding primitive type as value, for example: Integer.class -> int.class.
principal - Variable in class org.springframework.test.web.servlet.request.MockHttpServletRequestBuilder
 
principal(Principal) - Method in class org.springframework.test.web.servlet.request.MockHttpServletRequestBuilder
Set the principal of the request.
print(Date, Locale) - Method in class org.springframework.format.datetime.DateFormatter
 
print(Long, Locale) - Method in class org.springframework.format.datetime.joda.MillisecondInstantPrinter
 
print(ReadableInstant, Locale) - Method in class org.springframework.format.datetime.joda.ReadableInstantPrinter
 
print(ReadablePartial, Locale) - Method in class org.springframework.format.datetime.joda.ReadablePartialPrinter
 
print(Number, Locale) - Method in class org.springframework.format.number.AbstractNumberFormatter
 
print(T, Locale) - Method in interface org.springframework.format.Printer
Print the object of type T for display.
print(boolean) - Method in class org.springframework.mock.web.MockBodyContent
 
print(char) - Method in class org.springframework.mock.web.MockBodyContent
 
print(char[]) - Method in class org.springframework.mock.web.MockBodyContent
 
print(double) - Method in class org.springframework.mock.web.MockBodyContent
 
print(float) - Method in class org.springframework.mock.web.MockBodyContent
 
print(int) - Method in class org.springframework.mock.web.MockBodyContent
 
print(long) - Method in class org.springframework.mock.web.MockBodyContent
 
print(Object) - Method in class org.springframework.mock.web.MockBodyContent
 
print(String) - Method in class org.springframework.mock.web.MockBodyContent
 
print(boolean) - Method in class org.springframework.mock.web.MockJspWriter
 
print(char) - Method in class org.springframework.mock.web.MockJspWriter
 
print(char[]) - Method in class org.springframework.mock.web.MockJspWriter
 
print(double) - Method in class org.springframework.mock.web.MockJspWriter
 
print(float) - Method in class org.springframework.mock.web.MockJspWriter
 
print(int) - Method in class org.springframework.mock.web.MockJspWriter
 
print(long) - Method in class org.springframework.mock.web.MockJspWriter
 
print(Object) - Method in class org.springframework.mock.web.MockJspWriter
 
print(String) - Method in class org.springframework.mock.web.MockJspWriter
 
print() - Static method in class org.springframework.test.web.servlet.result.MockMvcResultHandlers
Print MvcResult details to the "standard" output stream.
printAsyncResult(MvcResult) - Method in class org.springframework.test.web.servlet.result.PrintingResultHandler
 
Printer<T> - Interface in org.springframework.format
Prints objects of type T for display.
printer - Variable in class org.springframework.format.support.FormattingConversionService.PrinterConverter
 
printer - Variable in class org.springframework.test.web.servlet.result.PrintingResultHandler
 
printerObjectType - Variable in class org.springframework.format.support.FormattingConversionService.PrinterConverter
 
printFieldSeparatorIfNecessary() - Method in class org.springframework.core.style.ToStringCreator
 
printFlashMap(FlashMap) - Method in class org.springframework.test.web.servlet.result.PrintingResultHandler
Print "output" flash attributes
printHandler(Object, HandlerInterceptor[]) - Method in class org.springframework.test.web.servlet.result.PrintingResultHandler
Print the handler
printHeading(String) - Method in interface org.springframework.test.web.servlet.result.PrintingResultHandler.ResultValuePrinter
 
PrintingResultHandler - Class in org.springframework.test.web.servlet.result
Result handler that prints MvcResult details to the "standard" output stream.
PrintingResultHandler(PrintingResultHandler.ResultValuePrinter) - Constructor for class org.springframework.test.web.servlet.result.PrintingResultHandler
Protected constructor.
PrintingResultHandler.ResultValuePrinter - Interface in org.springframework.test.web.servlet.result
A contract for how to actually write result information.
println() - Method in class org.springframework.mock.web.MockBodyContent
 
println(boolean) - Method in class org.springframework.mock.web.MockBodyContent
 
println(char) - Method in class org.springframework.mock.web.MockBodyContent
 
println(char[]) - Method in class org.springframework.mock.web.MockBodyContent
 
println(double) - Method in class org.springframework.mock.web.MockBodyContent
 
println(float) - Method in class org.springframework.mock.web.MockBodyContent
 
println(int) - Method in class org.springframework.mock.web.MockBodyContent
 
println(long) - Method in class org.springframework.mock.web.MockBodyContent
 
println(Object) - Method in class org.springframework.mock.web.MockBodyContent
 
println(String) - Method in class org.springframework.mock.web.MockBodyContent
 
println() - Method in class org.springframework.mock.web.MockJspWriter
 
println(boolean) - Method in class org.springframework.mock.web.MockJspWriter
 
println(char) - Method in class org.springframework.mock.web.MockJspWriter
 
println(char[]) - Method in class org.springframework.mock.web.MockJspWriter
 
println(double) - Method in class org.springframework.mock.web.MockJspWriter
 
println(float) - Method in class org.springframework.mock.web.MockJspWriter
 
println(int) - Method in class org.springframework.mock.web.MockJspWriter
 
println(long) - Method in class org.springframework.mock.web.MockJspWriter
 
println(Object) - Method in class org.springframework.mock.web.MockJspWriter
 
println(String) - Method in class org.springframework.mock.web.MockJspWriter
 
printModelAndView(ModelAndView) - Method in class org.springframework.test.web.servlet.result.PrintingResultHandler
Print the ModelAndView
printRequest(MockHttpServletRequest) - Method in class org.springframework.test.web.servlet.result.PrintingResultHandler
Print the request
printResolvedException(Exception) - Method in class org.springframework.test.web.servlet.result.PrintingResultHandler
Print exceptions resolved through a HandlerExceptionResolver
printResponse(MockHttpServletResponse) - Method in class org.springframework.test.web.servlet.result.PrintingResultHandler
Print the response
printStackTrace(PrintStream) - Method in exception org.springframework.beans.factory.BeanCreationException
 
printStackTrace(PrintWriter) - Method in exception org.springframework.beans.factory.BeanCreationException
 
printStackTrace(PrintStream) - Method in exception org.springframework.beans.PropertyBatchUpdateException
 
printStackTrace(PrintWriter) - Method in exception org.springframework.beans.PropertyBatchUpdateException
 
printStackTrace(PrintStream) - Method in exception org.springframework.mail.MailSendException
 
printStackTrace(PrintWriter) - Method in exception org.springframework.mail.MailSendException
 
printValue(String, Object) - Method in interface org.springframework.test.web.servlet.result.PrintingResultHandler.ResultValuePrinter
 
PrioritizedParameterNameDiscoverer - Class in org.springframework.core
ParameterNameDiscoverer implementation that tries several ParameterNameDiscoverers in succession.
PrioritizedParameterNameDiscoverer() - Constructor for class org.springframework.core.PrioritizedParameterNameDiscoverer
 
priority - Variable in class org.springframework.jms.connection.CachedMessageProducer
 
priority - Variable in class org.springframework.jms.core.JmsTemplate
 
priority - Variable in class org.springframework.scheduling.quartz.CronTriggerFactoryBean
 
priority - Variable in class org.springframework.scheduling.quartz.SimpleTriggerFactoryBean
 
PriorityOrdered - Interface in org.springframework.core
Extension of the Ordered interface, expressing a 'priority' ordering: Order values expressed by PriorityOrdered objects always apply before order values of 'plain' Ordered values.
privateRenderParameterMap - Variable in class org.springframework.mock.web.portlet.MockResourceRequest
 
Problem - Class in org.springframework.beans.factory.parsing
Represents a problem with a bean definition configuration.
Problem(String, Location) - Constructor for class org.springframework.beans.factory.parsing.Problem
Create a new instance of the Problem class.
Problem(String, Location, ParseState) - Constructor for class org.springframework.beans.factory.parsing.Problem
Create a new instance of the Problem class.
Problem(String, Location, ParseState, Throwable) - Constructor for class org.springframework.beans.factory.parsing.Problem
Create a new instance of the Problem class.
ProblemReporter - Interface in org.springframework.beans.factory.parsing
SPI interface allowing tools and other external processes to handle errors and warnings reported during bean definition parsing.
problemReporter - Variable in class org.springframework.beans.factory.parsing.ReaderContext
 
problemReporter - Variable in class org.springframework.beans.factory.xml.XmlBeanDefinitionReader
 
problemReporter - Variable in class org.springframework.context.annotation.ConfigurationClassBeanDefinitionReader
 
problemReporter - Variable in class org.springframework.context.annotation.ConfigurationClassParser
 
problemReporter - Variable in class org.springframework.context.annotation.ConfigurationClassPostProcessor
 
procedureColumnMetaDataUsed - Variable in class org.springframework.jdbc.core.metadata.GenericCallMetaDataProvider
 
procedureName - Variable in class org.springframework.jdbc.core.metadata.CallMetaDataContext
name of procedure to call
procedureNameToUse(String) - Method in interface org.springframework.jdbc.core.metadata.CallMetaDataProvider
Provide any modification of the procedure name passed in to match the meta data currently used.
procedureNameToUse(String) - Method in class org.springframework.jdbc.core.metadata.GenericCallMetaDataProvider
 
proceed() - Method in class org.springframework.aop.aspectj.MethodInvocationProceedingJoinPoint
 
proceed(Object[]) - Method in class org.springframework.aop.aspectj.MethodInvocationProceedingJoinPoint
 
proceed() - Method in class org.springframework.aop.framework.ReflectiveMethodInvocation
 
proceedWithInvocation() - Method in interface org.springframework.transaction.interceptor.TransactionAspectSupport.InvocationCallback
 
process() - Method in class org.springframework.expression.spel.standard.Tokenizer
 
process(ImageReadParam) - Method in class org.springframework.http.converter.BufferedImageHttpMessageConverter
Template method that allows for manipulating the ImageReadParam before it is used to read an image.
process(ImageWriteParam) - Method in class org.springframework.http.converter.BufferedImageHttpMessageConverter
Template method that allows for manipulating the ImageWriteParam before it is used to write an image.
processAction(ActionRequest, ActionResponse) - Method in class org.springframework.web.portlet.FrameworkPortlet
Delegate action requests to processRequest/doActionService.
processAction(HttpServletRequest, String) - Method in interface org.springframework.web.servlet.support.RequestDataValueProcessor
Invoked when a new form action is rendered.
processAction(String) - Method in class org.springframework.web.servlet.tags.form.FormTag
Process the action through a RequestDataValueProcessor instance if one is configured or otherwise returns the action unmodified.
processActionCreate(HttpServletRequest, HttpServletResponse, ActionMapping) - Method in class org.springframework.web.struts.AutowiringRequestProcessor
Deprecated.
Extend the base class method to autowire each created Action instance.
processActionCreate(HttpServletRequest, HttpServletResponse, ActionMapping) - Method in class org.springframework.web.struts.AutowiringTilesRequestProcessor
Deprecated.
Extend the base class method to autowire each created Action instance.
processActionCreate(HttpServletRequest, HttpServletResponse, ActionMapping) - Method in class org.springframework.web.struts.DelegatingRequestProcessor
Deprecated.
Override the base class method to return the delegate action.
processActionCreate(HttpServletRequest, HttpServletResponse, ActionMapping) - Method in class org.springframework.web.struts.DelegatingTilesRequestProcessor
Deprecated.
Override the base class method to return the delegate action.
processActiveProfiles(String[]) - Static method in class org.springframework.test.context.MergedContextConfiguration
 
processAliasRegistration(Element) - Method in class org.springframework.beans.factory.xml.DefaultBeanDefinitionDocumentReader
Process the given alias element, registering the alias with the registry.
processBeanDefinition(Element, BeanDefinitionParserDelegate) - Method in class org.springframework.beans.factory.xml.DefaultBeanDefinitionDocumentReader
Process the given bean element, parsing the bean definition and registering it with the registry.
processCancel(ActionRequest, ActionResponse, Object, BindException) - Method in class org.springframework.web.portlet.mvc.AbstractWizardFormController
Deprecated.
Template method for the action phase of the cancel action of this wizard.
processCancel(HttpServletRequest, HttpServletResponse, Object, BindException) - Method in class org.springframework.web.servlet.mvc.AbstractWizardFormController
Deprecated.
Template method for processing the cancel action of this wizard.
processClass(String, byte[], int, int, ProtectionDomain, ClassLoader) - Method in class org.springframework.instrument.classloading.oc4j.OC4JClassPreprocessorAdapter
 
processClasses(Class<?>[]) - Static method in class org.springframework.test.context.MergedContextConfiguration
 
processCommit(DefaultTransactionStatus) - Method in class org.springframework.transaction.support.AbstractPlatformTransactionManager
Process an actual commit.
processCommonDefinitionAnnotations(AnnotatedBeanDefinition) - Static method in class org.springframework.context.annotation.AnnotationConfigUtils
 
processConfigBeanDefinitions(BeanDefinitionRegistry) - Method in class org.springframework.context.annotation.ConfigurationClassPostProcessor
Build and validate a configuration model based on the registry of Configuration classes.
processConfigurationClass(ConfigurationClass) - Method in class org.springframework.context.annotation.ConfigurationClassParser
 
processConstraintViolations(Set<<any>>, Errors) - Method in class org.springframework.validation.beanvalidation.SpringValidatorAdapter
Process the given JSR-303 ConstraintViolations, adding corresponding errors to the provided Spring Errors object.
processContextConfiguration(ContextConfigurationAttributes) - Method in interface org.springframework.test.context.SmartContextLoader
Processes the ContextConfigurationAttributes for a given test class.
processContextConfiguration(ContextConfigurationAttributes) - Method in class org.springframework.test.context.support.AbstractContextLoader
For backwards compatibility with the ContextLoader SPI, the default implementation simply delegates to AbstractContextLoader.processLocations(Class, String...), passing it the declaring class and resource locations retrieved from the supplied configuration attributes.
processContextConfiguration(ContextConfigurationAttributes) - Method in class org.springframework.test.context.support.AbstractDelegatingSmartContextLoader
Delegates to candidate SmartContextLoaders to process the supplied ContextConfigurationAttributes.
processContextConfiguration(ContextConfigurationAttributes) - Method in class org.springframework.test.context.support.AnnotationConfigContextLoader
Process annotated classes in the supplied ContextConfigurationAttributes.
processContextConfiguration(ContextConfigurationAttributes) - Method in class org.springframework.test.context.web.AnnotationConfigWebContextLoader
Process annotated classes in the supplied ContextConfigurationAttributes.
processContextInitializerClasses(Set<Class<? extends ApplicationContextInitializer<? extends ConfigurableApplicationContext>>>) - Static method in class org.springframework.test.context.MergedContextConfiguration
 
processDeferredClose(SessionFactory) - Static method in class org.springframework.orm.hibernate3.SessionFactoryUtils
Process all Hibernate Sessions that have been registered for deferred close for the given SessionFactory.
processDispatchResult(HttpServletRequest, HttpServletResponse, HandlerExecutionChain, ModelAndView, Exception) - Method in class org.springframework.web.servlet.DispatcherServlet
Handle the result of handler selection and handler invocation, which is either a ModelAndView or an Exception to be resolved to a ModelAndView.
processedProperties - Variable in class org.springframework.beans.MutablePropertyValues
 
processEvent(EventRequest, EventResponse) - Method in class org.springframework.web.portlet.FrameworkPortlet
 
processFieldValue(String, String, String) - Method in class org.springframework.web.servlet.tags.form.AbstractDataBoundFormElementTag
Process the given form field through a RequestDataValueProcessor instance if one is configured or otherwise returns the same value.
processFinish(ActionRequest, ActionResponse, Object, BindException) - Method in class org.springframework.web.portlet.mvc.AbstractWizardFormController
Deprecated.
Template method for the action phase of the finish action of this wizard.
processFinish(HttpServletRequest, HttpServletResponse, Object, BindException) - Method in class org.springframework.web.servlet.mvc.AbstractWizardFormController
Deprecated.
Template method for processing the final action of this wizard.
processFormFieldValue(HttpServletRequest, String, String, String) - Method in interface org.springframework.web.servlet.support.RequestDataValueProcessor
Invoked when a form field value is rendered.
processFormSubmission(ActionRequest, ActionResponse, Object, BindException) - Method in class org.springframework.web.portlet.mvc.AbstractFormController
Deprecated.
Process action phase of form submission request.
processFormSubmission(ActionRequest, ActionResponse, Object, BindException) - Method in class org.springframework.web.portlet.mvc.AbstractWizardFormController
Deprecated.
Apply wizard workflow: finish, cancel, page change.
processFormSubmission(ActionRequest, ActionResponse, Object, BindException) - Method in class org.springframework.web.portlet.mvc.SimpleFormController
Deprecated.
This implementation does nothing in case of errors, and delegates to onSubmitAction's full version else.
processFormSubmission(HttpServletRequest, HttpServletResponse, Object, BindException) - Method in class org.springframework.web.servlet.mvc.AbstractFormController
Deprecated.
Process form submission request.
processFormSubmission(HttpServletRequest, HttpServletResponse, Object, BindException) - Method in class org.springframework.web.servlet.mvc.AbstractWizardFormController
Deprecated.
Apply wizard workflow: finish, cancel, page change.
processFormSubmission(HttpServletRequest, HttpServletResponse, Object, BindException) - Method in class org.springframework.web.servlet.mvc.CancellableFormController
Deprecated.
This implementation first checks to see if the incoming is a cancel request, through a call to CancellableFormController.isCancelRequest(HttpServletRequest).
processFormSubmission(HttpServletRequest, HttpServletResponse, Object, BindException) - Method in class org.springframework.web.servlet.mvc.SimpleFormController
Deprecated.
processHandlerException(HttpServletRequest, HttpServletResponse, Object, Exception) - Method in class org.springframework.test.web.servlet.TestDispatcherServlet
 
processHandlerException(RenderRequest, RenderResponse, Object, Exception) - Method in class org.springframework.web.portlet.DispatcherPortlet
Determine an error ModelAndView via the registered HandlerExceptionResolvers.
processHandlerException(ResourceRequest, ResourceResponse, Object, Exception) - Method in class org.springframework.web.portlet.DispatcherPortlet
Determine an error ModelAndView via the registered HandlerExceptionResolvers.
processHandlerException(HttpServletRequest, HttpServletResponse, Object, Exception) - Method in class org.springframework.web.servlet.DispatcherServlet
Determine an error ModelAndView via the registered HandlerExceptionResolvers.
processImport(ConfigurationClass, String[], boolean) - Method in class org.springframework.context.annotation.ConfigurationClassParser
 
processingEventQNames - Variable in class org.springframework.mock.web.portlet.MockPortletConfig
 
processingInstruction(String, String) - Method in class org.springframework.util.xml.AbstractStaxContentHandler
 
processingInstruction(String, String) - Method in class org.springframework.util.xml.DomContentHandler
 
processingInstructionInternal(String, String) - Method in class org.springframework.util.xml.AbstractStaxContentHandler
 
processingInstructionInternal(String, String) - Method in class org.springframework.util.xml.StaxEventContentHandler
 
processingInstructionInternal(String, String) - Method in class org.springframework.util.xml.StaxStreamContentHandler
 
processingInstructions - Variable in class org.springframework.oxm.castor.CastorMarshaller
 
processingTimeMillis - Variable in class org.springframework.web.context.support.RequestHandledEvent
Request processing time
processInjection(Object) - Method in class org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor
'Native' processing method for direct calls with an arbitrary target instance, resolving all of its fields and methods which are annotated with @Autowired.
processInjectionBasedOnCurrentContext(Object) - Static method in class org.springframework.web.context.support.SpringBeanAutowiringSupport
Process @Autowired injection for the given target object, based on the current web application context.
processInjectionBasedOnServletContext(Object, ServletContext) - Static method in class org.springframework.web.context.support.SpringBeanAutowiringSupport
Process @Autowired injection for the given target object, based on the current root web application context as stored in the ServletContext.
processKey(ConfigurableListableBeanFactory, String, String) - Method in class org.springframework.beans.factory.config.PropertyOverrideConfigurer
Process the given key as 'beanName.property' entry.
processLocations(Class<?>, String...) - Method in interface org.springframework.test.context.ContextLoader
Processes application context resource locations for a specified class.
processLocations(String[]) - Static method in class org.springframework.test.context.MergedContextConfiguration
 
processLocations(Class<?>, String...) - Method in class org.springframework.test.context.support.AbstractContextLoader
If the supplied locations are null or empty and AbstractContextLoader.isGenerateDefaultLocations() returns true, default locations will be generated for the specified class and the configured resource suffix; otherwise, the supplied locations will be modified if necessary and returned.
processLocations(Class<?>, String...) - Method in class org.springframework.test.context.support.AbstractDelegatingSmartContextLoader
AbstractDelegatingSmartContextLoader does not support the ContextLoader.processLocations(Class, String...) method.
processMessage(Message, Session) - Method in class org.springframework.jms.listener.SimpleMessageListenerContainer
Process a message received from the provider.
processMetaData(DataSource, List<String>, String[]) - Method in class org.springframework.jdbc.core.metadata.TableMetaDataContext
Process the current meta data with the provided configuration options.
processMetaData(DatabaseMetaData) - Method in interface org.springframework.jdbc.support.DatabaseMetaDataCallback
Implementations must implement this method to process the meta data passed in.
processMissingFieldError(String, BindingResult) - Method in interface org.springframework.validation.BindingErrorProcessor
Apply the missing field error to the given BindException.
processMissingFieldError(String, BindingResult) - Method in class org.springframework.validation.DefaultBindingErrorProcessor
 
processNamedReference() - Method in class org.springframework.web.util.HtmlCharacterEntityDecoder
 
processNumberedReference() - Method in class org.springframework.web.util.HtmlCharacterEntityDecoder
 
processOptionValue(String) - Method in class org.springframework.web.servlet.tags.form.OptionsTag.OptionsWriter
 
processOptionValue(String) - Method in class org.springframework.web.servlet.tags.form.OptionWriter
Process the option value before it is written.
processorClass - Variable in class org.springframework.instrument.classloading.oc4j.OC4JClassLoaderAdapter
 
processParameters(List<SqlParameter>) - Method in class org.springframework.jdbc.core.metadata.CallMetaDataContext
Process the list of parameters provided, and if procedure column metadata is used, the parameters will be matched against the metadata information and any missing ones will be automatically included.
processPossibleReference() - Method in class org.springframework.web.util.HtmlCharacterEntityDecoder
 
processProcedureColumns(DatabaseMetaData, String, String, String) - Method in class org.springframework.jdbc.core.metadata.GenericCallMetaDataProvider
Process the procedure column metadata
processProperties(ConfigurableListableBeanFactory, Properties) - Method in class org.springframework.beans.factory.config.PropertyOverrideConfigurer
 
processProperties(ConfigurableListableBeanFactory, Properties) - Method in class org.springframework.beans.factory.config.PropertyPlaceholderConfigurer
Visit each bean definition in the given bean factory and attempt to replace ${...} property placeholders with values from the given properties.
processProperties(ConfigurableListableBeanFactory, Properties) - Method in class org.springframework.beans.factory.config.PropertyResourceConfigurer
Apply the given Properties to the given BeanFactory.
processProperties(ConfigurableListableBeanFactory, ConfigurablePropertyResolver) - Method in class org.springframework.context.support.PropertySourcesPlaceholderConfigurer
Visit each bean definition in the given bean factory and attempt to replace ${...} property placeholders with values from the given properties.
processProperties(ConfigurableListableBeanFactory, Properties) - Method in class org.springframework.context.support.PropertySourcesPlaceholderConfigurer
processPropertyAccessException(PropertyAccessException, BindingResult) - Method in interface org.springframework.validation.BindingErrorProcessor
Translate the given PropertyAccessException to an appropriate error registered on the given Errors instance.
processPropertyAccessException(PropertyAccessException, BindingResult) - Method in class org.springframework.validation.DefaultBindingErrorProcessor
 
processRequest(PortletRequest, PortletResponse) - Method in class org.springframework.web.portlet.FrameworkPortlet
Process this request, publishing an event regardless of the outcome.
processRequest(HttpServletRequest, HttpServletResponse) - Method in class org.springframework.web.servlet.FrameworkServlet
Process this request, publishing an event regardless of the outcome.
processRequest(HttpServletRequest, HttpServletResponse) - Method in class org.springframework.web.servlet.ViewRendererServlet
Process this request, handling exceptions.
processResourceAfterCommit(JmsResourceHolder) - Method in class org.springframework.jms.connection.ConnectionFactoryUtils.JmsResourceSynchronization
 
processResourceAfterCommit(H) - Method in class org.springframework.transaction.support.ResourceHolderSynchronization
After-commit callback for the given resource holder.
processResultSet(ResultSet, ResultSetSupportingSqlParameter) - Method in class org.springframework.jdbc.core.JdbcTemplate
Process the given ResultSet from a stored procedure.
processReturnType(Object, Object, Method, Object) - Static method in class org.springframework.aop.framework.CglibAopProxy
Process a return value.
processRollback(DefaultTransactionStatus) - Method in class org.springframework.transaction.support.AbstractPlatformTransactionManager
Process an actual rollback.
processRow(ResultSet) - Method in interface org.springframework.jdbc.core.RowCallbackHandler
Implementations must implement this method to process each row of data in the ResultSet.
processRow(ResultSet) - Method in class org.springframework.jdbc.core.RowCountCallbackHandler
Implementation of ResultSetCallbackHandler.
processRow(ResultSet, int) - Method in class org.springframework.jdbc.core.RowCountCallbackHandler
Subclasses may override this to perform custom extraction or processing.
processTableColumns(DatabaseMetaData, GenericTableMetaDataProvider.TableMetaData) - Method in class org.springframework.jdbc.core.metadata.GenericTableMetaDataProvider
Method supporting the metedata processing for a table's columns
processTemplate(Template, SimpleHash, HttpServletResponse) - Method in class org.springframework.web.servlet.view.freemarker.FreeMarkerView
Process the FreeMarker template to the servlet response.
processTemplateIntoString(Template, Object) - Static method in class org.springframework.ui.freemarker.FreeMarkerTemplateUtils
Process the specified FreeMarker template with the given model and write the result to the given Writer.
processUrl(HttpServletRequest, String) - Method in interface org.springframework.web.servlet.support.RequestDataValueProcessor
Invoked when a URL is about to be rendered or redirected to.
ProducerCallback<T> - Interface in org.springframework.jms.core
Callback for sending a message to a JMS destination.
producesCondition - Variable in class org.springframework.web.servlet.mvc.method.RequestMappingInfo
 
ProducesRequestCondition - Class in org.springframework.web.servlet.mvc.condition
A logical disjunction (' || ') request condition to match a request's 'Accept' header to a list of media type expressions.
ProducesRequestCondition(String...) - Constructor for class org.springframework.web.servlet.mvc.condition.ProducesRequestCondition
Creates a new instance from "produces" expressions.
ProducesRequestCondition(String[], String[]) - Constructor for class org.springframework.web.servlet.mvc.condition.ProducesRequestCondition
Creates a new instance with "produces" and "header" expressions.
ProducesRequestCondition(String[], String[], ContentNegotiationManager) - Constructor for class org.springframework.web.servlet.mvc.condition.ProducesRequestCondition
ProducesRequestCondition(Collection<ProducesRequestCondition.ProduceMediaTypeExpression>, ContentNegotiationManager) - Constructor for class org.springframework.web.servlet.mvc.condition.ProducesRequestCondition
Private constructor with already parsed media type expressions.
ProducesRequestCondition.ProduceMediaTypeExpression - Class in org.springframework.web.servlet.mvc.condition
Parses and matches a single media type expression to a request's 'Accept' header.
ProducesRequestCondition.ProduceMediaTypeExpression(MediaType, boolean) - Constructor for class org.springframework.web.servlet.mvc.condition.ProducesRequestCondition.ProduceMediaTypeExpression
 
ProducesRequestCondition.ProduceMediaTypeExpression(String) - Constructor for class org.springframework.web.servlet.mvc.condition.ProducesRequestCondition.ProduceMediaTypeExpression
 
PRODUCIBLE_MEDIA_TYPES_ATTRIBUTE - Static variable in interface org.springframework.web.servlet.HandlerMapping
Name of the HttpServletRequest attribute that contains the set of producible MediaTypes applicable to the mapped handler.
productsNotSupportingGeneratedKeysColumnNameArray - Variable in class org.springframework.jdbc.core.metadata.GenericTableMetaDataProvider
database products we know not supporting the use of a String[] for generated keys
Profile - Annotation Type in org.springframework.context.annotation
Indicates that a component is eligible for registration when one or more specified profiles are active.
PROFILE_ATTRIBUTE - Static variable in class org.springframework.beans.factory.xml.DefaultBeanDefinitionDocumentReader
 
profileValueSource - Variable in class org.springframework.test.annotation.AbstractAnnotationAwareTransactionalTests
Deprecated.
ProfileValueSource - Interface in org.springframework.test.annotation
Strategy interface for retrieving profile values for a given testing environment.
profileValueSource - Variable in class org.springframework.test.context.junit38.AbstractJUnit38SpringContextTests
Deprecated.
ProfileValueSource available to subclasses but primarily intended for internal use to provide support for @IfProfileValue.
ProfileValueSourceConfiguration - Annotation Type in org.springframework.test.annotation
ProfileValueSourceConfiguration is a class-level annotation which is used to specify what type of ProfileValueSource to use when retrieving profile values configured via the @IfProfileValue annotation.
ProfileValueUtils - Class in org.springframework.test.annotation
General utility methods for working with profile values.
ProfileValueUtils() - Constructor for class org.springframework.test.annotation.ProfileValueUtils
 
Projection - Class in org.springframework.expression.spel.ast
Represents projection, where a given operation is performed on all elements in some input sequence, returning a new sequence of the same size.
Projection(boolean, int, SpelNodeImpl) - Constructor for class org.springframework.expression.spel.ast.Projection
 
PROP_ELEMENT - Static variable in class org.springframework.beans.factory.xml.BeanDefinitionParserDelegate
 
PROP_THREAD_COUNT - Static variable in class org.springframework.scheduling.quartz.SchedulerFactoryBean
 
Propagation - Enum in org.springframework.transaction.annotation
Enumeration that represents transaction propagation behaviors for use with the Transactional annotation, corresponding to the TransactionDefinition interface.
Propagation(int) - Constructor for enum org.springframework.transaction.annotation.Propagation
 
PROPAGATION_ATTRIBUTE - Static variable in class org.springframework.transaction.config.TxAdviceBeanDefinitionParser
 
PROPAGATION_MANDATORY - Static variable in interface org.springframework.transaction.TransactionDefinition
Support a current transaction; throw an exception if no current transaction exists.
PROPAGATION_NESTED - Static variable in interface org.springframework.transaction.TransactionDefinition
Execute within a nested transaction if a current transaction exists, behave like TransactionDefinition.PROPAGATION_REQUIRED else.
PROPAGATION_NEVER - Static variable in interface org.springframework.transaction.TransactionDefinition
Do not support a current transaction; throw an exception if a current transaction exists.
PROPAGATION_NOT_SUPPORTED - Static variable in interface org.springframework.transaction.TransactionDefinition
Do not support a current transaction; rather always execute non-transactionally.
PROPAGATION_REQUIRED - Static variable in interface org.springframework.transaction.TransactionDefinition
Support a current transaction; create a new one if none exists.
PROPAGATION_REQUIRES_NEW - Static variable in interface org.springframework.transaction.TransactionDefinition
Create a new transaction, suspending the current transaction if one exists.
PROPAGATION_SUPPORTS - Static variable in interface org.springframework.transaction.TransactionDefinition
Support a current transaction; execute non-transactionally if none exists.
propagationBehavior - Variable in class org.springframework.transaction.support.DefaultTransactionDefinition
 
properties - Variable in class org.springframework.context.support.ReloadableResourceBundleMessageSource.PropertiesHolder
 
properties - Variable in class org.springframework.mock.web.portlet.MockBaseURL
 
properties - Variable in class org.springframework.mock.web.portlet.MockPortalContext
 
properties - Variable in class org.springframework.mock.web.portlet.MockPortletRequest
 
properties - Variable in class org.springframework.mock.web.portlet.MockPortletResponse
 
properties - Variable in class org.springframework.orm.jpa.persistenceunit.MutablePersistenceUnitInfo
 
PROPERTIES - Static variable in class org.springframework.orm.jpa.persistenceunit.PersistenceUnitReader
 
properties - Variable in class org.springframework.orm.jpa.SharedEntityManagerCreator.SharedEntityManagerInvocationHandler
 
properties - Variable in class org.springframework.orm.jpa.support.PersistenceAnnotationBeanPostProcessor.PersistenceElement
 
PROPERTIES_FILE - Static variable in class org.springframework.web.util.HtmlCharacterEntityReferences
 
PROPERTIES_SUFFIX - Static variable in class org.springframework.context.support.ReloadableResourceBundleMessageSource
 
PropertiesBeanDefinitionReader - Class in org.springframework.beans.factory.support
Bean definition reader for a simple properties format.
PropertiesBeanDefinitionReader(BeanDefinitionRegistry) - Constructor for class org.springframework.beans.factory.support.PropertiesBeanDefinitionReader
Create new PropertiesBeanDefinitionReader for the given bean factory.
PropertiesEditor - Class in org.springframework.beans.propertyeditors
Custom PropertyEditor for Properties objects.
PropertiesEditor() - Constructor for class org.springframework.beans.propertyeditors.PropertiesEditor
 
propertiesEditor - Variable in class org.springframework.beans.PropertyValuesEditor
 
propertiesEditor - Variable in class org.springframework.jndi.JndiTemplateEditor
 
PropertiesFactoryBean - Class in org.springframework.beans.factory.config
Allows for making a properties file from a classpath location available as Properties instance in a bean factory.
PropertiesFactoryBean() - Constructor for class org.springframework.beans.factory.config.PropertiesFactoryBean
 
PropertiesLoaderSupport - Class in org.springframework.core.io.support
Base class for JavaBean-style components that need to load properties from one or more resources.
PropertiesLoaderSupport() - Constructor for class org.springframework.core.io.support.PropertiesLoaderSupport
 
PropertiesLoaderUtils - Class in org.springframework.core.io.support
Convenient utility methods for loading of java.util.Properties, performing standard handling of input streams.
PropertiesLoaderUtils() - Constructor for class org.springframework.core.io.support.PropertiesLoaderUtils
 
PropertiesMethodNameResolver - Class in org.springframework.web.servlet.mvc.multiaction
The most flexible out-of-the-box implementation of the MethodNameResolver interface.
PropertiesMethodNameResolver() - Constructor for class org.springframework.web.servlet.mvc.multiaction.PropertiesMethodNameResolver
 
propertiesPersister - Variable in class org.springframework.beans.factory.support.PropertiesBeanDefinitionReader
 
propertiesPersister - Variable in class org.springframework.context.support.ReloadableResourceBundleMessageSource
 
propertiesPersister - Variable in class org.springframework.core.io.support.PropertiesLoaderSupport
 
PropertiesPersister - Interface in org.springframework.util
Strategy interface for persisting java.util.Properties, allowing for pluggable parsing strategies.
PropertiesPropertySource - Class in org.springframework.core.env
PropertySource implementation that extracts properties from a Properties object.
PropertiesPropertySource(String, Properties) - Constructor for class org.springframework.core.env.PropertiesPropertySource
 
PropertiesToStringConverter - Class in org.springframework.core.convert.support
Converts from a Properties to a String by calling Properties.store(java.io.OutputStream, String).
PropertiesToStringConverter() - Constructor for class org.springframework.core.convert.support.PropertiesToStringConverter
 
property(PropertyDescriptor) - Method in class org.springframework.beans.BeanWrapperImpl
 
property - Variable in class org.springframework.beans.support.MutableSortDefinition
 
property - Variable in class org.springframework.core.convert.BeanPropertyDescriptor
 
Property - Class in org.springframework.core.convert
A description of a JavaBeans Property that allows us to avoid a dependency on java.beans.PropertyDescriptor.
Property(Class<?>, Method, Method) - Constructor for class org.springframework.core.convert.Property
 
Property(Class<?>, Method, Method, String) - Constructor for class org.springframework.core.convert.Property
 
PROPERTY_ELEMENT - Static variable in class org.springframework.beans.factory.xml.BeanDefinitionParserDelegate
 
PROPERTY_KEY_PREFIX - Static variable in interface org.springframework.beans.PropertyAccessor
Marker that indicates the start of a property key for an indexed or mapped property like "person.addresses[0]".
PROPERTY_KEY_PREFIX_CHAR - Static variable in interface org.springframework.beans.PropertyAccessor
 
PROPERTY_KEY_SUFFIX - Static variable in interface org.springframework.beans.PropertyAccessor
Marker that indicates the end of a property key for an indexed or mapped property like "person.addresses[0]".
PROPERTY_KEY_SUFFIX_CHAR - Static variable in interface org.springframework.beans.PropertyAccessor
 
PropertyAccessException - Exception in org.springframework.beans
Superclass for exceptions related to a property access, such as type mismatch or invocation target exception.
PropertyAccessException(PropertyChangeEvent, String, Throwable) - Constructor for exception org.springframework.beans.PropertyAccessException
Create a new PropertyAccessException.
PropertyAccessException(String, Throwable) - Constructor for exception org.springframework.beans.PropertyAccessException
Create a new PropertyAccessException without PropertyChangeEvent.
propertyAccessExceptions - Variable in exception org.springframework.beans.PropertyBatchUpdateException
List of PropertyAccessException objects
PropertyAccessor - Interface in org.springframework.beans
Common interface for classes that can access named properties (such as bean properties of an object or fields in an object) Serves as base interface for BeanWrapper.
PropertyAccessor - Interface in org.springframework.expression
A property accessor is able to read (and possibly write) to object properties.
PropertyAccessorFactory - Class in org.springframework.beans
Simple factory facade for obtaining PropertyAccessor instances, in particular for BeanWrapper instances.
PropertyAccessorFactory() - Constructor for class org.springframework.beans.PropertyAccessorFactory
 
propertyAccessors - Variable in class org.springframework.expression.spel.support.StandardEvaluationContext
 
PropertyAccessorUtils - Class in org.springframework.beans
Utility methods for classes that perform bean property access according to the PropertyAccessor interface.
PropertyAccessorUtils() - Constructor for class org.springframework.beans.PropertyAccessorUtils
 
PropertyBatchUpdateException - Exception in org.springframework.beans
Combined exception, composed of individual PropertyAccessException instances.
PropertyBatchUpdateException(PropertyAccessException[]) - Constructor for exception org.springframework.beans.PropertyBatchUpdateException
Create a new PropertyBatchUpdateException.
propertyChangeEvent - Variable in exception org.springframework.beans.PropertyAccessException
 
PropertyComparator - Class in org.springframework.beans.support
PropertyComparator performs a comparison of two beans, evaluating the specified bean property via a BeanWrapper.
PropertyComparator(SortDefinition) - Constructor for class org.springframework.beans.support.PropertyComparator
Create a new PropertyComparator for the given SortDefinition.
PropertyComparator(String, boolean, boolean) - Constructor for class org.springframework.beans.support.PropertyComparator
Create a PropertyComparator for the given settings.
propertyDescriptorCache - Variable in class org.springframework.beans.CachedIntrospectionResults
PropertyDescriptor objects keyed by property name String
PropertyDescriptorComparator - Class in org.springframework.beans
Sorts PropertyDescriptor instances alpha-numerically to emulate the behavior of BeanInfo.getPropertyDescriptors().
PropertyDescriptorComparator() - Constructor for class org.springframework.beans.PropertyDescriptorComparator
 
propertyDescriptors - Variable in class org.springframework.beans.ExtendedBeanInfo
 
PropertyDescriptorUtils - Class in org.springframework.beans
 
PropertyDescriptorUtils() - Constructor for class org.springframework.beans.PropertyDescriptorUtils
 
propertyEditor - Variable in class org.springframework.beans.PropertyEditorRegistrySupport.CustomEditorHolder
 
propertyEditorClass - Variable in class org.springframework.beans.GenericTypeAwarePropertyDescriptor
 
propertyEditorClass - Variable in class org.springframework.beans.SimpleIndexedPropertyDescriptor
 
propertyEditorClass - Variable in class org.springframework.beans.SimpleNonIndexedPropertyDescriptor
 
PropertyEditorRegistrar - Interface in org.springframework.beans
Interface for strategies that register custom property editors with a property editor registry.
propertyEditorRegistrars - Variable in class org.springframework.beans.factory.config.CustomEditorConfigurer
 
propertyEditorRegistrars - Variable in class org.springframework.beans.factory.support.AbstractBeanFactory
Custom PropertyEditorRegistrars to apply to the beans of this factory
propertyEditorRegistrars - Variable in class org.springframework.web.bind.support.ConfigurableWebBindingInitializer
 
propertyEditorRegistrars - Variable in class org.springframework.web.portlet.mvc.BaseCommandController
Deprecated.
 
propertyEditorRegistrars - Variable in class org.springframework.web.servlet.mvc.BaseCommandController
Deprecated.
 
PropertyEditorRegistry - Interface in org.springframework.beans
Encapsulates methods for registering JavaBeans PropertyEditors.
propertyEditorRegistry - Variable in class org.springframework.beans.TypeConverterDelegate
 
PropertyEditorRegistrySupport - Class in org.springframework.beans
Base implementation of the PropertyEditorRegistry interface.
PropertyEditorRegistrySupport() - Constructor for class org.springframework.beans.PropertyEditorRegistrySupport
 
PropertyEditorRegistrySupport.CustomEditorHolder - Class in org.springframework.beans
Holder for a registered custom editor with property name.
PropertyEditorRegistrySupport.CustomEditorHolder(PropertyEditor, Class<?>) - Constructor for class org.springframework.beans.PropertyEditorRegistrySupport.CustomEditorHolder
 
PropertyEntry - Class in org.springframework.beans.factory.parsing
ParseState entry representing a JavaBean property.
PropertyEntry(String) - Constructor for class org.springframework.beans.factory.parsing.PropertyEntry
Creates a new instance of the PropertyEntry class.
PropertyMatches - Class in org.springframework.beans
Helper class for calculating bean property matches, according to.
PropertyMatches(String, Class, int) - Constructor for class org.springframework.beans.PropertyMatches
Create a new PropertyMatches instance for the given property.
propertyName - Variable in exception org.springframework.beans.InvalidPropertyException
 
propertyName - Variable in class org.springframework.beans.PropertyMatches
 
propertyNameFor(Method) - Method in class org.springframework.beans.ExtendedBeanInfo
 
propertyNames - Variable in class org.springframework.jdbc.core.namedparam.BeanPropertySqlParameterSource
 
PropertyOrFieldReference - Class in org.springframework.expression.spel.ast
Represents a simple property or field reference.
PropertyOrFieldReference(boolean, String, int) - Constructor for class org.springframework.expression.spel.ast.PropertyOrFieldReference
 
PropertyOrFieldReference.AccessorLValue - Class in org.springframework.expression.spel.ast
 
PropertyOrFieldReference.AccessorLValue(PropertyOrFieldReference, TypedValue, EvaluationContext, boolean) - Constructor for class org.springframework.expression.spel.ast.PropertyOrFieldReference.AccessorLValue
 
PropertyOverrideBeanDefinitionParser - Class in org.springframework.context.config
Parser for the <context:property-override/> element.
PropertyOverrideBeanDefinitionParser() - Constructor for class org.springframework.context.config.PropertyOverrideBeanDefinitionParser
 
PropertyOverrideConfigurer - Class in org.springframework.beans.factory.config
Property resource configurer that overrides bean property values in an application context definition.
PropertyOverrideConfigurer() - Constructor for class org.springframework.beans.factory.config.PropertyOverrideConfigurer
 
propertyPath - Variable in class org.springframework.beans.factory.config.PropertyPathFactoryBean
 
PropertyPathFactoryBean - Class in org.springframework.beans.factory.config
FactoryBean that evaluates a property path on a given target object.
PropertyPathFactoryBean() - Constructor for class org.springframework.beans.factory.config.PropertyPathFactoryBean
 
PropertyPlaceholderBeanDefinitionParser - Class in org.springframework.context.config
Parser for the <context:property-placeholder/> element.
PropertyPlaceholderBeanDefinitionParser() - Constructor for class org.springframework.context.config.PropertyPlaceholderBeanDefinitionParser
 
PropertyPlaceholderConfigurer - Class in org.springframework.beans.factory.config
PlaceholderConfigurerSupport subclass that resolves ${...} placeholders against local properties and/or system properties and environment variables.
PropertyPlaceholderConfigurer() - Constructor for class org.springframework.beans.factory.config.PropertyPlaceholderConfigurer
 
PropertyPlaceholderConfigurer.PlaceholderResolvingStringValueResolver - Class in org.springframework.beans.factory.config
 
PropertyPlaceholderConfigurer.PlaceholderResolvingStringValueResolver(Properties) - Constructor for class org.springframework.beans.factory.config.PropertyPlaceholderConfigurer.PlaceholderResolvingStringValueResolver
 
PropertyPlaceholderConfigurer.PropertyPlaceholderConfigurerResolver - Class in org.springframework.beans.factory.config
 
PropertyPlaceholderConfigurer.PropertyPlaceholderConfigurerResolver(Properties) - Constructor for class org.springframework.beans.factory.config.PropertyPlaceholderConfigurer.PropertyPlaceholderConfigurerResolver
 
PropertyPlaceholderHelper - Class in org.springframework.util
Utility class for working with Strings that have placeholder values in them.
PropertyPlaceholderHelper(String, String) - Constructor for class org.springframework.util.PropertyPlaceholderHelper
Creates a new PropertyPlaceholderHelper that uses the supplied prefix and suffix.
PropertyPlaceholderHelper(String, String, String, boolean) - Constructor for class org.springframework.util.PropertyPlaceholderHelper
Creates a new PropertyPlaceholderHelper that uses the supplied prefix and suffix.
PropertyPlaceholderHelper.PlaceholderResolver - Interface in org.springframework.util
Strategy interface used to resolve replacement values for placeholders contained in Strings.
propertyResolver - Variable in class org.springframework.beans.support.ResourceEditorRegistrar
 
propertyResolver - Variable in class org.springframework.core.env.AbstractEnvironment
 
PropertyResolver - Interface in org.springframework.core.env
Interface for resolving properties against any underlying source.
propertyResolver - Variable in class org.springframework.core.io.ResourceEditor
 
propertyResolver - Variable in class org.springframework.core.io.support.ResourceArrayPropertyEditor
 
PropertyResourceConfigurer - Class in org.springframework.beans.factory.config
Allows for configuration of individual bean property values from a property resource, i.e.
PropertyResourceConfigurer() - Constructor for class org.springframework.beans.factory.config.PropertyResourceConfigurer
 
PropertySource - Annotation Type in org.springframework.context.annotation
Annotation providing a convenient and declarative mechanism for adding a PropertySource to Spring's Environment.
PropertySource<T> - Class in org.springframework.core.env
Abstract base class representing a source of name/value property pairs.
PropertySource(String, T) - Constructor for class org.springframework.core.env.PropertySource
Create a new PropertySource with the given name and source object.
PropertySource(String) - Constructor for class org.springframework.core.env.PropertySource
Create a new PropertySource with the given name and with a new Object instance as the underlying source.
propertySource - Variable in class org.springframework.mock.env.MockEnvironment
 
PropertySource.ComparisonPropertySource - Class in org.springframework.core.env
 
PropertySource.ComparisonPropertySource(String) - Constructor for class org.springframework.core.env.PropertySource.ComparisonPropertySource
 
PropertySource.StubPropertySource - Class in org.springframework.core.env
PropertySource to be used as a placeholder in cases where an actual property source cannot be eagerly initialized at application context creation time.
PropertySource.StubPropertySource(String) - Constructor for class org.springframework.core.env.PropertySource.StubPropertySource
 
propertySourceList - Variable in class org.springframework.core.env.MutablePropertySources
 
propertySources - Variable in class org.springframework.context.annotation.ConfigurationClassParser
 
propertySources - Variable in class org.springframework.context.support.PropertySourcesPlaceholderConfigurer
 
propertySources - Variable in class org.springframework.core.env.AbstractEnvironment
 
propertySources - Variable in class org.springframework.core.env.CompositePropertySource
 
PropertySources - Interface in org.springframework.core.env
Holder containing one or more PropertySource objects.
propertySources - Variable in class org.springframework.core.env.PropertySourcesPropertyResolver
 
PropertySourcesPlaceholderConfigurer - Class in org.springframework.context.support
Specialization of PlaceholderConfigurerSupport that resolves ${...} placeholders within bean definition property values and @Value annotations against the current Spring Environment and its set of PropertySources.
PropertySourcesPlaceholderConfigurer() - Constructor for class org.springframework.context.support.PropertySourcesPlaceholderConfigurer
 
PropertySourcesPropertyResolver - Class in org.springframework.core.env
PropertyResolver implementation that resolves property values against an underlying set of PropertySources.
PropertySourcesPropertyResolver(PropertySources) - Constructor for class org.springframework.core.env.PropertySourcesPropertyResolver
Create a new resolver against the given property sources.
PropertySourcesPropertyResolver.ClassConversionException - Exception in org.springframework.core.env
 
PropertySourcesPropertyResolver.ClassConversionException(Class<?>, Class<?>) - Constructor for exception org.springframework.core.env.PropertySourcesPropertyResolver.ClassConversionException
 
PropertySourcesPropertyResolver.ClassConversionException(String, Class<?>, Exception) - Constructor for exception org.springframework.core.env.PropertySourcesPropertyResolver.ClassConversionException
 
propertyToConstantNamePrefix(String) - Method in class org.springframework.core.Constants
Convert the given bean property name to a constant name prefix.
propertyType - Variable in class org.springframework.beans.GenericTypeAwarePropertyDescriptor
 
propertyType - Variable in class org.springframework.beans.SimpleIndexedPropertyDescriptor
 
propertyType - Variable in class org.springframework.beans.SimpleNonIndexedPropertyDescriptor
 
PropertyValue - Class in org.springframework.beans
Object to hold information and value for an individual bean property.
PropertyValue(String, Object) - Constructor for class org.springframework.beans.PropertyValue
Create a new PropertyValue instance.
PropertyValue(PropertyValue) - Constructor for class org.springframework.beans.PropertyValue
Copy constructor.
PropertyValue(PropertyValue, Object) - Constructor for class org.springframework.beans.PropertyValue
Constructor that exposes a new value for an original value holder.
propertyValueList - Variable in class org.springframework.beans.MutablePropertyValues
 
propertyValues - Variable in class org.springframework.beans.factory.support.AbstractBeanDefinition
 
PropertyValues - Interface in org.springframework.beans
Holder containing one or more PropertyValue objects, typically comprising one update for a specific target bean.
PropertyValuesEditor - Class in org.springframework.beans
Editor for a PropertyValues object.
PropertyValuesEditor() - Constructor for class org.springframework.beans.PropertyValuesEditor
 
propReader - Variable in class org.springframework.jdbc.core.support.JdbcBeanDefinitionReader
 
props - Variable in class org.springframework.beans.factory.config.PropertyPlaceholderConfigurer.PropertyPlaceholderConfigurerResolver
 
PROPS_ELEMENT - Static variable in class org.springframework.beans.factory.xml.BeanDefinitionParserDelegate
 
protectedMethod - Variable in class org.springframework.aop.framework.CglibAopProxy.CglibMethodInvocation
 
protocol - Variable in class org.springframework.mail.javamail.JavaMailSenderImpl
 
protocol - Variable in class org.springframework.mock.web.MockHttpServletRequest
 
prototype - Variable in class org.springframework.beans.factory.support.AbstractBeanDefinition
 
PrototypeAspectInstanceFactory - Class in org.springframework.aop.aspectj.annotation
AspectInstanceFactory backed by a BeanFactory-provided prototype, enforcing prototype semantics.
PrototypeAspectInstanceFactory(BeanFactory, String) - Constructor for class org.springframework.aop.aspectj.annotation.PrototypeAspectInstanceFactory
Create a PrototypeAspectInstanceFactory.
prototypesCurrentlyInCreation - Variable in class org.springframework.beans.factory.support.AbstractBeanFactory
Names of beans that are currently in creation
PrototypeTargetSource - Class in org.springframework.aop.target
TargetSource that creates a new instance of the target bean for each request, destroying each instance on release (after each request).
PrototypeTargetSource() - Constructor for class org.springframework.aop.target.PrototypeTargetSource
 
PROVIDER - Static variable in class org.springframework.orm.jpa.persistenceunit.PersistenceUnitReader
 
providerClass - Variable in class org.springframework.validation.beanvalidation.LocalValidatorFactoryBean
 
ProviderCreatingFactoryBean - Class in org.springframework.beans.factory.config
A FactoryBean implementation that returns a value which is a JSR-330 javax.inject.Provider that in turn returns a bean sourced from a BeanFactory.
ProviderCreatingFactoryBean() - Constructor for class org.springframework.beans.factory.config.ProviderCreatingFactoryBean
 
ProviderCreatingFactoryBean.TargetBeanProvider - Class in org.springframework.beans.factory.config
Independent inner class - for serialization purposes.
ProviderCreatingFactoryBean.TargetBeanProvider(BeanFactory, String) - Constructor for class org.springframework.beans.factory.config.ProviderCreatingFactoryBean.TargetBeanProvider
 
provideXml(SQLXML) - Method in class org.springframework.jdbc.support.xml.Jdbc4SqlXmlHandler.AbstractJdbc4SqlXmlValue
 
provideXml(OutputStream) - Method in interface org.springframework.jdbc.support.xml.XmlBinaryStreamProvider
Implementations must implement this method to provide the XML content for the OutputStream.
provideXml(Writer) - Method in interface org.springframework.jdbc.support.xml.XmlCharacterStreamProvider
Implementations must implement this method to provide the XML content for the Writer.
provideXml(Result) - Method in interface org.springframework.jdbc.support.xml.XmlResultProvider
Implementations must implement this method to provide the XML content for the Result.
proxiedUserInterfaces(Object) - Static method in class org.springframework.aop.framework.AopProxyUtils
Extract the user-specified interfaces that the given proxy implements, i.e.
proxy - Variable in class org.springframework.aop.framework.AbstractSingletonProxyFactoryBean
 
proxy - Variable in class org.springframework.aop.framework.ReflectiveMethodInvocation
 
proxy - Variable in class org.springframework.aop.scope.ScopedProxyFactoryBean
The cached singleton proxy
proxy - Variable in class org.springframework.beans.factory.config.ServiceLocatorFactoryBean
 
proxy - Variable in class org.springframework.ejb.access.LocalStatelessSessionProxyFactoryBean
EJBLocalObject
proxy - Variable in class org.springframework.ejb.access.SimpleRemoteStatelessSessionProxyFactoryBean
EJBObject
proxy - Variable in class org.springframework.http.client.SimpleClientHttpRequestFactory
 
proxy - Variable in class org.springframework.http.client.support.ProxyFactoryBean
 
proxy - Variable in class org.springframework.jms.remoting.JmsInvokerServiceExporter
 
proxy - Variable in class org.springframework.orm.jdo.support.SpringPersistenceManagerProxyBean
 
proxy - Variable in class org.springframework.orm.jdo.support.StandardPersistenceManagerProxyBean
 
proxy - Variable in class org.springframework.orm.jdo.TransactionAwarePersistenceManagerFactoryProxy
 
proxy - Variable in class org.springframework.remoting.rmi.RemoteInvocationSerializingExporter
 
PROXY_TARGET_CLASS - Static variable in class org.springframework.aop.config.ScopedProxyBeanDefinitionDecorator
 
PROXY_TARGET_CLASS_ATTRIBUTE - Static variable in class org.springframework.aop.config.AopNamespaceUtils
The proxy-target-class attribute as found on AOP-related XML tags.
PROXY_TARGET_CLASS_ATTRIBUTE - Static variable in class org.springframework.scripting.config.ScriptBeanDefinitionParser
 
PROXY_TARGET_CLASS_ATTRIBUTE - Static variable in class org.springframework.scripting.config.ScriptingDefaultsParser
 
PROXY_TARGET_CLASS_ATTRIBUTE - Static variable in class org.springframework.scripting.support.ScriptFactoryPostProcessor
 
PROXY_WITHOUT_ADDITIONAL_INTERCEPTORS - Static variable in class org.springframework.aop.framework.autoproxy.AbstractAutoProxyCreator
Convenience constant for subclasses: Return value for "proxy without additional interceptors, just the common ones".
ProxyAsyncConfiguration - Class in org.springframework.scheduling.annotation
@Configuration class that registers the Spring infrastructure beans necessary to enable proxy-based asynchronous method execution.
ProxyAsyncConfiguration() - Constructor for class org.springframework.scheduling.annotation.ProxyAsyncConfiguration
 
ProxyCachingConfiguration - Class in org.springframework.cache.annotation
@Configuration class that registers the Spring infrastructure beans necessary to enable proxy-based annotation-driven cache management.
ProxyCachingConfiguration() - Constructor for class org.springframework.cache.annotation.ProxyCachingConfiguration
 
proxyClassLoader - Variable in class org.springframework.aop.framework.AbstractSingletonProxyFactoryBean
 
proxyClassLoader - Variable in class org.springframework.aop.framework.autoproxy.AbstractAutoProxyCreator
 
proxyClassLoader - Variable in class org.springframework.aop.framework.ProxyFactoryBean
 
proxyClassLoader - Variable in class org.springframework.orm.jpa.SharedEntityManagerCreator.SharedEntityManagerInvocationHandler
 
ProxyConfig - Class in org.springframework.aop.framework
Convenience superclass for configuration used in creating proxies, to ensure that all proxy creators have consistent properties.
ProxyConfig() - Constructor for class org.springframework.aop.framework.ProxyConfig
 
ProxyCreationContext - Class in org.springframework.aop.framework.autoproxy
Holder for the current proxy creation context, as exposed by auto-proxy creators such as AbstractAdvisorAutoProxyCreator.
ProxyCreationContext() - Constructor for class org.springframework.aop.framework.autoproxy.ProxyCreationContext
 
ProxyCreatorSupport - Class in org.springframework.aop.framework
Base class for proxy factories.
ProxyCreatorSupport() - Constructor for class org.springframework.aop.framework.ProxyCreatorSupport
Create a new ProxyCreatorSupport instance.
ProxyCreatorSupport(AopProxyFactory) - Constructor for class org.springframework.aop.framework.ProxyCreatorSupport
Create a new ProxyCreatorSupport instance.
ProxyFactory - Class in org.springframework.aop.framework
Factory for AOP proxies for programmatic use, rather than via a bean factory.
ProxyFactory() - Constructor for class org.springframework.aop.framework.ProxyFactory
Create a new ProxyFactory.
ProxyFactory(Object) - Constructor for class org.springframework.aop.framework.ProxyFactory
Create a new ProxyFactory.
ProxyFactory(Class[]) - Constructor for class org.springframework.aop.framework.ProxyFactory
Create a new ProxyFactory.
ProxyFactory(Class, Interceptor) - Constructor for class org.springframework.aop.framework.ProxyFactory
Create a new ProxyFactory for the given interface and interceptor.
proxyFactory - Variable in class org.springframework.remoting.caucho.BurlapClientInterceptor
 
proxyFactory - Variable in class org.springframework.remoting.caucho.HessianClientInterceptor
 
ProxyFactoryBean - Class in org.springframework.aop.framework
FactoryBean implementation that builds an AOP proxy based on beans in Spring BeanFactory.
ProxyFactoryBean() - Constructor for class org.springframework.aop.framework.ProxyFactoryBean
 
ProxyFactoryBean - Class in org.springframework.http.client.support
FactoryBean that creates a java.net.Proxy.
ProxyFactoryBean() - Constructor for class org.springframework.http.client.support.ProxyFactoryBean
 
ProxyFactoryBean.PrototypePlaceholderAdvisor - Class in org.springframework.aop.framework
Used in the interceptor chain where we need to replace a bean with a prototype on creating a proxy.
ProxyFactoryBean.PrototypePlaceholderAdvisor(String) - Constructor for class org.springframework.aop.framework.ProxyFactoryBean.PrototypePlaceholderAdvisor
 
proxyInterface - Variable in class org.springframework.jmx.access.MBeanProxyFactoryBean
 
proxyInterfaces - Variable in class org.springframework.aop.framework.AbstractSingletonProxyFactoryBean
 
proxyInterfaces - Variable in class org.springframework.jndi.JndiObjectFactoryBean
 
ProxyMethodInvocation - Interface in org.springframework.aop
Extension of the AOP Alliance org.aopalliance.intercept.MethodInvocation interface, allowing access to the proxy that the method invocation was made through.
proxyTargetClass - Variable in class org.springframework.aop.framework.ProxyConfig
 
ProxyTransactionManagementConfiguration - Class in org.springframework.transaction.annotation
@Configuration class that registers the Spring infrastructure beans necessary to enable proxy-based annotation-driven transaction management.
ProxyTransactionManagementConfiguration() - Constructor for class org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration
 
proxyTypes - Variable in class org.springframework.aop.framework.autoproxy.AbstractAutoProxyCreator
 
publicMethodsOnly - Variable in class org.springframework.cache.annotation.AnnotationCacheOperationSource
 
publicMethodsOnly - Variable in class org.springframework.transaction.annotation.AnnotationTransactionAttributeSource
 
publicParameterNames - Variable in class org.springframework.mock.web.portlet.MockPortletRequest
 
publicRenderParameterNames - Variable in class org.springframework.mock.web.portlet.MockPortletConfig
 
publicScope - Variable in class org.springframework.mock.web.portlet.MockCacheControl
 
publish(Message) - Method in class org.springframework.jms.connection.CachedMessageProducer
 
publish(Message, int, int, long) - Method in class org.springframework.jms.connection.CachedMessageProducer
 
publish(Topic, Message) - Method in class org.springframework.jms.connection.CachedMessageProducer
 
publish(Topic, Message, int, int, long) - Method in class org.springframework.jms.connection.CachedMessageProducer
 
publishContext - Variable in class org.springframework.web.portlet.FrameworkPortlet
Should we publish the context as a PortletContext attribute?
publishContext - Variable in class org.springframework.web.servlet.FrameworkServlet
Should we publish the context as a ServletContext attribute?
publishedEndpoints - Variable in class org.springframework.remoting.jaxws.AbstractJaxWsServiceExporter
 
publishedInterfaces - Variable in class org.springframework.aop.support.IntroductionInfoSupport
 
publishEndpoint(Endpoint, WebService) - Method in class org.springframework.remoting.jaxws.AbstractJaxWsServiceExporter
Actually publish the given endpoint.
publishEndpoint(Endpoint, WebServiceProvider) - Method in class org.springframework.remoting.jaxws.AbstractJaxWsServiceExporter
Actually publish the given provider endpoint.
publishEndpoint(Endpoint, WebService) - Method in class org.springframework.remoting.jaxws.SimpleHttpServerJaxWsServiceExporter
 
publishEndpoint(Endpoint, WebServiceProvider) - Method in class org.springframework.remoting.jaxws.SimpleHttpServerJaxWsServiceExporter
 
publishEndpoint(Endpoint, WebService) - Method in class org.springframework.remoting.jaxws.SimpleJaxWsServiceExporter
 
publishEndpoint(Endpoint, WebServiceProvider) - Method in class org.springframework.remoting.jaxws.SimpleJaxWsServiceExporter
 
publishEndpoints() - Method in class org.springframework.remoting.jaxws.AbstractJaxWsServiceExporter
Publish all WebService annotated beans in the containing BeanFactory.
publishEvent(ApplicationEvent) - Method in interface org.springframework.context.ApplicationEventPublisher
Notify all listeners registered with this application of an application event.
publishEvent(ApplicationEvent) - Method in class org.springframework.context.support.AbstractApplicationContext
Publish the given event to all listeners.
publishEvent(ApplicationEvent) - Method in class org.springframework.test.web.servlet.setup.StubWebApplicationContext
 
publishEvents - Variable in class org.springframework.web.portlet.FrameworkPortlet
Should we publish a PortletRequestHandledEvent at the end of each request?
publishEvents - Variable in class org.springframework.web.servlet.FrameworkServlet
Should we publish a ServletRequestHandledEvent at the end of each request?
publishingEventQNames - Variable in class org.springframework.mock.web.portlet.MockPortletConfig
 
publishRequestHandledEvent(HttpServletRequest, long, Throwable) - Method in class org.springframework.web.servlet.FrameworkServlet
 
pubSubDomain - Variable in class org.springframework.jms.connection.JmsTransactionManager102
Deprecated.
 
pubSubDomain - Variable in class org.springframework.jms.connection.SingleConnectionFactory102
Deprecated.
 
pubSubDomain - Variable in class org.springframework.jms.listener.endpoint.JmsActivationSpecConfig
 
pubSubDomain - Variable in class org.springframework.jms.support.destination.JmsDestinationAccessor
 
pubSubMode - Variable in class org.springframework.jms.connection.SingleConnectionFactory
A hint whether to create a queue or topic connection
pubSubNoLocal - Variable in class org.springframework.jms.core.JmsTemplate
 
pubSubNoLocal - Variable in class org.springframework.jms.listener.AbstractPollingMessageListenerContainer
 
pubSubNoLocal - Variable in class org.springframework.jms.listener.SimpleMessageListenerContainer
 
push(ParseState.Entry) - Method in class org.springframework.beans.factory.parsing.ParseState
Add a new ParseState.Entry to the Stack.
push(SpelNodeImpl) - Method in class org.springframework.expression.spel.standard.InternalSpelExpressionParser
 
push(String) - Method in class org.springframework.web.servlet.tags.form.TagWriter
Adds the supplied tag name to the tag state.
pushActiveContextObject(TypedValue) - Method in class org.springframework.expression.spel.ExpressionState
 
pushCharToken(TokenKind) - Method in class org.springframework.expression.spel.standard.Tokenizer
Push a token of just one character in length.
pushContainingComponent(CompositeComponentDefinition) - Method in class org.springframework.beans.factory.xml.ParserContext
 
pushHexIntToken(char[], boolean, int, int) - Method in class org.springframework.expression.spel.standard.Tokenizer
 
pushIntToken(char[], boolean, int, int) - Method in class org.springframework.expression.spel.standard.Tokenizer
 
pushNestedPath(String) - Method in class org.springframework.validation.AbstractErrors
 
pushNestedPath(String) - Method in exception org.springframework.validation.BindException
 
pushNestedPath(String) - Method in interface org.springframework.validation.Errors
Push the given sub path onto the nested path stack.
pushNestedPath(String) - Method in class org.springframework.web.bind.EscapedErrors
 
pushOneCharOrTwoCharToken(TokenKind, int, char[]) - Method in class org.springframework.expression.spel.standard.Tokenizer
 
pushPairToken(TokenKind) - Method in class org.springframework.expression.spel.standard.Tokenizer
Push a token of two characters in length.
pushRealToken(char[], boolean, int, int) - Method in class org.springframework.expression.spel.standard.Tokenizer
 
put(Object, Object) - Method in interface org.springframework.cache.Cache
Associate the specified value with the specified key in this cache.
put(Object, Object) - Method in class org.springframework.cache.concurrent.ConcurrentMapCache
 
put(Object, Object) - Method in class org.springframework.cache.ehcache.EhCacheCache
 
put(Object, Object) - Method in class org.springframework.cache.jcache.JCacheCache
 
put(Object, Object) - Method in class org.springframework.cache.support.NoOpCacheManager.NoOpCache
 
put(Object, Object) - Method in class org.springframework.cache.transaction.TransactionAwareCacheDecorator
 
put(String, String) - Method in class org.springframework.core.env.ReadOnlySystemAttributesMap
 
put(String, List<String>) - Method in class org.springframework.http.HttpHeaders
 
put(MergedContextConfiguration, ApplicationContext) - Method in class org.springframework.test.context.ContextCache
Explicitly add an ApplicationContext instance to the cache under the given key.
put(String, Object...) - Static method in class org.springframework.test.web.servlet.request.MockMvcRequestBuilders
Create a MockHttpServletRequestBuilder for a PUT request.
put(K, V) - Method in class org.springframework.util.CachingMapDecorator
Deprecated.
Put an object into the cache, possibly wrapping it with a weak reference.
put(K, List<V>) - Method in class org.springframework.util.CollectionUtils.MultiValueMapAdapter
 
put(K, V) - Method in class org.springframework.util.ConcurrentReferenceHashMap
 
put(K, V, boolean) - Method in class org.springframework.util.ConcurrentReferenceHashMap
 
put(String, V) - Method in class org.springframework.util.LinkedCaseInsensitiveMap
 
put(K, List<V>) - Method in class org.springframework.util.LinkedMultiValueMap
 
put(String, Object) - Method in class org.springframework.validation.support.BindingAwareModelMap
 
put(String, Object, Object...) - Method in interface org.springframework.web.client.RestOperations
Create or update a resource by PUTting the given object to the URI.
put(String, Object, Map<String, ?>) - Method in interface org.springframework.web.client.RestOperations
Creates a new resource by PUTting the given object to URI template.
put(URI, Object) - Method in interface org.springframework.web.client.RestOperations
Creates a new resource by PUTting the given object to URL.
put(String, Object, Object...) - Method in class org.springframework.web.client.RestTemplate
 
put(String, Object, Map<String, ?>) - Method in class org.springframework.web.client.RestTemplate
 
put(URI, Object) - Method in class org.springframework.web.client.RestTemplate
 
put(String, Object) - Method in class org.springframework.web.servlet.mvc.support.RedirectAttributesModelMap
putAll(Map<? extends String, ? extends String>) - Method in class org.springframework.core.env.ReadOnlySystemAttributesMap
 
putAll(Map<? extends String, ? extends List<String>>) - Method in class org.springframework.http.HttpHeaders
 
putAll(Map<? extends K, ? extends V>) - Method in class org.springframework.util.CachingMapDecorator
Deprecated.
 
putAll(Map<? extends K, ? extends List<V>>) - Method in class org.springframework.util.CollectionUtils.MultiValueMapAdapter
 
putAll(Map<? extends String, ? extends V>) - Method in class org.springframework.util.LinkedCaseInsensitiveMap
 
putAll(Map<? extends K, ? extends List<V>>) - Method in class org.springframework.util.LinkedMultiValueMap
 
putAll(Map<? extends String, ?>) - Method in class org.springframework.validation.support.BindingAwareModelMap
 
putAll(Map<? extends String, ? extends Object>) - Method in class org.springframework.web.servlet.mvc.support.RedirectAttributesModelMap
putIfAbsent(Object, Object) - Method in interface org.springframework.core.ConcurrentMap
Deprecated.
 
putIfAbsent(K, V) - Method in class org.springframework.util.ConcurrentReferenceHashMap
 
putValue(String, Object) - Method in class org.springframework.mock.web.MockHttpSession
 

Q

qualifiedBeanOfType(BeanFactory, Class<T>, String) - Static method in class org.springframework.beans.factory.annotation.BeanFactoryAnnotationUtils
Obtain a bean of type T from the given BeanFactory declaring a qualifier (e.g.
qualifiedBeanOfType(ConfigurableListableBeanFactory, Class<T>, String) - Static method in class org.springframework.beans.factory.annotation.BeanFactoryAnnotationUtils
Obtain a bean of type T from the given BeanFactory declaring a qualifier (e.g.
QualifiedIdentifier - Class in org.springframework.expression.spel.ast
Represents a dot separated sequence of strings that indicate a package qualified type reference.
QualifiedIdentifier(int, SpelNodeImpl...) - Constructor for class org.springframework.expression.spel.ast.QualifiedIdentifier
 
Qualifier - Annotation Type in org.springframework.beans.factory.annotation
This annotation may be used on a field or parameter as a qualifier for candidate beans when autowiring.
qualifier - Variable in class org.springframework.transaction.interceptor.DefaultTransactionAttribute
 
QUALIFIER_ATTRIBUTE_ELEMENT - Static variable in class org.springframework.beans.factory.xml.BeanDefinitionParserDelegate
 
QUALIFIER_ELEMENT - Static variable in class org.springframework.beans.factory.xml.BeanDefinitionParserDelegate
 
QualifierAnnotationAutowireCandidateResolver - Class in org.springframework.beans.factory.annotation
AutowireCandidateResolver implementation that matches bean definition qualifiers against qualifier annotations on the field or parameter to be autowired.
QualifierAnnotationAutowireCandidateResolver() - Constructor for class org.springframework.beans.factory.annotation.QualifierAnnotationAutowireCandidateResolver
Create a new QualifierAnnotationAutowireCandidateResolver for Spring's standard Qualifier annotation.
QualifierAnnotationAutowireCandidateResolver(Class<? extends Annotation>) - Constructor for class org.springframework.beans.factory.annotation.QualifierAnnotationAutowireCandidateResolver
Create a new QualifierAnnotationAutowireCandidateResolver for the given qualifier annotation type.
QualifierAnnotationAutowireCandidateResolver(Set<Class<? extends Annotation>>) - Constructor for class org.springframework.beans.factory.annotation.QualifierAnnotationAutowireCandidateResolver
Create a new QualifierAnnotationAutowireCandidateResolver for the given qualifier annotation types.
QualifierEntry - Class in org.springframework.beans.factory.parsing
ParseState entry representing an autowire candidate qualifier.
QualifierEntry(String) - Constructor for class org.springframework.beans.factory.parsing.QualifierEntry
 
qualifiers - Variable in class org.springframework.beans.factory.support.AbstractBeanDefinition
 
qualifierTypes - Variable in class org.springframework.beans.factory.annotation.QualifierAnnotationAutowireCandidateResolver
 
QUALITY_VALUE_COMPARATOR - Static variable in class org.springframework.http.MediaType
QuartzJobBean - Class in org.springframework.scheduling.quartz
Simple implementation of the Quartz Job interface, applying the passed-in JobDataMap and also the SchedulerContext as bean property values.
QuartzJobBean() - Constructor for class org.springframework.scheduling.quartz.QuartzJobBean
 
quartzProperties - Variable in class org.springframework.scheduling.quartz.SchedulerFactoryBean
 
query(String, ResultSetExtractor<T>) - Method in interface org.springframework.jdbc.core.JdbcOperations
Execute a query given static SQL, reading the ResultSet with a ResultSetExtractor.
query(String, RowCallbackHandler) - Method in interface org.springframework.jdbc.core.JdbcOperations
Execute a query given static SQL, reading the ResultSet on a per-row basis with a RowCallbackHandler.
query(String, RowMapper<T>) - Method in interface org.springframework.jdbc.core.JdbcOperations
Execute a query given static SQL, mapping each row to a Java object via a RowMapper.
query(PreparedStatementCreator, ResultSetExtractor<T>) - Method in interface org.springframework.jdbc.core.JdbcOperations
Query using a prepared statement, reading the ResultSet with a ResultSetExtractor.
query(String, PreparedStatementSetter, ResultSetExtractor<T>) - Method in interface org.springframework.jdbc.core.JdbcOperations
Query using a prepared statement, reading the ResultSet with a ResultSetExtractor.
query(String, Object[], int[], ResultSetExtractor<T>) - Method in interface org.springframework.jdbc.core.JdbcOperations
Query given SQL to create a prepared statement from SQL and a list of arguments to bind to the query, reading the ResultSet with a ResultSetExtractor.
query(String, Object[], ResultSetExtractor<T>) - Method in interface org.springframework.jdbc.core.JdbcOperations
Query given SQL to create a prepared statement from SQL and a list of arguments to bind to the query, reading the ResultSet with a ResultSetExtractor.
query(String, ResultSetExtractor<T>, Object...) - Method in interface org.springframework.jdbc.core.JdbcOperations
Query given SQL to create a prepared statement from SQL and a list of arguments to bind to the query, reading the ResultSet with a ResultSetExtractor.
query(PreparedStatementCreator, RowCallbackHandler) - Method in interface org.springframework.jdbc.core.JdbcOperations
Query using a prepared statement, reading the ResultSet on a per-row basis with a RowCallbackHandler.
query(String, PreparedStatementSetter, RowCallbackHandler) - Method in interface org.springframework.jdbc.core.JdbcOperations
Query given SQL to create a prepared statement from SQL and a PreparedStatementSetter implementation that knows how to bind values to the query, reading the ResultSet on a per-row basis with a RowCallbackHandler.
query(String, Object[], int[], RowCallbackHandler) - Method in interface org.springframework.jdbc.core.JdbcOperations
Query given SQL to create a prepared statement from SQL and a list of arguments to bind to the query, reading the ResultSet on a per-row basis with a RowCallbackHandler.
query(String, Object[], RowCallbackHandler) - Method in interface org.springframework.jdbc.core.JdbcOperations
Query given SQL to create a prepared statement from SQL and a list of arguments to bind to the query, reading the ResultSet on a per-row basis with a RowCallbackHandler.
query(String, RowCallbackHandler, Object...) - Method in interface org.springframework.jdbc.core.JdbcOperations
Query given SQL to create a prepared statement from SQL and a list of arguments to bind to the query, reading the ResultSet on a per-row basis with a RowCallbackHandler.
query(PreparedStatementCreator, RowMapper<T>) - Method in interface org.springframework.jdbc.core.JdbcOperations
Query using a prepared statement, mapping each row to a Java object via a RowMapper.
query(String, PreparedStatementSetter, RowMapper<T>) - Method in interface org.springframework.jdbc.core.JdbcOperations
Query given SQL to create a prepared statement from SQL and a PreparedStatementSetter implementation that knows how to bind values to the query, mapping each row to a Java object via a RowMapper.
query(String, Object[], int[], RowMapper<T>) - Method in interface org.springframework.jdbc.core.JdbcOperations
Query given SQL to create a prepared statement from SQL and a list of arguments to bind to the query, mapping each row to a Java object via a RowMapper.
query(String, Object[], RowMapper<T>) - Method in interface org.springframework.jdbc.core.JdbcOperations
Query given SQL to create a prepared statement from SQL and a list of arguments to bind to the query, mapping each row to a Java object via a RowMapper.
query(String, RowMapper<T>, Object...) - Method in interface org.springframework.jdbc.core.JdbcOperations
Query given SQL to create a prepared statement from SQL and a list of arguments to bind to the query, mapping each row to a Java object via a RowMapper.
query(String, ResultSetExtractor<T>) - Method in class org.springframework.jdbc.core.JdbcTemplate
 
query(String, RowCallbackHandler) - Method in class org.springframework.jdbc.core.JdbcTemplate
 
query(String, RowMapper<T>) - Method in class org.springframework.jdbc.core.JdbcTemplate
 
query(PreparedStatementCreator, PreparedStatementSetter, ResultSetExtractor<T>) - Method in class org.springframework.jdbc.core.JdbcTemplate
Query using a prepared statement, allowing for a PreparedStatementCreator and a PreparedStatementSetter.
query(PreparedStatementCreator, ResultSetExtractor<T>) - Method in class org.springframework.jdbc.core.JdbcTemplate
 
query(String, PreparedStatementSetter, ResultSetExtractor<T>) - Method in class org.springframework.jdbc.core.JdbcTemplate
 
query(String, Object[], int[], ResultSetExtractor<T>) - Method in class org.springframework.jdbc.core.JdbcTemplate
 
query(String, Object[], ResultSetExtractor<T>) - Method in class org.springframework.jdbc.core.JdbcTemplate
 
query(String, ResultSetExtractor<T>, Object...) - Method in class org.springframework.jdbc.core.JdbcTemplate
 
query(PreparedStatementCreator, RowCallbackHandler) - Method in class org.springframework.jdbc.core.JdbcTemplate
 
query(String, PreparedStatementSetter, RowCallbackHandler) - Method in class org.springframework.jdbc.core.JdbcTemplate
 
query(String, Object[], int[], RowCallbackHandler) - Method in class org.springframework.jdbc.core.JdbcTemplate
 
query(String, Object[], RowCallbackHandler) - Method in class org.springframework.jdbc.core.JdbcTemplate
 
query(String, RowCallbackHandler, Object...) - Method in class org.springframework.jdbc.core.JdbcTemplate
 
query(PreparedStatementCreator, RowMapper<T>) - Method in class org.springframework.jdbc.core.JdbcTemplate
 
query(String, PreparedStatementSetter, RowMapper<T>) - Method in class org.springframework.jdbc.core.JdbcTemplate
 
query(String, Object[], int[], RowMapper<T>) - Method in class org.springframework.jdbc.core.JdbcTemplate
 
query(String, Object[], RowMapper<T>) - Method in class org.springframework.jdbc.core.JdbcTemplate
 
query(String, RowMapper<T>, Object...) - Method in class org.springframework.jdbc.core.JdbcTemplate
 
query(String, SqlParameterSource, ResultSetExtractor<T>) - Method in interface org.springframework.jdbc.core.namedparam.NamedParameterJdbcOperations
Query given SQL to create a prepared statement from SQL and a list of arguments to bind to the query, reading the ResultSet with a ResultSetExtractor.
query(String, Map<String, ?>, ResultSetExtractor<T>) - Method in interface org.springframework.jdbc.core.namedparam.NamedParameterJdbcOperations
Query given SQL to create a prepared statement from SQL and a list of arguments to bind to the query, reading the ResultSet with a ResultSetExtractor.
query(String, ResultSetExtractor<T>) - Method in interface org.springframework.jdbc.core.namedparam.NamedParameterJdbcOperations
Query given SQL to create a prepared statement from SQL, reading the ResultSet with a ResultSetExtractor.
query(String, SqlParameterSource, RowCallbackHandler) - Method in interface org.springframework.jdbc.core.namedparam.NamedParameterJdbcOperations
Query given SQL to create a prepared statement from SQL and a list of arguments to bind to the query, reading the ResultSet on a per-row basis with a RowCallbackHandler.
query(String, Map<String, ?>, RowCallbackHandler) - Method in interface org.springframework.jdbc.core.namedparam.NamedParameterJdbcOperations
Query given SQL to create a prepared statement from SQL and a list of arguments to bind to the query, reading the ResultSet on a per-row basis with a RowCallbackHandler.
query(String, RowCallbackHandler) - Method in interface org.springframework.jdbc.core.namedparam.NamedParameterJdbcOperations
Query given SQL to create a prepared statement from SQL, reading the ResultSet on a per-row basis with a RowCallbackHandler.
query(String, SqlParameterSource, RowMapper<T>) - Method in interface org.springframework.jdbc.core.namedparam.NamedParameterJdbcOperations
Query given SQL to create a prepared statement from SQL and a list of arguments to bind to the query, mapping each row to a Java object via a RowMapper.
query(String, Map<String, ?>, RowMapper<T>) - Method in interface org.springframework.jdbc.core.namedparam.NamedParameterJdbcOperations
Query given SQL to create a prepared statement from SQL and a list of arguments to bind to the query, mapping each row to a Java object via a RowMapper.
query(String, RowMapper<T>) - Method in interface org.springframework.jdbc.core.namedparam.NamedParameterJdbcOperations
Query given SQL to create a prepared statement from SQL, mapping each row to a Java object via a RowMapper.
query(String, SqlParameterSource, ResultSetExtractor<T>) - Method in class org.springframework.jdbc.core.namedparam.NamedParameterJdbcTemplate
 
query(String, Map<String, ?>, ResultSetExtractor<T>) - Method in class org.springframework.jdbc.core.namedparam.NamedParameterJdbcTemplate
 
query(String, ResultSetExtractor<T>) - Method in class org.springframework.jdbc.core.namedparam.NamedParameterJdbcTemplate
 
query(String, SqlParameterSource, RowCallbackHandler) - Method in class org.springframework.jdbc.core.namedparam.NamedParameterJdbcTemplate
 
query(String, Map<String, ?>, RowCallbackHandler) - Method in class org.springframework.jdbc.core.namedparam.NamedParameterJdbcTemplate
 
query(String, RowCallbackHandler) - Method in class org.springframework.jdbc.core.namedparam.NamedParameterJdbcTemplate
 
query(String, SqlParameterSource, RowMapper<T>) - Method in class org.springframework.jdbc.core.namedparam.NamedParameterJdbcTemplate
 
query(String, Map<String, ?>, RowMapper<T>) - Method in class org.springframework.jdbc.core.namedparam.NamedParameterJdbcTemplate
 
query(String, RowMapper<T>) - Method in class org.springframework.jdbc.core.namedparam.NamedParameterJdbcTemplate
 
query(String, RowMapper<T>, Map<String, ?>) - Method in interface org.springframework.jdbc.core.simple.SimpleJdbcOperations
Deprecated.
Query for a List of Objects of type T using the supplied RowMapper to the query results to the object.
query(String, ParameterizedRowMapper<T>, Map<String, ?>) - Method in interface org.springframework.jdbc.core.simple.SimpleJdbcOperations
Deprecated.
as of Spring 3.0: Use the method using the newly genericized RowMapper interface instead since the RowMapper and ParameterizedRowMapper interfaces are equivalent now.
query(String, RowMapper<T>, SqlParameterSource) - Method in interface org.springframework.jdbc.core.simple.SimpleJdbcOperations
Deprecated.
Query for a List of Objects of type T using the supplied RowMapper to the query results to the object.
query(String, ParameterizedRowMapper<T>, SqlParameterSource) - Method in interface org.springframework.jdbc.core.simple.SimpleJdbcOperations
Deprecated.
as of Spring 3.0: Use the method using the newly genericized RowMapper interface instead since the RowMapper and ParameterizedRowMapper interfaces are equivalent now.
query(String, RowMapper<T>, Object...) - Method in interface org.springframework.jdbc.core.simple.SimpleJdbcOperations
Deprecated.
Query for a List of Objects of type T using the supplied RowMapper to the query results to the object.
query(String, ParameterizedRowMapper<T>, Object...) - Method in interface org.springframework.jdbc.core.simple.SimpleJdbcOperations
Deprecated.
as of Spring 3.0: Use the method using the newly genericized RowMapper interface instead since the RowMapper and ParameterizedRowMapper interfaces are equivalent now.
query(String, RowMapper<T>, Map<String, ?>) - Method in class org.springframework.jdbc.core.simple.SimpleJdbcTemplate
Deprecated.
 
query(String, ParameterizedRowMapper<T>, Map<String, ?>) - Method in class org.springframework.jdbc.core.simple.SimpleJdbcTemplate
Deprecated.
query(String, RowMapper<T>, SqlParameterSource) - Method in class org.springframework.jdbc.core.simple.SimpleJdbcTemplate
Deprecated.
 
query(String, ParameterizedRowMapper<T>, SqlParameterSource) - Method in class org.springframework.jdbc.core.simple.SimpleJdbcTemplate
Deprecated.
query(String, RowMapper<T>, Object...) - Method in class org.springframework.jdbc.core.simple.SimpleJdbcTemplate
Deprecated.
 
query(String, ParameterizedRowMapper<T>, Object...) - Method in class org.springframework.jdbc.core.simple.SimpleJdbcTemplate
Deprecated.
query(String) - Method in class org.springframework.web.util.UriComponentsBuilder
Appends the given query to the existing query of this builder.
QUERY_PARAM_PATTERN - Static variable in class org.springframework.web.util.UriComponentsBuilder
 
QUERY_PARAMS_NONE - Static variable in class org.springframework.web.util.OpaqueUriComponents
 
QUERY_PATTERN - Static variable in class org.springframework.web.util.UriComponentsBuilder
 
QUERY_PATTERN - Static variable in class org.springframework.web.util.UriUtils
 
queryCacheRegion - Variable in class org.springframework.orm.hibernate3.HibernateTemplate
 
queryForInt(String) - Method in interface org.springframework.jdbc.core.JdbcOperations
queryForInt(String, Object[], int[]) - Method in interface org.springframework.jdbc.core.JdbcOperations
queryForInt(String, Object...) - Method in interface org.springframework.jdbc.core.JdbcOperations
queryForInt(String) - Method in class org.springframework.jdbc.core.JdbcTemplate
Deprecated.
queryForInt(String, Object[], int[]) - Method in class org.springframework.jdbc.core.JdbcTemplate
Deprecated.
queryForInt(String, Object...) - Method in class org.springframework.jdbc.core.JdbcTemplate
Deprecated.
queryForInt(String, SqlParameterSource) - Method in interface org.springframework.jdbc.core.namedparam.NamedParameterJdbcOperations
queryForInt(String, Map<String, ?>) - Method in interface org.springframework.jdbc.core.namedparam.NamedParameterJdbcOperations
queryForInt(String, SqlParameterSource) - Method in class org.springframework.jdbc.core.namedparam.NamedParameterJdbcTemplate
Deprecated.
queryForInt(String, Map<String, ?>) - Method in class org.springframework.jdbc.core.namedparam.NamedParameterJdbcTemplate
Deprecated.
queryForInt(String, Map<String, ?>) - Method in interface org.springframework.jdbc.core.simple.SimpleJdbcOperations
Deprecated.
Query for an int passing in a SQL query using the named parameter support provided by the NamedParameterJdbcTemplate and a map containing the arguments.
queryForInt(String, SqlParameterSource) - Method in interface org.springframework.jdbc.core.simple.SimpleJdbcOperations
Deprecated.
Query for an int passing in a SQL query using the named parameter support provided by the NamedParameterJdbcTemplate and a SqlParameterSource containing the arguments.
queryForInt(String, Object...) - Method in interface org.springframework.jdbc.core.simple.SimpleJdbcOperations
Deprecated.
Query for an int passing in a SQL query using the standard '?' placeholders for parameters and a variable number of arguments.
queryForInt(String, Map<String, ?>) - Method in class org.springframework.jdbc.core.simple.SimpleJdbcTemplate
Deprecated.
 
queryForInt(String, SqlParameterSource) - Method in class org.springframework.jdbc.core.simple.SimpleJdbcTemplate
Deprecated.
 
queryForInt(String, Object...) - Method in class org.springframework.jdbc.core.simple.SimpleJdbcTemplate
Deprecated.
 
queryForList(String, Class<T>) - Method in interface org.springframework.jdbc.core.JdbcOperations
Execute a query for a result list, given static SQL.
queryForList(String) - Method in interface org.springframework.jdbc.core.JdbcOperations
Execute a query for a result list, given static SQL.
queryForList(String, Object[], int[], Class<T>) - Method in interface org.springframework.jdbc.core.JdbcOperations
Query given SQL to create a prepared statement from SQL and a list of arguments to bind to the query, expecting a result list.
queryForList(String, Object[], Class<T>) - Method in interface org.springframework.jdbc.core.JdbcOperations
Query given SQL to create a prepared statement from SQL and a list of arguments to bind to the query, expecting a result list.
queryForList(String, Class<T>, Object...) - Method in interface org.springframework.jdbc.core.JdbcOperations
Query given SQL to create a prepared statement from SQL and a list of arguments to bind to the query, expecting a result list.
queryForList(String, Object[], int[]) - Method in interface org.springframework.jdbc.core.JdbcOperations
Query given SQL to create a prepared statement from SQL and a list of arguments to bind to the query, expecting a result list.
queryForList(String, Object...) - Method in interface org.springframework.jdbc.core.JdbcOperations
Query given SQL to create a prepared statement from SQL and a list of arguments to bind to the query, expecting a result list.
queryForList(String, Class<T>) - Method in class org.springframework.jdbc.core.JdbcTemplate
 
queryForList(String) - Method in class org.springframework.jdbc.core.JdbcTemplate
 
queryForList(String, Object[], int[], Class<T>) - Method in class org.springframework.jdbc.core.JdbcTemplate
 
queryForList(String, Object[], Class<T>) - Method in class org.springframework.jdbc.core.JdbcTemplate
 
queryForList(String, Class<T>, Object...) - Method in class org.springframework.jdbc.core.JdbcTemplate
 
queryForList(String, Object[], int[]) - Method in class org.springframework.jdbc.core.JdbcTemplate
 
queryForList(String, Object...) - Method in class org.springframework.jdbc.core.JdbcTemplate
 
queryForList(String, SqlParameterSource, Class<T>) - Method in interface org.springframework.jdbc.core.namedparam.NamedParameterJdbcOperations
Query given SQL to create a prepared statement from SQL and a list of arguments to bind to the query, expecting a result list.
queryForList(String, Map<String, ?>, Class<T>) - Method in interface org.springframework.jdbc.core.namedparam.NamedParameterJdbcOperations
Query given SQL to create a prepared statement from SQL and a list of arguments to bind to the query, expecting a result list.
queryForList(String, SqlParameterSource) - Method in interface org.springframework.jdbc.core.namedparam.NamedParameterJdbcOperations
Query given SQL to create a prepared statement from SQL and a list of arguments to bind to the query, expecting a result list.
queryForList(String, Map<String, ?>) - Method in interface org.springframework.jdbc.core.namedparam.NamedParameterJdbcOperations
Query given SQL to create a prepared statement from SQL and a list of arguments to bind to the query, expecting a result list.
queryForList(String, SqlParameterSource, Class<T>) - Method in class org.springframework.jdbc.core.namedparam.NamedParameterJdbcTemplate
 
queryForList(String, Map<String, ?>, Class<T>) - Method in class org.springframework.jdbc.core.namedparam.NamedParameterJdbcTemplate
 
queryForList(String, SqlParameterSource) - Method in class org.springframework.jdbc.core.namedparam.NamedParameterJdbcTemplate
 
queryForList(String, Map<String, ?>) - Method in class org.springframework.jdbc.core.namedparam.NamedParameterJdbcTemplate
 
queryForList(String, Map<String, ?>) - Method in interface org.springframework.jdbc.core.simple.SimpleJdbcOperations
Deprecated.
Execute the supplied query with the supplied arguments.
queryForList(String, SqlParameterSource) - Method in interface org.springframework.jdbc.core.simple.SimpleJdbcOperations
Deprecated.
Execute the supplied query with the supplied arguments.
queryForList(String, Object...) - Method in interface org.springframework.jdbc.core.simple.SimpleJdbcOperations
Deprecated.
Execute the supplied query with the (optional) supplied arguments.
queryForList(String, Map<String, ?>) - Method in class org.springframework.jdbc.core.simple.SimpleJdbcTemplate
Deprecated.
 
queryForList(String, SqlParameterSource) - Method in class org.springframework.jdbc.core.simple.SimpleJdbcTemplate
Deprecated.
 
queryForList(String, Object...) - Method in class org.springframework.jdbc.core.simple.SimpleJdbcTemplate
Deprecated.
 
queryForList(String) - Method in interface org.springframework.orm.ibatis.SqlMapClientOperations
Deprecated.
 
queryForList(String, Object) - Method in interface org.springframework.orm.ibatis.SqlMapClientOperations
Deprecated.
 
queryForList(String, int, int) - Method in interface org.springframework.orm.ibatis.SqlMapClientOperations
Deprecated.
 
queryForList(String, Object, int, int) - Method in interface org.springframework.orm.ibatis.SqlMapClientOperations
Deprecated.
 
queryForList(String) - Method in class org.springframework.orm.ibatis.SqlMapClientTemplate
Deprecated.
 
queryForList(String, Object) - Method in class org.springframework.orm.ibatis.SqlMapClientTemplate
Deprecated.
 
queryForList(String, int, int) - Method in class org.springframework.orm.ibatis.SqlMapClientTemplate
Deprecated.
 
queryForList(String, Object, int, int) - Method in class org.springframework.orm.ibatis.SqlMapClientTemplate
Deprecated.
 
queryForLong(String) - Method in interface org.springframework.jdbc.core.JdbcOperations
queryForLong(String, Object[], int[]) - Method in interface org.springframework.jdbc.core.JdbcOperations
queryForLong(String, Object...) - Method in interface org.springframework.jdbc.core.JdbcOperations
queryForLong(String) - Method in class org.springframework.jdbc.core.JdbcTemplate
Deprecated.
queryForLong(String, Object[], int[]) - Method in class org.springframework.jdbc.core.JdbcTemplate
Deprecated.
queryForLong(String, Object...) - Method in class org.springframework.jdbc.core.JdbcTemplate
Deprecated.
queryForLong(String, SqlParameterSource) - Method in interface org.springframework.jdbc.core.namedparam.NamedParameterJdbcOperations
queryForLong(String, Map<String, ?>) - Method in interface org.springframework.jdbc.core.namedparam.NamedParameterJdbcOperations
queryForLong(String, SqlParameterSource) - Method in class org.springframework.jdbc.core.namedparam.NamedParameterJdbcTemplate
Deprecated.
queryForLong(String, Map<String, ?>) - Method in class org.springframework.jdbc.core.namedparam.NamedParameterJdbcTemplate
Deprecated.
queryForLong(String, Map<String, ?>) - Method in interface org.springframework.jdbc.core.simple.SimpleJdbcOperations
Deprecated.
Query for an long passing in a SQL query using the named parameter support provided by the NamedParameterJdbcTemplate and a map containing the arguments.
queryForLong(String, SqlParameterSource) - Method in interface org.springframework.jdbc.core.simple.SimpleJdbcOperations
Deprecated.
Query for an long passing in a SQL query using the named parameter support provided by the NamedParameterJdbcTemplate and a SqlParameterSource containing the arguments.
queryForLong(String, Object...) - Method in interface org.springframework.jdbc.core.simple.SimpleJdbcOperations
Deprecated.
Query for an long passing in a SQL query using the standard '?' placeholders for parameters and a variable number of arguments.
queryForLong(String, Map<String, ?>) - Method in class org.springframework.jdbc.core.simple.SimpleJdbcTemplate
Deprecated.
 
queryForLong(String, SqlParameterSource) - Method in class org.springframework.jdbc.core.simple.SimpleJdbcTemplate
Deprecated.
 
queryForLong(String, Object...) - Method in class org.springframework.jdbc.core.simple.SimpleJdbcTemplate
Deprecated.
 
queryForMap(String) - Method in interface org.springframework.jdbc.core.JdbcOperations
Execute a query for a result Map, given static SQL.
queryForMap(String, Object[], int[]) - Method in interface org.springframework.jdbc.core.JdbcOperations
Query given SQL to create a prepared statement from SQL and a list of arguments to bind to the query, expecting a result Map.
queryForMap(String, Object...) - Method in interface org.springframework.jdbc.core.JdbcOperations
Query given SQL to create a prepared statement from SQL and a list of arguments to bind to the query, expecting a result Map.
queryForMap(String) - Method in class org.springframework.jdbc.core.JdbcTemplate
 
queryForMap(String, Object[], int[]) - Method in class org.springframework.jdbc.core.JdbcTemplate
 
queryForMap(String, Object...) - Method in class org.springframework.jdbc.core.JdbcTemplate
 
queryForMap(String, SqlParameterSource) - Method in interface org.springframework.jdbc.core.namedparam.NamedParameterJdbcOperations
Query given SQL to create a prepared statement from SQL and a list of arguments to bind to the query, expecting a result Map.
queryForMap(String, Map<String, ?>) - Method in interface org.springframework.jdbc.core.namedparam.NamedParameterJdbcOperations
Query given SQL to create a prepared statement from SQL and a list of arguments to bind to the query, expecting a result Map.
queryForMap(String, SqlParameterSource) - Method in class org.springframework.jdbc.core.namedparam.NamedParameterJdbcTemplate
 
queryForMap(String, Map<String, ?>) - Method in class org.springframework.jdbc.core.namedparam.NamedParameterJdbcTemplate
 
queryForMap(String, Map<String, ?>) - Method in interface org.springframework.jdbc.core.simple.SimpleJdbcOperations
Deprecated.
Execute the supplied query with the supplied arguments.
queryForMap(String, SqlParameterSource) - Method in interface org.springframework.jdbc.core.simple.SimpleJdbcOperations
Deprecated.
Execute the supplied query with the supplied arguments.
queryForMap(String, Object...) - Method in interface org.springframework.jdbc.core.simple.SimpleJdbcOperations
Deprecated.
Execute the supplied query with the (optional) supplied arguments.
queryForMap(String, Map<String, ?>) - Method in class org.springframework.jdbc.core.simple.SimpleJdbcTemplate
Deprecated.
 
queryForMap(String, SqlParameterSource) - Method in class org.springframework.jdbc.core.simple.SimpleJdbcTemplate
Deprecated.
 
queryForMap(String, Object...) - Method in class org.springframework.jdbc.core.simple.SimpleJdbcTemplate
Deprecated.
 
queryForMap(String, Object, String) - Method in interface org.springframework.orm.ibatis.SqlMapClientOperations
Deprecated.
 
queryForMap(String, Object, String, String) - Method in interface org.springframework.orm.ibatis.SqlMapClientOperations
Deprecated.
 
queryForMap(String, Object, String) - Method in class org.springframework.orm.ibatis.SqlMapClientTemplate
Deprecated.
 
queryForMap(String, Object, String, String) - Method in class org.springframework.orm.ibatis.SqlMapClientTemplate
Deprecated.
 
queryForObject(String, RowMapper<T>) - Method in interface org.springframework.jdbc.core.JdbcOperations
Execute a query given static SQL, mapping a single result row to a Java object via a RowMapper.
queryForObject(String, Class<T>) - Method in interface org.springframework.jdbc.core.JdbcOperations
Execute a query for a result object, given static SQL.
queryForObject(String, Object[], int[], RowMapper<T>) - Method in interface org.springframework.jdbc.core.JdbcOperations
Query given SQL to create a prepared statement from SQL and a list of arguments to bind to the query, mapping a single result row to a Java object via a RowMapper.
queryForObject(String, Object[], RowMapper<T>) - Method in interface org.springframework.jdbc.core.JdbcOperations
Query given SQL to create a prepared statement from SQL and a list of arguments to bind to the query, mapping a single result row to a Java object via a RowMapper.
queryForObject(String, RowMapper<T>, Object...) - Method in interface org.springframework.jdbc.core.JdbcOperations
Query given SQL to create a prepared statement from SQL and a list of arguments to bind to the query, mapping a single result row to a Java object via a RowMapper.
queryForObject(String, Object[], int[], Class<T>) - Method in interface org.springframework.jdbc.core.JdbcOperations
Query given SQL to create a prepared statement from SQL and a list of arguments to bind to the query, expecting a result object.
queryForObject(String, Object[], Class<T>) - Method in interface org.springframework.jdbc.core.JdbcOperations
Query given SQL to create a prepared statement from SQL and a list of arguments to bind to the query, expecting a result object.
queryForObject(String, Class<T>, Object...) - Method in interface org.springframework.jdbc.core.JdbcOperations
Query given SQL to create a prepared statement from SQL and a list of arguments to bind to the query, expecting a result object.
queryForObject(String, RowMapper<T>) - Method in class org.springframework.jdbc.core.JdbcTemplate
 
queryForObject(String, Class<T>) - Method in class org.springframework.jdbc.core.JdbcTemplate
 
queryForObject(String, Object[], int[], RowMapper<T>) - Method in class org.springframework.jdbc.core.JdbcTemplate
 
queryForObject(String, Object[], RowMapper<T>) - Method in class org.springframework.jdbc.core.JdbcTemplate
 
queryForObject(String, RowMapper<T>, Object...) - Method in class org.springframework.jdbc.core.JdbcTemplate
 
queryForObject(String, Object[], int[], Class<T>) - Method in class org.springframework.jdbc.core.JdbcTemplate
 
queryForObject(String, Object[], Class<T>) - Method in class org.springframework.jdbc.core.JdbcTemplate
 
queryForObject(String, Class<T>, Object...) - Method in class org.springframework.jdbc.core.JdbcTemplate
 
queryForObject(String, SqlParameterSource, RowMapper<T>) - Method in interface org.springframework.jdbc.core.namedparam.NamedParameterJdbcOperations
Query given SQL to create a prepared statement from SQL and a list of arguments to bind to the query, mapping a single result row to a Java object via a RowMapper.
queryForObject(String, Map<String, ?>, RowMapper<T>) - Method in interface org.springframework.jdbc.core.namedparam.NamedParameterJdbcOperations
Query given SQL to create a prepared statement from SQL and a list of arguments to bind to the query, mapping a single result row to a Java object via a RowMapper.
queryForObject(String, SqlParameterSource, Class<T>) - Method in interface org.springframework.jdbc.core.namedparam.NamedParameterJdbcOperations
Query given SQL to create a prepared statement from SQL and a list of arguments to bind to the query, expecting a result object.
queryForObject(String, Map<String, ?>, Class<T>) - Method in interface org.springframework.jdbc.core.namedparam.NamedParameterJdbcOperations
Query given SQL to create a prepared statement from SQL and a list of arguments to bind to the query, expecting a result object.
queryForObject(String, SqlParameterSource, RowMapper<T>) - Method in class org.springframework.jdbc.core.namedparam.NamedParameterJdbcTemplate
 
queryForObject(String, Map<String, ?>, RowMapper<T>) - Method in class org.springframework.jdbc.core.namedparam.NamedParameterJdbcTemplate
 
queryForObject(String, SqlParameterSource, Class<T>) - Method in class org.springframework.jdbc.core.namedparam.NamedParameterJdbcTemplate
 
queryForObject(String, Map<String, ?>, Class<T>) - Method in class org.springframework.jdbc.core.namedparam.NamedParameterJdbcTemplate
 
queryForObject(String, Class<T>, Map<String, ?>) - Method in interface org.springframework.jdbc.core.simple.SimpleJdbcOperations
Deprecated.
Query for an object of type T identified by the supplied @Class.
queryForObject(String, Class<T>, SqlParameterSource) - Method in interface org.springframework.jdbc.core.simple.SimpleJdbcOperations
Deprecated.
Query for an object of type T identified by the supplied @Class.
queryForObject(String, Class<T>, Object...) - Method in interface org.springframework.jdbc.core.simple.SimpleJdbcOperations
Deprecated.
Query for an object of type T identified by the supplied @Class.
queryForObject(String, RowMapper<T>, Map<String, ?>) - Method in interface org.springframework.jdbc.core.simple.SimpleJdbcOperations
Deprecated.
Query for an object of type T using the supplied RowMapper to the query results to the object.
queryForObject(String, ParameterizedRowMapper<T>, Map<String, ?>) - Method in interface org.springframework.jdbc.core.simple.SimpleJdbcOperations
Deprecated.
as of Spring 3.0: Use the method using the newly genericized RowMapper interface instead since the RowMapper and ParameterizedRowMapper interfaces are equivalent now.
queryForObject(String, RowMapper<T>, SqlParameterSource) - Method in interface org.springframework.jdbc.core.simple.SimpleJdbcOperations
Deprecated.
Query for an object of type T using the supplied RowMapper to the query results to the object.
queryForObject(String, ParameterizedRowMapper<T>, SqlParameterSource) - Method in interface org.springframework.jdbc.core.simple.SimpleJdbcOperations
Deprecated.
as of Spring 3.0: Use the method using the newly genericized RowMapper interface instead since the RowMapper and ParameterizedRowMapper interfaces are equivalent now.
queryForObject(String, RowMapper<T>, Object...) - Method in interface org.springframework.jdbc.core.simple.SimpleJdbcOperations
Deprecated.
Query for an object of type T using the supplied RowMapper to the query results to the object.
queryForObject(String, ParameterizedRowMapper<T>, Object...) - Method in interface org.springframework.jdbc.core.simple.SimpleJdbcOperations
Deprecated.
as of Spring 3.0: Use the method using the newly genericized RowMapper interface instead since the RowMapper and ParameterizedRowMapper interfaces are equivalent now.
queryForObject(String, Class<T>, Map<String, ?>) - Method in class org.springframework.jdbc.core.simple.SimpleJdbcTemplate
Deprecated.
 
queryForObject(String, Class<T>, SqlParameterSource) - Method in class org.springframework.jdbc.core.simple.SimpleJdbcTemplate
Deprecated.
 
queryForObject(String, Class<T>, Object...) - Method in class org.springframework.jdbc.core.simple.SimpleJdbcTemplate
Deprecated.
 
queryForObject(String, RowMapper<T>, Map<String, ?>) - Method in class org.springframework.jdbc.core.simple.SimpleJdbcTemplate
Deprecated.
 
queryForObject(String, ParameterizedRowMapper<T>, Map<String, ?>) - Method in class org.springframework.jdbc.core.simple.SimpleJdbcTemplate
Deprecated.
queryForObject(String, RowMapper<T>, SqlParameterSource) - Method in class org.springframework.jdbc.core.simple.SimpleJdbcTemplate
Deprecated.
 
queryForObject(String, ParameterizedRowMapper<T>, SqlParameterSource) - Method in class org.springframework.jdbc.core.simple.SimpleJdbcTemplate
Deprecated.
queryForObject(String, RowMapper<T>, Object...) - Method in class org.springframework.jdbc.core.simple.SimpleJdbcTemplate
Deprecated.
 
queryForObject(String, ParameterizedRowMapper<T>, Object...) - Method in class org.springframework.jdbc.core.simple.SimpleJdbcTemplate
Deprecated.
queryForObject(String) - Method in interface org.springframework.orm.ibatis.SqlMapClientOperations
Deprecated.
 
queryForObject(String, Object) - Method in interface org.springframework.orm.ibatis.SqlMapClientOperations
Deprecated.
 
queryForObject(String, Object, Object) - Method in interface org.springframework.orm.ibatis.SqlMapClientOperations
Deprecated.
 
queryForObject(String) - Method in class org.springframework.orm.ibatis.SqlMapClientTemplate
Deprecated.
 
queryForObject(String, Object) - Method in class org.springframework.orm.ibatis.SqlMapClientTemplate
Deprecated.
 
queryForObject(String, Object, Object) - Method in class org.springframework.orm.ibatis.SqlMapClientTemplate
Deprecated.
 
queryForRowSet(String) - Method in interface org.springframework.jdbc.core.JdbcOperations
Execute a query for a SqlRowSet, given static SQL.
queryForRowSet(String, Object[], int[]) - Method in interface org.springframework.jdbc.core.JdbcOperations
Query given SQL to create a prepared statement from SQL and a list of arguments to bind to the query, expecting a SqlRowSet.
queryForRowSet(String, Object...) - Method in interface org.springframework.jdbc.core.JdbcOperations
Query given SQL to create a prepared statement from SQL and a list of arguments to bind to the query, expecting a SqlRowSet.
queryForRowSet(String) - Method in class org.springframework.jdbc.core.JdbcTemplate
 
queryForRowSet(String, Object[], int[]) - Method in class org.springframework.jdbc.core.JdbcTemplate
 
queryForRowSet(String, Object...) - Method in class org.springframework.jdbc.core.JdbcTemplate
 
queryForRowSet(String, SqlParameterSource) - Method in interface org.springframework.jdbc.core.namedparam.NamedParameterJdbcOperations
Query given SQL to create a prepared statement from SQL and a list of arguments to bind to the query, expecting a SqlRowSet.
queryForRowSet(String, Map<String, ?>) - Method in interface org.springframework.jdbc.core.namedparam.NamedParameterJdbcOperations
Query given SQL to create a prepared statement from SQL and a list of arguments to bind to the query, expecting a SqlRowSet.
queryForRowSet(String, SqlParameterSource) - Method in class org.springframework.jdbc.core.namedparam.NamedParameterJdbcTemplate
 
queryForRowSet(String, Map<String, ?>) - Method in class org.springframework.jdbc.core.namedparam.NamedParameterJdbcTemplate
 
queryParam(String, Object...) - Method in class org.springframework.web.util.UriComponentsBuilder
Appends the given query parameter to the existing query parameters.
queryParams - Variable in class org.springframework.web.util.HierarchicalUriComponents
 
queryParams - Variable in class org.springframework.web.util.UriComponentsBuilder
 
queryProperties(Map<String, Object>) - Method in class org.springframework.web.servlet.view.RedirectView
Determine name-value pairs for query strings, which will be stringified, URL-encoded and formatted by RedirectView.appendQueryProperties(java.lang.StringBuilder, java.util.Map<java.lang.String, java.lang.Object>, java.lang.String).
queryString - Variable in class org.springframework.mock.web.MockHttpServletRequest
 
queryTimeout - 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 queryTimeout property on statements used for query processing.
QueryTimeoutException - Exception in org.springframework.dao
Exception to be thrown on a query timeout.
QueryTimeoutException(String) - Constructor for exception org.springframework.dao.QueryTimeoutException
Constructor for QueryTimeoutException.
QueryTimeoutException(String, Throwable) - Constructor for exception org.springframework.dao.QueryTimeoutException
Constructor for QueryTimeoutException.
queryWithRowHandler(String, RowHandler) - Method in interface org.springframework.orm.ibatis.SqlMapClientOperations
Deprecated.
 
queryWithRowHandler(String, Object, RowHandler) - Method in interface org.springframework.orm.ibatis.SqlMapClientOperations
Deprecated.
 
queryWithRowHandler(String, RowHandler) - Method in class org.springframework.orm.ibatis.SqlMapClientTemplate
Deprecated.
 
queryWithRowHandler(String, Object, RowHandler) - Method in class org.springframework.orm.ibatis.SqlMapClientTemplate
Deprecated.
 
queue - Variable in class org.springframework.jms.remoting.JmsInvokerClientInterceptor
 
queue - Variable in class org.springframework.util.ConcurrentReferenceHashMap.ReferenceManager
 
queueCapacity - Variable in class org.springframework.scheduling.backportconcurrent.ThreadPoolTaskExecutor
Deprecated.
 
queueCapacity - Variable in class org.springframework.scheduling.concurrent.ThreadPoolExecutorFactoryBean
 
queueCapacity - Variable in class org.springframework.scheduling.concurrent.ThreadPoolTaskExecutor
 
queueCapacity - Variable in class org.springframework.scheduling.config.TaskExecutorFactoryBean
 
QuickTargetSourceCreator - Class in org.springframework.aop.framework.autoproxy.target
Convenient TargetSourceCreator using bean name prefixes to create one of three well-known TargetSource types: : CommonsPoolTargetSource % ThreadLocalTargetSource ! PrototypeTargetSource
QuickTargetSourceCreator() - Constructor for class org.springframework.aop.framework.autoproxy.target.QuickTargetSourceCreator
 
quote(String, int, int) - Method in class org.springframework.util.AntPathMatcher.AntPathStringMatcher
 
quote(String) - Static method in class org.springframework.util.StringUtils
Quote the given String with single quotes.
quote(String, int, int) - Method in class org.springframework.web.util.UriTemplate.Parser
 
quoteIfString(Object) - Static method in class org.springframework.util.StringUtils
Turn the given Object into a String with single quotes if it is a String; keeping the Object as-is else.

R

RadioButtonsTag - Class in org.springframework.web.servlet.tags.form
Databinding-aware JSP tag for rendering multiple HTML 'input' elements with a 'type' of 'radio'.
RadioButtonsTag() - Constructor for class org.springframework.web.servlet.tags.form.RadioButtonsTag
 
RadioButtonTag - Class in org.springframework.web.servlet.tags.form
Databinding-aware JSP tag for rendering an HTML 'input' element with a 'type' of 'radio'.
RadioButtonTag() - Constructor for class org.springframework.web.servlet.tags.form.RadioButtonTag
 
raiseExceptions - Variable in class org.springframework.aop.aspectj.AspectJAdviceParameterNameDiscoverer
 
raiseInternalException(int, SpelMessage, Object...) - Method in class org.springframework.expression.spel.standard.InternalSpelExpressionParser
 
raiseMissingCookieException(String, Class) - Method in class org.springframework.web.bind.annotation.support.HandlerMethodInvoker
 
raiseMissingHeaderException(String, Class) - Method in class org.springframework.web.bind.annotation.support.HandlerMethodInvoker
 
raiseMissingParameterException(String, Class) - Method in class org.springframework.web.bind.annotation.support.HandlerMethodInvoker
 
raiseMissingParameterException(String, Class) - Method in class org.springframework.web.portlet.mvc.annotation.AnnotationMethodHandlerAdapter.PortletHandlerMethodInvoker
 
raiseMissingParameterException(String, Class) - Method in class org.springframework.web.servlet.mvc.annotation.AnnotationMethodHandlerAdapter.ServletHandlerMethodInvoker
Deprecated.
 
raiseNoSuchBeanDefinitionException(Class<?>, String, DependencyDescriptor) - Method in class org.springframework.beans.factory.support.DefaultListableBeanFactory
Raise a NoSuchBeanDefinitionException for an unresolvable dependency.
raiseOverflowException(Number, Class) - Static method in class org.springframework.util.NumberUtils
Raise an overflow exception for the given number and target class.
raiseSessionRequiredException(String) - Method in class org.springframework.web.bind.annotation.support.HandlerMethodInvoker
 
raiseSessionRequiredException(String) - Method in class org.springframework.web.portlet.mvc.annotation.AnnotationMethodHandlerAdapter.PortletHandlerMethodInvoker
 
raiseSessionRequiredException(String) - Method in class org.springframework.web.servlet.mvc.annotation.AnnotationMethodHandlerAdapter.ServletHandlerMethodInvoker
Deprecated.
 
rawArguments - Variable in class org.springframework.beans.factory.support.ConstructorResolver.ArgumentsHolder
 
rawStatusCode - Variable in exception org.springframework.web.client.UnknownHttpStatusCodeException
 
RawTargetAccess - Interface in org.springframework.aop
Marker for AOP proxy interfaces (in particular: introduction interfaces) that explicitly intend to return the raw target object (which would normally get replaced with the proxy object when returned from a method invocation).
rch - Variable in class org.springframework.jdbc.core.JdbcTemplate.RowCallbackHandlerResultSetExtractor
 
RdbmsOperation - Class in org.springframework.jdbc.object
An "RDBMS operation" is a multi-threaded, reusable object representing a query, update, or stored procedure call.
RdbmsOperation() - Constructor for class org.springframework.jdbc.object.RdbmsOperation
 
read(EvaluationContext, Object, String) - Method in class org.springframework.context.expression.BeanExpressionContextAccessor
 
read(EvaluationContext, Object, String) - Method in class org.springframework.context.expression.BeanFactoryAccessor
 
read(EvaluationContext, Object, String) - Method in class org.springframework.context.expression.EnvironmentAccessor
Access the given target object by resolving the given property name against the given target environment.
read(EvaluationContext, Object, String) - Method in class org.springframework.context.expression.MapAccessor
 
read - Variable in class org.springframework.core.io.InputStreamResource
 
read(EvaluationContext, Object, String) - Method in interface org.springframework.expression.PropertyAccessor
Called to read a property from a specified target object
read(EvaluationContext, Object, String) - Method in class org.springframework.expression.spel.support.ReflectivePropertyAccessor.OptimalPropertyAccessor
 
read(EvaluationContext, Object, String) - Method in class org.springframework.expression.spel.support.ReflectivePropertyAccessor
 
read(Class<? extends T>, HttpInputMessage) - Method in class org.springframework.http.converter.AbstractHttpMessageConverter
read(Class<? extends BufferedImage>, HttpInputMessage) - Method in class org.springframework.http.converter.BufferedImageHttpMessageConverter
 
read(Class<? extends MultiValueMap<String, ?>>, HttpInputMessage) - Method in class org.springframework.http.converter.FormHttpMessageConverter
 
read(Type, Class<?>, HttpInputMessage) - Method in interface org.springframework.http.converter.GenericHttpMessageConverter
Read an object of the given type form the given input message, and returns it.
read(Class<? extends T>, HttpInputMessage) - Method in interface org.springframework.http.converter.HttpMessageConverter
Read an object of the given type form the given input message, and returns it.
read(Type, Class<?>, HttpInputMessage) - Method in class org.springframework.http.converter.json.MappingJackson2HttpMessageConverter
 
read(Type, Class<?>, HttpInputMessage) - Method in class org.springframework.http.converter.json.MappingJacksonHttpMessageConverter
 
read(Type, Class<?>, HttpInputMessage) - Method in class org.springframework.http.converter.xml.Jaxb2CollectionHttpMessageConverter
 
read(InputStream) - Method in class org.springframework.jca.cci.core.support.CommAreaRecord
 
read() - Method in class org.springframework.mock.web.DelegatingServletInputStream
 
read() - Method in class org.springframework.oxm.xmlbeans.XmlBeansMarshaller.NonClosingInputStream
 
read(byte[]) - Method in class org.springframework.oxm.xmlbeans.XmlBeansMarshaller.NonClosingInputStream
 
read(byte[], int, int) - Method in class org.springframework.oxm.xmlbeans.XmlBeansMarshaller.NonClosingInputStream
 
read(CharBuffer) - Method in class org.springframework.oxm.xmlbeans.XmlBeansMarshaller.NonClosingReader
 
read() - Method in class org.springframework.oxm.xmlbeans.XmlBeansMarshaller.NonClosingReader
 
read(char[]) - Method in class org.springframework.oxm.xmlbeans.XmlBeansMarshaller.NonClosingReader
 
read(char[], int, int) - Method in class org.springframework.oxm.xmlbeans.XmlBeansMarshaller.NonClosingReader
 
read() - Method in class org.springframework.web.filter.AbstractRequestLoggingFilter.RequestCachingRequestWrapper.RequestCachingInputStream
 
read(EvaluationContext, Object, String) - Method in class org.springframework.web.servlet.tags.EvalTag.JspPropertyAccessor
 
READ_ONLY_ATTRIBUTE - Static variable in class org.springframework.transaction.config.TxAdviceBeanDefinitionParser
 
READ_ONLY_MARKER - Static variable in class org.springframework.transaction.support.DefaultTransactionDefinition
Marker for read-only transactions in description strings
ReadableInstantPrinter - Class in org.springframework.format.datetime.joda
Prints JodaTime ReadableInstant instances using a DateTimeFormatter.
ReadableInstantPrinter(DateTimeFormatter) - Constructor for class org.springframework.format.datetime.joda.ReadableInstantPrinter
Create a new ReadableInstantPrinter.
readableMediaTypes - Variable in class org.springframework.http.converter.BufferedImageHttpMessageConverter
 
ReadablePartialPrinter - Class in org.springframework.format.datetime.joda
Prints JodaTime ReadablePartial instances using a DateTimeFormatter.
ReadablePartialPrinter(DateTimeFormatter) - Constructor for class org.springframework.format.datetime.joda.ReadablePartialPrinter
Create a new ReadableInstantPrinter.
readBodyContent() - Method in class org.springframework.web.servlet.tags.EscapeBodyTag
Read the unescaped body content from the page.
reader - Variable in class org.springframework.beans.factory.xml.XmlBeanFactory
Deprecated.
 
reader - Variable in class org.springframework.beans.factory.xml.XmlReaderContext
 
reader - Variable in class org.springframework.context.annotation.AnnotationConfigApplicationContext
 
reader - Variable in class org.springframework.context.annotation.ConfigurationClassPostProcessor
 
reader - Variable in class org.springframework.context.support.GenericXmlApplicationContext
 
reader - Variable in class org.springframework.oxm.xmlbeans.XmlBeansMarshaller.NonClosingReader
 
reader - Variable in class org.springframework.util.xml.StaxEventXMLReader
 
reader - Variable in class org.springframework.util.xml.StaxStreamXMLReader
 
reader - Variable in class org.springframework.web.filter.AbstractRequestLoggingFilter.RequestCachingRequestWrapper
 
readerCache - Variable in class org.springframework.expression.spel.support.ReflectivePropertyAccessor
 
ReaderContext - Class in org.springframework.beans.factory.parsing
Context that gets passed along a bean definition reading process, encapsulating all relevant configuration as well as state.
ReaderContext(Resource, ProblemReporter, ReaderEventListener, SourceExtractor) - Constructor for class org.springframework.beans.factory.parsing.ReaderContext
 
readerContext - Variable in class org.springframework.beans.factory.xml.BeanDefinitionParserDelegate
 
readerContext - Variable in class org.springframework.beans.factory.xml.DefaultBeanDefinitionDocumentReader
 
readerContext - Variable in class org.springframework.beans.factory.xml.ParserContext
 
ReaderEventListener - Interface in org.springframework.beans.factory.parsing
Interface that receives callbacks for component, alias and import registrations during a bean definition reading process.
readFromSource(Class<? extends T>, HttpHeaders, Source) - Method in class org.springframework.http.converter.xml.AbstractXmlHttpMessageConverter
readFromSource(Class<? extends T>, HttpHeaders, Source) - Method in class org.springframework.http.converter.xml.Jaxb2CollectionHttpMessageConverter
 
readFromSource(Class<?>, HttpHeaders, Source) - Method in class org.springframework.http.converter.xml.Jaxb2RootElementHttpMessageConverter
 
readFromSource(Class<?>, HttpHeaders, Source) - Method in class org.springframework.http.converter.xml.MarshallingHttpMessageConverter
 
readFromSource(Class, HttpHeaders, Source) - Method in class org.springframework.http.converter.xml.SourceHttpMessageConverter
 
readInternal(Class<? extends T>, HttpInputMessage) - Method in class org.springframework.http.converter.AbstractHttpMessageConverter
Abstract template method that reads the actual object.
readInternal(Class, HttpInputMessage) - Method in class org.springframework.http.converter.ByteArrayHttpMessageConverter
 
readInternal(Class<? extends T>, HttpInputMessage) - Method in class org.springframework.http.converter.feed.AbstractWireFeedHttpMessageConverter
 
readInternal(Class<?>, HttpInputMessage) - Method in class org.springframework.http.converter.json.MappingJackson2HttpMessageConverter
 
readInternal(Class<?>, HttpInputMessage) - Method in class org.springframework.http.converter.json.MappingJacksonHttpMessageConverter
 
readInternal(Class<? extends Object>, HttpInputMessage) - Method in class org.springframework.http.converter.ObjectToStringHttpMessageConverter
 
readInternal(Class<? extends Resource>, HttpInputMessage) - Method in class org.springframework.http.converter.ResourceHttpMessageConverter
 
readInternal(Class<? extends String>, HttpInputMessage) - Method in class org.springframework.http.converter.StringHttpMessageConverter
 
readInternal(Class<? extends T>, HttpInputMessage) - Method in class org.springframework.http.converter.xml.AbstractXmlHttpMessageConverter
 
readJavaType(JavaType, HttpInputMessage) - Method in class org.springframework.http.converter.json.MappingJackson2HttpMessageConverter
 
readJavaType(JavaType, HttpInputMessage) - Method in class org.springframework.http.converter.json.MappingJacksonHttpMessageConverter
 
readMethod - Variable in class org.springframework.beans.GenericTypeAwarePropertyDescriptor
 
readMethod - Variable in class org.springframework.beans.SimpleIndexedPropertyDescriptor
 
readMethod - Variable in class org.springframework.beans.SimpleNonIndexedPropertyDescriptor
 
readMethod - Variable in class org.springframework.core.convert.Property
 
readObject(ObjectInputStream) - Method in class org.springframework.aop.aspectj.AspectJExpressionPointcut
 
readObject(ObjectInputStream) - Method in class org.springframework.aop.framework.AdvisedSupport
 
readObject(ObjectInputStream) - Method in class org.springframework.aop.framework.ProxyFactoryBean
 
readObject(ObjectInputStream) - Method in class org.springframework.aop.support.AbstractBeanFactoryPointcutAdvisor
 
readObject(ObjectInputStream) - Method in class org.springframework.aop.support.IntroductionInfoSupport
This method is implemented only to restore the logger.
readObject(ObjectInputStream) - Method in class org.springframework.aop.target.AbstractPrototypeBasedTargetSource
 
readObject(ObjectInputStream) - Method in class org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor
 
readObject(ObjectInputStream) - Method in class org.springframework.beans.factory.config.DependencyDescriptor
 
readObject(ObjectInputStream) - Method in class org.springframework.beans.factory.support.DefaultListableBeanFactory
 
readObject(ObjectInputStream) - Method in class org.springframework.orm.jpa.AbstractEntityManagerFactoryBean
 
readObject(ObjectInputStream) - Method in class org.springframework.orm.jpa.SharedEntityManagerCreator.SharedEntityManagerInvocationHandler
 
readObject(ObjectInputStream) - Method in class org.springframework.transaction.interceptor.TransactionInterceptor
 
readObject(ObjectInputStream) - Method in class org.springframework.transaction.jta.JtaTransactionManager
 
readObject(ObjectInputStream) - Method in class org.springframework.transaction.support.AbstractPlatformTransactionManager
 
readObject(ObjectInputStream) - Method in class org.springframework.util.ConcurrencyThrottleSupport
 
readOnly - Variable in class org.springframework.jdbc.datasource.LazyConnectionDataSourceProxy.LazyConnectionInvocationHandler
 
readOnly - Variable in class org.springframework.mock.web.portlet.MockPortletPreferences
 
readOnly - Variable in class org.springframework.transaction.support.AbstractPlatformTransactionManager.SuspendedResourcesHolder
 
readOnly - Variable in class org.springframework.transaction.support.DefaultTransactionDefinition
 
readOnly - Variable in class org.springframework.transaction.support.DefaultTransactionStatus
 
readonly - Variable in class org.springframework.web.servlet.tags.form.AbstractHtmlInputElementTag
 
READONLY_ATTRIBUTE - Static variable in class org.springframework.web.servlet.tags.form.AbstractHtmlInputElementTag
The name of the 'readonly' attribute.
READONLY_ATTRIBUTE - Static variable in class org.springframework.web.servlet.tags.form.InputTag
 
READONLY_ATTRIBUTE - Static variable in class org.springframework.web.servlet.tags.form.TextareaTag
 
readOnlyHttpHeaders(HttpHeaders) - Static method in class org.springframework.http.HttpHeaders
Returns HttpHeaders object that can only be read, not written to.
ReadOnlySystemAttributesMap - Class in org.springframework.core.env
Read-only Map<String, String> implementation that is backed by system properties or environment variables.
ReadOnlySystemAttributesMap() - Constructor for class org.springframework.core.env.ReadOnlySystemAttributesMap
 
readPdfResource() - Method in class org.springframework.web.servlet.view.document.AbstractPdfStamperView
Read the raw PDF resource into an iText PdfReader.
readPersistenceUnitInfos() - Method in class org.springframework.orm.jpa.persistenceunit.DefaultPersistenceUnitManager
Read all persistence unit infos from persistence.xml, as defined in the JPA specification.
readPersistenceUnitInfos(String) - Method in class org.springframework.orm.jpa.persistenceunit.PersistenceUnitReader
Parse and build all persistence unit infos defined in the specified XML file(s).
readPersistenceUnitInfos(String[]) - Method in class org.springframework.orm.jpa.persistenceunit.PersistenceUnitReader
Parse and build all persistence unit infos defined in the given XML files.
readProperty(TypedValue, EvaluationContext, String) - Method in class org.springframework.expression.spel.ast.PropertyOrFieldReference
Attempt to read the named property from the current context object.
readRemoteInvocation(Message) - Method in class org.springframework.jms.remoting.JmsInvokerServiceExporter
Read a RemoteInvocation from the given JMS message.
readRemoteInvocation(HttpServletRequest) - Method in class org.springframework.remoting.httpinvoker.HttpInvokerServiceExporter
Read a RemoteInvocation from the given HTTP request.
readRemoteInvocation(HttpServletRequest, InputStream) - Method in class org.springframework.remoting.httpinvoker.HttpInvokerServiceExporter
Deserialize a RemoteInvocation object from the given InputStream.
readRemoteInvocation(HttpExchange) - Method in class org.springframework.remoting.httpinvoker.SimpleHttpInvokerServiceExporter
Read a RemoteInvocation from the given HTTP request.
readRemoteInvocation(HttpExchange, InputStream) - Method in class org.springframework.remoting.httpinvoker.SimpleHttpInvokerServiceExporter
Deserialize a RemoteInvocation object from the given InputStream.
readRemoteInvocationResult(InputStream, String) - Method in class org.springframework.remoting.httpinvoker.AbstractHttpInvokerRequestExecutor
Deserialize a RemoteInvocationResult object from the given InputStream.
readResolve() - Method in class org.springframework.aop.interceptor.ExposeInvocationInterceptor
Required to support serialization.
readResolve() - Method in class org.springframework.aop.support.Pointcuts.GetterPointcut
 
readResolve() - Method in class org.springframework.aop.support.Pointcuts.SetterPointcut
 
readResolve() - Method in class org.springframework.aop.target.EmptyTargetSource
Returns the canonical instance on deserialization in case of no target class, thus protecting the Singleton pattern.
readResolve() - Method in class org.springframework.aop.TrueClassFilter
Required to support serialization.
readResolve() - Method in class org.springframework.aop.TrueMethodMatcher
Required to support serialization.
readResolve() - Method in class org.springframework.aop.TruePointcut
Required to support serialization.
readResolve() - Method in class org.springframework.beans.factory.support.DefaultListableBeanFactory.SerializedBeanFactoryReference
 
readResolve() - Method in class org.springframework.core.enums.StaticLabeledEnum
Deprecated.
Return the resolved type safe static enum instance.
readResolve() - Method in class org.springframework.orm.jpa.AbstractEntityManagerFactoryBean.SerializedEntityManagerFactoryBeanReference
 
readResponseBody(HttpInvokerClientConfiguration, HttpURLConnection) - Method in class org.springframework.remoting.httpinvoker.SimpleHttpInvokerRequestExecutor
Extract the response body from the given executed remote invocation request.
readScript(EncodedResource) - Method in class org.springframework.jdbc.datasource.init.ResourceDatabasePopulator
Read a script from the given resource and build a String containing the lines.
readScript(LineNumberReader) - Static method in class org.springframework.test.jdbc.JdbcTestUtils
Read a script from the provided LineNumberReader, using "--" as the comment prefix, and build a String containing the lines.
readScript(LineNumberReader, String) - Static method in class org.springframework.test.jdbc.JdbcTestUtils
Read a script from the provided LineNumberReader, using the supplied comment prefix, and build a String containing the lines.
readTimeout - Variable in class org.springframework.http.client.SimpleClientHttpRequestFactory
 
readTimeout - Variable in class org.springframework.remoting.httpinvoker.SimpleHttpInvokerRequestExecutor
 
readValue(Map.Entry) - Method in class org.springframework.beans.factory.support.PropertiesBeanDefinitionReader
Reads the value of the entry.
readWithMessageConverters(MethodParameter, HttpInputMessage, Class) - Method in class org.springframework.web.bind.annotation.support.HandlerMethodInvoker
 
readWithMessageConverters(NativeWebRequest, MethodParameter, Type) - Method in class org.springframework.web.servlet.mvc.method.annotation.AbstractMessageConverterMethodArgumentResolver
Creates the method argument value of the expected parameter type by reading from the given request.
readWithMessageConverters(HttpInputMessage, MethodParameter, Type) - Method in class org.springframework.web.servlet.mvc.method.annotation.AbstractMessageConverterMethodArgumentResolver
Creates the method argument value of the expected parameter type by reading from the given HttpInputMessage.
readWithMessageConverters(NativeWebRequest, MethodParameter, Type) - Method in class org.springframework.web.servlet.mvc.method.annotation.RequestResponseBodyMethodProcessor
 
ready() - Method in class org.springframework.oxm.xmlbeans.XmlBeansMarshaller.NonClosingReader
 
RealLiteral - Class in org.springframework.expression.spel.ast
 
RealLiteral(String, int, double) - Constructor for class org.springframework.expression.spel.ast.RealLiteral
 
reason(<any>) - Method in class org.springframework.test.web.servlet.result.StatusResultMatchers
Assert the Servlet response error message with the given Hamcrest Matcher.
reasonPhrase - Variable in enum org.springframework.http.HttpStatus
 
rebind(String, Object) - Method in class org.springframework.jndi.JndiTemplate
Rebind the given object to the current JNDI context, using the given name.
rebind(String, Object) - Method in class org.springframework.mock.jndi.SimpleNamingContext
 
rebind(Name, Object) - Method in class org.springframework.mock.jndi.SimpleNamingContext
 
rebind() - Method in class org.springframework.remoting.rmi.JndiRmiServiceExporter
Rebind the specified service to JNDI, for recovering in case of the target registry having been restarted.
receive() - Method in class org.springframework.jms.connection.CachedMessageConsumer
 
receive(long) - Method in class org.springframework.jms.connection.CachedMessageConsumer
 
receive() - Method in interface org.springframework.jms.core.JmsOperations
Receive a message synchronously from the default destination, but only wait up to a specified time for delivery.
receive(Destination) - Method in interface org.springframework.jms.core.JmsOperations
Receive a message synchronously from the specified destination, but only wait up to a specified time for delivery.
receive(String) - Method in interface org.springframework.jms.core.JmsOperations
Receive a message synchronously from the specified destination, but only wait up to a specified time for delivery.
receive() - Method in class org.springframework.jms.core.JmsTemplate
 
receive(Destination) - Method in class org.springframework.jms.core.JmsTemplate
 
receive(String) - Method in class org.springframework.jms.core.JmsTemplate
 
RECEIVE_TIMEOUT_ATTRIBUTE - Static variable in class org.springframework.jms.config.JmsListenerContainerParser
 
RECEIVE_TIMEOUT_INDEFINITE_WAIT - Static variable in class org.springframework.jms.core.JmsTemplate
Timeout value indicating a blocking receive without timeout.
RECEIVE_TIMEOUT_NO_WAIT - Static variable in class org.springframework.jms.core.JmsTemplate
Timeout value indicating that a receive operation should check if a message is immediately available without blocking.
receiveAndConvert() - Method in interface org.springframework.jms.core.JmsOperations
Receive a message synchronously from the default destination, but only wait up to a specified time for delivery.
receiveAndConvert(Destination) - Method in interface org.springframework.jms.core.JmsOperations
Receive a message synchronously from the specified destination, but only wait up to a specified time for delivery.
receiveAndConvert() - Method in class org.springframework.jms.core.JmsTemplate
 
receiveAndConvert(Destination) - Method in class org.springframework.jms.core.JmsTemplate
 
receiveAndExecute(Object, Session, MessageConsumer) - Method in class org.springframework.jms.listener.AbstractPollingMessageListenerContainer
Execute the listener for a message received from the given consumer, wrapping the entire operation in an external transaction if demanded.
receiveMessage(MessageConsumer) - Method in class org.springframework.jms.listener.AbstractPollingMessageListenerContainer
Receive a message from the given consumer.
receiveNoWait() - Method in class org.springframework.jms.connection.CachedMessageConsumer
 
receiveSelected(String) - Method in interface org.springframework.jms.core.JmsOperations
Receive a message synchronously from the default destination, but only wait up to a specified time for delivery.
receiveSelected(Destination, String) - Method in interface org.springframework.jms.core.JmsOperations
Receive a message synchronously from the specified destination, but only wait up to a specified time for delivery.
receiveSelected(String, String) - Method in interface org.springframework.jms.core.JmsOperations
Receive a message synchronously from the specified destination, but only wait up to a specified time for delivery.
receiveSelected(String) - Method in class org.springframework.jms.core.JmsTemplate
 
receiveSelected(Destination, String) - Method in class org.springframework.jms.core.JmsTemplate
 
receiveSelected(String, String) - Method in class org.springframework.jms.core.JmsTemplate
 
receiveSelectedAndConvert(String) - Method in interface org.springframework.jms.core.JmsOperations
Receive a message synchronously from the default destination, but only wait up to a specified time for delivery.
receiveSelectedAndConvert(Destination, String) - Method in interface org.springframework.jms.core.JmsOperations
Receive a message synchronously from the specified destination, but only wait up to a specified time for delivery.
receiveSelectedAndConvert(String) - Method in class org.springframework.jms.core.JmsTemplate
 
receiveSelectedAndConvert(Destination, String) - Method in class org.springframework.jms.core.JmsTemplate
 
receiveTimeout - Variable in class org.springframework.jms.core.JmsTemplate
 
receiveTimeout - Variable in class org.springframework.jms.listener.AbstractPollingMessageListenerContainer
 
receiveTimeout - Variable in class org.springframework.jms.remoting.JmsInvokerClientInterceptor
 
reconcileCacheManager() - Method in class org.springframework.cache.annotation.AbstractCachingConfiguration
Determine which CacheManager bean to use.
reconcileColumnsToUse(List<String>, String[]) - Method in class org.springframework.jdbc.core.metadata.TableMetaDataContext
Compare columns created from metadata with declared columns and return a reconciled list.
reconcileParameters(List<SqlParameter>) - Method in class org.springframework.jdbc.core.metadata.CallMetaDataContext
Reconcile the provided parameters with available metadata and add new ones where appropriate.
reconnectOnException - Variable in class org.springframework.jms.connection.SingleConnectionFactory
 
RecordCreator - Interface in org.springframework.jca.cci.core
Callback interface for creating a CCI Record instance, usually based on the passed-in CCI RecordFactory.
recordDisabled() - Method in class org.springframework.test.ConditionalTestCase
Deprecated.
Record a disabled test.
recordDisabled(Method) - Method in class org.springframework.test.context.junit38.AbstractJUnit38SpringContextTests
Deprecated.
Records the supplied test method as disabled in the current environment by incrementing the total number of disabled tests and logging a debug message.
RecordExtractor<T> - Interface in org.springframework.jca.cci.core
Callback interface for extracting a result object from a CCI Record instance.
recordName - Variable in class org.springframework.jca.cci.core.support.CommAreaRecord
 
recordShortDescription - Variable in class org.springframework.jca.cci.core.support.CommAreaRecord
 
recordSuppressedField(String) - Method in class org.springframework.validation.AbstractBindingResult
Mark the specified disallowed field as suppressed.
recordSuppressedField(String) - Method in exception org.springframework.validation.BindException
 
recordSuppressedField(String) - Method in interface org.springframework.validation.BindingResult
Mark the specified disallowed field as suppressed.
RecordTypeNotSupportedException - Exception in org.springframework.jca.cci
Exception thrown when the creating of a CCI Record failed because the connector doesn't support the desired CCI Record type.
RecordTypeNotSupportedException(String, ResourceException) - Constructor for exception org.springframework.jca.cci.RecordTypeNotSupportedException
Constructor for RecordTypeNotSupportedException.
RecoverableDataAccessException - Exception in org.springframework.dao
Data access exception thrown when a previously failed operation might be able to succeed if the application performs some recovery steps and retries the entire transaction or in the case of a distributed transaction, the transaction branch.
RecoverableDataAccessException(String) - Constructor for exception org.springframework.dao.RecoverableDataAccessException
Constructor for RecoverableDataAccessException.
RecoverableDataAccessException(String, Throwable) - Constructor for exception org.springframework.dao.RecoverableDataAccessException
Constructor for RecoverableDataAccessException.
recoverAfterListenerSetupFailure() - Method in class org.springframework.jms.listener.DefaultMessageListenerContainer
Recover this listener container after a listener failed to set itself up, for example re-establishing the underlying Connection.
recovering - Variable in class org.springframework.jms.listener.DefaultMessageListenerContainer
 
recoveryInterval - Variable in class org.springframework.jms.listener.DefaultMessageListenerContainer
 
recoveryMonitor - Variable in class org.springframework.jms.listener.DefaultMessageListenerContainer
 
recreate() - Method in class org.springframework.remoting.support.RemoteInvocationResult
Recreate the invocation result, either returning the result value in case of a successful invocation of the target method, or rethrowing the exception thrown by the target method.
recreateRemoteInvocationResult(RemoteInvocationResult) - Method in class org.springframework.jms.remoting.JmsInvokerClientInterceptor
Recreate the invocation result contained in the given RemoteInvocationResult object.
recreateRemoteInvocationResult(RemoteInvocationResult) - Method in class org.springframework.remoting.support.RemoteInvocationBasedAccessor
Recreate the invocation result contained in the given RemoteInvocationResult object.
RecursiveAnnotationArrayVisitor - Class in org.springframework.core.type.classreading
 
RecursiveAnnotationArrayVisitor(String, AnnotationAttributes, ClassLoader) - Constructor for class org.springframework.core.type.classreading.RecursiveAnnotationArrayVisitor
 
RecursiveAnnotationAttributesVisitor - Class in org.springframework.core.type.classreading
 
RecursiveAnnotationAttributesVisitor(String, AnnotationAttributes, ClassLoader) - Constructor for class org.springframework.core.type.classreading.RecursiveAnnotationAttributesVisitor
 
REDIRECT_URL_PREFIX - Static variable in class org.springframework.web.servlet.view.UrlBasedViewResolver
Prefix for special view names that specify a redirect URL (usually to a controller after a form has been submitted and processed).
redirectAction - Variable in class org.springframework.web.portlet.mvc.AbstractFormController
Deprecated.
 
redirectAllowed - Variable in class org.springframework.mock.web.portlet.MockActionResponse
 
RedirectAttributes - Interface in org.springframework.web.servlet.mvc.support
A specialization of the Model interface that controllers can use to select attributes for a redirect scenario.
RedirectAttributesMethodArgumentResolver - Class in org.springframework.web.servlet.mvc.method.annotation
Resolves method arguments of type RedirectAttributes.
RedirectAttributesMethodArgumentResolver() - Constructor for class org.springframework.web.servlet.mvc.method.annotation.RedirectAttributesMethodArgumentResolver
 
RedirectAttributesModelMap - Class in org.springframework.web.servlet.mvc.support
A ModelMap implementation of RedirectAttributes that formats values as Strings using a DataBinder.
RedirectAttributesModelMap(DataBinder) - Constructor for class org.springframework.web.servlet.mvc.support.RedirectAttributesModelMap
Class constructor.
RedirectAttributesModelMap() - Constructor for class org.springframework.web.servlet.mvc.support.RedirectAttributesModelMap
Default constructor without a DataBinder.
redirectContextRelative - Variable in class org.springframework.web.servlet.view.UrlBasedViewResolver
 
redirectedUrl - Variable in class org.springframework.mock.web.portlet.MockActionResponse
 
redirectedUrl(String) - Static method in class org.springframework.test.web.servlet.result.MockMvcResultMatchers
Asserts the request was redirected to the given URL.
redirectHttp10Compatible - Variable in class org.springframework.web.servlet.view.UrlBasedViewResolver
 
redirectModel - Variable in class org.springframework.web.method.support.ModelAndViewContainer
 
redirectModelScenario - Variable in class org.springframework.web.method.support.ModelAndViewContainer
 
RedirectView - Class in org.springframework.web.servlet.view
View that redirects to an absolute, context relative, or current request relative URL.
RedirectView() - Constructor for class org.springframework.web.servlet.view.RedirectView
Constructor for use as a bean.
RedirectView(String) - Constructor for class org.springframework.web.servlet.view.RedirectView
Create a new RedirectView with the given URL.
RedirectView(String, boolean) - Constructor for class org.springframework.web.servlet.view.RedirectView
Create a new RedirectView with the given URL.
RedirectView(String, boolean, boolean) - Constructor for class org.springframework.web.servlet.view.RedirectView
Create a new RedirectView with the given URL.
RedirectView(String, boolean, boolean, boolean) - Constructor for class org.springframework.web.servlet.view.RedirectView
Create a new RedirectView with the given URL.
ref - Variable in class org.springframework.aop.config.AspectEntry
 
REF - Static variable in class org.springframework.aop.config.ConfigBeanDefinitionParser
 
ref - Variable in class org.springframework.expression.spel.ast.PropertyOrFieldReference.AccessorLValue
 
REF_ATTRIBUTE - Static variable in class org.springframework.beans.factory.xml.BeanDefinitionParserDelegate
 
REF_ATTRIBUTE - Static variable in class org.springframework.jms.config.AbstractListenerContainerParser
 
REF_CURSOR_NAME - Static variable in class org.springframework.jdbc.core.metadata.OracleCallMetaDataProvider
 
REF_ELEMENT - Static variable in class org.springframework.beans.factory.xml.BeanDefinitionParserDelegate
 
REF_PREFIX - Static variable in class org.springframework.beans.factory.support.PropertiesBeanDefinitionReader
Prefix before values referencing other beans.
REF_SUFFIX - Static variable in class org.springframework.beans.factory.support.PropertiesBeanDefinitionReader
Property suffix for references to other beans in the current BeanFactory: e.g.
REF_SUFFIX - Static variable in class org.springframework.beans.factory.xml.SimpleConstructorNamespaceHandler
 
REF_SUFFIX - Static variable in class org.springframework.beans.factory.xml.SimplePropertyNamespaceHandler
 
refCount - Variable in class org.springframework.beans.factory.access.SingletonBeanFactoryLocator.BeanFactoryGroup
 
reference - Variable in class org.springframework.util.ConcurrentReferenceHashMap.EntryIterator
 
REFERENCE_END - Static variable in class org.springframework.web.util.HtmlCharacterEntityReferences
 
REFERENCE_REQUEST - Static variable in interface org.springframework.web.context.request.RequestAttributes
Name of the standard reference to the request object: "request".
REFERENCE_SESSION - Static variable in interface org.springframework.web.context.request.RequestAttributes
Name of the standard reference to the session object: "session".
REFERENCE_START - Static variable in class org.springframework.web.util.HtmlCharacterEntityReferences
 
referenceCount - Variable in class org.springframework.transaction.support.ResourceHolderSupport
 
referenceData(PortletRequest, Object, Errors) - Method in class org.springframework.web.portlet.mvc.AbstractFormController
Deprecated.
Create a reference data map for the given request, consisting of bean name/bean instance pairs as expected by ModelAndView.
referenceData(PortletRequest, Object, Errors) - Method in class org.springframework.web.portlet.mvc.AbstractWizardFormController
Deprecated.
Calls page-specific referenceData method.
referenceData(PortletRequest, Object, Errors, int) - Method in class org.springframework.web.portlet.mvc.AbstractWizardFormController
Deprecated.
Create a reference data map for the given request, consisting of bean name/bean instance pairs as expected by ModelAndView.
referenceData(PortletRequest, int) - Method in class org.springframework.web.portlet.mvc.AbstractWizardFormController
Deprecated.
Create a reference data map for the given request, consisting of bean name/bean instance pairs as expected by ModelAndView.
referenceData(PortletRequest, Object, Errors) - Method in class org.springframework.web.portlet.mvc.SimpleFormController
Deprecated.
Create a reference data map for the given request and command, consisting of bean name/bean instance pairs as expected by ModelAndView.
referenceData(PortletRequest) - Method in class org.springframework.web.portlet.mvc.SimpleFormController
Deprecated.
Create a reference data map for the given request.
referenceData(HttpServletRequest, Object, Errors) - Method in class org.springframework.web.servlet.mvc.AbstractFormController
Deprecated.
Create a reference data map for the given request, consisting of bean name/bean instance pairs as expected by ModelAndView.
referenceData(HttpServletRequest, Object, Errors) - Method in class org.springframework.web.servlet.mvc.AbstractWizardFormController
Deprecated.
Calls page-specific referenceData method.
referenceData(HttpServletRequest, Object, Errors, int) - Method in class org.springframework.web.servlet.mvc.AbstractWizardFormController
Deprecated.
Create a reference data map for the given request, consisting of bean name/bean instance pairs as expected by ModelAndView.
referenceData(HttpServletRequest, int) - Method in class org.springframework.web.servlet.mvc.AbstractWizardFormController
Deprecated.
Create a reference data map for the given request, consisting of bean name/bean instance pairs as expected by ModelAndView.
referenceData(HttpServletRequest, Object, Errors) - Method in class org.springframework.web.servlet.mvc.SimpleFormController
Deprecated.
Create a reference data map for the given request and command, consisting of bean name/bean instance pairs as expected by ModelAndView.
referenceData(HttpServletRequest) - Method in class org.springframework.web.servlet.mvc.SimpleFormController
Deprecated.
Create a reference data map for the given request.
referenceIndex - Variable in class org.springframework.util.ConcurrentReferenceHashMap.EntryIterator
 
referenceManager - Variable in class org.springframework.util.ConcurrentReferenceHashMap.Segment
 
references - Variable in class org.springframework.util.ConcurrentReferenceHashMap.EntryIterator
 
references - Variable in class org.springframework.util.ConcurrentReferenceHashMap.Segment
Array of references indexed using the low order bits from the hash.
referenceType - Variable in class org.springframework.util.ConcurrentReferenceHashMap
 
ReflectionHelper - Class in org.springframework.expression.spel.support
Utility methods used by the reflection resolver code to discover the appropriate methods/constructors and fields that should be used in expressions.
ReflectionHelper() - Constructor for class org.springframework.expression.spel.support.ReflectionHelper
 
ReflectionHelper.ArgsMatchKind - Enum in org.springframework.expression.spel.support
 
ReflectionHelper.ArgsMatchKind() - Constructor for enum org.springframework.expression.spel.support.ReflectionHelper.ArgsMatchKind
 
ReflectionHelper.ArgumentsMatchInfo - Class in org.springframework.expression.spel.support
An instance of ArgumentsMatchInfo describes what kind of match was achieved between two sets of arguments - the set that a method/constructor is expecting and the set that are being supplied at the point of invocation.
ReflectionHelper.ArgumentsMatchInfo(ReflectionHelper.ArgsMatchKind, int[]) - Constructor for class org.springframework.expression.spel.support.ReflectionHelper.ArgumentsMatchInfo
 
ReflectionHelper.ArgumentsMatchInfo(ReflectionHelper.ArgsMatchKind) - Constructor for class org.springframework.expression.spel.support.ReflectionHelper.ArgumentsMatchInfo
 
ReflectionTestUtils - Class in org.springframework.test.util
ReflectionTestUtils is a collection of reflection-based utility methods for use in unit and integration testing scenarios.
ReflectionTestUtils() - Constructor for class org.springframework.test.util.ReflectionTestUtils
 
ReflectionUtils - Class in org.springframework.util
Simple utility class for working with the reflection API and handling reflection exceptions.
ReflectionUtils() - Constructor for class org.springframework.util.ReflectionUtils
 
ReflectionUtils.FieldCallback - Interface in org.springframework.util
Callback interface invoked on each field in the hierarchy.
ReflectionUtils.FieldFilter - Interface in org.springframework.util
Callback optionally used to filter fields to be operated on by a field callback.
ReflectionUtils.MethodCallback - Interface in org.springframework.util
Action to take on each method.
ReflectionUtils.MethodFilter - Interface in org.springframework.util
Callback optionally used to filter methods to be operated on by a method callback.
ReflectiveAspectJAdvisorFactory - Class in org.springframework.aop.aspectj.annotation
Factory that can create Spring AOP Advisors given AspectJ classes from classes honoring the AspectJ 5 annotation syntax, using reflection to invoke the corresponding advice methods.
ReflectiveAspectJAdvisorFactory() - Constructor for class org.springframework.aop.aspectj.annotation.ReflectiveAspectJAdvisorFactory
 
ReflectiveAspectJAdvisorFactory.SyntheticInstantiationAdvisor - Class in org.springframework.aop.aspectj.annotation
Synthetic advisor that instantiates the aspect.
ReflectiveAspectJAdvisorFactory.SyntheticInstantiationAdvisor(MetadataAwareAspectInstanceFactory) - Constructor for class org.springframework.aop.aspectj.annotation.ReflectiveAspectJAdvisorFactory.SyntheticInstantiationAdvisor
 
ReflectiveConstructorExecutor - Class in org.springframework.expression.spel.support
A simple ConstructorExecutor implementation that runs a constructor using reflective invocation.
ReflectiveConstructorExecutor(Constructor<?>, int[]) - Constructor for class org.springframework.expression.spel.support.ReflectiveConstructorExecutor
 
ReflectiveConstructorResolver - Class in org.springframework.expression.spel.support
A constructor resolver that uses reflection to locate the constructor that should be invoked
ReflectiveConstructorResolver() - Constructor for class org.springframework.expression.spel.support.ReflectiveConstructorResolver
 
ReflectiveLoadTimeWeaver - Class in org.springframework.instrument.classloading
LoadTimeWeaver which uses reflection to delegate to an underlying ClassLoader with well-known transformation hooks.
ReflectiveLoadTimeWeaver() - Constructor for class org.springframework.instrument.classloading.ReflectiveLoadTimeWeaver
Create a new ReflectiveLoadTimeWeaver for the current context class loader, which needs to support the required weaving methods.
ReflectiveLoadTimeWeaver(ClassLoader) - Constructor for class org.springframework.instrument.classloading.ReflectiveLoadTimeWeaver
Create a new SimpleLoadTimeWeaver for the given class loader.
ReflectiveMethodExecutor - Class in org.springframework.expression.spel.support
 
ReflectiveMethodExecutor(Method, int[]) - Constructor for class org.springframework.expression.spel.support.ReflectiveMethodExecutor
 
ReflectiveMethodInvocation - Class in org.springframework.aop.framework
Spring's implementation of the AOP Alliance org.aopalliance.intercept.MethodInvocation interface, implementing the extended ProxyMethodInvocation interface.
ReflectiveMethodInvocation(Object, Object, Method, Object[], Class, List<Object>) - Constructor for class org.springframework.aop.framework.ReflectiveMethodInvocation
Construct a new ReflectiveMethodInvocation with the given arguments.
ReflectiveMethodResolver - Class in org.springframework.expression.spel.support
Reflection-based MethodResolver used by default in StandardEvaluationContext unless explicit method resolvers have been specified.
ReflectiveMethodResolver() - Constructor for class org.springframework.expression.spel.support.ReflectiveMethodResolver
 
ReflectiveMethodResolver(boolean) - Constructor for class org.springframework.expression.spel.support.ReflectiveMethodResolver
This constructors allows the ReflectiveMethodResolver to be configured such that it will use a distance computation to check which is the better of two close matches (when there are multiple matches).
reflectiveMethodResolver - Variable in class org.springframework.expression.spel.support.StandardEvaluationContext
 
ReflectivePropertyAccessor - Class in org.springframework.expression.spel.support
Simple PropertyAccessor that uses reflection to access properties for reading and writing.
ReflectivePropertyAccessor() - Constructor for class org.springframework.expression.spel.support.ReflectivePropertyAccessor
 
ReflectivePropertyAccessor.CacheKey - Class in org.springframework.expression.spel.support
 
ReflectivePropertyAccessor.CacheKey(Class, String) - Constructor for class org.springframework.expression.spel.support.ReflectivePropertyAccessor.CacheKey
 
ReflectivePropertyAccessor.InvokerPair - Class in org.springframework.expression.spel.support
Captures the member (method/field) to call reflectively to access a property value and the type descriptor for the value returned by the reflective call.
ReflectivePropertyAccessor.InvokerPair(Member, TypeDescriptor) - Constructor for class org.springframework.expression.spel.support.ReflectivePropertyAccessor.InvokerPair
 
ReflectivePropertyAccessor.OptimalPropertyAccessor - Class in org.springframework.expression.spel.support
An optimized form of a PropertyAccessor that will use reflection but only knows how to access a particular property on a particular class.
ReflectivePropertyAccessor.OptimalPropertyAccessor(ReflectivePropertyAccessor.InvokerPair) - Constructor for class org.springframework.expression.spel.support.ReflectivePropertyAccessor.OptimalPropertyAccessor
 
refresh() - Method in class org.springframework.aop.target.dynamic.AbstractRefreshableTargetSource
 
refresh() - Method in interface org.springframework.aop.target.dynamic.Refreshable
Refresh the underlying target object.
refresh() - Method in interface org.springframework.context.ConfigurableApplicationContext
Load or refresh the persistent representation of the configuration, which might an XML file, properties file, or relational database schema.
refresh() - Method in class org.springframework.context.support.AbstractApplicationContext
 
refresh(Object) - Method in interface org.springframework.orm.hibernate3.HibernateOperations
Re-read the state of the given persistent instance.
refresh(Object, LockMode) - Method in interface org.springframework.orm.hibernate3.HibernateOperations
Re-read the state of the given persistent instance.
refresh(Object) - Method in class org.springframework.orm.hibernate3.HibernateTemplate
 
refresh(Object, LockMode) - Method in class org.springframework.orm.hibernate3.HibernateTemplate
 
refresh(Object) - Method in interface org.springframework.orm.jdo.JdoOperations
Deprecated.
Re-read the state of the given persistent instance.
refresh(Object) - Method in class org.springframework.orm.jdo.JdoTemplate
Deprecated.
 
refresh(Object) - Method in interface org.springframework.orm.jpa.JpaOperations
Deprecated.
 
refresh(Object) - Method in class org.springframework.orm.jpa.JpaTemplate
Deprecated.
 
refresh() - Method in class org.springframework.web.portlet.FrameworkPortlet
Refresh this portlet's application context, as well as the dependent state of the portlet.
refresh() - Method in class org.springframework.web.servlet.FrameworkServlet
Refresh this servlet's application context, as well as the dependent state of the servlet.
REFRESH_CHECK_DELAY_ATTRIBUTE - Static variable in class org.springframework.scripting.config.ScriptBeanDefinitionParser
 
REFRESH_CHECK_DELAY_ATTRIBUTE - Static variable in class org.springframework.scripting.config.ScriptingDefaultsParser
 
REFRESH_CHECK_DELAY_ATTRIBUTE - Static variable in class org.springframework.scripting.support.ScriptFactoryPostProcessor
 
REFRESH_INTERVAL_PARAM - Static variable in class org.springframework.web.util.Log4jWebConfigurer
Parameter specifying the refresh interval for checking the log4j config file
Refreshable - Interface in org.springframework.aop.target.dynamic
Interface to be implemented by dynamic target objects, which support reloading and optionally polling for updates.
RefreshableScriptTargetSource - Class in org.springframework.scripting.support
Subclass of BeanFactoryRefreshableTargetSource that determines whether a refresh is required through the given ScriptFactory.
RefreshableScriptTargetSource(BeanFactory, String, ScriptFactory, ScriptSource, boolean) - Constructor for class org.springframework.scripting.support.RefreshableScriptTargetSource
Create a new RefreshableScriptTargetSource.
refreshAll(Collection) - Method in interface org.springframework.orm.jdo.JdoOperations
Deprecated.
Re-read the state of all given persistent instances.
refreshAll() - Method in interface org.springframework.orm.jdo.JdoOperations
Deprecated.
Re-read the state of all persistent instances.
refreshAll(Collection) - Method in class org.springframework.orm.jdo.JdoTemplate
Deprecated.
 
refreshAll() - Method in class org.springframework.orm.jdo.JdoTemplate
Deprecated.
 
refreshAndRetry(MethodInvocation) - Method in class org.springframework.ejb.access.AbstractRemoteSlsbInvokerInterceptor
Refresh the EJB home object and retry the given invocation.
refreshAndRetry(MethodInvocation) - Method in class org.springframework.remoting.rmi.JndiRmiClientInterceptor
Refresh the RMI stub and retry the given invocation.
refreshAndRetry(MethodInvocation) - Method in class org.springframework.remoting.rmi.RmiClientInterceptor
Refresh the RMI stub and retry the given invocation.
refreshBeanFactory() - Method in class org.springframework.context.support.AbstractApplicationContext
Subclasses must implement this method to perform the actual configuration load.
refreshBeanFactory() - Method in class org.springframework.context.support.AbstractRefreshableApplicationContext
This implementation performs an actual refresh of this context's underlying bean factory, shutting down the previous bean factory (if any) and initializing a fresh bean factory for the next phase of the context's lifecycle.
refreshBeanFactory() - Method in class org.springframework.context.support.GenericApplicationContext
Do nothing: We hold a single internal BeanFactory and rely on callers to register beans through our public methods (or the BeanFactory's).
refreshCheckDelay - Variable in class org.springframework.aop.target.dynamic.AbstractRefreshableTargetSource
 
refreshCheckDelayElapsed() - Method in class org.springframework.aop.target.dynamic.AbstractRefreshableTargetSource
 
refreshConnectionUntilSuccessful() - Method in class org.springframework.jms.listener.DefaultMessageListenerContainer
Refresh the underlying Connection, not returning before an attempt has been successful.
refreshCount - Variable in class org.springframework.aop.target.dynamic.AbstractRefreshableTargetSource
 
refreshDate - Variable in class org.springframework.beans.support.PagedListHolder
 
refreshDestination() - Method in class org.springframework.jms.listener.DefaultMessageListenerContainer
Refresh the JMS destination that this listener container operates on.
refreshed - Variable in class org.springframework.context.support.GenericApplicationContext
 
refreshEventReceived - Variable in class org.springframework.web.portlet.FrameworkPortlet
Flag used to detect whether onRefresh has already been called
refreshEventReceived - Variable in class org.springframework.web.servlet.FrameworkServlet
Flag used to detect whether onRefresh has already been called
refreshHome() - Method in class org.springframework.ejb.access.AbstractSlsbInvokerInterceptor
Refresh the cached home object, if applicable.
refreshHome() - Method in class org.springframework.ejb.access.SimpleRemoteSlsbInvokerInterceptor
Reset the cached session bean instance, if necessary.
refreshHomeOnConnectFailure - Variable in class org.springframework.ejb.access.AbstractRemoteSlsbInvokerInterceptor
 
refreshOnConnectFailure - Variable in class org.springframework.jmx.access.MBeanClientInterceptor
 
refreshProperties(String, ReloadableResourceBundleMessageSource.PropertiesHolder) - Method in class org.springframework.context.support.ReloadableResourceBundleMessageSource
Refresh the PropertiesHolder for the given bundle filename.
refreshServiceAfterConnectFailure - Variable in class org.springframework.remoting.jaxrpc.JaxRpcPortClientInterceptor
Deprecated.
 
refreshSharedConnection() - Method in class org.springframework.jms.listener.AbstractJmsListeningContainer
Refresh the shared Connection that this container holds.
refreshStubOnConnectFailure - Variable in class org.springframework.remoting.rmi.JndiRmiClientInterceptor
 
refreshStubOnConnectFailure - Variable in class org.springframework.remoting.rmi.RmiClientInterceptor
 
refreshTimestamp - Variable in class org.springframework.context.support.ReloadableResourceBundleMessageSource.PropertiesHolder
 
RegexPatternTypeFilter - Class in org.springframework.core.type.filter
A simple filter for matching a fully-qualified class name with a regex Pattern.
RegexPatternTypeFilter(Pattern) - Constructor for class org.springframework.core.type.filter.RegexPatternTypeFilter
 
RegexpMethodPointcutAdvisor - Class in org.springframework.aop.support
Convenient class for regexp method pointcuts that hold an Advice, making them an Advisor.
RegexpMethodPointcutAdvisor() - Constructor for class org.springframework.aop.support.RegexpMethodPointcutAdvisor
Create an empty RegexpMethodPointcutAdvisor.
RegexpMethodPointcutAdvisor(Advice) - Constructor for class org.springframework.aop.support.RegexpMethodPointcutAdvisor
Create a RegexpMethodPointcutAdvisor for the given advice.
RegexpMethodPointcutAdvisor(String, Advice) - Constructor for class org.springframework.aop.support.RegexpMethodPointcutAdvisor
Create a RegexpMethodPointcutAdvisor for the given advice.
RegexpMethodPointcutAdvisor(String[], Advice) - Constructor for class org.springframework.aop.support.RegexpMethodPointcutAdvisor
Create a RegexpMethodPointcutAdvisor for the given advice.
RegexpMethodPointcutAdvisor.SerializableMonitor - Class in org.springframework.aop.support
Empty class used for a serializable monitor object.
RegexpMethodPointcutAdvisor.SerializableMonitor() - Constructor for class org.springframework.aop.support.RegexpMethodPointcutAdvisor.SerializableMonitor
 
regionFactory - Variable in class org.springframework.orm.hibernate3.LocalRegionFactoryProxy
 
register(Class<?>...) - Method in class org.springframework.context.annotation.AnnotatedBeanDefinitionReader
 
register(Class<?>...) - Method in class org.springframework.context.annotation.AnnotationConfigApplicationContext
Register one or more annotated classes to be processed.
register(Class<?>...) - Method in class org.springframework.web.context.support.AnnotationConfigWebApplicationContext
Register one or more annotated classes to be processed.
registerAdvisorAdapter(AdvisorAdapter) - Method in interface org.springframework.aop.framework.adapter.AdvisorAdapterRegistry
Register the given AdvisorAdapter.
registerAdvisorAdapter(AdvisorAdapter) - Method in class org.springframework.aop.framework.adapter.DefaultAdvisorAdapterRegistry
 
registerAfterCompletionWithExistingTransaction(Object, List<TransactionSynchronization>) - Method in class org.springframework.transaction.jta.JtaTransactionManager
 
registerAfterCompletionWithExistingTransaction(Object, List<TransactionSynchronization>) - Method in class org.springframework.transaction.support.AbstractPlatformTransactionManager
Register the given list of transaction synchronizations with the existing transaction.
registerAlias(String, String) - Method in interface org.springframework.beans.factory.config.ConfigurableBeanFactory
Given a bean name, create an alias.
registerAlias(String, String) - Method in class org.springframework.context.support.GenericApplicationContext
 
registerAlias(String, String) - Method in interface org.springframework.core.AliasRegistry
Given a name, register an alias for it.
registerAlias(String, String) - Method in class org.springframework.core.SimpleAliasRegistry
 
registerAnnotationConfigProcessors(BeanDefinitionRegistry) - Static method in class org.springframework.context.annotation.AnnotationConfigUtils
Register all relevant annotation post processors in the given registry.
registerAnnotationConfigProcessors(BeanDefinitionRegistry, Object) - Static method in class org.springframework.context.annotation.AnnotationConfigUtils
Register all relevant annotation post processors in the given registry.
registerApplicationContext(ConfigurableApplicationContext) - Static method in class org.springframework.context.support.LiveBeansView
 
registerAspectJAnnotationAutoProxyCreatorIfNecessary(BeanDefinitionRegistry) - Static method in class org.springframework.aop.config.AopConfigUtils
 
registerAspectJAnnotationAutoProxyCreatorIfNecessary(BeanDefinitionRegistry, Object) - Static method in class org.springframework.aop.config.AopConfigUtils
 
registerAspectJAnnotationAutoProxyCreatorIfNecessary(ParserContext, Element) - Static method in class org.springframework.aop.config.AopNamespaceUtils
 
registerAspectJAutoProxyCreatorIfNecessary(BeanDefinitionRegistry) - Static method in class org.springframework.aop.config.AopConfigUtils
 
registerAspectJAutoProxyCreatorIfNecessary(BeanDefinitionRegistry, Object) - Static method in class org.springframework.aop.config.AopConfigUtils
 
registerAspectJAutoProxyCreatorIfNecessary(ParserContext, Element) - Static method in class org.springframework.aop.config.AopNamespaceUtils
 
registerAsyncExecutionAspect(Element, ParserContext) - Method in class org.springframework.scheduling.config.AnnotationDrivenBeanDefinitionParser
 
registerAsyncInterceptors(HttpServletRequest) - Method in class org.springframework.test.web.servlet.TestDispatcherServlet
 
registerAutoProxyCreatorIfNecessary(BeanDefinitionRegistry) - Static method in class org.springframework.aop.config.AopConfigUtils
 
registerAutoProxyCreatorIfNecessary(BeanDefinitionRegistry, Object) - Static method in class org.springframework.aop.config.AopConfigUtils
 
registerAutoProxyCreatorIfNecessary(ParserContext, Element) - Static method in class org.springframework.aop.config.AopNamespaceUtils
 
registerAutoProxyCreatorIfNecessary(ParserContext, Object) - Static method in class org.springframework.aop.config.AopNamespaceUtils
registerBean(Class<?>) - Method in class org.springframework.context.annotation.AnnotatedBeanDefinitionReader
 
registerBean(Class<?>, Class<? extends Annotation>...) - Method in class org.springframework.context.annotation.AnnotatedBeanDefinitionReader
 
registerBean(Class<?>, String, Class<? extends Annotation>...) - Method in class org.springframework.context.annotation.AnnotatedBeanDefinitionReader
 
registerBeanComponent(BeanComponentDefinition) - Method in class org.springframework.beans.factory.xml.ParserContext
 
registerBeanDefinition(BeanDefinitionHolder, BeanDefinitionRegistry) - Static method in class org.springframework.beans.factory.support.BeanDefinitionReaderUtils
Register the given bean definition with the given bean factory.
registerBeanDefinition(String, BeanDefinition) - Method in interface org.springframework.beans.factory.support.BeanDefinitionRegistry
Register a new bean definition with this registry.
registerBeanDefinition(String, BeanDefinition) - Method in class org.springframework.beans.factory.support.DefaultListableBeanFactory
 
registerBeanDefinition(String, Map<?, ?>, String, String) - Method in class org.springframework.beans.factory.support.PropertiesBeanDefinitionReader
Get all property values, given a prefix (which will be stripped) and add the bean they define to the factory with the given name
registerBeanDefinition(String, BeanDefinition) - Method in class org.springframework.beans.factory.support.SimpleBeanDefinitionRegistry
 
registerBeanDefinition(BeanDefinitionHolder, BeanDefinitionRegistry) - Method in class org.springframework.beans.factory.xml.AbstractBeanDefinitionParser
Register the supplied bean with the supplied registry.
registerBeanDefinition(BeanDefinitionHolder, BeanDefinitionRegistry) - Method in class org.springframework.context.annotation.ClassPathBeanDefinitionScanner
Register the specified bean with the given registry.
registerBeanDefinition(String, BeanDefinition) - Method in class org.springframework.context.support.GenericApplicationContext
 
registerBeanDefinitionDecorator(String, BeanDefinitionDecorator) - Method in class org.springframework.beans.factory.xml.NamespaceHandlerSupport
Subclasses can call this to register the supplied BeanDefinitionDecorator to handle the specified element.
registerBeanDefinitionDecoratorForAttribute(String, BeanDefinitionDecorator) - Method in class org.springframework.beans.factory.xml.NamespaceHandlerSupport
Subclasses can call this to register the supplied BeanDefinitionDecorator to handle the specified attribute.
registerBeanDefinitionForImportedConfigurationClass(ConfigurationClass) - Method in class org.springframework.context.annotation.ConfigurationClassBeanDefinitionReader
Register the Configuration class itself as a bean definition.
registerBeanDefinitionParser(String, BeanDefinitionParser) - Method in class org.springframework.beans.factory.xml.NamespaceHandlerSupport
Subclasses can call this to register the supplied BeanDefinitionParser to handle the specified element.
registerBeanDefinitions(ResourceBundle) - Method in class org.springframework.beans.factory.support.PropertiesBeanDefinitionReader
Register bean definitions contained in a resource bundle, using all property keys (i.e.
registerBeanDefinitions(ResourceBundle, String) - Method in class org.springframework.beans.factory.support.PropertiesBeanDefinitionReader
Register bean definitions contained in a ResourceBundle.
registerBeanDefinitions(Map) - Method in class org.springframework.beans.factory.support.PropertiesBeanDefinitionReader
Register bean definitions contained in a Map, using all property keys (i.e.
registerBeanDefinitions(Map, String) - Method in class org.springframework.beans.factory.support.PropertiesBeanDefinitionReader
Register bean definitions contained in a Map.
registerBeanDefinitions(Map, String, String) - Method in class org.springframework.beans.factory.support.PropertiesBeanDefinitionReader
Register bean definitions contained in a Map.
registerBeanDefinitions(Document, XmlReaderContext) - Method in interface org.springframework.beans.factory.xml.BeanDefinitionDocumentReader
Read bean definitions from the given DOM document and register them with the registry in the given reader context.
registerBeanDefinitions(Document, XmlReaderContext) - Method in class org.springframework.beans.factory.xml.DefaultBeanDefinitionDocumentReader
Read bean definitions from the given DOM document and register them with the registry in the given reader context.
registerBeanDefinitions(Document, Resource) - Method in class org.springframework.beans.factory.xml.XmlBeanDefinitionReader
Register the bean definitions contained in the given DOM document.
registerBeanDefinitions(AnnotationMetadata, BeanDefinitionRegistry) - Method in class org.springframework.context.annotation.AspectJAutoProxyRegistrar
Register, escalate, and configure the AspectJ auto proxy creator based on the value of the @EnableAspectJAutoProxy.proxyTargetClass() attribute on the importing @Configuration class.
registerBeanDefinitions(AnnotationMetadata, BeanDefinitionRegistry) - Method in class org.springframework.context.annotation.AutoProxyRegistrar
Register, escalate, and configure the standard auto proxy creator (APC) against the given registry.
registerBeanDefinitions(AnnotationMetadata, BeanDefinitionRegistry) - Method in interface org.springframework.context.annotation.ImportBeanDefinitionRegistrar
Register bean definitions as necessary based on the given annotation metadata of the importing @Configuration class.
registerBeanInstance(Object, String) - Method in class org.springframework.jmx.export.MBeanExporter
Registers an existing MBean or an MBean adapter for a plain bean with the MBeanServer.
registerBeanNameOrInstance(Object, String) - Method in class org.springframework.jmx.export.MBeanExporter
Registers an individual bean with the MBeanServer.
registerBeanNameUrlHandlerMapping(ParserContext, Object) - Static method in class org.springframework.web.servlet.config.MvcNamespaceUtils
Registers an HttpRequestHandlerAdapter under a well-known name unless already registered.
registerBeanPostProcessors(ConfigurableListableBeanFactory) - Method in class org.springframework.context.support.AbstractApplicationContext
Instantiate and invoke all registered BeanPostProcessor beans, respecting explicit order if given.
registerBeanPostProcessors(ConfigurableListableBeanFactory, List<BeanPostProcessor>) - Method in class org.springframework.context.support.AbstractApplicationContext
Register the given BeanPostProcessor beans.
registerBeans() - Method in class org.springframework.jmx.export.MBeanExporter
Registers the defined beans with the MBeanServer.
registerCacheAspect(Element, ParserContext) - Method in class org.springframework.cache.config.AnnotationDrivenCacheBeanDefinitionParser
Registers a
registerCallableInterceptor(Object, CallableProcessingInterceptor) - Method in class org.springframework.web.context.request.async.WebAsyncManager
Register a CallableProcessingInterceptor under the given key.
registerCallableInterceptors(CallableProcessingInterceptor...) - Method in class org.springframework.web.context.request.async.WebAsyncManager
Register a CallableProcessingInterceptor without a key.
registerCallableInterceptors(CallableProcessingInterceptor...) - Method in class org.springframework.web.servlet.config.annotation.AsyncSupportConfigurer
Configure lifecycle interceptors with callbacks around concurrent request execution that starts when a controller returns a Callable.
registerCommonClasses(Class<?>...) - Static method in class org.springframework.util.ClassUtils
Register the given common classes with the ClassUtils cache.
registerComponent(ComponentDefinition) - Method in class org.springframework.beans.factory.xml.ParserContext
 
registerComponentIfNecessary(BeanDefinition, ParserContext) - Static method in class org.springframework.aop.config.AopNamespaceUtils
 
registerComponents(XmlReaderContext, Set<BeanDefinitionHolder>, Element) - Method in class org.springframework.context.annotation.ComponentScanBeanDefinitionParser
 
registerContainedBean(String, String) - Method in class org.springframework.beans.factory.support.DefaultSingletonBeanRegistry
Register a containment relationship between two beans, e.g.
registerContext(String, ServletContext) - Method in class org.springframework.mock.web.MockServletContext
 
registerContextLoaderListener(ServletContext) - Method in class org.springframework.web.context.AbstractContextLoaderInitializer
Register a ContextLoaderListener against the given servlet context.
registerConverters(Set<?>, ConverterRegistry) - Static method in class org.springframework.core.convert.support.ConversionServiceFactory
Register the given Converter objects with the given target ConverterRegistry.
registerConverters(ConverterRegistry) - Static method in class org.springframework.format.datetime.joda.JodaTimeConverters
Install the converters into the converter registry.
registerCustomEditor(Class<?>, Class<? extends PropertyEditor>) - Method in interface org.springframework.beans.factory.config.ConfigurableBeanFactory
Register the given custom property editor for all properties of the given type.
registerCustomEditor(Class<?>, Class<? extends PropertyEditor>) - Method in class org.springframework.beans.factory.support.AbstractBeanFactory
 
registerCustomEditor(Class<?>, PropertyEditor) - Method in interface org.springframework.beans.PropertyEditorRegistry
Register the given custom property editor for all properties of the given type.
registerCustomEditor(Class<?>, String, PropertyEditor) - Method in interface org.springframework.beans.PropertyEditorRegistry
Register the given custom property editor for the given type and property, or for all properties of the given type.
registerCustomEditor(Class<?>, PropertyEditor) - Method in class org.springframework.beans.PropertyEditorRegistrySupport
 
registerCustomEditor(Class<?>, String, PropertyEditor) - Method in class org.springframework.beans.PropertyEditorRegistrySupport
 
registerCustomEditor(Class, PropertyEditor) - Method in class org.springframework.beans.support.ArgumentConvertingMethodInvoker
Register the given custom property editor for all properties of the given type.
registerCustomEditor(Class<?>, PropertyEditor) - Method in class org.springframework.validation.DataBinder
 
registerCustomEditor(Class<?>, String, PropertyEditor) - Method in class org.springframework.validation.DataBinder
 
registerCustomEditors(PropertyEditorRegistry) - Method in class org.springframework.beans.factory.config.CustomEditorConfigurer.SharedPropertyEditorRegistrar
 
registerCustomEditors(PropertyEditorRegistry) - Method in class org.springframework.beans.factory.support.AbstractBeanFactory
Initialize the given PropertyEditorRegistry with the custom editors that have been registered with this BeanFactory.
registerCustomEditors(PropertyEditorRegistry) - Method in interface org.springframework.beans.PropertyEditorRegistrar
Register custom PropertyEditors with the given PropertyEditorRegistry.
registerCustomEditors(PropertyEditorRegistry) - Method in class org.springframework.beans.support.ResourceEditorRegistrar
Populate the given registry with the following resource editors: ResourceEditor, InputStreamEditor, InputSourceEditor, FileEditor, URLEditor, URIEditor, ClassEditor, ClassArrayEditor.
registerDatabase(DataSource, String) - Method in class org.springframework.jdbc.support.SQLErrorCodesFactory
Associate the specified database name with the given DataSource.
registerDefaultComponents(ParserContext, Object) - Static method in class org.springframework.web.servlet.config.MvcNamespaceUtils
 
registerDefaultEditors() - Method in class org.springframework.beans.PropertyEditorRegistrySupport
Activate the default editors for this registry instance, allowing for lazily registering default editors when needed.
registerDefaultFilters() - Method in class org.springframework.context.annotation.ClassPathScanningCandidateComponentProvider
Register the default filter for @Component.
registerDefaultFormatters - Variable in class org.springframework.format.support.FormattingConversionServiceFactoryBean
 
registerDefaultValues(Class<?>) - Method in class org.springframework.core.type.classreading.RecursiveAnnotationAttributesVisitor
 
registerDeferredResultInterceptor(Object, DeferredResultProcessingInterceptor) - Method in class org.springframework.web.context.request.async.WebAsyncManager
Register a DeferredResultProcessingInterceptor under the given key.
registerDeferredResultInterceptors(DeferredResultProcessingInterceptor...) - Method in class org.springframework.web.context.request.async.WebAsyncManager
Register a DeferredResultProcessingInterceptor without a key.
registerDeferredResultInterceptors(DeferredResultProcessingInterceptor...) - Method in class org.springframework.web.servlet.config.annotation.AsyncSupportConfigurer
Configure lifecycle interceptors with callbacks around concurrent request execution that starts when a controller returns a DeferredResult.
registerDependentBean(String, String) - Method in interface org.springframework.beans.factory.config.ConfigurableBeanFactory
Register a dependent bean for the given bean, to be destroyed before the given bean is destroyed.
registerDependentBean(String, String) - Method in class org.springframework.beans.factory.support.DefaultSingletonBeanRegistry
Register a dependent bean for the given bean, to be destroyed before the given bean is destroyed.
registerDependentBeans(String, Set<String>) - Method in class org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor
Register the specified bean as dependent on the autowired beans.
registerDestructionCallback(String, Runnable) - Method in interface org.springframework.beans.factory.config.Scope
Register a callback to be executed on destruction of the specified object in the scope (or at destruction of the entire scope, if the scope does not destroy individual objects but rather only terminates in its entirety).
registerDestructionCallback(String, Runnable) - Method in class org.springframework.context.support.SimpleThreadScope
 
registerDestructionCallback(String, Runnable) - Method in class org.springframework.web.context.request.AbstractRequestAttributesScope
 
registerDestructionCallback(String, Runnable, int) - Method in class org.springframework.web.context.request.FacesRequestAttributes
 
registerDestructionCallback(String, Runnable, int) - Method in interface org.springframework.web.context.request.RequestAttributes
Register a callback to be executed on destruction of the specified attribute in the given scope.
registerDestructionCallback(String, Runnable, int) - Method in class org.springframework.web.context.request.ServletRequestAttributes
 
registerDestructionCallback(String, Runnable) - Method in class org.springframework.web.context.support.ServletContextScope
 
registerDestructionCallback(String, Runnable) - Method in class org.springframework.web.portlet.context.PortletContextScope
 
registerDestructionCallback(String, Runnable, int) - Method in class org.springframework.web.portlet.context.PortletRequestAttributes
 
registerDispatcherServlet(ServletContext) - Method in class org.springframework.web.servlet.support.AbstractDispatcherServletInitializer
Register a DispatcherServlet against the given servlet context.
registerDisposableBean(String, DisposableBean) - Method in class org.springframework.beans.factory.support.DefaultSingletonBeanRegistry
Add the given bean to the list of disposable beans in this registry.
registerDisposableBeanIfNecessary(String, Object, RootBeanDefinition) - Method in class org.springframework.beans.factory.support.AbstractBeanFactory
Add the given bean to the list of disposable beans in this factory, registering its DisposableBean interface and/or the given destroy method to be called on factory shutdown (if applicable).
registeredBeans - Variable in class org.springframework.jmx.support.MBeanRegistrationSupport
The beans that have been registered by this exporter.
registeredNotificationListeners - Variable in class org.springframework.jmx.export.MBeanExporter
Map of actually registered NotificationListeners
registeredSingletons - Variable in class org.springframework.beans.factory.support.DefaultSingletonBeanRegistry
Set of registered singletons, containing the bean names in registration order
registeredType - Variable in class org.springframework.beans.PropertyEditorRegistrySupport.CustomEditorHolder
 
registeredWithDestination - Variable in class org.springframework.jms.listener.DefaultMessageListenerContainer
 
registerEnvironmentBeans(ConfigurableListableBeanFactory, ServletContext) - Static method in class org.springframework.web.context.support.WebApplicationContextUtils
Register web-specific environment beans ("contextParameters", "contextAttributes") with the given BeanFactory, as used by the WebApplicationContext.
registerEnvironmentBeans(ConfigurableListableBeanFactory, ServletContext, ServletConfig) - Static method in class org.springframework.web.context.support.WebApplicationContextUtils
Register web-specific environment beans ("contextParameters", "contextAttributes") with the given BeanFactory, as used by the WebApplicationContext.
registerEnvironmentBeans(ConfigurableListableBeanFactory, ServletContext, PortletContext, PortletConfig) - Static method in class org.springframework.web.portlet.context.PortletApplicationContextUtils
Register web-specific environment beans ("contextParameters", "contextAttributes") with the given BeanFactory, as used by the Portlet ApplicationContext.
registerEvaluator(BasicTilesContainer) - Method in class org.springframework.web.servlet.view.tiles2.TilesConfigurer.TilesElActivator
 
registerExceptionHandlerMethod(Method) - Method in class org.springframework.web.servlet.mvc.multiaction.MultiActionController
Registers the supplied method as an exception handler.
registerExternallyManagedConfigMember(Member) - Method in class org.springframework.beans.factory.support.RootBeanDefinition
 
registerExternallyManagedDestroyMethod(String) - Method in class org.springframework.beans.factory.support.RootBeanDefinition
 
registerExternallyManagedInitMethod(String) - Method in class org.springframework.beans.factory.support.RootBeanDefinition
 
registerFacesDependencies(ConfigurableListableBeanFactory) - Static method in class org.springframework.web.context.support.WebApplicationContextUtils.FacesDependencyRegistrar
 
registerFormatters(FormatterRegistry) - Method in class org.springframework.format.datetime.DateFormatterRegistrar
 
registerFormatters(FormatterRegistry) - Method in class org.springframework.format.datetime.joda.JodaTimeFormatterRegistrar
 
registerFormatters(FormatterRegistry) - Method in interface org.springframework.format.FormatterRegistrar
Register Formatters and Converters with a FormattingConversionService through a FormatterRegistry SPI.
registerFormatters() - Method in class org.springframework.format.support.FormattingConversionServiceFactoryBean
 
registerFunction(String, Method) - Method in class org.springframework.expression.spel.support.StandardEvaluationContext
 
registerHandler(K, Object) - Method in class org.springframework.web.portlet.handler.AbstractMapBasedHandlerMapping
Register the given handler instance for the given parameter value.
registerHandler(K, Object, AbstractMapBasedHandlerMapping.PortletRequestMappingPredicate) - Method in class org.springframework.web.portlet.handler.AbstractMapBasedHandlerMapping
Register the given handler instance for the given parameter value.
registerHandler(PortletMode, Map<String, ?>) - Method in class org.springframework.web.portlet.handler.PortletModeParameterHandlerMapping
Register all handlers specified in the given parameter map.
registerHandler(PortletMode, String, Object) - Method in class org.springframework.web.portlet.handler.PortletModeParameterHandlerMapping
Register the given handler instance for the given PortletMode and parameter value, under an appropriate lookup key.
registerHandler(String[], String) - Method in class org.springframework.web.servlet.handler.AbstractUrlHandlerMapping
Register the specified handler for the given URL paths.
registerHandler(String, Object) - Method in class org.springframework.web.servlet.handler.AbstractUrlHandlerMapping
Register the specified handler for the given URL path.
registerHandlerMapping(ParserContext, Object) - Method in class org.springframework.web.servlet.config.ViewControllerBeanDefinitionParser
 
registerHandlerMethod(Object, Method, T) - Method in class org.springframework.web.servlet.handler.AbstractHandlerMethodMapping
Register a handler method and its unique mapping.
registerHandlerMethod(Method) - Method in class org.springframework.web.servlet.mvc.multiaction.MultiActionController
Registers the supplied method as a request handler.
registerHandlerMethods(Object) - Method in class org.springframework.web.servlet.mvc.multiaction.MultiActionController
Registers all handlers methods on the delegate object.
registerHandlers(Object...) - Method in class org.springframework.test.web.servlet.setup.StandaloneMockMvcBuilder.StaticRequestMappingHandlerMapping
 
registerHandlers(Map<K, ?>) - Method in class org.springframework.web.portlet.handler.AbstractMapBasedHandlerMapping
Register all handlers specified in the Portlet mode map for the corresponding modes.
registerHandlers(Map<String, Object>) - Method in class org.springframework.web.servlet.handler.SimpleUrlHandlerMapping
Register all handlers specified in the URL map for the corresponding paths.
registerHandlersByMode(Map<String, Object>) - Method in class org.springframework.web.portlet.handler.PortletModeHandlerMapping
Register all handlers specified in the Portlet mode map for the corresponding modes.
registerHandlersByModeAndParameter(Map<String, Map<String, ?>>) - Method in class org.springframework.web.portlet.handler.PortletModeParameterHandlerMapping
Register all handlers specified in the Portlet mode map for the corresponding modes.
registerHttpRequestHandlerAdapter(ParserContext, Object) - Static method in class org.springframework.web.servlet.config.MvcNamespaceUtils
Registers an HttpRequestHandlerAdapter under a well-known name unless already registered.
registerImport(String, String) - Method in class org.springframework.context.annotation.ConfigurationClassParser.ImportStack
 
registerImport(String) - Method in class org.springframework.expression.spel.support.StandardTypeLocator
Register a new import prefix that will be used when searching for unqualified types.
registerInterposedSynchronization(Synchronization) - Method in class org.springframework.transaction.jta.JtaTransactionManager.InterposedSynchronizationDelegate
 
registerJobsAndTriggers() - Method in class org.springframework.scheduling.quartz.SchedulerAccessor
Register jobs and triggers (within a transaction, if possible).
registerJtaSynchronization(Session, SessionFactory, SQLExceptionTranslator, SessionHolder) - Static method in class org.springframework.orm.hibernate3.SessionFactoryUtils
Register a JTA synchronization for the given Session, if any.
registerLastModifiedMethodIfExists(Object, Method) - Method in class org.springframework.web.servlet.mvc.multiaction.MultiActionController
Registers a last-modified handler method for the supplied handler method if one exists.
registerLazyInit(String, String) - Method in class org.springframework.jmx.export.MBeanExporter
Registers beans that are configured for lazy initialization with the MBeanServer indirectly through a proxy.
registerListeners() - Method in class org.springframework.context.support.AbstractApplicationContext
Add beans that implement ApplicationListener as listeners.
registerListeners() - Method in class org.springframework.scheduling.quartz.SchedulerAccessor
Register all specified listeners with the Scheduler.
registerManagedResource(Object) - Method in class org.springframework.jmx.export.MBeanExporter
 
registerManagedResource(Object, ObjectName) - Method in class org.springframework.jmx.export.MBeanExporter
 
registerManagedResource(Object) - Method in interface org.springframework.jmx.export.MBeanExportOperations
Register the supplied resource with JMX.
registerManagedResource(Object, ObjectName) - Method in interface org.springframework.jmx.export.MBeanExportOperations
Register the supplied resource with JMX.
registerMetaAnnotations(Class<?>) - Method in class org.springframework.core.type.classreading.AnnotationAttributesReadingVisitor
 
registerMethodFilter(Class<?>, MethodFilter) - Method in class org.springframework.expression.spel.support.ReflectiveMethodResolver
 
registerMethodFilter(Class<?>, MethodFilter) - Method in class org.springframework.expression.spel.support.StandardEvaluationContext
Register a MethodFilter which will be called during method resolution for the specified type.
registerMvcSingletons(StubWebApplicationContext) - Method in class org.springframework.test.web.servlet.setup.StandaloneMockMvcBuilder
 
registerNamedDispatcher(String, RequestDispatcher) - Method in class org.springframework.mock.web.MockServletContext
Register a RequestDispatcher (typically a MockRequestDispatcher) that acts as a wrapper for the named Servlet.
registerNotificationListeners() - Method in class org.springframework.jmx.export.MBeanExporter
Register the configured NotificationListeners with the MBeanServer.
registerOrEscalateApcAsRequired(Class, BeanDefinitionRegistry, Object) - Static method in class org.springframework.aop.config.AopConfigUtils
 
registerPortletApplicationScopes(ConfigurableListableBeanFactory, PortletContext) - Static method in class org.springframework.web.portlet.context.PortletApplicationContextUtils
Register web-specific scopes ("request", "session", "globalSession") with the given BeanFactory, as used by the Portlet ApplicationContext.
registerPostProcessor(BeanDefinitionRegistry, RootBeanDefinition, String) - Static method in class org.springframework.context.annotation.AnnotationConfigUtils
 
registerPostProcessor(ParserContext, BeanDefinitionBuilder, String) - Static method in class org.springframework.scheduling.config.AnnotationDrivenBeanDefinitionParser
 
registerProcessedProperty(String) - Method in class org.springframework.beans.MutablePropertyValues
Register the specified property as "processed" in the sense of some processor calling the corresponding setter method outside of the PropertyValue(s) mechanism.
registerPrototype(String, Class) - Method in class org.springframework.context.support.StaticApplicationContext
Register a prototype bean with the underlying bean factory.
registerPrototype(String, Class, MutablePropertyValues) - Method in class org.springframework.context.support.StaticApplicationContext
Register a prototype bean with the underlying bean factory.
registerPublicParameter(String) - Method in class org.springframework.mock.web.portlet.MockPortletRequest
 
registerRequestContextFactory(String, List<TilesRequestContextFactory>, TilesRequestContextFactory) - Method in class org.springframework.web.servlet.view.tiles2.TilesConfigurer.SpringTilesContainerFactory
 
registerRequestDestructionCallback(String, Runnable) - Method in class org.springframework.web.context.request.AbstractRequestAttributes
Register the given callback as to be executed after request completion.
registerResolvableDependency(Class<?>, Object) - Method in interface org.springframework.beans.factory.config.ConfigurableListableBeanFactory
Register a special dependency type with corresponding autowired value.
registerResolvableDependency(Class<?>, Object) - Method in class org.springframework.beans.factory.support.DefaultListableBeanFactory
 
registerResourceHandler(ParserContext, Element, Object) - Method in class org.springframework.web.servlet.config.ResourcesBeanDefinitionParser
 
registerScope(String, Scope) - Method in interface org.springframework.beans.factory.config.ConfigurableBeanFactory
Register the given scope, backed by the given Scope implementation.
registerScope(String, Scope) - Method in class org.springframework.beans.factory.support.AbstractBeanFactory
 
registerScope(Class, String) - Method in class org.springframework.context.annotation.Jsr330ScopeMetadataResolver
Register an extended JSR-330 scope annotation, mapping it onto a specific Spring scope by name.
registerScope(String, String) - Method in class org.springframework.context.annotation.Jsr330ScopeMetadataResolver
Register an extended JSR-330 scope annotation, mapping it onto a specific Spring scope by name.
registerScriptBeanDefinitionParser(String, String) - Method in class org.springframework.scripting.config.LangNamespaceHandler
 
registerScriptFactoryPostProcessorIfNecessary(BeanDefinitionRegistry) - Static method in class org.springframework.scripting.config.LangNamespaceUtils
Register a ScriptFactoryPostProcessor bean definition in the supplied BeanDefinitionRegistry if the ScriptFactoryPostProcessor hasn't already been registered.
registerServletFilter(ServletContext, Filter) - Method in class org.springframework.web.servlet.support.AbstractDispatcherServletInitializer
Add the given filter to the ServletContext and map it to the DispatcherServlet as follows: a default filter name is chosen based on its concrete type the asyncSupported flag is set depending on the return value of asyncSupported a filter mapping is created with dispatcher types REQUEST, FORWARD, INCLUDE, and conditionally ASYNC depending on the return value of asyncSupported
registerSessionDestructionCallback(String, Runnable) - Method in class org.springframework.web.context.request.ServletRequestAttributes
Register the given callback as to be executed after session termination.
registerSessionDestructionCallback(String, Runnable) - Method in class org.springframework.web.portlet.context.PortletRequestAttributes
Register the given callback as to be executed after session termination.
registerSharedEditor(Class<?>, PropertyEditor) - Method in class org.springframework.beans.PropertyEditorRegistrySupport
Deprecated.
as of Spring 3.0, in favor of PropertyEditorRegistrars or ConversionService usage
registerShutdownHook() - Method in interface org.springframework.context.ConfigurableApplicationContext
Register a shutdown hook with the JVM runtime, closing this context on JVM shutdown unless it has already been closed at that time.
registerShutdownHook() - Method in class org.springframework.context.support.AbstractApplicationContext
Register a shutdown hook with the JVM runtime, closing this context on JVM shutdown unless it has already been closed at that time.
registerSimpleControllerHandlerAdapter(ParserContext, Object) - Static method in class org.springframework.web.servlet.config.MvcNamespaceUtils
Registers a SimpleControllerHandlerAdapter under a well-known name unless already registered.
registerSingleton(String, Object) - Method in interface org.springframework.beans.factory.config.SingletonBeanRegistry
Register the given existing object as singleton in the bean registry, under the given bean name.
registerSingleton(String, Object) - Method in class org.springframework.beans.factory.support.DefaultListableBeanFactory
 
registerSingleton(String, Object) - Method in class org.springframework.beans.factory.support.DefaultSingletonBeanRegistry
 
registerSingleton(String, Class) - Method in class org.springframework.context.support.StaticApplicationContext
Register a singleton bean with the underlying bean factory.
registerSingleton(String, Class, MutablePropertyValues) - Method in class org.springframework.context.support.StaticApplicationContext
Register a singleton bean with the underlying bean factory.
registerSqlType(String, int) - Method in class org.springframework.jdbc.core.namedparam.AbstractSqlParameterSource
Register a SQL type for the given parameter.
registerSynchronization(Synchronization) - Method in class org.springframework.transaction.jta.ManagedTransactionAdapter
 
registerSynchronization(TransactionSynchronization) - Static method in class org.springframework.transaction.support.TransactionSynchronizationManager
Register a new transaction synchronization for the current thread.
registerTasks(ScheduledExecutorTask[], ScheduledExecutorService) - Method in class org.springframework.scheduling.concurrent.ScheduledExecutorFactoryBean
Register the specified ScheduledExecutorTasks on the given ScheduledExecutorService.
registerTasks(ScheduledTimerTask[], Timer) - Method in class org.springframework.scheduling.timer.TimerFactoryBean
Deprecated.
Register the specified ScheduledTimerTasks on the given Timer.
registerTestExecutionListeners(TestExecutionListener...) - Method in class org.springframework.test.context.TestContextManager
Register the supplied TestExecutionListeners by appending them to the set of listeners used by this TestContextManager.
registerTraceInterceptor - Variable in class org.springframework.remoting.support.RemoteExporter
 
registerTransactionAspect(Element, ParserContext) - Method in class org.springframework.transaction.config.AnnotationDrivenBeanDefinitionParser
 
registerTransactionManager(Element, BeanDefinition) - Static method in class org.springframework.transaction.config.AnnotationDrivenBeanDefinitionParser
 
registerTransactionSynchronization(LobCreator, TransactionManager) - Static method in class org.springframework.jdbc.support.lob.LobCreatorUtils
Register a transaction synchronization for closing the given LobCreator, preferring Spring transaction synchronization and falling back to plain JTA transaction synchronization.
registerTranslator(String, SQLExceptionTranslator) - Method in class org.springframework.jdbc.support.CustomSQLExceptionTranslatorRegistry
Register a new custom translator for the specified database name.
registerTypeName(String, String) - Method in class org.springframework.jdbc.core.namedparam.AbstractSqlParameterSource
Register a SQL type for the given parameter.
registerWebApplicationScopes(ConfigurableListableBeanFactory) - Static method in class org.springframework.web.context.support.WebApplicationContextUtils
Register web-specific scopes ("request", "session", "globalSession") with the given BeanFactory, as used by the WebApplicationContext.
registerWebApplicationScopes(ConfigurableListableBeanFactory, ServletContext) - Static method in class org.springframework.web.context.support.WebApplicationContextUtils
Register web-specific scopes ("request", "session", "globalSession", "application") with the given BeanFactory, as used by the WebApplicationContext.
registerWithFactory - Variable in class org.springframework.jmx.support.MBeanServerFactoryBean
 
registerWithGeneratedName(AbstractBeanDefinition, BeanDefinitionRegistry) - Static method in class org.springframework.beans.factory.support.BeanDefinitionReaderUtils
Register the given bean definition with a generated name, unique within the given bean factory.
registerWithGeneratedName(BeanDefinition) - Method in class org.springframework.beans.factory.xml.XmlReaderContext
 
registrar - Variable in class org.springframework.scheduling.annotation.ScheduledAnnotationBeanPostProcessor
 
REGISTRATION_ATTRIBUTE - Static variable in class org.springframework.context.config.MBeanExportBeanDefinitionParser
 
REGISTRATION_FAIL_ON_EXISTING - Static variable in class org.springframework.jmx.support.MBeanRegistrationSupport
Deprecated.
since Spring 3.2, in favor of RegistrationPolicy.FAIL_ON_EXISTING
REGISTRATION_IGNORE_EXISTING - Static variable in class org.springframework.context.config.MBeanExportBeanDefinitionParser
 
REGISTRATION_IGNORE_EXISTING - Static variable in class org.springframework.jmx.support.MBeanRegistrationSupport
Deprecated.
since Spring 3.2, in favor of RegistrationPolicy.IGNORE_EXISTING
REGISTRATION_REPLACE_EXISTING - Static variable in class org.springframework.context.config.MBeanExportBeanDefinitionParser
 
REGISTRATION_REPLACE_EXISTING - Static variable in class org.springframework.jmx.support.MBeanRegistrationSupport
Deprecated.
since Spring 3.2, in favor of RegistrationPolicy.REPLACE_EXISTING
registrationPolicy - Variable in class org.springframework.jmx.support.MBeanRegistrationSupport
The policy used when registering an MBean and finding that it already exists.
RegistrationPolicy - Enum in org.springframework.jmx.support
Indicates registration behavior when attempting to register an MBean that already exists.
RegistrationPolicy() - Constructor for enum org.springframework.jmx.support.RegistrationPolicy
 
registrations - Variable in class org.springframework.web.servlet.config.annotation.InterceptorRegistry
 
registrations - Variable in class org.springframework.web.servlet.config.annotation.ResourceHandlerRegistry
 
registrations - Variable in class org.springframework.web.servlet.config.annotation.ViewControllerRegistry
 
registriesPostProcessed - Variable in class org.springframework.context.annotation.ConfigurationClassPostProcessor
 
registry - Variable in class org.springframework.beans.factory.support.AbstractBeanDefinitionReader
 
registry - Variable in class org.springframework.context.annotation.AnnotatedBeanDefinitionReader
 
registry - Variable in class org.springframework.context.annotation.ClassPathBeanDefinitionScanner
 
registry - Variable in class org.springframework.context.annotation.ComponentScanAnnotationParser
 
registry - Variable in class org.springframework.context.annotation.ConfigurationClassBeanDefinitionReader
 
registry - Variable in class org.springframework.context.annotation.ConfigurationClassParser
 
registry - Variable in class org.springframework.remoting.rmi.RmiRegistryFactoryBean
 
registry - Variable in class org.springframework.remoting.rmi.RmiServiceExporter
 
registryClientSocketFactory - Variable in class org.springframework.remoting.rmi.RmiClientInterceptor
 
registryClientSocketFactory - Variable in class org.springframework.remoting.rmi.RmiServiceExporter
 
registryHost - Variable in class org.springframework.remoting.rmi.RmiServiceExporter
 
registryPort - Variable in class org.springframework.remoting.rmi.RmiServiceExporter
 
registryServerSocketFactory - Variable in class org.springframework.remoting.rmi.RmiServiceExporter
 
reimplement(Object, Method, Object[]) - Method in interface org.springframework.beans.factory.support.MethodReplacer
Reimplement the given method.
REINJECT_DEPENDENCIES_ATTRIBUTE - Static variable in class org.springframework.test.context.support.DependencyInjectionTestExecutionListener
Attribute name for a TestContext attribute which indicates whether or not the dependencies of a test instance should be reinjected in beforeTestMethod().
reject(String, Object[], String) - Method in class org.springframework.validation.AbstractBindingResult
 
reject(String) - Method in class org.springframework.validation.AbstractErrors
 
reject(String, String) - Method in class org.springframework.validation.AbstractErrors
 
reject(String) - Method in exception org.springframework.validation.BindException
 
reject(String, String) - Method in exception org.springframework.validation.BindException
 
reject(String, Object[], String) - Method in exception org.springframework.validation.BindException
 
reject(String) - Method in interface org.springframework.validation.Errors
Register a global error for the entire target object, using the given error description.
reject(String, String) - Method in interface org.springframework.validation.Errors
Register a global error for the entire target object, using the given error description.
reject(String, Object[], String) - Method in interface org.springframework.validation.Errors
Register a global error for the entire target object, using the given error description.
reject(String) - Method in class org.springframework.web.bind.EscapedErrors
 
reject(String, String) - Method in class org.springframework.web.bind.EscapedErrors
 
reject(String, Object[], String) - Method in class org.springframework.web.bind.EscapedErrors
 
rejectedExecutionHandler - Variable in class org.springframework.scheduling.backportconcurrent.ThreadPoolTaskExecutor
Deprecated.
 
rejectedExecutionHandler - Variable in class org.springframework.scheduling.concurrent.ExecutorConfigurationSupport
 
rejectedExecutionHandler - Variable in class org.springframework.scheduling.config.TaskExecutorFactoryBean
 
rejectedValue - Variable in class org.springframework.validation.FieldError
 
rejectIfEmpty(Errors, String, String) - Static method in class org.springframework.validation.ValidationUtils
Reject the given field with the given error code if the value is empty.
rejectIfEmpty(Errors, String, String, String) - Static method in class org.springframework.validation.ValidationUtils
Reject the given field with the given error code and default message if the value is empty.
rejectIfEmpty(Errors, String, String, Object[]) - Static method in class org.springframework.validation.ValidationUtils
Reject the given field with the given error codea nd error arguments if the value is empty.
rejectIfEmpty(Errors, String, String, Object[], String) - Static method in class org.springframework.validation.ValidationUtils
Reject the given field with the given error code, error arguments and default message if the value is empty.
rejectIfEmptyOrWhitespace(Errors, String, String) - Static method in class org.springframework.validation.ValidationUtils
Reject the given field with the given error code if the value is empty or just contains whitespace.
rejectIfEmptyOrWhitespace(Errors, String, String, String) - Static method in class org.springframework.validation.ValidationUtils
Reject the given field with the given error code and default message if the value is empty or just contains whitespace.
rejectIfEmptyOrWhitespace(Errors, String, String, Object[]) - Static method in class org.springframework.validation.ValidationUtils
Reject the given field with the given error code and error arguments if the value is empty or just contains whitespace.
rejectIfEmptyOrWhitespace(Errors, String, String, Object[], String) - Static method in class org.springframework.validation.ValidationUtils
Reject the given field with the given error code, error arguments and default message if the value is empty or just contains whitespace.
rejectValue(String, String, Object[], String) - Method in class org.springframework.validation.AbstractBindingResult
 
rejectValue(String, String) - Method in class org.springframework.validation.AbstractErrors
 
rejectValue(String, String, String) - Method in class org.springframework.validation.AbstractErrors
 
rejectValue(String, String) - Method in exception org.springframework.validation.BindException
 
rejectValue(String, String, String) - Method in exception org.springframework.validation.BindException
 
rejectValue(String, String, Object[], String) - Method in exception org.springframework.validation.BindException
 
rejectValue(String, String) - Method in interface org.springframework.validation.Errors
Register a field error for the specified field of the current object (respecting the current nested path, if any), using the given error description.
rejectValue(String, String, String) - Method in interface org.springframework.validation.Errors
Register a field error for the specified field of the current object (respecting the current nested path, if any), using the given error description.
rejectValue(String, String, Object[], String) - Method in interface org.springframework.validation.Errors
Register a field error for the specified field of the current object (respecting the current nested path, if any), using the given error description.
rejectValue(String, String) - Method in class org.springframework.web.bind.EscapedErrors
 
rejectValue(String, String, String) - Method in class org.springframework.web.bind.EscapedErrors
 
rejectValue(String, String, Object[], String) - Method in class org.springframework.web.bind.EscapedErrors
 
relatedCauses - Variable in exception org.springframework.beans.factory.BeanCreationException
 
relatedContext - Variable in class org.springframework.expression.spel.ExpressionState
 
relative(int) - Method in class org.springframework.jdbc.support.rowset.ResultSetWrappingSqlRowSet
 
relative(int) - Method in interface org.springframework.jdbc.support.rowset.SqlRowSet
Moves the cursor a relative number f rows, either positive or negative.
release() - Method in interface org.springframework.beans.factory.access.BeanFactoryReference
Indicate that the BeanFactory instance referred to by this object is not needed any longer by the client code which obtained the BeanFactoryReference.
release() - Method in class org.springframework.beans.factory.access.SingletonBeanFactoryLocator.CountingBeanFactoryReference
 
release() - Method in class org.springframework.context.access.ContextBeanFactoryReference
 
release() - Method in class org.springframework.jca.endpoint.AbstractMessageEndpointFactory.AbstractMessageEndpoint
 
release() - Method in class org.springframework.jca.work.DelegatingWork
This implementation is empty, since we expect the Runnable to terminate based on some specific shutdown signal.
release() - Method in class org.springframework.jca.work.SimpleTaskWorkManager.DelegatingWorkAdapter
 
release() - Method in class org.springframework.mock.web.MockPageContext
 
release() - Method in class org.springframework.scheduling.commonj.DelegatingWork
This implementation is empty, since we expect the Runnable to terminate based on some specific shutdown signal.
release() - Method in interface org.springframework.util.ConcurrentReferenceHashMap.Reference
Release this entry and ensure that it will be returned from ConcurrentReferenceHashMap.ReferenceManager.pollForPurge().
release() - Method in class org.springframework.util.ConcurrentReferenceHashMap.SoftEntryReference
 
release() - Method in class org.springframework.util.ConcurrentReferenceHashMap.WeakEntryReference
 
releaseBean(InvocationContext) - Method in class org.springframework.ejb.interceptor.SpringBeanAutowiringInterceptor
Release the factory which has been used for autowiring the target bean.
releaseConnection(Connection, ConnectionFactory) - Static method in class org.springframework.jca.cci.connection.ConnectionFactoryUtils
Close the given Connection, obtained from the given ConnectionFactory, if it is not managed externally (that is, not bound to the thread).
releaseConnection(Connection) - Method in class org.springframework.jca.cci.core.support.CciDaoSupport
Close the given CCI Connection, created via this bean's ConnectionFactory, if it isn't bound to the thread.
releaseConnection(Connection) - Method in class org.springframework.jdbc.core.support.JdbcDaoSupport
Close the given JDBC Connection, created via this DAO's DataSource, if it isn't bound to the thread.
releaseConnection(Connection) - Method in interface org.springframework.jdbc.datasource.ConnectionHandle
Release the JDBC Connection that this handle refers to.
releaseConnection(Connection, DataSource) - Static method in class org.springframework.jdbc.datasource.DataSourceUtils
Close the given Connection, obtained from the given DataSource, if it is not managed externally (that is, not bound to the thread).
releaseConnection(Connection) - Method in class org.springframework.jdbc.datasource.SimpleConnectionHandle
This implementation is empty, as we're using a standard Connection handle that does not have to be released.
releaseConnection(Connection, ConnectionFactory, boolean) - Static method in class org.springframework.jms.connection.ConnectionFactoryUtils
Release the given Connection, stopping it (if necessary) and eventually closing it.
releaseConnection(Connection) - Method in class org.springframework.orm.jdo.DefaultJdoDialect.DataStoreConnectionHandle
 
releaseConnection(Connection) - Method in class org.springframework.orm.jpa.vendor.HibernateJpaDialect.HibernateConnectionHandle
 
releaseConnection(Connection) - Method in class org.springframework.orm.jpa.vendor.OpenJpaDialect.OpenJpaConnectionHandle
 
releaseContext(Context) - Method in class org.springframework.jndi.JndiTemplate
Release a JNDI context as obtained from JndiTemplate.getContext().
released() - Method in class org.springframework.ejb.support.AbstractEnterpriseBean.BeanFactoryReferenceReleaseListener
Deprecated.
 
released() - Method in class org.springframework.jdbc.datasource.ConnectionHolder
Releases the current Connection held by this ConnectionHolder.
released() - Method in class org.springframework.transaction.support.ResourceHolderSupport
Decrease the reference count by one because the holder has been released (i.e.
released() - Method in interface org.springframework.util.WeakReferenceMonitor.ReleaseListener
This callback method is invoked once the associated handle has been released, i.e.
releaseHeldSavepoint() - Method in class org.springframework.transaction.support.AbstractTransactionStatus
Release the savepoint that is held for the transaction.
releaseJdbcConnection(ConnectionHandle, PersistenceManager) - Method in class org.springframework.orm.jdo.DefaultJdoDialect
This implementation does nothing, assuming that the Connection will implicitly be closed with the PersistenceManager.
releaseJdbcConnection(ConnectionHandle, PersistenceManager) - Method in interface org.springframework.orm.jdo.JdoDialect
Release the given JDBC Connection, which has originally been retrieved via getJdbcConnection.
releaseJdbcConnection(ConnectionHandle, EntityManager) - Method in class org.springframework.orm.jpa.DefaultJpaDialect
This implementation does nothing, assuming that the Connection will implicitly be closed with the EntityManager.
releaseJdbcConnection(ConnectionHandle, EntityManager) - Method in interface org.springframework.orm.jpa.JpaDialect
Release the given JDBC Connection, which has originally been retrieved via getJdbcConnection.
releasePersistenceManager(PersistenceManager, PersistenceManagerFactory) - Static method in class org.springframework.orm.jdo.PersistenceManagerFactoryUtils
Close the given PersistenceManager, created via the given factory, if it is not managed externally (i.e.
releasePersistenceManager(PersistenceManager) - Method in class org.springframework.orm.jdo.support.JdoDaoSupport
Deprecated.
Close the given JDO PersistenceManager, created via this DAO's PersistenceManagerFactory, if it isn't bound to the thread.
releaseResource(ConnectionHolder, ConnectionFactory) - Method in class org.springframework.jca.cci.connection.ConnectionFactoryUtils.ConnectionSynchronization
 
releaseResource(JmsResourceHolder, Object) - Method in class org.springframework.jms.connection.ConnectionFactoryUtils.JmsResourceSynchronization
 
releaseResource(PersistenceManagerHolder, PersistenceManagerFactory) - Method in class org.springframework.orm.jdo.PersistenceManagerFactoryUtils.PersistenceManagerSynchronization
 
releaseResource(EntityManagerHolder, EntityManagerFactory) - Method in class org.springframework.orm.jpa.EntityManagerFactoryUtils.EntityManagerSynchronization
 
releaseResource(H, K) - Method in class org.springframework.transaction.support.ResourceHolderSynchronization
Release the given resource (after it has been unbound from the thread).
releaseResourcesAfterRead - Variable in class org.springframework.jdbc.support.lob.OracleLobHandler
Deprecated.
 
releaseResourcesAfterRead(Connection, Object) - Method in class org.springframework.jdbc.support.lob.OracleLobHandler
Deprecated.
Release any LOB resources after read is complete.
releaseSavepoint(Object) - Method in class org.springframework.jdbc.datasource.JdbcTransactionObjectSupport
This implementation releases the given JDBC 3.0 Savepoint.
releaseSavepoint(Object) - Method in class org.springframework.orm.jpa.JpaTransactionManager.JpaTransactionObject
 
releaseSavepoint(Object) - Method in class org.springframework.orm.jpa.vendor.OpenJpaDialect.OpenJpaTransactionData
 
releaseSavepoint(Object) - Method in interface org.springframework.transaction.SavepointManager
Explicitly release the given savepoint.
releaseSavepoint(Object) - Method in class org.springframework.transaction.support.AbstractTransactionStatus
This implementation delegates to a SavepointManager for the underlying transaction, if possible.
releaseSession(Session, SessionFactory) - Static method in class org.springframework.orm.hibernate3.SessionFactoryUtils
Close the given Session, created via the given factory, if it is not managed externally (i.e.
releaseSession(Session) - Method in class org.springframework.orm.hibernate3.support.HibernateDaoSupport
Close the given Hibernate Session, created via this DAO's SessionFactory, if it isn't bound to the thread (i.e.
releaseSessionBeanInstance(EJBLocalObject) - Method in class org.springframework.ejb.access.LocalSlsbInvokerInterceptor
Release the given EJB instance.
releaseSessionBeanInstance(EJBObject) - Method in class org.springframework.ejb.access.SimpleRemoteSlsbInvokerInterceptor
Release the given EJB instance.
releaseTarget(Object) - Method in class org.springframework.aop.framework.CglibAopProxy.DynamicAdvisedInterceptor
 
releaseTarget(Object) - Method in class org.springframework.aop.target.AbstractBeanFactoryBasedTargetSource
 
releaseTarget(Object) - Method in class org.springframework.aop.target.AbstractLazyCreationTargetSource
 
releaseTarget(Object) - Method in class org.springframework.aop.target.AbstractPoolingTargetSource
Return the given object to the pool.
releaseTarget(Object) - Method in class org.springframework.aop.target.CommonsPoolTargetSource
Returns the specified object to the underlying ObjectPool.
releaseTarget(Object) - Method in class org.springframework.aop.target.dynamic.AbstractRefreshableTargetSource
No need to release target.
releaseTarget(Object) - Method in class org.springframework.aop.target.EmptyTargetSource
Nothing to release.
releaseTarget(Object) - Method in class org.springframework.aop.target.HotSwappableTargetSource
 
releaseTarget(Object) - Method in class org.springframework.aop.target.PrototypeTargetSource
Destroy the given independent instance.
releaseTarget(Object) - Method in class org.springframework.aop.target.SingletonTargetSource
 
releaseTarget(Object) - Method in interface org.springframework.aop.TargetSource
Release the given target object obtained from the TargetSource.getTarget() method.
releaseTarget(Object) - Method in class org.springframework.jndi.JndiObjectTargetSource
 
ReloadableResourceBundleMessageSource - Class in org.springframework.context.support
Spring-specific MessageSource implementation that accesses resource bundles using specified basenames, participating in the Spring ApplicationContext's resource loading.
ReloadableResourceBundleMessageSource() - Constructor for class org.springframework.context.support.ReloadableResourceBundleMessageSource
 
ReloadableResourceBundleMessageSource.PropertiesHolder - Class in org.springframework.context.support
PropertiesHolder for caching.
ReloadableResourceBundleMessageSource.PropertiesHolder(Properties, long) - Constructor for class org.springframework.context.support.ReloadableResourceBundleMessageSource.PropertiesHolder
 
ReloadableResourceBundleMessageSource.PropertiesHolder() - Constructor for class org.springframework.context.support.ReloadableResourceBundleMessageSource.PropertiesHolder
 
rememberedMethods - Variable in class org.springframework.aop.support.IntroductionInfoSupport
 
RemoteAccessException - Exception in org.springframework.remoting
Generic remote access exception.
RemoteAccessException(String) - Constructor for exception org.springframework.remoting.RemoteAccessException
Constructor for RemoteAccessException.
RemoteAccessException(String, Throwable) - Constructor for exception org.springframework.remoting.RemoteAccessException
Constructor for RemoteAccessException.
RemoteAccessor - Class in org.springframework.remoting.support
Abstract base class for classes that access a remote service.
RemoteAccessor() - Constructor for class org.springframework.remoting.support.RemoteAccessor
 
remoteAddr - Variable in class org.springframework.mock.web.MockHttpServletRequest
 
RemoteConnectFailureException - Exception in org.springframework.remoting
RemoteAccessException subclass to be thrown when no connection could be established with a remote service.
RemoteConnectFailureException(String, Throwable) - Constructor for exception org.springframework.remoting.RemoteConnectFailureException
Constructor for RemoteConnectFailureException.
RemoteExporter - Class in org.springframework.remoting.support
Abstract base class for classes that export a remote service.
RemoteExporter() - Constructor for class org.springframework.remoting.support.RemoteExporter
 
remoteHost - Variable in class org.springframework.mock.web.MockHttpServletRequest
 
RemoteInvocation - Class in org.springframework.remoting.support
Encapsulates a remote invocation, providing core method invocation properties in a serializable fashion.
RemoteInvocation() - Constructor for class org.springframework.remoting.support.RemoteInvocation
Create a new RemoteInvocation for use as JavaBean.
RemoteInvocation(String, Class[], Object[]) - Constructor for class org.springframework.remoting.support.RemoteInvocation
Create a new RemoteInvocation for the given parameters.
RemoteInvocation(MethodInvocation) - Constructor for class org.springframework.remoting.support.RemoteInvocation
Create a new RemoteInvocation for the given AOP method invocation.
RemoteInvocationBasedAccessor - Class in org.springframework.remoting.support
Abstract base class for remote service accessors that are based on serialization of RemoteInvocation objects.
RemoteInvocationBasedAccessor() - Constructor for class org.springframework.remoting.support.RemoteInvocationBasedAccessor
 
RemoteInvocationBasedExporter - Class in org.springframework.remoting.support
Abstract base class for remote service exporters that are based on deserialization of RemoteInvocation objects.
RemoteInvocationBasedExporter() - Constructor for class org.springframework.remoting.support.RemoteInvocationBasedExporter
 
remoteInvocationExecutor - Variable in class org.springframework.remoting.support.RemoteInvocationBasedExporter
 
RemoteInvocationExecutor - Interface in org.springframework.remoting.support
Strategy interface for executing a RemoteInvocation on a target object.
remoteInvocationFactory - Variable in class org.springframework.jms.remoting.JmsInvokerClientInterceptor
 
remoteInvocationFactory - Variable in class org.springframework.remoting.rmi.JndiRmiClientInterceptor
 
remoteInvocationFactory - Variable in class org.springframework.remoting.support.RemoteInvocationBasedAccessor
 
RemoteInvocationFactory - Interface in org.springframework.remoting.support
Strategy interface for creating a RemoteInvocation from an AOP Alliance org.aopalliance.intercept.MethodInvocation.
RemoteInvocationFailureException - Exception in org.springframework.remoting
RemoteAccessException subclass to be thrown when the execution of the target method failed on the server side, for example when a method was not found on the target object.
RemoteInvocationFailureException(String, Throwable) - Constructor for exception org.springframework.remoting.RemoteInvocationFailureException
Constructor for RemoteInvocationFailureException.
RemoteInvocationResult - Class in org.springframework.remoting.support
Encapsulates a remote invocation result, holding a result value or an exception.
RemoteInvocationResult(Object) - Constructor for class org.springframework.remoting.support.RemoteInvocationResult
Create a new RemoteInvocationResult for the given result value.
RemoteInvocationResult(Throwable) - Constructor for class org.springframework.remoting.support.RemoteInvocationResult
Create a new RemoteInvocationResult for the given exception.
RemoteInvocationSerializingExporter - Class in org.springframework.remoting.rmi
Abstract base class for remote service exporters that explicitly deserialize RemoteInvocation objects and serialize RemoteInvocationResult objects, for example Spring's HTTP invoker.
RemoteInvocationSerializingExporter() - Constructor for class org.springframework.remoting.rmi.RemoteInvocationSerializingExporter
 
RemoteInvocationTraceInterceptor - Class in org.springframework.remoting.support
AOP Alliance MethodInterceptor for tracing remote invocations.
RemoteInvocationTraceInterceptor() - Constructor for class org.springframework.remoting.support.RemoteInvocationTraceInterceptor
Create a new RemoteInvocationTraceInterceptor.
RemoteInvocationTraceInterceptor(String) - Constructor for class org.springframework.remoting.support.RemoteInvocationTraceInterceptor
Create a new RemoteInvocationTraceInterceptor.
RemoteInvocationUtils - Class in org.springframework.remoting.support
General utilities for handling remote invocations.
RemoteInvocationUtils() - Constructor for class org.springframework.remoting.support.RemoteInvocationUtils
 
RemoteLookupFailureException - Exception in org.springframework.remoting
RemoteAccessException subclass to be thrown in case of a lookup failure, typically if the lookup happens on demand for each method invocation.
RemoteLookupFailureException(String) - Constructor for exception org.springframework.remoting.RemoteLookupFailureException
Constructor for RemoteLookupFailureException.
RemoteLookupFailureException(String, Throwable) - Constructor for exception org.springframework.remoting.RemoteLookupFailureException
Constructor for RemoteLookupFailureException.
remotePort - Variable in class org.springframework.mock.web.MockHttpServletRequest
 
RemoteProxyFailureException - Exception in org.springframework.remoting
RemoteAccessException subclass to be thrown in case of a failure within the client-side proxy for a remote service, for example when a method was not found on the underlying RMI stub.
RemoteProxyFailureException(String, Throwable) - Constructor for exception org.springframework.remoting.RemoteProxyFailureException
Constructor for RemoteProxyFailureException.
RemoteStatelessSessionBeanDefinitionParser - Class in org.springframework.ejb.config
BeanDefinitionParser implementation for parsing 'remote-slsb' tags and creating SimpleRemoteStatelessSessionProxyFactoryBean definitions.
RemoteStatelessSessionBeanDefinitionParser() - Constructor for class org.springframework.ejb.config.RemoteStatelessSessionBeanDefinitionParser
 
remoteUser - Variable in class org.springframework.mock.web.MockHttpServletRequest
 
remoteUser - Variable in class org.springframework.mock.web.portlet.MockPortletRequest
 
RemotingSupport - Class in org.springframework.remoting.support
Generic support base class for remote accessor and exporters, providing common bean ClassLoader handling.
RemotingSupport() - Constructor for class org.springframework.remoting.support.RemotingSupport
 
REMOVABLE_COLUMN_PREFIX - Static variable in class org.springframework.jdbc.core.metadata.SqlServerCallMetaDataProvider
 
REMOVABLE_COLUMN_PREFIX - Static variable in class org.springframework.jdbc.core.metadata.SybaseCallMetaDataProvider
 
remove(String) - Method in interface org.springframework.beans.factory.config.Scope
Remove the object with the given name from the underlying scope.
remove(String) - Method in class org.springframework.context.support.SimpleThreadScope
 
remove(Object, Object) - Method in interface org.springframework.core.ConcurrentMap
Deprecated.
 
remove(Class<?>, Class<?>) - Method in class org.springframework.core.convert.support.GenericConversionService.Converters
 
remove(String) - Method in class org.springframework.core.env.MutablePropertySources
Remove and return the property source with the given name, null if not found.
remove(Object) - Method in class org.springframework.core.env.ReadOnlySystemAttributesMap
 
remove(Object) - Method in class org.springframework.http.HttpHeaders
 
remove(Object) - Method in interface org.springframework.orm.jpa.JpaOperations
Deprecated.
 
remove(Object) - Method in class org.springframework.orm.jpa.JpaTemplate
Deprecated.
 
remove(MergedContextConfiguration, DirtiesContext.HierarchyMode) - Method in class org.springframework.test.context.ContextCache
Remove the context with the given key from the cache and explicitly close it if it is an instance of ConfigurableApplicationContext.
remove(List<MergedContextConfiguration>, MergedContextConfiguration) - Method in class org.springframework.test.context.ContextCache
 
remove(int) - Method in class org.springframework.util.AutoPopulatingList
 
remove(Object) - Method in class org.springframework.util.AutoPopulatingList
 
remove(Object) - Method in class org.springframework.util.CachingMapDecorator
Deprecated.
 
remove() - Method in class org.springframework.util.CollectionUtils.EnumerationIterator
 
remove(Object) - Method in class org.springframework.util.CollectionUtils.MultiValueMapAdapter
 
remove() - Method in class org.springframework.util.CompositeIterator
 
remove() - Method in class org.springframework.util.ConcurrentReferenceHashMap.EntryIterator
 
remove(Object) - Method in class org.springframework.util.ConcurrentReferenceHashMap.EntrySet
 
remove(Object) - Method in class org.springframework.util.ConcurrentReferenceHashMap
 
remove(Object, Object) - Method in class org.springframework.util.ConcurrentReferenceHashMap
 
remove(Object) - Method in class org.springframework.util.LinkedCaseInsensitiveMap
 
remove(Object) - Method in class org.springframework.util.LinkedMultiValueMap
 
remove(String) - Method in class org.springframework.web.context.request.AbstractRequestAttributesScope
 
remove(String) - Method in class org.springframework.web.context.request.SessionScope
 
remove(String) - Method in class org.springframework.web.context.support.ServletContextScope
 
remove(String) - Method in class org.springframework.web.portlet.context.PortletContextScope
 
removeAdvice(Advice) - Method in interface org.springframework.aop.framework.Advised
Remove the Advisor containing the given advice.
removeAdvice(Advice) - Method in class org.springframework.aop.framework.AdvisedSupport
 
removeAdvisor(Advisor) - Method in interface org.springframework.aop.framework.Advised
Remove the given advisor.
removeAdvisor(int) - Method in interface org.springframework.aop.framework.Advised
Remove the advisor at the given index.
removeAdvisor(Advisor) - Method in class org.springframework.aop.framework.AdvisedSupport
 
removeAdvisor(int) - Method in class org.springframework.aop.framework.AdvisedSupport
 
removeAlias(String) - Method in class org.springframework.context.support.GenericApplicationContext
 
removeAlias(String) - Method in interface org.springframework.core.AliasRegistry
Remove the specified alias from this registry.
removeAlias(String) - Method in class org.springframework.core.SimpleAliasRegistry
 
removeAll(Collection<?>) - Method in class org.springframework.util.AutoPopulatingList
 
removeAllListeners() - Method in class org.springframework.context.event.AbstractApplicationEventMulticaster
 
removeAllListeners() - Method in interface org.springframework.context.event.ApplicationEventMulticaster
Remove all listeners registered with this multicaster.
removeAllParameters() - Method in class org.springframework.mock.web.MockHttpServletRequest
Removes all existing parameters.
removeApplicationListener(ApplicationListener) - Method in class org.springframework.context.event.AbstractApplicationEventMulticaster
 
removeApplicationListener(ApplicationListener) - Method in interface org.springframework.context.event.ApplicationEventMulticaster
Remove a listener from the notification list.
removeApplicationListenerBean(String) - Method in class org.springframework.context.event.AbstractApplicationEventMulticaster
 
removeApplicationListenerBean(String) - Method in interface org.springframework.context.event.ApplicationEventMulticaster
Remove a listener bean from the notification list.
removeAttribute(String) - Method in class org.springframework.beans.BeanMetadataAttributeAccessor
 
removeAttribute(String) - Method in interface org.springframework.core.AttributeAccessor
Remove the attribute identified by name and return its value.
removeAttribute(String) - Method in class org.springframework.core.AttributeAccessorSupport
 
removeAttribute(String) - Method in class org.springframework.mock.web.MockHttpServletRequest
 
removeAttribute(String) - Method in class org.springframework.mock.web.MockHttpSession
 
removeAttribute(String) - Method in class org.springframework.mock.web.MockPageContext
 
removeAttribute(String, int) - Method in class org.springframework.mock.web.MockPageContext
 
removeAttribute(String) - Method in class org.springframework.mock.web.MockServletContext
 
removeAttribute(String) - Method in class org.springframework.mock.web.portlet.MockPortletContext
 
removeAttribute(String) - Method in class org.springframework.mock.web.portlet.MockPortletRequest
 
removeAttribute(String) - Method in class org.springframework.mock.web.portlet.MockPortletSession
 
removeAttribute(String, int) - Method in class org.springframework.mock.web.portlet.MockPortletSession
 
removeAttribute(String) - Method in class org.springframework.mock.web.portlet.ServletWrappingPortletContext
 
removeAttribute(String, ExternalContext) - Static method in class org.springframework.web.context.request.FacesRequestAttributes.PortletSessionAccessor
 
removeAttribute(String, int) - Method in class org.springframework.web.context.request.FacesRequestAttributes
 
removeAttribute(String, int) - Method in interface org.springframework.web.context.request.RequestAttributes
Remove the scoped attribute of the given name, if it exists.
removeAttribute(String, int) - Method in class org.springframework.web.context.request.ServletRequestAttributes
 
removeAttribute(String, int) - Method in class org.springframework.web.portlet.context.PortletRequestAttributes
 
removeAttributes(Map<String, ?>) - Method in class org.springframework.web.method.support.ModelAndViewContainer
Remove the given attributes from the model.
removeAttributes() - Method in class org.springframework.web.servlet.tags.form.AbstractHtmlElementBodyTag
Called by AbstractHtmlElementBodyTag.doFinally() allowing subclasses to remove any attributes from the javax.servlet.jsp.PageContext as needed.
removeAttributes() - Method in class org.springframework.web.servlet.tags.form.ErrorsTag
Removes any bind status error messages that were previously stored under this key in the PageContext#PAGE_SCOPE.
removeAttributes() - Method in class org.springframework.web.servlet.tags.form.OptionTag
 
removeBeanDefinition(String) - Method in interface org.springframework.beans.factory.support.BeanDefinitionRegistry
Remove the BeanDefinition for the given name.
removeBeanDefinition(String) - Method in class org.springframework.beans.factory.support.DefaultListableBeanFactory
 
removeBeanDefinition(String) - Method in class org.springframework.beans.factory.support.SimpleBeanDefinitionRegistry
 
removeBeanDefinition(String) - Method in class org.springframework.context.support.GenericApplicationContext
 
removeBinding(String) - Method in class org.springframework.util.xml.SimpleNamespaceContext
Removes the given prefix from this context.
removeBindingResultIfNecessary(Object, Object) - Method in class org.springframework.validation.support.BindingAwareModelMap
 
removeConnectionSpecFromCurrentThread() - Method in class org.springframework.jca.cci.connection.ConnectionSpecConnectionFactoryAdapter
Remove any ConnectionSpec for this proxy from the current thread.
removeConstructorResolver(ConstructorResolver) - Method in class org.springframework.expression.spel.support.StandardEvaluationContext
 
removeConvertible(Class<?>, Class<?>) - Method in interface org.springframework.core.convert.converter.ConverterRegistry
Remove any converters from sourceType to targetType.
removeConvertible(Class<?>, Class<?>) - Method in class org.springframework.core.convert.support.GenericConversionService
 
removeCookie(HttpServletResponse) - Method in class org.springframework.web.util.CookieGenerator
Remove the cookie that this generator describes from the response.
removeCredentialsFromCurrentThread() - Method in class org.springframework.jdbc.datasource.UserCredentialsDataSourceAdapter
Remove any user credentials for this proxy from the current thread.
removeCredentialsFromCurrentThread() - Method in class org.springframework.jms.connection.UserCredentialsConnectionFactoryAdapter
Remove any user credentials for this proxy from the current thread.
removeDuplicateStrings(String[]) - Static method in class org.springframework.util.StringUtils
Remove duplicate Strings from the given array.
removeEntry(Reference) - Static method in class org.springframework.util.WeakReferenceMonitor
Remove entry from internal map of tracked entries.
removeFromCache(String) - Method in interface org.springframework.jms.support.destination.CachingDestinationResolver
Remove the destination with the given name from the cache (if cached by this resolver in the first place).
removeFromCache(String) - Method in class org.springframework.jms.support.destination.JndiDestinationResolver
 
removeFromCache(String, Locale) - Method in class org.springframework.web.servlet.view.AbstractCachingViewResolver
Provides functionality to clear the cache for a certain view.
removeFromEnvironment(String) - Method in class org.springframework.mock.jndi.SimpleNamingContext
 
removeFromScope() - Method in class org.springframework.aop.scope.DefaultScopedObject
 
removeFromScope() - Method in interface org.springframework.aop.scope.ScopedObject
Remove this object from its target scope, for example from the backing session.
removeIfPresent(PropertySource<?>) - Method in class org.springframework.core.env.MutablePropertySources
Log the removal of the given propertySource if it is present.
removeImport(String) - Method in class org.springframework.expression.spel.support.StandardTypeLocator
 
removeInterface(Class) - Method in class org.springframework.aop.framework.AdvisedSupport
Remove a proxied interface.
removeJsessionid(String) - Method in class org.springframework.web.util.UrlPathHelper
 
removeListener(AdvisedSupportListener) - Method in class org.springframework.aop.framework.ProxyCreatorSupport
Remove the given AdvisedSupportListener from this proxy configuration.
removeMethodResolver(MethodResolver) - Method in class org.springframework.expression.spel.support.StandardEvaluationContext
 
removeParameter(String) - Method in class org.springframework.mock.web.MockHttpServletRequest
Remove already registered values for the specified HTTP parameter, if any.
removePropertyAccessor(PropertyAccessor) - Method in class org.springframework.expression.spel.support.StandardEvaluationContext
 
removePropertyValue(PropertyValue) - Method in class org.springframework.beans.MutablePropertyValues
Remove the given PropertyValue, if contained.
removePropertyValue(String) - Method in class org.springframework.beans.MutablePropertyValues
Overloaded version of removePropertyValue that takes a property name.
removePublicRenderParameter(String) - Method in class org.springframework.mock.web.portlet.MockPortletURL
 
removePublicRenderParameter(String) - Method in class org.springframework.mock.web.portlet.MockStateAwareResponse
 
removeQualityValue() - Method in class org.springframework.http.MediaType
Return a replica of this instance with its quality value removed.
removeRequestDestructionCallback(String) - Method in class org.springframework.web.context.request.AbstractRequestAttributes
Remove the request destruction callback for the specified attribute, if any.
removeSemicolonContent - Variable in class org.springframework.web.util.UrlPathHelper
 
removeSemicolonContent(String) - Method in class org.springframework.web.util.UrlPathHelper
Remove ";" (semicolon) content from the given request URI if the removeSemicolonContent property is set to "true".
removeSemicolonContentInternal(String) - Method in class org.springframework.web.util.UrlPathHelper
 
removeSession(Object) - Method in class org.springframework.orm.hibernate3.SessionHolder
 
removeSessionBeanInstance(EJBObject) - Method in class org.springframework.ejb.access.AbstractRemoteSlsbInvokerInterceptor
Remove the given EJB instance.
removeSessionBeanInstance(EJBLocalObject) - Method in class org.springframework.ejb.access.LocalSlsbInvokerInterceptor
Remove the given EJB instance.
removeSingleton(String) - Method in class org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory
Overridden to clear FactoryBean instance cache as well.
removeSingleton(String) - Method in class org.springframework.beans.factory.support.DefaultSingletonBeanRegistry
Remove the bean with the given name from the singleton cache of this factory, to be able to clean up eager registration of a singleton if creation failed.
removeSingleton(String) - Method in class org.springframework.beans.factory.support.FactoryBeanRegistrySupport
Overridden to clear the FactoryBean object cache as well.
removeSingletonIfCreatedForTypeCheckOnly(String) - Method in class org.springframework.beans.factory.support.AbstractBeanFactory
Remove the singleton instance (if any) for the given bean name, but only if it hasn't been used for other purposes than type checking.
removeTrailingSlash() - Method in class org.springframework.web.util.UriComponentsBuilder.FullPathComponentBuilder
 
removeTransformers() - Method in class org.springframework.instrument.classloading.InstrumentationLoadTimeWeaver
Remove all registered transformers, in inverse order of registration.
removeValue(String) - Method in class org.springframework.mock.web.MockHttpSession
 
removeWebAppRootSystemProperty(ServletContext) - Static method in class org.springframework.web.util.WebUtils
Remove the system property that points to the web app root directory.
rename(String, String) - Method in class org.springframework.mock.jndi.SimpleNamingContext
 
rename(Name, Name) - Method in class org.springframework.mock.jndi.SimpleNamingContext
 
render(ModelAndView, HttpServletRequest, HttpServletResponse) - Method in class org.springframework.test.web.servlet.TestDispatcherServlet
 
render(JRExporter, JasperPrint, Writer) - Static method in class org.springframework.ui.jasperreports.JasperReportsUtils
Render the supplied JasperPrint instance using the supplied JRAbstractExporter instance and write the results to the supplied Writer.
render(JRExporter, JasperPrint, OutputStream) - Static method in class org.springframework.ui.jasperreports.JasperReportsUtils
Render the supplied JasperPrint instance using the supplied JRAbstractExporter instance and write the results to the supplied OutputStream.
render(ModelAndView, PortletRequest, MimeResponse) - Method in class org.springframework.web.portlet.DispatcherPortlet
Render the given ModelAndView.
render(ModelAndView, HttpServletRequest, HttpServletResponse) - Method in class org.springframework.web.servlet.DispatcherServlet
Render the given ModelAndView.
render(Map<String, ?>, HttpServletRequest, HttpServletResponse) - Method in class org.springframework.web.servlet.view.AbstractView
Prepares the view given the specified model, merging it with static attributes and a RequestContext attribute, if necessary.
render(Map<String, ?>, HttpServletRequest, HttpServletResponse) - Method in interface org.springframework.web.servlet.View
Render the view given the specified model.
RENDER_COMMAND_SESSION_ATTRIBUTE - Static variable in class org.springframework.web.portlet.mvc.BaseCommandController
Deprecated.
Unlike the servlet version of these classes, we have to deal with the two-phase nature of the portlet request.
RENDER_ERRORS_SESSION_ATTRIBUTE - Static variable in class org.springframework.web.portlet.mvc.BaseCommandController
Deprecated.
 
renderAsCsv(JasperReport, Map<String, Object>, Object, Writer) - Static method in class org.springframework.ui.jasperreports.JasperReportsUtils
Render a report in CSV format using the supplied report data.
renderAsCsv(JasperReport, Map<String, Object>, Object, Writer, Map<JRExporterParameter, Object>) - Static method in class org.springframework.ui.jasperreports.JasperReportsUtils
Render a report in CSV format using the supplied report data.
renderAsHtml(JasperReport, Map<String, Object>, Object, Writer) - Static method in class org.springframework.ui.jasperreports.JasperReportsUtils
Render a report in HTML format using the supplied report data.
renderAsHtml(JasperReport, Map<String, Object>, Object, Writer, Map<JRExporterParameter, Object>) - Static method in class org.springframework.ui.jasperreports.JasperReportsUtils
Render a report in HTML format using the supplied report data.
renderAsPdf(JasperReport, Map<String, Object>, Object, OutputStream) - Static method in class org.springframework.ui.jasperreports.JasperReportsUtils
Render a report in PDF format using the supplied report data.
renderAsPdf(JasperReport, Map<String, Object>, Object, OutputStream, Map<JRExporterParameter, Object>) - Static method in class org.springframework.ui.jasperreports.JasperReportsUtils
Render a report in PDF format using the supplied report data.
renderAsXls(JasperReport, Map<String, Object>, Object, OutputStream) - Static method in class org.springframework.ui.jasperreports.JasperReportsUtils
Render a report in XLS format using the supplied report data.
renderAsXls(JasperReport, Map<String, Object>, Object, OutputStream, Map<JRExporterParameter, Object>) - Static method in class org.springframework.ui.jasperreports.JasperReportsUtils
Render a report in XLS format using the supplied report data.
renderCancel(RenderRequest, RenderResponse, Object, BindException) - Method in class org.springframework.web.portlet.mvc.AbstractWizardFormController
Deprecated.
Template method for the render phase of the cancel action of this wizard.
renderDefaultContent(TagWriter) - Method in class org.springframework.web.servlet.tags.form.AbstractHtmlElementBodyTag
 
renderDefaultContent(TagWriter) - Method in class org.springframework.web.servlet.tags.form.ErrorsTag
 
renderDefaultContent(TagWriter) - Method in class org.springframework.web.servlet.tags.form.OptionTag
 
renderDefaultMessage(String, Object[], Locale) - Method in class org.springframework.context.support.MessageSourceSupport
Render the given default message String.
renderer - Variable in class org.springframework.web.servlet.view.tiles3.TilesView
 
renderer - Variable in class org.springframework.web.servlet.view.tiles3.TilesViewResolver
 
renderFinish(RenderRequest, RenderResponse, Object, BindException) - Method in class org.springframework.web.portlet.mvc.AbstractWizardFormController
Deprecated.
Template method for the render phase of the finish action of this wizard.
renderFormSubmission(RenderRequest, RenderResponse, Object, BindException) - Method in class org.springframework.web.portlet.mvc.AbstractFormController
Deprecated.
Process render phase of form submission request.
renderFormSubmission(RenderRequest, RenderResponse, Object, BindException) - Method in class org.springframework.web.portlet.mvc.AbstractWizardFormController
Deprecated.
Apply wizard workflow: finish, cancel, page change.
renderFormSubmission(RenderRequest, RenderResponse, Object, BindException) - Method in class org.springframework.web.portlet.mvc.SimpleFormController
Deprecated.
This implementation calls showForm in case of errors, and delegates to onSubmitRender's full version else.
renderFromArray(TagWriter) - Method in class org.springframework.web.servlet.tags.form.OptionWriter
Renders the inner 'option' tags using the OptionWriter.optionSource.
renderFromBodyContent(BodyContent, TagWriter) - Method in class org.springframework.web.servlet.tags.form.AbstractHtmlElementBodyTag
Render the tag contents based on the supplied BodyContent.
renderFromBodyContent(BodyContent, TagWriter) - Method in class org.springframework.web.servlet.tags.form.OptionTag
 
renderFromBoolean(Boolean, TagWriter) - Method in class org.springframework.web.servlet.tags.form.AbstractCheckedElementTag
Render the 'input(checkbox)' with the supplied value, marking the 'input' element as 'checked' if the supplied Boolean is true.
renderFromCollection(TagWriter) - Method in class org.springframework.web.servlet.tags.form.OptionWriter
Renders the inner 'option' tags using the OptionWriter.optionSource.
renderFromEnum(TagWriter) - Method in class org.springframework.web.servlet.tags.form.OptionWriter
Renders the inner 'option' tags using the OptionWriter.optionSource.
renderFromMap(TagWriter) - Method in class org.springframework.web.servlet.tags.form.OptionWriter
Renders the inner 'option' tags using the supplied Map as the source.
renderFromValue(Object, TagWriter) - Method in class org.springframework.web.servlet.tags.form.AbstractCheckedElementTag
Render the 'input(checkbox)' with the supplied value, marking the 'input' element as 'checked' if the supplied value matches the bound value.
renderFromValue(Object, Object, TagWriter) - Method in class org.springframework.web.servlet.tags.form.AbstractCheckedElementTag
Render the 'input(checkbox)' with the supplied value, marking the 'input' element as 'checked' if the supplied value matches the bound value.
renderInvalidSubmit(RenderRequest, RenderResponse) - Method in class org.springframework.web.portlet.mvc.AbstractFormController
Deprecated.
Handle an invalid submit request, e.g.
renderInvalidSubmit(RenderRequest, RenderResponse) - Method in class org.springframework.web.portlet.mvc.AbstractWizardFormController
Deprecated.
Handle an invalid submit request, e.g.
RenderMapping - Annotation Type in org.springframework.web.portlet.bind.annotation
Annotation for mapping Portlet render requests onto handler methods.
renderMergedOutputModel(Map<String, Object>, HttpServletRequest, HttpServletResponse) - Method in class org.springframework.web.servlet.view.AbstractTemplateView
 
renderMergedOutputModel(Map<String, Object>, HttpServletRequest, HttpServletResponse) - Method in class org.springframework.web.servlet.view.AbstractView
Subclasses must implement this method to actually render the view.
renderMergedOutputModel(Map<String, Object>, HttpServletRequest, HttpServletResponse) - Method in class org.springframework.web.servlet.view.document.AbstractExcelView
Renders the Excel view, given the specified model.
renderMergedOutputModel(Map<String, Object>, HttpServletRequest, HttpServletResponse) - Method in class org.springframework.web.servlet.view.document.AbstractJExcelView
Renders the Excel view, given the specified model.
renderMergedOutputModel(Map<String, Object>, HttpServletRequest, HttpServletResponse) - Method in class org.springframework.web.servlet.view.document.AbstractPdfStamperView
 
renderMergedOutputModel(Map<String, Object>, HttpServletRequest, HttpServletResponse) - Method in class org.springframework.web.servlet.view.document.AbstractPdfView
 
renderMergedOutputModel(Map<String, Object>, HttpServletRequest, HttpServletResponse) - Method in class org.springframework.web.servlet.view.feed.AbstractFeedView
 
renderMergedOutputModel(Map<String, Object>, HttpServletRequest, HttpServletResponse) - Method in class org.springframework.web.servlet.view.InternalResourceView
Render the internal resource given the specified model.
renderMergedOutputModel(Map<String, Object>, HttpServletRequest, HttpServletResponse) - Method in class org.springframework.web.servlet.view.jasperreports.AbstractJasperReportsView
Finds the report data to use for rendering the report and then invokes the AbstractJasperReportsView.renderReport(JasperPrint, java.util.Map<java.lang.String, java.lang.Object>, HttpServletResponse) method that should be implemented by the subclass.
renderMergedOutputModel(Map<String, Object>, HttpServletRequest, HttpServletResponse) - Method in class org.springframework.web.servlet.view.json.MappingJackson2JsonView
 
renderMergedOutputModel(Map<String, Object>, HttpServletRequest, HttpServletResponse) - Method in class org.springframework.web.servlet.view.json.MappingJacksonJsonView
 
renderMergedOutputModel(Map<String, Object>, HttpServletRequest, HttpServletResponse) - Method in class org.springframework.web.servlet.view.RedirectView
Convert model to request parameters and redirect to the given URL.
renderMergedOutputModel(Map<String, Object>, HttpServletRequest, HttpServletResponse) - Method in class org.springframework.web.servlet.view.tiles2.TilesView
 
renderMergedOutputModel(Map<String, Object>, HttpServletRequest, HttpServletResponse) - Method in class org.springframework.web.servlet.view.tiles3.TilesView
 
renderMergedOutputModel(Map<String, Object>, HttpServletRequest, HttpServletResponse) - Method in class org.springframework.web.servlet.view.xml.MarshallingView
 
renderMergedOutputModel(Map<String, Object>, HttpServletRequest, HttpServletResponse) - Method in class org.springframework.web.servlet.view.xslt.AbstractXsltView
Deprecated.
 
renderMergedOutputModel(Map<String, Object>, HttpServletRequest, HttpServletResponse) - Method in class org.springframework.web.servlet.view.xslt.XsltView
 
renderMergedTemplateModel(Map<String, Object>, HttpServletRequest, HttpServletResponse) - Method in class org.springframework.web.servlet.view.AbstractTemplateView
Subclasses must implement this method to actually render the view.
renderMergedTemplateModel(Map<String, Object>, HttpServletRequest, HttpServletResponse) - Method in class org.springframework.web.servlet.view.freemarker.FreeMarkerView
Process the model map by merging it with the FreeMarker template.
renderMergedTemplateModel(Map<String, Object>, HttpServletRequest, HttpServletResponse) - Method in class org.springframework.web.servlet.view.velocity.VelocityView
Process the model map by merging it with the Velocity template.
renderOption(Object, String, TagWriter) - Method in class org.springframework.web.servlet.tags.form.OptionTag
 
renderOption(TagWriter, Object, Object, Object) - Method in class org.springframework.web.servlet.tags.form.OptionWriter
Renders an HTML 'option' with the supplied value and label.
renderParameters - Variable in class org.springframework.mock.web.portlet.MockStateAwareResponse
 
renderParameters - Variable in class org.springframework.web.portlet.mvc.AbstractFormController
Deprecated.
 
renderPhaseOnly - Variable in class org.springframework.web.portlet.handler.WebRequestHandlerInterceptorAdapter
 
renderReport(JasperPrint, Map<String, Object>, HttpServletResponse) - Method in class org.springframework.web.servlet.view.jasperreports.AbstractJasperReportsSingleFormatView
Perform rendering for a single Jasper Reports exporter, that is, for a pre-defined output format.
renderReport(JasperPrint, Map<String, Object>, HttpServletResponse) - Method in class org.springframework.web.servlet.view.jasperreports.AbstractJasperReportsView
Subclasses should implement this method to perform the actual rendering process.
renderReport(JasperPrint, Map<String, Object>, HttpServletResponse) - Method in class org.springframework.web.servlet.view.jasperreports.JasperReportsMultiFormatView
Locates the format key in the model using the configured discriminator key and uses this key to lookup the appropriate view class from the mappings.
renderReportUsingOutputStream(JRExporter, JasperPrint, HttpServletResponse) - Method in class org.springframework.web.servlet.view.jasperreports.AbstractJasperReportsSingleFormatView
We need to write binary output to the response OutputStream.
renderReportUsingWriter(JRExporter, JasperPrint, HttpServletResponse) - Method in class org.springframework.web.servlet.view.jasperreports.AbstractJasperReportsSingleFormatView
We need to write text to the response Writer.
renderScreenContent(Context) - Method in class org.springframework.web.servlet.view.velocity.VelocityLayoutView
The resulting context contains any mappings from render, plus screen content.
renderValidatePagesAndFinish(RenderRequest, RenderResponse, Object, BindException, int) - Method in class org.springframework.web.portlet.mvc.AbstractWizardFormController
Deprecated.
Validate all pages and process finish.
renderView(HttpServletRequest, HttpServletResponse) - Method in class org.springframework.web.servlet.ViewRendererServlet
Retrieve the View instance and model Map to render and trigger actual rendering.
renderWhenMinimized - Variable in class org.springframework.web.portlet.handler.AbstractHandlerExceptionResolver
 
renderWhenMinimized - Variable in class org.springframework.web.portlet.mvc.AbstractController
 
reobtainTransactionalConnections - Variable in class org.springframework.jdbc.datasource.TransactionAwareDataSourceProxy
 
Repeat - Annotation Type in org.springframework.test.annotation
Test annotation to indicate that a test method should be invoked repeatedly.
repeat - Variable in class org.springframework.test.context.junit4.statements.SpringRepeat
 
repeatCount - Variable in class org.springframework.scheduling.quartz.SimpleTriggerFactoryBean
 
repeatInterval - Variable in class org.springframework.scheduling.quartz.SimpleTriggerFactoryBean
 
replace(Object, Object, Object) - Method in interface org.springframework.core.ConcurrentMap
Deprecated.
 
replace(Object, Object) - Method in interface org.springframework.core.ConcurrentMap
Deprecated.
 
replace(String, PropertySource<?>) - Method in class org.springframework.core.env.MutablePropertySources
Replace the property source with the given name with the given property source object.
replace(Object, Object, Object) - Method in class org.springframework.orm.hibernate3.support.AbstractLobType
This implementation returns the passed-in original as-is.
replace(K, V, V) - Method in class org.springframework.util.ConcurrentReferenceHashMap
 
replace(K, V) - Method in class org.springframework.util.ConcurrentReferenceHashMap
 
replace(String, String, String) - Static method in class org.springframework.util.StringUtils
Replace all occurences of a substring within a string with another string.
replaceAdvisor(Advisor, Advisor) - Method in interface org.springframework.aop.framework.Advised
Replace the given advisor.
replaceAdvisor(Advisor, Advisor) - Method in class org.springframework.aop.framework.AdvisedSupport
 
replaceBooleanOperators(String) - Method in class org.springframework.aop.aspectj.AspectJExpressionPointcut
If a pointcut expression has been specified in XML, the user cannot write and as "&&" (though && will work).
replaceBooleanOperators(String) - Method in class org.springframework.aop.aspectj.TypePatternClassFilter
If a type pattern has been specified in XML, the user cannot write and as "&&" (though && will work).
REPLACED_METHOD_ELEMENT - Static variable in class org.springframework.beans.factory.xml.BeanDefinitionParserDelegate
 
replaceExistingBinding - Variable in class org.springframework.remoting.rmi.RmiServiceExporter
 
replaceMediaTypes(Map<String, MediaType>) - Method in class org.springframework.web.servlet.config.annotation.ContentNegotiationConfigurer
Add mappings from file extensions to media types replacing any previous mappings.
replaceNotificationListenerBeanNameKeysIfNecessary(String, ObjectName) - Method in class org.springframework.jmx.export.MBeanExporter
Replaces any bean names used as keys in the NotificationListener mappings with their corresponding ObjectName values.
replaceNotificationSourceIfNecessary(Notification) - Method in class org.springframework.jmx.export.notification.ModelMBeanNotificationPublisher
From the javadoc:
replaceObjectName(Object, Object) - Method in class org.springframework.jmx.export.NotificationListenerBean
 
replaceOrdinals(String, String) - Method in class org.springframework.scheduling.support.CronSequenceGenerator
Replace the values in the commaSeparatedList (case insensitive) with their index in the list.
ReplaceOverride - Class in org.springframework.beans.factory.support
Extension of MethodOverride that represents an arbitrary override of a method by the IoC container.
ReplaceOverride(String, String) - Constructor for class org.springframework.beans.factory.support.ReplaceOverride
Construct a new ReplaceOverride.
replacePath(String) - Method in class org.springframework.web.util.UriComponentsBuilder
Sets the path of this builder overriding all existing path and path segment values.
replacePlaceholders(String, MethodInvocation, Object, Throwable, long) - Method in class org.springframework.aop.interceptor.CustomizableTraceInterceptor
Replace the placeholders in the given message with the supplied values, or values derived from those supplied.
replacePlaceholders(String, Properties) - Method in class org.springframework.util.PropertyPlaceholderHelper
Replaces all placeholders of format ${name} with the corresponding property from the supplied Properties.
replacePlaceholders(String, PropertyPlaceholderHelper.PlaceholderResolver) - Method in class org.springframework.util.PropertyPlaceholderHelper
Replaces all placeholders of format ${name} with the value returned from the supplied PropertyPlaceholderHelper.PlaceholderResolver.
replaceQuery(String) - Method in class org.springframework.web.util.UriComponentsBuilder
Sets the query of this builder overriding all existing query parameters.
replaceQueryParam(String, Object...) - Method in class org.springframework.web.util.UriComponentsBuilder
Sets the query parameter values overriding all existing query values for the same parameter.
REPLACER_ATTRIBUTE - Static variable in class org.springframework.beans.factory.xml.BeanDefinitionParserDelegate
 
replaceUriTemplateParams(String, List<Param>, Set<String>) - Method in class org.springframework.web.servlet.tags.UrlTag
Replace template markers in the URL matching available parameters.
replaceUriTemplateVariables(String, Map<String, Object>, Map<String, String>, String) - Method in class org.springframework.web.servlet.view.RedirectView
Replace URI template variables in the target URL with encoded model attributes or URI variables from the current request.
replaceValidators(Validator...) - Method in class org.springframework.validation.DataBinder
Replace the Validators to apply after each binding step.
replicate(Object, ReplicationMode) - Method in interface org.springframework.orm.hibernate3.HibernateOperations
Persist the state of the given detached instance according to the given replication mode, reusing the current identifier value.
replicate(String, Object, ReplicationMode) - Method in interface org.springframework.orm.hibernate3.HibernateOperations
Persist the state of the given detached instance according to the given replication mode, reusing the current identifier value.
replicate(Object, ReplicationMode) - Method in class org.springframework.orm.hibernate3.HibernateTemplate
 
replicate(String, Object, ReplicationMode) - Method in class org.springframework.orm.hibernate3.HibernateTemplate
 
replyTo - Variable in class org.springframework.mail.SimpleMailMessage
 
report - Variable in class org.springframework.web.servlet.view.jasperreports.AbstractJasperReportsView
The JasperReport that is used to render the view.
reportDataKey - Variable in class org.springframework.web.servlet.view.jasperreports.AbstractJasperReportsView
A String key used to lookup the JRDataSource in the model.
reportDataKey - Variable in class org.springframework.web.servlet.view.jasperreports.JasperReportsViewResolver
 
Repository - Annotation Type in org.springframework.stereotype
Indicates that an annotated class is a "Repository", originally defined by Domain-Driven Design (Evans, 2003) as "a mechanism for encapsulating storage, retrieval, and search behavior which emulates a collection of objects".
repositoryAnnotationType - Variable in class org.springframework.dao.annotation.PersistenceExceptionTranslationPostProcessor
 
request - Variable in class org.springframework.http.client.BufferingClientHttpRequestWrapper
 
request - Variable in class org.springframework.http.client.support.HttpRequestWrapper
 
request - Variable in class org.springframework.mock.web.MockFilterChain
 
request - Variable in class org.springframework.mock.web.MockPageContext
 
request - Variable in class org.springframework.mock.web.portlet.MockMimeResponse
 
request - Variable in class org.springframework.test.web.servlet.request.MockAsyncContext
 
request(HttpMethod, String, Object...) - Static method in class org.springframework.test.web.servlet.request.MockMvcRequestBuilders
Create a MockHttpServletRequestBuilder for a request with the given HTTP method.
request() - Static method in class org.springframework.test.web.servlet.result.MockMvcResultMatchers
Access to request-related assertions.
request - Variable in class org.springframework.web.context.request.ServletRequestAttributes
 
request - Variable in class org.springframework.web.portlet.context.PortletRequestAttributes
 
request - Variable in class org.springframework.web.servlet.mvc.annotation.AnnotationMethodHandlerAdapter.RequestSpecificMappingInfoComparator
Deprecated.
 
request - Variable in class org.springframework.web.servlet.support.JstlUtils.SpringLocalizationContext
 
request - Variable in class org.springframework.web.servlet.support.RequestContext
 
REQUEST_ATTRIBUTES_ATTRIBUTE - Static variable in class org.springframework.web.context.request.RequestContextListener
 
REQUEST_CONTEXT_PAGE_ATTRIBUTE - Static variable in class org.springframework.web.servlet.tags.RequestContextAwareTag
javax.servlet.jsp.PageContext attribute for the page-level RequestContext instance.
REQUEST_DATA_VALUE_PROCESSOR_BEAN_NAME - Static variable in class org.springframework.web.servlet.support.RequestContext
The name of the bean to use to look up in an implementation of RequestDataValueProcessor has been configured.
REQUEST_TO_VIEW_NAME_TRANSLATOR_BEAN_NAME - Static variable in class org.springframework.web.servlet.DispatcherServlet
Well-known name for the RequestToViewNameTranslator object in the bean factory for this namespace.
requestActive - Variable in class org.springframework.web.context.request.AbstractRequestAttributes
 
requestAttr(String, Object) - Method in class org.springframework.test.web.servlet.request.MockHttpServletRequestBuilder
Set a request attribute.
RequestAttributes - Interface in org.springframework.web.context.request
Abstraction for accessing attribute objects associated with a request.
requestAttributesHolder - Static variable in class org.springframework.web.context.request.RequestContextHolder
 
RequestBody - Annotation Type in org.springframework.web.bind.annotation
Annotation indicating a method parameter should be bound to the body of the web request.
RequestBuilder - Interface in org.springframework.test.web.servlet
RequestCallback - Interface in org.springframework.web.client
Callback interface for code that operates on a ClientHttpRequest.
requestCompleted() - Method in class org.springframework.web.context.request.AbstractRequestAttributes
Signal that the request has been completed.
RequestCondition<T> - Interface in org.springframework.web.servlet.mvc.condition
The contract for request conditions.
RequestConditionHolder - Class in org.springframework.web.servlet.mvc.condition
A holder for a RequestCondition useful when the type of the request condition is not known ahead of time, e.g.
RequestConditionHolder(RequestCondition<?>) - Constructor for class org.springframework.web.servlet.mvc.condition.RequestConditionHolder
Create a new holder to wrap the given request condition.
requestConditions - Variable in class org.springframework.web.servlet.mvc.condition.CompositeRequestCondition
 
requestContext - Variable in class org.springframework.web.servlet.support.BindStatus
 
RequestContext - Class in org.springframework.web.servlet.support
Context holder for request-specific state, like current web application context, current locale, current theme, and potential binding errors.
RequestContext(HttpServletRequest) - Constructor for class org.springframework.web.servlet.support.RequestContext
Create a new RequestContext for the given request, using the request attributes for Errors retrieval.
RequestContext(HttpServletRequest, ServletContext) - Constructor for class org.springframework.web.servlet.support.RequestContext
Create a new RequestContext for the given request, using the request attributes for Errors retrieval.
RequestContext(HttpServletRequest, Map<String, Object>) - Constructor for class org.springframework.web.servlet.support.RequestContext
Create a new RequestContext for the given request, using the given model attributes for Errors retrieval.
RequestContext(HttpServletRequest, HttpServletResponse, ServletContext, Map<String, Object>) - Constructor for class org.springframework.web.servlet.support.RequestContext
Create a new RequestContext for the given request, using the given model attributes for Errors retrieval.
RequestContext() - Constructor for class org.springframework.web.servlet.support.RequestContext
Default constructor for subclasses.
requestContext - Variable in class org.springframework.web.servlet.tags.RequestContextAwareTag
 
RequestContext.JstlLocaleResolver - Class in org.springframework.web.servlet.support
Inner class that isolates the JSTL dependency.
RequestContext.JstlLocaleResolver() - Constructor for class org.springframework.web.servlet.support.RequestContext.JstlLocaleResolver
 
requestContextAttribute - Variable in class org.springframework.web.servlet.view.AbstractView
 
requestContextAttribute - Variable in class org.springframework.web.servlet.view.UrlBasedViewResolver
 
RequestContextAwareTag - Class in org.springframework.web.servlet.tags
Superclass for all tags that require a RequestContext.
RequestContextAwareTag() - Constructor for class org.springframework.web.servlet.tags.RequestContextAwareTag
 
RequestContextFilter - Class in org.springframework.web.filter
Servlet 2.3 Filter that exposes the request to the current thread, through both LocaleContextHolder and RequestContextHolder.
RequestContextFilter() - Constructor for class org.springframework.web.filter.RequestContextFilter
 
RequestContextHolder - Class in org.springframework.web.context.request
Holder class to expose the web request in the form of a thread-bound RequestAttributes object.
RequestContextHolder() - Constructor for class org.springframework.web.context.request.RequestContextHolder
 
RequestContextHolder.FacesRequestAttributesFactory - Class in org.springframework.web.context.request
Inner class to avoid hard-coded JSF dependency.
RequestContextHolder.FacesRequestAttributesFactory() - Constructor for class org.springframework.web.context.request.RequestContextHolder.FacesRequestAttributesFactory
 
RequestContextListener - Class in org.springframework.web.context.request
Servlet 2.4+ listener that exposes the request to the current thread, through both LocaleContextHolder and RequestContextHolder.
RequestContextListener() - Constructor for class org.springframework.web.context.request.RequestContextListener
 
RequestContextUtils - Class in org.springframework.web.servlet.support
Utility class for easy access to request-specific state which has been set by the DispatcherServlet.
RequestContextUtils() - Constructor for class org.springframework.web.servlet.support.RequestContextUtils
 
requestDataValueProcessor - Variable in class org.springframework.web.servlet.support.RequestContext
 
RequestDataValueProcessor - Interface in org.springframework.web.servlet.support
A contract for inspecting and potentially modifying request data values such as URL query parameters or form field values before they are rendered by a view or before a redirect.
requestDestroyed(ServletRequestEvent) - Method in class org.springframework.web.context.request.RequestContextListener
 
requestDestructionCallbacks - Variable in class org.springframework.web.context.request.AbstractRequestAttributes
Map from attribute name String to destruction callback Runnable
requested() - Method in class org.springframework.transaction.support.ResourceHolderSupport
Increase the reference count by one because the holder has been requested (i.e.
requestedSessionId - Variable in class org.springframework.mock.web.MockHttpServletRequest
 
requestedSessionIdFromCookie - Variable in class org.springframework.mock.web.MockHttpServletRequest
 
requestedSessionIdFromURL - Variable in class org.springframework.mock.web.MockHttpServletRequest
 
requestedSessionIdValid - Variable in class org.springframework.mock.web.MockHttpServletRequest
 
requestedSessionIdValid - Variable in class org.springframework.mock.web.portlet.MockPortletRequest
 
requestEntity - Variable in class org.springframework.web.client.RestTemplate.HttpEntityRequestCallback
 
requestFactory - Variable in class org.springframework.http.client.AbstractClientHttpRequestFactoryWrapper
 
requestFactory - Variable in class org.springframework.http.client.InterceptingClientHttpRequest
 
requestFactory - Variable in class org.springframework.http.client.support.HttpAccessor
 
requestHandled - Variable in class org.springframework.web.method.support.ModelAndViewContainer
 
RequestHandledEvent - Class in org.springframework.web.context.support
Event raised when a request is handled within an ApplicationContext.
RequestHandledEvent(Object, String, String, long) - Constructor for class org.springframework.web.context.support.RequestHandledEvent
Create a new RequestHandledEvent with session information.
RequestHandledEvent(Object, String, String, long, Throwable) - Constructor for class org.springframework.web.context.support.RequestHandledEvent
Create a new RequestHandledEvent with session information.
RequestHeader - Annotation Type in org.springframework.web.bind.annotation
Annotation which indicates that a method parameter should be bound to a web request header.
RequestHeaderMapMethodArgumentResolver - Class in org.springframework.web.method.annotation
Resolves Map method arguments annotated with @RequestHeader.
RequestHeaderMapMethodArgumentResolver() - Constructor for class org.springframework.web.method.annotation.RequestHeaderMapMethodArgumentResolver
 
RequestHeaderMethodArgumentResolver - Class in org.springframework.web.method.annotation
Resolves method arguments annotated with @RequestHeader except for Map arguments.
RequestHeaderMethodArgumentResolver(ConfigurableBeanFactory) - Constructor for class org.springframework.web.method.annotation.RequestHeaderMethodArgumentResolver
 
RequestHeaderMethodArgumentResolver.RequestHeaderNamedValueInfo - Class in org.springframework.web.method.annotation
 
RequestHeaderMethodArgumentResolver.RequestHeaderNamedValueInfo(RequestHeader) - Constructor for class org.springframework.web.method.annotation.RequestHeaderMethodArgumentResolver.RequestHeaderNamedValueInfo
 
requestInitialized(ServletRequestEvent) - Method in class org.springframework.web.context.request.RequestContextListener
 
requestInterceptor - Variable in class org.springframework.web.portlet.handler.WebRequestHandlerInterceptorAdapter
 
requestInterceptor - Variable in class org.springframework.web.servlet.handler.WebRequestHandlerInterceptorAdapter
 
requestIterator - Variable in class org.springframework.test.web.client.MockRestServiceServer.RequestMatcherClientHttpRequestFactory
 
RequestMapping - Annotation Type in org.springframework.web.bind.annotation
Annotation for mapping web requests onto specific handler classes and/or handler methods.
requestMappingHandlerAdapter() - Method in class org.springframework.web.servlet.config.annotation.WebMvcConfigurationSupport
Returns a RequestMappingHandlerAdapter for processing requests through annotated controller methods.
RequestMappingHandlerAdapter - Class in org.springframework.web.servlet.mvc.method.annotation
An AbstractHandlerMethodAdapter that supports HandlerMethods with the signature -- method argument and return types, defined in @RequestMapping.
RequestMappingHandlerAdapter() - Constructor for class org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter
Default constructor.
requestMappingHandlerMapping() - Method in class org.springframework.test.web.servlet.setup.StandaloneMockMvcBuilder.StandaloneConfiguration
 
requestMappingHandlerMapping() - Method in class org.springframework.web.servlet.config.annotation.WebMvcConfigurationSupport
Return a RequestMappingHandlerMapping ordered at 0 for mapping requests to annotated controllers.
RequestMappingHandlerMapping - Class in org.springframework.web.servlet.mvc.method.annotation
Creates RequestMappingInfo instances from type and method-level @RequestMapping annotations in @Controller classes.
RequestMappingHandlerMapping() - Constructor for class org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping
 
RequestMappingInfo - Class in org.springframework.web.servlet.mvc.method
Encapsulates the following request mapping conditions: PatternsRequestCondition RequestMethodsRequestCondition ParamsRequestCondition HeadersRequestCondition ConsumesRequestCondition ProducesRequestCondition RequestCondition<?> (optional, custom request condition)
RequestMappingInfo(PatternsRequestCondition, RequestMethodsRequestCondition, ParamsRequestCondition, HeadersRequestCondition, ConsumesRequestCondition, ProducesRequestCondition, RequestCondition<?>) - Constructor for class org.springframework.web.servlet.mvc.method.RequestMappingInfo
Creates a new instance with the given request conditions.
RequestMappingInfo(RequestMappingInfo, RequestCondition<?>) - Constructor for class org.springframework.web.servlet.mvc.method.RequestMappingInfo
Re-create a RequestMappingInfo with the given custom request condition.
RequestMappingInfoHandlerMapping - Class in org.springframework.web.servlet.mvc.method
Abstract base class for classes for which RequestMappingInfo defines the mapping between a request and a handler method.
RequestMappingInfoHandlerMapping() - Constructor for class org.springframework.web.servlet.mvc.method.RequestMappingInfoHandlerMapping
 
RequestMatcher - Interface in org.springframework.test.web.client
A contract for matching requests to expectations.
RequestMatcherClientHttpRequest - Class in org.springframework.test.web.client
A specialization of MockClientHttpRequest that matches the request against a set of expectations, via RequestMatcher instances.
RequestMatcherClientHttpRequest(RequestMatcher) - Constructor for class org.springframework.test.web.client.RequestMatcherClientHttpRequest
 
requestMatchers - Variable in class org.springframework.test.web.client.RequestMatcherClientHttpRequest
 
RequestMethod - Enum in org.springframework.web.bind.annotation
Java 5 enumeration of HTTP request methods.
RequestMethod() - Constructor for enum org.springframework.web.bind.annotation.RequestMethod
 
RequestMethodsRequestCondition - Class in org.springframework.web.servlet.mvc.condition
A logical disjunction (' || ') request condition that matches a request against a set of RequestMethods.
RequestMethodsRequestCondition(RequestMethod...) - Constructor for class org.springframework.web.servlet.mvc.condition.RequestMethodsRequestCondition
Create a new instance with the given request methods.
RequestMethodsRequestCondition(Collection<RequestMethod>) - Constructor for class org.springframework.web.servlet.mvc.condition.RequestMethodsRequestCondition
Private constructor.
RequestParam - Annotation Type in org.springframework.web.bind.annotation
Annotation which indicates that a method parameter should be bound to a web request parameter.
requestParameterMapToString(Map<String, String[]>) - Static method in class org.springframework.web.bind.UnsatisfiedServletRequestParameterException
 
RequestParamMapMethodArgumentResolver - Class in org.springframework.web.method.annotation
Resolves Map method arguments annotated with an @RequestParam where the annotation does not specify a request parameter name.
RequestParamMapMethodArgumentResolver() - Constructor for class org.springframework.web.method.annotation.RequestParamMapMethodArgumentResolver
 
RequestParamMethodArgumentResolver - Class in org.springframework.web.method.annotation
Resolves method arguments annotated with @RequestParam, arguments of type MultipartFile in conjunction with Spring's MultipartResolver abstraction, and arguments of type javax.servlet.http.Part in conjunction with Servlet 3.0 multipart requests.
RequestParamMethodArgumentResolver(ConfigurableBeanFactory, boolean) - Constructor for class org.springframework.web.method.annotation.RequestParamMethodArgumentResolver
 
RequestParamMethodArgumentResolver.RequestParamNamedValueInfo - Class in org.springframework.web.method.annotation
 
RequestParamMethodArgumentResolver.RequestParamNamedValueInfo() - Constructor for class org.springframework.web.method.annotation.RequestParamMethodArgumentResolver.RequestParamNamedValueInfo
 
RequestParamMethodArgumentResolver.RequestParamNamedValueInfo(RequestParam) - Constructor for class org.springframework.web.method.annotation.RequestParamMethodArgumentResolver.RequestParamNamedValueInfo
 
RequestPart - Annotation Type in org.springframework.web.bind.annotation
Annotation that can be used to associate the part of a "multipart/form-data" request with a method argument.
RequestPartMethodArgumentResolver - Class in org.springframework.web.servlet.mvc.method.annotation
Resolves the following method arguments: Annotated with @RequestPart Of type MultipartFile in conjunction with Spring's MultipartResolver abstraction Of type javax.servlet.http.Part in conjunction with Servlet 3.0 multipart requests
RequestPartMethodArgumentResolver(List<HttpMessageConverter<?>>) - Constructor for class org.springframework.web.servlet.mvc.method.annotation.RequestPartMethodArgumentResolver
 
RequestPartServletServerHttpRequest - Class in org.springframework.web.multipart.support
ServerHttpRequest implementation that accesses one part of a multipart request.
RequestPartServletServerHttpRequest(HttpServletRequest, String) - Constructor for class org.springframework.web.multipart.support.RequestPartServletServerHttpRequest
Create a new instance.
RequestPostProcessor - Interface in org.springframework.test.web.servlet.request
Extension point for applications or 3rd party libraries that wish to further initialize a MockHttpServletRequest instance after it has been built by MockHttpServletRequestBuilder or its sub-class MockMultipartHttpServletRequestBuilder.
RequestResponseBodyMethodProcessor - Class in org.springframework.web.servlet.mvc.method.annotation
Resolves method arguments annotated with @RequestBody and handles return values from methods annotated with @ResponseBody by reading and writing to the body of the request or response with an HttpMessageConverter.
RequestResponseBodyMethodProcessor(List<HttpMessageConverter<?>>) - Constructor for class org.springframework.web.servlet.mvc.method.annotation.RequestResponseBodyMethodProcessor
 
RequestResponseBodyMethodProcessor(List<HttpMessageConverter<?>>, ContentNegotiationManager) - Constructor for class org.springframework.web.servlet.mvc.method.annotation.RequestResponseBodyMethodProcessor
 
RequestResultMatchers - Class in org.springframework.test.web.servlet.result
Factory for assertions on the request.
RequestResultMatchers() - Constructor for class org.springframework.test.web.servlet.result.RequestResultMatchers
Protected constructor.
RequestScope - Class in org.springframework.web.context.request
Request-backed Scope implementation.
RequestScope() - Constructor for class org.springframework.web.context.request.RequestScope
 
requestTo(<any>) - Static method in class org.springframework.test.web.client.match.MockRestRequestMatchers
Assert the request URI string with the given matcher.
RequestToViewNameTranslator - Interface in org.springframework.web.servlet
Strategy interface for translating an incoming javax.servlet.http.HttpServletRequest into a logical view name when no view name is explicitly supplied.
requestType - Variable in class org.springframework.web.portlet.context.PortletRequestHandledEvent
Type of Portlet Request
requestURI - Variable in class org.springframework.mock.web.MockHttpServletRequest
 
requestUrl - Variable in class org.springframework.web.context.support.ServletRequestHandledEvent
URL that the triggered the request
require(int, String, String) - Method in class org.springframework.util.xml.AbstractXMLStreamReader
 
required - Variable in class org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor.AutowiredFieldElement
 
required - Variable in class org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor.AutowiredMethodElement
 
Required - Annotation Type in org.springframework.beans.factory.annotation
Marks a method (typically a JavaBean setter method) as being 'required': that is, the setter method must be configured to be dependency-injected with a value.
required - Variable in class org.springframework.beans.factory.config.DependencyDescriptor
 
required - Variable in class org.springframework.web.method.annotation.AbstractNamedValueMethodArgumentResolver.NamedValueInfo
 
REQUIRED_ANNOTATION_PROCESSOR_BEAN_NAME - Static variable in class org.springframework.context.annotation.AnnotationConfigUtils
The bean name of the internally managed Required annotation processor.
RequiredAnnotationBeanPostProcessor - Class in org.springframework.beans.factory.annotation
BeanPostProcessor implementation that enforces required JavaBean properties to have been configured.
RequiredAnnotationBeanPostProcessor() - Constructor for class org.springframework.beans.factory.annotation.RequiredAnnotationBeanPostProcessor
 
requiredAnnotationType - Variable in class org.springframework.beans.factory.annotation.RequiredAnnotationBeanPostProcessor
 
requiredContextClass() - Method in class org.springframework.context.support.ApplicationObjectSupport
Determine the context class that any context passed to setApplicationContext must be an instance of.
requiredFields - Variable in class org.springframework.validation.DataBinder
 
requiredParameterName - Variable in class org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor
 
requiredParameterValue - Variable in class org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor
 
requiredProperties - Variable in class org.springframework.core.env.AbstractPropertyResolver
 
requiredProperties - Variable in class org.springframework.web.filter.GenericFilterBean
Set of required properties (Strings) that must be supplied as config parameters to this filter.
requiredProperties - Variable in class org.springframework.web.portlet.GenericPortletBean
Set of required properties (Strings) that must be supplied as config parameters to this portlet.
requiredProperties - Variable in class org.springframework.web.servlet.HttpServletBean
Set of required properties (Strings) that must be supplied as config parameters to this servlet.
requiredRowsAffected - Variable in class org.springframework.jdbc.object.SqlUpdate
An exact number of rows that must be affected.
requiredSingleResult(Collection<T>) - Static method in class org.springframework.dao.support.DataAccessUtils
Return a single result object from the given Collection.
requiredType - Variable in exception org.springframework.beans.factory.BeanNotOfRequiredTypeException
The required type
requiredType - Variable in class org.springframework.beans.factory.config.CustomEditorConfigurer.SharedPropertyEditorRegistrar
 
requiredType - Variable in exception org.springframework.beans.TypeMismatchException
 
requiredType - Variable in class org.springframework.jdbc.core.SingleColumnRowMapper
 
requiredType - Variable in exception org.springframework.jndi.TypeMismatchNamingException
 
requiredUniqueResult(Collection<T>) - Static method in class org.springframework.dao.support.DataAccessUtils
Return a unique result object from the given Collection.
requiredViewClass() - Method in class org.springframework.web.servlet.view.AbstractTemplateViewResolver
 
requiredViewClass() - Method in class org.springframework.web.servlet.view.freemarker.FreeMarkerViewResolver
Requires FreeMarkerView.
requiredViewClass() - Method in class org.springframework.web.servlet.view.InternalResourceViewResolver
This resolver requires InternalResourceView.
requiredViewClass() - Method in class org.springframework.web.servlet.view.jasperreports.JasperReportsViewResolver
Requires the view class to be a subclass of AbstractJasperReportsView.
requiredViewClass() - Method in class org.springframework.web.servlet.view.tiles2.TilesViewResolver
Requires TilesView.
requiredViewClass() - Method in class org.springframework.web.servlet.view.UrlBasedViewResolver
Return the required type of view for this resolver.
requiredViewClass() - Method in class org.springframework.web.servlet.view.velocity.VelocityLayoutViewResolver
Requires VelocityLayoutView.
requiredViewClass() - Method in class org.springframework.web.servlet.view.velocity.VelocityViewResolver
Requires VelocityView.
requiredViewClass() - Method in class org.springframework.web.servlet.view.xslt.XsltViewResolver
 
requiresConfigInterface() - Method in class org.springframework.scripting.bsh.BshScriptFactory
BeanShell scripts do require a config interface.
requiresConfigInterface() - Method in class org.springframework.scripting.groovy.GroovyScriptFactory
Groovy scripts do not need a config interface, since they expose their setters as public methods.
requiresConfigInterface() - Method in class org.springframework.scripting.jruby.JRubyScriptFactory
JRuby scripts do require a config interface.
requiresConfigInterface() - Method in interface org.springframework.scripting.ScriptFactory
Return whether the script requires a config interface to be generated for it.
requiresDestruction(Object, RootBeanDefinition) - Method in class org.springframework.beans.factory.support.AbstractBeanFactory
Determine whether the given bean requires destruction on shutdown.
requiresEagerInitForType(String) - Method in class org.springframework.beans.factory.support.DefaultListableBeanFactory
Check whether the specified bean would need to be eagerly initialized in order to determine its type.
requireSession - Variable in class org.springframework.web.portlet.handler.PortletContentGenerator
 
requireSession - Variable in class org.springframework.web.servlet.support.WebContentGenerator
 
requiresReader() - Method in class org.springframework.core.io.support.EncodedResource
Determine whether a Reader is required as opposed to an InputStream, i.e.
requiresRefresh() - Method in class org.springframework.aop.target.dynamic.AbstractRefreshableTargetSource
Determine whether a refresh is required.
requiresRefresh() - Method in class org.springframework.scripting.support.RefreshableScriptTargetSource
Determine whether a refresh is required through calling ScriptFactory's requiresScriptedObjectRefresh method.
requiresScriptedObjectRefresh(ScriptSource) - Method in class org.springframework.scripting.bsh.BshScriptFactory
 
requiresScriptedObjectRefresh(ScriptSource) - Method in class org.springframework.scripting.groovy.GroovyScriptFactory
 
requiresScriptedObjectRefresh(ScriptSource) - Method in class org.springframework.scripting.jruby.JRubyScriptFactory
 
requiresScriptedObjectRefresh(ScriptSource) - Method in interface org.springframework.scripting.ScriptFactory
Determine whether a refresh is required (e.g.
rescheduleJob(Trigger) - Method in class org.springframework.scheduling.quartz.SchedulerAccessor
 
rescheduleTaskIfNecessary(Object) - Method in class org.springframework.jms.listener.AbstractJmsListeningContainer
Take the given task object and reschedule it, either immediately if this container is currently running, or later once this container has been restarted.
ReschedulingRunnable - Class in org.springframework.scheduling.concurrent
Internal adapter that reschedules an underlying Runnable according to the next execution time suggested by a given Trigger.
ReschedulingRunnable(Runnable, Trigger, ScheduledExecutorService, ErrorHandler) - Constructor for class org.springframework.scheduling.concurrent.ReschedulingRunnable
 
RESERVED_DEFAULT_PROFILE_NAME - Static variable in class org.springframework.core.env.AbstractEnvironment
Name of reserved default profile name: "default".
reset() - Static method in class org.springframework.aop.framework.adapter.GlobalAdvisorAdapterRegistry
Reset the singleton DefaultAdvisorAdapterRegistry, removing any registered adapters.
reset() - Method in class org.springframework.jdbc.object.BatchSqlUpdate
Reset the statement parameter queue, the rows affected cache, and the execution count.
reset() - Method in class org.springframework.mock.web.MockFilterChain
Reset the MockFilterChain allowing it to be invoked again.
reset() - Method in class org.springframework.mock.web.MockHttpServletResponse
 
reset() - Method in class org.springframework.mock.web.portlet.MockMimeResponse
 
reset(String) - Method in class org.springframework.mock.web.portlet.MockPortletPreferences
 
reset() - Method in class org.springframework.oxm.xmlbeans.XmlBeansMarshaller.NonClosingInputStream
 
reset() - Method in class org.springframework.oxm.xmlbeans.XmlBeansMarshaller.NonClosingReader
 
reset() - Method in class org.springframework.remoting.jaxrpc.JaxRpcPortClientInterceptor
Deprecated.
Reset the prepared service of this interceptor, allowing for reinitialization on next access.
reset(Calendar, List<Integer>) - Method in class org.springframework.scheduling.support.CronSequenceGenerator
Reset the calendar setting all the fields provided to zero.
reset() - Method in interface org.springframework.transaction.support.ResourceHolder
Reset the transactional state of this holder.
reset() - Method in class org.springframework.transaction.support.ResourceHolderSupport
Reset this resource holder - transactional state as well as reference count.
reset() - Method in class org.springframework.web.filter.ShallowEtagHeaderFilter.ShallowEtagResponseWrapper
 
resetBeanDefinition(String) - Method in class org.springframework.beans.factory.support.DefaultListableBeanFactory
Reset all bean definition caches for the given bean, including the caches of beans that are derived from it.
resetBuffer() - Method in class org.springframework.mock.web.MockHttpServletResponse
 
resetBuffer() - Method in class org.springframework.mock.web.portlet.MockMimeResponse
 
resetBuffer() - Method in class org.springframework.web.filter.ShallowEtagHeaderFilter.ShallowEtagResponseWrapper
 
resetCachedTemplates() - Method in class org.springframework.web.servlet.view.xslt.AbstractXsltView
Deprecated.
Reset the cached Templates object, if any.
resetConnection() - Method in class org.springframework.jca.cci.connection.SingleConnectionFactory
Reset the underlying shared Connection, to be reinitialized on next access.
resetConnection() - Method in class org.springframework.jdbc.datasource.SingleConnectionDataSource
Reset the underlying shared Connection, to be reinitialized on next access.
resetConnection() - Method in class org.springframework.jms.connection.CachingConnectionFactory
Resets the Session cache as well.
resetConnection() - Method in class org.springframework.jms.connection.SingleConnectionFactory
Reset the underlying shared Connection, to be reinitialized on next access.
resetConnectionAfterTransaction(Connection, Integer) - Static method in class org.springframework.jdbc.datasource.DataSourceUtils
Reset the given Connection after a transaction, regarding read-only flag and isolation level.
resetContextHolders() - Method in class org.springframework.web.filter.RequestContextFilter
 
resetContextHolders(HttpServletRequest, LocaleContext, RequestAttributes) - Method in class org.springframework.web.servlet.FrameworkServlet
 
resetCount() - Method in class org.springframework.aop.interceptor.DebugInterceptor
Reset the invocation count to zero.
resetFilters(boolean) - Method in class org.springframework.context.annotation.ClassPathScanningCandidateComponentProvider
Reset the configured type filters.
resetFlushMode() - Method in class org.springframework.orm.jpa.vendor.HibernateJpaDialect.SessionTransactionData
 
resetHierarchicalComponents() - Method in class org.springframework.web.util.UriComponentsBuilder
 
resetJodaTimeContext() - Static method in class org.springframework.format.datetime.joda.JodaTimeContextHolder
Reset the JodaTimeContext for the current thread.
resetLocaleContext() - Static method in class org.springframework.context.i18n.LocaleContextHolder
Reset the LocaleContext for the current thread.
resetRequestAttributes() - Static method in class org.springframework.web.context.request.RequestContextHolder
Reset the RequestAttributes for the current thread.
resetSchemeSpecificPart() - Method in class org.springframework.web.util.UriComponentsBuilder
 
resetThreadContextClassLoader(ClassLoader) - Method in class org.springframework.remoting.support.RemotingSupport
Reset the original thread context ClassLoader if necessary.
RESIN_DEFAULT_SERVLET_NAME - Static variable in class org.springframework.web.servlet.resource.DefaultServletHttpRequestHandler
Default Servlet name used by Resin
resizeThreshold - Variable in class org.springframework.util.ConcurrentReferenceHashMap.Segment
The threshold when resizing of the references should occur.
resolvableDependencies - Variable in class org.springframework.beans.factory.support.DefaultListableBeanFactory
Map from dependency type to corresponding autowired value
resolvableToString() - Method in class org.springframework.context.support.DefaultMessageSourceResolvable
Build a default String representation for this MessageSourceResolvable: including codes, arguments, and default message.
resolve(String) - Method in class org.springframework.beans.factory.xml.DefaultNamespaceHandlerResolver
Locate the NamespaceHandler for the supplied namespace URI from the configured mappings.
resolve(String) - Method in interface org.springframework.beans.factory.xml.NamespaceHandlerResolver
Resolve the namespace URI and return the located NamespaceHandler implementation.
resolve(EvaluationContext, String) - Method in class org.springframework.context.expression.BeanFactoryResolver
 
resolve(EvaluationContext, String) - Method in interface org.springframework.expression.BeanResolver
Look up the named bean and return it.
resolve(EvaluationContext, String, List<TypeDescriptor>) - Method in interface org.springframework.expression.ConstructorResolver
Within the supplied context determine a suitable constructor on the supplied type that can handle the specified arguments.
resolve(EvaluationContext, Object, String, List<TypeDescriptor>) - Method in interface org.springframework.expression.MethodResolver
Within the supplied context determine a suitable method on the supplied object that can handle the specified arguments.
resolve(EvaluationContext, String, List<TypeDescriptor>) - Method in class org.springframework.expression.spel.support.ReflectiveConstructorResolver
Locate a constructor on the type.
resolve(EvaluationContext, Object, String, List<TypeDescriptor>) - Method in class org.springframework.expression.spel.support.ReflectiveMethodResolver
Locate a method on a type.
resolveAction() - Method in class org.springframework.web.servlet.tags.form.FormTag
Resolve the value of the 'action' attribute.
resolveActiveProfiles(Class<?>) - Static method in class org.springframework.test.context.ContextLoaderUtils
Resolve active bean definition profiles for the supplied Class.
resolveAliases(StringValueResolver) - Method in interface org.springframework.beans.factory.config.ConfigurableBeanFactory
Resolve all alias target names and aliases registered in this factory, applying the given StringValueResolver to them.
resolveAliases(StringValueResolver) - Method in class org.springframework.core.SimpleAliasRegistry
Resolve all alias target names and aliases registered in this factory, applying the given StringValueResolver to them.
resolveAnnotations() - Method in class org.springframework.core.convert.Property
 
resolveArgument(MethodParameter, NativeWebRequest) - Method in interface org.springframework.web.bind.support.WebArgumentResolver
Resolve an argument for the given handler method parameter within the given web request.
resolveArgument(MethodParameter, ModelAndViewContainer, NativeWebRequest, WebDataBinderFactory) - Method in class org.springframework.web.method.annotation.AbstractNamedValueMethodArgumentResolver
 
resolveArgument(MethodParameter, ModelAndViewContainer, NativeWebRequest, WebDataBinderFactory) - Method in class org.springframework.web.method.annotation.AbstractWebArgumentResolverAdapter
Delegate to the WebArgumentResolver instance.
resolveArgument(MethodParameter, ModelAndViewContainer, NativeWebRequest, WebDataBinderFactory) - Method in class org.springframework.web.method.annotation.ErrorsMethodArgumentResolver
 
resolveArgument(MethodParameter, ModelAndViewContainer, NativeWebRequest, WebDataBinderFactory) - Method in class org.springframework.web.method.annotation.MapMethodProcessor
 
resolveArgument(MethodParameter, ModelAndViewContainer, NativeWebRequest, WebDataBinderFactory) - Method in class org.springframework.web.method.annotation.ModelAttributeMethodProcessor
Resolve the argument from the model or if not found instantiate it with its default if it is available.
resolveArgument(MethodParameter, ModelAndViewContainer, NativeWebRequest, WebDataBinderFactory) - Method in class org.springframework.web.method.annotation.ModelMethodProcessor
 
resolveArgument(MethodParameter, ModelAndViewContainer, NativeWebRequest, WebDataBinderFactory) - Method in class org.springframework.web.method.annotation.RequestHeaderMapMethodArgumentResolver
 
resolveArgument(MethodParameter, ModelAndViewContainer, NativeWebRequest, WebDataBinderFactory) - Method in class org.springframework.web.method.annotation.RequestParamMapMethodArgumentResolver
 
resolveArgument(MethodParameter, ModelAndViewContainer, NativeWebRequest, WebDataBinderFactory) - Method in class org.springframework.web.method.annotation.SessionStatusMethodArgumentResolver
 
resolveArgument(MethodParameter, ModelAndViewContainer, NativeWebRequest, WebDataBinderFactory) - Method in interface org.springframework.web.method.support.HandlerMethodArgumentResolver
Resolves a method parameter into an argument value from a given request.
resolveArgument(MethodParameter, ModelAndViewContainer, NativeWebRequest, WebDataBinderFactory) - Method in class org.springframework.web.method.support.HandlerMethodArgumentResolverComposite
Iterate over registered HandlerMethodArgumentResolvers and invoke the one that supports it.
resolveArgument(MethodParameter, ModelAndViewContainer, NativeWebRequest, WebDataBinderFactory) - Method in class org.springframework.web.servlet.mvc.method.annotation.HttpEntityMethodProcessor
 
resolveArgument(MethodParameter, ModelAndViewContainer, NativeWebRequest, WebDataBinderFactory) - Method in class org.springframework.web.servlet.mvc.method.annotation.MatrixVariableMapMethodArgumentResolver
 
resolveArgument(MethodParameter, ModelAndViewContainer, NativeWebRequest, WebDataBinderFactory) - Method in class org.springframework.web.servlet.mvc.method.annotation.PathVariableMapMethodArgumentResolver
Return a Map with all URI template variables or an empty map.
resolveArgument(MethodParameter, ModelAndViewContainer, NativeWebRequest, WebDataBinderFactory) - Method in class org.springframework.web.servlet.mvc.method.annotation.RedirectAttributesMethodArgumentResolver
 
resolveArgument(MethodParameter, ModelAndViewContainer, NativeWebRequest, WebDataBinderFactory) - Method in class org.springframework.web.servlet.mvc.method.annotation.RequestPartMethodArgumentResolver
 
resolveArgument(MethodParameter, ModelAndViewContainer, NativeWebRequest, WebDataBinderFactory) - Method in class org.springframework.web.servlet.mvc.method.annotation.RequestResponseBodyMethodProcessor
Resolves a method parameter into an argument value from a given request.
resolveArgument(MethodParameter, ModelAndViewContainer, NativeWebRequest, WebDataBinderFactory) - Method in class org.springframework.web.servlet.mvc.method.annotation.ServletRequestMethodArgumentResolver
 
resolveArgument(MethodParameter, ModelAndViewContainer, NativeWebRequest, WebDataBinderFactory) - Method in class org.springframework.web.servlet.mvc.method.annotation.ServletResponseMethodArgumentResolver
Set ModelAndViewContainer.setRequestHandled(boolean) to false to indicate that the method signature provides access to the response.
resolveArgument(MethodParameter, ModelAndViewContainer, NativeWebRequest, WebDataBinderFactory) - Method in class org.springframework.web.servlet.mvc.method.annotation.UriComponentsBuilderMethodArgumentResolver
 
resolveArguments(Object[], Locale) - Method in class org.springframework.context.support.AbstractMessageSource
Searches through the given array of objects, finds any MessageSourceResolvable objects and resolves them.
resolveArguments(Object[], Locale) - Method in class org.springframework.context.support.MessageSourceSupport
Template method for resolving argument objects.
resolveArguments(Object) - Method in class org.springframework.web.servlet.tags.MessageTag
Resolve the given arguments Object into an arguments array.
resolveArguments(Object[]) - Method in class org.springframework.web.struts.SpringBindingActionForm
Deprecated.
 
resolveAutowiredArgument(MethodParameter, String, Set<String>, TypeConverter) - Method in class org.springframework.beans.factory.support.ConstructorResolver
Template method for resolving the specified argument which is supposed to be autowired.
resolveAutowiringValue(Object, Class) - Static method in class org.springframework.beans.factory.support.AutowireUtils
Resolve the given autowiring value against the given required type, e.g.
resolveBasePackage(String) - Method in class org.springframework.context.annotation.ClassPathScanningCandidateComponentProvider
Resolve the specified base package into a pattern specification for the package search path.
resolveBean() - Method in class org.springframework.web.method.ControllerAdviceBean
Return a bean instance if necessary resolving the bean name through the BeanFactory.
resolveBeanClass(ClassLoader) - Method in class org.springframework.beans.factory.support.AbstractBeanDefinition
Determine the class of the wrapped bean, resolving it from a specified class name if necessary.
resolveBeanClass(RootBeanDefinition, String, Class<?>...) - Method in class org.springframework.beans.factory.support.AbstractBeanFactory
Resolve the bean class for the specified bean definition, resolving a bean class name into a Class reference (if necessary) and storing the resolved Class in the bean definition for further use.
resolveBeforeInstantiation(String, RootBeanDefinition) - Method in class org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory
Apply before-instantiation post-processors, resolving whether there is a before-instantiation shortcut for the specified bean.
resolveCachedArguments(String) - Method in class org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor.AutowiredMethodElement
 
resolveClass(ObjectStreamClass) - Method in class org.springframework.core.ConfigurableObjectInputStream
 
resolveClassName(String) - Method in class org.springframework.beans.factory.config.MethodInvokingFactoryBean
 
resolveClassName(String) - Method in class org.springframework.scheduling.quartz.MethodInvokingJobDetailFactoryBean
 
resolveClassName(String) - Method in class org.springframework.scheduling.support.MethodInvokingRunnable
 
resolveClassName(String, ClassLoader) - Static method in class org.springframework.util.ClassUtils
Resolve the given class name into a Class instance.
resolveClassName(String) - Method in class org.springframework.util.MethodInvoker
Resolve the given class name into a Class.
resolveClassNames(String[], String) - Method in class org.springframework.jmx.export.assembler.InterfaceBasedMBeanInfoAssembler
Resolve the given class names into Class objects.
resolveCode(String, Locale) - Method in class org.springframework.context.support.AbstractMessageSource
Subclasses must implement this method to resolve a message.
resolveCode(String, Locale) - Method in class org.springframework.context.support.ReloadableResourceBundleMessageSource
Resolves the given message code as key in the retrieved bundle files, using a cached MessageFormat instance per message code.
resolveCode(String, Locale) - Method in class org.springframework.context.support.ResourceBundleMessageSource
Resolves the given message code as key in the registered resource bundles, using a cached MessageFormat instance per message code.
resolveCode(String, Locale) - Method in class org.springframework.context.support.StaticMessageSource
 
resolveCodeWithoutArguments(String, Locale) - Method in class org.springframework.context.support.AbstractMessageSource
Subclasses can override this method to resolve a message without arguments in an optimized fashion, i.e.
resolveCodeWithoutArguments(String, Locale) - Method in class org.springframework.context.support.ReloadableResourceBundleMessageSource
Resolves the given message code as key in the retrieved bundle files, returning the value found in the bundle as-is (without MessageFormat parsing).
resolveCodeWithoutArguments(String, Locale) - Method in class org.springframework.context.support.ResourceBundleMessageSource
Resolves the given message code as key in the registered resource bundles, returning the value found in the bundle as-is (without MessageFormat parsing).
resolveCodeWithoutArguments(String, Locale) - Method in class org.springframework.context.support.StaticMessageSource
 
resolveCollectionElementType() - Method in class org.springframework.core.convert.AbstractDescriptor
 
resolveCollectionElementType() - Method in class org.springframework.core.convert.BeanPropertyDescriptor
 
resolveCollectionElementType() - Method in class org.springframework.core.convert.ClassDescriptor
 
resolveCollectionElementType() - Method in class org.springframework.core.convert.FieldDescriptor
 
resolveCollectionElementType() - Method in class org.springframework.core.convert.ParameterDescriptor
 
resolveCommonArgument(MethodParameter, NativeWebRequest) - Method in class org.springframework.web.bind.annotation.support.HandlerMethodInvoker
 
resolveCommonArgument(MethodParameter, NativeWebRequest, Exception) - Method in class org.springframework.web.portlet.mvc.annotation.AnnotationMethodHandlerExceptionResolver
Resolves common method arguments.
resolveCommonArgument(MethodParameter, NativeWebRequest, Exception) - Method in class org.springframework.web.servlet.mvc.annotation.AnnotationMethodHandlerExceptionResolver
Deprecated.
Resolves common method arguments.
resolveConstructorArguments(String, RootBeanDefinition, BeanWrapper, ConstructorArgumentValues, ConstructorArgumentValues) - Method in class org.springframework.beans.factory.support.ConstructorResolver
Resolve the constructor arguments for this bean into the resolvedValues object.
resolveContextConfigurationAttributes(Class<?>) - Static method in class org.springframework.test.context.ContextLoaderUtils
Resolve the list of context configuration attributes for the supplied test class and its superclasses.
resolveContextHierarchyAttributes(Class<?>) - Static method in class org.springframework.test.context.ContextLoaderUtils
Resolve the list of lists of context configuration attributes for the supplied test class and its superclasses, taking into account context hierarchies declared via @ContextHierarchy and @ContextConfiguration.
resolveContextLoader(Class<?>, List<ContextConfigurationAttributes>, String) - Static method in class org.springframework.test.context.ContextLoaderUtils
Resolve the ContextLoader class to use for the supplied list of ContextConfigurationAttributes and then instantiate and return that ContextLoader.
resolveContextLoaderClass(Class<?>, List<ContextConfigurationAttributes>, String) - Static method in class org.springframework.test.context.ContextLoaderUtils
Resolve the ContextLoader class to use for the supplied list of ContextConfigurationAttributes.
resolveContextualObject(String) - Method in interface org.springframework.beans.factory.config.Scope
Resolve the contextual object for the given key, if any.
resolveContextualObject(String) - Method in class org.springframework.context.support.SimpleThreadScope
 
resolveContextualObject(String) - Method in class org.springframework.web.context.request.AbstractRequestAttributesScope
 
resolveContextualObject(String) - Method in class org.springframework.web.context.support.ServletContextScope
 
resolveContextualObject(String) - Method in class org.springframework.web.portlet.context.PortletContextScope
 
resolveCookieValue(String, boolean, String, MethodParameter, NativeWebRequest, Object) - Method in class org.springframework.web.bind.annotation.support.HandlerMethodInvoker
 
resolveCookieValue(String, Class, NativeWebRequest) - Method in class org.springframework.web.bind.annotation.support.HandlerMethodInvoker
Resolves the given @CookieValue annotation.
resolveCookieValue(String, Class, NativeWebRequest) - Method in class org.springframework.web.portlet.mvc.annotation.AnnotationMethodHandlerAdapter.PortletHandlerMethodInvoker
 
resolveCookieValue(String, Class, NativeWebRequest) - Method in class org.springframework.web.servlet.mvc.annotation.AnnotationMethodHandlerAdapter.ServletHandlerMethodInvoker
Deprecated.
 
resolveCssClass() - Method in class org.springframework.web.servlet.tags.form.AbstractHtmlElementTag
Gets the appropriate CSS class to use based on the state of the current BindStatus object.
resolveCssClass() - Method in class org.springframework.web.servlet.tags.form.FormTag
Override resolve CSS class since error class is not supported.
resolvedCachedArgument(String, Object) - Method in class org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor
Resolve the specified cached method argument or field value.
resolvedConstructorArguments - Variable in class org.springframework.beans.factory.support.RootBeanDefinition
Package-visible field for caching fully resolved constructor arguments
resolvedConstructorOrFactoryMethod - Variable in class org.springframework.beans.factory.support.RootBeanDefinition
Package-visible field for caching the resolved constructor or factory method
resolvedDataSources - Variable in class org.springframework.jdbc.datasource.lookup.AbstractRoutingDataSource
 
resolvedDefaultDataSource - Variable in class org.springframework.jdbc.datasource.lookup.AbstractRoutingDataSource
 
resolvedDescriptor - Variable in class org.springframework.beans.PropertyValue
Package-visible field for caching the resolved PropertyDescriptor
resolveDefaultResponseDestination(Session) - Method in class org.springframework.jms.listener.adapter.MessageListenerAdapter
Resolve the default response destination into a JMS Destination, using this accessor's DestinationResolver in case of a destination name.
resolveDefaultValue(String) - Method in class org.springframework.web.bind.annotation.support.HandlerMethodInvoker
 
resolveDefaultValue(String) - Method in class org.springframework.web.method.annotation.AbstractNamedValueMethodArgumentResolver
Resolves the given default value into an argument value.
resolveDefaultValue(String) - Method in class org.springframework.web.portlet.mvc.annotation.AnnotationMethodHandlerAdapter.PortletHandlerMethodInvoker
 
resolveDefaultValue(String) - Method in class org.springframework.web.servlet.mvc.annotation.AnnotationMethodHandlerAdapter.ServletHandlerMethodInvoker
Deprecated.
 
resolvedElementType - Variable in class org.springframework.beans.factory.support.ManagedArray
Resolved element type for runtime creation of the target array
resolveDependency(DependencyDescriptor, String) - Method in interface org.springframework.beans.factory.config.AutowireCapableBeanFactory
Resolve the specified dependency against the beans defined in this factory.
resolveDependency(DependencyDescriptor, String, Set<String>, TypeConverter) - Method in interface org.springframework.beans.factory.config.AutowireCapableBeanFactory
Resolve the specified dependency against the beans defined in this factory.
resolveDependency(DependencyDescriptor, String) - Method in class org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory
 
resolveDependency(DependencyDescriptor, String, Set<String>, TypeConverter) - Method in class org.springframework.beans.factory.support.DefaultListableBeanFactory
 
resolveDependency(DependencyDescriptor, String) - Method in class org.springframework.test.web.servlet.setup.StubWebApplicationContext.StubBeanFactory
 
resolveDependency(DependencyDescriptor, String, Set<String>, TypeConverter) - Method in class org.springframework.test.web.servlet.setup.StubWebApplicationContext.StubBeanFactory
 
resolveDestinationName(Session, String, boolean) - Method in class org.springframework.jms.support.destination.BeanFactoryDestinationResolver
 
resolveDestinationName(Session, String, boolean) - Method in interface org.springframework.jms.support.destination.DestinationResolver
Resolve the given destination name, either as located resource or as dynamic destination.
resolveDestinationName(Session, String, boolean) - Method in class org.springframework.jms.support.destination.DynamicDestinationResolver
Resolve the specified destination name as a dynamic destination.
resolveDestinationName(Session, String) - Method in class org.springframework.jms.support.destination.JmsDestinationAccessor
Resolve the given destination name into a JMS Destination, via this accessor's DestinationResolver.
resolveDestinationName(Session, String, boolean) - Method in class org.springframework.jms.support.destination.JndiDestinationResolver
 
resolvedException - Variable in class org.springframework.test.web.servlet.DefaultMvcResult
 
resolvedInterfaceMappings - Variable in class org.springframework.jmx.export.assembler.InterfaceBasedMBeanInfoAssembler
Stores the mappings of bean keys to an array of Classes.
resolvedTokens - Variable in class org.springframework.beans.PropertyValue
Package-visible field for caching the resolved property path tokens
resolveEmbeddedValue(String) - Method in interface org.springframework.beans.factory.config.ConfigurableBeanFactory
Resolve the given embedded value, e.g.
resolveEmbeddedValue(String) - Method in class org.springframework.beans.factory.support.AbstractBeanFactory
 
resolveEmbeddedValue(String) - Method in class org.springframework.format.datetime.DateTimeFormatAnnotationFormatterFactory
 
resolveEmbeddedValue(String) - Method in class org.springframework.format.datetime.joda.JodaDateTimeFormatAnnotationFormatterFactory
 
resolveEmbeddedValue(String) - Method in class org.springframework.format.number.NumberFormatAnnotationFormatterFactory
 
resolveEmbeddedValuesInPatterns(String[]) - Method in class org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping
Resolve placeholder values in the given array of patterns.
resolveEntity(String, String) - Method in class org.springframework.beans.factory.xml.BeansDtdResolver
 
resolveEntity(String, String) - Method in class org.springframework.beans.factory.xml.DelegatingEntityResolver
 
resolveEntity(String, String) - Method in class org.springframework.beans.factory.xml.PluggableSchemaResolver
 
resolveEntity(String, String) - Method in class org.springframework.beans.factory.xml.ResourceEntityResolver
 
resolveEntityManager(String) - Method in class org.springframework.orm.jpa.support.PersistenceAnnotationBeanPostProcessor.PersistenceElement
 
resolveEntityManagerFactory(String) - Method in class org.springframework.orm.jpa.support.PersistenceAnnotationBeanPostProcessor.PersistenceElement
 
resolveException(RenderRequest, RenderResponse, Object, Exception) - Method in class org.springframework.web.portlet.handler.AbstractHandlerExceptionResolver
Checks whether this resolver is supposed to apply (i.e.
resolveException(ResourceRequest, ResourceResponse, Object, Exception) - Method in class org.springframework.web.portlet.handler.AbstractHandlerExceptionResolver
 
resolveException(RenderRequest, RenderResponse, Object, Exception) - Method in interface org.springframework.web.portlet.HandlerExceptionResolver
Try to resolve the given exception that got thrown during on handler execution, returning a ModelAndView that represents a specific error page if appropriate.
resolveException(ResourceRequest, ResourceResponse, Object, Exception) - Method in interface org.springframework.web.portlet.HandlerExceptionResolver
Try to resolve the given exception that got thrown during on handler execution, returning a ModelAndView that represents a specific error page if appropriate.
resolveException(HttpServletRequest, HttpServletResponse, Object, Exception) - Method in class org.springframework.web.servlet.handler.AbstractHandlerExceptionResolver
Checks whether this resolver is supposed to apply (i.e.
resolveException(HttpServletRequest, HttpServletResponse, Object, Exception) - Method in class org.springframework.web.servlet.handler.HandlerExceptionResolverComposite
Resolve the exception by iterating over the list of configured exception resolvers.
resolveException(HttpServletRequest, HttpServletResponse, Object, Exception) - Method in interface org.springframework.web.servlet.HandlerExceptionResolver
Try to resolve the given exception that got thrown during on handler execution, returning a ModelAndView that represents a specific error page if appropriate.
resolveExpression(A) - Method in class org.springframework.aop.aspectj.annotation.AbstractAspectJAdvisorFactory.AspectJAnnotation
 
resolveExtendedEntityManager(Object, String) - Method in class org.springframework.orm.jpa.support.PersistenceAnnotationBeanPostProcessor.PersistenceElement
 
resolveFactoryMethodIfPossible(RootBeanDefinition) - Method in class org.springframework.beans.factory.support.ConstructorResolver
Resolve the factory method in the specified bean definition, if possible.
resolveFallbackIfPossible(String, ClassNotFoundException) - Method in class org.springframework.core.ConfigurableObjectInputStream
Resolve the given class name against a fallback class loader.
resolveFallbackIfPossible(String, ClassNotFoundException) - Method in class org.springframework.remoting.rmi.CodebaseAwareObjectInputStream
 
resolveFileExtensions(MediaType) - Method in class org.springframework.web.accept.ContentNegotiationManager
Delegate to all configured MediaTypeFileExtensionResolver instances and aggregate the list of all file extensions found.
resolveFileExtensions(MediaType) - Method in class org.springframework.web.accept.MappingMediaTypeFileExtensionResolver
Find the file extensions mapped to the given MediaType.
resolveFileExtensions(MediaType) - Method in interface org.springframework.web.accept.MediaTypeFileExtensionResolver
Resolve the given media type to a list of path extensions.
resolveFor() - Method in class org.springframework.web.servlet.tags.form.LabelTag
Determine the 'for' attribute value for this tag, autogenerating one if none specified.
resolveHandlerArguments(Method, Object, NativeWebRequest, ExtendedModelMap) - Method in class org.springframework.web.bind.annotation.support.HandlerMethodInvoker
 
resolveHandlerArguments(Method, Object, NativeWebRequest, Exception) - Method in class org.springframework.web.portlet.mvc.annotation.AnnotationMethodHandlerExceptionResolver
Resolves the arguments for the given method.
resolveHandlerArguments(Method, Object, NativeWebRequest, Exception) - Method in class org.springframework.web.servlet.mvc.annotation.AnnotationMethodHandlerExceptionResolver
Deprecated.
Resolves the arguments for the given method.
resolveHandlerMethod(PortletRequest) - Method in class org.springframework.web.portlet.mvc.annotation.AnnotationMethodHandlerAdapter.PortletHandlerMethodResolver
 
resolveHandlerMethod(HttpServletRequest) - Method in class org.springframework.web.servlet.mvc.annotation.AnnotationMethodHandlerAdapter.ServletHandlerMethodResolver
Deprecated.
 
resolveHttpEntityRequest(MethodParameter, NativeWebRequest) - Method in class org.springframework.web.bind.annotation.support.HandlerMethodInvoker
 
resolveId(Element, AbstractBeanDefinition, ParserContext) - Method in class org.springframework.beans.factory.xml.AbstractBeanDefinitionParser
Resolve the ID for the supplied BeanDefinition.
resolveId(Element, AbstractBeanDefinition, ParserContext) - Method in class org.springframework.beans.factory.xml.UtilNamespaceHandler.ConstantBeanDefinitionParser
 
resolveId(Element, AbstractBeanDefinition, ParserContext) - Method in class org.springframework.beans.factory.xml.UtilNamespaceHandler.PropertyPathBeanDefinitionParser
 
resolveId(Element, AbstractBeanDefinition, ParserContext) - Method in class org.springframework.context.config.LoadTimeWeaverBeanDefinitionParser
 
resolveId(Element, AbstractBeanDefinition, ParserContext) - Method in class org.springframework.context.config.MBeanExportBeanDefinitionParser
 
resolveId(Element, AbstractBeanDefinition, ParserContext) - Method in class org.springframework.context.config.MBeanServerBeanDefinitionParser
 
resolveId(Element, AbstractBeanDefinition, ParserContext) - Method in class org.springframework.transaction.config.JtaTransactionManagerBeanDefinitionParser
 
resolveId() - Method in class org.springframework.web.servlet.tags.form.AbstractDataBoundFormElementTag
Determine the 'id' attribute value for this tag, autogenerating one if none specified.
resolveId() - Method in class org.springframework.web.servlet.tags.form.AbstractMultiCheckedElementTag
Appends a counter to a specified id as well, since we're dealing with multiple HTML elements.
resolveId() - Method in class org.springframework.web.servlet.tags.form.OptionsTag
Appends a counter to a specified id, since we're dealing with multiple HTML elements.
resolveImplicitVariable(String) - Method in class org.springframework.web.servlet.tags.EvalTag.JspPropertyAccessor
 
resolveInitBinderArguments(Object, Method, WebDataBinder, NativeWebRequest) - Method in class org.springframework.web.bind.annotation.support.HandlerMethodInvoker
 
resolveInitializerClasses(List<ContextConfigurationAttributes>) - Static method in class org.springframework.test.context.ContextLoaderUtils
Resolve the list of merged ApplicationContextInitializer classes for the supplied list of ContextConfigurationAttributes.
resolveInnerBean(Object, String, BeanDefinition) - Method in class org.springframework.beans.factory.support.BeanDefinitionValueResolver
Resolve an inner bean definition.
resolveIntDescriptor(int, int) - Method in class org.springframework.jmx.export.assembler.MetadataMBeanInfoAssembler
Determines which of two int values should be used as the value for an attribute descriptor.
resolveInterceptorNames() - Method in class org.springframework.aop.framework.autoproxy.AbstractAutoProxyCreator
Resolves the specified interceptor names to Advisor objects.
resolveInterfaceMappings(Properties) - Method in class org.springframework.jmx.export.assembler.InterfaceBasedMBeanInfoAssembler
Resolve the given interface mappings, turning class names into Class objects.
resolveLazily - Variable in class org.springframework.web.multipart.commons.CommonsMultipartResolver
 
resolveLazily - Variable in class org.springframework.web.portlet.multipart.CommonsPortletMultipartResolver
 
resolveLocale(HttpServletRequest) - Method in class org.springframework.web.servlet.i18n.AcceptHeaderLocaleResolver
 
resolveLocale(HttpServletRequest) - Method in class org.springframework.web.servlet.i18n.CookieLocaleResolver
 
resolveLocale(HttpServletRequest) - Method in class org.springframework.web.servlet.i18n.FixedLocaleResolver
 
resolveLocale(HttpServletRequest) - Method in class org.springframework.web.servlet.i18n.SessionLocaleResolver
 
resolveLocale(HttpServletRequest) - Method in interface org.springframework.web.servlet.LocaleResolver
Resolve the current locale via the given request.
resolveLocale(TilesRequestContext) - Method in class org.springframework.web.servlet.view.tiles2.SpringLocaleResolver
 
resolveLocale(Request) - Method in class org.springframework.web.servlet.view.tiles3.SpringLocaleResolver
 
resolveLocations(Class<?>, ContextConfiguration) - Static method in class org.springframework.test.context.ContextConfigurationAttributes
Resolve resource locations from the locations and value attributes of the supplied ContextConfiguration annotation.
resolveManagedArray(Object, List<?>, Class) - Method in class org.springframework.beans.factory.support.BeanDefinitionValueResolver
For each element in the managed array, resolve reference if necessary.
resolveManagedList(Object, List<?>) - Method in class org.springframework.beans.factory.support.BeanDefinitionValueResolver
For each element in the managed list, resolve reference if necessary.
resolveManagedMap(Object, Map<?, ?>) - Method in class org.springframework.beans.factory.support.BeanDefinitionValueResolver
For each element in the managed map, resolve reference if necessary.
resolveManagedSet(Object, Set<?>) - Method in class org.springframework.beans.factory.support.BeanDefinitionValueResolver
For each element in the managed set, resolve reference if necessary.
resolveMapKeyType() - Method in class org.springframework.core.convert.AbstractDescriptor
 
resolveMapKeyType() - Method in class org.springframework.core.convert.BeanPropertyDescriptor
 
resolveMapKeyType() - Method in class org.springframework.core.convert.ClassDescriptor
 
resolveMapKeyType() - Method in class org.springframework.core.convert.FieldDescriptor
 
resolveMapKeyType() - Method in class org.springframework.core.convert.ParameterDescriptor
 
resolveMapValueType() - Method in class org.springframework.core.convert.AbstractDescriptor
 
resolveMapValueType() - Method in class org.springframework.core.convert.BeanPropertyDescriptor
 
resolveMapValueType() - Method in class org.springframework.core.convert.ClassDescriptor
 
resolveMapValueType() - Method in class org.springframework.core.convert.FieldDescriptor
 
resolveMapValueType() - Method in class org.springframework.core.convert.ParameterDescriptor
 
resolveMediaTypes(NativeWebRequest) - Method in class org.springframework.web.accept.AbstractMappingContentNegotiationStrategy
 
resolveMediaTypes(NativeWebRequest) - Method in class org.springframework.web.accept.ContentNegotiationManager
Delegate to all configured ContentNegotiationStrategy instances until one returns a non-empty list.
resolveMediaTypes(NativeWebRequest) - Method in interface org.springframework.web.accept.ContentNegotiationStrategy
Resolve the given request to a list of media types.
resolveMediaTypes(NativeWebRequest) - Method in class org.springframework.web.accept.FixedContentNegotiationStrategy
 
resolveMediaTypes(NativeWebRequest) - Method in class org.springframework.web.accept.HeaderContentNegotiationStrategy
Resolve the given request to a list of media types.
resolveMember() - Method in class org.springframework.core.LocalVariableTableParameterNameDiscoverer.LocalVariableTableVisitor
 
resolveMessage() - Method in class org.springframework.web.servlet.tags.MessageTag
Resolve the specified message into a concrete message String.
resolveMessageCodes(String) - Method in class org.springframework.validation.AbstractBindingResult
 
resolveMessageCodes(String, String) - Method in class org.springframework.validation.AbstractBindingResult
 
resolveMessageCodes(String) - Method in exception org.springframework.validation.BindException
 
resolveMessageCodes(String, String) - Method in exception org.springframework.validation.BindException
 
resolveMessageCodes(String) - Method in interface org.springframework.validation.BindingResult
Resolve the given error code into message codes.
resolveMessageCodes(String, String) - Method in interface org.springframework.validation.BindingResult
Resolve the given error code into message codes for the given field.
resolveMessageCodes(String, String) - Method in class org.springframework.validation.DefaultMessageCodesResolver
 
resolveMessageCodes(String, String, String, Class<?>) - Method in class org.springframework.validation.DefaultMessageCodesResolver
Build the code list for the given code and field: an object/field-specific code, a field-specific code, a plain error code.
resolveMessageCodes(String, String) - Method in interface org.springframework.validation.MessageCodesResolver
Build message codes for the given error code and object name.
resolveMessageCodes(String, String, String, Class<?>) - Method in interface org.springframework.validation.MessageCodesResolver
Build message codes for the given error code and field specification.
resolveMethod(Exception) - Method in class org.springframework.web.method.annotation.ExceptionHandlerMethodResolver
Find a method to handle the given exception.
resolveMethodParameter() - Method in class org.springframework.core.convert.Property
 
resolveModelAndView(Method, Class, Object, ExtendedModelMap, NativeWebRequest) - Method in interface org.springframework.web.servlet.mvc.annotation.ModelAndViewResolver
 
resolveModelAttribute(String, MethodParameter, ExtendedModelMap, NativeWebRequest, Object) - Method in class org.springframework.web.bind.annotation.support.HandlerMethodInvoker
 
resolveModelAttribute() - Method in class org.springframework.web.servlet.tags.form.FormTag
Resolves and returns the name of the form object.
resolveMultipart(HttpServletRequest) - Method in class org.springframework.web.multipart.commons.CommonsMultipartResolver
 
resolveMultipart(HttpServletRequest) - Method in interface org.springframework.web.multipart.MultipartResolver
Parse the given HTTP request into multipart files and parameters, and wrap the request inside a MultipartHttpServletRequest object that provides access to file descriptors and makes contained parameters accessible via the standard ServletRequest methods.
resolveMultipart(HttpServletRequest) - Method in class org.springframework.web.multipart.support.StandardServletMultipartResolver
 
resolveMultipart(ActionRequest) - Method in class org.springframework.web.portlet.multipart.CommonsPortletMultipartResolver
 
resolveMultipart(ActionRequest) - Method in interface org.springframework.web.portlet.multipart.PortletMultipartResolver
Parse the given portlet request into multipart files and parameters, and wrap the request inside a MultipartActionRequest object that provides access to file descriptors and makes contained parameters accessible via the standard PortletRequest methods.
resolveName() - Method in class org.springframework.core.convert.Property
 
resolveName(String, MethodParameter, NativeWebRequest) - Method in class org.springframework.web.method.annotation.AbstractNamedValueMethodArgumentResolver
Resolves the given parameter type and value name into an argument value.
resolveName(String, MethodParameter, NativeWebRequest) - Method in class org.springframework.web.method.annotation.ExpressionValueMethodArgumentResolver
 
resolveName(String, MethodParameter, NativeWebRequest) - Method in class org.springframework.web.method.annotation.RequestHeaderMethodArgumentResolver
 
resolveName(String, MethodParameter, NativeWebRequest) - Method in class org.springframework.web.method.annotation.RequestParamMethodArgumentResolver
 
resolveName(String, MethodParameter, NativeWebRequest) - Method in class org.springframework.web.servlet.mvc.method.annotation.MatrixVariableMethodArgumentResolver
 
resolveName(String, MethodParameter, NativeWebRequest) - Method in class org.springframework.web.servlet.mvc.method.annotation.PathVariableMethodArgumentResolver
 
resolveName(String, MethodParameter, NativeWebRequest) - Method in class org.springframework.web.servlet.mvc.method.annotation.ServletCookieValueMethodArgumentResolver
 
resolveNecessary - Variable in class org.springframework.beans.factory.support.ConstructorResolver.ArgumentsHolder
 
resolveNestedPlaceholders(String) - Method in class org.springframework.core.env.AbstractPropertyResolver
Resolve placeholders within the given string, deferring to the value of AbstractPropertyResolver.setIgnoreUnresolvableNestedPlaceholders(boolean) to determine whether any unresolvable placeholders should raise an exception or be ignored.
resolveObjectDescriptor(Object, Object) - Method in class org.springframework.jmx.export.assembler.MetadataMBeanInfoAssembler
Locates the value of a descriptor based on values attached to both the getter and setter methods.
resolveOriginal(FacesContext, String) - Method in class org.springframework.web.jsf.DelegatingVariableResolver
Deprecated.
Resolve the attribute via the original JSF VariableResolver.
resolveParameterType(MethodParameter) - Method in class org.springframework.core.convert.Property
 
resolveParameterType(MethodParameter, Class) - Static method in class org.springframework.core.GenericTypeResolver
Determine the target type for the given generic parameter type.
resolvePath(String) - Method in class org.springframework.context.support.AbstractRefreshableConfigApplicationContext
Resolve the given path, replacing placeholders with corresponding environment property values if necessary.
resolvePath(String) - Method in class org.springframework.core.io.ResourceEditor
Resolve the given path, replacing placeholders with corresponding property values from the environment if necessary.
resolvePath(String) - Method in class org.springframework.core.io.support.ResourceArrayPropertyEditor
Resolve the given path, replacing placeholders with corresponding system property values if necessary.
resolvePathVariable(String, MethodParameter, NativeWebRequest, Object) - Method in class org.springframework.web.bind.annotation.support.HandlerMethodInvoker
 
resolvePathVariable(String, Class, NativeWebRequest) - Method in class org.springframework.web.bind.annotation.support.HandlerMethodInvoker
Resolves the given @PathVariable annotation.
resolvePathVariable(String, Class, NativeWebRequest) - Method in class org.springframework.web.servlet.mvc.annotation.AnnotationMethodHandlerAdapter.ServletHandlerMethodInvoker
Deprecated.
 
resolvePlaceholder(String, Properties) - Method in class org.springframework.beans.factory.config.PreferencesPlaceholderConfigurer
This implementation tries to resolve placeholders as keys first in the user preferences, then in the system preferences, then in the passed-in properties.
resolvePlaceholder(String, String, Preferences) - Method in class org.springframework.beans.factory.config.PreferencesPlaceholderConfigurer
Resolve the given path and key against the given Preferences.
resolvePlaceholder(String) - Method in class org.springframework.beans.factory.config.PropertyPlaceholderConfigurer.PropertyPlaceholderConfigurerResolver
 
resolvePlaceholder(String, Properties, int) - Method in class org.springframework.beans.factory.config.PropertyPlaceholderConfigurer
Resolve the given placeholder using the given properties, performing a system properties check according to the given mode.
resolvePlaceholder(String, Properties) - Method in class org.springframework.beans.factory.config.PropertyPlaceholderConfigurer
Resolve the given placeholder using the given properties.
resolvePlaceholder(String) - Method in interface org.springframework.util.PropertyPlaceholderHelper.PlaceholderResolver
Resolves the supplied placeholder name into the replacement value.
resolvePlaceholder(String) - Method in class org.springframework.util.SystemPropertyUtils.SystemPropertyPlaceholderResolver
 
resolvePlaceholder(String, Properties) - Method in class org.springframework.web.context.support.ServletContextPropertyPlaceholderConfigurer
Deprecated.
 
resolvePlaceholder(String, ServletContext, boolean) - Method in class org.springframework.web.context.support.ServletContextPropertyPlaceholderConfigurer
Deprecated.
Resolves the given placeholder using the init parameters and optionally also the attributes of the given ServletContext.
resolvePlaceholder(String) - Method in class org.springframework.web.util.ServletContextPropertyUtils.ServletContextPlaceholderResolver
 
resolvePlaceholders(String) - Method in class org.springframework.core.env.AbstractEnvironment
 
resolvePlaceholders(String) - Method in class org.springframework.core.env.AbstractPropertyResolver
 
resolvePlaceholders(String) - Method in interface org.springframework.core.env.PropertyResolver
Resolve ${...} placeholders in the given text, replacing them with corresponding property values as resolved by PropertyResolver.getProperty(java.lang.String).
resolvePlaceholders(String) - Static method in class org.springframework.util.SystemPropertyUtils
Resolve ${...} placeholders in the given text, replacing them with corresponding system property values.
resolvePlaceholders(String, boolean) - Static method in class org.springframework.util.SystemPropertyUtils
Resolve ${...} placeholders in the given text, replacing them with corresponding system property values.
resolvePlaceholders(String, ServletContext) - Static method in class org.springframework.web.util.ServletContextPropertyUtils
Resolve ${...} placeholders in the given text, replacing them with corresponding servlet context init parameter or system property values.
resolvePlaceholders(String, ServletContext, boolean) - Static method in class org.springframework.web.util.ServletContextPropertyUtils
Resolve ${...} placeholders in the given text, replacing them with corresponding servlet context init parameter or system property values.
resolvePreparedArguments(String, RootBeanDefinition, BeanWrapper, Member, Object[]) - Method in class org.springframework.beans.factory.support.ConstructorResolver
Resolve the prepared arguments stored in the given bean definition.
resolvePrimitiveClassName(String) - Static method in class org.springframework.util.ClassUtils
Resolve the given class name as primitive class, if appropriate, according to the JVM's naming rules for primitive classes.
resolvePrimitiveIfNecessary(Class<?>) - Static method in class org.springframework.util.ClassUtils
Resolve the given class if it is a primitive class, returning the corresponding primitive wrapper type instead.
resolvePrinterObjectType(Printer<?>) - Method in class org.springframework.format.support.FormattingConversionService.PrinterConverter
 
resolvePropertyName(String) - Method in class org.springframework.core.env.SystemEnvironmentPropertySource
Check to see if this property source contains a property with the given name, or any underscore / uppercase variation thereof.
resolveProvidedArgument(MethodParameter, Object...) - Method in class org.springframework.web.method.support.InvocableHandlerMethod
Attempt to resolve a method parameter from the list of provided argument values.
resolveProxyClass(String[]) - Method in class org.springframework.core.ConfigurableObjectInputStream
 
resolveProxyTargetClass(BeanDefinition) - Method in class org.springframework.scripting.support.ScriptFactoryPostProcessor
 
resolveQueue(Session) - Method in class org.springframework.jms.remoting.JmsInvokerClientInterceptor
Resolve this accessor's target queue.
resolveQueue(Session, String) - Method in class org.springframework.jms.support.destination.DynamicDestinationResolver
Resolve the given destination name to a Queue.
resolveQueueName(Session, String) - Method in class org.springframework.jms.remoting.JmsInvokerClientInterceptor
Resolve the given queue name into a JMS javax.jms.Queue, via this accessor's DestinationResolver.
resolver - Variable in class org.springframework.beans.factory.config.PropertyPlaceholderConfigurer.PlaceholderResolvingStringValueResolver
 
resolver - Variable in class org.springframework.web.servlet.view.tiles2.SpringTilesApplicationContextFactory.SpringWildcardServletTilesApplicationContext
 
resolver - Variable in class org.springframework.web.servlet.view.tiles3.SpringWildcardServletTilesApplicationContext
The pattern resolver.
resolveReadMethodParameter() - Method in class org.springframework.core.convert.Property
 
resolveReference(Object, RuntimeBeanReference) - Method in class org.springframework.beans.factory.support.BeanDefinitionValueResolver
Resolve a reference to another bean in the factory.
resolveReference(String) - Method in class org.springframework.web.context.request.FacesRequestAttributes
 
resolveReference(String) - Method in interface org.springframework.web.context.request.RequestAttributes
Resolve the contextual reference for the given key, if any.
resolveReference(String) - Method in class org.springframework.web.context.request.ServletRequestAttributes
 
resolveReference(String) - Method in class org.springframework.web.portlet.context.PortletRequestAttributes
 
resolveRefreshCheckDelay(BeanDefinition) - Method in class org.springframework.scripting.support.ScriptFactoryPostProcessor
Get the refresh check delay for the given ScriptFactory BeanDefinition.
resolveRequestBody(MethodParameter, NativeWebRequest, Object) - Method in class org.springframework.web.bind.annotation.support.HandlerMethodInvoker
Resolves the given @RequestBody annotation.
resolveRequestHeader(String, boolean, String, MethodParameter, NativeWebRequest, Object) - Method in class org.springframework.web.bind.annotation.support.HandlerMethodInvoker
 
resolveRequestHeaderMap(Class<? extends Map>, NativeWebRequest) - Method in class org.springframework.web.bind.annotation.support.HandlerMethodInvoker
 
resolveRequestParam(String, boolean, String, MethodParameter, NativeWebRequest, Object) - Method in class org.springframework.web.bind.annotation.support.HandlerMethodInvoker
 
resolveRequestParamMap(Class<? extends Map>, NativeWebRequest) - Method in class org.springframework.web.bind.annotation.support.HandlerMethodInvoker
 
resolveRequiredPlaceholders(String) - Method in class org.springframework.core.env.AbstractEnvironment
 
resolveRequiredPlaceholders(String) - Method in class org.springframework.core.env.AbstractPropertyResolver
 
resolveRequiredPlaceholders(String) - Method in interface org.springframework.core.env.PropertyResolver
Resolve ${...} placeholders in the given text, replacing them with corresponding property values as resolved by PropertyResolver.getProperty(java.lang.String).
resolveResponseStatus(ResponseStatus, HttpServletRequest, HttpServletResponse, Object, Exception) - Method in class org.springframework.web.servlet.mvc.annotation.ResponseStatusExceptionResolver
Template method that handles @ResponseStatus annotation.
resolveReturnType(Method, Class<?>) - Static method in class org.springframework.core.GenericTypeResolver
Determine the target type for the generic return type of the given method, where formal type variables are declared on the given class.
resolveReturnTypeArgument(Method, Class<?>) - Static method in class org.springframework.core.GenericTypeResolver
Resolve the single type argument of the given generic interface against the given target method which is assumed to return the given interface or an implementation of it.
resolveReturnTypeForGenericMethod(Method, Object[]) - Static method in class org.springframework.core.GenericTypeResolver
Determine the target type for the generic return type of the given generic method, where formal type variables are declared on the given method itself.
resolveRootDirResource(Resource) - Method in class org.springframework.core.io.support.PathMatchingResourcePatternResolver
Resolve the specified resource for path matching.
resolvers - Variable in class org.springframework.web.servlet.handler.HandlerExceptionResolverComposite
 
resolveScopeMetadata(BeanDefinition) - Method in class org.springframework.context.annotation.AnnotationScopeMetadataResolver
 
resolveScopeMetadata(BeanDefinition) - Method in class org.springframework.context.annotation.Jsr330ScopeMetadataResolver
 
resolveScopeMetadata(BeanDefinition) - Method in interface org.springframework.context.annotation.ScopeMetadataResolver
Resolve the ScopeMetadata appropriate to the supplied bean definition.
resolveScopeName(String) - Method in class org.springframework.context.annotation.Jsr330ScopeMetadataResolver
Resolve the given annotation type into a named Spring scope.
resolveScriptSource(Element, XmlReaderContext) - Method in class org.springframework.scripting.config.ScriptBeanDefinitionParser
Resolves the script source from either the 'script-source' attribute or the 'inline-script' element.
resolveSignature(String, Class<?>) - Static method in class org.springframework.beans.BeanUtils
Parse a method signature in the form methodName[([arg_list])], where arg_list is an optional, comma-separated list of fully-qualified type names, and attempts to resolve that signature against the supplied Class.
resolveSpecifiedDataSource(Object) - Method in class org.springframework.jdbc.datasource.lookup.AbstractRoutingDataSource
Resolve the specified data source object into a DataSource instance.
resolveSpecifiedLookupKey(Object) - Method in class org.springframework.jdbc.datasource.lookup.AbstractRoutingDataSource
Resolve the given lookup key object, as specified in the targetDataSources map, into the actual lookup key to be used for matching with the current lookup key.
resolveSpecifiedLookupKey(Object) - Method in class org.springframework.jdbc.datasource.lookup.IsolationLevelDataSourceRouter
Supports Integer values for the isolation level constants as well as isolation level names as defined on the TransactionDefinition interface.
resolveSpringBean(FacesContext, String) - Method in class org.springframework.web.jsf.DelegatingVariableResolver
Deprecated.
Resolve the attribute as a Spring bean in the ApplicationContext.
resolveStandardArgument(Class<?>, NativeWebRequest) - Method in class org.springframework.web.bind.annotation.support.HandlerMethodInvoker
 
resolveStandardArgument(Class<?>, NativeWebRequest) - Method in class org.springframework.web.portlet.mvc.annotation.AnnotationMethodHandlerAdapter.PortletHandlerMethodInvoker
 
resolveStandardArgument(Class<?>, NativeWebRequest, Exception) - Method in class org.springframework.web.portlet.mvc.annotation.AnnotationMethodHandlerExceptionResolver
Resolves standard method arguments.
resolveStandardArgument(Class<?>, NativeWebRequest) - Method in class org.springframework.web.servlet.mvc.annotation.AnnotationMethodHandlerAdapter.ServletHandlerMethodInvoker
Deprecated.
 
resolveStandardArgument(Class<?>, NativeWebRequest, Exception) - Method in class org.springframework.web.servlet.mvc.annotation.AnnotationMethodHandlerExceptionResolver
Deprecated.
Resolves standard method arguments.
resolveStringDescriptor(String, String) - Method in class org.springframework.jmx.export.assembler.MetadataMBeanInfoAssembler
Locates the value of a descriptor based on values attached to both the getter and setter methods.
resolveStringValue(String) - Method in class org.springframework.beans.factory.config.BeanDefinitionVisitor
Resolve the given String value, for example parsing placeholders.
resolveStringValue(String) - Method in class org.springframework.beans.factory.config.PropertyPlaceholderConfigurer.PlaceholderResolvingStringValueResolver
 
resolveStringValue(String) - Method in class org.springframework.context.support.ApplicationContextAwareProcessor.EmbeddedValueResolver
 
resolveStringValue(String) - Method in interface org.springframework.util.StringValueResolver
Resolve the given String value, for example parsing placeholders.
resolveSystemProperty(String) - Method in class org.springframework.beans.factory.config.PropertyPlaceholderConfigurer
Resolve the given key as JVM system property, and optionally also as system environment variable if no matching system property has been found.
resolveTargetType(ClassLoader) - Method in class org.springframework.beans.factory.config.TypedStringValue
Determine the type to convert to, resolving it from a specified class name if necessary.
resolveTargetType(TypedStringValue) - Method in class org.springframework.beans.factory.support.BeanDefinitionValueResolver
Resolve the target type in the given TypedStringValue.
resolveThemeName(HttpServletRequest) - Method in class org.springframework.web.servlet.theme.CookieThemeResolver
 
resolveThemeName(HttpServletRequest) - Method in class org.springframework.web.servlet.theme.FixedThemeResolver
 
resolveThemeName(HttpServletRequest) - Method in class org.springframework.web.servlet.theme.SessionThemeResolver
 
resolveThemeName(HttpServletRequest) - Method in interface org.springframework.web.servlet.ThemeResolver
Resolve the current theme name via the given request.
resolveTopic(Session, String) - Method in class org.springframework.jms.support.destination.DynamicDestinationResolver
Resolve the given destination name to a Topic.
resolveType(Type, Map<TypeVariable, Type>) - Static method in class org.springframework.core.GenericTypeResolver
Resolve the specified generic type against the given TypeVariable map.
resolveTypeArgument(Class, Class) - Static method in class org.springframework.core.GenericTypeResolver
Resolve the single type argument of the given generic interface against the given target class which is assumed to implement the generic interface and possibly declare a concrete type for its type variable.
resolveTypeArguments(Class, Class) - Static method in class org.springframework.core.GenericTypeResolver
Resolve the type arguments of the given generic interface against the given target class which is assumed to implement the generic interface and possibly declare concrete types for its type variables.
resolveValue(Object) - Method in class org.springframework.beans.factory.config.BeanDefinitionVisitor
 
resolveValue() - Method in class org.springframework.web.servlet.tags.form.OptionTag
 
resolveValueIfNecessary(Object, Object) - Method in class org.springframework.beans.factory.support.BeanDefinitionValueResolver
Given a PropertyValue, return a value, resolving any references to other beans in the factory if necessary.
resolveVariable(FacesContext, String) - Method in class org.springframework.web.jsf.DelegatingVariableResolver
Deprecated.
Delegate to the original VariableResolver first, then try to resolve the variable as Spring bean in the root WebApplicationContext.
resolveVariable(FacesContext, String) - Method in class org.springframework.web.jsf.SpringBeanVariableResolver
Deprecated.
 
resolveVariable(FacesContext, String) - Method in class org.springframework.web.jsf.WebApplicationContextVariableResolver
Deprecated.
Check for the special "webApplicationContext" variable first, then delegate to the original VariableResolver.
resolveViewName(String, Locale) - Method in class org.springframework.test.web.servlet.setup.StandaloneMockMvcBuilder.StaticViewResolver
 
resolveViewName(String, Map, PortletRequest) - Method in class org.springframework.web.portlet.DispatcherPortlet
Resolve the given view name into a View object (to be rendered).
resolveViewName(String, Map<String, Object>, Locale, HttpServletRequest) - Method in class org.springframework.web.servlet.DispatcherServlet
Resolve the given view name into a View object (to be rendered).
resolveViewName(String, Locale) - Method in class org.springframework.web.servlet.view.AbstractCachingViewResolver
 
resolveViewName(String, Locale) - Method in class org.springframework.web.servlet.view.BeanNameViewResolver
 
resolveViewName(String, Locale) - Method in class org.springframework.web.servlet.view.ContentNegotiatingViewResolver
 
resolveViewName(String, Locale) - Method in interface org.springframework.web.servlet.ViewResolver
Resolve the given view by name.
resolveWiringInfo(Object) - Method in class org.springframework.beans.factory.annotation.AnnotationBeanWiringInfoResolver
 
resolveWiringInfo(Object) - Method in interface org.springframework.beans.factory.wiring.BeanWiringInfoResolver
Resolve the BeanWiringInfo for the given bean instance.
resolveWiringInfo(Object) - Method in class org.springframework.beans.factory.wiring.ClassNameBeanWiringInfoResolver
 
resolveWriteMethodParameter() - Method in class org.springframework.core.convert.Property
 
resort() - Method in class org.springframework.beans.support.PagedListHolder
Resort the list if necessary, i.e.
resource - Variable in class org.springframework.beans.factory.parsing.Location
 
resource - Variable in class org.springframework.beans.factory.parsing.ReaderContext
 
resource - Variable in class org.springframework.beans.factory.support.AbstractBeanDefinition
 
resource - Variable in class org.springframework.context.annotation.ConfigurationClass
 
Resource - Interface in org.springframework.core.io
Interface for a resource descriptor that abstracts from the actual type of underlying resource, such as a file or class path resource.
resource - Variable in class org.springframework.core.io.support.EncodedResource
 
resource - Variable in class org.springframework.core.io.VfsResource
 
resource - Variable in class org.springframework.core.type.classreading.SimpleMetadataReader
 
resource - Variable in class org.springframework.mock.web.MockRequestDispatcher
 
resource - Variable in class org.springframework.scripting.support.ResourceScriptSource
 
RESOURCE_ADAPTER_ATTRIBUTE - Static variable in class org.springframework.jms.config.JcaListenerContainerParser
 
RESOURCE_ADAPTER_IMPL_SUFFIX - Static variable in class org.springframework.jms.listener.endpoint.DefaultJmsActivationSpecFactory
 
RESOURCE_ADAPTER_SUFFIX - Static variable in class org.springframework.jms.listener.endpoint.DefaultJmsActivationSpecFactory
 
RESOURCE_ATTRIBUTE - Static variable in class org.springframework.beans.factory.xml.DefaultBeanDefinitionDocumentReader
 
RESOURCE_PARAM_NAME - Static variable in class org.springframework.web.servlet.ResourceServlet
Name of the parameter that must contain the actual resource path.
RESOURCE_PATTERN - Static variable in class org.springframework.orm.hibernate3.annotation.AnnotationSessionFactoryBean
 
RESOURCE_PATTERN - Static variable in class org.springframework.orm.hibernate4.LocalSessionFactoryBuilder
 
RESOURCE_PATTERN - Static variable in class org.springframework.oxm.jaxb.ClassPathJaxb2TypeScanner
 
RESOURCE_PATTERN_ATTRIBUTE - Static variable in class org.springframework.context.annotation.ComponentScanBeanDefinitionParser
 
RESOURCE_URL_DELIMITERS - Static variable in class org.springframework.web.servlet.ResourceServlet
Any number of these characters are considered delimiters between multiple resource paths in a single String value.
ResourceAccessException - Exception in org.springframework.web.client
Exception thrown when an I/O error occurs.
ResourceAccessException(String) - Constructor for exception org.springframework.web.client.ResourceAccessException
Construct a new HttpIOException with the given message.
ResourceAccessException(String, IOException) - Constructor for exception org.springframework.web.client.ResourceAccessException
Construct a new HttpIOException with the given message and IOException.
resourceAdapter - Variable in class org.springframework.jca.endpoint.GenericMessageEndpointManager
 
resourceAdapter - Variable in class org.springframework.jca.support.ResourceAdapterFactoryBean
 
ResourceAdapterApplicationContext - Class in org.springframework.jca.context
ApplicationContext implementation for a JCA ResourceAdapter.
ResourceAdapterApplicationContext(BootstrapContext) - Constructor for class org.springframework.jca.context.ResourceAdapterApplicationContext
Create a new ResourceAdapterApplicationContext for the given BootstrapContext.
ResourceAdapterFactoryBean - Class in org.springframework.jca.support
FactoryBean that bootstraps the specified JCA 1.5 javax.resource.spi.ResourceAdapter, starting it with a local javax.resource.spi.BootstrapContext and exposing it for bean references.
ResourceAdapterFactoryBean() - Constructor for class org.springframework.jca.support.ResourceAdapterFactoryBean
 
ResourceAllocationException - Exception in org.springframework.jms
Runtime exception mirroring the JMS ResourceAllocationException.
ResourceAllocationException(javax.jms.ResourceAllocationException) - Constructor for exception org.springframework.jms.ResourceAllocationException
 
ResourceArrayPropertyEditor - Class in org.springframework.core.io.support
Editor for Resource arrays, to automatically convert String location patterns (e.g.
ResourceArrayPropertyEditor() - Constructor for class org.springframework.core.io.support.ResourceArrayPropertyEditor
Create a new ResourceArrayPropertyEditor with a default PathMatchingResourcePatternResolver and StandardEnvironment.
ResourceArrayPropertyEditor(ResourcePatternResolver) - Constructor for class org.springframework.core.io.support.ResourceArrayPropertyEditor
ResourceArrayPropertyEditor(ResourcePatternResolver, PropertyResolver) - Constructor for class org.springframework.core.io.support.ResourceArrayPropertyEditor
Create a new ResourceArrayPropertyEditor with the given ResourcePatternResolver and PropertyResolver (typically an Environment).
ResourceArrayPropertyEditor(ResourcePatternResolver, boolean) - Constructor for class org.springframework.core.io.support.ResourceArrayPropertyEditor
ResourceArrayPropertyEditor(ResourcePatternResolver, PropertyResolver, boolean) - Constructor for class org.springframework.core.io.support.ResourceArrayPropertyEditor
Create a new ResourceArrayPropertyEditor with the given ResourcePatternResolver and PropertyResolver (typically an Environment).
ResourceAwareController - Interface in org.springframework.web.portlet.mvc
Extension of the Portlet Controller interface that allows for handling Portlet 2.0 resource requests as well.
resourceBasePath - Variable in class org.springframework.mock.web.MockServletContext
 
resourceBasePath - Variable in class org.springframework.mock.web.portlet.MockPortletContext
 
resourceBasePath - Variable in class org.springframework.test.context.web.WebMergedContextConfiguration
 
ResourceBundleEditor - Class in org.springframework.beans.propertyeditors
PropertyEditor implementation for ResourceBundles.
ResourceBundleEditor() - Constructor for class org.springframework.beans.propertyeditors.ResourceBundleEditor
 
ResourceBundleMessageSource - Class in org.springframework.context.support
MessageSource implementation that accesses resource bundles using specified basenames.
ResourceBundleMessageSource() - Constructor for class org.springframework.context.support.ResourceBundleMessageSource
 
ResourceBundleMessageSource.ControlBasedResourceBundleFactory - Class in org.springframework.context.support
Factory indirection for runtime isolation of the optional dependencv on Java 6's Control class.
ResourceBundleMessageSource.ControlBasedResourceBundleFactory() - Constructor for class org.springframework.context.support.ResourceBundleMessageSource.ControlBasedResourceBundleFactory
 
ResourceBundleMessageSource.MessageSourceControl - Class in org.springframework.context.support
Custom implementation of Java 6's ResourceBundle.Control, adding support for custom file encodings, deactivating the fallback to the system locale and activating ResourceBundle's native cache, if desired.
ResourceBundleMessageSource.MessageSourceControl() - Constructor for class org.springframework.context.support.ResourceBundleMessageSource.MessageSourceControl
 
resourceBundles - Variable in class org.springframework.mock.web.portlet.MockPortletConfig
 
ResourceBundleThemeSource - Class in org.springframework.ui.context.support
ThemeSource implementation that looks up an individual ResourceBundle per theme.
ResourceBundleThemeSource() - Constructor for class org.springframework.ui.context.support.ResourceBundleThemeSource
 
ResourceBundleViewResolver - Class in org.springframework.web.servlet.view
ViewResolver implementation that uses bean definitions in a ResourceBundle, specified by the bundle basename.
ResourceBundleViewResolver() - Constructor for class org.springframework.web.servlet.view.ResourceBundleViewResolver
 
ResourceDatabasePopulator - Class in org.springframework.jdbc.datasource.init
Populates a database from SQL scripts defined in external resources.
ResourceDatabasePopulator() - Constructor for class org.springframework.jdbc.datasource.init.ResourceDatabasePopulator
 
resourceDescription - Variable in exception org.springframework.beans.factory.BeanCreationException
 
resourceDescription - Variable in exception org.springframework.beans.factory.BeanDefinitionStoreException
 
resourceDescription - Variable in exception org.springframework.beans.factory.CannotLoadBeanClassException
 
resourceEditor - Variable in class org.springframework.beans.propertyeditors.FileEditor
 
resourceEditor - Variable in class org.springframework.beans.propertyeditors.InputSourceEditor
 
resourceEditor - Variable in class org.springframework.beans.propertyeditors.InputStreamEditor
 
resourceEditor - Variable in class org.springframework.beans.propertyeditors.URLEditor
 
ResourceEditor - Class in org.springframework.core.io
Editor for Resource descriptors, to automatically convert String locations e.g.
ResourceEditor() - Constructor for class org.springframework.core.io.ResourceEditor
Create a new instance of the ResourceEditor class using a DefaultResourceLoader and StandardEnvironment.
ResourceEditor(ResourceLoader) - Constructor for class org.springframework.core.io.ResourceEditor
Deprecated.
ResourceEditor(ResourceLoader, PropertyResolver) - Constructor for class org.springframework.core.io.ResourceEditor
Create a new instance of the ResourceEditor class using the given ResourceLoader and PropertyResolver.
ResourceEditor(ResourceLoader, boolean) - Constructor for class org.springframework.core.io.ResourceEditor
ResourceEditor(ResourceLoader, PropertyResolver, boolean) - Constructor for class org.springframework.core.io.ResourceEditor
Create a new instance of the ResourceEditor class using the given ResourceLoader.
ResourceEditorRegistrar - Class in org.springframework.beans.support
PropertyEditorRegistrar implementation that populates a given PropertyEditorRegistry (typically a BeanWrapper used for bean creation within an ApplicationContext) with resource editors.
ResourceEditorRegistrar(ResourceLoader) - Constructor for class org.springframework.beans.support.ResourceEditorRegistrar
ResourceEditorRegistrar(ResourceLoader, PropertyResolver) - Constructor for class org.springframework.beans.support.ResourceEditorRegistrar
Create a new ResourceEditorRegistrar for the given ResourceLoader
ResourceEntityResolver - Class in org.springframework.beans.factory.xml
EntityResolver implementation that tries to resolve entity references through a ResourceLoader (usually, relative to the resource base of an ApplicationContext), if applicable.
ResourceEntityResolver(ResourceLoader) - Constructor for class org.springframework.beans.factory.xml.ResourceEntityResolver
Create a ResourceEntityResolver for the specified ResourceLoader (usually, an ApplicationContext).
resourceFactory - Variable in class org.springframework.context.annotation.CommonAnnotationBeanPostProcessor
 
resourceHandlerMapping() - Method in class org.springframework.web.servlet.config.annotation.WebMvcConfigurationSupport
Return a handler mapping ordered at Integer.MAX_VALUE-1 with mapped resource handlers.
ResourceHandlerRegistration - Class in org.springframework.web.servlet.config.annotation
Encapsulates information required to create a resource handlers.
ResourceHandlerRegistration(ResourceLoader, String...) - Constructor for class org.springframework.web.servlet.config.annotation.ResourceHandlerRegistration
Create a ResourceHandlerRegistration instance.
ResourceHandlerRegistry - Class in org.springframework.web.servlet.config.annotation
Stores registrations of resource handlers for serving static resources such as images, css files and others through Spring MVC including setting cache headers optimized for efficient loading in a web browser.
ResourceHandlerRegistry(ApplicationContext, ServletContext) - Constructor for class org.springframework.web.servlet.config.annotation.ResourceHandlerRegistry
 
resourceHolder - Variable in class org.springframework.jms.connection.JmsTransactionManager.JmsTransactionObject
 
ResourceHolder - Interface in org.springframework.transaction.support
Generic interface to be implemented by resource holders.
resourceHolder - Variable in class org.springframework.transaction.support.ResourceHolderSynchronization
 
ResourceHolderSupport - Class in org.springframework.transaction.support
Convenient base class for resource holders.
ResourceHolderSupport() - Constructor for class org.springframework.transaction.support.ResourceHolderSupport
 
ResourceHolderSynchronization<H extends ResourceHolder,K> - Class in org.springframework.transaction.support
ResourceHolderSynchronization(H, K) - Constructor for class org.springframework.transaction.support.ResourceHolderSynchronization
Create a new ResourceHolderSynchronization for the given holder.
ResourceHttpMessageConverter - Class in org.springframework.http.converter
Implementation of HttpMessageConverter that can read and write Resources.
ResourceHttpMessageConverter() - Constructor for class org.springframework.http.converter.ResourceHttpMessageConverter
 
ResourceHttpMessageConverter.ActivationMediaTypeFactory - Class in org.springframework.http.converter
Inner class to avoid hard-coded JAF dependency.
ResourceHttpMessageConverter.ActivationMediaTypeFactory() - Constructor for class org.springframework.http.converter.ResourceHttpMessageConverter.ActivationMediaTypeFactory
 
ResourceHttpRequestHandler - Class in org.springframework.web.servlet.resource
HttpRequestHandler that serves static resources optimized for superior browser performance (according to the guidelines of Page Speed, YSlow, etc.) by allowing for flexible cache settings ("cacheSeconds" property, last-modified support).
ResourceHttpRequestHandler() - Constructor for class org.springframework.web.servlet.resource.ResourceHttpRequestHandler
 
ResourceHttpRequestHandler.ActivationMediaTypeFactory - Class in org.springframework.web.servlet.resource
Inner class to avoid hard-coded JAF dependency.
ResourceHttpRequestHandler.ActivationMediaTypeFactory() - Constructor for class org.springframework.web.servlet.resource.ResourceHttpRequestHandler.ActivationMediaTypeFactory
 
resourceID - Variable in class org.springframework.mock.web.portlet.MockResourceRequest
 
resourceID - Variable in class org.springframework.mock.web.portlet.MockResourceURL
 
resourceId - Variable in class org.springframework.web.portlet.mvc.annotation.DefaultAnnotationHandlerMapping.ResourceMappingPredicate
 
resourceKey - Variable in class org.springframework.transaction.support.ResourceHolderSynchronization
 
resourceLoader - Variable in class org.springframework.beans.factory.support.AbstractBeanDefinitionReader
 
resourceLoader - Variable in class org.springframework.beans.factory.xml.ResourceEntityResolver
 
resourceLoader - Variable in class org.springframework.beans.support.ResourceEditorRegistrar
 
resourceLoader - Variable in class org.springframework.context.annotation.ComponentScanAnnotationParser
 
resourceLoader - Variable in class org.springframework.context.annotation.ConfigurationClassBeanDefinitionReader
 
resourceLoader - Variable in class org.springframework.context.annotation.ConfigurationClassParser
 
resourceLoader - Variable in class org.springframework.context.annotation.ConfigurationClassPostProcessor
 
resourceLoader - Variable in class org.springframework.context.support.GenericApplicationContext
 
resourceLoader - Variable in class org.springframework.context.support.ReloadableResourceBundleMessageSource
 
resourceLoader - Variable in class org.springframework.core.io.ResourceEditor
 
ResourceLoader - Interface in org.springframework.core.io
Strategy interface for loading resources (e..
resourceLoader - Variable in class org.springframework.core.io.support.LocalizedResourceHelper
 
resourceLoader - Variable in class org.springframework.core.io.support.PathMatchingResourcePatternResolver
 
resourceLoader - Variable in class org.springframework.core.type.classreading.SimpleMetadataReaderFactory
 
resourceLoader - Variable in class org.springframework.jdbc.datasource.embedded.EmbeddedDatabaseBuilder
 
resourceLoader - Variable in class org.springframework.mock.web.MockServletContext
 
resourceLoader - Variable in class org.springframework.mock.web.portlet.MockPortletContext
 
resourceLoader - Variable in class org.springframework.oxm.jaxb.Jaxb2Marshaller
 
resourceLoader - Variable in class org.springframework.scheduling.quartz.ResourceLoaderClassLoadHelper
 
resourceLoader - Variable in class org.springframework.scheduling.quartz.SchedulerAccessor
 
resourceLoader - Variable in class org.springframework.scripting.support.ScriptFactoryPostProcessor
 
resourceLoader - Variable in class org.springframework.ui.freemarker.FreeMarkerConfigurationFactory
 
resourceLoader - Variable in class org.springframework.ui.freemarker.SpringTemplateLoader
 
resourceLoader - Variable in class org.springframework.ui.velocity.SpringResourceLoader
 
resourceLoader - Variable in class org.springframework.ui.velocity.VelocityEngineFactory
 
resourceLoader - Variable in class org.springframework.web.servlet.config.annotation.ResourceHandlerRegistration
 
ResourceLoaderAware - Interface in org.springframework.context
Interface to be implemented by any object that wishes to be notified of the ResourceLoader (typically the ApplicationContext) that it runs in.
ResourceLoaderClassLoadHelper - Class in org.springframework.scheduling.quartz
Wrapper that adapts from the Quartz ClassLoadHelper interface onto Spring's ResourceLoader interface.
ResourceLoaderClassLoadHelper() - Constructor for class org.springframework.scheduling.quartz.ResourceLoaderClassLoadHelper
Create a new ResourceLoaderClassLoadHelper for the default ResourceLoader.
ResourceLoaderClassLoadHelper(ResourceLoader) - Constructor for class org.springframework.scheduling.quartz.ResourceLoaderClassLoadHelper
Create a new ResourceLoaderClassLoadHelper for the given ResourceLoader.
resourceLoaderPath - Variable in class org.springframework.ui.velocity.VelocityEngineFactory
 
resourceLoaderPaths - Variable in class org.springframework.ui.velocity.SpringResourceLoader
 
resourceLocation - Variable in class org.springframework.beans.factory.access.SingletonBeanFactoryLocator
 
ResourceMapping - Annotation Type in org.springframework.web.portlet.bind.annotation
Annotation for mapping Portlet resource requests onto handler methods.
ResourceOverridingShadowingClassLoader - Class in org.springframework.instrument.classloading
Subclass of ShadowingClassLoader that overrides attempts to locate certain files.
ResourceOverridingShadowingClassLoader(ClassLoader) - Constructor for class org.springframework.instrument.classloading.ResourceOverridingShadowingClassLoader
Create a new ResourceOverridingShadowingClassLoader, decorating the given ClassLoader.
resourcePattern - Variable in class org.springframework.context.annotation.ClassPathScanningCandidateComponentProvider
 
resourcePatternResolver - Variable in class org.springframework.context.annotation.ClassPathScanningCandidateComponentProvider
 
resourcePatternResolver - Variable in class org.springframework.context.support.AbstractApplicationContext
ResourcePatternResolver used by this context
resourcePatternResolver - Variable in class org.springframework.core.io.support.ResourceArrayPropertyEditor
 
ResourcePatternResolver - Interface in org.springframework.core.io.support
Strategy interface for resolving a location pattern (for example, an Ant-style path pattern) into Resource objects.
resourcePatternResolver - Variable in class org.springframework.jdbc.config.SortedResourcesFactoryBean
 
resourcePatternResolver - Variable in class org.springframework.orm.hibernate3.annotation.AnnotationSessionFactoryBean
 
resourcePatternResolver - Variable in class org.springframework.orm.hibernate4.LocalSessionFactoryBean
 
resourcePatternResolver - Variable in class org.springframework.orm.hibernate4.LocalSessionFactoryBuilder
 
resourcePatternResolver - Variable in class org.springframework.orm.jpa.persistenceunit.DefaultPersistenceUnitManager
 
resourcePatternResolver - Variable in class org.springframework.orm.jpa.persistenceunit.PersistenceUnitReader
 
resourcePatternResolver - Variable in class org.springframework.oxm.jaxb.ClassPathJaxb2TypeScanner
 
resourcePatternResolver - Variable in class org.springframework.test.web.servlet.setup.StubWebApplicationContext
 
ResourcePatternUtils - Class in org.springframework.core.io.support
Utility class for determining whether a given URL is a resource location that can be loaded via a ResourcePatternResolver.
ResourcePatternUtils() - Constructor for class org.springframework.core.io.support.ResourcePatternUtils
 
ResourcePropertySource - Class in org.springframework.core.io.support
Subclass of PropertiesPropertySource that loads a Properties object from a given Resource or resource location such as "classpath:/com/myco/foo.properties" or "file:/path/to/file.xml".
ResourcePropertySource(String, EncodedResource) - Constructor for class org.springframework.core.io.support.ResourcePropertySource
Create a PropertySource having the given name based on Properties loaded from the given encoded resource.
ResourcePropertySource(EncodedResource) - Constructor for class org.springframework.core.io.support.ResourcePropertySource
Create a PropertySource based on Properties loaded from the given resource.
ResourcePropertySource(String, Resource) - Constructor for class org.springframework.core.io.support.ResourcePropertySource
Create a PropertySource having the given name based on Properties loaded from the given encoded resource.
ResourcePropertySource(Resource) - Constructor for class org.springframework.core.io.support.ResourcePropertySource
Create a PropertySource based on Properties loaded from the given resource.
ResourcePropertySource(String, String, ClassLoader) - Constructor for class org.springframework.core.io.support.ResourcePropertySource
Create a PropertySource having the given name based on Properties loaded from the given resource location and using the given class loader to load the resource (assuming it is prefixed with classpath:).
ResourcePropertySource(String, ClassLoader) - Constructor for class org.springframework.core.io.support.ResourcePropertySource
Create a PropertySource based on Properties loaded from the given resource location and use the given class loader to load the resource, assuming it is prefixed with classpath:.
ResourcePropertySource(String, String) - Constructor for class org.springframework.core.io.support.ResourcePropertySource
Create a PropertySource having the given name based on Properties loaded from the given resource location.
ResourcePropertySource(String) - Constructor for class org.springframework.core.io.support.ResourcePropertySource
Create a PropertySource based on Properties loaded from the given resource location.
resourceRef - Variable in class org.springframework.jndi.JndiLocatorSupport
 
resourceRef - Variable in class org.springframework.orm.jpa.support.PersistenceAnnotationBeanPostProcessor
 
resources - Variable in class org.springframework.core.io.support.PathMatchingResourcePatternResolver.PatternVirtualFileVisitor
 
resources - Static variable in class org.springframework.transaction.support.TransactionSynchronizationManager
 
ResourcesBeanDefinitionParser - Class in org.springframework.web.servlet.config
BeanDefinitionParser that parses a resources element to register a ResourceHttpRequestHandler.
ResourcesBeanDefinitionParser() - Constructor for class org.springframework.web.servlet.config.ResourcesBeanDefinitionParser
 
ResourceScriptSource - Class in org.springframework.scripting.support
ScriptSource implementation based on Spring's Resource abstraction.
ResourceScriptSource(Resource) - Constructor for class org.springframework.scripting.support.ResourceScriptSource
Create a new ResourceScriptSource for the given resource.
resourcesCurrentlyBeingLoaded - Variable in class org.springframework.beans.factory.xml.XmlBeanDefinitionReader
 
ResourceServlet - Class in org.springframework.web.servlet
Simple servlet that can expose an internal resource, including a default URL if the specified resource is not found.
ResourceServlet() - Constructor for class org.springframework.web.servlet.ResourceServlet
 
ResourceTransactionManager - Interface in org.springframework.transaction.support
Extension of the PlatformTransactionManager interface, indicating a native resource transaction manager, operating on a single target resource.
resourceTypes - Variable in class org.springframework.jndi.support.SimpleJndiBeanFactory
Cache of the types of nonshareable resources: bean name --> bean type
ResourceUtils - Class in org.springframework.util
Utility methods for resolving resource locations to files in the file system.
ResourceUtils() - Constructor for class org.springframework.util.ResourceUtils
 
response - Variable in class org.springframework.http.client.BufferingClientHttpResponseWrapper
 
response - Variable in class org.springframework.mock.web.MockFilterChain
 
response - Variable in class org.springframework.mock.web.MockJspWriter
 
response - Variable in class org.springframework.mock.web.MockPageContext
 
response - Variable in class org.springframework.test.web.servlet.request.MockAsyncContext
 
response - Variable in class org.springframework.web.context.request.ServletWebRequest
 
response - Variable in class org.springframework.web.portlet.context.PortletWebRequest
 
response - Variable in class org.springframework.web.servlet.support.RequestContext
 
RESPONSE_DESTINATION_ATTRIBUTE - Static variable in class org.springframework.jms.config.AbstractListenerContainerParser
 
RESPONSE_HANDLED - Static variable in interface org.springframework.web.context.request.async.CallableProcessingInterceptor
 
RESPONSE_STATUS_ATTRIBUTE - Static variable in interface org.springframework.web.servlet.View
Name of the HttpServletRequest attribute that contains the response status code.
ResponseActions - Interface in org.springframework.test.web.client
A contract for setting up request expectations and defining a response.
responseArgumentUsed - Variable in class org.springframework.web.servlet.mvc.annotation.AnnotationMethodHandlerAdapter.ServletHandlerMethodInvoker
Deprecated.
 
ResponseBody - Annotation Type in org.springframework.web.bind.annotation
Annotation which indicates that a method return value should be bound to the web response body.
responseBody - Variable in exception org.springframework.web.client.HttpStatusCodeException
 
responseBody - Variable in exception org.springframework.web.client.UnknownHttpStatusCodeException
 
responseCharset - Variable in exception org.springframework.web.client.HttpStatusCodeException
 
responseCharset - Variable in exception org.springframework.web.client.UnknownHttpStatusCodeException
 
responseClass - Variable in class org.springframework.web.client.HttpMessageConverterExtractor
 
responseContentTypes - Variable in class org.springframework.mock.web.portlet.MockPortletRequest
 
responseCreator - Variable in class org.springframework.test.web.client.RequestMatcherClientHttpRequest
 
ResponseCreator - Interface in org.springframework.test.web.client
A contract for creating a ClientHttpResponse.
ResponseEntity<T> - Class in org.springframework.http
Extension of HttpEntity that adds a HttpStatus status code.
ResponseEntity(HttpStatus) - Constructor for class org.springframework.http.ResponseEntity
Create a new ResponseEntity with the given status code, and no body nor headers.
ResponseEntity(T, HttpStatus) - Constructor for class org.springframework.http.ResponseEntity
Create a new ResponseEntity with the given body and status code, and no headers.
ResponseEntity(MultiValueMap<String, String>, HttpStatus) - Constructor for class org.springframework.http.ResponseEntity
Create a new HttpEntity with the given headers and status code, and no body.
ResponseEntity(T, MultiValueMap<String, String>, HttpStatus) - Constructor for class org.springframework.http.ResponseEntity
Create a new HttpEntity with the given body, headers, and status code.
ResponseEntityExceptionHandler - Class in org.springframework.web.servlet.mvc.method.annotation
A convenient base class for @ControllerAdvice classes that wish to provide centralized exception handling across all @RequestMapping methods through @ExceptionHandler methods.
ResponseEntityExceptionHandler() - Constructor for class org.springframework.web.servlet.mvc.method.annotation.ResponseEntityExceptionHandler
 
ResponseErrorHandler - Interface in org.springframework.web.client
Strategy interface used by the RestTemplate to determine whether a particular response has an error or not.
ResponseExtractor<T> - Interface in org.springframework.web.client
Generic callback interface used by RestTemplate's retrieval methods Implementations of this interface perform the actual work of extracting data from a ClientHttpResponse, but don't need to worry about exception handling or closing resources.
responseHeaders - Variable in exception org.springframework.web.client.HttpStatusCodeException
 
responseHeaders - Variable in exception org.springframework.web.client.UnknownHttpStatusCodeException
 
responseReason - Variable in class org.springframework.web.servlet.mvc.method.annotation.ServletInvocableHandlerMethod
 
ResponseStatus - Annotation Type in org.springframework.web.bind.annotation
Marks a method or exception class with the status code and reason that should be returned.
responseStatus - Variable in class org.springframework.web.servlet.mvc.method.annotation.ServletInvocableHandlerMethod
 
ResponseStatusExceptionResolver - Class in org.springframework.web.servlet.mvc.annotation
Implementation of the HandlerExceptionResolver interface that uses the @ResponseStatus annotation to map exceptions to HTTP status codes.
ResponseStatusExceptionResolver() - Constructor for class org.springframework.web.servlet.mvc.annotation.ResponseStatusExceptionResolver
 
responseType - Variable in class org.springframework.web.client.HttpMessageConverterExtractor
 
responseType - Variable in class org.springframework.web.client.RestTemplate.AcceptHeaderRequestCallback
 
RestClientException - Exception in org.springframework.web.client
Base class for exceptions thrown by RestTemplate whenever it encounters client-side HTTP errors.
RestClientException(String) - Constructor for exception org.springframework.web.client.RestClientException
Construct a new instance of HttpClientException with the given message.
RestClientException(String, Throwable) - Constructor for exception org.springframework.web.client.RestClientException
Construct a new instance of HttpClientException with the given message and exception.
RestGatewaySupport - Class in org.springframework.web.client.support
Convenient super class for application classes that need REST access.
RestGatewaySupport() - Constructor for class org.springframework.web.client.support.RestGatewaySupport
Construct a new instance of the RestGatewaySupport, with default parameters.
RestGatewaySupport(ClientHttpRequestFactory) - Constructor for class org.springframework.web.client.support.RestGatewaySupport
Construct a new instance of the RestGatewaySupport, with the given ClientHttpRequestFactory.
RestOperations - Interface in org.springframework.web.client
Interface specifying a basic set of RESTful operations.
restoreAttributesAfterInclude(HttpServletRequest, Map<?, ?>) - Method in class org.springframework.web.servlet.DispatcherServlet
Restore the request attributes after an include.
restoreThreadLocalStatus() - Method in class org.springframework.transaction.interceptor.TransactionAspectSupport.TransactionInfo
 
restructureIfNecessary(boolean) - Method in class org.springframework.util.ConcurrentReferenceHashMap.Segment
Restructure the underlying data structure when it becomes necessary.
RestTemplate - Class in org.springframework.web.client
The central class for client-side HTTP access. It simplifies communication with HTTP servers, and enforces RESTful principles.
RestTemplate() - Constructor for class org.springframework.web.client.RestTemplate
Create a new instance of the RestTemplate using default settings.
RestTemplate(ClientHttpRequestFactory) - Constructor for class org.springframework.web.client.RestTemplate
Create a new instance of the RestTemplate based on the given ClientHttpRequestFactory.
restTemplate - Variable in class org.springframework.web.client.support.RestGatewaySupport
 
RestTemplate.AcceptHeaderRequestCallback - Class in org.springframework.web.client
Request callback implementation that prepares the request's accept headers.
RestTemplate.AcceptHeaderRequestCallback(Type) - Constructor for class org.springframework.web.client.RestTemplate.AcceptHeaderRequestCallback
 
RestTemplate.HeadersExtractor - Class in org.springframework.web.client
Response extractor that extracts the response HttpHeaders.
RestTemplate.HeadersExtractor() - Constructor for class org.springframework.web.client.RestTemplate.HeadersExtractor
 
RestTemplate.HttpEntityRequestCallback - Class in org.springframework.web.client
Request callback implementation that writes the given object to the request stream.
RestTemplate.HttpEntityRequestCallback(Object) - Constructor for class org.springframework.web.client.RestTemplate.HttpEntityRequestCallback
 
RestTemplate.HttpEntityRequestCallback(Object, Type) - Constructor for class org.springframework.web.client.RestTemplate.HttpEntityRequestCallback
 
RestTemplate.HttpUrlTemplate - Class in org.springframework.web.client
HTTP-specific subclass of UriTemplate, overriding the encode method.
RestTemplate.HttpUrlTemplate(String) - Constructor for class org.springframework.web.client.RestTemplate.HttpUrlTemplate
 
RestTemplate.ResponseEntityResponseExtractor<T> - Class in org.springframework.web.client
Response extractor for HttpEntity.
RestTemplate.ResponseEntityResponseExtractor(Type) - Constructor for class org.springframework.web.client.RestTemplate.ResponseEntityResponseExtractor
 
result - Variable in class org.springframework.transaction.jta.WebSphereUowTransactionManager.UOWActionAdapter
 
result - Variable in class org.springframework.web.context.request.async.DeferredResult
 
RESULT_NONE - Static variable in interface org.springframework.web.context.request.async.CallableProcessingInterceptor
 
RESULT_NONE - Static variable in class org.springframework.web.context.request.async.DeferredResult
 
RESULT_NONE - Static variable in class org.springframework.web.context.request.async.WebAsyncManager
 
ResultActions - Interface in org.springframework.test.web.servlet
Allows applying actions, such as expectations, on the result of an executed request.
ResultHandler - Interface in org.springframework.test.web.servlet
Executes a generic action (e.g.
resultHandler - Variable in class org.springframework.web.context.request.async.DeferredResult
 
ResultMatcher - Interface in org.springframework.test.web.servlet
Matches the result of an executed request against some expectation.
resultSet - Variable in class org.springframework.jdbc.support.rowset.ResultSetWrappingSqlRowSet
 
ResultSetExtractor<T> - Interface in org.springframework.jdbc.core
Callback interface used by JdbcTemplate's query methods.
resultSetExtractor - Variable in class org.springframework.jdbc.core.ResultSetSupportingSqlParameter
 
resultSetMetaData - Variable in class org.springframework.jdbc.support.rowset.ResultSetWrappingSqlRowSetMetaData
 
ResultSetSupportingSqlParameter - Class in org.springframework.jdbc.core
Common base class for ResultSet-supporting SqlParameters like SqlOutParameter and SqlReturnResultSet.
ResultSetSupportingSqlParameter(String, int) - Constructor for class org.springframework.jdbc.core.ResultSetSupportingSqlParameter
Create a new ResultSetSupportingSqlParameter.
ResultSetSupportingSqlParameter(String, int, int) - Constructor for class org.springframework.jdbc.core.ResultSetSupportingSqlParameter
Create a new ResultSetSupportingSqlParameter.
ResultSetSupportingSqlParameter(String, int, String) - Constructor for class org.springframework.jdbc.core.ResultSetSupportingSqlParameter
Create a new ResultSetSupportingSqlParameter.
ResultSetSupportingSqlParameter(String, int, ResultSetExtractor) - Constructor for class org.springframework.jdbc.core.ResultSetSupportingSqlParameter
Create a new ResultSetSupportingSqlParameter.
ResultSetSupportingSqlParameter(String, int, RowCallbackHandler) - Constructor for class org.springframework.jdbc.core.ResultSetSupportingSqlParameter
Create a new ResultSetSupportingSqlParameter.
ResultSetSupportingSqlParameter(String, int, RowMapper) - Constructor for class org.springframework.jdbc.core.ResultSetSupportingSqlParameter
Create a new ResultSetSupportingSqlParameter.
resultSetType - Variable in class org.springframework.jdbc.core.CallableStatementCreatorFactory
 
resultSetType - Variable in class org.springframework.jdbc.core.PreparedStatementCreatorFactory
 
resultSetType - Variable in class org.springframework.jdbc.object.RdbmsOperation
 
resultSetType - Variable in class org.springframework.jdbc.support.nativejdbc.Jdbc4NativeJdbcExtractor
 
ResultSetWrappingSqlRowSet - Class in org.springframework.jdbc.support.rowset
Default implementation of Spring's SqlRowSet interface.
ResultSetWrappingSqlRowSet(ResultSet) - Constructor for class org.springframework.jdbc.support.rowset.ResultSetWrappingSqlRowSet
Create a new ResultSetWrappingSqlRowSet for the given ResultSet.
ResultSetWrappingSqlRowSetMetaData - Class in org.springframework.jdbc.support.rowset
Default implementation of Spring's SqlRowSetMetaData interface.
ResultSetWrappingSqlRowSetMetaData(ResultSetMetaData) - Constructor for class org.springframework.jdbc.support.rowset.ResultSetWrappingSqlRowSetMetaData
Create a new ResultSetWrappingSqlRowSetMetaData object for the given ResultSetMetaData instance.
resultsMapCaseInsensitive - Variable in class org.springframework.jdbc.core.JdbcTemplate
If this variable is set to true then execution of a CallableStatement will return the results in a Map that uses case insensitive names for the parameters if Commons Collections is available on the classpath.
resultType - Variable in class org.springframework.beans.factory.config.PropertyPathFactoryBean
 
resume() - Method in class org.springframework.jdbc.datasource.DataSourceUtils.ConnectionSynchronization
 
resume() - Method in class org.springframework.orm.hibernate3.SpringSessionSynchronization
 
resume() - Method in class org.springframework.orm.hibernate4.SpringSessionSynchronization
 
resume(Object, AbstractPlatformTransactionManager.SuspendedResourcesHolder) - Method in class org.springframework.transaction.support.AbstractPlatformTransactionManager
Resume the given transaction.
resume() - Method in class org.springframework.transaction.support.ResourceHolderSynchronization
 
resume() - Method in interface org.springframework.transaction.support.TransactionSynchronization
Resume this synchronization.
resume() - Method in class org.springframework.transaction.support.TransactionSynchronizationAdapter
 
resumeAfterBeginException(Object, AbstractPlatformTransactionManager.SuspendedResourcesHolder, Throwable) - Method in class org.springframework.transaction.support.AbstractPlatformTransactionManager
Resume outer transaction after inner transaction begin failed.
resumePausedTasks() - Method in class org.springframework.jms.listener.AbstractJmsListeningContainer
Try to resume all paused tasks.
retainAll(Collection<?>) - Method in class org.springframework.util.AutoPopulatingList
 
rethrowException(Throwable) - Static method in class org.springframework.util.ReflectionUtils
Rethrow the given exception, which is presumably the target exception of an InvocationTargetException.
rethrowRuntimeException(Throwable) - Static method in class org.springframework.util.ReflectionUtils
Rethrow the given exception, which is presumably the target exception of an InvocationTargetException.
retrieveAliases(String, List<String>) - Method in class org.springframework.core.SimpleAliasRegistry
Transitively retrieve all aliases for the given name.
retrieveAndUpdate(HttpServletRequest, HttpServletResponse) - Method in interface org.springframework.web.servlet.FlashMapManager
Find a FlashMap saved by a previous request that matches to the current request, remove it from underlying storage, and also remove other expired FlashMap instances.
retrieveAndUpdate(HttpServletRequest, HttpServletResponse) - Method in class org.springframework.web.servlet.support.AbstractFlashMapManager
 
retrieveAttribute(WebRequest, String) - Method in class org.springframework.web.bind.support.DefaultSessionAttributeStore
 
retrieveAttribute(WebRequest, String) - Method in interface org.springframework.web.bind.support.SessionAttributeStore
Retrieve the specified attribute from the backend session.
retrieveAttribute(WebRequest, String) - Method in class org.springframework.web.method.annotation.SessionAttributesHandler
A pass-through call to the underlying SessionAttributeStore.
retrieveAttributes(WebRequest) - Method in class org.springframework.web.method.annotation.SessionAttributesHandler
Retrieve "known" attributes from the session, i.e.
retrieveConfigurationAttributes(TestContext) - Method in class org.springframework.test.context.transaction.TransactionalTestExecutionListener
Retrieves the TransactionConfigurationAttributes for the specified class which may optionally declare or inherit @TransactionConfiguration.
retrieveFlashMaps(HttpServletRequest) - Method in class org.springframework.web.servlet.support.AbstractFlashMapManager
Retrieve saved FlashMap instances from underlying storage.
retrieveFlashMaps(HttpServletRequest) - Method in class org.springframework.web.servlet.support.SessionFlashMapManager
Retrieve saved FlashMap instances from the HTTP Session.
retrieveLastModifiedTime() - Method in class org.springframework.scripting.support.ResourceScriptSource
Retrieve the current last-modified timestamp of the underlying resource.
retrieveMatchingFiles(File, String) - Method in class org.springframework.core.io.support.PathMatchingResourcePatternResolver
Retrieve files that match the given path pattern, checking the given directory and its subdirectories.
retrieveMBeanInfo() - Method in class org.springframework.jmx.access.MBeanClientInterceptor
Loads the management interface info for the configured MBean into the caches.
retrieveProfileValueSource(Class<?>) - Static method in class org.springframework.test.annotation.ProfileValueUtils
Retrieves the ProfileValueSource type for the specified test class as configured via the @ProfileValueSourceConfiguration annotation and instantiates a new instance of that type.
retrieverCache - Variable in class org.springframework.context.event.AbstractApplicationEventMulticaster
 
retrieveTestExecutionListeners(Class<?>) - Method in class org.springframework.test.context.TestContextManager
Retrieve an array of newly instantiated TestExecutionListeners for the specified class.
retrieveTransactionManager() - Method in class org.springframework.transaction.jta.JtaTransactionManager
Allows subclasses to retrieve the JTA TransactionManager in a vendor-specific manner.
retrieveTransactionManager() - Method in class org.springframework.transaction.jta.WebLogicJtaTransactionManager
 
retrieveTransactionSynchronizationRegistry() - Method in class org.springframework.transaction.jta.JtaTransactionManager
Allows subclasses to retrieve the JTA 1.1 TransactionSynchronizationRegistry in a vendor-specific manner.
retrieveUserTransaction() - Method in class org.springframework.transaction.jta.JtaTransactionManager
Allows subclasses to retrieve the JTA UserTransaction in a vendor-specific manner.
retrieveUserTransaction() - Method in class org.springframework.transaction.jta.OC4JJtaTransactionManager
Deprecated.
 
retrieveUserTransaction() - Method in class org.springframework.transaction.jta.WebLogicJtaTransactionManager
 
RETURN_RESULT_SET_PREFIX - Static variable in class org.springframework.jdbc.core.JdbcTemplate
 
RETURN_UPDATE_COUNT_PREFIX - Static variable in class org.springframework.jdbc.core.JdbcTemplate
 
RETURN_VALUE_NAME - Static variable in class org.springframework.jdbc.core.metadata.PostgresCallMetaDataProvider
 
RETURN_VALUE_NAME - Static variable in class org.springframework.jdbc.core.metadata.SqlServerCallMetaDataProvider
 
RETURN_VALUE_NAME - Static variable in class org.springframework.jdbc.core.metadata.SybaseCallMetaDataProvider
 
returnedClass() - Method in class org.springframework.orm.hibernate3.support.BlobByteArrayType
 
returnedClass() - Method in class org.springframework.orm.hibernate3.support.BlobSerializableType
 
returnedClass() - Method in class org.springframework.orm.hibernate3.support.BlobStringType
 
returnedClass() - Method in class org.springframework.orm.hibernate3.support.ClobStringType
 
returnGeneratedKeys - Variable in class org.springframework.jdbc.core.PreparedStatementCreatorFactory
 
returnGeneratedKeys - Variable in class org.springframework.jdbc.object.RdbmsOperation
 
RETURNING - Static variable in class org.springframework.aop.config.ConfigBeanDefinitionParser
 
RETURNING_PROPERTY - Static variable in class org.springframework.aop.config.ConfigBeanDefinitionParser
 
returningName - Variable in class org.springframework.aop.aspectj.AbstractAspectJAdvice
Non-null if after returning advice binds the return value
returningName - Variable in class org.springframework.aop.aspectj.AspectJAdviceParameterNameDiscoverer
If the advice is afterReturning, and binds the return value, this is the parameter name used.
returningResultSet(String, RowMapper) - Method in class org.springframework.jdbc.core.simple.SimpleJdbcCall
 
returningResultSet(String, ParameterizedRowMapper) - Method in class org.springframework.jdbc.core.simple.SimpleJdbcCall
returningResultSet(String, RowMapper) - Method in interface org.springframework.jdbc.core.simple.SimpleJdbcCallOperations
Used to specify when a ResultSet is returned by the stored procedure and you want it mapped by a RowMapper.
returningResultSet(String, ParameterizedRowMapper) - Method in interface org.springframework.jdbc.core.simple.SimpleJdbcCallOperations
returnValue - Variable in class org.springframework.web.method.HandlerMethod.ReturnValueMethodParameter
 
returnValueHandlers - Variable in class org.springframework.web.method.support.HandlerMethodReturnValueHandlerComposite
 
returnValueHandlers - Variable in class org.springframework.web.servlet.mvc.method.annotation.ExceptionHandlerExceptionResolver
 
returnValueHandlers - Variable in class org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter
 
returnValueHandlers - Variable in class org.springframework.web.servlet.mvc.method.annotation.ServletInvocableHandlerMethod
 
returnValueRequired - Variable in class org.springframework.jdbc.core.metadata.CallMetaDataContext
indicates whether this procedure's return value should be included
retVal - Variable in class org.springframework.cache.interceptor.CacheAspectSupport.CacheStatus
 
reuseObjects - Variable in class org.springframework.oxm.castor.CastorMarshaller
 
RmiBasedExporter - Class in org.springframework.remoting.rmi
Convenient superclass for RMI-based remote exporters.
RmiBasedExporter() - Constructor for class org.springframework.remoting.rmi.RmiBasedExporter
 
RmiClientInterceptor - Class in org.springframework.remoting.rmi
org.aopalliance.intercept.MethodInterceptor for accessing conventional RMI services or RMI invokers.
RmiClientInterceptor() - Constructor for class org.springframework.remoting.rmi.RmiClientInterceptor
 
RmiClientInterceptor.DummyURLStreamHandler - Class in org.springframework.remoting.rmi
Dummy URLStreamHandler that's just specified to suppress the standard java.net.URL URLStreamHandler lookup, to be able to use the standard URL class for parsing "rmi:..." URLs.
RmiClientInterceptor.DummyURLStreamHandler() - Constructor for class org.springframework.remoting.rmi.RmiClientInterceptor.DummyURLStreamHandler
 
RmiClientInterceptorUtils - Class in org.springframework.remoting.rmi
Factored-out methods for performing invocations within an RMI client.
RmiClientInterceptorUtils() - Constructor for class org.springframework.remoting.rmi.RmiClientInterceptorUtils
 
rmiExporter - Variable in class org.springframework.remoting.rmi.RmiInvocationWrapper
 
RmiInvocationHandler - Interface in org.springframework.remoting.rmi
Interface for RMI invocation handlers instances on the server, wrapping exported services.
RmiInvocationWrapper - Class in org.springframework.remoting.rmi
Server-side implementation of RmiInvocationHandler.
RmiInvocationWrapper(Object, RmiBasedExporter) - Constructor for class org.springframework.remoting.rmi.RmiInvocationWrapper
Create a new RmiInvocationWrapper for the given object
RmiProxyFactoryBean - Class in org.springframework.remoting.rmi
FactoryBean for RMI proxies, supporting both conventional RMI services and RMI invokers.
RmiProxyFactoryBean() - Constructor for class org.springframework.remoting.rmi.RmiProxyFactoryBean
 
RmiRegistryFactoryBean - Class in org.springframework.remoting.rmi
FactoryBean that locates a Registry and exposes it for bean references.
RmiRegistryFactoryBean() - Constructor for class org.springframework.remoting.rmi.RmiRegistryFactoryBean
 
RmiServiceExporter - Class in org.springframework.remoting.rmi
RMI exporter that exposes the specified service as RMI object with the specified name.
RmiServiceExporter() - Constructor for class org.springframework.remoting.rmi.RmiServiceExporter
 
rnd - Variable in class org.springframework.http.converter.FormHttpMessageConverter
 
role - Variable in class org.springframework.beans.factory.support.AbstractBeanDefinition
 
Role - Annotation Type in org.springframework.context.annotation
Indicates the 'role' hint for a given bean.
ROLE_APPLICATION - Static variable in interface org.springframework.beans.factory.config.BeanDefinition
Role hint indicating that a BeanDefinition is a major part of the application.
ROLE_GETTER - Static variable in class org.springframework.jmx.export.assembler.AbstractReflectiveMBeanInfoAssembler
Constant identifier for the getter role field value in a JMX Descriptor.
ROLE_INFRASTRUCTURE - Static variable in interface org.springframework.beans.factory.config.BeanDefinition
Role hint indicating that a BeanDefinition is providing an entirely background role and has no relevance to the end-user.
ROLE_OPERATION - Static variable in class org.springframework.jmx.export.assembler.AbstractReflectiveMBeanInfoAssembler
Identifies an operation (method) in a JMX Descriptor.
ROLE_SETTER - Static variable in class org.springframework.jmx.export.assembler.AbstractReflectiveMBeanInfoAssembler
Constant identifier for the setter role field value in a JMX Descriptor.
ROLE_SUPPORT - Static variable in interface org.springframework.beans.factory.config.BeanDefinition
Role hint indicating that a BeanDefinition is a supporting part of some larger configuration, typically an outer ComponentDefinition.
Rollback - Annotation Type in org.springframework.test.annotation
Test annotation to indicate whether or not the transaction for the annotated test method should be rolled back after the test method has completed.
rollback() - Method in class org.springframework.transaction.jta.ManagedTransactionAdapter
 
rollback() - Method in class org.springframework.transaction.jta.UserTransactionAdapter
 
rollback(TransactionStatus) - Method in interface org.springframework.transaction.PlatformTransactionManager
Perform a rollback of the given transaction.
rollback(TransactionStatus) - Method in class org.springframework.transaction.support.AbstractPlatformTransactionManager
This implementation of rollback handles participating in existing transactions.
ROLLBACK_FOR_ATTRIBUTE - Static variable in class org.springframework.transaction.config.TxAdviceBeanDefinitionParser
 
ROLLBACK_ON_RUNTIME_EXCEPTIONS - Static variable in class org.springframework.transaction.interceptor.RollbackRuleAttribute
The rollback rule for RuntimeExceptions.
rollbackIfNecessary(Session) - Method in class org.springframework.jms.listener.AbstractMessageListenerContainer
Perform a rollback, if appropriate.
rollbackIfNecessary(Session) - Static method in class org.springframework.jms.support.JmsUtils
Rollback the Session if not within a JTA transaction.
rollbackOn(Throwable) - Method in class org.springframework.transaction.annotation.Ejb3TransactionAnnotationParser.Ejb3TransactionAttribute
 
rollbackOn(Throwable) - Method in class org.springframework.transaction.interceptor.DefaultTransactionAttribute
The default behavior is as with EJB: rollback on unchecked exception.
rollbackOn(Throwable) - Method in class org.springframework.transaction.interceptor.DelegatingTransactionAttribute
 
rollbackOn(Throwable) - Method in class org.springframework.transaction.interceptor.RuleBasedTransactionAttribute
Winning rule is the shallowest rule (that is, the closest in the inheritance hierarchy to the exception).
rollbackOn(Throwable) - Method in interface org.springframework.transaction.interceptor.TransactionAttribute
Should we roll back on the given exception?
rollbackOnCommitFailure - Variable in class org.springframework.transaction.support.AbstractPlatformTransactionManager
 
rollbackOnException(TransactionStatus, Throwable) - Method in class org.springframework.jms.listener.AbstractPollingMessageListenerContainer
Perform a rollback, handling rollback exceptions properly.
rollbackOnException(TransactionStatus, Throwable) - Method in class org.springframework.transaction.support.TransactionTemplate
Perform a rollback, handling rollback exceptions properly.
rollbackOnExceptionIfNecessary(Session, Throwable) - Method in class org.springframework.jms.listener.AbstractMessageListenerContainer
Perform a rollback, handling rollback exceptions properly.
rollbackOnly - Variable in class org.springframework.jca.endpoint.AbstractMessageEndpointFactory.TransactionDelegate
 
rollbackOnly - Variable in class org.springframework.transaction.support.AbstractTransactionStatus
 
rollbackOnly - Variable in class org.springframework.transaction.support.ResourceHolderSupport
 
RollbackRuleAttribute - Class in org.springframework.transaction.interceptor
Rule determining whether or not a given exception (and any subclasses) should cause a rollback.
RollbackRuleAttribute(Class) - Constructor for class org.springframework.transaction.interceptor.RollbackRuleAttribute
Create a new instance of the RollbackRuleAttribute class.
RollbackRuleAttribute(String) - Constructor for class org.springframework.transaction.interceptor.RollbackRuleAttribute
Create a new instance of the RollbackRuleAttribute class for the given exceptionName.
rollbackRules - Variable in class org.springframework.transaction.interceptor.RuleBasedTransactionAttribute
 
rollbackToHeldSavepoint() - Method in class org.springframework.transaction.support.AbstractTransactionStatus
Roll back to the savepoint that is held for the transaction.
rollbackToSavepoint(Object) - Method in class org.springframework.jdbc.datasource.JdbcTransactionObjectSupport
This implementation rolls back to the given JDBC 3.0 Savepoint.
rollbackToSavepoint(Object) - Method in class org.springframework.orm.jpa.JpaTransactionManager.JpaTransactionObject
 
rollbackToSavepoint(Object) - Method in class org.springframework.orm.jpa.vendor.OpenJpaDialect.OpenJpaTransactionData
 
rollbackToSavepoint(Object) - Method in interface org.springframework.transaction.SavepointManager
Roll back to the given savepoint.
rollbackToSavepoint(Object) - Method in class org.springframework.transaction.support.AbstractTransactionStatus
This implementation delegates to a SavepointManager for the underlying transaction, if possible.
romePresent - Static variable in class org.springframework.web.client.RestTemplate
 
romePresent - Static variable in class org.springframework.web.servlet.config.annotation.WebMvcConfigurationSupport
 
romePresent - Static variable in class org.springframework.web.servlet.config.AnnotationDrivenBeanDefinitionParser
 
ROOT - Static variable in class org.springframework.expression.spel.ast.VariableReference
 
root - Variable in class org.springframework.mock.jndi.SimpleNamingContext
 
root - Variable in class org.springframework.web.servlet.view.xslt.AbstractXsltView
Deprecated.
 
ROOT_WEB_APPLICATION_CONTEXT_ATTRIBUTE - Static variable in interface org.springframework.web.context.WebApplicationContext
Context attribute to bind root WebApplicationContext to on successful startup.
rootBeanDefinition(Class) - Static method in class org.springframework.beans.factory.support.BeanDefinitionBuilder
Create a new BeanDefinitionBuilder used to construct a RootBeanDefinition.
rootBeanDefinition(Class, String) - Static method in class org.springframework.beans.factory.support.BeanDefinitionBuilder
Create a new BeanDefinitionBuilder used to construct a RootBeanDefinition.
rootBeanDefinition(String) - Static method in class org.springframework.beans.factory.support.BeanDefinitionBuilder
Create a new BeanDefinitionBuilder used to construct a RootBeanDefinition.
rootBeanDefinition(String, String) - Static method in class org.springframework.beans.factory.support.BeanDefinitionBuilder
Create a new BeanDefinitionBuilder used to construct a RootBeanDefinition.
RootBeanDefinition - Class in org.springframework.beans.factory.support
A root bean definition represents the merged bean definition that backs a specific bean in a Spring BeanFactory at runtime.
RootBeanDefinition() - Constructor for class org.springframework.beans.factory.support.RootBeanDefinition
Create a new RootBeanDefinition, to be configured through its bean properties and configuration methods.
RootBeanDefinition(Class) - Constructor for class org.springframework.beans.factory.support.RootBeanDefinition
Create a new RootBeanDefinition for a singleton.
RootBeanDefinition(Class, boolean) - Constructor for class org.springframework.beans.factory.support.RootBeanDefinition
Deprecated.
RootBeanDefinition(Class, int) - Constructor for class org.springframework.beans.factory.support.RootBeanDefinition
Deprecated.
as of Spring 3.0, in favor of AbstractBeanDefinition.setAutowireMode(int) usage
RootBeanDefinition(Class, int, boolean) - Constructor for class org.springframework.beans.factory.support.RootBeanDefinition
Create a new RootBeanDefinition for a singleton, using the given autowire mode.
RootBeanDefinition(Class, MutablePropertyValues) - Constructor for class org.springframework.beans.factory.support.RootBeanDefinition
Deprecated.
as of Spring 3.0, in favor of AbstractBeanDefinition.getPropertyValues() usage
RootBeanDefinition(Class, MutablePropertyValues, boolean) - Constructor for class org.springframework.beans.factory.support.RootBeanDefinition
Deprecated.
RootBeanDefinition(Class, ConstructorArgumentValues, MutablePropertyValues) - Constructor for class org.springframework.beans.factory.support.RootBeanDefinition
Create a new RootBeanDefinition for a singleton, providing constructor arguments and property values.
RootBeanDefinition(String) - Constructor for class org.springframework.beans.factory.support.RootBeanDefinition
Create a new RootBeanDefinition for a singleton, providing constructor arguments and property values.
RootBeanDefinition(String, ConstructorArgumentValues, MutablePropertyValues) - Constructor for class org.springframework.beans.factory.support.RootBeanDefinition
Create a new RootBeanDefinition for a singleton, providing constructor arguments and property values.
RootBeanDefinition(RootBeanDefinition) - Constructor for class org.springframework.beans.factory.support.RootBeanDefinition
Create a new RootBeanDefinition as deep copy of the given bean definition.
RootBeanDefinition(BeanDefinition) - Constructor for class org.springframework.beans.factory.support.RootBeanDefinition
Create a new RootBeanDefinition as deep copy of the given bean definition.
rootCause - Variable in class org.springframework.beans.factory.parsing.Problem
 
RootClassFilter - Class in org.springframework.aop.support
Simple ClassFilter implementation that passes classes (and optionally subclasses)
RootClassFilter(Class) - Constructor for class org.springframework.aop.support.RootClassFilter
 
rootElement - Variable in class org.springframework.oxm.castor.CastorMarshaller
 
rootHandler - Variable in class org.springframework.web.servlet.handler.AbstractUrlHandlerMapping
 
rootMimeMultipart - Variable in class org.springframework.mail.javamail.MimeMessageHelper
 
rootObject - Variable in class org.springframework.beans.BeanWrapperImpl
 
rootObject - Variable in class org.springframework.expression.spel.ExpressionState
 
rootObject - Variable in class org.springframework.expression.spel.support.StandardEvaluationContext
 
rootObject - Variable in class org.springframework.oxm.castor.CastorMarshaller
 
rootPath - Variable in class org.springframework.core.io.support.PathMatchingResourcePatternResolver.PatternVirtualFileVisitor
 
roundingMode - Variable in class org.springframework.format.number.CurrencyFormatter
 
roundingModeOnDecimalFormat - Static variable in class org.springframework.format.number.CurrencyFormatter
 
rowCallbackHandler - Variable in class org.springframework.jdbc.core.ResultSetSupportingSqlParameter
 
RowCallbackHandler - Interface in org.springframework.jdbc.core
An interface used by JdbcTemplate for processing rows of a ResultSet on a per-row basis.
rowCount - Variable in class org.springframework.jdbc.core.RowCountCallbackHandler
Rows we've seen so far
RowCountCallbackHandler - Class in org.springframework.jdbc.core
Implementation of RowCallbackHandler.
RowCountCallbackHandler() - Constructor for class org.springframework.jdbc.core.RowCountCallbackHandler
 
rowMapper - Variable in class org.springframework.jdbc.core.ResultSetSupportingSqlParameter
 
RowMapper<T> - Interface in org.springframework.jdbc.core
An interface used by JdbcTemplate for mapping rows of a ResultSet on a per-row basis.
rowMapper - Variable in class org.springframework.jdbc.core.RowMapperResultSetExtractor
 
rowMapper - Variable in class org.springframework.jdbc.object.GenericSqlQuery
 
rowMapper - Variable in class org.springframework.jdbc.object.SqlFunction
 
rowMapperClass - Variable in class org.springframework.jdbc.object.GenericSqlQuery
 
RowMapperResultSetExtractor<T> - Class in org.springframework.jdbc.core
Adapter implementation of the ResultSetExtractor interface that delegates to a RowMapper which is supposed to create an object for each row.
RowMapperResultSetExtractor(RowMapper<T>) - Constructor for class org.springframework.jdbc.core.RowMapperResultSetExtractor
Create a new RowMapperResultSetExtractor.
RowMapperResultSetExtractor(RowMapper<T>, int) - Constructor for class org.springframework.jdbc.core.RowMapperResultSetExtractor
Create a new RowMapperResultSetExtractor.
rows - Variable in class org.springframework.web.servlet.tags.form.TextareaTag
 
ROWS_ATTRIBUTE - Static variable in class org.springframework.web.servlet.tags.form.TextareaTag
 
rowsAffected - Variable in class org.springframework.jdbc.object.BatchSqlUpdate
 
rowSetFactory - Variable in class org.springframework.jdbc.core.SqlRowSetResultSetExtractor.StandardCachedRowSetFactory
 
rowSetMetaData - Variable in class org.springframework.jdbc.support.rowset.ResultSetWrappingSqlRowSet
 
rowsExpected - Variable in class org.springframework.jdbc.core.RowMapperResultSetExtractor
 
rowsExpected - Variable in class org.springframework.jdbc.object.SqlQuery
The number of rows to expect; if 0, unknown.
RssChannelHttpMessageConverter - Class in org.springframework.http.converter.feed
Implementation of HttpMessageConverter that can read and write RSS feeds.
RssChannelHttpMessageConverter() - Constructor for class org.springframework.http.converter.feed.RssChannelHttpMessageConverter
 
ruby - Variable in class org.springframework.scripting.jruby.JRubyScriptUtils.RubyObjectInvocationHandler
 
rubyObject - Variable in class org.springframework.scripting.jruby.JRubyScriptUtils.RubyObjectInvocationHandler
 
RuleBasedTransactionAttribute - Class in org.springframework.transaction.interceptor
TransactionAttribute implementation that works out whether a given exception should cause transaction rollback by applying a number of rollback rules, both positive and negative.
RuleBasedTransactionAttribute() - Constructor for class org.springframework.transaction.interceptor.RuleBasedTransactionAttribute
Create a new RuleBasedTransactionAttribute, with default settings.
RuleBasedTransactionAttribute(RuleBasedTransactionAttribute) - Constructor for class org.springframework.transaction.interceptor.RuleBasedTransactionAttribute
Copy constructor.
RuleBasedTransactionAttribute(int, List<RollbackRuleAttribute>) - Constructor for class org.springframework.transaction.interceptor.RuleBasedTransactionAttribute
Create a new DefaultTransactionAttribute with the the given propagation behavior.
run() - Method in class org.springframework.beans.factory.support.DisposableBeanAdapter
 
run() - Method in class org.springframework.core.task.SimpleAsyncTaskExecutor.ConcurrencyThrottlingRunnable
 
run() - Method in class org.springframework.jca.work.DelegatingWork
Delegates execution to the underlying Runnable.
run() - Method in class org.springframework.jca.work.SimpleTaskWorkManager.DelegatingWorkAdapter
 
run() - Method in class org.springframework.jdbc.object.SqlFunction
Convenient method to run the function without arguments.
run(int) - Method in class org.springframework.jdbc.object.SqlFunction
Convenient method to run the function with a single int argument.
run(Object...) - Method in class org.springframework.jdbc.object.SqlFunction
Analogous to the SqlQuery.execute([]) method.
run() - Method in class org.springframework.jms.listener.DefaultMessageListenerContainer.AsyncMessageListenerInvoker
 
run() - Method in class org.springframework.scheduling.commonj.DelegatingWork
Delegates execution to the underlying Runnable.
run() - Method in class org.springframework.scheduling.concurrent.ReschedulingRunnable
 
run() - Method in class org.springframework.scheduling.support.DelegatingErrorHandlingRunnable
 
run() - Method in class org.springframework.scheduling.support.MethodInvokingRunnable
 
run() - Method in class org.springframework.scheduling.support.ScheduledMethodRunnable
 
run() - Method in class org.springframework.scheduling.timer.DelegatingTimerTask
Deprecated.
Delegates execution to the underlying Runnable, catching any exception or error thrown in order to continue scheduled execution.
run() - Method in interface org.springframework.test.annotation.AbstractAnnotationAwareTransactionalTests.TestExecutionCallback
Deprecated.
 
run() - Method in interface org.springframework.test.context.junit38.AbstractJUnit38SpringContextTests.TestExecutionCallback
Deprecated.
 
run(RunNotifier) - Method in class org.springframework.test.context.junit4.SpringJUnit4ClassRunner
Check whether the test is enabled in the first place.
run(IHookCallBack, ITestResult) - Method in class org.springframework.test.context.testng.AbstractTestNGSpringContextTests
Delegates to the test method in the supplied callback to execute the actual test and then tracks the exception thrown during test execution, if any.
run() - Method in class org.springframework.transaction.jta.WebSphereUowTransactionManager.UOWActionAdapter
 
run() - Method in class org.springframework.util.WeakReferenceMonitor.MonitoringProcess
 
RunAfterTestClassCallbacks - Class in org.springframework.test.context.junit4.statements
RunAfterTestClassCallbacks is a custom JUnit 4.5+ Statement which allows the Spring TestContext Framework to be plugged into the JUnit execution chain by calling afterTestClass() on the supplied TestContextManager.
RunAfterTestClassCallbacks(Statement, TestContextManager) - Constructor for class org.springframework.test.context.junit4.statements.RunAfterTestClassCallbacks
Constructs a new RunAfterTestClassCallbacks statement.
RunAfterTestMethodCallbacks - Class in org.springframework.test.context.junit4.statements
RunAfterTestMethodCallbacks is a custom JUnit 4.5+ Statement which allows the Spring TestContext Framework to be plugged into the JUnit execution chain by calling afterTestMethod() on the supplied TestContextManager.
RunAfterTestMethodCallbacks(Statement, Object, Method, TestContextManager) - Constructor for class org.springframework.test.context.junit4.statements.RunAfterTestMethodCallbacks
Constructs a new RunAfterTestMethodCallbacks statement.
runAfterTransactionMethods(TestContext) - Method in class org.springframework.test.context.transaction.TransactionalTestExecutionListener
Run all @AfterTransaction methods for the specified test context.
runBare() - Method in class org.springframework.test.annotation.AbstractAnnotationAwareTransactionalTests
Deprecated.
Overridden to populate transaction definition from annotations.
runBare() - Method in class org.springframework.test.ConditionalTestCase
Deprecated.
 
runBare() - Method in class org.springframework.test.context.junit38.AbstractJUnit38SpringContextTests
Deprecated.
Runs the Spring TestContext Framework test sequence.
runBare() - Method in class org.springframework.test.jpa.AbstractJpaTests
Deprecated.
 
RunBeforeTestClassCallbacks - Class in org.springframework.test.context.junit4.statements
RunBeforeTestClassCallbacks is a custom JUnit 4.5+ Statement which allows the Spring TestContext Framework to be plugged into the JUnit execution chain by calling beforeTestClass() on the supplied TestContextManager.
RunBeforeTestClassCallbacks(Statement, TestContextManager) - Constructor for class org.springframework.test.context.junit4.statements.RunBeforeTestClassCallbacks
Constructs a new RunBeforeTestClassCallbacks statement.
RunBeforeTestMethodCallbacks - Class in org.springframework.test.context.junit4.statements
RunBeforeTestMethodCallbacks is a custom JUnit 4.5+ Statement which allows the Spring TestContext Framework to be plugged into the JUnit execution chain by calling beforeTestMethod() on the supplied TestContextManager.
RunBeforeTestMethodCallbacks(Statement, Object, Method, TestContextManager) - Constructor for class org.springframework.test.context.junit4.statements.RunBeforeTestMethodCallbacks
Constructs a new RunBeforeTestMethodCallbacks statement.
runBeforeTransactionMethods(TestContext) - Method in class org.springframework.test.context.transaction.TransactionalTestExecutionListener
Run all @BeforeTransaction methods for the specified test context.
runChild(FrameworkMethod, RunNotifier) - Method in class org.springframework.test.context.junit4.SpringJUnit4ClassRunner
Performs the same logic as BlockJUnit4ClassRunner#runChild(FrameworkMethod, RunNotifier), except that tests are determined to be ignored by SpringJUnit4ClassRunner.isTestMethodIgnored(FrameworkMethod).
runGeneric() - Method in class org.springframework.jdbc.object.SqlFunction
Convenient method to run the function without arguments, returning the value as an object.
runGeneric(int) - Method in class org.springframework.jdbc.object.SqlFunction
Convenient method to run the function with a single int argument.
runGeneric(Object[]) - Method in class org.springframework.jdbc.object.SqlFunction
Analogous to the SqlQuery.findObject(Object[]) method.
runInThread(Runnable) - Method in class org.springframework.scheduling.quartz.LocalTaskExecutorThreadPool
 
runManaged(Method) - Method in class org.springframework.test.context.junit38.AbstractJUnit38SpringContextTests
Deprecated.
runnable - Variable in class org.springframework.scheduling.commonj.DelegatingTimerListener
 
runnable - Variable in class org.springframework.scheduling.concurrent.ScheduledExecutorTask
 
runnable - Variable in class org.springframework.scheduling.config.Task
 
runnableReference(String, String, Element, ParserContext) - Method in class org.springframework.scheduling.config.ScheduledTasksBeanDefinitionParser
 
running - Variable in class org.springframework.context.support.DefaultLifecycleProcessor
 
running - Variable in class org.springframework.jca.endpoint.GenericMessageEndpointManager
 
running - Variable in class org.springframework.jms.listener.AbstractJmsListeningContainer
 
running - Variable in class org.springframework.util.StopWatch
Is the stop watch currently running?
runningAllowed() - Method in class org.springframework.jms.listener.AbstractJmsListeningContainer
Check whether this container's listeners are generally allowed to run.
runTest(AbstractAnnotationAwareTransactionalTests.TestExecutionCallback, Method) - Method in class org.springframework.test.annotation.AbstractAnnotationAwareTransactionalTests
Deprecated.
 
runTest() - Method in class org.springframework.test.AssertThrows
Deprecated.
The main template method that drives the running of the test logic and the checking of the resulting (expected) Exception.
runTest(AbstractJUnit38SpringContextTests.TestExecutionCallback, Method) - Method in class org.springframework.test.context.junit38.AbstractJUnit38SpringContextTests
Deprecated.
Runs a test via the supplied AbstractJUnit38SpringContextTests.TestExecutionCallback, providing support for the @ExpectedException and @Repeat annotations.
runTestTimed(AbstractAnnotationAwareTransactionalTests.TestExecutionCallback, Method) - Method in class org.springframework.test.annotation.AbstractAnnotationAwareTransactionalTests
Deprecated.
 
runTestTimed(AbstractJUnit38SpringContextTests.TestExecutionCallback, Method) - Method in class org.springframework.test.context.junit38.AbstractJUnit38SpringContextTests
Deprecated.
Runs a timed test via the supplied AbstractJUnit38SpringContextTests.TestExecutionCallback , providing support for the @Timed annotation.
RuntimeBeanNameReference - Class in org.springframework.beans.factory.config
Immutable placeholder class used for a property value object when it's a reference to another bean name in the factory, to be resolved at runtime.
RuntimeBeanNameReference(String) - Constructor for class org.springframework.beans.factory.config.RuntimeBeanNameReference
Create a new RuntimeBeanNameReference to the given bean name.
RuntimeBeanReference - Class in org.springframework.beans.factory.config
Immutable placeholder class used for a property value object when it's a reference to another bean in the factory, to be resolved at runtime.
RuntimeBeanReference(String) - Constructor for class org.springframework.beans.factory.config.RuntimeBeanReference
Create a new RuntimeBeanReference to the given bean name, without explicitly marking it as reference to a bean in the parent factory.
RuntimeBeanReference(String, boolean) - Constructor for class org.springframework.beans.factory.config.RuntimeBeanReference
Create a new RuntimeBeanReference to the given bean name, with the option to mark it as reference to a bean in the parent factory.
runtimeTest - Variable in class org.springframework.aop.aspectj.RuntimeTestWalker
 
RuntimeTestWalker - Class in org.springframework.aop.aspectj
This class encapsulates some AspectJ internal knowledge that should be pushed back into the AspectJ project in a future release.
RuntimeTestWalker(ShadowMatch) - Constructor for class org.springframework.aop.aspectj.RuntimeTestWalker
 
RuntimeTestWalker.InstanceOfResidueTestVisitor - Class in org.springframework.aop.aspectj
 
RuntimeTestWalker.InstanceOfResidueTestVisitor(Class, boolean, int) - Constructor for class org.springframework.aop.aspectj.RuntimeTestWalker.InstanceOfResidueTestVisitor
 
RuntimeTestWalker.SubtypeSensitiveVarTypeTestVisitor - Class in org.springframework.aop.aspectj
 
RuntimeTestWalker.SubtypeSensitiveVarTypeTestVisitor() - Constructor for class org.springframework.aop.aspectj.RuntimeTestWalker.SubtypeSensitiveVarTypeTestVisitor
 
RuntimeTestWalker.TargetInstanceOfResidueTestVisitor - Class in org.springframework.aop.aspectj
Check if residue of target(TYPE) kind.
RuntimeTestWalker.TargetInstanceOfResidueTestVisitor(Class) - Constructor for class org.springframework.aop.aspectj.RuntimeTestWalker.TargetInstanceOfResidueTestVisitor
 
RuntimeTestWalker.TestVisitorAdapter - Class in org.springframework.aop.aspectj
 
RuntimeTestWalker.TestVisitorAdapter() - Constructor for class org.springframework.aop.aspectj.RuntimeTestWalker.TestVisitorAdapter
 
RuntimeTestWalker.ThisInstanceOfResidueTestVisitor - Class in org.springframework.aop.aspectj
Check if residue of this(TYPE) kind.
RuntimeTestWalker.ThisInstanceOfResidueTestVisitor(Class) - Constructor for class org.springframework.aop.aspectj.RuntimeTestWalker.ThisInstanceOfResidueTestVisitor
 

S

SAME_PRECEDENCE - Static variable in class org.springframework.aop.aspectj.autoproxy.AspectJPrecedenceComparator
 
sameResourceFactory(ResourceTransactionManager, Object) - Static method in class org.springframework.transaction.support.TransactionSynchronizationUtils
Check whether the given resource transaction managers refers to the given (underlying) resource factory.
sampledStatisticsEnabled - Variable in class org.springframework.cache.ehcache.EhCacheFactoryBean
 
save(Object) - Method in interface org.springframework.orm.hibernate3.HibernateOperations
Persist the given transient instance.
save(String, Object) - Method in interface org.springframework.orm.hibernate3.HibernateOperations
Persist the given transient instance.
save(Object) - Method in class org.springframework.orm.hibernate3.HibernateTemplate
 
save(String, Object) - Method in class org.springframework.orm.hibernate3.HibernateTemplate
 
saveOrUpdate(Object) - Method in interface org.springframework.orm.hibernate3.HibernateOperations
Save or update the given persistent instance, according to its id (matching the configured "unsaved-value"?).
saveOrUpdate(String, Object) - Method in interface org.springframework.orm.hibernate3.HibernateOperations
Save or update the given persistent instance, according to its id (matching the configured "unsaved-value"?).
saveOrUpdate(Object) - Method in class org.springframework.orm.hibernate3.HibernateTemplate
 
saveOrUpdate(String, Object) - Method in class org.springframework.orm.hibernate3.HibernateTemplate
 
saveOrUpdateAll(Collection) - Method in interface org.springframework.orm.hibernate3.HibernateOperations
Deprecated.
as of Spring 2.5, in favor of individual saveOrUpdate or merge usage
saveOrUpdateAll(Collection) - Method in class org.springframework.orm.hibernate3.HibernateTemplate
 
saveOutputFlashMap(FlashMap, HttpServletRequest, HttpServletResponse) - Method in interface org.springframework.web.servlet.FlashMapManager
Save the given FlashMap, in some underlying storage and set the start of its expiration period.
saveOutputFlashMap(FlashMap, HttpServletRequest, HttpServletResponse) - Method in class org.springframework.web.servlet.support.AbstractFlashMapManager
 
savepoint - Variable in class org.springframework.transaction.support.AbstractTransactionStatus
 
SAVEPOINT_NAME_PREFIX - Static variable in class org.springframework.jdbc.datasource.ConnectionHolder
 
savepointAllowed - Variable in class org.springframework.jdbc.datasource.JdbcTransactionObjectSupport
 
savepointCounter - Variable in class org.springframework.jdbc.datasource.ConnectionHolder
 
savepointCounter - Variable in class org.springframework.orm.jpa.vendor.OpenJpaDialect.OpenJpaTransactionData
 
savepointManager - Variable in class org.springframework.orm.jpa.EntityManagerHolder
 
SavepointManager - Interface in org.springframework.transaction
Interface that specifies an API to programmatically manage transaction savepoints in a generic fashion.
savepointsSupported - Variable in class org.springframework.jdbc.datasource.ConnectionHolder
 
SaxResourceUtils - Class in org.springframework.oxm.support
Convenient utility methods for dealing with SAX.
SaxResourceUtils() - Constructor for class org.springframework.oxm.support.SaxResourceUtils
 
scale - Variable in class org.springframework.jdbc.core.SqlParameter
The scale to apply in case of a NUMERIC or DECIMAL type, if any
scan(String...) - Method in class org.springframework.context.annotation.AnnotationConfigApplicationContext
Perform a scan within the specified base packages.
scan(String...) - Method in class org.springframework.context.annotation.ClassPathBeanDefinitionScanner
Perform a scan within the specified base packages.
scan(String...) - Method in class org.springframework.web.context.support.AnnotationConfigWebApplicationContext
Perform a scan within the specified base packages.
ScannedGenericBeanDefinition - Class in org.springframework.context.annotation
Extension of the GenericBeanDefinition class, based on an ASM ClassReader, with support for annotation metadata exposed through the AnnotatedBeanDefinition interface.
ScannedGenericBeanDefinition(MetadataReader) - Constructor for class org.springframework.context.annotation.ScannedGenericBeanDefinition
Create a new ScannedGenericBeanDefinition for the class that the given MetadataReader describes.
scanner - Variable in class org.springframework.context.annotation.AnnotationConfigApplicationContext
 
scanPackages(AnnotationConfiguration) - Method in class org.springframework.orm.hibernate3.annotation.AnnotationSessionFactoryBean
Perform Spring-based scanning for entity classes.
scanPackages(String...) - Method in class org.springframework.orm.hibernate4.LocalSessionFactoryBuilder
Perform Spring-based scanning for entity classes, registering them as annotated classes with this Configuration.
scanPackages() - Method in class org.springframework.oxm.jaxb.ClassPathJaxb2TypeScanner
Scans the packages for classes marked with JAXB2 annotations.
schedule() - Method in class org.springframework.scheduling.commonj.TimerManagerTaskScheduler.ReschedulingTimerListener
 
schedule(Runnable, Trigger) - Method in class org.springframework.scheduling.commonj.TimerManagerTaskScheduler
 
schedule(Runnable, Date) - Method in class org.springframework.scheduling.commonj.TimerManagerTaskScheduler
 
schedule(Work) - Method in class org.springframework.scheduling.commonj.WorkManagerTaskExecutor
 
schedule(Work, WorkListener) - Method in class org.springframework.scheduling.commonj.WorkManagerTaskExecutor
 
schedule(Runnable, Trigger) - Method in class org.springframework.scheduling.concurrent.ConcurrentTaskScheduler
 
schedule(Runnable, Date) - Method in class org.springframework.scheduling.concurrent.ConcurrentTaskScheduler
 
schedule() - Method in class org.springframework.scheduling.concurrent.ReschedulingRunnable
 
schedule(Runnable, Trigger) - Method in class org.springframework.scheduling.concurrent.ThreadPoolTaskScheduler
 
schedule(Runnable, Date) - Method in class org.springframework.scheduling.concurrent.ThreadPoolTaskScheduler
 
schedule(Runnable, Trigger) - Method in interface org.springframework.scheduling.TaskScheduler
Schedule the given Runnable, invoking it whenever the trigger indicates a next execution time.
schedule(Runnable, Date) - Method in interface org.springframework.scheduling.TaskScheduler
Schedule the given Runnable, invoking it at the specified execution time.
scheduleAtFixedRate(Runnable, Date, long) - Method in class org.springframework.scheduling.commonj.TimerManagerTaskScheduler
 
scheduleAtFixedRate(Runnable, long) - Method in class org.springframework.scheduling.commonj.TimerManagerTaskScheduler
 
scheduleAtFixedRate(Runnable, Date, long) - Method in class org.springframework.scheduling.concurrent.ConcurrentTaskScheduler
 
scheduleAtFixedRate(Runnable, long) - Method in class org.springframework.scheduling.concurrent.ConcurrentTaskScheduler
 
scheduleAtFixedRate(Runnable, Date, long) - Method in class org.springframework.scheduling.concurrent.ThreadPoolTaskScheduler
 
scheduleAtFixedRate(Runnable, long) - Method in class org.springframework.scheduling.concurrent.ThreadPoolTaskScheduler
 
scheduleAtFixedRate(Runnable, Date, long) - Method in interface org.springframework.scheduling.TaskScheduler
Schedule the given Runnable, invoking it at the specified execution time and subsequently with the given period.
scheduleAtFixedRate(Runnable, long) - Method in interface org.springframework.scheduling.TaskScheduler
Schedule the given Runnable, starting as soon as possible and invoking it with the given period.
Scheduled - Annotation Type in org.springframework.scheduling.annotation
Annotation that marks a method to be scheduled.
SCHEDULED_ANNOTATION_PROCESSOR_BEAN_NAME - Static variable in class org.springframework.context.annotation.AnnotationConfigUtils
The bean name of the internally managed Scheduled annotation processor.
SCHEDULED_ANNOTATION_PROCESSOR_BEAN_NAME - Static variable in class org.springframework.scheduling.config.AnnotationDrivenBeanDefinitionParser
Deprecated.
ScheduledAnnotationBeanPostProcessor - Class in org.springframework.scheduling.annotation
Bean post-processor that registers methods annotated with @Scheduled to be invoked by a TaskScheduler according to the "fixedRate", "fixedDelay", or "cron" expression provided via the annotation.
ScheduledAnnotationBeanPostProcessor() - Constructor for class org.springframework.scheduling.annotation.ScheduledAnnotationBeanPostProcessor
 
scheduledAnnotationProcessor() - Method in class org.springframework.scheduling.annotation.SchedulingConfiguration
 
scheduledExecutionTime - Variable in class org.springframework.scheduling.commonj.TimerManagerTaskScheduler.ReschedulingTimerListener
 
scheduledExecutionTime - Variable in class org.springframework.scheduling.concurrent.ReschedulingRunnable
 
scheduledExecutor - Variable in class org.springframework.scheduling.concurrent.ConcurrentTaskScheduler
 
scheduledExecutor - Variable in class org.springframework.scheduling.concurrent.ThreadPoolTaskScheduler
 
ScheduledExecutorFactoryBean - Class in org.springframework.scheduling.concurrent
FactoryBean that sets up a JDK 1.5 ScheduledExecutorService (by default: a ScheduledThreadPoolExecutor) and exposes it for bean references.
ScheduledExecutorFactoryBean() - Constructor for class org.springframework.scheduling.concurrent.ScheduledExecutorFactoryBean
 
ScheduledExecutorTask - Class in org.springframework.scheduling.concurrent
JavaBean that describes a scheduled executor task, consisting of the Runnable and a delay plus period.
ScheduledExecutorTask() - Constructor for class org.springframework.scheduling.concurrent.ScheduledExecutorTask
Create a new ScheduledExecutorTask, to be populated via bean properties.
ScheduledExecutorTask(Runnable) - Constructor for class org.springframework.scheduling.concurrent.ScheduledExecutorTask
Create a new ScheduledExecutorTask, with default one-time execution without delay.
ScheduledExecutorTask(Runnable, long) - Constructor for class org.springframework.scheduling.concurrent.ScheduledExecutorTask
Create a new ScheduledExecutorTask, with default one-time execution with the given delay.
ScheduledExecutorTask(Runnable, long, long, boolean) - Constructor for class org.springframework.scheduling.concurrent.ScheduledExecutorTask
Create a new ScheduledExecutorTask.
scheduledExecutorTasks - Variable in class org.springframework.scheduling.concurrent.ScheduledExecutorFactoryBean
 
scheduledFutures - Variable in class org.springframework.scheduling.config.ScheduledTaskRegistrar
 
scheduledInvokers - Variable in class org.springframework.jms.listener.DefaultMessageListenerContainer
 
ScheduledMethodRunnable - Class in org.springframework.scheduling.support
Variant of MethodInvokingRunnable meant to be used for processing of no-arg scheduled methods.
ScheduledMethodRunnable(Object, Method) - Constructor for class org.springframework.scheduling.support.ScheduledMethodRunnable
 
ScheduledMethodRunnable(Object, String) - Constructor for class org.springframework.scheduling.support.ScheduledMethodRunnable
 
ScheduledTaskRegistrar - Class in org.springframework.scheduling.config
Helper bean for registering tasks with a TaskScheduler, typically using cron expressions.
ScheduledTaskRegistrar() - Constructor for class org.springframework.scheduling.config.ScheduledTaskRegistrar
 
ScheduledTasksBeanDefinitionParser - Class in org.springframework.scheduling.config
Parser for the 'scheduled-tasks' element of the scheduling namespace.
ScheduledTasksBeanDefinitionParser() - Constructor for class org.springframework.scheduling.config.ScheduledTasksBeanDefinitionParser
 
ScheduledTimerListener - Class in org.springframework.scheduling.commonj
JavaBean that describes a scheduled TimerListener, consisting of the TimerListener itself (or a Runnable to create a TimerListener for) and a delay plus period.
ScheduledTimerListener() - Constructor for class org.springframework.scheduling.commonj.ScheduledTimerListener
Create a new ScheduledTimerListener, to be populated via bean properties.
ScheduledTimerListener(TimerListener) - Constructor for class org.springframework.scheduling.commonj.ScheduledTimerListener
Create a new ScheduledTimerListener, with default one-time execution without delay.
ScheduledTimerListener(TimerListener, long) - Constructor for class org.springframework.scheduling.commonj.ScheduledTimerListener
Create a new ScheduledTimerListener, with default one-time execution with the given delay.
ScheduledTimerListener(TimerListener, long, long, boolean) - Constructor for class org.springframework.scheduling.commonj.ScheduledTimerListener
Create a new ScheduledTimerListener.
scheduledTimerListeners - Variable in class org.springframework.scheduling.commonj.TimerManagerFactoryBean
 
ScheduledTimerTask - 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
ScheduledTimerTask() - Constructor for class org.springframework.scheduling.timer.ScheduledTimerTask
Deprecated.
Create a new ScheduledTimerTask, to be populated via bean properties.
ScheduledTimerTask(TimerTask) - Constructor for class org.springframework.scheduling.timer.ScheduledTimerTask
Deprecated.
Create a new ScheduledTimerTask, with default one-time execution without delay.
ScheduledTimerTask(TimerTask, long) - Constructor for class org.springframework.scheduling.timer.ScheduledTimerTask
Deprecated.
Create a new ScheduledTimerTask, with default one-time execution with the given delay.
ScheduledTimerTask(TimerTask, long, long, boolean) - Constructor for class org.springframework.scheduling.timer.ScheduledTimerTask
Deprecated.
Create a new ScheduledTimerTask.
ScheduledTimerTask(Runnable) - Constructor for class org.springframework.scheduling.timer.ScheduledTimerTask
Deprecated.
Create a new ScheduledTimerTask, with default one-time execution without delay.
ScheduledTimerTask(Runnable, long) - Constructor for class org.springframework.scheduling.timer.ScheduledTimerTask
Deprecated.
Create a new ScheduledTimerTask, with default one-time execution with the given delay.
ScheduledTimerTask(Runnable, long, long, boolean) - Constructor for class org.springframework.scheduling.timer.ScheduledTimerTask
Deprecated.
Create a new ScheduledTimerTask.
scheduledTimerTasks - Variable in class org.springframework.scheduling.timer.TimerFactoryBean
Deprecated.
 
scheduleNewInvoker() - Method in class org.springframework.jms.listener.DefaultMessageListenerContainer
Schedule a new invoker, increasing the total number of scheduled invokers for this listener container.
scheduleNewInvokerIfAppropriate() - Method in class org.springframework.jms.listener.DefaultMessageListenerContainer
Schedule a new invoker, increasing the total number of scheduled invokers for this listener container, but only if the specified "maxConcurrentConsumers" limit has not been reached yet, and only if the specified "idleConsumerLimit" has not been reached either.
scheduler - Variable in class org.springframework.scheduling.annotation.ScheduledAnnotationBeanPostProcessor
 
scheduler - Variable in class org.springframework.scheduling.quartz.SchedulerAccessorBean
 
scheduler - Variable in class org.springframework.scheduling.quartz.SchedulerFactoryBean
 
SchedulerAccessor - Class in org.springframework.scheduling.quartz
Common base class for accessing a Quartz Scheduler, i.e.
SchedulerAccessor() - Constructor for class org.springframework.scheduling.quartz.SchedulerAccessor
 
SchedulerAccessorBean - Class in org.springframework.scheduling.quartz
Spring bean-style class for accessing a Quartz Scheduler, i.e.
SchedulerAccessorBean() - Constructor for class org.springframework.scheduling.quartz.SchedulerAccessorBean
 
SchedulerBeanDefinitionParser - Class in org.springframework.scheduling.config
Parser for the 'scheduler' element of the 'task' namespace.
SchedulerBeanDefinitionParser() - Constructor for class org.springframework.scheduling.config.SchedulerBeanDefinitionParser
 
schedulerContext - Variable in class org.springframework.scheduling.quartz.SpringBeanJobFactory
 
SchedulerContextAware - Interface in org.springframework.scheduling.quartz
Callback interface to be implemented by Spring-managed Quartz artifacts that need access to the SchedulerContext (without having natural access to it).
schedulerContextMap - Variable in class org.springframework.scheduling.quartz.SchedulerFactoryBean
 
SchedulerFactoryBean - Class in org.springframework.scheduling.quartz
FactoryBean that creates and configures a Quartz org.quartz.Scheduler, manages its lifecycle as part of the Spring application context, and exposes the Scheduler as bean reference for dependency injection.
SchedulerFactoryBean() - Constructor for class org.springframework.scheduling.quartz.SchedulerFactoryBean
 
schedulerFactoryClass - Variable in class org.springframework.scheduling.quartz.SchedulerFactoryBean
 
schedulerListeners - Variable in class org.springframework.scheduling.quartz.SchedulerAccessor
 
schedulerName - Variable in class org.springframework.scheduling.quartz.SchedulerAccessorBean
 
schedulerName - Variable in class org.springframework.scheduling.quartz.SchedulerFactoryBean
 
scheduleTasks() - Method in class org.springframework.scheduling.config.ScheduledTaskRegistrar
Schedule all registered tasks against the underlying task scheduler.
scheduleWithFixedDelay(Runnable, Date, long) - Method in class org.springframework.scheduling.commonj.TimerManagerTaskScheduler
 
scheduleWithFixedDelay(Runnable, long) - Method in class org.springframework.scheduling.commonj.TimerManagerTaskScheduler
 
scheduleWithFixedDelay(Runnable, Date, long) - Method in class org.springframework.scheduling.concurrent.ConcurrentTaskScheduler
 
scheduleWithFixedDelay(Runnable, long) - Method in class org.springframework.scheduling.concurrent.ConcurrentTaskScheduler
 
scheduleWithFixedDelay(Runnable, Date, long) - Method in class org.springframework.scheduling.concurrent.ThreadPoolTaskScheduler
 
scheduleWithFixedDelay(Runnable, long) - Method in class org.springframework.scheduling.concurrent.ThreadPoolTaskScheduler
 
scheduleWithFixedDelay(Runnable, Date, long) - Method in interface org.springframework.scheduling.TaskScheduler
Schedule the given Runnable, invoking it at the specified execution time and subsequently with the given delay between the completion of one execution and the start of the next.
scheduleWithFixedDelay(Runnable, long) - Method in interface org.springframework.scheduling.TaskScheduler
Schedule the given Runnable, starting as soon as possible and invoking it with the given delay between the completion of one execution and the start of the next.
scheduleWork(Work) - Method in class org.springframework.jca.work.SimpleTaskWorkManager
 
scheduleWork(Work, long, ExecutionContext, WorkListener) - Method in class org.springframework.jca.work.SimpleTaskWorkManager
 
scheduleWork(Work) - Method in class org.springframework.jca.work.WorkManagerTaskExecutor
 
scheduleWork(Work, long, ExecutionContext, WorkListener) - Method in class org.springframework.jca.work.WorkManagerTaskExecutor
 
SchedulingAwareRunnable - Interface in org.springframework.scheduling
Extension of the Runnable interface, adding special callbacks for long-running operations.
SchedulingConfiguration - Class in org.springframework.scheduling.annotation
@Configuration class that registers a ScheduledAnnotationBeanPostProcessor bean capable of processing Spring's @Scheduled annotation.
SchedulingConfiguration() - Constructor for class org.springframework.scheduling.annotation.SchedulingConfiguration
 
SchedulingConfigurer - Interface in org.springframework.scheduling.annotation
Optional interface to be implemented by @Configuration classes annotated with @EnableScheduling.
SchedulingException - Exception in org.springframework.scheduling
General exception to be thrown on scheduling failures, such as the scheduler already having shut down.
SchedulingException(String) - Constructor for exception org.springframework.scheduling.SchedulingException
Constructor for SchedulingException.
SchedulingException(String, Throwable) - Constructor for exception org.springframework.scheduling.SchedulingException
Constructor for SchedulingException.
SchedulingTaskExecutor - Interface in org.springframework.scheduling
A TaskExecutor extension exposing scheduling characteristics that are relevant to potential task submitters.
schema - Variable in class org.springframework.oxm.jaxb.Jaxb2Marshaller
 
SCHEMA_LANGUAGE_ATTRIBUTE - Static variable in class org.springframework.beans.factory.xml.DefaultDocumentLoader
JAXP attribute used to configure the schema language for validation.
schemaLanguage - Variable in class org.springframework.oxm.jaxb.Jaxb2Marshaller
 
schemaLocation - Variable in class org.springframework.oxm.castor.CastorMarshaller
 
schemaMappings - Variable in class org.springframework.beans.factory.xml.PluggableSchemaResolver
Stores the mapping of schema URL -> local schema path
schemaMappingsLocation - Variable in class org.springframework.beans.factory.xml.PluggableSchemaResolver
 
schemaName - Variable in class org.springframework.jdbc.core.metadata.CallMetaDataContext
name of schema for call
schemaName - Variable in class org.springframework.jdbc.core.metadata.GenericTableMetaDataProvider.TableMetaData
 
schemaName - Variable in class org.springframework.jdbc.core.metadata.TableMetaDataContext
name of schema for call
schemaNameToUse(String) - Method in interface org.springframework.jdbc.core.metadata.CallMetaDataProvider
Provide any modification of the schema name passed in to match the meta data currently used.
schemaNameToUse(String) - Method in class org.springframework.jdbc.core.metadata.GenericCallMetaDataProvider
 
schemaNameToUse(String) - Method in class org.springframework.jdbc.core.metadata.GenericTableMetaDataProvider
 
schemaNameToUse(String) - Method in interface org.springframework.jdbc.core.metadata.TableMetaDataProvider
Get the schema name formatted based on metadata information.
schemaResolver - Variable in class org.springframework.beans.factory.xml.DelegatingEntityResolver
 
schemaResourceResolver - Variable in class org.springframework.oxm.jaxb.Jaxb2Marshaller
 
schemaResources - Variable in class org.springframework.oxm.jaxb.Jaxb2Marshaller
 
schemaUpdate - Variable in class org.springframework.orm.hibernate3.LocalSessionFactoryBean
 
scheme - Variable in class org.springframework.mock.web.MockHttpServletRequest
 
scheme - Variable in class org.springframework.mock.web.portlet.MockPortletRequest
 
scheme - Variable in class org.springframework.web.util.UriComponents
 
scheme - Variable in class org.springframework.web.util.UriComponentsBuilder
 
scheme(String) - Method in class org.springframework.web.util.UriComponentsBuilder
Sets the URI scheme.
SCHEME_PATTERN - Static variable in class org.springframework.web.util.UriComponentsBuilder
 
SCHEME_PATTERN - Static variable in class org.springframework.web.util.UriUtils
 
schemeSpecificPart(String) - Method in class org.springframework.web.util.UriComponentsBuilder
Set the URI scheme-specific-part.
scope - Variable in class org.springframework.beans.factory.config.BeanExpressionContext
 
Scope - Interface in org.springframework.beans.factory.config
Strategy interface used by a ConfigurableBeanFactory, representing a target scope to hold bean instances in.
scope - Variable in class org.springframework.beans.factory.support.AbstractBeanDefinition
 
Scope - Annotation Type in org.springframework.context.annotation
When used as a type-level annotation in conjunction with the Component annotation, indicates the name of a scope to use for instances of the annotated type.
scope - Variable in class org.springframework.web.context.request.SessionScope
 
scope - Variable in class org.springframework.web.servlet.tags.EvalTag
 
scope - Variable in class org.springframework.web.servlet.tags.MessageTag
 
scope - Variable in class org.springframework.web.servlet.tags.TransformTag
the scope of the variable the result will be put in
scope - Variable in class org.springframework.web.servlet.tags.UrlTag
 
SCOPE_APPLICATION - Static variable in interface org.springframework.web.context.WebApplicationContext
Scope identifier for the global web application scope: "application".
SCOPE_APPLICATION - Static variable in class org.springframework.web.util.TagUtils
Constant identifying the application scope
SCOPE_ATTRIBUTE - Static variable in class org.springframework.beans.factory.xml.BeanDefinitionParserDelegate
 
SCOPE_ATTRIBUTE - Static variable in class org.springframework.beans.factory.xml.UtilNamespaceHandler
 
SCOPE_ATTRIBUTE - Static variable in class org.springframework.scripting.config.ScriptBeanDefinitionParser
 
SCOPE_DEFAULT - Static variable in class org.springframework.beans.factory.support.AbstractBeanDefinition
Constant for the default scope name: "", equivalent to singleton status but to be overridden from a parent bean definition (if applicable).
SCOPE_GLOBAL_SESSION - Static variable in interface org.springframework.web.context.request.RequestAttributes
Constant that indicates global session scope.
SCOPE_GLOBAL_SESSION - Static variable in interface org.springframework.web.context.WebApplicationContext
Scope identifier for global session scope: "globalSession".
SCOPE_KEY - Static variable in class org.springframework.beans.factory.support.PropertiesBeanDefinitionReader
Special key to distinguish owner.(scope)=prototype.
SCOPE_PAGE - Static variable in class org.springframework.web.util.TagUtils
Constant identifying the page scope
SCOPE_PROTOTYPE - Static variable in interface org.springframework.beans.factory.config.BeanDefinition
Scope identifier for the standard prototype scope: "prototype".
SCOPE_PROTOTYPE - Static variable in interface org.springframework.beans.factory.config.ConfigurableBeanFactory
Scope identifier for the standard prototype scope: "prototype".
SCOPE_REQUEST - Static variable in interface org.springframework.web.context.request.RequestAttributes
Constant that indicates request scope.
SCOPE_REQUEST - Static variable in interface org.springframework.web.context.WebApplicationContext
Scope identifier for request scope: "request".
SCOPE_REQUEST - Static variable in class org.springframework.web.util.TagUtils
Constant identifying the request scope
SCOPE_RESOLVER_ATTRIBUTE - Static variable in class org.springframework.context.annotation.ComponentScanBeanDefinitionParser
 
SCOPE_SESSION - Static variable in interface org.springframework.web.context.request.RequestAttributes
Constant that indicates session scope.
SCOPE_SESSION - Static variable in interface org.springframework.web.context.WebApplicationContext
Scope identifier for session scope: "session".
SCOPE_SESSION - Static variable in class org.springframework.web.util.TagUtils
Constant identifying the session scope
SCOPE_SINGLETON - Static variable in interface org.springframework.beans.factory.config.BeanDefinition
Scope identifier for the standard singleton scope: "singleton".
SCOPE_SINGLETON - Static variable in interface org.springframework.beans.factory.config.ConfigurableBeanFactory
Scope identifier for the standard singleton scope: "singleton".
scopeAnnotationType - Variable in class org.springframework.context.annotation.AnnotationScopeMetadataResolver
 
SCOPED_PROXY_ATTRIBUTE - Static variable in class org.springframework.context.annotation.ComponentScanBeanDefinitionParser
 
ScopedBeanInterceptor - Class in org.springframework.orm.hibernate3.support
Hibernate3 interceptor used for getting the proper entity name for scoped beans.
ScopedBeanInterceptor() - Constructor for class org.springframework.orm.hibernate3.support.ScopedBeanInterceptor
 
ScopedObject - Interface in org.springframework.aop.scope
An AOP introduction interface for scoped objects.
ScopedProxyBeanDefinitionDecorator - Class in org.springframework.aop.config
BeanDefinitionDecorator responsible for parsing the &lt;aop:scoped-proxy/&gt; tag.
ScopedProxyBeanDefinitionDecorator() - Constructor for class org.springframework.aop.config.ScopedProxyBeanDefinitionDecorator
 
ScopedProxyCreator - Class in org.springframework.context.annotation
Delegate factory class used to just introduce an AOP framework dependency when actually creating a scoped proxy.
ScopedProxyCreator() - Constructor for class org.springframework.context.annotation.ScopedProxyCreator
 
ScopedProxyFactoryBean - Class in org.springframework.aop.scope
Convenient proxy factory bean for scoped objects.
ScopedProxyFactoryBean() - Constructor for class org.springframework.aop.scope.ScopedProxyFactoryBean
Create a new ScopedProxyFactoryBean instance.
ScopedProxyMode - Enum in org.springframework.context.annotation
Enumerates the various scoped-proxy options.
ScopedProxyMode() - Constructor for enum org.springframework.context.annotation.ScopedProxyMode
 
scopedProxyMode - Variable in class org.springframework.context.annotation.ScopeMetadata
 
ScopedProxyUtils - Class in org.springframework.aop.scope
Utility class for creating a scoped proxy.
ScopedProxyUtils() - Constructor for class org.springframework.aop.scope.ScopedProxyUtils
 
scopedTargetSource - Variable in class org.springframework.aop.scope.ScopedProxyFactoryBean
The TargetSource that manages scoping
scopeMap - Variable in class org.springframework.context.annotation.Jsr330ScopeMetadataResolver
 
ScopeMetadata - Class in org.springframework.context.annotation
Describes scope characteristics for a Spring-managed bean including the scope name and the scoped-proxy behavior.
ScopeMetadata() - Constructor for class org.springframework.context.annotation.ScopeMetadata
 
scopeMetadataResolver - Variable in class org.springframework.context.annotation.AnnotatedBeanDefinitionReader
 
scopeMetadataResolver - Variable in class org.springframework.context.annotation.ClassPathBeanDefinitionScanner
 
ScopeMetadataResolver - Interface in org.springframework.context.annotation
Strategy interface for resolving the scope of bean definitions.
scopeMetadataResolver - Variable in class org.springframework.web.context.support.AnnotationConfigWebApplicationContext
 
scopeName - Variable in class org.springframework.context.annotation.ScopeMetadata
 
scopes - Variable in class org.springframework.beans.factory.config.CustomScopeConfigurer
 
scopes - Variable in class org.springframework.beans.factory.support.AbstractBeanFactory
Map from scope identifier String to corresponding Scope
screenContentKey - Variable in class org.springframework.web.servlet.view.velocity.VelocityLayoutView
 
screenContentKey - Variable in class org.springframework.web.servlet.view.velocity.VelocityLayoutViewResolver
 
script - Variable in class org.springframework.scripting.support.StaticScriptSource
 
SCRIPT_FACTORY_NAME_PREFIX - Static variable in class org.springframework.scripting.support.ScriptFactoryPostProcessor
 
SCRIPT_FACTORY_POST_PROCESSOR_BEAN_NAME - Static variable in class org.springframework.scripting.config.LangNamespaceUtils
The unique name under which the internally managed ScriptFactoryPostProcessor is registered in the BeanDefinitionRegistry.
SCRIPT_INTERFACES_ATTRIBUTE - Static variable in class org.springframework.scripting.config.ScriptBeanDefinitionParser
 
SCRIPT_SOURCE_ATTRIBUTE - Static variable in class org.springframework.scripting.config.ScriptBeanDefinitionParser
 
ScriptBeanDefinitionParser - Class in org.springframework.scripting.config
BeanDefinitionParser implementation for the '&lt;lang:groovy/&gt;', '&lt;lang:jruby/&gt;' and '&lt;lang:bsh/&gt;' tags.
ScriptBeanDefinitionParser(String) - Constructor for class org.springframework.scripting.config.ScriptBeanDefinitionParser
Create a new instance of this parser, creating bean definitions for the supplied ScriptFactory class.
scriptBeanFactory - Variable in class org.springframework.scripting.support.ScriptFactoryPostProcessor
 
scriptClass - Variable in class org.springframework.scripting.bsh.BshScriptFactory
 
scriptClass - Variable in class org.springframework.scripting.groovy.GroovyScriptFactory
 
scriptClassMonitor - Variable in class org.springframework.scripting.bsh.BshScriptFactory
 
scriptClassMonitor - Variable in class org.springframework.scripting.groovy.GroovyScriptFactory
 
ScriptCompilationException - Exception in org.springframework.scripting
Exception to be thrown on script compilation failure.
ScriptCompilationException(String) - Constructor for exception org.springframework.scripting.ScriptCompilationException
Constructor for ScriptCompilationException.
ScriptCompilationException(String, Throwable) - Constructor for exception org.springframework.scripting.ScriptCompilationException
Constructor for ScriptCompilationException.
ScriptCompilationException(ScriptSource, Throwable) - Constructor for exception org.springframework.scripting.ScriptCompilationException
Constructor for ScriptCompilationException.
ScriptCompilationException(ScriptSource, String, Throwable) - Constructor for exception org.springframework.scripting.ScriptCompilationException
Constructor for ScriptCompilationException.
SCRIPTED_OBJECT_NAME_PREFIX - Static variable in class org.springframework.scripting.support.ScriptFactoryPostProcessor
 
ScriptFactory - Interface in org.springframework.scripting
Script definition interface, encapsulating the configuration of a specific script as well as a factory method for creating the actual scripted Java Object.
scriptFactory - Variable in class org.springframework.scripting.support.RefreshableScriptTargetSource
 
scriptFactoryClassName - Variable in class org.springframework.scripting.config.ScriptBeanDefinitionParser
The ScriptFactory class that this parser instance will create bean definitions for.
ScriptFactoryPostProcessor - Class in org.springframework.scripting.support
BeanPostProcessor that handles ScriptFactory definitions, replacing each factory with the actual scripted Java object generated by it.
ScriptFactoryPostProcessor() - Constructor for class org.springframework.scripting.support.ScriptFactoryPostProcessor
 
ScriptingDefaultsParser - Class in org.springframework.scripting.config
 
ScriptingDefaultsParser() - Constructor for class org.springframework.scripting.config.ScriptingDefaultsParser
 
scriptInterfaces - Variable in class org.springframework.scripting.bsh.BshScriptFactory
 
scriptInterfaces - Variable in class org.springframework.scripting.jruby.JRubyScriptFactory
 
scriptResultClass - Variable in class org.springframework.scripting.groovy.GroovyScriptFactory
 
scripts - Variable in class org.springframework.jdbc.datasource.init.ResourceDatabasePopulator
 
scriptSource - Variable in exception org.springframework.scripting.ScriptCompilationException
 
ScriptSource - Interface in org.springframework.scripting
Interface that defines the source of a script.
scriptSource - Variable in class org.springframework.scripting.support.RefreshableScriptTargetSource
 
scriptSourceCache - Variable in class org.springframework.scripting.support.ScriptFactoryPostProcessor
Map from bean name String to ScriptSource object
scriptSourceLocator - Variable in class org.springframework.scripting.bsh.BshScriptFactory
 
scriptSourceLocator - Variable in class org.springframework.scripting.groovy.GroovyScriptFactory
 
scriptSourceLocator - Variable in class org.springframework.scripting.jruby.JRubyScriptFactory
 
ScriptStatementFailedException - Exception in org.springframework.jdbc.datasource.init
Thrown by ResourceDatabasePopulator if a statement in one of its SQL scripts failed when executing it against the target database.
ScriptStatementFailedException(String, int, EncodedResource, Throwable) - Constructor for exception org.springframework.jdbc.datasource.init.ScriptStatementFailedException
Construct a new ScriptStatementFailedException.
searchCandidates(List<Method>, Method) - Static method in class org.springframework.core.BridgeMethodResolver
Searches for the bridged method in the given candidates.
searchContextAttributes - Variable in class org.springframework.web.context.support.ServletContextPropertyPlaceholderConfigurer
Deprecated.
 
searchForMatch(Class, Method) - Static method in class org.springframework.core.BridgeMethodResolver
If the supplied Class has a declared Method whose signature matches that of the supplied Method, then this matching Method is returned, otherwise null is returned.
searchOnInterfaces(Method, Class<A>, Class<?>[]) - Static method in class org.springframework.core.annotation.AnnotationUtils
 
searchSystemEnvironment - Variable in class org.springframework.beans.factory.config.PropertyPlaceholderConfigurer
 
seconds - Variable in class org.springframework.scheduling.support.CronSequenceGenerator
 
secure - Variable in class org.springframework.mock.web.MockHttpServletRequest
 
secure - Variable in class org.springframework.mock.web.portlet.MockBaseURL
 
secure - Variable in class org.springframework.mock.web.portlet.MockPortletRequest
 
secure - Variable in class org.springframework.test.web.servlet.request.MockHttpServletRequestBuilder
 
secure(boolean) - Method in class org.springframework.test.web.servlet.request.MockHttpServletRequestBuilder
Set the secure property of the ServletRequest indicating use of a secure channel, such as HTTPS.
secure(String, boolean) - Method in class org.springframework.test.web.servlet.result.CookieResultMatchers
Assert whether the cookie must be sent over a secure protocol or not.
securityContextProvider - Variable in class org.springframework.beans.factory.support.AbstractBeanFactory
Security context used when running with a SecurityManager
SecurityContextProvider - Interface in org.springframework.beans.factory.support
Provider of the security context of the code running inside the bean factory.
segmentIndex - Variable in class org.springframework.util.ConcurrentReferenceHashMap.EntryIterator
 
segments - Variable in class org.springframework.util.ConcurrentReferenceHashMap
Array of segments indexed using the high order bits from the hash.
SELECTED_ATTRIBUTE - Static variable in class org.springframework.web.servlet.tags.form.OptionTag
The name of the 'selected' attribute.
SELECTED_CONTENT_TYPE - Static variable in interface org.springframework.web.servlet.View
The MediaType selected during content negotiation, which may be more specific than the one the View is configured with.
SelectedValueComparator - Class in org.springframework.web.servlet.tags.form
Utility class for testing whether a candidate value matches a data bound value.
SelectedValueComparator() - Constructor for class org.springframework.web.servlet.tags.form.SelectedValueComparator
 
selectImports(AdviceMode) - Method in class org.springframework.cache.annotation.CachingConfigurationSelector
Determine which classes should be imported based on the given AdviceMode.
selectImports(AnnotationMetadata) - Method in class org.springframework.context.annotation.AdviceModeImportSelector
Select and return the names of which class(es) should be imported based on the AnnotationMetadata of the importing @Configuration class.
selectImports(AdviceMode) - Method in class org.springframework.context.annotation.AdviceModeImportSelector
Determine which classes should be imported based on the given AdviceMode.
selectImports(AnnotationMetadata) - Method in interface org.springframework.context.annotation.ImportSelector
Select and return the names of which class(es) should be imported based on the AnnotationMetadata of the importing @Configuration class.
selectImports(AdviceMode) - Method in class org.springframework.scheduling.annotation.AsyncConfigurationSelector
Determine which classes should be imported based on the given AdviceMode.
selectImports(AdviceMode) - Method in class org.springframework.transaction.annotation.TransactionManagementConfigurationSelector
Determine which classes should be imported based on the given AdviceMode.
Selection - Class in org.springframework.expression.spel.ast
Represents selection over a map or collection.
Selection(boolean, int, int, SpelNodeImpl) - Constructor for class org.springframework.expression.spel.ast.Selection
 
selectMethods(Class<?>, ReflectionUtils.MethodFilter) - Static method in class org.springframework.web.method.HandlerMethodSelector
Selects handler methods for the given handler type.
selectName - Variable in class org.springframework.web.servlet.tags.form.OptionsTag.OptionsWriter
 
selector - Variable in class org.springframework.jms.connection.CachingConnectionFactory.ConsumerCacheKey
 
SELECTOR_ATTRIBUTE - Static variable in class org.springframework.jms.config.AbstractListenerContainerParser
 
selectSingleInstance(List<T>, Class<T>) - Method in class org.springframework.web.servlet.config.annotation.WebMvcConfigurerComposite
 
SelectTag - Class in org.springframework.web.servlet.tags.form
Databinding-aware JSP tag that renders an HTML 'select' element.
SelectTag() - Constructor for class org.springframework.web.servlet.tags.form.SelectTag
 
SelfNaming - Interface in org.springframework.jmx.export.naming
Interface that allows infrastructure components to provide their own ObjectNames to the MBeanExporter.
send(Message) - Method in class org.springframework.jms.connection.CachedMessageProducer
 
send(Message, int, int, long) - Method in class org.springframework.jms.connection.CachedMessageProducer
 
send(Destination, Message) - Method in class org.springframework.jms.connection.CachedMessageProducer
 
send(Destination, Message, int, int, long) - Method in class org.springframework.jms.connection.CachedMessageProducer
 
send(Queue, Message) - Method in class org.springframework.jms.connection.CachedMessageProducer
 
send(Queue, Message, int, int, long) - Method in class org.springframework.jms.connection.CachedMessageProducer
 
send(MessageCreator) - Method in interface org.springframework.jms.core.JmsOperations
Send a message to the default destination.
send(Destination, MessageCreator) - Method in interface org.springframework.jms.core.JmsOperations
Send a message to the specified destination.
send(MessageCreator) - Method in class org.springframework.jms.core.JmsTemplate
 
send(Destination, MessageCreator) - Method in class org.springframework.jms.core.JmsTemplate
 
send(MimeMessage) - Method in interface org.springframework.mail.javamail.JavaMailSender
Send the given JavaMail MIME message.
send(MimeMessage[]) - Method in interface org.springframework.mail.javamail.JavaMailSender
Send the given array of JavaMail MIME messages in batch.
send(SimpleMailMessage) - Method in class org.springframework.mail.javamail.JavaMailSenderImpl
 
send(SimpleMailMessage[]) - Method in class org.springframework.mail.javamail.JavaMailSenderImpl
 
send(MimeMessage) - Method in class org.springframework.mail.javamail.JavaMailSenderImpl
 
send(MimeMessage[]) - Method in class org.springframework.mail.javamail.JavaMailSenderImpl
 
send(SimpleMailMessage) - Method in interface org.springframework.mail.MailSender
Send the given simple mail message.
send(SimpleMailMessage[]) - Method in interface org.springframework.mail.MailSender
Send the given array of simple mail messages in batch.
sendError(int, String) - Method in class org.springframework.mock.web.MockHttpServletResponse
 
sendError(int) - Method in class org.springframework.mock.web.MockHttpServletResponse
 
sendError(int) - Method in class org.springframework.web.filter.ShallowEtagHeaderFilter.ShallowEtagResponseWrapper
 
sendError(int, String) - Method in class org.springframework.web.filter.ShallowEtagHeaderFilter.ShallowEtagResponseWrapper
 
sendNotification(Notification) - Method in class org.springframework.jmx.export.notification.ModelMBeanNotificationPublisher
Send the supplied Notification using the wrapped ModelMBean instance.
sendNotification(Notification) - Method in interface org.springframework.jmx.export.notification.NotificationPublisher
Send the specified Notification to all registered NotificationListeners.
sendRedirect(String) - Method in class org.springframework.mock.web.MockHttpServletResponse
 
sendRedirect(String) - Method in class org.springframework.mock.web.portlet.MockActionResponse
 
sendRedirect(String, String) - Method in class org.springframework.mock.web.portlet.MockActionResponse
 
sendRedirect(HttpServletRequest, HttpServletResponse, String, boolean) - Method in class org.springframework.web.servlet.view.RedirectView
Send a redirect back to the HTTP client
sendResponse(Session, Destination, Message) - Method in class org.springframework.jms.listener.adapter.MessageListenerAdapter
Send the given response message to the given destination.
sendResponse(Session, Destination, Message) - Method in class org.springframework.jms.listener.adapter.MessageListenerAdapter102
Deprecated.
Overrides the superclass method to use the JMS 1.0.2 API to send a response.
sendServerError(Exception, HttpServletRequest, HttpServletResponse) - Method in class org.springframework.web.servlet.mvc.support.DefaultHandlerExceptionResolver
Invoked to send a server error.
sentDate - Variable in class org.springframework.mail.SimpleMailMessage
 
SEPARATOR - Static variable in class org.springframework.aop.framework.autoproxy.DefaultAdvisorAutoProxyCreator
Separator between prefix and remainder of bean name
SEPARATOR - Static variable in class org.springframework.beans.factory.support.PropertiesBeanDefinitionReader
Separator between bean name and property name.
separator - Variable in class org.springframework.beans.propertyeditors.StringArrayPropertyEditor
 
separator - Variable in class org.springframework.core.io.support.LocalizedResourceHelper
 
separator - Variable in class org.springframework.jdbc.datasource.init.ResourceDatabasePopulator
 
separator - Variable in class org.springframework.web.servlet.view.DefaultRequestToViewNameTranslator
 
sequenceGenerator - Variable in class org.springframework.scheduling.support.CronTrigger
 
serializableFactories - Static variable in class org.springframework.beans.factory.support.DefaultListableBeanFactory
Map from serialized id to factory instance
SerializationFailedException - Exception in org.springframework.core.serializer.support
Wrapper for the native IOException (or similar) when a Serializer or Deserializer failed.
SerializationFailedException(String) - Constructor for exception org.springframework.core.serializer.support.SerializationFailedException
Construct a SerializationException with the specified detail message.
SerializationFailedException(String, Throwable) - Constructor for exception org.springframework.core.serializer.support.SerializationFailedException
Construct a SerializationException with the specified detail message and nested exception.
serializationId - Variable in class org.springframework.beans.factory.support.DefaultListableBeanFactory
Optional id for this factory, for serialization purposes
SerializationUtils - Class in org.springframework.util
Static utilities for serialization and deserialization.
SerializationUtils() - Constructor for class org.springframework.util.SerializationUtils
 
serialize(Object, OutputStream) - Method in class org.springframework.core.serializer.DefaultSerializer
Writes the source object to an output stream using Java Serialization.
serialize(T, OutputStream) - Method in interface org.springframework.core.serializer.Serializer
Write an object of type T to the given OutputStream.
serialize(Object) - Static method in class org.springframework.util.SerializationUtils
Serialize the given object to a byte array.
SERIALIZED_INVOCATION_BYTE_ARRAY_INITIAL_SIZE - Static variable in class org.springframework.remoting.httpinvoker.AbstractHttpInvokerRequestExecutor
 
Serializer<T> - Interface in org.springframework.core.serializer
A strategy interface for streaming an object to an OutputStream.
serializer - Variable in class org.springframework.core.serializer.support.SerializingConverter
 
serializerFactory - Variable in class org.springframework.remoting.caucho.HessianExporter
 
serializers - Variable in class org.springframework.http.converter.json.Jackson2ObjectMapperFactoryBean
 
serializeState() - Method in class org.springframework.mock.web.MockHttpSession
Serialize the attributes of this session into an object that can be turned into a byte array with standard Java serialization.
SerializingConverter - Class in org.springframework.core.serializer.support
A Converter that delegates to a Serializer to convert an object to a byte array.
SerializingConverter() - Constructor for class org.springframework.core.serializer.support.SerializingConverter
Create a default SerializingConverter that uses standard Java serialization.
SerializingConverter(Serializer<Object>) - Constructor for class org.springframework.core.serializer.support.SerializingConverter
Create a SerializingConverter that delegates to the provided Serializer
serialVersionUID - Static variable in class org.springframework.aop.framework.AdvisedSupport
use serialVersionUID from Spring 2.0 for interoperability
serialVersionUID - Static variable in class org.springframework.aop.framework.JdkDynamicAopProxy
use serialVersionUID from Spring 1.2 for interoperability
serialVersionUID - Static variable in class org.springframework.aop.framework.ProxyConfig
use serialVersionUID from Spring 1.2 for interoperability
serialVersionUID - Static variable in class org.springframework.aop.support.ComposablePointcut
use serialVersionUID from Spring 1.2 for interoperability
serialVersionUID - Static variable in class org.springframework.aop.target.AbstractBeanFactoryBasedTargetSource
use serialVersionUID from Spring 1.2.7 for interoperability
serialVersionUID - Static variable in class org.springframework.aop.target.CommonsPoolTargetSource
 
serialVersionUID - Static variable in class org.springframework.aop.target.EmptyTargetSource
use serialVersionUID from Spring 1.2 for interoperability
serialVersionUID - Static variable in class org.springframework.aop.target.HotSwappableTargetSource
use serialVersionUID from Spring 1.2 for interoperability
serialVersionUID - Static variable in class org.springframework.aop.target.PrototypeTargetSource
 
serialVersionUID - Static variable in class org.springframework.aop.target.SingletonTargetSource
use serialVersionUID from Spring 1.2 for interoperability
serialVersionUID - Static variable in class org.springframework.aop.target.ThreadLocalTargetSource
 
serialVersionUID - Static variable in class org.springframework.context.ApplicationEvent
use serialVersionUID from Spring 1.2 for interoperability
serialVersionUID - Static variable in class org.springframework.core.enums.ShortCodedLabeledEnum
Deprecated.
 
serialVersionUID - Static variable in exception org.springframework.core.NestedCheckedException
Use serialVersionUID from Spring 1.2 for interoperability
serialVersionUID - Static variable in exception org.springframework.core.NestedRuntimeException
Use serialVersionUID from Spring 1.2 for interoperability
serialVersionUID - Static variable in class org.springframework.http.HttpHeaders
 
serialVersionUID - Static variable in class org.springframework.jdbc.support.rowset.ResultSetWrappingSqlRowSet
use serialVersionUID from Spring 1.2 for interoperability
serialVersionUID - Static variable in class org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean
 
serialVersionUID - Static variable in class org.springframework.orm.jpa.LocalEntityManagerFactoryBean
 
serialVersionUID - Static variable in exception org.springframework.remoting.RemoteAccessException
Use serialVersionUID from Spring 1.2 for interoperability
serialVersionUID - Static variable in class org.springframework.remoting.support.RemoteInvocation
use serialVersionUID from Spring 1.1 for interoperability
serialVersionUID - Static variable in class org.springframework.remoting.support.RemoteInvocationResult
Use serialVersionUID from Spring 1.1 for interoperability
serialVersionUID - Static variable in class org.springframework.test.context.MergedContextConfiguration
 
serialVersionUID - Static variable in class org.springframework.test.context.TestContext
 
serialVersionUID - Static variable in class org.springframework.test.context.web.WebMergedContextConfiguration
 
serialVersionUID - Static variable in class org.springframework.util.LinkedMultiValueMap
 
serialVersionUID - Static variable in exception org.springframework.web.client.HttpClientErrorException
 
serialVersionUID - Static variable in exception org.springframework.web.client.HttpServerErrorException
 
serialVersionUID - Static variable in exception org.springframework.web.client.HttpStatusCodeException
 
serialVersionUID - Static variable in exception org.springframework.web.client.ResourceAccessException
 
serialVersionUID - Static variable in exception org.springframework.web.client.RestClientException
 
serialVersionUID - Static variable in exception org.springframework.web.client.UnknownHttpStatusCodeException
 
serialVersionUID - Static variable in class org.springframework.web.multipart.support.MissingServletRequestPartException
 
serialVersionUID - Static variable in class org.springframework.web.servlet.FlashMap
 
serialVersionUID - Static variable in class org.springframework.web.util.NestedServletException
Use serialVersionUID from Spring 1.2 for interoperability
series() - Method in enum org.springframework.http.HttpStatus
Returns the HTTP status series of this status code.
server - Variable in class org.springframework.jmx.access.MBeanClientInterceptor
 
server - Variable in class org.springframework.jmx.access.NotificationListenerRegistrar
 
server - Variable in class org.springframework.jmx.support.MBeanRegistrationSupport
The MBeanServer instance being used to register beans.
server - Variable in class org.springframework.jmx.support.MBeanServerFactoryBean
 
server - Variable in class org.springframework.remoting.jaxws.SimpleHttpServerJaxWsServiceExporter
 
server - Variable in class org.springframework.remoting.support.SimpleHttpServerFactoryBean
 
SERVER_ATTRIBUTE - Static variable in class org.springframework.context.config.MBeanExportBeanDefinitionParser
 
serveResource(ResourceRequest, ResourceResponse) - Method in class org.springframework.web.portlet.FrameworkPortlet
 
serveResource(ResourceRequest, ResourceResponse, PortletContext) - Static method in class org.springframework.web.portlet.util.PortletUtils
Serve the resource as specified in the given request to the given response, using the PortletContext's request dispatcher.
ServerHttpRequest - Interface in org.springframework.http.server
Represents a server-side HTTP request.
ServerHttpResponse - Interface in org.springframework.http.server
Represents a server-side HTTP response.
serverName - Variable in class org.springframework.mock.web.MockHttpServletRequest
 
serverName - Variable in class org.springframework.mock.web.portlet.MockPortletRequest
 
serverPort - Variable in class org.springframework.mock.web.MockHttpServletRequest
 
serverPort - Variable in class org.springframework.mock.web.portlet.MockPortletRequest
 
serverSocketFactory - Variable in class org.springframework.remoting.rmi.RmiRegistryFactoryBean
 
serverSocketFactory - Variable in class org.springframework.remoting.rmi.RmiServiceExporter
 
serverToUse - Variable in class org.springframework.jmx.access.MBeanClientInterceptor
 
service - Variable in class org.springframework.remoting.jaxrpc.LocalJaxRpcServiceFactoryBean
Deprecated.
 
service - Variable in class org.springframework.remoting.jaxws.LocalJaxWsServiceFactoryBean
 
service - Variable in class org.springframework.remoting.support.RemoteExporter
 
Service - Annotation Type in org.springframework.stereotype
Indicates that an annotated class is a "Service", originally defined by Domain-Driven Design (Evans, 2003) as "an operation offered as an interface that stands alone in the model, with no encapsulated state."
service(HttpServletRequest, HttpServletResponse) - Method in class org.springframework.test.web.servlet.TestDispatcherServlet
 
service(HttpServletRequest, HttpServletResponse) - Method in class org.springframework.web.context.support.HttpRequestHandlerServlet
 
service(HttpServletRequest, HttpServletResponse) - Method in class org.springframework.web.servlet.FrameworkServlet
Override the parent class implementation in order to intercept PATCH requests.
service(ServletRequest, ServletResponse) - Method in class org.springframework.web.servlet.view.freemarker.FreeMarkerView.GenericServletAdapter
 
serviceFactory - Variable in class org.springframework.remoting.jaxrpc.LocalJaxRpcServiceFactory
Deprecated.
 
ServiceFactoryBean - Class in org.springframework.beans.factory.serviceloader
FactoryBean that exposes the 'primary' service for the configured service class, obtained through the JDK 1.6 ServiceLoader facility.
ServiceFactoryBean() - Constructor for class org.springframework.beans.factory.serviceloader.ServiceFactoryBean
 
serviceFactoryClass - Variable in class org.springframework.remoting.jaxrpc.LocalJaxRpcServiceFactory
Deprecated.
 
serviceInterface - Variable in class org.springframework.jms.remoting.JmsInvokerProxyFactoryBean
 
serviceInterface - Variable in class org.springframework.remoting.jaxrpc.JaxRpcPortClientInterceptor
Deprecated.
 
serviceInterface - Variable in class org.springframework.remoting.jaxws.JaxWsPortClientInterceptor
 
serviceInterface - Variable in class org.springframework.remoting.rmi.JndiRmiClientInterceptor
 
serviceInterface - Variable in class org.springframework.remoting.support.RemoteAccessor
 
serviceInterface - Variable in class org.springframework.remoting.support.RemoteExporter
 
ServiceListFactoryBean - Class in org.springframework.beans.factory.serviceloader
FactoryBean that exposes all services for the configured service class, represented as a List of service objects, obtained through the JDK 1.6 ServiceLoader facility.
ServiceListFactoryBean() - Constructor for class org.springframework.beans.factory.serviceloader.ServiceListFactoryBean
 
ServiceLoaderFactoryBean - Class in org.springframework.beans.factory.serviceloader
FactoryBean that exposes the JDK 1.6 ServiceLoader for the configured service class.
ServiceLoaderFactoryBean() - Constructor for class org.springframework.beans.factory.serviceloader.ServiceLoaderFactoryBean
 
serviceLocatorExceptionConstructor - Variable in class org.springframework.beans.factory.config.ServiceLocatorFactoryBean
 
ServiceLocatorFactoryBean - Class in org.springframework.beans.factory.config
A FactoryBean implementation that takes an interface which must have one or more methods with the signatures MyType xxx() or MyType xxx(MyIdType id) (typically, MyService getService() or MyService getService(String id)) and creates a dynamic proxy which implements that interface, delegating to an underlying BeanFactory.
ServiceLocatorFactoryBean() - Constructor for class org.springframework.beans.factory.config.ServiceLocatorFactoryBean
 
ServiceLocatorFactoryBean.ServiceLocatorInvocationHandler - Class in org.springframework.beans.factory.config
Invocation handler that delegates service locator calls to the bean factory.
ServiceLocatorFactoryBean.ServiceLocatorInvocationHandler() - Constructor for class org.springframework.beans.factory.config.ServiceLocatorFactoryBean.ServiceLocatorInvocationHandler
 
serviceLocatorInterface - Variable in class org.springframework.beans.factory.config.ServiceLocatorFactoryBean
 
serviceMappings - Variable in class org.springframework.beans.factory.config.ServiceLocatorFactoryBean
 
serviceName - Variable in class org.springframework.remoting.jaxrpc.LocalJaxRpcServiceFactory
Deprecated.
 
serviceName - Variable in class org.springframework.remoting.jaxws.LocalJaxWsServiceFactory
 
serviceName - Variable in class org.springframework.remoting.rmi.RmiServiceExporter
 
servicePort - Variable in class org.springframework.remoting.rmi.RmiServiceExporter
 
servicePostProcessors - Variable in class org.springframework.remoting.jaxrpc.LocalJaxRpcServiceFactory
Deprecated.
 
serviceProxy - Variable in class org.springframework.jms.remoting.JmsInvokerProxyFactoryBean
 
serviceProxy - Variable in class org.springframework.remoting.caucho.BurlapProxyFactoryBean
 
serviceProxy - Variable in class org.springframework.remoting.caucho.HessianProxyFactoryBean
 
serviceProxy - Variable in class org.springframework.remoting.httpinvoker.HttpInvokerProxyFactoryBean
 
serviceProxy - Variable in class org.springframework.remoting.jaxrpc.JaxRpcPortProxyFactoryBean
Deprecated.
 
serviceProxy - Variable in class org.springframework.remoting.jaxws.JaxWsPortProxyFactoryBean
 
serviceProxy - Variable in class org.springframework.remoting.rmi.JndiRmiProxyFactoryBean
 
serviceProxy - Variable in class org.springframework.remoting.rmi.RmiProxyFactoryBean
 
serviceToUse - Variable in class org.springframework.remoting.jaxrpc.JaxRpcPortClientInterceptor
Deprecated.
 
serviceType - Variable in class org.springframework.beans.factory.serviceloader.AbstractServiceLoaderBasedFactoryBean
 
serviceUrl - Variable in class org.springframework.jmx.access.MBeanClientInterceptor
 
serviceUrl - Variable in class org.springframework.jmx.access.NotificationListenerRegistrar
 
serviceUrl - Variable in class org.springframework.jmx.support.ConnectorServerFactoryBean
 
serviceUrl - Variable in class org.springframework.jmx.support.MBeanServerConnectionFactoryBean
 
serviceUrl - Variable in class org.springframework.remoting.support.UrlBasedRemoteAccessor
 
servlet - Variable in class org.springframework.mock.web.PassThroughFilterChain
 
Servlet3MockHttpServletRequest - Class in org.springframework.test.web.servlet.request
A Servlet 3 sub-class of MockHttpServletRequest.
Servlet3MockHttpServletRequest(ServletContext) - Constructor for class org.springframework.test.web.servlet.request.Servlet3MockHttpServletRequest
 
Servlet3MockMultipartHttpServletRequest - Class in org.springframework.test.web.servlet.request
A Servlet 3 sub-class of MockMultipartHttpServletRequest.
Servlet3MockMultipartHttpServletRequest() - Constructor for class org.springframework.test.web.servlet.request.Servlet3MockMultipartHttpServletRequest
 
servlet3Present - Static variable in class org.springframework.test.web.servlet.request.MockHttpServletRequestBuilder
 
servlet3Present - Static variable in class org.springframework.test.web.servlet.result.PrintingResultHandler
 
SERVLET_CONFIG_BEAN_NAME - Static variable in interface org.springframework.web.context.ConfigurableWebApplicationContext
Name of the ServletConfig environment bean in the factory.
SERVLET_CONFIG_PROPERTY_SOURCE_NAME - Static variable in class org.springframework.web.context.support.StandardServletEnvironment
Servlet config init parameters property source name: "servletConfigInitParams"
SERVLET_CONTEXT_BEAN_NAME - Static variable in interface org.springframework.web.context.WebApplicationContext
Name of the ServletContext environment bean in the factory.
SERVLET_CONTEXT_PREFIX - Static variable in class org.springframework.web.servlet.FrameworkServlet
Prefix for the ServletContext attribute for the WebApplicationContext.
SERVLET_CONTEXT_PREFIX - Static variable in class org.springframework.web.struts.ContextLoaderPlugIn
Deprecated.
Prefix for the ServletContext attribute for the WebApplicationContext.
SERVLET_CONTEXT_PROPERTY_SOURCE_NAME - Static variable in class org.springframework.web.context.support.StandardServletEnvironment
Servlet context init parameters property source name: "servletContextInitParams"
ServletAnnotationMappingUtils - Class in org.springframework.web.servlet.mvc.annotation
ServletAnnotationMappingUtils() - Constructor for class org.springframework.web.servlet.mvc.annotation.ServletAnnotationMappingUtils
Deprecated.
 
servletClass - Variable in class org.springframework.web.servlet.mvc.ServletWrappingController
 
servletConfig - Variable in class org.springframework.mock.web.MockPageContext
 
servletConfig - Variable in class org.springframework.web.context.support.AbstractRefreshableWebApplicationContext
Servlet config that this context runs in, if any
servletConfig - Variable in class org.springframework.web.context.support.ServletContextAwareProcessor
 
servletConfig - Variable in class org.springframework.web.context.support.StaticWebApplicationContext
 
servletConfig - Variable in class org.springframework.web.servlet.handler.SimpleServletPostProcessor
 
ServletConfigAware - Interface in org.springframework.web.context
Interface to be implemented by any object that wishes to be notified of the ServletConfig (typically determined by the WebApplicationContext) that it runs in.
ServletConfigPropertySource - Class in org.springframework.web.context.support
PropertySource that reads init parameters from a ServletConfig object.
ServletConfigPropertySource(String, ServletConfig) - Constructor for class org.springframework.web.context.support.ServletConfigPropertySource
 
servletContext - Variable in class org.springframework.mock.web.MockFilterConfig
 
servletContext - Variable in class org.springframework.mock.web.MockHttpServletRequest
 
servletContext - Variable in class org.springframework.mock.web.MockHttpSession
 
servletContext - Variable in class org.springframework.mock.web.MockPageContext
 
servletContext - Variable in class org.springframework.mock.web.MockServletConfig
 
servletContext - Variable in class org.springframework.mock.web.portlet.ServletWrappingPortletContext
 
servletContext - Variable in class org.springframework.test.web.servlet.MockMvc
 
servletContext - Variable in class org.springframework.test.web.servlet.setup.StubWebApplicationContext
 
servletContext - Variable in class org.springframework.web.accept.ContentNegotiationManagerFactoryBean
 
servletContext - Variable in class org.springframework.web.accept.ServletPathExtensionContentNegotiationStrategy
 
servletContext - Variable in class org.springframework.web.context.support.AbstractRefreshableWebApplicationContext
Servlet context that this context runs in
servletContext - Variable in class org.springframework.web.context.support.GenericWebApplicationContext
 
servletContext - Variable in class org.springframework.web.context.support.ServletContextAwareProcessor
 
servletContext - Variable in class org.springframework.web.context.support.ServletContextFactoryBean
Deprecated.
 
servletContext - Variable in class org.springframework.web.context.support.ServletContextLiveBeansView
 
servletContext - Variable in class org.springframework.web.context.support.ServletContextPropertyPlaceholderConfigurer
Deprecated.
 
servletContext - Variable in class org.springframework.web.context.support.ServletContextResource
 
servletContext - Variable in class org.springframework.web.context.support.ServletContextResourceLoader
 
servletContext - Variable in class org.springframework.web.context.support.ServletContextScope
 
servletContext - Variable in class org.springframework.web.context.support.StaticWebApplicationContext
 
servletContext - Variable in class org.springframework.web.context.support.WebApplicationObjectSupport
 
servletContext - Variable in class org.springframework.web.filter.GenericFilterBean
 
servletContext - Variable in class org.springframework.web.portlet.context.AbstractRefreshablePortletApplicationContext
Servlet context that this context runs in
servletContext - Variable in class org.springframework.web.portlet.context.StaticPortletApplicationContext
 
servletContext - Variable in class org.springframework.web.servlet.config.annotation.DefaultServletHandlerConfigurer
 
servletContext - Variable in class org.springframework.web.servlet.config.annotation.ResourceHandlerRegistry
 
servletContext - Variable in class org.springframework.web.servlet.config.annotation.WebMvcConfigurationSupport
 
servletContext - Variable in class org.springframework.web.servlet.handler.SimpleServletPostProcessor.DelegatingServletConfig
 
servletContext - Variable in class org.springframework.web.servlet.handler.SimpleServletPostProcessor
 
servletContext - Variable in class org.springframework.web.servlet.resource.DefaultServletHttpRequestHandler
 
servletContext - Variable in class org.springframework.web.servlet.view.tiles2.TilesConfigurer
 
servletContext - Variable in class org.springframework.web.servlet.view.tiles3.TilesConfigurer
 
servletContext - Variable in class org.springframework.web.servlet.view.velocity.VelocityConfigurer
 
servletContext - Variable in class org.springframework.web.util.ServletContextPropertyUtils.ServletContextPlaceholderResolver
 
ServletContextAttributeExporter - Class in org.springframework.web.context.support
Exporter that takes Spring-defined objects and exposes them as ServletContext attributes.
ServletContextAttributeExporter() - Constructor for class org.springframework.web.context.support.ServletContextAttributeExporter
 
ServletContextAttributeFactoryBean - Class in org.springframework.web.context.support
FactoryBean that fetches a specific, existing ServletContext attribute.
ServletContextAttributeFactoryBean() - Constructor for class org.springframework.web.context.support.ServletContextAttributeFactoryBean
 
ServletContextAware - Interface in org.springframework.web.context
Interface to be implemented by any object that wishes to be notified of the ServletContext (typically determined by the WebApplicationContext) that it runs in.
ServletContextAwareProcessor - Class in org.springframework.web.context.support
BeanPostProcessor implementation that passes the ServletContext to beans that implement the ServletContextAware interface.
ServletContextAwareProcessor(ServletContext) - Constructor for class org.springframework.web.context.support.ServletContextAwareProcessor
Create a new ServletContextAwareProcessor for the given context.
ServletContextAwareProcessor(ServletConfig) - Constructor for class org.springframework.web.context.support.ServletContextAwareProcessor
Create a new ServletContextAwareProcessor for the given config.
ServletContextAwareProcessor(ServletContext, ServletConfig) - Constructor for class org.springframework.web.context.support.ServletContextAwareProcessor
Create a new ServletContextAwareProcessor for the given context and config.
ServletContextFactoryBean - Class in org.springframework.web.context.support
Deprecated.
as of Spring 3.0, since "servletContext" is now available as a default bean in every WebApplicationContext
ServletContextFactoryBean() - Constructor for class org.springframework.web.context.support.ServletContextFactoryBean
Deprecated.
 
servletContextHashModel - Variable in class org.springframework.web.servlet.view.freemarker.FreeMarkerView
 
ServletContextLiveBeansView - Class in org.springframework.web.context.support
LiveBeansView subclass which looks for all ApplicationContexts in the web application, as exposed in ServletContext attributes.
ServletContextLiveBeansView(ServletContext) - Constructor for class org.springframework.web.context.support.ServletContextLiveBeansView
Create a new LiveBeansView for the given ServletContext.
servletContextName - Variable in class org.springframework.mock.web.MockServletContext
 
ServletContextParameterFactoryBean - Class in org.springframework.web.context.support
FactoryBean that retrieves a specific ServletContext init parameter (that is, a "context-param" defined in web.xml).
ServletContextParameterFactoryBean() - Constructor for class org.springframework.web.context.support.ServletContextParameterFactoryBean
 
ServletContextPropertyPlaceholderConfigurer - Class in org.springframework.web.context.support
Deprecated.
in Spring 3.1 in favor of PropertySourcesPlaceholderConfigurer in conjunction with StandardServletEnvironment.
ServletContextPropertyPlaceholderConfigurer() - Constructor for class org.springframework.web.context.support.ServletContextPropertyPlaceholderConfigurer
Deprecated.
 
ServletContextPropertySource - Class in org.springframework.web.context.support
PropertySource that reads init parameters from a ServletContext object.
ServletContextPropertySource(String, ServletContext) - Constructor for class org.springframework.web.context.support.ServletContextPropertySource
 
ServletContextPropertyUtils - Class in org.springframework.web.util
Helper class for resolving placeholders in texts.
ServletContextPropertyUtils() - Constructor for class org.springframework.web.util.ServletContextPropertyUtils
 
ServletContextPropertyUtils.ServletContextPlaceholderResolver - Class in org.springframework.web.util
 
ServletContextPropertyUtils.ServletContextPlaceholderResolver(String, ServletContext) - Constructor for class org.springframework.web.util.ServletContextPropertyUtils.ServletContextPlaceholderResolver
 
ServletContextRequestLoggingFilter - Class in org.springframework.web.filter
Simple request logging filter that writes the request URI (and optionally the query string) to the ServletContext log.
ServletContextRequestLoggingFilter() - Constructor for class org.springframework.web.filter.ServletContextRequestLoggingFilter
 
ServletContextResource - Class in org.springframework.web.context.support
Resource implementation for javax.servlet.ServletContext resources, interpreting relative paths within the web application root directory.
ServletContextResource(ServletContext, String) - Constructor for class org.springframework.web.context.support.ServletContextResource
Create a new ServletContextResource.
ServletContextResourceLoader - Class in org.springframework.web.context.support
ResourceLoader implementation that resolves paths as ServletContext resources, for use outside a WebApplicationContext (for example, in an HttpServletBean or GenericFilterBean subclass).
ServletContextResourceLoader(ServletContext) - Constructor for class org.springframework.web.context.support.ServletContextResourceLoader
Create a new ServletContextResourceLoader.
ServletContextResourcePatternResolver - Class in org.springframework.web.context.support
ServletContext-aware subclass of PathMatchingResourcePatternResolver, able to find matching resources below the web application root directory via Servlet 2.3's ServletContext.getResourcePaths.
ServletContextResourcePatternResolver(ServletContext) - Constructor for class org.springframework.web.context.support.ServletContextResourcePatternResolver
Create a new ServletContextResourcePatternResolver.
ServletContextScope - Class in org.springframework.web.context.support
Scope wrapper for a ServletContext, i.e.
ServletContextScope(ServletContext) - Constructor for class org.springframework.web.context.support.ServletContextScope
Create a new Scope wrapper for the given ServletContext.
ServletCookieValueMethodArgumentResolver - Class in org.springframework.web.servlet.mvc.method.annotation
An AbstractCookieValueMethodArgumentResolver that resolves cookie values from an HttpServletRequest.
ServletCookieValueMethodArgumentResolver(ConfigurableBeanFactory) - Constructor for class org.springframework.web.servlet.mvc.method.annotation.ServletCookieValueMethodArgumentResolver
 
servletEndpointContext - Variable in class org.springframework.remoting.jaxrpc.ServletEndpointSupport
Deprecated.
 
ServletEndpointSupport - Class in org.springframework.remoting.jaxrpc
Deprecated.
in favor of JAX-WS support in org.springframework.remoting.jaxws
ServletEndpointSupport() - Constructor for class org.springframework.remoting.jaxrpc.ServletEndpointSupport
Deprecated.
 
ServletForwardingController - Class in org.springframework.web.servlet.mvc
Spring Controller implementation that forwards to a named servlet, i.e.
ServletForwardingController() - Constructor for class org.springframework.web.servlet.mvc.ServletForwardingController
 
servletInstance - Variable in class org.springframework.web.servlet.mvc.ServletWrappingController
 
ServletInvocableHandlerMethod - Class in org.springframework.web.servlet.mvc.method.annotation
Extends InvocableHandlerMethod with the ability to handle return values through a registered HandlerMethodReturnValueHandler and also supports setting the response status based on a method-level @ResponseStatus annotation.
ServletInvocableHandlerMethod(Object, Method) - Constructor for class org.springframework.web.servlet.mvc.method.annotation.ServletInvocableHandlerMethod
Creates an instance from the given handler and method.
ServletInvocableHandlerMethod(HandlerMethod) - Constructor for class org.springframework.web.servlet.mvc.method.annotation.ServletInvocableHandlerMethod
Create an instance from a HandlerMethod.
ServletInvocableHandlerMethod.CallableHandlerMethod - Class in org.springframework.web.servlet.mvc.method.annotation
A ServletInvocableHandlerMethod sub-class that invokes a given Callable and "inherits" the annotations of the containing class instance, useful for invoking a Callable returned from a HandlerMethod.
ServletInvocableHandlerMethod.CallableHandlerMethod(Callable<?>) - Constructor for class org.springframework.web.servlet.mvc.method.annotation.ServletInvocableHandlerMethod.CallableHandlerMethod
 
ServletModelAttributeMethodProcessor - Class in org.springframework.web.servlet.mvc.method.annotation
A Servlet-specific ModelAttributeMethodProcessor that applies data binding through a WebDataBinder of type ServletRequestDataBinder.
ServletModelAttributeMethodProcessor(boolean) - Constructor for class org.springframework.web.servlet.mvc.method.annotation.ServletModelAttributeMethodProcessor
 
servletName - Variable in class org.springframework.mock.web.MockServletConfig
 
servletName - Variable in class org.springframework.web.context.support.ServletRequestHandledEvent
Name of the servlet that handled the request
servletName - Variable in class org.springframework.web.servlet.handler.SimpleServletPostProcessor.DelegatingServletConfig
 
servletName - Variable in class org.springframework.web.servlet.mvc.ServletForwardingController
 
servletName - Variable in class org.springframework.web.servlet.mvc.ServletWrappingController
 
servletPath - Variable in class org.springframework.mock.web.MockHttpServletRequest
 
servletPath - Variable in class org.springframework.test.web.servlet.request.MockHttpServletRequestBuilder
 
servletPath(String) - Method in class org.springframework.test.web.servlet.request.MockHttpServletRequestBuilder
Specify the portion of the requestURI that represents the path to which the Servlet is mapped.
ServletPathExtensionContentNegotiationStrategy - Class in org.springframework.web.accept
An extension of PathExtensionContentNegotiationStrategy that uses ServletContext#getMimeType(String) as a fallback mechanism when matching a path extension to a media type.
ServletPathExtensionContentNegotiationStrategy(ServletContext, Map<String, MediaType>) - Constructor for class org.springframework.web.accept.ServletPathExtensionContentNegotiationStrategy
Create an instance with the given extension-to-MediaType lookup.
ServletPathExtensionContentNegotiationStrategy(ServletContext) - Constructor for class org.springframework.web.accept.ServletPathExtensionContentNegotiationStrategy
Create an instance without any mappings to start with.
servletRequest - Variable in class org.springframework.http.server.ServletServerHttpRequest
 
ServletRequestAttributes - Class in org.springframework.web.context.request
Servlet-based implementation of the RequestAttributes interface.
ServletRequestAttributes(HttpServletRequest) - Constructor for class org.springframework.web.context.request.ServletRequestAttributes
Create a new ServletRequestAttributes instance for the given request.
ServletRequestBindingException - Class in org.springframework.web.bind
Fatal binding exception, thrown when we want to treat binding exceptions as unrecoverable.
ServletRequestBindingException(String) - Constructor for class org.springframework.web.bind.ServletRequestBindingException
Constructor for ServletRequestBindingException.
ServletRequestBindingException(String, Throwable) - Constructor for class org.springframework.web.bind.ServletRequestBindingException
Constructor for ServletRequestBindingException.
ServletRequestDataBinder - Class in org.springframework.web.bind
Special DataBinder to perform data binding from servlet request parameters to JavaBeans, including support for multipart files.
ServletRequestDataBinder(Object) - Constructor for class org.springframework.web.bind.ServletRequestDataBinder
Create a new ServletRequestDataBinder instance, with default object name.
ServletRequestDataBinder(Object, String) - Constructor for class org.springframework.web.bind.ServletRequestDataBinder
Create a new ServletRequestDataBinder instance.
ServletRequestDataBinderFactory - Class in org.springframework.web.servlet.mvc.method.annotation
Creates a ServletRequestDataBinder.
ServletRequestDataBinderFactory(List<InvocableHandlerMethod>, WebBindingInitializer) - Constructor for class org.springframework.web.servlet.mvc.method.annotation.ServletRequestDataBinderFactory
Create a new instance.
ServletRequestHandledEvent - Class in org.springframework.web.context.support
Servlet-specific subclass of RequestHandledEvent, adding servlet-specific context information.
ServletRequestHandledEvent(Object, String, String, String, String, String, String, long) - Constructor for class org.springframework.web.context.support.ServletRequestHandledEvent
Create a new ServletRequestHandledEvent.
ServletRequestHandledEvent(Object, String, String, String, String, String, String, long, Throwable) - Constructor for class org.springframework.web.context.support.ServletRequestHandledEvent
Create a new ServletRequestHandledEvent.
ServletRequestMethodArgumentResolver - Class in org.springframework.web.servlet.mvc.method.annotation
Resolves request-related method argument values of the following types: WebRequest ServletRequest MultipartRequest HttpSession Principal Locale InputStream Reader
ServletRequestMethodArgumentResolver() - Constructor for class org.springframework.web.servlet.mvc.method.annotation.ServletRequestMethodArgumentResolver
 
ServletRequestParameterPropertyValues - Class in org.springframework.web.bind
PropertyValues implementation created from parameters in a ServletRequest.
ServletRequestParameterPropertyValues(ServletRequest) - Constructor for class org.springframework.web.bind.ServletRequestParameterPropertyValues
Create new ServletRequestPropertyValues using no prefix (and hence, no prefix separator).
ServletRequestParameterPropertyValues(ServletRequest, String) - Constructor for class org.springframework.web.bind.ServletRequestParameterPropertyValues
Create new ServletRequestPropertyValues using the given prefix and the default prefix separator (the underscore character "_").
ServletRequestParameterPropertyValues(ServletRequest, String, String) - Constructor for class org.springframework.web.bind.ServletRequestParameterPropertyValues
Create new ServletRequestPropertyValues supplying both prefix and prefix separator.
ServletRequestUtils - Class in org.springframework.web.bind
Parameter extraction methods, for an approach distinct from data binding, in which parameters of specific types are required.
ServletRequestUtils() - Constructor for class org.springframework.web.bind.ServletRequestUtils
 
ServletRequestUtils.BooleanParser - Class in org.springframework.web.bind
 
ServletRequestUtils.BooleanParser() - Constructor for class org.springframework.web.bind.ServletRequestUtils.BooleanParser
 
ServletRequestUtils.DoubleParser - Class in org.springframework.web.bind
 
ServletRequestUtils.DoubleParser() - Constructor for class org.springframework.web.bind.ServletRequestUtils.DoubleParser
 
ServletRequestUtils.FloatParser - Class in org.springframework.web.bind
 
ServletRequestUtils.FloatParser() - Constructor for class org.springframework.web.bind.ServletRequestUtils.FloatParser
 
ServletRequestUtils.IntParser - Class in org.springframework.web.bind
 
ServletRequestUtils.IntParser() - Constructor for class org.springframework.web.bind.ServletRequestUtils.IntParser
 
ServletRequestUtils.LongParser - Class in org.springframework.web.bind
 
ServletRequestUtils.LongParser() - Constructor for class org.springframework.web.bind.ServletRequestUtils.LongParser
 
ServletRequestUtils.ParameterParser<T> - Class in org.springframework.web.bind
 
ServletRequestUtils.ParameterParser() - Constructor for class org.springframework.web.bind.ServletRequestUtils.ParameterParser
 
ServletRequestUtils.StringParser - Class in org.springframework.web.bind
 
ServletRequestUtils.StringParser() - Constructor for class org.springframework.web.bind.ServletRequestUtils.StringParser
 
servletResponse - Variable in class org.springframework.http.server.ServletServerHttpResponse
 
ServletResponseMethodArgumentResolver - Class in org.springframework.web.servlet.mvc.method.annotation
Resolves response-related method argument values of types: ServletResponse OutputStream Writer
ServletResponseMethodArgumentResolver() - Constructor for class org.springframework.web.servlet.mvc.method.annotation.ServletResponseMethodArgumentResolver
 
ServletServerHttpRequest - Class in org.springframework.http.server
ServerHttpRequest implementation that is based on a HttpServletRequest.
ServletServerHttpRequest(HttpServletRequest) - Constructor for class org.springframework.http.server.ServletServerHttpRequest
Construct a new instance of the ServletServerHttpRequest based on the given HttpServletRequest.
ServletServerHttpResponse - Class in org.springframework.http.server
ServerHttpResponse implementation that is based on a HttpServletResponse.
ServletServerHttpResponse(HttpServletResponse) - Constructor for class org.springframework.http.server.ServletServerHttpResponse
Construct a new instance of the ServletServerHttpResponse based on the given HttpServletResponse.
ServletTestExecutionListener - Class in org.springframework.test.context.web
TestExecutionListener which provides mock Servlet API support to WebApplicationContexts loaded by the Spring TestContext Framework.
ServletTestExecutionListener() - Constructor for class org.springframework.test.context.web.ServletTestExecutionListener
 
ServletUriComponentsBuilder - Class in org.springframework.web.servlet.support
A UriComponentsBuilder that extracts information from an HttpServletRequest.
ServletUriComponentsBuilder() - Constructor for class org.springframework.web.servlet.support.ServletUriComponentsBuilder
Default constructor.
ServletWebArgumentResolverAdapter - Class in org.springframework.web.servlet.mvc.method.annotation
ServletWebArgumentResolverAdapter(WebArgumentResolver) - Constructor for class org.springframework.web.servlet.mvc.method.annotation.ServletWebArgumentResolverAdapter
 
ServletWebRequest - Class in org.springframework.web.context.request
WebRequest adapter for an javax.servlet.http.HttpServletRequest.
ServletWebRequest(HttpServletRequest) - Constructor for class org.springframework.web.context.request.ServletWebRequest
Create a new ServletWebRequest instance for the given request.
ServletWebRequest(HttpServletRequest, HttpServletResponse) - Constructor for class org.springframework.web.context.request.ServletWebRequest
Create a new ServletWebRequest instance for the given request/response pair.
ServletWrappingController - Class in org.springframework.web.servlet.mvc
Spring Controller implementation that wraps a servlet instance which it manages internally.
ServletWrappingController() - Constructor for class org.springframework.web.servlet.mvc.ServletWrappingController
 
ServletWrappingController.DelegatingServletConfig - Class in org.springframework.web.servlet.mvc
Internal implementation of the ServletConfig interface, to be passed to the wrapped servlet.
ServletWrappingController.DelegatingServletConfig() - Constructor for class org.springframework.web.servlet.mvc.ServletWrappingController.DelegatingServletConfig
 
ServletWrappingPortletContext - Class in org.springframework.mock.web.portlet
Mock implementation of the javax.portlet.PortletContext interface, wrapping an underlying javax.servlet.ServletContext.
ServletWrappingPortletContext(ServletContext) - Constructor for class org.springframework.mock.web.portlet.ServletWrappingPortletContext
Create a new PortletContext wrapping the given ServletContext.
session - Variable in class org.springframework.jms.listener.DefaultMessageListenerContainer.AsyncMessageListenerInvoker
 
session - Variable in class org.springframework.mail.javamail.JavaMailSenderImpl
 
session - Variable in class org.springframework.mock.web.MockHttpServletRequest
 
session - Variable in class org.springframework.mock.web.portlet.MockPortletRequest
 
session - Variable in class org.springframework.orm.hibernate4.SessionHolder
 
session - Variable in class org.springframework.orm.hibernate4.SpringFlushSynchronization
 
session - Variable in class org.springframework.orm.jpa.vendor.HibernateJpaDialect.HibernateConnectionHandle
 
session - Variable in class org.springframework.orm.jpa.vendor.HibernateJpaDialect.SessionTransactionData
 
session - Variable in class org.springframework.test.web.servlet.request.MockHttpServletRequestBuilder
 
session(MockHttpSession) - Method in class org.springframework.test.web.servlet.request.MockHttpServletRequestBuilder
Set the HTTP session to use, possibly re-used across requests.
session - Variable in class org.springframework.web.context.request.ServletRequestAttributes
 
session - Variable in class org.springframework.web.portlet.context.PortletRequestAttributes
 
SESSION_COOKIE_NAME - Static variable in class org.springframework.mock.web.MockHttpSession
 
SESSION_MUTEX_ATTRIBUTE - Static variable in class org.springframework.web.util.WebUtils
Key for the mutex session attribute
SESSION_SYNCHRONIZATION_ORDER - Static variable in class org.springframework.orm.hibernate3.SessionFactoryUtils
Order value for TransactionSynchronization objects that clean up Hibernate Sessions.
SESSION_SYNCHRONIZATION_ORDER - Static variable in class org.springframework.orm.hibernate4.SessionFactoryUtils
Order value for TransactionSynchronization objects that clean up Hibernate Sessions.
sessionAcknowledgeMode - Variable in class org.springframework.jms.support.JmsAccessor
 
sessionAnnotatedClassesCache - Variable in class org.springframework.web.servlet.mvc.annotation.AnnotationMethodHandlerAdapter
Deprecated.
 
sessionAttr(String, Object) - Method in class org.springframework.test.web.servlet.request.MockHttpServletRequestBuilder
Set a session attribute.
sessionAttribute(String, <any>) - Method in class org.springframework.test.web.servlet.result.RequestResultMatchers
Assert a session attribute value with the given Hamcrest Matcher.
sessionAttributeNames - Variable in class org.springframework.web.bind.annotation.support.HandlerMethodResolver
 
sessionAttributes - Variable in class org.springframework.test.web.servlet.request.MockHttpServletRequestBuilder
 
SessionAttributes - Annotation Type in org.springframework.web.bind.annotation
Annotation that indicates the session attributes that a specific handler uses.
sessionAttributesFound - Variable in class org.springframework.web.bind.annotation.support.HandlerMethodResolver
 
sessionAttributesHandler - Variable in class org.springframework.web.method.annotation.ModelFactory
 
SessionAttributesHandler - Class in org.springframework.web.method.annotation
Manages controller-specific session attributes declared via @SessionAttributes.
SessionAttributesHandler(Class<?>, SessionAttributeStore) - Constructor for class org.springframework.web.method.annotation.SessionAttributesHandler
Create a new instance for a controller type.
sessionAttributesHandlerCache - Variable in class org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter
 
sessionAttributeStore - Variable in class org.springframework.web.bind.annotation.support.HandlerMethodInvoker
 
SessionAttributeStore - Interface in org.springframework.web.bind.support
Strategy interface for storing model attributes in a backend session.
sessionAttributeStore - Variable in class org.springframework.web.method.annotation.SessionAttributesHandler
 
sessionAttributeStore - Variable in class org.springframework.web.portlet.mvc.annotation.AnnotationMethodHandlerAdapter
 
sessionAttributeStore - Variable in class org.springframework.web.servlet.mvc.annotation.AnnotationMethodHandlerAdapter
Deprecated.
 
sessionAttributeStore - Variable in class org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter
 
sessionAttributesToUpdate - Variable in class org.springframework.web.context.request.ServletRequestAttributes
 
sessionAttributesToUpdate - Variable in class org.springframework.web.portlet.context.PortletRequestAttributes
 
sessionAttributeTypes - Variable in class org.springframework.web.bind.annotation.support.HandlerMethodResolver
 
sessionAttrs(Map<String, Object>) - Method in class org.springframework.test.web.servlet.request.MockHttpServletRequestBuilder
Set session attributes.
SessionAwareMessageListener<M extends Message> - Interface in org.springframework.jms.listener
Variant of the standard JMS javax.jms.MessageListener interface, offering not only the received Message but also the underlying JMS Session object.
sessionCacheSize - Variable in class org.springframework.jms.connection.CachingConnectionFactory
 
SessionCallback<T> - Interface in org.springframework.jms.core
Callback for executing any number of operations on a provided Session.
sessionConstants - Static variable in class org.springframework.jms.listener.endpoint.JmsActivationSpecConfig
Constants instance for javax.jms.Session
sessionConstants - Static variable in class org.springframework.jms.support.JmsAccessor
Constants instance for javax.jms.Session
sessionContext - Variable in class org.springframework.ejb.support.AbstractSessionBean
Deprecated.
The SessionContext passed to this EJB
sessionCreated(HttpSessionEvent) - Method in class org.springframework.web.util.HttpSessionMutexListener
 
sessionDestroyed(HttpSessionEvent) - Method in class org.springframework.web.util.HttpSessionMutexListener
 
sessionFactory - Variable in class org.springframework.orm.hibernate3.AbstractSessionFactoryBean
 
sessionFactory - Variable in class org.springframework.orm.hibernate3.HibernateAccessor
 
sessionFactory - Variable in class org.springframework.orm.hibernate3.HibernateTransactionManager
 
sessionFactory - Variable in class org.springframework.orm.hibernate3.SpringSessionContext
 
sessionFactory - Variable in class org.springframework.orm.hibernate3.SpringSessionSynchronization
 
sessionFactory - Variable in class org.springframework.orm.hibernate3.support.OpenSessionInViewFilter.SessionBindingCallableInterceptor
 
sessionFactory - Variable in class org.springframework.orm.hibernate4.HibernateTransactionManager
 
sessionFactory - Variable in class org.springframework.orm.hibernate4.LocalSessionFactoryBean
 
sessionFactory - Variable in class org.springframework.orm.hibernate4.SpringSessionContext
 
sessionFactory - Variable in class org.springframework.orm.hibernate4.SpringSessionSynchronization
 
sessionFactory - Variable in class org.springframework.orm.hibernate4.support.OpenSessionInViewFilter.SessionBindingCallableInterceptor
 
sessionFactory - Variable in class org.springframework.orm.hibernate4.support.OpenSessionInViewInterceptor
 
sessionFactoryBeanName - Variable in class org.springframework.orm.hibernate3.support.OpenSessionInViewFilter
 
sessionFactoryBeanName - Variable in class org.springframework.orm.hibernate4.support.OpenSessionInViewFilter
 
SessionFactoryUtils - Class in org.springframework.orm.hibernate3
Helper class featuring methods for Hibernate Session handling, allowing for reuse of Hibernate Session instances within transactions.
SessionFactoryUtils() - Constructor for class org.springframework.orm.hibernate3.SessionFactoryUtils
 
SessionFactoryUtils - Class in org.springframework.orm.hibernate4
Helper class featuring methods for Hibernate Session handling.
SessionFactoryUtils() - Constructor for class org.springframework.orm.hibernate4.SessionFactoryUtils
 
SessionFlashMapManager - Class in org.springframework.web.servlet.support
Store and retrieve FlashMap instances to and from the HTTP session.
SessionFlashMapManager() - Constructor for class org.springframework.web.servlet.support.SessionFlashMapManager
 
sessionForm - Variable in class org.springframework.web.portlet.mvc.AbstractFormController
Deprecated.
 
sessionForm - Variable in class org.springframework.web.servlet.mvc.AbstractFormController
Deprecated.
 
sessionHolder - Variable in class org.springframework.orm.hibernate3.HibernateTransactionManager.HibernateTransactionObject
 
sessionHolder - Variable in class org.springframework.orm.hibernate3.HibernateTransactionManager.SuspendedResourcesHolder
 
SessionHolder - Class in org.springframework.orm.hibernate3
Session holder, wrapping a Hibernate Session and a Hibernate Transaction.
SessionHolder(Session) - Constructor for class org.springframework.orm.hibernate3.SessionHolder
 
SessionHolder(Object, Session) - Constructor for class org.springframework.orm.hibernate3.SessionHolder
 
sessionHolder - Variable in class org.springframework.orm.hibernate3.SpringSessionSynchronization
 
sessionHolder - Variable in class org.springframework.orm.hibernate3.support.OpenSessionInViewFilter.SessionBindingCallableInterceptor
 
sessionHolder - Variable in class org.springframework.orm.hibernate3.support.OpenSessionInViewInterceptor.SessionBindingCallableInterceptor
 
sessionHolder - Variable in class org.springframework.orm.hibernate4.HibernateTransactionManager.HibernateTransactionObject
 
sessionHolder - Variable in class org.springframework.orm.hibernate4.HibernateTransactionManager.SuspendedResourcesHolder
 
SessionHolder - Class in org.springframework.orm.hibernate4
Session holder, wrapping a Hibernate Session and a Hibernate Transaction.
SessionHolder(Session) - Constructor for class org.springframework.orm.hibernate4.SessionHolder
 
sessionHolder - Variable in class org.springframework.orm.hibernate4.SpringSessionSynchronization
 
sessionHolder - Variable in class org.springframework.orm.hibernate4.support.OpenSessionInViewFilter.SessionBindingCallableInterceptor
 
sessionHolder - Variable in class org.springframework.orm.hibernate4.support.OpenSessionInViewInterceptor.SessionBindingCallableInterceptor
 
sessionId - Variable in class org.springframework.web.context.support.RequestHandledEvent
Session id that applied to the request, if any
sessionList - Variable in class org.springframework.jms.connection.CachingConnectionFactory.CachedSessionInvocationHandler
 
SessionLocaleResolver - Class in org.springframework.web.servlet.i18n
Implementation of LocaleResolver that uses a locale attribute in the user's session in case of a custom setting, with a fallback to the specified default locale or the request's accept-header locale.
SessionLocaleResolver() - Constructor for class org.springframework.web.servlet.i18n.SessionLocaleResolver
 
sessionMap - Variable in class org.springframework.orm.hibernate3.SessionHolder
This Map needs to be concurrent because there might be multi-threaded access in the case of JTA with remote transaction propagation.
SessionProxy - Interface in org.springframework.jms.connection
Subinterface of javax.jms.Session to be implemented by Session proxies.
sessions - Variable in class org.springframework.jms.connection.JmsResourceHolder
 
sessions - Variable in class org.springframework.jms.listener.SimpleMessageListenerContainer
 
SessionScope - Class in org.springframework.web.context.request
Session-backed Scope implementation.
SessionScope() - Constructor for class org.springframework.web.context.request.SessionScope
Create a new SessionScope, storing attributes in a locally isolated session (or default session, if there is no distinction between a global session and a component-specific session).
SessionScope(boolean) - Constructor for class org.springframework.web.context.request.SessionScope
Create a new SessionScope, specifying whether to store attributes in the global session, provided that such a distinction is available.
sessionsPerConnection - Variable in class org.springframework.jms.connection.JmsResourceHolder
 
sessionStatus - Variable in class org.springframework.web.bind.annotation.support.HandlerMethodInvoker
 
SessionStatus - Interface in org.springframework.web.bind.support
Simple interface that can be injected into handler methods, allowing them to signal that their session processing is complete.
sessionStatus - Variable in class org.springframework.web.method.support.ModelAndViewContainer
 
SessionStatusMethodArgumentResolver - Class in org.springframework.web.method.annotation
Resolves a SessionStatus argument by obtaining it from the ModelAndViewContainer.
SessionStatusMethodArgumentResolver() - Constructor for class org.springframework.web.method.annotation.SessionStatusMethodArgumentResolver
 
SessionThemeResolver - Class in org.springframework.web.servlet.theme
Implementation of ThemeResolver that uses a theme attribute in the user's session in case of a custom setting, with a fallback to the default theme.
SessionThemeResolver() - Constructor for class org.springframework.web.servlet.theme.SessionThemeResolver
 
sessionTransacted - Variable in class org.springframework.jms.support.JmsAccessor
 
sessionTransactedCalled - Variable in class org.springframework.jms.listener.AbstractPollingMessageListenerContainer
 
SET - Static variable in class org.springframework.core.style.DefaultValueStyler
 
set(String, String) - Method in class org.springframework.http.HttpHeaders
Set the given, single header value under the given name.
set(int, E) - Method in class org.springframework.util.AutoPopulatingList
 
set(K, V) - Method in class org.springframework.util.CollectionUtils.MultiValueMapAdapter
 
set(K, V) - Method in class org.springframework.util.LinkedMultiValueMap
 
set(K, V) - Method in interface org.springframework.util.MultiValueMap
Set the given single value under the given key.
set$AroundClosure(AroundClosure) - Method in class org.springframework.aop.aspectj.MethodInvocationProceedingJoinPoint
 
SET_ELEMENT - Static variable in class org.springframework.beans.factory.xml.BeanDefinitionParserDelegate
 
SET_TRANSLATOR_NAME - Static variable in class org.springframework.instrument.classloading.jboss.JBossMCAdapter
 
setAbstract(boolean) - Method in class org.springframework.beans.factory.support.AbstractBeanDefinition
Set if this bean is "abstract", i.e.
setAbstract(boolean) - Method in class org.springframework.beans.factory.support.BeanDefinitionBuilder
Set whether or not this definition is abstract.
setAccept(List<MediaType>) - Method in class org.springframework.http.HttpHeaders
Set the list of acceptable media types, as specified by the Accept header.
setAcceptCharset(List<Charset>) - Method in class org.springframework.http.HttpHeaders
Set the list of acceptable charsets, as specified by the Accept-Charset header.
setAcceptCharset(String) - Method in class org.springframework.web.servlet.tags.form.FormTag
Set the value of the 'acceptCharset' attribute.
setAcceptGzipEncoding(boolean) - Method in class org.springframework.remoting.httpinvoker.AbstractHttpInvokerRequestExecutor
Set whether to accept GZIP encoding, that is, whether to send the HTTP "Accept-Encoding" header with "gzip" as value.
setAcceptMessagesWhileStopping(boolean) - Method in class org.springframework.jms.listener.AbstractMessageListenerContainer
Set whether to accept received messages while the listener container in the process of stopping.
setAcceptProxyClasses(boolean) - Method in class org.springframework.remoting.rmi.RemoteInvocationSerializingExporter
Set whether to accept deserialization of proxy classes.
setAccessCallParameterMetaData(boolean) - Method in class org.springframework.jdbc.core.metadata.CallMetaDataContext
Specify whether call parameter metadata should be accessed.
setAccessCallParameterMetaData(boolean) - Method in class org.springframework.jdbc.core.simple.AbstractJdbcCall
Specify whether the parameter metadata for the call should be used.
setAccesskey(String) - Method in class org.springframework.web.servlet.tags.form.AbstractHtmlInputElementTag
Set the value of the 'accesskey' attribute.
setAccessTableColumnMetaData(boolean) - Method in class org.springframework.jdbc.core.metadata.TableMetaDataContext
Specify whether we should access table column meta data.
setAccessTableColumnMetaData(boolean) - Method in class org.springframework.jdbc.core.simple.AbstractJdbcInsert
Specify whether the parameter metadata for the call should be used.
setAcknowledgeMode(int) - Method in class org.springframework.jms.listener.endpoint.JmsActivationSpecConfig
Set the JMS acknowledgement mode to use.
setAcknowledgeModeName(String) - Method in class org.springframework.jms.listener.endpoint.JmsActivationSpecConfig
Set the JMS acknowledgement mode by the name of the corresponding constant in the JMS Session interface, e.g.
setAction(String) - Method in class org.springframework.web.servlet.tags.form.FormTag
Set the value of the 'action' attribute.
setActivationSpec(ActivationSpec) - Method in class org.springframework.jca.endpoint.GenericMessageEndpointManager
Set the JCA ActivationSpec to use for activating the endpoint.
setActivationSpecClass(Class) - Method in class org.springframework.jms.listener.endpoint.StandardJmsActivationSpecFactory
Specify the fully-qualified ActivationSpec class name for the target provider (e.g.
setActivationSpecConfig(JmsActivationSpecConfig) - Method in class org.springframework.jms.listener.endpoint.JmsMessageEndpointManager
Specify the JmsActivationSpecConfig object that this endpoint manager should use for activating its listener.
setActivationSpecFactory(JmsActivationSpecFactory) - Method in class org.springframework.jms.listener.endpoint.JmsMessageEndpointManager
Set the factory for concrete JCA 1.5 ActivationSpec objects, creating JCA ActivationSpecs based on JmsActivationSpecConfig objects.
setActiveProfiles(String...) - Method in class org.springframework.core.env.AbstractEnvironment
 
setActiveProfiles(String...) - Method in interface org.springframework.core.env.ConfigurableEnvironment
Specify the set of profiles active for this Environment.
setActualTransactionActive(boolean) - Static method in class org.springframework.transaction.support.TransactionSynchronizationManager
Expose whether there currently is an actual transaction active.
setAdapters(XmlAdapter<?, ?>[]) - Method in class org.springframework.oxm.jaxb.Jaxb2Marshaller
Specify the XmlAdapters to be registered with the JAXB Marshaller and Unmarshaller
setAdvice(Advice) - Method in class org.springframework.aop.support.AbstractBeanFactoryPointcutAdvisor
 
setAdvice(Advice) - Method in class org.springframework.aop.support.AbstractGenericPointcutAdvisor
Specify the advice that this advisor should apply.
setAdvice(Advice) - Method in class org.springframework.aop.support.StaticMethodMatcherPointcutAdvisor
 
setAdviceBeanName(String) - Method in class org.springframework.aop.support.AbstractBeanFactoryPointcutAdvisor
Specify the name of the advice bean that this advisor should refer to.
setAdvisorAdapterRegistry(AdvisorAdapterRegistry) - Method in class org.springframework.aop.framework.AbstractSingletonProxyFactoryBean
Specify the AdvisorAdapterRegistry to use.
setAdvisorAdapterRegistry(AdvisorAdapterRegistry) - Method in class org.springframework.aop.framework.adapter.AdvisorAdapterRegistrationManager
Specify the AdvisorAdapterRegistry to register AdvisorAdapter beans with.
setAdvisorAdapterRegistry(AdvisorAdapterRegistry) - Method in class org.springframework.aop.framework.autoproxy.AbstractAutoProxyCreator
Specify the AdvisorAdapterRegistry to use.
setAdvisorAdapterRegistry(AdvisorAdapterRegistry) - Method in class org.springframework.aop.framework.ProxyFactoryBean
Specify the AdvisorAdapterRegistry to use.
setAdvisorBeanNamePrefix(String) - Method in class org.springframework.aop.framework.autoproxy.DefaultAdvisorAutoProxyCreator
Set the prefix for bean names that will cause them to be included for auto-proxying by this object.
setAdvisorChainFactory(AdvisorChainFactory) - Method in class org.springframework.aop.framework.AdvisedSupport
Set the advisor chain factory to use.
setAfterInitialization(boolean) - Method in class org.springframework.validation.beanvalidation.BeanValidationPostProcessor
Choose whether to perform validation after bean initialization (i.e.
setAfterMessagePrefix(String) - Method in class org.springframework.web.filter.AbstractRequestLoggingFilter
Set the value that should be prepended to the log message written after a request is processed.
setAfterMessageSuffix(String) - Method in class org.springframework.web.filter.AbstractRequestLoggingFilter
Set the value that should be appended to the log message written after a request is processed.
setAgentId(String) - Method in class org.springframework.jmx.access.MBeanClientInterceptor
Set the agent id of the MBeanServer to locate.
setAgentId(String) - Method in class org.springframework.jmx.access.NotificationListenerRegistrar
Set the agent id of the MBeanServer to locate.
setAgentId(String) - Method in class org.springframework.jmx.support.MBeanServerFactoryBean
Set the agent id of the MBeanServer to locate.
setAliases(Map<String, ?>) - Method in class org.springframework.oxm.xstream.XStreamMarshaller
Sets an alias/type map, consisting of string aliases mapped to classes.
setAliasesByType(Map<String, ?>) - Method in class org.springframework.oxm.xstream.XStreamMarshaller
Sets the aliases by type map, consisting of string aliases mapped to classes.
setAll(Map<String, String>) - Method in class org.springframework.http.HttpHeaders
 
setAll(Map<K, V>) - Method in class org.springframework.util.CollectionUtils.MultiValueMapAdapter
 
setAll(Map<K, V>) - Method in class org.springframework.util.LinkedMultiValueMap
 
setAll(Map<K, V>) - Method in interface org.springframework.util.MultiValueMap
Set the given values under.
setAllow(Set<HttpMethod>) - Method in class org.springframework.http.HttpHeaders
Set the set of allowed HTTP methods, as specified by the Allow header.
setAllowBeanDefinitionOverriding(boolean) - Method in class org.springframework.beans.factory.support.DefaultListableBeanFactory
Set whether it should be allowed to override bean definitions by registering a different definition with the same name, automatically replacing the former.
setAllowBeanDefinitionOverriding(boolean) - Method in class org.springframework.context.support.AbstractRefreshableApplicationContext
Set whether it should be allowed to override bean definitions by registering a different definition with the same name, automatically replacing the former.
setAllowBeanDefinitionOverriding(boolean) - Method in class org.springframework.context.support.GenericApplicationContext
Set whether it should be allowed to override bean definitions by registering a different definition with the same name, automatically replacing the former.
setAllowCircularReferences(boolean) - Method in class org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory
Set whether to allow circular references between beans - and automatically try to resolve them.
setAllowCircularReferences(boolean) - Method in class org.springframework.context.support.AbstractRefreshableApplicationContext
Set whether to allow circular references between beans - and automatically try to resolve them.
setAllowCircularReferences(boolean) - Method in class org.springframework.context.support.GenericApplicationContext
Set whether to allow circular references between beans - and automatically try to resolve them.
setAllowCoreThreadTimeOut(boolean) - Method in class org.springframework.scheduling.backportconcurrent.ThreadPoolTaskExecutor
Deprecated.
Specify whether to allow core threads to time out.
setAllowCoreThreadTimeOut(boolean) - Method in class org.springframework.scheduling.concurrent.ThreadPoolExecutorFactoryBean
Specify whether to allow core threads to time out.
setAllowCoreThreadTimeOut(boolean) - Method in class org.springframework.scheduling.concurrent.ThreadPoolTaskExecutor
Specify whether to allow core threads to time out.
setAllowCreate(boolean) - Method in class org.springframework.orm.hibernate3.HibernateTemplate
Set if a new Session should be created when no transactional Session can be found for the current thread.
setAllowCreate(boolean) - Method in class org.springframework.orm.jdo.JdoTemplate
Deprecated.
Set if a new PersistenceManager should be created when no transactional PersistenceManager can be found for the current thread.
setAllowCreate(boolean) - Method in class org.springframework.orm.jdo.support.SpringPersistenceManagerProxyBean
Set whether the PersistenceManagerFactory proxy is allowed to create a non-transactional PersistenceManager when no transactional PersistenceManager can be found for the current thread.
setAllowCreate(boolean) - Method in class org.springframework.orm.jdo.TransactionAwarePersistenceManagerFactoryProxy
Set whether the PersistenceManagerFactory proxy is allowed to create a non-transactional PersistenceManager when no transactional PersistenceManager can be found for the current thread.
setAllowCustomIsolationLevels(boolean) - Method in class org.springframework.transaction.jta.JtaTransactionManager
Set whether to allow custom isolation levels to be specified.
setAllowDirtyBack(boolean) - Method in class org.springframework.web.portlet.mvc.AbstractWizardFormController
Deprecated.
Set if "dirty back" is allowed, i.e.
setAllowDirtyBack(boolean) - Method in class org.springframework.web.servlet.mvc.AbstractWizardFormController
Deprecated.
Set if "dirty back" is allowed, that is, if moving to a former wizard page is allowed in case of validation errors for the current page.
setAllowDirtyForward(boolean) - Method in class org.springframework.web.portlet.mvc.AbstractWizardFormController
Deprecated.
Set if "dirty forward" is allowed, i.e.
setAllowDirtyForward(boolean) - Method in class org.springframework.web.servlet.mvc.AbstractWizardFormController
Deprecated.
Set if "dirty forward" is allowed, that is, if moving to a later wizard page is allowed in case of validation errors for the current page.
setAllowDuplicateParameters(boolean) - Method in class org.springframework.web.portlet.handler.PortletModeParameterHandlerMapping
Set whether to allow duplicate parameter values across different portlet modes.
setAllowEagerClassLoading(boolean) - Method in class org.springframework.beans.factory.support.DefaultListableBeanFactory
Set whether the factory is allowed to eagerly load bean classes even for bean definitions that are marked as "lazy-init".
setAllowEagerInit(boolean) - Method in class org.springframework.jmx.export.MBeanExporter
Specify whether to allow eager initialization of candidate beans when autodetecting MBeans in the Spring application context.
setAllowedFields(String...) - Method in class org.springframework.validation.DataBinder
Register fields that should be allowed for binding.
setAllowedResources(String) - Method in class org.springframework.web.servlet.ResourceServlet
Set allowed resources as URL pattern, e.g.
setAllowNullValues(boolean) - Method in class org.springframework.cache.concurrent.ConcurrentMapCacheFactoryBean
Set whether to allow null values (adapting them to an internal null holder value).
setAllowNullValues(boolean) - Method in class org.springframework.cache.jcache.JCacheCacheManager
Specify whether to accept and convert null values for all caches in this cache manager.
setAllowRawInjectionDespiteWrapping(boolean) - Method in class org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory
Set whether to allow the raw injection of a bean instance into some other bean's property, despite the injected bean eventually getting wrapped (for example, through AOP auto-proxying).
setAllowRequestOverride(boolean) - Method in class org.springframework.web.servlet.view.AbstractTemplateView
Set whether HttpServletRequest attributes are allowed to override (hide) controller generated model attributes of the same name.
setAllowRequestOverride(boolean) - Method in class org.springframework.web.servlet.view.AbstractTemplateViewResolver
Set whether HttpServletRequest attributes are allowed to override (hide) controller generated model attributes of the same name.
setAllowSessionOverride(boolean) - Method in class org.springframework.web.servlet.view.AbstractTemplateView
Set whether HttpSession attributes are allowed to override (hide) controller generated model attributes of the same name.
setAllowSessionOverride(boolean) - Method in class org.springframework.web.servlet.view.AbstractTemplateViewResolver
Set whether HttpSession attributes are allowed to override (hide) controller generated model attributes of the same name.
setAlt(String) - Method in class org.springframework.web.servlet.tags.form.InputTag
Set the value of the 'alt' attribute.
setAlwaysCreate(boolean) - Method in class org.springframework.remoting.rmi.RmiRegistryFactoryBean
Set whether to always create the registry in-process, not attempting to locate an existing registry at the specified port.
setAlwaysCreateRegistry(boolean) - Method in class org.springframework.remoting.rmi.RmiServiceExporter
Set whether to always create the registry in-process, not attempting to locate an existing registry at the specified port.
setAlwaysInclude(boolean) - Method in class org.springframework.web.servlet.view.InternalResourceView
Specify whether to always include the view rather than forward to it.
setAlwaysInclude(boolean) - Method in class org.springframework.web.servlet.view.InternalResourceViewResolver
Specify whether to always include the view rather than forward to it.
setAlwaysMustRevalidate(boolean) - Method in class org.springframework.web.servlet.support.WebContentGenerator
An option to add 'must-revalidate' to every Cache-Control header.
setAlwaysTranslate(boolean) - Method in class org.springframework.dao.support.PersistenceExceptionTranslationInterceptor
Specify whether to always translate the exception ("true"), or whether throw the raw exception when declared, i.e.
setAlwaysUseFullPath(boolean) - Method in class org.springframework.web.servlet.handler.AbstractHandlerMapping
Set if URL lookup should always use the full path within the current servlet context.
setAlwaysUseFullPath(boolean) - Method in class org.springframework.web.servlet.mvc.AbstractUrlViewController
Set if URL lookup should always use full path within current servlet context.
setAlwaysUseFullPath(boolean) - Method in class org.springframework.web.servlet.mvc.annotation.AnnotationMethodHandlerAdapter
Deprecated.
Set if URL lookup should always use the full path within the current servlet context.
setAlwaysUseFullPath(boolean) - Method in class org.springframework.web.servlet.mvc.multiaction.AbstractUrlMethodNameResolver
Set if URL lookup should always use full path within current servlet context.
setAlwaysUseFullPath(boolean) - Method in class org.springframework.web.servlet.mvc.WebContentInterceptor
Set if URL lookup should always use full path within current servlet context.
setAlwaysUseFullPath(boolean) - Method in class org.springframework.web.servlet.view.DefaultRequestToViewNameTranslator
Set if URL lookup should always use the full path within the current servlet context.
setAlwaysUseFullPath(boolean) - Method in class org.springframework.web.util.UrlPathHelper
Set if URL lookup should always use full path within current servlet context.
setAlwaysUseJndiLookup(boolean) - Method in class org.springframework.context.annotation.CommonAnnotationBeanPostProcessor
Set whether to always use JNDI lookups equivalent to standard Java EE 5 resource injection, even for name attributes and default names.
setAlwaysUseMessageFormat(boolean) - Method in class org.springframework.context.support.MessageSourceSupport
Set whether to always apply the MessageFormat rules, parsing even messages without arguments.
setAlwaysUseNewSession(boolean) - Method in class org.springframework.orm.hibernate3.HibernateTemplate
Set whether to always use a new Hibernate Session for this template.
setAnnotatedClass(Class<?>) - Method in class org.springframework.oxm.xstream.XStreamMarshaller
Set the classes for which mappings will be read from class-level JDK 1.5+ annotation metadata.
setAnnotatedClasses(Class[]) - Method in class org.springframework.orm.hibernate3.annotation.AnnotationSessionFactoryBean
Specify annotated classes, for which mappings will be read from class-level JDK 1.5+ annotation metadata.
setAnnotatedClasses(Class<?>[]) - Method in class org.springframework.orm.hibernate4.LocalSessionFactoryBean
Specify annotated entity classes to register with this Hibernate SessionFactory.
setAnnotatedClasses(Class<?>[]) - Method in class org.springframework.oxm.xstream.XStreamMarshaller
Set annotated classes for which aliases will be read from class-level JDK 1.5+ annotation metadata.
setAnnotatedPackages(String[]) - Method in class org.springframework.orm.hibernate3.annotation.AnnotationSessionFactoryBean
Specify the names of annotated packages, for which package-level JDK 1.5+ annotation metadata will be read.
setAnnotatedPackages(String[]) - Method in class org.springframework.orm.hibernate4.LocalSessionFactoryBean
Specify the names of annotated packages, for which package-level annotation metadata will be read.
setAnnotationIntrospector(AnnotationIntrospector) - Method in class org.springframework.http.converter.json.Jackson2ObjectMapperFactoryBean
Set the AnnotationIntrospector for both serialization and deserialization.
setAnnotationIntrospector(AnnotationIntrospector) - Method in class org.springframework.http.converter.json.JacksonObjectMapperFactoryBean
Set the AnnotationIntrospector for serialization and deserialization.
setAopProxyFactory(AopProxyFactory) - Method in class org.springframework.aop.framework.ProxyCreatorSupport
Customize the AopProxyFactory, allowing different strategies to be dropped in without changing the core framework.
setApplicationContext(ApplicationContext) - Method in interface org.springframework.context.ApplicationContextAware
Set the ApplicationContext that this object runs in.
setApplicationContext(ApplicationContext) - Method in class org.springframework.context.support.ApplicationObjectSupport
 
setApplicationContext(ApplicationContext) - Method in class org.springframework.context.support.LiveBeansView
 
setApplicationContext(ApplicationContext) - Method in class org.springframework.scheduling.annotation.ScheduledAnnotationBeanPostProcessor
 
setApplicationContext(ApplicationContext) - Method in class org.springframework.scheduling.config.ContextLifecycleScheduledTaskRegistrar
 
setApplicationContext(ApplicationContext) - Method in class org.springframework.scheduling.quartz.JobDetailBean
 
setApplicationContext(ApplicationContext) - Method in class org.springframework.scheduling.quartz.JobDetailFactoryBean
 
setApplicationContext(ApplicationContext) - Method in class org.springframework.scheduling.quartz.SchedulerFactoryBean
 
setApplicationContext(ApplicationContext) - Method in class org.springframework.test.context.junit38.AbstractJUnit38SpringContextTests
Deprecated.
Sets the ApplicationContext to be used by this test instance, provided via ApplicationContextAware semantics.
setApplicationContext(ApplicationContext) - Method in class org.springframework.test.context.junit4.AbstractJUnit4SpringContextTests
Set the ApplicationContext to be used by this test instance, provided via ApplicationContextAware semantics.
setApplicationContext(ApplicationContext) - Method in class org.springframework.test.context.testng.AbstractTestNGSpringContextTests
Set the ApplicationContext to be used by this test instance, provided via ApplicationContextAware semantics.
setApplicationContext(ApplicationContext) - Method in class org.springframework.validation.beanvalidation.LocalValidatorFactoryBean
 
setApplicationContext(ApplicationContext) - Method in class org.springframework.web.servlet.config.annotation.WebMvcConfigurationSupport
Set the Spring ApplicationContext, e.g.
setApplicationContext(ApplicationContext) - Method in class org.springframework.web.servlet.mvc.method.annotation.ExceptionHandlerExceptionResolver
 
setApplicationContextJobDataKey(String) - Method in class org.springframework.scheduling.quartz.JobDetailBean
Set the key of an ApplicationContext reference to expose in the JobDataMap, for example "applicationContext".
setApplicationContextJobDataKey(String) - Method in class org.springframework.scheduling.quartz.JobDetailFactoryBean
Set the key of an ApplicationContext reference to expose in the JobDataMap, for example "applicationContext".
setApplicationContextSchedulerContextKey(String) - Method in class org.springframework.scheduling.quartz.SchedulerFactoryBean
Set the key of an ApplicationContext reference to expose in the SchedulerContext, for example "applicationContext".
setApplicationEventClass(Class) - Method in class org.springframework.context.event.EventPublicationInterceptor
Set the application event class to publish.
setApplicationEventPublisher(ApplicationEventPublisher) - Method in interface org.springframework.context.ApplicationEventPublisherAware
Set the ApplicationEventPublisher that this object runs in.
setApplicationEventPublisher(ApplicationEventPublisher) - Method in class org.springframework.context.event.EventPublicationInterceptor
 
setApplyCommonInterceptorsFirst(boolean) - Method in class org.springframework.aop.framework.autoproxy.AbstractAutoProxyCreator
Set whether the common interceptors should be applied before bean-specific ones.
setApplyLastModified(boolean) - Method in class org.springframework.web.servlet.ResourceServlet
Set whether to apply the file timestamp of the target resource as last-modified value.
setApplyWebRequestInterceptorsToRenderPhaseOnly(boolean) - Method in class org.springframework.web.portlet.handler.AbstractHandlerMapping
Specify whether to apply WebRequestInterceptors to the Portlet render phase only ("true", or whether to apply them to the Portlet action phase as well ("false").
setArgumentNames(String) - Method in class org.springframework.aop.aspectj.AbstractAspectJAdvice
Set by creator of this advice object if the argument names are known.
setArgumentNamesFromStringArray(String[]) - Method in class org.springframework.aop.aspectj.AbstractAspectJAdvice
 
setArgumentResolvers(List<HandlerMethodArgumentResolver>) - Method in class org.springframework.web.servlet.mvc.method.annotation.ExceptionHandlerExceptionResolver
Configure the complete list of supported argument types thus overriding the resolvers that would otherwise be configured by default.
setArgumentResolvers(List<HandlerMethodArgumentResolver>) - Method in class org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter
Configure the complete list of supported argument types thus overriding the resolvers that would otherwise be configured by default.
setArguments(Object[]) - Method in class org.springframework.aop.framework.ReflectiveMethodInvocation
 
setArguments(Object[]) - Method in interface org.springframework.aop.ProxyMethodInvocation
Set the arguments to be used on subsequent invocations in the any advice in this chain.
setArguments(Object[]) - Method in class org.springframework.remoting.support.RemoteInvocation
Set the arguments for the target method call.
setArguments(Object[]) - Method in class org.springframework.util.MethodInvoker
Set arguments for the method invocation.
setArguments(Object) - Method in class org.springframework.web.servlet.tags.MessageTag
Set optional message arguments for this tag, as a comma-delimited String (each String argument can contain JSP EL), an Object array (used as argument array), or a single Object (used as single argument).
setArgumentSeparator(String) - Method in class org.springframework.web.servlet.tags.MessageTag
Set the separator to use for splitting an arguments String.
setArrayElement(TypeConverter, Object, int, Object, Class<?>) - Method in class org.springframework.expression.spel.ast.Indexer
 
setAscending(boolean) - Method in class org.springframework.beans.support.MutableSortDefinition
Set whether to sort ascending (true) or descending (false).
setAscending(boolean) - Method in class org.springframework.util.comparator.InvertibleComparator
Specify the sort order: ascending (true) or descending (false).
setAscendingOrder(int) - Method in class org.springframework.util.comparator.CompoundComparator
Change the sort order at the given index to ascending.
setAsciiStream(long) - Method in class org.springframework.jdbc.support.lob.PassThroughClob
 
setAspectBeanName(String) - Method in class org.springframework.aop.config.SimpleBeanFactoryAwareAspectInstanceFactory
Set the name of the aspect bean.
setAspectJAdvisorFactory(AspectJAdvisorFactory) - Method in class org.springframework.aop.aspectj.annotation.AnnotationAwareAspectJAutoProxyCreator
 
setAspectName(String) - Method in class org.springframework.aop.aspectj.AbstractAspectJAdvice
 
setAssembler(MBeanInfoAssembler) - Method in class org.springframework.jmx.export.MBeanExporter
Set the implementation of the MBeanInfoAssembler interface to use for this exporter.
setAsText(String) - Method in class org.springframework.beans.propertyeditors.ByteArrayPropertyEditor
 
setAsText(String) - Method in class org.springframework.beans.propertyeditors.CharacterEditor
 
setAsText(String) - Method in class org.springframework.beans.propertyeditors.CharArrayPropertyEditor
 
setAsText(String) - Method in class org.springframework.beans.propertyeditors.CharsetEditor
 
setAsText(String) - Method in class org.springframework.beans.propertyeditors.ClassArrayEditor
 
setAsText(String) - Method in class org.springframework.beans.propertyeditors.ClassEditor
 
setAsText(String) - Method in class org.springframework.beans.propertyeditors.CurrencyEditor
 
setAsText(String) - Method in class org.springframework.beans.propertyeditors.CustomBooleanEditor
 
setAsText(String) - Method in class org.springframework.beans.propertyeditors.CustomCollectionEditor
Convert the given text value to a Collection with a single element.
setAsText(String) - Method in class org.springframework.beans.propertyeditors.CustomDateEditor
Parse the Date from the given text, using the specified DateFormat.
setAsText(String) - Method in class org.springframework.beans.propertyeditors.CustomMapEditor
Convert the given text value to a Map with a single element.
setAsText(String) - Method in class org.springframework.beans.propertyeditors.CustomNumberEditor
Parse the Number from the given text, using the specified NumberFormat.
setAsText(String) - Method in class org.springframework.beans.propertyeditors.FileEditor
 
setAsText(String) - Method in class org.springframework.beans.propertyeditors.InputSourceEditor
 
setAsText(String) - Method in class org.springframework.beans.propertyeditors.InputStreamEditor
 
setAsText(String) - Method in class org.springframework.beans.propertyeditors.LocaleEditor
 
setAsText(String) - Method in class org.springframework.beans.propertyeditors.PatternEditor
 
setAsText(String) - Method in class org.springframework.beans.propertyeditors.PropertiesEditor
Convert String into Properties, considering it as properties content.
setAsText(String) - Method in class org.springframework.beans.propertyeditors.ResourceBundleEditor
 
setAsText(String) - Method in class org.springframework.beans.propertyeditors.StringArrayPropertyEditor
 
setAsText(String) - Method in class org.springframework.beans.propertyeditors.StringTrimmerEditor
 
setAsText(String) - Method in class org.springframework.beans.propertyeditors.TimeZoneEditor
 
setAsText(String) - Method in class org.springframework.beans.propertyeditors.URIEditor
 
setAsText(String) - Method in class org.springframework.beans.propertyeditors.URLEditor
 
setAsText(String) - Method in class org.springframework.beans.propertyeditors.UUIDEditor
 
setAsText(String) - Method in class org.springframework.beans.PropertyValuesEditor
 
setAsText(String) - Method in class org.springframework.core.convert.support.ConvertingPropertyEditorAdapter
 
setAsText(String) - Method in class org.springframework.core.io.ResourceEditor
 
setAsText(String) - Method in class org.springframework.core.io.support.ResourceArrayPropertyEditor
Treat the given text as a location pattern and convert it to a Resource array.
setAsText(String) - Method in class org.springframework.http.MediaTypeEditor
 
setAsText(String) - Method in class org.springframework.jndi.JndiTemplateEditor
 
setAsText(String) - Method in class org.springframework.mail.javamail.InternetAddressEditor
 
setAsText(String) - Method in class org.springframework.transaction.interceptor.TransactionAttributeEditor
Format is PROPAGATION_NAME,ISOLATION_NAME,readOnly,timeout_NNNN,+Exception1,-Exception2.
setAsText(String) - Method in class org.springframework.transaction.interceptor.TransactionAttributeSourceEditor
 
setAsText(String) - Method in class org.springframework.web.multipart.support.StringMultipartFileEditor
 
setAsUnicode(String) - Method in class org.springframework.beans.propertyeditors.CharacterEditor
 
setAsyncAnnotationType(Class<? extends Annotation>) - Method in class org.springframework.scheduling.annotation.AsyncAnnotationAdvisor
Set the 'async' annotation type.
setAsyncAnnotationType(Class<? extends Annotation>) - Method in class org.springframework.scheduling.annotation.AsyncAnnotationBeanPostProcessor
Set the 'async' annotation type to be detected at either class or method level.
setAsyncContext(MockAsyncContext) - Method in class org.springframework.test.web.servlet.request.Servlet3MockHttpServletRequest
 
setAsyncContext(MockAsyncContext) - Method in class org.springframework.test.web.servlet.request.Servlet3MockMultipartHttpServletRequest
 
setAsyncMode(boolean) - Method in class org.springframework.scheduling.concurrent.ForkJoinPoolFactoryBean
Specify whether to establish a local first-in-first-out scheduling mode for forked tasks that are never joined.
setAsyncRequestTimeout(long) - Method in class org.springframework.test.web.servlet.setup.StandaloneMockMvcBuilder
Specify the timeout value for async execution.
setAsyncRequestTimeout(long) - Method in class org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter
Specify the amount of time, in milliseconds, before concurrent handling should time out.
setAsyncResult(Object) - Method in class org.springframework.test.web.servlet.DefaultMvcResult
 
setAsyncResultLatch(CountDownLatch) - Method in class org.springframework.test.web.servlet.DefaultMvcResult
 
setAsyncStarted(boolean) - Method in class org.springframework.test.web.servlet.request.Servlet3MockHttpServletRequest
 
setAsyncStarted(boolean) - Method in class org.springframework.test.web.servlet.request.Servlet3MockMultipartHttpServletRequest
 
setAsyncTaskExecutor(AsyncTaskExecutor) - Method in class org.springframework.jca.work.SimpleTaskWorkManager
Specify the TaskExecutor to use for asynchronous work execution (i.e.
setAsyncWebRequest(AsyncWebRequest) - Method in class org.springframework.web.context.request.async.WebAsyncManager
Configure the AsyncWebRequest to use.
setAttribute(String, Object) - Method in class org.springframework.beans.BeanMetadataAttributeAccessor
 
setAttribute(String, Object) - Method in interface org.springframework.core.AttributeAccessor
Set the attribute defined by name to the supplied value.
setAttribute(String, Object) - Method in class org.springframework.core.AttributeAccessorSupport
 
setAttribute(Attribute) - Method in class org.springframework.jmx.export.SpringModelMBean
Switches the context ClassLoader for the managed resources ClassLoader before allowing the invocation to occur.
setAttribute(String, Object) - Method in class org.springframework.mock.web.MockHttpServletRequest
 
setAttribute(String, Object) - Method in class org.springframework.mock.web.MockHttpSession
 
setAttribute(String, Object) - Method in class org.springframework.mock.web.MockPageContext
 
setAttribute(String, Object, int) - Method in class org.springframework.mock.web.MockPageContext
 
setAttribute(String, Object) - Method in class org.springframework.mock.web.MockServletContext
 
setAttribute(String, Object) - Method in class org.springframework.mock.web.portlet.MockPortletContext
 
setAttribute(String, Object) - Method in class org.springframework.mock.web.portlet.MockPortletRequest
 
setAttribute(String, Object) - Method in class org.springframework.mock.web.portlet.MockPortletSession
 
setAttribute(String, Object, int) - Method in class org.springframework.mock.web.portlet.MockPortletSession
 
setAttribute(String, Object) - Method in class org.springframework.mock.web.portlet.ServletWrappingPortletContext
 
setAttribute(String, Object, ExternalContext) - Static method in class org.springframework.web.context.request.FacesRequestAttributes.PortletSessionAccessor
 
setAttribute(String, Object, int) - Method in class org.springframework.web.context.request.FacesRequestAttributes
 
setAttribute(String, Object, int) - Method in interface org.springframework.web.context.request.RequestAttributes
Set the value for the scoped attribute of the given name, replacing an existing value (if any).
setAttribute(String, Object, int) - Method in class org.springframework.web.context.request.ServletRequestAttributes
 
setAttribute(String, Object) - Method in class org.springframework.web.context.support.ContextExposingHttpServletRequest
 
setAttribute(String, Object, int) - Method in class org.springframework.web.portlet.context.PortletRequestAttributes
 
setAttributeName(String) - Method in class org.springframework.web.context.support.ServletContextAttributeFactoryBean
Set the name of the ServletContext attribute to expose.
setAttributeNamePrefix(String) - Method in class org.springframework.web.bind.support.DefaultSessionAttributeStore
Specify a prefix to use for the attribute names in the backend session.
setAttributes(AttributeList) - Method in class org.springframework.jmx.export.SpringModelMBean
Switches the context ClassLoader for the managed resources ClassLoader before allowing the invocation to occur.
setAttributes(Map<String, Serializable>) - Method in class org.springframework.remoting.support.RemoteInvocation
Set the attributes Map.
setAttributes(Map<String, Object>) - Method in class org.springframework.web.context.support.ServletContextAttributeExporter
Set the ServletContext attributes to expose as key-value pairs.
setAttributes(Properties) - Method in class org.springframework.web.servlet.view.AbstractView
Set static attributes for this view from a java.util.Properties object.
setAttributes(Properties) - Method in class org.springframework.web.servlet.view.UrlBasedViewResolver
Set static attributes from a java.util.Properties object, for all views returned by this resolver.
setAttributesCSV(String) - Method in class org.springframework.web.servlet.view.AbstractView
Set static attributes as a CSV string.
setAttributesMap(Map<String, ?>) - Method in class org.springframework.web.servlet.view.AbstractView
Set static attributes for this view from a Map.
setAttributesMap(Map<String, ?>) - Method in class org.springframework.web.servlet.view.UrlBasedViewResolver
Set static attributes from a Map, for all views returned by this resolver.
setAttributeSource(JmxAttributeSource) - Method in class org.springframework.jmx.export.assembler.MetadataMBeanInfoAssembler
Set the JmxAttributeSource implementation to use for reading the metadata from the bean class.
setAttributeSource(JmxAttributeSource) - Method in class org.springframework.jmx.export.naming.MetadataNamingStrategy
Set the implementation of the JmxAttributeSource interface to use when reading the source-level metadata.
setAuthenticator(Authenticator) - Method in class org.springframework.remoting.jaxws.SimpleHttpServerJaxWsServiceExporter
Register a common Authenticator to be applied to all detected WebService annotated beans.
setAuthenticator(Authenticator) - Method in class org.springframework.remoting.support.SimpleHttpServerFactoryBean
Register a common Authenticator to be applied to all locally registered contexts.
setAuthorizedRoles(String[]) - Method in class org.springframework.web.portlet.handler.UserRoleAuthorizationInterceptor
Set the roles that this interceptor should treat as authorized.
setAuthorizedRoles(String[]) - Method in class org.springframework.web.servlet.handler.UserRoleAuthorizationInterceptor
Set the roles that this interceptor should treat as authorized.
setAuthType(String) - Method in class org.springframework.mock.web.MockHttpServletRequest
 
setAuthType(String) - Method in class org.springframework.mock.web.portlet.MockPortletRequest
 
setAutoCommit(boolean) - Method in class org.springframework.jdbc.datasource.SingleConnectionDataSource
Set whether the returned Connection's "autoCommit" setting should be overridden.
setAutocomplete(String) - Method in class org.springframework.web.servlet.tags.form.FormTag
Set the value of the 'autocomplete' attribute.
setAutocomplete(String) - Method in class org.springframework.web.servlet.tags.form.InputTag
Set the value of the 'autocomplete' attribute.
setAutodetect(boolean) - Method in class org.springframework.jmx.export.MBeanExporter
Set whether to autodetect MBeans in the bean factory that this exporter runs in.
setAutodetectAnnotations(boolean) - Method in class org.springframework.oxm.xstream.XStreamMarshaller
Set the autodetection mode of XStream.
setAutodetectDataSource(boolean) - Method in class org.springframework.orm.hibernate3.HibernateTransactionManager
Set whether to autodetect a JDBC DataSource used by the Hibernate SessionFactory, if set via LocalSessionFactoryBean's setDataSource.
setAutodetectDataSource(boolean) - Method in class org.springframework.orm.hibernate4.HibernateTransactionManager
Set whether to autodetect a JDBC DataSource used by the Hibernate SessionFactory, if set via LocalSessionFactoryBean's setDataSource.
setAutodetectDataSource(boolean) - Method in class org.springframework.orm.jdo.JdoTransactionManager
Set whether to autodetect a JDBC DataSource used by the JDO PersistenceManagerFactory, as returned by the getConnectionFactory() method.
setAutoDetectFields(boolean) - Method in class org.springframework.http.converter.json.Jackson2ObjectMapperFactoryBean
Shortcut for MapperFeature#AUTO_DETECT_FIELDS option.
setAutoDetectFields(boolean) - Method in class org.springframework.http.converter.json.JacksonObjectMapperFactoryBean
Shortcut for org.codehaus.jackson.map.SerializationConfig.Feature#AUTO_DETECT_FIELDS and org.codehaus.jackson.map.DeserializationConfig.Feature#AUTO_DETECT_FIELDS.
setAutoDetectGettersSetters(boolean) - Method in class org.springframework.http.converter.json.Jackson2ObjectMapperFactoryBean
Shortcut for MapperFeature#AUTO_DETECT_SETTERS/ MapperFeature#AUTO_DETECT_GETTERS option.
setAutoDetectGettersSetters(boolean) - Method in class org.springframework.http.converter.json.JacksonObjectMapperFactoryBean
Shortcut for org.codehaus.jackson.map.SerializationConfig.Feature#AUTO_DETECT_GETTERS and org.codehaus.jackson.map.DeserializationConfig.Feature#AUTO_DETECT_SETTERS.
setAutodetectInterfaces(boolean) - Method in class org.springframework.aop.framework.ProxyFactoryBean
Set whether to autodetect proxy interfaces if none specified.
setAutodetectMode(int) - Method in class org.springframework.jmx.export.MBeanExporter
Set the autodetection mode to use.
setAutodetectModeName(String) - Method in class org.springframework.jmx.export.MBeanExporter
Set the autodetection mode to use by name.
setAutodetectTransactionManager(boolean) - Method in class org.springframework.transaction.jta.JtaTransactionManager
Set whether to autodetect a JTA UserTransaction object that implements the JTA TransactionManager interface too (i.e.
setAutodetectUserTransaction(boolean) - Method in class org.springframework.transaction.jta.JtaTransactionManager
Set whether to autodetect the JTA UserTransaction at its default JNDI location "java:comp/UserTransaction", as specified by Java EE.
setAutoGrowCollectionLimit(int) - Method in interface org.springframework.beans.BeanWrapper
Specify a limit for array and collection auto-growing.
setAutoGrowCollectionLimit(int) - Method in class org.springframework.beans.BeanWrapperImpl
Specify a limit for array and collection auto-growing.
setAutoGrowCollectionLimit(int) - Method in class org.springframework.validation.DataBinder
Specify the limit for array and collection auto-growing.
setAutoGrowNestedPaths(boolean) - Method in interface org.springframework.beans.BeanWrapper
Set whether this BeanWrapper should attempt to "auto-grow" a nested path that contains a null value.
setAutoGrowNestedPaths(boolean) - Method in class org.springframework.beans.BeanWrapperImpl
Set whether this BeanWrapper should attempt to "auto-grow" a nested path that contains a null value.
setAutoGrowNestedPaths(boolean) - Method in class org.springframework.validation.DataBinder
Set whether this binder should attempt to "auto-grow" a nested path that contains a null value.
setAutoGrowNestedPaths(boolean) - Method in class org.springframework.web.bind.support.ConfigurableWebBindingInitializer
Set whether a binder should attempt to "auto-grow" a nested path that contains a null value.
setAutoStartup(boolean) - Method in class org.springframework.jca.endpoint.GenericMessageEndpointManager
Set whether to auto-start the endpoint activation after this endpoint manager has been initialized and the context has been refreshed.
setAutoStartup(boolean) - Method in class org.springframework.jms.listener.AbstractJmsListeningContainer
Set whether to automatically start the container after initialization.
setAutoStartup(boolean) - Method in class org.springframework.scheduling.quartz.SchedulerFactoryBean
Set whether to automatically start the scheduler after initialization.
setAutowire(String) - Method in class org.springframework.beans.factory.xml.DocumentDefaultsDefinition
Set the default autowire setting for the document that's currently parsed.
setAutowireCandidate(boolean) - Method in interface org.springframework.beans.factory.config.BeanDefinition
Set whether this bean is a candidate for getting autowired into some other bean.
setAutowireCandidate(boolean) - Method in class org.springframework.beans.factory.support.AbstractBeanDefinition
Set whether this bean is a candidate for getting autowired into some other bean.
setAutowireCandidatePatterns(String[]) - Method in class org.springframework.context.annotation.ClassPathBeanDefinitionScanner
Set the name-matching patterns for determining autowire candidates.
setAutowireCandidateResolver(AutowireCandidateResolver) - Method in class org.springframework.beans.factory.support.DefaultListableBeanFactory
Set a custom autowire candidate resolver for this BeanFactory to use when deciding whether a bean definition should be considered as a candidate for autowiring.
setAutowireCandidates(String) - Method in class org.springframework.beans.factory.xml.DocumentDefaultsDefinition
Set the default autowire-candidate pattern for the document that's currently parsed.
setAutowiredAnnotationType(Class<? extends Annotation>) - Method in class org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor
Set the 'autowired' annotation type, to be used on constructors, fields, setter methods and arbitrary config methods.
setAutowiredAnnotationTypes(Set<Class<? extends Annotation>>) - Method in class org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor
Set the 'autowired' annotation types, to be used on constructors, fields, setter methods and arbitrary config methods.
setAutowireMode(int) - Method in class org.springframework.beans.factory.support.AbstractBeanDefinition
Set the autowire mode.
setAutowireMode(int) - Method in class org.springframework.beans.factory.support.BeanDefinitionBuilder
Set the autowire mode for this definition.
setAutowireMode(int) - Method in class org.springframework.beans.factory.support.BeanDefinitionDefaults
 
setAutowireMode(int) - Method in class org.springframework.test.AbstractDependencyInjectionSpringContextTests
Deprecated.
Set the autowire mode for test properties set by Dependency Injection.
setAwaitTerminationSeconds(int) - Method in class org.springframework.scheduling.concurrent.ExecutorConfigurationSupport
Set the maximum number of seconds that this executor is supposed to block on shutdown in order to wait for remaining tasks to complete their execution before the rest of the container continues to shut down.
setBacklog(int) - Method in class org.springframework.remoting.jaxws.SimpleHttpServerJaxWsServiceExporter
Specify the HTTP server's TCP backlog.
setBacklog(int) - Method in class org.springframework.remoting.support.SimpleHttpServerFactoryBean
Specify the HTTP server's TCP backlog.
setBadSqlGrammarCodes(String[]) - Method in class org.springframework.jdbc.support.SQLErrorCodes
 
setBaseAddress(String) - Method in class org.springframework.remoting.jaxws.SimpleJaxWsServiceExporter
Set the base address for exported services.
setBasename(String) - Method in class org.springframework.context.support.ReloadableResourceBundleMessageSource
Set a single basename, following the basic ResourceBundle convention of not specifying file extension or language codes, but in contrast to ResourceBundleMessageSource referring to a Spring resource location: e.g.
setBasename(String) - Method in class org.springframework.context.support.ResourceBundleMessageSource
Set a single basename, following ResourceBundle conventions: essentially, a fully-qualified classpath location.
setBasename(String) - Method in class org.springframework.web.servlet.view.ResourceBundleViewResolver
Set a single basename, following ResourceBundle conventions.
setBasenamePrefix(String) - Method in class org.springframework.ui.context.support.ResourceBundleThemeSource
Set the prefix that gets applied to the ResourceBundle basenames, i.e.
setBasenames(String...) - Method in class org.springframework.context.support.ReloadableResourceBundleMessageSource
Set an array of basenames, each following the basic ResourceBundle convention of not specifying file extension or language codes, but in contrast to ResourceBundleMessageSource referring to a Spring resource location: e.g.
setBasenames(String...) - Method in class org.springframework.context.support.ResourceBundleMessageSource
Set an array of basenames, each following ResourceBundle conventions: essentially, a fully-qualified classpath location.
setBasenames(String[]) - Method in class org.springframework.web.servlet.view.ResourceBundleViewResolver
Set an array of basenames, each following ResourceBundle conventions.
setBasePackage(String) - Method in class org.springframework.web.servlet.mvc.support.ControllerClassNameHandlerMapping
Set the base package to be used for generating path mappings, including all subpackages underneath this packages as path elements.
setBasePath(String) - Method in class org.springframework.remoting.jaxws.SimpleHttpServerJaxWsServiceExporter
Set the base path for context publication.
setBatchSize(int) - Method in class org.springframework.jdbc.object.BatchSqlUpdate
Set the number of statements that will trigger an automatic intermediate flush.
setBcc(String) - Method in class org.springframework.mail.javamail.MimeMailMessage
 
setBcc(String[]) - Method in class org.springframework.mail.javamail.MimeMailMessage
 
setBcc(InternetAddress) - Method in class org.springframework.mail.javamail.MimeMessageHelper
 
setBcc(InternetAddress[]) - Method in class org.springframework.mail.javamail.MimeMessageHelper
 
setBcc(String) - Method in interface org.springframework.mail.MailMessage
 
setBcc(String[]) - Method in interface org.springframework.mail.MailMessage
 
setBcc(String) - Method in class org.springframework.mail.SimpleMailMessage
 
setBcc(String[]) - Method in class org.springframework.mail.SimpleMailMessage
 
setBeanClass(Class<?>) - Method in class org.springframework.beans.factory.support.AbstractBeanDefinition
Specify the class for this bean.
setBeanClassLoader(ClassLoader) - Method in class org.springframework.aop.framework.AbstractAdvisingBeanPostProcessor
 
setBeanClassLoader(ClassLoader) - Method in class org.springframework.aop.framework.AbstractSingletonProxyFactoryBean
 
setBeanClassLoader(ClassLoader) - Method in class org.springframework.aop.framework.autoproxy.AbstractAutoProxyCreator
 
setBeanClassLoader(ClassLoader) - Method in class org.springframework.aop.framework.ProxyFactoryBean
 
setBeanClassLoader(ClassLoader) - Method in class org.springframework.beans.factory.annotation.CustomAutowireConfigurer
 
setBeanClassLoader(ClassLoader) - Method in interface org.springframework.beans.factory.BeanClassLoaderAware
Callback that supplies the bean class loader to a bean instance.
setBeanClassLoader(ClassLoader) - Method in class org.springframework.beans.factory.config.AbstractFactoryBean
 
setBeanClassLoader(ClassLoader) - Method in interface org.springframework.beans.factory.config.ConfigurableBeanFactory
Set the class loader to use for loading bean classes.
setBeanClassLoader(ClassLoader) - Method in class org.springframework.beans.factory.config.CustomEditorConfigurer
 
setBeanClassLoader(ClassLoader) - Method in class org.springframework.beans.factory.config.CustomScopeConfigurer
 
setBeanClassLoader(ClassLoader) - Method in class org.springframework.beans.factory.config.FieldRetrievingFactoryBean
 
setBeanClassLoader(ClassLoader) - Method in class org.springframework.beans.factory.config.MethodInvokingFactoryBean
 
setBeanClassLoader(ClassLoader) - Method in class org.springframework.beans.factory.serviceloader.AbstractServiceLoaderBasedFactoryBean
 
setBeanClassLoader(ClassLoader) - Method in class org.springframework.beans.factory.support.AbstractBeanDefinitionReader
Set the ClassLoader to use for bean classes.
setBeanClassLoader(ClassLoader) - Method in class org.springframework.beans.factory.support.AbstractBeanFactory
 
setBeanClassLoader(ClassLoader) - Method in class org.springframework.cache.jcache.JCacheManagerFactoryBean
 
setBeanClassLoader(ClassLoader) - Method in class org.springframework.context.annotation.ConfigurationClassPostProcessor
 
setBeanClassLoader(ClassLoader) - Method in class org.springframework.context.annotation.LoadTimeWeavingConfiguration
 
setBeanClassLoader(ClassLoader) - Method in class org.springframework.context.support.ResourceBundleMessageSource
 
setBeanClassLoader(ClassLoader) - Method in class org.springframework.context.weaving.AspectJWeavingEnabler
 
setBeanClassLoader(ClassLoader) - Method in class org.springframework.context.weaving.DefaultContextLoadTimeWeaver
 
setBeanClassLoader(ClassLoader) - Method in class org.springframework.ejb.access.LocalStatelessSessionProxyFactoryBean
 
setBeanClassLoader(ClassLoader) - Method in class org.springframework.ejb.access.SimpleRemoteStatelessSessionProxyFactoryBean
 
setBeanClassLoader(ClassLoader) - Method in class org.springframework.jms.remoting.JmsInvokerProxyFactoryBean
 
setBeanClassLoader(ClassLoader) - Method in class org.springframework.jmx.access.MBeanClientInterceptor
 
setBeanClassLoader(ClassLoader) - Method in class org.springframework.jmx.access.MBeanProxyFactoryBean
 
setBeanClassLoader(ClassLoader) - Method in class org.springframework.jmx.export.assembler.InterfaceBasedMBeanInfoAssembler
 
setBeanClassLoader(ClassLoader) - Method in class org.springframework.jmx.export.MBeanExporter
 
setBeanClassLoader(ClassLoader) - Method in class org.springframework.jmx.support.MBeanServerConnectionFactoryBean
 
setBeanClassLoader(ClassLoader) - Method in class org.springframework.jndi.JndiObjectFactoryBean
 
setBeanClassLoader(ClassLoader) - Method in class org.springframework.orm.hibernate3.LocalSessionFactoryBean
 
setBeanClassLoader(ClassLoader) - Method in class org.springframework.orm.jdo.LocalPersistenceManagerFactoryBean
 
setBeanClassLoader(ClassLoader) - Method in class org.springframework.orm.jpa.AbstractEntityManagerFactoryBean
 
setBeanClassLoader(ClassLoader) - Method in class org.springframework.oxm.castor.CastorMarshaller
 
setBeanClassLoader(ClassLoader) - Method in class org.springframework.oxm.jaxb.Jaxb2Marshaller
 
setBeanClassLoader(ClassLoader) - Method in class org.springframework.oxm.xstream.XStreamMarshaller
 
setBeanClassLoader(ClassLoader) - Method in class org.springframework.remoting.httpinvoker.AbstractHttpInvokerRequestExecutor
 
setBeanClassLoader(ClassLoader) - Method in class org.springframework.remoting.jaxrpc.JaxRpcPortProxyFactoryBean
Deprecated.
 
setBeanClassLoader(ClassLoader) - Method in class org.springframework.remoting.jaxws.JaxWsPortClientInterceptor
Set the bean ClassLoader to use for this interceptor: for resolving WebServiceFeature class names as specified through JaxWsPortClientInterceptor.setWebServiceFeatures(java.lang.Object[]), and also for building a client proxy in the JaxWsPortProxyFactoryBean subclass.
setBeanClassLoader(ClassLoader) - Method in class org.springframework.remoting.rmi.JndiRmiProxyFactoryBean
 
setBeanClassLoader(ClassLoader) - Method in class org.springframework.remoting.support.RemotingSupport
 
setBeanClassLoader(ClassLoader) - Method in class org.springframework.scheduling.quartz.MethodInvokingJobDetailFactoryBean
 
setBeanClassLoader(ClassLoader) - Method in class org.springframework.scheduling.support.MethodInvokingRunnable
 
setBeanClassLoader(ClassLoader) - Method in class org.springframework.scripting.bsh.BshScriptFactory
 
setBeanClassLoader(ClassLoader) - Method in class org.springframework.scripting.groovy.GroovyScriptFactory
 
setBeanClassLoader(ClassLoader) - Method in class org.springframework.scripting.jruby.JRubyScriptFactory
 
setBeanClassLoader(ClassLoader) - Method in class org.springframework.scripting.support.ScriptFactoryPostProcessor
 
setBeanClassLoader(ClassLoader) - Method in class org.springframework.transaction.interceptor.MethodMapTransactionAttributeSource
 
setBeanClassName(String) - Method in interface org.springframework.beans.factory.config.BeanDefinition
Override the bean class name of this bean definition.
setBeanClassName(String) - Method in class org.springframework.beans.factory.support.AbstractBeanDefinition
 
setBeanDefinitionDefaults(BeanDefinitionDefaults) - Method in class org.springframework.context.annotation.ClassPathBeanDefinitionScanner
Set the defaults to use for detected beans.
setBeanExpressionResolver(BeanExpressionResolver) - Method in interface org.springframework.beans.factory.config.ConfigurableBeanFactory
Specify the resolution strategy for expressions in bean definition values.
setBeanExpressionResolver(BeanExpressionResolver) - Method in class org.springframework.beans.factory.support.AbstractBeanFactory
 
setBeanFactory(BeanFactory) - Method in class org.springframework.aop.aspectj.AspectJExpressionPointcut
 
setBeanFactory(BeanFactory) - Method in class org.springframework.aop.config.MethodLocatingFactoryBean
 
setBeanFactory(BeanFactory) - Method in class org.springframework.aop.config.SimpleBeanFactoryAwareAspectInstanceFactory
 
setBeanFactory(BeanFactory) - Method in class org.springframework.aop.framework.autoproxy.AbstractAdvisorAutoProxyCreator
 
setBeanFactory(BeanFactory) - Method in class org.springframework.aop.framework.autoproxy.AbstractAutoProxyCreator
 
setBeanFactory(BeanFactory) - Method in class org.springframework.aop.framework.autoproxy.target.AbstractBeanFactoryBasedTargetSourceCreator
 
setBeanFactory(BeanFactory) - Method in class org.springframework.aop.framework.ProxyFactoryBean
 
setBeanFactory(BeanFactory) - Method in class org.springframework.aop.interceptor.AsyncExecutionAspectSupport
Set the BeanFactory to be used when looking up executors by qualifier.
setBeanFactory(BeanFactory) - Method in class org.springframework.aop.scope.ScopedProxyFactoryBean
 
setBeanFactory(BeanFactory) - Method in class org.springframework.aop.support.AbstractBeanFactoryPointcutAdvisor
 
setBeanFactory(BeanFactory) - Method in class org.springframework.aop.target.AbstractBeanFactoryBasedTargetSource
Set the owning BeanFactory.
setBeanFactory(BeanFactory) - Method in class org.springframework.aop.target.AbstractPoolingTargetSource
 
setBeanFactory(BeanFactory) - Method in class org.springframework.aop.target.AbstractPrototypeBasedTargetSource
 
setBeanFactory(BeanFactory) - Method in class org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor
 
setBeanFactory(BeanFactory) - Method in class org.springframework.beans.factory.annotation.QualifierAnnotationAutowireCandidateResolver
 
setBeanFactory(BeanFactory) - Method in class org.springframework.beans.factory.annotation.RequiredAnnotationBeanPostProcessor
 
setBeanFactory(BeanFactory) - Method in interface org.springframework.beans.factory.BeanFactoryAware
Callback that supplies the owning factory to a bean instance.
setBeanFactory(BeanFactory) - Method in class org.springframework.beans.factory.config.AbstractFactoryBean
 
setBeanFactory(BeanFactory) - Method in class org.springframework.beans.factory.config.BeanReferenceFactoryBean
Deprecated.
 
setBeanFactory(BeanFactory) - Method in class org.springframework.beans.factory.config.MethodInvokingFactoryBean
 
setBeanFactory(BeanFactory) - Method in class org.springframework.beans.factory.config.PlaceholderConfigurerSupport
Only necessary to check that we're not parsing our own bean definition, to avoid failing on unresolvable placeholders in properties file locations.
setBeanFactory(BeanFactory) - Method in class org.springframework.beans.factory.config.PropertyPathFactoryBean
 
setBeanFactory(BeanFactory) - Method in class org.springframework.beans.factory.config.ServiceLocatorFactoryBean
 
setBeanFactory(BeanFactory) - Method in class org.springframework.beans.factory.wiring.BeanConfigurerSupport
Set the BeanFactory in which this aspect must configure beans.
setBeanFactory(BeanFactory) - Method in class org.springframework.context.annotation.CommonAnnotationBeanPostProcessor
 
setBeanFactory(BeanFactory) - Method in class org.springframework.context.annotation.ConfigurationClassPostProcessor.ImportAwareBeanPostProcessor
 
setBeanFactory(BeanFactory) - Method in class org.springframework.context.annotation.MBeanExportConfiguration
 
setBeanFactory(BeanFactory) - Method in class org.springframework.context.event.AbstractApplicationEventMulticaster
 
setBeanFactory(BeanFactory) - Method in class org.springframework.context.support.DefaultLifecycleProcessor
 
setBeanFactory(BeanFactory) - Method in class org.springframework.context.weaving.LoadTimeWeaverAwareProcessor
 
setBeanFactory(BeanFactory) - Method in class org.springframework.dao.annotation.PersistenceExceptionTranslationPostProcessor
 
setBeanFactory(BeanFactory) - Method in class org.springframework.dao.support.PersistenceExceptionTranslationInterceptor
 
setBeanFactory(BeanFactory) - Method in class org.springframework.jdbc.datasource.lookup.BeanFactoryDataSourceLookup
 
setBeanFactory(BeanFactory) - Method in class org.springframework.jms.support.destination.BeanFactoryDestinationResolver
 
setBeanFactory(BeanFactory) - Method in class org.springframework.jmx.export.annotation.AnnotationJmxAttributeSource
 
setBeanFactory(BeanFactory) - Method in class org.springframework.jmx.export.annotation.AnnotationMBeanExporter
 
setBeanFactory(BeanFactory) - Method in class org.springframework.jmx.export.MBeanExporter
This callback is only required for resolution of bean names in the "beans" Map and for autodetection of MBeans (in the latter case, a ListableBeanFactory is required).
setBeanFactory(BeanFactory) - Method in class org.springframework.orm.hibernate3.HibernateAccessor
The bean factory just needs to be known for resolving entity interceptor bean names.
setBeanFactory(BeanFactory) - Method in class org.springframework.orm.hibernate3.HibernateTransactionManager
The bean factory just needs to be known for resolving entity interceptor bean names.
setBeanFactory(BeanFactory) - Method in class org.springframework.orm.hibernate4.HibernateTransactionManager
The bean factory just needs to be known for resolving entity interceptor bean names.
setBeanFactory(BeanFactory) - Method in class org.springframework.orm.jpa.AbstractEntityManagerFactoryBean
 
setBeanFactory(BeanFactory) - Method in class org.springframework.orm.jpa.EntityManagerFactoryAccessor
Retrieves an EntityManagerFactory by persistence unit name, if none set explicitly.
setBeanFactory(BeanFactory) - Method in class org.springframework.orm.jpa.JpaTransactionManager
Retrieves an EntityManagerFactory by persistence unit name, if none set explicitly.
setBeanFactory(BeanFactory) - Method in class org.springframework.orm.jpa.support.PersistenceAnnotationBeanPostProcessor
 
setBeanFactory(BeanFactory) - Method in class org.springframework.remoting.jaxws.AbstractJaxWsServiceExporter
Obtains all web service beans and publishes them as JAX-WS endpoints.
setBeanFactory(BeanFactory) - Method in class org.springframework.scheduling.annotation.AsyncAnnotationAdvisor
Set the BeanFactory to be used when looking up executors by qualifier.
setBeanFactory(BeanFactory) - Method in class org.springframework.scheduling.annotation.AsyncAnnotationBeanPostProcessor
 
setBeanFactory(BeanFactory) - Method in class org.springframework.scheduling.quartz.MethodInvokingJobDetailFactoryBean
 
setBeanFactory(BeanFactory) - Method in class org.springframework.scheduling.quartz.SchedulerAccessorBean
 
setBeanFactory(BeanFactory) - Method in class org.springframework.scripting.groovy.GroovyScriptFactory
 
setBeanFactory(BeanFactory) - Method in class org.springframework.scripting.support.ScriptFactoryPostProcessor
 
setBeanFactory(BeanFactory) - Method in class org.springframework.transaction.interceptor.TransactionAspectSupport
Set the BeanFactory to use for retrieving PlatformTransactionManager beans.
setBeanFactory(BeanFactory) - Method in class org.springframework.transaction.interceptor.TransactionProxyFactoryBean
This callback is optional: If running in a BeanFactory and no transaction manager has been set explicitly, a single matching bean of type PlatformTransactionManager will be fetched from the BeanFactory.
setBeanFactory(BeanFactory) - Method in class org.springframework.web.context.request.async.WebAsyncTask
A BeanFactory to use to resolve an executor name.
setBeanFactory(BeanFactory) - Method in class org.springframework.web.portlet.mvc.annotation.AnnotationMethodHandlerAdapter
 
setBeanFactory(BeanFactory) - Method in class org.springframework.web.servlet.mvc.annotation.AnnotationMethodHandlerAdapter
Deprecated.
 
setBeanFactory(BeanFactory) - Method in class org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter
Callback that supplies the owning factory to a bean instance.
setBeanFactoryLocator(BeanFactoryLocator) - Method in class org.springframework.ejb.support.AbstractEnterpriseBean
Deprecated.
Set the BeanFactoryLocator to use for this EJB.
setBeanFactoryLocatorKey(String) - Method in class org.springframework.ejb.support.AbstractEnterpriseBean
Deprecated.
Set the bean factory locator key.
setBeanName(String) - Method in class org.springframework.aop.framework.autoproxy.DefaultAdvisorAutoProxyCreator
 
setBeanName(String) - Method in interface org.springframework.beans.factory.BeanNameAware
Set the name of the bean in the bean factory that created this bean.
setBeanName(String) - Method in class org.springframework.beans.factory.config.FieldRetrievingFactoryBean
The bean name of this FieldRetrievingFactoryBean will be interpreted as "staticField" pattern, if neither "targetClass" nor "targetObject" nor "targetField" have been specified.
setBeanName(String) - Method in class org.springframework.beans.factory.config.PlaceholderConfigurerSupport
Only necessary to check that we're not parsing our own bean definition, to avoid failing on unresolvable placeholders in properties file locations.
setBeanName(String) - Method in class org.springframework.beans.factory.config.PropertyPathFactoryBean
The bean name of this PropertyPathFactoryBean will be interpreted as "beanName.property" pattern, if neither "targetObject" nor "targetBeanName" nor "propertyPath" have been specified.
setBeanName(String) - Method in class org.springframework.cache.concurrent.ConcurrentMapCacheFactoryBean
 
setBeanName(String) - Method in class org.springframework.cache.ehcache.EhCacheFactoryBean
 
setBeanName(String) - Method in class org.springframework.context.annotation.ConfigurationClass
 
setBeanName(String) - Method in class org.springframework.context.support.AbstractRefreshableConfigApplicationContext
Sets the id of this context to the bean name by default, for cases where the context instance is itself defined as a bean.
setBeanName(String) - Method in class org.springframework.jms.listener.AbstractJmsListeningContainer
 
setBeanName(String) - Method in class org.springframework.orm.hibernate3.FilterDefinitionFactoryBean
If no explicit filter name has been specified, the bean name of the FilterDefinitionFactoryBean will be used.
setBeanName(String) - Method in class org.springframework.orm.hibernate3.TypeDefinitionBean
If no explicit type name has been specified, the bean name of the TypeDefinitionBean will be used.
setBeanName(String) - Method in class org.springframework.orm.jpa.AbstractEntityManagerFactoryBean
 
setBeanName(String) - Method in class org.springframework.scheduling.backportconcurrent.ThreadPoolTaskExecutor
Deprecated.
 
setBeanName(String) - Method in class org.springframework.scheduling.concurrent.ExecutorConfigurationSupport
 
setBeanName(String) - Method in class org.springframework.scheduling.config.TaskExecutorFactoryBean
 
setBeanName(String) - Method in class org.springframework.scheduling.quartz.CronTriggerBean
 
setBeanName(String) - Method in class org.springframework.scheduling.quartz.CronTriggerFactoryBean
 
setBeanName(String) - Method in class org.springframework.scheduling.quartz.JobDetailBean
 
setBeanName(String) - Method in class org.springframework.scheduling.quartz.JobDetailFactoryBean
 
setBeanName(String) - Method in class org.springframework.scheduling.quartz.MethodInvokingJobDetailFactoryBean
 
setBeanName(String) - Method in class org.springframework.scheduling.quartz.SchedulerFactoryBean
 
setBeanName(String) - Method in class org.springframework.scheduling.quartz.SimpleTriggerBean
 
setBeanName(String) - Method in class org.springframework.scheduling.quartz.SimpleTriggerFactoryBean
 
setBeanName(String) - Method in class org.springframework.scheduling.timer.TimerFactoryBean
Deprecated.
 
setBeanName(String) - Method in class org.springframework.scheduling.timer.TimerTaskExecutor
Deprecated.
 
setBeanName(String) - Method in class org.springframework.web.filter.GenericFilterBean
Stores the bean name as defined in the Spring bean factory.
setBeanName(String) - Method in class org.springframework.web.portlet.mvc.PortletWrappingController
 
setBeanName(String) - Method in class org.springframework.web.servlet.mvc.ServletForwardingController
 
setBeanName(String) - Method in class org.springframework.web.servlet.mvc.ServletWrappingController
 
setBeanName(String) - Method in class org.springframework.web.servlet.view.AbstractView
Set the view's name.
setBeanNameGenerator(BeanNameGenerator) - Method in class org.springframework.beans.factory.support.AbstractBeanDefinitionReader
Set the BeanNameGenerator to use for anonymous beans (without explicit bean name specified).
setBeanNameGenerator(BeanNameGenerator) - Method in class org.springframework.context.annotation.AnnotatedBeanDefinitionReader
Set the BeanNameGenerator to use for detected bean classes.
setBeanNameGenerator(BeanNameGenerator) - Method in class org.springframework.context.annotation.AnnotationConfigApplicationContext
setBeanNameGenerator(BeanNameGenerator) - Method in class org.springframework.context.annotation.ClassPathBeanDefinitionScanner
Set the BeanNameGenerator to use for detected bean classes.
setBeanNameGenerator(BeanNameGenerator) - Method in class org.springframework.context.annotation.ConfigurationClassPostProcessor
Set the BeanNameGenerator to be used when triggering component scanning from Configuration classes and when registering Import'ed configuration classes.
setBeanNameGenerator(BeanNameGenerator) - Method in class org.springframework.web.context.support.AnnotationConfigWebApplicationContext
 
setBeanNames(String[]) - Method in class org.springframework.aop.framework.autoproxy.BeanNameAutoProxyCreator
Set the names of the beans that should automatically get wrapped with proxies.
setBeanNameSeparator(String) - Method in class org.springframework.beans.factory.config.PropertyOverrideConfigurer
Set the separator to expect between bean name and property path.
setBeanResolver(BeanResolver) - Method in class org.springframework.expression.spel.support.StandardEvaluationContext
 
setBeans(Map<String, Object>) - Method in class org.springframework.jmx.export.MBeanExporter
Supply a Map of beans to be registered with the JMX MBeanServer.
setBeanWiringInfoResolver(BeanWiringInfoResolver) - Method in class org.springframework.beans.factory.wiring.BeanConfigurerSupport
Set the BeanWiringInfoResolver to use.
setBeforeExistingAdvisors(boolean) - Method in class org.springframework.aop.framework.AbstractAdvisingBeanPostProcessor
Set whether this post-processor's advisor is supposed to apply before existing advisors when encountering a pre-advised object.
setBeforeInvocation(boolean) - Method in class org.springframework.cache.interceptor.CacheEvictOperation
 
setBeforeMessagePrefix(String) - Method in class org.springframework.web.filter.AbstractRequestLoggingFilter
Set the value that should be prepended to the log message written before a request is processed.
setBeforeMessageSuffix(String) - Method in class org.springframework.web.filter.AbstractRequestLoggingFilter
Set the value that should be apppended to the log message written before a request is processed.
setBinaryStream(long) - Method in class org.springframework.jdbc.support.lob.PassThroughBlob
 
setBindEmptyMultipartFiles(boolean) - Method in class org.springframework.web.bind.WebDataBinder
Set whether to bind empty MultipartFile parameters.
setBindingErrorProcessor(BindingErrorProcessor) - Method in class org.springframework.validation.DataBinder
Set the strategy to use for processing binding errors, that is, required field errors and PropertyAccessExceptions.
setBindingErrorProcessor(BindingErrorProcessor) - Method in class org.springframework.web.bind.support.ConfigurableWebBindingInitializer
Set the strategy to use for processing binding errors, that is, required field errors and PropertyAccessExceptions.
setBindingErrorProcessor(BindingErrorProcessor) - Method in class org.springframework.web.portlet.mvc.BaseCommandController
Deprecated.
Set the strategy to use for processing binding errors, that is, required field errors and PropertyAccessExceptions.
setBindingErrorProcessor(BindingErrorProcessor) - Method in class org.springframework.web.servlet.mvc.BaseCommandController
Deprecated.
Set the strategy to use for processing binding errors, that is, required field errors and PropertyAccessExceptions.
setBindingName(String) - Method in class org.springframework.oxm.jibx.JibxMarshaller
Set the optional binding name for this instance.
setBindings(Map<String, String>) - Method in class org.springframework.util.xml.SimpleNamespaceContext
Sets the bindings for this namespace context.
setBindingType(String) - Method in class org.springframework.remoting.jaxws.AbstractJaxWsServiceExporter
Specify the binding type to use, overriding the value of the JAX-WS BindingType annotation.
setBindOnNewForm(boolean) - Method in class org.springframework.web.portlet.mvc.AbstractFormController
Deprecated.
Set if request parameters should be bound to the form object in case of a non-submitting request, i.e.
setBindOnNewForm(boolean) - Method in class org.springframework.web.servlet.mvc.AbstractFormController
Deprecated.
Set whether request parameters should be bound to the form object in case of a non-submitting request, that is, a new form.
setBlobAsBinaryStream(PreparedStatement, int, InputStream, int) - Method in class org.springframework.jdbc.support.lob.DefaultLobHandler.DefaultLobCreator
 
setBlobAsBinaryStream(PreparedStatement, int, InputStream, int) - Method in interface org.springframework.jdbc.support.lob.LobCreator
Set the given content as binary stream on the given statement, using the given parameter index.
setBlobAsBinaryStream(PreparedStatement, int, InputStream, int) - Method in class org.springframework.jdbc.support.lob.OracleLobHandler.OracleLobCreator
Deprecated.
 
setBlobAsBinaryStream(PreparedStatement, int, InputStream, int) - Method in class org.springframework.jdbc.support.lob.TemporaryLobCreator
 
setBlobAsBytes(PreparedStatement, int, byte[]) - Method in class org.springframework.jdbc.support.lob.DefaultLobHandler.DefaultLobCreator
 
setBlobAsBytes(PreparedStatement, int, byte[]) - Method in interface org.springframework.jdbc.support.lob.LobCreator
Set the given content as bytes on the given statement, using the given parameter index.
setBlobAsBytes(PreparedStatement, int, byte[]) - Method in class org.springframework.jdbc.support.lob.OracleLobHandler.OracleLobCreator
Deprecated.
 
setBlobAsBytes(PreparedStatement, int, byte[]) - Method in class org.springframework.jdbc.support.lob.TemporaryLobCreator
 
setBlocking(boolean) - Method in class org.springframework.cache.ehcache.EhCacheFactoryBean
Set whether to use a blocking cache that lets read attempts block until the requested element is created.
setBlockUntilCompleted(boolean) - Method in class org.springframework.jca.work.WorkManagerTaskExecutor
Set whether to let WorkManagerTaskExecutor.execute(java.lang.Runnable) block until the work has been completed.
setBlockUntilStarted(boolean) - Method in class org.springframework.jca.work.WorkManagerTaskExecutor
Set whether to let WorkManagerTaskExecutor.execute(java.lang.Runnable) block until the work has been actually started.
setBodyContent(BodyContent) - Method in class org.springframework.web.servlet.tags.EscapeBodyTag
 
setBodyContent(BodyContent) - Method in class org.springframework.web.servlet.tags.form.AbstractHtmlElementBodyTag
 
setBootstrapCacheLoader(BootstrapCacheLoader) - Method in class org.springframework.cache.ehcache.EhCacheFactoryBean
Set an EhCache net.sf.ehcache.bootstrap.BootstrapCacheLoader for this cache, if any.
setBootstrapContext(BootstrapContext) - Method in interface org.springframework.jca.context.BootstrapContextAware
Set the BootstrapContext that this object runs in.
setBootstrapContext(BootstrapContext) - Method in class org.springframework.jca.support.ResourceAdapterFactoryBean
Specify the JCA BootstrapContext to use for starting the ResourceAdapter.
setBootstrapContext(BootstrapContext) - Method in class org.springframework.jca.work.WorkManagerTaskExecutor
Specify the JCA BootstrapContext that contains the WorkManager to delegate to.
setBufferRequestBody(boolean) - Method in class org.springframework.http.client.SimpleClientHttpRequestFactory
Indicates whether this request factory should buffer the request body internally.
setBufferSize(int) - Method in class org.springframework.mock.web.MockHttpServletResponse
 
setBufferSize(int) - Method in class org.springframework.mock.web.portlet.MockMimeResponse
 
setBundleClassLoader(ClassLoader) - Method in class org.springframework.context.support.ResourceBundleMessageSource
Set the ClassLoader to load resource bundles with.
setBundleClassLoader(ClassLoader) - Method in class org.springframework.web.servlet.view.ResourceBundleViewResolver
Set the ClassLoader to load resource bundles with.
setBusinessInterface(Class) - Method in class org.springframework.ejb.access.LocalStatelessSessionProxyFactoryBean
Set the business interface of the EJB we're proxying.
setBusinessInterface(Class) - Method in class org.springframework.ejb.access.SimpleRemoteStatelessSessionProxyFactoryBean
Set the business interface of the EJB we're proxying.
setBytes(long, byte[]) - Method in class org.springframework.jdbc.support.lob.PassThroughBlob
 
setBytes(long, byte[], int, int) - Method in class org.springframework.jdbc.support.lob.PassThroughBlob
 
setCache(boolean) - Method in class org.springframework.jdbc.support.lob.OracleLobHandler
Deprecated.
Set whether to cache the temporary LOB in the buffer cache.
setCache(boolean) - Method in class org.springframework.jms.support.destination.JndiDestinationResolver
Set whether to cache resolved destinations.
setCache(boolean) - Method in class org.springframework.jndi.JndiObjectFactoryBean
Set whether to cache the JNDI object once it has been located.
setCache(boolean) - Method in class org.springframework.jndi.JndiObjectTargetSource
Set whether to cache the JNDI object once it has been located.
setCache(boolean) - Method in class org.springframework.web.servlet.view.AbstractCachingViewResolver
Enable or disable caching.
setCache(boolean) - Method in class org.springframework.web.servlet.view.xslt.AbstractXsltView
Deprecated.
Set whether to activate the template cache for this view.
setCacheability(String) - Method in class org.springframework.mock.web.portlet.MockResourceRequest
 
setCacheability(String) - Method in class org.springframework.mock.web.portlet.MockResourceURL
 
setCacheableMappingLocations(Resource[]) - Method in class org.springframework.orm.hibernate3.LocalSessionFactoryBean
Set locations of cacheable Hibernate mapping files, for example as web app resource "/WEB-INF/mapping/example.hbm.xml".
setCacheableMappingLocations(Resource[]) - Method in class org.springframework.orm.hibernate4.LocalSessionFactoryBean
Set locations of cacheable Hibernate mapping files, for example as web app resource "/WEB-INF/mapping/example.hbm.xml".
setCacheBeanMetadata(boolean) - Method in interface org.springframework.beans.factory.config.ConfigurableBeanFactory
Set whether to cache bean metadata such as given bean definitions (in merged fashion) and resolved bean classes.
setCacheBeanMetadata(boolean) - Method in class org.springframework.beans.factory.support.AbstractBeanFactory
 
setCacheConsumers(boolean) - Method in class org.springframework.jms.connection.CachingConnectionFactory
Specify whether to cache JMS MessageConsumers per JMS Session instance (more specifically: one MessageConsumer per Destination, selector String and Session).
setCacheControl(String) - Method in class org.springframework.http.HttpHeaders
Sets the (new) value of the Cache-Control header.
setCacheDir(File) - Method in class org.springframework.http.converter.BufferedImageHttpMessageConverter
Sets the cache directory.
setCacheEntryFactory(CacheEntryFactory) - Method in class org.springframework.cache.ehcache.EhCacheFactoryBean
Set an EhCache net.sf.ehcache.constructs.blocking.CacheEntryFactory to use for a self-populating cache.
setCacheEventListeners(Set<CacheEventListener>) - Method in class org.springframework.cache.ehcache.EhCacheFactoryBean
Specify EhCache cache event listeners to registered with this cache.
setCacheHome(boolean) - Method in class org.springframework.ejb.access.AbstractSlsbInvokerInterceptor
Set whether to cache the EJB home object once it has been located.
setCacheLevel(int) - Method in class org.springframework.jms.listener.DefaultMessageListenerContainer
Specify the level of caching that this listener container is allowed to apply.
setCacheLevelName(String) - Method in class org.springframework.jms.listener.DefaultMessageListenerContainer
Specify the level of caching that this listener container is allowed to apply, in the form of the name of the corresponding constant: e.g.
setCacheLimit(int) - Method in class org.springframework.core.type.classreading.CachingMetadataReaderFactory
Specify the maximum number of entries for the MetadataReader cache.
setCacheLimit(int) - Method in class org.springframework.jdbc.core.namedparam.NamedParameterJdbcTemplate
Specify the maximum number of entries for this template's SQL cache.
setCacheLimit(int) - Method in class org.springframework.web.servlet.view.AbstractCachingViewResolver
Specify the maximum number of entries for the view cache.
setCacheManager(net.sf.ehcache.CacheManager) - Method in class org.springframework.cache.ehcache.EhCacheCacheManager
Set the backing EhCache net.sf.ehcache.CacheManager.
setCacheManager(CacheManager) - Method in class org.springframework.cache.ehcache.EhCacheFactoryBean
Set a CacheManager from which to retrieve a named Cache instance.
setCacheManager(CacheManager) - Method in class org.springframework.cache.interceptor.CacheAspectSupport
Set the CacheManager that this cache aspect should delegate to.
setCacheManager(javax.cache.CacheManager) - Method in class org.springframework.cache.jcache.JCacheCacheManager
Set the backing JCache javax.cache.CacheManager.
setCacheManagerName(String) - Method in class org.springframework.cache.ehcache.EhCacheManagerFactoryBean
Set the name of the EhCache CacheManager (if a specific name is desired).
setCacheManagerName(String) - Method in class org.springframework.cache.jcache.JCacheManagerFactoryBean
Specify the name of the desired CacheManager.
setCacheManagers(Collection<CacheManager>) - Method in class org.springframework.cache.support.CompositeCacheManager
 
setCacheMappings(Properties) - Method in class org.springframework.web.servlet.mvc.WebContentInterceptor
Map specific URL paths to specific cache seconds.
setCacheName(String) - Method in class org.springframework.cache.ehcache.EhCacheFactoryBean
Set a name for which to retrieve or create a cache instance.
setCacheName(String) - Method in class org.springframework.cache.interceptor.CacheOperation
 
setCacheNames(Collection<String>) - Method in class org.springframework.cache.concurrent.ConcurrentMapCacheManager
Specify the set of cache names for this CacheManager's 'static' mode.
setCacheNames(String[]) - Method in class org.springframework.cache.interceptor.CacheOperation
 
setCacheOperationSource(CacheOperationSource) - Method in class org.springframework.cache.interceptor.BeanFactoryCacheOperationSourceAdvisor
Set the cache operation attribute source which is used to find cache attributes.
setCacheOperationSources(CacheOperationSource...) - Method in class org.springframework.cache.interceptor.CacheAspectSupport
Set one or more cache operation sources which are used to find the cache attributes.
setCacheOperationSources(CacheOperationSource...) - Method in class org.springframework.cache.interceptor.CacheProxyFactoryBean
Set the sources used to find cache operations.
setCachePeriod(Integer) - Method in class org.springframework.web.servlet.config.annotation.ResourceHandlerRegistration
Specify the cache period for the resources served by the resource handler, in seconds.
setCacheProducers(boolean) - Method in class org.springframework.jms.connection.CachingConnectionFactory
Specify whether to cache JMS MessageProducers per JMS Session instance (more specifically: one MessageProducer per Destination and Session).
setCacheProvider(org.hibernate.cache.CacheProvider) - Method in class org.springframework.orm.hibernate3.LocalSessionFactoryBean
Deprecated.
as of Spring 3.0, following Hibernate 3.3's deprecation of the CacheProvider SPI
setCacheQueries(boolean) - Method in class org.springframework.orm.hibernate3.HibernateTemplate
Set whether to cache all queries executed by this template.
setCacheRegionFactory(Object) - Method in class org.springframework.orm.hibernate3.LocalSessionFactoryBean
Set the Hibernate RegionFactory to use for the SessionFactory.
setCaches(Collection<? extends Cache>) - Method in class org.springframework.cache.support.SimpleCacheManager
Specify the collection of Cache instances to use for this CacheManager.
setCacheSeconds(int) - Method in class org.springframework.context.support.ReloadableResourceBundleMessageSource
Set the number of seconds to cache loaded properties files.
setCacheSeconds(int) - Method in class org.springframework.context.support.ResourceBundleMessageSource
Set the number of seconds to cache loaded resource bundle files.
setCacheSeconds(int) - Method in class org.springframework.web.portlet.handler.PortletContentGenerator
Cache content for the given number of seconds.
setCacheSeconds(int) - Method in class org.springframework.web.servlet.support.WebContentGenerator
Cache content for the given number of seconds.
setCacheSecondsForSessionAttributeHandlers(int) - Method in class org.springframework.web.portlet.mvc.annotation.AnnotationMethodHandlerAdapter
Cache content produced by @SessionAttributes annotated handlers for the given number of seconds.
setCacheSecondsForSessionAttributeHandlers(int) - Method in class org.springframework.web.servlet.mvc.annotation.AnnotationMethodHandlerAdapter
Deprecated.
Cache content produced by @SessionAttributes annotated handlers for the given number of seconds.
setCacheSecondsForSessionAttributeHandlers(int) - Method in class org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter
Cache content produced by @SessionAttributes annotated handlers for the given number of seconds.
setCacheSessionBean(boolean) - Method in class org.springframework.ejb.access.SimpleRemoteSlsbInvokerInterceptor
Set whether to cache the actual session bean object.
setCacheSize(int) - Method in class org.springframework.jdbc.support.incrementer.AbstractColumnMaxValueIncrementer
Set the number of buffered keys.
setCacheStub(boolean) - Method in class org.springframework.remoting.rmi.JndiRmiClientInterceptor
Set whether to cache the RMI stub once it has been located.
setCacheStub(boolean) - Method in class org.springframework.remoting.rmi.RmiClientInterceptor
Set whether to cache the RMI stub once it has been located.
setCacheTemplate(boolean) - Method in class org.springframework.web.servlet.view.velocity.VelocityView
Set whether the Velocity template should be cached.
setCacheTemplates(boolean) - Method in class org.springframework.web.servlet.view.xslt.XsltView
Turn on/off the caching of the XSLT Templates instance.
setCacheTemplates(boolean) - Method in class org.springframework.web.servlet.view.xslt.XsltViewResolver
Turn on/off the caching of the XSLT templates.
setCacheUnresolved(boolean) - Method in class org.springframework.web.servlet.view.AbstractCachingViewResolver
Whether a view name once resolved to null should be cached and automatically resolved to null subsequently.
setCacheUserTransaction(boolean) - Method in class org.springframework.transaction.jta.JtaTransactionManager
Set whether to cache the JTA UserTransaction object fetched from JNDI.
setCacheWide(boolean) - Method in class org.springframework.cache.interceptor.CacheEvictOperation
 
setCalendars(Map<String, Calendar>) - Method in class org.springframework.scheduling.quartz.SchedulerAccessor
Register a list of Quartz Calendar objects with the Scheduler that this FactoryBean creates, to be referenced by Triggers.
setCallableInterceptors(List<CallableProcessingInterceptor>) - Method in class org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter
Configure CallableProcessingInterceptor's to register on async requests.
setCallableStatementType(Class<? extends CallableStatement>) - Method in class org.springframework.jdbc.support.nativejdbc.Jdbc4NativeJdbcExtractor
Set the vendor's CallableStatement type, e.g.
setCancelParamKey(String) - Method in class org.springframework.web.servlet.mvc.CancellableFormController
Deprecated.
Set the key of the request parameter used to identify a cancel request.
setCancelRenderParameter(ActionRequest, ActionResponse) - Method in class org.springframework.web.portlet.mvc.AbstractWizardFormController
Deprecated.
Pass the the parameter that indicates a cancel request forward to the render phase.
setCancelView(String) - Method in class org.springframework.web.servlet.mvc.CancellableFormController
Deprecated.
Sets the name of the cancel view.
setCannotAcquireLockCodes(String[]) - Method in class org.springframework.jdbc.support.SQLErrorCodes
 
setCannotSerializeTransactionCodes(String[]) - Method in class org.springframework.jdbc.support.SQLErrorCodes
 
setCaseSensitive(boolean) - Method in class org.springframework.web.servlet.mvc.support.ControllerClassNameHandlerMapping
Set whether to apply case sensitivity to the generated paths, e.g.
setCastorProperties(Map<String, String>) - Method in class org.springframework.oxm.castor.CastorMarshaller
Set Castor-specific properties for marshalling and unmarshalling.
setCatalogName(String) - Method in class org.springframework.jdbc.core.metadata.CallMetaDataContext
Specify the name of the catalog.
setCatalogName(String) - Method in class org.springframework.jdbc.core.metadata.GenericTableMetaDataProvider.TableMetaData
 
setCatalogName(String) - Method in class org.springframework.jdbc.core.metadata.TableMetaDataContext
Set the name of the catalog for this context.
setCatalogName(String) - Method in class org.springframework.jdbc.core.simple.AbstractJdbcCall
Set the catalog name to use.
setCatalogName(String) - Method in class org.springframework.jdbc.core.simple.AbstractJdbcInsert
Set the name of the catalog for this insert
setCategory(String) - Method in class org.springframework.jmx.export.metadata.ManagedMetric
The category of this metric (ex.
setCc(String) - Method in class org.springframework.mail.javamail.MimeMailMessage
 
setCc(String[]) - Method in class org.springframework.mail.javamail.MimeMailMessage
 
setCc(InternetAddress) - Method in class org.springframework.mail.javamail.MimeMessageHelper
 
setCc(InternetAddress[]) - Method in class org.springframework.mail.javamail.MimeMessageHelper
 
setCc(String) - Method in interface org.springframework.mail.MailMessage
 
setCc(String[]) - Method in interface org.springframework.mail.MailMessage
 
setCc(String) - Method in class org.springframework.mail.SimpleMailMessage
 
setCc(String[]) - Method in class org.springframework.mail.SimpleMailMessage
 
setCciTemplate(CciTemplate) - Method in class org.springframework.jca.cci.core.support.CciDaoSupport
Set the CciTemplate for this DAO explicitly, as an alternative to specifying a ConnectionFactory.
setCciTemplate(CciTemplate) - Method in class org.springframework.jca.cci.object.EisOperation
Set the CciTemplate to be used by this operation.
setCharacterEncoding(String) - Method in class org.springframework.mock.web.MockHttpServletRequest
 
setCharacterEncoding(String) - Method in class org.springframework.mock.web.MockHttpServletResponse
 
setCharacterEncoding(String) - Method in class org.springframework.mock.web.portlet.MockClientDataRequest
 
setCharacterEncoding(String) - Method in class org.springframework.mock.web.portlet.MockMimeResponse
 
setCharacterStream(long) - Method in class org.springframework.jdbc.support.lob.PassThroughClob
 
setCharset(Charset) - Method in class org.springframework.http.converter.FormHttpMessageConverter
Sets the character set used for writing form data.
setCharset(MediaType, Marshaller) - Method in class org.springframework.http.converter.xml.Jaxb2RootElementHttpMessageConverter
 
setCharset(Charset) - Method in class org.springframework.web.filter.HttpPutFormContentFilter
The default character set to use for reading form data.
setCheckForXmlRootElement(boolean) - Method in class org.springframework.oxm.jaxb.Jaxb2Marshaller
Specify whether the Jaxb2Marshaller.supports(Class) should check for @XmlRootElement annotations.
setCheckFullyPopulated(boolean) - Method in class org.springframework.jdbc.core.BeanPropertyRowMapper
Set whether we're strictly validating that all bean properties have been mapped from corresponding database fields.
setCheckRefresh(boolean) - Method in class org.springframework.web.servlet.view.tiles2.TilesConfigurer
Set whether to check Tiles definition files for a refresh at runtime.
setCheckRefresh(boolean) - Method in class org.springframework.web.servlet.view.tiles3.TilesConfigurer
Set whether to check Tiles definition files for a refresh at runtime.
setCheckWriteOperations(boolean) - Method in class org.springframework.orm.hibernate3.HibernateTemplate
Set whether to check that the Hibernate Session is not in read-only mode in case of write operations (save/update/delete).
setChronology(Chronology) - Method in class org.springframework.format.datetime.joda.JodaTimeContext
Set the user's chronology.
setChunkedPost(boolean) - Method in class org.springframework.remoting.caucho.HessianClientInterceptor
Set whether to use a chunked post for sending a Hessian request.
setChunkSize(int) - Method in class org.springframework.http.client.SimpleClientHttpRequestFactory
Sets the number of bytes to write in each chunk when not buffering request bodies locally.
setClassDescriptorResolver(XMLClassDescriptorResolver) - Method in class org.springframework.oxm.castor.CastorMarshaller
Set the XMLClassDescriptorResolver to be used during unmarshalling.
setClasses(Class<?>[]) - Method in class org.springframework.test.context.ContextConfigurationAttributes
Set the processed annotated classes, effectively overriding the original value declared via @ContextConfiguration.
setClassesToBeBound(Class<?>...) - Method in class org.springframework.oxm.jaxb.Jaxb2Marshaller
Set the list of Java classes to be recognized by a newly created JAXBContext.
setClassFilter(ClassFilter) - Method in class org.springframework.aop.support.NameMatchMethodPointcutAdvisor
Set the ClassFilter to use for this pointcut.
setClassFilter(ClassFilter) - Method in class org.springframework.aop.support.StaticMethodMatcherPointcut
Set the ClassFilter to use for this pointcut.
setClassFilter(ClassFilter) - Method in class org.springframework.cache.interceptor.BeanFactoryCacheOperationSourceAdvisor
Set the ClassFilter to use for this pointcut.
setClassFilter(ClassFilter) - Method in class org.springframework.transaction.interceptor.BeanFactoryTransactionAttributeSourceAdvisor
Set the ClassFilter to use for this pointcut.
setClassFilter(ClassFilter) - Method in class org.springframework.transaction.interceptor.TransactionAttributeSourceAdvisor
Set the ClassFilter to use for this pointcut.
setClassLoader(ClassLoader) - Method in class org.springframework.core.io.DefaultResourceLoader
Specify the ClassLoader to load class path resources with, or null for using the thread context class loader at the time of actual resource access.
setCleanupAfterInclude(boolean) - Method in class org.springframework.web.servlet.DispatcherServlet
Set whether to perform cleanup of request attributes after an include request, that is, whether to reset the original state of all request attributes after the DispatcherServlet has processed within an include request.
setClearCollections(boolean) - Method in class org.springframework.oxm.castor.CastorMarshaller
Sets whether this unmarshaller should clear collections upon the first use.
setClearOnFlush(boolean) - Method in class org.springframework.cache.ehcache.EhCacheFactoryBean
Set whether the memory store should be cleared when flush is called on the cache.
setClientId(String) - Method in class org.springframework.jms.connection.SingleConnectionFactory
Specify a JMS client ID for the single Connection created and exposed by this ConnectionFactory.
setClientId(String) - Method in class org.springframework.jms.listener.AbstractJmsListeningContainer
Specify the JMS client ID for a shared Connection created and used by this container.
setClientId(String) - Method in class org.springframework.jms.listener.endpoint.JmsActivationSpecConfig
 
setClientSocketFactory(RMIClientSocketFactory) - Method in class org.springframework.remoting.rmi.RmiRegistryFactoryBean
Set a custom RMI client socket factory to use for the RMI registry.
setClientSocketFactory(RMIClientSocketFactory) - Method in class org.springframework.remoting.rmi.RmiServiceExporter
Set a custom RMI client socket factory to use for exporting the service.
setClobAsAsciiStream(PreparedStatement, int, InputStream, int) - Method in class org.springframework.jdbc.support.lob.DefaultLobHandler.DefaultLobCreator
 
setClobAsAsciiStream(PreparedStatement, int, InputStream, int) - Method in interface org.springframework.jdbc.support.lob.LobCreator
Set the given content as ASCII stream on the given statement, using the given parameter index.
setClobAsAsciiStream(PreparedStatement, int, InputStream, int) - Method in class org.springframework.jdbc.support.lob.OracleLobHandler.OracleLobCreator
Deprecated.
 
setClobAsAsciiStream(PreparedStatement, int, InputStream, int) - Method in class org.springframework.jdbc.support.lob.TemporaryLobCreator
 
setClobAsCharacterStream(PreparedStatement, int, Reader, int) - Method in class org.springframework.jdbc.support.lob.DefaultLobHandler.DefaultLobCreator
 
setClobAsCharacterStream(PreparedStatement, int, Reader, int) - Method in interface org.springframework.jdbc.support.lob.LobCreator
Set the given content as character stream on the given statement, using the given parameter index.
setClobAsCharacterStream(PreparedStatement, int, Reader, int) - Method in class org.springframework.jdbc.support.lob.OracleLobHandler.OracleLobCreator
Deprecated.
 
setClobAsCharacterStream(PreparedStatement, int, Reader, int) - Method in class org.springframework.jdbc.support.lob.TemporaryLobCreator
 
setClobAsString(PreparedStatement, int, String) - Method in class org.springframework.jdbc.support.lob.DefaultLobHandler.DefaultLobCreator
 
setClobAsString(PreparedStatement, int, String) - Method in interface org.springframework.jdbc.support.lob.LobCreator
Set the given content as String on the given statement, using the given parameter index.
setClobAsString(PreparedStatement, int, String) - Method in class org.springframework.jdbc.support.lob.OracleLobHandler.OracleLobCreator
Deprecated.
 
setClobAsString(PreparedStatement, int, String) - Method in class org.springframework.jdbc.support.lob.TemporaryLobCreator
 
setCode(String) - Method in class org.springframework.web.servlet.tags.MessageTag
Set the message code for this tag.
setCodebaseUrl(String) - Method in class org.springframework.remoting.httpinvoker.HttpInvokerClientInterceptor
Set the codebase URL to download classes from if not found locally.
setCollectionCacheStrategies(Properties) - Method in class org.springframework.orm.hibernate3.LocalSessionFactoryBean
Specify the cache strategies for persistent collections (with specific roles).
setCols(String) - Method in class org.springframework.web.servlet.tags.form.TextareaTag
Set the value of the 'cols' attribute.
setColumnName(String) - Method in class org.springframework.jdbc.support.incrementer.AbstractColumnMaxValueIncrementer
Set the name of the column in the sequence table.
setColumnNames(List<String>) - Method in class org.springframework.jdbc.core.simple.AbstractJdbcInsert
Set the names of the columns to be used
setCommandClass(Class) - Method in class org.springframework.web.portlet.mvc.BaseCommandController
Deprecated.
Set the command class for this controller.
setCommandClass(Class) - Method in class org.springframework.web.servlet.mvc.BaseCommandController
Deprecated.
Set the command class for this controller.
setCommandInSession(ActionResponse) - Method in class org.springframework.web.portlet.mvc.AbstractCommandController
Deprecated.
Set the action response parameter that indicates there is a command (and errors) object in the session for the render phase.
setCommandName(String) - Method in class org.springframework.web.portlet.mvc.BaseCommandController
Deprecated.
Set the name of the command in the model.
setCommandName(String) - Method in class org.springframework.web.servlet.mvc.BaseCommandController
Deprecated.
Set the name of the command in the model.
setCommandName(String) - Method in class org.springframework.web.servlet.tags.form.FormTag
Set the name of the form attribute in the model.
setCommentPrefix(String) - Method in class org.springframework.jdbc.datasource.init.ResourceDatabasePopulator
Set the line prefix that identifies comments in the SQL script.
setCommitted(boolean) - Method in class org.springframework.mock.web.MockHttpServletResponse
 
setCommitted(boolean) - Method in class org.springframework.mock.web.portlet.MockMimeResponse
 
setCommittedIfBufferSizeExceeded() - Method in class org.springframework.mock.web.MockHttpServletResponse
 
setCommonMessages(Properties) - Method in class org.springframework.context.support.AbstractMessageSource
Specify locale-independent common messages, with the message code as key and the full message String (may contain argument placeholders) as value.
setComparator(int, Comparator<T>) - Method in class org.springframework.util.comparator.CompoundComparator
Replace the Comparator at the given index.
setComparator(int, Comparator<T>, boolean) - Method in class org.springframework.util.comparator.CompoundComparator
Replace the Comparator at the given index using the given sort order.
setComplete() - Method in class org.springframework.test.AbstractTransactionalDataSourceSpringContextTests
Deprecated.
Overridden to prevent the transaction committing if a number of tables have been cleared, as a defensive measure against accidental permanent wiping of a database.
setComplete() - Method in class org.springframework.test.AbstractTransactionalSpringContextTests
Deprecated.
Cause the transaction to commit for this test method, even if the test method is configured to rollback.
setComplete() - Method in interface org.springframework.web.bind.support.SessionStatus
Mark the current handler's session processing as complete, allowing for cleanup of session attributes.
setComplete() - Method in class org.springframework.web.bind.support.SimpleSessionStatus
 
setCompleteAutoload(boolean) - Method in class org.springframework.web.servlet.view.tiles2.TilesConfigurer
Specify whether to apply Tiles 2.2's "complete-autoload" configuration.
setCompleteAutoload(boolean) - Method in class org.springframework.web.servlet.view.tiles3.TilesConfigurer
Specify whether to apply Tiles 3.0's "complete-autoload" configuration.
setCompleted() - Method in class org.springframework.transaction.support.AbstractTransactionStatus
Mark this transaction as completed, that is, committed or rolled back.
setConcurrency(String) - Method in class org.springframework.jms.listener.DefaultMessageListenerContainer
Specify concurrency limits via a "lower-upper" String, e.g.
setConcurrency(String) - Method in class org.springframework.jms.listener.endpoint.JmsActivationSpecConfig
Specify concurrency limits via a "lower-upper" String, e.g.
setConcurrency(String) - Method in class org.springframework.jms.listener.SimpleMessageListenerContainer
Specify concurrency limits via a "lower-upper" String, e.g.
setConcurrencyLimit(int) - Method in class org.springframework.core.task.SimpleAsyncTaskExecutor
Set the maximum number of parallel accesses allowed.
setConcurrencyLimit(int) - Method in class org.springframework.util.ConcurrencyThrottleSupport
Set the maximum number of concurrent access attempts allowed.
setConcurrent(boolean) - Method in class org.springframework.scheduling.quartz.MethodInvokingJobDetailFactoryBean
Specify whether or not multiple jobs should be run in a concurrent fashion.
setConcurrentConsumers(int) - Method in class org.springframework.jms.listener.DefaultMessageListenerContainer
Specify the number of concurrent consumers to create.
setConcurrentConsumers(int) - Method in class org.springframework.jms.listener.SimpleMessageListenerContainer
Specify the number of concurrent consumers to create.
setConcurrentExecutor(Executor) - Method in class org.springframework.scheduling.backportconcurrent.ConcurrentTaskExecutor
Deprecated.
Specify the JSR-166 backport concurrent executor to delegate to.
setConcurrentExecutor(Executor) - Method in class org.springframework.scheduling.concurrent.ConcurrentTaskExecutor
Specify the JDK 1.5 concurrent executor to delegate to.
setConcurrentResultAndDispatch(Object) - Method in class org.springframework.web.context.request.async.WebAsyncManager
 
setCondition(String) - Method in class org.springframework.cache.interceptor.CacheOperation
 
setConfigLocation(Resource) - Method in class org.springframework.cache.ehcache.EhCacheManagerFactoryBean
Set the location of the EhCache config file.
setConfigLocation(String) - Method in class org.springframework.context.support.AbstractRefreshableConfigApplicationContext
Set the config locations for this application context in init-param style, i.e.
setConfigLocation(Resource) - Method in class org.springframework.orm.hibernate3.LocalSessionFactoryBean
Set the location of a single Hibernate XML config file, for example as classpath resource "classpath:hibernate.cfg.xml".
setConfigLocation(Resource) - Method in class org.springframework.orm.hibernate4.LocalSessionFactoryBean
Set the location of a single Hibernate XML config file, for example as classpath resource "classpath:hibernate.cfg.xml".
setConfigLocation(Resource) - Method in class org.springframework.orm.ibatis.SqlMapClientFactoryBean
Deprecated.
Set the location of the iBATIS SqlMapClient config file.
setConfigLocation(Resource) - Method in class org.springframework.orm.jdo.LocalPersistenceManagerFactoryBean
Set the location of the JDO properties config file, for example as classpath resource "classpath:kodo.properties".
setConfigLocation(Resource) - Method in class org.springframework.scheduling.quartz.SchedulerFactoryBean
Set the location of the Quartz properties config file, for example as classpath resource "classpath:quartz.properties".
setConfigLocation(Resource) - Method in class org.springframework.ui.freemarker.FreeMarkerConfigurationFactory
Set the location of the FreeMarker config file.
setConfigLocation(Resource) - Method in class org.springframework.ui.velocity.VelocityEngineFactory
Set the location of the Velocity config file.
setConfigLocation(String) - Method in interface org.springframework.web.context.ConfigurableWebApplicationContext
Set the config locations for this web application context in init-param style, i.e.
setConfigLocation(String) - Method in class org.springframework.web.context.support.AnnotationConfigWebApplicationContext
Set the config locations for this application context in init-param style, i.e.
setConfigLocation(String) - Method in class org.springframework.web.context.support.GenericWebApplicationContext
 
setConfigLocation(String) - Method in class org.springframework.web.context.support.StaticWebApplicationContext
The StaticWebApplicationContext class does not support this method.
setConfigLocation(String) - Method in interface org.springframework.web.portlet.context.ConfigurablePortletApplicationContext
Set the config locations for this portlet application context in init-param style, i.e.
setConfigLocation(String) - Method in class org.springframework.web.portlet.context.StaticPortletApplicationContext
The StaticPortletApplicationContext class does not support this method.
setConfigLocations(String[]) - Method in class org.springframework.context.support.AbstractRefreshableConfigApplicationContext
Set the config locations for this application context.
setConfigLocations(Resource[]) - Method in class org.springframework.orm.hibernate3.LocalSessionFactoryBean
Set the locations of multiple Hibernate XML config files, for example as classpath resources "classpath:hibernate.cfg.xml,classpath:extension.cfg.xml".
setConfigLocations(Resource[]) - Method in class org.springframework.orm.hibernate4.LocalSessionFactoryBean
Set the locations of multiple Hibernate XML config files, for example as classpath resources "classpath:hibernate.cfg.xml,classpath:extension.cfg.xml".
setConfigLocations(Resource[]) - Method in class org.springframework.orm.ibatis.SqlMapClientFactoryBean
Deprecated.
Set multiple locations of iBATIS SqlMapClient config files that are going to be merged into one unified configuration at runtime.
setConfigLocations(String[]) - Method in interface org.springframework.web.context.ConfigurableWebApplicationContext
Set the config locations for this web application context.
setConfigLocations(String[]) - Method in class org.springframework.web.context.support.AnnotationConfigWebApplicationContext
Set the config locations for this application context.
setConfigLocations(String[]) - Method in class org.springframework.web.context.support.GenericWebApplicationContext
 
setConfigLocations(String[]) - Method in class org.springframework.web.context.support.StaticWebApplicationContext
The StaticWebApplicationContext class does not support this method.
setConfigLocations(String[]) - Method in interface org.springframework.web.portlet.context.ConfigurablePortletApplicationContext
Set the config locations for this portlet application context.
setConfigLocations(String[]) - Method in class org.springframework.web.portlet.context.StaticPortletApplicationContext
The StaticPortletApplicationContext class does not support this method.
setConfiguration(Configuration) - Method in class org.springframework.web.servlet.view.freemarker.FreeMarkerConfigurer
Set a preconfigured Configuration to use for the FreeMarker web config, e.g.
setConfiguration(Configuration) - Method in class org.springframework.web.servlet.view.freemarker.FreeMarkerView
Set the FreeMarker Configuration to be used by this view.
setConfigurationClass(Class<?>) - Method in class org.springframework.orm.hibernate3.annotation.AnnotationSessionFactoryBean
 
setConfigurationClass(Class<?>) - Method in class org.springframework.orm.hibernate3.LocalSessionFactoryBean
Specify the Hibernate Configuration class to use.
setConfigurers(Collection<AsyncConfigurer>) - Method in class org.springframework.scheduling.annotation.AbstractAsyncConfiguration
Collect any AsyncConfigurer beans through autowiring.
setConfigurers(Collection<TransactionManagementConfigurer>) - Method in class org.springframework.transaction.annotation.AbstractTransactionManagementConfiguration
 
setConfigurers(List<WebMvcConfigurer>) - Method in class org.springframework.web.servlet.config.annotation.DelegatingWebMvcConfiguration
 
setConnection(Connection) - Method in class org.springframework.jdbc.datasource.ConnectionHolder
Override the existing Connection handle with the given Connection.
setConnectionFactory(ConnectionFactory) - Method in class org.springframework.jca.cci.connection.CciLocalTransactionManager
Set the CCI ConnectionFactory that this instance should manage local transactions for.
setConnectionFactory(ConnectionFactory) - Method in class org.springframework.jca.cci.core.CciTemplate
Set the CCI ConnectionFactory to obtain Connections from.
setConnectionFactory(ConnectionFactory) - Method in class org.springframework.jca.cci.core.support.CciDaoSupport
Set the ConnectionFactory to be used by this DAO.
setConnectionFactory(ConnectionFactory) - Method in class org.springframework.jca.cci.object.EisOperation
Set the CCI ConnectionFactory to be used by this operation.
setConnectionFactory(ConnectionFactory) - Method in class org.springframework.jms.connection.JmsTransactionManager
Set the JMS ConnectionFactory that this instance should manage transactions for.
setConnectionFactory(ConnectionFactory) - Method in class org.springframework.jms.core.support.JmsGatewaySupport
Set the JMS connection factory to be used by the gateway.
setConnectionFactory(ConnectionFactory) - Method in class org.springframework.jms.remoting.JmsInvokerClientInterceptor
Set the QueueConnectionFactory to use for obtaining JMS QueueConnections.
setConnectionFactory(ConnectionFactory) - Method in class org.springframework.jms.support.JmsAccessor
Set the ConnectionFactory to use for obtaining JMS Connections.
setConnectionHolder(ConnectionHolder) - Method in class org.springframework.jca.cci.connection.CciLocalTransactionManager.CciLocalTransactionObject
 
setConnectionHolder(ConnectionHolder, boolean) - Method in class org.springframework.jdbc.datasource.DataSourceTransactionManager.DataSourceTransactionObject
 
setConnectionHolder(ConnectionHolder) - Method in class org.springframework.jdbc.datasource.JdbcTransactionObjectSupport
 
setConnectionManager(ConnectionManager) - Method in class org.springframework.jca.support.LocalConnectionFactoryBean
Set the JCA ConnectionManager that should be used to create the desired connection factory.
setConnectionProperties(Properties) - Method in class org.springframework.jdbc.datasource.AbstractDriverBasedDataSource
Specify arbitrary connection properties as key/value pairs, to be passed to the Driver.
setConnectionSpec(ConnectionSpec) - Method in class org.springframework.jca.cci.connection.ConnectionSpecConnectionFactoryAdapter
Set the ConnectionSpec that this adapter should use for retrieving Connections.
setConnectionSpec(ConnectionSpec) - Method in class org.springframework.jca.cci.core.CciTemplate
Set the CCI ConnectionSpec that this template instance is supposed to obtain Connections for.
setConnectionSpecForCurrentThread(ConnectionSpec) - Method in class org.springframework.jca.cci.connection.ConnectionSpecConnectionFactoryAdapter
Set a ConnectionSpec for this proxy and the current thread.
setConnectionType(Class<? extends Connection>) - Method in class org.springframework.jdbc.support.nativejdbc.Jdbc4NativeJdbcExtractor
Set the vendor's Connection type, e.g.
setConnectLazily(boolean) - Method in class org.springframework.jms.listener.SimpleMessageListenerContainer
Specify whether to connect lazily, i.e.
setConnectOnStartup(boolean) - Method in class org.springframework.jmx.access.MBeanClientInterceptor
Set whether or not the proxy should connect to the MBeanServer at creation time ("true") or the first time it is invoked ("false").
setConnectOnStartup(boolean) - Method in class org.springframework.jmx.support.MBeanServerConnectionFactoryBean
Set whether to connect to the server on startup.
setConnectTimeout(int) - Method in class org.springframework.http.client.CommonsClientHttpRequestFactory
Deprecated.
Set the connection timeout for the underlying HttpClient.
setConnectTimeout(int) - Method in class org.springframework.http.client.HttpComponentsClientHttpRequestFactory
Set the connection timeout for the underlying HttpClient.
setConnectTimeout(int) - Method in class org.springframework.http.client.SimpleClientHttpRequestFactory
Set the underlying URLConnection's connect timeout (in milliseconds).
setConnectTimeout(int) - Method in class org.springframework.remoting.httpinvoker.CommonsHttpInvokerRequestExecutor
Set the connection timeout for the underlying HttpClient.
setConnectTimeout(int) - Method in class org.springframework.remoting.httpinvoker.HttpComponentsHttpInvokerRequestExecutor
Set the connection timeout for the underlying HttpClient.
setConnectTimeout(int) - Method in class org.springframework.remoting.httpinvoker.SimpleHttpInvokerRequestExecutor
Set the underlying URLConnection's connect timeout (in milliseconds).
setConstraintValidatorFactory(ConstraintValidatorFactory) - Method in class org.springframework.validation.beanvalidation.LocalValidatorFactoryBean
Specify a custom ConstraintValidatorFactory to use for this ValidatorFactory.
setConstructorArguments(Object[], Class<?>[]) - Method in class org.springframework.aop.framework.CglibAopProxy
Set constructor arguments to use for creating the proxy.
setConstructorArgumentValues(ConstructorArgumentValues) - Method in class org.springframework.beans.factory.support.AbstractBeanDefinition
Specify constructor argument values for this bean.
setConstructorResolvers(List<ConstructorResolver>) - Method in class org.springframework.expression.spel.support.StandardEvaluationContext
 
setContent(byte[]) - Method in class org.springframework.mock.web.MockHttpServletRequest
 
setContent(byte[]) - Method in class org.springframework.mock.web.portlet.MockClientDataRequest
 
setContentDispositionFormData(String, String) - Method in class org.springframework.http.HttpHeaders
Sets the (new) value of the Content-Disposition header for form-data.
setContentDispositionMappings(Properties) - Method in class org.springframework.web.servlet.view.jasperreports.JasperReportsMultiFormatView
Set the mappings of Content-Disposition header values to mapping keys.
setContentHandler(ContentHandler) - Method in class org.springframework.oxm.support.MarshallingSource.MarshallingXMLReader
 
setContentHandler(ContentHandler) - Method in class org.springframework.util.xml.AbstractXMLReader
 
setContentLength(long) - Method in class org.springframework.http.HttpHeaders
Set the length of the body in bytes, as specified by the Content-Length header.
setContentLength(int) - Method in class org.springframework.mock.web.MockHttpServletResponse
 
setContentLength(int) - Method in class org.springframework.mock.web.portlet.MockResourceResponse
 
setContentLength(int) - Method in class org.springframework.web.filter.ShallowEtagHeaderFilter.ShallowEtagResponseWrapper
 
setContentNegotiationManager(ContentNegotiationManager) - Method in class org.springframework.test.web.servlet.setup.StandaloneMockMvcBuilder
Set a ContentNegotiationManager.
setContentNegotiationManager(ContentNegotiationManager) - Method in class org.springframework.web.servlet.mvc.method.annotation.ExceptionHandlerExceptionResolver
Set the ContentNegotiationManager to use to determine requested media types.
setContentNegotiationManager(ContentNegotiationManager) - Method in class org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter
Set the ContentNegotiationManager to use to determine requested media types.
setContentNegotiationManager(ContentNegotiationManager) - Method in class org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping
Set the ContentNegotiationManager to use to determine requested media types.
setContentNegotiationManager(ContentNegotiationManager) - Method in class org.springframework.web.servlet.view.ContentNegotiatingViewResolver
Set the ContentNegotiationManager to use to determine requested media types.
setContentType(MediaType) - Method in class org.springframework.http.HttpHeaders
Set the media type of the body, as specified by the Content-Type header.
setContentType(String) - Method in class org.springframework.mock.web.MockHttpServletRequest
 
setContentType(String) - Method in class org.springframework.mock.web.MockHttpServletResponse
 
setContentType(String) - Method in class org.springframework.mock.web.portlet.MockClientDataRequest
 
setContentType(String) - Method in class org.springframework.mock.web.portlet.MockMimeResponse
 
setContentType(String) - Method in class org.springframework.remoting.httpinvoker.AbstractHttpInvokerRequestExecutor
Specify the content type to use for sending HTTP invoker requests.
setContentType(String) - Method in class org.springframework.remoting.rmi.RemoteInvocationSerializingExporter
Specify the content type to use for sending remote invocation responses.
setContentType(String) - Method in class org.springframework.web.servlet.ResourceServlet
Set the content type of the target resource (typically a JSP).
setContentType(String) - Method in class org.springframework.web.servlet.view.AbstractView
Set the content type for this view.
setContentType(String) - Method in class org.springframework.web.servlet.view.UrlBasedViewResolver
Set the content type for all views.
setContentType(String) - Method in class org.springframework.web.servlet.view.xslt.AbstractXsltView
Deprecated.
 
setContext(String) - Method in class org.springframework.web.servlet.tags.UrlTag
Set the context path for the URL.
setContextAttribute(String) - Method in class org.springframework.web.filter.DelegatingFilterProxy
Set the name of the ServletContext attribute which should be used to retrieve the WebApplicationContext from which to load the delegate Filter bean.
setContextAttribute(String) - Method in class org.springframework.web.servlet.FrameworkServlet
Set the name of the ServletContext attribute which should be used to retrieve the WebApplicationContext that this servlet is supposed to use.
setContextClass(Class) - Method in class org.springframework.web.portlet.FrameworkPortlet
Set a custom context class.
setContextClass(Class<?>) - Method in class org.springframework.web.servlet.FrameworkServlet
Set a custom context class.
setContextClass(Class) - Method in class org.springframework.web.struts.ContextLoaderPlugIn
Deprecated.
Set a custom context class.
setContextClassName(String) - Method in class org.springframework.web.struts.ContextLoaderPlugIn
Deprecated.
Set a custom context class by name.
setContextConfigLocation(String) - Method in class org.springframework.jca.context.SpringContextResourceAdapter
Set the location of the context configuration files, within the resource adapter's deployment unit.
setContextConfigLocation(String) - Method in class org.springframework.web.portlet.FrameworkPortlet
Set the context config location explicitly, instead of relying on the default location built from the namespace.
setContextConfigLocation(String) - Method in class org.springframework.web.servlet.FrameworkServlet
Set the context config location explicitly, instead of relying on the default location built from the namespace.
setContextConfigLocation(String) - Method in class org.springframework.web.struts.ContextLoaderPlugIn
Deprecated.
Set the context config location explicitly, instead of relying on the default location built from the namespace.
setContextId(String) - Method in class org.springframework.web.servlet.FrameworkServlet
Specify a custom WebApplicationContext id, to be used as serialization id for the underlying BeanFactory.
setContextInitializerClasses(String) - Method in class org.springframework.web.servlet.FrameworkServlet
Specify the set of fully-qualified ApplicationContextInitializer class names, per the optional "contextInitializerClasses" servlet init-param.
setContextInitializers(ApplicationContextInitializer<ConfigurableApplicationContext>...) - Method in class org.springframework.web.servlet.FrameworkServlet
Specify which ApplicationContextInitializer instances should be used to initialize the application context used by this FrameworkServlet.
setContextOverride(boolean) - Method in class org.springframework.web.context.support.ServletContextPropertyPlaceholderConfigurer
Deprecated.
Set whether ServletContext init parameters (and optionally also ServletContext attributes) should override local properties within the application.
setContextPath(String) - Method in class org.springframework.mock.web.MockHttpServletRequest
 
setContextPath(String) - Method in class org.springframework.mock.web.MockServletContext
 
setContextPath(String) - Method in class org.springframework.mock.web.portlet.MockPortletRequest
 
setContextPath(String) - Method in class org.springframework.oxm.jaxb.Jaxb2Marshaller
Set a JAXB context path.
setContextPaths(String...) - Method in class org.springframework.oxm.jaxb.Jaxb2Marshaller
Set multiple JAXB context paths.
setContextRelative(boolean) - Method in class org.springframework.web.servlet.view.RedirectView
Set whether to interpret a given URL that starts with a slash ("/") as relative to the current ServletContext, i.e.
setContexts(Map<String, HttpHandler>) - Method in class org.springframework.remoting.support.SimpleHttpServerFactoryBean
Register HttpHandlers for specific context paths.
setContinueOnError(boolean) - Method in class org.springframework.jdbc.datasource.init.ResourceDatabasePopulator
Flag to indicate that all failures in SQL should be logged but not cause a failure.
setContinueScheduledExecutionAfterException(boolean) - Method in class org.springframework.scheduling.concurrent.ScheduledExecutorFactoryBean
Specify whether to continue the execution of a scheduled task after it threw an exception.
setConversionService(ConversionService) - Method in interface org.springframework.beans.ConfigurablePropertyAccessor
Specify a Spring 3.0 ConversionService to use for converting property values, as an alternative to JavaBeans PropertyEditors.
setConversionService(ConversionService) - Method in interface org.springframework.beans.factory.config.ConfigurableBeanFactory
Specify a Spring 3.0 ConversionService to use for converting property values, as an alternative to JavaBeans PropertyEditors.
setConversionService(ConversionService) - Method in class org.springframework.beans.factory.support.AbstractBeanFactory
 
setConversionService(ConversionService) - Method in class org.springframework.beans.PropertyEditorRegistrySupport
Specify a Spring 3.0 ConversionService to use for converting property values, as an alternative to JavaBeans PropertyEditors.
setConversionService(ConfigurableConversionService) - Method in class org.springframework.core.env.AbstractEnvironment
 
setConversionService(ConfigurableConversionService) - Method in class org.springframework.core.env.AbstractPropertyResolver
 
setConversionService(ConfigurableConversionService) - Method in interface org.springframework.core.env.ConfigurablePropertyResolver
Set the ConfigurableConversionService to be used when performing type conversions on properties.
setConversionService(FormattingConversionService) - Method in class org.springframework.test.web.servlet.setup.StandaloneMockMvcBuilder
Provide a conversion service with custom formatters and converters.
setConversionService(ConversionService) - Method in class org.springframework.validation.DataBinder
Specify a Spring 3.0 ConversionService to use for converting property values, as an alternative to JavaBeans PropertyEditors.
setConversionService(ConversionService) - Method in class org.springframework.web.bind.support.ConfigurableWebBindingInitializer
Specify a ConversionService which will apply to every DataBinder.
setConverted() - Method in class org.springframework.beans.MutablePropertyValues
Mark this holder as containing converted values only (i.e.
setConvertedExporterParameters(Map<JRExporterParameter, Object>) - Method in class org.springframework.web.servlet.view.jasperreports.AbstractJasperReportsView
Allows subclasses to populate the converted exporter parameters.
setConvertedValue(Object) - Method in class org.springframework.beans.factory.config.ConstructorArgumentValues.ValueHolder
Set the converted value of the constructor argument, after processed type conversion.
setConvertedValue(Object) - Method in class org.springframework.beans.PropertyValue
Set the converted value of the constructor argument, after processed type conversion.
setConverters(Set<?>) - Method in class org.springframework.context.support.ConversionServiceFactoryBean
Configure the set of custom converter objects that should be added: implementing Converter, ConverterFactory, or GenericConverter.
setConverters(Set<?>) - Method in class org.springframework.format.support.FormattingConversionServiceFactoryBean
Configure the set of custom converter objects that should be added.
setConverters(ConverterMatcher[]) - Method in class org.springframework.oxm.xstream.XStreamMarshaller
Set the Converters or SingleValueConverters to be registered with the XStream instance.
setCookieDomain(String) - Method in class org.springframework.web.util.CookieGenerator
Use the given domain for cookies created by this generator.
setCookieHttpOnly(boolean) - Method in class org.springframework.web.util.CookieGenerator
Set whether the cookie is supposed to be marked with the "HttpOnly" attribute.
setCookieMaxAge(Integer) - Method in class org.springframework.web.util.CookieGenerator
Use the given maximum age (in seconds) for cookies created by this generator.
setCookieName(String) - Method in class org.springframework.web.util.CookieGenerator
Use the given name for cookies created by this generator.
setCookiePath(String) - Method in class org.springframework.web.util.CookieGenerator
Use the given path for cookies created by this generator.
setCookies(Cookie...) - Method in class org.springframework.mock.web.MockHttpServletRequest
 
setCookies(Cookie...) - Method in class org.springframework.mock.web.portlet.MockPortletRequest
 
setCookieSecure(boolean) - Method in class org.springframework.web.util.CookieGenerator
Set whether the cookie should only be sent using a secure protocol, such as HTTPS (SSL).
setCorePoolSize(int) - Method in class org.springframework.scheduling.backportconcurrent.ThreadPoolTaskExecutor
Deprecated.
Set the ThreadPoolExecutor's core pool size.
setCorePoolSize(int) - Method in class org.springframework.scheduling.concurrent.ThreadPoolExecutorFactoryBean
Set the ThreadPoolExecutor's core pool size.
setCorePoolSize(int) - Method in class org.springframework.scheduling.concurrent.ThreadPoolTaskExecutor
Set the ThreadPoolExecutor's core pool size.
setCreateTemporaryLob(boolean) - Method in class org.springframework.jdbc.support.lob.DefaultLobHandler
Specify whether to copy a byte array / String into a temporary JDBC Blob / Clob object created through the JDBC 4.0 createBlob / createClob methods.
setCredentialsForCurrentThread(String, String) - Method in class org.springframework.jdbc.datasource.UserCredentialsDataSourceAdapter
Set user credententials for this proxy and the current thread.
setCredentialsForCurrentThread(String, String) - Method in class org.springframework.jms.connection.UserCredentialsConnectionFactoryAdapter
Set user credententials for this proxy and the current thread.
setCronExpression(String) - Method in class org.springframework.scheduling.quartz.CronTriggerFactoryBean
Specify the cron expression for this trigger.
setCronTasks(Map<Runnable, String>) - Method in class org.springframework.scheduling.config.ScheduledTaskRegistrar
Specify triggered tasks as a Map of Runnables (the tasks) and cron expressions.
setCronTasksList(List<CronTask>) - Method in class org.springframework.scheduling.config.ScheduledTaskRegistrar
Specify triggered tasks as a list of CronTask objects.
setCssClass(String) - Method in class org.springframework.web.servlet.tags.form.AbstractHtmlElementTag
Set the value of the 'class' attribute.
setCssErrorClass(String) - Method in class org.springframework.web.servlet.tags.form.AbstractHtmlElementTag
The CSS class to use when the field bound to a particular tag has errors.
setCssErrorClass(String) - Method in class org.springframework.web.servlet.tags.form.FormTag
Unsupported for forms.
setCssStyle(String) - Method in class org.springframework.web.servlet.tags.form.AbstractHtmlElementTag
Set the value of the 'style' attribute.
setCurrency(Currency) - Method in class org.springframework.format.number.CurrencyFormatter
Specify the currency, if known.
setCurrencyTimeLimit(int) - Method in class org.springframework.jmx.export.metadata.AbstractJmxAttribute
Set a currency time limit for this attribute.
setCurrentlyInCreation(String, boolean) - Method in interface org.springframework.beans.factory.config.ConfigurableBeanFactory
Explicitly control the current in-creation status of the specified bean.
setCurrentlyInCreation(String, boolean) - Method in class org.springframework.beans.factory.support.DefaultSingletonBeanRegistry
 
setCurrentProxiedBeanName(String) - Static method in class org.springframework.aop.framework.autoproxy.ProxyCreationContext
Set the name of the currently proxied bean instance.
setCurrentProxy(Object) - Static method in class org.springframework.aop.framework.AopContext
Make the given proxy available via the currentProxy() method.
setCurrentTransactionIsolationLevel(Integer) - Static method in class org.springframework.transaction.support.TransactionSynchronizationManager
Expose an isolation level for the current transaction.
setCurrentTransactionName(String) - Static method in class org.springframework.transaction.support.TransactionSynchronizationManager
Expose the name of the current transaction, if any.
setCurrentTransactionReadOnly(boolean) - Static method in class org.springframework.transaction.support.TransactionSynchronizationManager
Expose a read-only flag for the current transaction.
setCustomArgumentResolver(WebArgumentResolver) - Method in class org.springframework.web.portlet.mvc.annotation.AnnotationMethodHandlerAdapter
Set a custom WebArgumentResolver to use for special method parameter types.
setCustomArgumentResolver(WebArgumentResolver) - Method in class org.springframework.web.portlet.mvc.annotation.AnnotationMethodHandlerExceptionResolver
Set a custom ArgumentResolvers to use for special method parameter types.
setCustomArgumentResolver(WebArgumentResolver) - Method in class org.springframework.web.servlet.mvc.annotation.AnnotationMethodHandlerAdapter
Deprecated.
Set a custom WebArgumentResolvers to use for special method parameter types.
setCustomArgumentResolver(WebArgumentResolver) - Method in class org.springframework.web.servlet.mvc.annotation.AnnotationMethodHandlerExceptionResolver
Deprecated.
Set a custom ArgumentResolvers to use for special method parameter types.
setCustomArgumentResolvers(HandlerMethodArgumentResolver...) - Method in class org.springframework.test.web.servlet.setup.StandaloneMockMvcBuilder
Provide custom resolvers for controller method arguments.
setCustomArgumentResolvers(WebArgumentResolver[]) - Method in class org.springframework.web.portlet.mvc.annotation.AnnotationMethodHandlerAdapter
Set one or more custom WebArgumentResolvers to use for special method parameter types.
setCustomArgumentResolvers(WebArgumentResolver[]) - Method in class org.springframework.web.portlet.mvc.annotation.AnnotationMethodHandlerExceptionResolver
Set one or more custom ArgumentResolvers to use for special method parameter types.
setCustomArgumentResolvers(WebArgumentResolver[]) - Method in class org.springframework.web.servlet.mvc.annotation.AnnotationMethodHandlerAdapter
Deprecated.
Set one or more custom WebArgumentResolvers to use for special method parameter types.
setCustomArgumentResolvers(WebArgumentResolver[]) - Method in class org.springframework.web.servlet.mvc.annotation.AnnotationMethodHandlerExceptionResolver
Deprecated.
Set one or more custom ArgumentResolvers to use for special method parameter types.
setCustomArgumentResolvers(List<HandlerMethodArgumentResolver>) - Method in class org.springframework.web.servlet.mvc.method.annotation.ExceptionHandlerExceptionResolver
Provide resolvers for custom argument types.
setCustomArgumentResolvers(List<HandlerMethodArgumentResolver>) - Method in class org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter
Provide resolvers for custom argument types.
setCustomEditors(Map<String, ?>) - Method in class org.springframework.beans.factory.config.CustomEditorConfigurer
Specify the custom editors to register via a Map, using the class name of the required type as the key and the class name of the associated PropertyEditor as value.
setCustomModelAndViewResolver(ModelAndViewResolver) - Method in class org.springframework.web.portlet.mvc.annotation.AnnotationMethodHandlerAdapter
Set a custom ModelAndViewResolvers to use for special method return types.
setCustomModelAndViewResolver(ModelAndViewResolver) - Method in class org.springframework.web.servlet.mvc.annotation.AnnotationMethodHandlerAdapter
Deprecated.
Set a custom ModelAndViewResolvers to use for special method return types.
setCustomModelAndViewResolvers(ModelAndViewResolver[]) - Method in class org.springframework.web.portlet.mvc.annotation.AnnotationMethodHandlerAdapter
Set one or more custom ModelAndViewResolvers to use for special method return types.
setCustomModelAndViewResolvers(ModelAndViewResolver[]) - Method in class org.springframework.web.servlet.mvc.annotation.AnnotationMethodHandlerAdapter
Deprecated.
Set one or more custom ModelAndViewResolvers to use for special method return types.
setCustomProperties(Properties) - Method in class org.springframework.remoting.jaxrpc.JaxRpcPortClientInterceptor
Deprecated.
Set custom properties to be set on the stub or call.
setCustomProperties(Map<String, Object>) - Method in class org.springframework.remoting.jaxws.JaxWsPortClientInterceptor
Set custom properties to be set on the stub.
setCustomPropertyMap(Map<String, Object>) - Method in class org.springframework.remoting.jaxrpc.JaxRpcPortClientInterceptor
Deprecated.
Set custom properties to be set on the stub or call.
setCustomQualifierTypes(Set) - Method in class org.springframework.beans.factory.annotation.CustomAutowireConfigurer
Register custom qualifier annotation types to be considered when autowiring beans.
setCustomReturnValueHandlers(HandlerMethodReturnValueHandler...) - Method in class org.springframework.test.web.servlet.setup.StandaloneMockMvcBuilder
Provide custom handlers for controller method return values.
setCustomReturnValueHandlers(List<HandlerMethodReturnValueHandler>) - Method in class org.springframework.web.servlet.mvc.method.annotation.ExceptionHandlerExceptionResolver
Provide handlers for custom return value types.
setCustomReturnValueHandlers(List<HandlerMethodReturnValueHandler>) - Method in class org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter
Provide handlers for custom return value types.
setCustomSqlExceptionTranslator(SQLExceptionTranslator) - Method in class org.springframework.jdbc.support.SQLErrorCodes
 
setCustomSqlExceptionTranslatorClass(Class<? extends SQLExceptionTranslator>) - Method in class org.springframework.jdbc.support.SQLErrorCodes
 
setCustomTargetSourceCreators(TargetSourceCreator[]) - Method in class org.springframework.aop.framework.autoproxy.AbstractAutoProxyCreator
Set custom TargetSourceCreators to be applied in this order.
setCustomTranslations(CustomSQLErrorCodesTranslation[]) - Method in class org.springframework.jdbc.support.SQLErrorCodes
 
setDaemon(boolean) - Method in class org.springframework.jmx.support.ConnectorServerFactoryBean
Set whether any threads started for the JMXConnectorServer should be started as daemon threads.
setDaemon(boolean) - Method in class org.springframework.scheduling.timer.TimerFactoryBean
Deprecated.
Set whether the timer should use a daemon thread, just executing as long as the application itself is running.
setDaemon(boolean) - Method in class org.springframework.util.CustomizableThreadCreator
Set whether this factory is supposed to create daemon threads, just executing as long as the application itself is running.
setDataAccessResourceFailureCodes(String[]) - Method in class org.springframework.jdbc.support.SQLErrorCodes
 
setDatabase(Database) - Method in class org.springframework.orm.jpa.vendor.AbstractJpaVendorAdapter
Specify the target database to operate on, as a value of the Database enum: DB2, DERBY, H2, HSQL, INFORMIX, MYSQL, ORACLE, POSTGRESQL, SQL_SERVER, SYBASE
setDatabaseCleaner(DatabasePopulator) - Method in class org.springframework.jdbc.datasource.embedded.EmbeddedDatabaseFactoryBean
Set a script execution to be run in the bean destruction callback, cleaning up the database and leaving it in a known state for others.
setDatabaseCleaner(DatabasePopulator) - Method in class org.springframework.jdbc.datasource.init.DataSourceInitializer
Set a script execution to be run in the bean destruction callback, cleaning up the database and leaving it in a known state for others.
setDatabaseConfigurer(EmbeddedDatabaseConfigurer) - Method in class org.springframework.jdbc.datasource.embedded.EmbeddedDatabaseFactory
Set the strategy that will be used to configure the embedded database instance.
setDatabaseName(String) - Method in class org.springframework.jdbc.datasource.embedded.EmbeddedDatabaseFactory
Set the name of the database.
setDatabasePlatform(String) - Method in class org.springframework.orm.jpa.vendor.AbstractJpaVendorAdapter
Specify the name of the target database to operate on.
setDatabasePopulator(Element, BeanDefinitionBuilder) - Static method in class org.springframework.jdbc.config.DatabasePopulatorConfigUtils
 
setDatabasePopulator(DatabasePopulator) - Method in class org.springframework.jdbc.datasource.embedded.EmbeddedDatabaseFactory
Set the strategy that will be used to populate the embedded database.
setDatabasePopulator(DatabasePopulator) - Method in class org.springframework.jdbc.datasource.init.DataSourceInitializer
The DatabasePopulator to use to populate the data source.
setDatabaseProductName(String) - Method in class org.springframework.jdbc.support.JdbcAccessor
Specify the database product name for the DataSource that this accessor uses.
setDatabaseProductName(String) - Method in class org.springframework.jdbc.support.SQLErrorCodes
Set this property if the database name contains spaces, in which case we can not use the bean name for lookup.
setDatabaseProductName(String) - Method in class org.springframework.jdbc.support.SQLErrorCodeSQLExceptionTranslator
Set the database product name for this translator.
setDatabaseProductNames(String[]) - Method in class org.springframework.jdbc.support.SQLErrorCodes
Set this property to specify multiple database names that contains spaces, in which case we can not use bean names for lookup.
setDatabaseType(Element, BeanDefinitionBuilder) - Method in class org.springframework.jdbc.config.EmbeddedDatabaseBeanDefinitionParser
 
setDatabaseType(EmbeddedDatabaseType) - Method in class org.springframework.jdbc.datasource.embedded.EmbeddedDatabaseFactory
Set the type of embedded database to use.
setDataBinderFactory(WebDataBinderFactory) - Method in class org.springframework.web.method.support.InvocableHandlerMethod
Sets the WebDataBinderFactory to be passed to argument resolvers allowing them to create a WebDataBinder for data binding and type conversion purposes.
setDataIntegrityViolationCodes(String[]) - Method in class org.springframework.jdbc.support.SQLErrorCodes
 
setDataSource(DataSource) - Method in class org.springframework.jdbc.core.support.JdbcBeanDefinitionReader
Set the DataSource to use to obtain database connections.
setDataSource(DataSource) - Method in class org.springframework.jdbc.core.support.JdbcDaoSupport
Set the JDBC DataSource to be used by this DAO.
setDataSource(DataSource) - Method in class org.springframework.jdbc.datasource.DataSourceTransactionManager
Set the JDBC DataSource that this instance should manage transactions for.
setDataSource(DataSource) - Method in class org.springframework.jdbc.datasource.init.DataSourceInitializer
The DataSource to populate when this component is initialized.
setDataSource(DataSource) - Method in class org.springframework.jdbc.object.RdbmsOperation
Set the JDBC DataSource to obtain connections from.
setDataSource(DataSource) - Method in class org.springframework.jdbc.support.DatabaseStartupValidator
Set the DataSource to validate.
setDataSource(DataSource) - Method in class org.springframework.jdbc.support.incrementer.AbstractDataFieldMaxValueIncrementer
Set the data source to retrieve the value from.
setDataSource(DataSource) - Method in class org.springframework.jdbc.support.JdbcAccessor
Set the JDBC DataSource to obtain connections from.
setDataSource(DataSource) - Method in class org.springframework.jdbc.support.SQLErrorCodeSQLExceptionTranslator
Set the DataSource for this translator.
setDataSource(DataSource) - Method in class org.springframework.orm.hibernate3.AbstractSessionFactoryBean
Set the DataSource to be used by the SessionFactory.
setDataSource(DataSource) - Method in class org.springframework.orm.hibernate3.HibernateTransactionManager
Set the JDBC DataSource that this instance should manage transactions for.
setDataSource(DataSource) - Method in class org.springframework.orm.hibernate4.HibernateTransactionManager
Set the JDBC DataSource that this instance should manage transactions for.
setDataSource(DataSource) - Method in class org.springframework.orm.hibernate4.LocalSessionFactoryBean
Set the DataSource to be used by the SessionFactory.
setDataSource(DataSource) - Method in class org.springframework.orm.ibatis.SqlMapClientFactoryBean
Deprecated.
Set the DataSource to be used by iBATIS SQL Maps.
setDataSource(DataSource) - Method in class org.springframework.orm.ibatis.support.SqlMapClientDaoSupport
Deprecated.
Set the JDBC DataSource to be used by this DAO.
setDataSource(DataSource) - Method in class org.springframework.orm.jdo.JdoTransactionManager
Set the JDBC DataSource that this instance should manage transactions for.
setDataSource(DataSource) - Method in class org.springframework.orm.jpa.JpaTransactionManager
Set the JDBC DataSource that this instance should manage transactions for.
setDataSource(DataSource) - Method in class org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean
Specify the JDBC DataSource that the JPA persistence provider is supposed to use for accessing the database.
setDataSource(DataSource) - Method in class org.springframework.scheduling.quartz.SchedulerFactoryBean
Set the default DataSource to be used by the Scheduler.
setDataSource(DataSource) - Method in class org.springframework.test.AbstractTransactionalDataSourceSpringContextTests
Deprecated.
Setter: DataSource is provided by Dependency Injection.
setDataSource(DataSource) - Method in class org.springframework.test.annotation.AbstractAnnotationAwareTransactionalTests
Deprecated.
 
setDataSource(DataSource) - Method in class org.springframework.test.context.junit38.AbstractTransactionalJUnit38SpringContextTests
Deprecated.
Set the DataSource, typically provided via Dependency Injection.
setDataSource(DataSource) - Method in class org.springframework.test.context.junit4.AbstractTransactionalJUnit4SpringContextTests
Set the DataSource, typically provided via Dependency Injection.
setDataSource(DataSource) - Method in class org.springframework.test.context.testng.AbstractTransactionalTestNGSpringContextTests
Set the DataSource, typically provided via Dependency Injection.
setDataSourceFactory(DataSourceFactory) - Method in class org.springframework.jdbc.datasource.embedded.EmbeddedDatabaseFactory
Set the factory to use to create the DataSource instance that connects to the embedded database.
setDataSourceLookup(DataSourceLookup) - Method in class org.springframework.jdbc.datasource.lookup.AbstractRoutingDataSource
Set the DataSourceLookup implementation to use for resolving data source name Strings in the targetDataSources map.
setDataSourceLookup(DataSourceLookup) - Method in class org.springframework.orm.jpa.persistenceunit.DefaultPersistenceUnitManager
Specify the JDBC DataSourceLookup that provides DataSources for the persistence provider, resolving data source names in persistence.xml against Spring-managed DataSource instances.
setDataSources(Map<String, DataSource>) - Method in class org.springframework.jdbc.datasource.lookup.MapDataSourceLookup
Set the Map of DataSources; the keys are Strings, the values are actual DataSource instances.
setDataSources(Map<String, DataSource>) - Method in class org.springframework.orm.jpa.persistenceunit.DefaultPersistenceUnitManager
Specify the JDBC DataSources that the JPA persistence provider is supposed to use for accessing the database, resolving data source names in persistence.xml against Spring-managed DataSources.
setDate(long) - Method in class org.springframework.http.HttpHeaders
Sets the date and time at which the message was created, as specified by the Date header.
setDate(String, long) - Method in class org.springframework.http.HttpHeaders
 
setDateFormat(DateFormat) - Method in class org.springframework.http.converter.json.Jackson2ObjectMapperFactoryBean
Define the format for date/time with the given DateFormat.
setDateFormat(DateFormat) - Method in class org.springframework.http.converter.json.JacksonObjectMapperFactoryBean
Define the format for date/time with the given DateFormat.
setDateFormatter(DateTimeFormatter) - Method in class org.springframework.format.datetime.joda.JodaTimeFormatterRegistrar
Set the formatter that will be used for objects representing date values.
setDateHeader(String, long) - Method in class org.springframework.mock.web.MockHttpServletResponse
 
setDateStyle(String) - Method in class org.springframework.format.datetime.joda.JodaTimeFormatterRegistrar
Set the default format style of Joda LocalDate objects.
setDateTimeFormatter(DateTimeFormatter) - Method in class org.springframework.format.datetime.joda.JodaTimeFormatterRegistrar
Set the formatter that will be used for objects representing date and time values.
setDateTimeStyle(String) - Method in class org.springframework.format.datetime.joda.JodaTimeFormatterRegistrar
Set the default format style of Joda LocalDateTime and DateTime objects, as well as JDK Date and Calendar objects.
setDateToolAttribute(String) - Method in class org.springframework.web.servlet.view.velocity.VelocityView
Set the name of the DateTool helper object to expose in the Velocity context of this view, or null if not needed.
setDateToolAttribute(String) - Method in class org.springframework.web.servlet.view.velocity.VelocityViewResolver
Set the name of the DateTool helper object to expose in the Velocity context of this view, or null if not needed.
setDays(BitSet, String, int) - Method in class org.springframework.scheduling.support.CronSequenceGenerator
 
setDaysOfMonth(BitSet, String) - Method in class org.springframework.scheduling.support.CronSequenceGenerator
 
setDeadlockLoserCodes(String[]) - Method in class org.springframework.jdbc.support.SQLErrorCodes
 
setDebug(boolean) - Method in class org.springframework.remoting.caucho.HessianClientInterceptor
Set whether Hessian's debug mode should be enabled.
setDebug(boolean) - Method in class org.springframework.remoting.caucho.HessianExporter
Set whether Hessian's debug mode should be enabled, logging to this exporter's Commons Logging log.
setDeclarationOrder(int) - Method in class org.springframework.aop.aspectj.AbstractAspectJAdvice
Sets the declaration order of this advice within the aspect
setDecoratedDefinition(BeanDefinitionHolder) - Method in class org.springframework.beans.factory.support.RootBeanDefinition
 
setDefaultAutoCommit(boolean) - Method in class org.springframework.jdbc.datasource.LazyConnectionDataSourceProxy
Set the default auto-commit mode to expose when no target Connection has been fetched yet (-> actual JDBC Connection default not known yet).
setDefaultContentType(MediaType) - Method in class org.springframework.http.converter.BufferedImageHttpMessageConverter
Sets the default Content-Type to be used for writing.
setDefaultContentType(MediaType) - Method in class org.springframework.web.accept.ContentNegotiationManagerFactoryBean
Set the default content type.
setDefaultContentType(MediaType) - Method in class org.springframework.web.servlet.view.ContentNegotiatingViewResolver
setDefaultCurrencyTimeLimit(Integer) - Method in class org.springframework.jmx.export.assembler.AbstractReflectiveMBeanInfoAssembler
Set the default for the JMX field "currencyTimeLimit".
setDefaultDataSource(DataSource) - Method in class org.springframework.orm.jpa.persistenceunit.DefaultPersistenceUnitManager
Specify the JDBC DataSource that the JPA persistence provider is supposed to use for accessing the database if none has been specified in persistence.xml.
setDefaultDestination(Destination) - Method in class org.springframework.jms.core.JmsTemplate
Set the destination to be used on send/receive operations that do not have a destination parameter.
setDefaultDestinationName(String) - Method in class org.springframework.jms.core.JmsTemplate
Set the destination name to be used on send/receive operations that do not have a destination parameter.
setDefaultDomain(String) - Method in class org.springframework.jmx.export.annotation.AnnotationMBeanExporter
Specify the default domain to be used for generating ObjectNames when no source-level metadata has been specified.
setDefaultDomain(String) - Method in class org.springframework.jmx.export.naming.MetadataNamingStrategy
Specify the default domain to be used for generating ObjectNames when no source-level metadata has been specified.
setDefaultDomain(String) - Method in class org.springframework.jmx.support.MBeanServerFactoryBean
Set the default domain to be used by the MBeanServer, to be passed to MBeanServerFactory.createMBeanServer() or MBeanServerFactory.findMBeanServer().
setDefaultEncoding(String) - Method in class org.springframework.context.support.ReloadableResourceBundleMessageSource
Set the default charset to use for parsing properties files.
setDefaultEncoding(String) - Method in class org.springframework.context.support.ResourceBundleMessageSource
Set the default charset to use for parsing resource bundle files.
setDefaultEncoding(String) - Method in class org.springframework.mail.javamail.JavaMailSenderImpl
Set the default encoding to use for MimeMessages created by this instance.
setDefaultEncoding(String) - Method in class org.springframework.ui.freemarker.FreeMarkerConfigurationFactory
Set the default encoding for the FreeMarker configuration.
setDefaultEncoding(String) - Method in class org.springframework.web.multipart.commons.CommonsFileUploadSupport
Set the default character encoding to use for parsing requests, to be applied to headers of individual parts and to form fields.
setDefaultEncoding(String) - Method in class org.springframework.web.util.UrlPathHelper
Set the default character encoding to use for URL decoding.
setDefaultErrorView(String) - Method in class org.springframework.web.portlet.handler.SimpleMappingExceptionResolver
Set the name of the default error view.
setDefaultErrorView(String) - Method in class org.springframework.web.servlet.handler.SimpleMappingExceptionResolver
Set the name of the default error view.
setDefaultFileTypeMap(FileTypeMap) - Method in class org.springframework.mail.javamail.JavaMailSenderImpl
Set the default Java Activation FileTypeMap to use for MimeMessages created by this instance.
setDefaultFilterCondition(String) - Method in class org.springframework.orm.hibernate3.FilterDefinitionFactoryBean
Specify a default filter condition for the filter, if any.
setDefaultHandler(Object) - Method in class org.springframework.web.portlet.handler.AbstractHandlerMapping
Set the default handler for this handler mapping.
setDefaultHandler(Object) - Method in class org.springframework.web.servlet.handler.AbstractHandlerMapping
Set the default handler for this handler mapping.
setDefaultHtmlEscape(boolean) - Method in class org.springframework.web.servlet.support.RequestContext
(De)activate default HTML escaping for messages and errors, for the scope of this RequestContext.
setDefaultHtmlEscape(String) - Method in class org.springframework.web.servlet.tags.HtmlEscapeTag
Set the default value for HTML escaping, to be put into the current PageContext.
setDefaultJtaDataSource(DataSource) - Method in class org.springframework.orm.jpa.persistenceunit.DefaultPersistenceUnitManager
Specify the JDBC DataSource that the JPA persistence provider is supposed to use for accessing the database if none has been specified in persistence.xml.
setDefaultListenerMethod(String) - Method in class org.springframework.jms.listener.adapter.MessageListenerAdapter
Specify the name of the default listener method to delegate to, for the case where no specific listener method has been determined.
setDefaultLocale(Locale) - Method in class org.springframework.web.servlet.i18n.AbstractLocaleResolver
Set a default Locale that this resolver will return if no other locale found.
setDefaultLocale(Locale) - Method in class org.springframework.web.servlet.i18n.CookieLocaleResolver
Set a fixed Locale that this resolver will return if no cookie found.
setDefaultMethodName(String) - Method in class org.springframework.web.servlet.mvc.multiaction.ParameterMethodNameResolver
Set the name of the default handler method that should be used when no parameter was found in the request
setDefaultNamespace(String) - Method in class org.springframework.mock.web.portlet.MockPortletConfig
 
setDefaultNamespace(String) - Method in class org.springframework.util.xml.XMLEventStreamWriter
 
setDefaultObject(Object) - Method in class org.springframework.jndi.JndiObjectFactoryBean
Specify a default object to fall back to if the JNDI lookup fails.
setDefaultParentBean(String) - Method in class org.springframework.beans.factory.support.PropertiesBeanDefinitionReader
Set the default parent bean for this bean factory.
setDefaultParentView(String) - Method in class org.springframework.web.servlet.view.ResourceBundleViewResolver
Set the default parent for views defined in the ResourceBundle.
setDefaultPersistenceUnitName(String) - Method in class org.springframework.orm.jpa.persistenceunit.DefaultPersistenceUnitManager
Specify the name of the default persistence unit, if any.
setDefaultPersistenceUnitName(String) - Method in class org.springframework.orm.jpa.support.PersistenceAnnotationBeanPostProcessor
Specify the default persistence unit name, to be used in case of no unit name specified in an @PersistenceUnit / @PersistenceContext annotation.
setDefaultPersistenceUnitRootLocation(String) - Method in class org.springframework.orm.jpa.persistenceunit.DefaultPersistenceUnitManager
Set the default persistence unit root location, to be applied if no unit-specific persistence unit root could be determined.
setDefaultProfiles(String...) - Method in class org.springframework.core.env.AbstractEnvironment
Specify the set of profiles to be made active by default if no other profiles are explicitly made active through ConfigurableEnvironment.setActiveProfiles(java.lang.String...).
setDefaultProfiles(String...) - Method in interface org.springframework.core.env.ConfigurableEnvironment
Specify the set of profiles to be made active by default if no other profiles are explicitly made active through ConfigurableEnvironment.setActiveProfiles(java.lang.String...).
setDefaultProperties(Map<String, String>) - Method in class org.springframework.jms.listener.endpoint.StandardJmsActivationSpecFactory
Specify custom default properties, with String keys and String values.
setDefaultProxyTargetClass(boolean) - Method in class org.springframework.scripting.support.ScriptFactoryPostProcessor
Flag to signal that refreshable proxies should be created to proxy the target class not its interfaces.
setDefaultRefreshCheckDelay(long) - Method in class org.springframework.scripting.support.ScriptFactoryPostProcessor
Set the delay between refresh checks, in milliseconds.
setDefaultRequest(RequestBuilder) - Method in class org.springframework.test.web.servlet.MockMvc
A default request builder merged into every performed request.
setDefaultResponseDestination(Destination) - Method in class org.springframework.jms.listener.adapter.MessageListenerAdapter
Set the default destination to send response messages to.
setDefaultResponseQueueName(String) - Method in class org.springframework.jms.listener.adapter.MessageListenerAdapter
Set the name of the default response queue to send response messages to.
setDefaultResponseTopicName(String) - Method in class org.springframework.jms.listener.adapter.MessageListenerAdapter
Set the name of the default response topic to send response messages to.
setDefaultRollback(boolean) - Method in class org.springframework.test.AbstractTransactionalSpringContextTests
Deprecated.
Subclasses can set this value in their constructor to change the default, which is always to roll the transaction back.
setDefaultServletName(String) - Method in class org.springframework.mock.web.MockServletContext
Set the name of the default Servlet.
setDefaultServletName(String) - Method in class org.springframework.web.servlet.resource.DefaultServletHttpRequestHandler
Set the name of the default Servlet to be forwarded to for static resource requests.
setDefaultStatusCode(int) - Method in class org.springframework.web.servlet.handler.SimpleMappingExceptionResolver
Set the default HTTP status code that this exception resolver will apply if it resolves an error view and if there is no status code mapping defined.
setDefaultTargetDataSource(Object) - Method in class org.springframework.jdbc.datasource.lookup.AbstractRoutingDataSource
Specify the default target DataSource, if any.
setDefaultThemeName(String) - Method in class org.springframework.web.servlet.theme.AbstractThemeResolver
Set the name of the default theme.
setDefaultThemeName(String) - Method in class org.springframework.web.servlet.theme.CookieThemeResolver
Set the name of the default theme.
setDefaultTimeout(int) - Method in class org.springframework.transaction.support.AbstractPlatformTransactionManager
Specify the default timeout that this transaction manager should apply if there is no timeout specified at the transaction level, in seconds.
setDefaultTimeout(long) - Method in class org.springframework.web.servlet.config.annotation.AsyncSupportConfigurer
Specify the amount of time, in milliseconds, before asynchronous request handling times out.
setDefaultTransactionIsolation(int) - Method in class org.springframework.jdbc.datasource.LazyConnectionDataSourceProxy
Set the default transaction isolation level to expose when no target Connection has been fetched yet (-> actual JDBC Connection default not known yet).
setDefaultTransactionIsolationName(String) - Method in class org.springframework.jdbc.datasource.LazyConnectionDataSourceProxy
Set the default transaction isolation level by the name of the corresponding constant in Connection, e.g.
setDefaultUrl(String) - Method in class org.springframework.web.servlet.ResourceServlet
Set the URL within the current web application from which to include content if the requested path isn't found, or if none is specified in the first place.
setDefaultValue(String) - Method in class org.springframework.beans.BeanWrapperImpl
 
setDefaultValue(BeanWrapperImpl.PropertyTokenHolder) - Method in class org.springframework.beans.BeanWrapperImpl
 
setDefaultValue(Object) - Method in class org.springframework.jmx.export.metadata.ManagedAttribute
Set the default value of this attribute.
setDefaultViews(List<View>) - Method in class org.springframework.web.servlet.view.ContentNegotiatingViewResolver
Set the default views to use when a more specific view can not be obtained from the ViewResolver chain.
setDeferredResultInterceptors(List<DeferredResultProcessingInterceptor>) - Method in class org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter
Configure DeferredResultProcessingInterceptor's to register on async requests.
setDefinitions(String[]) - Method in class org.springframework.web.servlet.view.tiles.TilesConfigurer
Deprecated.
Set the Tiles definitions, i.e.
setDefinitions(String[]) - Method in class org.springframework.web.servlet.view.tiles2.TilesConfigurer
Set the Tiles definitions, i.e.
setDefinitions(String[]) - Method in class org.springframework.web.servlet.view.tiles3.TilesConfigurer
Set the Tiles definitions, i.e.
setDefinitionsFactoryClass(Class<? extends DefinitionsFactory>) - Method in class org.springframework.web.servlet.view.tiles2.TilesConfigurer
Set the org.apache.tiles.definition.DefinitionsFactory implementation to use.
setDefinitionsFactoryClass(Class<? extends DefinitionsFactory>) - Method in class org.springframework.web.servlet.view.tiles3.TilesConfigurer
Set the org.apache.tiles.definition.DefinitionsFactory implementation to use.
setDelay(long) - Method in class org.springframework.scheduling.commonj.ScheduledTimerListener
Set the delay before starting the task for the first time, in milliseconds.
setDelay(long) - Method in class org.springframework.scheduling.concurrent.ScheduledExecutorTask
Set the delay before starting the task for the first time, in milliseconds.
setDelay(long) - Method in class org.springframework.scheduling.timer.ScheduledTimerTask
Deprecated.
Set the delay before starting the task for the first time, in milliseconds.
setDelay(long) - Method in class org.springframework.scheduling.timer.TimerTaskExecutor
Deprecated.
Set the delay to use for scheduling tasks passed into the plain TimerTaskExecutor.execute(Runnable) method.
setDelegate(Object) - Method in class org.springframework.jms.listener.adapter.MessageListenerAdapter
Set a target object to delegate message listening to.
setDelegate(Object) - Method in class org.springframework.web.servlet.mvc.multiaction.MultiActionController
Set the delegate used by this class; the default is this, assuming that handler methods have been added by a subclass.
setDelimiter(String) - Method in class org.springframework.web.servlet.tags.form.AbstractMultiCheckedElementTag
Set the delimiter to be used between each 'input type="checkbox/radio"' tag.
setDelimiter(String) - Method in class org.springframework.web.servlet.tags.form.ErrorsTag
Set the delimiter to be used between error messages.
setDeliveryMode(int) - Method in class org.springframework.jms.connection.CachedMessageProducer
 
setDeliveryMode(int) - Method in class org.springframework.jms.core.JmsTemplate
Set the delivery mode to use when sending a message.
setDeliveryPersistent(boolean) - Method in class org.springframework.jms.core.JmsTemplate
Set whether message delivery should be persistent or non-persistent, specified as boolean value ("true" or "false").
setDependencyCheck(int) - Method in class org.springframework.beans.factory.support.AbstractBeanDefinition
Set the dependency check code.
setDependencyCheck(int) - Method in class org.springframework.beans.factory.support.BeanDefinitionBuilder
Set the depency check mode for this definition.
setDependencyCheck(int) - Method in class org.springframework.beans.factory.support.BeanDefinitionDefaults
 
setDependencyCheck(String) - Method in class org.springframework.beans.factory.xml.DocumentDefaultsDefinition
Set the default dependency-check setting for the document that's currently parsed.
setDependencyCheck(boolean) - Method in class org.springframework.test.AbstractDependencyInjectionSpringContextTests
Deprecated.
Set whether or not dependency checking should be performed for test properties set by Dependency Injection.
setDependsOn(String[]) - Method in interface org.springframework.beans.factory.config.BeanDefinition
Set the names of the beans that this bean depends on being initialized.
setDependsOn(String[]) - Method in class org.springframework.beans.factory.support.AbstractBeanDefinition
Set the names of the beans that this bean depends on being initialized.
setDescendingOrder(int) - Method in class org.springframework.util.comparator.CompoundComparator
Change the sort order at the given index to descending sort.
setDescription(String) - Method in class org.springframework.beans.factory.support.AbstractBeanDefinition
Set a human-readable description of this bean definition.
setDescription(String) - Method in class org.springframework.jmx.export.metadata.AbstractJmxAttribute
Set a description for this attribute.
setDescription(String) - Method in class org.springframework.jmx.export.metadata.ManagedNotification
Set a description for this notification.
setDescription(String) - Method in class org.springframework.jmx.export.metadata.ManagedOperationParameter
Set a description for this parameter.
setDescription(String) - Method in class org.springframework.scheduling.quartz.JobDetailFactoryBean
Set a textual description for this job.
setDeserializersByType(Map<Class<?>, <any>>) - Method in class org.springframework.http.converter.json.Jackson2ObjectMapperFactoryBean
Configure custom deserializers for the given types.
setDestination(Destination) - Method in class org.springframework.jms.listener.AbstractMessageListenerContainer
Set the destination to receive messages from.
setDestinationName(String) - Method in class org.springframework.jms.listener.AbstractMessageListenerContainer
Set the name of the destination to receive messages from.
setDestinationName(String) - Method in class org.springframework.jms.listener.endpoint.JmsActivationSpecConfig
 
setDestinationResolver(DestinationResolver) - Method in class org.springframework.jms.listener.adapter.MessageListenerAdapter
Set the DestinationResolver that should be used to resolve response destination names for this adapter.
setDestinationResolver(DestinationResolver) - Method in class org.springframework.jms.listener.endpoint.JmsMessageEndpointManager
Set the DestinationResolver to use for resolving destination names into the JCA 1.5 ActivationSpec "destination" property.
setDestinationResolver(DestinationResolver) - Method in class org.springframework.jms.listener.endpoint.StandardJmsActivationSpecFactory
Set the DestinationResolver to use for resolving destination names into the JCA 1.5 ActivationSpec "destination" property.
setDestinationResolver(DestinationResolver) - Method in class org.springframework.jms.remoting.JmsInvokerClientInterceptor
Set the DestinationResolver that is to be used to resolve Queue references for this accessor.
setDestinationResolver(DestinationResolver) - Method in class org.springframework.jms.support.destination.JmsDestinationAccessor
Set the DestinationResolver that is to be used to resolve javax.jms.Destination references for this accessor.
setDestroyAnnotationType(Class<? extends Annotation>) - Method in class org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor
Specify the destroy annotation to check for, indicating destruction methods to call when the context is shutting down.
setDestroyMethod(String) - Method in class org.springframework.beans.factory.xml.DocumentDefaultsDefinition
Set the default destroy-method setting for the document that's currently parsed.
setDestroyMethodName(String) - Method in class org.springframework.beans.factory.support.AbstractBeanDefinition
Set the name of the destroy method.
setDestroyMethodName(String) - Method in class org.springframework.beans.factory.support.BeanDefinitionBuilder
Set the destroy method for this definition.
setDestroyMethodName(String) - Method in class org.springframework.beans.factory.support.BeanDefinitionDefaults
 
setDetectAllHandlerAdapters(boolean) - Method in class org.springframework.web.portlet.DispatcherPortlet
Set whether to detect all HandlerAdapter beans in this portlet's context.
setDetectAllHandlerAdapters(boolean) - Method in class org.springframework.web.servlet.DispatcherServlet
Set whether to detect all HandlerAdapter beans in this servlet's context.
setDetectAllHandlerExceptionResolvers(boolean) - Method in class org.springframework.web.portlet.DispatcherPortlet
Set whether to detect all HandlerExceptionResolver beans in this portlet's context.
setDetectAllHandlerExceptionResolvers(boolean) - Method in class org.springframework.web.servlet.DispatcherServlet
Set whether to detect all HandlerExceptionResolver beans in this servlet's context.
setDetectAllHandlerMappings(boolean) - Method in class org.springframework.web.portlet.DispatcherPortlet
Set whether to detect all HandlerMapping beans in this portlet's context.
setDetectAllHandlerMappings(boolean) - Method in class org.springframework.web.servlet.DispatcherServlet
Set whether to detect all HandlerMapping beans in this servlet's context.
setDetectAllViewResolvers(boolean) - Method in class org.springframework.web.portlet.DispatcherPortlet
Set whether to detect all ViewResolver beans in this portlet's context.
setDetectAllViewResolvers(boolean) - Method in class org.springframework.web.servlet.DispatcherServlet
Set whether to detect all ViewResolver beans in this servlet's context.
setDetectHandlerMethodsInAncestorContexts(boolean) - Method in class org.springframework.web.servlet.handler.AbstractHandlerMethodMapping
Whether to detect handler methods in beans in ancestor ApplicationContexts.
setDetectHandlersInAncestorContexts(boolean) - Method in class org.springframework.web.servlet.handler.AbstractDetectingUrlHandlerMapping
Set whether to detect handler beans in ancestor ApplicationContexts.
setDir(String) - Method in class org.springframework.web.servlet.tags.form.AbstractHtmlElementTag
Set the value of the 'dir' attribute.
setDirectFieldAccess(boolean) - Method in class org.springframework.web.bind.support.ConfigurableWebBindingInitializer
Set whether to use direct field access instead of bean property access.
setDirty() - Method in class org.springframework.test.AbstractSingleSpringContextTests
Deprecated.
Called to say that the "applicationContext" instance variable is dirty and should be reloaded.
setDirty(Object) - Method in class org.springframework.test.AbstractSpringContextTests
Deprecated.
Mark the context with the given key as dirty.
setDirty() - Method in class org.springframework.test.jpa.AbstractJpaTests
Deprecated.
 
setDisableCaching(boolean) - Method in class org.springframework.web.servlet.view.json.MappingJackson2JsonView
Disables caching of the generated JSON.
setDisableCaching(boolean) - Method in class org.springframework.web.servlet.view.json.MappingJacksonJsonView
Disables caching of the generated JSON.
setDisabled(boolean) - Method in class org.springframework.cache.ehcache.EhCacheFactoryBean
Set whether this cache should be marked as disabled.
setDisabled(String) - Method in class org.springframework.web.servlet.tags.form.AbstractHtmlInputElementTag
Set the value of the 'disabled' attribute.
setDisabled(String) - Method in class org.springframework.web.servlet.tags.form.ButtonTag
Set the value of the 'disabled' attribute.
setDisabled(String) - Method in class org.springframework.web.servlet.tags.form.HiddenInputTag
Set the value of the 'disabled' attribute.
setDisabled(String) - Method in class org.springframework.web.servlet.tags.form.OptionsTag
Set the value of the 'disabled' attribute.
setDisabled(String) - Method in class org.springframework.web.servlet.tags.form.OptionTag
Set the value of the 'disabled' attribute.
setDisableMessageID(boolean) - Method in class org.springframework.jms.connection.CachedMessageProducer
 
setDisableMessageTimestamp(boolean) - Method in class org.springframework.jms.connection.CachedMessageProducer
 
setDisallowedFields(String...) - Method in class org.springframework.validation.DataBinder
Register fields that should not be allowed for binding.
setDiskExpiryThreadIntervalSeconds(int) - Method in class org.springframework.cache.ehcache.EhCacheFactoryBean
Set the number of seconds between runs of the disk expiry thread.
setDiskPersistent(boolean) - Method in class org.springframework.cache.ehcache.EhCacheFactoryBean
Set whether the disk store persists between restarts of the Virtual Machine.
setDiskSpoolBufferSize(int) - Method in class org.springframework.cache.ehcache.EhCacheFactoryBean
Set the amount of memory to allocate the write buffer for puts to the disk store.
setDispatchOptionsRequest(boolean) - Method in class org.springframework.web.servlet.FrameworkServlet
Set whether this servlet should dispatch an HTTP OPTIONS request to the FrameworkServlet.doService(HttpServletRequest, HttpServletResponse) method.
setDispatchTraceRequest(boolean) - Method in class org.springframework.web.servlet.FrameworkServlet
Set whether this servlet should dispatch an HTTP TRACE request to the FrameworkServlet.doService(HttpServletRequest, HttpServletResponse) method.
setDisplayName(String) - Method in class org.springframework.context.support.AbstractApplicationContext
Set a friendly name for this context.
setDisplayName(String) - Method in class org.springframework.jmx.export.metadata.ManagedMetric
A display name for this metric.
setDocTypeInternalSubset(String) - Method in class org.springframework.oxm.jibx.JibxMarshaller
Sets the internal subset Id for the DTD declaration written when marshalling.
setDocTypePublicId(String) - Method in class org.springframework.oxm.jibx.JibxMarshaller
Sets the public Id for the DTD declaration written when marshalling.
setDocTypeRootElementName(String) - Method in class org.springframework.oxm.jibx.JibxMarshaller
Sets the root element name for the DTD declaration written when marshalling.
setDoctypes(Map<String, String>) - Method in class org.springframework.oxm.castor.CastorMarshaller
Set the map containing document type definition for the marshaller.
setDocTypeSystemId(String) - Method in class org.springframework.oxm.jibx.JibxMarshaller
Sets the system Id for the DTD declaration written when marshalling.
setDocumentLoader(DocumentLoader) - Method in class org.springframework.beans.factory.xml.XmlBeanDefinitionReader
Specify the DocumentLoader to use.
setDocumentLocator(Locator) - Method in class org.springframework.util.xml.DomContentHandler
 
setDocumentLocator(Locator) - Method in class org.springframework.util.xml.StaxEventContentHandler
 
setDocumentLocator(Locator) - Method in class org.springframework.util.xml.StaxStreamContentHandler
 
setDocumentReaderClass(Class<?>) - Method in class org.springframework.beans.factory.xml.XmlBeanDefinitionReader
Specify the BeanDefinitionDocumentReader implementation to use, responsible for the actual reading of the XML bean definition document.
setDriver(Driver) - Method in class org.springframework.jdbc.datasource.SimpleDriverDataSource
Specify the JDBC Driver instance to use.
setDriverClass(Class<? extends Driver>) - Method in interface org.springframework.jdbc.datasource.embedded.ConnectionProperties
Set the JDBC driver to use to connect to the database.
setDriverClass(Class<? extends Driver>) - Method in class org.springframework.jdbc.datasource.SimpleDriverDataSource
Specify the JDBC Driver implementation class to use.
setDriverClassName(String) - Method in class org.springframework.jdbc.datasource.DriverManagerDataSource
Set the JDBC driver class name.
setDTDHandler(DTDHandler) - Method in class org.springframework.oxm.support.MarshallingSource.MarshallingXMLReader
 
setDTDHandler(DTDHandler) - Method in class org.springframework.util.xml.AbstractXMLReader
 
setDummyName(String) - Method in class org.springframework.jdbc.support.incrementer.DerbyMaxValueIncrementer
Set the name of the dummy column.
setDuplicateKeyCodes(String[]) - Method in class org.springframework.jdbc.support.SQLErrorCodes
 
setDurability(boolean) - Method in class org.springframework.scheduling.quartz.JobDetailFactoryBean
Specify the job's durability, i.e.
setDurableSubscriptionName(String) - Method in class org.springframework.jms.listener.AbstractMessageListenerContainer
Set the name of a durable subscription to create.
setDurableSubscriptionName(String) - Method in class org.springframework.jms.listener.endpoint.JmsActivationSpecConfig
 
setDynamic() - Method in class org.springframework.beans.factory.config.TypedStringValue
Mark this value as dynamic, i.e.
setDynamicAttribute(String, String, Object) - Method in class org.springframework.web.servlet.tags.form.AbstractHtmlElementTag
setDynamicDestinationResolver(DestinationResolver) - Method in class org.springframework.jms.support.destination.JndiDestinationResolver
Set the DestinationResolver to use when falling back to dynamic destinations.
setEarlyFlushBeforeCommit(boolean) - Method in class org.springframework.orm.hibernate3.HibernateTransactionManager
Set whether to perform an early flush before proceeding with a commit.
setEffectiveMajorVersion(int) - Method in class org.springframework.mock.web.MockServletContext
 
setEffectiveMinorVersion(int) - Method in class org.springframework.mock.web.MockServletContext
 
setElement(String) - Method in class org.springframework.web.servlet.tags.form.AbstractMultiCheckedElementTag
Set the HTML element used to enclose the 'input type="checkbox/radio"' tag.
setElement(String) - Method in class org.springframework.web.servlet.tags.form.ErrorsTag
Set the HTML element must be used to render the error messages.
setElementTypeName(String) - Method in class org.springframework.beans.factory.support.ManagedList
Set the default element type name (class name) to be used for this list.
setElementTypeName(String) - Method in class org.springframework.beans.factory.support.ManagedSet
Set the default element type name (class name) to be used for this set.
setEmbeddedValueResolver(StringValueResolver) - Method in interface org.springframework.context.EmbeddedValueResolverAware
Set the StringValueResolver to use for resolving embedded definition values.
setEmbeddedValueResolver(StringValueResolver) - Method in class org.springframework.format.datetime.DateTimeFormatAnnotationFormatterFactory
 
setEmbeddedValueResolver(StringValueResolver) - Method in class org.springframework.format.datetime.joda.JodaDateTimeFormatAnnotationFormatterFactory
 
setEmbeddedValueResolver(StringValueResolver) - Method in class org.springframework.format.number.NumberFormatAnnotationFormatterFactory
 
setEmbeddedValueResolver(StringValueResolver) - Method in class org.springframework.format.support.FormattingConversionService
 
setEmbeddedValueResolver(StringValueResolver) - Method in class org.springframework.format.support.FormattingConversionServiceFactoryBean
 
setEmbeddedValueResolver(StringValueResolver) - Method in class org.springframework.scheduling.annotation.ScheduledAnnotationBeanPostProcessor
 
setEmbeddedValueResolver(StringValueResolver) - Method in class org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping
 
setEnabled(boolean) - Method in class org.springframework.jdbc.datasource.init.DataSourceInitializer
Flag to explicitly enable or disable the database populator.
setEncoding(String) - Method in class org.springframework.jms.support.converter.MappingJackson2MessageConverter
Specify the encoding to use when converting to and from text-based message body content.
setEncoding(String) - Method in class org.springframework.jms.support.converter.MappingJacksonMessageConverter
Specify the encoding to use when converting to and from text-based message body content.
setEncoding(String) - Method in class org.springframework.oxm.castor.CastorMarshaller
Set the encoding to be used for stream access.
setEncoding(String) - Method in class org.springframework.oxm.jibx.JibxMarshaller
Set the document encoding using for marshalling.
setEncoding(String) - Method in class org.springframework.oxm.xstream.XStreamMarshaller
Set the encoding to be used for stream access.
setEncoding(String) - Method in class org.springframework.scripting.support.ResourceScriptSource
Sets the encoding used for reading the script resource.
setEncoding(String) - Method in class org.springframework.web.filter.CharacterEncodingFilter
Set the encoding to use for requests.
setEncoding(String) - Method in class org.springframework.web.servlet.view.freemarker.FreeMarkerView
Set the encoding of the FreeMarker template file.
setEncoding(JsonEncoding) - Method in class org.springframework.web.servlet.view.json.MappingJackson2JsonView
Set the JsonEncoding for this view.
setEncoding(JsonEncoding) - Method in class org.springframework.web.servlet.view.json.MappingJacksonJsonView
Set the JsonEncoding for this view.
setEncoding(String) - Method in class org.springframework.web.servlet.view.velocity.VelocityView
Set the encoding of the Velocity template file.
setEncodingPropertyName(String) - Method in class org.springframework.jms.support.converter.MappingJackson2MessageConverter
Specify the name of the JMS message property that carries the encoding from bytes to String and back is BytesMessage is used during the conversion process.
setEncodingPropertyName(String) - Method in class org.springframework.jms.support.converter.MappingJacksonMessageConverter
Specify the name of the JMS message property that carries the encoding from bytes to String and back is BytesMessage is used during the conversion process.
setEncodingScheme(String) - Method in class org.springframework.web.servlet.view.RedirectView
Set the encoding scheme for this view.
setEnctype(String) - Method in class org.springframework.web.servlet.tags.form.FormTag
Set the value of the 'enctype' attribute.
setEndpointAddress(String) - Method in class org.springframework.remoting.jaxrpc.JaxRpcPortClientInterceptor
Deprecated.
Set the endpoint address to specify on the stub or call.
setEndpointAddress(String) - Method in class org.springframework.remoting.jaxws.JaxWsPortClientInterceptor
Set the endpoint address to specify on the stub.
setEndpointProperties(Map<String, Object>) - Method in class org.springframework.remoting.jaxws.AbstractJaxWsServiceExporter
Set the property bag for the endpoint, including properties such as "javax.xml.ws.wsdl.service" or "javax.xml.ws.wsdl.port".
setEnforceDestroyMethod(boolean) - Method in class org.springframework.beans.factory.support.AbstractBeanDefinition
Specify whether or not the configured destroy method is the default.
setEnforceInitMethod(boolean) - Method in class org.springframework.beans.factory.support.AbstractBeanDefinition
Specify whether or not the configured init method is the default.
setEnsureUniqueRuntimeObjectNames(boolean) - Method in class org.springframework.jmx.export.MBeanExporter
Indicates whether Spring should ensure that ObjectNames generated by the configured ObjectNamingStrategy for runtime-registered MBeans (MBeanExporter.registerManagedResource(java.lang.Object)) should get modified: to ensure uniqueness for every instance of a managed Class.
setEnterMessage(String) - Method in class org.springframework.aop.interceptor.CustomizableTraceInterceptor
Set the template used for method entry log messages.
setEntityCacheStrategies(Properties) - Method in class org.springframework.orm.hibernate3.LocalSessionFactoryBean
Specify the cache strategies for entities (persistent classes or named entities).
setEntityInterceptor(Interceptor) - Method in class org.springframework.orm.hibernate3.HibernateAccessor
Set a Hibernate entity interceptor that allows to inspect and change property values before writing to and reading from the database.
setEntityInterceptor(Interceptor) - Method in class org.springframework.orm.hibernate3.HibernateTransactionManager
Set a Hibernate entity interceptor that allows to inspect and change property values before writing to and reading from the database.
setEntityInterceptor(Interceptor) - Method in class org.springframework.orm.hibernate3.LocalSessionFactoryBean
Set a Hibernate entity interceptor that allows to inspect and change property values before writing to and reading from the database.
setEntityInterceptor(Interceptor) - Method in class org.springframework.orm.hibernate4.HibernateTransactionManager
Set a Hibernate entity interceptor that allows to inspect and change property values before writing to and reading from the database.
setEntityInterceptor(Interceptor) - Method in class org.springframework.orm.hibernate4.LocalSessionFactoryBean
Set a Hibernate entity interceptor that allows to inspect and change property values before writing to and reading from the database.
setEntityInterceptorBeanName(String) - Method in class org.springframework.orm.hibernate3.HibernateAccessor
Set the bean name of a Hibernate entity interceptor that allows to inspect and change property values before writing to and reading from the database.
setEntityInterceptorBeanName(String) - Method in class org.springframework.orm.hibernate3.HibernateTransactionManager
Set the bean name of a Hibernate entity interceptor that allows to inspect and change property values before writing to and reading from the database.
setEntityInterceptorBeanName(String) - Method in class org.springframework.orm.hibernate4.HibernateTransactionManager
Set the bean name of a Hibernate entity interceptor that allows to inspect and change property values before writing to and reading from the database.
setEntityManager(EntityManager) - Method in class org.springframework.orm.jpa.JpaAccessor
Deprecated.
Set the JPA EntityManager to use.
setEntityManager(EntityManager) - Method in class org.springframework.orm.jpa.support.JpaDaoSupport
Deprecated.
Set the JPA EntityManager to be used by this DAO.
setEntityManagerFactory(EntityManagerFactory) - Method in class org.springframework.orm.jpa.EntityManagerFactoryAccessor
Set the JPA EntityManagerFactory that should be used to create EntityManagers.
setEntityManagerFactory(EntityManagerFactory) - Method in class org.springframework.orm.jpa.JpaTransactionManager
Set the EntityManagerFactory that this instance should manage transactions for.
setEntityManagerFactory(EntityManagerFactory) - Method in class org.springframework.orm.jpa.support.JpaDaoSupport
Deprecated.
Set the JPA EntityManagerFactory to be used by this DAO.
setEntityManagerFactory(EntityManagerFactory) - Method in class org.springframework.test.jpa.AbstractJpaTests
Deprecated.
 
setEntityManagerFactoryBeanName(String) - Method in class org.springframework.orm.jpa.support.OpenEntityManagerInViewFilter
Set the bean name of the EntityManagerFactory to fetch from Spring's root application context.
setEntityManagerFactoryInterface(Class<? extends EntityManagerFactory>) - Method in class org.springframework.orm.jpa.AbstractEntityManagerFactoryBean
Specify the (potentially vendor-specific) EntityManagerFactory interface that this EntityManagerFactory proxy is supposed to implement.
setEntityManagerHolder(EntityManagerHolder, boolean) - Method in class org.springframework.orm.jpa.JpaTransactionManager.JpaTransactionObject
 
setEntityManagerInterface(Class<? extends EntityManager>) - Method in class org.springframework.orm.jpa.AbstractEntityManagerFactoryBean
Specify the (potentially vendor-specific) EntityManager interface that this factory's EntityManagers are supposed to implement.
setEntityManagerInterface(Class<? extends EntityManager>) - Method in class org.springframework.orm.jpa.support.SharedEntityManagerBean
Specify the EntityManager interface to expose.
setEntityResolver(EntityResolver) - Method in class org.springframework.beans.factory.xml.XmlBeanDefinitionReader
Set a SAX entity resolver to be used for parsing.
setEntityResolver(EntityResolver) - Method in class org.springframework.oxm.castor.CastorMarshaller
Set the EntityResolver to be used during unmarshalling.
setEntityResolver(EntityResolver) - Method in class org.springframework.oxm.support.MarshallingSource.MarshallingXMLReader
 
setEntityResolver(EntityResolver) - Method in class org.springframework.util.xml.AbstractXMLReader
 
setEntityTypeFilters(TypeFilter[]) - Method in class org.springframework.orm.hibernate3.annotation.AnnotationSessionFactoryBean
Specify custom type filters for Spring-based scanning for entity classes.
setEnvironment(Environment) - Method in class org.springframework.beans.factory.support.AbstractBeanDefinitionReader
Set the Environment to use when reading bean definitions.
setEnvironment(Environment) - Method in interface org.springframework.beans.factory.xml.BeanDefinitionDocumentReader
Set the Environment to use when reading bean definitions.
setEnvironment(Environment) - Method in class org.springframework.beans.factory.xml.DefaultBeanDefinitionDocumentReader
Set the Environment to use when reading bean definitions.
setEnvironment(Environment) - Method in class org.springframework.context.annotation.AnnotatedBeanDefinitionReader
Set the Environment to use when evaluating whether @Profile-annotated component classes should be registered.
setEnvironment(ConfigurableEnvironment) - Method in class org.springframework.context.annotation.AnnotationConfigApplicationContext
Set the Environment for this application context.
setEnvironment(Environment) - Method in class org.springframework.context.annotation.ClassPathScanningCandidateComponentProvider
Set the Environment to use when resolving placeholders and evaluating @Profile-annotated component classes.
setEnvironment(Environment) - Method in class org.springframework.context.annotation.ConfigurationClassPostProcessor
 
setEnvironment(ConfigurableEnvironment) - Method in interface org.springframework.context.ConfigurableApplicationContext
Set the Environment for this application context.
setEnvironment(Environment) - Method in interface org.springframework.context.EnvironmentAware
Set the Environment that this object runs in.
setEnvironment(ConfigurableEnvironment) - Method in class org.springframework.context.support.AbstractApplicationContext
Set the Environment for this application context.
setEnvironment(ConfigurableEnvironment) - Method in class org.springframework.context.support.GenericXmlApplicationContext
Set the Environment for this application context.
setEnvironment(Environment) - Method in class org.springframework.context.support.PropertySourcesPlaceholderConfigurer
Set the Environment that this object runs in.
setEnvironment(Map<String, ?>) - Method in class org.springframework.jmx.access.MBeanClientInterceptor
Specify the environment for the JMX connector.
setEnvironment(Map<String, ?>) - Method in class org.springframework.jmx.access.NotificationListenerRegistrar
Specify the environment for the JMX connector.
setEnvironment(Properties) - Method in class org.springframework.jmx.support.ConnectorServerFactoryBean
Set the environment properties used to construct the JMXConnectorServer as java.util.Properties (String key/value pairs).
setEnvironment(Properties) - Method in class org.springframework.jmx.support.MBeanServerConnectionFactoryBean
Set the environment properties used to construct the JMXConnector as java.util.Properties (String key/value pairs).
setEnvironment(Properties) - Method in class org.springframework.jndi.JndiTemplate
Set the environment for the JNDI InitialContext.
setEnvironment(Environment) - Method in class org.springframework.web.filter.GenericFilterBean
Set the Environment that this object runs in.
setEnvironment(Environment) - Method in class org.springframework.web.portlet.GenericPortletBean
Set the Environment that this object runs in.
setEnvironment(Environment) - Method in class org.springframework.web.servlet.HttpServletBean
Set the Environment that this object runs in.
setEnvironmentMap(Map<String, ?>) - Method in class org.springframework.jmx.support.ConnectorServerFactoryBean
Set the environment properties used to construct the JMXConnector as a Map of String keys and arbitrary Object values.
setEnvironmentMap(Map<String, ?>) - Method in class org.springframework.jmx.support.MBeanServerConnectionFactoryBean
Set the environment properties used to construct the JMXConnector as a Map of String keys and arbitrary Object values.
setErrorCodes(String[]) - Method in class org.springframework.jdbc.support.CustomSQLErrorCodesTranslation
Set the SQL error codes to match.
setErrorHandler(ErrorHandler) - Method in class org.springframework.beans.factory.xml.XmlBeanDefinitionReader
Set an implementation of the org.xml.sax.ErrorHandler interface for custom handling of XML parsing errors and warnings.
setErrorHandler(ErrorHandler) - Method in class org.springframework.jms.listener.AbstractMessageListenerContainer
Set an ErrorHandler to be invoked in case of any uncaught exceptions thrown while processing a Message.
setErrorHandler(ErrorHandler) - Method in class org.springframework.oxm.support.MarshallingSource.MarshallingXMLReader
 
setErrorHandler(ErrorHandler) - Method in class org.springframework.scheduling.commonj.TimerManagerTaskScheduler
Provide an ErrorHandler strategy.
setErrorHandler(ErrorHandler) - Method in class org.springframework.scheduling.concurrent.ConcurrentTaskScheduler
Provide an ErrorHandler strategy.
setErrorHandler(ErrorHandler) - Method in class org.springframework.scheduling.concurrent.ThreadPoolTaskScheduler
Provide an ErrorHandler strategy.
setErrorHandler(ErrorHandler) - Method in class org.springframework.util.xml.AbstractXMLReader
 
setErrorHandler(ResponseErrorHandler) - Method in class org.springframework.web.client.RestTemplate
Set the error handler.
setErrorListener(ErrorListener) - Method in class org.springframework.web.servlet.view.xslt.AbstractXsltView
Deprecated.
Set an implementation of the ErrorListener interface for custom handling of transformation errors and warnings.
setErrorListener(ErrorListener) - Method in class org.springframework.web.servlet.view.xslt.XsltView
Set an implementation of the ErrorListener interface for custom handling of transformation errors and warnings.
setErrorListener(ErrorListener) - Method in class org.springframework.web.servlet.view.xslt.XsltViewResolver
Set an implementation of the ErrorListener interface for custom handling of transformation errors and warnings.
setErrorResult(Object) - Method in class org.springframework.web.context.request.async.DeferredResult
Set an error value for the DeferredResult and handle it.
setETag(String) - Method in class org.springframework.http.HttpHeaders
Sets the (new) entity tag of the body, as specified by the ETag header.
setETag(String) - Method in class org.springframework.mock.web.portlet.MockCacheControl
 
setEternal(boolean) - Method in class org.springframework.cache.ehcache.EhCacheFactoryBean
Set whether elements are considered as eternal.
setEvaluationContext(EvaluationContext) - Method in class org.springframework.expression.spel.standard.SpelExpression
Set the evaluation context that will be used if none is specified on an evaluation call.
setEvent(QName, Serializable) - Method in class org.springframework.mock.web.portlet.MockStateAwareResponse
 
setEvent(String, Serializable) - Method in class org.springframework.mock.web.portlet.MockStateAwareResponse
 
setEventListener(ReaderEventListener) - Method in class org.springframework.beans.factory.xml.XmlBeanDefinitionReader
Specify which ReaderEventListener to use.
setEventListeners(Map<String, Object>) - Method in class org.springframework.orm.hibernate3.LocalSessionFactoryBean
Specify the Hibernate event listeners to register, with listener types as keys and listener objects as values.
setExceptionAttribute(String) - Method in class org.springframework.web.portlet.handler.SimpleMappingExceptionResolver
Set the name of the model attribute as which the exception should be exposed.
setExceptionAttribute(String) - Method in class org.springframework.web.servlet.handler.SimpleMappingExceptionResolver
Set the name of the model attribute as which the exception should be exposed.
setExceptionClass(Class) - Method in class org.springframework.jdbc.support.CustomSQLErrorCodesTranslation
Set the exception class for the specified error codes.
setExceptionConversionEnabled(boolean) - Method in class org.springframework.orm.hibernate3.HibernateInterceptor
Set whether to convert any HibernateException raised to a Spring DataAccessException, compatible with the org.springframework.dao exception hierarchy.
setExceptionConversionEnabled(boolean) - Method in class org.springframework.orm.jdo.JdoInterceptor
Deprecated.
Set whether to convert any JDOException raised to a Spring DataAccessException, compatible with the org.springframework.dao exception hierarchy.
setExceptionConversionEnabled(boolean) - Method in class org.springframework.orm.jpa.JpaInterceptor
Deprecated.
Set whether to convert any PersistenceException raised to a Spring DataAccessException, compatible with the org.springframework.dao exception hierarchy.
setExceptionListener(ExceptionListener) - Method in class org.springframework.jms.connection.SingleConnectionFactory
Specify an JMS ExceptionListener implementation that should be registered with with the single Connection created by this factory.
setExceptionListener(ExceptionListener) - Method in class org.springframework.jms.listener.AbstractMessageListenerContainer
Set the JMS ExceptionListener to notify in case of a JMSException thrown by the registered message listener or the invocation infrastructure.
setExceptionMappings(Properties) - Method in class org.springframework.web.portlet.handler.SimpleMappingExceptionResolver
Set the mappings between exception class names and error view names.
setExceptionMappings(Properties) - Method in class org.springframework.web.servlet.handler.SimpleMappingExceptionResolver
Set the mappings between exception class names and error view names.
setExceptionMessage(String) - Method in class org.springframework.aop.interceptor.CustomizableTraceInterceptor
Set the template used for method exception log messages.
setExceptionResolvers(List<HandlerExceptionResolver>) - Method in class org.springframework.web.servlet.handler.HandlerExceptionResolverComposite
Set the list of exception resolvers to delegate to.
setExceptionTranslator(SQLExceptionTranslator) - Method in class org.springframework.jdbc.support.JdbcAccessor
Set the exception translator for this instance.
setExcludedBeans(String[]) - Method in class org.springframework.jmx.export.MBeanExporter
Set the list of names for beans that should be excluded from autodetection.
setExcludedClasses(Class[]) - Method in class org.springframework.web.servlet.mvc.support.AbstractControllerUrlHandlerMapping
Specify controller classes that should be excluded from this mapping.
setExcludedExceptions(Class<?>...) - Method in class org.springframework.web.servlet.handler.SimpleMappingExceptionResolver
Set one or more exceptions to be excluded from the exception mappings.
setExcludedPackages(String[]) - Method in class org.springframework.web.servlet.mvc.support.AbstractControllerUrlHandlerMapping
Specify Java packages that should be excluded from this mapping.
setExcludedPattern(String) - Method in class org.springframework.aop.support.AbstractRegexpMethodPointcut
Convenience method when we have only a single exclusion pattern.
setExcludedPatterns(String[]) - Method in class org.springframework.aop.support.AbstractRegexpMethodPointcut
Set the regular expressions defining methods to match for exclusion.
setExcludeUnlistedClasses(boolean) - Method in class org.springframework.orm.jpa.persistenceunit.MutablePersistenceUnitInfo
 
setExecutor(Executor) - Method in class org.springframework.aop.interceptor.AsyncExecutionAspectSupport
Supply the executor to be used when executing async methods.
setExecutor(Executor) - Method in class org.springframework.remoting.jaxws.AbstractJaxWsServiceExporter
Set the JDK concurrent executor to use for dispatching incoming requests to exported service instances.
setExecutor(Executor) - Method in class org.springframework.remoting.jaxws.LocalJaxWsServiceFactory
Set the JDK concurrent executor to use for asynchronous executions that require callbacks.
setExecutor(Executor) - Method in class org.springframework.remoting.support.SimpleHttpServerFactoryBean
Set the JDK concurrent executor to use for dispatching incoming requests.
setExecutor(Executor) - Method in class org.springframework.scheduling.annotation.AsyncAnnotationBeanPostProcessor
Set the Executor to use when invoking methods asynchronously.
setExistingSession(Session) - Method in class org.springframework.orm.hibernate3.HibernateTransactionManager.HibernateTransactionObject
 
setExistingSession(Session) - Method in class org.springframework.orm.hibernate4.HibernateTransactionManager.HibernateTransactionObject
 
setExitMessage(String) - Method in class org.springframework.aop.interceptor.CustomizableTraceInterceptor
Set the template used for method exit log messages.
setExpandUriTemplateVariables(boolean) - Method in class org.springframework.web.servlet.view.RedirectView
Whether to treat the redirect URL as a URI template.
setExpectedType(Class<?>) - Method in class org.springframework.jndi.JndiObjectLocator
Specify the type that the located JNDI object is supposed to be assignable to, if any.
setExpirationTime(int) - Method in class org.springframework.mock.web.portlet.MockCacheControl
 
setExpires(long) - Method in class org.springframework.http.HttpHeaders
Sets the date and time at which the message is no longer valid, as specified by the Expires header.
setExplicitQosEnabled(boolean) - Method in class org.springframework.jms.core.JmsTemplate
Set if the QOS values (deliveryMode, priority, timeToLive) should be used for sending a message.
setExporterClass(Class<? extends JRExporter>) - Method in class org.springframework.web.servlet.view.jasperreports.ConfigurableJasperReportsView
Set the JRExporter implementation Class to use.
setExporterParameters(Map<?, ?>) - Method in class org.springframework.web.servlet.view.jasperreports.AbstractJasperReportsView
Set the exporter parameters that should be used when rendering a view.
setExporterParameters(Map<String, Object>) - Method in class org.springframework.web.servlet.view.jasperreports.JasperReportsViewResolver
Set the exporterParameters the view class should use.
setExposeAccessContext(boolean) - Method in class org.springframework.ejb.access.AbstractSlsbInvokerInterceptor
Set whether to expose the JNDI environment context for all access to the target EJB, i.e.
setExposeAccessContext(boolean) - Method in class org.springframework.jndi.JndiObjectFactoryBean
Set whether to expose the JNDI environment context for all access to the target object, i.e.
setExposeAccessContext(boolean) - Method in class org.springframework.remoting.rmi.JndiRmiClientInterceptor
Set whether to expose the JNDI environment context for all access to the target RMI stub, i.e.
setExposeClassDescriptor(boolean) - Method in class org.springframework.jmx.export.assembler.AbstractReflectiveMBeanInfoAssembler
Set whether to expose the JMX descriptor field "class" for managed operations.
setExposeContextBeansAsAttributes(boolean) - Method in class org.springframework.web.servlet.view.InternalResourceView
Set whether to make all Spring beans in the application context accessible as request attributes, through lazy checking once an attribute gets accessed.
setExposeContextBeansAsAttributes(boolean) - Method in class org.springframework.web.servlet.view.InternalResourceViewResolver
Set whether to make all Spring beans in the application context accessible as request attributes, through lazy checking once an attribute gets accessed.
setExposedContextBeanNames(String[]) - Method in class org.springframework.web.servlet.view.InternalResourceView
Specify the names of beans in the context which are supposed to be exposed.
setExposedContextBeanNames(String[]) - Method in class org.springframework.web.servlet.view.InternalResourceViewResolver
Specify the names of beans in the context which are supposed to be exposed.
setExposeForwardAttributes(boolean) - Method in class org.springframework.web.servlet.view.InternalResourceView
Set whether to explictly expose the Servlet 2.4 forward request attributes when forwarding to the underlying view resource.
setExposeJstlAttributes(boolean) - Method in class org.springframework.web.servlet.view.tiles3.TilesView
Whether to expose JSTL attributes.
setExposeListenerSession(boolean) - Method in class org.springframework.jms.listener.AbstractMessageListenerContainer
Set whether to expose the listener JMS Session to a registered SessionAwareMessageListener as well as to JmsTemplate calls.
setExposeManagedResourceClassLoader(boolean) - Method in class org.springframework.jmx.export.MBeanExporter
Indicates whether or not the managed resource should be exposed on the thread context ClassLoader before allowing any invocations on the MBean to occur.
setExposeModelAttributes(boolean) - Method in class org.springframework.web.servlet.view.RedirectView
Set the exposeModelAttributes flag which denotes whether or not model attributes should be exposed as HTTP query parameters.
setExposeNativeEntityManager(boolean) - Method in class org.springframework.orm.jpa.JpaTemplate
Deprecated.
Set whether to expose the native JPA EntityManager to JpaCallback code.
setExposeNativePersistenceManager(boolean) - Method in class org.springframework.orm.jdo.JdoTemplate
Deprecated.
Set whether to expose the native JDO PersistenceManager to JdoCallback code.
setExposeNativeSession(boolean) - Method in class org.springframework.orm.hibernate3.HibernateTemplate
Set whether to expose the native Hibernate Session to HibernateCallback code.
setExposePathVariables(boolean) - Method in class org.springframework.web.servlet.view.AbstractView
Whether to add path variables in the model or not.
setExposePathVariables(Boolean) - Method in class org.springframework.web.servlet.view.UrlBasedViewResolver
Whether views resolved by this resolver should add path variables the model or not.
setExposeProxy(boolean) - Method in interface org.springframework.aop.framework.Advised
Set whether the proxy should be exposed by the AOP framework as a ThreadLocal for retrieval via the AopContext class.
setExposeProxy(boolean) - Method in class org.springframework.aop.framework.ProxyConfig
Set whether the proxy should be exposed by the AOP framework as a ThreadLocal for retrieval via the AopContext class.
setExposeRequestAttributes(boolean) - Method in class org.springframework.web.servlet.view.AbstractTemplateView
Set whether all request attributes should be added to the model prior to merging with the template.
setExposeRequestAttributes(boolean) - Method in class org.springframework.web.servlet.view.AbstractTemplateViewResolver
Set whether all request attributes should be added to the model prior to merging with the template.
setExposeSchedulerInRepository(boolean) - Method in class org.springframework.scheduling.quartz.SchedulerFactoryBean
Set whether to expose the Spring-managed Scheduler instance in the Quartz SchedulerRepository.
setExposeSessionAttributes(boolean) - Method in class org.springframework.web.servlet.view.AbstractTemplateView
Set whether all HttpSession attributes should be added to the model prior to merging with the template.
setExposeSessionAttributes(boolean) - Method in class org.springframework.web.servlet.view.AbstractTemplateViewResolver
Set whether all HttpSession attributes should be added to the model prior to merging with the template.
setExposeSpringMacroHelpers(boolean) - Method in class org.springframework.web.servlet.view.AbstractTemplateView
Set whether to expose a RequestContext for use by Spring's macro library, under the name "springMacroRequestContext".
setExposeSpringMacroHelpers(boolean) - Method in class org.springframework.web.servlet.view.AbstractTemplateViewResolver
Set whether to expose a RequestContext for use by Spring's macro library, under the name "springMacroRequestContext".
setExposeTransactionAwareSessionFactory(boolean) - Method in class org.springframework.orm.hibernate3.AbstractSessionFactoryBean
Set whether to expose a transaction-aware current Session from the SessionFactory's getCurrentSession() method, returning the Session that's associated with the current Spring-managed transaction, if any.
setExposeUnconfigurableExecutor(boolean) - Method in class org.springframework.scheduling.concurrent.ScheduledExecutorFactoryBean
Specify whether this FactoryBean should expose an unconfigurable decorator for the created executor.
setExposeUnconfigurableExecutor(boolean) - Method in class org.springframework.scheduling.concurrent.ThreadPoolExecutorFactoryBean
Specify whether this FactoryBean should expose an unconfigurable decorator for the created executor.
setExpression(String) - Method in class org.springframework.aop.aspectj.AspectJExpressionPointcutAdvisor
 
setExpression(String) - Method in class org.springframework.aop.support.AbstractExpressionPointcut
 
setExpression(String) - Method in class org.springframework.web.servlet.tags.EvalTag
Set the expression to evaluate.
setExpressionParser(ExpressionParser) - Method in class org.springframework.context.expression.StandardBeanExpressionResolver
Specify the EL parser to use for expression parsing.
setExpressionPrefix(String) - Method in class org.springframework.context.expression.StandardBeanExpressionResolver
Set the prefix that an expression string starts with.
setExpressionSuffix(String) - Method in class org.springframework.context.expression.StandardBeanExpressionResolver
Set the suffix that an expression string ends with.
setExtendedPersistenceContexts(Map<String, String>) - Method in class org.springframework.orm.jpa.support.PersistenceAnnotationBeanPostProcessor
Specify the extended persistence contexts for EntityManager lookups, as a Map from persistence unit name to persistence context JNDI name (which needs to resolve to an EntityManager instance).
setExtractOldValueForEditor(boolean) - Method in class org.springframework.beans.AbstractPropertyAccessor
 
setExtractOldValueForEditor(boolean) - Method in interface org.springframework.beans.ConfigurablePropertyAccessor
Set whether to extract the old property value when applying a property editor to a new value for a property.
setExtractOldValueForEditor(boolean) - Method in class org.springframework.validation.DataBinder
Set whether to extract the old field value when applying a property editor to a new value for a field.
setExtractValueFromSingleKeyModel(boolean) - Method in class org.springframework.web.servlet.view.json.MappingJackson2JsonView
Set whether to serialize models containing a single attribute as a map or whether to extract the single value from the model and serialize it directly.
setExtractValueFromSingleKeyModel(boolean) - Method in class org.springframework.web.servlet.view.json.MappingJacksonJsonView
Set whether to serialize models containing a single attribute as a map or whether to extract the single value from the model and serialize it directly.
SetFactoryBean - Class in org.springframework.beans.factory.config
Simple factory for shared Set instances.
SetFactoryBean() - Constructor for class org.springframework.beans.factory.config.SetFactoryBean
 
setFactoryBean(String, String) - Method in class org.springframework.beans.factory.support.BeanDefinitionBuilder
Deprecated.
since Spring 2.5, in favor of preparing this on the raw BeanDefinition object
setFactoryBeanName(String) - Method in interface org.springframework.beans.factory.config.BeanDefinition
Specify the factory bean to use, if any.
setFactoryBeanName(String) - Method in class org.springframework.beans.factory.support.AbstractBeanDefinition
 
setFactoryClass(Class) - Method in class org.springframework.web.servlet.view.tiles.TilesConfigurer
Deprecated.
Set the factory class for Tiles.
setFactoryMethod(String) - Method in class org.springframework.beans.factory.support.BeanDefinitionBuilder
Set the name of the factory method to use for this definition.
setFactoryMethodName(String) - Method in interface org.springframework.beans.factory.config.BeanDefinition
Specify a factory method, if any.
setFactoryMethodName(String) - Method in class org.springframework.beans.factory.support.AbstractBeanDefinition
 
setFailEarlyOnGlobalRollbackOnly(boolean) - Method in class org.springframework.transaction.support.AbstractPlatformTransactionManager
Set whether to fail early in case of the transaction being globally marked as rollback-only.
setFailOnEmptyBeans(boolean) - Method in class org.springframework.http.converter.json.Jackson2ObjectMapperFactoryBean
Shortcut for SerializationFeature#FAIL_ON_EMPTY_BEANS option.
setFailOnEmptyBeans(boolean) - Method in class org.springframework.http.converter.json.JacksonObjectMapperFactoryBean
Shortcut for org.codehaus.jackson.map.SerializationConfig.Feature#FAIL_ON_EMPTY_BEANS.
setFailureMessage(String) - Method in class org.springframework.test.AssertThrows
Deprecated.
Set the extra, contextual failure message that will be included in the failure text if the text fails.
setFallbackToDefaultTypeMatch(boolean) - Method in class org.springframework.context.annotation.CommonAnnotationBeanPostProcessor
Set whether to allow a fallback to a type match if no explicit name has been specified.
setFallbackToDynamicDestination(boolean) - Method in class org.springframework.jms.support.destination.JndiDestinationResolver
Set whether this resolver is supposed to create dynamic destinations if the destination name is not found in JNDI.
setFallbackToNoOpCache(boolean) - Method in class org.springframework.cache.support.CompositeCacheManager
Indicate whether a NoOpCacheManager should be added at the end of the manager lists.
setFallbackToSystemLocale(boolean) - Method in class org.springframework.context.support.ReloadableResourceBundleMessageSource
Set whether to fall back to the system Locale if no files for a specific Locale have been found.
setFallbackToSystemLocale(boolean) - Method in class org.springframework.context.support.ResourceBundleMessageSource
Set whether to fall back to the system Locale if no files for a specific Locale have been found.
setFallbackTranslator(SQLExceptionTranslator) - Method in class org.springframework.jdbc.support.AbstractFallbackSQLExceptionTranslator
Override the default SQL state fallback translator (typically a SQLStateSQLExceptionTranslator).
setFavorParameter(boolean) - Method in class org.springframework.web.accept.ContentNegotiationManagerFactoryBean
Indicate whether a request parameter should be used to determine the requested media type with the 2nd highest priority, i.e.
setFavorParameter(boolean) - Method in class org.springframework.web.servlet.view.ContentNegotiatingViewResolver
setFavorPathExtension(boolean) - Method in class org.springframework.web.accept.ContentNegotiationManagerFactoryBean
Indicate whether the extension of the request path should be used to determine the requested media type with the highest priority.
setFavorPathExtension(boolean) - Method in class org.springframework.web.servlet.view.ContentNegotiatingViewResolver
setFeature(String, boolean) - Method in class org.springframework.oxm.support.MarshallingSource.MarshallingXMLReader
 
setFeature(String, boolean) - Method in class org.springframework.util.xml.AbstractStaxXMLReader
 
setFeature(String, boolean) - Method in class org.springframework.util.xml.AbstractXMLReader
Throws a SAXNotRecognizedException exception.
setFeaturesToDisable(Object...) - Method in class org.springframework.http.converter.json.Jackson2ObjectMapperFactoryBean
Specify features to disable.
setFeaturesToDisable(Object[]) - Method in class org.springframework.http.converter.json.JacksonObjectMapperFactoryBean
Specify features to disable.
setFeaturesToEnable(Object...) - Method in class org.springframework.http.converter.json.Jackson2ObjectMapperFactoryBean
Specify features to enable.
setFeaturesToEnable(Object[]) - Method in class org.springframework.http.converter.json.JacksonObjectMapperFactoryBean
Specify features to enable.
setFeedType(String) - Method in class org.springframework.web.servlet.view.feed.AbstractAtomFeedView
Sets the Rome feed type to use.
setFetchSize(int) - Method in class org.springframework.jdbc.core.JdbcTemplate
Set the fetch size for this JdbcTemplate.
setFetchSize(int) - Method in class org.springframework.jdbc.object.RdbmsOperation
Set the fetch size for this RDBMS operation.
setFetchSize(int) - Method in class org.springframework.orm.hibernate3.HibernateTemplate
Set the fetch size for this HibernateTemplate.
setField(Object, String, Object) - Static method in class org.springframework.test.util.ReflectionTestUtils
Set the field with the given name on the provided target object to the supplied value.
setField(Object, String, Object, Class<?>) - Static method in class org.springframework.test.util.ReflectionTestUtils
Set the field with the given name on the provided target object to the supplied value.
setField(Field, Object, Object) - Static method in class org.springframework.util.ReflectionUtils
Set the field represented by the supplied field object on the specified target object to the specified value.
setFieldAliases(Map<String, String>) - Method in class org.springframework.oxm.xstream.XStreamMarshaller
Set a field alias/type map, consiting of field names.
setFieldDefaultPrefix(String) - Method in class org.springframework.web.bind.WebDataBinder
Specify a prefix that can be used for parameters that indicate default value fields, having "prefix + field" as name.
setFieldMarkerPrefix(String) - Method in class org.springframework.web.bind.WebDataBinder
Specify a prefix that can be used for parameters that mark potentially empty fields, having "prefix + field" as name.
setFileEncoding(String) - Method in class org.springframework.core.io.support.PropertiesLoaderSupport
Set the encoding to use for parsing properties files.
setFileEncodings(Properties) - Method in class org.springframework.context.support.ReloadableResourceBundleMessageSource
Set per-file charsets to use for parsing properties files.
setFileTypeMap(FileTypeMap) - Method in class org.springframework.mail.javamail.MimeMessageHelper
Set the Java Activation Framework FileTypeMap to use for determining the content type of inline content and attachments that get added to the message.
setFilterDefinitions(FilterDefinition[]) - Method in class org.springframework.orm.hibernate3.LocalSessionFactoryBean
Specify the Hibernate FilterDefinitions to register with the SessionFactory.
setFilterName(String) - Method in class org.springframework.orm.hibernate3.FilterDefinitionFactoryBean
Set the name of the filter.
setFilterName(String) - Method in class org.springframework.orm.hibernate3.HibernateAccessor
Set the name of a Hibernate filter to be activated for all Sessions that this accessor works with.
setFilterNames(String[]) - Method in class org.springframework.orm.hibernate3.HibernateAccessor
Set one or more names of Hibernate filters to be activated for all Sessions that this accessor works with.
setFilters(List<Filter>) - Method in class org.springframework.remoting.jaxws.SimpleHttpServerJaxWsServiceExporter
Register common Filters to be applied to all detected WebService annotated beans.
setFilters(List<Filter>) - Method in class org.springframework.remoting.support.SimpleHttpServerFactoryBean
Register common Filters to be applied to all locally registered contexts.
setFilters(List<? extends Filter>) - Method in class org.springframework.web.filter.CompositeFilter
 
setFinishRenderParameter(ActionRequest, ActionResponse) - Method in class org.springframework.web.portlet.mvc.AbstractWizardFormController
Deprecated.
Pass the the parameter that indicates a finish request forward to the render phase.
setFixedDelayTasks(Map<Runnable, Long>) - Method in class org.springframework.scheduling.config.ScheduledTaskRegistrar
Specify triggered tasks as a Map of Runnables (the tasks) and fixed-delay values.
setFixedDelayTasksList(List<IntervalTask>) - Method in class org.springframework.scheduling.config.ScheduledTaskRegistrar
Specify fixed-delay tasks as a list of IntervalTask objects.
setFixedRate(boolean) - Method in class org.springframework.scheduling.commonj.ScheduledTimerListener
Set whether to schedule as fixed-rate execution, rather than fixed-delay execution.
setFixedRate(boolean) - Method in class org.springframework.scheduling.concurrent.ScheduledExecutorTask
Set whether to schedule as fixed-rate execution, rather than fixed-delay execution.
setFixedRate(boolean) - Method in class org.springframework.scheduling.support.PeriodicTrigger
Specify whether the periodic interval should be measured between the scheduled start times rather than between actual completion times.
setFixedRate(boolean) - Method in class org.springframework.scheduling.timer.ScheduledTimerTask
Deprecated.
Set whether to schedule as fixed-rate execution, rather than fixed-delay execution.
setFixedRateTasks(Map<Runnable, Long>) - Method in class org.springframework.scheduling.config.ScheduledTaskRegistrar
Specify triggered tasks as a Map of Runnables (the tasks) and fixed-rate values.
setFixedRateTasksList(List<IntervalTask>) - Method in class org.springframework.scheduling.config.ScheduledTaskRegistrar
Specify fixed-rate tasks as a list of IntervalTask objects.
setFlashMapManager(FlashMapManager) - Method in class org.springframework.test.web.servlet.setup.StandaloneMockMvcBuilder
Provide a custom FlashMapManager instance.
setFlashMapTimeout(int) - Method in class org.springframework.web.servlet.support.AbstractFlashMapManager
Set the amount of time in seconds after a FlashMap is saved (at request completion) and before it expires.
setFlushEager(boolean) - Method in class org.springframework.orm.jdo.JdoAccessor
Deprecated.
Set if this accessor should flush changes to the database eagerly.
setFlushEager(boolean) - Method in class org.springframework.orm.jpa.JpaAccessor
Deprecated.
Set if this accessor should flush changes to the database eagerly.
setFlushMode(int) - Method in class org.springframework.orm.hibernate3.HibernateAccessor
Set the flush behavior to one of the constants in this class.
setFlushMode(FlushMode) - Method in class org.springframework.orm.hibernate3.support.OpenSessionInViewFilter
Specify the Hibernate FlushMode to apply to this filter's org.hibernate.Session.
setFlushModeName(String) - Method in class org.springframework.orm.hibernate3.HibernateAccessor
Set the flush behavior by the name of the respective constant in this class, e.g.
setFor(String) - Method in class org.springframework.web.servlet.tags.form.LabelTag
Set the value of the 'for' attribute.
setForceEncoding(boolean) - Method in class org.springframework.web.filter.CharacterEncodingFilter
Set whether the configured encoding of this filter is supposed to override existing request and response encodings.
setFormatKey(String) - Method in class org.springframework.web.servlet.view.jasperreports.JasperReportsMultiFormatView
Set the key of the model parameter that holds the format discriminator.
setFormatMappings(Map<String, Class<? extends AbstractJasperReportsView>>) - Method in class org.springframework.web.servlet.view.jasperreports.JasperReportsMultiFormatView
Set the mappings of format discriminators to view class names.
setFormatter(DateFormatter) - Method in class org.springframework.format.datetime.DateFormatterRegistrar
Set the date formatter to register.
setFormatterRegistrars(Set<FormatterRegistrar>) - Method in class org.springframework.format.support.FormattingConversionServiceFactoryBean
Configure the set of FormatterRegistrars to invoke to register Converters and Formatters in addition to those added declaratively via FormattingConversionServiceFactoryBean.setConverters(Set) and FormattingConversionServiceFactoryBean.setFormatters(Set).
setFormatters(Set<?>) - Method in class org.springframework.format.support.FormattingConversionServiceFactoryBean
Configure the set of custom formatter objects that should be added.
setFormSubmit(ActionResponse) - Method in class org.springframework.web.portlet.mvc.AbstractFormController
Deprecated.
Set the action response parameter that indicates this in a form submission.
setFormView(String) - Method in class org.springframework.web.portlet.mvc.SimpleFormController
Deprecated.
Set the name of the view that should be used for form display.
setFormView(String) - Method in class org.springframework.web.servlet.mvc.SimpleFormController
Deprecated.
Set the name of the view that should be used for form display.
setForwardActionException(boolean) - Method in class org.springframework.web.portlet.DispatcherPortlet
Set whether to forward exceptions thrown during the action phase to the render phase via a session attribute.
setForwardedUrl(String) - Method in class org.springframework.mock.web.MockHttpServletResponse
 
setForwardedUrl(String) - Method in class org.springframework.mock.web.portlet.MockMimeResponse
 
setForwarder(MBeanServerForwarder) - Method in class org.springframework.jmx.support.ConnectorServerFactoryBean
Set an MBeanServerForwarder to be applied to the JMXConnectorServer.
setForwardEventException(boolean) - Method in class org.springframework.web.portlet.DispatcherPortlet
Set whether to forward exceptions thrown during the event phase to the render phase via a session attribute.
setFractionDigits(int) - Method in class org.springframework.format.number.CurrencyFormatter
Specify the desired number of fraction digits.
setFreemarkerSettings(Properties) - Method in class org.springframework.ui.freemarker.FreeMarkerConfigurationFactory
Set properties that contain well-known FreeMarker keys which will be passed to FreeMarker's Configuration.setSettings method.
setFreemarkerVariables(Map<String, Object>) - Method in class org.springframework.ui.freemarker.FreeMarkerConfigurationFactory
Set a Map that contains well-known FreeMarker objects which will be passed to FreeMarker's Configuration.setAllSharedVariables() method.
setFrom(String) - Method in class org.springframework.mail.javamail.MimeMailMessage
 
setFrom(InternetAddress) - Method in class org.springframework.mail.javamail.MimeMessageHelper
 
setFrom(String, String) - Method in class org.springframework.mail.javamail.MimeMessageHelper
 
setFrom(String) - Method in interface org.springframework.mail.MailMessage
 
setFrom(String) - Method in class org.springframework.mail.SimpleMailMessage
 
setFrozen(boolean) - Method in class org.springframework.aop.framework.autoproxy.AbstractAutoProxyCreator
Set whether or not the proxy should be frozen, preventing advice from being added to it once it is created.
setFrozen(boolean) - Method in class org.springframework.aop.framework.ProxyConfig
Set whether this config should be frozen.
setFrozen(boolean) - Method in class org.springframework.aop.framework.ProxyFactoryBean
 
setFunction(boolean) - Method in class org.springframework.jdbc.core.metadata.CallMetaDataContext
Specify whether this call is a function call.
setFunction(boolean) - Method in class org.springframework.jdbc.core.simple.AbstractJdbcCall
Specify whether this call is a function call.
setFunction(boolean) - Method in class org.springframework.jdbc.object.SqlCall
Set whether this call is for a function.
setFunctionReturnName(String) - Method in class org.springframework.jdbc.core.metadata.CallMetaDataContext
Specify the name used for the return value of the function.
setGenerateDdl(boolean) - Method in class org.springframework.orm.jpa.vendor.AbstractJpaVendorAdapter
Set whether to generate DDL after the EntityManagerFactory has been initialized, creating/updating all relevant tables.
setGeneratedKeyName(String) - Method in class org.springframework.jdbc.core.simple.AbstractJdbcInsert
Specify the name of a single generated key column
setGeneratedKeyNames(String[]) - Method in class org.springframework.jdbc.core.simple.AbstractJdbcInsert
Set the names of any generated keys
setGeneratedKeysColumnNameArraySupported(boolean) - Method in class org.springframework.jdbc.core.metadata.GenericTableMetaDataProvider
Specify whether a column name array is supported for generated keys
setGeneratedKeysColumnNames(String[]) - Method in class org.springframework.jdbc.core.PreparedStatementCreatorFactory
Set the column names of the auto-generated keys.
setGeneratedKeysColumnNames(String[]) - Method in class org.springframework.jdbc.object.RdbmsOperation
Set the column names of the auto-generated keys.
setGetGeneratedKeysSupported(boolean) - Method in class org.springframework.jdbc.core.metadata.GenericTableMetaDataProvider
Specify whether a column name array is supported for generated keys
setGlobalJobListeners(JobListener[]) - Method in class org.springframework.scheduling.quartz.SchedulerAccessor
Specify global Quartz JobListeners to be registered with the Scheduler.
setGlobalResultHandlers(List<ResultHandler>) - Method in class org.springframework.test.web.servlet.MockMvc
General actions to apply after every performed request.
setGlobalResultMatchers(List<ResultMatcher>) - Method in class org.springframework.test.web.servlet.MockMvc
Expectations to assert after every performed request.
setGlobalRollbackOnParticipationFailure(boolean) - Method in class org.springframework.transaction.support.AbstractPlatformTransactionManager
Set whether to globally mark an existing transaction as rollback-only after a participating transaction failed.
setGlobalTriggerListeners(TriggerListener[]) - Method in class org.springframework.scheduling.quartz.SchedulerAccessor
Specify global Quartz TriggerListeners to be registered with the Scheduler.
setGroup(String) - Method in class org.springframework.scheduling.quartz.CronTriggerFactoryBean
Specify the trigger's group.
setGroup(String) - Method in class org.springframework.scheduling.quartz.JobDetailFactoryBean
Specify the job's group.
setGroup(String) - Method in class org.springframework.scheduling.quartz.MethodInvokingJobDetailFactoryBean
Set the group of the job.
setGroup(String) - Method in class org.springframework.scheduling.quartz.SimpleTriggerFactoryBean
Specify the trigger's group.
setHandback(Object) - Method in class org.springframework.jmx.support.NotificationListenerHolder
Set the (arbitrary) object that will be 'handed back' as-is by an NotificationBroadcaster when notifying any NotificationListener.
setHandler(Object) - Method in class org.springframework.test.web.servlet.DefaultMvcResult
 
setHandler(ContentHandler) - Method in class org.springframework.util.xml.StaxResult
Throws an UnsupportedOperationException.
setHandlerExceptionResolvers(List<HandlerExceptionResolver>) - Method in class org.springframework.test.web.servlet.setup.StandaloneMockMvcBuilder
Set the HandlerExceptionResolver types to use as a list.
setHandlerExceptionResolvers(HandlerExceptionResolver...) - Method in class org.springframework.test.web.servlet.setup.StandaloneMockMvcBuilder
Set the HandlerExceptionResolver types to use as an array.
setHandlerMethodArgumentResolvers(HandlerMethodArgumentResolverComposite) - Method in class org.springframework.web.method.support.InvocableHandlerMethod
Set HandlerMethodArgumentResolvers to use to use for resolving method argument values.
setHandlerMethodReturnValueHandlers(HandlerMethodReturnValueHandlerComposite) - Method in class org.springframework.web.servlet.mvc.method.annotation.ServletInvocableHandlerMethod
Register HandlerMethodReturnValueHandler instances to use to handle return values.
setHandlerResolver(HandlerResolver) - Method in class org.springframework.remoting.jaxws.LocalJaxWsServiceFactory
Set the JAX-WS HandlerResolver to use for all proxies and dispatchers created through this factory.
setHeader(String, String) - Method in class org.springframework.mock.web.MockHttpServletResponse
 
setHeaders(HttpServletResponse, Resource, MediaType) - Method in class org.springframework.web.servlet.resource.ResourceHttpRequestHandler
Set headers on the given servlet response.
setHeaders(Properties) - Method in class org.springframework.web.servlet.view.jasperreports.AbstractJasperReportsView
Specify the set of headers that are included in each of response.
setHeaders(Properties) - Method in class org.springframework.web.servlet.view.jasperreports.JasperReportsViewResolver
Set the headers the view class should use.
setHeaderValue(String, Object) - Method in class org.springframework.mock.web.MockHttpServletResponse
 
setHessian2(boolean) - Method in class org.springframework.remoting.caucho.HessianClientInterceptor
Set whether version 2 of the Hessian protocol should be used for parsing requests and replies.
setHessian2Reply(boolean) - Method in class org.springframework.remoting.caucho.HessianClientInterceptor
Set whether version 2 of the Hessian protocol should be used for parsing replies.
setHessian2Request(boolean) - Method in class org.springframework.remoting.caucho.HessianClientInterceptor
Set whether version 2 of the Hessian protocol should be used for parsing requests.
setHibernateManagedSession(boolean) - Method in class org.springframework.orm.hibernate3.HibernateTransactionManager
Set whether to operate on a Hibernate-managed Session instead of a Spring-managed Session, that is, whether to obtain the Session through Hibernate's org.hibernate.SessionFactory#getCurrentSession() instead of org.hibernate.SessionFactory#openSession() (with a Spring TransactionSynchronizationManager check preceding it).
setHibernateManagedSession(boolean) - Method in class org.springframework.orm.hibernate4.HibernateTransactionManager
Set whether to operate on a Hibernate-managed Session instead of a Spring-managed Session, that is, whether to obtain the Session through Hibernate's org.hibernate.SessionFactory#getCurrentSession() instead of org.hibernate.SessionFactory#openSession() (with a Spring TransactionSynchronizationManager check preceding it).
setHibernateProperties(Properties) - Method in class org.springframework.orm.hibernate3.LocalSessionFactoryBean
Set Hibernate properties, such as "hibernate.dialect".
setHibernateProperties(Properties) - Method in class org.springframework.orm.hibernate4.LocalSessionFactoryBean
Set Hibernate properties, such as "hibernate.dialect".
setHibernateTemplate(HibernateTemplate) - Method in class org.springframework.orm.hibernate3.support.HibernateDaoSupport
Set the HibernateTemplate for this DAO explicitly, as an alternative to specifying a SessionFactory.
setHideProxyClassNames(boolean) - Method in class org.springframework.aop.interceptor.AbstractTraceInterceptor
Set to "true" to have dynamic loggers hide proxy class names wherever possible.
setHomeInterface(Class) - Method in class org.springframework.ejb.access.AbstractRemoteSlsbInvokerInterceptor
Set a home interface that this invoker will narrow to before performing the parameterless SLSB create() call that returns the actual SLSB proxy.
setHost(String) - Method in class org.springframework.mail.javamail.JavaMailSenderImpl
Set the mail server host, typically an SMTP host.
setHost(String) - Method in class org.springframework.remoting.rmi.RmiRegistryFactoryBean
Set the host of the registry for the exported RMI service, i.e.
setHostname(String) - Method in class org.springframework.http.client.support.ProxyFactoryBean
Sets the proxy host name.
setHostname(String) - Method in class org.springframework.remoting.jaxws.SimpleHttpServerJaxWsServiceExporter
Specify the HTTP server's hostname to bind to.
setHostname(String) - Method in class org.springframework.remoting.support.SimpleHttpServerFactoryBean
Specify the HTTP server's hostname to bind to.
setHtmlEscape(String) - Method in class org.springframework.web.servlet.tags.HtmlEscapingAwareTag
Set HTML escaping for this tag, as boolean value.
setHtmlTextToMimePart(MimePart, String) - Method in class org.springframework.mail.javamail.MimeMessageHelper
 
setHttp10Compatible(boolean) - Method in class org.springframework.web.servlet.view.RedirectView
Set whether to stay compatible with HTTP 1.0 clients.
setHttpClient(HttpClient) - Method in class org.springframework.http.client.CommonsClientHttpRequestFactory
Deprecated.
Set the HttpClient used by this factory.
setHttpClient(HttpClient) - Method in class org.springframework.http.client.HttpComponentsClientHttpRequestFactory
Set the HttpClient used by this factory.
setHttpClient(HttpClient) - Method in class org.springframework.remoting.httpinvoker.CommonsHttpInvokerRequestExecutor
Set the HttpClient instance to use for this request executor.
setHttpClient(HttpClient) - Method in class org.springframework.remoting.httpinvoker.HttpComponentsHttpInvokerRequestExecutor
Set the HttpClient instance to use for this request executor.
setHttpInvokerRequestExecutor(HttpInvokerRequestExecutor) - Method in class org.springframework.remoting.httpinvoker.HttpInvokerClientInterceptor
Set the HttpInvokerRequestExecutor implementation to use for executing remote invocations.
setId(String) - Method in interface org.springframework.context.ConfigurableApplicationContext
Set the unique id of this application context.
setId(String) - Method in class org.springframework.context.support.AbstractApplicationContext
Set the unique id of this application context.
setId(String) - Method in class org.springframework.context.support.AbstractRefreshableConfigApplicationContext
 
setId(String) - Method in class org.springframework.context.support.GenericApplicationContext
 
setId(String) - Method in class org.springframework.web.servlet.tags.form.AbstractDataBoundFormElementTag
Set the value of the 'id' attribute.
setIdCalled - Variable in class org.springframework.context.support.AbstractRefreshableConfigApplicationContext
 
setIdle(boolean) - Method in class org.springframework.jms.listener.DefaultMessageListenerContainer.AsyncMessageListenerInvoker
 
setIdleConsumerLimit(int) - Method in class org.springframework.jms.listener.DefaultMessageListenerContainer
Specify the limit for the number of consumers that are allowed to be idle at any given time.
setIdleTaskExecutionLimit(int) - Method in class org.springframework.jms.listener.DefaultMessageListenerContainer
Specify the limit for idle executions of a consumer task, not having received any message within its execution.
setIdResolver(IDResolver) - Method in class org.springframework.oxm.castor.CastorMarshaller
Set the Castor IDResolver to be used during unmarshalling.
setIfModifiedSince(long) - Method in class org.springframework.http.HttpHeaders
Sets the (new) value of the If-Modified-Since header.
setIfNoneMatch(String) - Method in class org.springframework.http.HttpHeaders
Sets the (new) value of the If-None-Match header.
setIfNoneMatch(List<String>) - Method in class org.springframework.http.HttpHeaders
Sets the (new) values of the If-None-Match header.
setIgnoreAcceptHeader(boolean) - Method in class org.springframework.web.accept.ContentNegotiationManagerFactoryBean
Indicate whether the HTTP Accept header should be ignored altogether.
setIgnoreAcceptHeader(boolean) - Method in class org.springframework.web.servlet.view.ContentNegotiatingViewResolver
setIgnoreCase(boolean) - Method in class org.springframework.beans.support.MutableSortDefinition
Set whether upper and lower case in String values should be ignored.
setIgnoreDefaultModelOnRedirect(boolean) - Method in class org.springframework.web.method.support.ModelAndViewContainer
When set to true the default model is never used in a redirect scenario.
setIgnoreDefaultModelOnRedirect(boolean) - Method in class org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter
By default the content of the "default" model is used both during rendering and redirect scenarios.
setIgnoredMethodMappings(Properties) - Method in class org.springframework.jmx.export.assembler.MethodExclusionMBeanInfoAssembler
Set the mappings of bean keys to a comma-separated list of method names.
setIgnoredMethods(String[]) - Method in class org.springframework.jmx.export.assembler.MethodExclusionMBeanInfoAssembler
Set the array of method names to be ignored when creating the management info.
setIgnoredUnknownProperties(String[]) - Method in class org.springframework.scheduling.quartz.SpringBeanJobFactory
Specify the unknown properties (not found in the bean) that should be ignored.
setIgnoreExtraAttributes(boolean) - Method in class org.springframework.oxm.castor.CastorMarshaller
Set whether the Castor Unmarshaller should ignore attributes that do not match a specific field.
setIgnoreExtraElements(boolean) - Method in class org.springframework.oxm.castor.CastorMarshaller
Set whether the Castor Unmarshaller should ignore elements that do not match a specific field.
setIgnoreFailedDrops(boolean) - Method in class org.springframework.jdbc.datasource.init.ResourceDatabasePopulator
Flag to indicate that a failed SQL DROP statement can be ignored.
setIgnoreInvalidFields(boolean) - Method in class org.springframework.validation.DataBinder
Set whether to ignore invalid fields, that is, whether to ignore bind parameters that have corresponding fields in the target object which are not accessible (for example because of null values in the nested path).
setIgnoreInvalidKeys(boolean) - Method in class org.springframework.beans.factory.config.PropertyOverrideConfigurer
Set whether to ignore invalid keys.
setIgnoreInvalidRequests(boolean) - Method in class org.springframework.jms.remoting.JmsInvokerServiceExporter
Set whether invalidly formatted messages should be discarded.
setIgnoreNestedPath(boolean) - Method in class org.springframework.web.servlet.tags.BindTag
Set whether to ignore a nested path, if any.
setIgnoreResourceNotFound(boolean) - Method in class org.springframework.core.io.support.PropertiesLoaderSupport
Set if failure to find the property resource should be ignored.
setIgnoreUnknownFields(boolean) - Method in class org.springframework.validation.DataBinder
Set whether to ignore unknown fields, that is, whether to ignore bind parameters that do not have corresponding fields in the target object.
setIgnoreUnresolvableEditors(boolean) - Method in class org.springframework.beans.factory.config.CustomEditorConfigurer
Set whether unresolvable editors should simply be skipped.
setIgnoreUnresolvableNestedPlaceholders(boolean) - Method in class org.springframework.core.env.AbstractEnvironment
 
setIgnoreUnresolvableNestedPlaceholders(boolean) - Method in class org.springframework.core.env.AbstractPropertyResolver
Set whether to throw an exception when encountering an unresolvable placeholder nested within the value of a given property.
setIgnoreUnresolvableNestedPlaceholders(boolean) - Method in interface org.springframework.core.env.ConfigurablePropertyResolver
Set whether to throw an exception when encountering an unresolvable placeholder nested within the value of a given property.
setIgnoreUnresolvablePlaceholders(boolean) - Method in class org.springframework.beans.factory.config.PlaceholderConfigurerSupport
Set whether to ignore unresolvable placeholders.
setIgnoreWarnings(boolean) - Method in class org.springframework.jdbc.core.JdbcTemplate
Set whether or not we want to ignore SQLWarnings.
setImplicitCollections(Map<Class<?>, String>) - Method in class org.springframework.oxm.xstream.XStreamMarshaller
Specify implicit collection fields, as a Map consisting of Class instances mapped to comma separated collection field names.
setImportMetadata(AnnotationMetadata) - Method in class org.springframework.cache.annotation.AbstractCachingConfiguration
 
setImportMetadata(AnnotationMetadata) - Method in interface org.springframework.context.annotation.ImportAware
Set the annotation metadata of the importing @Configuration class.
setImportMetadata(AnnotationMetadata) - Method in class org.springframework.context.annotation.LoadTimeWeavingConfiguration
 
setImportMetadata(AnnotationMetadata) - Method in class org.springframework.context.annotation.MBeanExportConfiguration
 
setImportMetadata(AnnotationMetadata) - Method in class org.springframework.scheduling.annotation.AbstractAsyncConfiguration
 
setImportMetadata(AnnotationMetadata) - Method in class org.springframework.transaction.annotation.AbstractTransactionManagementConfiguration
 
setIncludeAnnotatedControllers(boolean) - Method in class org.springframework.web.servlet.mvc.support.AbstractControllerUrlHandlerMapping
Set whether to activate or deactivate detection of annotated controllers.
setIncludeAnnotationConfig(boolean) - Method in class org.springframework.context.annotation.ClassPathBeanDefinitionScanner
Specify whether to register annotation config post-processors.
setIncludeClientInfo(boolean) - Method in class org.springframework.web.context.request.Log4jNestedDiagnosticContextInterceptor
Set whether or not the session id and user name should be included in the log message.
setIncludeClientInfo(boolean) - Method in class org.springframework.web.filter.AbstractRequestLoggingFilter
Set whether or not the client address and session id should be included in the log message.
setIncludedUrl(String) - Method in class org.springframework.mock.web.MockHttpServletResponse
 
setIncludedUrl(String) - Method in class org.springframework.mock.web.portlet.MockMimeResponse
 
setIncludePatterns(List<String>) - Method in class org.springframework.aop.aspectj.annotation.AnnotationAwareAspectJAutoProxyCreator
Set a list of regex patterns, matching eligible @AspectJ bean names.
setIncludePayload(boolean) - Method in class org.springframework.web.filter.AbstractRequestLoggingFilter
Set whether or not the request payload (body) should be included in the log message.
setIncludeQueryString(boolean) - Method in class org.springframework.web.filter.AbstractRequestLoggingFilter
Set whether or not the query string should be included in the log message.
setIncrementerName(String) - Method in class org.springframework.jdbc.support.incrementer.AbstractDataFieldMaxValueIncrementer
Set the name of the sequence/table.
setIndent(int) - Method in class org.springframework.oxm.jibx.JibxMarshaller
Set the number of nesting indent spaces.
setIndent(boolean) - Method in class org.springframework.web.servlet.view.xslt.AbstractXsltView
Deprecated.
Set whether the XSLT transformer may add additional whitespace when outputting the result tree.
setIndent(boolean) - Method in class org.springframework.web.servlet.view.xslt.XsltView
Set whether the XSLT transformer may add additional whitespace when outputting the result tree.
setIndent(boolean) - Method in class org.springframework.web.servlet.view.xslt.XsltViewResolver
Set whether the XSLT transformer may add additional whitespace when outputting the result tree.
setIndentOutput(boolean) - Method in class org.springframework.http.converter.json.Jackson2ObjectMapperFactoryBean
Shortcut for SerializationFeature#INDENT_OUTPUT option.
setIndentOutput(boolean) - Method in class org.springframework.http.converter.json.JacksonObjectMapperFactoryBean
Shortcut for org.codehaus.jackson.map.SerializationConfig.Feature#INDENT_OUTPUT.
setIndex(int) - Method in class org.springframework.jmx.export.metadata.ManagedOperationParameter
Set the index of this parameter in the operation signature.
setIndexedReadMethod(Method) - Method in class org.springframework.beans.SimpleIndexedPropertyDescriptor
 
setIndexedWriteMethod(Method) - Method in class org.springframework.beans.SimpleIndexedPropertyDescriptor
 
setInitAnnotationType(Class<? extends Annotation>) - Method in class org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor
Specify the init annotation to check for, indicating initialization methods to call after configuration of a bean.
setInitBinderArgumentResolvers(List<HandlerMethodArgumentResolver>) - Method in class org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter
Configure the supported argument types in @InitBinder methods.
setInitialDelay(long) - Method in class org.springframework.scheduling.support.PeriodicTrigger
Specify the delay for the initial execution.
setInitMethod(String) - Method in class org.springframework.beans.factory.xml.DocumentDefaultsDefinition
Set the default init-method setting for the document that's currently parsed.
setInitMethodName(String) - Method in class org.springframework.beans.factory.support.AbstractBeanDefinition
Set the name of the initializer method.
setInitMethodName(String) - Method in class org.springframework.beans.factory.support.BeanDefinitionBuilder
Set the init method for this definition.
setInitMethodName(String) - Method in class org.springframework.beans.factory.support.BeanDefinitionDefaults
 
setInitParameter(String, String) - Method in class org.springframework.mock.web.MockServletContext
 
setInitParameters(Map<String, String>) - Method in class org.springframework.web.portlet.mvc.PortletWrappingController
Specify init parameters for the portlet to wrap, as name-value pairs.
setInitParameters(Properties) - Method in class org.springframework.web.servlet.mvc.ServletWrappingController
Specify init parameters for the servlet to wrap, as name-value pairs.
setInitParamName(String) - Method in class org.springframework.web.context.support.ServletContextParameterFactoryBean
Set the name of the ServletContext init parameter to expose.
setInParameterNames(Set<String>) - Method in class org.springframework.jdbc.core.simple.AbstractJdbcCall
Set the names of in parameters to be used.
setInputSource(InputSource) - Method in class org.springframework.oxm.support.MarshallingSource
Throws a UnsupportedOperationException.
setInputSource(InputSource) - Method in class org.springframework.util.xml.StaxSource
Throws an UnsupportedOperationException.
setInstanceId(String) - Method in class org.springframework.scheduling.quartz.LocalTaskExecutorThreadPool
 
setInstanceName(String) - Method in class org.springframework.scheduling.quartz.LocalTaskExecutorThreadPool
 
setInstantiationStrategy(InstantiationStrategy) - Method in class org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory
Set the instantiation strategy to use for creating bean instances.
setInteractionSpec(InteractionSpec) - Method in class org.springframework.jca.cci.object.EisOperation
Set the CCI InteractionSpec for this operation.
setInterceptorNames(String[]) - Method in class org.springframework.aop.framework.autoproxy.AbstractAutoProxyCreator
Set the common interceptors.
setInterceptorNames(String[]) - Method in class org.springframework.aop.framework.ProxyFactoryBean
Set the list of Advice/Advisor bean names.
setInterceptors(List<ClientHttpRequestInterceptor>) - Method in class org.springframework.http.client.support.InterceptingHttpAccessor
Sets the request interceptors that this accessor should use.
setInterceptors(Object[]) - Method in class org.springframework.remoting.support.RemoteExporter
Set additional interceptors (or advisors) to be applied before the remote endpoint, e.g.
setInterceptors(HandlerInterceptor[]) - Method in class org.springframework.test.web.servlet.DefaultMvcResult
 
setInterceptors(Object[]) - Method in class org.springframework.web.portlet.handler.AbstractHandlerMapping
Set the interceptors to apply for all handlers mapped by this handler mapping.
setInterceptors(Object[]) - Method in class org.springframework.web.servlet.handler.AbstractHandlerMapping
Set the interceptors to apply for all handlers mapped by this handler mapping.
setInterfaceMappings(Properties) - Method in class org.springframework.jmx.export.assembler.InterfaceBasedMBeanInfoAssembler
Set the mappings of bean keys to a comma-separated list of interface names.
setInterfaces(Class[]) - Method in class org.springframework.aop.framework.AdvisedSupport
Set the interfaces to be proxied.
setInterval(int) - Method in class org.springframework.jdbc.support.DatabaseStartupValidator
Set the interval between validation runs (in seconds).
setIntHeader(String, int) - Method in class org.springframework.mock.web.MockHttpServletResponse
 
setIntrospectionClass(Class) - Method in class org.springframework.beans.BeanWrapperImpl
Set the class to introspect.
setInvalidResultSetAccessCodes(String[]) - Method in class org.springframework.jdbc.support.SQLErrorCodes
 
setInvalidSubmit(ActionResponse) - Method in class org.springframework.web.portlet.mvc.AbstractFormController
Deprecated.
Set the action response parameter that indicates this in an invalid submission.
setIso(DateTimeFormat.ISO) - Method in class org.springframework.format.datetime.DateFormatter
Set the ISO format used for this date.
setIso(DateTimeFormat.ISO) - Method in class org.springframework.format.datetime.joda.DateTimeFormatterFactory
Set the ISO format used to format date values.
setIsolationLevel(int) - Method in class org.springframework.jdbc.datasource.IsolationLevelDataSourceAdapter
Specify the default isolation level to use for Connection retrieval, according to the JDBC Connection constants (equivalent to the corresponding Spring TransactionDefinition constants).
setIsolationLevel(int) - Method in class org.springframework.transaction.support.DefaultTransactionDefinition
Set the isolation level.
setIsolationLevelName(String) - Method in class org.springframework.jdbc.datasource.IsolationLevelDataSourceAdapter
Set the default isolation level by the name of the corresponding constant in TransactionDefinition, e.g.
setIsolationLevelName(String) - Method in class org.springframework.transaction.support.DefaultTransactionDefinition
Set the isolation level by the name of the corresponding constant in TransactionDefinition, e.g.
setItemLabel(String) - Method in class org.springframework.web.servlet.tags.form.AbstractMultiCheckedElementTag
Set the value to be displayed as part of the 'input type="checkbox/radio"' tag.
setItemLabel(String) - Method in class org.springframework.web.servlet.tags.form.OptionsTag
Set the name of the property mapped to the label (inner text) of the 'option' tag.
setItemLabel(String) - Method in class org.springframework.web.servlet.tags.form.SelectTag
Set the name of the property mapped to the label (inner text) of the 'option' tag.
setItems(Object) - Method in class org.springframework.web.servlet.tags.form.AbstractMultiCheckedElementTag
Set the Collection, Map or array of objects used to generate the 'input type="checkbox/radio"' tags.
setItems(Object) - Method in class org.springframework.web.servlet.tags.form.OptionsTag
Set the Collection, Map or array of objects used to generate the inner 'option' tags.
setItems(Object) - Method in class org.springframework.web.servlet.tags.form.SelectTag
Set the Collection, Map or array of objects used to generate the inner 'option' tags.
setItemValue(String) - Method in class org.springframework.web.servlet.tags.form.AbstractMultiCheckedElementTag
Set the name of the property mapped to the 'value' attribute of the 'input type="checkbox/radio"' tag.
setItemValue(String) - Method in class org.springframework.web.servlet.tags.form.OptionsTag
Set the name of the property mapped to the 'value' attribute of the 'option' tag.
setItemValue(String) - Method in class org.springframework.web.servlet.tags.form.SelectTag
Set the name of the property mapped to the 'value' attribute of the 'option' tag.
setJavaMailProperties(Properties) - Method in class org.springframework.mail.javamail.JavaMailSenderImpl
Set JavaMail properties for the Session.
setJavaScriptEscape(String) - Method in class org.springframework.web.servlet.tags.EscapeBodyTag
Set JavaScript escaping for this tag, as boolean value.
setJavaScriptEscape(String) - Method in class org.springframework.web.servlet.tags.EvalTag
Set JavaScript escaping for this tag, as boolean value.
setJavaScriptEscape(String) - Method in class org.springframework.web.servlet.tags.MessageTag
Set JavaScript escaping for this tag, as boolean value.
setJavaScriptEscape(String) - Method in class org.springframework.web.servlet.tags.UrlTag
Set JavaScript escaping for this tag, as boolean value.
setJaxbContextProperties(Map<String, ?>) - Method in class org.springframework.oxm.jaxb.Jaxb2Marshaller
Set the JAXBContext properties.
setJaxRpcService(Service) - Method in class org.springframework.remoting.jaxrpc.JaxRpcPortClientInterceptor
Deprecated.
Set a reference to an existing JAX-RPC Service instance, for example obtained via JndiObjectFactoryBean.
setJaxRpcServiceInterface(Class) - Method in class org.springframework.remoting.jaxrpc.LocalJaxRpcServiceFactory
Deprecated.
Set the JAX-RPC service interface to use for looking up the service.
setJaxRpcServiceProperties(Properties) - Method in class org.springframework.remoting.jaxrpc.LocalJaxRpcServiceFactory
Deprecated.
Set JAX-RPC service properties to be passed to the ServiceFactory, if any.
setJaxWsService(Service) - Method in class org.springframework.remoting.jaxws.JaxWsPortClientInterceptor
Set a reference to an existing JAX-WS Service instance, for example obtained via JndiObjectFactoryBean.
setJdbcDataSource(DataSource) - Method in class org.springframework.web.servlet.view.jasperreports.AbstractJasperReportsView
Specify the javax.sql.DataSource to use for reports with embedded SQL statements.
setJdbcDataSource(DataSource) - Method in class org.springframework.web.servlet.view.jasperreports.JasperReportsViewResolver
Set the DataSource the view class should use.
setJdbcExceptionTranslator(SQLExceptionTranslator) - Method in class org.springframework.orm.hibernate3.HibernateAccessor
Set the JDBC exception translator for this instance.
setJdbcExceptionTranslator(SQLExceptionTranslator) - Method in class org.springframework.orm.hibernate3.HibernateExceptionTranslator
Set the JDBC exception translator for the SessionFactory, exposed via the PersistenceExceptionTranslator interface.
setJdbcExceptionTranslator(SQLExceptionTranslator) - Method in class org.springframework.orm.hibernate3.HibernateTransactionManager
Set the JDBC exception translator for this transaction manager.
setJdbcExceptionTranslator(SQLExceptionTranslator) - Method in class org.springframework.orm.jdo.DefaultJdoDialect
Set the JDBC exception translator for this dialect.
setJdbcTemplate(JdbcTemplate) - Method in class org.springframework.jdbc.core.support.JdbcBeanDefinitionReader
Set the JdbcTemplate to be used by this bean factory.
setJdbcTemplate(JdbcTemplate) - Method in class org.springframework.jdbc.core.support.JdbcDaoSupport
Set the JdbcTemplate for this DAO explicitly, as an alternative to specifying a DataSource.
setJdbcTemplate(JdbcTemplate) - Method in class org.springframework.jdbc.object.RdbmsOperation
An alternative to the more commonly used setDataSource() when you want to use the same JdbcTemplate in multiple RdbmsOperations.
setJdoDialect(JdoDialect) - Method in class org.springframework.orm.jdo.JdoAccessor
Deprecated.
Set the JDO dialect to use for this accessor.
setJdoDialect(JdoDialect) - Method in class org.springframework.orm.jdo.JdoTransactionManager
Set the JDO dialect to use for this transaction manager.
setJdoDialect(JdoDialect) - Method in class org.springframework.orm.jdo.LocalPersistenceManagerFactoryBean
Set the JDO dialect to use for the PersistenceExceptionTranslator functionality of this factory.
setJdoDialect(JdoDialect) - Method in class org.springframework.orm.jdo.support.SpringPersistenceManagerProxyBean
Set the JDO dialect to use for this proxy.
setJdoProperties(Properties) - Method in class org.springframework.orm.jdo.LocalPersistenceManagerFactoryBean
Set JDO properties, such as"javax.jdo.PersistenceManagerFactoryClass".
setJdoPropertyMap(Map<String, Object>) - Method in class org.springframework.orm.jdo.LocalPersistenceManagerFactoryBean
Specify JDO properties as a Map, to be passed into JDOHelper.getPersistenceManagerFactory (if any).
setJdoTemplate(JdoTemplate) - Method in class org.springframework.orm.jdo.support.JdoDaoSupport
Deprecated.
Set the JdoTemplate for this DAO explicitly, as an alternative to specifying a PersistenceManagerFactory.
setJmsTemplate(JmsTemplate) - Method in class org.springframework.jms.core.support.JmsGatewaySupport
Set the JmsTemplate for the gateway.
setJndiEnvironment(Properties) - Method in class org.springframework.jndi.JndiAccessor
Set the JNDI environment to use for JNDI lookups.
setJndiEnvironment(Properties) - Method in class org.springframework.orm.jpa.support.PersistenceAnnotationBeanPostProcessor
Set the JNDI environment to use for JNDI lookups.
setJndiEnvironment(Properties) - Method in class org.springframework.remoting.rmi.JndiRmiServiceExporter
Set the JNDI environment to use for JNDI lookups.
setJndiEnvironment(Properties) - Method in class org.springframework.transaction.jta.JtaTransactionManager
Set the JNDI environment to use for JNDI lookups.
setJndiFactory(BeanFactory) - Method in class org.springframework.context.annotation.CommonAnnotationBeanPostProcessor
Specify the factory for objects to be injected into @Resource / @WebServiceRef / @EJB annotated fields and setter methods, for mappedName attributes that point directly into JNDI.
setJndiName(String) - Method in class org.springframework.jndi.JndiObjectLocator
Specify the JNDI name to look up.
setJndiName(String) - Method in class org.springframework.remoting.rmi.JndiRmiServiceExporter
Set the JNDI name of the exported RMI service.
setJndiTemplate(JndiTemplate) - Method in class org.springframework.jndi.JndiAccessor
Set the JNDI template to use for JNDI lookups.
setJndiTemplate(Object) - Method in class org.springframework.orm.jpa.support.PersistenceAnnotationBeanPostProcessor
Set the JNDI template to use for JNDI lookups.
setJndiTemplate(JndiTemplate) - Method in class org.springframework.remoting.rmi.JndiRmiServiceExporter
Set the JNDI template to use for JNDI lookups.
setJndiTemplate(JndiTemplate) - Method in class org.springframework.transaction.jta.JtaTransactionManager
Set the JndiTemplate to use for JNDI lookups.
setJobClass(Class) - Method in class org.springframework.scheduling.quartz.JobDetailBean
Overridden to support any job class, to allow a custom JobFactory to adapt the given job class to the Quartz Job interface.
setJobClass(Class) - Method in class org.springframework.scheduling.quartz.JobDetailFactoryBean
Specify the job's implementation class.
setJobDataAsMap(Map<String, ?>) - Method in class org.springframework.scheduling.quartz.CronTriggerBean
Register objects in the JobDataMap via a given Map.
setJobDataAsMap(Map<String, ?>) - Method in class org.springframework.scheduling.quartz.CronTriggerFactoryBean
Register objects in the JobDataMap via a given Map.
setJobDataAsMap(Map) - Method in class org.springframework.scheduling.quartz.JobDetailBean
Register objects in the JobDataMap via a given Map.
setJobDataAsMap(Map<String, ?>) - Method in class org.springframework.scheduling.quartz.JobDetailFactoryBean
Register objects in the JobDataMap via a given Map.
setJobDataAsMap(Map<String, ?>) - Method in class org.springframework.scheduling.quartz.SimpleTriggerBean
Register objects in the JobDataMap via a given Map.
setJobDataAsMap(Map<String, ?>) - Method in class org.springframework.scheduling.quartz.SimpleTriggerFactoryBean
Register objects in the JobDataMap via a given Map.
setJobDataMap(JobDataMap) - Method in class org.springframework.scheduling.quartz.CronTriggerFactoryBean
Set the trigger's JobDataMap.
setJobDataMap(JobDataMap) - Method in class org.springframework.scheduling.quartz.JobDetailFactoryBean
Set the job's JobDataMap.
setJobDataMap(JobDataMap) - Method in class org.springframework.scheduling.quartz.SimpleTriggerFactoryBean
Set the trigger's JobDataMap.
setJobDetail(JobDetail) - Method in class org.springframework.scheduling.quartz.CronTriggerBean
Set the JobDetail that this trigger should be associated with.
setJobDetail(JobDetail) - Method in class org.springframework.scheduling.quartz.CronTriggerFactoryBean
Set the JobDetail that this trigger should be associated with.
setJobDetail(JobDetail) - Method in class org.springframework.scheduling.quartz.SimpleTriggerBean
Set the JobDetail that this trigger should be associated with.
setJobDetail(JobDetail) - Method in class org.springframework.scheduling.quartz.SimpleTriggerFactoryBean
Set the JobDetail that this trigger should be associated with.
setJobDetails(JobDetail[]) - Method in class org.springframework.scheduling.quartz.SchedulerAccessor
Register a list of JobDetail objects with the Scheduler that this FactoryBean creates, to be referenced by Triggers.
setJobFactory(JobFactory) - Method in class org.springframework.scheduling.quartz.SchedulerFactoryBean
Set the Quartz JobFactory to use for this Scheduler.
setJobListenerNames(String[]) - Method in class org.springframework.scheduling.quartz.JobDetailBean
Set a list of JobListener names for this job, referring to non-global JobListeners registered with the Scheduler.
setJobListenerNames(String[]) - Method in class org.springframework.scheduling.quartz.MethodInvokingJobDetailFactoryBean
Set a list of JobListener names for this job, referring to non-global JobListeners registered with the Scheduler.
setJobListeners(JobListener[]) - Method in class org.springframework.scheduling.quartz.SchedulerAccessor
Specify named Quartz JobListeners to be registered with the Scheduler.
setJobSchedulingDataLocation(String) - Method in class org.springframework.scheduling.quartz.SchedulerAccessor
Set the location of a Quartz job definition XML file that follows the "job_scheduling_data_1_5" XSD or better.
setJobSchedulingDataLocations(String[]) - Method in class org.springframework.scheduling.quartz.SchedulerAccessor
Set the locations of Quartz job definition XML files that follow the "job_scheduling_data_1_5" XSD or better.
setJodaTimeContext(JodaTimeContext) - Static method in class org.springframework.format.datetime.joda.JodaTimeContextHolder
Associate the given JodaTimeContext with the current thread.
setJpaDialect(JpaDialect) - Method in class org.springframework.orm.jpa.AbstractEntityManagerFactoryBean
Specify the vendor-specific JpaDialect implementation to associate with this EntityManagerFactory.
setJpaDialect(JpaDialect) - Method in class org.springframework.orm.jpa.JpaAccessor
Deprecated.
Set the JPA dialect to use for this accessor.
setJpaDialect(JpaDialect) - Method in class org.springframework.orm.jpa.JpaTransactionManager
Set the JPA dialect to use for this transaction manager.
setJpaProperties(Properties) - Method in class org.springframework.orm.jpa.AbstractEntityManagerFactoryBean
Specify JPA properties, to be passed into Persistence.createEntityManagerFactory (if any).
setJpaProperties(Properties) - Method in class org.springframework.orm.jpa.EntityManagerFactoryAccessor
Specify JPA properties, to be passed into EntityManagerFactory.createEntityManager(Map) (if any).
setJpaProperties(Properties) - Method in class org.springframework.orm.jpa.JpaTransactionManager
Specify JPA properties, to be passed into EntityManagerFactory.createEntityManager(Map) (if any).
setJpaPropertyMap(Map<String, ?>) - Method in class org.springframework.orm.jpa.AbstractEntityManagerFactoryBean
Specify JPA properties as a Map, to be passed into Persistence.createEntityManagerFactory (if any).
setJpaPropertyMap(Map<String, Object>) - Method in class org.springframework.orm.jpa.EntityManagerFactoryAccessor
Specify JPA properties as a Map, to be passed into EntityManagerFactory.createEntityManager(Map) (if any).
setJpaPropertyMap(Map<String, ?>) - Method in class org.springframework.orm.jpa.JpaTransactionManager
Specify JPA properties as a Map, to be passed into EntityManagerFactory.createEntityManager(Map) (if any).
setJpaTemplate(JpaTemplate) - Method in class org.springframework.orm.jpa.support.JpaDaoSupport
Deprecated.
Set the JpaTemplate for this DAO explicitly, as an alternative to specifying a EntityManagerFactory.
setJpaVendorAdapter(JpaVendorAdapter) - Method in class org.springframework.orm.jpa.AbstractEntityManagerFactoryBean
Specify the JpaVendorAdapter implementation for the desired JPA provider, if any.
setJtaDataSource(DataSource) - Method in class org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean
Specify the JDBC DataSource that the JPA persistence provider is supposed to use for accessing the database.
setJtaDataSource(DataSource) - Method in class org.springframework.orm.jpa.persistenceunit.MutablePersistenceUnitInfo
 
setJtaTransactionManager(TransactionManager) - Method in class org.springframework.orm.hibernate3.LocalSessionFactoryBean
Set the JTA TransactionManager to be used for Hibernate's TransactionManagerLookup.
setJtaTransactionManager(Object) - Method in class org.springframework.orm.hibernate4.LocalSessionFactoryBean
Set the Spring JtaTransactionManager or the JTA javax.transaction.TransactionManager to be used with Hibernate, if any.
setJtaTransactionManager(Object) - Method in class org.springframework.orm.hibernate4.LocalSessionFactoryBuilder
Set the Spring JtaTransactionManager or the JTA TransactionManager to be used with Hibernate, if any.
setKeepAliveSeconds(int) - Method in class org.springframework.scheduling.backportconcurrent.ThreadPoolTaskExecutor
Deprecated.
Set the ThreadPoolExecutor's keep-alive seconds.
setKeepAliveSeconds(int) - Method in class org.springframework.scheduling.concurrent.ThreadPoolExecutorFactoryBean
Set the ThreadPoolExecutor's keep-alive seconds.
setKeepAliveSeconds(int) - Method in class org.springframework.scheduling.concurrent.ThreadPoolTaskExecutor
Set the ThreadPoolExecutor's keep-alive seconds.
setKeepAliveSeconds(int) - Method in class org.springframework.scheduling.config.TaskExecutorFactoryBean
 
setKeepTaskList(boolean) - Method in class org.springframework.util.StopWatch
Determine whether the TaskInfo array is built over time.
setKey(String) - Method in class org.springframework.cache.interceptor.CacheOperation
 
setKeyGenerator(KeyGenerator) - Method in class org.springframework.cache.interceptor.CacheAspectSupport
Set the KeyGenerator for this cache aspect.
setKeyTypeName(String) - Method in class org.springframework.beans.factory.support.ManagedMap
Set the default key type name (class name) to be used for this map.
setLabel(Object) - Method in class org.springframework.web.servlet.tags.form.AbstractSingleCheckedElementTag
Set the value of the 'label' attribute.
setLabel(String) - Method in class org.springframework.web.servlet.tags.form.OptionTag
Set the text body of the rendered HTML &lt;option&gt; tag.
setLang(String) - Method in class org.springframework.web.servlet.tags.form.AbstractHtmlElementTag
Set the value of the 'lang' attribute.
setLastModified(long) - Method in class org.springframework.http.HttpHeaders
Sets the time the resource was last changed, as specified by the Last-Modified header.
setLayoutKey(String) - Method in class org.springframework.web.servlet.view.velocity.VelocityLayoutView
Set the context key used to specify an alternate layout to be used instead of the default layout.
setLayoutKey(String) - Method in class org.springframework.web.servlet.view.velocity.VelocityLayoutViewResolver
Set the context key used to specify an alternate layout to be used instead of the default layout.
setLayoutUrl(String) - Method in class org.springframework.web.servlet.view.velocity.VelocityLayoutView
Set the layout template to use.
setLayoutUrl(String) - Method in class org.springframework.web.servlet.view.velocity.VelocityLayoutViewResolver
Set the layout template to use.
setLazyDatabaseTransaction(boolean) - Method in class org.springframework.orm.jpa.vendor.EclipseLinkJpaDialect
Set whether to lazily start a database transaction within an EclipseLink transaction.
setLazyDatabaseTransaction(boolean) - Method in class org.springframework.orm.jpa.vendor.TopLinkJpaDialect
Deprecated.
Set whether to lazily start a database transaction within a TopLink transaction.
setLazyInit(boolean) - Method in interface org.springframework.beans.factory.config.BeanDefinition
Set whether this bean should be lazily initialized.
setLazyInit(boolean) - Method in class org.springframework.beans.factory.support.AbstractBeanDefinition
Set whether this bean should be lazily initialized.
setLazyInit(boolean) - Method in class org.springframework.beans.factory.support.BeanDefinitionBuilder
Set whether beans for this definition should be lazily initialized or not.
setLazyInit(boolean) - Method in class org.springframework.beans.factory.support.BeanDefinitionDefaults
 
setLazyInit(String) - Method in class org.springframework.beans.factory.xml.DocumentDefaultsDefinition
Set the default lazy-init flag for the document that's currently parsed.
setLazyInit(boolean) - Method in class org.springframework.jdbc.support.JdbcAccessor
Set whether to lazily initialize the SQLExceptionTranslator for this accessor, on first encounter of a SQLException.
setLazyInit(boolean) - Method in class org.springframework.oxm.jaxb.Jaxb2Marshaller
Set whether to lazily initialize the JAXBContext for this marshaller.
setLazyInitHandlers(boolean) - Method in class org.springframework.web.portlet.handler.AbstractMapBasedHandlerMapping
Set whether to lazily initialize handlers.
setLazyInitHandlers(boolean) - Method in class org.springframework.web.servlet.handler.AbstractUrlHandlerMapping
Set whether to lazily initialize handlers.
setLenient(boolean) - Method in class org.springframework.format.datetime.DateFormatter
Specify whether or not parsing is to be lenient.
setLenient(boolean) - Method in class org.springframework.format.number.AbstractNumberFormatter
Specify whether or not parsing is to be lenient.
setLenientConstructorResolution(boolean) - Method in class org.springframework.beans.factory.support.AbstractBeanDefinition
Specify whether to resolve constructors in lenient mode (true, which is the default) or to switch to strict resolution (throwing an exception in case of ambigious constructors that all match when converting the arguments, whereas lenient mode would use the one with the 'closest' type matches).
setLenientFallback(boolean) - Method in class org.springframework.jdbc.datasource.lookup.AbstractRoutingDataSource
Specify whether to apply a lenient fallback to the default DataSource if no specific DataSource could be found for the current lookup key.
setLimitedInParameterNames(Set<String>) - Method in class org.springframework.jdbc.core.metadata.CallMetaDataContext
Specify a limited set of in parameters to be used.
setListeners(MBeanExporterListener[]) - Method in class org.springframework.jmx.export.MBeanExporter
Set the MBeanExporterListeners that should be notified of MBean registration and unregistration events.
setLoadTimeWeaver(LoadTimeWeaver) - Method in class org.springframework.context.weaving.AspectJWeavingEnabler
 
setLoadTimeWeaver(LoadTimeWeaver) - Method in interface org.springframework.context.weaving.LoadTimeWeaverAware
Set the LoadTimeWeaver of this object's containing ApplicationContext.
setLoadTimeWeaver(LoadTimeWeaver) - Method in class org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean
Specify the Spring LoadTimeWeaver to use for class instrumentation according to the JPA class transformer contract.
setLoadTimeWeaver(LoadTimeWeaver) - Method in class org.springframework.orm.jpa.persistenceunit.DefaultPersistenceUnitManager
Specify the Spring LoadTimeWeaver to use for class instrumentation according to the JPA class transformer contract.
setLobHandler(LobHandler) - Method in class org.springframework.orm.hibernate3.LocalSessionFactoryBean
Set the LobHandler to be used by the SessionFactory.
setLobHandler(LobHandler) - Method in class org.springframework.orm.ibatis.SqlMapClientFactoryBean
Deprecated.
Set the LobHandler to be used by the SqlMapClient.
setLocalAddr(String) - Method in class org.springframework.mock.web.MockHttpServletRequest
 
setLocale(Locale) - Static method in class org.springframework.context.i18n.LocaleContextHolder
Associate the given Locale with the current thread.
setLocale(Locale, boolean) - Static method in class org.springframework.context.i18n.LocaleContextHolder
Associate the given Locale with the current thread.
setLocale(Locale) - Method in class org.springframework.mock.web.MockHttpServletResponse
 
setLocale(Locale) - Method in class org.springframework.mock.web.portlet.MockMimeResponse
 
setLocale(HttpServletRequest, HttpServletResponse, Locale) - Method in class org.springframework.web.servlet.i18n.AcceptHeaderLocaleResolver
 
setLocale(HttpServletRequest, HttpServletResponse, Locale) - Method in class org.springframework.web.servlet.i18n.CookieLocaleResolver
 
setLocale(HttpServletRequest, HttpServletResponse, Locale) - Method in class org.springframework.web.servlet.i18n.FixedLocaleResolver
 
setLocale(HttpServletRequest, HttpServletResponse, Locale) - Method in class org.springframework.web.servlet.i18n.SessionLocaleResolver
 
setLocale(HttpServletRequest, HttpServletResponse, Locale) - Method in interface org.springframework.web.servlet.LocaleResolver
Set the current locale to the given one.
setLocaleContext(LocaleContext) - Static method in class org.springframework.context.i18n.LocaleContextHolder
Associate the given LocaleContext with the current thread, not exposing it as inheritable for child threads.
setLocaleContext(LocaleContext, boolean) - Static method in class org.springframework.context.i18n.LocaleContextHolder
Associate the given LocaleContext with the current thread.
setLocaleResolver(LocaleResolver) - Method in class org.springframework.test.web.servlet.setup.StandaloneMockMvcBuilder
Provide a LocaleResolver instance.
setLocalesToInitialize(Locale[]) - Method in class org.springframework.web.servlet.view.ResourceBundleViewResolver
Specify Locales to initialize eagerly, rather than lazily when actually accessed.
setLocalName(String) - Method in class org.springframework.mock.web.MockHttpServletRequest
 
setLocalOverride(boolean) - Method in class org.springframework.core.io.support.PropertiesLoaderSupport
Set whether local properties override properties from files.
setLocalPort(int) - Method in class org.springframework.mock.web.MockHttpServletRequest
 
setLocalVariable(String, Object) - Method in class org.springframework.expression.spel.ExpressionState
 
setLocateExistingServerIfPossible(boolean) - Method in class org.springframework.jmx.support.MBeanServerFactoryBean
Set whether or not the MBeanServerFactoryBean should attempt to locate a running MBeanServer before creating one.
setLocation(String) - Method in class org.springframework.aop.aspectj.AspectJExpressionPointcutAdvisor
 
setLocation(String) - Method in class org.springframework.aop.support.AbstractExpressionPointcut
Set the location for debugging.
setLocation(Resource) - Method in class org.springframework.core.io.support.PropertiesLoaderSupport
Set a location of a properties file to be loaded.
setLocation(URI) - Method in class org.springframework.http.HttpHeaders
Set the (new) location of a resource, as specified by the Location header.
setLocation(Resource) - Method in class org.springframework.web.servlet.view.XmlViewResolver
Set the location of the XML file that defines the view beans.
setLocations(Resource[]) - Method in class org.springframework.core.io.support.PropertiesLoaderSupport
Set locations of properties files to be loaded.
setLocations(String[]) - Method in class org.springframework.test.context.ContextConfigurationAttributes
Set the processed resource locations, effectively overriding the original value declared via @ContextConfiguration.
setLocations(List<Resource>) - Method in class org.springframework.web.servlet.resource.ResourceHttpRequestHandler
Set a List of Resource paths to use as sources for serving static resources.
setLog(boolean) - Method in class org.springframework.jmx.export.metadata.ManagedResource
 
setLogFile(String) - Method in class org.springframework.jmx.export.metadata.ManagedResource
 
setLogger(Log) - Method in class org.springframework.beans.factory.parsing.FailFastProblemReporter
Set the logger that is to be used to report warnings.
setLoggerName(String) - Method in class org.springframework.aop.interceptor.AbstractTraceInterceptor
Set the name of the logger to use.
setLoggerName(String) - Method in class org.springframework.beans.factory.config.DeprecatedBeanWarner
Set the name of the logger to use.
setLogicalMappings(Properties) - Method in class org.springframework.web.servlet.mvc.multiaction.ParameterMethodNameResolver
Specifies a set of optional logical method name mappings.
setLoginTimeout(int) - Method in class org.springframework.jdbc.datasource.AbstractDataSource
Setting a login timeout is not supported.
setLoginTimeout(int) - Method in class org.springframework.jdbc.datasource.DelegatingDataSource
 
setLoginTimeout(int) - Method in class org.springframework.jdbc.datasource.embedded.EmbeddedDatabaseFactory.EmbeddedDataSourceProxy
 
setLogName(String) - Method in class org.springframework.beans.factory.config.CommonsLogFactoryBean
Deprecated.
The name of the log.
setLogTargetClassInvocation(boolean) - Method in class org.springframework.aop.interceptor.AbstractMonitoringInterceptor
Set whether to log the invocation on the target class, if applicable (i.e.
setLogWriter(PrintWriter) - Method in class org.springframework.jdbc.datasource.AbstractDataSource
LogWriter methods are not supported.
setLogWriter(PrintWriter) - Method in class org.springframework.jdbc.datasource.DelegatingDataSource
 
setLogWriter(PrintWriter) - Method in class org.springframework.jdbc.datasource.embedded.EmbeddedDatabaseFactory.EmbeddedDataSourceProxy
 
setLookupHomeOnStartup(boolean) - Method in class org.springframework.ejb.access.AbstractSlsbInvokerInterceptor
Set whether to look up the EJB home object on startup.
setLookupOnStartup(boolean) - Method in class org.springframework.jndi.JndiObjectFactoryBean
Set whether to look up the JNDI object on startup.
setLookupOnStartup(boolean) - Method in class org.springframework.jndi.JndiObjectTargetSource
Set whether to look up the JNDI object on startup.
setLookupServiceOnStartup(boolean) - Method in class org.springframework.remoting.jaxrpc.JaxRpcPortClientInterceptor
Deprecated.
Set whether to look up the JAX-RPC service on startup.
setLookupServiceOnStartup(boolean) - Method in class org.springframework.remoting.jaxws.JaxWsPortClientInterceptor
Set whether to look up the JAX-WS service on startup.
setLookupStubOnStartup(boolean) - Method in class org.springframework.remoting.rmi.JndiRmiClientInterceptor
Set whether to look up the RMI stub on startup.
setLookupStubOnStartup(boolean) - Method in class org.springframework.remoting.rmi.RmiClientInterceptor
Set whether to look up the RMI stub on startup.
setMaintainSession(boolean) - Method in class org.springframework.remoting.jaxrpc.JaxRpcPortClientInterceptor
Deprecated.
Set the maintain session flag to specify on the stub or call.
setMaintainSession(boolean) - Method in class org.springframework.remoting.jaxws.JaxWsPortClientInterceptor
Set the "session.maintain" flag to specify on the stub.
setMajorVersion(int) - Method in class org.springframework.mock.web.MockServletContext
 
setManagedConnectionFactory(ManagedConnectionFactory) - Method in class org.springframework.jca.support.LocalConnectionFactoryBean
Set the JCA ManagerConnectionFactory that should be used to create the desired connection factory.
setManagedInterfaces(Class[]) - Method in class org.springframework.jmx.export.assembler.InterfaceBasedMBeanInfoAssembler
Set the array of interfaces to use for creating the management info.
setManagedMethods(String[]) - Method in class org.springframework.jmx.export.assembler.MethodNameBasedMBeanInfoAssembler
Set the array of method names to use for creating the management info.
setManagedResource(Object, String) - Method in class org.springframework.jmx.export.SpringModelMBean
Sets managed resource to expose and stores its ClassLoader.
setManagementInterface(Class) - Method in class org.springframework.jmx.access.MBeanClientInterceptor
Set the management interface of the target MBean, exposing bean property setters and getters for MBean attributes and conventional Java methods for MBean operations.
setMappedClass(Class<T>) - Method in class org.springframework.jdbc.core.BeanPropertyRowMapper
Set the class that each row should be mapped to.
setMappedClass(Class<?>) - Method in class org.springframework.oxm.jaxb.Jaxb2Marshaller
Specify a JAXB mapped class for partial unmarshalling.
setMappedHandlerClasses(Class[]) - Method in class org.springframework.web.portlet.handler.AbstractHandlerExceptionResolver
Specify the set of classes that this exception resolver should apply to.
setMappedHandlerClasses(Class[]) - Method in class org.springframework.web.servlet.handler.AbstractHandlerExceptionResolver
Specify the set of classes that this exception resolver should apply to.
setMappedHandlers(Set) - Method in class org.springframework.web.portlet.handler.AbstractHandlerExceptionResolver
Specify the set of handlers that this exception resolver should map.
setMappedHandlers(Set) - Method in class org.springframework.web.servlet.handler.AbstractHandlerExceptionResolver
Specify the set of handlers that this exception resolver should apply to.
setMappedName(String) - Method in class org.springframework.aop.support.NameMatchMethodPointcut
Convenience method when we have only a single method name to match.
setMappedName(String) - Method in class org.springframework.aop.support.NameMatchMethodPointcutAdvisor
Convenience method when we have only a single method name to match.
setMappedNames(String[]) - Method in class org.springframework.aop.support.NameMatchMethodPointcut
Set the method names defining methods to match.
setMappedNames(String[]) - Method in class org.springframework.aop.support.NameMatchMethodPointcutAdvisor
Set the method names defining methods to match.
setMappedObjectName(Object) - Method in class org.springframework.jmx.support.NotificationListenerHolder
Set the ObjectName-style name of the single MBean that the encapsulated NotificationFilter will be registered with to listen for Notifications.
setMappedObjectNames(Object[]) - Method in class org.springframework.jmx.support.NotificationListenerHolder
Set an array of ObjectName-style names of the MBeans that the encapsulated NotificationFilter will be registered with to listen for Notifications.
setMappingDirectoryLocations(Resource[]) - Method in class org.springframework.orm.hibernate3.LocalSessionFactoryBean
Set locations of directories that contain Hibernate mapping resources, like "WEB-INF/mappings".
setMappingDirectoryLocations(Resource[]) - Method in class org.springframework.orm.hibernate4.LocalSessionFactoryBean
Set locations of directories that contain Hibernate mapping resources, like "WEB-INF/mappings".
setMappingJarLocations(Resource[]) - Method in class org.springframework.orm.hibernate3.LocalSessionFactoryBean
Set locations of jar files that contain Hibernate mapping resources, like "WEB-INF/lib/example.hbm.jar".
setMappingJarLocations(Resource[]) - Method in class org.springframework.orm.hibernate4.LocalSessionFactoryBean
Set locations of jar files that contain Hibernate mapping resources, like "WEB-INF/lib/example.hbm.jar".
setMappingLocation(Resource) - Method in class org.springframework.jmx.export.naming.KeyNamingStrategy
Set a location of a properties file to be loaded, containing object name mappings.
setMappingLocation(Resource) - Method in class org.springframework.mail.javamail.ConfigurableMimeFileTypeMap
Specify the Resource from which mappings are loaded.
setMappingLocation(Resource) - Method in class org.springframework.oxm.castor.CastorMarshaller
Set the locations of the Castor XML mapping files.
setMappingLocations(Resource[]) - Method in class org.springframework.jmx.export.naming.KeyNamingStrategy
Set location of properties files to be loaded, containing object name mappings.
setMappingLocations(Resource[]) - Method in class org.springframework.orm.hibernate3.LocalSessionFactoryBean
Set locations of Hibernate mapping files, for example as classpath resource "classpath:example.hbm.xml".
setMappingLocations(Resource[]) - Method in class org.springframework.orm.hibernate4.LocalSessionFactoryBean
Set locations of Hibernate mapping files, for example as classpath resource "classpath:example.hbm.xml".
setMappingLocations(Resource[]) - Method in class org.springframework.orm.ibatis.SqlMapClientFactoryBean
Deprecated.
Set locations of iBATIS sql-map mapping files that are going to be merged into the SqlMapClient configuration at runtime.
setMappingLocations(Resource[]) - Method in class org.springframework.oxm.castor.CastorMarshaller
Set the locations of the Castor XML Mapping files.
setMappingLocations(Resource[]) - Method in class org.springframework.validation.beanvalidation.LocalValidatorFactoryBean
Specify resource locations to load XML constraint mapping files from, if any.
setMappingResources(String[]) - Method in class org.springframework.orm.hibernate3.LocalSessionFactoryBean
Set Hibernate mapping resources to be found in the class path, like "example.hbm.xml" or "mypackage/example.hbm.xml".
setMappingResources(String[]) - Method in class org.springframework.orm.hibernate4.LocalSessionFactoryBean
Set Hibernate mapping resources to be found in the class path, like "example.hbm.xml" or "mypackage/example.hbm.xml".
setMappingResources(String...) - Method in class org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean
Specify one or more mapping resources (equivalent to &lt;mapping-file&gt; entries in persistence.xml) for the default persistence unit.
setMappingResources(String...) - Method in class org.springframework.orm.jpa.persistenceunit.DefaultPersistenceUnitManager
Specify one or more mapping resources (equivalent to &lt;mapping-file&gt; entries in persistence.xml) for the default persistence unit.
setMappings(Properties) - Method in class org.springframework.jmx.export.naming.KeyNamingStrategy
Set local properties, containing object name mappings, e.g.
setMappings(String[]) - Method in class org.springframework.mail.javamail.ConfigurableMimeFileTypeMap
Specify additional MIME type mappings as lines that follow the mime.types file format, as specified by the Java Activation Framework, for example:
text/html html htm HTML HTM
setMappings(Properties) - Method in class org.springframework.web.portlet.handler.PortletModeHandlerMapping
Set PortletMode to handler bean name mappings from a Properties object.
setMappings(Properties) - Method in class org.springframework.web.servlet.handler.SimpleUrlHandlerMapping
Map URL paths to handler bean names.
setMappings(Properties) - Method in class org.springframework.web.servlet.mvc.multiaction.PropertiesMethodNameResolver
Set explicit URL to method name mappings through a Properties object.
setMarshalAsDocument(boolean) - Method in class org.springframework.oxm.castor.CastorMarshaller
Set whether this marshaller should output the xml declaration.
setMarshalExtendedType(boolean) - Method in class org.springframework.oxm.castor.CastorMarshaller
Set whether this marshaller should output for given type the xsi:type attribute.
setMarshaller(Marshaller) - Method in class org.springframework.http.converter.xml.MarshallingHttpMessageConverter
Set the Marshaller to be used by this message converter.
setMarshaller(Marshaller) - Method in class org.springframework.jms.support.converter.MarshallingMessageConverter
Set the Marshaller to be used by this message converter.
setMarshaller(Marshaller) - Method in class org.springframework.web.servlet.view.xml.MarshallingView
Sets the Marshaller to be used by this view.
setMarshallerListener(Marshaller.Listener) - Method in class org.springframework.oxm.jaxb.Jaxb2Marshaller
Specify the Marshaller.Listener to be registered with the JAXB Marshaller.
setMarshallerProperties(Map<String, ?>) - Method in class org.springframework.oxm.jaxb.Jaxb2Marshaller
Set the JAXB Marshaller properties.
setMatchingContext(MatchingContext) - Method in class org.springframework.aop.aspectj.AspectJExpressionPointcut.DefensiveShadowMatch
 
setMaxConcurrency(int) - Method in class org.springframework.jms.listener.endpoint.JmsActivationSpecConfig
Specify the maximum number of consumers/sessions to use, effectively controlling the number of concurrent invocations on the target listener.
setMaxConcurrentConsumers(int) - Method in class org.springframework.jms.listener.DefaultMessageListenerContainer
Specify the maximum number of concurrent consumers to create.
setMaxElementsInMemory(int) - Method in class org.springframework.cache.ehcache.EhCacheFactoryBean
Specify the maximum number of cached objects in memory.
setMaxElementsOnDisk(int) - Method in class org.springframework.cache.ehcache.EhCacheFactoryBean
Specify the maximum number of cached objects on disk.
setMaxIdle(int) - Method in class org.springframework.aop.target.CommonsPoolTargetSource
Set the maximum number of idle objects in the pool.
setMaxInactiveInterval(int) - Method in class org.springframework.mock.web.MockHttpSession
 
setMaxInactiveInterval(int) - Method in class org.springframework.mock.web.portlet.MockPortletSession
 
setMaxInMemorySize(int) - Method in class org.springframework.web.multipart.commons.CommonsFileUploadSupport
Set the maximum allowed size (in bytes) before uploads are written to disk.
setMaxlength(String) - Method in class org.springframework.web.servlet.tags.form.InputTag
Set the value of the 'maxlength' attribute.
setMaxLinkedPages(int) - Method in class org.springframework.beans.support.PagedListHolder
Set the maximum number of page links to a few pages around the current one.
setMaxMessagesPerTask(int) - Method in class org.springframework.jms.listener.DefaultMessageListenerContainer
Specify the maximum number of messages to process in one task.
setMaxPayloadLength(int) - Method in class org.springframework.web.filter.AbstractRequestLoggingFilter
Sets the maximum length of the payload body to be included in the log message.
setMaxPoolSize(int) - Method in class org.springframework.scheduling.backportconcurrent.ThreadPoolTaskExecutor
Deprecated.
Set the ThreadPoolExecutor's maximum pool size.
setMaxPoolSize(int) - Method in class org.springframework.scheduling.concurrent.ThreadPoolExecutorFactoryBean
Set the ThreadPoolExecutor's maximum pool size.
setMaxPoolSize(int) - Method in class org.springframework.scheduling.concurrent.ThreadPoolTaskExecutor
Set the ThreadPoolExecutor's maximum pool size.
setMaxResults(int) - Method in class org.springframework.orm.hibernate3.HibernateTemplate
Set the maximum number of rows for this HibernateTemplate.
setMaxRows(int) - Method in class org.springframework.jdbc.core.JdbcTemplate
Set the maximum number of rows for this JdbcTemplate.
setMaxRows(int) - Method in class org.springframework.jdbc.object.RdbmsOperation
Set the maximum number of rows for this RDBMS operation.
setMaxRowsAffected(int) - Method in class org.springframework.jdbc.object.SqlUpdate
Set the maximum number of rows that may be affected by this update.
setMaxSize(int) - Method in class org.springframework.aop.target.AbstractPoolingTargetSource
Set the maximum size of the pool.
setMaxUploadSize(long) - Method in class org.springframework.web.multipart.commons.CommonsFileUploadSupport
Set the maximum allowed size (in bytes) before uploads are refused.
setMaxWait(long) - Method in class org.springframework.aop.target.CommonsPoolTargetSource
Set the maximum waiting time for fetching an object from the pool.
setMediaTypes(Properties) - Method in class org.springframework.web.accept.ContentNegotiationManagerFactoryBean
Add mappings from file extensions to media types represented as strings.
setMediaTypes(Map<String, String>) - Method in class org.springframework.web.servlet.view.ContentNegotiatingViewResolver
setMemoryStoreEvictionPolicy(MemoryStoreEvictionPolicy) - Method in class org.springframework.cache.ehcache.EhCacheFactoryBean
Set the memory style eviction policy for this cache.
setMerge(String) - Method in class org.springframework.beans.factory.xml.DocumentDefaultsDefinition
Set the default merge setting for the document that's currently parsed.
setMergeEnabled(boolean) - Method in class org.springframework.beans.factory.support.ManagedList
Set whether merging should be enabled for this collection, in case of a 'parent' collection value being present.
setMergeEnabled(boolean) - Method in class org.springframework.beans.factory.support.ManagedMap
Set whether merging should be enabled for this collection, in case of a 'parent' collection value being present.
setMergeEnabled(boolean) - Method in class org.springframework.beans.factory.support.ManagedProperties
Set whether merging should be enabled for this collection, in case of a 'parent' collection value being present.
setMergeEnabled(boolean) - Method in class org.springframework.beans.factory.support.ManagedSet
Set whether merging should be enabled for this collection, in case of a 'parent' collection value being present.
setMessage(Object) - Method in class org.springframework.web.servlet.tags.MessageTag
Set the MessageSourceResolvable for this tag.
setMessageCodeFormatter(MessageCodeFormatter) - Method in class org.springframework.validation.DefaultMessageCodesResolver
Specify the format for message codes built by this resolver.
setMessageCodesResolver(MessageCodesResolver) - Method in class org.springframework.validation.AbstractBindingResult
Set the strategy to use for resolving errors into message codes.
setMessageCodesResolver(MessageCodesResolver) - Method in class org.springframework.validation.DataBinder
Set the strategy to use for resolving errors into message codes.
setMessageCodesResolver(MessageCodesResolver) - Method in class org.springframework.web.bind.support.ConfigurableWebBindingInitializer
Set the strategy to use for resolving errors into message codes.
setMessageCodesResolver(MessageCodesResolver) - Method in class org.springframework.web.portlet.mvc.BaseCommandController
Deprecated.
Set the strategy to use for resolving errors into message codes.
setMessageCodesResolver(MessageCodesResolver) - Method in class org.springframework.web.servlet.mvc.BaseCommandController
Deprecated.
Set the strategy to use for resolving errors into message codes.
setMessageConverter(MessageConverter) - Method in class org.springframework.jms.core.JmsTemplate
Set the message converter for this template.
setMessageConverter(MessageConverter) - Method in class org.springframework.jms.listener.adapter.MessageListenerAdapter
Set the converter that will convert incoming JMS messages to listener method arguments, and objects returned from listener methods back to JMS messages.
setMessageConverter(MessageConverter) - Method in class org.springframework.jms.remoting.JmsInvokerClientInterceptor
Specify the MessageConverter to use for turning RemoteInvocation objects into request messages, as well as response messages into RemoteInvocationResult objects.
setMessageConverter(MessageConverter) - Method in class org.springframework.jms.remoting.JmsInvokerServiceExporter
Specify the MessageConverter to use for turning request messages into RemoteInvocation objects, as well as RemoteInvocationResult objects into response messages.
setMessageConverters(HttpMessageConverter<?>...) - Method in class org.springframework.test.web.servlet.setup.StandaloneMockMvcBuilder
Set the message converters to use in argument resolvers and in return value handlers, which support reading and/or writing to the body of the request and response.
setMessageConverters(List<HttpMessageConverter<?>>) - Method in class org.springframework.web.client.RestTemplate
Set the message body converters to use.
setMessageConverters(HttpMessageConverter<?>[]) - Method in class org.springframework.web.servlet.mvc.annotation.AnnotationMethodHandlerAdapter
Deprecated.
Set the message body converters to use.
setMessageConverters(HttpMessageConverter<?>[]) - Method in class org.springframework.web.servlet.mvc.annotation.AnnotationMethodHandlerExceptionResolver
Deprecated.
Set the message body converters to use.
setMessageConverters(List<HttpMessageConverter<?>>) - Method in class org.springframework.web.servlet.mvc.method.annotation.ExceptionHandlerExceptionResolver
Set the message body converters to use.
setMessageConverters(List<HttpMessageConverter<?>>) - Method in class org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter
Provide the converters to use in argument resolvers and return value handlers that support reading and/or writing to the body of the request and response.
setMessageDrivenContext(MessageDrivenContext) - Method in class org.springframework.ejb.support.AbstractMessageDrivenBean
Deprecated.
Required lifecycle method.
setMessageEndpointFactory(MessageEndpointFactory) - Method in class org.springframework.jca.endpoint.GenericMessageEndpointManager
Set the JCA MessageEndpointFactory to activate, pointing to a MessageListener object that the endpoints will delegate to.
setMessageIdEnabled(boolean) - Method in class org.springframework.jms.core.JmsTemplate
Set whether message IDs are enabled.
setMessageInterpolator(MessageInterpolator) - Method in class org.springframework.validation.beanvalidation.CustomValidatorBean
Specify a custom MessageInterpolator to use for this Validator.
setMessageInterpolator(MessageInterpolator) - Method in class org.springframework.validation.beanvalidation.LocalValidatorFactoryBean
Specify a custom MessageInterpolator to use for this ValidatorFactory and its exposed default Validator.
setMessageListener(Object) - Method in class org.springframework.jca.endpoint.GenericMessageEndpointFactory
Specify the message listener object that the endpoint should expose (e.g.
setMessageListener(MessageListener) - Method in class org.springframework.jms.connection.CachedMessageConsumer
 
setMessageListener(Object) - Method in class org.springframework.jms.listener.AbstractMessageListenerContainer
Set the message listener implementation to register.
setMessageListener(MessageListener) - Method in class org.springframework.jms.listener.endpoint.JmsMessageEndpointFactory
Set the JMS MessageListener for this endpoint.
setMessageListener(MessageListener) - Method in class org.springframework.jms.listener.endpoint.JmsMessageEndpointManager
Set the JMS MessageListener for this endpoint.
setMessageSelector(String) - Method in class org.springframework.jms.listener.AbstractMessageListenerContainer
Set the JMS message selector expression (or null if none).
setMessageSelector(String) - Method in class org.springframework.jms.listener.endpoint.JmsActivationSpecConfig
 
setMessageSource(MessageSource) - Method in interface org.springframework.context.MessageSourceAware
Set the MessageSource that this object runs in.
setMessageSource(MessageSource) - Method in class org.springframework.web.servlet.mvc.annotation.ResponseStatusExceptionResolver
 
setMessageTimestampEnabled(boolean) - Method in class org.springframework.jms.core.JmsTemplate
Set whether message timestamps are enabled.
setMetadataReaderFactory(MetadataReaderFactory) - Method in class org.springframework.context.annotation.ClassPathScanningCandidateComponentProvider
Set the MetadataReaderFactory to use.
setMetadataReaderFactory(MetadataReaderFactory) - Method in class org.springframework.context.annotation.ConfigurationClassPostProcessor
Set the MetadataReaderFactory to use.
setMetadataReaderFactoryCalled - Variable in class org.springframework.context.annotation.ConfigurationClassPostProcessor
 
setMethod(HttpMethod) - Method in class org.springframework.mock.http.client.MockClientHttpRequest
 
setMethod(String) - Method in class org.springframework.mock.web.MockHttpServletRequest
 
setMethod(String) - Method in class org.springframework.mock.web.portlet.MockClientDataRequest
 
setMethod(String) - Method in class org.springframework.mock.web.portlet.MockEventRequest
 
setMethod(String) - Method in class org.springframework.web.servlet.tags.form.FormTag
Set the value of the 'method' attribute.
setMethodInvoker(MethodInvoker) - Method in class org.springframework.scheduling.quartz.MethodInvokingJobDetailFactoryBean.MethodInvokingJob
Set the MethodInvoker to use.
setMethodMap(Map<String, TransactionAttribute>) - Method in class org.springframework.transaction.interceptor.MethodMapTransactionAttributeSource
Set a name/attribute map, consisting of "FQCN.method" method names (e.g.
setMethodMappings(Properties) - Method in class org.springframework.jmx.export.assembler.MethodNameBasedMBeanInfoAssembler
Set the mappings of bean keys to a comma-separated list of method names.
setMethodName(String) - Method in class org.springframework.aop.config.MethodLocatingFactoryBean
Set the name of the Method to locate.
setMethodName(String) - Method in class org.springframework.remoting.support.RemoteInvocation
Set the name of the target method.
setMethodNameResolver(MethodNameResolver) - Method in class org.springframework.web.servlet.mvc.annotation.AnnotationMethodHandlerAdapter
Deprecated.
Set the MethodNameResolver to use for resolving default handler methods (carrying an empty @RequestMapping annotation).
setMethodNameResolver(MethodNameResolver) - Method in class org.springframework.web.servlet.mvc.multiaction.MultiActionController
Set the method name resolver that this class should use.
setMethodOverrides(MethodOverrides) - Method in class org.springframework.beans.factory.support.AbstractBeanDefinition
Specify method overrides for the bean, if any.
setMethodParam(String) - Method in class org.springframework.web.filter.HiddenHttpMethodFilter
Set the parameter name to look for HTTP methods.
setMethodParam(String) - Method in class org.springframework.web.servlet.tags.form.FormTag
Set the name of the request param for non-browser supported HTTP methods.
setMethodParamNames(String[]) - Method in class org.springframework.web.servlet.mvc.multiaction.ParameterMethodNameResolver
Set a String array of parameter names, where the very existence of a parameter in the list (with value ignored) means that a method of the same name should be invoked.
setMethodResolvers(List<MethodResolver>) - Method in class org.springframework.expression.spel.support.StandardEvaluationContext
 
setMetricType(MetricType) - Method in class org.springframework.jmx.export.metadata.ManagedMetric
A description of how this metric's values change over time.
setMimeMultiparts(MimeMultipart, MimeMultipart) - Method in class org.springframework.mail.javamail.MimeMessageHelper
Set the given MimeMultipart objects for use by this MimeMessageHelper.
setMinEvictableIdleTimeMillis(long) - Method in class org.springframework.aop.target.CommonsPoolTargetSource
Set the minimum time that an idle object can sit in the pool before it becomes subject to eviction.
setMinIdle(int) - Method in class org.springframework.aop.target.CommonsPoolTargetSource
Set the minimum number of idle objects in the pool.
setMinorVersion(int) - Method in class org.springframework.mock.web.MockServletContext
 
setMisfireInstruction(int) - Method in class org.springframework.scheduling.quartz.CronTriggerFactoryBean
Specify a misfire instruction for this trigger.
setMisfireInstruction(int) - Method in class org.springframework.scheduling.quartz.SimpleTriggerFactoryBean
Specify a misfire instruction for this trigger.
setMisfireInstructionName(String) - Method in class org.springframework.scheduling.quartz.CronTriggerBean
Set the misfire instruction via the name of the corresponding constant in the org.quartz.CronTrigger class.
setMisfireInstructionName(String) - Method in class org.springframework.scheduling.quartz.CronTriggerFactoryBean
Set the misfire instruction via the name of the corresponding constant in the org.quartz.CronTrigger class.
setMisfireInstructionName(String) - Method in class org.springframework.scheduling.quartz.SimpleTriggerBean
Set the misfire instruction via the name of the corresponding constant in the org.quartz.SimpleTrigger class.
setMisfireInstructionName(String) - Method in class org.springframework.scheduling.quartz.SimpleTriggerFactoryBean
Set the misfire instruction via the name of the corresponding constant in the org.quartz.SimpleTrigger class.
setMode(int) - Method in class org.springframework.oxm.xstream.XStreamMarshaller
Set the XStream mode.
setModelAndView(ModelAndView) - Method in class org.springframework.test.web.servlet.DefaultMvcResult
 
setModelAndViewResolvers(List<ModelAndViewResolver>) - Method in class org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter
Provide custom ModelAndViewResolvers.
setModelAttribute(String) - Method in class org.springframework.web.servlet.tags.form.FormTag
Set the name of the form attribute in the model.
setModelKey(String) - Method in class org.springframework.web.servlet.view.json.MappingJackson2JsonView
Set the attribute in the model that should be rendered by this view.
setModelKey(String) - Method in class org.springframework.web.servlet.view.json.MappingJacksonJsonView
Set the attribute in the model that should be rendered by this view.
setModelKey(String) - Method in class org.springframework.web.servlet.view.xml.MarshallingView
Set the name of the model key that represents the object to be marshalled.
setModelKeys(Set<String>) - Method in class org.springframework.web.servlet.view.json.MappingJackson2JsonView
Set the attributes in the model that should be rendered by this view.
setModelKeys(Set<String>) - Method in class org.springframework.web.servlet.view.json.MappingJacksonJsonView
Set the attributes in the model that should be rendered by this view.
setModelMBean(ModelMBean) - Method in class org.springframework.jmx.export.MBeanExporter.NotificationPublisherAwareLazyTargetSource
 
setMonths(BitSet, String) - Method in class org.springframework.scheduling.support.CronSequenceGenerator
 
setMtomEnabled(boolean) - Method in class org.springframework.oxm.jaxb.Jaxb2Marshaller
Specify whether MTOM support should be enabled or not.
setMultipartFiles(MultiValueMap<String, MultipartFile>) - Method in class org.springframework.web.multipart.support.AbstractMultipartHttpServletRequest
Set a Map with parameter names as keys and list of MultipartFile objects as values.
setMultipartFiles(MultiValueMap<String, MultipartFile>) - Method in class org.springframework.web.portlet.multipart.DefaultMultipartActionRequest
Set a Map with parameter names as keys and list of MultipartFile objects as values.
setMultipartParameterContentTypes(Map<String, String>) - Method in class org.springframework.web.multipart.support.DefaultMultipartHttpServletRequest
Set a Map with parameter names as keys and content type Strings as values.
setMultipartParameterContentTypes(Map<String, String>) - Method in class org.springframework.web.portlet.multipart.DefaultMultipartActionRequest
Set a Map with parameter names as keys and content type Strings as values.
setMultipartParameters(Map<String, String[]>) - Method in class org.springframework.web.multipart.support.DefaultMultipartHttpServletRequest
Set a Map with parameter names as keys and String array objects as values.
setMultipartParameters(Map<String, String[]>) - Method in class org.springframework.web.portlet.multipart.DefaultMultipartActionRequest
Set a Map with parameter names as keys and String array objects as values.
setMultipartResolverBeanName(String) - Method in class org.springframework.web.multipart.support.MultipartFilter
Set the bean name of the MultipartResolver to fetch from Spring's root application context.
setMultiple(Object) - Method in class org.springframework.web.servlet.tags.form.SelectTag
Set the value of the HTML 'multiple' attribute rendered on the final 'select' element.
setMustRestoreAutoCommit(boolean) - Method in class org.springframework.jdbc.datasource.DataSourceTransactionManager.DataSourceTransactionObject
 
setName(String) - Method in class org.springframework.beans.factory.config.ConstructorArgumentValues.ValueHolder
Set the name of the constructor argument.
setName(String) - Method in class org.springframework.cache.concurrent.ConcurrentMapCacheFactoryBean
Specify the name of the cache.
setName(String) - Method in class org.springframework.cache.interceptor.CacheOperation
 
setName(String) - Method in class org.springframework.jdbc.datasource.embedded.EmbeddedDatabaseBuilder
Set the name of the embedded database.
setName(String) - Method in class org.springframework.jmx.export.metadata.ManagedNotification
Set the name of this notification.
setName(String) - Method in class org.springframework.jmx.export.metadata.ManagedOperationParameter
Set the name of this parameter in the operation signature.
setName(String) - Method in class org.springframework.scheduling.quartz.CronTriggerFactoryBean
Specify the trigger's name.
setName(String) - Method in class org.springframework.scheduling.quartz.JobDetailFactoryBean
Specify the job's name.
setName(String) - Method in class org.springframework.scheduling.quartz.MethodInvokingJobDetailFactoryBean
Set the name of the job.
setName(String) - Method in class org.springframework.scheduling.quartz.SimpleTriggerFactoryBean
Specify the trigger's name.
setName(String) - Method in class org.springframework.transaction.support.DefaultTransactionDefinition
Set the name of this transaction.
setName(String) - Method in class org.springframework.web.servlet.tags.BindErrorsTag
Set the name of the bean that this tag should check.
setName(String) - Method in class org.springframework.web.servlet.tags.form.ButtonTag
Get the value of the 'name' attribute.
setName(String) - Method in class org.springframework.web.servlet.tags.form.FormTag
Set the value of the 'name' attribute.
setName(String) - Method in class org.springframework.web.servlet.tags.Param
Set the raw name of the parameter
setName(String) - Method in class org.springframework.web.servlet.tags.ParamTag
Sets the name of the parameter
setNamedParameterCount(int) - Method in class org.springframework.jdbc.core.namedparam.ParsedSql
Set the count of named parameters in the SQL statement.
setNameMap(Map<String, Collection<CacheOperation>>) - Method in class org.springframework.cache.interceptor.NameMatchCacheOperationSource
Set a name/attribute map, consisting of method names (e.g.
setNameMap(Map<String, TransactionAttribute>) - Method in class org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource
Set a name/attribute map, consisting of method names (e.g.
setNamespace(String) - Method in class org.springframework.mock.web.portlet.MockPortletResponse
 
setNamespace(String) - Method in interface org.springframework.web.context.ConfigurableWebApplicationContext
Set the namespace for this web application context, to be used for building a default context config location.
setNamespace(String) - Method in class org.springframework.web.context.support.AbstractRefreshableWebApplicationContext
 
setNamespace(String) - Method in class org.springframework.web.context.support.GenericWebApplicationContext
 
setNamespace(String) - Method in class org.springframework.web.context.support.StaticWebApplicationContext
 
setNamespace(String) - Method in class org.springframework.web.portlet.context.AbstractRefreshablePortletApplicationContext
 
setNamespace(String) - Method in interface org.springframework.web.portlet.context.ConfigurablePortletApplicationContext
Set the namespace for this portlet application context, to be used for building a default context config location.
setNamespace(String) - Method in class org.springframework.web.portlet.context.StaticPortletApplicationContext
 
setNamespace(String) - Method in class org.springframework.web.portlet.FrameworkPortlet
Set a custom namespace for this portlet, to be used for building a default context config location.
setNamespace(String) - Method in class org.springframework.web.servlet.FrameworkServlet
Set a custom namespace for this servlet, to be used for building a default context config location.
setNamespace(String) - Method in class org.springframework.web.struts.ContextLoaderPlugIn
Deprecated.
Set a custom namespace for the ActionServlet, to be used for building a default context config location.
setNamespaceAware(boolean) - Method in class org.springframework.beans.factory.xml.XmlBeanDefinitionReader
Set whether or not the XML parser should be XML namespace aware.
setNamespaceContext(NamespaceContext) - Method in class org.springframework.util.xml.XMLEventStreamWriter
 
setNamespaceHandlerResolver(NamespaceHandlerResolver) - Method in class org.springframework.beans.factory.xml.XmlBeanDefinitionReader
Specify the NamespaceHandlerResolver to use.
setNamespaceMappings(Map<String, String>) - Method in class org.springframework.oxm.castor.CastorMarshaller
Set the namespace mappings.
setNamespaceToPackageMapping(Map<String, String>) - Method in class org.springframework.oxm.castor.CastorMarshaller
Set the namespace to package mappings.
setNamespaceUri(String) - Method in class org.springframework.remoting.jaxrpc.LocalJaxRpcServiceFactory
Deprecated.
Set the namespace URI of the service.
setNamespaceUri(String) - Method in class org.springframework.remoting.jaxws.LocalJaxWsServiceFactory
Set the namespace URI of the service.
setNamingStrategy(ObjectNamingStrategy) - Method in class org.springframework.jmx.export.MBeanExporter
Set the implementation of the ObjectNamingStrategy interface to use for this exporter.
setNamingStrategy(NamingStrategy) - Method in class org.springframework.orm.hibernate3.LocalSessionFactoryBean
Set a Hibernate NamingStrategy for the SessionFactory, determining the physical column and table names given the info in the mapping document.
setNamingStrategy(NamingStrategy) - Method in class org.springframework.orm.hibernate4.LocalSessionFactoryBean
Set a Hibernate NamingStrategy for the SessionFactory, determining the physical column and table names given the info in the mapping document.
setNativeConnectionNecessaryForNativeCallableStatements(boolean) - Method in class org.springframework.jdbc.support.nativejdbc.SimpleNativeJdbcExtractor
Set whether it is necessary to work on the native Connection to receive native CallableStatements.
setNativeConnectionNecessaryForNativePreparedStatements(boolean) - Method in class org.springframework.jdbc.support.nativejdbc.SimpleNativeJdbcExtractor
Set whether it is necessary to work on the native Connection to receive native PreparedStatements.
setNativeConnectionNecessaryForNativeStatements(boolean) - Method in class org.springframework.jdbc.support.nativejdbc.SimpleNativeJdbcExtractor
Set whether it is necessary to work on the native Connection to receive native Statements.
setNativeJdbcExtractor(NativeJdbcExtractor) - Method in class org.springframework.jdbc.core.CallableStatementCreatorFactory
Specify the NativeJdbcExtractor to use for unwrapping CallableStatements, if any.
setNativeJdbcExtractor(NativeJdbcExtractor) - Method in class org.springframework.jdbc.core.JdbcTemplate
Set a NativeJdbcExtractor to extract native JDBC objects from wrapped handles.
setNativeJdbcExtractor(NativeJdbcExtractor) - Method in class org.springframework.jdbc.core.metadata.GenericTableMetaDataProvider
 
setNativeJdbcExtractor(NativeJdbcExtractor) - Method in class org.springframework.jdbc.core.metadata.TableMetaDataContext
Set NativeJdbcExtractor to be used to retrieve the native connection.
setNativeJdbcExtractor(NativeJdbcExtractor) - Method in interface org.springframework.jdbc.core.metadata.TableMetaDataProvider
Set the NativeJdbcExtractor to use to retrieve the native connection if necessary
setNativeJdbcExtractor(NativeJdbcExtractor) - Method in class org.springframework.jdbc.core.PreparedStatementCreatorFactory
Specify the NativeJdbcExtractor to use for unwrapping PreparedStatements, if any.
setNativeJdbcExtractor(NativeJdbcExtractor) - Method in class org.springframework.jdbc.core.simple.AbstractJdbcInsert
Set the NativeJdbcExtractor to use to retrieve the native connection if necessary
setNativeJdbcExtractor(NativeJdbcExtractor) - Method in class org.springframework.jdbc.support.lob.OracleLobHandler
Deprecated.
Set an appropriate NativeJdbcExtractor to be able to retrieve the underlying native oracle.jdbc.OracleConnection.
setNestedPath(String) - Method in class org.springframework.validation.AbstractErrors
 
setNestedPath(String) - Method in exception org.springframework.validation.BindException
 
setNestedPath(String) - Method in interface org.springframework.validation.Errors
Allow context to be changed so that standard validators can validate subtrees.
setNestedPath(String) - Method in class org.springframework.web.bind.EscapedErrors
 
setNestedTransactionAllowed(boolean) - Method in class org.springframework.transaction.support.AbstractPlatformTransactionManager
Set whether nested transactions are allowed.
setNew(boolean) - Method in class org.springframework.mock.web.MockHttpSession
 
setNew(boolean) - Method in class org.springframework.mock.web.portlet.MockPortletSession
 
setNextPossiblePortletModes(Collection<PortletMode>) - Method in class org.springframework.mock.web.portlet.MockRenderResponse
 
setNoNamespaceSchemaLocation(String) - Method in class org.springframework.oxm.castor.CastorMarshaller
Set the value of xsi:noNamespaceSchemaLocation attribute.
setNonJtaDataSource(DataSource) - Method in class org.springframework.orm.jpa.persistenceunit.MutablePersistenceUnitInfo
 
setNonOptionArgsPropertyName(String) - Method in class org.springframework.core.env.CommandLinePropertySource
Specify the name of the special "non-option arguments" property.
setNonPublicAccessAllowed(boolean) - Method in class org.springframework.beans.factory.support.AbstractBeanDefinition
Specify whether to allow access to non-public constructors and methods, for the case of externalized metadata pointing to those.
setNonTransactionalDataSource(DataSource) - Method in class org.springframework.scheduling.quartz.SchedulerFactoryBean
Set the DataSource to be used by the Scheduler for non-transactional access.
setNotificationFilter(NotificationFilter) - Method in class org.springframework.jmx.support.NotificationListenerHolder
Set the NotificationFilter associated with the encapsulated NotificationFilter.
setNotificationInfoMappings(Map<String, Object>) - Method in class org.springframework.jmx.export.assembler.AbstractConfigurableMBeanInfoAssembler
 
setNotificationInfos(ManagedNotification[]) - Method in class org.springframework.jmx.export.assembler.AbstractConfigurableMBeanInfoAssembler
 
setNotificationListener(NotificationListener) - Method in class org.springframework.jmx.support.NotificationListenerHolder
Set the NotificationListener.
setNotificationListenerMappings(Map<?, ? extends NotificationListener>) - Method in class org.springframework.jmx.export.MBeanExporter
Set the NotificationListeners to register with the MBeanServer.
setNotificationListeners(NotificationListenerBean[]) - Method in class org.springframework.jmx.export.MBeanExporter
Set the NotificationListenerBeans containing the NotificationListeners that will be registered with the MBeanServer.
setNotificationPublisher(NotificationPublisher) - Method in interface org.springframework.jmx.export.notification.NotificationPublisherAware
Set the NotificationPublisher instance for the current managed resource instance.
setNotificationType(String) - Method in class org.springframework.jmx.export.metadata.ManagedNotification
Set a single notification type, or a list of notification types as comma-delimited String.
setNotificationTypes(String[]) - Method in class org.springframework.jmx.export.metadata.ManagedNotification
Set a list of notification types.
setNull(PreparedStatement, int, int, String) - Static method in class org.springframework.jdbc.core.StatementCreatorUtils
Set the specified PreparedStatement parameter to null, respecting database-specific peculiarities.
setNullValue(String) - Method in class org.springframework.beans.factory.config.PlaceholderConfigurerSupport
Set a value that should be treated as null when resolved as a placeholder value: e.g.
setNumberHits(BitSet, String, int, int) - Method in class org.springframework.scheduling.support.CronSequenceGenerator
 
setNumberToolAttribute(String) - Method in class org.springframework.web.servlet.view.velocity.VelocityView
Set the name of the NumberTool helper object to expose in the Velocity context of this view, or null if not needed.
setNumberToolAttribute(String) - Method in class org.springframework.web.servlet.view.velocity.VelocityViewResolver
Set the name of the NumberTool helper object to expose in the Velocity context of this view, or null if not needed.
setObject(Object) - Method in class org.springframework.oxm.castor.CastorMarshaller
setObjectFactory(ObjectFactory) - Method in class org.springframework.oxm.castor.CastorMarshaller
Set the Castor ObjectFactory to be used during unmarshalling.
setObjectMapper(ObjectMapper) - Method in class org.springframework.http.converter.json.Jackson2ObjectMapperFactoryBean
Set the ObjectMapper instance to use.
setObjectMapper(ObjectMapper) - Method in class org.springframework.http.converter.json.JacksonObjectMapperFactoryBean
Set the ObjectMapper instance to use.
setObjectMapper(ObjectMapper) - Method in class org.springframework.http.converter.json.MappingJackson2HttpMessageConverter
Set the ObjectMapper for this view.
setObjectMapper(ObjectMapper) - Method in class org.springframework.http.converter.json.MappingJacksonHttpMessageConverter
Set the ObjectMapper for this view.
setObjectMapper(ObjectMapper) - Method in class org.springframework.jms.support.converter.MappingJackson2MessageConverter
Specify the org.codehaus.jackson.map.ObjectMapper to use instead of using the default.
setObjectMapper(ObjectMapper) - Method in class org.springframework.jms.support.converter.MappingJacksonMessageConverter
Specify the ObjectMapper to use instead of using the default.
setObjectMapper(ObjectMapper) - Method in class org.springframework.web.servlet.view.json.MappingJackson2JsonView
Set the ObjectMapper for this view.
setObjectMapper(ObjectMapper) - Method in class org.springframework.web.servlet.view.json.MappingJacksonJsonView
Set the ObjectMapper for this view.
setObjectName(Object) - Method in class org.springframework.jmx.access.MBeanClientInterceptor
Set the ObjectName of the MBean which calls are routed to, as ObjectName instance or as String.
setObjectName(ObjectName) - Method in class org.springframework.jmx.export.MBeanExporter.NotificationPublisherAwareLazyTargetSource
 
setObjectName(String) - Method in class org.springframework.jmx.export.metadata.ManagedResource
Set the JMX ObjectName of this managed resource.
setObjectName(Object) - Method in class org.springframework.jmx.support.ConnectorServerFactoryBean
Set the ObjectName used to register the JMXConnectorServer itself with the MBeanServer, as ObjectName instance or as String.
setOmittedFields(Map<Class<?>, String>) - Method in class org.springframework.oxm.xstream.XStreamMarshaller
Specify omitted fields, as a Map consisting of Class instances mapped to comma separated field names.
setOnblur(String) - Method in class org.springframework.web.servlet.tags.form.AbstractHtmlInputElementTag
Set the value of the 'onblur' attribute.
setOnchange(String) - Method in class org.springframework.web.servlet.tags.form.AbstractHtmlInputElementTag
Set the value of the 'onchange' attribute.
setOnclick(String) - Method in class org.springframework.web.servlet.tags.form.AbstractHtmlElementTag
Set the value of the 'onclick' attribute.
setOndblclick(String) - Method in class org.springframework.web.servlet.tags.form.AbstractHtmlElementTag
Set the value of the 'ondblclick' attribute.
setOnfocus(String) - Method in class org.springframework.web.servlet.tags.form.AbstractHtmlInputElementTag
Set the value of the 'onfocus' attribute.
setOnkeydown(String) - Method in class org.springframework.web.servlet.tags.form.AbstractHtmlElementTag
Set the value of the 'onkeydown' attribute.
setOnkeypress(String) - Method in class org.springframework.web.servlet.tags.form.AbstractHtmlElementTag
Set the value of the 'onkeypress' attribute.
setOnkeyup(String) - Method in class org.springframework.web.servlet.tags.form.AbstractHtmlElementTag
Set the value of the 'onkeyup' attribute.
setOnmousedown(String) - Method in class org.springframework.web.servlet.tags.form.AbstractHtmlElementTag
Set the value of the 'onmousedown' attribute.
setOnmousemove(String) - Method in class org.springframework.web.servlet.tags.form.AbstractHtmlElementTag
Set the value of the 'onmousemove' attribute.
setOnmouseout(String) - Method in class org.springframework.web.servlet.tags.form.AbstractHtmlElementTag
Set the value of the 'onmouseout' attribute.
setOnmouseover(String) - Method in class org.springframework.web.servlet.tags.form.AbstractHtmlElementTag
Set the value of the 'onmouseover' attribute.
setOnmouseup(String) - Method in class org.springframework.web.servlet.tags.form.AbstractHtmlElementTag
Set the value of the 'onmouseup' attribute.
setOnreset(String) - Method in class org.springframework.web.servlet.tags.form.FormTag
Set the value of the 'onreset' attribute.
setOnselect(String) - Method in class org.springframework.web.servlet.tags.form.InputTag
Set the value of the 'onselect' attribute.
setOnselect(String) - Method in class org.springframework.web.servlet.tags.form.TextareaTag
Set the value of the 'onselect' attribute.
setOnsubmit(String) - Method in class org.springframework.web.servlet.tags.form.FormTag
Set the value of the 'onsubmit' attribute.
setOpaque(boolean) - Method in class org.springframework.aop.framework.ProxyConfig
Set whether proxies created by this configuration should be prevented from being cast to Advised to query proxy status.
setOperatorOverloader(OperatorOverloader) - Method in class org.springframework.expression.spel.support.StandardEvaluationContext
 
setOptimize(boolean) - Method in class org.springframework.aop.framework.ProxyConfig
Set whether proxies should perform aggressive optimizations.
setOptional(boolean) - Method in class org.springframework.beans.PropertyValue
 
setOptions(Map<String, ?>) - Method in class org.springframework.oxm.xmlbeans.XmlOptionsFactoryBean
Set options on the underlying XmlOptions object.
setOrder(int) - Method in class org.springframework.aop.aspectj.AspectJPointcutAdvisor
 
setOrder(int) - Method in class org.springframework.aop.framework.AbstractAdvisingBeanPostProcessor
 
setOrder(int) - Method in class org.springframework.aop.framework.autoproxy.AbstractAutoProxyCreator
Set the ordering which will apply to this class's implementation of Ordered, used when applying multiple BeanPostProcessors.
setOrder(int) - Method in class org.springframework.aop.support.AbstractPointcutAdvisor
 
setOrder(int) - Method in class org.springframework.aop.support.DefaultIntroductionAdvisor
 
setOrder(int) - Method in class org.springframework.aop.support.StaticMethodMatcherPointcutAdvisor
 
setOrder(int) - Method in class org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor
 
setOrder(int) - Method in class org.springframework.beans.factory.annotation.CustomAutowireConfigurer
 
setOrder(int) - Method in class org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor
 
setOrder(int) - Method in class org.springframework.beans.factory.annotation.RequiredAnnotationBeanPostProcessor
 
setOrder(int) - Method in class org.springframework.beans.factory.config.CustomEditorConfigurer
 
setOrder(int) - Method in class org.springframework.beans.factory.config.CustomScopeConfigurer
 
setOrder(int) - Method in class org.springframework.beans.factory.config.PropertyResourceConfigurer
Set the order value of this object for sorting purposes.
setOrder(int) - Method in class org.springframework.orm.jpa.support.PersistenceAnnotationBeanPostProcessor
 
setOrder(int) - Method in class org.springframework.web.portlet.handler.AbstractHandlerExceptionResolver
 
setOrder(int) - Method in class org.springframework.web.portlet.handler.AbstractHandlerMapping
Specify the order value for this HandlerMapping bean.
setOrder(int) - Method in class org.springframework.web.portlet.mvc.annotation.AnnotationMethodHandlerAdapter
Specify the order value for this HandlerAdapter bean.
setOrder(int) - Method in class org.springframework.web.servlet.config.annotation.ResourceHandlerRegistry
Specify the order to use for resource handling relative to other HandlerMappings configured in the Spring MVC application context.
setOrder(int) - Method in class org.springframework.web.servlet.config.annotation.ViewControllerRegistry
Specify the order to use for ViewControllers mappings relative to other HandlerMappings configured in the Spring MVC application context.
setOrder(int) - Method in class org.springframework.web.servlet.handler.AbstractHandlerExceptionResolver
 
setOrder(int) - Method in class org.springframework.web.servlet.handler.AbstractHandlerMapping
Specify the order value for this HandlerMapping bean.
setOrder(int) - Method in class org.springframework.web.servlet.handler.HandlerExceptionResolverComposite
 
setOrder(int) - Method in class org.springframework.web.servlet.mvc.annotation.AnnotationMethodHandlerAdapter
Deprecated.
Specify the order value for this HandlerAdapter bean.
setOrder(int) - Method in class org.springframework.web.servlet.mvc.method.AbstractHandlerMethodAdapter
Specify the order value for this HandlerAdapter bean.
setOrder(int) - Method in class org.springframework.web.servlet.view.BeanNameViewResolver
 
setOrder(int) - Method in class org.springframework.web.servlet.view.ContentNegotiatingViewResolver
 
setOrder(int) - Method in class org.springframework.web.servlet.view.ResourceBundleViewResolver
 
setOrder(int) - Method in class org.springframework.web.servlet.view.UrlBasedViewResolver
Set the order in which this ViewResolver is evaluated.
setOrder(int) - Method in class org.springframework.web.servlet.view.XmlViewResolver
 
setOriginatingBeanDefinition(BeanDefinition) - Method in class org.springframework.beans.factory.support.AbstractBeanDefinition
Set the originating (e.g.
setOutParameterNames(List<String>) - Method in class org.springframework.jdbc.core.metadata.CallMetaDataContext
Specify the names of the out parameters.
setOutputProperties(Properties) - Method in class org.springframework.web.servlet.view.xslt.AbstractXsltView
Deprecated.
Set arbitrary transformer output properties to be applied to the stylesheet.
setOutputProperties(Properties) - Method in class org.springframework.web.servlet.view.xslt.XsltView
Set arbitrary transformer output properties to be applied to the stylesheet.
setOutputProperties(Properties) - Method in class org.springframework.web.servlet.view.xslt.XsltViewResolver
Set arbitrary transformer output properties to be applied to the stylesheet.
setOutputRecordCreator(RecordCreator) - Method in class org.springframework.jca.cci.core.CciTemplate
Set a RecordCreator that should be used for creating default output Records.
setOutputRecordCreator(RecordCreator) - Method in class org.springframework.jca.cci.object.MappingRecordOperation
Set a RecordCreator that should be used for creating default output Records.
setOutputStreamAccessAllowed(boolean) - Method in class org.springframework.mock.web.MockHttpServletResponse
Set whether MockHttpServletResponse.getOutputStream() access is allowed.
setOutputStreaming(boolean) - Method in class org.springframework.http.client.SimpleClientHttpRequestFactory
Set if the underlying URLConnection can be set to 'output streaming' mode.
setOverflowToDisk(boolean) - Method in class org.springframework.cache.ehcache.EhCacheFactoryBean
Set whether elements can overflow to disk when the in-memory cache has reached the maximum size limit.
setOverloaded(boolean) - Method in class org.springframework.beans.factory.support.MethodOverride
Set whether the overridden method has to be considered as overloaded (that is, whether arg type matching has to happen).
setOverloadEnabled(boolean) - Method in class org.springframework.remoting.caucho.BurlapClientInterceptor
Set whether overloaded methods should be enabled for remote invocations.
setOverloadEnabled(boolean) - Method in class org.springframework.remoting.caucho.HessianClientInterceptor
Set whether overloaded methods should be enabled for remote invocations.
setOverrideIncludeSynonymsDefault(boolean) - Method in class org.springframework.jdbc.core.metadata.TableMetaDataContext
Specify whether we should override default for accessing synonyms.
setOverrideIncludeSynonymsDefault(boolean) - Method in class org.springframework.jdbc.core.simple.AbstractJdbcInsert
Specify whether the default for including synonyms should be changed.
setOverrideLogging(boolean) - Method in class org.springframework.ui.velocity.VelocityEngineFactory
Set whether Velocity should log via Commons Logging, i.e.
setOverwriteExistingJobs(boolean) - Method in class org.springframework.scheduling.quartz.SchedulerAccessor
Set whether any jobs defined on this SchedulerFactoryBean should overwrite existing job definitions.
setPackagesToScan(String[]) - Method in class org.springframework.orm.hibernate3.annotation.AnnotationSessionFactoryBean
Specify packages to search using Spring-based scanning for entity classes in the classpath.
setPackagesToScan(String...) - Method in class org.springframework.orm.hibernate4.LocalSessionFactoryBean
Specify packages to search for autodetection of your entity classes in the classpath.
setPackagesToScan(String...) - Method in class org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean
Set whether to use Spring-based scanning for entity classes in the classpath instead of using JPA's standard scanning of jar files with persistence.xml markers in them.
setPackagesToScan(String...) - Method in class org.springframework.orm.jpa.persistenceunit.DefaultPersistenceUnitManager
Set whether to use Spring-based scanning for entity classes in the classpath instead of using JPA's standard scanning of jar files with persistence.xml markers in them.
setPackagesToScan(String[]) - Method in class org.springframework.oxm.jaxb.Jaxb2Marshaller
Set the packages to search using Spring-based scanning for classes with JAXB2 annotations in the classpath.
setPaddingLength(int) - Method in class org.springframework.jdbc.support.incrementer.AbstractDataFieldMaxValueIncrementer
Set the padding length, i.e.
setPage(int) - Method in class org.springframework.beans.support.PagedListHolder
Set the current page number.
setPageAttribute(String) - Method in class org.springframework.web.portlet.mvc.AbstractWizardFormController
Deprecated.
Set the name of the page attribute in the model, containing an Integer with the current page number.
setPageAttribute(String) - Method in class org.springframework.web.servlet.mvc.AbstractWizardFormController
Deprecated.
Set the name of the page attribute in the model, containing an Integer with the current page number.
setPageRenderParameter(ActionResponse, int) - Method in class org.springframework.web.portlet.mvc.AbstractWizardFormController
Deprecated.
Pass the page number to the render phase by setting a render parameter.
setPages(String[]) - Method in class org.springframework.web.portlet.mvc.AbstractWizardFormController
Deprecated.
Set the wizard pages, i.e.
setPages(String[]) - Method in class org.springframework.web.servlet.mvc.AbstractWizardFormController
Deprecated.
Set the wizard pages, i.e.
setPageSize(int) - Method in class org.springframework.beans.support.PagedListHolder
Set the current page size.
setParallelism(int) - Method in class org.springframework.scheduling.concurrent.ForkJoinPoolFactoryBean
Specify the parallelism level.
setParameter(String, String) - Method in class org.springframework.mock.web.MockHttpServletRequest
Set a single value for the specified HTTP parameter.
setParameter(String, String[]) - Method in class org.springframework.mock.web.MockHttpServletRequest
Set an array of values for the specified HTTP parameter.
setParameter(String, String) - Method in class org.springframework.mock.web.portlet.MockBaseURL
 
setParameter(String, String[]) - Method in class org.springframework.mock.web.portlet.MockBaseURL
 
setParameter(String, String) - Method in class org.springframework.mock.web.portlet.MockPortletRequest
 
setParameter(String, String[]) - Method in class org.springframework.mock.web.portlet.MockPortletRequest
 
setParameter(PreparedStatement, int, Object, String) - Method in class org.springframework.orm.ibatis.support.AbstractLobTypeHandler
Deprecated.
This implementation delegates to setParameterInternal, passing in a transaction-synchronized LobCreator for the LobHandler of this type.
setParameterInternal(PreparedStatement, int, Object, String, LobCreator) - Method in class org.springframework.orm.ibatis.support.AbstractLobTypeHandler
Deprecated.
Template method to set the given value on the given statement.
setParameterInternal(PreparedStatement, int, Object, String, LobCreator) - Method in class org.springframework.orm.ibatis.support.BlobByteArrayTypeHandler
Deprecated.
 
setParameterInternal(PreparedStatement, int, Object, String, LobCreator) - Method in class org.springframework.orm.ibatis.support.BlobSerializableTypeHandler
Deprecated.
 
setParameterInternal(PreparedStatement, int, Object, String, LobCreator) - Method in class org.springframework.orm.ibatis.support.ClobStringTypeHandler
Deprecated.
 
setParameterMap(Map<String, ?>) - Method in class org.springframework.web.portlet.handler.ParameterHandlerMapping
Set a Map with parameters as keys and handler beans or bean names as values.
setParameterName(String) - Method in class org.springframework.web.accept.ContentNegotiationManagerFactoryBean
Set the parameter name that can be used to determine the requested media type if the ContentNegotiationManagerFactoryBean.setFavorParameter(boolean) property is true.
setParameterName(String) - Method in class org.springframework.web.accept.ParameterContentNegotiationStrategy
Set the parameter name that can be used to determine the requested media type.
setParameterName(String) - Method in class org.springframework.web.portlet.handler.ParameterHandlerMapping
Set the name of the parameter used for mapping to handlers.
setParameterName(String) - Method in class org.springframework.web.portlet.handler.ParameterMappingInterceptor
Set the name of the parameter used for mapping.
setParameterName(String) - Method in class org.springframework.web.portlet.handler.PortletModeParameterHandlerMapping
Set the name of the parameter used for mapping to handlers.
setParameterName(String) - Method in class org.springframework.web.servlet.view.ContentNegotiatingViewResolver
setParameterNameDiscoverer(ParameterNameDiscoverer) - Method in class org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory
Set the ParameterNameDiscoverer to use for resolving method parameter names if needed (e.g.
setParameterNameDiscoverer(ParameterNameDiscoverer) - Method in class org.springframework.jmx.export.assembler.AbstractReflectiveMBeanInfoAssembler
Set the ParameterNameDiscoverer to use for resolving method parameter names if needed (e.g.
setParameterNameDiscoverer(ParameterNameDiscoverer) - Method in class org.springframework.web.method.support.InvocableHandlerMethod
Set the ParameterNameDiscoverer for resolving parameter names when needed (e.g.
setParameterNameDiscoverer(ParameterNameDiscoverer) - Method in class org.springframework.web.portlet.mvc.annotation.AnnotationMethodHandlerAdapter
Set the ParameterNameDiscoverer to use for resolving method parameter names if needed (e.g.
setParameterNameDiscoverer(ParameterNameDiscoverer) - Method in class org.springframework.web.servlet.mvc.annotation.AnnotationMethodHandlerAdapter
Deprecated.
Set the ParameterNameDiscoverer to use for resolving method parameter names if needed (e.g.
setParameterNameDiscoverer(ParameterNameDiscoverer) - Method in class org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter
Set the ParameterNameDiscoverer to use for resolving method parameter names if needed (e.g.
setParameterNames(String[]) - Method in class org.springframework.aop.aspectj.AspectJExpressionPointcut
Set the parameter names for the pointcut.
setParameterNames(String[]) - Method in class org.springframework.aop.aspectj.AspectJExpressionPointcutAdvisor
 
setParameters(SqlParameter[]) - Method in class org.springframework.jdbc.object.RdbmsOperation
Add one or more declared parameters.
setParameters(Map) - Method in class org.springframework.mock.web.MockHttpServletRequest
Sets all provided parameters replacing any existing values for the provided parameter names.
setParameters(Map<String, String[]>) - Method in class org.springframework.mock.web.portlet.MockBaseURL
 
setParameters(Map<String, String[]>) - Method in class org.springframework.mock.web.portlet.MockPortletRequest
 
setParameters(Properties) - Method in class org.springframework.orm.hibernate3.TypeDefinitionBean
Specify default parameters for the type.
setParameterType(Class<?>) - Method in class org.springframework.core.MethodParameter
Set a resolved (generic) parameter type.
setParameterTypes(Class[]) - Method in class org.springframework.aop.aspectj.AspectJExpressionPointcut
Set the parameter types for the pointcut.
setParameterTypes(Class[]) - Method in class org.springframework.aop.aspectj.AspectJExpressionPointcutAdvisor
 
setParameterTypes(Map<String, String>) - Method in class org.springframework.orm.hibernate3.FilterDefinitionFactoryBean
Set the parameter types for the filter, with parameter names as keys and type names as values.
setParameterTypes(Class[]) - Method in class org.springframework.remoting.support.RemoteInvocation
Set the parameter types of the target method.
setParameterValue(PreparedStatement, int, SqlParameter, Object) - Static method in class org.springframework.jdbc.core.StatementCreatorUtils
Set the value for a parameter.
setParameterValue(PreparedStatement, int, int, Object) - Static method in class org.springframework.jdbc.core.StatementCreatorUtils
Set the value for a parameter.
setParameterValue(PreparedStatement, int, int, String, Object) - Static method in class org.springframework.jdbc.core.StatementCreatorUtils
Set the value for a parameter.
setParameterValueInternal(PreparedStatement, int, int, String, Integer, Object) - Static method in class org.springframework.jdbc.core.StatementCreatorUtils
Set the value for a parameter.
setParameterValues(PreparedStatement, List<Object>, int[]) - Method in class org.springframework.jdbc.core.simple.AbstractJdbcInsert
Internal implementation for setting parameter values
setParamName(String) - Method in class org.springframework.web.servlet.i18n.LocaleChangeInterceptor
Set the name of the parameter that contains a locale specification in a locale change request.
setParamName(String) - Method in class org.springframework.web.servlet.mvc.multiaction.ParameterMethodNameResolver
Set the name of the parameter whose value identifies the name of the method to invoke.
setParamName(String) - Method in class org.springframework.web.servlet.theme.ThemeChangeInterceptor
Set the name of the parameter that contains a theme specification in a theme change request.
setParent(ApplicationContext) - Method in interface org.springframework.context.ConfigurableApplicationContext
Set the parent of this application context.
setParent(ApplicationContext) - Method in class org.springframework.context.support.AbstractApplicationContext
Set the parent of this application context.
setParent(ApplicationContext) - Method in class org.springframework.context.support.GenericApplicationContext
Set the parent of this application context, also setting the parent of the internal BeanFactory accordingly.
setParent(ApplicationContext) - Method in class org.springframework.web.portlet.context.AbstractRefreshablePortletApplicationContext
Set the parent of this application context.
setParent(ApplicationContext) - Method in class org.springframework.web.portlet.context.StaticPortletApplicationContext
Set the parent of this application context, also setting the parent of the internal BeanFactory accordingly.
setParentBeanFactory(BeanFactory) - Method in interface org.springframework.beans.factory.config.ConfigurableBeanFactory
Set the parent of this bean factory.
setParentBeanFactory(BeanFactory) - Method in class org.springframework.beans.factory.support.AbstractBeanFactory
 
setParentMessageSource(MessageSource) - Method in interface org.springframework.context.HierarchicalMessageSource
Set the parent that will be used to try to resolve messages that this object can't resolve.
setParentMessageSource(MessageSource) - Method in class org.springframework.context.support.AbstractMessageSource
 
setParentMessageSource(MessageSource) - Method in class org.springframework.context.support.DelegatingMessageSource
 
setParentName(String) - Method in interface org.springframework.beans.factory.config.BeanDefinition
Set the name of the parent definition of this bean definition, if any.
setParentName(String) - Method in class org.springframework.beans.factory.support.BeanDefinitionBuilder
Set the name of the parent definition of this bean definition.
setParentName(String) - Method in class org.springframework.beans.factory.support.ChildBeanDefinition
 
setParentName(String) - Method in class org.springframework.beans.factory.support.GenericBeanDefinition
 
setParentName(String) - Method in class org.springframework.beans.factory.support.RootBeanDefinition
 
setParentThemeSource(ThemeSource) - Method in interface org.springframework.ui.context.HierarchicalThemeSource
Set the parent that will be used to try to resolve theme messages that this object can't resolve.
setParentThemeSource(ThemeSource) - Method in class org.springframework.ui.context.support.DelegatingThemeSource
 
setParentThemeSource(ThemeSource) - Method in class org.springframework.ui.context.support.ResourceBundleThemeSource
 
setPartConverters(List<HttpMessageConverter<?>>) - Method in class org.springframework.http.converter.FormHttpMessageConverter
Set the message body converters to use.
setPassword(String) - Method in class org.springframework.jdbc.datasource.AbstractDriverBasedDataSource
Set the JDBC password to use for connecting through the Driver.
setPassword(String) - Method in interface org.springframework.jdbc.datasource.embedded.ConnectionProperties
Sets the password to use to connect to the database.
setPassword(String) - Method in class org.springframework.jdbc.datasource.UserCredentialsDataSourceAdapter
Set the default user's password that this adapter should use for retrieving Connections.
setPassword(String) - Method in class org.springframework.jms.connection.UserCredentialsConnectionFactoryAdapter
Set the password that this adapter should use for retrieving Connections.
setPassword(String) - Method in class org.springframework.mail.javamail.JavaMailSenderImpl
Set the password for the account at the mail host, if any.
setPassword(String) - Method in class org.springframework.remoting.caucho.BurlapClientInterceptor
Set the password that this factory should use to access the remote service.
setPassword(String) - Method in class org.springframework.remoting.caucho.HessianClientInterceptor
Set the password that this factory should use to access the remote service.
setPassword(String) - Method in class org.springframework.remoting.jaxrpc.JaxRpcPortClientInterceptor
Deprecated.
Set the password to specify on the stub or call.
setPassword(String) - Method in class org.springframework.remoting.jaxws.JaxWsPortClientInterceptor
Set the password to specify on the stub.
setPasswordMethod - Variable in class org.springframework.jdbc.datasource.WebSphereDataSourceAdapter
 
setPath(String) - Method in class org.springframework.web.servlet.tags.BindTag
Set the path that this tag should apply.
setPath(String) - Method in class org.springframework.web.servlet.tags.form.AbstractDataBoundFormElementTag
Set the property path from the form object.
setPath(String) - Method in class org.springframework.web.servlet.tags.form.FormTag
Unsupported for forms.
setPath(String) - Method in class org.springframework.web.servlet.tags.NestedPathTag
Set the path that this tag should apply.
setPath(HttpServletRequest, String) - Static method in class org.springframework.web.servlet.view.tiles.TilesView
Deprecated.
Set the path of the layout page to render.
setPathInfo(String) - Method in class org.springframework.mock.web.MockHttpServletRequest
 
setPathMatcher(PathMatcher) - Method in class org.springframework.core.io.support.PathMatchingResourcePatternResolver
Set the PathMatcher implementation to use for this resource pattern resolver.
setPathMatcher(PathMatcher) - Method in class org.springframework.web.servlet.handler.AbstractHandlerMapping
Set the PathMatcher implementation to use for matching URL paths against registered URL patterns.
setPathMatcher(PathMatcher) - Method in class org.springframework.web.servlet.mvc.annotation.AnnotationMethodHandlerAdapter
Deprecated.
Set the PathMatcher implementation to use for matching URL paths against registered URL patterns.
setPathMatcher(PathMatcher) - Method in class org.springframework.web.servlet.mvc.multiaction.PropertiesMethodNameResolver
Set the PathMatcher implementation to use for matching URL paths against registered URL patterns.
setPathMatcher(PathMatcher) - Method in class org.springframework.web.servlet.mvc.WebContentInterceptor
Set the PathMatcher implementation to use for matching URL paths against registered URL patterns, for determining cache mappings.
setPathPrefix(String) - Method in class org.springframework.web.servlet.mvc.support.ControllerClassNameHandlerMapping
Specify a prefix to prepend to the path generated from the controller name.
setPathSeparator(String) - Method in class org.springframework.util.AntPathMatcher
Set the path separator to use for pattern parsing.
setPattern(String) - Method in class org.springframework.aop.support.AbstractRegexpMethodPointcut
Convenience method when we have only a single pattern.
setPattern(String) - Method in class org.springframework.aop.support.RegexpMethodPointcutAdvisor
Set the regular expression defining methods to match.
setPattern(String) - Method in class org.springframework.format.datetime.DateFormatter
Set the pattern to use to format date values.
setPattern(String) - Method in class org.springframework.format.datetime.joda.DateTimeFormatterFactory
Set the pattern to use to format date values.
setPattern(String) - Method in class org.springframework.format.number.NumberFormatter
Sets the pattern to use to format number values.
setPatterns(String[]) - Method in class org.springframework.aop.support.AbstractRegexpMethodPointcut
Set the regular expressions defining methods to match.
setPatterns(String[]) - Method in class org.springframework.aop.support.RegexpMethodPointcutAdvisor
Set the regular expressions defining methods to match.
setPeriod(long) - Method in class org.springframework.scheduling.commonj.ScheduledTimerListener
Set the period between repeated task executions, in milliseconds.
setPeriod(long) - Method in class org.springframework.scheduling.concurrent.ScheduledExecutorTask
Set the period between repeated task executions, in milliseconds.
setPeriod(long) - Method in class org.springframework.scheduling.timer.ScheduledTimerTask
Deprecated.
Set the period between repeated task executions, in milliseconds.
setPermissionDeniedCodes(String[]) - Method in class org.springframework.jdbc.support.SQLErrorCodes
 
setPersistenceContexts(Map<String, String>) - Method in class org.springframework.orm.jpa.support.PersistenceAnnotationBeanPostProcessor
Specify the transactional persistence contexts for EntityManager lookups, as a Map from persistence unit name to persistence context JNDI name (which needs to resolve to an EntityManager instance).
setPersistenceExceptionTranslator(PersistenceExceptionTranslator) - Method in class org.springframework.dao.support.PersistenceExceptionTranslationInterceptor
Specify the PersistenceExceptionTranslator to use.
setPersistenceManagerFactory(PersistenceManagerFactory) - Method in class org.springframework.orm.jdo.JdoAccessor
Deprecated.
Set the JDO PersistenceManagerFactory that should be used to create PersistenceManagers.
setPersistenceManagerFactory(PersistenceManagerFactory) - Method in class org.springframework.orm.jdo.JdoTransactionManager
Set the PersistenceManagerFactory that this instance should manage transactions for.
setPersistenceManagerFactory(PersistenceManagerFactory) - Method in class org.springframework.orm.jdo.support.JdoDaoSupport
Deprecated.
Set the JDO PersistenceManagerFactory to be used by this DAO.
setPersistenceManagerFactory(PersistenceManagerFactory) - Method in class org.springframework.orm.jdo.support.OpenPersistenceManagerInViewInterceptor
Set the JDO PersistenceManagerFactory that should be used to create PersistenceManagers.
setPersistenceManagerFactory(PersistenceManagerFactory) - Method in class org.springframework.orm.jdo.support.SpringPersistenceManagerProxyBean
Set the target PersistenceManagerFactory for this proxy.
setPersistenceManagerFactory(PersistenceManagerFactory) - Method in class org.springframework.orm.jdo.support.StandardPersistenceManagerProxyBean
Set the target JDO PersistenceManagerFactory that this proxy should delegate to.
setPersistenceManagerFactoryBeanName(String) - Method in class org.springframework.orm.jdo.support.OpenPersistenceManagerInViewFilter
Set the bean name of the PersistenceManagerFactory to fetch from Spring's root application context.
setPersistenceManagerFactoryName(String) - Method in class org.springframework.orm.jdo.LocalPersistenceManagerFactoryBean
Specify the name of the desired PersistenceManagerFactory.
setPersistenceManagerHolder(PersistenceManagerHolder, boolean) - Method in class org.springframework.orm.jdo.JdoTransactionManager.JdoTransactionObject
 
setPersistenceManagerInterface(Class<? extends PersistenceManager>) - Method in class org.springframework.orm.jdo.support.SpringPersistenceManagerProxyBean
Specify the PersistenceManager interface to expose, possibly including vendor extensions.
setPersistenceProvider(PersistenceProvider) - Method in class org.springframework.orm.jpa.AbstractEntityManagerFactoryBean
Set the PersistenceProvider instance to use for creating the EntityManagerFactory.
setPersistenceProviderClass(Class<? extends PersistenceProvider>) - Method in class org.springframework.orm.jpa.AbstractEntityManagerFactoryBean
Set the PersistenceProvider implementation class to use for creating the EntityManagerFactory.
setPersistenceProviderClassName(String) - Method in class org.springframework.orm.jpa.persistenceunit.MutablePersistenceUnitInfo
 
setPersistenceProviderPackageName(String) - Method in class org.springframework.orm.jpa.persistenceunit.MutablePersistenceUnitInfo
 
setPersistenceProviderPackageName(String) - Method in interface org.springframework.orm.jpa.persistenceunit.SmartPersistenceUnitInfo
Set the persistence provider's own package name, for exclusion from class transformation.
setPersistenceUnitManager(PersistenceUnitManager) - Method in class org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean
Set the PersistenceUnitManager to use for obtaining the JPA persistence unit that this FactoryBean is supposed to build an EntityManagerFactory for.
setPersistenceUnitName(String) - Method in class org.springframework.orm.jpa.AbstractEntityManagerFactoryBean
Specify the name of the EntityManagerFactory configuration.
setPersistenceUnitName(String) - Method in class org.springframework.orm.jpa.EntityManagerFactoryAccessor
Set the name of the persistence unit to access the EntityManagerFactory for.
setPersistenceUnitName(String) - Method in class org.springframework.orm.jpa.JpaTransactionManager
Set the name of the persistence unit to manage transactions for.
setPersistenceUnitName(String) - Method in class org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean
Uses the specified persistence unit name as the name of the default persistence unit, if applicable.
setPersistenceUnitName(String) - Method in class org.springframework.orm.jpa.persistenceunit.MutablePersistenceUnitInfo
 
setPersistenceUnitName(String) - Method in class org.springframework.orm.jpa.support.OpenEntityManagerInViewFilter
Set the name of the persistence unit to access the EntityManagerFactory for.
setPersistenceUnitPostProcessors(PersistenceUnitPostProcessor...) - Method in class org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean
Set the PersistenceUnitPostProcessors to be applied to the PersistenceUnitInfo used for creating this EntityManagerFactory.
setPersistenceUnitPostProcessors(PersistenceUnitPostProcessor...) - Method in class org.springframework.orm.jpa.persistenceunit.DefaultPersistenceUnitManager
Set the PersistenceUnitPostProcessors to be applied to each PersistenceUnitInfo that has been parsed by this manager.
setPersistenceUnitRootUrl(URL) - Method in class org.springframework.orm.jpa.persistenceunit.MutablePersistenceUnitInfo
 
setPersistenceUnits(Map<String, String>) - Method in class org.springframework.orm.jpa.support.PersistenceAnnotationBeanPostProcessor
Specify the persistence units for EntityManagerFactory lookups, as a Map from persistence unit name to persistence unit JNDI name (which needs to resolve to an EntityManagerFactory instance).
setPersistenceXmlLocation(String) - Method in class org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean
Set the location of the persistence.xml file we want to use.
setPersistenceXmlLocation(String) - Method in class org.springframework.orm.jpa.persistenceunit.DefaultPersistenceUnitManager
Specify the location of the persistence.xml files to load.
setPersistenceXmlLocations(String...) - Method in class org.springframework.orm.jpa.persistenceunit.DefaultPersistenceUnitManager
Specify multiple locations of persistence.xml files to load.
setPersistenceXMLSchemaVersion(String) - Method in class org.springframework.orm.jpa.persistenceunit.MutablePersistenceUnitInfo
 
setPersistLocation(String) - Method in class org.springframework.jmx.export.metadata.ManagedResource
 
setPersistName(String) - Method in class org.springframework.jmx.export.metadata.ManagedResource
 
setPersistPeriod(int) - Method in class org.springframework.jmx.export.metadata.ManagedAttribute
 
setPersistPeriod(int) - Method in class org.springframework.jmx.export.metadata.ManagedMetric
The persist period for this metric.
setPersistPeriod(int) - Method in class org.springframework.jmx.export.metadata.ManagedResource
 
setPersistPolicy(String) - Method in class org.springframework.jmx.export.metadata.ManagedAttribute
 
setPersistPolicy(String) - Method in class org.springframework.jmx.export.metadata.ManagedMetric
The persist policy for this metric.
setPersistPolicy(String) - Method in class org.springframework.jmx.export.metadata.ManagedResource
 
setPhase(int) - Method in class org.springframework.jca.endpoint.GenericMessageEndpointManager
Specify the phase in which this endpoint manager should be started and stopped.
setPhase(int) - Method in class org.springframework.jms.listener.AbstractJmsListeningContainer
Specify the phase in which this container should be started and stopped.
setPhase(int) - Method in class org.springframework.scheduling.quartz.SchedulerFactoryBean
Specify the phase in which this scheduler should be started and stopped.
setPlaceholderPrefix(String) - Method in class org.springframework.beans.factory.config.PlaceholderConfigurerSupport
Set the prefix that a placeholder string starts with.
setPlaceholderPrefix(String) - Method in class org.springframework.core.env.AbstractEnvironment
 
setPlaceholderPrefix(String) - Method in class org.springframework.core.env.AbstractPropertyResolver
Set the prefix that placeholders replaced by this resolver must begin with.
setPlaceholderPrefix(String) - Method in interface org.springframework.core.env.ConfigurablePropertyResolver
Set the prefix that placeholders replaced by this resolver must begin with.
setPlaceholderSuffix(String) - Method in class org.springframework.beans.factory.config.PlaceholderConfigurerSupport
Set the suffix that a placeholder string ends with.
setPlaceholderSuffix(String) - Method in class org.springframework.core.env.AbstractEnvironment
 
setPlaceholderSuffix(String) - Method in class org.springframework.core.env.AbstractPropertyResolver
Set the suffix that placeholders replaced by this resolver must end with.
setPlaceholderSuffix(String) - Method in interface org.springframework.core.env.ConfigurablePropertyResolver
Set the suffix that placeholders replaced by this resolver must end with.
setPlainTextToMimePart(MimePart, String) - Method in class org.springframework.mail.javamail.MimeMessageHelper
 
setPointcut(Pointcut) - Method in class org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor
Specify the pointcut targeting the advice.
setPointcut(Pointcut) - Method in class org.springframework.aop.support.DefaultPointcutAdvisor
Specify the pointcut targeting the advice.
setPointcut(Pointcut) - Method in class org.springframework.cache.interceptor.CacheProxyFactoryBean
Set a pointcut, i.e a bean that can cause conditional invocation of the CacheInterceptor depending on method and attributes passed.
setPointcut(Pointcut) - Method in class org.springframework.transaction.interceptor.TransactionProxyFactoryBean
Set a pointcut, i.e a bean that can cause conditional invocation of the TransactionInterceptor depending on method and attributes passed.
setPointcutDeclarationScope(Class) - Method in class org.springframework.aop.aspectj.AspectJExpressionPointcut
Set the declaration scope for the pointcut.
setPoolSize(int) - Method in class org.springframework.scheduling.concurrent.ScheduledExecutorFactoryBean
Set the ScheduledExecutorService's pool size.
setPoolSize(int) - Method in class org.springframework.scheduling.concurrent.ThreadPoolTaskScheduler
Set the ScheduledExecutorService's pool size.
setPoolSize(String) - Method in class org.springframework.scheduling.config.TaskExecutorFactoryBean
 
setPopulateProtectedVariables(boolean) - Method in class org.springframework.test.AbstractDependencyInjectionSpringContextTests
Deprecated.
Set whether to populate protected variables of this test case.
setPopulators(DatabasePopulator...) - Method in class org.springframework.jdbc.datasource.init.CompositeDatabasePopulator
Specify a list of populators to delegate to.
setPort(int) - Method in class org.springframework.http.client.support.ProxyFactoryBean
Sets the proxy port.
setPort(int) - Method in class org.springframework.mail.javamail.JavaMailSenderImpl
Set the mail server port.
setPort(int) - Method in class org.springframework.remoting.jaxws.SimpleHttpServerJaxWsServiceExporter
Specify the HTTP server's port.
setPort(int) - Method in class org.springframework.remoting.rmi.RmiRegistryFactoryBean
Set the port of the registry for the exported RMI service, i.e.
setPort(int) - Method in class org.springframework.remoting.support.SimpleHttpServerFactoryBean
Specify the HTTP server's port.
setPortInterface(Class) - Method in class org.springframework.remoting.jaxrpc.JaxRpcPortClientInterceptor
Deprecated.
Set the JAX-RPC port interface to use.
setPortletClass(Class) - Method in class org.springframework.web.portlet.mvc.PortletWrappingController
Set the class of the Portlet to wrap.
setPortletConfig(PortletConfig) - Method in class org.springframework.web.portlet.context.AbstractRefreshablePortletApplicationContext
 
setPortletConfig(PortletConfig) - Method in interface org.springframework.web.portlet.context.ConfigurablePortletApplicationContext
Set the PortletConfig for this portlet application context.
setPortletConfig(PortletConfig) - Method in interface org.springframework.web.portlet.context.PortletConfigAware
Set the PortletConfigthat this object runs in.
setPortletConfig(PortletConfig) - Method in class org.springframework.web.portlet.context.StaticPortletApplicationContext
 
setPortletConfig(PortletConfig) - Method in class org.springframework.web.portlet.handler.SimplePortletPostProcessor
 
setPortletConfig(PortletConfig) - Method in class org.springframework.web.portlet.mvc.PortletWrappingController
 
setPortletContext(PortletContext) - Method in class org.springframework.web.portlet.context.AbstractRefreshablePortletApplicationContext
 
setPortletContext(PortletContext) - Method in interface org.springframework.web.portlet.context.ConfigurablePortletApplicationContext
Set the PortletContext for this portlet application context.
setPortletContext(PortletContext) - Method in class org.springframework.web.portlet.context.PortletApplicationObjectSupport
 
setPortletContext(PortletContext) - Method in interface org.springframework.web.portlet.context.PortletContextAware
Set the PortletContext that this object runs in.
setPortletContext(PortletContext) - Method in class org.springframework.web.portlet.context.StaticPortletApplicationContext
 
setPortletContext(PortletContext) - Method in class org.springframework.web.portlet.handler.SimplePortletHandlerAdapter
 
setPortletContext(PortletContext) - Method in class org.springframework.web.portlet.handler.SimplePortletPostProcessor
 
setPortletContext(PortletContext) - Method in class org.springframework.web.portlet.multipart.CommonsPortletMultipartResolver
 
setPortletContext(PortletContext) - Method in class org.springframework.web.portlet.mvc.PortletWrappingController
 
setPortletContext(PortletContext) - Method in class org.springframework.web.portlet.mvc.SimpleControllerHandlerAdapter
 
setPortletContextName(String) - Method in class org.springframework.mock.web.portlet.MockPortletContext
 
setPortletMode(PortletMode) - Method in class org.springframework.mock.web.portlet.MockActionResponse
 
setPortletMode(PortletMode) - Method in class org.springframework.mock.web.portlet.MockPortletRequest
 
setPortletMode(PortletMode) - Method in class org.springframework.mock.web.portlet.MockPortletURL
 
setPortletMode(PortletMode) - Method in class org.springframework.mock.web.portlet.MockStateAwareResponse
 
setPortletModeMap(Map<String, ?>) - Method in class org.springframework.web.portlet.handler.PortletModeHandlerMapping
Set a Map with PortletModes as keys and handler beans as values.
setPortletModeParameterMap(Map<String, Map<String, ?>>) - Method in class org.springframework.web.portlet.handler.PortletModeParameterHandlerMapping
Set a Map with portlet mode names as keys and another Map as values.
setPortletName(String) - Method in class org.springframework.web.portlet.mvc.PortletWrappingController
Set the name of the Portlet to wrap.
setPortName(String) - Method in class org.springframework.remoting.jaxrpc.JaxRpcPortClientInterceptor
Deprecated.
Set the name of the port.
setPortName(String) - Method in class org.springframework.remoting.jaxws.JaxWsPortClientInterceptor
Set the name of the port.
setPosition(int) - Method in exception org.springframework.expression.spel.SpelEvaluationException
Set the position in the related expression which gave rise to this exception.
setPostInterceptors(Object[]) - Method in class org.springframework.aop.framework.AbstractSingletonProxyFactoryBean
Set additional interceptors (or advisors) to be applied after the implicit transaction interceptor.
setPostTemplateLoaders(TemplateLoader...) - Method in class org.springframework.ui.freemarker.FreeMarkerConfigurationFactory
Set a List of TemplateLoaders that will be used to search for templates.
setPragma(String) - Method in class org.springframework.http.HttpHeaders
Sets the (new) value of the Pragma header.
setPreferences(PortletPreferences) - Method in class org.springframework.mock.web.portlet.MockPortletRequest
 
setPreferencesValidator(PreferencesValidator) - Method in class org.springframework.mock.web.portlet.MockPortletPreferences
 
setPreferFileSystemAccess(boolean) - Method in class org.springframework.ui.freemarker.FreeMarkerConfigurationFactory
Set whether to prefer file system access for template loading.
setPreferFileSystemAccess(boolean) - Method in class org.springframework.ui.velocity.VelocityEngineFactory
Set whether to prefer file system access for template loading.
setPreferredLocales(List<Locale>) - Method in class org.springframework.mock.web.MockHttpServletRequest
Set the list of preferred locales, in descending order, effectively replacing any existing locales.
setPrefetchSize(int) - Method in class org.springframework.jms.listener.endpoint.JmsActivationSpecConfig
Specify the maximum number of messages to load into a session (a kind of batch size).
setPreFiltered(boolean) - Method in interface org.springframework.aop.framework.Advised
Set whether this proxy configuration is pre-filtered so that it only contains applicable advisors (matching this proxy's target class).
setPreFiltered(boolean) - Method in class org.springframework.aop.framework.AdvisedSupport
 
setPrefix(String) - Method in class org.springframework.aop.interceptor.AbstractMonitoringInterceptor
Set the text that will get appended to the trace data.
setPrefix(String, String) - Method in class org.springframework.util.xml.XMLEventStreamWriter
 
setPrefix(String) - Method in class org.springframework.validation.DefaultMessageCodesResolver
Specify a prefix to be applied to any code built by this resolver.
setPrefix(String) - Method in class org.springframework.web.servlet.mvc.multiaction.InternalPathMethodNameResolver
Specify a common prefix for handler method names.
setPrefix(String) - Method in class org.springframework.web.servlet.mvc.UrlFilenameViewController
Set the prefix to prepend to the request URL filename to build a view name.
setPrefix(String) - Method in class org.springframework.web.servlet.view.DefaultRequestToViewNameTranslator
Set the prefix to prepend to generated view names.
setPrefix(String) - Method in class org.springframework.web.servlet.view.UrlBasedViewResolver
Set the prefix that gets prepended to view names when building a URL.
setPrefixJson(boolean) - Method in class org.springframework.http.converter.json.MappingJackson2HttpMessageConverter
Indicate whether the JSON output by this view should be prefixed with "{} &&".
setPrefixJson(boolean) - Method in class org.springframework.http.converter.json.MappingJacksonHttpMessageConverter
Indicate whether the JSON output by this view should be prefixed with "{} &&".
setPrefixJson(boolean) - Method in class org.springframework.web.servlet.view.json.MappingJackson2JsonView
Indicates whether the JSON output by this view should be prefixed with "{} && ".
setPrefixJson(boolean) - Method in class org.springframework.web.servlet.view.json.MappingJacksonJsonView
Indicates whether the JSON output by this view should be prefixed with "{} && ".
setPreInterceptors(Object[]) - Method in class org.springframework.aop.framework.AbstractSingletonProxyFactoryBean
Set additional interceptors (or advisors) to be applied before the implicit transaction interceptor, e.g.
setPrepareConnection(boolean) - Method in class org.springframework.orm.hibernate3.HibernateTransactionManager
Set whether to prepare the underlying JDBC Connection of a transactional Hibernate Session, that is, whether to apply a transaction-specific isolation level and/or the transaction's read-only flag to the underlying JDBC Connection.
setPrepareConnection(boolean) - Method in class org.springframework.orm.hibernate4.HibernateTransactionManager
Set whether to prepare the underlying JDBC Connection of a transactional Hibernate Session, that is, whether to apply a transaction-specific isolation level and/or the transaction's read-only flag to the underlying JDBC Connection.
setPreparedStatementType(Class<? extends PreparedStatement>) - Method in class org.springframework.jdbc.support.nativejdbc.Jdbc4NativeJdbcExtractor
Set the vendor's PreparedStatement type, e.g.
setPreparerFactoryClass(Class<? extends PreparerFactory>) - Method in class org.springframework.web.servlet.view.tiles2.TilesConfigurer
Set the org.apache.tiles.preparer.PreparerFactory implementation to use.
setPreparerFactoryClass(Class<? extends PreparerFactory>) - Method in class org.springframework.web.servlet.view.tiles3.TilesConfigurer
Set the org.apache.tiles.preparer.factory.PreparerFactory implementation to use.
setPreTemplateLoaders(TemplateLoader...) - Method in class org.springframework.ui.freemarker.FreeMarkerConfigurationFactory
Set a List of TemplateLoaders that will be used to search for templates.
setPrettyPrint(boolean) - Method in class org.springframework.http.converter.json.MappingJackson2HttpMessageConverter
Whether to use the DefaultPrettyPrinter when writing JSON.
setPrettyPrint(boolean) - Method in class org.springframework.http.converter.json.MappingJacksonHttpMessageConverter
Whether to use the org.codehaus.jackson.impl.DefaultPrettyPrinter when writing JSON.
setPrettyPrint(boolean) - Method in class org.springframework.web.servlet.view.json.MappingJackson2JsonView
Whether to use the default pretty printer when writing JSON.
setPrettyPrint(boolean) - Method in class org.springframework.web.servlet.view.json.MappingJacksonJsonView
Whether to use the default pretty printer when writing JSON.
setPreventDispatchLoop(boolean) - Method in class org.springframework.web.servlet.view.InternalResourceView
Set whether to explicitly prevent dispatching back to the current handler path.
setPreventResponseCaching(boolean) - Method in class org.springframework.web.servlet.handler.AbstractHandlerExceptionResolver
Specify whether to prevent HTTP response caching for any view resolved by this HandlerExceptionResolver.
setPreviousFlushMode(FlushMode) - Method in class org.springframework.orm.hibernate3.SessionHolder
 
setPreviousFlushMode(FlushMode) - Method in class org.springframework.orm.hibernate4.SessionHolder
 
setPreviousIsolationLevel(Integer) - Method in class org.springframework.jdbc.datasource.JdbcTransactionObjectSupport
 
setPrimary(boolean) - Method in interface org.springframework.beans.factory.config.BeanDefinition
Set whether this bean is a primary autowire candidate.
setPrimary(boolean) - Method in class org.springframework.beans.factory.support.AbstractBeanDefinition
Set whether this bean is a primary autowire candidate.
setPrimitivesDefaultedForNullValue(boolean) - Method in class org.springframework.jdbc.core.BeanPropertyRowMapper
Set whether we're defaulting Java primitives in the case of mapping a null value from corresponding database fields.
setPriority(int) - Method in class org.springframework.jms.connection.CachedMessageProducer
 
setPriority(int) - Method in class org.springframework.jms.core.JmsTemplate
Set the priority of a message when sending.
setPriority(int) - Method in class org.springframework.mail.javamail.MimeMessageHelper
Set the priority ("X-Priority" header) of the message.
setPriority(int) - Method in class org.springframework.scheduling.quartz.CronTriggerFactoryBean
Specify the priority of this trigger.
setPriority(int) - Method in class org.springframework.scheduling.quartz.SimpleTriggerFactoryBean
Specify the priority of this trigger.
setProblemReporter(ProblemReporter) - Method in class org.springframework.beans.factory.xml.XmlBeanDefinitionReader
Specify which ProblemReporter to use.
setProblemReporter(ProblemReporter) - Method in class org.springframework.context.annotation.ConfigurationClassPostProcessor
Set the ProblemReporter to use.
setProcedureName(String) - Method in class org.springframework.jdbc.core.metadata.CallMetaDataContext
Specify the name of the procedure.
setProcedureName(String) - Method in class org.springframework.jdbc.core.simple.AbstractJdbcCall
Set the name of the stored procedure.
setProcessingInstructions(Map<String, String>) - Method in class org.springframework.oxm.castor.CastorMarshaller
Sets the processing instructions that will be used by during marshalling.
setPropagationBehavior(int) - Method in class org.springframework.transaction.support.DefaultTransactionDefinition
Set the propagation behavior.
setPropagationBehaviorName(String) - Method in class org.springframework.transaction.support.DefaultTransactionDefinition
Set the propagation behavior by the name of the corresponding constant in TransactionDefinition, e.g.
setProperties(Properties) - Method in class org.springframework.core.io.support.PropertiesLoaderSupport
Set local properties, e.g.
setProperties(Properties) - Method in class org.springframework.orm.jpa.persistenceunit.MutablePersistenceUnitInfo
 
setProperties(Properties) - Method in class org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource
Parses the given properties into a name/attribute map.
setPropertiesArray(Properties[]) - Method in class org.springframework.core.io.support.PropertiesLoaderSupport
Set local properties, e.g.
setPropertiesPersister(PropertiesPersister) - Method in class org.springframework.beans.factory.support.PropertiesBeanDefinitionReader
Set the PropertiesPersister to use for parsing properties files.
setPropertiesPersister(PropertiesPersister) - Method in class org.springframework.context.support.ReloadableResourceBundleMessageSource
Set the PropertiesPersister to use for parsing properties files.
setPropertiesPersister(PropertiesPersister) - Method in class org.springframework.core.io.support.PropertiesLoaderSupport
Set the PropertiesPersister to use for parsing properties files.
setProperty(String) - Method in class org.springframework.beans.support.MutableSortDefinition
Set the property to compare.
setProperty(String, String) - Method in class org.springframework.mock.env.MockEnvironment
Set a property on the underlying MockPropertySource for this environment.
setProperty(String, Object) - Method in class org.springframework.mock.env.MockPropertySource
Set the given property on the underlying Properties object.
setProperty(String, String) - Method in class org.springframework.mock.web.portlet.MockBaseURL
 
setProperty(String, String) - Method in class org.springframework.mock.web.portlet.MockPortalContext
 
setProperty(String, String) - Method in class org.springframework.mock.web.portlet.MockPortletRequest
Set a single value for the specified property.
setProperty(String, String) - Method in class org.springframework.mock.web.portlet.MockPortletResponse
 
setProperty(String, Object) - Method in class org.springframework.oxm.support.MarshallingSource.MarshallingXMLReader
 
setProperty(String, Object) - Method in class org.springframework.util.xml.AbstractXMLReader
Throws a SAXNotRecognizedException exception when the given property does not signify a lexical handler.
setPropertyAccessors(List<PropertyAccessor>) - Method in class org.springframework.expression.spel.support.StandardEvaluationContext
 
setPropertyEditorClass(Class<?>) - Method in class org.springframework.beans.SimpleIndexedPropertyDescriptor
 
setPropertyEditorClass(Class<?>) - Method in class org.springframework.beans.SimpleNonIndexedPropertyDescriptor
 
setPropertyEditorRegistrar(PropertyEditorRegistrar) - Method in class org.springframework.web.bind.support.ConfigurableWebBindingInitializer
Specify a single PropertyEditorRegistrar to be applied to every DataBinder.
setPropertyEditorRegistrar(PropertyEditorRegistrar) - Method in class org.springframework.web.portlet.mvc.BaseCommandController
Deprecated.
Specify a single PropertyEditorRegistrar to be applied to every DataBinder that this controller uses.
setPropertyEditorRegistrar(PropertyEditorRegistrar) - Method in class org.springframework.web.servlet.mvc.BaseCommandController
Deprecated.
Specify a single PropertyEditorRegistrar to be applied to every DataBinder that this controller uses.
setPropertyEditorRegistrars(PropertyEditorRegistrar[]) - Method in class org.springframework.beans.factory.config.CustomEditorConfigurer
Specify the PropertyEditorRegistrars to apply to beans defined within the current application context.
setPropertyEditorRegistrars(PropertyEditorRegistrar[]) - Method in class org.springframework.web.bind.support.ConfigurableWebBindingInitializer
Specify multiple PropertyEditorRegistrars to be applied to every DataBinder.
setPropertyEditorRegistrars(PropertyEditorRegistrar[]) - Method in class org.springframework.web.portlet.mvc.BaseCommandController
Deprecated.
Specify one or more PropertyEditorRegistrars to be applied to every DataBinder that this controller uses.
setPropertyEditorRegistrars(PropertyEditorRegistrar[]) - Method in class org.springframework.web.servlet.mvc.BaseCommandController
Deprecated.
Specify multiple PropertyEditorRegistrars to be applied to every DataBinder that this controller uses.
setPropertyMethod - Variable in class org.springframework.transaction.jta.WebLogicJtaTransactionManager
 
setPropertyPath(String) - Method in class org.springframework.beans.factory.config.PropertyPathFactoryBean
Specify the property path to apply to the target.
setPropertySources(PropertySources) - Method in class org.springframework.context.support.PropertySourcesPlaceholderConfigurer
Customize the set of PropertySources to be used by this configurer.
setPropertyValue(PropertyValue) - Method in class org.springframework.beans.AbstractPropertyAccessor
 
setPropertyValue(String, Object) - Method in class org.springframework.beans.AbstractPropertyAccessor
Actually set a property value.
setPropertyValue(String, Object) - Method in class org.springframework.beans.BeanWrapperImpl
 
setPropertyValue(PropertyValue) - Method in class org.springframework.beans.BeanWrapperImpl
 
setPropertyValue(BeanWrapperImpl.PropertyTokenHolder, PropertyValue) - Method in class org.springframework.beans.BeanWrapperImpl
 
setPropertyValue(String, Object) - Method in class org.springframework.beans.DirectFieldAccessor
 
setPropertyValue(String, Object) - Method in interface org.springframework.beans.PropertyAccessor
Set the specified value as current property value.
setPropertyValue(PropertyValue) - Method in interface org.springframework.beans.PropertyAccessor
Set the specified value as current property value.
setPropertyValueAt(PropertyValue, int) - Method in class org.springframework.beans.MutablePropertyValues
Modify a PropertyValue object held in this object.
setPropertyValues(Map<?, ?>) - Method in class org.springframework.beans.AbstractPropertyAccessor
 
setPropertyValues(PropertyValues) - Method in class org.springframework.beans.AbstractPropertyAccessor
 
setPropertyValues(PropertyValues, boolean) - Method in class org.springframework.beans.AbstractPropertyAccessor
 
setPropertyValues(PropertyValues, boolean, boolean) - Method in class org.springframework.beans.AbstractPropertyAccessor
 
setPropertyValues(MutablePropertyValues) - Method in class org.springframework.beans.factory.support.AbstractBeanDefinition
Specify property values for this bean, if any.
setPropertyValues(Map<?, ?>) - Method in interface org.springframework.beans.PropertyAccessor
Perform a batch update from a Map.
setPropertyValues(PropertyValues) - Method in interface org.springframework.beans.PropertyAccessor
The preferred way to perform a batch update.
setPropertyValues(PropertyValues, boolean) - Method in interface org.springframework.beans.PropertyAccessor
Perform a batch update with more control over behavior.
setPropertyValues(PropertyValues, boolean, boolean) - Method in interface org.springframework.beans.PropertyAccessor
Perform a batch update with full control over behavior.
setProtocol(String) - Method in class org.springframework.mail.javamail.JavaMailSenderImpl
Set the mail protocol.
setProtocol(String) - Method in class org.springframework.mock.web.MockHttpServletRequest
 
setProviderClass(Class) - Method in class org.springframework.validation.beanvalidation.LocalValidatorFactoryBean
Specify the desired provider class, if any.
setProxy(Proxy) - Method in class org.springframework.http.client.SimpleClientHttpRequestFactory
Set the Proxy to use for this request factory.
setProxyClassLoader(ClassLoader) - Method in class org.springframework.aop.framework.AbstractSingletonProxyFactoryBean
Set the ClassLoader to generate the proxy class in.
setProxyClassLoader(ClassLoader) - Method in class org.springframework.aop.framework.autoproxy.AbstractAutoProxyCreator
Set the ClassLoader to generate the proxy class in.
setProxyClassLoader(ClassLoader) - Method in class org.springframework.aop.framework.ProxyFactoryBean
Set the ClassLoader to generate the proxy class in.
setProxyFactory(BurlapProxyFactory) - Method in class org.springframework.remoting.caucho.BurlapClientInterceptor
Set the BurlapProxyFactory instance to use.
setProxyFactory(HessianProxyFactory) - Method in class org.springframework.remoting.caucho.HessianClientInterceptor
Set the HessianProxyFactory instance to use.
setProxyInterface(Class) - Method in class org.springframework.jmx.access.MBeanProxyFactoryBean
Set the interface that the generated proxy will implement.
setProxyInterface(Class) - Method in class org.springframework.jndi.JndiObjectFactoryBean
Specify the proxy interface to use for the JNDI object.
setProxyInterfaces(Class<?>[]) - Method in class org.springframework.aop.framework.AbstractSingletonProxyFactoryBean
Specify the set of interfaces being proxied.
setProxyInterfaces(Class[]) - Method in class org.springframework.aop.framework.ProxyFactoryBean
Set the names of the interfaces we're proxying.
setProxyInterfaces(Class[]) - Method in class org.springframework.jndi.JndiObjectFactoryBean
Specify multiple proxy interfaces to use for the JNDI object.
setProxyTargetClass(boolean) - Method in class org.springframework.aop.framework.ProxyConfig
Set whether to proxy the target class directly, instead of just proxying specific interfaces.
setPublicScope(boolean) - Method in class org.springframework.mock.web.portlet.MockCacheControl
 
setPublishContext(boolean) - Method in class org.springframework.web.portlet.FrameworkPortlet
Set whether to publish this portlet's context as a PortletContext attribute, available to all objects in the web container.
setPublishContext(boolean) - Method in class org.springframework.web.servlet.FrameworkServlet
Set whether to publish this servlet's context as a ServletContext attribute, available to all objects in the web container.
setPublishEvents(boolean) - Method in class org.springframework.web.portlet.FrameworkPortlet
Set whether this portlet should publish a PortletRequestHandledEvent at the end of each request.
setPublishEvents(boolean) - Method in class org.springframework.web.servlet.FrameworkServlet
Set whether this servlet should publish a ServletRequestHandledEvent at the end of each request.
setPubSubDomain(boolean) - Method in class org.springframework.jms.connection.JmsTransactionManager102
Deprecated.
Configure the transaction manager with knowledge of the JMS domain used.
setPubSubDomain(boolean) - Method in class org.springframework.jms.connection.SingleConnectionFactory102
Deprecated.
Configure the factory with knowledge of the JMS domain used.
setPubSubDomain(boolean) - Method in class org.springframework.jms.listener.endpoint.JmsActivationSpecConfig
 
setPubSubDomain(boolean) - Method in class org.springframework.jms.support.destination.JmsDestinationAccessor
Configure the destination accessor with knowledge of the JMS domain used.
setPubSubNoLocal(boolean) - Method in class org.springframework.jms.core.JmsTemplate
Set whether to inhibit the delivery of messages published by its own connection.
setPubSubNoLocal(boolean) - Method in class org.springframework.jms.listener.AbstractPollingMessageListenerContainer
Set whether to inhibit the delivery of messages published by its own connection.
setPubSubNoLocal(boolean) - Method in class org.springframework.jms.listener.SimpleMessageListenerContainer
Set whether to inhibit the delivery of messages published by its own connection.
setQualifier(String) - Method in class org.springframework.transaction.interceptor.DefaultTransactionAttribute
Associate a qualifier value with this transaction attribute.
setQuartzProperties(Properties) - Method in class org.springframework.scheduling.quartz.SchedulerFactoryBean
Set Quartz properties, like "org.quartz.threadPool.class".
setQueryCacheRegion(String) - Method in class org.springframework.orm.hibernate3.HibernateTemplate
Set the name of the cache region for queries executed by this template.
setQueryString(String) - Method in class org.springframework.mock.web.MockHttpServletRequest
 
setQueryTimeout(int) - Method in class org.springframework.jdbc.core.JdbcTemplate
Set the query timeout for statements that this JdbcTemplate executes.
setQueryTimeout(int) - Method in class org.springframework.jdbc.object.RdbmsOperation
Set the query timeout for statements that this RDBMS operation executes.
setQueue(Queue) - Method in class org.springframework.jms.remoting.JmsInvokerClientInterceptor
Set the target Queue to send invoker requests to.
setQueueCapacity(int) - Method in class org.springframework.scheduling.backportconcurrent.ThreadPoolTaskExecutor
Deprecated.
Set the capacity for the ThreadPoolExecutor's BlockingQueue.
setQueueCapacity(int) - Method in class org.springframework.scheduling.concurrent.ThreadPoolExecutorFactoryBean
Set the capacity for the ThreadPoolExecutor's BlockingQueue.
setQueueCapacity(int) - Method in class org.springframework.scheduling.concurrent.ThreadPoolTaskExecutor
Set the capacity for the ThreadPoolExecutor's BlockingQueue.
setQueueCapacity(int) - Method in class org.springframework.scheduling.config.TaskExecutorFactoryBean
 
setQueueName(String) - Method in class org.springframework.jms.remoting.JmsInvokerClientInterceptor
Set the name of target queue to send invoker requests to.
setRaiseExceptions(boolean) - Method in class org.springframework.aop.aspectj.AspectJAdviceParameterNameDiscoverer
Indicate whether IllegalArgumentException and AspectJAdviceParameterNameDiscoverer.AmbiguousBindingException must be thrown as appropriate in the case of failing to deduce advice parameter names.
setReadMethod(Method) - Method in class org.springframework.beans.SimpleIndexedPropertyDescriptor
 
setReadMethod(Method) - Method in class org.springframework.beans.SimpleNonIndexedPropertyDescriptor
 
setReadOnly(String, boolean) - Method in class org.springframework.mock.web.portlet.MockPortletPreferences
 
setReadOnly(boolean) - Method in class org.springframework.transaction.support.DefaultTransactionDefinition
Set whether to optimize as read-only transaction.
setReadonly(String) - Method in class org.springframework.web.servlet.tags.form.AbstractHtmlInputElementTag
Sets the value of the 'readonly' attribute.
setReadOnlyMethod - Variable in class org.springframework.jdbc.datasource.WebSphereDataSourceAdapter
 
setReadTimeout(int) - Method in class org.springframework.http.client.CommonsClientHttpRequestFactory
Deprecated.
Set the socket read timeout for the underlying HttpClient.
setReadTimeout(int) - Method in class org.springframework.http.client.HttpComponentsClientHttpRequestFactory
Set the socket read timeout for the underlying HttpClient.
setReadTimeout(int) - Method in class org.springframework.http.client.SimpleClientHttpRequestFactory
Set the underlying URLConnection's read timeout (in milliseconds).
setReadTimeout(long) - Method in class org.springframework.remoting.caucho.HessianClientInterceptor
Set the timeout to use when waiting for a reply from the Hessian service.
setReadTimeout(int) - Method in class org.springframework.remoting.httpinvoker.CommonsHttpInvokerRequestExecutor
Set the socket read timeout for the underlying HttpClient.
setReadTimeout(int) - Method in class org.springframework.remoting.httpinvoker.HttpComponentsHttpInvokerRequestExecutor
Set the socket read timeout for the underlying HttpClient.
setReadTimeout(int) - Method in class org.springframework.remoting.httpinvoker.SimpleHttpInvokerRequestExecutor
Set the underlying URLConnection's read timeout (in milliseconds).
setReceiveTimeout(long) - Method in class org.springframework.jms.core.JmsTemplate
Set the timeout to use for receive calls (in milliseconds).
setReceiveTimeout(long) - Method in class org.springframework.jms.listener.AbstractPollingMessageListenerContainer
Set the timeout to use for receive calls, in milliseconds.
setReceiveTimeout(long) - Method in class org.springframework.jms.remoting.JmsInvokerClientInterceptor
Set the timeout to use for receiving the response message for a request (in milliseconds).
setReconnectOnException(boolean) - Method in class org.springframework.jms.connection.SingleConnectionFactory
Specify whether the single Connection should be reset (to be subsequently renewed) when a JMSException is reported by the underlying Connection.
setRecordName(String) - Method in class org.springframework.jca.cci.core.support.CommAreaRecord
 
setRecordShortDescription(String) - Method in class org.springframework.jca.cci.core.support.CommAreaRecord
 
setRecoveryInterval(long) - Method in class org.springframework.jms.listener.DefaultMessageListenerContainer
Specify the interval between recovery attempts, in milliseconds.
setRedirectAction(boolean) - Method in class org.springframework.web.portlet.mvc.AbstractFormController
Deprecated.
Specify whether the action phase is expected to call ActionResponse#sendRedirect.
setRedirectContextRelative(boolean) - Method in class org.springframework.web.servlet.view.UrlBasedViewResolver
Set whether to interpret a given redirect URL that starts with a slash ("/") as relative to the current ServletContext, i.e.
setRedirectHttp10Compatible(boolean) - Method in class org.springframework.web.servlet.view.UrlBasedViewResolver
Set whether redirects should stay compatible with HTTP 1.0 clients.
setRedirectModel(ModelMap) - Method in class org.springframework.web.method.support.ModelAndViewContainer
Provide a separate model instance to use in a redirect scenario.
setRedirectModelScenario(boolean) - Method in class org.springframework.web.method.support.ModelAndViewContainer
Signal the conditions are in place for using a redirect model.
setReference(Reference) - Method in class org.springframework.jca.cci.connection.DelegatingConnectionFactory
 
setReferences(ConcurrentReferenceHashMap.Reference<K, V>[]) - Method in class org.springframework.util.ConcurrentReferenceHashMap.Segment
Replace the references with a new value, recalculating the resizeThreshold.
setRefreshCheckDelay(long) - Method in class org.springframework.aop.target.dynamic.AbstractRefreshableTargetSource
Set the delay between refresh checks, in milliseconds.
setRefreshHomeOnConnectFailure(boolean) - Method in class org.springframework.ejb.access.AbstractRemoteSlsbInvokerInterceptor
Set whether to refresh the EJB home on connect failure.
setRefreshOnConnectFailure(boolean) - Method in class org.springframework.jmx.access.MBeanClientInterceptor
Set whether to refresh the MBeanServer connection on connect failure.
setRefreshServiceAfterConnectFailure(boolean) - Method in class org.springframework.remoting.jaxrpc.JaxRpcPortClientInterceptor
Deprecated.
Set whether to refresh the JAX-RPC service on connect failure, that is, whenever a JAX-RPC invocation throws a RemoteException.
setRefreshStubOnConnectFailure(boolean) - Method in class org.springframework.remoting.rmi.JndiRmiClientInterceptor
Set whether to refresh the RMI stub on connect failure.
setRefreshStubOnConnectFailure(boolean) - Method in class org.springframework.remoting.rmi.RmiClientInterceptor
Set whether to refresh the RMI stub on connect failure.
setRefreshTimestamp(long) - Method in class org.springframework.context.support.ReloadableResourceBundleMessageSource.PropertiesHolder
 
setRegisterDefaultFormatters(boolean) - Method in class org.springframework.format.support.FormattingConversionServiceFactoryBean
Indicate whether default formatters should be registered or not.
setRegisterTraceInterceptor(boolean) - Method in class org.springframework.remoting.support.RemoteExporter
Set whether to register a RemoteInvocationTraceInterceptor for exported services.
setRegisterWithFactory(boolean) - Method in class org.springframework.jmx.support.MBeanServerFactoryBean
Set whether to register the MBeanServer with the MBeanServerFactory, making it available through MBeanServerFactory.findMBeanServer().
setRegistrationBehavior(int) - Method in class org.springframework.jmx.support.MBeanRegistrationSupport
setRegistrationBehaviorName(String) - Method in class org.springframework.jmx.support.MBeanRegistrationSupport
setRegistrationPolicy(RegistrationPolicy) - Method in class org.springframework.jmx.support.MBeanRegistrationSupport
The policy to use when attempting to register an MBean under an ObjectName that already exists.
setRegistry(Registry) - Method in class org.springframework.remoting.rmi.RmiServiceExporter
Specify the RMI registry to register the exported service with.
setRegistryClientSocketFactory(RMIClientSocketFactory) - Method in class org.springframework.remoting.rmi.RmiClientInterceptor
Set a custom RMI client socket factory to use for accessing the RMI registry.
setRegistryClientSocketFactory(RMIClientSocketFactory) - Method in class org.springframework.remoting.rmi.RmiServiceExporter
Set a custom RMI client socket factory to use for the RMI registry.
setRegistryHost(String) - Method in class org.springframework.remoting.rmi.RmiServiceExporter
Set the host of the registry for the exported RMI service, i.e.
setRegistryPort(int) - Method in class org.springframework.remoting.rmi.RmiServiceExporter
Set the port of the registry for the exported RMI service, i.e.
setRegistryServerSocketFactory(RMIServerSocketFactory) - Method in class org.springframework.remoting.rmi.RmiServiceExporter
Set a custom RMI server socket factory to use for the RMI registry.
setRejectedExecutionHandler(RejectedExecutionHandler) - Method in class org.springframework.scheduling.backportconcurrent.ThreadPoolTaskExecutor
Deprecated.
Set the RejectedExecutionHandler to use for the ThreadPoolExecutor.
setRejectedExecutionHandler(RejectedExecutionHandler) - Method in class org.springframework.scheduling.concurrent.ExecutorConfigurationSupport
Set the RejectedExecutionHandler to use for the ThreadPoolExecutor.
setRejectedExecutionHandler(Object) - Method in class org.springframework.scheduling.config.TaskExecutorFactoryBean
 
setReleaseResourcesAfterRead(boolean) - Method in class org.springframework.jdbc.support.lob.OracleLobHandler
Deprecated.
Set whether to aggressively release any resources used by the LOB.
setRemoteAddr(String) - Method in class org.springframework.mock.web.MockHttpServletRequest
 
setRemoteHost(String) - Method in class org.springframework.mock.web.MockHttpServletRequest
 
setRemoteInvocationExecutor(RemoteInvocationExecutor) - Method in class org.springframework.remoting.support.RemoteInvocationBasedExporter
Set the RemoteInvocationExecutor to use for this exporter.
setRemoteInvocationFactory(RemoteInvocationFactory) - Method in class org.springframework.jms.remoting.JmsInvokerClientInterceptor
Set the RemoteInvocationFactory to use for this accessor.
setRemoteInvocationFactory(RemoteInvocationFactory) - Method in class org.springframework.remoting.rmi.JndiRmiClientInterceptor
Set the RemoteInvocationFactory to use for this accessor.
setRemoteInvocationFactory(RemoteInvocationFactory) - Method in class org.springframework.remoting.support.RemoteInvocationBasedAccessor
Set the RemoteInvocationFactory to use for this accessor.
setRemotePort(int) - Method in class org.springframework.mock.web.MockHttpServletRequest
 
setRemoteUser(String) - Method in class org.springframework.mock.web.MockHttpServletRequest
 
setRemoteUser(String) - Method in class org.springframework.mock.web.portlet.MockPortletRequest
 
setRemoveSemicolonContent(boolean) - Method in class org.springframework.web.servlet.handler.AbstractHandlerMapping
Set if ";" (semicolon) content should be stripped from the request URI.
setRemoveSemicolonContent(boolean) - Method in class org.springframework.web.servlet.mvc.AbstractUrlViewController
Set if ";" (semicolon) content should be stripped from the request URI.
setRemoveSemicolonContent(boolean) - Method in class org.springframework.web.servlet.view.DefaultRequestToViewNameTranslator
Set if ";" (semicolon) content should be stripped from the request URI.
setRemoveSemicolonContent(boolean) - Method in class org.springframework.web.util.UrlPathHelper
Set if ";" (semicolon) content should be stripped from the request URI.
setRenderCommandAndErrors(ActionRequest, Object, BindException) - Method in class org.springframework.web.portlet.mvc.BaseCommandController
Deprecated.
Set the command object and errors object for the render phase.
setRenderedAttributes(Set<String>) - Method in class org.springframework.web.servlet.view.json.MappingJackson2JsonView
setRenderedAttributes(Set<String>) - Method in class org.springframework.web.servlet.view.json.MappingJacksonJsonView
setRenderer(Renderer) - Method in class org.springframework.web.servlet.view.tiles3.TilesView
Set the Renderer to use.
setRenderer(Renderer) - Method in class org.springframework.web.servlet.view.tiles3.TilesViewResolver
Set the Renderer to use.
setRenderParameter(String, String) - Method in class org.springframework.mock.web.portlet.MockActionResponse
 
setRenderParameter(String, String[]) - Method in class org.springframework.mock.web.portlet.MockActionResponse
 
setRenderParameter(String, String) - Method in class org.springframework.mock.web.portlet.MockStateAwareResponse
 
setRenderParameter(String, String[]) - Method in class org.springframework.mock.web.portlet.MockStateAwareResponse
 
setRenderParameters(Map<String, String[]>) - Method in class org.springframework.mock.web.portlet.MockActionResponse
 
setRenderParameters(EventRequest) - Method in class org.springframework.mock.web.portlet.MockEventResponse
 
setRenderParameters(Map<String, String[]>) - Method in class org.springframework.mock.web.portlet.MockStateAwareResponse
 
setRenderParameters(String[]) - Method in class org.springframework.web.portlet.mvc.AbstractFormController
Deprecated.
Specify the list of parameters that should be passed forward from the action phase to the render phase whenever the form is re-rendered or when AbstractFormController.passRenderParameters(ActionRequest, ActionResponse) is called.
setRenderWhenMinimized(boolean) - Method in class org.springframework.web.portlet.handler.AbstractHandlerExceptionResolver
Set if the resolver should render a view when the portlet is in a minimized window.
setRenderWhenMinimized(boolean) - Method in class org.springframework.web.portlet.mvc.AbstractController
Set if the controller should render an view when the portlet is in a minimized window.
setReobtainTransactionalConnections(boolean) - Method in class org.springframework.jdbc.datasource.TransactionAwareDataSourceProxy
Specify whether to reobtain the target Connection for each operation performed within a transaction.
setRepeatCount(int) - Method in class org.springframework.scheduling.quartz.SimpleTriggerFactoryBean
Specify the number of times this trigger is supposed to fire.
setRepeatInterval(long) - Method in class org.springframework.scheduling.quartz.SimpleTriggerFactoryBean
Specify the interval between execution times of this trigger.
setReplaceExistingBinding(boolean) - Method in class org.springframework.remoting.rmi.RmiServiceExporter
Set whether to replace an existing binding in the RMI registry, that is, whether to simply override an existing binding with the specified service in case of a naming conflict in the registry.
setReplyTo(String) - Method in class org.springframework.mail.javamail.MimeMailMessage
 
setReplyTo(InternetAddress) - Method in class org.springframework.mail.javamail.MimeMessageHelper
 
setReplyTo(String, String) - Method in class org.springframework.mail.javamail.MimeMessageHelper
 
setReplyTo(String) - Method in interface org.springframework.mail.MailMessage
 
setReplyTo(String) - Method in class org.springframework.mail.SimpleMailMessage
 
setReportDataKey(String) - Method in class org.springframework.web.servlet.view.jasperreports.AbstractJasperReportsView
Set the name of the model attribute that represents the report data.
setReportDataKey(String) - Method in class org.springframework.web.servlet.view.jasperreports.JasperReportsViewResolver
Set the reportDataKey the view class should use.
setRepositoryAnnotationType(Class<? extends Annotation>) - Method in class org.springframework.dao.annotation.PersistenceExceptionTranslationPostProcessor
Set the 'repository' annotation type.
setRequestAttributes(RequestAttributes) - Static method in class org.springframework.web.context.request.RequestContextHolder
Bind the given RequestAttributes to the current thread, not exposing it as inheritable for child threads.
setRequestAttributes(RequestAttributes, boolean) - Static method in class org.springframework.web.context.request.RequestContextHolder
Bind the given RequestAttributes to the current thread.
setRequestBody(HttpInvokerClientConfiguration, PostMethod, ByteArrayOutputStream) - Method in class org.springframework.remoting.httpinvoker.CommonsHttpInvokerRequestExecutor
Set the given serialized remote invocation as request body.
setRequestBody(HttpInvokerClientConfiguration, HttpPost, ByteArrayOutputStream) - Method in class org.springframework.remoting.httpinvoker.HttpComponentsHttpInvokerRequestExecutor
Set the given serialized remote invocation as request body.
setRequestContextAttribute(String) - Method in class org.springframework.web.servlet.view.AbstractView
Set the name of the RequestContext attribute for this view.
setRequestContextAttribute(String) - Method in class org.springframework.web.servlet.view.UrlBasedViewResolver
Set the name of the RequestContext attribute for all views.
setRequestedSessionId(String) - Method in class org.springframework.mock.web.MockHttpServletRequest
 
setRequestedSessionIdFromCookie(boolean) - Method in class org.springframework.mock.web.MockHttpServletRequest
 
setRequestedSessionIdFromURL(boolean) - Method in class org.springframework.mock.web.MockHttpServletRequest
 
setRequestedSessionIdValid(boolean) - Method in class org.springframework.mock.web.MockHttpServletRequest
 
setRequestedSessionIdValid(boolean) - Method in class org.springframework.mock.web.portlet.MockPortletRequest
 
setRequestFactory(ClientHttpRequestFactory) - Method in class org.springframework.http.client.support.HttpAccessor
Set the request factory that this accessor uses for obtaining HttpRequests.
setRequestHandled(boolean) - Method in class org.springframework.web.method.support.ModelAndViewContainer
Signal a scenario where the request is handled directly.
setRequestURI(String) - Method in class org.springframework.mock.web.MockHttpServletRequest
 
setRequiredAnnotationType(Class<? extends Annotation>) - Method in class org.springframework.beans.factory.annotation.RequiredAnnotationBeanPostProcessor
Set the 'required' annotation type, to be used on bean property setter methods.
setRequiredFields(String...) - Method in class org.springframework.validation.DataBinder
Register fields that are required for each binding process.
setRequiredParameterName(String) - Method in class org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor
Set the name of a parameter of the annotation that specifies whether it is required.
setRequiredParameterValue(boolean) - Method in class org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor
Set the boolean value that marks a dependency as required
setRequiredProperties(String...) - Method in class org.springframework.core.env.AbstractEnvironment
 
setRequiredProperties(String...) - Method in class org.springframework.core.env.AbstractPropertyResolver
 
setRequiredProperties(String...) - Method in interface org.springframework.core.env.ConfigurablePropertyResolver
Specify which properties must be present, to be verified by ConfigurablePropertyResolver.validateRequiredProperties().
setRequiredRowsAffected(int) - Method in class org.springframework.jdbc.object.SqlUpdate
Set the exact number of rows that must be affected by this update.
setRequiredType(Class<T>) - Method in class org.springframework.jdbc.core.SingleColumnRowMapper
Set the type that each result object is expected to match.
setRequireSession(boolean) - Method in class org.springframework.web.portlet.handler.PortletContentGenerator
Set whether a session should be required to handle requests.
setRequireSession(boolean) - Method in class org.springframework.web.servlet.support.WebContentGenerator
Set whether a session should be required to handle requests.
setResolvedException(Exception) - Method in class org.springframework.test.web.servlet.DefaultMvcResult
 
setResolveLazily(boolean) - Method in class org.springframework.web.multipart.commons.CommonsMultipartResolver
Set whether to resolve the multipart request lazily at the time of file or parameter access.
setResolveLazily(boolean) - Method in class org.springframework.web.portlet.multipart.CommonsPortletMultipartResolver
Set whether to resolve the multipart request lazily at the time of file or parameter access.
setResource(Resource) - Method in class org.springframework.beans.factory.support.AbstractBeanDefinition
Set the resource that this bean definition came from (for the purpose of showing context in case of errors).
setResourceAdapter(ResourceAdapter) - Method in class org.springframework.jca.endpoint.GenericMessageEndpointManager
Set the JCA ResourceAdapter to manage endpoints for.
setResourceAdapter(ResourceAdapter) - Method in class org.springframework.jca.support.ResourceAdapterFactoryBean
Specify the target JCA ResourceAdapter, passed in as configured instance which hasn't been started yet.
setResourceAdapterClass(Class) - Method in class org.springframework.jca.support.ResourceAdapterFactoryBean
Specify the target JCA ResourceAdapter as class, to be instantiated with its default configuration.
setResourceBundle(Locale, ResourceBundle) - Method in class org.springframework.mock.web.portlet.MockPortletConfig
 
setResourceDescription(String) - Method in class org.springframework.beans.factory.support.AbstractBeanDefinition
Set a description of the resource that this bean definition came from (for the purpose of showing context in case of errors).
setResourceDescription(String) - Method in class org.springframework.beans.factory.support.BeanDefinitionBuilder
Deprecated.
since Spring 2.5, in favor of preparing this on the raw BeanDefinition object
setResourceFactory(BeanFactory) - Method in class org.springframework.context.annotation.CommonAnnotationBeanPostProcessor
Specify the factory for objects to be injected into @Resource / @WebServiceRef / @EJB annotated fields and setter methods, for name attributes and default names.
setResourceHolder(JmsResourceHolder) - Method in class org.springframework.jms.connection.JmsTransactionManager.JmsTransactionObject
 
setResourceID(String) - Method in class org.springframework.mock.web.portlet.MockResourceRequest
 
setResourceID(String) - Method in class org.springframework.mock.web.portlet.MockResourceURL
 
setResourceLoader(ResourceLoader) - Method in class org.springframework.beans.factory.support.AbstractBeanDefinitionReader
Set the ResourceLoader to use for resource locations.
setResourceLoader(ResourceLoader) - Method in class org.springframework.context.annotation.ClassPathScanningCandidateComponentProvider
Set the ResourceLoader to use for resource locations.
setResourceLoader(ResourceLoader) - Method in class org.springframework.context.annotation.ConfigurationClassPostProcessor
 
setResourceLoader(ResourceLoader) - Method in interface org.springframework.context.ResourceLoaderAware
Set the ResourceLoader that this object runs in.
setResourceLoader(ResourceLoader) - Method in class org.springframework.context.support.GenericApplicationContext
Set a ResourceLoader to use for this context.
setResourceLoader(ResourceLoader) - Method in class org.springframework.context.support.ReloadableResourceBundleMessageSource
Set the ResourceLoader to use for loading bundle properties files.
setResourceLoader(ResourceLoader) - Method in class org.springframework.jdbc.config.SortedResourcesFactoryBean
 
setResourceLoader(ResourceLoader) - Method in class org.springframework.orm.hibernate3.annotation.AnnotationSessionFactoryBean
 
setResourceLoader(ResourceLoader) - Method in class org.springframework.orm.hibernate4.LocalSessionFactoryBean
 
setResourceLoader(ResourceLoader) - Method in class org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean
 
setResourceLoader(ResourceLoader) - Method in class org.springframework.orm.jpa.persistenceunit.DefaultPersistenceUnitManager
 
setResourceLoader(ResourceLoader) - Method in class org.springframework.oxm.jaxb.ClassPathJaxb2TypeScanner
 
setResourceLoader(ResourceLoader) - Method in class org.springframework.oxm.jaxb.Jaxb2Marshaller
 
setResourceLoader(ResourceLoader) - Method in class org.springframework.scheduling.quartz.SchedulerAccessor
 
setResourceLoader(ResourceLoader) - Method in class org.springframework.scripting.support.ScriptFactoryPostProcessor
 
setResourceLoader(ResourceLoader) - Method in class org.springframework.ui.freemarker.FreeMarkerConfigurationFactory
Set the Spring ResourceLoader to use for loading FreeMarker template files.
setResourceLoader(ResourceLoader) - Method in class org.springframework.ui.velocity.VelocityEngineFactory
Set the Spring ResourceLoader to use for loading Velocity template files.
setResourceLoaderPath(String) - Method in class org.springframework.ui.velocity.VelocityEngineFactory
Set the Velocity resource loader path via a Spring resource location.
setResourcePattern(String) - Method in class org.springframework.context.annotation.ClassPathScanningCandidateComponentProvider
Set the resource pattern to use when scanning the classpath.
setResourceRef(boolean) - Method in class org.springframework.jndi.JndiLocatorSupport
Set whether the lookup occurs in a J2EE container, i.e.
setResourceRef(boolean) - Method in class org.springframework.orm.jpa.support.PersistenceAnnotationBeanPostProcessor
Set whether the lookup occurs in a J2EE container, i.e.
setResponse(ClientHttpResponse) - Method in class org.springframework.mock.http.client.MockClientHttpRequest
 
setResponseContentType(HttpServletRequest, HttpServletResponse) - Method in class org.springframework.web.servlet.view.AbstractView
Set the content type of the response to the configured content type unless the View.SELECTED_CONTENT_TYPE request attribute is present and set to a concrete media type.
setResponseStatus(ServletWebRequest) - Method in class org.springframework.web.servlet.mvc.method.annotation.ServletInvocableHandlerMethod
Set the response status according to the ResponseStatus annotation.
setRestTemplate(RestTemplate) - Method in class org.springframework.web.client.support.RestGatewaySupport
Sets the RestTemplate for the gateway.
setResult(T) - Method in class org.springframework.web.context.request.async.DeferredResult
Set the value for the DeferredResult and handle it.
setResultHandler(DeferredResult.DeferredResultHandler) - Method in class org.springframework.web.context.request.async.DeferredResult
Provide a handler to use to handle the result value.
setResultInternal(Object) - Method in class org.springframework.web.context.request.async.DeferredResult
 
setResultMethod - Static variable in class org.springframework.scheduling.quartz.MethodInvokingJobDetailFactoryBean
 
setResultSetType(int) - Method in class org.springframework.jdbc.core.CallableStatementCreatorFactory
Set whether to use prepared statements that return a specific type of ResultSet.
setResultSetType(int) - Method in class org.springframework.jdbc.core.PreparedStatementCreatorFactory
Set whether to use prepared statements that return a specific type of ResultSet.
setResultSetType(int) - Method in class org.springframework.jdbc.object.RdbmsOperation
Set whether to use statements that return a specific type of ResultSet.
setResultSetType(Class<? extends ResultSet>) - Method in class org.springframework.jdbc.support.nativejdbc.Jdbc4NativeJdbcExtractor
Set the vendor's ResultSet type, e.g.
setResultsMapCaseInsensitive(boolean) - Method in class org.springframework.jdbc.core.JdbcTemplate
Set whether execution of a CallableStatement will return the results in a Map that uses case insensitive names for the parameters.
setResultType(Class) - Method in class org.springframework.beans.factory.config.PropertyPathFactoryBean
Specify the type of the result from evaluating the property path.
setResultType(Class<T>) - Method in class org.springframework.jdbc.object.SqlFunction
Specify the type that the result object is required to match.
setReturnGeneratedKeys(boolean) - Method in class org.springframework.jdbc.core.PreparedStatementCreatorFactory
Set whether prepared statements should be capable of returning auto-generated keys.
setReturnGeneratedKeys(boolean) - Method in class org.springframework.jdbc.object.RdbmsOperation
Set whether prepared statements should be capable of returning auto-generated keys.
setReturningName(String) - Method in class org.springframework.aop.aspectj.AbstractAspectJAdvice
 
setReturningName(String) - Method in class org.springframework.aop.aspectj.AspectJAdviceParameterNameDiscoverer
If afterReturning advice binds the return value, the returning variable name must be specified.
setReturningName(String) - Method in class org.springframework.aop.aspectj.AspectJAfterReturningAdvice
 
setReturningNameNoCheck(String) - Method in class org.springframework.aop.aspectj.AbstractAspectJAdvice
We need to hold the returning name at this level for argument binding calculations, this method allows the afterReturning advice subclass to set the name.
setReturnValueHandlers(List<HandlerMethodReturnValueHandler>) - Method in class org.springframework.web.servlet.mvc.method.annotation.ExceptionHandlerExceptionResolver
Configure the complete list of supported return value types thus overriding handlers that would otherwise be configured by default.
setReturnValueHandlers(List<HandlerMethodReturnValueHandler>) - Method in class org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter
Configure the complete list of supported return value types thus overriding handlers that would otherwise be configured by default.
setReturnValueRequired(boolean) - Method in class org.springframework.jdbc.core.metadata.CallMetaDataContext
Specify whether a return value is required.
setReturnValueRequired(boolean) - Method in class org.springframework.jdbc.core.simple.AbstractJdbcCall
Specify whether the call requires a rerurn value.
setReuseObjects(boolean) - Method in class org.springframework.oxm.castor.CastorMarshaller
Set whether this unmarshaller should re-use objects.
setRole(int) - Method in class org.springframework.beans.factory.support.AbstractBeanDefinition
Set the role hint for this BeanDefinition.
setRole(int) - Method in class org.springframework.beans.factory.support.BeanDefinitionBuilder
Set the role of this definition.
setRollbackOnCommitFailure(boolean) - Method in class org.springframework.transaction.support.AbstractPlatformTransactionManager
Set whether doRollback should be performed on failure of the doCommit call.
setRollbackOnly() - Method in class org.springframework.jca.endpoint.AbstractMessageEndpointFactory.TransactionDelegate
 
setRollbackOnly() - Method in class org.springframework.jdbc.datasource.DataSourceTransactionManager.DataSourceTransactionObject
 
setRollbackOnly() - Method in class org.springframework.orm.hibernate3.HibernateTransactionManager.HibernateTransactionObject
 
setRollbackOnly() - Method in class org.springframework.orm.hibernate4.HibernateTransactionManager.HibernateTransactionObject
 
setRollbackOnly() - Method in class org.springframework.orm.jdo.JdoTransactionManager.JdoTransactionObject
 
setRollbackOnly() - Method in class org.springframework.orm.jpa.JpaTransactionManager.JpaTransactionObject
 
setRollbackOnly() - Method in class org.springframework.transaction.jta.ManagedTransactionAdapter
 
setRollbackOnly() - Method in class org.springframework.transaction.jta.UserTransactionAdapter
 
setRollbackOnly() - Method in class org.springframework.transaction.support.AbstractTransactionStatus
 
setRollbackOnly() - Method in class org.springframework.transaction.support.ResourceHolderSupport
Mark the resource transaction as rollback-only.
setRollbackOnly() - Method in interface org.springframework.transaction.TransactionStatus
Set the transaction rollback-only.
setRollbackOnlyIfPossible() - Method in class org.springframework.transaction.jta.SpringJtaSynchronizationAdapter
Set the underlying JTA transaction to rollback-only.
setRollbackRules(List<RollbackRuleAttribute>) - Method in class org.springframework.transaction.interceptor.RuleBasedTransactionAttribute
Set the list of RollbackRuleAttribute objects (and/or NoRollbackRuleAttribute objects) to apply.
setRoot(String) - Method in class org.springframework.web.servlet.view.xslt.AbstractXsltView
Deprecated.
The document root element name.
setRootElement(String) - Method in class org.springframework.oxm.castor.CastorMarshaller
Set the name of the root element.
setRootHandler(Object) - Method in class org.springframework.web.servlet.handler.AbstractUrlHandlerMapping
Set the root handler for this handler mapping, that is, the handler to be registered for the root path ("/").
setRootObject(Object, TypeDescriptor) - Method in class org.springframework.expression.spel.support.StandardEvaluationContext
 
setRootObject(Object) - Method in class org.springframework.expression.spel.support.StandardEvaluationContext
 
setRootObject(Object) - Method in class org.springframework.oxm.castor.CastorMarshaller
Set the expected root object for the unmarshaller, into which the source will be unmarshalled.
setRoundingMode(RoundingMode) - Method in class org.springframework.format.number.CurrencyFormatter
Specify the rounding mode to use for decimal parsing.
setRowMapperClass(Class) - Method in class org.springframework.jdbc.object.GenericSqlQuery
 
setRows(String) - Method in class org.springframework.web.servlet.tags.form.TextareaTag
Set the value of the 'rows' attribute.
setRowsExpected(int) - Method in class org.springframework.jdbc.object.SqlQuery
Set the number of rows expected.
setRunnable(Runnable) - Method in class org.springframework.scheduling.commonj.ScheduledTimerListener
Set the Runnable to schedule as TimerListener.
setRunnable(Runnable) - Method in class org.springframework.scheduling.concurrent.ScheduledExecutorTask
Set the Runnable to schedule as executor task.
setRunnable(Runnable) - Method in class org.springframework.scheduling.timer.ScheduledTimerTask
Deprecated.
Set the Runnable to schedule as TimerTask.
setSampledStatisticsEnabled(boolean) - Method in class org.springframework.cache.ehcache.EhCacheFactoryBean
Set whether to enable EhCache's sampled statistics on this cache.
setSavepoint(Object) - Method in class org.springframework.transaction.support.AbstractTransactionStatus
Set a savepoint for this transaction.
setSavepointAllowed(boolean) - Method in class org.springframework.jdbc.datasource.JdbcTransactionObjectSupport
 
setSavepointManager(SavepointManager) - Method in class org.springframework.orm.jpa.EntityManagerHolder
 
setScheduledExecutor(ScheduledExecutorService) - Method in class org.springframework.scheduling.concurrent.ConcurrentTaskScheduler
Specify the JDK 1.5 scheduled executor to delegate to.
setScheduledExecutorTasks(ScheduledExecutorTask[]) - Method in class org.springframework.scheduling.concurrent.ScheduledExecutorFactoryBean
Register a list of ScheduledExecutorTask objects with the ScheduledExecutorService that this FactoryBean creates.
setScheduledTimerListeners(ScheduledTimerListener[]) - Method in class org.springframework.scheduling.commonj.TimerManagerFactoryBean
Register a list of ScheduledTimerListener objects with the TimerManager that this FactoryBean creates.
setScheduledTimerTasks(ScheduledTimerTask[]) - Method in class org.springframework.scheduling.timer.TimerFactoryBean
Deprecated.
Register a list of ScheduledTimerTask objects with the Timer that this FactoryBean creates.
setScheduler(Object) - Method in class org.springframework.scheduling.annotation.ScheduledAnnotationBeanPostProcessor
Set the TaskScheduler that will invoke the scheduled methods, or a ScheduledExecutorService to be wrapped as a TaskScheduler.
setScheduler(Object) - Method in class org.springframework.scheduling.config.ScheduledTaskRegistrar
Set the TaskScheduler to register scheduled tasks with, or a ScheduledExecutorService to be wrapped as a TaskScheduler.
setScheduler(Scheduler) - Method in class org.springframework.scheduling.quartz.SchedulerAccessorBean
Specify the Quartz Scheduler instance to operate on.
setSchedulerContext(SchedulerContext) - Method in interface org.springframework.scheduling.quartz.SchedulerContextAware
Set the SchedulerContext of the current Quartz Scheduler.
setSchedulerContext(SchedulerContext) - Method in class org.springframework.scheduling.quartz.SpringBeanJobFactory
 
setSchedulerContextAsMap(Map) - Method in class org.springframework.scheduling.quartz.SchedulerFactoryBean
Register objects in the Scheduler context via a given Map.
setSchedulerFactoryClass(Class) - Method in class org.springframework.scheduling.quartz.SchedulerFactoryBean
Set the Quartz SchedulerFactory implementation to use.
setSchedulerListeners(SchedulerListener[]) - Method in class org.springframework.scheduling.quartz.SchedulerAccessor
Specify Quartz SchedulerListeners to be registered with the Scheduler.
setSchedulerName(String) - Method in class org.springframework.scheduling.quartz.SchedulerAccessorBean
Specify the Quartz Scheduler to operate on via its scheduler name in the Spring application context or also in the Quartz org.quartz.impl.SchedulerRepository.
setSchedulerName(String) - Method in class org.springframework.scheduling.quartz.SchedulerFactoryBean
Set the name of the Scheduler to create via the SchedulerFactory.
setSchema(Resource) - Method in class org.springframework.oxm.jaxb.Jaxb2Marshaller
Set the schema resource to use for validation.
setSchemaLanguage(String) - Method in class org.springframework.oxm.jaxb.Jaxb2Marshaller
Set the schema language.
setSchemaLocation(String) - Method in class org.springframework.oxm.castor.CastorMarshaller
Set the value of xsi:schemaLocation attribute.
setSchemaName(String) - Method in class org.springframework.jdbc.core.metadata.CallMetaDataContext
Secify the name of the schema.
setSchemaName(String) - Method in class org.springframework.jdbc.core.metadata.GenericTableMetaDataProvider.TableMetaData
 
setSchemaName(String) - Method in class org.springframework.jdbc.core.metadata.TableMetaDataContext
Set the name of the schema for this context.
setSchemaName(String) - Method in class org.springframework.jdbc.core.simple.AbstractJdbcCall
Set the schema name to use,
setSchemaName(String) - Method in class org.springframework.jdbc.core.simple.AbstractJdbcInsert
Set the name of the schema for this insert
setSchemaResourceResolver(LSResourceResolver) - Method in class org.springframework.oxm.jaxb.Jaxb2Marshaller
Set the resource resolver, as used to load the schema resources.
setSchemas(Resource[]) - Method in class org.springframework.oxm.jaxb.Jaxb2Marshaller
Set the schema resources to use for validation.
setSchemaUpdate(boolean) - Method in class org.springframework.orm.hibernate3.LocalSessionFactoryBean
Set whether to execute a schema update after SessionFactory initialization.
setScheme(String) - Method in class org.springframework.mock.web.MockHttpServletRequest
 
setScheme(String) - Method in class org.springframework.mock.web.portlet.MockPortletRequest
 
setScope(String) - Method in interface org.springframework.beans.factory.config.BeanDefinition
Override the target scope of this bean, specifying a new scope name.
setScope(String) - Method in class org.springframework.beans.factory.support.AbstractBeanDefinition
Set the name of the target scope for the bean.
setScope(String) - Method in class org.springframework.beans.factory.support.BeanDefinitionBuilder
Set the scope of this definition.
setScope(String) - Method in class org.springframework.web.servlet.tags.EvalTag
Set the scope to export the evaluation result to.
setScope(String) - Method in class org.springframework.web.servlet.tags.MessageTag
Set the scope to export the variable to.
setScope(String) - Method in class org.springframework.web.servlet.tags.TransformTag
Set the scope to export the variable to.
setScope(String) - Method in class org.springframework.web.servlet.tags.UrlTag
Set the scope to export the URL variable to.
setScopeAnnotationType(Class<? extends Annotation>) - Method in class org.springframework.context.annotation.AnnotationScopeMetadataResolver
Set the type of annotation that is checked for by this AnnotationScopeMetadataResolver.
setScopedProxyMode(ScopedProxyMode) - Method in class org.springframework.context.annotation.ClassPathBeanDefinitionScanner
Specify the proxy behavior for non-singleton scoped beans.
setScopedProxyMode(ScopedProxyMode) - Method in class org.springframework.context.annotation.ScopeMetadata
Set the proxy-mode to be applied to the scoped instance.
setScopeMetadataResolver(ScopeMetadataResolver) - Method in class org.springframework.context.annotation.AnnotatedBeanDefinitionReader
Set the ScopeMetadataResolver to use for detected bean classes.
setScopeMetadataResolver(ScopeMetadataResolver) - Method in class org.springframework.context.annotation.AnnotationConfigApplicationContext
Set the ScopeMetadataResolver to use for detected bean classes.
setScopeMetadataResolver(ScopeMetadataResolver) - Method in class org.springframework.context.annotation.ClassPathBeanDefinitionScanner
Set the ScopeMetadataResolver to use for detected bean classes.
setScopeMetadataResolver(ScopeMetadataResolver) - Method in class org.springframework.web.context.support.AnnotationConfigWebApplicationContext
Set the ScopeMetadataResolver to use for detected bean classes.
setScopeName(String) - Method in class org.springframework.context.annotation.ScopeMetadata
Set the name of the scope.
setScopes(Map<String, Object>) - Method in class org.springframework.beans.factory.config.CustomScopeConfigurer
Specify the custom scopes that are to be registered.
setScreenContentKey(String) - Method in class org.springframework.web.servlet.view.velocity.VelocityLayoutView
Set the name of the context key that will hold the content of the screen within the layout template.
setScreenContentKey(String) - Method in class org.springframework.web.servlet.view.velocity.VelocityLayoutViewResolver
Set the name of the context key that will hold the content of the screen within the layout template.
setScript(String) - Method in class org.springframework.scripting.support.StaticScriptSource
Set a fresh script String, overriding the previous script.
setScripts(Resource[]) - Method in class org.springframework.jdbc.datasource.init.ResourceDatabasePopulator
Set the scripts to execute to populate the database.
setSearchContextAttributes(boolean) - Method in class org.springframework.web.context.support.ServletContextPropertyPlaceholderConfigurer
Deprecated.
Set whether to search for matching a ServletContext attribute before checking a ServletContext init parameter.
setSearchSystemEnvironment(boolean) - Method in class org.springframework.beans.factory.config.PropertyPlaceholderConfigurer
Set whether to search for a matching system environment variable if no matching system property has been found.
setSecure(boolean) - Method in class org.springframework.mock.web.MockHttpServletRequest
 
setSecure(boolean) - Method in class org.springframework.mock.web.portlet.MockBaseURL
 
setSecure(boolean) - Method in class org.springframework.mock.web.portlet.MockPortletRequest
 
setSecurityContext(AccessControlContext) - Method in class org.springframework.beans.BeanWrapperImpl
Set the security context used during the invocation of the wrapped instance methods.
setSecurityContextProvider(SecurityContextProvider) - Method in class org.springframework.beans.factory.support.AbstractBeanFactory
Set the security context provider for this bean factory.
setSendCollectionType(boolean) - Method in class org.springframework.remoting.caucho.HessianClientInterceptor
Set whether to send the Java collection type for each serialized collection.
setSendCollectionType(boolean) - Method in class org.springframework.remoting.caucho.HessianExporter
Set whether to send the Java collection type for each serialized collection.
setSentDate(Date) - Method in class org.springframework.mail.javamail.MimeMailMessage
 
setSentDate(Date) - Method in class org.springframework.mail.javamail.MimeMessageHelper
Set the sent-date of the message.
setSentDate(Date) - Method in interface org.springframework.mail.MailMessage
 
setSentDate(Date) - Method in class org.springframework.mail.SimpleMailMessage
 
setSeparator(String) - Method in class org.springframework.core.io.support.LocalizedResourceHelper
Set the separator to use inbetween file name parts.
setSeparator(String) - Method in class org.springframework.jdbc.datasource.init.ResourceDatabasePopulator
Specify the statement separator, if a custom one.
setSeparator(String) - Method in class org.springframework.web.servlet.view.DefaultRequestToViewNameTranslator
Set the value that will replace '/' as the separator in the view name.
setSerializationId(String) - Method in class org.springframework.beans.factory.support.DefaultListableBeanFactory
Specify an id for serialization purposes, allowing this BeanFactory to be deserialized from this id back into the BeanFactory object, if needed.
setSerializerFactory(SerializerFactory) - Method in class org.springframework.remoting.caucho.HessianClientInterceptor
Specify the Hessian SerializerFactory to use.
setSerializerFactory(SerializerFactory) - Method in class org.springframework.remoting.caucho.HessianExporter
Specify the Hessian SerializerFactory to use.
setSerializers(<any>...) - Method in class org.springframework.http.converter.json.Jackson2ObjectMapperFactoryBean
Configure custom serializers.
setSerializersByType(Map<Class<?>, <any>>) - Method in class org.springframework.http.converter.json.Jackson2ObjectMapperFactoryBean
Configure custom serializers for the given types.
setServer(MBeanServerConnection) - Method in class org.springframework.jmx.access.MBeanClientInterceptor
Set the MBeanServerConnection used to connect to the MBean which all invocations are routed to.
setServer(MBeanServerConnection) - Method in class org.springframework.jmx.access.NotificationListenerRegistrar
Set the MBeanServerConnection used to connect to the MBean which all invocations are routed to.
setServer(MBeanServer) - Method in class org.springframework.jmx.support.MBeanRegistrationSupport
Specify the MBeanServer instance with which all beans should be registered.
setServer(HttpServer) - Method in class org.springframework.remoting.jaxws.SimpleHttpServerJaxWsServiceExporter
Specify an existing HTTP server to register the web service contexts with.
setServerName(String) - Method in class org.springframework.mock.web.MockHttpServletRequest
 
setServerName(String) - Method in class org.springframework.mock.web.portlet.MockPortletRequest
 
setServerPort(int) - Method in class org.springframework.mock.web.MockHttpServletRequest
 
setServerPort(int) - Method in class org.springframework.mock.web.portlet.MockPortletRequest
 
setServerSocketFactory(RMIServerSocketFactory) - Method in class org.springframework.remoting.rmi.RmiRegistryFactoryBean
Set a custom RMI server socket factory to use for the RMI registry.
setServerSocketFactory(RMIServerSocketFactory) - Method in class org.springframework.remoting.rmi.RmiServiceExporter
Set a custom RMI server socket factory to use for exporting the service.
setService(Object) - Method in class org.springframework.remoting.support.RemoteExporter
Set the service to export.
setServiceFactory(ServiceFactory) - Method in class org.springframework.remoting.jaxrpc.LocalJaxRpcServiceFactory
Deprecated.
Set the ServiceFactory instance to use.
setServiceFactoryClass(Class) - Method in class org.springframework.remoting.jaxrpc.LocalJaxRpcServiceFactory
Deprecated.
Set the ServiceFactory class to use, for example "org.apache.axis.client.ServiceFactory".
setServiceInterface(Class) - Method in class org.springframework.jms.remoting.JmsInvokerProxyFactoryBean
Set the interface that the proxy must implement.
setServiceInterface(Class) - Method in class org.springframework.remoting.jaxrpc.JaxRpcPortClientInterceptor
Deprecated.
Set the interface of the service that this factory should create a proxy for.
setServiceInterface(Class<?>) - Method in class org.springframework.remoting.jaxws.JaxWsPortClientInterceptor
Set the interface of the service that this factory should create a proxy for.
setServiceInterface(Class) - Method in class org.springframework.remoting.rmi.JndiRmiClientInterceptor
Set the interface of the service to access.
setServiceInterface(Class) - Method in class org.springframework.remoting.support.RemoteAccessor
Set the interface of the service to access.
setServiceInterface(Class) - Method in class org.springframework.remoting.support.RemoteExporter
Set the interface of the service to export.
setServiceLocatorExceptionClass(Class) - Method in class org.springframework.beans.factory.config.ServiceLocatorFactoryBean
Set the exception class that the service locator should throw if service lookup failed.
setServiceLocatorInterface(Class) - Method in class org.springframework.beans.factory.config.ServiceLocatorFactoryBean
Set the service locator interface to use, which must have one or more methods with the signatures MyType xxx() or MyType xxx(MyIdType id) (typically, MyService getService() or MyService getService(String id)).
setServiceMappings(Properties) - Method in class org.springframework.beans.factory.config.ServiceLocatorFactoryBean
Set mappings between service ids (passed into the service locator) and bean names (in the bean factory).
setServiceName(String) - Method in class org.springframework.remoting.jaxrpc.LocalJaxRpcServiceFactory
Deprecated.
Set the name of the service to look up.
setServiceName(String) - Method in class org.springframework.remoting.jaxws.LocalJaxWsServiceFactory
Set the name of the service to look up.
setServiceName(String) - Method in class org.springframework.remoting.rmi.RmiServiceExporter
Set the name of the exported RMI service, i.e.
setServicePort(int) - Method in class org.springframework.remoting.rmi.RmiServiceExporter
Set the port that the exported RMI service will use.
setServicePostProcessors(JaxRpcServicePostProcessor[]) - Method in class org.springframework.remoting.jaxrpc.LocalJaxRpcServiceFactory
Deprecated.
Set the JaxRpcServicePostProcessors to be applied to JAX-RPC Service instances created by this factory.
setServiceType(Class) - Method in class org.springframework.beans.factory.serviceloader.AbstractServiceLoaderBasedFactoryBean
Specify the desired service type (typically the service's public API).
setServiceUrl(String) - Method in class org.springframework.jmx.access.MBeanClientInterceptor
Set the service URL of the remote MBeanServer.
setServiceUrl(String) - Method in class org.springframework.jmx.access.NotificationListenerRegistrar
Set the service URL of the remote MBeanServer.
setServiceUrl(String) - Method in class org.springframework.jmx.support.ConnectorServerFactoryBean
Set the service URL for the JMXConnectorServer.
setServiceUrl(String) - Method in class org.springframework.jmx.support.MBeanServerConnectionFactoryBean
Set the service URL of the remote MBeanServer.
setServiceUrl(String) - Method in class org.springframework.remoting.support.UrlBasedRemoteAccessor
Set the URL of this remote accessor's target service.
setServlet(ActionServlet) - Method in class org.springframework.web.struts.ActionSupport
Deprecated.
Initialize the WebApplicationContext for this Action.
setServlet(ActionServlet) - Method in class org.springframework.web.struts.DispatchActionSupport
Deprecated.
Initialize the WebApplicationContext for this Action.
setServlet(ActionServlet) - Method in class org.springframework.web.struts.LookupDispatchActionSupport
Deprecated.
Initialize the WebApplicationContext for this Action.
setServlet(ActionServlet) - Method in class org.springframework.web.struts.MappingDispatchActionSupport
Deprecated.
Initialize the WebApplicationContext for this Action.
setServletClass(Class) - Method in class org.springframework.web.servlet.mvc.ServletWrappingController
Set the class of the servlet to wrap.
setServletConfig(ServletConfig) - Method in interface org.springframework.web.context.ConfigurableWebApplicationContext
Set the ServletConfig for this web application context.
setServletConfig(ServletConfig) - Method in interface org.springframework.web.context.ServletConfigAware
Set the ServletConfig that this object runs in.
setServletConfig(ServletConfig) - Method in class org.springframework.web.context.support.AbstractRefreshableWebApplicationContext
 
setServletConfig(ServletConfig) - Method in class org.springframework.web.context.support.GenericWebApplicationContext
 
setServletConfig(ServletConfig) - Method in class org.springframework.web.context.support.StaticWebApplicationContext
 
setServletConfig(ServletConfig) - Method in class org.springframework.web.servlet.handler.SimpleServletPostProcessor
 
setServletContext(ServletContext) - Method in class org.springframework.web.accept.ContentNegotiationManagerFactoryBean
 
setServletContext(ServletContext) - Method in interface org.springframework.web.context.ConfigurableWebApplicationContext
Set the ServletContext for this web application context.
setServletContext(ServletContext) - Method in interface org.springframework.web.context.ServletContextAware
Set the ServletContext that this object runs in.
setServletContext(ServletContext) - Method in class org.springframework.web.context.support.AbstractRefreshableWebApplicationContext
 
setServletContext(ServletContext) - Method in class org.springframework.web.context.support.GenericWebApplicationContext
Set the ServletContext that this WebApplicationContext runs in.
setServletContext(ServletContext) - Method in class org.springframework.web.context.support.ServletContextAttributeExporter
 
setServletContext(ServletContext) - Method in class org.springframework.web.context.support.ServletContextAttributeFactoryBean
 
setServletContext(ServletContext) - Method in class org.springframework.web.context.support.ServletContextFactoryBean
Deprecated.
 
setServletContext(ServletContext) - Method in class org.springframework.web.context.support.ServletContextParameterFactoryBean
 
setServletContext(ServletContext) - Method in class org.springframework.web.context.support.ServletContextPropertyPlaceholderConfigurer
Deprecated.
Set the ServletContext to resolve placeholders against.
setServletContext(ServletContext) - Method in class org.springframework.web.context.support.StaticWebApplicationContext
Set the ServletContext that this WebApplicationContext runs in.
setServletContext(ServletContext) - Method in class org.springframework.web.context.support.WebApplicationObjectSupport
 
setServletContext(ServletContext) - Method in class org.springframework.web.filter.GenericFilterBean
Stores the ServletContext that the bean factory runs in.
setServletContext(ServletContext) - Method in class org.springframework.web.multipart.commons.CommonsMultipartResolver
 
setServletContext(ServletContext) - Method in class org.springframework.web.servlet.config.annotation.WebMvcConfigurationSupport
Set the javax.servlet.ServletContext, e.g.
setServletContext(ServletContext) - Method in class org.springframework.web.servlet.handler.SimpleServletPostProcessor
 
setServletContext(ServletContext) - Method in class org.springframework.web.servlet.resource.DefaultServletHttpRequestHandler
If the defaultServletName property has not been explicitly set, attempts to locate the default Servlet using the known common container-specific names.
setServletContext(ServletContext) - Method in class org.springframework.web.servlet.view.freemarker.FreeMarkerConfigurer
Initialize the TaglibFactory for the given ServletContext.
setServletContext(ServletContext) - Method in class org.springframework.web.servlet.view.tiles2.TilesConfigurer
 
setServletContext(ServletContext) - Method in class org.springframework.web.servlet.view.tiles3.TilesConfigurer
 
setServletContext(ServletContext) - Method in class org.springframework.web.servlet.view.velocity.VelocityConfigurer
 
setServletContextName(String) - Method in class org.springframework.mock.web.MockServletContext
 
setServletName(String) - Method in class org.springframework.web.servlet.mvc.ServletForwardingController
Set the name of the servlet to forward to, i.e.
setServletName(String) - Method in class org.springframework.web.servlet.mvc.ServletWrappingController
Set the name of the servlet to wrap.
setServletPath(String) - Method in class org.springframework.mock.web.MockHttpServletRequest
 
setSession(Session) - Method in class org.springframework.mail.javamail.JavaMailSenderImpl
Set the JavaMail Session, possibly pulled from JNDI.
setSession(HttpSession) - Method in class org.springframework.mock.web.MockHttpServletRequest
 
setSession(PortletSession) - Method in class org.springframework.mock.web.portlet.MockPortletRequest
 
setSession(Session) - Method in class org.springframework.orm.hibernate3.HibernateTransactionManager.HibernateTransactionObject
 
setSession(Session) - Method in class org.springframework.orm.hibernate4.HibernateTransactionManager.HibernateTransactionObject
 
setSessionAcknowledgeMode(int) - Method in class org.springframework.jms.support.JmsAccessor
Set the JMS acknowledgement mode that is used when creating a JMS Session to send a message.
setSessionAcknowledgeModeName(String) - Method in class org.springframework.jms.support.JmsAccessor
Set the JMS acknowledgement mode by the name of the corresponding constant in the JMS Session interface, e.g.
setSessionAttribute(PortletRequest, String, Object) - Static method in class org.springframework.web.portlet.util.PortletUtils
Set the session attribute with the given name to the given value under the javax.portlet.PortletSession#PORTLET_SCOPE.
setSessionAttribute(PortletRequest, String, Object, int) - Static method in class org.springframework.web.portlet.util.PortletUtils
Set the session attribute with the given name to the given value in the given scope.
setSessionAttribute(HttpServletRequest, String, Object) - Static method in class org.springframework.web.util.WebUtils
Set the session attribute with the given name to the given value.
setSessionAttributeStore(SessionAttributeStore) - Method in class org.springframework.web.portlet.mvc.annotation.AnnotationMethodHandlerAdapter
Specify the strategy to store session attributes with.
setSessionAttributeStore(SessionAttributeStore) - Method in class org.springframework.web.servlet.mvc.annotation.AnnotationMethodHandlerAdapter
Deprecated.
Specify the strategy to store session attributes with.
setSessionAttributeStore(SessionAttributeStore) - Method in class org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter
Specify the strategy to store session attributes with.
setSessionCacheSize(int) - Method in class org.springframework.jms.connection.CachingConnectionFactory
Specify the desired size for the JMS Session cache (per JMS Session type).
setSessionContext(SessionContext) - Method in class org.springframework.ejb.support.AbstractSessionBean
Deprecated.
Set the session context for this EJB.
setSessionFactory(SessionFactory) - Method in class org.springframework.orm.hibernate3.HibernateAccessor
Set the Hibernate SessionFactory that should be used to create Hibernate Sessions.
setSessionFactory(SessionFactory) - Method in class org.springframework.orm.hibernate3.HibernateTransactionManager
Set the SessionFactory that this instance should manage transactions for.
setSessionFactory(SessionFactory) - Method in class org.springframework.orm.hibernate3.support.HibernateDaoSupport
Set the Hibernate SessionFactory to be used by this DAO.
setSessionFactory(SessionFactory) - Method in class org.springframework.orm.hibernate4.HibernateTransactionManager
Set the SessionFactory that this instance should manage transactions for.
setSessionFactory(SessionFactory) - Method in class org.springframework.orm.hibernate4.support.OpenSessionInViewInterceptor
 
setSessionFactoryBeanName(String) - Method in class org.springframework.orm.hibernate3.support.OpenSessionInViewFilter
Set the bean name of the SessionFactory to fetch from Spring's root application context.
setSessionFactoryBeanName(String) - Method in class org.springframework.orm.hibernate4.support.OpenSessionInViewFilter
Set the bean name of the SessionFactory to fetch from Spring's root application context.
setSessionForm(boolean) - Method in class org.springframework.web.portlet.mvc.AbstractFormController
Deprecated.
Activate/deactivate session form mode.
setSessionForm(boolean) - Method in class org.springframework.web.servlet.mvc.AbstractFormController
Deprecated.
Activate/deactivate session form mode.
setSessionHolder(SessionHolder) - Method in class org.springframework.orm.hibernate3.HibernateTransactionManager.HibernateTransactionObject
 
setSessionHolder(SessionHolder) - Method in class org.springframework.orm.hibernate4.HibernateTransactionManager.HibernateTransactionObject
 
setSessionTransacted(boolean) - Method in class org.springframework.jms.listener.AbstractPollingMessageListenerContainer
 
setSessionTransacted(boolean) - Method in class org.springframework.jms.support.JmsAccessor
Set the transaction mode that is used when creating a JMS Session.
setShareableResources(String[]) - Method in class org.springframework.jndi.support.SimpleJndiBeanFactory
Set a list of names of shareable JNDI resources, which this factory is allowed to cache once obtained.
setShared(boolean) - Method in class org.springframework.cache.ehcache.EhCacheManagerFactoryBean
Set whether the EhCache CacheManager should be shared (as a singleton at the VM level) or independent (typically local within the application).
setShared(boolean) - Method in class org.springframework.scheduling.commonj.TimerManagerAccessor
Specify whether the TimerManager obtained by this FactoryBean is a shared instance ("true") or an independent instance ("false").
setSharedCacheModeName(String) - Method in class org.springframework.orm.jpa.persistenceunit.SpringPersistenceUnitInfo
 
setShouldStopConnections(boolean) - Method in class org.springframework.jms.connection.DelegatingConnectionFactory
Indicate whether Connections obtained from the target factory are supposed to be stopped before closed ("true") or simply closed ("false").
setShowPassword(boolean) - Method in class org.springframework.web.servlet.tags.form.PasswordInputTag
Is the password value to be rendered?
setShowSql(boolean) - Method in class org.springframework.orm.jpa.vendor.AbstractJpaVendorAdapter
Set whether to show SQL in the log (or in the console).
setShutdownDelay(int) - Method in class org.springframework.remoting.jaxws.SimpleHttpServerJaxWsServiceExporter
Specify the number of seconds to wait until HTTP exchanges have completed when shutting down the HTTP server.
setShutdownDelay(int) - Method in class org.springframework.remoting.support.SimpleHttpServerFactoryBean
Specify the number of seconds to wait until HTTP exchanges have completed when shutting down the HTTP server.
setSimpleDateFormat(String) - Method in class org.springframework.http.converter.json.Jackson2ObjectMapperFactoryBean
Define the date/time format with a SimpleDateFormat.
setSimpleDateFormat(String) - Method in class org.springframework.http.converter.json.JacksonObjectMapperFactoryBean
Define the date/time format with a SimpleDateFormat.
setSingleSession(boolean) - Method in class org.springframework.orm.hibernate3.support.OpenSessionInViewFilter
Set whether to use a single session for each request.
setSingleSession(boolean) - Method in class org.springframework.orm.hibernate3.support.OpenSessionInViewInterceptor
Set whether to use a single session for each request.
setSingleton(boolean) - Method in class org.springframework.aop.framework.ProxyFactoryBean
Set the value of the singleton property.
setSingleton(boolean) - Method in class org.springframework.beans.factory.config.AbstractFactoryBean
Set if a singleton should be created, or a new object on each request otherwise.
setSingleton(boolean) - Method in class org.springframework.beans.factory.config.MethodInvokingFactoryBean
Set if a singleton should be created, or a new object on each request else.
setSingleton(boolean) - Method in class org.springframework.beans.factory.config.PropertiesFactoryBean
Set whether a shared 'singleton' Properties instance should be created, or rather a new Properties instance on each request.
setSingleton(boolean) - Method in class org.springframework.beans.factory.support.AbstractBeanDefinition
Deprecated.
setSingleton(boolean) - Method in class org.springframework.beans.factory.support.BeanDefinitionBuilder
Deprecated.
setSingleView(View) - Method in class org.springframework.test.web.servlet.setup.StandaloneMockMvcBuilder
Sets up a single ViewResolver that always returns the provided view instance.
setSize(String) - Method in class org.springframework.web.servlet.tags.form.InputTag
Set the value of the 'size' attribute.
setSize(String) - Method in class org.springframework.web.servlet.tags.form.SelectTag
Set the value of the HTML 'size' attribute rendered on the final 'select' element.
setSkipResultsProcessing(boolean) - Method in class org.springframework.jdbc.core.JdbcTemplate
Set whether results processing should be skipped.
setSkipUndeclaredResults(boolean) - Method in class org.springframework.jdbc.core.JdbcTemplate
Set whether undeclared results should be skipped.
setSoapActionUri(String) - Method in class org.springframework.remoting.jaxws.JaxWsPortClientInterceptor
Set the SOAP action URI to specify on the stub.
setSort(SortDefinition) - Method in class org.springframework.beans.support.PagedListHolder
Set the sort definition for this holder.
setSource(Object) - Method in class org.springframework.beans.BeanMetadataAttribute
Set the configuration source Object for this metadata element.
setSource(Object) - Method in class org.springframework.beans.BeanMetadataAttributeAccessor
Set the configuration source Object for this metadata element.
setSource(Object) - Method in class org.springframework.beans.factory.config.ConstructorArgumentValues.ValueHolder
Set the configuration source Object for this metadata element.
setSource(Object) - Method in class org.springframework.beans.factory.config.RuntimeBeanNameReference
Set the configuration source Object for this metadata element.
setSource(Object) - Method in class org.springframework.beans.factory.config.RuntimeBeanReference
Set the configuration source Object for this metadata element.
setSource(Object) - Method in class org.springframework.beans.factory.config.TypedStringValue
Set the configuration source Object for this metadata element.
setSource(Object) - Method in class org.springframework.beans.factory.support.BeanDefinitionBuilder
Deprecated.
since Spring 2.5, in favor of preparing this on the raw BeanDefinition object
setSource(Object) - Method in class org.springframework.beans.factory.support.ManagedList
Set the configuration source Object for this metadata element.
setSource(Object) - Method in class org.springframework.beans.factory.support.ManagedMap
Set the configuration source Object for this metadata element.
setSource(Object) - Method in class org.springframework.beans.factory.support.ManagedProperties
Set the configuration source Object for this metadata element.
setSource(Object) - Method in class org.springframework.beans.factory.support.ManagedSet
Set the configuration source Object for this metadata element.
setSource(Object) - Method in class org.springframework.beans.factory.support.MethodOverride
Set the configuration source Object for this metadata element.
setSource(Object) - Method in class org.springframework.beans.factory.xml.DocumentDefaultsDefinition
Set the configuration source Object for this metadata element.
setSource(List<E>) - Method in class org.springframework.beans.support.PagedListHolder
Set the source list for this holder.
setSourceExtractor(SourceExtractor) - Method in class org.springframework.beans.factory.xml.XmlBeanDefinitionReader
Specify the SourceExtractor to use.
setSourceExtractor(SourceExtractor) - Method in class org.springframework.context.annotation.ConfigurationClassPostProcessor
Set the SourceExtractor to use for generated bean definitions that correspond to Bean factory methods.
setSourceKey(String) - Method in class org.springframework.web.servlet.view.xslt.XsltView
Set the name of the model attribute that represents the XSLT Source.
setSourceKey(String) - Method in class org.springframework.web.servlet.view.xslt.XsltViewResolver
Set the name of the model attribute that represents the XSLT Source.
setSourceList(List) - Method in class org.springframework.beans.factory.config.ListFactoryBean
Set the source List, typically populated via XML "list" elements.
setSourceMap(Map) - Method in class org.springframework.beans.factory.config.MapFactoryBean
Set the source Map, typically populated via XML "map" elements.
setSourceSet(Set) - Method in class org.springframework.beans.factory.config.SetFactoryBean
Set the source Set, typically populated via XML "set" elements.
setSpecialHeader(String, Object) - Method in class org.springframework.mock.web.MockHttpServletResponse
 
setSpecifiedTypeName(String) - Method in class org.springframework.beans.factory.config.TypedStringValue
Set the type name as actually specified for this particular value, if any.
setSql(String) - Method in class org.springframework.jdbc.object.RdbmsOperation
Set the SQL executed by this operation.
setSqlErrorCodes(SQLErrorCodes) - Method in class org.springframework.jdbc.support.SQLErrorCodeSQLExceptionTranslator
Set custom error codes to be used for translation.
setSqlMapClient(SqlMapClient) - Method in class org.springframework.orm.ibatis.SqlMapClientTemplate
Deprecated.
Set the iBATIS Database Layer SqlMapClient that defines the mapped statements.
setSqlMapClient(SqlMapClient) - Method in class org.springframework.orm.ibatis.support.SqlMapClientDaoSupport
Deprecated.
Set the iBATIS Database Layer SqlMapClient to work with.
setSqlMapClientProperties(Properties) - Method in class org.springframework.orm.ibatis.SqlMapClientFactoryBean
Deprecated.
Set optional properties to be passed into the SqlMapClientBuilder, as alternative to a &lt;properties&gt; tag in the sql-map-config.xml file.
setSqlMapClientTemplate(SqlMapClientTemplate) - Method in class org.springframework.orm.ibatis.support.SqlMapClientDaoSupport
Deprecated.
Set the SqlMapClientTemplate for this DAO explicitly, as an alternative to specifying a SqlMapClient.
setSqlReadyForUse(boolean) - Method in class org.springframework.jdbc.object.SqlCall
Set whether the SQL can be used as is.
setSqlScriptEncoding(String) - Method in class org.springframework.jdbc.datasource.init.ResourceDatabasePopulator
Specify the encoding for SQL scripts, if different from the platform encoding.
setSqlScriptEncoding(String) - Method in class org.springframework.test.AbstractTransactionalDataSourceSpringContextTests
Deprecated.
Specify the encoding for SQL scripts, if different from the platform encoding.
setSqlScriptEncoding(String) - Method in class org.springframework.test.context.junit38.AbstractTransactionalJUnit38SpringContextTests
Deprecated.
Specify the encoding for SQL scripts, if different from the platform encoding.
setSqlScriptEncoding(String) - Method in class org.springframework.test.context.junit4.AbstractTransactionalJUnit4SpringContextTests
Specify the encoding for SQL scripts, if different from the platform encoding.
setSqlScriptEncoding(String) - Method in class org.springframework.test.context.testng.AbstractTransactionalTestNGSpringContextTests
Specify the encoding for SQL scripts, if different from the platform encoding.
setStandalone(Boolean) - Method in class org.springframework.oxm.jibx.JibxMarshaller
Set the document standalone flag for marshalling.
setStandalone(boolean) - Method in class org.springframework.util.xml.AbstractStaxXMLReader
 
setStartDelay(long) - Method in class org.springframework.scheduling.quartz.CronTriggerBean
Set the start delay in milliseconds.
setStartDelay(long) - Method in class org.springframework.scheduling.quartz.CronTriggerFactoryBean
Set the start delay in milliseconds.
setStartDelay(long) - Method in class org.springframework.scheduling.quartz.SimpleTriggerBean
Set the start delay in milliseconds.
setStartDelay(long) - Method in class org.springframework.scheduling.quartz.SimpleTriggerFactoryBean
Set the start delay in milliseconds.
setStartupDelay(int) - Method in class org.springframework.scheduling.quartz.SchedulerFactoryBean
Set the number of seconds to wait after initialization before starting the scheduler asynchronously.
setStatementParameters(Object[], PreparedStatement, int[]) - Static method in class org.springframework.jdbc.core.BatchUpdateUtils
 
setStatementType(Class<? extends Statement>) - Method in class org.springframework.jdbc.support.nativejdbc.Jdbc4NativeJdbcExtractor
Set the vendor's Statement type, e.g.
setStaticField(String) - Method in class org.springframework.beans.factory.config.FieldRetrievingFactoryBean
Set a fully qualified static field name to retrieve, e.g.
setStaticMethod(String) - Method in class org.springframework.util.MethodInvoker
Set a fully qualified static method name to invoke, e.g.
setStatisticsEnabled(boolean) - Method in class org.springframework.cache.ehcache.EhCacheFactoryBean
Set whether to enable EhCache statistics on this cache.
setStatus(int) - Method in class org.springframework.mock.web.MockHttpServletResponse
 
setStatus(int, String) - Method in class org.springframework.mock.web.MockHttpServletResponse
 
setStatus(int) - Method in class org.springframework.web.filter.ShallowEtagHeaderFilter.ShallowEtagResponseWrapper
 
setStatus(int, String) - Method in class org.springframework.web.filter.ShallowEtagHeaderFilter.ShallowEtagResponseWrapper
 
setStatusCode(HttpStatus) - Method in interface org.springframework.http.server.ServerHttpResponse
Set the HTTP status code of the response.
setStatusCode(HttpStatus) - Method in class org.springframework.http.server.ServletServerHttpResponse
 
setStatusCode(HttpStatus) - Method in class org.springframework.web.servlet.view.RedirectView
Set the status code for this view.
setStatusCodes(Properties) - Method in class org.springframework.web.servlet.handler.SimpleMappingExceptionResolver
Set the HTTP status code that this exception resolver will apply for a given resolved error view.
setStore(ConcurrentMap<Object, Object>) - Method in class org.springframework.cache.concurrent.ConcurrentMapCacheFactoryBean
Specify the ConcurrentMap to use as an internal store (possibly pre-populated).
setStoresLowerCaseIdentifiers(boolean) - Method in class org.springframework.jdbc.core.metadata.GenericCallMetaDataProvider
Specify whether the database uses lower case for identifiers
setStoresLowerCaseIdentifiers(boolean) - Method in class org.springframework.jdbc.core.metadata.GenericTableMetaDataProvider
Specify whether identifiers use lower case.
setStoresUpperCaseIdentifiers(boolean) - Method in class org.springframework.jdbc.core.metadata.GenericCallMetaDataProvider
Specify whether the database uses upper case for identifiers
setStoresUpperCaseIdentifiers(boolean) - Method in class org.springframework.jdbc.core.metadata.GenericTableMetaDataProvider
Specify whether identifiers use upper case
setStreamAsLob(boolean) - Method in class org.springframework.jdbc.support.lob.DefaultLobHandler
Specify whether to submit a binary stream / character stream to the JDBC driver as explicit LOB content, using the JDBC 4.0 setBlob / setClob method with a stream argument.
setStreamDriver(HierarchicalStreamDriver) - Method in class org.springframework.oxm.xstream.XStreamMarshaller
Set the XStream hierarchical stream driver to be used with stream readers and writers.
setString(long, String) - Method in class org.springframework.jdbc.support.lob.PassThroughClob
 
setString(long, String, int, int) - Method in class org.springframework.jdbc.support.lob.PassThroughClob
 
setStripExtension(boolean) - Method in class org.springframework.web.servlet.view.DefaultRequestToViewNameTranslator
Set whether or not file extensions should be stripped from the URI when generating the view name.
setStripLeadingSlash(boolean) - Method in class org.springframework.web.servlet.view.DefaultRequestToViewNameTranslator
Set whether or not leading slashes should be stripped from the URI when generating the view name.
setStripTrailingSlash(boolean) - Method in class org.springframework.web.servlet.view.DefaultRequestToViewNameTranslator
Set whether or not trailing slashes should be stripped from the URI when generating the view name.
setStyle(int) - Method in class org.springframework.format.datetime.DateFormatter
Set the style to use to format date values.
setStyle(String) - Method in class org.springframework.format.datetime.joda.DateTimeFormatterFactory
Set the two characters to use to format date values.
setStylePattern(String) - Method in class org.springframework.format.datetime.DateFormatter
Set the two character to use to format date values.
setStylesheetLocation(Resource) - Method in class org.springframework.web.servlet.view.xslt.AbstractXsltView
Deprecated.
Set the location of the XSLT stylesheet.
setSubject(String) - Method in class org.springframework.mail.javamail.MimeMailMessage
 
setSubject(String) - Method in class org.springframework.mail.javamail.MimeMessageHelper
Set the subject of the message, using the correct encoding.
setSubject(String) - Method in interface org.springframework.mail.MailMessage
 
setSubject(String) - Method in class org.springframework.mail.SimpleMailMessage
 
setSubReportDataKeys(String[]) - Method in class org.springframework.web.servlet.view.jasperreports.AbstractJasperReportsView
Set the list of names corresponding to the model parameters that will contain data source objects for use in sub-reports.
setSubReportDataKeys(String[]) - Method in class org.springframework.web.servlet.view.jasperreports.JasperReportsViewResolver
Set the subReportDataKeys the view class should use.
setSubReportUrls(Properties) - Method in class org.springframework.web.servlet.view.jasperreports.AbstractJasperReportsView
Specify resource paths which must be loaded as instances of JasperReport and passed to the JasperReports engine for rendering as sub-reports, under the same keys as in this mapping.
setSubReportUrls(Properties) - Method in class org.springframework.web.servlet.view.jasperreports.JasperReportsViewResolver
Set the subReportUrls the view class should use.
setSubscriptionDurable(boolean) - Method in class org.springframework.jms.listener.AbstractMessageListenerContainer
Set whether to make the subscription durable.
setSubscriptionDurable(boolean) - Method in class org.springframework.jms.listener.endpoint.JmsActivationSpecConfig
 
setSuccessView(String) - Method in class org.springframework.web.portlet.mvc.SimpleFormController
Deprecated.
Set the name of the view that should be shown on successful submit.
setSuccessView(String) - Method in class org.springframework.web.servlet.mvc.SimpleFormController
Deprecated.
Set the name of the view that should be shown on successful submit.
setSuffix(String) - Method in class org.springframework.aop.interceptor.AbstractMonitoringInterceptor
Set the text that will get prepended to the trace data.
setSuffix(String) - Method in class org.springframework.web.servlet.mvc.multiaction.InternalPathMethodNameResolver
Specify a common suffix for handler method names.
setSuffix(String) - Method in class org.springframework.web.servlet.mvc.UrlFilenameViewController
Set the suffix to append to the request URL filename to build a view name.
setSuffix(String) - Method in class org.springframework.web.servlet.view.DefaultRequestToViewNameTranslator
Set the suffix to append to generated view names.
setSuffix(String) - Method in class org.springframework.web.servlet.view.UrlBasedViewResolver
Set the suffix that gets appended to view names when building a URL.
setSupportedClasses(Class[]) - Method in class org.springframework.oxm.xstream.XStreamMarshaller
Set the classes supported by this marshaller.
setSupportedMediaTypes(List<MediaType>) - Method in class org.springframework.http.converter.AbstractHttpMessageConverter
Set the list of MediaType objects supported by this converter.
setSupportedMediaTypes(List<MediaType>) - Method in class org.springframework.http.converter.FormHttpMessageConverter
Set the list of MediaType objects supported by this converter.
setSupportedMethods(String[]) - Method in class org.springframework.web.servlet.support.WebContentGenerator
Set the HTTP methods that this content generator should support.
setSupportJaxbElementClass(boolean) - Method in class org.springframework.oxm.jaxb.Jaxb2Marshaller
Specify whether the Jaxb2Marshaller.supports(Class) returns true for the JAXBElement class.
setSupportsCatalogsInProcedureCalls(boolean) - Method in class org.springframework.jdbc.core.metadata.GenericCallMetaDataProvider
Specify whether the database supports the use of catalog name in procedure calls
setSupportsSchemasInProcedureCalls(boolean) - Method in class org.springframework.jdbc.core.metadata.GenericCallMetaDataProvider
Specify whether the database supports the use of schema name in procedure calls
setSuppressClose(boolean) - Method in class org.springframework.jdbc.datasource.SingleConnectionDataSource
Set whether the returned Connection should be a close-suppressing proxy or the physical Connection.
setSuppressNamespaces(boolean) - Method in class org.springframework.oxm.castor.CastorMarshaller
Sets whether this marshaller should output namespaces.
setSuppressXsiType(boolean) - Method in class org.springframework.oxm.castor.CastorMarshaller
Set whether this marshaller should output the xsi:type attribute.
setSynchedLocalTransactionAllowed(boolean) - Method in class org.springframework.jms.connection.TransactionAwareConnectionFactoryProxy
Set whether to allow for a local JMS transaction that is synchronized with a Spring-managed transaction (where the main transaction might be a JDBC-based one for a specific DataSource, for example), with the JMS transaction committing right after the main transaction.
setSynchronizedWithTransaction(boolean) - Method in class org.springframework.transaction.support.ResourceHolderSupport
Mark the resource as synchronized with a transaction.
setSynchronizeOnSession(boolean) - Method in class org.springframework.web.portlet.mvc.AbstractController
Set if controller execution should be synchronized on the session, to serialize parallel invocations from the same client.
setSynchronizeOnSession(boolean) - Method in class org.springframework.web.portlet.mvc.annotation.AnnotationMethodHandlerAdapter
Set if controller execution should be synchronized on the session, to serialize parallel invocations from the same client.
setSynchronizeOnSession(boolean) - Method in class org.springframework.web.servlet.mvc.AbstractController
Set if controller execution should be synchronized on the session, to serialize parallel invocations from the same client.
setSynchronizeOnSession(boolean) - Method in class org.springframework.web.servlet.mvc.annotation.AnnotationMethodHandlerAdapter
Deprecated.
Set if controller execution should be synchronized on the session, to serialize parallel invocations from the same client.
setSynchronizeOnSession(boolean) - Method in class org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter
Set if controller execution should be synchronized on the session, to serialize parallel invocations from the same client.
setSyncTaskExecutor(TaskExecutor) - Method in class org.springframework.jca.work.SimpleTaskWorkManager
Specify the TaskExecutor to use for synchronous work execution (i.e.
setSynthetic(boolean) - Method in class org.springframework.beans.factory.support.AbstractBeanDefinition
Set whether this bean definition is 'synthetic', that is, not defined by the application itself (for example, an infrastructure bean such as a helper for auto-proxying, created through &ltaop:config&gt;).
setSystemPropertiesMode(int) - Method in class org.springframework.beans.factory.config.PropertyPlaceholderConfigurer
Set how to check system properties: as fallback, as override, or never.
setSystemPropertiesModeName(String) - Method in class org.springframework.beans.factory.config.PropertyPlaceholderConfigurer
Set the system property mode by the name of the corresponding constant, e.g.
setSystemTreePath(String) - Method in class org.springframework.beans.factory.config.PreferencesPlaceholderConfigurer
Set the path in the system preferences tree to use for resolving placeholders.
setTabindex(String) - Method in class org.springframework.web.servlet.tags.form.AbstractHtmlElementTag
Set the value of the 'tabindex' attribute.
setTableName(String) - Method in class org.springframework.jdbc.core.metadata.GenericTableMetaDataProvider.TableMetaData
 
setTableName(String) - Method in class org.springframework.jdbc.core.metadata.TableMetaDataContext
Set the name of the table for this context.
setTableName(String) - Method in class org.springframework.jdbc.core.simple.AbstractJdbcInsert
Set the name of the table for this insert
setTarget(Object) - Method in class org.springframework.aop.framework.AbstractSingletonProxyFactoryBean
Set the target object, that is, the bean to be wrapped with a transactional proxy.
setTarget(Object) - Method in class org.springframework.aop.framework.AdvisedSupport
Set the given object as target.
setTarget(String) - Method in class org.springframework.web.servlet.tags.form.FormTag
Set the value of the 'target' attribute.
setTargetBeanName(String) - Method in class org.springframework.aop.config.MethodLocatingFactoryBean
Set the name of the bean to locate the Method on.
setTargetBeanName(String) - Method in class org.springframework.aop.scope.ScopedProxyFactoryBean
Set the name of the bean that is to be scoped.
setTargetBeanName(String) - Method in class org.springframework.aop.target.AbstractBeanFactoryBasedTargetSource
Set the name of the target bean in the factory.
setTargetBeanName(String) - Method in class org.springframework.beans.factory.config.BeanReferenceFactoryBean
Deprecated.
Set the name of the target bean.
setTargetBeanName(String) - Method in class org.springframework.beans.factory.config.ObjectFactoryCreatingFactoryBean
Set the name of the target bean.
setTargetBeanName(String) - Method in class org.springframework.beans.factory.config.PropertyPathFactoryBean
Specify the name of a target bean to apply the property path to.
setTargetBeanName(String) - Method in class org.springframework.beans.factory.config.ProviderCreatingFactoryBean
Set the name of the target bean.
setTargetBeanName(String) - Method in class org.springframework.scheduling.quartz.MethodInvokingJobDetailFactoryBean
Set the name of the target bean in the Spring BeanFactory.
setTargetBeanName(String) - Method in class org.springframework.web.filter.DelegatingFilterProxy
Set the name of the target bean in the Spring application context.
setTargetCacheManager(CacheManager) - Method in class org.springframework.cache.transaction.TransactionAwareCacheManagerProxy
Set the target CacheManager to proxy.
setTargetClass(Class) - Method in class org.springframework.aop.framework.AdvisedSupport
Set a target class to be proxied, indicating that the proxy should be castable to the given class.
setTargetClass(Class) - Method in class org.springframework.aop.target.AbstractBeanFactoryBasedTargetSource
Specify the target class explicitly, to avoid any kind of access to the target bean (for example, to avoid initialization of a FactoryBean instance).
setTargetClass(Class) - Method in class org.springframework.beans.factory.config.FieldRetrievingFactoryBean
Set the target class on which the field is defined.
setTargetClass(Class) - Method in class org.springframework.oxm.castor.CastorMarshaller
Set the Castor target class.
setTargetClass(Class<?>) - Method in class org.springframework.oxm.jibx.JibxMarshaller
Set the target class for this instance.
setTargetClass(Class) - Method in class org.springframework.util.MethodInvoker
Set the target class on which to call the target method.
setTargetClasses(Class[]) - Method in class org.springframework.oxm.castor.CastorMarshaller
Set the Castor target classes.
setTargetConnectionFactory(ConnectionFactory) - Method in class org.springframework.jca.cci.connection.DelegatingConnectionFactory
Set the target ConnectionFactory that this ConnectionFactory should delegate to.
setTargetConnectionFactory(ConnectionFactory) - Method in class org.springframework.jms.connection.DelegatingConnectionFactory
Set the target ConnectionFactory that this ConnectionFactory should delegate to.
setTargetConnectionFactory(ConnectionFactory) - Method in class org.springframework.jms.connection.SingleConnectionFactory
Set the target ConnectionFactory which will be used to lazily create a single Connection.
setTargetConnectionFactory(ConnectionFactory) - Method in class org.springframework.jms.connection.TransactionAwareConnectionFactoryProxy
Set the target ConnectionFactory that this ConnectionFactory should delegate to.
setTargetConnectionFactory(ConnectionFactory) - Method in class org.springframework.jms.connection.UserCredentialsConnectionFactoryAdapter
Set the target ConnectionFactory that this ConnectionFactory should delegate to.
setTargetDataSource(DataSource) - Method in class org.springframework.jdbc.datasource.DelegatingDataSource
Set the target DataSource that this DataSource should delegate to.
setTargetDataSources(Map<Object, Object>) - Method in class org.springframework.jdbc.datasource.lookup.AbstractRoutingDataSource
Specify the map of target DataSources, with the lookup key as key.
setTargetField(String) - Method in class org.springframework.beans.factory.config.FieldRetrievingFactoryBean
Set the name of the field to be retrieved.
setTargetFilterLifecycle(boolean) - Method in class org.springframework.web.filter.DelegatingFilterProxy
Set whether to invoke the Filter.init and Filter.destroy lifecycle methods on the target bean.
setTargetListClass(Class) - Method in class org.springframework.beans.factory.config.ListFactoryBean
Set the class to use for the target List.
setTargetMapClass(Class) - Method in class org.springframework.beans.factory.config.MapFactoryBean
Set the class to use for the target Map.
setTargetMethod(String) - Method in class org.springframework.util.MethodInvoker
Set the name of the method to be invoked.
setTargetName(String) - Method in class org.springframework.aop.framework.ProxyFactoryBean
Set the name of the target bean.
setTargetObject(Object) - Method in class org.springframework.beans.factory.config.FieldRetrievingFactoryBean
Set the target object on which the field is defined.
setTargetObject(Object) - Method in class org.springframework.beans.factory.config.PropertyPathFactoryBean
Specify a target object to apply the property path to.
setTargetObject(Object) - Method in class org.springframework.util.MethodInvoker
Set the target object on which to call the target method.
setTargetPackage(String) - Method in class org.springframework.oxm.castor.CastorMarshaller
Set the names of package with the Castor descriptor classes.
setTargetPackage(String) - Method in class org.springframework.oxm.jibx.JibxMarshaller
Set the target package for this instance.
setTargetPackages(String[]) - Method in class org.springframework.oxm.castor.CastorMarshaller
Set the names of packages with the Castor descriptor classes.
setTargetPersistenceManagerFactory(PersistenceManagerFactory) - Method in class org.springframework.orm.jdo.TransactionAwarePersistenceManagerFactoryProxy
Set the target JDO PersistenceManagerFactory that this proxy should delegate to.
setTargetRenderParameter(ActionRequest, ActionResponse) - Method in class org.springframework.web.portlet.mvc.AbstractWizardFormController
Deprecated.
Pass the the parameter that indicates the target page of the request forward to the render phase.
setTargetRequestPath(String) - Method in class org.springframework.web.servlet.FlashMap
Provide a URL path to help identify the target request for this FlashMap.
setTargetSetClass(Class) - Method in class org.springframework.beans.factory.config.SetFactoryBean
Set the class to use for the target Set.
setTargetSource(TargetSource) - Method in interface org.springframework.aop.framework.Advised
Change the TargetSource used by this Advised object.
setTargetSource(TargetSource) - Method in class org.springframework.aop.framework.AdvisedSupport
 
setTargetType(Class) - Method in class org.springframework.beans.factory.config.TypedStringValue
Set the type to convert to.
setTargetType(Class<?>) - Method in class org.springframework.beans.factory.support.RootBeanDefinition
Specify the target type of this bean definition, if known in advance.
setTargetType(MessageType) - Method in class org.springframework.jms.support.converter.MappingJackson2MessageConverter
Specify whether #toMessage(Object, javax.jms.Session) should marshal to a javax.jms.BytesMessage or a javax.jms.TextMessage.
setTargetType(MessageType) - Method in class org.springframework.jms.support.converter.MappingJacksonMessageConverter
Specify whether MappingJacksonMessageConverter.toMessage(Object, Session) should marshal to a BytesMessage or a TextMessage.
setTargetType(MessageType) - Method in class org.springframework.jms.support.converter.MarshallingMessageConverter
Specify whether MarshallingMessageConverter.toMessage(Object, Session) should marshal to a BytesMessage or a TextMessage.
setTargetTypeName(String) - Method in class org.springframework.beans.factory.config.TypedStringValue
Specify the type to convert to.
setTargetValidator(javax.validation.Validator) - Method in class org.springframework.validation.beanvalidation.SpringValidatorAdapter
 
setTaskExecutor(Executor) - Method in class org.springframework.context.event.SimpleApplicationEventMulticaster
Set the TaskExecutor to execute application listeners with.
setTaskExecutor(Executor) - Method in class org.springframework.jms.listener.DefaultMessageListenerContainer
Set the Spring TaskExecutor to use for running the listener threads.
setTaskExecutor(Executor) - Method in class org.springframework.jms.listener.SimpleMessageListenerContainer
Set the Spring TaskExecutor to use for executing the listener once a message has been received by the provider.
setTaskExecutor(Executor) - Method in class org.springframework.scheduling.annotation.AsyncAnnotationAdvisor
Specify the default task executor to use for asynchronous methods.
setTaskExecutor(Executor) - Method in class org.springframework.scheduling.quartz.SchedulerFactoryBean
Set the Spring TaskExecutor to use as Quartz backend.
setTaskExecutor(AsyncTaskExecutor) - Method in class org.springframework.web.context.request.async.WebAsyncManager
Configure an AsyncTaskExecutor for use with concurrent processing via WebAsyncManager.startCallableProcessing(Callable, Object...).
setTaskExecutor(AsyncTaskExecutor) - Method in class org.springframework.web.servlet.config.annotation.AsyncSupportConfigurer
Set the default AsyncTaskExecutor to use when a controller method returns a Callable.
setTaskExecutor(AsyncTaskExecutor) - Method in class org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter
Set the default AsyncTaskExecutor to use when a controller method return a Callable.
setTaskScheduler(TaskScheduler) - Method in class org.springframework.scheduling.config.ScheduledTaskRegistrar
Set the TaskScheduler to register scheduled tasks with.
setTempClassLoader(ClassLoader) - Method in interface org.springframework.beans.factory.config.ConfigurableBeanFactory
Specify a temporary ClassLoader to use for type matching purposes.
setTempClassLoader(ClassLoader) - Method in class org.springframework.beans.factory.support.AbstractBeanFactory
 
setTemplateLoaderPath(String) - Method in class org.springframework.ui.freemarker.FreeMarkerConfigurationFactory
Set the Freemarker template loader path via a Spring resource location.
setTemplateLoaderPaths(String...) - Method in class org.springframework.ui.freemarker.FreeMarkerConfigurationFactory
Set multiple Freemarker template loader paths via Spring resource locations.
setTemplateLoaders(TemplateLoader...) - Method in class org.springframework.ui.freemarker.FreeMarkerConfigurationFactory
Deprecated.
as of Spring 2.0.1, in favor of the "preTemplateLoaders" and "postTemplateLoaders" properties
SETTER_PREFIX - Static variable in class org.springframework.test.util.ReflectionTestUtils
 
SETTERS - Static variable in class org.springframework.aop.support.Pointcuts
Pointcut matching all bean property setters, in any class
setText(String) - Method in class org.springframework.mail.javamail.MimeMailMessage
 
setText(String) - Method in class org.springframework.mail.javamail.MimeMessageHelper
Set the given text directly as content in non-multipart mode or as default body part in multipart mode.
setText(String, boolean) - Method in class org.springframework.mail.javamail.MimeMessageHelper
Set the given text directly as content in non-multipart mode or as default body part in multipart mode.
setText(String, String) - Method in class org.springframework.mail.javamail.MimeMessageHelper
Set the given plain text and HTML text as alternatives, offering both options to the email client.
setText(String) - Method in interface org.springframework.mail.MailMessage
 
setText(String) - Method in class org.springframework.mail.SimpleMailMessage
 
setText(String) - Method in class org.springframework.web.servlet.tags.MessageTag
Set the message text for this tag.
setText(HSSFCell, String) - Method in class org.springframework.web.servlet.view.document.AbstractExcelView
Convenient method to set a String as text content in a cell.
setThemeName(HttpServletRequest, HttpServletResponse, String) - Method in class org.springframework.web.servlet.theme.CookieThemeResolver
 
setThemeName(HttpServletRequest, HttpServletResponse, String) - Method in class org.springframework.web.servlet.theme.FixedThemeResolver
 
setThemeName(HttpServletRequest, HttpServletResponse, String) - Method in class org.springframework.web.servlet.theme.SessionThemeResolver
 
setThemeName(HttpServletRequest, HttpServletResponse, String) - Method in interface org.springframework.web.servlet.ThemeResolver
Set the current theme name to the given one.
setThreadContextInheritable(boolean) - Method in class org.springframework.web.filter.RequestContextFilter
Set whether to expose the LocaleContext and RequestAttributes as inheritable for child threads (using an InheritableThreadLocal).
setThreadContextInheritable(boolean) - Method in class org.springframework.web.portlet.FrameworkPortlet
Set whether to expose the LocaleContext and RequestAttributes as inheritable for child threads (using an InheritableThreadLocal).
setThreadContextInheritable(boolean) - Method in class org.springframework.web.servlet.FrameworkServlet
Set whether to expose the LocaleContext and RequestAttributes as inheritable for child threads (using an InheritableThreadLocal).
setThreaded(boolean) - Method in class org.springframework.jmx.support.ConnectorServerFactoryBean
Set whether the JMXConnectorServer should be started in a separate thread.
setThreadFactory(ThreadFactory) - Method in class org.springframework.core.task.SimpleAsyncTaskExecutor
Specify an external factory to use for creating new Threads, instead of relying on the local properties of this executor.
setThreadFactory(ThreadFactory) - Method in class org.springframework.scheduling.backportconcurrent.ThreadPoolTaskExecutor
Deprecated.
Set the ThreadFactory to use for the ThreadPoolExecutor's thread pool.
setThreadFactory(ThreadFactory) - Method in class org.springframework.scheduling.concurrent.ExecutorConfigurationSupport
Set the ThreadFactory to use for the ThreadPoolExecutor's thread pool.
setThreadFactory(ForkJoinPool.ForkJoinWorkerThreadFactory) - Method in class org.springframework.scheduling.concurrent.ForkJoinPoolFactoryBean
Set the factory for creating new ForkJoinWorkerThreads.
setThreadGroup(ThreadGroup) - Method in class org.springframework.util.CustomizableThreadCreator
Specify the thread group that threads should be created in.
setThreadGroupName(String) - Method in class org.springframework.util.CustomizableThreadCreator
Specify the name of the thread group that threads should be created in.
setThreadNamePrefix(String) - Method in class org.springframework.scheduling.backportconcurrent.ThreadPoolTaskExecutor
Deprecated.
 
setThreadNamePrefix(String) - Method in class org.springframework.scheduling.concurrent.ExecutorConfigurationSupport
 
setThreadNamePrefix(String) - Method in class org.springframework.util.CustomizableThreadCreator
Specify the prefix to use for the names of newly created threads.
setThreadPoolName(String) - Method in class org.springframework.jca.work.glassfish.GlassFishWorkManagerTaskExecutor
Identify a specific GlassFish thread pool to talk to.
setThreadPriority(int) - Method in class org.springframework.util.CustomizableThreadCreator
Set the priority of the threads that this factory creates.
setThrowingName(String) - Method in class org.springframework.aop.aspectj.AbstractAspectJAdvice
 
setThrowingName(String) - Method in class org.springframework.aop.aspectj.AspectJAdviceParameterNameDiscoverer
If afterThrowing advice binds the thrown value, the throwing variable name must be specified.
setThrowingName(String) - Method in class org.springframework.aop.aspectj.AspectJAfterThrowingAdvice
 
setThrowingNameNoCheck(String) - Method in class org.springframework.aop.aspectj.AbstractAspectJAdvice
We need to hold the throwing name at this level for argument binding calculations, this method allows the afterThrowing advice subclass to set the name.
setTilesInitializer(TilesInitializer) - Method in class org.springframework.web.servlet.view.tiles2.TilesConfigurer
Configure Tiles using a custom TilesInitializer, typically specified as an inner bean.
setTilesInitializer(TilesInitializer) - Method in class org.springframework.web.servlet.view.tiles3.TilesConfigurer
Configure Tiles using a custom TilesInitializer, typically specified as an inner bean.
setTilesProperties(Properties) - Method in class org.springframework.web.servlet.view.tiles2.TilesConfigurer
Set Tiles properties (equivalent to the ServletContext init-params in the Tiles documentation), overriding the default settings.
setTimeBetweenEvictionRunsMillis(long) - Method in class org.springframework.aop.target.CommonsPoolTargetSource
Set the time between eviction runs that check idle objects whether they have been idle for too long or have become invalid.
setTimeFormatter(DateTimeFormatter) - Method in class org.springframework.format.datetime.joda.JodaTimeFormatterRegistrar
Set the formatter that will be used for objects representing time values.
setTimeout(int) - Method in class org.springframework.jdbc.support.DatabaseStartupValidator
Set the timeout (in seconds) after which a fatal exception will be thrown.
setTimeout(long) - Method in class org.springframework.test.web.servlet.request.MockAsyncContext
 
setTimeout(int) - Method in class org.springframework.transaction.support.DefaultTransactionDefinition
Set the timeout to apply, as number of seconds.
setTimeout(Long) - Method in interface org.springframework.web.context.request.async.AsyncWebRequest
Set the time required for concurrent handling to complete.
setTimeout(Long) - Method in class org.springframework.web.context.request.async.NoSupportAsyncWebRequest
 
setTimeout(Long) - Method in class org.springframework.web.context.request.async.StandardServletAsyncWebRequest
Set the time required for concurrent handling to complete.
setTimeoutInMillis(long) - Method in class org.springframework.transaction.support.ResourceHolderSupport
Set the timeout for this object in milliseconds.
setTimeoutInSeconds(int) - Method in class org.springframework.transaction.support.ResourceHolderSupport
Set the timeout for this object in seconds.
setTimeoutMillisMethod - Static variable in class org.springframework.orm.jdo.DefaultJdoDialect
 
setTimeoutPerShutdownPhase(long) - Method in class org.springframework.context.support.DefaultLifecycleProcessor
Specify the maximum time allotted in milliseconds for the shutdown of any phase (group of SmartLifecycle beans with the same 'phase' value).
setTimer(Timer) - Method in class org.springframework.scheduling.commonj.TimerManagerTaskScheduler.TimerScheduledFuture
 
setTimer(Timer) - Method in class org.springframework.scheduling.timer.TimerTaskExecutor
Deprecated.
Set the Timer to use for this TimerTaskExecutor, for example a shared Timer instance defined by a TimerFactoryBean.
setTimerListener(TimerListener) - Method in class org.springframework.scheduling.commonj.ScheduledTimerListener
Set the TimerListener to schedule.
setTimerManager(TimerManager) - Method in class org.springframework.scheduling.commonj.TimerManagerAccessor
Specify the CommonJ TimerManager to delegate to.
setTimerManagerName(String) - Method in class org.springframework.scheduling.commonj.TimerManagerAccessor
Set the JNDI name of the CommonJ TimerManager.
setTimerTask(TimerTask) - Method in class org.springframework.scheduling.timer.ScheduledTimerTask
Deprecated.
Set the TimerTask to schedule.
setTimeStyle(String) - Method in class org.springframework.format.datetime.joda.JodaTimeFormatterRegistrar
Set the default format style of Joda LocalTime objects.
setTimeToIdle(int) - Method in class org.springframework.cache.ehcache.EhCacheFactoryBean
Set the time in seconds to idle for an element before it expires, that is, the maximum amount of time between accesses before an element expires.
setTimeToLive(int) - Method in class org.springframework.cache.ehcache.EhCacheFactoryBean
Set the time in seconds to live for an element before it expires, i.e.
setTimeToLive(long) - Method in class org.springframework.jms.connection.CachedMessageProducer
 
setTimeToLive(long) - Method in class org.springframework.jms.core.JmsTemplate
Set the time-to-live of the message when sending.
setTimeUnit(TimeUnit) - Method in class org.springframework.scheduling.concurrent.ScheduledExecutorTask
Specify the time unit for the delay and period values.
setTimeZone(TimeZone) - Method in class org.springframework.format.datetime.DateFormatter
Set the TimeZone to normalize the date values into, if any.
setTimeZone(TimeZone) - Method in class org.springframework.format.datetime.joda.DateTimeFormatterFactory
Set the TimeZone to normalize the date values into, if any.
setTimeZone(DateTimeZone) - Method in class org.springframework.format.datetime.joda.JodaTimeContext
Set the user's timezone.
setTimeZone(TimeZone) - Method in class org.springframework.scheduling.quartz.CronTriggerFactoryBean
Specify the time zone for this trigger's cron expression.
setTitle(String) - Method in class org.springframework.mock.web.portlet.MockRenderResponse
 
setTitle(String) - Method in class org.springframework.web.servlet.tags.form.AbstractHtmlElementTag
Set the value of the 'title' attribute.
setTo(String) - Method in class org.springframework.mail.javamail.MimeMailMessage
 
setTo(String[]) - Method in class org.springframework.mail.javamail.MimeMailMessage
 
setTo(InternetAddress) - Method in class org.springframework.mail.javamail.MimeMessageHelper
 
setTo(InternetAddress[]) - Method in class org.springframework.mail.javamail.MimeMessageHelper
 
setTo(String) - Method in interface org.springframework.mail.MailMessage
 
setTo(String[]) - Method in interface org.springframework.mail.MailMessage
 
setTo(String) - Method in class org.springframework.mail.SimpleMailMessage
 
setTo(String[]) - Method in class org.springframework.mail.SimpleMailMessage
 
setToggleAscendingOnProperty(boolean) - Method in class org.springframework.beans.support.MutableSortDefinition
Set whether to toggle the ascending flag if the same property gets set again (that is, MutableSortDefinition.setProperty(java.lang.String) gets called with already set property name again).
setToolAttributes(Map<String, Class>) - Method in class org.springframework.web.servlet.view.velocity.VelocityView
Set tool attributes to expose to the view, as attribute name / class name pairs.
setToolboxConfigLocation(String) - Method in class org.springframework.web.servlet.view.velocity.VelocityToolboxView
Set a Velocity Toolbox config location, for example "/WEB-INF/toolbox.xml", to automatically load a Velocity Tools toolbox definition file and expose all defined tools in the specified scopes.
setToolboxConfigLocation(String) - Method in class org.springframework.web.servlet.view.velocity.VelocityViewResolver
Set a Velocity Toolbox config location, for example "/WEB-INF/toolbox.xml", to automatically load a Velocity Tools toolbox definition file and expose all defined tools in the specified scopes.
setTotalParameterCount(int) - Method in class org.springframework.jdbc.core.namedparam.ParsedSql
Set the total count of all of the parameters in the SQL statement.
setTrackAllInvocations(boolean) - Method in class org.springframework.aop.interceptor.JamonPerformanceMonitorInterceptor
Set whether to track all invocations that go through this interceptor, or just invocations with trace logging enabled.
setTrackRowsAffected(boolean) - Method in class org.springframework.jdbc.object.BatchSqlUpdate
Set whether to track the rows affected by batch updates performed by this operation object.
setTransaction(Transaction) - Method in class org.springframework.orm.hibernate3.SessionHolder
 
setTransaction(Transaction) - Method in class org.springframework.orm.hibernate4.SessionHolder
 
setTransactionActive(boolean) - Method in class org.springframework.jdbc.datasource.ConnectionHolder
Set whether this holder represents an active, JDBC-managed transaction.
setTransactionActive(boolean) - Method in class org.springframework.orm.jdo.PersistenceManagerHolder
 
setTransactionActive(boolean) - Method in class org.springframework.orm.jpa.EntityManagerHolder
 
setTransactionAttribute(TransactionAttribute) - Method in class org.springframework.transaction.interceptor.MatchAlwaysTransactionAttributeSource
Allows a transaction attribute to be specified, using the String form, for example, "PROPAGATION_REQUIRED".
setTransactionAttributes(Properties) - Method in class org.springframework.transaction.interceptor.TransactionAspectSupport
Set properties with method names as keys and transaction attribute descriptors (parsed via TransactionAttributeEditor) as values: e.g.
setTransactionAttributes(Properties) - Method in class org.springframework.transaction.interceptor.TransactionProxyFactoryBean
Set properties with method names as keys and transaction attribute descriptors (parsed via TransactionAttributeEditor) as values: e.g.
setTransactionAttributeSource(TransactionAttributeSource) - Method in class org.springframework.transaction.interceptor.BeanFactoryTransactionAttributeSourceAdvisor
Set the transaction attribute source which is used to find transaction attributes.
setTransactionAttributeSource(TransactionAttributeSource) - Method in class org.springframework.transaction.interceptor.TransactionAspectSupport
Set the transaction attribute source which is used to find transaction attributes.
setTransactionAttributeSource(TransactionAttributeSource) - Method in class org.springframework.transaction.interceptor.TransactionProxyFactoryBean
Set the transaction attribute source which is used to find transaction attributes.
setTransactionAttributeSources(TransactionAttributeSource[]) - Method in class org.springframework.transaction.interceptor.TransactionAspectSupport
Set multiple transaction attribute sources which are used to find transaction attributes.
setTransactionAware(boolean) - Method in class org.springframework.cache.transaction.AbstractTransactionSupportingCacheManager
Set whether this CacheManager should expose transaction-aware Cache objects.
setTransactionConfigClass(Class) - Method in class org.springframework.orm.ibatis.SqlMapClientFactoryBean
Deprecated.
Set the iBATIS TransactionConfig class to use.
setTransactionConfigProperties(Properties) - Method in class org.springframework.orm.ibatis.SqlMapClientFactoryBean
Deprecated.
Set properties to be passed to the TransactionConfig instance used by this SqlMapClient.
setTransactionData(Object) - Method in class org.springframework.orm.jdo.JdoTransactionManager.JdoTransactionObject
 
setTransactionData(Object) - Method in class org.springframework.orm.jpa.JpaTransactionManager.JpaTransactionObject
 
setTransactionDefinition(TransactionDefinition) - Method in class org.springframework.test.AbstractTransactionalSpringContextTests
Deprecated.
Call this method in an overridden ConditionalTestCase.runBare() method to override the transaction attributes that will be used, so that AbstractSingleSpringContextTests.setUp() and AbstractSingleSpringContextTests.tearDown() behavior is modified.
setTransactionFactory(TransactionFactory) - Method in class org.springframework.jca.endpoint.AbstractMessageEndpointFactory
Set the Spring TransactionFactory to use for wrapping endpoint invocations, enlisting the endpoint resource in each such transaction.
setTransactionInterceptor(TransactionInterceptor) - Method in class org.springframework.transaction.interceptor.TransactionAttributeSourceAdvisor
Set the transaction interceptor to use for this advisor.
setTransactionIsolationMethod - Variable in class org.springframework.jdbc.datasource.WebSphereDataSourceAdapter
 
setTransactionIsolationMethod - Variable in class org.springframework.transaction.jta.OC4JJtaTransactionManager
Deprecated.
 
setTransactionManager(Object) - Method in class org.springframework.jca.endpoint.AbstractMessageEndpointFactory
Set the the XA transaction manager to use for wrapping endpoint invocations, enlisting the endpoint resource in each such transaction.
setTransactionManager(PlatformTransactionManager) - Method in class org.springframework.jms.listener.AbstractPollingMessageListenerContainer
Specify the Spring PlatformTransactionManager to use for transactional wrapping of message reception plus listener execution.
setTransactionManager(Object) - Method in class org.springframework.jms.listener.endpoint.JmsMessageEndpointManager
Set the XA transaction manager to use for wrapping endpoint invocations, enlisting the endpoint resource in each such transaction.
setTransactionManager(PlatformTransactionManager) - Method in class org.springframework.scheduling.quartz.SchedulerAccessor
Set the transaction manager to be used for registering jobs and triggers that are defined by this SchedulerFactoryBean.
setTransactionManager(PlatformTransactionManager) - Method in class org.springframework.test.AbstractTransactionalSpringContextTests
Deprecated.
Specify the transaction manager to use.
setTransactionManager(PlatformTransactionManager) - Method in class org.springframework.transaction.interceptor.TransactionAspectSupport
Specify the target transaction manager.
setTransactionManager(PlatformTransactionManager) - Method in class org.springframework.transaction.interceptor.TransactionProxyFactoryBean
Set the transaction manager.
setTransactionManager(TransactionManager) - Method in class org.springframework.transaction.jta.JtaTransactionManager
Set the JTA TransactionManager to use as direct reference.
setTransactionManager(PlatformTransactionManager) - Method in class org.springframework.transaction.support.TransactionTemplate
Set the transaction management strategy to be used.
setTransactionManagerBeanName(String) - Method in class org.springframework.transaction.interceptor.TransactionAspectSupport
Specify the name of the default transaction manager bean.
setTransactionManagerName(String) - Method in class org.springframework.transaction.jta.JtaTransactionManager
Set the JNDI name of the JTA TransactionManager.
setTransactionName(String) - Method in class org.springframework.jca.endpoint.AbstractMessageEndpointFactory
Specify the name of the transaction, if any.
setTransactionName(String) - Method in class org.springframework.jms.listener.AbstractPollingMessageListenerContainer
Specify the transaction name to use for transactional wrapping.
setTransactionSynchronization(int) - Method in class org.springframework.transaction.support.AbstractPlatformTransactionManager
Set when this transaction manager should activate the thread-bound transaction synchronization support.
setTransactionSynchronizationName(String) - Method in class org.springframework.transaction.support.AbstractPlatformTransactionManager
Set the transaction synchronization by the name of the corresponding constant in this class, e.g.
setTransactionSynchronizationRegistryName(String) - Method in class org.springframework.transaction.jta.JtaTransactionManager
Set the JNDI name of the JTA 1.1 TransactionSynchronizationRegistry.
setTransactionTimeout(int) - Method in class org.springframework.jca.endpoint.AbstractMessageEndpointFactory
Specify the transaction timeout, if any.
setTransactionTimeout(int) - Method in class org.springframework.jms.listener.AbstractPollingMessageListenerContainer
Specify the transaction timeout to use for transactional wrapping, in seconds.
setTransactionTimeout(int) - Method in class org.springframework.transaction.jta.UserTransactionAdapter
 
setTransactionType(PersistenceUnitTransactionType) - Method in class org.springframework.orm.jpa.persistenceunit.MutablePersistenceUnitInfo
 
setTransformerFactoryClass(Class) - Method in class org.springframework.web.servlet.view.xslt.AbstractXsltView
Deprecated.
Specify the XSLT TransformerFactory class to use.
setTransformerFactoryClass(Class) - Method in class org.springframework.web.servlet.view.xslt.XsltView
Specify the XSLT TransformerFactory class to use.
setTransientDataAccessResourceCodes(String[]) - Method in class org.springframework.jdbc.support.SQLErrorCodes
 
setTranslators(Map<String, SQLExceptionTranslator>) - Method in class org.springframework.jdbc.support.CustomSQLExceptionTranslatorRegistrar
Setter for a Map of SQLExceptionTranslator references where the key must be the database name as defined in the sql-error-codes.xml file.
setTraversableResolver(TraversableResolver) - Method in class org.springframework.validation.beanvalidation.CustomValidatorBean
Specify a custom TraversableResolver to use for this Validator.
setTraversableResolver(TraversableResolver) - Method in class org.springframework.validation.beanvalidation.LocalValidatorFactoryBean
Specify a custom TraversableResolver to use for this ValidatorFactory and its exposed default Validator.
setTriggerListenerNames(String[]) - Method in class org.springframework.scheduling.quartz.CronTriggerBean
Set a list of TriggerListener names for this job, referring to non-global TriggerListeners registered with the Scheduler.
setTriggerListenerNames(String[]) - Method in class org.springframework.scheduling.quartz.SimpleTriggerBean
Set a list of TriggerListener names for this job, referring to non-global TriggerListeners registered with the Scheduler.
setTriggerListeners(TriggerListener[]) - Method in class org.springframework.scheduling.quartz.SchedulerAccessor
Specify named Quartz TriggerListeners to be registered with the Scheduler.
setTriggers(Trigger[]) - Method in class org.springframework.scheduling.quartz.SchedulerAccessor
Register a list of Trigger objects with the Scheduler that this FactoryBean creates.
setTriggerTasks(Map<Runnable, Trigger>) - Method in class org.springframework.scheduling.config.ScheduledTaskRegistrar
Specify triggered tasks as a Map of Runnables (the tasks) and Trigger objects (typically custom implementations of the Trigger interface).
setTriggerTasksList(List<TriggerTask>) - Method in class org.springframework.scheduling.config.ScheduledTaskRegistrar
Specify triggered tasks as a list of TriggerTask objects.
setTrimTokens(boolean) - Method in class org.springframework.util.AntPathMatcher
Whether to trim tokenized paths and patterns.
setType(String) - Method in class org.springframework.beans.factory.config.ConstructorArgumentValues.ValueHolder
Set the type of the constructor argument.
setType(Proxy.Type) - Method in class org.springframework.http.client.support.ProxyFactoryBean
Sets the proxy type.
setType(EmbeddedDatabaseType) - Method in class org.springframework.jdbc.datasource.embedded.EmbeddedDatabaseBuilder
Set the type of embedded database.
setTypeClass(String) - Method in class org.springframework.orm.hibernate3.TypeDefinitionBean
Set the type implementation class.
setTypeComparator(TypeComparator) - Method in class org.springframework.expression.spel.support.StandardEvaluationContext
 
setTypeConverter(TypeConverter) - Method in interface org.springframework.beans.factory.config.ConfigurableBeanFactory
Set a custom type converter that this BeanFactory should use for converting bean property values, constructor argument values, etc.
setTypeConverter(TypeConverter) - Method in class org.springframework.beans.factory.support.AbstractBeanFactory
 
setTypeConverter(TypeConverter) - Method in class org.springframework.beans.support.ArgumentConvertingMethodInvoker
Set a TypeConverter to use for argument type conversion.
setTypeConverter(TypeConverter) - Method in class org.springframework.expression.spel.support.StandardEvaluationContext
 
setTypeDefinitions(TypeDefinitionBean[]) - Method in class org.springframework.orm.hibernate3.LocalSessionFactoryBean
Specify the Hibernate type definitions to register with the SessionFactory, as Spring TypeDefinitionBean instances.
setTypeIdMappings(Map<String, Class<?>>) - Method in class org.springframework.jms.support.converter.MappingJackson2MessageConverter
Specify mappings from type ids to Java classes, if desired.
setTypeIdMappings(Map<String, Class<?>>) - Method in class org.springframework.jms.support.converter.MappingJacksonMessageConverter
Specify mappings from type ids to Java classes, if desired.
setTypeIdOnMessage(Object, Message) - Method in class org.springframework.jms.support.converter.MappingJackson2MessageConverter
Set a type id for the given payload object on the given JMS Message.
setTypeIdOnMessage(Object, Message) - Method in class org.springframework.jms.support.converter.MappingJacksonMessageConverter
Set a type id for the given payload object on the given JMS Message.
setTypeIdPropertyName(String) - Method in class org.springframework.jms.support.converter.MappingJackson2MessageConverter
Specify the name of the JMS message property that carries the type id for the contained object: either a mapped id value or a raw Java class name.
setTypeIdPropertyName(String) - Method in class org.springframework.jms.support.converter.MappingJacksonMessageConverter
Specify the name of the JMS message property that carries the type id for the contained object: either a mapped id value or a raw Java class name.
setTypeIndexForCurrentLevel(int) - Method in class org.springframework.core.MethodParameter
Set the type index for the current nesting level.
setTypeLocator(TypeLocator) - Method in class org.springframework.expression.spel.support.StandardEvaluationContext
 
setTypeName(String) - Method in class org.springframework.orm.hibernate3.TypeDefinitionBean
Set the name of the type.
setTypePattern(String) - Method in class org.springframework.aop.aspectj.TypePatternClassFilter
Set the AspectJ type pattern to match.
setTypes(int[]) - Method in class org.springframework.jdbc.object.RdbmsOperation
Add anonymous parameters, specifying only their SQL types as defined in the java.sql.Types class.
setTypeValue(PreparedStatement, int, int, String) - Method in interface org.springframework.jdbc.core.SqlTypeValue
Set the type value on the given PreparedStatement.
setTypeValue(PreparedStatement, int, int, String) - Method in class org.springframework.jdbc.core.support.AbstractSqlTypeValue
 
setTypeValue(PreparedStatement, int, int, String) - Method in class org.springframework.jdbc.core.support.SqlLobValue
Set the specified content via the LobCreator.
setUncaughtExceptionHandler(Thread.UncaughtExceptionHandler) - Method in class org.springframework.scheduling.concurrent.ForkJoinPoolFactoryBean
Set the handler for internal worker threads that terminate due to unrecoverable errors encountered while executing tasks.
setUniqueFactoryMethodName(String) - Method in class org.springframework.beans.factory.support.RootBeanDefinition
Specify a factory method name that refers to a non-overloaded method.
setUnit(String) - Method in class org.springframework.jmx.export.metadata.ManagedMetric
The expected unit of measurement values.
setUnless(String) - Method in class org.springframework.cache.interceptor.CacheableOperation
 
setUnless(String) - Method in class org.springframework.cache.interceptor.CachePutOperation
 
setUnmarshaller(Unmarshaller) - Method in class org.springframework.http.converter.xml.MarshallingHttpMessageConverter
Set the Unmarshaller to be used by this message converter.
setUnmarshaller(Unmarshaller) - Method in class org.springframework.jms.support.converter.MarshallingMessageConverter
Set the Unmarshaller to be used by this message converter.
setUnmarshallerListener(Unmarshaller.Listener) - Method in class org.springframework.oxm.jaxb.Jaxb2Marshaller
Set the Unmarshaller.Listener to be registered with the JAXB Unmarshaller.
setUnmarshallerProperties(Map<String, ?>) - Method in class org.springframework.oxm.jaxb.Jaxb2Marshaller
Set the JAXB Unmarshaller properties.
setUnnamedParameterCount(int) - Method in class org.springframework.jdbc.core.namedparam.ParsedSql
Set the count of all of the unnamed parameters in the SQL statement.
setUowManager(UOWManager) - Method in class org.springframework.transaction.jta.WebSphereUowTransactionManager
Set the WebSphere UOWManager to use as direct reference.
setUowManagerName(String) - Method in class org.springframework.transaction.jta.WebSphereUowTransactionManager
Set the JNDI name of the WebSphere UOWManager.
setUp() - Method in class org.springframework.test.AbstractSingleSpringContextTests
Deprecated.
This implementation is final.
setupArgumentsForVarargsInvocation(Class[], Object...) - Static method in class org.springframework.expression.spel.support.ReflectionHelper
Package up the arguments so that they correctly match what is expected in parameterTypes.
setUpdatableResults(boolean) - Method in class org.springframework.jdbc.core.CallableStatementCreatorFactory
Set whether to use prepared statements capable of returning updatable ResultSets.
setUpdatableResults(boolean) - Method in class org.springframework.jdbc.core.PreparedStatementCreatorFactory
Set whether to use prepared statements capable of returning updatable ResultSets.
setUpdatableResults(boolean) - Method in class org.springframework.jdbc.object.RdbmsOperation
Set whether to use statements that are capable of returning updatable ResultSets.
setUpdateContentLength(boolean) - Method in class org.springframework.web.servlet.view.json.MappingJackson2JsonView
Whether to update the 'Content-Length' header of the response.
setUpdateContentLength(boolean) - Method in class org.springframework.web.servlet.view.json.MappingJacksonJsonView
Whether to update the 'Content-Length' header of the response.
setupDomain(AnnotationMBeanExporter) - Method in class org.springframework.context.annotation.MBeanExportConfiguration
 
setUploadTempDir(Resource) - Method in class org.springframework.web.multipart.commons.CommonsFileUploadSupport
Set the temporary directory where uploaded files get stored.
setupRegistrationPolicy(AnnotationMBeanExporter) - Method in class org.springframework.context.annotation.MBeanExportConfiguration
 
setUpRequestContextIfNecessary(TestContext) - Method in class org.springframework.test.context.web.ServletTestExecutionListener
 
setupServer(AnnotationMBeanExporter) - Method in class org.springframework.context.annotation.MBeanExportConfiguration
 
setURI(URI) - Method in class org.springframework.mock.http.client.MockClientHttpRequest
 
setUriResolver(URIResolver) - Method in class org.springframework.web.servlet.view.xslt.AbstractXsltView
Deprecated.
Set the URIResolver used in the transform.
setUriResolver(URIResolver) - Method in class org.springframework.web.servlet.view.xslt.XsltView
Set the URIResolver used in the transform.
setUriResolver(URIResolver) - Method in class org.springframework.web.servlet.view.xslt.XsltViewResolver
Set the URIResolver used in the transform.
setUrl(String) - Method in class org.springframework.jdbc.datasource.AbstractDriverBasedDataSource
Set the JDBC URL to use for connecting through the Driver.
setUrl(String) - Method in interface org.springframework.jdbc.datasource.embedded.ConnectionProperties
Sets the JDBC connection URL of the database.
setUrl(String) - Method in class org.springframework.web.servlet.view.AbstractUrlBasedView
Set the URL of the resource that this view wraps.
setUrl(String) - Method in class org.springframework.web.servlet.view.document.AbstractExcelView
Set the URL of the Excel workbook source, without localization part nor extension.
setUrl(String) - Method in class org.springframework.web.servlet.view.document.AbstractJExcelView
Set the URL of the Excel workbook source, without localization part nor extension.
setUrlDecode(boolean) - Method in class org.springframework.web.servlet.handler.AbstractHandlerMapping
Set if context path and request URI should be URL-decoded.
setUrlDecode(boolean) - Method in class org.springframework.web.servlet.mvc.AbstractUrlViewController
Set if context path and request URI should be URL-decoded.
setUrlDecode(boolean) - Method in class org.springframework.web.servlet.mvc.annotation.AnnotationMethodHandlerAdapter
Deprecated.
Set if context path and request URI should be URL-decoded.
setUrlDecode(boolean) - Method in class org.springframework.web.servlet.mvc.multiaction.AbstractUrlMethodNameResolver
Set if context path and request URI should be URL-decoded.
setUrlDecode(boolean) - Method in class org.springframework.web.servlet.mvc.WebContentInterceptor
Set if context path and request URI should be URL-decoded.
setUrlDecode(boolean) - Method in class org.springframework.web.servlet.view.DefaultRequestToViewNameTranslator
Set if the context path and request URI should be URL-decoded.
setUrlDecode(boolean) - Method in class org.springframework.web.util.UrlPathHelper
Set if context path and request URI should be URL-decoded.
setUrlMap(Map<String, ?>) - Method in class org.springframework.web.servlet.handler.SimpleUrlHandlerMapping
Set a Map with URL paths as keys and handler beans (or handler bean names) as values.
setUrlPathHelper(UrlPathHelper) - Method in class org.springframework.web.servlet.handler.AbstractHandlerMapping
Set the UrlPathHelper to use for resolution of lookup paths.
setUrlPathHelper(UrlPathHelper) - Method in class org.springframework.web.servlet.mvc.AbstractUrlViewController
Set the UrlPathHelper to use for the resolution of lookup paths.
setUrlPathHelper(UrlPathHelper) - Method in class org.springframework.web.servlet.mvc.annotation.AnnotationMethodHandlerAdapter
Deprecated.
Set the UrlPathHelper to use for resolution of lookup paths.
setUrlPathHelper(UrlPathHelper) - Method in class org.springframework.web.servlet.mvc.method.annotation.ServletCookieValueMethodArgumentResolver
 
setUrlPathHelper(UrlPathHelper) - Method in class org.springframework.web.servlet.mvc.multiaction.AbstractUrlMethodNameResolver
Set the UrlPathHelper to use for resolution of lookup paths.
setUrlPathHelper(UrlPathHelper) - Method in class org.springframework.web.servlet.mvc.WebContentInterceptor
Set the UrlPathHelper to use for resolution of lookup paths.
setUrlPathHelper(UrlPathHelper) - Method in class org.springframework.web.servlet.support.AbstractFlashMapManager
Set the UrlPathHelper to use to match FlashMap instances to requests.
setUrlPathHelper(UrlPathHelper) - Method in class org.springframework.web.servlet.support.RequestContext
Set the UrlPathHelper to use for context path and request URI decoding.
setUrlPathHelper(UrlPathHelper) - Method in class org.springframework.web.servlet.view.DefaultRequestToViewNameTranslator
Set the UrlPathHelper to use for the resolution of lookup paths.
setUrlPrefix(String) - Method in class org.springframework.web.servlet.mvc.support.ControllerBeanNameHandlerMapping
Set an optional prefix to prepend to generated URL mappings.
setUrlSuffix(String) - Method in class org.springframework.web.servlet.mvc.support.ControllerBeanNameHandlerMapping
Set an optional suffix to append to generated URL mappings.
setUseAttributeFor(Map<?, ?>) - Method in class org.springframework.oxm.xstream.XStreamMarshaller
Set the types to use XML attributes for.
setUseAttributeForTypes(Class[]) - Method in class org.springframework.oxm.xstream.XStreamMarshaller
Set types to use XML attributes for.
setUseCacheControlHeader(boolean) - Method in class org.springframework.web.servlet.support.WebContentGenerator
Set whether to use the HTTP 1.1 cache-control header.
setUseCacheControlNoStore(boolean) - Method in class org.springframework.web.servlet.support.WebContentGenerator
Set whether to use the HTTP 1.1 cache-control header value "no-store" when preventing caching.
setUseCachedContent(boolean) - Method in class org.springframework.mock.web.portlet.MockCacheControl
 
setUseCodeAsDefaultMessage(boolean) - Method in class org.springframework.context.support.AbstractMessageSource
Set whether to use the message code as default message instead of throwing a NoSuchMessageException.
setUseDefaultSuffixPattern(boolean) - Method in class org.springframework.web.servlet.mvc.annotation.DefaultAnnotationHandlerMapping
Deprecated.
Set whether to register paths using the default suffix pattern as well: i.e.
setUseDynamicLogger(boolean) - Method in class org.springframework.aop.interceptor.AbstractTraceInterceptor
Set whether to use a dynamic logger or a static logger.
setUseExpiresHeader(boolean) - Method in class org.springframework.web.servlet.support.WebContentGenerator
Set whether to use the HTTP 1.0 expires header.
setUseIsoFormat(boolean) - Method in class org.springframework.format.datetime.joda.JodaTimeFormatterRegistrar
Set whether standard ISO formatting should be applied to all Date/Time types.
setUseJaf(boolean) - Method in class org.springframework.web.accept.ContentNegotiationManagerFactoryBean
Indicate whether to use the Java Activation Framework as a fallback option to map from file extensions to media types.
setUseJaf(boolean) - Method in class org.springframework.web.accept.PathExtensionContentNegotiationStrategy
Indicate whether to use the Java Activation Framework to map from file extensions to media types.
setUseJaf(boolean) - Method in class org.springframework.web.servlet.view.ContentNegotiatingViewResolver
setUseMutableTilesContainer(boolean) - Method in class org.springframework.web.servlet.view.tiles2.TilesConfigurer
Set whether to use a MutableTilesContainer (typically the CachingTilesContainer implementation) for this application.
setUseMutableTilesContainer(boolean) - Method in class org.springframework.web.servlet.view.tiles3.TilesConfigurer
Set whether to use a MutableTilesContainer (typically the CachingTilesContainer implementation) for this application.
setUseNotAcceptableStatusCode(boolean) - Method in class org.springframework.web.servlet.view.ContentNegotiatingViewResolver
Indicate whether a 406 Not Acceptable status code should be returned if no suitable view can be found.
setUsePrefix(boolean) - Method in class org.springframework.aop.framework.autoproxy.DefaultAdvisorAutoProxyCreator
Set whether to exclude advisors with a certain prefix in the bean name.
setUserAttribute(String, Object) - Method in class org.springframework.aop.framework.ReflectiveMethodInvocation
 
setUserAttribute(String, Object) - Method in interface org.springframework.aop.ProxyMethodInvocation
Add the specified user attribute with the given value to this invocation.
setUseRegisteredSuffixPatternMatch(boolean) - Method in class org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping
Whether to use suffix pattern match for registered file extensions only when matching patterns to requests.
setUserinfoUsernameAttributes(String[]) - Method in class org.springframework.web.portlet.FrameworkPortlet
Set the list of attributes to search in the USER_INFO map when trying to find the username of the current user.
setUsername(String) - Method in class org.springframework.jdbc.datasource.AbstractDriverBasedDataSource
Set the JDBC username to use for connecting through the Driver.
setUsername(String) - Method in interface org.springframework.jdbc.datasource.embedded.ConnectionProperties
Sets the username to use to connect to the database.
setUsername(String) - Method in class org.springframework.jdbc.datasource.UserCredentialsDataSourceAdapter
Set the default username that this adapter should use for retrieving Connections.
setUsername(String) - Method in class org.springframework.jms.connection.UserCredentialsConnectionFactoryAdapter
Set the username that this adapter should use for retrieving Connections.
setUsername(String) - Method in class org.springframework.mail.javamail.JavaMailSenderImpl
Set the username for the account at the mail host, if any.
setUsername(String) - Method in class org.springframework.remoting.caucho.BurlapClientInterceptor
Set the username that this factory should use to access the remote service.
setUsername(String) - Method in class org.springframework.remoting.caucho.HessianClientInterceptor
Set the username that this factory should use to access the remote service.
setUsername(String) - Method in class org.springframework.remoting.jaxrpc.JaxRpcPortClientInterceptor
Deprecated.
Set the username to specify on the stub or call.
setUsername(String) - Method in class org.springframework.remoting.jaxws.JaxWsPortClientInterceptor
Set the username to specify on the stub.
setUserNameMethod - Variable in class org.springframework.jdbc.datasource.WebSphereDataSourceAdapter
 
setUserPrincipal(Principal) - Method in class org.springframework.mock.web.MockHttpServletRequest
 
setUserPrincipal(Principal) - Method in class org.springframework.mock.web.portlet.MockPortletRequest
 
setUserTransaction(UserTransaction) - Method in class org.springframework.transaction.jta.JtaTransactionManager
Set the JTA UserTransaction to use as direct reference.
setUserTransactionName(String) - Method in class org.springframework.transaction.jta.JtaTransactionManager
Set the JNDI name of the JTA UserTransaction.
setUserTreePath(String) - Method in class org.springframework.beans.factory.config.PreferencesPlaceholderConfigurer
Set the path in the system preferences tree to use for resolving placeholders.
setUseSharedPortletConfig(boolean) - Method in class org.springframework.web.portlet.handler.SimplePortletPostProcessor
Set whether to use the shared PortletConfig object passed in through setPortletConfig, if available.
setUseSharedPortletConfig(boolean) - Method in class org.springframework.web.portlet.mvc.PortletWrappingController
Set whether to use the shared PortletConfig object passed in through setPortletConfig, if available.
setUseSharedServletConfig(boolean) - Method in class org.springframework.web.servlet.handler.SimpleServletPostProcessor
Set whether to use the shared ServletConfig object passed in through setServletConfig, if available.
setUseSingleModelNameAsRoot(boolean) - Method in class org.springframework.web.servlet.view.xslt.AbstractXsltView
Deprecated.
Set whether to use the name of a given single model object as the document root element name.
setUseSoapAction(boolean) - Method in class org.springframework.remoting.jaxws.JaxWsPortClientInterceptor
Set the "soapaction.use" flag to specify on the stub.
setUseSqlStateForTranslation(boolean) - Method in class org.springframework.jdbc.support.SQLErrorCodes
Set this property to true for databases that do not provide an error code but that do provide SQL State (this includes PostgreSQL).
setUseStrictCasing(boolean) - Method in class org.springframework.jmx.access.MBeanClientInterceptor
Set whether to use strict casing for attributes.
setUseStrictCasing(boolean) - Method in class org.springframework.jmx.export.assembler.AbstractReflectiveMBeanInfoAssembler
Set whether to use strict casing for attributes.
setUseSuffixPatternMatch(boolean) - Method in class org.springframework.test.web.servlet.setup.StandaloneMockMvcBuilder
Whether to use suffix pattern match (".*") when matching patterns to requests.
setUseSuffixPatternMatch(boolean) - Method in class org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping
Whether to use suffix pattern match (".*") when matching patterns to requests.
setUseTrailingSlashMatch(boolean) - Method in class org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping
Whether to match to URLs irrespective of the presence of a trailing slash.
setUseTrailingSlashPatternMatch(boolean) - Method in class org.springframework.test.web.servlet.setup.StandaloneMockMvcBuilder
Whether to match to URLs irrespective of the presence of a trailing slash.
setUseTransactionAwareDataSource(boolean) - Method in class org.springframework.orm.hibernate3.AbstractSessionFactoryBean
Set whether to use a transaction-aware DataSource for the SessionFactory, i.e.
setUseTransactionAwareDataSource(boolean) - Method in class org.springframework.orm.ibatis.SqlMapClientFactoryBean
Deprecated.
Set whether to use a transaction-aware DataSource for the SqlMapClient, i.e.
setUseWriter(boolean) - Method in class org.springframework.web.servlet.view.jasperreports.ConfigurableJasperReportsView
Specifies whether or not the JRExporter writes to the PrintWriter of the associated with the request (true) or whether it writes directly to the InputStream of the request (false).
setUseXSITypeAtRoot(boolean) - Method in class org.springframework.oxm.castor.CastorMarshaller
Sets whether this marshaller should output the xsi:type attribute for the root element.
setValidateAddresses(boolean) - Method in class org.springframework.mail.javamail.MimeMessageHelper
Set whether to validate all addresses which get passed to this helper.
setValidatedAnnotationType(Class<? extends Annotation>) - Method in class org.springframework.validation.beanvalidation.MethodValidationPostProcessor
Set the 'validated' annotation type.
setValidateDefinitions(boolean) - Method in class org.springframework.web.servlet.view.tiles.TilesConfigurer
Deprecated.
Set whether to validate the Tiles XML definitions.
setValidateDefinitions(boolean) - Method in class org.springframework.web.servlet.view.tiles2.TilesConfigurer
Set whether to validate the Tiles XML definitions.
setValidateDefinitions(boolean) - Method in class org.springframework.web.servlet.view.tiles3.TilesConfigurer
Set whether to validate the Tiles XML definitions.
setValidateExistingTransaction(boolean) - Method in class org.springframework.transaction.support.AbstractPlatformTransactionManager
Set whether existing transactions should be validated before participating in them.
setValidateOnBinding(boolean) - Method in class org.springframework.web.portlet.mvc.BaseCommandController
Deprecated.
Set if the Validator should get applied when binding.
setValidateOnBinding(boolean) - Method in class org.springframework.web.servlet.mvc.BaseCommandController
Deprecated.
Set if the Validator should get applied when binding.
setValidating(boolean) - Method in class org.springframework.beans.factory.xml.XmlBeanDefinitionReader
Set whether to use XML validation.
setValidating(boolean) - Method in class org.springframework.context.support.AbstractXmlApplicationContext
Set whether to use XML validation.
setValidating(boolean) - Method in class org.springframework.context.support.GenericXmlApplicationContext
Set whether to use XML validation.
setValidating(boolean) - Method in class org.springframework.oxm.castor.CastorMarshaller
Set whether this marshaller should validate in- and outgoing documents.
setValidating(boolean) - Method in class org.springframework.oxm.xmlbeans.XmlBeansMarshaller
Set whether this marshaller should validate in- and outgoing documents.
setValidationEventHandler(ValidationEventHandler) - Method in class org.springframework.oxm.jaxb.Jaxb2Marshaller
Set the JAXB validation event handler.
setValidationMessageSource(MessageSource) - Method in class org.springframework.validation.beanvalidation.LocalValidatorFactoryBean
Specify a custom Spring MessageSource for resolving validation messages, instead of relying on JSR-303's default "ValidationMessages.properties" bundle in the classpath.
setValidationMode(int) - Method in class org.springframework.beans.factory.xml.XmlBeanDefinitionReader
Set the validation mode to use.
setValidationModeName(String) - Method in class org.springframework.beans.factory.xml.XmlBeanDefinitionReader
Set the validation mode to use by name.
setValidationModeName(String) - Method in class org.springframework.orm.jpa.persistenceunit.SpringPersistenceUnitInfo
 
setValidationProperties(Properties) - Method in class org.springframework.validation.beanvalidation.LocalValidatorFactoryBean
Specify bean validation properties to be passed to the validation provider.
setValidationPropertyMap(Map<String, String>) - Method in class org.springframework.validation.beanvalidation.LocalValidatorFactoryBean
Specify bean validation properties to be passed to the validation provider as a Map.
setValidationQuery(String) - Method in class org.springframework.jdbc.support.DatabaseStartupValidator
Set the SQL query string to use for validation.
setValidator(Validator) - Method in class org.springframework.test.web.servlet.setup.StandaloneMockMvcBuilder
Provide a custom Validator instead of the one created by default.
setValidator(Validator) - Method in class org.springframework.validation.beanvalidation.BeanValidationPostProcessor
Set the JSR-303 Validator to delegate to for validating beans.
setValidator(Validator) - Method in class org.springframework.validation.beanvalidation.MethodValidationPostProcessor
Set the JSR-303 Validator to delegate to for validating methods.
setValidator(Validator) - Method in class org.springframework.validation.DataBinder
Set the Validator to apply after each binding step.
setValidator(Validator) - Method in class org.springframework.web.bind.support.ConfigurableWebBindingInitializer
Set the Validator to apply after each binding step.
setValidator(Validator) - Method in class org.springframework.web.portlet.mvc.BaseCommandController
Deprecated.
Set the primary Validator for this controller.
setValidator(Validator) - Method in class org.springframework.web.servlet.mvc.BaseCommandController
Deprecated.
Set the primary Validator for this controller.
setValidatorFactory(ValidatorFactory) - Method in class org.springframework.validation.beanvalidation.BeanValidationPostProcessor
Set the JSR-303 ValidatorFactory to delegate to for validating beans, using its default Validator.
setValidatorFactory(ValidatorFactory) - Method in class org.springframework.validation.beanvalidation.CustomValidatorBean
Set the ValidatorFactory to obtain the target Validator from.
setValidatorFactory(ValidatorFactory) - Method in class org.springframework.validation.beanvalidation.MethodValidationPostProcessor
Set the JSR-303 ValidatorFactory to delegate to for validating methods, using its default Validator.
setValidators(Validator[]) - Method in class org.springframework.web.portlet.mvc.BaseCommandController
Deprecated.
Set the Validators for this controller.
setValidators(Validator[]) - Method in class org.springframework.web.servlet.mvc.BaseCommandController
Deprecated.
Set the Validators for this controller.
setValidators(Validator[]) - Method in class org.springframework.web.servlet.mvc.multiaction.MultiActionController
Set the Validators for this controller.
setValue(ELContext, Object, Object, Object) - Method in class org.springframework.beans.factory.access.el.SpringBeanELResolver
 
setValue(Object) - Method in class org.springframework.beans.factory.config.ConstructorArgumentValues.ValueHolder
Set the value for the constructor argument.
setValue(String) - Method in class org.springframework.beans.factory.config.TypedStringValue
Set the String value.
setValue(Object) - Method in class org.springframework.beans.propertyeditors.CustomCollectionEditor
Convert the given value to a Collection of the target type.
setValue(Object) - Method in class org.springframework.beans.propertyeditors.CustomMapEditor
Convert the given value to a Map of the target type.
setValue(Object) - Method in class org.springframework.beans.propertyeditors.CustomNumberEditor
Coerce a Number value into the required target class, if necessary.
setValue(Object) - Method in class org.springframework.beans.propertyeditors.PropertiesEditor
Take Properties as-is; convert Map into Properties.
setValue(Object) - Method in class org.springframework.core.io.support.ResourceArrayPropertyEditor
Treat the given value as a collection or array and convert it to a Resource array.
setValue(EvaluationContext, Object) - Method in class org.springframework.expression.common.CompositeStringExpression
 
setValue(EvaluationContext, Object, Object) - Method in class org.springframework.expression.common.CompositeStringExpression
 
setValue(Object, Object) - Method in class org.springframework.expression.common.CompositeStringExpression
 
setValue(EvaluationContext, Object) - Method in class org.springframework.expression.common.LiteralExpression
 
setValue(EvaluationContext, Object, Object) - Method in class org.springframework.expression.common.LiteralExpression
 
setValue(Object, Object) - Method in class org.springframework.expression.common.LiteralExpression
 
setValue(EvaluationContext, Object) - Method in interface org.springframework.expression.Expression
Set this expression in the provided context to the value provided.
setValue(Object, Object) - Method in interface org.springframework.expression.Expression
Set this expression in the provided context to the value provided.
setValue(EvaluationContext, Object, Object) - Method in interface org.springframework.expression.Expression
Set this expression in the provided context to the value provided.
setValue(ExpressionState, Object) - Method in class org.springframework.expression.spel.ast.CompoundExpression
 
setValue(Object) - Method in class org.springframework.expression.spel.ast.Indexer.ArrayIndexingValueRef
 
setValue(Object) - Method in class org.springframework.expression.spel.ast.Indexer.CollectionIndexingValueRef
 
setValue(Object) - Method in class org.springframework.expression.spel.ast.Indexer.MapIndexingValueRef
 
setValue(Object) - Method in class org.springframework.expression.spel.ast.Indexer.PropertyIndexingValueRef
 
setValue(ExpressionState, Object) - Method in class org.springframework.expression.spel.ast.Indexer
 
setValue(Object) - Method in class org.springframework.expression.spel.ast.Indexer.StringIndexingLValue
 
setValue(Object) - Method in class org.springframework.expression.spel.ast.MethodReference.MethodValueRef
 
setValue(Object) - Method in class org.springframework.expression.spel.ast.PropertyOrFieldReference.AccessorLValue
 
setValue(ExpressionState, Object) - Method in class org.springframework.expression.spel.ast.PropertyOrFieldReference
 
setValue(ExpressionState, Object) - Method in class org.springframework.expression.spel.ast.SpelNodeImpl
 
setValue(Object) - Method in class org.springframework.expression.spel.ast.ValueRef.NullValueRef
 
setValue(Object) - Method in interface org.springframework.expression.spel.ast.ValueRef
Sets the value this ValueRef points to, it should not require expression component re-evaluation.
setValue(Object) - Method in class org.springframework.expression.spel.ast.ValueRef.TypedValueHolderValueRef
 
setValue(ExpressionState, Object) - Method in class org.springframework.expression.spel.ast.VariableReference
 
setValue(Object) - Method in class org.springframework.expression.spel.ast.VariableReference.VariableRef
 
setValue(ExpressionState, Object) - Method in interface org.springframework.expression.spel.SpelNode
Evaluate the expression to a node and then set the new value on that node.
setValue(EvaluationContext, Object) - Method in class org.springframework.expression.spel.standard.SpelExpression
 
setValue(Object, Object) - Method in class org.springframework.expression.spel.standard.SpelExpression
 
setValue(EvaluationContext, Object, Object) - Method in class org.springframework.expression.spel.standard.SpelExpression
 
setValue(PreparedStatement, int, int, String, Integer, Object) - Static method in class org.springframework.jdbc.core.StatementCreatorUtils
 
setValue(PreparedStatement, int) - Method in interface org.springframework.jdbc.support.SqlValue
Set the value on the given PreparedStatement.
setValue(PreparedStatement, int) - Method in class org.springframework.jdbc.support.xml.Jdbc4SqlXmlHandler.AbstractJdbc4SqlXmlValue
 
setValue(Object) - Method in class org.springframework.mock.web.HeaderValueHolder
 
setValue(String, String) - Method in class org.springframework.mock.web.portlet.MockPortletPreferences
 
setValue(V) - Method in class org.springframework.util.ConcurrentReferenceHashMap.Entry
 
setValue(ELContext, Object, Object, Object) - Method in class org.springframework.web.jsf.el.WebApplicationContextFacesELResolver
 
setValue(Object) - Method in class org.springframework.web.multipart.support.ByteArrayMultipartFileEditor
 
setValue(Object) - Method in class org.springframework.web.multipart.support.StringMultipartFileEditor
 
setValue(Object) - Method in class org.springframework.web.servlet.tags.form.AbstractSingleCheckedElementTag
Set the value of the 'value' attribute.
setValue(String) - Method in class org.springframework.web.servlet.tags.form.ButtonTag
Set the value of the 'value' attribute.
setValue(Object) - Method in class org.springframework.web.servlet.tags.form.OptionTag
Set the 'value' attribute of the rendered HTML &lt;option&gt; tag.
setValue(String) - Method in class org.springframework.web.servlet.tags.Param
Set the raw value of the parameter
setValue(String) - Method in class org.springframework.web.servlet.tags.ParamTag
Sets the value of the parameter
setValue(Object) - Method in class org.springframework.web.servlet.tags.TransformTag
Set the value to transform, using the appropriate PropertyEditor from the enclosing BindTag.
setValue(String) - Method in class org.springframework.web.servlet.tags.UrlTag
Sets the value of the URL
setValueAnnotationType(Class<? extends Annotation>) - Method in class org.springframework.beans.factory.annotation.QualifierAnnotationAutowireCandidateResolver
Set the 'value' annotation type, to be used on fields, method parameters and constructor parameters.
setValues(PreparedStatement) - Method in class org.springframework.jdbc.core.ArgPreparedStatementSetter
 
setValues(PreparedStatement) - Method in class org.springframework.jdbc.core.ArgTypePreparedStatementSetter
 
setValues(PreparedStatement, int) - Method in interface org.springframework.jdbc.core.BatchPreparedStatementSetter
Set parameter values on the given PreparedStatement.
setValues(PreparedStatement, T) - Method in interface org.springframework.jdbc.core.ParameterizedPreparedStatementSetter
Set parameter values on the given PreparedStatement.
setValues(PreparedStatement) - Method in class org.springframework.jdbc.core.PreparedStatementCreatorFactory.PreparedStatementCreatorImpl
 
setValues(PreparedStatement) - Method in interface org.springframework.jdbc.core.PreparedStatementSetter
Set parameter values on the given PreparedStatement.
setValues(PreparedStatement, int) - Method in class org.springframework.jdbc.core.support.AbstractInterruptibleBatchPreparedStatementSetter
This implementation calls AbstractInterruptibleBatchPreparedStatementSetter.setValuesIfAvailable(java.sql.PreparedStatement, int) and sets this instance's exhaustion flag accordingly.
setValues(PreparedStatement, LobCreator) - Method in class org.springframework.jdbc.core.support.AbstractLobCreatingPreparedStatementCallback
Set values on the given PreparedStatement, using the given LobCreator for BLOB/CLOB arguments.
setValues(String, String[]) - Method in class org.springframework.mock.web.portlet.MockPortletPreferences
 
setValueSeparator(String) - Method in class org.springframework.beans.factory.config.PlaceholderConfigurerSupport
Specify the separating character between the placeholder variable and the associated default value, or null if no such special character should be processed as a value separator.
setValueSeparator(String) - Method in class org.springframework.core.env.AbstractEnvironment
 
setValueSeparator(String) - Method in class org.springframework.core.env.AbstractPropertyResolver
Specify the separating character between the placeholders replaced by this resolver and their associated default value, or null if no such special character should be processed as a value separator.
setValueSeparator(String) - Method in interface org.springframework.core.env.ConfigurablePropertyResolver
Specify the separating character between the placeholders replaced by this resolver and their associated default value, or null if no such special character should be processed as a value separator.
setValuesIfAvailable(PreparedStatement, int) - Method in class org.springframework.jdbc.core.support.AbstractInterruptibleBatchPreparedStatementSetter
Check for available values and set them on the given PreparedStatement.
setValueTypeName(String) - Method in class org.springframework.beans.factory.support.ManagedMap
Set the default value type name (class name) to be used for this map.
setVar(String) - Method in class org.springframework.web.servlet.tags.EvalTag
Set the variable name to expose the evaluation result under.
setVar(String) - Method in class org.springframework.web.servlet.tags.MessageTag
Set PageContext attribute name under which to expose a variable that contains the resolved message.
setVar(String) - Method in class org.springframework.web.servlet.tags.TransformTag
Set PageContext attribute name under which to expose a variable that contains the result of the transformation.
setVar(String) - Method in class org.springframework.web.servlet.tags.UrlTag
Set the variable name to expose the URL under.
setVariable(String, Object) - Method in interface org.springframework.expression.EvaluationContext
Set a named variable within this evaluation context to a specified value.
setVariable(String, Object) - Method in class org.springframework.expression.spel.ExpressionState
 
setVariable(String, Object) - Method in class org.springframework.expression.spel.ExpressionState.VariableScope
 
setVariable(String, Object) - Method in class org.springframework.expression.spel.support.StandardEvaluationContext
 
setVariables(Map<String, Object>) - Method in class org.springframework.expression.spel.support.StandardEvaluationContext
 
setVelocityEngine(VelocityEngine) - Method in class org.springframework.web.servlet.view.velocity.VelocityConfigurer
Set a pre-configured VelocityEngine to use for the Velocity web configuration: e.g.
setVelocityEngine(VelocityEngine) - Method in class org.springframework.web.servlet.view.velocity.VelocityView
Set the VelocityEngine to be used by this view.
setVelocityProperties(Properties) - Method in class org.springframework.ui.velocity.VelocityEngineFactory
Set Velocity properties, like "file.resource.loader.path".
setVelocityPropertiesMap(Map<String, Object>) - Method in class org.springframework.ui.velocity.VelocityEngineFactory
Set Velocity properties as Map, to allow for non-String values like "ds.resource.loader.instance".
setView(Object) - Method in class org.springframework.web.method.support.ModelAndViewContainer
Set a View object to be used by the DispatcherServlet.
setView(Object) - Method in class org.springframework.web.portlet.ModelAndView
Set a View object for this ModelAndView.
setView(View) - Method in class org.springframework.web.servlet.ModelAndView
Set a View object for this ModelAndView.
setViewClass(Class) - Method in class org.springframework.web.servlet.view.UrlBasedViewResolver
Set the view class that should be used to create views.
setViewName(String) - Method in class org.springframework.web.method.support.ModelAndViewContainer
Set a view name to be resolved by the DispatcherServlet via a ViewResolver.
setViewName(String) - Method in class org.springframework.web.portlet.ModelAndView
Set a view name for this ModelAndView, to be resolved by the DispatcherPortlet via a ViewResolver.
setViewName(String) - Method in class org.springframework.web.portlet.mvc.ParameterizableViewController
Set the name of the view to delegate to.
setViewName(String) - Method in class org.springframework.web.servlet.config.annotation.ViewControllerRegistration
Sets the view name to use for this view controller.
setViewName(String) - Method in class org.springframework.web.servlet.ModelAndView
Set a view name for this ModelAndView, to be resolved by the DispatcherServlet via a ViewResolver.
setViewName(String) - Method in class org.springframework.web.servlet.mvc.ParameterizableViewController
Set the name of the view to delegate to.
setViewNames(String[]) - Method in class org.springframework.web.servlet.view.UrlBasedViewResolver
Set the view names (or name patterns) that can be handled by this ViewResolver.
setViewRendererUrl(String) - Method in class org.springframework.web.portlet.DispatcherPortlet
Set the URL to the ViewRendererServlet.
setViewResolvers(ViewResolver...) - Method in class org.springframework.test.web.servlet.setup.StandaloneMockMvcBuilder
Set up view resolution with the given ViewResolvers.
setViewResolvers(List<ViewResolver>) - Method in class org.springframework.web.servlet.view.ContentNegotiatingViewResolver
Sets the view resolvers to be wrapped by this view resolver.
setWaitForJobsToCompleteOnShutdown(boolean) - Method in class org.springframework.scheduling.quartz.SchedulerFactoryBean
Set whether to wait for running jobs to complete on shutdown.
setWaitForJobsToCompleteOnShutdown(boolean) - Method in class org.springframework.scheduling.quartz.SimpleThreadPoolTaskExecutor
Set whether to wait for running jobs to complete on shutdown.
setWaitForTasksToCompleteOnShutdown(boolean) - Method in class org.springframework.scheduling.backportconcurrent.ThreadPoolTaskExecutor
Deprecated.
Set whether to wait for scheduled tasks to complete on shutdown.
setWaitForTasksToCompleteOnShutdown(boolean) - Method in class org.springframework.scheduling.concurrent.ExecutorConfigurationSupport
Set whether to wait for scheduled tasks to complete on shutdown, not interrupting running tasks and executing all tasks in the queue.
setWarnLogCategory(String) - Method in class org.springframework.web.portlet.handler.AbstractHandlerExceptionResolver
Set the log category for warn logging.
setWarnLogCategory(String) - Method in class org.springframework.web.servlet.handler.AbstractHandlerExceptionResolver
Set the log category for warn logging.
setWebAppRootSystemProperty(ServletContext) - Static method in class org.springframework.web.util.WebUtils
Set a system property to the web application root directory.
setWebBindingInitializer(WebBindingInitializer) - Method in class org.springframework.web.portlet.mvc.annotation.AnnotationMethodHandlerAdapter
Specify a WebBindingInitializer which will apply pre-configured configuration to every DataBinder that this controller uses.
setWebBindingInitializer(WebBindingInitializer) - Method in class org.springframework.web.portlet.mvc.BaseCommandController
Deprecated.
Specify a WebBindingInitializer which will apply pre-configured configuration to every DataBinder that this controller uses.
setWebBindingInitializer(WebBindingInitializer) - Method in class org.springframework.web.servlet.mvc.annotation.AnnotationMethodHandlerAdapter
Deprecated.
Specify a WebBindingInitializer which will apply pre-configured configuration to every DataBinder that this controller uses.
setWebBindingInitializer(WebBindingInitializer) - Method in class org.springframework.web.servlet.mvc.BaseCommandController
Deprecated.
Specify a WebBindingInitializer which will apply pre-configured configuration to every DataBinder that this controller uses.
setWebBindingInitializer(WebBindingInitializer) - Method in class org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter
Provide a WebBindingInitializer with "global" initialization to apply to every DataBinder instance.
setWebBindingInitializer(WebBindingInitializer) - Method in class org.springframework.web.servlet.mvc.multiaction.MultiActionController
Specify a WebBindingInitializer which will apply pre-configured configuration to every DataBinder that this controller uses.
setWebServiceFeatures(Object[]) - Method in class org.springframework.remoting.jaxws.AbstractJaxWsServiceExporter
Allows for providing JAX-WS 2.2 WebServiceFeature specifications: in the form of actual WebServiceFeature objects, WebServiceFeature Class references, or WebServiceFeature class names.
setWebServiceFeatures(Object[]) - Method in class org.springframework.remoting.jaxws.JaxWsPortClientInterceptor
Allows for providing JAX-WS 2.1 WebServiceFeature specifications: in the form of actual WebServiceFeature objects, WebServiceFeature Class references, or WebServiceFeature class names.
setWhenExhaustedAction(byte) - Method in class org.springframework.aop.target.CommonsPoolTargetSource
Set the action to take when the pool is exhausted.
setWhenExhaustedActionName(String) - Method in class org.springframework.aop.target.CommonsPoolTargetSource
Set the action to take when the pool is exhausted.
setWhitespacePreserve(boolean) - Method in class org.springframework.oxm.castor.CastorMarshaller
Set whether the Castor Unmarshaller should preserve "ignorable" whitespace.
setWindowID(String) - Method in class org.springframework.mock.web.portlet.MockPortletRequest
 
setWindowState(WindowState) - Method in class org.springframework.mock.web.portlet.MockActionResponse
 
setWindowState(WindowState) - Method in class org.springframework.mock.web.portlet.MockPortletRequest
 
setWindowState(WindowState) - Method in class org.springframework.mock.web.portlet.MockPortletURL
 
setWindowState(WindowState) - Method in class org.springframework.mock.web.portlet.MockStateAwareResponse
 
setWorkingDirSystemProperty(String) - Static method in class org.springframework.util.Log4jConfigurer
Set the specified system property to the current working directory.
setWorkListener(WorkListener) - Method in class org.springframework.jca.work.WorkManagerTaskExecutor
Specify a JCA 1.5 WorkListener to apply, if any.
setWorkListener(WorkListener) - Method in class org.springframework.scheduling.commonj.WorkManagerTaskExecutor
Specify a CommonJ WorkListener to apply, if any.
setWorkManager(WorkManager) - Method in class org.springframework.jca.support.ResourceAdapterFactoryBean
Specify the JCA WorkManager to use for bootstrapping the ResourceAdapter.
setWorkManager(WorkManager) - Method in class org.springframework.jca.work.WorkManagerTaskExecutor
Specify the JCA WorkManager instance to delegate to.
setWorkManager(WorkManager) - Method in class org.springframework.scheduling.commonj.WorkManagerTaskExecutor
Specify the CommonJ WorkManager to delegate to.
setWorkManagerMBeanName(String) - Method in class org.springframework.jca.work.jboss.JBossWorkManagerTaskExecutor
Identify a specific JBossWorkManagerMBean to talk to, through its JMX object name.
setWorkManagerName(String) - Method in class org.springframework.jca.work.WorkManagerTaskExecutor
Set the JNDI name of the JCA WorkManager.
setWorkManagerName(String) - Method in class org.springframework.scheduling.commonj.WorkManagerTaskExecutor
Set the JNDI name of the CommonJ WorkManager.
setWrapAsLob(boolean) - Method in class org.springframework.jdbc.support.lob.DefaultLobHandler
Specify whether to submit a byte array / String to the JDBC driver wrapped in a JDBC Blob / Clob object, using the JDBC setBlob / setClob method with a Blob / Clob argument.
setWrappedInstance(Object) - Method in class org.springframework.beans.BeanWrapperImpl
Switch the target object, replacing the cached introspection results only if the class of the new object is different to that of the replaced object.
setWrappedInstance(Object, String, Object) - Method in class org.springframework.beans.BeanWrapperImpl
Switch the target object, replacing the cached introspection results only if the class of the new object is different to that of the replaced object.
setWriteAcceptCharset(boolean) - Method in class org.springframework.http.converter.ObjectToStringHttpMessageConverter
Indicates whether the Accept-Charset should be written to any outgoing request.
setWriteAcceptCharset(boolean) - Method in class org.springframework.http.converter.StringHttpMessageConverter
Indicates whether the Accept-Charset should be written to any outgoing request.
setWriteMethod(Method) - Method in class org.springframework.beans.SimpleIndexedPropertyDescriptor
 
setWriteMethod(Method) - Method in class org.springframework.beans.SimpleNonIndexedPropertyDescriptor
 
setWriterAccessAllowed(boolean) - Method in class org.springframework.mock.web.MockHttpServletResponse
Set whether MockHttpServletResponse.getWriter() access is allowed.
setWsdlDocumentResource(Resource) - Method in class org.springframework.remoting.jaxws.LocalJaxWsServiceFactory
Set the WSDL document URL as a Resource.
setWsdlDocumentUrl(URL) - Method in class org.springframework.remoting.jaxrpc.LocalJaxRpcServiceFactory
Deprecated.
Set the URL of the WSDL document that describes the service.
setWsdlDocumentUrl(URL) - Method in class org.springframework.remoting.jaxws.LocalJaxWsServiceFactory
Set the URL of the WSDL document that describes the service.
setXaTerminator(XATerminator) - Method in class org.springframework.jca.support.ResourceAdapterFactoryBean
Specify the JCA XATerminator to use for bootstrapping the ResourceAdapter.
setXmlOptions(XmlOptions) - Method in class org.springframework.oxm.xmlbeans.XmlBeansMarshaller
Set the XmlOptions.
setXMLReader(XMLReader) - Method in class org.springframework.oxm.support.MarshallingSource
Throws a UnsupportedOperationException.
setXMLReader(XMLReader) - Method in class org.springframework.util.xml.StaxSource
Throws an UnsupportedOperationException.
ShadowingClassLoader - Class in org.springframework.instrument.classloading
ClassLoader decorator that shadows an enclosing ClassLoader, applying registered transformers to all affected classes.
ShadowingClassLoader(ClassLoader) - Constructor for class org.springframework.instrument.classloading.ShadowingClassLoader
Create a new ShadowingClassLoader, decorating the given ClassLoader.
shadowingClassLoader - Variable in class org.springframework.test.jpa.AbstractJpaTests.ShadowingLoadTimeWeaver
Deprecated.
 
shadowMatchCache - Variable in class org.springframework.aop.aspectj.AspectJExpressionPointcut
 
shadowParent - Variable in class org.springframework.test.jpa.AbstractJpaTests
Deprecated.
If this instance is in a shadow loader, this variable will contain the parent instance of the subclass.
shallowCopyFieldState(Object, Object) - Static method in class org.springframework.instrument.classloading.tomcat.TomcatInstrumentableClassLoader
Given the source object and the destination, which must be the same class or a subclass, copy all fields, including inherited fields.
shallowCopyFieldState(Object, Object) - Static method in class org.springframework.util.ReflectionUtils
Given the source object and the destination, which must be the same class or a subclass, copy all fields, including inherited fields.
ShallowEtagHeaderFilter - Class in org.springframework.web.filter
javax.servlet.Filter that generates an ETag value based on the content on the response.
ShallowEtagHeaderFilter() - Constructor for class org.springframework.web.filter.ShallowEtagHeaderFilter
 
ShallowEtagHeaderFilter.ShallowEtagResponseWrapper - Class in org.springframework.web.filter
HttpServletRequest wrapper that buffers all content written to the output stream and writer, and allows this content to be retrieved via a byte array.
ShallowEtagHeaderFilter.ShallowEtagResponseWrapper(HttpServletResponse) - Constructor for class org.springframework.web.filter.ShallowEtagHeaderFilter.ShallowEtagResponseWrapper
 
ShallowEtagHeaderFilter.ShallowEtagResponseWrapper.ResponsePrintWriter - Class in org.springframework.web.filter
 
ShallowEtagHeaderFilter.ShallowEtagResponseWrapper.ResponsePrintWriter(String) - Constructor for class org.springframework.web.filter.ShallowEtagHeaderFilter.ShallowEtagResponseWrapper.ResponsePrintWriter
 
ShallowEtagHeaderFilter.ShallowEtagResponseWrapper.ResponseServletOutputStream - Class in org.springframework.web.filter
 
ShallowEtagHeaderFilter.ShallowEtagResponseWrapper.ResponseServletOutputStream() - Constructor for class org.springframework.web.filter.ShallowEtagHeaderFilter.ShallowEtagResponseWrapper.ResponseServletOutputStream
 
shareable - Variable in class org.springframework.context.annotation.CommonAnnotationBeanPostProcessor.ResourceElement
 
shareableResources - Variable in class org.springframework.jndi.support.SimpleJndiBeanFactory
JNDI names of resources that are known to be shareable, i.e.
shared - Variable in class org.springframework.cache.ehcache.EhCacheManagerFactoryBean
 
shared - Variable in class org.springframework.orm.jpa.support.SharedEntityManagerBean
 
shared - Variable in class org.springframework.scheduling.commonj.TimerManagerAccessor
 
SHARED_CACHE_MODE - Static variable in class org.springframework.orm.jpa.persistenceunit.PersistenceUnitReader
 
sharedCacheModeEnum - Variable in class org.springframework.orm.jpa.persistenceunit.DefaultPersistenceUnitManager.Jpa2PersistenceUnitInfoDecorator
 
sharedCacheModeName - Variable in class org.springframework.orm.jpa.persistenceunit.SpringPersistenceUnitInfo
 
sharedConnection - Variable in class org.springframework.jms.listener.AbstractJmsListeningContainer
 
sharedConnectionEnabled() - Method in class org.springframework.jms.listener.AbstractJmsListeningContainer
Return whether a shared JMS Connection should be maintained by this container base class.
sharedConnectionEnabled() - Method in class org.springframework.jms.listener.DefaultMessageListenerContainer
Use a shared JMS Connection depending on the "cacheLevel" setting.
sharedConnectionEnabled() - Method in class org.springframework.jms.listener.SimpleMessageListenerContainer
Always use a shared JMS Connection.
sharedConnectionMonitor - Variable in class org.springframework.jms.listener.AbstractJmsListeningContainer
 
sharedConnectionStarted - Variable in class org.springframework.jms.listener.AbstractJmsListeningContainer
 
sharedEditor - Variable in class org.springframework.beans.factory.config.CustomEditorConfigurer.SharedPropertyEditorRegistrar
 
sharedEditors - Variable in class org.springframework.beans.PropertyEditorRegistrySupport
 
sharedEntityManager - Variable in class org.springframework.test.jpa.AbstractJpaTests
Deprecated.
Subclasses can use this in test cases.
SharedEntityManagerBean - Class in org.springframework.orm.jpa.support
FactoryBean that exposes a shared JPA javax.persistence.EntityManager reference for a given EntityManagerFactory.
SharedEntityManagerBean() - Constructor for class org.springframework.orm.jpa.support.SharedEntityManagerBean
 
SharedEntityManagerCreator - Class in org.springframework.orm.jpa
Factory for a shareable JPA javax.persistence.EntityManager for a given javax.persistence.EntityManagerFactory.
SharedEntityManagerCreator() - Constructor for class org.springframework.orm.jpa.SharedEntityManagerCreator
 
SharedEntityManagerCreator.DeferredQueryInvocationHandler - Class in org.springframework.orm.jpa
Invocation handler that handles deferred Query objects created by non-transactional createQuery invocations on a shared EntityManager.
SharedEntityManagerCreator.DeferredQueryInvocationHandler(Query, EntityManager) - Constructor for class org.springframework.orm.jpa.SharedEntityManagerCreator.DeferredQueryInvocationHandler
 
SharedEntityManagerCreator.SharedEntityManagerInvocationHandler - Class in org.springframework.orm.jpa
Invocation handler that delegates all calls to the current transactional EntityManager, if any; else, it will fall back to a newly created EntityManager per operation.
SharedEntityManagerCreator.SharedEntityManagerInvocationHandler(EntityManagerFactory, Map) - Constructor for class org.springframework.orm.jpa.SharedEntityManagerCreator.SharedEntityManagerInvocationHandler
 
sharedPreparers - Variable in class org.springframework.web.servlet.view.tiles2.SimpleSpringPreparerFactory
Cache of shared ViewPreparer instances: bean name -> bean instance
sharedPreparers - Variable in class org.springframework.web.servlet.view.tiles3.SimpleSpringPreparerFactory
Cache of shared ViewPreparer instances: bean name -> bean instance
shift - Variable in class org.springframework.util.ConcurrentReferenceHashMap
The shift value used to calculate the size of the segments array and an index from the hash.
ShortCodedLabeledEnum - Class in org.springframework.core.enums
Deprecated.
as of Spring 3.0, in favor of Java 5 enums.
ShortCodedLabeledEnum(int, String) - Constructor for class org.springframework.core.enums.ShortCodedLabeledEnum
Deprecated.
Create a new ShortCodedLabeledEnum instance.
shortSummary() - Method in class org.springframework.util.StopWatch
Return a short description of the total running time.
shortValue() - Method in class org.springframework.core.enums.StaticLabeledEnum
Deprecated.
Return the code of this LabeledEnum instance as a short.
shouldApplyTo(PortletRequest, Object) - Method in class org.springframework.web.portlet.handler.AbstractHandlerExceptionResolver
Check whether this resolver is supposed to apply to the given handler.
shouldApplyTo(HttpServletRequest, Object) - Method in class org.springframework.web.servlet.handler.AbstractHandlerExceptionResolver
Check whether this resolver is supposed to apply to the given handler.
shouldApplyTo(HttpServletRequest, Object) - Method in class org.springframework.web.servlet.handler.AbstractHandlerMethodExceptionResolver
Checks if the handler is a HandlerMethod and then delegates to the base class implementation of AbstractHandlerMethodExceptionResolver.shouldApplyTo(HttpServletRequest, Object) passing the bean of the HandlerMethod.
shouldBuffer(URI, HttpMethod) - Method in class org.springframework.http.client.BufferingClientHttpRequestFactory
Indicates whether the request/response exchange for the given URI and method should be buffered in memory.
shouldClose(Connection) - Method in class org.springframework.jdbc.datasource.SingleConnectionDataSource
This is a single Connection: Do not close it when returning to the "pool".
shouldClose(Connection) - Method in interface org.springframework.jdbc.datasource.SmartDataSource
Should we close this Connection, obtained from this DataSource?
shouldCommitAfterNoMessageReceived(Session) - Method in class org.springframework.jms.listener.AbstractPollingMessageListenerContainer
Determine whether to trigger a commit after no message has been received.
shouldCommitOnGlobalRollbackOnly() - Method in class org.springframework.orm.jdo.JdoTransactionManager
This implementation returns "true": a JDO2 commit will properly handle transactions that have been marked rollback-only at a global level.
shouldCommitOnGlobalRollbackOnly() - Method in class org.springframework.orm.jpa.JpaTransactionManager
This implementation returns "true": a JPA commit will properly handle transactions that have been marked rollback-only at a global level.
shouldCommitOnGlobalRollbackOnly() - Method in class org.springframework.transaction.jta.JtaTransactionManager
This implementation returns "true": a JTA commit will properly handle transactions that have been marked rollback-only at a global level.
shouldCommitOnGlobalRollbackOnly() - Method in class org.springframework.transaction.support.AbstractPlatformTransactionManager
Return whether to call doCommit on a transaction that has been marked as rollback-only in a global fashion.
shouldFireEvents() - Method in class org.springframework.beans.factory.xml.AbstractBeanDefinitionParser
Controls whether this parser is supposed to fire a BeanComponentDefinition event after parsing the bean definition.
shouldGenerateId() - Method in class org.springframework.beans.factory.xml.AbstractBeanDefinitionParser
Should an ID be generated instead of read from the passed in Element?
shouldGenerateId() - Method in class org.springframework.context.config.AbstractPropertyLoadingBeanDefinitionParser
 
shouldGenerateId() - Method in class org.springframework.jdbc.config.InitializeDatabaseBeanDefinitionParser
 
shouldGenerateId() - Method in class org.springframework.scheduling.config.ScheduledTasksBeanDefinitionParser
 
shouldGenerateIdAsFallback() - Method in class org.springframework.beans.factory.xml.AbstractBeanDefinitionParser
Should an ID be generated instead if the passed in Element does not specify an "id" attribute explicitly?
shouldGenerateIdAsFallback() - Method in class org.springframework.scripting.config.ScriptBeanDefinitionParser
Scripted beans may be anonymous as well.
shouldInvokeOnReturnValueOf(Method, Object) - Method in class org.springframework.aop.aspectj.AspectJAfterReturningAdvice
Following AspectJ semantics, if a returning clause was specified, then the advice is only invoked if the returned value is an instance of the given returning type and generic type parameters, if any, match the assignment rules.
shouldInvokeOnThrowing(Throwable) - Method in class org.springframework.aop.aspectj.AspectJAfterThrowingAdvice
In AspectJ semantics, after throwing advice that specifies a throwing clause is only invoked if the thrown exception is a subtype of the given throwing type.
shouldNotFilter(HttpServletRequest) - Method in class org.springframework.web.filter.OncePerRequestFilter
Can be overridden in subclasses for custom filtering control, returning true to avoid filtering of the given request.
shouldNotFilterAsyncDispatch() - Method in class org.springframework.orm.hibernate3.support.OpenSessionInViewFilter
The default value is "false" so that the filter may re-bind the opened Session to each asynchronously dispatched thread and postpone closing it until the very last asynchronous dispatch.
shouldNotFilterAsyncDispatch() - Method in class org.springframework.orm.hibernate4.support.OpenSessionInViewFilter
Returns "false" so that the filter may re-bind the opened Hibernate Session to each asynchronously dispatched thread and postpone closing it until the very last asynchronous dispatch.
shouldNotFilterAsyncDispatch() - Method in class org.springframework.orm.jpa.support.OpenEntityManagerInViewFilter
Returns "false" so that the filter may re-bind the opened EntityManager to each asynchronously dispatched thread and postpone closing it until the very last asynchronous dispatch.
shouldNotFilterAsyncDispatch() - Method in class org.springframework.web.filter.AbstractRequestLoggingFilter
The default value is "false" so that the filter may log a "before" message at the start of request processing and an "after" message at the end from when the last asynchronously dispatched thread is exiting.
shouldNotFilterAsyncDispatch() - Method in class org.springframework.web.filter.OncePerRequestFilter
The dispatcher type javax.servlet.DispatcherType.ASYNC introduced in Servlet 3.0 means a filter can be invoked in more than one thread over the course of a single request.
shouldNotFilterAsyncDispatch() - Method in class org.springframework.web.filter.RequestContextFilter
Returns "false" so that the filter may set up the request context in each asynchronously dispatched thread.
shouldNotFilterAsyncDispatch() - Method in class org.springframework.web.filter.ShallowEtagHeaderFilter
The default value is "false" so that the filter may delay the generation of an ETag until the last asynchronously dispatched thread.
shouldNotFilterErrorDispatch() - Method in class org.springframework.orm.hibernate3.support.OpenSessionInViewFilter
Returns "false" so that the filter may provide a Hibernate Session to each error dispatches.
shouldNotFilterErrorDispatch() - Method in class org.springframework.orm.hibernate4.support.OpenSessionInViewFilter
Returns "false" so that the filter may provide a Hibernate Session to each error dispatches.
shouldNotFilterErrorDispatch() - Method in class org.springframework.orm.jpa.support.OpenEntityManagerInViewFilter
Returns "false" so that the filter may provide an EntityManager to each error dispatches.
shouldNotFilterErrorDispatch() - Method in class org.springframework.web.filter.OncePerRequestFilter
Whether to filter error dispatches such as when the servlet container processes and error mapped in web.xml.
shouldNotFilterErrorDispatch() - Method in class org.springframework.web.filter.RequestContextFilter
Returns "false" so that the filter may set up the request context in an error dispatch.
shouldObtainFixedConnection(DataSource) - Method in class org.springframework.jdbc.datasource.TransactionAwareDataSourceProxy
Determine whether to obtain a fixed target Connection for the proxy or to reobtain the target Connection for each operation.
shouldProxyTargetClass(Class<?>, String) - Method in class org.springframework.aop.framework.autoproxy.AbstractAutoProxyCreator
Determine whether the given bean should be proxied with its target class rather than its interfaces.
shouldProxyTargetClass(ConfigurableListableBeanFactory, String) - Static method in class org.springframework.aop.framework.autoproxy.AutoProxyUtils
Determine whether the given bean should be proxied with its target class rather than its interfaces.
shouldReleaseAfterCompletion(PersistenceManagerHolder) - Method in class org.springframework.orm.jdo.PersistenceManagerFactoryUtils.PersistenceManagerSynchronization
 
shouldReleaseAfterCompletion(H) - Method in class org.springframework.transaction.support.ResourceHolderSynchronization
Return whether this holder's resource should be released after transaction completion (true).
shouldReleaseBeforeCompletion() - Method in class org.springframework.jms.connection.ConnectionFactoryUtils.JmsResourceSynchronization
 
shouldReleaseBeforeCompletion() - Method in class org.springframework.orm.jpa.ExtendedEntityManagerCreator.ExtendedEntityManagerSynchronization
 
shouldReleaseBeforeCompletion() - Method in class org.springframework.transaction.support.ResourceHolderSynchronization
Return whether this holder's resource should be released before transaction completion (true) or rather after transaction completion (false).
shouldRemoveSemicolonContent() - Method in class org.springframework.web.util.UrlPathHelper
Whether configured to remove ";" (semicolon) content from the request URI.
shouldRemoveTrailingServletPathSlash(HttpServletRequest) - Method in class org.springframework.web.util.UrlPathHelper
 
shouldRender() - Method in class org.springframework.web.servlet.tags.form.AbstractHtmlElementBodyTag
Should rendering of this tag proceed at all.
shouldRender() - Method in class org.springframework.web.servlet.tags.form.ErrorsTag
Should rendering of this tag proceed at all?
shouldRescheduleInvoker(int) - Method in class org.springframework.jms.listener.DefaultMessageListenerContainer
Determine whether the current invoker should be rescheduled, given that it might not have received a message in a while.
shouldShadow(String) - Method in class org.springframework.instrument.classloading.ShadowingClassLoader
Determine whether the given class should be excluded from shadowing.
shouldSkip(Class, String) - Method in class org.springframework.aop.aspectj.autoproxy.AspectJAwareAdvisorAutoProxyCreator
 
shouldSkip(Class<?>, String) - Method in class org.springframework.aop.framework.autoproxy.AbstractAutoProxyCreator
Subclasses should override this method to return true if the given bean should not be considered for auto-proxying by this post-processor.
shouldSkip(ConfigurableListableBeanFactory, String) - Method in class org.springframework.beans.factory.annotation.RequiredAnnotationBeanPostProcessor
Check whether the given bean definition is not subject to the annotation-based required property check as performed by this post-processor.
shouldStop(Connection) - Method in class org.springframework.jms.connection.DelegatingConnectionFactory
 
shouldStop(Connection) - Method in interface org.springframework.jms.connection.SmartConnectionFactory
Should we stop the Connection, obtained from this ConnectionFactory?
shouldStopConnections - Variable in class org.springframework.jms.connection.DelegatingConnectionFactory
 
shouldUnbindAtCompletion() - Method in class org.springframework.orm.jdo.PersistenceManagerFactoryUtils.PersistenceManagerSynchronization
 
shouldUnbindAtCompletion() - Method in class org.springframework.orm.jpa.EntityManagerFactoryUtils.EntityManagerSynchronization
 
shouldUnbindAtCompletion() - Method in class org.springframework.transaction.support.ResourceHolderSynchronization
Return whether this holder should be unbound at completion (or should rather be left bound to the thread after the transaction).
shouldUseBackport() - Method in class org.springframework.scheduling.config.TaskExecutorFactoryBean
 
shouldUseShadowLoader() - Method in class org.springframework.test.jpa.AbstractJpaTests
Deprecated.
Subclasses should override this method if they wish to disable shadow class loading.
showForm(RenderRequest, RenderResponse, BindException) - Method in class org.springframework.web.portlet.mvc.AbstractFormController
Deprecated.
Prepare the form model and view, including reference and error data.
showForm(RenderRequest, BindException, String) - Method in class org.springframework.web.portlet.mvc.AbstractFormController
Deprecated.
Prepare model and view for the given form, including reference and errors.
showForm(RenderRequest, BindException, String, Map) - Method in class org.springframework.web.portlet.mvc.AbstractFormController
Deprecated.
Prepare model and view for the given form, including reference and errors, adding a controller-specific control model.
showForm(RenderRequest, RenderResponse, BindException) - Method in class org.springframework.web.portlet.mvc.AbstractWizardFormController
Deprecated.
Show the first page as form view.
showForm(RenderRequest, RenderResponse, BindException) - Method in class org.springframework.web.portlet.mvc.SimpleFormController
Deprecated.
This implementation shows the configured form view, delegating to the analogous showForm version with a controlModel argument.
showForm(RenderRequest, RenderResponse, BindException, Map) - Method in class org.springframework.web.portlet.mvc.SimpleFormController
Deprecated.
This implementation shows the configured form view.
showForm(HttpServletRequest, HttpServletResponse, BindException) - Method in class org.springframework.web.servlet.mvc.AbstractFormController
Deprecated.
Prepare the form model and view, including reference and error data.
showForm(HttpServletRequest, BindException, String) - Method in class org.springframework.web.servlet.mvc.AbstractFormController
Deprecated.
Prepare model and view for the given form, including reference and errors.
showForm(HttpServletRequest, BindException, String, Map) - Method in class org.springframework.web.servlet.mvc.AbstractFormController
Deprecated.
Prepare model and view for the given form, including reference and errors, adding a controller-specific control model.
showForm(HttpServletRequest, HttpServletResponse, BindException) - Method in class org.springframework.web.servlet.mvc.AbstractWizardFormController
Deprecated.
Show the first page as form view.
showForm(HttpServletRequest, HttpServletResponse, BindException) - Method in class org.springframework.web.servlet.mvc.SimpleFormController
Deprecated.
This implementation shows the configured form view, delegating to the analogous SimpleFormController.showForm(HttpServletRequest, HttpServletResponse, BindException, Map) variant with a "controlModel" argument.
showForm(HttpServletRequest, HttpServletResponse, BindException, Map) - Method in class org.springframework.web.servlet.mvc.SimpleFormController
Deprecated.
This implementation shows the configured form view.
showNewForm(RenderRequest, RenderResponse) - Method in class org.springframework.web.portlet.mvc.AbstractFormController
Deprecated.
Show a new form.
showNewForm(HttpServletRequest, HttpServletResponse) - Method in class org.springframework.web.servlet.mvc.AbstractFormController
Deprecated.
Show a new form.
showPage(RenderRequest, BindException, int) - Method in class org.springframework.web.portlet.mvc.AbstractWizardFormController
Deprecated.
Prepare the form model and view, including reference and error data, for the given page.
showPage(HttpServletRequest, BindException, int) - Method in class org.springframework.web.servlet.mvc.AbstractWizardFormController
Deprecated.
Prepare the form model and view, including reference and error data, for the given page.
showPassword - Variable in class org.springframework.web.servlet.tags.form.PasswordInputTag
 
showSql - Variable in class org.springframework.orm.jpa.vendor.AbstractJpaVendorAdapter
 
shutdown() - Method in class org.springframework.core.task.support.ExecutorServiceAdapter
 
shutdown(DataSource, String) - Method in class org.springframework.jdbc.datasource.embedded.AbstractEmbeddedDatabaseConfigurer
 
shutdown(DataSource, String) - Method in class org.springframework.jdbc.datasource.embedded.DerbyEmbeddedDatabaseConfigurer
 
shutdown() - Method in interface org.springframework.jdbc.datasource.embedded.EmbeddedDatabase
Shutdown this embedded database.
shutdown(DataSource, String) - Method in interface org.springframework.jdbc.datasource.embedded.EmbeddedDatabaseConfigurer
Shutdown the embedded database instance that backs dataSource.
shutdown() - Method in class org.springframework.jdbc.datasource.embedded.EmbeddedDatabaseFactory.EmbeddedDataSourceProxy
 
shutdown() - Method in class org.springframework.jms.listener.AbstractJmsListeningContainer
Stop the shared Connection, call AbstractJmsListeningContainer.doShutdown(), and close this container.
shutdown() - Method in class org.springframework.scheduling.backportconcurrent.ThreadPoolTaskExecutor
Deprecated.
Perform a shutdown on the ThreadPoolExecutor.
shutdown() - Method in class org.springframework.scheduling.concurrent.ExecutorConfigurationSupport
Perform a shutdown on the ThreadPoolExecutor.
shutdown(boolean) - Method in class org.springframework.scheduling.quartz.LocalTaskExecutorThreadPool
 
SHUTDOWN_CODE - Static variable in class org.springframework.jdbc.datasource.embedded.DerbyEmbeddedDatabaseConfigurer
 
SHUTDOWN_COMMAND - Static variable in class org.springframework.jdbc.datasource.embedded.DerbyEmbeddedDatabaseConfigurer
 
SHUTDOWN_METHOD_NAME - Static variable in class org.springframework.beans.factory.support.DisposableBeanAdapter
 
shutdownDatabase() - Method in class org.springframework.jdbc.datasource.embedded.EmbeddedDatabaseFactory
Hook to shutdown the embedded database.
shutdownDelay - Variable in class org.springframework.remoting.jaxws.SimpleHttpServerJaxWsServiceExporter
 
shutdownDelay - Variable in class org.springframework.remoting.support.SimpleHttpServerFactoryBean
 
shutdownHook - Variable in class org.springframework.context.support.AbstractApplicationContext
Reference to the JVM shutdown hook, if registered
shutdownLogging() - Static method in class org.springframework.util.Log4jConfigurer
Shut down log4j, properly releasing all file locks.
shutdownLogging(ServletContext) - Static method in class org.springframework.web.util.Log4jWebConfigurer
Shut down log4j, properly releasing all file locks and resetting the web app root system property.
shutdownNow() - Method in class org.springframework.core.task.support.ExecutorServiceAdapter
 
signature - Variable in class org.springframework.aop.aspectj.MethodInvocationProceedingJoinPoint
Lazily initialized signature object
signatureCache - Variable in class org.springframework.jmx.access.MBeanClientInterceptor
 
SIMPLE_CONTROLLER_HANDLER_ADAPTER_BEAN_NAME - Static variable in class org.springframework.web.servlet.config.MvcNamespaceUtils
 
SimpleAliasRegistry - Class in org.springframework.core
Simple implementation of the AliasRegistry interface.
SimpleAliasRegistry() - Constructor for class org.springframework.core.SimpleAliasRegistry
 
SimpleApplicationEventMulticaster - Class in org.springframework.context.event
Simple implementation of the ApplicationEventMulticaster interface.
SimpleApplicationEventMulticaster() - Constructor for class org.springframework.context.event.SimpleApplicationEventMulticaster
Create a new SimpleApplicationEventMulticaster.
SimpleApplicationEventMulticaster(BeanFactory) - Constructor for class org.springframework.context.event.SimpleApplicationEventMulticaster
Create a new SimpleApplicationEventMulticaster for the given BeanFactory.
SimpleAspectInstanceFactory - Class in org.springframework.aop.aspectj
Implementation of AspectInstanceFactory that creates a new instance of the specified aspect class for every SimpleAspectInstanceFactory.getAspectInstance() call.
SimpleAspectInstanceFactory(Class) - Constructor for class org.springframework.aop.aspectj.SimpleAspectInstanceFactory
Create a new SimpleAspectInstanceFactory for the given aspect class.
SimpleAsyncTaskExecutor - Class in org.springframework.core.task
TaskExecutor implementation that fires up a new Thread for each task, executing it asynchronously.
SimpleAsyncTaskExecutor() - Constructor for class org.springframework.core.task.SimpleAsyncTaskExecutor
Create a new SimpleAsyncTaskExecutor with default thread name prefix.
SimpleAsyncTaskExecutor(String) - Constructor for class org.springframework.core.task.SimpleAsyncTaskExecutor
Create a new SimpleAsyncTaskExecutor with the given thread name prefix.
SimpleAsyncTaskExecutor(ThreadFactory) - Constructor for class org.springframework.core.task.SimpleAsyncTaskExecutor
Create a new SimpleAsyncTaskExecutor with the given external thread factory.
SimpleAsyncTaskExecutor.ConcurrencyThrottleAdapter - Class in org.springframework.core.task
Subclass of the general ConcurrencyThrottleSupport class, making beforeAccess() and afterAccess() visible to the surrounding class.
SimpleAsyncTaskExecutor.ConcurrencyThrottleAdapter() - Constructor for class org.springframework.core.task.SimpleAsyncTaskExecutor.ConcurrencyThrottleAdapter
 
SimpleAsyncTaskExecutor.ConcurrencyThrottlingRunnable - Class in org.springframework.core.task
This Runnable calls afterAccess() after the target Runnable has finished its execution.
SimpleAsyncTaskExecutor.ConcurrencyThrottlingRunnable(Runnable) - Constructor for class org.springframework.core.task.SimpleAsyncTaskExecutor.ConcurrencyThrottlingRunnable
 
SimpleAutowireCandidateResolver - Class in org.springframework.beans.factory.support
AutowireCandidateResolver implementation to use when no annotation support is available.
SimpleAutowireCandidateResolver() - Constructor for class org.springframework.beans.factory.support.SimpleAutowireCandidateResolver
 
SimpleBeanDefinitionRegistry - Class in org.springframework.beans.factory.support
Simple implementation of the BeanDefinitionRegistry interface.
SimpleBeanDefinitionRegistry() - Constructor for class org.springframework.beans.factory.support.SimpleBeanDefinitionRegistry
 
SimpleBeanFactoryAwareAspectInstanceFactory - Class in org.springframework.aop.config
Implementation of AspectInstanceFactory that locates the aspect from the BeanFactory using a configured bean name.
SimpleBeanFactoryAwareAspectInstanceFactory() - Constructor for class org.springframework.aop.config.SimpleBeanFactoryAwareAspectInstanceFactory
 
SimpleBeanTargetSource - Class in org.springframework.aop.target
Simple TargetSource implementation, freshly obtaining the specified target bean from its containing Spring BeanFactory.
SimpleBeanTargetSource() - Constructor for class org.springframework.aop.target.SimpleBeanTargetSource
 
SimpleBootstrapContext - Class in org.springframework.jca.support
Simple implementation of the JCA 1.5 javax.resource.spi.BootstrapContext interface, used for bootstrapping a JCA ResourceAdapter in a local environment.
SimpleBootstrapContext(WorkManager) - Constructor for class org.springframework.jca.support.SimpleBootstrapContext
Create a new SimpleBootstrapContext for the given WorkManager, with no XATerminator available.
SimpleBootstrapContext(WorkManager, XATerminator) - Constructor for class org.springframework.jca.support.SimpleBootstrapContext
Create a new SimpleBootstrapContext for the given WorkManager and XATerminator.
SimpleBufferingClientHttpRequest - Class in org.springframework.http.client
ClientHttpRequest implementation that uses standard J2SE facilities to execute buffered requests.
SimpleBufferingClientHttpRequest(HttpURLConnection, boolean) - Constructor for class org.springframework.http.client.SimpleBufferingClientHttpRequest
 
SimpleBurlapServiceExporter - Class in org.springframework.remoting.caucho
HTTP request handler that exports the specified service bean as Burlap service endpoint, accessible via a Burlap proxy.
SimpleBurlapServiceExporter() - Constructor for class org.springframework.remoting.caucho.SimpleBurlapServiceExporter
 
SimpleCacheManager - Class in org.springframework.cache.support
Simple cache manager working against a given collection of caches.
SimpleCacheManager() - Constructor for class org.springframework.cache.support.SimpleCacheManager
 
SimpleClientHttpRequestFactory - Class in org.springframework.http.client
ClientHttpRequestFactory implementation that uses standard J2SE facilities.
SimpleClientHttpRequestFactory() - Constructor for class org.springframework.http.client.SimpleClientHttpRequestFactory
 
SimpleClientHttpResponse - Class in org.springframework.http.client
ClientHttpResponse implementation that uses standard J2SE facilities.
SimpleClientHttpResponse(HttpURLConnection) - Constructor for class org.springframework.http.client.SimpleClientHttpResponse
 
SimpleCommandLineArgsParser - Class in org.springframework.core.env
Parses a String[] of command line arguments in order to populate a CommandLineArgs object.
SimpleCommandLineArgsParser() - Constructor for class org.springframework.core.env.SimpleCommandLineArgsParser
 
SimpleCommandLinePropertySource - Class in org.springframework.core.env
CommandLinePropertySource implementation backed by a simple String array.
SimpleCommandLinePropertySource(String...) - Constructor for class org.springframework.core.env.SimpleCommandLinePropertySource
Create a new SimpleCommandLinePropertySource having the default name and backed by the given String[] of command line arguments.
SimpleCommandLinePropertySource(String, String[]) - Constructor for class org.springframework.core.env.SimpleCommandLinePropertySource
Create a new SimpleCommandLinePropertySource having the given name and backed by the given String[] of command line arguments.
SimpleConnectionHandle - Class in org.springframework.jdbc.datasource
Simple implementation of the ConnectionHandle interface, containing a given JDBC Connection.
SimpleConnectionHandle(Connection) - Constructor for class org.springframework.jdbc.datasource.SimpleConnectionHandle
Create a new SimpleConnectionHandle for the given Connection.
SimpleConstructorNamespaceHandler - Class in org.springframework.beans.factory.xml
Simple NamespaceHandler implementation that maps custom attributes directly through to bean properties.
SimpleConstructorNamespaceHandler() - Constructor for class org.springframework.beans.factory.xml.SimpleConstructorNamespaceHandler
 
SimpleControllerHandlerAdapter - Class in org.springframework.web.portlet.mvc
Adapter to use the Controller workflow interface with the generic DispatcherPortlet.
SimpleControllerHandlerAdapter() - Constructor for class org.springframework.web.portlet.mvc.SimpleControllerHandlerAdapter
 
simpleControllerHandlerAdapter() - Method in class org.springframework.web.servlet.config.annotation.WebMvcConfigurationSupport
Returns a SimpleControllerHandlerAdapter for processing requests with interface-based controllers.
SimpleControllerHandlerAdapter - Class in org.springframework.web.servlet.mvc
Adapter to use the plain Controller workflow interface with the generic DispatcherServlet.
SimpleControllerHandlerAdapter() - Constructor for class org.springframework.web.servlet.mvc.SimpleControllerHandlerAdapter
 
SimpleDriverDataSource - Class in org.springframework.jdbc.datasource
Simple implementation of the standard JDBC DataSource interface, configuring a plain old JDBC Driver via bean properties, and returning a new Connection from every getConnection call.
SimpleDriverDataSource() - Constructor for class org.springframework.jdbc.datasource.SimpleDriverDataSource
Constructor for bean-style configuration.
SimpleDriverDataSource(Driver, String) - Constructor for class org.springframework.jdbc.datasource.SimpleDriverDataSource
Create a new DriverManagerDataSource with the given standard Driver parameters.
SimpleDriverDataSource(Driver, String, String, String) - Constructor for class org.springframework.jdbc.datasource.SimpleDriverDataSource
Create a new DriverManagerDataSource with the given standard Driver parameters.
SimpleDriverDataSource(Driver, String, Properties) - Constructor for class org.springframework.jdbc.datasource.SimpleDriverDataSource
Create a new DriverManagerDataSource with the given standard Driver parameters.
SimpleDriverDataSourceFactory - Class in org.springframework.jdbc.datasource.embedded
SimpleDriverDataSourceFactory() - Constructor for class org.springframework.jdbc.datasource.embedded.SimpleDriverDataSourceFactory
 
SimpleFormController - Class in org.springframework.web.portlet.mvc
Deprecated.
as of Spring 3.0, in favor of annotated controllers
SimpleFormController() - Constructor for class org.springframework.web.portlet.mvc.SimpleFormController
Deprecated.
Create a new SimpleFormController.
SimpleFormController - Class in org.springframework.web.servlet.mvc
Deprecated.
as of Spring 3.0, in favor of annotated controllers
SimpleFormController() - Constructor for class org.springframework.web.servlet.mvc.SimpleFormController
Deprecated.
Create a new SimpleFormController.
SimpleHessianServiceExporter - Class in org.springframework.remoting.caucho
HTTP request handler that exports the specified service bean as Hessian service endpoint, accessible via a Hessian proxy.
SimpleHessianServiceExporter() - Constructor for class org.springframework.remoting.caucho.SimpleHessianServiceExporter
 
SimpleHttpInvokerRequestExecutor - Class in org.springframework.remoting.httpinvoker
HttpInvokerRequestExecutor implementation that uses standard J2SE facilities to execute POST requests, without support for HTTP authentication or advanced configuration options.
SimpleHttpInvokerRequestExecutor() - Constructor for class org.springframework.remoting.httpinvoker.SimpleHttpInvokerRequestExecutor
 
SimpleHttpInvokerServiceExporter - Class in org.springframework.remoting.httpinvoker
HTTP request handler that exports the specified service bean as HTTP invoker service endpoint, accessible via an HTTP invoker proxy.
SimpleHttpInvokerServiceExporter() - Constructor for class org.springframework.remoting.httpinvoker.SimpleHttpInvokerServiceExporter
 
SimpleHttpServerFactoryBean - Class in org.springframework.remoting.support
FactoryBean that creates a simple HTTP server, based on the HTTP server that is included in Sun's JRE 1.6.
SimpleHttpServerFactoryBean() - Constructor for class org.springframework.remoting.support.SimpleHttpServerFactoryBean
 
SimpleHttpServerJaxWsServiceExporter - Class in org.springframework.remoting.jaxws
Simple exporter for JAX-WS services, autodetecting annotated service beans (through the JAX-WS WebService annotation) and exporting them through the HTTP server included in Sun's JDK 1.6.
SimpleHttpServerJaxWsServiceExporter() - Constructor for class org.springframework.remoting.jaxws.SimpleHttpServerJaxWsServiceExporter
 
SimpleIndexedPropertyDescriptor - Class in org.springframework.beans
 
SimpleIndexedPropertyDescriptor(IndexedPropertyDescriptor) - Constructor for class org.springframework.beans.SimpleIndexedPropertyDescriptor
 
SimpleIndexedPropertyDescriptor(String, Method, Method, Method, Method) - Constructor for class org.springframework.beans.SimpleIndexedPropertyDescriptor
 
SimpleInstantiationStrategy - Class in org.springframework.beans.factory.support
Simple object instantiation strategy for use in a BeanFactory.
SimpleInstantiationStrategy() - Constructor for class org.springframework.beans.factory.support.SimpleInstantiationStrategy
 
SimpleInstrumentableClassLoader - Class in org.springframework.instrument.classloading
Simplistic implementation of an instrumentable ClassLoader.
SimpleInstrumentableClassLoader(ClassLoader) - Constructor for class org.springframework.instrument.classloading.SimpleInstrumentableClassLoader
Create a new SimpleLoadTimeWeaver for the given ClassLoader.
SimpleJaxWsServiceExporter - Class in org.springframework.remoting.jaxws
Simple exporter for JAX-WS services, autodetecting annotated service beans (through the JAX-WS WebService annotation) and exporting them with a configured base address (by default "http://localhost:8080/") using the JAX-WS provider's built-in publication support.
SimpleJaxWsServiceExporter() - Constructor for class org.springframework.remoting.jaxws.SimpleJaxWsServiceExporter
 
SimpleJdbcCall - Class in org.springframework.jdbc.core.simple
A SimpleJdbcCall is a multi-threaded, reusable object representing a call to a stored procedure or a stored function.
SimpleJdbcCall(DataSource) - Constructor for class org.springframework.jdbc.core.simple.SimpleJdbcCall
Constructor that takes one parameter with the JDBC DataSource to use when creating the JdbcTemplate.
SimpleJdbcCall(JdbcTemplate) - Constructor for class org.springframework.jdbc.core.simple.SimpleJdbcCall
Alternative Constructor that takes one parameter with the JdbcTemplate to be used.
SimpleJdbcCallOperations - Interface in org.springframework.jdbc.core.simple
Interface specifying the API for a Simple JDBC Call implemented by SimpleJdbcCall.
SimpleJdbcDaoSupport - Class in org.springframework.jdbc.core.simple
Deprecated.
since Spring 3.1 in favor of JdbcDaoSupport and NamedParameterJdbcDaoSupport. The JdbcTemplate and NamedParameterJdbcTemplate now provide all the functionality of the SimpleJdbcTemplate.
SimpleJdbcDaoSupport() - Constructor for class org.springframework.jdbc.core.simple.SimpleJdbcDaoSupport
Deprecated.
 
SimpleJdbcInsert - Class in org.springframework.jdbc.core.simple
A SimpleJdbcInsert is a multi-threaded, reusable object providing easy insert capabilities for a table.
SimpleJdbcInsert(DataSource) - Constructor for class org.springframework.jdbc.core.simple.SimpleJdbcInsert
Constructor that takes one parameter with the JDBC DataSource to use when creating the JdbcTemplate.
SimpleJdbcInsert(JdbcTemplate) - Constructor for class org.springframework.jdbc.core.simple.SimpleJdbcInsert
Alternative Constructor that takes one parameter with the JdbcTemplate to be used.
SimpleJdbcInsertOperations - Interface in org.springframework.jdbc.core.simple
Interface specifying the API for a Simple JDBC Insert implemented by SimpleJdbcInsert.
SimpleJdbcOperations - Interface in org.springframework.jdbc.core.simple
Deprecated.
since Spring 3.1 in favor of JdbcOperations and NamedParameterJdbcOperations. The JdbcTemplate and NamedParameterJdbcTemplate now provide all the functionality of the SimpleJdbcTemplate.
simpleJdbcTemplate - Variable in class org.springframework.jdbc.core.simple.SimpleJdbcDaoSupport
Deprecated.
 
SimpleJdbcTemplate - Class in org.springframework.jdbc.core.simple
Deprecated.
since Spring 3.1 in favor of JdbcTemplate and NamedParameterJdbcTemplate. The JdbcTemplate and NamedParameterJdbcTemplate now provide all the functionality of the SimpleJdbcTemplate.
SimpleJdbcTemplate(DataSource) - Constructor for class org.springframework.jdbc.core.simple.SimpleJdbcTemplate
Deprecated.
Create a new SimpleJdbcTemplate for the given DataSource.
SimpleJdbcTemplate(JdbcOperations) - Constructor for class org.springframework.jdbc.core.simple.SimpleJdbcTemplate
Deprecated.
Create a new SimpleJdbcTemplate for the given classic Spring JdbcTemplate.
SimpleJdbcTemplate(NamedParameterJdbcOperations) - Constructor for class org.springframework.jdbc.core.simple.SimpleJdbcTemplate
Deprecated.
Create a new SimpleJdbcTemplate for the given Spring NamedParameterJdbcTemplate.
simpleJdbcTemplate - Variable in class org.springframework.test.annotation.AbstractAnnotationAwareTransactionalTests
Deprecated.
 
simpleJdbcTemplate - Variable in class org.springframework.test.context.junit38.AbstractTransactionalJUnit38SpringContextTests
Deprecated.
The SimpleJdbcTemplate that this base class manages, available to subclasses.
simpleJdbcTemplate - Variable in class org.springframework.test.context.junit4.AbstractTransactionalJUnit4SpringContextTests
Deprecated.
simpleJdbcTemplate - Variable in class org.springframework.test.context.testng.AbstractTransactionalTestNGSpringContextTests
Deprecated.
SimpleJdbcTestUtils - Class in org.springframework.test.jdbc
Deprecated.
as of Spring 3.1.3; use JdbcTestUtils instead.
SimpleJdbcTestUtils() - Constructor for class org.springframework.test.jdbc.SimpleJdbcTestUtils
Deprecated.
 
SimpleJndiBeanFactory - Class in org.springframework.jndi.support
Simple JNDI-based implementation of Spring's BeanFactory interface.
SimpleJndiBeanFactory() - Constructor for class org.springframework.jndi.support.SimpleJndiBeanFactory
 
SimpleLoadTimeWeaver - Class in org.springframework.instrument.classloading
LoadTimeWeaver that builds and exposes a SimpleInstrumentableClassLoader.
SimpleLoadTimeWeaver() - Constructor for class org.springframework.instrument.classloading.SimpleLoadTimeWeaver
Create a new SimpleLoadTimeWeaver for the current context ClassLoader.
SimpleLoadTimeWeaver(SimpleInstrumentableClassLoader) - Constructor for class org.springframework.instrument.classloading.SimpleLoadTimeWeaver
Create a new SimpleLoadTimeWeaver for the given ClassLoader.
SimpleLocaleContext - Class in org.springframework.context.i18n
Simple implementation of the LocaleContext interface, always returning a specified Locale.
SimpleLocaleContext(Locale) - Constructor for class org.springframework.context.i18n.SimpleLocaleContext
Create a new SimpleLocaleContext that exposes the specified Locale.
SimpleMailMessage - Class in org.springframework.mail
Models a simple mail message, including data such as the from, to, cc, subject, and text fields.
SimpleMailMessage() - Constructor for class org.springframework.mail.SimpleMailMessage
Create a new SimpleMailMessage.
SimpleMailMessage(SimpleMailMessage) - Constructor for class org.springframework.mail.SimpleMailMessage
Copy constructor for creating a new SimpleMailMessage from the state of an existing SimpleMailMessage instance.
SimpleMappingExceptionResolver - Class in org.springframework.web.portlet.handler
HandlerExceptionResolver implementation that allows for mapping exception class names to view names, either for a set of given handlers or for all handlers in the DispatcherPortlet.
SimpleMappingExceptionResolver() - Constructor for class org.springframework.web.portlet.handler.SimpleMappingExceptionResolver
 
SimpleMappingExceptionResolver - Class in org.springframework.web.servlet.handler
HandlerExceptionResolver implementation that allows for mapping exception class names to view names, either for a set of given handlers or for all handlers in the DispatcherServlet.
SimpleMappingExceptionResolver() - Constructor for class org.springframework.web.servlet.handler.SimpleMappingExceptionResolver
 
simpleMatch(String, String) - Static method in class org.springframework.util.PatternMatchUtils
Match a String against the given pattern, supporting the following simple pattern styles: "xxx*", "*xxx", "*xxx*" and "xxx*yyy" matches (with an arbitrary number of pattern parts), as well as direct equality.
simpleMatch(String[], String) - Static method in class org.springframework.util.PatternMatchUtils
Match a String against the given patterns, supporting the following simple pattern styles: "xxx*", "*xxx", "*xxx*" and "xxx*yyy" matches (with an arbitrary number of pattern parts), as well as direct equality.
SimpleMessageConverter - Class in org.springframework.jms.support.converter
A simple message converter which is able to handle TextMessages, BytesMessages, MapMessages, and ObjectMessages.
SimpleMessageConverter() - Constructor for class org.springframework.jms.support.converter.SimpleMessageConverter
 
SimpleMessageConverter102 - Class in org.springframework.jms.support.converter
Deprecated.
as of Spring 3.0, in favor of the JMS 1.1 based SimpleMessageConverter
SimpleMessageConverter102() - Constructor for class org.springframework.jms.support.converter.SimpleMessageConverter102
Deprecated.
 
SimpleMessageListenerContainer - Class in org.springframework.jms.listener
Message listener container that uses the plain JMS client API's MessageConsumer.setMessageListener() method to create concurrent MessageConsumers for the specified listeners.
SimpleMessageListenerContainer() - Constructor for class org.springframework.jms.listener.SimpleMessageListenerContainer
 
SimpleMessageListenerContainer102 - Class in org.springframework.jms.listener
Deprecated.
as of Spring 3.0, in favor of the JMS 1.1 based SimpleMessageListenerContainer
SimpleMessageListenerContainer102() - Constructor for class org.springframework.jms.listener.SimpleMessageListenerContainer102
Deprecated.
 
SimpleMetadataAwareAspectInstanceFactory - Class in org.springframework.aop.aspectj.annotation
Implementation of MetadataAwareAspectInstanceFactory that creates a new instance of the specified aspect class for every SimpleAspectInstanceFactory.getAspectInstance() call.
SimpleMetadataAwareAspectInstanceFactory(Class, String) - Constructor for class org.springframework.aop.aspectj.annotation.SimpleMetadataAwareAspectInstanceFactory
Create a new SimpleMetadataAwareAspectInstanceFactory for the given aspect class.
SimpleMetadataReader - Class in org.springframework.core.type.classreading
MetadataReader implementation based on an ASM org.springframework.asm.ClassReader.
SimpleMetadataReader(Resource, ClassLoader) - Constructor for class org.springframework.core.type.classreading.SimpleMetadataReader
 
SimpleMetadataReaderFactory - Class in org.springframework.core.type.classreading
Simple implementation of the MetadataReaderFactory interface, creating a new ASM org.springframework.asm.ClassReader for every request.
SimpleMetadataReaderFactory() - Constructor for class org.springframework.core.type.classreading.SimpleMetadataReaderFactory
Create a new SimpleMetadataReaderFactory for the default class loader.
SimpleMetadataReaderFactory(ResourceLoader) - Constructor for class org.springframework.core.type.classreading.SimpleMetadataReaderFactory
Create a new SimpleMetadataReaderFactory for the given resource loader.
SimpleMetadataReaderFactory(ClassLoader) - Constructor for class org.springframework.core.type.classreading.SimpleMetadataReaderFactory
Create a new SimpleMetadataReaderFactory for the given class loader.
SimpleNamespaceContext - Class in org.springframework.util.xml
Simple javax.xml.namespace.NamespaceContext implementation.
SimpleNamespaceContext() - Constructor for class org.springframework.util.xml.SimpleNamespaceContext
 
SimpleNamingContext - Class in org.springframework.mock.jndi
Simple implementation of a JNDI naming context.
SimpleNamingContext() - Constructor for class org.springframework.mock.jndi.SimpleNamingContext
Create a new naming context.
SimpleNamingContext(String) - Constructor for class org.springframework.mock.jndi.SimpleNamingContext
Create a new naming context with the given naming root.
SimpleNamingContext(String, Hashtable<String, Object>, Hashtable<String, Object>) - Constructor for class org.springframework.mock.jndi.SimpleNamingContext
Create a new naming context with the given naming root, the given name/object map, and the JNDI environment entries.
SimpleNamingContext.AbstractNamingEnumeration<T> - Class in org.springframework.mock.jndi
 
SimpleNamingContext.AbstractNamingEnumeration(SimpleNamingContext, String) - Constructor for class org.springframework.mock.jndi.SimpleNamingContext.AbstractNamingEnumeration
 
SimpleNamingContext.BindingEnumeration - Class in org.springframework.mock.jndi
 
SimpleNamingContext.BindingEnumeration(SimpleNamingContext, String) - Constructor for class org.springframework.mock.jndi.SimpleNamingContext.BindingEnumeration
 
SimpleNamingContext.NameClassPairEnumeration - Class in org.springframework.mock.jndi
 
SimpleNamingContext.NameClassPairEnumeration(SimpleNamingContext, String) - Constructor for class org.springframework.mock.jndi.SimpleNamingContext.NameClassPairEnumeration
 
SimpleNamingContextBuilder - Class in org.springframework.mock.jndi
Simple implementation of a JNDI naming context builder.
SimpleNamingContextBuilder() - Constructor for class org.springframework.mock.jndi.SimpleNamingContextBuilder
 
SimpleNativeJdbcExtractor - Class in org.springframework.jdbc.support.nativejdbc
Simple implementation of the NativeJdbcExtractor interface.
SimpleNativeJdbcExtractor() - Constructor for class org.springframework.jdbc.support.nativejdbc.SimpleNativeJdbcExtractor
 
SimpleNonIndexedPropertyDescriptor - Class in org.springframework.beans
 
SimpleNonIndexedPropertyDescriptor(PropertyDescriptor) - Constructor for class org.springframework.beans.SimpleNonIndexedPropertyDescriptor
 
SimpleNonIndexedPropertyDescriptor(String, Method, Method) - Constructor for class org.springframework.beans.SimpleNonIndexedPropertyDescriptor
 
SimplePortletHandlerAdapter - Class in org.springframework.web.portlet.handler
Adapter to use the Portlet interface with the generic DispatcherPortlet.
SimplePortletHandlerAdapter() - Constructor for class org.springframework.web.portlet.handler.SimplePortletHandlerAdapter
 
SimplePortletPostProcessor - Class in org.springframework.web.portlet.handler
Bean post-processor that applies initialization and destruction callbacks to beans that implement the Portlet interface.
SimplePortletPostProcessor() - Constructor for class org.springframework.web.portlet.handler.SimplePortletPostProcessor
 
SimplePortletPostProcessor.DelegatingPortletConfig - Class in org.springframework.web.portlet.handler
Internal implementation of the PortletConfig interface, to be passed to the wrapped servlet.
SimplePortletPostProcessor.DelegatingPortletConfig(String, PortletContext, PortletConfig) - Constructor for class org.springframework.web.portlet.handler.SimplePortletPostProcessor.DelegatingPortletConfig
 
simplePrefix - Variable in class org.springframework.util.PropertyPlaceholderHelper
 
SimplePropertyNamespaceHandler - Class in org.springframework.beans.factory.xml
Simple NamespaceHandler implementation that maps custom attributes directly through to bean properties.
SimplePropertyNamespaceHandler() - Constructor for class org.springframework.beans.factory.xml.SimplePropertyNamespaceHandler
 
SimpleRecordOperation - Class in org.springframework.jca.cci.object
EIS operation object that accepts a passed-in CCI input Record and returns a corresponding CCI output Record.
SimpleRecordOperation() - Constructor for class org.springframework.jca.cci.object.SimpleRecordOperation
Constructor that allows use as a JavaBean.
SimpleRecordOperation(ConnectionFactory, InteractionSpec) - Constructor for class org.springframework.jca.cci.object.SimpleRecordOperation
Convenient constructor with ConnectionFactory and specifications (connection and interaction).
SimpleReflectiveMBeanInfoAssembler - Class in org.springframework.jmx.export.assembler
Simple subclass of AbstractReflectiveMBeanInfoAssembler that always votes yes for method and property inclusion, effectively exposing all public methods and properties as operations and attributes.
SimpleReflectiveMBeanInfoAssembler() - Constructor for class org.springframework.jmx.export.assembler.SimpleReflectiveMBeanInfoAssembler
 
SimpleRemoteSlsbInvokerInterceptor - Class in org.springframework.ejb.access
Basic invoker for a remote Stateless Session Bean.
SimpleRemoteSlsbInvokerInterceptor() - Constructor for class org.springframework.ejb.access.SimpleRemoteSlsbInvokerInterceptor
 
SimpleRemoteStatelessSessionProxyFactoryBean - Class in org.springframework.ejb.access
Convenient FactoryBean for remote SLSB proxies.
SimpleRemoteStatelessSessionProxyFactoryBean() - Constructor for class org.springframework.ejb.access.SimpleRemoteStatelessSessionProxyFactoryBean
 
SimpleSaxErrorHandler - Class in org.springframework.util.xml
Simple org.xml.sax.ErrorHandler implementation: logs warnings using the given Commons Logging logger instance, and rethrows errors to discontinue the XML transformation.
SimpleSaxErrorHandler(Log) - Constructor for class org.springframework.util.xml.SimpleSaxErrorHandler
Create a new SimpleSaxErrorHandler for the given Commons Logging logger instance.
SimpleSecurityContextProvider - Class in org.springframework.beans.factory.support
Simple SecurityContextProvider implementation.
SimpleSecurityContextProvider() - Constructor for class org.springframework.beans.factory.support.SimpleSecurityContextProvider
Construct a new SimpleSecurityContextProvider instance.
SimpleSecurityContextProvider(AccessControlContext) - Constructor for class org.springframework.beans.factory.support.SimpleSecurityContextProvider
Construct a new SimpleSecurityContextProvider instance.
SimpleServletHandlerAdapter - Class in org.springframework.web.servlet.handler
Adapter to use the Servlet interface with the generic DispatcherServlet.
SimpleServletHandlerAdapter() - Constructor for class org.springframework.web.servlet.handler.SimpleServletHandlerAdapter
 
SimpleServletPostProcessor - Class in org.springframework.web.servlet.handler
BeanPostProcessor that applies initialization and destruction callbacks to beans that implement the javax.servlet.Servlet interface.
SimpleServletPostProcessor() - Constructor for class org.springframework.web.servlet.handler.SimpleServletPostProcessor
 
SimpleServletPostProcessor.DelegatingServletConfig - Class in org.springframework.web.servlet.handler
Internal implementation of the ServletConfig interface, to be passed to the wrapped servlet.
SimpleServletPostProcessor.DelegatingServletConfig(String, ServletContext) - Constructor for class org.springframework.web.servlet.handler.SimpleServletPostProcessor.DelegatingServletConfig
 
SimpleSessionStatus - Class in org.springframework.web.bind.support
Simple implementation of the SessionStatus interface, keeping the complete flag as an instance variable.
SimpleSessionStatus() - Constructor for class org.springframework.web.bind.support.SimpleSessionStatus
 
SimpleSpringBeanELResolver - Class in org.springframework.beans.factory.access.el
Simple concrete variant of SpringBeanELResolver, delegating to a given BeanFactory that the resolver was constructed with.
SimpleSpringBeanELResolver(BeanFactory) - Constructor for class org.springframework.beans.factory.access.el.SimpleSpringBeanELResolver
Create a new SimpleSpringBeanELResolver for the given BeanFactory.
SimpleSpringPreparerFactory - Class in org.springframework.web.servlet.view.tiles2
Tiles2 org.apache.tiles.preparer.PreparerFactory implementation that expects preparer class names and builds preparer instances for those, creating them through the Spring ApplicationContext in order to apply Spring container callbacks and configured Spring BeanPostProcessors.
SimpleSpringPreparerFactory() - Constructor for class org.springframework.web.servlet.view.tiles2.SimpleSpringPreparerFactory
 
SimpleSpringPreparerFactory - Class in org.springframework.web.servlet.view.tiles3
Tiles3 org.apache.tiles.preparer.PreparerFactory implementation that expects preparer class names and builds preparer instances for those, creating them through the Spring ApplicationContext in order to apply Spring container callbacks and configured Spring BeanPostProcessors.
SimpleSpringPreparerFactory() - Constructor for class org.springframework.web.servlet.view.tiles3.SimpleSpringPreparerFactory
 
SimpleStreamingClientHttpRequest - Class in org.springframework.http.client
ClientHttpRequest implementation that uses standard J2SE facilities to execute streaming requests.
SimpleStreamingClientHttpRequest(HttpURLConnection, int, boolean) - Constructor for class org.springframework.http.client.SimpleStreamingClientHttpRequest
 
SimpleTaskWorkManager - Class in org.springframework.jca.work
Simple JCA 1.5 javax.resource.spi.work.WorkManager implementation that delegates to a Spring TaskExecutor.
SimpleTaskWorkManager() - Constructor for class org.springframework.jca.work.SimpleTaskWorkManager
 
SimpleTaskWorkManager.DelegatingWorkAdapter - Class in org.springframework.jca.work
Work adapter that supports start timeouts and WorkListener callbacks for a given Work that it delegates to.
SimpleTaskWorkManager.DelegatingWorkAdapter(Work, WorkListener, boolean) - Constructor for class org.springframework.jca.work.SimpleTaskWorkManager.DelegatingWorkAdapter
 
SimpleTheme - Class in org.springframework.ui.context.support
Default Theme implementation, wrapping a name and an underlying MessageSource.
SimpleTheme(String, MessageSource) - Constructor for class org.springframework.ui.context.support.SimpleTheme
Create a SimpleTheme.
SimpleThreadPoolTaskExecutor - Class in org.springframework.scheduling.quartz
Subclass of Quartz's SimpleThreadPool that implements Spring's TaskExecutor interface and listens to Spring lifecycle callbacks.
SimpleThreadPoolTaskExecutor() - Constructor for class org.springframework.scheduling.quartz.SimpleThreadPoolTaskExecutor
 
SimpleThreadScope - Class in org.springframework.context.support
Thread-backed Scope implementation.
SimpleThreadScope() - Constructor for class org.springframework.context.support.SimpleThreadScope
 
SimpleThrowawayClassLoader - Class in org.springframework.instrument.classloading
ClassLoader that can be used to load classes without bringing them into the parent loader.
SimpleThrowawayClassLoader(ClassLoader) - Constructor for class org.springframework.instrument.classloading.SimpleThrowawayClassLoader
Create a new SimpleThrowawayClassLoader for the given class loader.
SimpleTraceInterceptor - Class in org.springframework.aop.interceptor
Simple AOP Alliance MethodInterceptor that can be introduced in a chain to display verbose trace information about intercepted method invocations, with method entry and method exit info.
SimpleTraceInterceptor() - Constructor for class org.springframework.aop.interceptor.SimpleTraceInterceptor
Create a new SimpleTraceInterceptor with a static logger.
SimpleTraceInterceptor(boolean) - Constructor for class org.springframework.aop.interceptor.SimpleTraceInterceptor
Create a new SimpleTraceInterceptor with dynamic or static logger, according to the given flag.
SimpleTransactionFactory - Class in org.springframework.transaction.jta
Default implementation of the TransactionFactory strategy interface, simply wrapping a standard JTA javax.transaction.TransactionManager.
SimpleTransactionFactory(TransactionManager) - Constructor for class org.springframework.transaction.jta.SimpleTransactionFactory
Create a new SimpleTransactionFactory for the given TransactionManager
SimpleTransactionStatus - Class in org.springframework.transaction.support
A simple TransactionStatus implementation.
SimpleTransactionStatus() - Constructor for class org.springframework.transaction.support.SimpleTransactionStatus
Create a new instance of the SimpleTransactionStatus class, indicating a new transaction.
SimpleTransactionStatus(boolean) - Constructor for class org.springframework.transaction.support.SimpleTransactionStatus
Create a new instance of the SimpleTransactionStatus class.
SimpleTransformErrorListener - Class in org.springframework.util.xml
Simple javax.xml.transform.ErrorListener implementation: logs warnings using the given Commons Logging logger instance, and rethrows errors to discontinue the XML transformation.
SimpleTransformErrorListener(Log) - Constructor for class org.springframework.util.xml.SimpleTransformErrorListener
Create a new SimpleTransformErrorListener for the given Commons Logging logger instance.
simpleTrigger - Variable in class org.springframework.scheduling.quartz.SimpleTriggerFactoryBean
 
SimpleTriggerBean - Class in org.springframework.scheduling.quartz
Convenience subclass of Quartz's org.quartz.SimpleTrigger class, making bean-style usage easier.
SimpleTriggerBean() - Constructor for class org.springframework.scheduling.quartz.SimpleTriggerBean
 
SimpleTriggerContext - Class in org.springframework.scheduling.support
Simple data holder implementation of the TriggerContext interface.
SimpleTriggerContext() - Constructor for class org.springframework.scheduling.support.SimpleTriggerContext
 
SimpleTriggerFactoryBean - Class in org.springframework.scheduling.quartz
A Spring FactoryBean for creating a Quartz org.quartz.SimpleTrigger instance, supporting bean-style usage for trigger configuration.
SimpleTriggerFactoryBean() - Constructor for class org.springframework.scheduling.quartz.SimpleTriggerFactoryBean
 
SimpleTypeConverter - Class in org.springframework.beans
Simple implementation of the TypeConverter interface that does not operate on a specific target object.
SimpleTypeConverter() - Constructor for class org.springframework.beans.SimpleTypeConverter
 
SimpleUrlHandlerMapping - Class in org.springframework.web.servlet.handler
Implementation of the HandlerMapping interface to map from URLs to request handler beans.
SimpleUrlHandlerMapping() - Constructor for class org.springframework.web.servlet.handler.SimpleUrlHandlerMapping
 
SimpleValueWrapper - Class in org.springframework.cache.support
Straightforward implementation of Cache.ValueWrapper, simply holding the value as given at construction and returning it from SimpleValueWrapper.get().
SimpleValueWrapper(Object) - Constructor for class org.springframework.cache.support.SimpleValueWrapper
Create a new SimpleValueWrapper instance for exposing the given value.
SingleColumnRowMapper<T> - Class in org.springframework.jdbc.core
RowMapper implementation that converts a single column into a single result value per row.
SingleColumnRowMapper() - Constructor for class org.springframework.jdbc.core.SingleColumnRowMapper
Create a new SingleColumnRowMapper.
SingleColumnRowMapper(Class<T>) - Constructor for class org.springframework.jdbc.core.SingleColumnRowMapper
Create a new SingleColumnRowMapper.
SingleConnectionDataSource - Class in org.springframework.jdbc.datasource
Implementation of SmartDataSource that wraps a single JDBC Connection which is not closed after use.
SingleConnectionDataSource() - Constructor for class org.springframework.jdbc.datasource.SingleConnectionDataSource
Constructor for bean-style configuration.
SingleConnectionDataSource(String, String, String, String, boolean) - Constructor for class org.springframework.jdbc.datasource.SingleConnectionDataSource
Deprecated.
since Spring 2.5. Driver parameter usage is generally not recommended for a SingleConnectionDataSource. If you insist on using driver parameters directly, set up the Driver class manually before invoking this DataSource.
SingleConnectionDataSource(String, String, String, boolean) - Constructor for class org.springframework.jdbc.datasource.SingleConnectionDataSource
Create a new SingleConnectionDataSource with the given standard DriverManager parameters.
SingleConnectionDataSource(String, boolean) - Constructor for class org.springframework.jdbc.datasource.SingleConnectionDataSource
Create a new SingleConnectionDataSource with the given standard DriverManager parameters.
SingleConnectionDataSource(Connection, boolean) - Constructor for class org.springframework.jdbc.datasource.SingleConnectionDataSource
Create a new SingleConnectionDataSource with a given Connection.
SingleConnectionDataSource.CloseSuppressingInvocationHandler - Class in org.springframework.jdbc.datasource
Invocation handler that suppresses close calls on JDBC Connections.
SingleConnectionDataSource.CloseSuppressingInvocationHandler(Connection) - Constructor for class org.springframework.jdbc.datasource.SingleConnectionDataSource.CloseSuppressingInvocationHandler
 
SingleConnectionFactory - Class in org.springframework.jca.cci.connection
A CCI ConnectionFactory adapter that returns the same Connection on all getConnection calls, and ignores calls to Connection.close().
SingleConnectionFactory() - Constructor for class org.springframework.jca.cci.connection.SingleConnectionFactory
Create a new SingleConnectionFactory for bean-style usage.
SingleConnectionFactory(Connection) - Constructor for class org.springframework.jca.cci.connection.SingleConnectionFactory
Create a new SingleConnectionFactory that always returns the given Connection.
SingleConnectionFactory(ConnectionFactory) - Constructor for class org.springframework.jca.cci.connection.SingleConnectionFactory
Create a new SingleConnectionFactory that always returns a single Connection which it will lazily create via the given target ConnectionFactory.
SingleConnectionFactory - Class in org.springframework.jms.connection
A JMS ConnectionFactory adapter that returns the same Connection from all SingleConnectionFactory.createConnection() calls, and ignores calls to javax.jms.Connection#close().
SingleConnectionFactory() - Constructor for class org.springframework.jms.connection.SingleConnectionFactory
Create a new SingleConnectionFactory for bean-style usage.
SingleConnectionFactory(Connection) - Constructor for class org.springframework.jms.connection.SingleConnectionFactory
Create a new SingleConnectionFactory that always returns the given Connection.
SingleConnectionFactory(ConnectionFactory) - Constructor for class org.springframework.jms.connection.SingleConnectionFactory
Create a new SingleConnectionFactory that always returns a single Connection that it will lazily create via the given target ConnectionFactory.
SingleConnectionFactory.CloseSuppressingInvocationHandler - Class in org.springframework.jca.cci.connection
Invocation handler that suppresses close calls on CCI Connections.
SingleConnectionFactory.CloseSuppressingInvocationHandler(Connection) - Constructor for class org.springframework.jca.cci.connection.SingleConnectionFactory.CloseSuppressingInvocationHandler
 
SingleConnectionFactory.InternalChainedExceptionListener - Class in org.springframework.jms.connection
Internal chained ExceptionListener for handling the internal recovery listener in combination with a user-specified listener.
SingleConnectionFactory.InternalChainedExceptionListener(ExceptionListener, ExceptionListener) - Constructor for class org.springframework.jms.connection.SingleConnectionFactory.InternalChainedExceptionListener
 
SingleConnectionFactory.SharedConnectionInvocationHandler - Class in org.springframework.jms.connection
Invocation handler for a cached JMS Connection proxy.
SingleConnectionFactory.SharedConnectionInvocationHandler(Connection) - Constructor for class org.springframework.jms.connection.SingleConnectionFactory.SharedConnectionInvocationHandler
 
SingleConnectionFactory102 - Class in org.springframework.jms.connection
Deprecated.
as of Spring 3.0, in favor of the JMS 1.1 based SingleConnectionFactory
SingleConnectionFactory102() - Constructor for class org.springframework.jms.connection.SingleConnectionFactory102
Deprecated.
Create a new SingleConnectionFactory102 for bean-style usage.
SingleConnectionFactory102(ConnectionFactory, boolean) - Constructor for class org.springframework.jms.connection.SingleConnectionFactory102
Deprecated.
Create a new SingleConnectionFactory102 that always returns a single Connection that it will lazily create via the given target ConnectionFactory.
SingleDataSourceLookup - Class in org.springframework.jdbc.datasource.lookup
An implementation of the DataSourceLookup that simply wraps a single given DataSource, returned for any data source name.
SingleDataSourceLookup(DataSource) - Constructor for class org.springframework.jdbc.datasource.lookup.SingleDataSourceLookup
Create a new instance of the SingleDataSourceLookup class.
singleResult(Collection<T>) - Static method in class org.springframework.dao.support.DataAccessUtils
Return a single result object from the given Collection.
singleSession - Variable in class org.springframework.orm.hibernate3.support.OpenSessionInViewFilter
 
singleSession - Variable in class org.springframework.orm.hibernate3.support.OpenSessionInViewInterceptor
 
singleton - Variable in class org.springframework.aop.framework.ProxyFactoryBean
 
singleton - Variable in class org.springframework.beans.factory.config.AbstractFactoryBean
 
singleton - Variable in class org.springframework.beans.factory.config.MethodInvokingFactoryBean
 
singleton - Variable in class org.springframework.beans.factory.config.PropertiesFactoryBean
 
singleton - Variable in class org.springframework.beans.factory.support.AbstractBeanDefinition
 
SINGLETON_ATTRIBUTE - Static variable in class org.springframework.beans.factory.xml.BeanDefinitionParserDelegate
 
SINGLETON_KEY - Static variable in class org.springframework.beans.factory.support.PropertiesBeanDefinitionReader
Special key to distinguish owner.(singleton)=false.
SingletonAspectInstanceFactory - Class in org.springframework.aop.aspectj
Implementation of AspectInstanceFactory that is backed by a specified singleton object, returning the same instance for every SingletonAspectInstanceFactory.getAspectInstance() call.
SingletonAspectInstanceFactory(Object) - Constructor for class org.springframework.aop.aspectj.SingletonAspectInstanceFactory
Create a new SingletonAspectInstanceFactory for the given aspect instance.
SingletonBeanFactoryLocator - Class in org.springframework.beans.factory.access
Keyed-singleton implementation of BeanFactoryLocator, which accesses shared Spring BeanFactory instances.
SingletonBeanFactoryLocator(String) - Constructor for class org.springframework.beans.factory.access.SingletonBeanFactoryLocator
Constructor which uses the the specified name as the resource name of the definition file(s).
SingletonBeanFactoryLocator.BeanFactoryGroup - Class in org.springframework.beans.factory.access
We track BeanFactory instances with this class.
SingletonBeanFactoryLocator.BeanFactoryGroup() - Constructor for class org.springframework.beans.factory.access.SingletonBeanFactoryLocator.BeanFactoryGroup
 
SingletonBeanFactoryLocator.CountingBeanFactoryReference - Class in org.springframework.beans.factory.access
BeanFactoryReference implementation for this locator.
SingletonBeanFactoryLocator.CountingBeanFactoryReference(BeanFactory, BeanFactory) - Constructor for class org.springframework.beans.factory.access.SingletonBeanFactoryLocator.CountingBeanFactoryReference
 
singletonBeanNamesByType - Variable in class org.springframework.beans.factory.support.DefaultListableBeanFactory
Map of singleton-only bean names keyed by dependency type
SingletonBeanRegistry - Interface in org.springframework.beans.factory.config
Interface that defines a registry for shared bean instances.
singletonFactories - Variable in class org.springframework.beans.factory.support.DefaultSingletonBeanRegistry
Cache of singleton factories: bean name --> ObjectFactory
singletonInstance - Variable in class org.springframework.aop.framework.ProxyFactoryBean
If this is a singleton, the cached singleton proxy instance
singletonInstance - Variable in class org.springframework.beans.factory.config.AbstractFactoryBean
 
singletonInstance - Variable in class org.springframework.beans.factory.config.PropertiesFactoryBean
 
SingletonMetadataAwareAspectInstanceFactory - Class in org.springframework.aop.aspectj.annotation
Implementation of MetadataAwareAspectInstanceFactory that is backed by a specified singleton object, returning the same instance for every SingletonAspectInstanceFactory.getAspectInstance() call.
SingletonMetadataAwareAspectInstanceFactory(Object, String) - Constructor for class org.springframework.aop.aspectj.annotation.SingletonMetadataAwareAspectInstanceFactory
Create a new SingletonMetadataAwareAspectInstanceFactory for the given aspect.
singletonNames - Variable in class org.springframework.context.support.AbstractApplicationContext.ApplicationListenerDetector
 
singletonObject - Variable in class org.springframework.beans.factory.config.MethodInvokingFactoryBean
Method call result in the singleton case
singletonObjects - Variable in class org.springframework.beans.factory.support.DefaultSingletonBeanRegistry
Cache of singleton objects: bean name --> bean instance
singletonObjects - Variable in class org.springframework.jndi.support.SimpleJndiBeanFactory
Cache of shareable singleton objects: bean name --> bean instance
singletonsCurrentlyInCreation - Variable in class org.springframework.beans.factory.support.DefaultSingletonBeanRegistry
Names of beans that are currently in creation (using a ConcurrentHashMap as a Set)
singletonsCurrentlyInDestruction - Variable in class org.springframework.beans.factory.support.DefaultSingletonBeanRegistry
Flag that indicates whether we're currently within destroySingletons
SingletonTargetSource - Class in org.springframework.aop.target
Implementation of the TargetSource interface that holds a given object.
SingletonTargetSource(Object) - Constructor for class org.springframework.aop.target.SingletonTargetSource
Create a new SingletonTargetSource for the given target.
singleValuedAnnotationPcds - Static variable in class org.springframework.aop.aspectj.AspectJAdviceParameterNameDiscoverer
 
size() - Method in class org.springframework.beans.MutablePropertyValues
Return the number of PropertyValue entries in the list.
size() - Method in class org.springframework.core.env.MutablePropertySources
Return the number of PropertySource objects contained.
size() - Method in class org.springframework.core.env.ReadOnlySystemAttributesMap
 
size() - Method in class org.springframework.core.io.support.PathMatchingResourcePatternResolver.PatternVirtualFileVisitor
 
size() - Method in class org.springframework.http.HttpHeaders
 
size() - Method in class org.springframework.test.context.ContextCache
Determine the number of contexts currently stored in the cache.
size(int) - Method in class org.springframework.test.web.servlet.result.ModelResultMatchers
Assert the number of model attributes.
size() - Method in class org.springframework.util.AutoPopulatingList
 
size() - Method in class org.springframework.util.CachingMapDecorator
Deprecated.
 
size() - Method in class org.springframework.util.CollectionUtils.MultiValueMapAdapter
 
size() - Method in class org.springframework.util.ConcurrentReferenceHashMap.EntrySet
 
size() - Method in class org.springframework.util.ConcurrentReferenceHashMap
 
size() - Method in class org.springframework.util.LinkedMultiValueMap
 
size - Variable in class org.springframework.web.multipart.commons.CommonsMultipartFile
 
size - Variable in class org.springframework.web.servlet.tags.form.InputTag
 
size - Variable in class org.springframework.web.servlet.tags.form.SelectTag
The value of the HTML 'size' attribute rendered on the final 'select' element.
SIZE_ATTRIBUTE - Static variable in class org.springframework.web.servlet.tags.form.InputTag
 
skeleton - Variable in class org.springframework.remoting.caucho.BurlapExporter
 
skeleton - Variable in class org.springframework.remoting.caucho.HessianExporter
 
skip - Variable in class org.springframework.beans.factory.annotation.InjectionMetadata.InjectedElement
 
skip(long) - Method in class org.springframework.oxm.xmlbeans.XmlBeansMarshaller.NonClosingInputStream
 
skip(long) - Method in class org.springframework.oxm.xmlbeans.XmlBeansMarshaller.NonClosingReader
 
SKIP_REQUIRED_CHECK_ATTRIBUTE - Static variable in class org.springframework.beans.factory.annotation.RequiredAnnotationBeanPostProcessor
Bean definition attribute that may indicate whether a given bean is supposed to be skipped when performing this post-processor's required property check.
skipCommentsAndQuotes(char[], int) - Static method in class org.springframework.jdbc.core.namedparam.NamedParameterUtils
Skip over comments and quoted names present in an SQL statement
skipDispatch(HttpServletRequest) - Method in class org.springframework.web.filter.OncePerRequestFilter
 
skippedEntity(String) - Method in class org.springframework.util.xml.AbstractStaxContentHandler
 
skippedEntity(String) - Method in class org.springframework.util.xml.DomContentHandler
 
skippedEntityInternal(String) - Method in class org.springframework.util.xml.AbstractStaxContentHandler
 
skippedEntityInternal(String) - Method in class org.springframework.util.xml.StaxEventContentHandler
 
skippedEntityInternal(String) - Method in class org.springframework.util.xml.StaxStreamContentHandler
 
skipResultsProcessing - Variable in class org.springframework.jdbc.core.JdbcTemplate
If this variable is set to true then all results checking will be bypassed for any callable statement processing.
skipToCorrectEndSuffix(String, String, String, int) - Method in class org.springframework.expression.common.TemplateAwareExpressionParser
Copes with nesting, for example '${...${...}}' where the correct end for the first ${ is the final }.
skipUndeclaredResults - Variable in class org.springframework.jdbc.core.JdbcTemplate
If this variable is set to true then all results from a stored procedure call that don't have a corresponding SqlOutParameter declaration will be bypassed.
SLASH - Static variable in class org.springframework.test.context.support.AbstractContextLoader
 
SLASH - Static variable in class org.springframework.web.servlet.view.DefaultRequestToViewNameTranslator
 
sleepInbetweenRecoveryAttempts() - Method in class org.springframework.jms.listener.DefaultMessageListenerContainer
Sleep according to the specified recovery interval.
SmartApplicationListener - Interface in org.springframework.context.event
Extended variant of the standard ApplicationListener interface, exposing further metadata such as the supported event type.
SmartClassLoader - Interface in org.springframework.core
Interface to be implemented by a reloading-aware ClassLoader (e.g.
SmartConnectionFactory - Interface in org.springframework.jms.connection
Extension of the javax.jms.ConnectionFactory interface, indicating how to release Connections obtained from it.
SmartContextLoader - Interface in org.springframework.test.context
Strategy interface for loading an application context for an integration test managed by the Spring TestContext Framework.
SmartDataSource - Interface in org.springframework.jdbc.datasource
Extension of the javax.sql.DataSource interface, to be implemented by special DataSources that return JDBC Connections in an unwrapped fashion.
SmartFactoryBean<T> - Interface in org.springframework.beans.factory
Extension of the FactoryBean interface.
SmartInstantiationAwareBeanPostProcessor - Interface in org.springframework.beans.factory.config
Extension of the InstantiationAwareBeanPostProcessor interface, adding a callback for predicting the eventual type of a processed bean.
SmartLifecycle - Interface in org.springframework.context
An extension of the Lifecycle interface for those objects that require to be started upon ApplicationContext refresh and/or shutdown in a particular order.
smartMemberCount - Variable in class org.springframework.context.support.DefaultLifecycleProcessor.LifecycleGroup
 
SmartMimeMessage - Class in org.springframework.mail.javamail
Special subclass of the standard JavaMail MimeMessage, carrying a default encoding to be used when populating the message and a default Java Activation FileTypeMap to be used for resolving attachment types.
SmartMimeMessage(Session, String, FileTypeMap) - Constructor for class org.springframework.mail.javamail.SmartMimeMessage
Create a new SmartMimeMessage.
SmartPersistenceUnitInfo - Interface in org.springframework.orm.jpa.persistenceunit
Extension of the standard JPA PersistenceUnitInfo interface, for advanced collaboration between Spring's LocalContainerEntityManagerFactoryBean and PersistenceUnitManager implementations.
SmartSessionBean - Interface in org.springframework.ejb.support
Deprecated.
as of Spring 3.2, in favor of implementing EJBs in EJB 3 style
SmartTransactionObject - Interface in org.springframework.transaction.support
Interface to be implemented by transaction objects that are able to return an internal rollback-only marker, typically from a another transaction that has participated and marked it as rollback-only.
SmartValidator - Interface in org.springframework.validation
Extended variant of the Validator interface, adding support for validation 'hints'.
SmartView - Interface in org.springframework.web.servlet
Provides additional information about a View such as whether it performs redirects.
snapshot() - Method in class org.springframework.beans.factory.parsing.ParseState
Create a new instance of ParseState which is an independent snapshot of this instance.
soapActionUri - Variable in class org.springframework.remoting.jaxws.JaxWsPortClientInterceptor
 
SoapFaultException - Exception in org.springframework.remoting.soap
RemoteInvocationFailureException subclass that provides the details of a SOAP fault.
SoapFaultException(String, Throwable) - Constructor for exception org.springframework.remoting.soap.SoapFaultException
Constructor for SoapFaultException.
sort - Variable in class org.springframework.beans.support.PagedListHolder
 
sort(List, SortDefinition) - Static method in class org.springframework.beans.support.PropertyComparator
Sort the given List according to the given sort definition.
sort(Object[], SortDefinition) - Static method in class org.springframework.beans.support.PropertyComparator
Sort the given source according to the given sort definition.
sort(List<?>) - Static method in class org.springframework.core.annotation.AnnotationAwareOrderComparator
Sort the given List with a default AnnotationAwareOrderComparator.
sort(Object[]) - Static method in class org.springframework.core.annotation.AnnotationAwareOrderComparator
Sort the given array with a default AnnotationAwareOrderComparator.
sort(List<?>) - Static method in class org.springframework.core.OrderComparator
Sort the given List with a default OrderComparator.
sort(Object[]) - Static method in class org.springframework.core.OrderComparator
Sort the given array with a default OrderComparator.
sortAdvisors(List<Advisor>) - Method in class org.springframework.aop.aspectj.autoproxy.AspectJAwareAdvisorAutoProxyCreator
Sort the rest by AspectJ precedence.
sortAdvisors(List<Advisor>) - Method in class org.springframework.aop.framework.autoproxy.AbstractAdvisorAutoProxyCreator
Sort advisors based on ordering.
sortByQualityValue(List<MediaType>) - Static method in class org.springframework.http.MediaType
Sorts the given list of MediaType objects by quality value.
sortBySpecificity(List<MediaType>) - Static method in class org.springframework.http.MediaType
Sorts the given list of MediaType objects by specificity.
sortBySpecificityAndQuality(List<MediaType>) - Static method in class org.springframework.http.MediaType
Sorts the given list of MediaType objects by specificity as the primary criteria and quality value the secondary.
sortConstructors(Constructor[]) - Static method in class org.springframework.beans.factory.support.AutowireUtils
Sort the given constructors, preferring public constructors and "greedy" ones with a maximum number of arguments.
sortDefinition - Variable in class org.springframework.beans.support.PropertyComparator
 
SortDefinition - Interface in org.springframework.beans.support
Definition for sorting bean instances by a property.
SortedResourcesFactoryBean - Class in org.springframework.jdbc.config
FactoryBean implementation that takes a list of location Strings and creates a sorted array of Resource instances.
SortedResourcesFactoryBean(List<String>) - Constructor for class org.springframework.jdbc.config.SortedResourcesFactoryBean
 
SortedResourcesFactoryBean(ResourceLoader, List<String>) - Constructor for class org.springframework.jdbc.config.SortedResourcesFactoryBean
 
sortFactoryMethods(Method[]) - Static method in class org.springframework.beans.factory.support.AutowireUtils
Sort the given factory methods, preferring public methods and "greedy" ones with a maximum of arguments.
sortMatchedPatterns(Comparator<String>) - Method in class org.springframework.web.servlet.mvc.annotation.AnnotationMethodHandlerAdapter.RequestSpecificMappingInfo
Deprecated.
 
sortStringArray(String[]) - Static method in class org.springframework.util.StringUtils
Turn given source String array into sorted array.
sortUsed - Variable in class org.springframework.beans.support.PagedListHolder
 
source - Variable in class org.springframework.beans.BeanMetadataAttribute
 
source - Variable in class org.springframework.beans.BeanMetadataAttributeAccessor
 
source - Variable in class org.springframework.beans.factory.config.ConstructorArgumentValues.ValueHolder
 
source - Variable in class org.springframework.beans.factory.config.RuntimeBeanNameReference
 
source - Variable in class org.springframework.beans.factory.config.RuntimeBeanReference
 
source - Variable in class org.springframework.beans.factory.config.TypedStringValue
 
source - Variable in class org.springframework.beans.factory.parsing.AliasDefinition
 
source - Variable in class org.springframework.beans.factory.parsing.CompositeComponentDefinition
 
source - Variable in class org.springframework.beans.factory.parsing.ImportDefinition
 
source - Variable in class org.springframework.beans.factory.parsing.Location
 
source - Variable in class org.springframework.beans.factory.support.ManagedList
 
source - Variable in class org.springframework.beans.factory.support.ManagedMap
 
source - Variable in class org.springframework.beans.factory.support.ManagedProperties
 
source - Variable in class org.springframework.beans.factory.support.ManagedSet
 
source - Variable in class org.springframework.beans.factory.support.MethodOverride
 
source - Variable in class org.springframework.beans.factory.xml.DocumentDefaultsDefinition
 
source - Variable in class org.springframework.beans.PropertyValue
 
source - Variable in class org.springframework.beans.support.PagedListHolder
 
source - Variable in class org.springframework.context.event.SourceFilteringListener
 
source - Variable in class org.springframework.core.env.PropertySource
 
source(<any>) - Method in class org.springframework.test.web.client.match.ContentRequestMatchers
Parse the request content as DOMSource and apply the given Matcher.
source(<any>) - Method in class org.springframework.test.web.servlet.result.ContentResultMatchers
Parse the response content as DOMSource and apply the given Hamcrest Matcher.
source - Variable in class org.springframework.web.bind.EscapedErrors
 
sourceExtractor - Variable in class org.springframework.beans.factory.parsing.ReaderContext
 
SourceExtractor - Interface in org.springframework.beans.factory.parsing
Simple strategy allowing tools to control how source metadata is attached to the bean definition metadata.
sourceExtractor - Variable in class org.springframework.beans.factory.xml.XmlBeanDefinitionReader
 
sourceExtractor - Variable in class org.springframework.context.annotation.ConfigurationClassBeanDefinitionReader
 
sourceExtractor - Variable in class org.springframework.context.annotation.ConfigurationClassPostProcessor
 
SourceFilteringListener - Class in org.springframework.context.event
ApplicationListener decorator that filters events from a specified event source, invoking its delegate listener for matching ApplicationEvent objects only.
SourceFilteringListener(Object, ApplicationListener) - Constructor for class org.springframework.context.event.SourceFilteringListener
Create a SourceFilteringListener for the given event source.
SourceFilteringListener(Object) - Constructor for class org.springframework.context.event.SourceFilteringListener
Create a SourceFilteringListener for the given event source, expecting subclasses to override the SourceFilteringListener.onApplicationEventInternal(org.springframework.context.ApplicationEvent) method (instead of specifying a delegate listener).
SourceHttpMessageConverter<T extends javax.xml.transform.Source> - Class in org.springframework.http.converter.xml
Implementation of HttpMessageConverter that can read and write Source objects.
SourceHttpMessageConverter() - Constructor for class org.springframework.http.converter.xml.SourceHttpMessageConverter
 
SourceHttpMessageConverter.CountingOutputStream - Class in org.springframework.http.converter.xml
 
SourceHttpMessageConverter.CountingOutputStream() - Constructor for class org.springframework.http.converter.xml.SourceHttpMessageConverter.CountingOutputStream
 
sourceKey - Variable in class org.springframework.web.servlet.view.xslt.XsltView
 
sourceKey - Variable in class org.springframework.web.servlet.view.xslt.XsltViewResolver
 
sourceList - Variable in class org.springframework.beans.factory.config.ListFactoryBean
 
sourceLocation - Variable in class org.springframework.aop.aspectj.MethodInvocationProceedingJoinPoint
Lazily initialized source location object
sourceMap - Variable in class org.springframework.beans.factory.config.MapFactoryBean
 
sourceSet - Variable in class org.springframework.beans.factory.config.SetFactoryBean
 
sourceStream - Variable in class org.springframework.mock.web.DelegatingServletInputStream
 
sourceType - Variable in class org.springframework.context.event.AbstractApplicationEventMulticaster.ListenerCacheKey
 
sourceType - Variable in exception org.springframework.core.convert.ConversionFailedException
 
sourceType - Variable in class org.springframework.core.convert.converter.GenericConverter.ConvertiblePair
 
sourceType - Variable in exception org.springframework.core.convert.ConverterNotFoundException
 
sourceType - Variable in class org.springframework.core.convert.support.GenericConversionService.ConverterCacheKey
 
SPAN_TAG - Static variable in class org.springframework.web.servlet.tags.form.AbstractMultiCheckedElementTag
The HTML 'span' tag.
SPAN_TAG - Static variable in class org.springframework.web.servlet.tags.form.ErrorsTag
The HTML 'span' tag.
SPECIFICITY_COMPARATOR - Static variable in class org.springframework.http.MediaType
specifiedTypeName - Variable in class org.springframework.beans.factory.config.TypedStringValue
 
SpelEvaluationException - Exception in org.springframework.expression.spel
Root exception for Spring EL related exceptions.
SpelEvaluationException(SpelMessage, Object...) - Constructor for exception org.springframework.expression.spel.SpelEvaluationException
 
SpelEvaluationException(int, SpelMessage, Object...) - Constructor for exception org.springframework.expression.spel.SpelEvaluationException
 
SpelEvaluationException(int, Throwable, SpelMessage, Object...) - Constructor for exception org.springframework.expression.spel.SpelEvaluationException
 
SpelEvaluationException(Throwable, SpelMessage, Object...) - Constructor for exception org.springframework.expression.spel.SpelEvaluationException
 
SpelExpression - Class in org.springframework.expression.spel.standard
A SpelExpression represents a parsed (valid) expression that is ready to be evaluated in a specified context.
SpelExpression(String, SpelNodeImpl, SpelParserConfiguration) - Constructor for class org.springframework.expression.spel.standard.SpelExpression
Construct an expression, only used by the parser.
SpelExpressionParser - Class in org.springframework.expression.spel.standard
SpEL parser.
SpelExpressionParser() - Constructor for class org.springframework.expression.spel.standard.SpelExpressionParser
Create a parser with standard configuration.
SpelExpressionParser(SpelParserConfiguration) - Constructor for class org.springframework.expression.spel.standard.SpelExpressionParser
Create a parser with some configured behavior.
SpelMessage - Enum in org.springframework.expression.spel
Contains all the messages that can be produced by the Spring Expression Language.
SpelMessage(SpelMessage.Kind, int, String) - Constructor for enum org.springframework.expression.spel.SpelMessage
 
SpelMessage.Kind - Enum in org.springframework.expression.spel
 
SpelMessage.Kind() - Constructor for enum org.springframework.expression.spel.SpelMessage.Kind
 
SpelNode - Interface in org.springframework.expression.spel
Represents a node in the Ast for a parsed expression.
SpelNodeImpl - Class in org.springframework.expression.spel.ast
The common supertype of all AST nodes in a parsed Spring Expression Language format expression.
SpelNodeImpl(int, SpelNodeImpl...) - Constructor for class org.springframework.expression.spel.ast.SpelNodeImpl
 
SpelParseException - Exception in org.springframework.expression.spel
Root exception for Spring EL related exceptions.
SpelParseException(String, int, SpelMessage, Object...) - Constructor for exception org.springframework.expression.spel.SpelParseException
 
SpelParseException(int, SpelMessage, Object...) - Constructor for exception org.springframework.expression.spel.SpelParseException
 
SpelParseException(int, Throwable, SpelMessage, Object...) - Constructor for exception org.springframework.expression.spel.SpelParseException
 
SpelParserConfiguration - Class in org.springframework.expression.spel
Configuration object for the SpEL expression parser.
SpelParserConfiguration(boolean, boolean) - Constructor for class org.springframework.expression.spel.SpelParserConfiguration
Create a new SpelParserConfiguration instance.
SpelParserConfiguration(boolean, boolean, int) - Constructor for class org.springframework.expression.spel.SpelParserConfiguration
Create a new SpelParserConfiguration instance.
split(String, String) - Static method in class org.springframework.util.StringUtils
Split a String at the first occurrence of the delimiter.
splitArrayElementsIntoProperties(String[], String) - Static method in class org.springframework.util.StringUtils
Take an array Strings and split each element based on the given delimiter.
splitArrayElementsIntoProperties(String[], String, String) - Static method in class org.springframework.util.StringUtils
Take an array Strings and split each element based on the given delimiter.
splitSqlScript(String, String, String, List<String>) - Method in class org.springframework.jdbc.datasource.init.ResourceDatabasePopulator
Split an SQL script into separate statements delimited by the provided delimiter string.
splitSqlScript(String, char, List<String>) - Static method in class org.springframework.test.jdbc.JdbcTestUtils
Split an SQL script into separate statements delimited by the provided delimiter character.
splitSqlScript(String, String, String, List<String>) - Static method in class org.springframework.test.jdbc.JdbcTestUtils
Split an SQL script into separate statements delimited by the provided delimiter string.
SPRING_MACRO_LIBRARY - Static variable in class org.springframework.web.servlet.view.velocity.VelocityConfigurer
the name of Spring's default bind macro library
SPRING_MACRO_REQUEST_CONTEXT_ATTRIBUTE - Static variable in class org.springframework.web.servlet.view.AbstractTemplateView
Variable name of the RequestContext instance in the template model, available to Spring's macros: e.g.
SPRING_MACRO_RESOURCE_LOADER_CLASS - Static variable in class org.springframework.web.servlet.view.velocity.VelocityConfigurer
the key for the class of Spring's bind macro resource loader
SPRING_MACRO_RESOURCE_LOADER_NAME - Static variable in class org.springframework.web.servlet.view.velocity.VelocityConfigurer
the name of the resource loader for Spring's bind macros
SPRING_RESOURCE_LOADER - Static variable in class org.springframework.ui.velocity.SpringResourceLoader
 
SPRING_RESOURCE_LOADER_CACHE - Static variable in class org.springframework.ui.velocity.SpringResourceLoader
 
SPRING_RESOURCE_LOADER_CLASS - Static variable in class org.springframework.ui.velocity.SpringResourceLoader
 
SPRING_RESOURCE_LOADER_PATH - Static variable in class org.springframework.ui.velocity.SpringResourceLoader
 
SpringAsmInfo - Class in org.springframework.asm
Utility class exposing constants related to Spring's internal repackaging of the ASM bytecode manipulation library.
SpringAsmInfo() - Constructor for class org.springframework.asm.SpringAsmInfo
 
SpringBeanAutowiringInterceptor - Class in org.springframework.ejb.interceptor
EJB3-compliant interceptor class that injects Spring beans into fields and methods which are annotated with @Autowired.
SpringBeanAutowiringInterceptor() - Constructor for class org.springframework.ejb.interceptor.SpringBeanAutowiringInterceptor
 
SpringBeanAutowiringSupport - Class in org.springframework.web.context.support
Convenient base class for self-autowiring classes that gets constructed within a Spring-based web application.
SpringBeanAutowiringSupport() - Constructor for class org.springframework.web.context.support.SpringBeanAutowiringSupport
This constructor performs injection on this instance, based on the current web application context.
SpringBeanELResolver - Class in org.springframework.beans.factory.access.el
Unified EL ELResolver that delegates to a Spring BeanFactory, resolving name references to Spring-defined beans.
SpringBeanELResolver() - Constructor for class org.springframework.beans.factory.access.el.SpringBeanELResolver
 
SpringBeanFacesELResolver - Class in org.springframework.web.jsf.el
JSF 1.2 ELResolver that delegates to the Spring root WebApplicationContext, resolving name references to Spring-defined beans.
SpringBeanFacesELResolver() - Constructor for class org.springframework.web.jsf.el.SpringBeanFacesELResolver
 
SpringBeanJobFactory - Class in org.springframework.scheduling.quartz
Subclass of AdaptableJobFactory that also supports Spring-style dependency injection on bean properties.
SpringBeanJobFactory() - Constructor for class org.springframework.scheduling.quartz.SpringBeanJobFactory
 
SpringBeanPreparerFactory - Class in org.springframework.web.servlet.view.tiles2
Tiles2 org.apache.tiles.preparer.PreparerFactory implementation that expects preparer bean names and obtains preparer beans from the Spring ApplicationContext.
SpringBeanPreparerFactory() - Constructor for class org.springframework.web.servlet.view.tiles2.SpringBeanPreparerFactory
 
SpringBeanPreparerFactory - Class in org.springframework.web.servlet.view.tiles3
Tiles3 org.apache.tiles.preparer.PreparerFactory implementation that expects preparer bean names and obtains preparer beans from the Spring ApplicationContext.
SpringBeanPreparerFactory() - Constructor for class org.springframework.web.servlet.view.tiles3.SpringBeanPreparerFactory
 
SpringBeanVariableResolver - Class in org.springframework.web.jsf
Deprecated.
as of Spring 3.2, in favor of the JSF 1.2 based SpringBeanFacesELResolver
SpringBeanVariableResolver(VariableResolver) - Constructor for class org.springframework.web.jsf.SpringBeanVariableResolver
Deprecated.
 
SpringBindingActionForm - Class in org.springframework.web.struts
Deprecated.
as of Spring 3.0
SpringBindingActionForm() - Constructor for class org.springframework.web.struts.SpringBindingActionForm
Deprecated.
 
SpringBindingActionForm.SpringBindingAwarePropertyUtilsBean - Class in org.springframework.web.struts
Deprecated.
Special subclass of PropertyUtilsBean that it is aware of SpringBindingActionForm and uses it for retrieving field values.
SpringBindingActionForm.SpringBindingAwarePropertyUtilsBean() - Constructor for class org.springframework.web.struts.SpringBindingActionForm.SpringBindingAwarePropertyUtilsBean
Deprecated.
 
SpringCacheAnnotationParser - Class in org.springframework.cache.annotation
Strategy implementation for parsing Spring's Caching, Cacheable, CacheEvict and CachePut annotations.
SpringCacheAnnotationParser() - Constructor for class org.springframework.cache.annotation.SpringCacheAnnotationParser
 
SpringCglibInfo - Class in org.springframework.cglib
Empty class used to ensure that the org.springframework.cglib package is processed during Javadoc generation.
SpringCglibInfo() - Constructor for class org.springframework.cglib.SpringCglibInfo
 
SpringConfiguredBeanDefinitionParser - Class in org.springframework.aop.config
BeanDefinitionParser responsible for parsing the <aop:spring-configured/> tag.
SpringConfiguredBeanDefinitionParser() - Constructor for class org.springframework.aop.config.SpringConfiguredBeanDefinitionParser
 
SpringConfiguredBeanDefinitionParser - Class in org.springframework.context.config
BeanDefinitionParser responsible for parsing the <context:spring-configured/> tag.
SpringConfiguredBeanDefinitionParser() - Constructor for class org.springframework.context.config.SpringConfiguredBeanDefinitionParser
 
SpringConfiguredConfiguration - Class in org.springframework.context.annotation.aspectj
@Configuration class that registers an AnnotationBeanConfigurerAspect capable of performing dependency injection services for non-Spring managed objects annotated with @Configurable.
SpringConfiguredConfiguration() - Constructor for class org.springframework.context.annotation.aspectj.SpringConfiguredConfiguration
 
SpringConstraintValidatorFactory - Class in org.springframework.validation.beanvalidation
JSR-303 ConstraintValidatorFactory implementation that delegates to a Spring BeanFactory for creating autowired ConstraintValidator instances.
SpringConstraintValidatorFactory(AutowireCapableBeanFactory) - Constructor for class org.springframework.validation.beanvalidation.SpringConstraintValidatorFactory
Create a new SpringConstraintValidatorFactory for the given BeanFactory.
SpringContextResourceAdapter - Class in org.springframework.jca.context
JCA 1.5 javax.resource.spi.ResourceAdapter implementation that loads a Spring ApplicationContext, starting and stopping Spring-managed beans as part of the ResourceAdapter's lifecycle.
SpringContextResourceAdapter() - Constructor for class org.springframework.jca.context.SpringContextResourceAdapter
 
SpringFactoriesLoader - Class in org.springframework.core.io.support
General purpose factory loading mechanism for internal use within the framework.
SpringFactoriesLoader() - Constructor for class org.springframework.core.io.support.SpringFactoriesLoader
 
SpringFailOnTimeout - Class in org.springframework.test.context.junit4.statements
SpringFailOnTimeout is a custom JUnit 4.5+ Statement which adds support for Spring's @Timed annotation by throwing an exception if the next statement in the execution chain takes more than the specified number of milliseconds.
SpringFailOnTimeout(Statement, long) - Constructor for class org.springframework.test.context.junit4.statements.SpringFailOnTimeout
Constructs a new SpringFailOnTimeout statement.
SpringFlushSynchronization - Class in org.springframework.orm.hibernate4
Simple synchronization adapter that propagates a flush() call to the underlying Hibernate Session.
SpringFlushSynchronization(Session) - Constructor for class org.springframework.orm.hibernate4.SpringFlushSynchronization
 
SpringJtaSessionContext - Class in org.springframework.orm.hibernate4
Spring-specific subclass of Hibernate's JTASessionContext, setting FlushMode.MANUAL for read-only transactions.
SpringJtaSessionContext(SessionFactoryImplementor) - Constructor for class org.springframework.orm.hibernate4.SpringJtaSessionContext
 
SpringJtaSynchronizationAdapter - Class in org.springframework.transaction.jta
Adapter that implements the JTA javax.transaction.Synchronization interface delegating to an underlying Spring TransactionSynchronization.
SpringJtaSynchronizationAdapter(TransactionSynchronization) - Constructor for class org.springframework.transaction.jta.SpringJtaSynchronizationAdapter
Create a new SpringJtaSynchronizationAdapter for the given Spring TransactionSynchronization and JTA TransactionManager.
SpringJtaSynchronizationAdapter(TransactionSynchronization, UserTransaction) - Constructor for class org.springframework.transaction.jta.SpringJtaSynchronizationAdapter
Create a new SpringJtaSynchronizationAdapter for the given Spring TransactionSynchronization and JTA TransactionManager.
SpringJtaSynchronizationAdapter(TransactionSynchronization, TransactionManager) - Constructor for class org.springframework.transaction.jta.SpringJtaSynchronizationAdapter
Create a new SpringJtaSynchronizationAdapter for the given Spring TransactionSynchronization and JTA TransactionManager.
SpringJUnit4ClassRunner - Class in org.springframework.test.context.junit4
SpringJUnit4ClassRunner is a custom extension of BlockJUnit4ClassRunner which provides functionality of the Spring TestContext Framework to standard JUnit 4.5+ tests by means of the TestContextManager and associated support classes and annotations.
SpringJUnit4ClassRunner(Class<?>) - Constructor for class org.springframework.test.context.junit4.SpringJUnit4ClassRunner
Constructs a new SpringJUnit4ClassRunner and initializes a TestContextManager to provide Spring testing functionality to standard JUnit tests.
SpringLobCreatorSynchronization - Class in org.springframework.jdbc.support.lob
Callback for resource cleanup at the end of a Spring transaction.
SpringLobCreatorSynchronization(LobCreator) - Constructor for class org.springframework.jdbc.support.lob.SpringLobCreatorSynchronization
Create a SpringLobCreatorSynchronization for the given LobCreator.
SpringLocaleResolver - Class in org.springframework.web.servlet.view.tiles2
Tiles LocaleResolver adapter that delegates to a Spring LocaleResolver, exposing the DispatcherServlet-managed locale.
SpringLocaleResolver() - Constructor for class org.springframework.web.servlet.view.tiles2.SpringLocaleResolver
 
SpringLocaleResolver - Class in org.springframework.web.servlet.view.tiles3
Tiles LocaleResolver adapter that delegates to a Spring LocaleResolver, exposing the DispatcherServlet-managed locale.
SpringLocaleResolver() - Constructor for class org.springframework.web.servlet.view.tiles3.SpringLocaleResolver
 
springMakeNotifier(FrameworkMethod, RunNotifier) - Method in class org.springframework.test.context.junit4.SpringJUnit4ClassRunner
springMakeNotifier() is an exact copy of BlockJUnit4ClassRunner's makeNotifier() method, but we have decided to prefix it with "spring" and keep it private in order to avoid the compatibility clashes that were introduced in JUnit between versions 4.5, 4.6, and 4.7.
SpringModelMBean - Class in org.springframework.jmx.export
Extension of the RequiredModelMBean class that ensures the thread context ClassLoader is switched for the managed resource's ClassLoader before any invocations occur.
SpringModelMBean() - Constructor for class org.springframework.jmx.export.SpringModelMBean
Construct a new SpringModelMBean instance with an empty ModelMBeanInfo.
SpringModelMBean(ModelMBeanInfo) - Constructor for class org.springframework.jmx.export.SpringModelMBean
Construct a new SpringModelMBean instance with the given ModelMBeanInfo.
SpringPersistenceManagerProxyBean - Class in org.springframework.orm.jdo.support
Proxy that implements the javax.jdo.PersistenceManager interface, delegating to the current thread-bound PersistenceManager (the Spring-managed transactional PersistenceManager or the single OpenPersistenceManagerInView PersistenceManager, if any) on each invocation.
SpringPersistenceManagerProxyBean() - Constructor for class org.springframework.orm.jdo.support.SpringPersistenceManagerProxyBean
 
SpringPersistenceManagerProxyBean.PersistenceManagerInvocationHandler - Class in org.springframework.orm.jdo.support
Invocation handler that delegates close calls on PersistenceManagers to PersistenceManagerFactoryUtils for being aware of thread-bound transactions.
SpringPersistenceManagerProxyBean.PersistenceManagerInvocationHandler() - Constructor for class org.springframework.orm.jdo.support.SpringPersistenceManagerProxyBean.PersistenceManagerInvocationHandler
 
SpringPersistenceUnitInfo - Class in org.springframework.orm.jpa.persistenceunit
Subclass of MutablePersistenceUnitInfo that adds instrumentation hooks based on Spring's LoadTimeWeaver abstraction.
SpringPersistenceUnitInfo() - Constructor for class org.springframework.orm.jpa.persistenceunit.SpringPersistenceUnitInfo
 
SpringProxy - Interface in org.springframework.aop
Marker interface implemented by all AOP proxies.
SpringRepeat - Class in org.springframework.test.context.junit4.statements
SpringRepeat is a custom JUnit 4.5+ Statement which adds support for Spring's @Repeat annotation by repeating the test for the specified number of times.
SpringRepeat(Statement, Method, int) - Constructor for class org.springframework.test.context.junit4.statements.SpringRepeat
Constructs a new SpringRepeat statement.
SpringResourceLoader - Class in org.springframework.ui.velocity
Velocity ResourceLoader adapter that loads via a Spring ResourceLoader.
SpringResourceLoader() - Constructor for class org.springframework.ui.velocity.SpringResourceLoader
 
SpringServletContainerInitializer - Class in org.springframework.web
Servlet 3.0 ServletContainerInitializer designed to support code-based configuration of the servlet container using Spring's WebApplicationInitializer SPI as opposed to (or possibly in combination with) the traditional web.xml-based approach.
SpringServletContainerInitializer() - Constructor for class org.springframework.web.SpringServletContainerInitializer
 
SpringSessionContext - Class in org.springframework.orm.hibernate3
Implementation of Hibernate 3.1's CurrentSessionContext interface that delegates to Spring's SessionFactoryUtils for providing a Spring-managed current Session.
SpringSessionContext(SessionFactoryImplementor) - Constructor for class org.springframework.orm.hibernate3.SpringSessionContext
Create a new SpringSessionContext for the given Hibernate SessionFactory.
SpringSessionContext - Class in org.springframework.orm.hibernate4
Implementation of Hibernate 3.1's CurrentSessionContext interface that delegates to Spring's SessionFactoryUtils for providing a Spring-managed current Session.
SpringSessionContext(SessionFactoryImplementor) - Constructor for class org.springframework.orm.hibernate4.SpringSessionContext
Create a new SpringSessionContext for the given Hibernate SessionFactory.
SpringSessionSynchronization - Class in org.springframework.orm.hibernate3
Callback for resource cleanup at the end of a Spring-managed JTA transaction, that is, when participating in a JtaTransactionManager transaction.
SpringSessionSynchronization(SessionHolder, SessionFactory, SQLExceptionTranslator, boolean) - Constructor for class org.springframework.orm.hibernate3.SpringSessionSynchronization
 
SpringSessionSynchronization - Class in org.springframework.orm.hibernate4
Callback for resource cleanup at the end of a Spring-managed transaction for a pre-bound Hibernate Session.
SpringSessionSynchronization(SessionHolder, SessionFactory) - Constructor for class org.springframework.orm.hibernate4.SpringSessionSynchronization
 
springSynchronization - Variable in class org.springframework.transaction.jta.SpringJtaSynchronizationAdapter
 
SpringTemplateLoader - Class in org.springframework.ui.freemarker
FreeMarker TemplateLoader adapter that loads via a Spring ResourceLoader.
SpringTemplateLoader(ResourceLoader, String) - Constructor for class org.springframework.ui.freemarker.SpringTemplateLoader
Create a new SpringTemplateLoader.
springTestContextAfterTestClass() - Method in class org.springframework.test.context.testng.AbstractTestNGSpringContextTests
Delegates to the configured TestContextManager to call 'after test class' callbacks.
springTestContextAfterTestMethod(Method) - Method in class org.springframework.test.context.testng.AbstractTestNGSpringContextTests
Delegates to the configured TestContextManager to post-process the test method after the actual test has executed.
springTestContextBeforeTestClass() - Method in class org.springframework.test.context.testng.AbstractTestNGSpringContextTests
Delegates to the configured TestContextManager to call 'before test class' callbacks.
springTestContextBeforeTestMethod(Method) - Method in class org.springframework.test.context.testng.AbstractTestNGSpringContextTests
Delegates to the configured TestContextManager to pre-process the test method before the actual test is executed.
springTestContextPrepareTestInstance() - Method in class org.springframework.test.context.testng.AbstractTestNGSpringContextTests
Delegates to the configured TestContextManager to prepare this test instance prior to execution of any individual tests, for example for injecting dependencies, etc.
SpringTilesApplicationContextFactory - Class in org.springframework.web.servlet.view.tiles2
Spring-specific subclass of the standard Tiles AbstractTilesApplicationContextFactory, passing given properties through as Tiles init-param map.
SpringTilesApplicationContextFactory() - Constructor for class org.springframework.web.servlet.view.tiles2.SpringTilesApplicationContextFactory
 
SpringTilesApplicationContextFactory.SpringWildcardServletTilesApplicationContext - Class in org.springframework.web.servlet.view.tiles2
Custom subclass of the standard Tiles WildcardServletTilesApplicationContext, passing given properties through as Tiles init-param map.
SpringTilesApplicationContextFactory.SpringWildcardServletTilesApplicationContext(ServletContext, Map<String, String>) - Constructor for class org.springframework.web.servlet.view.tiles2.SpringTilesApplicationContextFactory.SpringWildcardServletTilesApplicationContext
 
SpringTransactionAnnotationParser - Class in org.springframework.transaction.annotation
Strategy implementation for parsing Spring's Transactional annotation.
SpringTransactionAnnotationParser() - Constructor for class org.springframework.transaction.annotation.SpringTransactionAnnotationParser
 
SpringTransactionFactory - Class in org.springframework.orm.hibernate3
Spring-aware implementation of the Hibernate TransactionFactory interface, aware of Spring-synchronized transactions (in particular Spring-managed JTA transactions) and asking for default release mode ON_CLOSE.
SpringTransactionFactory() - Constructor for class org.springframework.orm.hibernate3.SpringTransactionFactory
 
SpringValidatorAdapter - Class in org.springframework.validation.beanvalidation
Adapter that takes a JSR-303 javax.validator.Validator and exposes it as a Spring Validator while also exposing the original JSR-303 Validator interface itself.
SpringValidatorAdapter(javax.validation.Validator) - Constructor for class org.springframework.validation.beanvalidation.SpringValidatorAdapter
Create a new SpringValidatorAdapter for the given JSR-303 Validator.
SpringValidatorAdapter() - Constructor for class org.springframework.validation.beanvalidation.SpringValidatorAdapter
 
SpringVersion - Class in org.springframework.core
Class that exposes the Spring version.
SpringVersion() - Constructor for class org.springframework.core.SpringVersion
 
SpringWildcardServletTilesApplicationContext - Class in org.springframework.web.servlet.view.tiles3
Spring-specific subclass of the Tiles ServletApplicationContext.
SpringWildcardServletTilesApplicationContext(ServletContext) - Constructor for class org.springframework.web.servlet.view.tiles3.SpringWildcardServletTilesApplicationContext
Constructor.
sql - Variable in exception org.springframework.jdbc.BadSqlGrammarException
 
sql - Variable in class org.springframework.jdbc.core.JdbcTemplate.SimplePreparedStatementCreator
 
sql - Variable in class org.springframework.jdbc.core.PreparedStatementCreatorFactory
The SQL, which won't change when the parameters change
sql - Variable in exception org.springframework.jdbc.InvalidResultSetAccessException
 
sql - Variable in class org.springframework.jdbc.object.RdbmsOperation
 
sql - Variable in exception org.springframework.jdbc.UncategorizedSQLException
SQL that led to the problem
SQL_ERROR_CODE_DEFAULT_PATH - Static variable in class org.springframework.jdbc.support.SQLErrorCodesFactory
The name of default SQL error code files, loading from the class path.
SQL_ERROR_CODE_OVERRIDE_PATH - Static variable in class org.springframework.jdbc.support.SQLErrorCodesFactory
The name of custom SQL error codes file, loading from the root of the class path (e.g.
SqlCall - Class in org.springframework.jdbc.object
RdbmsOperation using a JdbcTemplate and representing a SQL-based call such as a stored procedure or a stored function.
SqlCall() - Constructor for class org.springframework.jdbc.object.SqlCall
Constructor to allow use as a JavaBean.
SqlCall(DataSource, String) - Constructor for class org.springframework.jdbc.object.SqlCall
Create a new SqlCall object with SQL, but without parameters.
SQLErrorCodes - Class in org.springframework.jdbc.support
JavaBean for holding JDBC error codes for a particular database.
SQLErrorCodes() - Constructor for class org.springframework.jdbc.support.SQLErrorCodes
 
sqlErrorCodes - Variable in class org.springframework.jdbc.support.SQLErrorCodeSQLExceptionTranslator
Error codes used by this translator
SQLErrorCodesFactory - Class in org.springframework.jdbc.support
Factory for creating SQLErrorCodes based on the "databaseProductName" taken from the DatabaseMetaData.
SQLErrorCodesFactory() - Constructor for class org.springframework.jdbc.support.SQLErrorCodesFactory
Create a new instance of the SQLErrorCodesFactory class.
SQLErrorCodeSQLExceptionTranslator - Class in org.springframework.jdbc.support
Implementation of SQLExceptionTranslator that analyzes vendor-specific error codes.
SQLErrorCodeSQLExceptionTranslator() - Constructor for class org.springframework.jdbc.support.SQLErrorCodeSQLExceptionTranslator
Constructor for use as a JavaBean.
SQLErrorCodeSQLExceptionTranslator(DataSource) - Constructor for class org.springframework.jdbc.support.SQLErrorCodeSQLExceptionTranslator
Create a SQL error code translator for the given DataSource.
SQLErrorCodeSQLExceptionTranslator(String) - Constructor for class org.springframework.jdbc.support.SQLErrorCodeSQLExceptionTranslator
Create a SQL error code translator for the given database product name.
SQLErrorCodeSQLExceptionTranslator(SQLErrorCodes) - Constructor for class org.springframework.jdbc.support.SQLErrorCodeSQLExceptionTranslator
Create a SQLErrorCode translator given these error codes.
SQLExceptionSubclassTranslator - Class in org.springframework.jdbc.support
SQLExceptionTranslator implementation which analyzes the specific SQLException subclass thrown by the JDBC driver.
SQLExceptionSubclassTranslator() - Constructor for class org.springframework.jdbc.support.SQLExceptionSubclassTranslator
 
SQLExceptionTranslator - Interface in org.springframework.jdbc.support
Strategy interface for translating between SQLExceptions and Spring's data access strategy-agnostic DataAccessException hierarchy.
SqlFunction<T> - Class in org.springframework.jdbc.object
SQL "function" wrapper for a query that returns a single row of results.
SqlFunction() - Constructor for class org.springframework.jdbc.object.SqlFunction
Constructor to allow use as a JavaBean.
SqlFunction(DataSource, String) - Constructor for class org.springframework.jdbc.object.SqlFunction
Create a new SqlFunction object with SQL, but without parameters.
SqlFunction(DataSource, String, int[]) - Constructor for class org.springframework.jdbc.object.SqlFunction
Create a new SqlFunction object with SQL and parameters.
SqlFunction(DataSource, String, int[], Class<T>) - Constructor for class org.springframework.jdbc.object.SqlFunction
Create a new SqlFunction object with SQL, parameters and a result type.
SqlInOutParameter - Class in org.springframework.jdbc.core
Subclass of SqlOutParameter to represent an INOUT parameter.
SqlInOutParameter(String, int) - Constructor for class org.springframework.jdbc.core.SqlInOutParameter
Create a new SqlInOutParameter.
SqlInOutParameter(String, int, int) - Constructor for class org.springframework.jdbc.core.SqlInOutParameter
Create a new SqlInOutParameter.
SqlInOutParameter(String, int, String) - Constructor for class org.springframework.jdbc.core.SqlInOutParameter
Create a new SqlInOutParameter.
SqlInOutParameter(String, int, String, SqlReturnType) - Constructor for class org.springframework.jdbc.core.SqlInOutParameter
Create a new SqlInOutParameter.
SqlInOutParameter(String, int, ResultSetExtractor) - Constructor for class org.springframework.jdbc.core.SqlInOutParameter
Create a new SqlInOutParameter.
SqlInOutParameter(String, int, RowCallbackHandler) - Constructor for class org.springframework.jdbc.core.SqlInOutParameter
Create a new SqlInOutParameter.
SqlInOutParameter(String, int, RowMapper) - Constructor for class org.springframework.jdbc.core.SqlInOutParameter
Create a new SqlInOutParameter.
SqlLobValue - Class in org.springframework.jdbc.core.support
Object to represent an SQL BLOB/CLOB value parameter.
SqlLobValue(byte[]) - Constructor for class org.springframework.jdbc.core.support.SqlLobValue
Create a new BLOB value with the given byte array, using a DefaultLobHandler.
SqlLobValue(byte[], LobHandler) - Constructor for class org.springframework.jdbc.core.support.SqlLobValue
Create a new BLOB value with the given byte array.
SqlLobValue(String) - Constructor for class org.springframework.jdbc.core.support.SqlLobValue
Create a new CLOB value with the given content string, using a DefaultLobHandler.
SqlLobValue(String, LobHandler) - Constructor for class org.springframework.jdbc.core.support.SqlLobValue
Create a new CLOB value with the given content string.
SqlLobValue(InputStream, int) - Constructor for class org.springframework.jdbc.core.support.SqlLobValue
Create a new BLOB/CLOB value with the given stream, using a DefaultLobHandler.
SqlLobValue(InputStream, int, LobHandler) - Constructor for class org.springframework.jdbc.core.support.SqlLobValue
Create a new BLOB/CLOB value with the given stream.
SqlLobValue(Reader, int) - Constructor for class org.springframework.jdbc.core.support.SqlLobValue
Create a new CLOB value with the given character stream, using a DefaultLobHandler.
SqlLobValue(Reader, int, LobHandler) - Constructor for class org.springframework.jdbc.core.support.SqlLobValue
Create a new CLOB value with the given character stream.
sqlMapClient - Variable in class org.springframework.orm.ibatis.SqlMapClientFactoryBean
Deprecated.
 
sqlMapClient - Variable in class org.springframework.orm.ibatis.SqlMapClientTemplate
Deprecated.
 
SqlMapClientCallback<T> - Interface in org.springframework.orm.ibatis
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/)
SqlMapClientDaoSupport - 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/)
SqlMapClientDaoSupport() - Constructor for class org.springframework.orm.ibatis.support.SqlMapClientDaoSupport
Deprecated.
 
SqlMapClientFactoryBean - Class in org.springframework.orm.ibatis
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/)
SqlMapClientFactoryBean() - Constructor for class org.springframework.orm.ibatis.SqlMapClientFactoryBean
Deprecated.
 
SqlMapClientFactoryBean.SqlMapParserFactory - Class in org.springframework.orm.ibatis
Deprecated.
Inner class to avoid hard-coded iBATIS 2.3.2 dependency (XmlParserState class).
SqlMapClientFactoryBean.SqlMapParserFactory() - Constructor for class org.springframework.orm.ibatis.SqlMapClientFactoryBean.SqlMapParserFactory
Deprecated.
 
SqlMapClientOperations - Interface in org.springframework.orm.ibatis
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/)
sqlMapClientProperties - Variable in class org.springframework.orm.ibatis.SqlMapClientFactoryBean
Deprecated.
 
SqlMapClientTemplate - Class in org.springframework.orm.ibatis
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/)
SqlMapClientTemplate() - Constructor for class org.springframework.orm.ibatis.SqlMapClientTemplate
Deprecated.
Create a new SqlMapClientTemplate.
SqlMapClientTemplate(SqlMapClient) - Constructor for class org.springframework.orm.ibatis.SqlMapClientTemplate
Deprecated.
Create a new SqlMapTemplate.
SqlMapClientTemplate(DataSource, SqlMapClient) - Constructor for class org.springframework.orm.ibatis.SqlMapClientTemplate
Deprecated.
Create a new SqlMapTemplate.
sqlMapClientTemplate - Variable in class org.springframework.orm.ibatis.support.SqlMapClientDaoSupport
Deprecated.
 
SqlOperation - Class in org.springframework.jdbc.object
Operation object representing a SQL-based operation such as a query or update, as opposed to a stored procedure.
SqlOperation() - Constructor for class org.springframework.jdbc.object.SqlOperation
 
SqlOutParameter - Class in org.springframework.jdbc.core
Subclass of SqlParameter to represent an output parameter.
SqlOutParameter(String, int) - Constructor for class org.springframework.jdbc.core.SqlOutParameter
Create a new SqlOutParameter.
SqlOutParameter(String, int, int) - Constructor for class org.springframework.jdbc.core.SqlOutParameter
Create a new SqlOutParameter.
SqlOutParameter(String, int, String) - Constructor for class org.springframework.jdbc.core.SqlOutParameter
Create a new SqlOutParameter.
SqlOutParameter(String, int, String, SqlReturnType) - Constructor for class org.springframework.jdbc.core.SqlOutParameter
Create a new SqlOutParameter.
SqlOutParameter(String, int, ResultSetExtractor) - Constructor for class org.springframework.jdbc.core.SqlOutParameter
Create a new SqlOutParameter.
SqlOutParameter(String, int, RowCallbackHandler) - Constructor for class org.springframework.jdbc.core.SqlOutParameter
Create a new SqlOutParameter.
SqlOutParameter(String, int, RowMapper) - Constructor for class org.springframework.jdbc.core.SqlOutParameter
Create a new SqlOutParameter.
SqlParameter - Class in org.springframework.jdbc.core
Object to represent a SQL parameter definition.
SqlParameter(int) - Constructor for class org.springframework.jdbc.core.SqlParameter
Create a new anonymous SqlParameter, supplying the SQL type.
SqlParameter(int, String) - Constructor for class org.springframework.jdbc.core.SqlParameter
Create a new anonymous SqlParameter, supplying the SQL type.
SqlParameter(int, int) - Constructor for class org.springframework.jdbc.core.SqlParameter
Create a new anonymous SqlParameter, supplying the SQL type.
SqlParameter(String, int) - Constructor for class org.springframework.jdbc.core.SqlParameter
Create a new SqlParameter, supplying name and SQL type.
SqlParameter(String, int, String) - Constructor for class org.springframework.jdbc.core.SqlParameter
Create a new SqlParameter, supplying name and SQL type.
SqlParameter(String, int, int) - Constructor for class org.springframework.jdbc.core.SqlParameter
Create a new SqlParameter, supplying name and SQL type.
SqlParameter(SqlParameter) - Constructor for class org.springframework.jdbc.core.SqlParameter
Copy constructor.
SqlParameterSource - Interface in org.springframework.jdbc.core.namedparam
Interface that defines common functionality for objects that can offer parameter values for named SQL parameters, serving as argument for NamedParameterJdbcTemplate operations.
SqlParameterSourceUtils - Class in org.springframework.jdbc.core.namedparam
Class that provides helper methods for the use of SqlParameterSource with SimpleJdbc classes.
SqlParameterSourceUtils() - Constructor for class org.springframework.jdbc.core.namedparam.SqlParameterSourceUtils
 
SqlParameterValue - Class in org.springframework.jdbc.core
Object to represent a SQL parameter value, including parameter metadata such as the SQL type and the scale for numeric values.
SqlParameterValue(int, Object) - Constructor for class org.springframework.jdbc.core.SqlParameterValue
Create a new SqlParameterValue, supplying the SQL type.
SqlParameterValue(int, String, Object) - Constructor for class org.springframework.jdbc.core.SqlParameterValue
Create a new SqlParameterValue, supplying the SQL type.
SqlParameterValue(int, int, Object) - Constructor for class org.springframework.jdbc.core.SqlParameterValue
Create a new SqlParameterValue, supplying the SQL type.
SqlParameterValue(SqlParameter, Object) - Constructor for class org.springframework.jdbc.core.SqlParameterValue
Create a new SqlParameterValue based on the given SqlParameter declaration.
SqlProvider - Interface in org.springframework.jdbc.core
Interface to be implemented by objects that can provide SQL strings.
SqlQuery<T> - Class in org.springframework.jdbc.object
Reusable operation object representing a SQL query.
SqlQuery() - Constructor for class org.springframework.jdbc.object.SqlQuery
Constructor to allow use as a JavaBean.
SqlQuery(DataSource, String) - Constructor for class org.springframework.jdbc.object.SqlQuery
Convenient constructor with a DataSource and SQL string.
sqlReadyForUse - Variable in class org.springframework.jdbc.object.SqlCall
Flag used to indicate that the sql for this call should be used exactly as it is defined.
SqlReturnResultSet - Class in org.springframework.jdbc.core
Represents a returned ResultSet from a stored procedure call.
SqlReturnResultSet(String, ResultSetExtractor) - Constructor for class org.springframework.jdbc.core.SqlReturnResultSet
Create a new instance of the SqlReturnResultSet class.
SqlReturnResultSet(String, RowCallbackHandler) - Constructor for class org.springframework.jdbc.core.SqlReturnResultSet
Create a new instance of the SqlReturnResultSet class.
SqlReturnResultSet(String, RowMapper) - Constructor for class org.springframework.jdbc.core.SqlReturnResultSet
Create a new instance of the SqlReturnResultSet class.
sqlReturnType - Variable in class org.springframework.jdbc.core.SqlOutParameter
 
SqlReturnType - Interface in org.springframework.jdbc.core
Interface to be implemented for retrieving values for more complex database-specific types not supported by the standard CallableStatement.getObject method.
SqlReturnUpdateCount - Class in org.springframework.jdbc.core
Represents a returned update count from a stored procedure call.
SqlReturnUpdateCount(String) - Constructor for class org.springframework.jdbc.core.SqlReturnUpdateCount
Create a new instance of the SqlReturnUpdateCount class.
SqlRowSet - Interface in org.springframework.jdbc.support.rowset
Mirror interface for javax.sql.RowSet, representing disconnected java.sql.ResultSet data.
SqlRowSetMetaData - Interface in org.springframework.jdbc.support.rowset
Meta data interface for Spring's SqlRowSet, analogous to javax.sql.ResultSetMetaData
SqlRowSetResultSetExtractor - Class in org.springframework.jdbc.core
ResultSetExtractor implementation that returns a Spring SqlRowSet representation for each given ResultSet.
SqlRowSetResultSetExtractor() - Constructor for class org.springframework.jdbc.core.SqlRowSetResultSetExtractor
 
SqlRowSetResultSetExtractor.CachedRowSetFactory - Interface in org.springframework.jdbc.core
Internal strategy interface for the creation of CachedRowSet instances.
SqlRowSetResultSetExtractor.StandardCachedRowSetFactory - Class in org.springframework.jdbc.core
Inner class to avoid a hard dependency on JDBC 4.1 RowSetProvider class.
SqlRowSetResultSetExtractor.StandardCachedRowSetFactory() - Constructor for class org.springframework.jdbc.core.SqlRowSetResultSetExtractor.StandardCachedRowSetFactory
 
SqlRowSetResultSetExtractor.SunCachedRowSetFactory - Class in org.springframework.jdbc.core
Inner class to avoid a hard dependency on Sun's CachedRowSetImpl class.
SqlRowSetResultSetExtractor.SunCachedRowSetFactory() - Constructor for class org.springframework.jdbc.core.SqlRowSetResultSetExtractor.SunCachedRowSetFactory
 
sqlScriptEncoding - Variable in class org.springframework.jdbc.datasource.init.ResourceDatabasePopulator
 
sqlScriptEncoding - Variable in class org.springframework.test.AbstractTransactionalDataSourceSpringContextTests
Deprecated.
 
sqlScriptEncoding - Variable in class org.springframework.test.context.junit38.AbstractTransactionalJUnit38SpringContextTests
Deprecated.
 
sqlScriptEncoding - Variable in class org.springframework.test.context.junit4.AbstractTransactionalJUnit4SpringContextTests
 
sqlScriptEncoding - Variable in class org.springframework.test.context.testng.AbstractTransactionalTestNGSpringContextTests
 
SqlServerCallMetaDataProvider - Class in org.springframework.jdbc.core.metadata
SQL Server specific implementation for the CallMetaDataProvider interface.
SqlServerCallMetaDataProvider(DatabaseMetaData) - Constructor for class org.springframework.jdbc.core.metadata.SqlServerCallMetaDataProvider
 
SqlServerMaxValueIncrementer - Class in org.springframework.jdbc.support.incrementer
DataFieldMaxValueIncrementer that increments the maximum value of a given SQL Server table with the equivalent of an auto-increment column.
SqlServerMaxValueIncrementer() - Constructor for class org.springframework.jdbc.support.incrementer.SqlServerMaxValueIncrementer
Default constructor for bean property style usage.
SqlServerMaxValueIncrementer(DataSource, String, String) - Constructor for class org.springframework.jdbc.support.incrementer.SqlServerMaxValueIncrementer
Convenience constructor.
SQLStateSQLExceptionTranslator - Class in org.springframework.jdbc.support
SQLExceptionTranslator implementation that analyzes the SQL state in the SQLException based on the first two digits (the SQL state "class").
SQLStateSQLExceptionTranslator() - Constructor for class org.springframework.jdbc.support.SQLStateSQLExceptionTranslator
 
sqlType - Variable in class org.springframework.jdbc.core.metadata.CallParameterMetaData
 
sqlType - Variable in class org.springframework.jdbc.core.metadata.TableParameterMetaData
 
sqlType - Variable in class org.springframework.jdbc.core.SqlParameter
SQL type constant from java.sql.Types
sqlTypes - Variable in class org.springframework.jdbc.core.namedparam.AbstractSqlParameterSource
 
sqlTypes() - Method in class org.springframework.orm.hibernate3.support.BlobByteArrayType
 
sqlTypes() - Method in class org.springframework.orm.hibernate3.support.BlobSerializableType
 
sqlTypes() - Method in class org.springframework.orm.hibernate3.support.BlobStringType
 
sqlTypes() - Method in class org.springframework.orm.hibernate3.support.ClobStringType
 
sqlTypesToAnonymousParameterList(int[]) - Static method in class org.springframework.jdbc.core.SqlParameter
Convert a list of JDBC types, as defined in java.sql.Types, to a List of SqlParameter objects as used in this package.
SqlTypeValue - Interface in org.springframework.jdbc.core
Interface to be implemented for setting values for more complex database-specific types not supported by the standard setObject method.
SqlUpdate - Class in org.springframework.jdbc.object
Reusable operation object representing a SQL update.
SqlUpdate() - Constructor for class org.springframework.jdbc.object.SqlUpdate
Constructor to allow use as a JavaBean.
SqlUpdate(DataSource, String) - Constructor for class org.springframework.jdbc.object.SqlUpdate
Constructs an update object with a given DataSource and SQL.
SqlUpdate(DataSource, String, int[]) - Constructor for class org.springframework.jdbc.object.SqlUpdate
Construct an update object with a given DataSource, SQL and anonymous parameters.
SqlUpdate(DataSource, String, int[], int) - Constructor for class org.springframework.jdbc.object.SqlUpdate
Construct an update object with a given DataSource, SQL, anonymous parameters and specifying the maximum number of rows that may be affected.
SqlValue - Interface in org.springframework.jdbc.support
Simple interface for complex types to be set as statement parameters.
SQLWarning() - Method in exception org.springframework.jdbc.SQLWarningException
Return the underlying SQLWarning.
SQLWarningException - Exception in org.springframework.jdbc
Exception thrown when we're not ignoring SQLWarnings.
SQLWarningException(String, SQLWarning) - Constructor for exception org.springframework.jdbc.SQLWarningException
Constructor for SQLWarningException.
SqlXmlFeatureNotImplementedException - Exception in org.springframework.jdbc.support.xml
Exception thrown when the underlying implementation does not support the requested feature of the API.
SqlXmlFeatureNotImplementedException(String) - Constructor for exception org.springframework.jdbc.support.xml.SqlXmlFeatureNotImplementedException
Constructor for SqlXmlFeatureNotImplementedException.
SqlXmlFeatureNotImplementedException(String, Throwable) - Constructor for exception org.springframework.jdbc.support.xml.SqlXmlFeatureNotImplementedException
Constructor for SqlXmlFeatureNotImplementedException.
SqlXmlHandler - Interface in org.springframework.jdbc.support.xml
Abstraction for handling XML fields in specific databases.
SqlXmlObjectMappingHandler - Interface in org.springframework.jdbc.support.xml
Abstraction for handling XML object mapping to fields in a database.
SqlXmlValue - Interface in org.springframework.jdbc.support.xml
Subinterface of SqlValue that supports passing in XML data to specified column and adds a cleanup callback, to be invoked after the value has been set and the corresponding statement has been executed.
ssp - Variable in class org.springframework.web.util.OpaqueUriComponents
 
ssp - Variable in class org.springframework.web.util.UriComponentsBuilder
 
stack - Variable in class org.springframework.core.ControlFlowFactory.Jdk14ControlFlow
 
standalone - Variable in class org.springframework.oxm.jibx.JibxMarshaller
 
StandaloneMockMvcBuilder - Class in org.springframework.test.web.servlet.setup
A MockMvcBuilder that accepts @Controller registrations thus allowing full control over the instantiation and the initialization of controllers and their dependencies similar to plain unit tests, and also making it possible to test one controller at a time.
StandaloneMockMvcBuilder(Object...) - Constructor for class org.springframework.test.web.servlet.setup.StandaloneMockMvcBuilder
Protected constructor.
StandaloneMockMvcBuilder.StandaloneConfiguration - Class in org.springframework.test.web.servlet.setup
Using the MVC Java configuration as the starting point for the "standalone" setup
StandaloneMockMvcBuilder.StandaloneConfiguration() - Constructor for class org.springframework.test.web.servlet.setup.StandaloneMockMvcBuilder.StandaloneConfiguration
 
StandaloneMockMvcBuilder.StaticRequestMappingHandlerMapping - Class in org.springframework.test.web.servlet.setup
A RequestMappingHandlerMapping that allows registration of controllers
StandaloneMockMvcBuilder.StaticRequestMappingHandlerMapping() - Constructor for class org.springframework.test.web.servlet.setup.StandaloneMockMvcBuilder.StaticRequestMappingHandlerMapping
 
StandaloneMockMvcBuilder.StaticViewResolver - Class in org.springframework.test.web.servlet.setup
A ViewResolver that always returns same View
StandaloneMockMvcBuilder.StaticViewResolver(View) - Constructor for class org.springframework.test.web.servlet.setup.StandaloneMockMvcBuilder.StaticViewResolver
 
standaloneSet() - Method in class org.springframework.util.xml.XMLEventStreamReader
 
standaloneSetup(Object...) - Static method in class org.springframework.test.web.servlet.setup.MockMvcBuilders
Build a MockMvc by registering one or more @Controller's instances and configuring Spring MVC infrastructure programmatically.
StandardAnnotationMetadata - Class in org.springframework.core.type
AnnotationMetadata implementation that uses standard reflection to introspect a given Class.
StandardAnnotationMetadata(Class<?>) - Constructor for class org.springframework.core.type.StandardAnnotationMetadata
Create a new StandardAnnotationMetadata wrapper for the given Class.
StandardAnnotationMetadata(Class<?>, boolean) - Constructor for class org.springframework.core.type.StandardAnnotationMetadata
Create a new StandardAnnotationMetadata wrapper for the given Class, providing the option to return any nested annotations or annotation arrays in the form of AnnotationAttributes instead of actual Annotation instances.
StandardBeanExpressionResolver - Class in org.springframework.context.expression
Standard implementation of the BeanExpressionResolver interface, parsing and evaluating Spring EL using Spring's expression module.
StandardBeanExpressionResolver() - Constructor for class org.springframework.context.expression.StandardBeanExpressionResolver
 
StandardClassMetadata - Class in org.springframework.core.type
ClassMetadata implementation that uses standard reflection to introspect a given Class.
StandardClassMetadata(Class) - Constructor for class org.springframework.core.type.StandardClassMetadata
Create a new StandardClassMetadata wrapper for the given Class.
StandardEnvironment - Class in org.springframework.core.env
Environment implementation suitable for use in 'standard' (i.e.
StandardEnvironment() - Constructor for class org.springframework.core.env.StandardEnvironment
 
StandardEvaluationContext - Class in org.springframework.expression.spel.support
Provides a default EvaluationContext implementation.
StandardEvaluationContext() - Constructor for class org.springframework.expression.spel.support.StandardEvaluationContext
 
StandardEvaluationContext(Object) - Constructor for class org.springframework.expression.spel.support.StandardEvaluationContext
 
StandardJmsActivationSpecFactory - Class in org.springframework.jms.listener.endpoint
Standard implementation of the JmsActivationSpecFactory interface.
StandardJmsActivationSpecFactory() - Constructor for class org.springframework.jms.listener.endpoint.StandardJmsActivationSpecFactory
 
StandardMethodMetadata - Class in org.springframework.core.type
MethodMetadata implementation that uses standard reflection to introspect a given Method.
StandardMethodMetadata(Method) - Constructor for class org.springframework.core.type.StandardMethodMetadata
Create a new StandardMethodMetadata wrapper for the given Method.
StandardMethodMetadata(Method, boolean) - Constructor for class org.springframework.core.type.StandardMethodMetadata
Create a new StandardMethodMetadata wrapper for the given Method.
StandardMultipartHttpServletRequest - Class in org.springframework.web.multipart.support
Spring MultipartHttpServletRequest adapter, wrapping a Servlet 3.0 HttpServletRequest and its Part objects.
StandardMultipartHttpServletRequest(HttpServletRequest) - Constructor for class org.springframework.web.multipart.support.StandardMultipartHttpServletRequest
Create a new StandardMultipartHttpServletRequest wrapper for the given request.
StandardMultipartHttpServletRequest.StandardMultipartFile - Class in org.springframework.web.multipart.support
Spring MultipartFile adapter, wrapping a Servlet 3.0 Part object.
StandardMultipartHttpServletRequest.StandardMultipartFile(Part, String) - Constructor for class org.springframework.web.multipart.support.StandardMultipartHttpServletRequest.StandardMultipartFile
 
StandardOperatorOverloader - Class in org.springframework.expression.spel.support
 
StandardOperatorOverloader() - Constructor for class org.springframework.expression.spel.support.StandardOperatorOverloader
 
StandardPersistenceManagerProxyBean - Class in org.springframework.orm.jdo.support
Proxy that implements the javax.jdo.PersistenceManager interface, delegating to a thread-bound PersistenceManager on each invocation - as defined by the JDO 2.1 specification.
StandardPersistenceManagerProxyBean() - Constructor for class org.springframework.orm.jdo.support.StandardPersistenceManagerProxyBean
 
StandardPortletEnvironment - Class in org.springframework.web.portlet.context
Environment implementation to be used by Servlet-based web applications.
StandardPortletEnvironment() - Constructor for class org.springframework.web.portlet.context.StandardPortletEnvironment
 
StandardServletAsyncWebRequest - Class in org.springframework.web.context.request.async
A Servlet 3.0 implementation of AsyncWebRequest.
StandardServletAsyncWebRequest(HttpServletRequest, HttpServletResponse) - Constructor for class org.springframework.web.context.request.async.StandardServletAsyncWebRequest
Create a new instance for the given request/response pair.
StandardServletEnvironment - Class in org.springframework.web.context.support
Environment implementation to be used by Servlet-based web applications.
StandardServletEnvironment() - Constructor for class org.springframework.web.context.support.StandardServletEnvironment
 
StandardServletMultipartResolver - Class in org.springframework.web.multipart.support
Standard implementation of the MultipartResolver interface, based on the Servlet 3.0 javax.servlet.http.Part API.
StandardServletMultipartResolver() - Constructor for class org.springframework.web.multipart.support.StandardServletMultipartResolver
 
StandardTypeComparator - Class in org.springframework.expression.spel.support
A simple basic TypeComparator implementation.
StandardTypeComparator() - Constructor for class org.springframework.expression.spel.support.StandardTypeComparator
 
StandardTypeConverter - Class in org.springframework.expression.spel.support
Default implementation of the TypeConverter interface, delegating to a core Spring ConversionService.
StandardTypeConverter() - Constructor for class org.springframework.expression.spel.support.StandardTypeConverter
 
StandardTypeConverter(ConversionService) - Constructor for class org.springframework.expression.spel.support.StandardTypeConverter
 
StandardTypeLocator - Class in org.springframework.expression.spel.support
A default implementation of a TypeLocator that uses the context classloader (or any classloader set upon it).
StandardTypeLocator() - Constructor for class org.springframework.expression.spel.support.StandardTypeLocator
 
StandardTypeLocator(ClassLoader) - Constructor for class org.springframework.expression.spel.support.StandardTypeLocator
 
start() - Method in interface org.springframework.context.Lifecycle
Start this component.
start() - Method in class org.springframework.context.support.AbstractApplicationContext
 
start() - Method in class org.springframework.context.support.DefaultLifecycleProcessor.LifecycleGroup
 
start() - Method in class org.springframework.context.support.DefaultLifecycleProcessor
Start all registered beans that implement Lifecycle and are not already running.
start(BootstrapContext) - Method in class org.springframework.jca.context.SpringContextResourceAdapter
This implementation loads a Spring ApplicationContext through the SpringContextResourceAdapter.createApplicationContext(BootstrapContext) template method.
start() - Method in class org.springframework.jca.endpoint.GenericMessageEndpointManager
Activates the configured message endpoint.
start() - Method in class org.springframework.jms.listener.AbstractJmsListeningContainer
Start this container.
start() - Method in class org.springframework.jms.listener.DefaultMessageListenerContainer
Overridden to reset the stop callback, if any.
start(Properties) - Method in class org.springframework.orm.hibernate3.LocalCacheProviderProxy
Deprecated.
 
start(Settings, Properties) - Method in class org.springframework.orm.hibernate3.LocalRegionFactoryProxy
 
start() - Method in class org.springframework.scheduling.commonj.TimerManagerAccessor
Resumes the underlying TimerManager (if not shared).
start() - Method in class org.springframework.scheduling.quartz.SchedulerFactoryBean
 
start(Runnable) - Method in class org.springframework.test.web.servlet.request.MockAsyncContext
 
start() - Method in class org.springframework.util.StopWatch
Start an unnamed task.
start(String) - Method in class org.springframework.util.StopWatch
Start a named task.
START_COMMENT - Static variable in class org.springframework.util.xml.XmlValidationModeDetector
The token that indicates the start of an XML comment.
START_SKIP - Static variable in class org.springframework.jdbc.core.namedparam.NamedParameterUtils
Set of characters that qualify as comment or quotes starting characters.
startAsync() - Method in class org.springframework.test.web.servlet.request.Servlet3MockHttpServletRequest
 
startAsync(ServletRequest, ServletResponse) - Method in class org.springframework.test.web.servlet.request.Servlet3MockHttpServletRequest
 
startAsync() - Method in class org.springframework.test.web.servlet.request.Servlet3MockMultipartHttpServletRequest
 
startAsync(ServletRequest, ServletResponse) - Method in class org.springframework.test.web.servlet.request.Servlet3MockMultipartHttpServletRequest
 
startAsync() - Method in interface org.springframework.web.context.request.async.AsyncWebRequest
Mark the start of asynchronous request processing so that when the main processing thread exits, the response remains open for further processing in another thread.
startAsync() - Method in class org.springframework.web.context.request.async.NoSupportAsyncWebRequest
 
startAsync() - Method in class org.springframework.web.context.request.async.StandardServletAsyncWebRequest
 
startAsyncProcessing(Object[]) - Method in class org.springframework.web.context.request.async.WebAsyncManager
 
startBeans(boolean) - Method in class org.springframework.context.support.DefaultLifecycleProcessor
 
startCallableProcessing(Callable<?>, Object...) - Method in class org.springframework.web.context.request.async.WebAsyncManager
Start concurrent request processing and execute the given task with an AsyncTaskExecutor.
startCallableProcessing(WebAsyncTask<?>, Object...) - Method in class org.springframework.web.context.request.async.WebAsyncManager
Use the given WebAsyncTask to configure the task executor as well as the timeout value of the AsyncWebRequest before delegating to WebAsyncManager.startCallableProcessing(Callable, Object...).
startComment(String) - Method in class org.springframework.util.xml.XmlValidationModeDetector
Try to consume the XmlValidationModeDetector.START_COMMENT token.
startDeferredResultProcessing(DeferredResult<?>, Object...) - Method in class org.springframework.web.context.request.async.WebAsyncManager
Start concurrent request processing and initialize the given DeferredResult with a DeferredResult.DeferredResultHandler that saves the result and dispatches the request to resume processing of that result.
startDelay - Variable in class org.springframework.scheduling.quartz.CronTriggerBean
 
startDelay - Variable in class org.springframework.scheduling.quartz.CronTriggerFactoryBean
 
startDelay - Variable in class org.springframework.scheduling.quartz.SimpleTriggerBean
 
startDelay - Variable in class org.springframework.scheduling.quartz.SimpleTriggerFactoryBean
 
startDocument() - Method in class org.springframework.util.xml.AbstractStaxContentHandler
 
startDocument() - Method in class org.springframework.util.xml.DomContentHandler
 
startDocumentInternal() - Method in class org.springframework.util.xml.AbstractStaxContentHandler
 
startDocumentInternal() - Method in class org.springframework.util.xml.StaxEventContentHandler
 
startDocumentInternal() - Method in class org.springframework.util.xml.StaxStreamContentHandler
 
started - Variable in class org.springframework.jca.work.SimpleTaskWorkManager.DelegatingWorkAdapter
 
started - Variable in class org.springframework.jms.connection.SingleConnectionFactory
Whether the shared Connection has been started
startElement(String, String, String, Attributes) - Method in class org.springframework.util.xml.AbstractStaxContentHandler
 
startElement(String, String, String, Attributes) - Method in class org.springframework.util.xml.DomContentHandler
 
startElementInternal(QName, Attributes, SimpleNamespaceContext) - Method in class org.springframework.util.xml.AbstractStaxContentHandler
 
startElementInternal(QName, Attributes, SimpleNamespaceContext) - Method in class org.springframework.util.xml.StaxEventContentHandler
 
startElementInternal(QName, Attributes, SimpleNamespaceContext) - Method in class org.springframework.util.xml.StaxStreamContentHandler
 
startExpirationPeriod(int) - Method in class org.springframework.web.servlet.FlashMap
Start the expiration period for this instance.
startIndex - Variable in class org.springframework.jdbc.core.namedparam.NamedParameterUtils.ParameterHolder
 
startNewTransaction() - Method in class org.springframework.test.AbstractTransactionalSpringContextTests
Deprecated.
Start a new transaction.
startNewTransaction(TestContext, TransactionalTestExecutionListener.TransactionContext) - Method in class org.springframework.test.context.transaction.TransactionalTestExecutionListener
Start a new transaction for the supplied test context.
startpos - Variable in class org.springframework.expression.spel.standard.Token
 
startPrefixMapping(String, String) - Method in class org.springframework.util.xml.AbstractStaxContentHandler
Binds the given prefix to the given namespaces.
startPrefixMapping(String, String) - Method in class org.springframework.util.xml.AbstractStaxXMLReader
Starts the prefix mapping for the given prefix.
startPrefixMapping(String, String) - Method in class org.springframework.util.xml.DomContentHandler
 
startScheduler(Scheduler, int) - Method in class org.springframework.scheduling.quartz.SchedulerFactoryBean
Start the Quartz Scheduler, respecting the "startupDelay" setting.
startSharedConnection() - Method in class org.springframework.jms.listener.AbstractJmsListeningContainer
Start the shared Connection.
startSharedConnection() - Method in class org.springframework.jms.listener.DefaultMessageListenerContainer
This implementations proceeds even after an exception thrown from Connection.start(), relying on listeners to perform appropriate recovery.
startsWithIgnoreCase(String, String) - Static method in class org.springframework.util.StringUtils
Test if the given String starts with the specified prefix, ignoring upper/lower case.
startsWithMatches - Variable in class org.springframework.test.web.servlet.setup.PatternMappingFilterProxy
Patterns that require the URL to have a specific prefix, e.g.
startTag(String) - Method in class org.springframework.web.servlet.tags.form.TagWriter
Start a new tag with the supplied name.
startTime - Variable in class org.springframework.scheduling.quartz.CronTriggerFactoryBean
 
startTime - Variable in class org.springframework.scheduling.quartz.SimpleTriggerFactoryBean
 
startTimeMillis - Variable in class org.springframework.util.StopWatch
Start time of the current task
startTransaction() - Method in class org.springframework.test.context.transaction.TransactionalTestExecutionListener.TransactionContext
 
startupDate - Variable in class org.springframework.context.support.AbstractApplicationContext
System time in milliseconds when this context started
startupDate - Variable in class org.springframework.test.web.servlet.setup.StubWebApplicationContext
 
startupDelay - Variable in class org.springframework.scheduling.quartz.SchedulerFactoryBean
 
startupShutdownMonitor - Variable in class org.springframework.context.support.AbstractApplicationContext
Synchronization monitor for the "refresh" and "destroy"
startupTime - Variable in class org.springframework.web.servlet.ResourceServlet
 
startWork(Work) - Method in class org.springframework.jca.work.SimpleTaskWorkManager
 
startWork(Work, long, ExecutionContext, WorkListener) - Method in class org.springframework.jca.work.SimpleTaskWorkManager
 
startWork(Work) - Method in class org.springframework.jca.work.WorkManagerTaskExecutor
 
startWork(Work, long, ExecutionContext, WorkListener) - Method in class org.springframework.jca.work.WorkManagerTaskExecutor
 
state - Variable in class org.springframework.beans.factory.parsing.ParseState
Internal Stack storage.
state - Variable in class org.springframework.expression.spel.ast.MethodReference.MethodValueRef
 
state(boolean, String) - Static method in class org.springframework.util.Assert
Assert a boolean expression, throwing IllegalStateException if the test result is false.
state(boolean) - Static method in class org.springframework.util.Assert
Assert a boolean expression, throwing IllegalStateException if the test result is false.
STATE_COMMITTED - Static variable in exception org.springframework.transaction.HeuristicCompletionException
 
STATE_MIXED - Static variable in exception org.springframework.transaction.HeuristicCompletionException
 
STATE_ROLLED_BACK - Static variable in exception org.springframework.transaction.HeuristicCompletionException
 
STATE_UNKNOWN - Static variable in exception org.springframework.transaction.HeuristicCompletionException
Values for the outcome state of a heuristically completed transaction.
StatementCallback<T> - Interface in org.springframework.jdbc.core
Generic callback interface for code that operates on a JDBC Statement.
StatementCreatorUtils - Class in org.springframework.jdbc.core
Utility methods for PreparedStatementSetter/Creator and CallableStatementCreator implementations, providing sophisticated parameter management (including support for LOB values).
StatementCreatorUtils() - Constructor for class org.springframework.jdbc.core.StatementCreatorUtils
 
statementType - Variable in class org.springframework.jdbc.support.nativejdbc.Jdbc4NativeJdbcExtractor
 
STATIC_CLASS_INIT - Static variable in class org.springframework.core.LocalVariableTableParameterNameDiscoverer.ParameterNameDiscoveringVisitor
 
StaticApplicationContext - Class in org.springframework.context.support
ApplicationContext implementation which supports programmatic registration of beans and messages, rather than reading bean definitions from external configuration sources.
StaticApplicationContext() - Constructor for class org.springframework.context.support.StaticApplicationContext
Create a new StaticApplicationContext.
StaticApplicationContext(ApplicationContext) - Constructor for class org.springframework.context.support.StaticApplicationContext
Create a new StaticApplicationContext with the given parent.
staticAttributes - Variable in class org.springframework.web.servlet.view.AbstractView
Map of static attributes, keyed by attribute name (String)
staticAttributes - Variable in class org.springframework.web.servlet.view.UrlBasedViewResolver
Map of static attributes, keyed by attribute name (String)
staticField - Variable in class org.springframework.beans.factory.config.FieldRetrievingFactoryBean
 
StaticLabeledEnum - Class in org.springframework.core.enums
Deprecated.
as of Spring 3.0, in favor of Java 5 enums.
StaticLabeledEnum(int, String) - Constructor for class org.springframework.core.enums.StaticLabeledEnum
Deprecated.
Create a new StaticLabeledEnum instance.
StaticLabeledEnumResolver - Class in org.springframework.core.enums
Deprecated.
as of Spring 3.0, in favor of Java 5 enums.
StaticLabeledEnumResolver() - Constructor for class org.springframework.core.enums.StaticLabeledEnumResolver
Deprecated.
 
StaticListableBeanFactory - Class in org.springframework.beans.factory.support
Static BeanFactory implementation which allows to register existing singleton instances programmatically.
StaticListableBeanFactory() - Constructor for class org.springframework.beans.factory.support.StaticListableBeanFactory
 
staticMessageSource - Variable in class org.springframework.context.support.StaticApplicationContext
 
StaticMessageSource - Class in org.springframework.context.support
Simple implementation of MessageSource which allows messages to be registered programmatically.
StaticMessageSource() - Constructor for class org.springframework.context.support.StaticMessageSource
 
staticMethod - Variable in class org.springframework.util.MethodInvoker
 
StaticMethodMatcher - Class in org.springframework.aop.support
Convenient abstract superclass for static method matchers, which don't care about arguments at runtime.
StaticMethodMatcher() - Constructor for class org.springframework.aop.support.StaticMethodMatcher
 
StaticMethodMatcherPointcut - Class in org.springframework.aop.support
Convenient superclass when we want to force subclasses to implement the MethodMatcher interface but subclasses will want to be pointcuts.
StaticMethodMatcherPointcut() - Constructor for class org.springframework.aop.support.StaticMethodMatcherPointcut
 
StaticMethodMatcherPointcutAdvisor - Class in org.springframework.aop.support
Convenient base class for Advisors that are also static pointcuts.
StaticMethodMatcherPointcutAdvisor() - Constructor for class org.springframework.aop.support.StaticMethodMatcherPointcutAdvisor
Create a new StaticMethodMatcherPointcutAdvisor, expecting bean-style configuration.
StaticMethodMatcherPointcutAdvisor(Advice) - Constructor for class org.springframework.aop.support.StaticMethodMatcherPointcutAdvisor
Create a new StaticMethodMatcherPointcutAdvisor for the given advice.
StaticPortletApplicationContext - Class in org.springframework.web.portlet.context
Static Portlet-based ApplicationContext implementation for testing.
StaticPortletApplicationContext() - Constructor for class org.springframework.web.portlet.context.StaticPortletApplicationContext
 
StaticScriptSource - Class in org.springframework.scripting.support
Static implementation of the ScriptSource interface, encapsulating a given String that contains the script source text.
StaticScriptSource(String) - Constructor for class org.springframework.scripting.support.StaticScriptSource
Create a new StaticScriptSource for the given script.
StaticScriptSource(String, String) - Constructor for class org.springframework.scripting.support.StaticScriptSource
Create a new StaticScriptSource for the given script.
StaticWebApplicationContext - Class in org.springframework.web.context.support
Static WebApplicationContext implementation for testing.
StaticWebApplicationContext() - Constructor for class org.springframework.web.context.support.StaticWebApplicationContext
 
statisticsEnabled - Variable in class org.springframework.cache.ehcache.EhCacheFactoryBean
 
status - Variable in class org.springframework.mock.http.client.MockClientHttpResponse
 
status - Variable in class org.springframework.mock.web.MockHttpServletResponse
 
status() - Static method in class org.springframework.test.web.servlet.result.MockMvcResultMatchers
Access to response status assertions.
status - Variable in class org.springframework.web.servlet.tags.BindTag
 
STATUS_COMMITTED - Static variable in interface org.springframework.transaction.support.TransactionSynchronization
Completion status in case of proper commit
STATUS_ROLLED_BACK - Static variable in interface org.springframework.transaction.support.TransactionSynchronization
Completion status in case of proper rollback
STATUS_UNKNOWN - Static variable in interface org.springframework.transaction.support.TransactionSynchronization
Completion status in case of heuristic mixed completion or system errors
STATUS_VARIABLE_NAME - Static variable in class org.springframework.web.servlet.tags.BindTag
Name of the exposed variable within the scope of this tag: "status".
statusCode - Variable in class org.springframework.http.ResponseEntity
 
statusCode - Variable in class org.springframework.test.web.client.response.DefaultResponseCreator
 
statusCode - Variable in exception org.springframework.web.client.HttpStatusCodeException
 
statusCode - Variable in class org.springframework.web.filter.ShallowEtagHeaderFilter.ShallowEtagResponseWrapper
 
statusCode - Variable in class org.springframework.web.servlet.view.RedirectView
 
statusCodes - Variable in class org.springframework.web.servlet.handler.SimpleMappingExceptionResolver
 
StatusResultMatchers - Class in org.springframework.test.web.servlet.result
Factory for assertions on the response status.
StatusResultMatchers() - Constructor for class org.springframework.test.web.servlet.result.StatusResultMatchers
Protected constructor.
statusText - Variable in exception org.springframework.web.client.HttpStatusCodeException
 
statusText - Variable in exception org.springframework.web.client.UnknownHttpStatusCodeException
 
StaxEventContentHandler - Class in org.springframework.util.xml
SAX ContentHandler that transforms callback calls to XMLEvents and writes them to a XMLEventConsumer.
StaxEventContentHandler(XMLEventConsumer) - Constructor for class org.springframework.util.xml.StaxEventContentHandler
Construct a new instance of the StaxEventContentHandler that writes to the given XMLEventConsumer.
StaxEventContentHandler(XMLEventConsumer, XMLEventFactory) - Constructor for class org.springframework.util.xml.StaxEventContentHandler
Construct a new instance of the StaxEventContentHandler that uses the given event factory to create events and writes to the given XMLEventConsumer.
StaxEventContentHandler.LocatorLocationAdapter - Class in org.springframework.util.xml
 
StaxEventContentHandler.LocatorLocationAdapter(Locator) - Constructor for class org.springframework.util.xml.StaxEventContentHandler.LocatorLocationAdapter
 
StaxEventXMLReader - Class in org.springframework.util.xml
SAX XMLReader that reads from a StAX XMLEventReader.
StaxEventXMLReader(XMLEventReader) - Constructor for class org.springframework.util.xml.StaxEventXMLReader
Constructs a new instance of the StaxEventXmlReader that reads from the given XMLEventReader.
StaxResult - Class in org.springframework.util.xml
Implementation of the Result tagging interface for StAX writers.
StaxResult(XMLStreamWriter) - Constructor for class org.springframework.util.xml.StaxResult
Construct a new instance of the StaxResult with the specified XMLStreamWriter.
StaxResult(XMLEventWriter) - Constructor for class org.springframework.util.xml.StaxResult
Construct a new instance of the StaxResult with the specified XMLEventWriter.
StaxResult(XMLEventWriter, XMLEventFactory) - Constructor for class org.springframework.util.xml.StaxResult
Construct a new instance of the StaxResult with the specified XMLEventWriter and XMLEventFactory.
StaxSource - Class in org.springframework.util.xml
Implementation of the Source tagging interface for StAX readers.
StaxSource(XMLStreamReader) - Constructor for class org.springframework.util.xml.StaxSource
Construct a new instance of the StaxSource with the specified XMLStreamReader.
StaxSource(XMLEventReader) - Constructor for class org.springframework.util.xml.StaxSource
Construct a new instance of the StaxSource with the specified XMLEventReader.
StaxStreamContentHandler - Class in org.springframework.util.xml
SAX ContentHandler that writes to a XMLStreamWriter.
StaxStreamContentHandler(XMLStreamWriter) - Constructor for class org.springframework.util.xml.StaxStreamContentHandler
Constructs a new instance of the StaxStreamContentHandler that writes to the given XMLStreamWriter.
StaxStreamXMLReader - Class in org.springframework.util.xml
SAX XMLReader that reads from a StAX XMLStreamReader.
StaxStreamXMLReader(XMLStreamReader) - Constructor for class org.springframework.util.xml.StaxStreamXMLReader
Constructs a new instance of the StaxStreamXmlReader that reads from the given XMLStreamReader.
StaxUtils - Class in org.springframework.util.xml
Convenience methods for working with the StAX API.
StaxUtils() - Constructor for class org.springframework.util.xml.StaxUtils
 
StaxUtils.Jaxp14StaxHandler - Class in org.springframework.util.xml
Inner class to avoid a static JAXP 1.4 dependency.
StaxUtils.Jaxp14StaxHandler() - Constructor for class org.springframework.util.xml.StaxUtils.Jaxp14StaxHandler
 
STEP_ANNOTATION_BINDING - Static variable in class org.springframework.aop.aspectj.AspectJAdviceParameterNameDiscoverer
 
STEP_FINISHED - Static variable in class org.springframework.aop.aspectj.AspectJAdviceParameterNameDiscoverer
 
STEP_JOIN_POINT_BINDING - Static variable in class org.springframework.aop.aspectj.AspectJAdviceParameterNameDiscoverer
 
STEP_PRIMITIVE_ARGS_BINDING - Static variable in class org.springframework.aop.aspectj.AspectJAdviceParameterNameDiscoverer
 
STEP_REFERENCE_PCUT_BINDING - Static variable in class org.springframework.aop.aspectj.AspectJAdviceParameterNameDiscoverer
 
STEP_RETURNING_BINDING - Static variable in class org.springframework.aop.aspectj.AspectJAdviceParameterNameDiscoverer
 
STEP_THIS_TARGET_ARGS_BINDING - Static variable in class org.springframework.aop.aspectj.AspectJAdviceParameterNameDiscoverer
 
STEP_THROWING_BINDING - Static variable in class org.springframework.aop.aspectj.AspectJAdviceParameterNameDiscoverer
 
stop() - Method in interface org.springframework.context.Lifecycle
Stop this component, typically in a synchronous fashion, such that the component is fully stopped upon return of this method.
stop(Runnable) - Method in interface org.springframework.context.SmartLifecycle
Indicates that a Lifecycle component must stop if it is currently running.
stop() - Method in class org.springframework.context.support.AbstractApplicationContext
 
stop() - Method in class org.springframework.context.support.DefaultLifecycleProcessor.LifecycleGroup
 
stop() - Method in class org.springframework.context.support.DefaultLifecycleProcessor
Stop all registered beans that implement Lifecycle and are currently running.
stop() - Method in class org.springframework.jca.context.SpringContextResourceAdapter
This implementation closes the Spring ApplicationContext.
stop() - Method in class org.springframework.jca.endpoint.GenericMessageEndpointManager
Deactivates the configured message endpoint.
stop(Runnable) - Method in class org.springframework.jca.endpoint.GenericMessageEndpointManager
 
stop() - Method in class org.springframework.jms.listener.AbstractJmsListeningContainer
Stop this container.
stop(Runnable) - Method in class org.springframework.jms.listener.AbstractJmsListeningContainer
 
stop(Runnable) - Method in class org.springframework.jms.listener.DefaultMessageListenerContainer
Stop this listener container, invoking the specific callback once all listener processing has actually stopped.
stop() - Method in class org.springframework.orm.hibernate3.LocalCacheProviderProxy
Deprecated.
 
stop() - Method in class org.springframework.orm.hibernate3.LocalRegionFactoryProxy
 
stop() - Method in class org.springframework.scheduling.commonj.TimerManagerAccessor
Suspends the underlying TimerManager (if not shared).
stop() - Method in class org.springframework.scheduling.quartz.SchedulerFactoryBean
 
stop(Runnable) - Method in class org.springframework.scheduling.quartz.SchedulerFactoryBean
 
stop() - Method in class org.springframework.util.StopWatch
Stop the current task.
STOP_SKIP - Static variable in class org.springframework.jdbc.core.namedparam.NamedParameterUtils
Set of characters that at are the corresponding comment or quotes ending characters.
stopBeans() - Method in class org.springframework.context.support.DefaultLifecycleProcessor
 
stopCallback - Variable in class org.springframework.jms.listener.DefaultMessageListenerContainer
 
stopSharedConnection() - Method in class org.springframework.jms.listener.AbstractJmsListeningContainer
Stop the shared Connection.
stopSharedConnection() - Method in class org.springframework.jms.listener.DefaultMessageListenerContainer
This implementations proceeds even after an exception thrown from Connection.stop(), relying on listeners to perform appropriate recovery after a restart.
StopWatch - Class in org.springframework.util
Simple stop watch, allowing for timing of a number of tasks, exposing total running time and running time for each named task.
StopWatch() - Constructor for class org.springframework.util.StopWatch
Construct a new stop watch.
StopWatch(String) - Constructor for class org.springframework.util.StopWatch
Construct a new stop watch with the given id.
StopWatch.TaskInfo - Class in org.springframework.util
Inner class to hold data about one task executed within the stop watch.
StopWatch.TaskInfo(String, long) - Constructor for class org.springframework.util.StopWatch.TaskInfo
 
store - Variable in class org.springframework.cache.concurrent.ConcurrentMapCache
 
store - Variable in class org.springframework.cache.concurrent.ConcurrentMapCacheFactoryBean
 
store() - Method in class org.springframework.mock.web.portlet.MockPortletPreferences
 
store(Properties, OutputStream, String) - Method in class org.springframework.util.DefaultPropertiesPersister
 
store(Properties, Writer, String) - Method in class org.springframework.util.DefaultPropertiesPersister
 
store(Properties, OutputStream, String) - Method in interface org.springframework.util.PropertiesPersister
Write the contents of the given Properties object to the given OutputStream.
store(Properties, Writer, String) - Method in interface org.springframework.util.PropertiesPersister
Write the contents of the given Properties object to the given Writer.
storeAttribute(WebRequest, String, Object) - Method in class org.springframework.web.bind.support.DefaultSessionAttributeStore
 
storeAttribute(WebRequest, String, Object) - Method in interface org.springframework.web.bind.support.SessionAttributeStore
Store the supplied attribute in the backend session.
storeAttributes(WebRequest, Map<String, ?>) - Method in class org.springframework.web.method.annotation.SessionAttributesHandler
Store a subset of the given attributes in the session.
storeCache(RootBeanDefinition, Object) - Method in class org.springframework.beans.factory.support.ConstructorResolver.ArgumentsHolder
 
StoredProcedure - Class in org.springframework.jdbc.object
Superclass for object abstractions of RDBMS stored procedures.
StoredProcedure() - Constructor for class org.springframework.jdbc.object.StoredProcedure
Allow use as a bean.
StoredProcedure(DataSource, String) - Constructor for class org.springframework.jdbc.object.StoredProcedure
Create a new object wrapper for a stored procedure.
StoredProcedure(JdbcTemplate, String) - Constructor for class org.springframework.jdbc.object.StoredProcedure
Create a new object wrapper for a stored procedure.
storesLowerCaseIdentifiers - Variable in class org.springframework.jdbc.core.metadata.GenericCallMetaDataProvider
 
storesLowerCaseIdentifiers - Variable in class org.springframework.jdbc.core.metadata.GenericTableMetaDataProvider
indicates whether the identifiers are lowercased
storesUpperCaseIdentifiers - Variable in class org.springframework.jdbc.core.metadata.GenericCallMetaDataProvider
 
storesUpperCaseIdentifiers - Variable in class org.springframework.jdbc.core.metadata.GenericTableMetaDataProvider
indicates whether the identifiers are uppercased
storeToWriterAvailable - Static variable in class org.springframework.util.DefaultPropertiesPersister
 
storeToXml(Properties, OutputStream, String) - Method in class org.springframework.util.DefaultPropertiesPersister
 
storeToXml(Properties, OutputStream, String, String) - Method in class org.springframework.util.DefaultPropertiesPersister
 
storeToXml(Properties, OutputStream, String) - Method in interface org.springframework.util.PropertiesPersister
Write the contents of the given Properties object to the given XML OutputStream.
storeToXml(Properties, OutputStream, String, String) - Method in interface org.springframework.util.PropertiesPersister
Write the contents of the given Properties object to the given XML OutputStream.
streamAsLob - Variable in class org.springframework.jdbc.support.lob.DefaultLobHandler
 
streamData(ResultSet) - Method in class org.springframework.jdbc.core.support.AbstractLobStreamingResultSetExtractor
Stream LOB content from the given ResultSet to some OutputStream.
streamDriver - Variable in class org.springframework.oxm.xstream.XStreamMarshaller
 
streamReader - Variable in class org.springframework.util.xml.StaxSource
 
StreamUtils - Class in org.springframework.util
Simple utility methods for dealing with streams.
StreamUtils() - Constructor for class org.springframework.util.StreamUtils
 
StreamUtils.NonClosingInputStream - Class in org.springframework.util
 
StreamUtils.NonClosingInputStream(InputStream) - Constructor for class org.springframework.util.StreamUtils.NonClosingInputStream
 
StreamUtils.NonClosingOutputStream - Class in org.springframework.util
 
StreamUtils.NonClosingOutputStream(OutputStream) - Constructor for class org.springframework.util.StreamUtils.NonClosingOutputStream
 
streamWriter - Variable in class org.springframework.util.xml.StaxResult
 
streamWriter - Variable in class org.springframework.util.xml.StaxStreamContentHandler
 
strictHelper - Variable in class org.springframework.core.env.AbstractPropertyResolver
 
strictHelper - Static variable in class org.springframework.util.SystemPropertyUtils
 
strictHelper - Static variable in class org.springframework.web.util.ServletContextPropertyUtils
 
string(<any>) - Method in class org.springframework.test.web.client.match.ContentRequestMatchers
Get the body of the request as a UTF-8 string and appply the given Matcher.
string(<any>) - Method in class org.springframework.test.web.client.match.XpathRequestMatchers
Apply the XPath and assert the String content found with the given matcher.
string(String) - Method in class org.springframework.test.web.client.match.XpathRequestMatchers
Apply the XPath and assert the String content found.
string(<any>) - Method in class org.springframework.test.web.servlet.result.ContentResultMatchers
Assert the response body content with a Hamcrest Matcher.
string(String, <any>) - Method in class org.springframework.test.web.servlet.result.HeaderResultMatchers
Assert a response header with the given Hamcrest Matcher.
string(<any>) - Method in class org.springframework.test.web.servlet.result.XpathResultMatchers
Apply the XPath and assert the String value found with the given Hamcrest Matcher.
STRING_PARSER - Static variable in class org.springframework.web.bind.ServletRequestUtils
 
STRING_PARSER - Static variable in class org.springframework.web.portlet.bind.PortletRequestUtils
 
StringArrayPropertyEditor - Class in org.springframework.beans.propertyeditors
Custom PropertyEditor for String arrays.
StringArrayPropertyEditor() - Constructor for class org.springframework.beans.propertyeditors.StringArrayPropertyEditor
Create a new StringArrayPropertyEditor with the default separator (a comma).
StringArrayPropertyEditor(String) - Constructor for class org.springframework.beans.propertyeditors.StringArrayPropertyEditor
Create a new StringArrayPropertyEditor with the given separator.
StringArrayPropertyEditor(String, boolean) - Constructor for class org.springframework.beans.propertyeditors.StringArrayPropertyEditor
Create a new StringArrayPropertyEditor with the given separator.
StringArrayPropertyEditor(String, boolean, boolean) - Constructor for class org.springframework.beans.propertyeditors.StringArrayPropertyEditor
Create a new StringArrayPropertyEditor with the given separator.
StringArrayPropertyEditor(String, String, boolean) - Constructor for class org.springframework.beans.propertyeditors.StringArrayPropertyEditor
Create a new StringArrayPropertyEditor with the given separator.
StringArrayPropertyEditor(String, String, boolean, boolean) - Constructor for class org.springframework.beans.propertyeditors.StringArrayPropertyEditor
Create a new StringArrayPropertyEditor with the given separator.
StringCodedLabeledEnum - Class in org.springframework.core.enums
Deprecated.
as of Spring 3.0, in favor of Java 5 enums.
StringCodedLabeledEnum(String, String) - Constructor for class org.springframework.core.enums.StringCodedLabeledEnum
Deprecated.
Create a new StringCodedLabeledEnum instance.
stringHttpMessageConverter - Variable in class org.springframework.http.converter.ObjectToStringHttpMessageConverter
 
StringHttpMessageConverter - Class in org.springframework.http.converter
Implementation of HttpMessageConverter that can read and write strings.
StringHttpMessageConverter() - Constructor for class org.springframework.http.converter.StringHttpMessageConverter
A default constructor that uses "ISO-8859-1" as the default charset.
StringHttpMessageConverter(Charset) - Constructor for class org.springframework.http.converter.StringHttpMessageConverter
A constructor accepting a default charset to use if the requested content type does not specify one.
StringLiteral - Class in org.springframework.expression.spel.ast
 
StringLiteral(String, int, String) - Constructor for class org.springframework.expression.spel.ast.StringLiteral
 
stringMatcherCache - Variable in class org.springframework.util.AntPathMatcher
 
StringMultipartFileEditor - Class in org.springframework.web.multipart.support
Custom PropertyEditor for converting MultipartFiles to Strings.
StringMultipartFileEditor() - Constructor for class org.springframework.web.multipart.support.StringMultipartFileEditor
Create a new StringMultipartFileEditor, using the default charset.
StringMultipartFileEditor(String) - Constructor for class org.springframework.web.multipart.support.StringMultipartFileEditor
Create a new StringMultipartFileEditor, using the given charset.
StringToArrayConverter - Class in org.springframework.core.convert.support
Converts a comma-delimited String to an Array.
StringToArrayConverter(ConversionService) - Constructor for class org.springframework.core.convert.support.StringToArrayConverter
 
StringToBooleanConverter - Class in org.springframework.core.convert.support
Converts String to a Boolean.
StringToBooleanConverter() - Constructor for class org.springframework.core.convert.support.StringToBooleanConverter
 
StringToCharacterConverter - Class in org.springframework.core.convert.support
Converts a String to a Character.
StringToCharacterConverter() - Constructor for class org.springframework.core.convert.support.StringToCharacterConverter
 
StringToCollectionConverter - Class in org.springframework.core.convert.support
Converts a comma-delimited String to a Collection.
StringToCollectionConverter(ConversionService) - Constructor for class org.springframework.core.convert.support.StringToCollectionConverter
 
StringToEnumConverterFactory - Class in org.springframework.core.convert.support
Converts from a String to a java.lang.Enum by calling Enum.valueOf(Class, String).
StringToEnumConverterFactory() - Constructor for class org.springframework.core.convert.support.StringToEnumConverterFactory
 
StringToEnumConverterFactory.StringToEnum<T extends java.lang.Enum> - Class in org.springframework.core.convert.support
 
StringToEnumConverterFactory.StringToEnum(Class<T>) - Constructor for class org.springframework.core.convert.support.StringToEnumConverterFactory.StringToEnum
 
StringToLocaleConverter - Class in org.springframework.core.convert.support
Converts a String to a Locale.
StringToLocaleConverter() - Constructor for class org.springframework.core.convert.support.StringToLocaleConverter
 
StringToNumberConverterFactory - Class in org.springframework.core.convert.support
Converts from a String any JDK-standard Number implementation.
StringToNumberConverterFactory() - Constructor for class org.springframework.core.convert.support.StringToNumberConverterFactory
 
StringToNumberConverterFactory.StringToNumber<T extends java.lang.Number> - Class in org.springframework.core.convert.support
 
StringToNumberConverterFactory.StringToNumber(Class<T>) - Constructor for class org.springframework.core.convert.support.StringToNumberConverterFactory.StringToNumber
 
StringToPropertiesConverter - Class in org.springframework.core.convert.support
Converts a String to a Properties by calling Properties#load(java.io.InputStream).
StringToPropertiesConverter() - Constructor for class org.springframework.core.convert.support.StringToPropertiesConverter
 
StringToUUIDConverter - Class in org.springframework.core.convert.support
Converts from a String to a java.util.UUID by calling UUID.fromString(String).
StringToUUIDConverter() - Constructor for class org.springframework.core.convert.support.StringToUUIDConverter
 
StringTrimmerEditor - Class in org.springframework.beans.propertyeditors
Property editor that trims Strings.
StringTrimmerEditor(boolean) - Constructor for class org.springframework.beans.propertyeditors.StringTrimmerEditor
Create a new StringTrimmerEditor.
StringTrimmerEditor(String, boolean) - Constructor for class org.springframework.beans.propertyeditors.StringTrimmerEditor
Create a new StringTrimmerEditor.
StringUtils - Class in org.springframework.util
Miscellaneous String utility methods.
StringUtils() - Constructor for class org.springframework.util.StringUtils
 
stringValue() - Method in class org.springframework.expression.spel.standard.Token
 
StringValueResolver - Interface in org.springframework.util
Simple strategy interface for resolving a String value.
stripExtension - Variable in class org.springframework.web.servlet.view.DefaultRequestToViewNameTranslator
 
stripFilenameExtension(String) - Static method in class org.springframework.util.StringUtils
Strip the filename extension from the given path, e.g.
stripLeadingSlash - Variable in class org.springframework.web.servlet.view.DefaultRequestToViewNameTranslator
 
stripTrailingSlash - Variable in class org.springframework.web.servlet.view.DefaultRequestToViewNameTranslator
 
stubMonitor - Variable in class org.springframework.remoting.rmi.JndiRmiClientInterceptor
 
stubMonitor - Variable in class org.springframework.remoting.rmi.RmiClientInterceptor
 
StubWebApplicationContext - Class in org.springframework.test.web.servlet.setup
A mock WebApplicationContext that accepts registrations of object instances.
StubWebApplicationContext(ServletContext) - Constructor for class org.springframework.test.web.servlet.setup.StubWebApplicationContext
Class constructor.
StubWebApplicationContext.StubBeanFactory - Class in org.springframework.test.web.servlet.setup
An extension of StaticListableBeanFactory that implements AutowireCapableBeanFactory in order to allow bean initialization of ApplicationContextAware singletons.
StubWebApplicationContext.StubBeanFactory() - Constructor for class org.springframework.test.web.servlet.setup.StubWebApplicationContext.StubBeanFactory
 
style(Object) - Method in class org.springframework.core.style.DefaultValueStyler
 
style(Map) - Method in class org.springframework.core.style.DefaultValueStyler
 
style(Map.Entry) - Method in class org.springframework.core.style.DefaultValueStyler
 
style(Collection) - Method in class org.springframework.core.style.DefaultValueStyler
 
style(Object) - Static method in class org.springframework.core.style.StylerUtils
Style the specified value according to default conventions.
style(Object) - Method in interface org.springframework.core.style.ValueStyler
Style the given value, returning a String representation.
style - Variable in class org.springframework.format.datetime.DateFormatter
 
style - Variable in class org.springframework.format.datetime.joda.DateTimeFormatterFactory
 
STYLE_ATTRIBUTE - Static variable in class org.springframework.web.servlet.tags.form.AbstractHtmlElementTag
 
styleArray(Object[]) - Method in class org.springframework.core.style.DefaultValueStyler
 
styledFirstField - Variable in class org.springframework.core.style.ToStringCreator
 
styleEnd(StringBuilder, Object) - Method in class org.springframework.core.style.DefaultToStringStyler
 
styleEnd(StringBuilder, Object) - Method in interface org.springframework.core.style.ToStringStyler
Style a toString()'ed object after it's fields are styled.
styleField(StringBuilder, String, Object) - Method in class org.springframework.core.style.DefaultToStringStyler
 
styleField(StringBuilder, String, Object) - Method in interface org.springframework.core.style.ToStringStyler
Style a field value as a string.
styleFieldEnd(StringBuilder, String) - Method in class org.springframework.core.style.DefaultToStringStyler
 
styleFieldSeparator(StringBuilder) - Method in class org.springframework.core.style.DefaultToStringStyler
 
styleFieldSeparator(StringBuilder) - Method in interface org.springframework.core.style.ToStringStyler
Style the field separator.
styleFieldStart(StringBuilder, String) - Method in class org.springframework.core.style.DefaultToStringStyler
 
styleIdentityHashCode(StringBuilder, Object) - Method in class org.springframework.core.style.DefaultToStringStyler
 
stylePattern - Variable in class org.springframework.format.datetime.DateFormatter
 
styler - Variable in class org.springframework.core.style.ToStringCreator
 
StylerUtils - Class in org.springframework.core.style
Simple utility class to allow for convenient access to value styling logic, mainly to support descriptive logging messages.
StylerUtils() - Constructor for class org.springframework.core.style.StylerUtils
 
stylesheetLocation - Variable in class org.springframework.web.servlet.view.xslt.AbstractXsltView
Deprecated.
 
styleStart(StringBuilder, Object) - Method in class org.springframework.core.style.DefaultToStringStyler
 
styleStart(StringBuilder, Object) - Method in interface org.springframework.core.style.ToStringStyler
Style a toString()'ed object before its fields are styled.
styleValue(StringBuilder, Object) - Method in class org.springframework.core.style.DefaultToStringStyler
 
styleValue(StringBuilder, Object) - Method in interface org.springframework.core.style.ToStringStyler
Style the given value.
subarray(int, int) - Method in class org.springframework.expression.spel.standard.Tokenizer
 
subject - Variable in class org.springframework.mail.SimpleMailMessage
 
subList(int, int) - Method in class org.springframework.util.AutoPopulatingList
 
submit(Runnable) - Method in interface org.springframework.core.task.AsyncTaskExecutor
Submit a Runnable task for execution, receiving a Future representing that task.
submit(Callable<T>) - Method in interface org.springframework.core.task.AsyncTaskExecutor
Submit a Callable task for execution, receiving a Future representing that task.
submit(Runnable) - Method in class org.springframework.core.task.SimpleAsyncTaskExecutor
 
submit(Callable<T>) - Method in class org.springframework.core.task.SimpleAsyncTaskExecutor
 
submit(Runnable) - Method in class org.springframework.core.task.support.TaskExecutorAdapter
 
submit(Callable<T>) - Method in class org.springframework.core.task.support.TaskExecutorAdapter
 
submit(Runnable) - Method in class org.springframework.jca.work.WorkManagerTaskExecutor
 
submit(Callable<T>) - Method in class org.springframework.jca.work.WorkManagerTaskExecutor
 
submit(Runnable) - Method in class org.springframework.scheduling.backportconcurrent.ConcurrentTaskExecutor
Deprecated.
 
submit(Callable<T>) - Method in class org.springframework.scheduling.backportconcurrent.ConcurrentTaskExecutor
Deprecated.
 
submit(Runnable) - Method in class org.springframework.scheduling.backportconcurrent.ThreadPoolTaskExecutor
Deprecated.
 
submit(Callable<T>) - Method in class org.springframework.scheduling.backportconcurrent.ThreadPoolTaskExecutor
Deprecated.
 
submit(Runnable) - Method in class org.springframework.scheduling.commonj.WorkManagerTaskExecutor
 
submit(Callable<T>) - Method in class org.springframework.scheduling.commonj.WorkManagerTaskExecutor
 
submit(Runnable) - Method in class org.springframework.scheduling.concurrent.ConcurrentTaskExecutor
 
submit(Callable<T>) - Method in class org.springframework.scheduling.concurrent.ConcurrentTaskExecutor
 
submit(Runnable) - Method in class org.springframework.scheduling.concurrent.ThreadPoolTaskExecutor
 
submit(Callable<T>) - Method in class org.springframework.scheduling.concurrent.ThreadPoolTaskExecutor
 
submit(Runnable) - Method in class org.springframework.scheduling.concurrent.ThreadPoolTaskScheduler
 
submit(Callable<T>) - Method in class org.springframework.scheduling.concurrent.ThreadPoolTaskScheduler
 
submit(Runnable) - Method in class org.springframework.scheduling.quartz.SimpleThreadPoolTaskExecutor
 
submit(Callable<T>) - Method in class org.springframework.scheduling.quartz.SimpleThreadPoolTaskExecutor
 
submit(Runnable) - Method in class org.springframework.scheduling.timer.TimerTaskExecutor
Deprecated.
 
submit(Callable<T>) - Method in class org.springframework.scheduling.timer.TimerTaskExecutor
Deprecated.
 
SUBMIT_IMAGE_SUFFIXES - Static variable in class org.springframework.web.util.WebUtils
Name suffixes in case of image buttons
subPattern - Variable in class org.springframework.core.io.support.PathMatchingResourcePatternResolver.PatternVirtualFileVisitor
 
subReportDataKeys - Variable in class org.springframework.web.servlet.view.jasperreports.AbstractJasperReportsView
Stores the names of any data source objects that need to be converted to JRDataSource instances and included in the report parameters to be passed on to a sub-report.
subReportDataKeys - Variable in class org.springframework.web.servlet.view.jasperreports.JasperReportsViewResolver
 
subReports - Variable in class org.springframework.web.servlet.view.jasperreports.AbstractJasperReportsView
Holds mappings between sub-report keys and JasperReport objects.
subReportUrls - Variable in class org.springframework.web.servlet.view.jasperreports.AbstractJasperReportsView
Stores the paths to any sub-report files used by this top-level report, along with the keys they are mapped to in the top-level report file.
subReportUrls - Variable in class org.springframework.web.servlet.view.jasperreports.JasperReportsViewResolver
 
subscription - Variable in class org.springframework.jms.connection.CachingConnectionFactory.ConsumerCacheKey
 
SUBSCRIPTION_ATTRIBUTE - Static variable in class org.springframework.jms.config.AbstractListenerContainerParser
 
subscriptionDurable - Variable in class org.springframework.jms.listener.AbstractMessageListenerContainer
 
subscriptionDurable - Variable in class org.springframework.jms.listener.endpoint.JmsActivationSpecConfig
 
SubscriptionNameProvider - Interface in org.springframework.jms.listener
Interface to be implemented by message listener objects that suggest a specific name for a durable subscription that they might be registered with.
substituteNamedParameters(ParsedSql, SqlParameterSource) - Static method in class org.springframework.jdbc.core.namedparam.NamedParameterUtils
Parse the SQL statement and locate any placeholders or named parameters.
substituteNamedParameters(String, SqlParameterSource) - Static method in class org.springframework.jdbc.core.namedparam.NamedParameterUtils
Parse the SQL statement and locate any placeholders or named parameters.
substringMatch(CharSequence, int, CharSequence) - Static method in class org.springframework.util.StringUtils
Test whether the given string matches the given substring at the given index.
subtype - Variable in class org.springframework.http.MediaType
 
successView - Variable in class org.springframework.web.portlet.mvc.SimpleFormController
Deprecated.
 
successView - Variable in class org.springframework.web.servlet.mvc.SimpleFormController
Deprecated.
 
suffix - Variable in class org.springframework.aop.interceptor.AbstractMonitoringInterceptor
 
suffix - Variable in class org.springframework.web.servlet.mvc.multiaction.InternalPathMethodNameResolver
 
suffix - Variable in class org.springframework.web.servlet.mvc.UrlFilenameViewController
 
suffix - Variable in class org.springframework.web.servlet.view.DefaultRequestToViewNameTranslator
 
suffix - Variable in class org.springframework.web.servlet.view.UrlBasedViewResolver
 
suggestedClassName() - Method in interface org.springframework.scripting.ScriptSource
Determine a class name for the underlying script.
suggestedClassName() - Method in class org.springframework.scripting.support.ResourceScriptSource
 
suggestedClassName() - Method in class org.springframework.scripting.support.StaticScriptSource
 
superClassName - Variable in class org.springframework.core.type.classreading.ClassMetadataReadingVisitor
 
SUPPORTED_PRIMITIVES - Static variable in class org.springframework.aop.aspectj.AspectJExpressionPointcut
 
supportedClasses - Variable in class org.springframework.oxm.xstream.XStreamMarshaller
 
supportedDatabaseProductsForFunctions - Static variable in class org.springframework.jdbc.core.metadata.CallMetaDataProviderFactory
List of supported database products for function calls
supportedDatabaseProductsForProcedures - Static variable in class org.springframework.jdbc.core.metadata.CallMetaDataProviderFactory
List of supported database products for procedure calls
supportedLocales - Variable in class org.springframework.mock.web.portlet.MockPortletConfig
 
supportedMediaTypes - Variable in class org.springframework.http.converter.AbstractHttpMessageConverter
 
supportedMediaTypes - Variable in class org.springframework.http.converter.FormHttpMessageConverter
 
supportedMediaTypes - Variable in class org.springframework.web.HttpMediaTypeException
 
supportedMethods - Variable in class org.springframework.web.HttpRequestMethodNotSupportedException
 
supportedMethods - Variable in class org.springframework.web.portlet.handler.PortletRequestMethodNotSupportedException
 
supportedMethods - Variable in class org.springframework.web.servlet.support.WebContentGenerator
Set of supported HTTP methods
supportJaxbElementClass - Variable in class org.springframework.oxm.jaxb.Jaxb2Marshaller
 
supports(Class<?>) - Method in class org.springframework.beans.ExtendedBeanInfoFactory
Return whether the given bean class declares or inherits any non-void returning JavaBeans or indexed property setter methods.
supports(Class<?>) - Method in class org.springframework.http.converter.AbstractHttpMessageConverter
Indicates whether the given class is supported by this converter.
supports(Class<?>) - Method in class org.springframework.http.converter.ByteArrayHttpMessageConverter
 
supports(Class<?>) - Method in class org.springframework.http.converter.feed.AtomFeedHttpMessageConverter
 
supports(Class<?>) - Method in class org.springframework.http.converter.feed.RssChannelHttpMessageConverter
 
supports(Class<?>) - Method in class org.springframework.http.converter.json.MappingJackson2HttpMessageConverter
 
supports(Class<?>) - Method in class org.springframework.http.converter.json.MappingJacksonHttpMessageConverter
 
supports(Class<?>) - Method in class org.springframework.http.converter.ObjectToStringHttpMessageConverter
 
supports(Class<?>) - Method in class org.springframework.http.converter.ResourceHttpMessageConverter
 
supports(Class<?>) - Method in class org.springframework.http.converter.StringHttpMessageConverter
 
supports(Class<?>) - Method in class org.springframework.http.converter.xml.Jaxb2CollectionHttpMessageConverter
 
supports(Class<?>) - Method in class org.springframework.http.converter.xml.Jaxb2RootElementHttpMessageConverter
 
supports(Class<?>) - Method in class org.springframework.http.converter.xml.MarshallingHttpMessageConverter
 
supports(Class<?>) - Method in class org.springframework.http.converter.xml.SourceHttpMessageConverter
 
supports(Class<?>) - Method in class org.springframework.oxm.castor.CastorMarshaller
Returns true for all classes, i.e.
supports(Type) - Method in interface org.springframework.oxm.GenericMarshaller
Indicates whether this marshaller can marshal instances of the supplied generic type.
supports(Type) - Method in interface org.springframework.oxm.GenericUnmarshaller
Indicates whether this marshaller can marshal instances of the supplied generic type.
supports(Class<?>) - Method in class org.springframework.oxm.jaxb.Jaxb2Marshaller
 
supports(Type) - Method in class org.springframework.oxm.jaxb.Jaxb2Marshaller
 
supports(Class<?>) - Method in class org.springframework.oxm.jibx.JibxMarshaller
 
supports(Class<?>) - Method in interface org.springframework.oxm.Marshaller
Indicates whether this marshaller can marshal instances of the supplied type.
supports(Class<?>) - Method in interface org.springframework.oxm.Unmarshaller
Indicates whether this unmarshaller can unmarshal instances of the supplied type.
supports(Class<?>) - Method in class org.springframework.oxm.xmlbeans.XmlBeansMarshaller
This implementation returns true if the given class is an implementation of XmlObject.
supports(Class) - Method in class org.springframework.oxm.xstream.XStreamMarshaller
 
supports(SmartContextLoader, MergedContextConfiguration) - Method in class org.springframework.test.context.support.AbstractDelegatingSmartContextLoader
 
supports(Class<?>) - Method in class org.springframework.validation.beanvalidation.SpringValidatorAdapter
 
supports(Class<?>) - Method in interface org.springframework.validation.Validator
Can this Validator validate instances of the supplied clazz?
supports(Object) - Method in class org.springframework.web.portlet.handler.SimplePortletHandlerAdapter
 
supports(Object) - Method in interface org.springframework.web.portlet.HandlerAdapter
Given a handler instance, return whether or not this HandlerAdapter can support it.
supports(Object) - Method in class org.springframework.web.portlet.mvc.annotation.AnnotationMethodHandlerAdapter
 
supports(Object) - Method in class org.springframework.web.portlet.mvc.SimpleControllerHandlerAdapter
 
supports(Object) - Method in class org.springframework.web.servlet.handler.SimpleServletHandlerAdapter
 
supports(Object) - Method in interface org.springframework.web.servlet.HandlerAdapter
Given a handler instance, return whether or not this HandlerAdapter can support it.
supports(Object) - Method in class org.springframework.web.servlet.mvc.annotation.AnnotationMethodHandlerAdapter
Deprecated.
 
supports(Object) - Method in class org.springframework.web.servlet.mvc.HttpRequestHandlerAdapter
 
supports(Object) - Method in class org.springframework.web.servlet.mvc.method.AbstractHandlerMethodAdapter
Given a handler instance, return whether or not this HandlerAdapter can support it.
supports(Object) - Method in class org.springframework.web.servlet.mvc.SimpleControllerHandlerAdapter
 
supportsAdvice(Advice) - Method in interface org.springframework.aop.framework.adapter.AdvisorAdapter
Does this adapter understand this advice object? Is it valid to invoke the getInterceptors method with an Advisor that contains this advice as an argument?
supportsAdvice(Advice) - Method in class org.springframework.aop.framework.adapter.AfterReturningAdviceAdapter
 
supportsAdvice(Advice) - Method in class org.springframework.aop.framework.adapter.MethodBeforeAdviceAdapter
 
supportsAdvice(Advice) - Method in class org.springframework.aop.framework.adapter.ThrowsAdviceAdapter
 
supportsAggressiveRelease() - Method in class org.springframework.orm.hibernate3.LocalDataSourceConnectionProvider
This implementation returns false: We cannot guarantee to receive the same Connection within a transaction, not even when dealing with a JNDI DataSource.
supportsAggressiveRelease() - Method in class org.springframework.orm.hibernate3.LocalJtaDataSourceConnectionProvider
This implementation returns true, since we're assuming a JTA DataSource.
supportsAggressiveRelease() - Method in class org.springframework.orm.hibernate3.TransactionAwareDataSourceConnectionProvider
This implementation returns true: We can guarantee to receive the same Connection within a transaction, as we are exposing a TransactionAwareDataSourceProxy.
supportsBatchUpdates(Connection) - Static method in class org.springframework.jdbc.support.JdbcUtils
Return whether the given JDBC driver supports JDBC 2.0 batch updates.
supportsCatalogsInProcedureCalls - Variable in class org.springframework.jdbc.core.metadata.GenericCallMetaDataProvider
 
supportsEntityManagerFactoryPlusOperations() - Method in class org.springframework.orm.jpa.DefaultJpaDialect
 
supportsEntityManagerFactoryPlusOperations() - Method in interface org.springframework.orm.jpa.JpaDialect
Return whether the EntityManagerFactoryPlus(Operations) interface is supported by this provider.
supportsEntityManagerPlusOperations() - Method in class org.springframework.orm.jpa.DefaultJpaDialect
 
supportsEntityManagerPlusOperations() - Method in interface org.springframework.orm.jpa.JpaDialect
Return whether the EntityManagerPlus(Operations) interface is supported by this provider.
supportsEvent(ApplicationListener, Class<? extends ApplicationEvent>, Class) - Method in class org.springframework.context.event.AbstractApplicationEventMulticaster
Determine whether the given listener supports the given event.
supportsEventType(Class<? extends ApplicationEvent>) - Method in class org.springframework.context.event.GenericApplicationListenerAdapter
 
supportsEventType(Class<? extends ApplicationEvent>) - Method in interface org.springframework.context.event.SmartApplicationListener
Determine whether this listener actually supports the given event type.
supportsEventType(Class<? extends ApplicationEvent>) - Method in class org.springframework.context.event.SourceFilteringListener
 
supportsGeneratedKeysOverride - Variable in class org.springframework.jdbc.core.metadata.DerbyTableMetaDataProvider
 
supportsInternal(Class<?>, boolean) - Method in class org.springframework.oxm.jaxb.Jaxb2Marshaller
 
supportsInternal(HandlerMethod) - Method in class org.springframework.web.servlet.mvc.method.AbstractHandlerMethodAdapter
Given a handler method, return whether or not this adapter can support it.
supportsInternal(HandlerMethod) - Method in class org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter
Always return true since any method argument and return value type will be processed in some way.
supportsLobParameters() - Method in class org.springframework.jdbc.object.BatchSqlUpdate
BatchSqlUpdate does not support BLOB or CLOB parameters.
supportsLobParameters() - Method in class org.springframework.jdbc.object.RdbmsOperation
Return whether BLOB/CLOB parameters are supported for this kind of operation.
supportsParameter(MethodParameter) - Method in class org.springframework.web.method.annotation.AbstractCookieValueMethodArgumentResolver
 
supportsParameter(MethodParameter) - Method in class org.springframework.web.method.annotation.AbstractWebArgumentResolverAdapter
Actually resolve the value and check the resolved value is not WebArgumentResolver.UNRESOLVED absorbing _any_ exceptions.
supportsParameter(MethodParameter) - Method in class org.springframework.web.method.annotation.ErrorsMethodArgumentResolver
 
supportsParameter(MethodParameter) - Method in class org.springframework.web.method.annotation.ExpressionValueMethodArgumentResolver
 
supportsParameter(MethodParameter) - Method in class org.springframework.web.method.annotation.MapMethodProcessor
 
supportsParameter(MethodParameter) - Method in class org.springframework.web.method.annotation.ModelAttributeMethodProcessor
 
supportsParameter(MethodParameter) - Method in class org.springframework.web.method.annotation.ModelMethodProcessor
 
supportsParameter(MethodParameter) - Method in class org.springframework.web.method.annotation.RequestHeaderMapMethodArgumentResolver
 
supportsParameter(MethodParameter) - Method in class org.springframework.web.method.annotation.RequestHeaderMethodArgumentResolver
 
supportsParameter(MethodParameter) - Method in class org.springframework.web.method.annotation.RequestParamMapMethodArgumentResolver
 
supportsParameter(MethodParameter) - Method in class org.springframework.web.method.annotation.RequestParamMethodArgumentResolver
Supports the following: @RequestParam-annotated method arguments.
supportsParameter(MethodParameter) - Method in class org.springframework.web.method.annotation.SessionStatusMethodArgumentResolver
 
supportsParameter(MethodParameter) - Method in interface org.springframework.web.method.support.HandlerMethodArgumentResolver
Whether the given method parameter is supported by this resolver.
supportsParameter(MethodParameter) - Method in class org.springframework.web.method.support.HandlerMethodArgumentResolverComposite
Whether the given method parameter is supported by any registered HandlerMethodArgumentResolver.
supportsParameter(MethodParameter) - Method in class org.springframework.web.servlet.mvc.method.annotation.HttpEntityMethodProcessor
 
supportsParameter(MethodParameter) - Method in class org.springframework.web.servlet.mvc.method.annotation.MatrixVariableMapMethodArgumentResolver
 
supportsParameter(MethodParameter) - Method in class org.springframework.web.servlet.mvc.method.annotation.MatrixVariableMethodArgumentResolver
 
supportsParameter(MethodParameter) - Method in class org.springframework.web.servlet.mvc.method.annotation.PathVariableMapMethodArgumentResolver
 
supportsParameter(MethodParameter) - Method in class org.springframework.web.servlet.mvc.method.annotation.PathVariableMethodArgumentResolver
 
supportsParameter(MethodParameter) - Method in class org.springframework.web.servlet.mvc.method.annotation.RedirectAttributesMethodArgumentResolver
 
supportsParameter(MethodParameter) - Method in class org.springframework.web.servlet.mvc.method.annotation.RequestPartMethodArgumentResolver
Supports the following: Annotated with @RequestPart Of type MultipartFile unless annotated with @RequestParam.
supportsParameter(MethodParameter) - Method in class org.springframework.web.servlet.mvc.method.annotation.RequestResponseBodyMethodProcessor
 
supportsParameter(MethodParameter) - Method in class org.springframework.web.servlet.mvc.method.annotation.ServletRequestMethodArgumentResolver
 
supportsParameter(MethodParameter) - Method in class org.springframework.web.servlet.mvc.method.annotation.ServletResponseMethodArgumentResolver
 
supportsParameter(MethodParameter) - Method in class org.springframework.web.servlet.mvc.method.annotation.UriComponentsBuilderMethodArgumentResolver
 
supportsProceedingJoinPoint() - Method in class org.springframework.aop.aspectj.AbstractAspectJAdvice
 
supportsProceedingJoinPoint() - Method in class org.springframework.aop.aspectj.AspectJAroundAdvice
 
supportsResourceAdapterManagedTransactions() - Method in class org.springframework.transaction.jta.JtaTransactionManager
 
supportsResourceAdapterManagedTransactions() - Method in class org.springframework.transaction.jta.SimpleTransactionFactory
 
supportsResourceAdapterManagedTransactions() - Method in interface org.springframework.transaction.jta.TransactionFactory
Determine whether the underlying transaction manager supports XA transactions managed by a resource adapter (i.e.
supportsResourceAdapterManagedTransactions() - Method in class org.springframework.transaction.jta.WebSphereUowTransactionManager
Returns true since WebSphere ResourceAdapters (as exposed in JNDI) implicitly perform transaction enlistment if the MessageEndpointFactory's isDeliveryTransacted method returns true.
supportsReturnType(MethodParameter) - Method in class org.springframework.web.method.annotation.MapMethodProcessor
 
supportsReturnType(MethodParameter) - Method in class org.springframework.web.method.annotation.ModelAttributeMethodProcessor
Return true if there is a method-level @ModelAttribute or if it is a non-simple type when annotationNotRequired=true.
supportsReturnType(MethodParameter) - Method in class org.springframework.web.method.annotation.ModelMethodProcessor
 
supportsReturnType(MethodParameter) - Method in interface org.springframework.web.method.support.HandlerMethodReturnValueHandler
Whether the given method return type is supported by this handler.
supportsReturnType(MethodParameter) - Method in class org.springframework.web.method.support.HandlerMethodReturnValueHandlerComposite
Whether the given method return type is supported by any registered HandlerMethodReturnValueHandler.
supportsReturnType(MethodParameter) - Method in class org.springframework.web.servlet.mvc.method.annotation.AsyncTaskMethodReturnValueHandler
 
supportsReturnType(MethodParameter) - Method in class org.springframework.web.servlet.mvc.method.annotation.CallableMethodReturnValueHandler
 
supportsReturnType(MethodParameter) - Method in class org.springframework.web.servlet.mvc.method.annotation.DeferredResultMethodReturnValueHandler
 
supportsReturnType(MethodParameter) - Method in class org.springframework.web.servlet.mvc.method.annotation.HttpEntityMethodProcessor
 
supportsReturnType(MethodParameter) - Method in class org.springframework.web.servlet.mvc.method.annotation.ModelAndViewMethodReturnValueHandler
 
supportsReturnType(MethodParameter) - Method in class org.springframework.web.servlet.mvc.method.annotation.ModelAndViewResolverMethodReturnValueHandler
Always returns true.
supportsReturnType(MethodParameter) - Method in class org.springframework.web.servlet.mvc.method.annotation.RequestResponseBodyMethodProcessor
 
supportsReturnType(MethodParameter) - Method in class org.springframework.web.servlet.mvc.method.annotation.ViewMethodReturnValueHandler
 
supportsReturnType(MethodParameter) - Method in class org.springframework.web.servlet.mvc.method.annotation.ViewNameMethodReturnValueHandler
 
supportsSavepoints() - Method in class org.springframework.jdbc.datasource.ConnectionHolder
Return whether JDBC 3.0 Savepoints are supported.
supportsSchemasInProcedureCalls - Variable in class org.springframework.jdbc.core.metadata.GenericCallMetaDataProvider
 
supportsSourceType(Class<?>) - Method in class org.springframework.context.event.GenericApplicationListenerAdapter
 
supportsSourceType(Class<?>) - Method in interface org.springframework.context.event.SmartApplicationListener
Determine whether this listener actually supports the given source type.
supportsSourceType(Class<?>) - Method in class org.springframework.context.event.SourceFilteringListener
 
supportsTypeLevelMappings() - Method in class org.springframework.web.servlet.handler.AbstractUrlHandlerMapping
Indicates whether this handler mapping support type-level mappings.
supportsTypeLevelMappings() - Method in class org.springframework.web.servlet.mvc.annotation.DefaultAnnotationHandlerMapping
Deprecated.
 
suppress(String) - Method in class org.springframework.instrument.classloading.ResourceOverridingShadowingClassLoader
Ensure that a resource with the given path is not found.
suppressBinding(PortletRequest) - Method in class org.springframework.web.portlet.mvc.BaseCommandController
Deprecated.
Return whether to suppress binding for the given request.
suppressBinding(HttpServletRequest) - Method in class org.springframework.web.servlet.mvc.BaseCommandController
Deprecated.
Return whether to suppress binding for the given request.
suppressClose - Variable in class org.springframework.jdbc.datasource.SingleConnectionDataSource
Create a close-suppressing proxy?
suppressedExceptions - Variable in class org.springframework.beans.factory.support.DefaultSingletonBeanRegistry
List of suppressed Exceptions, available for associating related causes
suppressedFields - Variable in class org.springframework.validation.AbstractBindingResult
 
suppressInterface(Class) - Method in class org.springframework.aop.support.IntroductionInfoSupport
Suppress the specified interface, which may have been autodetected due to the delegate implementing it.
suppressNamespaces - Variable in class org.springframework.oxm.castor.CastorMarshaller
 
suppressValidation(PortletRequest) - Method in class org.springframework.web.portlet.mvc.BaseCommandController
Deprecated.
Return whether to suppress validation for the given request.
suppressValidation(PortletRequest) - Method in class org.springframework.web.portlet.mvc.SimpleFormController
Deprecated.
This implementation delegates to SimpleFormController.isFormChangeRequest(PortletRequest): A form change request changes the appearance of the form and should not get validated but just show the new form.
suppressValidation(HttpServletRequest, Object, BindException) - Method in class org.springframework.web.servlet.mvc.BaseCommandController
Deprecated.
Return whether to suppress validation for the given request.
suppressValidation(HttpServletRequest, Object) - Method in class org.springframework.web.servlet.mvc.BaseCommandController
Deprecated.
Return whether to suppress validation for the given request.
suppressValidation(HttpServletRequest) - Method in class org.springframework.web.servlet.mvc.BaseCommandController
Deprecated.
suppressValidation(HttpServletRequest, Object) - Method in class org.springframework.web.servlet.mvc.CancellableFormController
Deprecated.
Suppress validation for an explicit cancel request too.
suppressValidation(HttpServletRequest, Object) - Method in class org.springframework.web.servlet.mvc.SimpleFormController
Deprecated.
This implementation delegates to SimpleFormController.isFormChangeRequest(HttpServletRequest, Object): A form change request changes the appearance of the form and should not get validated but just show the new form.
suppressXsiType - Variable in class org.springframework.oxm.castor.CastorMarshaller
 
suspend() - Method in class org.springframework.jdbc.datasource.DataSourceUtils.ConnectionSynchronization
 
suspend() - Method in class org.springframework.orm.hibernate3.SpringSessionSynchronization
 
suspend() - Method in class org.springframework.orm.hibernate4.SpringSessionSynchronization
 
suspend(Object) - Method in class org.springframework.transaction.support.AbstractPlatformTransactionManager
Suspend the given transaction.
suspend() - Method in class org.springframework.transaction.support.ResourceHolderSynchronization
 
suspend() - Method in interface org.springframework.transaction.support.TransactionSynchronization
Suspend this synchronization.
suspend() - Method in class org.springframework.transaction.support.TransactionSynchronizationAdapter
 
suspendedResources - Variable in class org.springframework.transaction.support.AbstractPlatformTransactionManager.SuspendedResourcesHolder
 
suspendedResources - Variable in class org.springframework.transaction.support.DefaultTransactionStatus
 
suspendedSynchronizations - Variable in class org.springframework.transaction.support.AbstractPlatformTransactionManager.SuspendedResourcesHolder
 
swap(Object) - Method in class org.springframework.aop.target.HotSwappableTargetSource
Swap the target, returning the old target object.
SybaseAnywhereMaxValueIncrementer - Class in org.springframework.jdbc.support.incrementer
DataFieldMaxValueIncrementer that increments the maximum value of a given Sybase SQL Anywhere table with the equivalent of an auto-increment column.
SybaseAnywhereMaxValueIncrementer() - Constructor for class org.springframework.jdbc.support.incrementer.SybaseAnywhereMaxValueIncrementer
Default constructor for bean property style usage.
SybaseAnywhereMaxValueIncrementer(DataSource, String, String) - Constructor for class org.springframework.jdbc.support.incrementer.SybaseAnywhereMaxValueIncrementer
Convenience constructor.
SybaseCallMetaDataProvider - Class in org.springframework.jdbc.core.metadata
Sybase specific implementation for the CallMetaDataProvider interface.
SybaseCallMetaDataProvider(DatabaseMetaData) - Constructor for class org.springframework.jdbc.core.metadata.SybaseCallMetaDataProvider
 
SybaseMaxValueIncrementer - Class in org.springframework.jdbc.support.incrementer
DataFieldMaxValueIncrementer that increments the maximum value of a given Sybase SQL Server table with the equivalent of an auto-increment column.
SybaseMaxValueIncrementer() - Constructor for class org.springframework.jdbc.support.incrementer.SybaseMaxValueIncrementer
Default constructor for bean property style usage.
SybaseMaxValueIncrementer(DataSource, String, String) - Constructor for class org.springframework.jdbc.support.incrementer.SybaseMaxValueIncrementer
Convenience constructor.
synchedLocalTransactionAllowed - Variable in class org.springframework.jms.connection.TransactionAwareConnectionFactoryProxy
 
SynchedLocalTransactionFailedException - Exception in org.springframework.jms.connection
Exception thrown when a synchronized local transaction failed to complete (after the main transaction has already completed).
SynchedLocalTransactionFailedException(String, JMSException) - Constructor for exception org.springframework.jms.connection.SynchedLocalTransactionFailedException
Create a new SynchedLocalTransactionFailedException.
SYNCHRONIZATION_ALWAYS - Static variable in class org.springframework.transaction.support.AbstractPlatformTransactionManager
Always activate transaction synchronization, even for "empty" transactions that result from PROPAGATION_SUPPORTS with no existing backend transaction.
SYNCHRONIZATION_NEVER - Static variable in class org.springframework.transaction.support.AbstractPlatformTransactionManager
Never active transaction synchronization, not even for actual transactions.
SYNCHRONIZATION_ON_ACTUAL_TRANSACTION - Static variable in class org.springframework.transaction.support.AbstractPlatformTransactionManager
Activate transaction synchronization only for actual transactions, that is, not for empty ones that result from PROPAGATION_SUPPORTS with no existing backend transaction.
synchronizations - Variable in class org.springframework.transaction.jta.JtaAfterCompletionSynchronization
 
synchronizations - Static variable in class org.springframework.transaction.support.TransactionSynchronizationManager
 
synchronize - Variable in class org.springframework.util.CachingMapDecorator
Deprecated.
 
synchronizedWithTransaction - Variable in class org.springframework.transaction.support.ResourceHolderSupport
 
synchronizeOnSession - Variable in class org.springframework.web.portlet.mvc.AbstractController
 
synchronizeOnSession - Variable in class org.springframework.web.portlet.mvc.annotation.AnnotationMethodHandlerAdapter
 
synchronizeOnSession - Variable in class org.springframework.web.servlet.mvc.AbstractController
 
synchronizeOnSession - Variable in class org.springframework.web.servlet.mvc.annotation.AnnotationMethodHandlerAdapter
Deprecated.
 
synchronizeOnSession - Variable in class org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter
 
SyncTaskExecutor - Class in org.springframework.core.task
TaskExecutor implementation that executes each task synchronously in the calling thread.
SyncTaskExecutor() - Constructor for class org.springframework.core.task.SyncTaskExecutor
 
syncTaskExecutor - Variable in class org.springframework.jca.work.SimpleTaskWorkManager
 
synthetic - Variable in class org.springframework.beans.factory.support.AbstractBeanDefinition
 
SYSTEM_ENVIRONMENT_BEAN_NAME - Static variable in interface org.springframework.context.ConfigurableApplicationContext
Name of the System environment bean in the factory.
SYSTEM_ENVIRONMENT_PROPERTY_SOURCE_NAME - Static variable in class org.springframework.core.env.StandardEnvironment
System environment property source name: "systemEnvironment"
SYSTEM_PROPERTIES_BEAN_NAME - Static variable in interface org.springframework.context.ConfigurableApplicationContext
Name of the System properties bean in the factory.
SYSTEM_PROPERTIES_MODE_ATTRIB - Static variable in class org.springframework.context.config.PropertyPlaceholderBeanDefinitionParser
 
SYSTEM_PROPERTIES_MODE_DEFAULT - Static variable in class org.springframework.context.config.PropertyPlaceholderBeanDefinitionParser
 
SYSTEM_PROPERTIES_MODE_FALLBACK - Static variable in class org.springframework.beans.factory.config.PropertyPlaceholderConfigurer
Check system properties if not resolvable in the specified properties.
SYSTEM_PROPERTIES_MODE_NEVER - Static variable in class org.springframework.beans.factory.config.PropertyPlaceholderConfigurer
Never check system properties.
SYSTEM_PROPERTIES_MODE_OVERRIDE - Static variable in class org.springframework.beans.factory.config.PropertyPlaceholderConfigurer
Check system properties first, before trying the specified properties.
SYSTEM_PROPERTIES_PROPERTY_SOURCE_NAME - Static variable in class org.springframework.core.env.StandardEnvironment
JVM system properties property source name: "systemProperties"
SystemEnvironmentPropertySource - Class in org.springframework.core.env
Specialization of MapPropertySource designed for use with system environment variables.
SystemEnvironmentPropertySource(String, Map<String, Object>) - Constructor for class org.springframework.core.env.SystemEnvironmentPropertySource
Create a new SystemEnvironmentPropertySource with the given name and delegating to the given MapPropertySource.
systemPrefs - Variable in class org.springframework.beans.factory.config.PreferencesPlaceholderConfigurer
 
SystemProfileValueSource - Class in org.springframework.test.annotation
Implementation of ProfileValueSource which uses system properties as the underlying source.
SystemProfileValueSource() - Constructor for class org.springframework.test.annotation.SystemProfileValueSource
Private constructor, enforcing the singleton pattern.
systemPropertiesMode - Variable in class org.springframework.beans.factory.config.PropertyPlaceholderConfigurer
 
SystemPropertyUtils - Class in org.springframework.util
Helper class for resolving placeholders in texts.
SystemPropertyUtils() - Constructor for class org.springframework.util.SystemPropertyUtils
 
SystemPropertyUtils.SystemPropertyPlaceholderResolver - Class in org.springframework.util
 
SystemPropertyUtils.SystemPropertyPlaceholderResolver(String) - Constructor for class org.springframework.util.SystemPropertyUtils.SystemPropertyPlaceholderResolver
 
systemTreePath - Variable in class org.springframework.beans.factory.config.PreferencesPlaceholderConfigurer
 

T

TAB - Static variable in class org.springframework.beans.factory.parsing.ParseState
Tab character used when rendering the tree-style representation.
tabindex - Variable in class org.springframework.web.servlet.tags.form.AbstractHtmlElementTag
 
TABINDEX_ATTRIBUTE - Static variable in class org.springframework.web.servlet.tags.form.AbstractHtmlElementTag
 
tableColumnMetaDataUsed - Variable in class org.springframework.jdbc.core.metadata.GenericTableMetaDataProvider
indicator whether column metadata should be used
tableColumns - Variable in class org.springframework.jdbc.core.metadata.TableMetaDataContext
List of columns objects to be used in this context
TableMetaDataContext - Class in org.springframework.jdbc.core.metadata
Class to manage context metadata used for the configuration and execution of operations on a database table.
TableMetaDataContext() - Constructor for class org.springframework.jdbc.core.metadata.TableMetaDataContext
 
tableMetaDataContext - Variable in class org.springframework.jdbc.core.simple.AbstractJdbcInsert
Context used to retrieve and manage database metadata
TableMetaDataProvider - Interface in org.springframework.jdbc.core.metadata
Interface specifying the API to be implemented by a class providing table metedata.
TableMetaDataProviderFactory - Class in org.springframework.jdbc.core.metadata
Factory used to create a TableMetaDataProvider implementation based on the type of databse being used.
TableMetaDataProviderFactory() - Constructor for class org.springframework.jdbc.core.metadata.TableMetaDataProviderFactory
 
tableName - Variable in class org.springframework.jdbc.core.metadata.GenericTableMetaDataProvider.TableMetaData
 
tableName - Variable in class org.springframework.jdbc.core.metadata.TableMetaDataContext
name of procedure to call
tableNameToUse(String) - Method in class org.springframework.jdbc.core.metadata.GenericTableMetaDataProvider
 
tableNameToUse(String) - Method in interface org.springframework.jdbc.core.metadata.TableMetaDataProvider
Get the table name formatted based on metadata information.
TableParameterMetaData - Class in org.springframework.jdbc.core.metadata
Holder of metadata for a specific parameter that is used for table processing.
TableParameterMetaData(String, int, boolean) - Constructor for class org.springframework.jdbc.core.metadata.TableParameterMetaData
Constructor taking all the properties.
TagIdGenerator - Class in org.springframework.web.servlet.tags.form
Utility class for generating 'id' attributes values for JSP tags.
TagIdGenerator() - Constructor for class org.springframework.web.servlet.tags.form.TagIdGenerator
 
taglibFactory - Variable in class org.springframework.web.servlet.view.freemarker.FreeMarkerConfigurer
 
taglibFactory - Variable in class org.springframework.web.servlet.view.freemarker.FreeMarkerView
 
tagName - Variable in class org.springframework.web.servlet.tags.form.TagWriter.TagStateEntry
 
tagState - Variable in class org.springframework.web.servlet.tags.form.TagWriter
Stores tag state.
TagUtils - Class in org.springframework.web.util
Utility class for tag library related code, exposing functionality such as translating Strings to web scopes.
TagUtils() - Constructor for class org.springframework.web.util.TagUtils
 
tagWriter - Variable in class org.springframework.web.servlet.tags.form.AbstractHtmlElementBodyTag
 
tagWriter - Variable in class org.springframework.web.servlet.tags.form.ButtonTag
 
tagWriter - Variable in class org.springframework.web.servlet.tags.form.FormTag
 
tagWriter - Variable in class org.springframework.web.servlet.tags.form.LabelTag
The TagWriter instance being used.
tagWriter - Variable in class org.springframework.web.servlet.tags.form.SelectTag
The TagWriter instance that the output is being written.
TagWriter - Class in org.springframework.web.servlet.tags.form
Utility class for writing HTML content to a Writer instance.
TagWriter(PageContext) - Constructor for class org.springframework.web.servlet.tags.form.TagWriter
Create a new instance of the TagWriter class that writes to the supplied PageContext.
TagWriter.SafeWriter - Class in org.springframework.web.servlet.tags.form
Simple Writer wrapper that wraps all IOExceptions in JspExceptions.
TagWriter.SafeWriter(PageContext) - Constructor for class org.springframework.web.servlet.tags.form.TagWriter.SafeWriter
 
TagWriter.TagStateEntry - Class in org.springframework.web.servlet.tags.form
Holds state about a tag and its rendered behavior.
TagWriter.TagStateEntry(String) - Constructor for class org.springframework.web.servlet.tags.form.TagWriter.TagStateEntry
 
target - Variable in class org.springframework.aop.framework.AbstractSingletonProxyFactoryBean
 
target - Variable in class org.springframework.aop.framework.CglibAopProxy.FixedChainStaticTargetInterceptor
 
target - Variable in class org.springframework.aop.framework.CglibAopProxy.StaticDispatcher
 
target - Variable in class org.springframework.aop.framework.CglibAopProxy.StaticUnadvisedExposedInterceptor
 
target - Variable in class org.springframework.aop.framework.CglibAopProxy.StaticUnadvisedInterceptor
 
target - Variable in class org.springframework.aop.framework.ReflectiveMethodInvocation
 
target - Variable in class org.springframework.aop.target.HotSwappableTargetSource
The current target object
target - Variable in class org.springframework.aop.target.LazyInitTargetSource
 
target - Variable in class org.springframework.aop.target.SingletonTargetSource
Target cached and invoked using reflection
target - Variable in class org.springframework.beans.DirectFieldAccessor
 
target - Variable in class org.springframework.cache.interceptor.CacheAspectSupport.CacheOperationContext
 
target - Variable in class org.springframework.cache.interceptor.CacheExpressionRootObject
 
target - Variable in class org.springframework.core.task.SimpleAsyncTaskExecutor.ConcurrencyThrottlingRunnable
 
target - Variable in class org.springframework.expression.spel.ast.Indexer.StringIndexingLValue
 
target - Variable in class org.springframework.expression.spel.ast.MethodReference.MethodValueRef
 
target - Variable in class org.springframework.instrument.classloading.jboss.JBossMCAdapter
 
target - Variable in class org.springframework.jca.cci.connection.SingleConnectionFactory.CloseSuppressingInvocationHandler
 
target - Variable in class org.springframework.jca.cci.connection.SingleConnectionFactory
Wrapped Connection
target - Variable in class org.springframework.jca.cci.connection.TransactionAwareConnectionFactoryProxy.TransactionAwareInvocationHandler
 
target - Variable in class org.springframework.jdbc.core.JdbcTemplate.CloseSuppressingInvocationHandler
 
target - Variable in class org.springframework.jdbc.datasource.LazyConnectionDataSourceProxy.LazyConnectionInvocationHandler
 
target - Variable in class org.springframework.jdbc.datasource.SingleConnectionDataSource.CloseSuppressingInvocationHandler
 
target - Variable in class org.springframework.jdbc.datasource.SingleConnectionDataSource
Wrapped Connection
target - Variable in class org.springframework.jdbc.datasource.TransactionAwareDataSourceProxy.TransactionAwareInvocationHandler
 
target - Variable in class org.springframework.jms.connection.CachedMessageConsumer
 
target - Variable in class org.springframework.jms.connection.CachedMessageProducer
 
target - Variable in class org.springframework.jms.connection.CachingConnectionFactory.CachedSessionInvocationHandler
 
target - Variable in class org.springframework.jms.connection.SingleConnectionFactory.SharedConnectionInvocationHandler
 
target - Variable in class org.springframework.jms.connection.SingleConnectionFactory
Wrapped Connection
target - Variable in class org.springframework.jms.connection.TransactionAwareConnectionFactoryProxy.CloseSuppressingSessionInvocationHandler
 
target - Variable in class org.springframework.jms.connection.TransactionAwareConnectionFactoryProxy.TransactionAwareConnectionInvocationHandler
 
target - Variable in class org.springframework.orm.hibernate3.HibernateTemplate.CloseSuppressingInvocationHandler
 
target - Variable in class org.springframework.orm.jdo.JdoTemplate.CloseSuppressingInvocationHandler
Deprecated.
 
target - Variable in class org.springframework.orm.jdo.TransactionAwarePersistenceManagerFactoryProxy.PersistenceManagerInvocationHandler
 
target - Variable in class org.springframework.orm.jdo.TransactionAwarePersistenceManagerFactoryProxy
 
target - Variable in class org.springframework.orm.jpa.ExtendedEntityManagerCreator.ExtendedEntityManagerInvocationHandler
 
target - Variable in class org.springframework.orm.jpa.JpaTemplate.CloseSuppressingInvocationHandler
Deprecated.
 
target - Variable in class org.springframework.orm.jpa.persistenceunit.DefaultPersistenceUnitManager.Jpa2PersistenceUnitInfoDecorator
 
target - Variable in class org.springframework.orm.jpa.SharedEntityManagerCreator.DeferredQueryInvocationHandler
 
target - Variable in class org.springframework.scheduling.config.TaskExecutorFactoryBean
 
target - Variable in class org.springframework.scheduling.support.ScheduledMethodRunnable
 
target - Variable in class org.springframework.validation.BeanPropertyBindingResult
 
target - Variable in class org.springframework.validation.DataBinder
 
target - Variable in class org.springframework.validation.DirectFieldBindingResult
 
target - Variable in class org.springframework.validation.MapBindingResult
 
target - Variable in class org.springframework.web.context.support.HttpRequestHandlerServlet
 
target - Variable in class org.springframework.web.servlet.tags.form.FormTag
 
TARGET_ATTRIBUTE - Static variable in class org.springframework.web.servlet.tags.form.FormTag
 
TARGET_NAME_PREFIX - Static variable in class org.springframework.aop.scope.ScopedProxyUtils
 
TARGET_VAR - Static variable in class org.springframework.aop.aspectj.RuntimeTestWalker.TestVisitorAdapter
 
targetAttribute - Variable in class org.springframework.transaction.interceptor.DelegatingTransactionAttribute
 
targetBeanName - Variable in class org.springframework.aop.config.MethodLocatingFactoryBean
 
targetBeanName - Variable in class org.springframework.aop.scope.DefaultScopedObject
 
targetBeanName - Variable in class org.springframework.aop.scope.ScopedProxyFactoryBean
The name of the target bean
targetBeanName - Variable in class org.springframework.aop.target.AbstractBeanFactoryBasedTargetSource
Name of the target bean we will create on each invocation
targetBeanName - Variable in class org.springframework.beans.factory.config.BeanReferenceFactoryBean
Deprecated.
 
targetBeanName - Variable in class org.springframework.beans.factory.config.ObjectFactoryCreatingFactoryBean
 
targetBeanName - Variable in class org.springframework.beans.factory.config.ObjectFactoryCreatingFactoryBean.TargetBeanObjectFactory
 
targetBeanName - Variable in class org.springframework.beans.factory.config.PropertyPathFactoryBean
 
targetBeanName - Variable in class org.springframework.beans.factory.config.ProviderCreatingFactoryBean
 
targetBeanName - Variable in class org.springframework.beans.factory.config.ProviderCreatingFactoryBean.TargetBeanProvider
 
targetBeanName - Variable in class org.springframework.scheduling.quartz.MethodInvokingJobDetailFactoryBean
 
targetBeanName - Variable in class org.springframework.web.filter.DelegatingFilterProxy
 
targetBeanWrapper - Variable in class org.springframework.beans.factory.config.PropertyPathFactoryBean
 
targetCache - Variable in class org.springframework.cache.transaction.TransactionAwareCacheDecorator
 
targetCacheManager - Variable in class org.springframework.cache.transaction.TransactionAwareCacheManagerProxy
 
targetClass - Variable in class org.springframework.aop.framework.CglibAopProxy.FixedChainStaticTargetInterceptor
 
targetClass - Variable in class org.springframework.aop.framework.ReflectiveMethodInvocation
 
targetClass - Variable in class org.springframework.aop.target.AbstractBeanFactoryBasedTargetSource
Class of the target
targetClass - Variable in class org.springframework.aop.target.EmptyTargetSource
 
targetClass - Variable in class org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor.LifecycleMetadata
 
targetClass - Variable in class org.springframework.beans.factory.annotation.InjectionMetadata
 
targetClass - Variable in class org.springframework.beans.factory.config.FieldRetrievingFactoryBean
 
targetClass - Variable in class org.springframework.cache.interceptor.AbstractFallbackCacheOperationSource.DefaultCacheKey
 
targetClass - Variable in class org.springframework.cache.interceptor.CacheAspectSupport.CacheOperationContext
 
targetClass - Variable in class org.springframework.cache.interceptor.CacheExpressionRootObject
 
targetClass - Variable in class org.springframework.cache.interceptor.LazyParamAwareEvaluationContext
 
targetClass - Variable in class org.springframework.jndi.JndiObjectTargetSource
 
targetClass - Variable in class org.springframework.oxm.jibx.JibxMarshaller
 
targetClass - Variable in class org.springframework.transaction.interceptor.AbstractFallbackTransactionAttributeSource.DefaultCacheKey
 
targetClass - Variable in class org.springframework.util.MethodInvoker
 
TargetClassAware - Interface in org.springframework.aop
Minimal interface for exposing the target class behind a proxy.
targetClasses - Variable in class org.springframework.oxm.castor.CastorMarshaller
 
targetClassLoader - Variable in class org.springframework.instrument.classloading.InstrumentationLoadTimeWeaver.FilteringClassFileTransformer
 
targetConnectionFactory - Variable in class org.springframework.jca.cci.connection.DelegatingConnectionFactory
 
targetConnectionFactory - Variable in class org.springframework.jms.connection.DelegatingConnectionFactory
 
targetConnectionFactory - Variable in class org.springframework.jms.connection.SingleConnectionFactory
 
targetConnectionFactory - Variable in class org.springframework.jms.connection.TransactionAwareConnectionFactoryProxy
 
targetConnectionFactory - Variable in class org.springframework.jms.connection.UserCredentialsConnectionFactoryAdapter
 
targetDataSource - Variable in class org.springframework.jdbc.datasource.DelegatingDataSource
 
targetDataSource - Variable in class org.springframework.jdbc.datasource.TransactionAwareDataSourceProxy.TransactionAwareInvocationHandler
 
targetDataSources - Variable in class org.springframework.jdbc.datasource.lookup.AbstractRoutingDataSource
 
targetDefinition - Variable in class org.springframework.transaction.support.DelegatingTransactionDefinition
 
targetDescriptor - Variable in class org.springframework.core.convert.support.ConvertingPropertyEditorAdapter
 
targetException - Variable in class org.springframework.core.ExceptionDepthComparator
 
targetFactory - Variable in class org.springframework.orm.jpa.SharedEntityManagerCreator.SharedEntityManagerInvocationHandler
 
targetField - Variable in class org.springframework.beans.factory.config.FieldRetrievingFactoryBean
 
targetFilterLifecycle - Variable in class org.springframework.web.filter.DelegatingFilterProxy
 
targetInstanceOfMatches(Test) - Method in class org.springframework.aop.aspectj.RuntimeTestWalker.TargetInstanceOfResidueTestVisitor
 
targetInterpolator - Variable in class org.springframework.validation.beanvalidation.LocaleContextMessageInterpolator
 
targetInThread - Variable in class org.springframework.aop.target.ThreadLocalTargetSource
ThreadLocal holding the target associated with the current thread.
targetListClass - Variable in class org.springframework.beans.factory.config.ListFactoryBean
 
targetMap - Variable in class org.springframework.util.CachingMapDecorator
Deprecated.
 
targetMap - Variable in class org.springframework.util.LinkedMultiValueMap
 
targetMapClass - Variable in class org.springframework.beans.factory.config.MapFactoryBean
 
targetMethod - Variable in class org.springframework.util.MethodInvoker
 
targetMethodCache - Variable in class org.springframework.cache.interceptor.ExpressionEvaluator
 
targetName - Variable in class org.springframework.aop.framework.ProxyFactoryBean
 
targetObj - Variable in class org.springframework.aop.aspectj.RuntimeTestWalker.SubtypeSensitiveVarTypeTestVisitor
 
targetObject - Variable in class org.springframework.aop.target.dynamic.AbstractRefreshableTargetSource
 
targetObject - Variable in class org.springframework.beans.factory.config.FieldRetrievingFactoryBean
 
targetObject - Variable in class org.springframework.beans.TypeConverterDelegate
 
targetObject - Variable in class org.springframework.expression.spel.ast.Indexer.PropertyIndexingValueRef
 
targetObject - Variable in class org.springframework.util.MethodInvoker
 
targetPackage - Variable in class org.springframework.oxm.jibx.JibxMarshaller
 
targetPackages - Variable in class org.springframework.oxm.castor.CastorMarshaller
 
targetRequestParams - Variable in class org.springframework.web.servlet.FlashMap
 
targetRequestPath - Variable in class org.springframework.web.servlet.FlashMap
 
targetSet - Variable in class org.springframework.aop.target.ThreadLocalTargetSource
Set of managed targets, enabling us to keep track of the targets we've created.
targetSetClass - Variable in class org.springframework.beans.factory.config.SetFactoryBean
 
targetSource - Variable in class org.springframework.aop.framework.AdvisedSupport
Package-protected to allow direct access for efficiency
targetSource - Variable in class org.springframework.aop.framework.CglibAopProxy.DynamicUnadvisedExposedInterceptor
 
targetSource - Variable in class org.springframework.aop.framework.CglibAopProxy.DynamicUnadvisedInterceptor
 
TargetSource - Interface in org.springframework.aop
A TargetSource is used to obtain the current "target" of an AOP invocation, which will be invoked via reflection if no around advice chooses to end the interceptor chain itself.
TargetSourceCreator - Interface in org.springframework.aop.framework.autoproxy
Implementations can create special target sources, such as pooling target sources, for particular beans.
targetSourcedBeans - Variable in class org.springframework.aop.framework.autoproxy.AbstractAutoProxyCreator
 
targetStream - Variable in class org.springframework.mock.web.DelegatingServletOutputStream
 
targetTransformer - Variable in class org.springframework.instrument.classloading.InstrumentationLoadTimeWeaver.FilteringClassFileTransformer
 
targetType - Variable in class org.springframework.beans.factory.config.TypedStringValue
 
targetType - Variable in class org.springframework.beans.factory.support.RootBeanDefinition
 
targetType - Variable in exception org.springframework.core.convert.ConversionFailedException
 
targetType - Variable in class org.springframework.core.convert.converter.ConvertingComparator.ConversionServiceConverter
 
targetType - Variable in class org.springframework.core.convert.converter.GenericConverter.ConvertiblePair
 
targetType - Variable in exception org.springframework.core.convert.ConverterNotFoundException
 
targetType - Variable in class org.springframework.core.convert.support.CharacterToNumberFactory.CharacterToNumber
 
targetType - Variable in class org.springframework.core.convert.support.GenericConversionService.ConverterCacheKey
 
targetType - Variable in class org.springframework.core.convert.support.NumberToNumberConverterFactory.NumberToNumber
 
targetType - Variable in class org.springframework.core.convert.support.StringToNumberConverterFactory.StringToNumber
 
targetType - Variable in class org.springframework.core.type.filter.AssignableTypeFilter
 
targetType - Variable in class org.springframework.jms.support.converter.MappingJackson2MessageConverter
 
targetType - Variable in class org.springframework.jms.support.converter.MappingJacksonMessageConverter
 
targetType - Variable in class org.springframework.jms.support.converter.MarshallingMessageConverter
 
targetValidator - Variable in class org.springframework.validation.beanvalidation.SpringValidatorAdapter
 
targetWriter - Variable in class org.springframework.mock.web.MockJspWriter
 
Task - Class in org.springframework.scheduling.config
Holder class defining a Runnable to be executed as a task, typically at a scheduled time or interval.
Task(Runnable) - Constructor for class org.springframework.scheduling.config.Task
Create a new Task.
TASK_EXECUTOR_ATTRIBUTE - Static variable in class org.springframework.jms.config.JmsListenerContainerParser
 
taskCount - Variable in class org.springframework.util.StopWatch
 
taskExecutor - Variable in class org.springframework.context.event.SimpleApplicationEventMulticaster
 
taskExecutor - Variable in class org.springframework.core.task.support.ConcurrentExecutorAdapter
 
taskExecutor - Variable in class org.springframework.core.task.support.ExecutorServiceAdapter
 
TaskExecutor - Interface in org.springframework.core.task
Simple task executor interface that abstracts the execution of a Runnable.
taskExecutor - Variable in class org.springframework.jms.listener.DefaultMessageListenerContainer
 
taskExecutor - Variable in class org.springframework.jms.listener.SimpleMessageListenerContainer
 
taskExecutor - Variable in class org.springframework.scheduling.quartz.LocalTaskExecutorThreadPool
 
taskExecutor - Variable in class org.springframework.scheduling.quartz.SchedulerFactoryBean
 
taskExecutor - Variable in class org.springframework.web.context.request.async.WebAsyncManager
 
taskExecutor - Variable in class org.springframework.web.servlet.config.annotation.AsyncSupportConfigurer
 
taskExecutor - Variable in class org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter
 
TaskExecutorAdapter - Class in org.springframework.core.task.support
Adapter that takes a JDK 1.5 java.util.concurrent.Executor and exposes a Spring TaskExecutor for it.
TaskExecutorAdapter(Executor) - Constructor for class org.springframework.core.task.support.TaskExecutorAdapter
Create a new TaskExecutorAdapter, using the given JDK 1.5 concurrent executor.
TaskExecutorFactoryBean - Class in org.springframework.scheduling.config
FactoryBean for creating ThreadPoolTaskExecutor instances, choosing between the standard concurrent and the backport-concurrent variant.
TaskExecutorFactoryBean() - Constructor for class org.springframework.scheduling.config.TaskExecutorFactoryBean
 
taskList - Variable in class org.springframework.util.StopWatch
 
taskName - Variable in class org.springframework.util.StopWatch.TaskInfo
 
TaskNamespaceHandler - Class in org.springframework.scheduling.config
NamespaceHandler for the 'task' namespace.
TaskNamespaceHandler() - Constructor for class org.springframework.scheduling.config.TaskNamespaceHandler
 
TaskRejectedException - Exception in org.springframework.core.task
Exception thrown when a TaskExecutor rejects to accept a given task for execution.
TaskRejectedException(String) - Constructor for exception org.springframework.core.task.TaskRejectedException
Create a new TaskRejectedException with the specified detail message and no root cause.
TaskRejectedException(String, Throwable) - Constructor for exception org.springframework.core.task.TaskRejectedException
Create a new TaskRejectedException with the specified detail message and the given root cause.
taskScheduler - Variable in class org.springframework.scheduling.config.ScheduledTaskRegistrar
 
TaskScheduler - Interface in org.springframework.scheduling
Task scheduler interface that abstracts the scheduling of Runnables based on different kinds of triggers.
TaskTimeoutException - Exception in org.springframework.core.task
Exception thrown when a AsyncTaskExecutor rejects to accept a given task for execution because of the specified timeout.
TaskTimeoutException(String) - Constructor for exception org.springframework.core.task.TaskTimeoutException
Create a new TaskTimeoutException with the specified detail message and no root cause.
TaskTimeoutException(String, Throwable) - Constructor for exception org.springframework.core.task.TaskTimeoutException
Create a new TaskTimeoutException with the specified detail message and the given root cause.
TaskUtils - Class in org.springframework.scheduling.support
Utility methods for decorating tasks with error handling.
TaskUtils() - Constructor for class org.springframework.scheduling.support.TaskUtils
 
TaskUtils.LoggingErrorHandler - Class in org.springframework.scheduling.support
An ErrorHandler implementation that logs the Throwable at error level.
TaskUtils.LoggingErrorHandler() - Constructor for class org.springframework.scheduling.support.TaskUtils.LoggingErrorHandler
 
TaskUtils.PropagatingErrorHandler - Class in org.springframework.scheduling.support
An ErrorHandler implementation that logs the Throwable at error level and then propagates it.
TaskUtils.PropagatingErrorHandler() - Constructor for class org.springframework.scheduling.support.TaskUtils.PropagatingErrorHandler
 
td - Variable in class org.springframework.expression.spel.ast.Indexer.PropertyIndexingValueRef
 
td - Variable in class org.springframework.expression.spel.ast.Indexer.StringIndexingLValue
 
tearDown() - Method in class org.springframework.test.AbstractSingleSpringContextTests
Deprecated.
This implementation is final.
TEMP_DIR_CONTEXT_ATTRIBUTE - Static variable in class org.springframework.web.util.WebUtils
Standard Servlet spec context attribute that specifies a temporary directory for the current web application, of type java.io.File.
TEMP_DIR_SYSTEM_PROPERTY - Static variable in class org.springframework.mock.web.MockServletContext
 
TEMP_DIR_SYSTEM_PROPERTY - Static variable in class org.springframework.mock.web.portlet.MockPortletContext
 
tempClassLoader - Variable in class org.springframework.beans.factory.support.AbstractBeanFactory
ClassLoader to temporarily resolve bean class names with, if necessary
template - Variable in class org.springframework.web.servlet.view.velocity.VelocityView
 
TEMPLATE_EXPRESSION - Static variable in interface org.springframework.expression.ParserContext
The default ParserContext implementation that enables template expression parsing mode.
TemplateAwareExpressionParser - Class in org.springframework.expression.common
An expression parser that understands templates.
TemplateAwareExpressionParser() - Constructor for class org.springframework.expression.common.TemplateAwareExpressionParser
 
TemplateAwareExpressionParser.Bracket - Class in org.springframework.expression.common
This captures a type of bracket and the position in which it occurs in the expression.
TemplateAwareExpressionParser.Bracket(char, int) - Constructor for class org.springframework.expression.common.TemplateAwareExpressionParser.Bracket
 
templateLoaderPath - Variable in class org.springframework.ui.freemarker.SpringTemplateLoader
 
templateLoaderPaths - Variable in class org.springframework.ui.freemarker.FreeMarkerConfigurationFactory
 
templateLoaders - Variable in class org.springframework.ui.freemarker.FreeMarkerConfigurationFactory
 
templateParams - Variable in class org.springframework.web.servlet.tags.UrlTag
 
TemplateParserContext - Class in org.springframework.expression.common
Configurable ParserContext implementation for template parsing.
TemplateParserContext() - Constructor for class org.springframework.expression.common.TemplateParserContext
Create a new TemplateParserContext with the default "#{" prefix and "}" suffix.
TemplateParserContext(String, String) - Constructor for class org.springframework.expression.common.TemplateParserContext
Create a new TemplateParserContext for the given prefix and suffix.
temporaryBlobs - Variable in class org.springframework.jdbc.support.lob.TemporaryLobCreator
 
temporaryClobs - Variable in class org.springframework.jdbc.support.lob.TemporaryLobCreator
 
TemporaryLobCreator - Class in org.springframework.jdbc.support.lob
LobCreator implementation based on temporary LOBs, using JDBC 4.0's Connection.createBlob() / Connection.createClob() mechanism.
TemporaryLobCreator() - Constructor for class org.springframework.jdbc.support.lob.TemporaryLobCreator
 
temporaryLobs - Variable in class org.springframework.jdbc.support.lob.OracleLobHandler.OracleLobCreator
Deprecated.
 
Ternary - Class in org.springframework.expression.spel.ast
Represents a ternary expression, for example: "someCheck()?true:false".
Ternary(int, SpelNodeImpl...) - Constructor for class org.springframework.expression.spel.ast.Ternary
 
test() - Method in class org.springframework.test.AssertThrows
Deprecated.
Subclass must override this abstract method and provide the test logic.
testClass - Variable in class org.springframework.test.context.MergedContextConfiguration
 
testClass - Variable in class org.springframework.test.context.TestContext
 
TestContext - Class in org.springframework.test.context
TestContext encapsulates the context in which a test is executed, agnostic of the actual testing framework in use.
TestContext(Class<?>, ContextCache) - Constructor for class org.springframework.test.context.TestContext
Delegates to TestContext.TestContext(Class, ContextCache, String) with a value of null for the default ContextLoader class name.
TestContext(Class<?>, ContextCache, String) - Constructor for class org.springframework.test.context.TestContext
Construct a new test context for the supplied test class and context cache and parse the corresponding @ContextConfiguration or @ContextHierarchy annotation, if present.
testContext - Variable in class org.springframework.test.context.TestContextManager
 
testContextManager - Variable in class org.springframework.test.context.junit38.AbstractJUnit38SpringContextTests
Deprecated.
 
testContextManager - Variable in class org.springframework.test.context.junit4.SpringJUnit4ClassRunner
 
testContextManager - Variable in class org.springframework.test.context.junit4.statements.RunAfterTestClassCallbacks
 
testContextManager - Variable in class org.springframework.test.context.junit4.statements.RunAfterTestMethodCallbacks
 
testContextManager - Variable in class org.springframework.test.context.junit4.statements.RunBeforeTestClassCallbacks
 
testContextManager - Variable in class org.springframework.test.context.junit4.statements.RunBeforeTestMethodCallbacks
 
TestContextManager - Class in org.springframework.test.context
TestContextManager is the main entry point into the Spring TestContext Framework, which provides support for loading and accessing application contexts, dependency injection of test instances, transactional execution of test methods, etc.
TestContextManager(Class<?>) - Constructor for class org.springframework.test.context.TestContextManager
Delegates to TestContextManager.TestContextManager(Class, String) with a value of null for the default ContextLoader class name.
TestContextManager(Class<?>, String) - Constructor for class org.springframework.test.context.TestContextManager
Constructs a new TestContextManager for the specified test class and automatically registers the TestExecutionListeners configured for the test class via the @TestExecutionListeners annotation.
testContextManager - Variable in class org.springframework.test.context.testng.AbstractTestNGSpringContextTests
 
TestDispatcherServlet - Class in org.springframework.test.web.servlet
A sub-class of DispatcherServlet that saves the result in an MvcResult.
TestDispatcherServlet(WebApplicationContext) - Constructor for class org.springframework.test.web.servlet.TestDispatcherServlet
Create a new instance with the given web application context.
testException - Variable in class org.springframework.test.context.TestContext
 
testException - Variable in class org.springframework.test.context.testng.AbstractTestNGSpringContextTests
 
TestExecutionListener - Interface in org.springframework.test.context
TestExecutionListener defines a listener API for reacting to test execution events published by the TestContextManager with which the listener is registered.
testExecutionListeners - Variable in class org.springframework.test.context.TestContextManager
 
TestExecutionListeners - Annotation Type in org.springframework.test.context
TestExecutionListeners defines class-level metadata for configuring which TestExecutionListeners should be registered with a TestContextManager.
testInstance - Variable in class org.springframework.test.context.junit4.statements.RunAfterTestMethodCallbacks
 
testInstance - Variable in class org.springframework.test.context.junit4.statements.RunBeforeTestMethodCallbacks
 
testInstance - Variable in class org.springframework.test.context.TestContext
 
testMethod - Variable in class org.springframework.test.context.junit4.statements.RunAfterTestMethodCallbacks
 
testMethod - Variable in class org.springframework.test.context.junit4.statements.RunBeforeTestMethodCallbacks
 
testMethod - Variable in class org.springframework.test.context.junit4.statements.SpringRepeat
 
testMethod - Variable in class org.springframework.test.context.TestContext
 
testRegistry(Registry) - Method in class org.springframework.remoting.rmi.RmiRegistryFactoryBean
Test the given RMI registry, calling some operation on it to check whether it is still active.
testRegistry(Registry) - Method in class org.springframework.remoting.rmi.RmiServiceExporter
Test the given RMI registry, calling some operation on it to check whether it is still active.
testsSubtypeSensitiveVars - Variable in class org.springframework.aop.aspectj.RuntimeTestWalker.SubtypeSensitiveVarTypeTestVisitor
 
testsSubtypeSensitiveVars(Test) - Method in class org.springframework.aop.aspectj.RuntimeTestWalker.SubtypeSensitiveVarTypeTestVisitor
 
testsSubtypeSensitiveVars() - Method in class org.springframework.aop.aspectj.RuntimeTestWalker
If the test uses any of the this, target, at_this, at_target, and at_annotation vars, then it tests subtype sensitive vars.
testTargetInstanceOfResidue(Class) - Method in class org.springframework.aop.aspectj.RuntimeTestWalker
 
testThisInstanceOfResidue(Class) - Method in class org.springframework.aop.aspectj.RuntimeTestWalker
 
text - Variable in class org.springframework.aop.aspectj.AspectJAdviceParameterNameDiscoverer.PointcutBody
 
text - Variable in class org.springframework.mail.SimpleMailMessage
 
text - Variable in class org.springframework.util.SystemPropertyUtils.SystemPropertyPlaceholderResolver
 
text - Variable in class org.springframework.web.servlet.tags.MessageTag
 
text - Variable in class org.springframework.web.util.ServletContextPropertyUtils.ServletContextPlaceholderResolver
 
TEXT_HTML - Static variable in class org.springframework.http.MediaType
Public constant media type for text/html.
TEXT_HTML_VALUE - Static variable in class org.springframework.http.MediaType
A String equivalent of MediaType.TEXT_HTML.
TEXT_PLAIN - Static variable in class org.springframework.http.MediaType
Public constant media type for text/plain.
TEXT_PLAIN_VALUE - Static variable in class org.springframework.http.MediaType
A String equivalent of MediaType.TEXT_PLAIN.
TEXT_XML - Static variable in class org.springframework.http.MediaType
Public constant media type for text/xml.
TEXT_XML_VALUE - Static variable in class org.springframework.http.MediaType
A String equivalent of MediaType.TEXT_XML.
TextareaTag - Class in org.springframework.web.servlet.tags.form
Databinding-aware JSP tag for rendering an HTML 'textarea'.
TextareaTag() - Constructor for class org.springframework.web.servlet.tags.form.TextareaTag
 
theCloseBracketFor(char) - Static method in class org.springframework.expression.common.TemplateAwareExpressionParser.Bracket
 
Theme - Interface in org.springframework.ui.context
A Theme can resolve theme-specific messages, codes, file paths, etcetera (e.g. CSS and image files in a web environment).
theme - Variable in class org.springframework.web.servlet.support.RequestContext
 
THEME_REQUEST_ATTRIBUTE_NAME - Static variable in class org.springframework.web.servlet.theme.CookieThemeResolver
Name of the request attribute that holds the theme name.
THEME_RESOLVER_ATTRIBUTE - Static variable in class org.springframework.web.servlet.DispatcherServlet
Request attribute to hold the current ThemeResolver, retrievable by views.
THEME_RESOLVER_BEAN_NAME - Static variable in class org.springframework.web.servlet.DispatcherServlet
Well-known name for the ThemeResolver object in the bean factory for this namespace.
THEME_SESSION_ATTRIBUTE_NAME - Static variable in class org.springframework.web.servlet.theme.SessionThemeResolver
Name of the session attribute that holds the theme name.
THEME_SOURCE_ATTRIBUTE - Static variable in class org.springframework.web.servlet.DispatcherServlet
Request attribute to hold the current ThemeSource, retrievable by views.
THEME_SOURCE_BEAN_NAME - Static variable in class org.springframework.ui.context.support.UiApplicationContextUtils
Name of the ThemeSource bean in the factory.
themeCache - Variable in class org.springframework.ui.context.support.ResourceBundleThemeSource
Map from theme name to Theme instance
ThemeChangeInterceptor - Class in org.springframework.web.servlet.theme
Interceptor that allows for changing the current theme on every request, via a configurable request parameter.
ThemeChangeInterceptor() - Constructor for class org.springframework.web.servlet.theme.ThemeChangeInterceptor
 
themeResolver - Variable in class org.springframework.web.servlet.DispatcherServlet
ThemeResolver used by this servlet
ThemeResolver - Interface in org.springframework.web.servlet
Interface for web-based theme resolution strategies that allows for both theme resolution via the request and theme modification via request and response.
ThemeSource - Interface in org.springframework.ui.context
Interface to be implemented by objects that can resolve Themes.
themeSource - Variable in class org.springframework.web.context.support.AbstractRefreshableWebApplicationContext
the ThemeSource for this ApplicationContext
themeSource - Variable in class org.springframework.web.context.support.GenericWebApplicationContext
 
themeSource - Variable in class org.springframework.web.context.support.StaticWebApplicationContext
 
ThemeTag - Class in org.springframework.web.servlet.tags
Custom tag to look up a theme message in the scope of this page.
ThemeTag() - Constructor for class org.springframework.web.servlet.tags.ThemeTag
 
theOpenBracketFor(char) - Static method in class org.springframework.expression.common.TemplateAwareExpressionParser.Bracket
 
THIS - Static variable in class org.springframework.expression.spel.ast.VariableReference
 
THIS_JOIN_POINT - Static variable in class org.springframework.aop.aspectj.AspectJAdviceParameterNameDiscoverer
 
THIS_JOIN_POINT_STATIC_PART - Static variable in class org.springframework.aop.aspectj.AspectJAdviceParameterNameDiscoverer
 
THIS_VAR - Static variable in class org.springframework.aop.aspectj.RuntimeTestWalker.TestVisitorAdapter
 
thisInstanceOfMatches(Test) - Method in class org.springframework.aop.aspectj.RuntimeTestWalker.ThisInstanceOfResidueTestVisitor
 
thisObj - Variable in class org.springframework.aop.aspectj.RuntimeTestWalker.SubtypeSensitiveVarTypeTestVisitor
 
threadBoundCredentials - Variable in class org.springframework.jdbc.datasource.UserCredentialsDataSourceAdapter
 
threadBoundCredentials - Variable in class org.springframework.jms.connection.UserCredentialsConnectionFactoryAdapter
 
threadBoundSpec - Variable in class org.springframework.jca.cci.connection.ConnectionSpecConnectionFactoryAdapter
 
threadContextInheritable - Variable in class org.springframework.web.filter.RequestContextFilter
 
threadContextInheritable - Variable in class org.springframework.web.portlet.FrameworkPortlet
Expose LocaleContext and RequestAttributes as inheritable for child threads?
threadContextInheritable - Variable in class org.springframework.web.servlet.FrameworkServlet
Expose LocaleContext and RequestAttributes as inheritable for child threads?
threadCount - Variable in class org.springframework.util.CustomizableThreadCreator
 
threadCountMonitor - Variable in class org.springframework.util.CustomizableThreadCreator
 
threaded - Variable in class org.springframework.jmx.support.ConnectorServerFactoryBean
 
threadFactory - Variable in class org.springframework.core.task.SimpleAsyncTaskExecutor
 
threadFactory - Variable in class org.springframework.scheduling.backportconcurrent.ThreadPoolTaskExecutor
Deprecated.
 
threadFactory - Variable in class org.springframework.scheduling.concurrent.ExecutorConfigurationSupport
 
threadFactory - Variable in class org.springframework.scheduling.concurrent.ForkJoinPoolFactoryBean
 
threadGroup - Variable in class org.springframework.util.CustomizableThreadCreator
 
ThreadLocalTargetSource - Class in org.springframework.aop.target
Alternative to an object pool.
ThreadLocalTargetSource() - Constructor for class org.springframework.aop.target.ThreadLocalTargetSource
 
ThreadLocalTargetSourceStats - Interface in org.springframework.aop.target
Statistics for a ThreadLocal TargetSource.
threadNamePrefix - Variable in class org.springframework.util.CustomizableThreadCreator
 
threadNamePrefixSet - Variable in class org.springframework.scheduling.backportconcurrent.ThreadPoolTaskExecutor
Deprecated.
 
threadNamePrefixSet - Variable in class org.springframework.scheduling.concurrent.ExecutorConfigurationSupport
 
threadPoolExecutor - Variable in class org.springframework.scheduling.backportconcurrent.ThreadPoolTaskExecutor
Deprecated.
 
threadPoolExecutor - Variable in class org.springframework.scheduling.concurrent.ThreadPoolTaskExecutor
 
ThreadPoolExecutorFactoryBean - Class in org.springframework.scheduling.concurrent
JavaBean that allows for configuring a JDK 1.5 ThreadPoolExecutor in bean style (through its "corePoolSize", "maxPoolSize", "keepAliveSeconds", "queueCapacity" properties) and exposing it as a bean reference of its native ExecutorService type.
ThreadPoolExecutorFactoryBean() - Constructor for class org.springframework.scheduling.concurrent.ThreadPoolExecutorFactoryBean
 
ThreadPoolTaskExecutor - Class in org.springframework.scheduling.backportconcurrent
Deprecated.
as of Spring 3.2, in favor of using the native JDK 6 concurrent support
ThreadPoolTaskExecutor() - Constructor for class org.springframework.scheduling.backportconcurrent.ThreadPoolTaskExecutor
Deprecated.
 
ThreadPoolTaskExecutor - Class in org.springframework.scheduling.concurrent
JavaBean that allows for configuring a JDK 1.5 ThreadPoolExecutor in bean style (through its "corePoolSize", "maxPoolSize", "keepAliveSeconds", "queueCapacity" properties) and exposing it as a Spring TaskExecutor.
ThreadPoolTaskExecutor() - Constructor for class org.springframework.scheduling.concurrent.ThreadPoolTaskExecutor
 
ThreadPoolTaskScheduler - Class in org.springframework.scheduling.concurrent
Implementation of Spring's TaskScheduler interface, wrapping a native ScheduledThreadPoolExecutor.
ThreadPoolTaskScheduler() - Constructor for class org.springframework.scheduling.concurrent.ThreadPoolTaskScheduler
 
ThreadPoolTaskScheduler.DelegatingErrorHandlingCallable<V> - Class in org.springframework.scheduling.concurrent
 
ThreadPoolTaskScheduler.DelegatingErrorHandlingCallable(Callable<V>, ErrorHandler) - Constructor for class org.springframework.scheduling.concurrent.ThreadPoolTaskScheduler.DelegatingErrorHandlingCallable
 
threadPriority - Variable in class org.springframework.util.CustomizableThreadCreator
 
threadScope - Variable in class org.springframework.context.support.SimpleThreadScope
 
throwable - Variable in class org.springframework.transaction.interceptor.TransactionAspectSupport.ThrowableHolder
 
THROWING - Static variable in class org.springframework.aop.config.ConfigBeanDefinitionParser
 
THROWING_PROPERTY - Static variable in class org.springframework.aop.config.ConfigBeanDefinitionParser
 
throwingName - Variable in class org.springframework.aop.aspectj.AbstractAspectJAdvice
Non-null if after throwing advice binds the thrown value
throwingName - Variable in class org.springframework.aop.aspectj.AspectJAdviceParameterNameDiscoverer
If the advice is afterThrowing, and binds the thrown value, this is the parameter name used.
throwsAdvice - Variable in class org.springframework.aop.framework.adapter.ThrowsAdviceInterceptor
 
ThrowsAdvice - Interface in org.springframework.aop
Tag interface for throws advice.
ThrowsAdviceAdapter - Class in org.springframework.aop.framework.adapter
Adapter to enable MethodBeforeAdvice to be used in the Spring AOP framework.
ThrowsAdviceAdapter() - Constructor for class org.springframework.aop.framework.adapter.ThrowsAdviceAdapter
 
ThrowsAdviceInterceptor - Class in org.springframework.aop.framework.adapter
Interceptor to wrap an after-throwing advice.
ThrowsAdviceInterceptor(Object) - Constructor for class org.springframework.aop.framework.adapter.ThrowsAdviceInterceptor
Create a new ThrowsAdviceInterceptor for the given ThrowsAdvice.
throwSimpleExceptionIfPossible(ExpressionState, AccessException) - Method in class org.springframework.expression.spel.ast.MethodReference
Decode the AccessException, throwing a lightweight evaluation exception or, if the cause was a RuntimeException, throw the RuntimeException directly.
tiles22Present - Static variable in class org.springframework.web.servlet.view.tiles2.TilesConfigurer
 
TilesConfigurer - Class in org.springframework.web.servlet.view.tiles
Deprecated.
as of Spring 3.0
TilesConfigurer() - Constructor for class org.springframework.web.servlet.view.tiles.TilesConfigurer
Deprecated.
 
TilesConfigurer - Class in org.springframework.web.servlet.view.tiles2
Helper class to configure Tiles 2.x for the Spring Framework.
TilesConfigurer() - Constructor for class org.springframework.web.servlet.view.tiles2.TilesConfigurer
 
TilesConfigurer - Class in org.springframework.web.servlet.view.tiles3
Helper class to configure Tiles 3.x for the Spring Framework.
TilesConfigurer() - Constructor for class org.springframework.web.servlet.view.tiles3.TilesConfigurer
 
TilesConfigurer.CompositeELResolverImpl - Class in org.springframework.web.servlet.view.tiles3
 
TilesConfigurer.CompositeELResolverImpl() - Constructor for class org.springframework.web.servlet.view.tiles3.TilesConfigurer.CompositeELResolverImpl
 
TilesConfigurer.JspExpressionChecker - Class in org.springframework.web.servlet.view.tiles2
 
TilesConfigurer.JspExpressionChecker() - Constructor for class org.springframework.web.servlet.view.tiles2.TilesConfigurer.JspExpressionChecker
 
TilesConfigurer.SpringCompleteAutoloadTilesContainerFactory - Class in org.springframework.web.servlet.view.tiles3
 
TilesConfigurer.SpringCompleteAutoloadTilesContainerFactory() - Constructor for class org.springframework.web.servlet.view.tiles3.TilesConfigurer.SpringCompleteAutoloadTilesContainerFactory
 
TilesConfigurer.SpringCompleteAutoloadTilesInitializer - Class in org.springframework.web.servlet.view.tiles3
 
TilesConfigurer.SpringCompleteAutoloadTilesInitializer() - Constructor for class org.springframework.web.servlet.view.tiles3.TilesConfigurer.SpringCompleteAutoloadTilesInitializer
 
TilesConfigurer.SpringTilesContainerFactory - Class in org.springframework.web.servlet.view.tiles2
 
TilesConfigurer.SpringTilesContainerFactory() - Constructor for class org.springframework.web.servlet.view.tiles2.TilesConfigurer.SpringTilesContainerFactory
 
TilesConfigurer.SpringTilesContainerFactory - Class in org.springframework.web.servlet.view.tiles3
 
TilesConfigurer.SpringTilesContainerFactory() - Constructor for class org.springframework.web.servlet.view.tiles3.TilesConfigurer.SpringTilesContainerFactory
 
TilesConfigurer.SpringTilesInitializer - Class in org.springframework.web.servlet.view.tiles2
 
TilesConfigurer.SpringTilesInitializer() - Constructor for class org.springframework.web.servlet.view.tiles2.TilesConfigurer.SpringTilesInitializer
 
TilesConfigurer.SpringTilesInitializer - Class in org.springframework.web.servlet.view.tiles3
 
TilesConfigurer.SpringTilesInitializer() - Constructor for class org.springframework.web.servlet.view.tiles3.TilesConfigurer.SpringTilesInitializer
 
TilesConfigurer.TilesElActivator - Class in org.springframework.web.servlet.view.tiles2
 
TilesConfigurer.TilesElActivator() - Constructor for class org.springframework.web.servlet.view.tiles2.TilesConfigurer.TilesElActivator
 
TilesConfigurer.TilesElActivator - Class in org.springframework.web.servlet.view.tiles3
 
TilesConfigurer.TilesElActivator() - Constructor for class org.springframework.web.servlet.view.tiles3.TilesConfigurer.TilesElActivator
 
tilesElPresent - Static variable in class org.springframework.web.servlet.view.tiles2.TilesConfigurer
 
tilesElPresent - Static variable in class org.springframework.web.servlet.view.tiles3.TilesConfigurer
 
tilesInitializer - Variable in class org.springframework.web.servlet.view.tiles2.TilesConfigurer
 
tilesInitializer - Variable in class org.springframework.web.servlet.view.tiles3.TilesConfigurer
 
TilesJstlView - Class in org.springframework.web.servlet.view.tiles
Deprecated.
as of Spring 3.0
TilesJstlView() - Constructor for class org.springframework.web.servlet.view.tiles.TilesJstlView
Deprecated.
 
tilesPropertyMap - Variable in class org.springframework.web.servlet.view.tiles2.TilesConfigurer
 
TilesView - Class in org.springframework.web.servlet.view.tiles
Deprecated.
as of Spring 3.0
TilesView() - Constructor for class org.springframework.web.servlet.view.tiles.TilesView
Deprecated.
 
TilesView - Class in org.springframework.web.servlet.view.tiles2
View implementation that retrieves a Tiles definition.
TilesView() - Constructor for class org.springframework.web.servlet.view.tiles2.TilesView
 
TilesView - Class in org.springframework.web.servlet.view.tiles3
View implementation that renders through the Tiles Request API.
TilesView() - Constructor for class org.springframework.web.servlet.view.tiles3.TilesView
 
TilesViewResolver - Class in org.springframework.web.servlet.view.tiles2
Convenience subclass of UrlBasedViewResolver that supports TilesView (i.e.
TilesViewResolver() - Constructor for class org.springframework.web.servlet.view.tiles2.TilesViewResolver
 
TilesViewResolver - Class in org.springframework.web.servlet.view.tiles3
Convenience subclass of UrlBasedViewResolver that supports TilesView (i.e.
TilesViewResolver() - Constructor for class org.springframework.web.servlet.view.tiles3.TilesViewResolver
 
timeBetweenEvictionRunsMillis - Variable in class org.springframework.aop.target.CommonsPoolTargetSource
 
Timed - Annotation Type in org.springframework.test.annotation
Test-specific annotation to indicate that a test method has to finish execution in a specified time period.
timeMillis - Variable in class org.springframework.util.StopWatch.TaskInfo
 
timeout - Variable in class org.springframework.context.support.DefaultLifecycleProcessor.LifecycleGroup
 
timeout - Variable in class org.springframework.jdbc.support.DatabaseStartupValidator
 
timeout - Variable in class org.springframework.test.context.junit4.statements.SpringFailOnTimeout
 
timeout - Variable in class org.springframework.test.web.servlet.request.MockAsyncContext
 
timeout - Variable in exception org.springframework.transaction.InvalidTimeoutException
 
timeout - Variable in class org.springframework.transaction.support.DefaultTransactionDefinition
 
timeout - Variable in class org.springframework.web.context.request.async.DeferredResult
 
timeout - Variable in class org.springframework.web.context.request.async.StandardServletAsyncWebRequest
 
timeout - Variable in class org.springframework.web.context.request.async.WebAsyncTask
 
timeout - Variable in class org.springframework.web.servlet.config.annotation.AsyncSupportConfigurer
 
TIMEOUT_ATTRIBUTE - Static variable in class org.springframework.transaction.config.TxAdviceBeanDefinitionParser
 
TIMEOUT_DEFAULT - Static variable in interface org.springframework.transaction.TransactionDefinition
Use the default timeout of the underlying transaction system, or none if timeouts are not supported.
TIMEOUT_IMMEDIATE - Static variable in interface org.springframework.core.task.AsyncTaskExecutor
Constant that indicates immediate execution
TIMEOUT_INDEFINITE - Static variable in interface org.springframework.core.task.AsyncTaskExecutor
Constant that indicates no time limit
timeoutCallableInterceptor - Static variable in class org.springframework.web.context.request.async.WebAsyncManager
 
TimeoutCallableProcessingInterceptor - Class in org.springframework.web.context.request.async
Sends a 503 (SERVICE_UNAVAILABLE) in case of a timeout if the response is not already committed.
TimeoutCallableProcessingInterceptor() - Constructor for class org.springframework.web.context.request.async.TimeoutCallableProcessingInterceptor
 
timeoutCallback - Variable in class org.springframework.web.context.request.async.DeferredResult
 
timeoutCallback - Variable in class org.springframework.web.context.request.async.WebAsyncTask
 
timeoutDeferredResultInterceptor - Static variable in class org.springframework.web.context.request.async.WebAsyncManager
 
TimeoutDeferredResultProcessingInterceptor - Class in org.springframework.web.context.request.async
Sends a 503 (SERVICE_UNAVAILABLE) in case of a timeout if the response is not already committed.
TimeoutDeferredResultProcessingInterceptor() - Constructor for class org.springframework.web.context.request.async.TimeoutDeferredResultProcessingInterceptor
 
timeoutHandlers - Variable in class org.springframework.web.context.request.async.StandardServletAsyncWebRequest
 
timeoutPerShutdownPhase - Variable in class org.springframework.context.support.DefaultLifecycleProcessor
 
timeoutResult - Variable in class org.springframework.web.context.request.async.DeferredResult
 
timer - Variable in class org.springframework.scheduling.commonj.TimerManagerTaskScheduler.TimerScheduledFuture
 
timer - Variable in class org.springframework.scheduling.timer.TimerFactoryBean
Deprecated.
 
timer - Variable in class org.springframework.scheduling.timer.TimerTaskExecutor
Deprecated.
 
timerExpired(Timer) - Method in class org.springframework.scheduling.commonj.DelegatingTimerListener
Delegates execution to the underlying Runnable.
timerExpired(Timer) - Method in class org.springframework.scheduling.commonj.TimerManagerTaskScheduler.ReschedulingTimerListener
 
timerExpired(Timer) - Method in class org.springframework.scheduling.commonj.TimerManagerTaskScheduler.TimerScheduledFuture
 
TimerFactoryBean - 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
TimerFactoryBean() - Constructor for class org.springframework.scheduling.timer.TimerFactoryBean
Deprecated.
 
timerInternal - Variable in class org.springframework.scheduling.timer.TimerTaskExecutor
Deprecated.
 
timerListener - Variable in class org.springframework.scheduling.commonj.ScheduledTimerListener
 
timerManager - Variable in class org.springframework.scheduling.commonj.TimerManagerAccessor
 
TimerManagerAccessor - Class in org.springframework.scheduling.commonj
Base class for classes that are accessing a CommonJ commonj.timers.TimerManager Defines common configuration settings and common lifecycle handling.
TimerManagerAccessor() - Constructor for class org.springframework.scheduling.commonj.TimerManagerAccessor
 
TimerManagerFactoryBean - Class in org.springframework.scheduling.commonj
FactoryBean that retrieves a CommonJ commonj.timers.TimerManager and exposes it for bean references.
TimerManagerFactoryBean() - Constructor for class org.springframework.scheduling.commonj.TimerManagerFactoryBean
 
timerManagerName - Variable in class org.springframework.scheduling.commonj.TimerManagerAccessor
 
TimerManagerTaskScheduler - Class in org.springframework.scheduling.commonj
Implementation of Spring's TaskScheduler interface, wrapping a CommonJ commonj.timers.TimerManager.
TimerManagerTaskScheduler() - Constructor for class org.springframework.scheduling.commonj.TimerManagerTaskScheduler
 
TimerManagerTaskScheduler.ReschedulingTimerListener - Class in org.springframework.scheduling.commonj
ScheduledFuture adapter for trigger-based rescheduling.
TimerManagerTaskScheduler.ReschedulingTimerListener(Runnable, Trigger) - Constructor for class org.springframework.scheduling.commonj.TimerManagerTaskScheduler.ReschedulingTimerListener
 
TimerManagerTaskScheduler.TimerScheduledFuture - Class in org.springframework.scheduling.commonj
ScheduledFuture adapter that wraps a CommonJ Timer.
TimerManagerTaskScheduler.TimerScheduledFuture(Runnable) - Constructor for class org.springframework.scheduling.commonj.TimerManagerTaskScheduler.TimerScheduledFuture
 
timers - Variable in class org.springframework.scheduling.commonj.TimerManagerFactoryBean
 
timerTask - Variable in class org.springframework.scheduling.timer.MethodInvokingTimerTaskFactoryBean
Deprecated.
 
timerTask - Variable in class org.springframework.scheduling.timer.ScheduledTimerTask
Deprecated.
 
TimerTaskExecutor - 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
TimerTaskExecutor() - Constructor for class org.springframework.scheduling.timer.TimerTaskExecutor
Deprecated.
Create a new TimerTaskExecutor that needs to be further configured and initialized.
TimerTaskExecutor(Timer) - Constructor for class org.springframework.scheduling.timer.TimerTaskExecutor
Deprecated.
Create a new TimerTaskExecutor for the given Timer.
timestamp - Variable in class org.springframework.context.ApplicationEvent
System time when the event happened
timeToIdle - Variable in class org.springframework.cache.ehcache.EhCacheFactoryBean
 
timeToLive - Variable in class org.springframework.cache.ehcache.EhCacheFactoryBean
 
timeToLive - Variable in class org.springframework.jms.connection.CachedMessageProducer
 
timeToLive - Variable in class org.springframework.jms.core.JmsTemplate
 
timeToLive - Variable in class org.springframework.web.servlet.FlashMap
 
timeUnit - Variable in class org.springframework.scheduling.concurrent.ScheduledExecutorTask
 
timeUnit - Variable in class org.springframework.scheduling.support.PeriodicTrigger
 
timeZone - Variable in class org.springframework.format.datetime.DateFormatter
 
timeZone - Variable in class org.springframework.format.datetime.joda.DateTimeFormatterFactory
 
timeZone - Variable in class org.springframework.format.datetime.joda.JodaTimeContext
 
timeZone - Variable in class org.springframework.scheduling.quartz.CronTriggerFactoryBean
 
timeZone - Variable in class org.springframework.scheduling.support.CronSequenceGenerator
 
TimeZoneEditor - Class in org.springframework.beans.propertyeditors
Editor for java.util.TimeZone, translating timezone IDs into TimeZone objects.
TimeZoneEditor() - Constructor for class org.springframework.beans.propertyeditors.TimeZoneEditor
 
title - Variable in class org.springframework.mock.web.portlet.MockRenderResponse
 
title - Variable in class org.springframework.web.servlet.tags.form.AbstractHtmlElementTag
 
TITLE_ATTRIBUTE - Static variable in class org.springframework.web.servlet.tags.form.AbstractHtmlElementTag
 
to - Variable in class org.springframework.mail.SimpleMailMessage
 
toArray() - Method in class org.springframework.util.AutoPopulatingList
 
toArray(T[]) - Method in class org.springframework.util.AutoPopulatingList
 
toArray(Enumeration<E>, A[]) - Static method in class org.springframework.util.CollectionUtils
Marshal the elements from the given enumeration into an array of the given type.
toArray(List<String>) - Static method in class org.springframework.web.servlet.config.annotation.InterceptorRegistration
 
toBoolean(TypeConverter, TypedValue) - Static method in class org.springframework.expression.common.ExpressionUtils
Attempt to convert a typed value to a boolean using the supplied type converter.
toByte(TypeConverter, TypedValue) - Static method in class org.springframework.expression.common.ExpressionUtils
Attempt to convert a typed value to a byte using the supplied type converter.
toByteArray() - Method in class org.springframework.jca.cci.core.support.CommAreaRecord
 
toByteArray() - Method in class org.springframework.web.filter.AbstractRequestLoggingFilter.RequestCachingRequestWrapper
 
toByteArray() - Method in class org.springframework.web.filter.ShallowEtagHeaderFilter.ShallowEtagResponseWrapper
 
toChar(TypeConverter, TypedValue) - Static method in class org.springframework.expression.common.ExpressionUtils
Attempt to convert a typed value to a char using the supplied type converter.
toClassArray(Collection<Class<?>>) - Static method in class org.springframework.util.ClassUtils
Copy the given Collection into a Class array.
toClassMap(Map<String, ?>) - Method in class org.springframework.oxm.xstream.XStreamMarshaller
 
toCode(Object, String) - Method in class org.springframework.core.Constants
Look up the given value within the given group of constants.
toCodeForProperty(Object, String) - Method in class org.springframework.core.Constants
Look up the given value within the group of constants for the given bean property name.
toCodeForSuffix(Object, String) - Method in class org.springframework.core.Constants
Look up the given value within the given group of constants.
toDelimitedString(String...) - Static method in enum org.springframework.validation.DefaultMessageCodesResolver.Format
Concatenate the given elements, delimiting each with DefaultMessageCodesResolver.CODE_SEPARATOR, skipping zero-length or null elements altogether.
toDetailedString() - Method in exception org.springframework.expression.ExpressionException
 
toDouble(TypeConverter, TypedValue) - Static method in class org.springframework.expression.common.ExpressionUtils
Attempt to convert a typed value to a double using the supplied type converter.
toFloat(TypeConverter, TypedValue) - Static method in class org.springframework.expression.common.ExpressionUtils
Attempt to convert a typed value to a float using the supplied type converter.
toggleAscendingOnProperty - Variable in class org.springframework.beans.support.MutableSortDefinition
 
toInt(TypeConverter, TypedValue) - Static method in class org.springframework.expression.common.ExpressionUtils
Attempt to convert a typed value to an int using the supplied type converter.
toIterator(Enumeration<E>) - Static method in class org.springframework.util.CollectionUtils
Adapt an enumeration to an iterator.
Token - Class in org.springframework.expression.spel.standard
Holder for a kind of token, the associated data and its position in the input data stream (start/end).
Token(TokenKind, int, int) - Constructor for class org.springframework.expression.spel.standard.Token
Constructor for use when there is no particular data for the token (eg.
Token(TokenKind, char[], int, int) - Constructor for class org.springframework.expression.spel.standard.Token
 
TOKEN - Static variable in class org.springframework.http.MediaType
 
tokenChars - Variable in enum org.springframework.expression.spel.standard.TokenKind
 
Tokenizer - Class in org.springframework.expression.spel.standard
Lex some input data into a stream of tokens that can then be parsed.
Tokenizer(String) - Constructor for class org.springframework.expression.spel.standard.Tokenizer
 
tokenizeToStringArray(String, String) - Static method in class org.springframework.util.StringUtils
Tokenize the given String into a String array via a StringTokenizer.
tokenizeToStringArray(String, String, boolean, boolean) - Static method in class org.springframework.util.StringUtils
Tokenize the given String into a String array via a StringTokenizer.
TokenKind - Enum in org.springframework.expression.spel.standard
 
TokenKind(String) - Constructor for enum org.springframework.expression.spel.standard.TokenKind
 
TokenKind() - Constructor for enum org.springframework.expression.spel.standard.TokenKind
 
tokens - Variable in class org.springframework.expression.spel.standard.Tokenizer
 
tokenStream - Variable in class org.springframework.expression.spel.standard.InternalSpelExpressionParser
 
tokenStreamLength - Variable in class org.springframework.expression.spel.standard.InternalSpelExpressionParser
 
tokenStreamPointer - Variable in class org.springframework.expression.spel.standard.InternalSpelExpressionParser
 
toLanguageTag(Locale) - Static method in class org.springframework.util.StringUtils
Determine the RFC 3066 compliant language tag, as used for the HTTP "Accept-Language" header.
toLong(TypeConverter, TypedValue) - Static method in class org.springframework.expression.common.ExpressionUtils
Attempt to convert a typed value to a long using the supplied type converter.
toLongString() - Method in class org.springframework.aop.aspectj.MethodInvocationProceedingJoinPoint.MethodSignatureImpl
 
toLongString() - Method in class org.springframework.aop.aspectj.MethodInvocationProceedingJoinPoint
 
TomcatInstrumentableClassLoader - Class in org.springframework.instrument.classloading.tomcat
Extension of Tomcat's default class loader which adds instrumentation to loaded classes without the need to use a VM-wide agent.
TomcatInstrumentableClassLoader() - Constructor for class org.springframework.instrument.classloading.tomcat.TomcatInstrumentableClassLoader
Create a new TomcatInstrumentableClassLoader using the current context class loader.
TomcatInstrumentableClassLoader(ClassLoader) - Constructor for class org.springframework.instrument.classloading.tomcat.TomcatInstrumentableClassLoader
Create a new TomcatInstrumentableClassLoader with the supplied class loader as parent.
toMessage(Object, Session) - Method in class org.springframework.jms.support.converter.MappingJackson2MessageConverter
 
toMessage(Object, Session) - Method in class org.springframework.jms.support.converter.MappingJacksonMessageConverter
 
toMessage(Object, Session) - Method in class org.springframework.jms.support.converter.MarshallingMessageConverter
This implementation marshals the given object to a javax.jms.TextMessage or javax.jms.BytesMessage.
toMessage(Object, Session) - Method in interface org.springframework.jms.support.converter.MessageConverter
Convert a Java object to a JMS Message using the supplied session to create the message object.
toMessage(Object, Session) - Method in class org.springframework.jms.support.converter.SimpleMessageConverter
This implementation creates a TextMessage for a String, a BytesMessage for a byte array, a MapMessage for a Map, and an ObjectMessage for a Serializable object.
toMultiValueMap(Map<K, List<V>>) - Static method in class org.springframework.util.CollectionUtils
Adapts a Map<K, List<V>> to an MultiValueMap<K,V>.
toObjectArray(Object) - Static method in class org.springframework.util.ObjectUtils
Convert the given array (which may be a primitive array) to an object array (if necessary of primitive wrapper objects).
toolAttributes - Variable in class org.springframework.web.servlet.view.velocity.VelocityView
 
toolboxConfigLocation - Variable in class org.springframework.web.servlet.view.velocity.VelocityToolboxView
 
toolboxConfigLocation - Variable in class org.springframework.web.servlet.view.velocity.VelocityViewResolver
 
TOP_PATH - Static variable in class org.springframework.util.StringUtils
 
toParent - Variable in class org.springframework.beans.factory.config.RuntimeBeanReference
 
TopLinkJpaDialect - Class in org.springframework.orm.jpa.vendor
Deprecated.
as of Spring 3.1, in favor of the EclipseLink project and Spring's corresponding EclipseLinkJpaDialect
TopLinkJpaDialect() - Constructor for class org.springframework.orm.jpa.vendor.TopLinkJpaDialect
Deprecated.
 
TopLinkJpaVendorAdapter - Class in org.springframework.orm.jpa.vendor
Deprecated.
as of Spring 3.1, in favor of the EclipseLink project and Spring's corresponding EclipseLinkJpaVendorAdapter
TopLinkJpaVendorAdapter() - Constructor for class org.springframework.orm.jpa.vendor.TopLinkJpaVendorAdapter
Deprecated.
 
toPos(Token) - Method in class org.springframework.expression.spel.standard.InternalSpelExpressionParser
Compress the start and end of a token into a single int
toPos(int, int) - Method in class org.springframework.expression.spel.standard.InternalSpelExpressionParser
 
toProcess - Variable in class org.springframework.expression.spel.standard.Tokenizer
 
toProxyConfigString() - Method in interface org.springframework.aop.framework.Advised
As toString() will normally be delegated to the target, this returns the equivalent for the AOP proxy.
toProxyConfigString() - Method in class org.springframework.aop.framework.AdvisedSupport
 
toQName(String, String) - Method in class org.springframework.util.xml.AbstractStaxContentHandler
Convert a namespace URI and DOM or SAX qualified name to a QName.
toQualifiedName(QName) - Method in class org.springframework.util.xml.AbstractStaxXMLReader
Convert a QName to a qualified name, as used by DOM and SAX.
toShort(TypeConverter, TypedValue) - Static method in class org.springframework.expression.common.ExpressionUtils
Attempt to convert a typed value to a short using the supplied type converter.
toShortString() - Method in class org.springframework.aop.aspectj.MethodInvocationProceedingJoinPoint.MethodSignatureImpl
 
toShortString() - Method in class org.springframework.aop.aspectj.MethodInvocationProceedingJoinPoint
 
toSingleValueMap() - Method in class org.springframework.http.HttpHeaders
 
toSingleValueMap() - Method in class org.springframework.util.CollectionUtils.MultiValueMapAdapter
 
toSingleValueMap() - Method in class org.springframework.util.LinkedMultiValueMap
 
toSingleValueMap() - Method in interface org.springframework.util.MultiValueMap
Returns the first values contained in this MultiValueMap.
toStoreValue(Object) - Method in class org.springframework.cache.concurrent.ConcurrentMapCache
Convert the given user value, as passed into the put method, to a value in the internal store (adapting null).
toStoreValue(Object) - Method in class org.springframework.cache.jcache.JCacheCache
Convert the given user value, as passed into the put method, to a value in the internal store (adapting null).
toString() - Method in class org.springframework.aop.aspectj.AbstractAspectJAdvice
 
toString() - Method in class org.springframework.aop.aspectj.annotation.AbstractAspectJAdvisorFactory.AspectJAnnotation
 
toString() - Method in class org.springframework.aop.aspectj.annotation.BeanFactoryAspectInstanceFactory
 
toString() - Method in class org.springframework.aop.aspectj.annotation.InstantiationModelAwarePointcutAdvisorImpl
 
toString() - Method in class org.springframework.aop.aspectj.annotation.LazySingletonAspectInstanceFactoryDecorator
 
toString() - Method in class org.springframework.aop.aspectj.AspectJExpressionPointcut
 
toString() - Method in class org.springframework.aop.aspectj.autoproxy.AspectJAwareAdvisorAutoProxyCreator.PartiallyComparableAdvisorHolder
 
toString() - Method in class org.springframework.aop.aspectj.MethodInvocationProceedingJoinPoint.MethodSignatureImpl
 
toString(boolean, boolean, boolean, boolean) - Method in class org.springframework.aop.aspectj.MethodInvocationProceedingJoinPoint.MethodSignatureImpl
 
toString() - Method in class org.springframework.aop.aspectj.MethodInvocationProceedingJoinPoint
 
toString() - Method in class org.springframework.aop.config.AdviceEntry
 
toString() - Method in class org.springframework.aop.config.AdvisorEntry
 
toString() - Method in class org.springframework.aop.config.AspectEntry
 
toString() - Method in class org.springframework.aop.config.PointcutEntry
 
toString() - Method in class org.springframework.aop.framework.AdvisedSupport
For debugging/diagnostic use.
toString() - Method in class org.springframework.aop.framework.ProxyConfig
 
toString() - Method in class org.springframework.aop.framework.ProxyFactoryBean.PrototypePlaceholderAdvisor
 
toString() - Method in class org.springframework.aop.framework.ReflectiveMethodInvocation
 
toString() - Method in class org.springframework.aop.support.AbstractBeanFactoryPointcutAdvisor
 
toString() - Method in class org.springframework.aop.support.AbstractGenericPointcutAdvisor
 
toString() - Method in class org.springframework.aop.support.AbstractRegexpMethodPointcut
 
toString() - Method in class org.springframework.aop.support.ComposablePointcut
 
toString() - Method in class org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor
 
toString() - Method in class org.springframework.aop.support.DefaultIntroductionAdvisor
 
toString() - Method in class org.springframework.aop.support.DefaultPointcutAdvisor
 
toString() - Method in class org.springframework.aop.support.RegexpMethodPointcutAdvisor
 
toString() - Method in class org.springframework.aop.target.AbstractBeanFactoryBasedTargetSource
 
toString() - Method in class org.springframework.aop.target.EmptyTargetSource
 
toString() - Method in class org.springframework.aop.target.HotSwappableTargetSource
 
toString() - Method in class org.springframework.aop.target.PrototypeTargetSource
 
toString() - Method in class org.springframework.aop.target.SingletonTargetSource
 
toString() - Method in class org.springframework.aop.TrueClassFilter
 
toString() - Method in class org.springframework.aop.TrueMethodMatcher
 
toString() - Method in class org.springframework.aop.TruePointcut
 
toString() - Method in class org.springframework.beans.BeanMetadataAttribute
 
toString() - Method in class org.springframework.beans.BeanWrapperImpl
 
toString() - Method in class org.springframework.beans.factory.annotation.InjectionMetadata.InjectedElement
 
toString() - Method in exception org.springframework.beans.factory.BeanCreationException
 
toString() - Method in class org.springframework.beans.factory.config.BeanDefinitionHolder
This implementation returns the long description.
toString() - Method in class org.springframework.beans.factory.config.RuntimeBeanNameReference
 
toString() - Method in class org.springframework.beans.factory.config.RuntimeBeanReference
 
toString() - Method in class org.springframework.beans.factory.config.TypedStringValue
 
toString() - Method in class org.springframework.beans.factory.parsing.AbstractComponentDefinition
toString() - Method in class org.springframework.beans.factory.parsing.BeanComponentDefinition
This implementation returns this ComponentDefinition's description.
toString() - Method in class org.springframework.beans.factory.parsing.BeanEntry
 
toString() - Method in class org.springframework.beans.factory.parsing.ConstructorArgumentEntry
 
toString() - Method in class org.springframework.beans.factory.parsing.ParseState
Returns a tree-style representation of the current ParseState.
toString() - Method in class org.springframework.beans.factory.parsing.Problem
 
toString() - Method in class org.springframework.beans.factory.parsing.PropertyEntry
 
toString() - Method in class org.springframework.beans.factory.parsing.QualifierEntry
 
toString() - Method in class org.springframework.beans.factory.support.AbstractBeanDefinition
 
toString() - Method in class org.springframework.beans.factory.support.BeanDefinitionValueResolver.KeyedArgName
 
toString() - Method in class org.springframework.beans.factory.support.ChildBeanDefinition
 
toString() - Method in class org.springframework.beans.factory.support.DefaultListableBeanFactory
 
toString() - Method in class org.springframework.beans.factory.support.GenericBeanDefinition
 
toString() - Method in class org.springframework.beans.factory.support.LookupOverride
 
toString() - Method in class org.springframework.beans.factory.support.ReplaceOverride
 
toString() - Method in class org.springframework.beans.factory.support.RootBeanDefinition
 
toString() - Method in class org.springframework.beans.factory.xml.BeansDtdResolver
 
toString() - Method in class org.springframework.beans.factory.xml.DefaultNamespaceHandlerResolver
 
toString() - Method in class org.springframework.beans.factory.xml.DelegatingEntityResolver
 
toString() - Method in class org.springframework.beans.factory.xml.PluggableSchemaResolver
 
toString() - Method in class org.springframework.beans.MutablePropertyValues
 
toString() - Method in exception org.springframework.beans.PropertyBatchUpdateException
 
toString() - Method in class org.springframework.beans.PropertyValue
 
toString() - Method in class org.springframework.beans.SimpleIndexedPropertyDescriptor
 
toString() - Method in class org.springframework.beans.SimpleNonIndexedPropertyDescriptor
 
toString() - Method in class org.springframework.cache.interceptor.CacheOperation
Return an identifying description for this cache operation.
toString() - Method in class org.springframework.cache.interceptor.CacheOperationSourcePointcut
 
toString(Method, String) - Method in class org.springframework.cache.interceptor.ExpressionEvaluator
 
toString(Method) - Method in class org.springframework.cache.interceptor.LazyParamAwareEvaluationContext
 
toString() - Method in class org.springframework.cache.interceptor.NameMatchCacheOperationSource
 
toString() - Method in class org.springframework.context.annotation.ConfigurationClass
 
toString() - Method in class org.springframework.context.annotation.ConfigurationClassParser.ImportStack
Given a stack containing (in order) com.acme.Foo com.acme.Bar com.acme.Baz return "ImportStack: [Foo->Bar->Baz]".
toString() - Method in class org.springframework.context.annotation.ConfigurationMethod
 
toString() - Method in class org.springframework.context.i18n.SimpleLocaleContext
 
toString() - Method in class org.springframework.context.support.AbstractApplicationContext
Return information about this context.
toString() - Method in class org.springframework.context.support.DefaultMessageSourceResolvable
Default implementation exposes the attributes of this MessageSourceResolvable.
toString() - Method in class org.springframework.context.support.ReloadableResourceBundleMessageSource
 
toString() - Method in class org.springframework.context.support.ResourceBundleMessageSource
Show the configuration of this MessageSource.
toString() - Method in class org.springframework.context.support.StaticMessageSource
 
toString() - Method in class org.springframework.core.annotation.AnnotationAttributes
 
toString() - Method in class org.springframework.core.ControlFlowFactory.Jdk14ControlFlow
 
toString() - Method in class org.springframework.core.convert.support.GenericConversionService.ConverterAdapter
 
toString() - Method in class org.springframework.core.convert.support.GenericConversionService.ConverterCacheKey
 
toString() - Method in class org.springframework.core.convert.support.GenericConversionService.ConverterFactoryAdapter
 
toString() - Method in class org.springframework.core.convert.support.GenericConversionService.Converters
 
toString() - Method in class org.springframework.core.convert.support.GenericConversionService.ConvertersForPair
 
toString() - Method in class org.springframework.core.convert.support.GenericConversionService.NoOpConverter
 
toString() - Method in class org.springframework.core.convert.support.GenericConversionService
 
toString() - Method in class org.springframework.core.convert.TypeDescriptor
 
toString() - Method in class org.springframework.core.enums.AbstractLabeledEnum
Deprecated.
 
toString() - Method in class org.springframework.core.env.AbstractEnvironment
 
toString() - Method in class org.springframework.core.env.CompositePropertySource
 
toString() - Method in class org.springframework.core.env.MutablePropertySources
 
toString() - Method in class org.springframework.core.env.PropertySource.ComparisonPropertySource
 
toString() - Method in class org.springframework.core.env.PropertySource
Produce concise output (type and name) if the current log level does not include debug.
toString() - Method in class org.springframework.core.io.AbstractResource
This implementation returns the description of this resource.
toString() - Method in class org.springframework.core.io.support.EncodedResource
 
toString() - Method in class org.springframework.core.io.support.PathMatchingResourcePatternResolver.PatternVirtualFileVisitor
 
toString() - Method in class org.springframework.core.NamedInheritableThreadLocal
 
toString() - Method in class org.springframework.core.NamedThreadLocal
 
toString() - Method in class org.springframework.core.ParameterizedTypeReference
 
toString() - Method in class org.springframework.core.style.ToStringCreator
Return the String representation that this ToStringCreator built.
toString() - Method in class org.springframework.expression.spel.ast.Literal
 
toString() - Method in class org.springframework.expression.spel.ast.NullLiteral
 
toString() - Method in class org.springframework.expression.spel.ast.StringLiteral
 
toString(Token) - Method in class org.springframework.expression.spel.standard.InternalSpelExpressionParser
 
toString() - Method in class org.springframework.expression.spel.standard.Token
 
toString() - Method in enum org.springframework.expression.spel.standard.TokenKind
 
toString() - Method in class org.springframework.expression.spel.support.ReflectionHelper.ArgumentsMatchInfo
 
toString() - Method in class org.springframework.expression.TypedValue
 
toString() - Method in class org.springframework.format.support.FormattingConversionService.AnnotationParserConverter
 
toString() - Method in class org.springframework.format.support.FormattingConversionService.AnnotationPrinterConverter
 
toString() - Method in class org.springframework.format.support.FormattingConversionService.ParserConverter
 
toString() - Method in class org.springframework.format.support.FormattingConversionService.PrinterConverter
 
toString() - Method in class org.springframework.http.HttpEntity
 
toString() - Method in class org.springframework.http.HttpHeaders
 
toString() - Method in enum org.springframework.http.HttpStatus
Return a string representation of this status code.
toString() - Method in class org.springframework.http.MediaType
 
toString(Collection<MediaType>) - Static method in class org.springframework.http.MediaType
Return a string representation of the given list of MediaType objects.
toString() - Method in class org.springframework.http.ResponseEntity
 
toString() - Method in class org.springframework.instrument.classloading.InstrumentationLoadTimeWeaver.FilteringClassFileTransformer
 
toString() - Method in class org.springframework.instrument.classloading.jboss.JBossMCTranslatorAdapter
 
toString() - Method in class org.springframework.instrument.classloading.oc4j.OC4JClassPreprocessorAdapter
 
toString() - Method in class org.springframework.instrument.classloading.tomcat.TomcatInstrumentableClassLoader
 
toString() - Method in class org.springframework.instrument.classloading.weblogic.WebLogicClassPreProcessorAdapter
 
toString() - Method in class org.springframework.instrument.classloading.websphere.WebSphereClassPreDefinePlugin
 
toString() - Method in class org.springframework.jdbc.core.CallableStatementCreatorFactory.CallableStatementCreatorImpl
 
toString() - Method in class org.springframework.jdbc.core.namedparam.ParsedSql
Exposes the original SQL String.
toString() - Method in class org.springframework.jdbc.core.PreparedStatementCreatorFactory.PreparedStatementCreatorImpl
 
toString() - Method in class org.springframework.jdbc.datasource.SimpleConnectionHandle
 
toString() - Method in class org.springframework.jdbc.datasource.UserCredentialsDataSourceAdapter.JdbcUserCredentials
 
toString() - Method in class org.springframework.jms.connection.CachedMessageConsumer
 
toString() - Method in class org.springframework.jms.connection.CachedMessageProducer
 
toString() - Method in class org.springframework.jms.connection.UserCredentialsConnectionFactoryAdapter.JmsUserCredentials
 
toString() - Method in exception org.springframework.mail.MailSendException
 
toString() - Method in class org.springframework.mail.SimpleMailMessage
 
toString() - Method in class org.springframework.mock.http.client.MockClientHttpRequest
 
toString() - Method in class org.springframework.mock.web.MockFilterChain.ServletFilterProxy
 
toString() - Method in class org.springframework.mock.web.portlet.MockPortletURL
 
toString() - Method in class org.springframework.mock.web.portlet.MockResourceURL
 
toString(Session) - Static method in class org.springframework.orm.hibernate3.SessionFactoryUtils
Stringify the given Session for debug logging.
toString() - Method in class org.springframework.orm.jpa.persistenceunit.ClassFileTransformerAdapter
 
toString() - Method in class org.springframework.orm.jpa.persistenceunit.MutablePersistenceUnitInfo
 
toString() - Method in class org.springframework.remoting.support.RemoteInvocation
 
toString() - Method in class org.springframework.scheduling.support.CronSequenceGenerator
 
toString() - Method in class org.springframework.scheduling.support.CronTrigger
 
toString() - Method in class org.springframework.scheduling.support.DelegatingErrorHandlingRunnable
 
toString() - Method in class org.springframework.scripting.bsh.BshScriptFactory
 
toString() - Method in class org.springframework.scripting.groovy.GroovyScriptFactory
 
toString() - Method in class org.springframework.scripting.jruby.JRubyScriptFactory
 
toString() - Method in class org.springframework.scripting.support.ResourceScriptSource
 
toString() - Method in class org.springframework.scripting.support.StaticScriptSource
 
toString() - Method in class org.springframework.test.context.ContextCache
Generates a text string, which contains the size as well as the hit, miss, and parent context counts.
toString() - Method in class org.springframework.test.context.ContextConfigurationAttributes
Provide a String representation of the context configuration attributes and declaring class.
toString() - Method in class org.springframework.test.context.MergedContextConfiguration
Provide a String representation of the test class, locations, annotated classes, context initializer classes, active profiles, the name of the ContextLoader, and the parent configuration.
toString() - Method in class org.springframework.test.context.TestContext
Provide a String representation of this test context's state.
toString() - Method in class org.springframework.test.context.transaction.TransactionConfigurationAttributes
 
toString() - Method in class org.springframework.test.context.web.WebMergedContextConfiguration
toString() - Method in class org.springframework.transaction.interceptor.MatchAlwaysTransactionAttributeSource
 
toString() - Method in class org.springframework.transaction.interceptor.MethodMapTransactionAttributeSource
 
toString() - Method in class org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource
 
toString() - Method in class org.springframework.transaction.interceptor.NoRollbackRuleAttribute
 
toString() - Method in class org.springframework.transaction.interceptor.RollbackRuleAttribute
 
toString() - Method in class org.springframework.transaction.interceptor.RuleBasedTransactionAttribute
 
toString() - Method in exception org.springframework.transaction.interceptor.TransactionAspectSupport.ThrowableHolderException
 
toString() - Method in class org.springframework.transaction.interceptor.TransactionAspectSupport.TransactionInfo
 
toString() - Method in class org.springframework.transaction.interceptor.TransactionAttributeSourcePointcut
 
toString() - Method in class org.springframework.transaction.support.DefaultTransactionDefinition
Return an identifying description for this transaction definition.
toString() - Method in class org.springframework.transaction.support.DelegatingTransactionDefinition
 
toString() - Method in class org.springframework.util.CachingMapDecorator
Deprecated.
 
toString() - Method in class org.springframework.util.CollectionUtils.MultiValueMapAdapter
 
toString() - Method in class org.springframework.util.comparator.BooleanComparator
 
toString() - Method in class org.springframework.util.comparator.CompoundComparator
 
toString() - Method in class org.springframework.util.comparator.InvertibleComparator
 
toString() - Method in class org.springframework.util.comparator.NullSafeComparator
 
toString() - Method in class org.springframework.util.ConcurrentReferenceHashMap.Entry
 
toString() - Method in class org.springframework.util.LinkedMultiValueMap
 
toString() - Method in class org.springframework.util.StopWatch
Return an informative string describing all tasks performed For custom reporting, call getTaskInfo() and use the task info directly.
toString() - Method in class org.springframework.validation.AbstractErrors
 
toString() - Method in class org.springframework.validation.FieldError
 
toString() - Method in class org.springframework.validation.ObjectError
 
toString() - Method in class org.springframework.web.context.request.FacesWebRequest
 
toString() - Method in class org.springframework.web.context.request.ServletRequestAttributes
 
toString() - Method in class org.springframework.web.context.request.ServletWebRequest
 
toString() - Method in class org.springframework.web.context.support.RequestHandledEvent
 
toString() - Method in class org.springframework.web.context.support.ServletRequestHandledEvent
 
toString() - Method in class org.springframework.web.context.support.WebApplicationContextUtils.RequestObjectFactory
 
toString() - Method in class org.springframework.web.context.support.WebApplicationContextUtils.SessionObjectFactory
 
toString() - Method in class org.springframework.web.context.support.WebApplicationContextUtils.WebRequestObjectFactory
 
toString() - Method in class org.springframework.web.method.ControllerAdviceBean
 
toString() - Method in class org.springframework.web.method.HandlerMethod
 
toString() - Method in class org.springframework.web.method.support.ModelAndViewContainer
Return diagnostic information.
toString() - Method in class org.springframework.web.portlet.context.PortletApplicationContextUtils.RequestObjectFactory
 
toString() - Method in class org.springframework.web.portlet.context.PortletApplicationContextUtils.SessionObjectFactory
 
toString() - Method in class org.springframework.web.portlet.context.PortletApplicationContextUtils.WebRequestObjectFactory
 
toString() - Method in class org.springframework.web.portlet.context.PortletRequestAttributes
 
toString() - Method in class org.springframework.web.portlet.context.PortletRequestHandledEvent
 
toString() - Method in class org.springframework.web.portlet.context.PortletWebRequest
 
toString() - Method in class org.springframework.web.portlet.handler.PortletModeParameterLookupKey
 
toString() - Method in class org.springframework.web.portlet.HandlerExecutionChain
Delegates to the handler's toString().
toString() - Method in class org.springframework.web.portlet.ModelAndView
Return diagnostic information about this model and view.
toString() - Method in class org.springframework.web.servlet.FlashMap
 
toString() - Method in class org.springframework.web.servlet.handler.AbstractHandlerMethodMapping.Match
 
toString() - Method in class org.springframework.web.servlet.HandlerExecutionChain
Delegates to the handler's toString().
toString() - Method in class org.springframework.web.servlet.ModelAndView
Return diagnostic information about this model and view.
toString() - Method in class org.springframework.web.servlet.mvc.annotation.AnnotationMethodHandlerAdapter.RequestMappingInfo
Deprecated.
 
toString() - Method in class org.springframework.web.servlet.mvc.condition.AbstractMediaTypeExpression
 
toString() - Method in class org.springframework.web.servlet.mvc.condition.AbstractNameValueExpression
 
toString() - Method in class org.springframework.web.servlet.mvc.condition.AbstractRequestCondition
 
toString() - Method in class org.springframework.web.servlet.mvc.method.RequestMappingInfo
 
toString() - Method in class org.springframework.web.servlet.support.BindStatus
 
toString() - Method in class org.springframework.web.servlet.tags.Param
 
toString() - Method in class org.springframework.web.servlet.view.AbstractUrlBasedView
 
toString() - Method in class org.springframework.web.servlet.view.AbstractView
 
toString() - Method in class org.springframework.web.util.UriComponents
 
toString() - Method in class org.springframework.web.util.UriTemplate
 
toStringArray(Collection<String>) - Static method in class org.springframework.util.StringUtils
Copy the given Collection into a String array.
toStringArray(Enumeration<String>) - Static method in class org.springframework.util.StringUtils
Copy the given Enumeration into a String array.
toStringAST() - Method in class org.springframework.expression.spel.ast.Assign
 
toStringAST() - Method in class org.springframework.expression.spel.ast.BeanReference
 
toStringAST() - Method in class org.springframework.expression.spel.ast.CompoundExpression
 
toStringAST() - Method in class org.springframework.expression.spel.ast.ConstructorReference
 
toStringAST() - Method in class org.springframework.expression.spel.ast.Elvis
 
toStringAST() - Method in class org.springframework.expression.spel.ast.FunctionReference
 
toStringAST() - Method in class org.springframework.expression.spel.ast.Identifier
 
toStringAST() - Method in class org.springframework.expression.spel.ast.Indexer
 
toStringAST() - Method in class org.springframework.expression.spel.ast.InlineList
 
toStringAST() - Method in class org.springframework.expression.spel.ast.Literal
 
toStringAST() - Method in class org.springframework.expression.spel.ast.MethodReference
 
toStringAST() - Method in class org.springframework.expression.spel.ast.OpDec
 
toStringAST() - Method in class org.springframework.expression.spel.ast.Operator
String format for all operators is the same '(' [operand] [operator] [operand] ')'
toStringAST() - Method in class org.springframework.expression.spel.ast.OperatorNot
 
toStringAST() - Method in class org.springframework.expression.spel.ast.OpInc
 
toStringAST() - Method in class org.springframework.expression.spel.ast.OpMinus
 
toStringAST() - Method in class org.springframework.expression.spel.ast.OpPlus
 
toStringAST() - Method in class org.springframework.expression.spel.ast.Projection
 
toStringAST() - Method in class org.springframework.expression.spel.ast.PropertyOrFieldReference
 
toStringAST() - Method in class org.springframework.expression.spel.ast.QualifiedIdentifier
 
toStringAST() - Method in class org.springframework.expression.spel.ast.Selection
 
toStringAST() - Method in class org.springframework.expression.spel.ast.SpelNodeImpl
 
toStringAST() - Method in class org.springframework.expression.spel.ast.Ternary
 
toStringAST() - Method in class org.springframework.expression.spel.ast.TypeReference
 
toStringAST() - Method in class org.springframework.expression.spel.ast.VariableReference
 
toStringAST() - Method in interface org.springframework.expression.spel.SpelNode
 
toStringAST() - Method in class org.springframework.expression.spel.standard.SpelExpression
Produce a string representation of the Abstract Syntax Tree for the expression, this should ideally look like the input expression, but properly formatted since any unnecessary whitespace will have been discarded during the parse of the expression.
ToStringCreator - Class in org.springframework.core.style
Utility class that builds pretty-printing toString() methods with pluggable styling conventions.
ToStringCreator(Object) - Constructor for class org.springframework.core.style.ToStringCreator
Create a ToStringCreator for the given object.
ToStringCreator(Object, ValueStyler) - Constructor for class org.springframework.core.style.ToStringCreator
Create a ToStringCreator for the given object, using the provided style.
ToStringCreator(Object, ToStringStyler) - Constructor for class org.springframework.core.style.ToStringCreator
Create a ToStringCreator for the given object, using the provided style.
ToStringStyler - Interface in org.springframework.core.style
A strategy interface for pretty-printing toString() methods.
totalParameterCount - Variable in class org.springframework.jdbc.core.namedparam.ParsedSql
 
totalTimeMillis - Variable in class org.springframework.util.StopWatch
Total running time
toTypedValue(Object) - Method in class org.springframework.expression.spel.standard.SpelExpression
 
toURI(URL) - Static method in class org.springframework.util.ResourceUtils
Create a URI instance for the given URL, replacing spaces with "%20" quotes first.
toURI(String) - Static method in class org.springframework.util.ResourceUtils
Create a URI instance for the given location String, replacing spaces with "%20" quotes first.
toUri() - Method in class org.springframework.web.util.HierarchicalUriComponents
Returns a URI from this UriComponents instance.
toUri() - Method in class org.springframework.web.util.OpaqueUriComponents
 
toUri() - Method in class org.springframework.web.util.UriComponents
Returns a URI from this UriComponents instance.
toUriString() - Method in class org.springframework.web.util.HierarchicalUriComponents
Returns a URI string from this UriComponents instance.
toUriString() - Method in class org.springframework.web.util.OpaqueUriComponents
 
toUriString() - Method in class org.springframework.web.util.UriComponents
Returns a URI string from this UriComponents instance.
TraceClassVisitor - Class in org.springframework.asm.util
Dummy implementation of missing TraceClassVisitor from cglib-nodep's internally repackaged ASM library, added to avoid NoClassDefFoundErrors.
TraceClassVisitor(Object, PrintWriter) - Constructor for class org.springframework.asm.util.TraceClassVisitor
 
trackAllInvocations - Variable in class org.springframework.aop.interceptor.JamonPerformanceMonitorInterceptor
 
trackedEntries - Static variable in class org.springframework.util.WeakReferenceMonitor
 
trackRowsAffected - Variable in class org.springframework.jdbc.object.BatchSqlUpdate
 
transacted - Variable in class org.springframework.jms.connection.ConnectionFactoryUtils.JmsResourceSynchronization
 
transaction - Variable in class org.springframework.jca.endpoint.AbstractMessageEndpointFactory.TransactionDelegate
 
transaction - Variable in class org.springframework.orm.hibernate3.SessionHolder
 
transaction - Variable in class org.springframework.orm.hibernate4.SessionHolder
 
transaction - Variable in class org.springframework.transaction.support.DefaultTransactionStatus
 
TRANSACTION_ADVISOR_BEAN_NAME - Static variable in class org.springframework.transaction.config.AnnotationDrivenBeanDefinitionParser
Deprecated.
TRANSACTION_ADVISOR_BEAN_NAME - Static variable in class org.springframework.transaction.config.TransactionManagementConfigUtils
The bean name of the internally managed transaction advisor (used when mode == PROXY).
TRANSACTION_ASPECT_BEAN_NAME - Static variable in class org.springframework.transaction.config.AnnotationDrivenBeanDefinitionParser
Deprecated.
TRANSACTION_ASPECT_BEAN_NAME - Static variable in class org.springframework.transaction.config.TransactionManagementConfigUtils
The bean name of the internally managed transaction aspect (used when mode == ASPECTJ).
TRANSACTION_ASPECT_CLASS_NAME - Static variable in class org.springframework.transaction.config.TransactionManagementConfigUtils
The class name of the AspectJ transaction management aspect.
TRANSACTION_ASPECT_CONFIGURATION_CLASS_NAME - Static variable in class org.springframework.transaction.config.TransactionManagementConfigUtils
The name of the AspectJ transaction management @Configuration class.
TRANSACTION_CLASS_NAME - Static variable in class org.springframework.transaction.jta.OC4JJtaTransactionManager
Deprecated.
 
TRANSACTION_CLASS_NAME - Static variable in class org.springframework.transaction.jta.WebLogicJtaTransactionManager
 
TRANSACTION_HELPER_CLASS_NAME - Static variable in class org.springframework.transaction.jta.WebLogicJtaTransactionManager
 
TRANSACTION_MANAGER_ATTRIBUTE - Static variable in class org.springframework.jms.config.AbstractListenerContainerParser
 
TRANSACTION_MANAGER_ATTRIBUTE - Static variable in class org.springframework.transaction.config.TxNamespaceHandler
 
TRANSACTION_MANAGER_CLASS_NAME - Static variable in class org.springframework.transaction.jta.OC4JJtaTransactionManager
Deprecated.
 
TRANSACTION_SYNCHRONIZATION_REGISTRY_CLASS_NAME - Static variable in class org.springframework.transaction.jta.JtaTransactionManager
 
TRANSACTION_TYPE - Static variable in class org.springframework.orm.jpa.persistenceunit.PersistenceUnitReader
 
TRANSACTION_UTILITY_CLASS_NAME - Static variable in class org.springframework.transaction.jta.OC4JJtaTransactionManager
Deprecated.
 
transactionActive - Variable in class org.springframework.jdbc.datasource.ConnectionHolder
 
transactionActive - Variable in class org.springframework.orm.jdo.PersistenceManagerHolder
 
transactionActive - Variable in class org.springframework.orm.jpa.EntityManagerHolder
 
transactionAdvisor() - Method in class org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration
 
Transactional - Annotation Type in org.springframework.transaction.annotation
Describes transaction attributes on a method or class.
transactionalResourceFactory - Variable in class org.springframework.jms.core.JmsTemplate
Internal ResourceFactory adapter for interacting with ConnectionFactoryUtils
transactionalResourceFactory - Variable in class org.springframework.jms.listener.AbstractPollingMessageListenerContainer
 
TransactionalTestExecutionListener - Class in org.springframework.test.context.transaction
TestExecutionListener that provides support for executing tests within transactions by honoring the @Transactional and @NotTransactional annotations.
TransactionalTestExecutionListener() - Constructor for class org.springframework.test.context.transaction.TransactionalTestExecutionListener
 
TransactionalTestExecutionListener.TransactionContext - Class in org.springframework.test.context.transaction
Internal context holder for a specific test method.
TransactionalTestExecutionListener.TransactionContext(PlatformTransactionManager, TransactionDefinition) - Constructor for class org.springframework.test.context.transaction.TransactionalTestExecutionListener.TransactionContext
 
TransactionAnnotationParser - Interface in org.springframework.transaction.annotation
Strategy interface for parsing known transaction annotation types.
transactionAspect() - Method in class org.springframework.transaction.aspectj.AspectJTransactionManagementConfiguration
 
TransactionAspectSupport - Class in org.springframework.transaction.interceptor
Base class for transactional aspects, such as the TransactionInterceptor or an AspectJ aspect.
TransactionAspectSupport() - Constructor for class org.springframework.transaction.interceptor.TransactionAspectSupport
 
TransactionAspectSupport.InvocationCallback - Interface in org.springframework.transaction.interceptor
Simple callback interface for proceeding with the target invocation.
TransactionAspectSupport.ThrowableHolder - Class in org.springframework.transaction.interceptor
Internal holder class for a Throwable, used as a return value from a TransactionCallback (to be subsequently unwrapped again).
TransactionAspectSupport.ThrowableHolder(Throwable) - Constructor for class org.springframework.transaction.interceptor.TransactionAspectSupport.ThrowableHolder
 
TransactionAspectSupport.ThrowableHolderException - Exception in org.springframework.transaction.interceptor
Internal holder class for a Throwable, used as a RuntimeException to be thrown from a TransactionCallback (and subsequently unwrapped again).
TransactionAspectSupport.ThrowableHolderException(Throwable) - Constructor for exception org.springframework.transaction.interceptor.TransactionAspectSupport.ThrowableHolderException
 
TransactionAspectSupport.TransactionInfo - Class in org.springframework.transaction.interceptor
Opaque object used to hold Transaction information.
TransactionAspectSupport.TransactionInfo(PlatformTransactionManager, TransactionAttribute, String) - Constructor for class org.springframework.transaction.interceptor.TransactionAspectSupport.TransactionInfo
 
TransactionAspectUtils - Class in org.springframework.transaction.interceptor
Deprecated.
as of Spring 3.1.2 in favor of BeanFactoryUtils
TransactionAspectUtils() - Constructor for class org.springframework.transaction.interceptor.TransactionAspectUtils
Deprecated.
 
transactionAttribute - Variable in class org.springframework.transaction.interceptor.MatchAlwaysTransactionAttributeSource
 
transactionAttribute - Variable in class org.springframework.transaction.interceptor.TransactionAspectSupport.TransactionInfo
 
TransactionAttribute - Interface in org.springframework.transaction.interceptor
This interface adds a rollbackOn specification to TransactionDefinition.
TransactionAttributeEditor - Class in org.springframework.transaction.interceptor
PropertyEditor for TransactionAttribute objects.
TransactionAttributeEditor() - Constructor for class org.springframework.transaction.interceptor.TransactionAttributeEditor
 
transactionAttributeMap - Variable in class org.springframework.transaction.interceptor.MethodMapTransactionAttributeSource
Map from Method to TransactionAttribute
transactionAttributeSource - Variable in class org.springframework.test.annotation.AbstractAnnotationAwareTransactionalTests
Deprecated.
 
transactionAttributeSource() - Method in class org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration
 
transactionAttributeSource - Variable in class org.springframework.transaction.interceptor.BeanFactoryTransactionAttributeSourceAdvisor
 
transactionAttributeSource - Variable in class org.springframework.transaction.interceptor.TransactionAspectSupport
 
TransactionAttributeSource - Interface in org.springframework.transaction.interceptor
Strategy interface used by TransactionInterceptor for metadata retrieval.
TransactionAttributeSourceAdvisor - Class in org.springframework.transaction.interceptor
Advisor driven by a TransactionAttributeSource, used to include a TransactionInterceptor only for methods that are transactional.
TransactionAttributeSourceAdvisor() - Constructor for class org.springframework.transaction.interceptor.TransactionAttributeSourceAdvisor
Create a new TransactionAttributeSourceAdvisor.
TransactionAttributeSourceAdvisor(TransactionInterceptor) - Constructor for class org.springframework.transaction.interceptor.TransactionAttributeSourceAdvisor
Create a new TransactionAttributeSourceAdvisor.
TransactionAttributeSourceEditor - Class in org.springframework.transaction.interceptor
Property editor that converts a String into a TransactionAttributeSource.
TransactionAttributeSourceEditor() - Constructor for class org.springframework.transaction.interceptor.TransactionAttributeSourceEditor
 
TransactionAttributeSourcePointcut - Class in org.springframework.transaction.interceptor
Inner class that implements a Pointcut that matches if the underlying TransactionAttributeSource has an attribute for a given method.
TransactionAttributeSourcePointcut() - Constructor for class org.springframework.transaction.interceptor.TransactionAttributeSourcePointcut
 
transactionAttributeSources - Variable in class org.springframework.transaction.interceptor.CompositeTransactionAttributeSource
 
transactionAware - Variable in class org.springframework.cache.transaction.AbstractTransactionSupportingCacheManager
 
TransactionAwareCacheDecorator - Class in org.springframework.cache.transaction
Cache decorator which synchronizes its TransactionAwareCacheDecorator.put(java.lang.Object, java.lang.Object) and TransactionAwareCacheDecorator.evict(java.lang.Object) operations with Spring-managed transactions (through Spring's TransactionSynchronizationManager, performing the actual cache put/evict operation only in the after-commit phase of a successful transaction.
TransactionAwareCacheDecorator(Cache) - Constructor for class org.springframework.cache.transaction.TransactionAwareCacheDecorator
Create a new TransactionAwareCache for the given target Cache.
TransactionAwareCacheManagerProxy - Class in org.springframework.cache.transaction
Proxy for a target CacheManager, exposing transaction-aware Cache objects which synchronize their Cache.put(java.lang.Object, java.lang.Object) operations with Spring-managed transactions (through Spring's TransactionSynchronizationManager, performing the actual cache put operation only in the after-commit phase of a successful transaction.
TransactionAwareCacheManagerProxy() - Constructor for class org.springframework.cache.transaction.TransactionAwareCacheManagerProxy
Create a new TransactionAwareCacheManagerProxy, setting the target CacheManager through the TransactionAwareCacheManagerProxy.setTargetCacheManager(org.springframework.cache.CacheManager) bean property.
TransactionAwareCacheManagerProxy(CacheManager) - Constructor for class org.springframework.cache.transaction.TransactionAwareCacheManagerProxy
Create a new TransactionAwareCacheManagerProxy for the given target CacheManager.
TransactionAwareConnectionFactoryProxy - Class in org.springframework.jca.cci.connection
Proxy for a target CCI javax.resource.cci.ConnectionFactory, adding awareness of Spring-managed transactions.
TransactionAwareConnectionFactoryProxy() - Constructor for class org.springframework.jca.cci.connection.TransactionAwareConnectionFactoryProxy
Create a new TransactionAwareConnectionFactoryProxy.
TransactionAwareConnectionFactoryProxy(ConnectionFactory) - Constructor for class org.springframework.jca.cci.connection.TransactionAwareConnectionFactoryProxy
Create a new TransactionAwareConnectionFactoryProxy.
TransactionAwareConnectionFactoryProxy - Class in org.springframework.jms.connection
Proxy for a target JMS javax.jms.ConnectionFactory, adding awareness of Spring-managed transactions.
TransactionAwareConnectionFactoryProxy() - Constructor for class org.springframework.jms.connection.TransactionAwareConnectionFactoryProxy
Create a new TransactionAwareConnectionFactoryProxy.
TransactionAwareConnectionFactoryProxy(ConnectionFactory) - Constructor for class org.springframework.jms.connection.TransactionAwareConnectionFactoryProxy
Create a new TransactionAwareConnectionFactoryProxy.
TransactionAwareConnectionFactoryProxy.CloseSuppressingSessionInvocationHandler - Class in org.springframework.jms.connection
Invocation handler that suppresses close calls for a transactional JMS Session.
TransactionAwareConnectionFactoryProxy.CloseSuppressingSessionInvocationHandler(Session) - Constructor for class org.springframework.jms.connection.TransactionAwareConnectionFactoryProxy.CloseSuppressingSessionInvocationHandler
 
TransactionAwareConnectionFactoryProxy.TransactionAwareConnectionInvocationHandler - Class in org.springframework.jms.connection
Invocation handler that exposes transactional Sessions for the underlying Connection.
TransactionAwareConnectionFactoryProxy.TransactionAwareConnectionInvocationHandler(Connection) - Constructor for class org.springframework.jms.connection.TransactionAwareConnectionFactoryProxy.TransactionAwareConnectionInvocationHandler
 
TransactionAwareConnectionFactoryProxy.TransactionAwareInvocationHandler - Class in org.springframework.jca.cci.connection
Invocation handler that delegates close calls on CCI Connections to ConnectionFactoryUtils for being aware of thread-bound transactions.
TransactionAwareConnectionFactoryProxy.TransactionAwareInvocationHandler(Connection, ConnectionFactory) - Constructor for class org.springframework.jca.cci.connection.TransactionAwareConnectionFactoryProxy.TransactionAwareInvocationHandler
 
TransactionAwareDataSourceConnectionProvider - Class in org.springframework.orm.hibernate3
Subclass of LocalDataSourceConnectionProvider that returns a transaction-aware proxy for the exposed DataSource.
TransactionAwareDataSourceConnectionProvider() - Constructor for class org.springframework.orm.hibernate3.TransactionAwareDataSourceConnectionProvider
 
TransactionAwareDataSourceProxy - Class in org.springframework.jdbc.datasource
Proxy for a target JDBC DataSource, adding awareness of Spring-managed transactions.
TransactionAwareDataSourceProxy() - Constructor for class org.springframework.jdbc.datasource.TransactionAwareDataSourceProxy
Create a new TransactionAwareDataSourceProxy.
TransactionAwareDataSourceProxy(DataSource) - Constructor for class org.springframework.jdbc.datasource.TransactionAwareDataSourceProxy
Create a new TransactionAwareDataSourceProxy.
TransactionAwareDataSourceProxy.TransactionAwareInvocationHandler - Class in org.springframework.jdbc.datasource
Invocation handler that delegates close calls on JDBC Connections to DataSourceUtils for being aware of thread-bound transactions.
TransactionAwareDataSourceProxy.TransactionAwareInvocationHandler(DataSource) - Constructor for class org.springframework.jdbc.datasource.TransactionAwareDataSourceProxy.TransactionAwareInvocationHandler
 
TransactionAwarePersistenceManagerFactoryProxy - Class in org.springframework.orm.jdo
Proxy for a target JDO javax.jdo.PersistenceManagerFactory, returning the current thread-bound PersistenceManager (the Spring-managed transactional PersistenceManager or the single OpenPersistenceManagerInView PersistenceManager) on getPersistenceManager(), if any.
TransactionAwarePersistenceManagerFactoryProxy() - Constructor for class org.springframework.orm.jdo.TransactionAwarePersistenceManagerFactoryProxy
 
TransactionAwarePersistenceManagerFactoryProxy.PersistenceManagerFactoryInvocationHandler - Class in org.springframework.orm.jdo
Invocation handler that delegates getPersistenceManager calls on the PersistenceManagerFactory proxy to PersistenceManagerFactoryUtils for being aware of thread-bound transactions.
TransactionAwarePersistenceManagerFactoryProxy.PersistenceManagerFactoryInvocationHandler() - Constructor for class org.springframework.orm.jdo.TransactionAwarePersistenceManagerFactoryProxy.PersistenceManagerFactoryInvocationHandler
 
TransactionAwarePersistenceManagerFactoryProxy.PersistenceManagerInvocationHandler - Class in org.springframework.orm.jdo
Invocation handler that delegates close calls on PersistenceManagers to PersistenceManagerFactoryUtils for being aware of thread-bound transactions.
TransactionAwarePersistenceManagerFactoryProxy.PersistenceManagerInvocationHandler(PersistenceManager, PersistenceManagerFactory) - Constructor for class org.springframework.orm.jdo.TransactionAwarePersistenceManagerFactoryProxy.PersistenceManagerInvocationHandler
 
TransactionCallback<T> - Interface in org.springframework.transaction.support
Callback interface for transactional code.
TransactionCallbackWithoutResult - Class in org.springframework.transaction.support
Simple convenience class for TransactionCallback implementation.
TransactionCallbackWithoutResult() - Constructor for class org.springframework.transaction.support.TransactionCallbackWithoutResult
 
transactionConfigClass - Variable in class org.springframework.orm.ibatis.SqlMapClientFactoryBean
Deprecated.
 
transactionConfigProperties - Variable in class org.springframework.orm.ibatis.SqlMapClientFactoryBean
Deprecated.
 
TransactionConfiguration - Annotation Type in org.springframework.test.context.transaction
TransactionConfiguration defines class-level metadata for configuring transactional tests.
TransactionConfigurationAttributes - Class in org.springframework.test.context.transaction
Configuration attributes for configuring transactional tests.
TransactionConfigurationAttributes(String, boolean) - Constructor for class org.springframework.test.context.transaction.TransactionConfigurationAttributes
Construct a new TransactionConfigurationAttributes instance from the supplied arguments.
transactionContextCache - Variable in class org.springframework.test.context.transaction.TransactionalTestExecutionListener
 
transactionData - Variable in class org.springframework.orm.jdo.JdoTransactionManager.JdoTransactionObject
 
transactionData - Variable in class org.springframework.orm.jpa.EntityManagerFactoryUtils.EntityManagerSynchronization
 
transactionData - Variable in class org.springframework.orm.jpa.JpaTransactionManager.JpaTransactionObject
 
transactionDefinition - Variable in class org.springframework.jms.listener.AbstractPollingMessageListenerContainer
 
transactionDefinition - Variable in class org.springframework.test.AbstractTransactionalSpringContextTests
Deprecated.
Transaction definition used by this test class: by default, a plain DefaultTransactionDefinition.
transactionDefinition - Variable in class org.springframework.test.context.transaction.TransactionalTestExecutionListener.TransactionContext
 
TransactionDefinition - Interface in org.springframework.transaction
Interface that defines Spring-compliant transaction properties.
transactionDelegate - Variable in class org.springframework.jca.endpoint.AbstractMessageEndpointFactory.AbstractMessageEndpoint
 
TransactionException - Exception in org.springframework.transaction
Superclass for all transaction exceptions.
TransactionException(String) - Constructor for exception org.springframework.transaction.TransactionException
Constructor for TransactionException.
TransactionException(String, Throwable) - Constructor for exception org.springframework.transaction.TransactionException
Constructor for TransactionException.
transactionFactory - Variable in class org.springframework.jca.endpoint.AbstractMessageEndpointFactory
 
TransactionFactory - Interface in org.springframework.transaction.jta
Strategy interface for creating JTA javax.transaction.Transaction objects based on specified transactional characteristics.
transactionHelper - Variable in class org.springframework.transaction.jta.WebLogicJtaTransactionManager
 
transactionInfoHolder - Static variable in class org.springframework.transaction.interceptor.TransactionAspectSupport
Holder to support the currentTransactionStatus() method, and to support communication between different cooperating advices (e.g.
TransactionInProgressException - Exception in org.springframework.jms
Runtime exception mirroring the JMS TransactionInProgressException.
TransactionInProgressException(javax.jms.TransactionInProgressException) - Constructor for exception org.springframework.jms.TransactionInProgressException
 
transactionInterceptor() - Method in class org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration
 
transactionInterceptor - Variable in class org.springframework.transaction.interceptor.TransactionAttributeSourceAdvisor
 
TransactionInterceptor - Class in org.springframework.transaction.interceptor
AOP Alliance MethodInterceptor for declarative transaction management using the common Spring transaction infrastructure (PlatformTransactionManager).
TransactionInterceptor() - Constructor for class org.springframework.transaction.interceptor.TransactionInterceptor
Create a new TransactionInterceptor.
TransactionInterceptor(PlatformTransactionManager, Properties) - Constructor for class org.springframework.transaction.interceptor.TransactionInterceptor
Create a new TransactionInterceptor.
TransactionInterceptor(PlatformTransactionManager, TransactionAttributeSource) - Constructor for class org.springframework.transaction.interceptor.TransactionInterceptor
Create a new TransactionInterceptor.
transactionInterceptor - Variable in class org.springframework.transaction.interceptor.TransactionProxyFactoryBean
 
transactionIsolation - Variable in class org.springframework.jdbc.datasource.LazyConnectionDataSourceProxy.LazyConnectionInvocationHandler
 
TransactionManagementConfigurationSelector - Class in org.springframework.transaction.annotation
Selects which implementation of AbstractTransactionManagementConfiguration should be used based on the value of EnableTransactionManagement.mode() on the importing @Configuration class.
TransactionManagementConfigurationSelector() - Constructor for class org.springframework.transaction.annotation.TransactionManagementConfigurationSelector
 
TransactionManagementConfigurer - Interface in org.springframework.transaction.annotation
Interface to be implemented by @Configuration classes annotated with @EnableTransactionManagement that wish or need to specify explicitly the PlatformTransactionManager bean to be used for annotation-driven transaction management, as opposed to the default approach of a by-type lookup.
TransactionManagementConfigUtils - Class in org.springframework.transaction.config
 
TransactionManagementConfigUtils() - Constructor for class org.springframework.transaction.config.TransactionManagementConfigUtils
 
transactionManager - Variable in class org.springframework.jms.listener.AbstractPollingMessageListenerContainer
 
transactionManager - Variable in class org.springframework.orm.hibernate3.LocalTransactionManagerLookup
 
transactionManager - Variable in class org.springframework.orm.hibernate4.ConfigurableJtaPlatform
 
transactionManager - Variable in class org.springframework.scheduling.quartz.SchedulerAccessor
 
transactionManager - Variable in class org.springframework.test.AbstractTransactionalSpringContextTests
Deprecated.
The transaction manager to use
transactionManager - Variable in class org.springframework.test.context.transaction.TransactionalTestExecutionListener.TransactionContext
 
transactionManager - Variable in class org.springframework.transaction.interceptor.TransactionAspectSupport.TransactionInfo
 
transactionManager - Variable in class org.springframework.transaction.interceptor.TransactionAspectSupport
 
transactionManager - Variable in class org.springframework.transaction.jta.JtaTransactionManager
 
transactionManager - Variable in class org.springframework.transaction.jta.ManagedTransactionAdapter
 
transactionManager - Variable in class org.springframework.transaction.jta.SimpleTransactionFactory
 
transactionManager - Variable in class org.springframework.transaction.jta.UserTransactionAdapter
 
transactionManager - Variable in class org.springframework.transaction.support.TransactionTemplate
 
transactionManagerBeanName - Variable in class org.springframework.transaction.interceptor.TransactionAspectSupport
 
transactionManagerName - Variable in class org.springframework.test.context.transaction.TransactionConfigurationAttributes
 
transactionManagerName - Variable in class org.springframework.transaction.jta.JtaTransactionManager
 
transactionName - Variable in class org.springframework.jca.endpoint.AbstractMessageEndpointFactory
 
transactionOpen - Variable in class org.springframework.jms.connection.CachingConnectionFactory.CachedSessionInvocationHandler
 
TransactionOperations - Interface in org.springframework.transaction.support
Interface specifying basic transaction execution operations.
TransactionProxyFactoryBean - Class in org.springframework.transaction.interceptor
Proxy factory bean for simplified declarative transaction handling.
TransactionProxyFactoryBean() - Constructor for class org.springframework.transaction.interceptor.TransactionProxyFactoryBean
 
TransactionRolledBackException - Exception in org.springframework.jms
Runtime exception mirroring the JMS TransactionRolledBackException.
TransactionRolledBackException(javax.jms.TransactionRolledBackException) - Constructor for exception org.springframework.jms.TransactionRolledBackException
 
transactionsStarted - Variable in class org.springframework.test.AbstractTransactionalSpringContextTests
Deprecated.
Number of transactions started
transactionsStarted - Variable in class org.springframework.test.context.transaction.TransactionalTestExecutionListener
 
transactionStatus - Variable in class org.springframework.test.AbstractTransactionalSpringContextTests
Deprecated.
TransactionStatus for this test.
transactionStatus - Variable in class org.springframework.test.context.transaction.TransactionalTestExecutionListener.TransactionContext
 
transactionStatus - Variable in class org.springframework.transaction.interceptor.TransactionAspectSupport.TransactionInfo
 
TransactionStatus - Interface in org.springframework.transaction
Representation of the status of a transaction.
TransactionSuspensionNotSupportedException - Exception in org.springframework.transaction
Exception thrown when attempting to suspend an existing transaction but transaction suspension is not supported by the underlying backend.
TransactionSuspensionNotSupportedException(String) - Constructor for exception org.springframework.transaction.TransactionSuspensionNotSupportedException
Constructor for TransactionSuspensionNotSupportedException.
TransactionSuspensionNotSupportedException(String, Throwable) - Constructor for exception org.springframework.transaction.TransactionSuspensionNotSupportedException
Constructor for TransactionSuspensionNotSupportedException.
transactionSynchronization - Variable in class org.springframework.transaction.support.AbstractPlatformTransactionManager
 
TransactionSynchronization - Interface in org.springframework.transaction.support
Interface for transaction synchronization callbacks.
TransactionSynchronizationAdapter - Class in org.springframework.transaction.support
Simple TransactionSynchronization adapter containing empty method implementations, for easier overriding of single methods.
TransactionSynchronizationAdapter() - Constructor for class org.springframework.transaction.support.TransactionSynchronizationAdapter
 
TransactionSynchronizationManager - Class in org.springframework.transaction.support
Central helper that manages resources and transaction synchronizations per thread.
TransactionSynchronizationManager() - Constructor for class org.springframework.transaction.support.TransactionSynchronizationManager
 
transactionSynchronizationRegistry - Variable in class org.springframework.transaction.jta.JtaTransactionManager
 
transactionSynchronizationRegistryClass - Static variable in class org.springframework.transaction.jta.JtaTransactionManager
 
transactionSynchronizationRegistryName - Variable in class org.springframework.transaction.jta.JtaTransactionManager
 
TransactionSynchronizationUtils - Class in org.springframework.transaction.support
Utility methods for triggering specific TransactionSynchronization callback methods on all currently registered synchronizations.
TransactionSynchronizationUtils() - Constructor for class org.springframework.transaction.support.TransactionSynchronizationUtils
 
TransactionSynchronizationUtils.ScopedProxyUnwrapper - Class in org.springframework.transaction.support
Inner class to avoid hard-coded dependency on AOP module.
TransactionSynchronizationUtils.ScopedProxyUnwrapper() - Constructor for class org.springframework.transaction.support.TransactionSynchronizationUtils.ScopedProxyUnwrapper
 
TransactionSystemException - Exception in org.springframework.transaction
Exception thrown when a general transaction system error is encountered, like on commit or rollback.
TransactionSystemException(String) - Constructor for exception org.springframework.transaction.TransactionSystemException
Constructor for TransactionSystemException.
TransactionSystemException(String, Throwable) - Constructor for exception org.springframework.transaction.TransactionSystemException
Constructor for TransactionSystemException.
TransactionTemplate - Class in org.springframework.transaction.support
Template class that simplifies programmatic transaction demarcation and transaction exception handling.
TransactionTemplate() - Constructor for class org.springframework.transaction.support.TransactionTemplate
Construct a new TransactionTemplate for bean usage.
TransactionTemplate(PlatformTransactionManager) - Constructor for class org.springframework.transaction.support.TransactionTemplate
Construct a new TransactionTemplate using the given transaction manager.
TransactionTemplate(PlatformTransactionManager, TransactionDefinition) - Constructor for class org.springframework.transaction.support.TransactionTemplate
Construct a new TransactionTemplate using the given transaction manager, taking its default settings from the given transaction definition.
TransactionTimedOutException - Exception in org.springframework.transaction
Exception to be thrown when a transaction has timed out.
TransactionTimedOutException(String) - Constructor for exception org.springframework.transaction.TransactionTimedOutException
Constructor for TransactionTimedOutException.
TransactionTimedOutException(String, Throwable) - Constructor for exception org.springframework.transaction.TransactionTimedOutException
Constructor for TransactionTimedOutException.
transactionTimeout - Variable in class org.springframework.jca.endpoint.AbstractMessageEndpointFactory
 
transactionType - Variable in class org.springframework.orm.jpa.persistenceunit.MutablePersistenceUnitInfo
 
TransactionUsageException - Exception in org.springframework.transaction
Superclass for exceptions caused by inappropriate usage of a Spring transaction API.
TransactionUsageException(String) - Constructor for exception org.springframework.transaction.TransactionUsageException
Constructor for TransactionUsageException.
TransactionUsageException(String, Throwable) - Constructor for exception org.springframework.transaction.TransactionUsageException
Constructor for TransactionUsageException.
transferTo(File) - Method in class org.springframework.mock.web.MockMultipartFile
 
transferTo(File) - Method in class org.springframework.web.multipart.commons.CommonsMultipartFile
 
transferTo(File) - Method in interface org.springframework.web.multipart.MultipartFile
Transfer the received file to the given destination file.
transferTo(File) - Method in class org.springframework.web.multipart.support.StandardMultipartHttpServletRequest.StandardMultipartFile
 
transform(ClassLoader, String, Class<?>, ProtectionDomain, byte[]) - Method in class org.springframework.context.weaving.AspectJWeavingEnabler.AspectJClassBypassingClassFileTransformer
 
transform(Source, Result) - Method in class org.springframework.http.converter.xml.AbstractXmlHttpMessageConverter
Transforms the given Source to the Result.
transform(ClassLoader, String, Class<?>, ProtectionDomain, byte[]) - Method in class org.springframework.instrument.classloading.glassfish.ClassTransformerAdapter
 
transform(ClassLoader, String, Class<?>, ProtectionDomain, byte[]) - Method in class org.springframework.instrument.classloading.InstrumentationLoadTimeWeaver.FilteringClassFileTransformer
 
transform(ClassLoader, String, Class<?>, ProtectionDomain, byte[]) - Method in class org.springframework.instrument.classloading.jboss.JBossMCTranslatorAdapter
 
transform(String, byte[], CodeSource, ClassLoader) - Method in class org.springframework.instrument.classloading.websphere.WebSphereClassPreDefinePlugin
 
transform(ClassLoader, String, Class<?>, ProtectionDomain, byte[]) - Method in class org.springframework.orm.jpa.persistenceunit.ClassFileTransformerAdapter
 
transformAndMarshal(Object, Result) - Method in class org.springframework.oxm.jibx.JibxMarshaller
 
transformAndUnmarshal(Source) - Method in class org.springframework.oxm.jibx.JibxMarshaller
 
transformedBeanName(String) - Static method in class org.springframework.beans.factory.BeanFactoryUtils
Return the actual bean name, stripping out the factory dereference prefix (if any, also stripping repeated factory prefixes if found).
transformedBeanName(String) - Method in class org.springframework.beans.factory.support.AbstractBeanFactory
Return the bean name, stripping out the factory dereference prefix if necessary, and resolving aliases to canonical names.
transformer - Variable in class org.springframework.instrument.classloading.jboss.JBossMCTranslatorAdapter
 
transformer - Variable in class org.springframework.instrument.classloading.oc4j.OC4JClassPreprocessorAdapter
 
transformer - Variable in class org.springframework.instrument.classloading.weblogic.WebLogicClassPreProcessorAdapter
 
transformer - Variable in class org.springframework.instrument.classloading.websphere.WebSphereClassPreDefinePlugin
 
TRANSFORMER_ADD_METHOD_NAME - Static variable in class org.springframework.instrument.classloading.jboss.JBossModulesAdapter
 
TRANSFORMER_FIELD_NAME - Static variable in class org.springframework.instrument.classloading.jboss.JBossModulesAdapter
 
transformerFactory - Variable in class org.springframework.http.converter.xml.AbstractXmlHttpMessageConverter
 
transformerFactory - Variable in class org.springframework.oxm.jibx.JibxMarshaller
 
transformerFactory - Variable in class org.springframework.web.servlet.view.xslt.AbstractXsltView
Deprecated.
 
transformerFactory - Variable in class org.springframework.web.servlet.view.xslt.XsltView
 
transformerFactoryClass - Variable in class org.springframework.web.servlet.view.xslt.AbstractXsltView
Deprecated.
 
transformerFactoryClass - Variable in class org.springframework.web.servlet.view.xslt.XsltView
 
transformerList - Variable in class org.springframework.instrument.classloading.websphere.WebSphereClassLoaderAdapter
 
transformers - Variable in class org.springframework.instrument.classloading.InstrumentationLoadTimeWeaver
 
transformers - Variable in class org.springframework.instrument.classloading.WeavingTransformer
 
TransformerUtils - Class in org.springframework.util.xml
Contains common behavior relating to Transformers, and the javax.xml.transform package in general.
TransformerUtils() - Constructor for class org.springframework.util.xml.TransformerUtils
 
transformIfNecessary(String, byte[]) - Method in class org.springframework.core.OverridingClassLoader
Transformation hook to be implemented by subclasses.
transformIfNecessary(String, byte[]) - Method in class org.springframework.instrument.classloading.SimpleInstrumentableClassLoader
 
transformIfNecessary(String, byte[]) - Method in class org.springframework.instrument.classloading.WeavingTransformer
Apply transformation on a given class byte definition.
transformIfNecessary(String, String, byte[], ProtectionDomain) - Method in class org.springframework.instrument.classloading.WeavingTransformer
Apply transformation on a given class byte definition.
transformPath(String) - Method in class org.springframework.web.servlet.view.DefaultRequestToViewNameTranslator
Transform the request URI (in the context of the webapp) stripping slashes and extensions, and replacing the separator as required.
TransformTag - Class in org.springframework.web.servlet.tags
Tag for transforming reference data values from form controllers and other objects inside a spring:bind tag (or a data-bound form element tag from Spring's form tag library).
TransformTag() - Constructor for class org.springframework.web.servlet.tags.TransformTag
 
transformToByteArrayInputStream(Source) - Method in class org.springframework.http.converter.xml.SourceHttpMessageConverter
 
TRANSIENT_DATA_ACCESS_RESOURCE_CODES - Static variable in class org.springframework.jdbc.support.SQLStateSQLExceptionTranslator
 
TransientDataAccessException - Exception in org.springframework.dao
Root of the hierarchy of data access exceptions that are considered transient - where a previously failed operation might be able to succeed when the operation is retried without any intervention by application-level functionality.
TransientDataAccessException(String) - Constructor for exception org.springframework.dao.TransientDataAccessException
Constructor for TransientDataAccessException.
TransientDataAccessException(String, Throwable) - Constructor for exception org.springframework.dao.TransientDataAccessException
Constructor for TransientDataAccessException.
transientDataAccessResourceCodes - Variable in class org.springframework.jdbc.support.SQLErrorCodes
 
TransientDataAccessResourceException - Exception in org.springframework.dao
Data access exception thrown when a resource fails temporarily and the operation can be retried.
TransientDataAccessResourceException(String) - Constructor for exception org.springframework.dao.TransientDataAccessResourceException
Constructor for TransientDataAccessResourceException.
TransientDataAccessResourceException(String, Throwable) - Constructor for exception org.springframework.dao.TransientDataAccessResourceException
Constructor for TransientDataAccessResourceException.
translate(String, String, SQLException) - Method in class org.springframework.jdbc.support.AbstractFallbackSQLExceptionTranslator
translate(String, String, SQLException) - Method in interface org.springframework.jdbc.support.SQLExceptionTranslator
Translate the given SQLException into a generic DataAccessException.
translateException(HibernateException) - Method in class org.springframework.orm.hibernate3.SpringSessionSynchronization
 
translateException(JDOException) - Method in class org.springframework.orm.jdo.DefaultJdoDialect
This implementation delegates to PersistenceManagerFactoryUtils.
translateException(JDOException) - Method in interface org.springframework.orm.jdo.JdoDialect
Translate the given JDOException to a corresponding exception from Spring's generic DataAccessException hierarchy.
translateExceptionIfPossible(RuntimeException) - Method in class org.springframework.dao.support.ChainedPersistenceExceptionTranslator
 
translateExceptionIfPossible(RuntimeException) - Method in interface org.springframework.dao.support.PersistenceExceptionTranslator
Translate the given runtime exception thrown by a persistence framework to a corresponding exception from Spring's generic DataAccessException hierarchy, if possible.
translateExceptionIfPossible(RuntimeException) - Method in class org.springframework.orm.hibernate3.HibernateExceptionTranslator
 
translateExceptionIfPossible(RuntimeException) - Method in class org.springframework.orm.hibernate4.HibernateExceptionTranslator
 
translateExceptionIfPossible(RuntimeException) - Method in class org.springframework.orm.jdo.DefaultJdoDialect
Implementation of the PersistenceExceptionTranslator interface, as autodetected by Spring's PersistenceExceptionTranslationPostProcessor.
translateExceptionIfPossible(RuntimeException) - Method in class org.springframework.orm.jdo.LocalPersistenceManagerFactoryBean
Implementation of the PersistenceExceptionTranslator interface, as autodetected by Spring's PersistenceExceptionTranslationPostProcessor.
translateExceptionIfPossible(RuntimeException) - Method in class org.springframework.orm.jpa.AbstractEntityManagerFactoryBean
Implementation of the PersistenceExceptionTranslator interface, as autodetected by Spring's PersistenceExceptionTranslationPostProcessor.
translateExceptionIfPossible(RuntimeException) - Method in class org.springframework.orm.jpa.DefaultJpaDialect
This implementation delegates to EntityManagerFactoryUtils.
translateExceptionIfPossible(RuntimeException) - Method in class org.springframework.orm.jpa.vendor.HibernateJpaDialect
 
translateIfNecessary(RuntimeException, PersistenceExceptionTranslator) - Static method in class org.springframework.dao.support.DataAccessUtils
Return a translated exception if this is appropriate, otherwise return the input exception.
translateIfNecessary(RuntimeException) - Method in class org.springframework.orm.jpa.JpaAccessor
Deprecated.
Convert the given runtime exception to an appropriate exception from the org.springframework.dao hierarchy if necessary, or return the exception itself if it is not persistence related
TRANSLATOR_NAME - Static variable in class org.springframework.instrument.classloading.jboss.JBossMCAdapter
 
translatorClass - Variable in class org.springframework.instrument.classloading.jboss.JBossMCAdapter
 
translatorMap - Variable in class org.springframework.jdbc.support.CustomSQLExceptionTranslatorRegistry
Map registry to hold custom translators specific databases.
translators - Variable in class org.springframework.jdbc.support.CustomSQLExceptionTranslatorRegistrar
Map registry to hold custom translators specific databases.
traversableResolver - Variable in class org.springframework.validation.beanvalidation.CustomValidatorBean
 
traversableResolver - Variable in class org.springframework.validation.beanvalidation.LocalValidatorFactoryBean
 
trigger - Variable in class org.springframework.scheduling.commonj.TimerManagerTaskScheduler.ReschedulingTimerListener
 
trigger - Variable in class org.springframework.scheduling.concurrent.ReschedulingRunnable
 
trigger - Variable in class org.springframework.scheduling.config.TriggerTask
 
Trigger - Interface in org.springframework.scheduling
Common interface for trigger objects that determine the next execution time of a task that they get associated with.
triggerAfterActionCompletion(HandlerExecutionChain, int, ActionRequest, ActionResponse, Exception) - Method in class org.springframework.web.portlet.DispatcherPortlet
Trigger afterCompletion callbacks on the mapped HandlerInterceptors.
triggerAfterCommit(DefaultTransactionStatus) - Method in class org.springframework.transaction.support.AbstractPlatformTransactionManager
Trigger afterCommit callbacks.
triggerAfterCommit() - Static method in class org.springframework.transaction.support.TransactionSynchronizationUtils
Trigger afterCommit callbacks on all currently registered synchronizations.
triggerAfterCompletion(DefaultTransactionStatus, int) - Method in class org.springframework.transaction.support.AbstractPlatformTransactionManager
Trigger afterCompletion callbacks.
triggerAfterCompletion(int) - Static method in class org.springframework.transaction.support.TransactionSynchronizationUtils
Trigger afterCompletion callbacks on all currently registered synchronizations.
triggerAfterCompletion(NativeWebRequest, Callable<?>) - Method in class org.springframework.web.context.request.async.CallableInterceptorChain
 
triggerAfterCompletion(NativeWebRequest, DeferredResult<?>) - Method in class org.springframework.web.context.request.async.DeferredResultInterceptorChain
 
triggerAfterCompletion(HttpServletRequest, HttpServletResponse, HandlerExecutionChain, Exception) - Method in class org.springframework.web.servlet.DispatcherServlet
 
triggerAfterCompletion(HttpServletRequest, HttpServletResponse, Exception) - Method in class org.springframework.web.servlet.HandlerExecutionChain
Trigger afterCompletion callbacks on the mapped HandlerInterceptors.
triggerAfterCompletionWithError(HttpServletRequest, HttpServletResponse, HandlerExecutionChain, Error) - Method in class org.springframework.web.servlet.DispatcherServlet
 
triggerAfterEventCompletion(HandlerExecutionChain, int, EventRequest, EventResponse, Exception) - Method in class org.springframework.web.portlet.DispatcherPortlet
Trigger afterCompletion callbacks on the mapped HandlerInterceptors.
triggerAfterRenderCompletion(HandlerExecutionChain, int, RenderRequest, RenderResponse, Exception) - Method in class org.springframework.web.portlet.DispatcherPortlet
Trigger afterCompletion callbacks on the mapped HandlerInterceptors.
triggerAfterResourceCompletion(HandlerExecutionChain, int, ResourceRequest, ResourceResponse, Exception) - Method in class org.springframework.web.portlet.DispatcherPortlet
Trigger afterCompletion callbacks on the mapped HandlerInterceptors.
triggerAfterTimeout(NativeWebRequest, Callable<?>) - Method in class org.springframework.web.context.request.async.CallableInterceptorChain
 
triggerAfterTimeout(NativeWebRequest, DeferredResult<?>) - Method in class org.springframework.web.context.request.async.DeferredResultInterceptorChain
 
triggerBeforeCommit(DefaultTransactionStatus) - Method in class org.springframework.transaction.support.AbstractPlatformTransactionManager
Trigger beforeCommit callbacks.
triggerBeforeCommit(boolean) - Static method in class org.springframework.transaction.support.TransactionSynchronizationUtils
Trigger beforeCommit callbacks on all currently registered synchronizations.
triggerBeforeCompletion(DefaultTransactionStatus) - Method in class org.springframework.transaction.support.AbstractPlatformTransactionManager
Trigger beforeCompletion callbacks.
triggerBeforeCompletion() - Static method in class org.springframework.transaction.support.TransactionSynchronizationUtils
Trigger beforeCompletion callbacks on all currently registered synchronizations.
triggerContext - Variable in class org.springframework.scheduling.commonj.TimerManagerTaskScheduler.ReschedulingTimerListener
 
triggerContext - Variable in class org.springframework.scheduling.concurrent.ReschedulingRunnable
 
TriggerContext - Interface in org.springframework.scheduling
Context object encapsulating last execution times and last completion time of a given task.
triggerContextMonitor - Variable in class org.springframework.scheduling.concurrent.ReschedulingRunnable
 
triggerExists(Trigger) - Method in class org.springframework.scheduling.quartz.SchedulerAccessor
 
triggerFlush() - Static method in class org.springframework.transaction.support.TransactionSynchronizationUtils
Trigger flush callbacks on all currently registered synchronizations.
triggerKeyClass - Static variable in class org.springframework.scheduling.quartz.SchedulerAccessor
 
triggerListeners - Variable in class org.springframework.scheduling.quartz.SchedulerAccessor
 
triggers - Variable in class org.springframework.scheduling.quartz.SchedulerAccessor
 
TriggerTask - Class in org.springframework.scheduling.config
Task implementation defining a Runnable to be executed according to a given Trigger.
TriggerTask(Runnable, Trigger) - Constructor for class org.springframework.scheduling.config.TriggerTask
Create a new TriggerTask.
triggerTaskReference(String, String, Element, ParserContext) - Method in class org.springframework.scheduling.config.ScheduledTasksBeanDefinitionParser
 
triggerTasks - Variable in class org.springframework.scheduling.config.ScheduledTaskRegistrar
 
trimAllWhitespace(String) - Static method in class org.springframework.util.StringUtils
Trim all whitespace from the given String: leading, trailing, and inbetween characters.
trimArrayElements(String[]) - Static method in class org.springframework.util.StringUtils
Trim the elements of the given String array, calling String.trim() on each of them.
trimLeadingCharacter(String, char) - Static method in class org.springframework.util.StringUtils
Trim all occurences of the supplied leading character from the given String.
trimLeadingWhitespace(String) - Static method in class org.springframework.util.StringUtils
Trim leading whitespace from the given String.
trimTokens - Variable in class org.springframework.util.AntPathMatcher
 
trimTrailingCharacter(String, char) - Static method in class org.springframework.util.StringUtils
Trim all occurences of the supplied trailing character from the given String.
trimTrailingWhitespace(String) - Static method in class org.springframework.util.StringUtils
Trim trailing whitespace from the given String.
trimValues - Variable in class org.springframework.beans.propertyeditors.StringArrayPropertyEditor
 
trimWhitespace(String) - Static method in class org.springframework.util.StringUtils
Trim leading and trailing whitespace from the given String.
TRUE - Static variable in interface org.springframework.aop.ClassFilter
Canonical instance of a ClassFilter that matches all classes.
TRUE - Static variable in interface org.springframework.aop.MethodMatcher
Canonical instance that matches all methods.
TRUE - Static variable in interface org.springframework.aop.Pointcut
Canonical Pointcut instance that always matches.
TRUE - Static variable in class org.springframework.expression.spel.support.BooleanTypedValue
 
TRUE - Static variable in class org.springframework.web.portlet.mvc.AbstractCommandController
Deprecated.
 
TRUE - Static variable in class org.springframework.web.portlet.mvc.AbstractFormController
Deprecated.
 
TRUE_HIGH - Static variable in class org.springframework.util.comparator.BooleanComparator
A shared default instance of this comparator, treating true higher than false.
TRUE_LOW - Static variable in class org.springframework.util.comparator.BooleanComparator
A shared default instance of this comparator, treating true lower than false.
TRUE_VALUE - Static variable in class org.springframework.beans.factory.support.PropertiesBeanDefinitionReader
Value of a T/F attribute that represents true.
TRUE_VALUE - Static variable in class org.springframework.beans.factory.xml.BeanDefinitionParserDelegate
Value of a T/F attribute that represents true.
TrueClassFilter - Class in org.springframework.aop
Canonical ClassFilter instance that matches all classes.
TrueClassFilter() - Constructor for class org.springframework.aop.TrueClassFilter
Enforce Singleton pattern.
trueLow - Variable in class org.springframework.util.comparator.BooleanComparator
 
TrueMethodMatcher - Class in org.springframework.aop
Canonical MethodMatcher instance that matches all methods.
TrueMethodMatcher() - Constructor for class org.springframework.aop.TrueMethodMatcher
Enforce Singleton pattern.
TruePointcut - Class in org.springframework.aop
Canonical Pointcut instance that always matches.
TruePointcut() - Constructor for class org.springframework.aop.TruePointcut
Enforce Singleton pattern.
trueString - Variable in class org.springframework.beans.propertyeditors.CustomBooleanEditor
 
trueValues - Static variable in class org.springframework.core.convert.support.StringToBooleanConverter
 
truncate(long) - Method in class org.springframework.jdbc.support.lob.PassThroughBlob
 
truncate(long) - Method in class org.springframework.jdbc.support.lob.PassThroughClob
 
tryGetBeanName(Object[]) - Method in class org.springframework.beans.factory.config.ServiceLocatorFactoryBean.ServiceLocatorInvocationHandler
Check whether a service id was passed in.
TX_DATA_SOURCE_PREFIX - Static variable in class org.springframework.scheduling.quartz.LocalDataSourceJobStore
Name used for the transactional ConnectionProvider for Quartz.
TxAdviceBeanDefinitionParser - Class in org.springframework.transaction.config
BeanDefinitionParser for the <tx:advice/> tag.
TxAdviceBeanDefinitionParser() - Constructor for class org.springframework.transaction.config.TxAdviceBeanDefinitionParser
 
txManager - Variable in class org.springframework.transaction.annotation.AbstractTransactionManagementConfiguration
 
TxNamespaceHandler - Class in org.springframework.transaction.config
NamespaceHandler allowing for the configuration of declarative transaction management using either XML or using annotations.
TxNamespaceHandler() - Constructor for class org.springframework.transaction.config.TxNamespaceHandler
 
type - Variable in class org.springframework.beans.factory.config.ConstructorArgumentValues.ValueHolder
 
type - Variable in class org.springframework.core.convert.AbstractDescriptor
 
type - Variable in class org.springframework.core.convert.TypeDescriptor
 
type - Variable in class org.springframework.core.ParameterizedTypeReference
 
type - Variable in enum org.springframework.expression.spel.ast.TypeCode
 
type - Variable in class org.springframework.http.client.support.ProxyFactoryBean
 
type - Variable in class org.springframework.http.MediaType
 
type - Variable in class org.springframework.orm.jpa.support.PersistenceAnnotationBeanPostProcessor.PersistenceElement
 
type - Variable in class org.springframework.web.servlet.tags.UrlTag
 
TYPE_ATTRIBUTE - Static variable in class org.springframework.beans.factory.xml.BeanDefinitionParserDelegate
 
TYPE_ATTRIBUTE - Static variable in class org.springframework.web.servlet.tags.form.FormTag
 
TYPE_KEY - Static variable in class org.springframework.jmx.export.naming.IdentityNamingStrategy
 
TYPE_PATTERN - Static variable in class org.springframework.aop.config.ConfigBeanDefinitionParser
 
TYPE_UNKNOWN - Static variable in interface org.springframework.jdbc.core.namedparam.SqlParameterSource
Constant that indicates an unknown (or unspecified) SQL type.
TYPE_UNKNOWN - Static variable in interface org.springframework.jdbc.core.SqlReturnType
Constant that indicates an unknown (or unspecified) SQL type.
TYPE_UNKNOWN - Static variable in interface org.springframework.jdbc.core.SqlTypeValue
Constant that indicates an unknown (or unspecified) SQL type.
TYPE_UNKNOWN - Static variable in class org.springframework.jdbc.support.JdbcUtils
Constant that indicates an unknown (or unspecified) SQL type.
typeClass - Variable in class org.springframework.orm.hibernate3.TypeDefinitionBean
 
TypeCode - Enum in org.springframework.expression.spel.ast
Captures primitive types and their corresponding class objects, plus one special entry that represents all reference (non-primitive) types.
TypeCode(Class<?>) - Constructor for enum org.springframework.expression.spel.ast.TypeCode
 
typeComparator - Variable in class org.springframework.expression.spel.support.StandardEvaluationContext
 
TypeComparator - Interface in org.springframework.expression
Instances of a type comparator should be able to compare pairs of objects for equality, the specification of the return value is the same as for Comparable.
typeConverter - Variable in class org.springframework.beans.factory.support.AbstractBeanFactory
A custom TypeConverter to use, overriding the default PropertyEditor mechanism
typeConverter - Variable in class org.springframework.beans.factory.support.BeanDefinitionValueResolver
 
typeConverter - Variable in class org.springframework.beans.support.ArgumentConvertingMethodInvoker
 
TypeConverter - Interface in org.springframework.beans
Interface that defines type conversion methods.
typeConverter - Variable in class org.springframework.expression.spel.ast.Indexer.ArrayIndexingValueRef
 
typeConverter - Variable in class org.springframework.expression.spel.ast.Indexer.CollectionIndexingValueRef
 
typeConverter - Variable in class org.springframework.expression.spel.ast.Indexer.MapIndexingValueRef
 
typeConverter - Variable in class org.springframework.expression.spel.support.StandardEvaluationContext
 
TypeConverter - Interface in org.springframework.expression
A type converter can convert values between different types encountered during expression evaluation.
typeConverter - Variable in class org.springframework.validation.DataBinder
 
TypeConverterDelegate - Class in org.springframework.beans
Internal helper class for converting property values to target types.
TypeConverterDelegate(PropertyEditorRegistrySupport) - Constructor for class org.springframework.beans.TypeConverterDelegate
Create a new TypeConverterDelegate for the given editor registry.
TypeConverterDelegate(PropertyEditorRegistrySupport, Object) - Constructor for class org.springframework.beans.TypeConverterDelegate
Create a new TypeConverterDelegate for the given editor registry and bean instance.
typeConverterDelegate - Variable in class org.springframework.beans.TypeConverterSupport
 
TypeConverterSupport - Class in org.springframework.beans
Base implementation of the TypeConverter interface, using a package-private delegate.
TypeConverterSupport() - Constructor for class org.springframework.beans.TypeConverterSupport
 
TypeDefinitionBean - Class in org.springframework.orm.hibernate3
Bean that encapsulates a Hibernate type definition.
TypeDefinitionBean() - Constructor for class org.springframework.orm.hibernate3.TypeDefinitionBean
 
typeDefinitions - Variable in class org.springframework.orm.hibernate3.LocalSessionFactoryBean
 
TypeDescriptor - Class in org.springframework.core.convert
Context about a type to convert from or to.
TypeDescriptor(MethodParameter) - Constructor for class org.springframework.core.convert.TypeDescriptor
Create a new type descriptor from a MethodParameter.
TypeDescriptor(Field) - Constructor for class org.springframework.core.convert.TypeDescriptor
Create a new type descriptor from a Field.
TypeDescriptor(Property) - Constructor for class org.springframework.core.convert.TypeDescriptor
Create a new type descriptor from a Property.
TypeDescriptor(AbstractDescriptor) - Constructor for class org.springframework.core.convert.TypeDescriptor
 
TypeDescriptor(Class<?>) - Constructor for class org.springframework.core.convert.TypeDescriptor
 
TypeDescriptor(Class<?>, TypeDescriptor) - Constructor for class org.springframework.core.convert.TypeDescriptor
 
TypeDescriptor(Class<?>, TypeDescriptor, TypeDescriptor) - Constructor for class org.springframework.core.convert.TypeDescriptor
 
TypeDescriptor(Class<?>, TypeDescriptor, TypeDescriptor, TypeDescriptor, Annotation[]) - Constructor for class org.springframework.core.convert.TypeDescriptor
 
typeDescriptor - Variable in class org.springframework.expression.spel.ast.Indexer.ArrayIndexingValueRef
 
typeDescriptor - Variable in class org.springframework.expression.spel.support.ReflectivePropertyAccessor.InvokerPair
 
typeDescriptor - Variable in class org.springframework.expression.spel.support.ReflectivePropertyAccessor.OptimalPropertyAccessor
 
typeDescriptor - Variable in class org.springframework.expression.TypedValue
 
typeDescriptorCache - Static variable in class org.springframework.core.convert.TypeDescriptor
 
typeDescriptorCache - Variable in class org.springframework.expression.spel.support.ReflectivePropertyAccessor
 
TypedStringValue - Class in org.springframework.beans.factory.config
Holder for a typed String value.
TypedStringValue(String) - Constructor for class org.springframework.beans.factory.config.TypedStringValue
Create a new TypedStringValue for the given String value.
TypedStringValue(String, Class) - Constructor for class org.springframework.beans.factory.config.TypedStringValue
Create a new TypedStringValue for the given String value and target type.
TypedStringValue(String, String) - Constructor for class org.springframework.beans.factory.config.TypedStringValue
Create a new TypedStringValue for the given String value and target type.
typedValue - Variable in class org.springframework.expression.spel.ast.ValueRef.TypedValueHolderValueRef
 
TypedValue - Class in org.springframework.expression
Encapsulates an object and a type descriptor that describes it.
TypedValue(Object) - Constructor for class org.springframework.expression.TypedValue
Create a TypedValue for a simple object.
TypedValue(Object, TypeDescriptor) - Constructor for class org.springframework.expression.TypedValue
Create a TypedValue for a particular value with a particular type descriptor.
TypeFilter - Interface in org.springframework.core.type.filter
Base interface for type filters using a MetadataReader.
typeFiltersFor(AnnotationAttributes) - Method in class org.springframework.context.annotation.ComponentScanAnnotationParser
 
typeIdentifiers - Variable in class org.springframework.beans.factory.support.ReplaceOverride
 
typeIdPropertyName - Variable in class org.springframework.jms.support.converter.MappingJackson2MessageConverter
 
typeIdPropertyName - Variable in class org.springframework.jms.support.converter.MappingJacksonMessageConverter
 
typeIndexesPerLevel - Variable in class org.springframework.core.convert.FieldDescriptor
 
typeIndexesPerLevel - Variable in class org.springframework.core.MethodParameter
Map from Integer level to Integer type index
typeInfo - Variable in class org.springframework.core.convert.support.GenericConversionService.ConverterAdapter
 
typeInfo - Variable in class org.springframework.core.convert.support.GenericConversionService.ConverterFactoryAdapter
 
typeLevelMapping - Variable in class org.springframework.web.bind.annotation.support.HandlerMethodResolver
 
typeLocator - Variable in class org.springframework.expression.spel.support.StandardEvaluationContext
 
TypeLocator - Interface in org.springframework.expression
Implementors of this interface are expected to be able to locate types.
TypeMismatchDataAccessException - Exception in org.springframework.dao
Exception thrown on mismatch between Java type and database type: for example on an attempt to set an object of the wrong type in an RDBMS column.
TypeMismatchDataAccessException(String) - Constructor for exception org.springframework.dao.TypeMismatchDataAccessException
Constructor for TypeMismatchDataAccessException.
TypeMismatchDataAccessException(String, Throwable) - Constructor for exception org.springframework.dao.TypeMismatchDataAccessException
Constructor for TypeMismatchDataAccessException.
TypeMismatchException - Exception in org.springframework.beans
Exception thrown on a type mismatch when trying to set a bean property.
TypeMismatchException(PropertyChangeEvent, Class) - Constructor for exception org.springframework.beans.TypeMismatchException
Create a new TypeMismatchException.
TypeMismatchException(PropertyChangeEvent, Class, Throwable) - Constructor for exception org.springframework.beans.TypeMismatchException
Create a new TypeMismatchException.
TypeMismatchException(Object, Class) - Constructor for exception org.springframework.beans.TypeMismatchException
Create a new TypeMismatchException without PropertyChangeEvent.
TypeMismatchException(Object, Class, Throwable) - Constructor for exception org.springframework.beans.TypeMismatchException
Create a new TypeMismatchException without PropertyChangeEvent.
TypeMismatchNamingException - Exception in org.springframework.jndi
Exception thrown if a type mismatch is encountered for an object located in a JNDI environment.
TypeMismatchNamingException(String, Class, Class) - Constructor for exception org.springframework.jndi.TypeMismatchNamingException
Construct a new TypeMismatchNamingException, building an explanation text from the given arguments.
TypeMismatchNamingException(String) - Constructor for exception org.springframework.jndi.TypeMismatchNamingException
Construct a new TypeMismatchNamingException.
typeName - Variable in class org.springframework.beans.factory.parsing.QualifierEntry
 
typeName - Variable in class org.springframework.beans.factory.support.AutowireCandidateQualifier
 
typeName - Variable in class org.springframework.jdbc.core.metadata.CallParameterMetaData
 
typeName - Variable in class org.springframework.jdbc.core.SqlParameter
Used for types that are user-named like: STRUCT, DISTINCT, JAVA_OBJECT, named array types
typeName - Variable in class org.springframework.orm.hibernate3.TypeDefinitionBean
 
typeNames - Variable in class org.springframework.jdbc.core.namedparam.AbstractSqlParameterSource
 
typePattern - Variable in class org.springframework.aop.aspectj.TypePatternClassFilter
 
typePattern - Variable in class org.springframework.core.type.filter.AspectJTypeFilter
 
typePatternClassFilter - Variable in class org.springframework.aop.aspectj.DeclareParentsAdvisor
 
TypePatternClassFilter - Class in org.springframework.aop.aspectj
Spring AOP ClassFilter implementation using AspectJ type matching.
TypePatternClassFilter() - Constructor for class org.springframework.aop.aspectj.TypePatternClassFilter
Creates a new instance of the TypePatternClassFilter class.
TypePatternClassFilter(String) - Constructor for class org.springframework.aop.aspectj.TypePatternClassFilter
Create a fully configured TypePatternClassFilter using the given type pattern.
TypeReference - Class in org.springframework.expression.spel.ast
Represents a reference to a type, for example "T(String)" or "T(com.somewhere.Foo)"
TypeReference(int, SpelNodeImpl) - Constructor for class org.springframework.expression.spel.ast.TypeReference
 
TypeReference(int, SpelNodeImpl, int) - Constructor for class org.springframework.expression.spel.ast.TypeReference
 
typeRequiresMultiple(Class) - Static method in class org.springframework.web.servlet.tags.form.SelectTag
Returns 'true' for arrays, Collections and Maps.
typeResolver - Static variable in class org.springframework.orm.hibernate3.FilterDefinitionFactoryBean
 
TypeUtils - Class in org.springframework.util
Utility to work with Java 5 generic type parameters.
TypeUtils() - Constructor for class org.springframework.util.TypeUtils
 
typeVariableCache - Static variable in class org.springframework.core.GenericTypeResolver
Cache from Class to TypeVariable Map
typeVariableMap - Variable in class org.springframework.core.MethodParameter
 

U

UiApplicationContextUtils - Class in org.springframework.ui.context.support
Utility class for UI application context implementations.
UiApplicationContextUtils() - Constructor for class org.springframework.ui.context.support.UiApplicationContextUtils
 
ultimateTargetClass(Object) - Static method in class org.springframework.aop.framework.AopProxyUtils
Determine the ultimate target class of the given bean instance, traversing not only a top-level proxy but any number of nested proxies as well - as long as possible without side effects, that is, just for singleton targets.
UnableToRegisterMBeanException - Exception in org.springframework.jmx.export
Exception thrown when we are unable to register an MBean, for example because of a naming conflict.
UnableToRegisterMBeanException(String) - Constructor for exception org.springframework.jmx.export.UnableToRegisterMBeanException
Create a new UnableToRegisterMBeanException with the specified error message.
UnableToRegisterMBeanException(String, Throwable) - Constructor for exception org.springframework.jmx.export.UnableToRegisterMBeanException
Create a new UnableToRegisterMBeanException with the specified error message and root cause.
UnableToSendNotificationException - Exception in org.springframework.jmx.export.notification
Thrown when a JMX Notification is unable to be sent.
UnableToSendNotificationException(String) - Constructor for exception org.springframework.jmx.export.notification.UnableToSendNotificationException
Create a new instance of the UnableToSendNotificationException class with the specified error message.
UnableToSendNotificationException(String, Throwable) - Constructor for exception org.springframework.jmx.export.notification.UnableToSendNotificationException
Create a new instance of the UnableToSendNotificationException with the specified error message and root cause.
unbind(String) - Method in class org.springframework.jndi.JndiTemplate
Remove the binding for the given name from the current JNDI context.
unbind(String) - Method in class org.springframework.mock.jndi.SimpleNamingContext
 
unbind(Name) - Method in class org.springframework.mock.jndi.SimpleNamingContext
 
unbindResource(Object) - Static method in class org.springframework.transaction.support.TransactionSynchronizationManager
Unbind a resource for the given key from the current thread.
unbindResourceIfPossible(Object) - Static method in class org.springframework.transaction.support.TransactionSynchronizationManager
Unbind a resource for the given key from the current thread.
unbound() - Method in interface org.springframework.transaction.support.ResourceHolder
Notify this holder that it has been unbound from transaction synchronization.
unbound() - Method in class org.springframework.transaction.support.ResourceHolderSupport
 
UNBOUNDED_CONCURRENCY - Static variable in class org.springframework.core.task.SimpleAsyncTaskExecutor
Permit any number of concurrent invocations: that is, don't throttle concurrency.
UNBOUNDED_CONCURRENCY - Static variable in class org.springframework.util.ConcurrencyThrottleSupport
Permit any number of concurrent invocations: that is, don't throttle concurrency.
uncapitalize(String) - Static method in class org.springframework.util.StringUtils
Uncapitalize a String, changing the first letter to lower case as per Character.toLowerCase(char).
UncategorizedDataAccessException - Exception in org.springframework.dao
Normal superclass when we can't distinguish anything more specific than "something went wrong with the underlying resource": for example, a SQLException from JDBC we can't pinpoint more precisely.
UncategorizedDataAccessException(String, Throwable) - Constructor for exception org.springframework.dao.UncategorizedDataAccessException
Constructor for UncategorizedDataAccessException.
UncategorizedJmsException - Exception in org.springframework.jms
JmsException to be thrown when no other matching subclass found.
UncategorizedJmsException(String) - Constructor for exception org.springframework.jms.UncategorizedJmsException
Constructor that takes a message.
UncategorizedJmsException(String, Throwable) - Constructor for exception org.springframework.jms.UncategorizedJmsException
Constructor that takes a message and a root cause.
UncategorizedJmsException(Throwable) - Constructor for exception org.springframework.jms.UncategorizedJmsException
Constructor that takes a root cause only.
UncategorizedMappingException - Exception in org.springframework.oxm
Exception that indicates that the cause cannot be distinguished further.
UncategorizedMappingException(String, Throwable) - Constructor for exception org.springframework.oxm.UncategorizedMappingException
Construct an UncategorizedMappingException with the specified detail message and nested exception.
UncategorizedSQLException - Exception in org.springframework.jdbc
Exception thrown when we can't classify a SQLException into one of our generic data access exceptions.
UncategorizedSQLException(String, String, SQLException) - Constructor for exception org.springframework.jdbc.UncategorizedSQLException
Constructor for UncategorizedSQLException.
uncaughtExceptionHandler - Variable in class org.springframework.scheduling.concurrent.ForkJoinPoolFactoryBean
 
under(Class) - Method in interface org.springframework.core.ControlFlow
Detect whether we're under the given class, according to the current stack trace.
under(Class, String) - Method in interface org.springframework.core.ControlFlow
Detect whether we're under the given class and method, according to the current stack trace.
under(Class) - Method in class org.springframework.core.ControlFlowFactory.Jdk14ControlFlow
Searches for class name match in a StackTraceElement.
under(Class, String) - Method in class org.springframework.core.ControlFlowFactory.Jdk14ControlFlow
Searches for class name match plus method name match in a StackTraceElement.
underscoreName(String) - Method in class org.springframework.jdbc.core.BeanPropertyRowMapper
Convert a name in camelCase to an underscored name in lower case.
underToken(String) - Method in interface org.springframework.core.ControlFlow
Detect whether the current stack trace contains the given token.
underToken(String) - Method in class org.springframework.core.ControlFlowFactory.Jdk14ControlFlow
Leave it up to the caller to decide what matches.
unescape(String) - Method in class org.springframework.util.DefaultPropertiesPersister
 
UnexpectedRollbackException - Exception in org.springframework.transaction
Thrown when an attempt to commit a transaction resulted in an unexpected rollback.
UnexpectedRollbackException(String) - Constructor for exception org.springframework.transaction.UnexpectedRollbackException
Constructor for UnexpectedRollbackException.
UnexpectedRollbackException(String, Throwable) - Constructor for exception org.springframework.transaction.UnexpectedRollbackException
Constructor for UnexpectedRollbackException.
unexportObjectSilently() - Method in class org.springframework.remoting.rmi.RmiServiceExporter
Unexport the registered RMI object, logging any exception that arises.
UNICODE_LENGTH - Static variable in class org.springframework.beans.propertyeditors.CharacterEditor
The length of a Unicode character sequence.
UNICODE_PREFIX - Static variable in class org.springframework.beans.propertyeditors.CharacterEditor
The prefix that identifies a string as being a Unicode character sequence.
union(ClassFilter, ClassFilter) - Static method in class org.springframework.aop.support.ClassFilters
Match all classes that either (or both) of the given ClassFilters matches.
union(ClassFilter[]) - Static method in class org.springframework.aop.support.ClassFilters
Match all classes that either (or all) of the given ClassFilters matches.
union(ClassFilter) - Method in class org.springframework.aop.support.ComposablePointcut
Apply a union with the given ClassFilter.
union(MethodMatcher) - Method in class org.springframework.aop.support.ComposablePointcut
Apply a union with the given MethodMatcher.
union(Pointcut) - Method in class org.springframework.aop.support.ComposablePointcut
Apply a union with the given Pointcut.
union(MethodMatcher, MethodMatcher) - Static method in class org.springframework.aop.support.MethodMatchers
Match all methods that either (or both) of the given MethodMatchers matches.
union(MethodMatcher, ClassFilter, MethodMatcher, ClassFilter) - Static method in class org.springframework.aop.support.MethodMatchers
Match all methods that either (or both) of the given MethodMatchers matches.
union(Pointcut, Pointcut) - Static method in class org.springframework.aop.support.Pointcuts
Match all methods that either (or both) of the given pointcuts matches.
uniqueBean(Class<T>, Map<String, T>) - Static method in class org.springframework.beans.factory.BeanFactoryUtils
Extract a unique bean for the given type from the given Map of matching beans.
uniqueResult(Collection<T>) - Static method in class org.springframework.dao.support.DataAccessUtils
Return a unique result object from the given Collection.
unit - Variable in class org.springframework.jmx.export.metadata.ManagedMetric
 
UNIT_NAME - Static variable in class org.springframework.orm.jpa.persistenceunit.PersistenceUnitReader
 
unitName - Variable in class org.springframework.orm.jpa.support.PersistenceAnnotationBeanPostProcessor.PersistenceElement
 
UnknownAdviceTypeException - Exception in org.springframework.aop.framework.adapter
Exception thrown when an attempt is made to use an unsupported Advisor or Advice type.
UnknownAdviceTypeException(Object) - Constructor for exception org.springframework.aop.framework.adapter.UnknownAdviceTypeException
Create a new UnknownAdviceTypeException for the given advice object.
UnknownAdviceTypeException(String) - Constructor for exception org.springframework.aop.framework.adapter.UnknownAdviceTypeException
Create a new UnknownAdviceTypeException with the given message.
unknownEditorTypes - Static variable in class org.springframework.beans.BeanUtils
 
UnknownHttpStatusCodeException - Exception in org.springframework.web.client
Exception thrown when an unknown (or custom) HTTP status code is received.
UnknownHttpStatusCodeException(int, String, HttpHeaders, byte[], Charset) - Constructor for exception org.springframework.web.client.UnknownHttpStatusCodeException
Construct a new instance of HttpStatusCodeException based on an HttpStatus, status text, and response body content.
unless - Variable in class org.springframework.cache.interceptor.CacheableOperation
 
unless - Variable in class org.springframework.cache.interceptor.CachePutOperation
 
unless(String, Method, EvaluationContext) - Method in class org.springframework.cache.interceptor.ExpressionEvaluator
 
unlessCache - Variable in class org.springframework.cache.interceptor.ExpressionEvaluator
 
unloadBeanFactory() - Method in class org.springframework.ejb.support.AbstractEnterpriseBean
Deprecated.
Unload the Spring BeanFactory instance.
unloadBeanFactory() - Method in class org.springframework.ejb.support.AbstractStatefulSessionBean
Deprecated.
Unload the Spring BeanFactory instance.
unmarshal(Source) - Method in class org.springframework.oxm.jaxb.Jaxb2Marshaller
 
unmarshal(Source, MimeContainer) - Method in class org.springframework.oxm.jaxb.Jaxb2Marshaller
 
unmarshal(Source, MimeContainer) - Method in interface org.springframework.oxm.mime.MimeUnmarshaller
Unmarshals the given provided Source into an object graph, reading binary attachments from a MimeContainer.
unmarshal(Source) - Method in class org.springframework.oxm.support.AbstractMarshaller
Unmarshals the given provided javax.xml.transform.Source into an object graph.
unmarshal(Source) - Method in interface org.springframework.oxm.Unmarshaller
Unmarshals the given Source into an object graph.
unmarshal(HierarchicalStreamReader) - Method in class org.springframework.oxm.xstream.XStreamMarshaller
Unmarshals the given graph to the given XStream HierarchicalStreamWriter.
unmarshalDomNode(Node) - Method in class org.springframework.oxm.castor.CastorMarshaller
 
unmarshalDomNode(Node) - Method in class org.springframework.oxm.jibx.JibxMarshaller
 
unmarshalDomNode(Node) - Method in class org.springframework.oxm.support.AbstractMarshaller
Abstract template method for unmarshalling from a given DOM Node.
unmarshalDomNode(Node) - Method in class org.springframework.oxm.xmlbeans.XmlBeansMarshaller
 
unmarshalDomNode(Node) - Method in class org.springframework.oxm.xstream.XStreamMarshaller
 
unmarshalDomSource(DOMSource) - Method in class org.springframework.oxm.support.AbstractMarshaller
Template method for handling DOMSources.
unmarshalFromBytesMessage(BytesMessage, Unmarshaller) - Method in class org.springframework.jms.support.converter.MarshallingMessageConverter
Unmarshal the given BytesMessage into an object.
unmarshalFromMessage(Message, Unmarshaller) - Method in class org.springframework.jms.support.converter.MarshallingMessageConverter
Template method that allows for custom message unmarshalling.
unmarshalFromTextMessage(TextMessage, Unmarshaller) - Method in class org.springframework.jms.support.converter.MarshallingMessageConverter
Unmarshal the given TextMessage into an object.
unmarshalInputStream(InputStream) - Method in class org.springframework.oxm.castor.CastorMarshaller
 
unmarshalInputStream(InputStream) - Method in class org.springframework.oxm.jibx.JibxMarshaller
 
unmarshalInputStream(InputStream) - Method in class org.springframework.oxm.support.AbstractMarshaller
Abstract template method for unmarshalling from a given InputStream.
unmarshalInputStream(InputStream) - Method in class org.springframework.oxm.xmlbeans.XmlBeansMarshaller
 
unmarshalInputStream(InputStream) - Method in class org.springframework.oxm.xstream.XStreamMarshaller
 
unmarshaller - Variable in class org.springframework.http.converter.xml.MarshallingHttpMessageConverter
 
unmarshaller - Variable in class org.springframework.jms.support.converter.MarshallingMessageConverter
 
Unmarshaller - Interface in org.springframework.oxm
Defines the contract for Object XML Mapping unmarshallers.
unmarshallerListener - Variable in class org.springframework.oxm.jaxb.Jaxb2Marshaller
 
unmarshallerProperties - Variable in class org.springframework.oxm.jaxb.Jaxb2Marshaller
 
UnmarshallingFailureException - Exception in org.springframework.oxm
Exception thrown on unmarshalling failure.
UnmarshallingFailureException(String) - Constructor for exception org.springframework.oxm.UnmarshallingFailureException
Construct a MarshallingFailureException with the specified detail message.
UnmarshallingFailureException(String, Throwable) - Constructor for exception org.springframework.oxm.UnmarshallingFailureException
Construct a MarshallingFailureException with the specified detail message and nested exception.
unmarshalReader(Reader) - Method in class org.springframework.oxm.castor.CastorMarshaller
 
unmarshalReader(Reader) - Method in class org.springframework.oxm.jibx.JibxMarshaller
 
unmarshalReader(Reader) - Method in class org.springframework.oxm.support.AbstractMarshaller
Abstract template method for unmarshalling from a given Reader.
unmarshalReader(Reader) - Method in class org.springframework.oxm.xmlbeans.XmlBeansMarshaller
 
unmarshalReader(Reader) - Method in class org.springframework.oxm.xstream.XStreamMarshaller
 
unmarshalSaxReader(XMLReader, InputSource) - Method in class org.springframework.oxm.castor.CastorMarshaller
 
unmarshalSaxReader(XMLReader, InputSource) - Method in class org.springframework.oxm.jibx.JibxMarshaller
 
unmarshalSaxReader(XMLReader, InputSource) - Method in class org.springframework.oxm.support.AbstractMarshaller
Abstract template method for unmarshalling using a given SAX XMLReader and InputSource.
unmarshalSaxReader(XMLReader, InputSource) - Method in class org.springframework.oxm.xmlbeans.XmlBeansMarshaller
 
unmarshalSaxReader(XMLReader, InputSource) - Method in class org.springframework.oxm.xstream.XStreamMarshaller
 
unmarshalSaxSource(SAXSource) - Method in class org.springframework.oxm.support.AbstractMarshaller
Template method for handling SAXSources.
unmarshalStaxSource(Unmarshaller, Source) - Method in class org.springframework.oxm.jaxb.Jaxb2Marshaller
 
unmarshalStaxSource(Source) - Method in class org.springframework.oxm.support.AbstractMarshaller
Template method for handling StaxSources.
unmarshalStreamSource(StreamSource) - Method in class org.springframework.oxm.support.AbstractMarshaller
Template method for handling StreamSources.
unmarshalXmlEventReader(XMLEventReader) - Method in class org.springframework.oxm.castor.CastorMarshaller
 
unmarshalXmlEventReader(XMLEventReader) - Method in class org.springframework.oxm.jibx.JibxMarshaller
 
unmarshalXmlEventReader(XMLEventReader) - Method in class org.springframework.oxm.support.AbstractMarshaller
Abstract template method for unmarshalling from a given Stax XMLEventReader.
unmarshalXmlEventReader(XMLEventReader) - Method in class org.springframework.oxm.xmlbeans.XmlBeansMarshaller
 
unmarshalXmlEventReader(XMLEventReader) - Method in class org.springframework.oxm.xstream.XStreamMarshaller
 
unmarshalXmlStreamReader(XMLStreamReader) - Method in class org.springframework.oxm.castor.CastorMarshaller
 
unmarshalXmlStreamReader(XMLStreamReader) - Method in class org.springframework.oxm.jibx.JibxMarshaller
 
unmarshalXmlStreamReader(XMLStreamReader) - Method in class org.springframework.oxm.support.AbstractMarshaller
Abstract template method for unmarshalling from a given Stax XMLStreamReader.
unmarshalXmlStreamReader(XMLStreamReader) - Method in class org.springframework.oxm.xmlbeans.XmlBeansMarshaller
 
unmarshalXmlStreamReader(XMLStreamReader) - Method in class org.springframework.oxm.xstream.XStreamMarshaller
 
unmodifiableMultiValueMap(MultiValueMap<? extends K, ? extends V>) - Static method in class org.springframework.util.CollectionUtils
Returns an unmodifiable view of the specified multi-value map.
unnamedParameterCount - Variable in class org.springframework.jdbc.core.namedparam.ParsedSql
 
unqualify(String) - Static method in class org.springframework.util.StringUtils
Unqualify a string qualified by a '.' dot character.
unqualify(String, char) - Static method in class org.springframework.util.StringUtils
Unqualify a string qualified by a separator character.
unquote(String) - Method in class org.springframework.http.MediaType
 
unregisterApplicationContext(ConfigurableApplicationContext) - Static method in class org.springframework.context.support.LiveBeansView
 
unregisterBeans() - Method in class org.springframework.jmx.support.MBeanRegistrationSupport
Unregisters all beans that have been registered by an instance of this class.
unregisterClassLoader(ClassLoader) - Method in class org.springframework.instrument.classloading.jboss.JBossMCTranslatorAdapter
 
unregisterManagedResource(ObjectName) - Method in class org.springframework.jmx.export.MBeanExporter
 
unregisterManagedResource(ObjectName) - Method in interface org.springframework.jmx.export.MBeanExportOperations
Remove the specified MBean from the underlying MBeanServer registry.
unregisterNamedDispatcher(String) - Method in class org.springframework.mock.web.MockServletContext
Unregister the RequestDispatcher with the given name.
unregisterNotificationListeners() - Method in class org.springframework.jmx.export.MBeanExporter
Unregister the configured NotificationListeners from the MBeanServer.
UNRESOLVED - Static variable in interface org.springframework.web.bind.support.WebArgumentResolver
Marker to be returned when the resolver does not know how to handle the given method parameter.
UNRESOLVED - Static variable in interface org.springframework.web.servlet.mvc.annotation.ModelAndViewResolver
Marker to be returned when the resolver does not know how to handle the given method parameter.
UNRESOLVED_VIEW - Static variable in class org.springframework.web.servlet.view.AbstractCachingViewResolver
Dummy marker object for unresolved views in the cache Maps
UnsatisfiedDependencyException - Exception in org.springframework.beans.factory
Exception thrown when a bean depends on other beans or simple properties that were not specified in the bean factory definition, although dependency checking was enabled.
UnsatisfiedDependencyException(String, String, String, String) - Constructor for exception org.springframework.beans.factory.UnsatisfiedDependencyException
Create a new UnsatisfiedDependencyException.
UnsatisfiedDependencyException(String, String, String, BeansException) - Constructor for exception org.springframework.beans.factory.UnsatisfiedDependencyException
Create a new UnsatisfiedDependencyException.
UnsatisfiedDependencyException(String, String, int, Class, String) - Constructor for exception org.springframework.beans.factory.UnsatisfiedDependencyException
Create a new UnsatisfiedDependencyException.
UnsatisfiedDependencyException(String, String, int, Class, BeansException) - Constructor for exception org.springframework.beans.factory.UnsatisfiedDependencyException
Create a new UnsatisfiedDependencyException.
unsatisfiedNonSimpleProperties(AbstractBeanDefinition, BeanWrapper) - Method in class org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory
Return an array of non-simple bean properties that are unsatisfied.
UnsatisfiedServletRequestParameterException - Class in org.springframework.web.bind
ServletRequestBindingException subclass that indicates an unsatisfied parameter condition, as typically expressed using an @RequestMapping annotation at the @Controller type level.
UnsatisfiedServletRequestParameterException(String[], Map) - Constructor for class org.springframework.web.bind.UnsatisfiedServletRequestParameterException
Create a new UnsatisfiedServletRequestParameterException.
unwrap(Class<T>) - Method in class org.springframework.jdbc.datasource.AbstractDataSource
 
unwrap(Class<T>) - Method in class org.springframework.jdbc.datasource.DelegatingDataSource
 
unwrap(Class<T>) - Method in class org.springframework.jdbc.datasource.embedded.EmbeddedDatabaseFactory.EmbeddedDataSourceProxy
 
unwrap(Class<T>) - Method in class org.springframework.jdbc.datasource.lookup.AbstractRoutingDataSource
 
unwrap(Class<T>) - Method in class org.springframework.validation.beanvalidation.SpringValidatorAdapter
 
unwrap() - Method in class org.springframework.web.servlet.mvc.condition.CompositeRequestCondition
 
unwrapDefinitions(BeanDefinition, BeanDefinition) - Method in class org.springframework.aop.config.AdvisorComponentDefinition
 
unwrapIfNecessary(Object) - Static method in class org.springframework.transaction.support.TransactionSynchronizationUtils.ScopedProxyUnwrapper
 
unwrapResourceIfNecessary(Object) - Static method in class org.springframework.transaction.support.TransactionSynchronizationUtils
Unwrap the given resource handle if necessary; otherwise return the given handle as-is.
unwrapReturnValue(Object) - Method in class org.springframework.util.CachingMapDecorator
Deprecated.
 
uowManager - Variable in class org.springframework.transaction.jta.WebSphereUowTransactionManager
 
uowManagerName - Variable in class org.springframework.transaction.jta.WebSphereUowTransactionManager
 
upcast(Class<?>) - Method in class org.springframework.core.convert.TypeDescriptor
Cast this TypeDescriptor to a superclass or implemented interface preserving annotations and nested type context.
updatableResults - Variable in class org.springframework.jdbc.core.CallableStatementCreatorFactory
 
updatableResults - Variable in class org.springframework.jdbc.core.PreparedStatementCreatorFactory
 
updatableResults - Variable in class org.springframework.jdbc.object.RdbmsOperation
 
UpdatableSqlQuery<T> - Class in org.springframework.jdbc.object
Reusable RDBMS query in which concrete subclasses must implement the abstract updateRow(ResultSet, int, context) method to update each row of the JDBC ResultSet and optionally map contents into an object.
UpdatableSqlQuery() - Constructor for class org.springframework.jdbc.object.UpdatableSqlQuery
Constructor to allow use as a JavaBean
UpdatableSqlQuery(DataSource, String) - Constructor for class org.springframework.jdbc.object.UpdatableSqlQuery
Convenient constructor with DataSource and SQL string.
UpdatableSqlQuery.RowMapperImpl - Class in org.springframework.jdbc.object
Implementation of RowMapper that calls the enclosing class's updateRow() method for each row.
UpdatableSqlQuery.RowMapperImpl(Map) - Constructor for class org.springframework.jdbc.object.UpdatableSqlQuery.RowMapperImpl
 
UPDATE - Static variable in class org.springframework.cache.interceptor.CacheAspectSupport
 
update(Map<CacheAspectSupport.CacheOperationContext, Object>, Object) - Method in class org.springframework.cache.interceptor.CacheAspectSupport
 
update(String) - Method in interface org.springframework.jdbc.core.JdbcOperations
Issue a single SQL update operation (such as an insert, update or delete statement).
update(PreparedStatementCreator) - Method in interface org.springframework.jdbc.core.JdbcOperations
Issue a single SQL update operation (such as an insert, update or delete statement) using a PreparedStatementCreator to provide SQL and any required parameters.
update(PreparedStatementCreator, KeyHolder) - Method in interface org.springframework.jdbc.core.JdbcOperations
Issue an update statement using a PreparedStatementCreator to provide SQL and any required parameters.
update(String, PreparedStatementSetter) - Method in interface org.springframework.jdbc.core.JdbcOperations
Issue an update statement using a PreparedStatementSetter to set bind parameters, with given SQL.
update(String, Object[], int[]) - Method in interface org.springframework.jdbc.core.JdbcOperations
Issue a single SQL update operation (such as an insert, update or delete statement) via a prepared statement, binding the given arguments.
update(String, Object...) - Method in interface org.springframework.jdbc.core.JdbcOperations
Issue a single SQL update operation (such as an insert, update or delete statement) via a prepared statement, binding the given arguments.
update(String) - Method in class org.springframework.jdbc.core.JdbcTemplate
 
update(PreparedStatementCreator, PreparedStatementSetter) - Method in class org.springframework.jdbc.core.JdbcTemplate
 
update(PreparedStatementCreator) - Method in class org.springframework.jdbc.core.JdbcTemplate
 
update(PreparedStatementCreator, KeyHolder) - Method in class org.springframework.jdbc.core.JdbcTemplate
 
update(String, PreparedStatementSetter) - Method in class org.springframework.jdbc.core.JdbcTemplate
 
update(String, Object[], int[]) - Method in class org.springframework.jdbc.core.JdbcTemplate
 
update(String, Object...) - Method in class org.springframework.jdbc.core.JdbcTemplate
 
update(String, SqlParameterSource) - Method in interface org.springframework.jdbc.core.namedparam.NamedParameterJdbcOperations
Issue an update via a prepared statement, binding the given arguments.
update(String, Map<String, ?>) - Method in interface org.springframework.jdbc.core.namedparam.NamedParameterJdbcOperations
Issue an update via a prepared statement, binding the given arguments.
update(String, SqlParameterSource, KeyHolder) - Method in interface org.springframework.jdbc.core.namedparam.NamedParameterJdbcOperations
Issue an update via a prepared statement, binding the given arguments, returning generated keys.
update(String, SqlParameterSource, KeyHolder, String[]) - Method in interface org.springframework.jdbc.core.namedparam.NamedParameterJdbcOperations
Issue an update via a prepared statement, binding the given arguments, returning generated keys.
update(String, SqlParameterSource) - Method in class org.springframework.jdbc.core.namedparam.NamedParameterJdbcTemplate
 
update(String, Map<String, ?>) - Method in class org.springframework.jdbc.core.namedparam.NamedParameterJdbcTemplate
 
update(String, SqlParameterSource, KeyHolder) - Method in class org.springframework.jdbc.core.namedparam.NamedParameterJdbcTemplate
 
update(String, SqlParameterSource, KeyHolder, String[]) - Method in class org.springframework.jdbc.core.namedparam.NamedParameterJdbcTemplate
 
update(String, Map<String, ?>) - Method in interface org.springframework.jdbc.core.simple.SimpleJdbcOperations
Deprecated.
Execute the supplied SQL statement with (optional) supplied arguments.
update(String, SqlParameterSource) - Method in interface org.springframework.jdbc.core.simple.SimpleJdbcOperations
Deprecated.
Execute the supplied SQL statement with supplied arguments.
update(String, Object...) - Method in interface org.springframework.jdbc.core.simple.SimpleJdbcOperations
Deprecated.
Execute the supplied SQL statement with supplied arguments.
update(String, Map<String, ?>) - Method in class org.springframework.jdbc.core.simple.SimpleJdbcTemplate
Deprecated.
 
update(String, SqlParameterSource) - Method in class org.springframework.jdbc.core.simple.SimpleJdbcTemplate
Deprecated.
 
update(String, Object...) - Method in class org.springframework.jdbc.core.simple.SimpleJdbcTemplate
Deprecated.
 
update(Object...) - Method in class org.springframework.jdbc.object.BatchSqlUpdate
Overridden version of update that adds the given statement parameters to the queue rather than executing them immediately.
update(Object...) - Method in class org.springframework.jdbc.object.SqlUpdate
Generic method to execute the update given parameters.
update(Object[], KeyHolder) - Method in class org.springframework.jdbc.object.SqlUpdate
Method to execute the update given arguments and retrieve the generated keys using a KeyHolder.
update() - Method in class org.springframework.jdbc.object.SqlUpdate
Convenience method to execute an update with no parameters.
update(int) - Method in class org.springframework.jdbc.object.SqlUpdate
Convenient method to execute an update given one int arg.
update(int, int) - Method in class org.springframework.jdbc.object.SqlUpdate
Convenient method to execute an update given two int args.
update(long) - Method in class org.springframework.jdbc.object.SqlUpdate
Convenient method to execute an update given one long arg.
update(long, long) - Method in class org.springframework.jdbc.object.SqlUpdate
Convenient method to execute an update given two long args.
update(String) - Method in class org.springframework.jdbc.object.SqlUpdate
Convenient method to execute an update given one String arg.
update(String, String) - Method in class org.springframework.jdbc.object.SqlUpdate
Convenient method to execute an update given two String args.
update(Object) - Method in interface org.springframework.orm.hibernate3.HibernateOperations
Update the given persistent instance, associating it with the current Hibernate org.hibernate.Session.
update(Object, LockMode) - Method in interface org.springframework.orm.hibernate3.HibernateOperations
Update the given persistent instance, associating it with the current Hibernate org.hibernate.Session.
update(String, Object) - Method in interface org.springframework.orm.hibernate3.HibernateOperations
Update the given persistent instance, associating it with the current Hibernate org.hibernate.Session.
update(String, Object, LockMode) - Method in interface org.springframework.orm.hibernate3.HibernateOperations
Update the given persistent instance, associating it with the current Hibernate org.hibernate.Session.
update(Object) - Method in class org.springframework.orm.hibernate3.HibernateTemplate
 
update(Object, LockMode) - Method in class org.springframework.orm.hibernate3.HibernateTemplate
 
update(String, Object) - Method in class org.springframework.orm.hibernate3.HibernateTemplate
 
update(String, Object, LockMode) - Method in class org.springframework.orm.hibernate3.HibernateTemplate
 
update(String) - Method in interface org.springframework.orm.ibatis.SqlMapClientOperations
Deprecated.
 
update(String, Object) - Method in interface org.springframework.orm.ibatis.SqlMapClientOperations
Deprecated.
 
update(String, Object, int) - Method in interface org.springframework.orm.ibatis.SqlMapClientOperations
Deprecated.
Convenience method provided by Spring: execute an update operation with an automatic check that the update affected the given required number of rows.
update(String) - Method in class org.springframework.orm.ibatis.SqlMapClientTemplate
Deprecated.
 
update(String, Object) - Method in class org.springframework.orm.ibatis.SqlMapClientTemplate
Deprecated.
 
update(String, Object, int) - Method in class org.springframework.orm.ibatis.SqlMapClientTemplate
Deprecated.
 
update(Date, Date, Date) - Method in class org.springframework.scheduling.support.SimpleTriggerContext
Update this holder's state with the latest time values.
updateAccessedSessionAttributes() - Method in class org.springframework.web.context.request.AbstractRequestAttributes
Update all session attributes that have been accessed during request processing, to expose their potentially updated state to the underlying session manager.
updateAccessedSessionAttributes() - Method in class org.springframework.web.context.request.ServletRequestAttributes
Update all accessed session attributes through session.setAttribute calls, explicitly indicating to the container that they might have been modified.
updateAccessedSessionAttributes() - Method in class org.springframework.web.portlet.context.PortletRequestAttributes
Update all accessed session attributes through session.setAttribute calls, explicitly indicating to the container that they might have been modified.
updateAdvisorArray() - Method in class org.springframework.aop.framework.AdvisedSupport
Bring the array up to date with the list.
updateBindingResult(NativeWebRequest, ModelMap) - Method in class org.springframework.web.method.annotation.ModelFactory
Add BindingResult attributes to the model for attributes that require it.
updateByNamedParam(Map<String, ?>) - Method in class org.springframework.jdbc.object.SqlUpdate
Generic method to execute the update given named parameters.
updateByNamedParam(Map<String, ?>, KeyHolder) - Method in class org.springframework.jdbc.object.SqlUpdate
Method to execute the update given arguments and retrieve the generated keys using a KeyHolder.
updateContentLength - Variable in class org.springframework.web.servlet.view.json.MappingJackson2JsonView
 
updateContentLength - Variable in class org.springframework.web.servlet.view.json.MappingJacksonJsonView
 
updateContentTypeHeader() - Method in class org.springframework.mock.web.MockHttpServletRequest
 
updateContentTypeHeader() - Method in class org.springframework.mock.web.MockHttpServletResponse
 
updateDatabaseSchema() - Method in class org.springframework.orm.hibernate3.LocalSessionFactoryBean
Execute schema update script, determined by the Configuration object used for creating the SessionFactory.
updateFlashMaps(List<FlashMap>, HttpServletRequest, HttpServletResponse) - Method in class org.springframework.web.servlet.support.AbstractFlashMapManager
Update the FlashMap instances in some underlying storage.
updateFlashMaps(List<FlashMap>, HttpServletRequest, HttpServletResponse) - Method in class org.springframework.web.servlet.support.SessionFlashMapManager
Save the given FlashMap instance, if not empty, in the HTTP session.
updateModel(NativeWebRequest, ModelAndViewContainer) - Method in class org.springframework.web.method.annotation.ModelFactory
Synchronize model attributes with the session.
updateModelAttributes(Object, Map<String, Object>, ExtendedModelMap, NativeWebRequest) - Method in class org.springframework.web.bind.annotation.support.HandlerMethodInvoker
 
updateNamedValueInfo(MethodParameter, AbstractNamedValueMethodArgumentResolver.NamedValueInfo) - Method in class org.springframework.web.method.annotation.AbstractNamedValueMethodArgumentResolver
Create a new NamedValueInfo based on the given NamedValueInfo with sanitized values.
updatePathRequestProperties(MockHttpServletRequest, String) - Method in class org.springframework.test.web.servlet.request.MockHttpServletRequestBuilder
Update the contextPath, servletPath, and pathInfo of the request.
updateRecoveryMarker() - Method in class org.springframework.jms.listener.DefaultMessageListenerContainer.AsyncMessageListenerInvoker
 
updateRequired - Variable in class org.springframework.cache.interceptor.CacheAspectSupport.CacheStatus
 
updateResponse(HttpServletRequest, HttpServletResponse) - Method in class org.springframework.web.filter.ShallowEtagHeaderFilter
 
updateRow(ResultSet, int, Map) - Method in class org.springframework.jdbc.object.UpdatableSqlQuery
Subclasses must implement this method to update each row of the ResultSet and optionally create object of the result type.
updateState(Object, Method, Throwable) - Method in class org.springframework.test.context.TestContext
Update this test context to reflect the state of the currently executing test.
updateTargetUrl(String, Map<String, Object>, HttpServletRequest, HttpServletResponse) - Method in class org.springframework.web.servlet.view.RedirectView
Find the registered RequestDataValueProcessor, if any, and allow it to update the redirect target URL.
uploadTempDirSpecified - Variable in class org.springframework.web.multipart.commons.CommonsFileUploadSupport
 
uri - Variable in class org.springframework.core.io.UrlResource
Original URI, if available; used for URI and File access.
uri - Variable in class org.springframework.http.client.InterceptingClientHttpRequest
 
uri - Variable in class org.springframework.mock.http.client.MockClientHttpRequest
 
uri(URI) - Method in class org.springframework.web.util.UriComponentsBuilder
Initializes all components of this URI builder with the components of the given URI.
URI_PATTERN - Static variable in class org.springframework.web.util.UriComponentsBuilder
 
URI_PATTERN - Static variable in class org.springframework.web.util.UriUtils
 
URI_TEMPLATE_VARIABLE_PATTERN - Static variable in class org.springframework.web.servlet.view.RedirectView
 
URI_TEMPLATE_VARIABLES_ATTRIBUTE - Static variable in interface org.springframework.web.servlet.HandlerMapping
Name of the HttpServletRequest attribute that contains the URI templates map, mapping variable names to values.
uriComponents - Variable in class org.springframework.test.web.servlet.request.MockHttpServletRequestBuilder
 
UriComponents - Class in org.springframework.web.util
Represents an immutable collection of URI components, mapping component type to string values.
UriComponents(String, String) - Constructor for class org.springframework.web.util.UriComponents
 
uriComponents - Variable in class org.springframework.web.util.UriTemplate
 
UriComponents.MapTemplateVariables - Class in org.springframework.web.util
URI template variables backed by a map.
UriComponents.MapTemplateVariables(Map<String, ?>) - Constructor for class org.springframework.web.util.UriComponents.MapTemplateVariables
 
UriComponents.UriTemplateVariables - Interface in org.springframework.web.util
Defines the contract for URI Template variables
UriComponents.VarArgsTemplateVariables - Class in org.springframework.web.util
URI template variables backed by a variable argument array.
UriComponents.VarArgsTemplateVariables(Object...) - Constructor for class org.springframework.web.util.UriComponents.VarArgsTemplateVariables
 
UriComponentsBuilder - Class in org.springframework.web.util
Builder for UriComponents.
UriComponentsBuilder() - Constructor for class org.springframework.web.util.UriComponentsBuilder
Default constructor.
UriComponentsBuilder.CompositePathComponentBuilder - Class in org.springframework.web.util
 
UriComponentsBuilder.CompositePathComponentBuilder() - Constructor for class org.springframework.web.util.UriComponentsBuilder.CompositePathComponentBuilder
 
UriComponentsBuilder.CompositePathComponentBuilder(String) - Constructor for class org.springframework.web.util.UriComponentsBuilder.CompositePathComponentBuilder
 
UriComponentsBuilder.FullPathComponentBuilder - Class in org.springframework.web.util
 
UriComponentsBuilder.FullPathComponentBuilder() - Constructor for class org.springframework.web.util.UriComponentsBuilder.FullPathComponentBuilder
 
UriComponentsBuilder.PathComponentBuilder - Interface in org.springframework.web.util
 
UriComponentsBuilder.PathSegmentComponentBuilder - Class in org.springframework.web.util
 
UriComponentsBuilder.PathSegmentComponentBuilder() - Constructor for class org.springframework.web.util.UriComponentsBuilder.PathSegmentComponentBuilder
 
UriComponentsBuilderMethodArgumentResolver - Class in org.springframework.web.servlet.mvc.method.annotation
Resolvers argument values of type UriComponentsBuilder.
UriComponentsBuilderMethodArgumentResolver() - Constructor for class org.springframework.web.servlet.mvc.method.annotation.UriComponentsBuilderMethodArgumentResolver
 
URIEditor - Class in org.springframework.beans.propertyeditors
Editor for java.net.URI, to directly populate a URI property instead of using a String property as bridge.
URIEditor() - Constructor for class org.springframework.beans.propertyeditors.URIEditor
Create a new, encoding URIEditor, converting "classpath:" locations into standard URIs (not trying to resolve them into physical resources).
URIEditor(boolean) - Constructor for class org.springframework.beans.propertyeditors.URIEditor
Create a new URIEditor, converting "classpath:" locations into standard URIs (not trying to resolve them into physical resources).
URIEditor(ClassLoader) - Constructor for class org.springframework.beans.propertyeditors.URIEditor
Create a new URIEditor, using the given ClassLoader to resolve "classpath:" locations into physical resource URLs.
URIEditor(ClassLoader, boolean) - Constructor for class org.springframework.beans.propertyeditors.URIEditor
Create a new URIEditor, using the given ClassLoader to resolve "classpath:" locations into physical resource URLs.
uriResolver - Variable in class org.springframework.web.servlet.view.xslt.AbstractXsltView
Deprecated.
 
uriResolver - Variable in class org.springframework.web.servlet.view.xslt.XsltView
 
uriResolver - Variable in class org.springframework.web.servlet.view.xslt.XsltViewResolver
 
UriTemplate - Class in org.springframework.web.util
Represents a URI template.
UriTemplate(String) - Constructor for class org.springframework.web.util.UriTemplate
Construct a new UriTemplate with the given URI String.
uriTemplate - Variable in class org.springframework.web.util.UriTemplate
 
UriTemplate.Parser - Class in org.springframework.web.util
Static inner class to parse URI template strings into a matching regular expression.
UriTemplate.Parser(String) - Constructor for class org.springframework.web.util.UriTemplate.Parser
 
uriTemplateVariables - Variable in class org.springframework.web.servlet.handler.AbstractUrlHandlerMapping.UriTemplateVariablesHandlerInterceptor
 
UriUtils - Class in org.springframework.web.util
Utility class for URI encoding and decoding based on RFC 3986.
UriUtils() - Constructor for class org.springframework.web.util.UriUtils
 
uriVariables - Variable in class org.springframework.web.util.UriComponents.MapTemplateVariables
 
url - Variable in class org.springframework.core.io.UrlResource
Original URL, used for actual access.
url - Variable in class org.springframework.jdbc.datasource.AbstractDriverBasedDataSource
 
url - Variable in class org.springframework.mock.web.portlet.MockPortletRequestDispatcher
 
url - Variable in class org.springframework.web.servlet.view.AbstractUrlBasedView
 
url - Variable in class org.springframework.web.servlet.view.document.AbstractExcelView
 
url - Variable in class org.springframework.web.servlet.view.document.AbstractJExcelView
The url at which the template to use is located
URL_PROTOCOL_CODE_SOURCE - Static variable in class org.springframework.util.ResourceUtils
URL protocol for an entry from an OC4J jar file: "code-source"
URL_PROTOCOL_FILE - Static variable in class org.springframework.util.ResourceUtils
URL protocol for a file in the file system: "file"
URL_PROTOCOL_JAR - Static variable in class org.springframework.util.ResourceUtils
URL protocol for an entry from a jar file: "jar"
URL_PROTOCOL_VFS - Static variable in class org.springframework.util.ResourceUtils
URL protocol for a JBoss VFS resource: "vfs"
URL_PROTOCOL_VFSZIP - Static variable in class org.springframework.util.ResourceUtils
URL protocol for an entry from a JBoss jar file: "vfszip"
URL_PROTOCOL_WSJAR - Static variable in class org.springframework.util.ResourceUtils
URL protocol for an entry from a WebSphere jar file: "wsjar"
URL_PROTOCOL_ZIP - Static variable in class org.springframework.util.ResourceUtils
URL protocol for an entry from a zip file: "zip"
URL_TEMPLATE - Static variable in class org.springframework.jdbc.datasource.embedded.DerbyEmbeddedDatabaseConfigurer
 
URL_TEMPLATE_DELIMITER_PREFIX - Static variable in class org.springframework.web.servlet.tags.UrlTag
 
URL_TEMPLATE_DELIMITER_SUFFIX - Static variable in class org.springframework.web.servlet.tags.UrlTag
 
URL_TYPE_ABSOLUTE - Static variable in class org.springframework.web.servlet.tags.UrlTag
 
URL_TYPE_ACTION - Static variable in class org.springframework.mock.web.portlet.MockBaseURL
 
URL_TYPE_ACTION - Static variable in class org.springframework.mock.web.portlet.MockPortletURL
 
URL_TYPE_RENDER - Static variable in class org.springframework.mock.web.portlet.MockBaseURL
 
URL_TYPE_RENDER - Static variable in class org.springframework.mock.web.portlet.MockPortletURL
 
UrlBasedRemoteAccessor - Class in org.springframework.remoting.support
Abstract base class for classes that access remote services via URLs.
UrlBasedRemoteAccessor() - Constructor for class org.springframework.remoting.support.UrlBasedRemoteAccessor
 
UrlBasedViewResolver - Class in org.springframework.web.servlet.view
Simple implementation of the ViewResolver interface, allowing for direct resolution of symbolic view names to URLs, without explicit mapping definition.
UrlBasedViewResolver() - Constructor for class org.springframework.web.servlet.view.UrlBasedViewResolver
 
urlDecode - Variable in class org.springframework.web.util.UrlPathHelper
 
URLEditor - Class in org.springframework.beans.propertyeditors
Editor for java.net.URL, to directly populate a URL property instead of using a String property as bridge.
URLEditor() - Constructor for class org.springframework.beans.propertyeditors.URLEditor
Create a new URLEditor, using the default ResourceEditor underneath.
URLEditor(ResourceEditor) - Constructor for class org.springframework.beans.propertyeditors.URLEditor
Create a new URLEditor, using the given ResourceEditor underneath.
urlEncode(String, String) - Method in class org.springframework.web.servlet.view.RedirectView
URL-encode the given input String with the given encoding scheme.
UrlFilenameViewController - Class in org.springframework.web.servlet.mvc
Simple Controller implementation that transforms the virtual path of a URL into a view name and returns that view.
UrlFilenameViewController() - Constructor for class org.springframework.web.servlet.mvc.UrlFilenameViewController
 
urlMap - Variable in class org.springframework.web.servlet.handler.AbstractHandlerMethodMapping
 
urlMap - Variable in class org.springframework.web.servlet.handler.SimpleUrlHandlerMapping
 
urlPath - Variable in class org.springframework.web.servlet.config.annotation.ViewControllerRegistration
 
urlPathHelper - Static variable in class org.springframework.test.web.servlet.setup.PatternMappingFilterProxy
 
urlPathHelper - Static variable in class org.springframework.web.accept.PathExtensionContentNegotiationStrategy
 
urlPathHelper - Static variable in class org.springframework.web.context.request.async.WebAsyncManager
 
urlPathHelper - Static variable in class org.springframework.web.servlet.DispatcherServlet
 
urlPathHelper - Variable in class org.springframework.web.servlet.handler.AbstractHandlerMapping
 
urlPathHelper - Variable in class org.springframework.web.servlet.mvc.AbstractUrlViewController
 
urlPathHelper - Variable in class org.springframework.web.servlet.mvc.annotation.AnnotationMethodHandlerAdapter
Deprecated.
 
urlPathHelper - Variable in class org.springframework.web.servlet.mvc.method.annotation.ServletCookieValueMethodArgumentResolver
 
urlPathHelper - Variable in class org.springframework.web.servlet.mvc.multiaction.AbstractUrlMethodNameResolver
 
urlPathHelper - Variable in class org.springframework.web.servlet.mvc.WebContentInterceptor
 
urlPathHelper - Variable in class org.springframework.web.servlet.support.AbstractFlashMapManager
 
urlPathHelper - Variable in class org.springframework.web.servlet.support.RequestContext
 
urlPathHelper - Variable in class org.springframework.web.servlet.view.DefaultRequestToViewNameTranslator
 
UrlPathHelper - Class in org.springframework.web.util
Helper class for URL path matching.
UrlPathHelper() - Constructor for class org.springframework.web.util.UrlPathHelper
 
urlPrefix - Variable in class org.springframework.web.servlet.mvc.support.ControllerBeanNameHandlerMapping
 
UrlResource - Class in org.springframework.core.io
Resource implementation for java.net.URL locators.
UrlResource(URL) - Constructor for class org.springframework.core.io.UrlResource
Create a new UrlResource.
UrlResource(URI) - Constructor for class org.springframework.core.io.UrlResource
Create a new UrlResource.
UrlResource(String) - Constructor for class org.springframework.core.io.UrlResource
Create a new UrlResource.
urlSuffix - Variable in class org.springframework.web.servlet.mvc.support.ControllerBeanNameHandlerMapping
 
UrlTag - Class in org.springframework.web.servlet.tags
JSP tag for creating URLs.
UrlTag() - Constructor for class org.springframework.web.servlet.tags.UrlTag
 
UrlTag.UrlType - Enum in org.springframework.web.servlet.tags
Internal enum that classifies URLs by type.
UrlTag.UrlType() - Constructor for enum org.springframework.web.servlet.tags.UrlTag.UrlType
 
urlType - Variable in class org.springframework.mock.web.portlet.MockPortletURL
 
USAGE_ERROR - Static variable in class org.springframework.core.env.PropertySource.ComparisonPropertySource
 
USE_DEFAULT_FILTERS_ATTRIBUTE - Static variable in class org.springframework.context.annotation.ComponentScanBeanDefinitionParser
 
USE_DEFAULT_SUFFIX_PATTERN - Static variable in class org.springframework.web.servlet.mvc.annotation.DefaultAnnotationHandlerMapping
Deprecated.
 
useBeanFactory(String) - Method in interface org.springframework.beans.factory.access.BeanFactoryLocator
Use the BeanFactory (or derived interface such as ApplicationContext) specified by the factoryKey parameter.
useBeanFactory(String) - Method in class org.springframework.beans.factory.access.SingletonBeanFactoryLocator
 
useBeanFactory(String) - Method in class org.springframework.context.access.ContextJndiBeanFactoryLocator
Load/use a bean factory, as specified by a factory key which is a JNDI address, of the form java:comp/env/ejb/BeanFactoryPath.
useCacheControlHeader - Variable in class org.springframework.web.servlet.support.WebContentGenerator
Use HTTP 1.1 cache-control header?
useCacheControlNoStore - Variable in class org.springframework.web.servlet.support.WebContentGenerator
Use HTTP 1.1 cache-control header value "no-store"?
useCachedContent - Variable in class org.springframework.mock.web.portlet.MockCacheControl
 
useCachedContent() - Method in class org.springframework.mock.web.portlet.MockCacheControl
 
useCachesIfNecessary(URLConnection) - Static method in class org.springframework.util.ResourceUtils
Set the "useCaches" flag on the given connection, preferring false but leaving the flag at true for JNLP based resources.
useClassProxyingIfNecessary(BeanDefinitionRegistry, Element) - Static method in class org.springframework.aop.config.AopNamespaceUtils
 
useCodeAsDefaultMessage - Variable in class org.springframework.context.support.AbstractMessageSource
 
useConfigValueEditors() - Method in class org.springframework.beans.PropertyEditorRegistrySupport
Activate config value editors which are only intended for configuration purposes, such as StringArrayPropertyEditor.
useDefaultConverter - Variable in class org.springframework.beans.support.ArgumentConvertingMethodInvoker
 
useDefaultModel() - Method in class org.springframework.web.method.support.ModelAndViewContainer
Whether to use the default model or the redirect model.
useDefaultResolution - Variable in class org.springframework.web.method.annotation.RequestParamMethodArgumentResolver
 
useDefaultSuffixPattern - Variable in class org.springframework.web.servlet.mvc.annotation.DefaultAnnotationHandlerMapping
Deprecated.
 
useDirectFieldAccess() - Method in class org.springframework.web.portlet.mvc.BaseCommandController
Deprecated.
Determine whether to use direct field access instead of bean property access.
useDirectFieldAccess() - Method in class org.springframework.web.servlet.mvc.BaseCommandController
Deprecated.
Determine whether to use direct field access instead of bean property access.
useDistance - Variable in class org.springframework.expression.spel.support.ReflectiveMethodResolver
 
usedNames - Variable in class org.springframework.beans.factory.xml.BeanDefinitionParserDelegate
Stores all used bean names so we can enforce uniqueness on a per beans-element basis.
useExpiresHeader - Variable in class org.springframework.web.servlet.support.WebContentGenerator
Use HTTP 1.0 expires header?
useIdAsDatabaseNameIfGiven(Element, BeanDefinitionBuilder) - Method in class org.springframework.jdbc.config.EmbeddedDatabaseBeanDefinitionParser
 
useInclude(HttpServletRequest, HttpServletResponse) - Method in class org.springframework.web.servlet.mvc.ServletForwardingController
Determine whether to use RequestDispatcher's include or forward method.
useInclude(HttpServletRequest, HttpServletResponse) - Method in class org.springframework.web.servlet.view.InternalResourceView
Determine whether to use RequestDispatcher's include or forward method.
useInParameterNames(String...) - Method in class org.springframework.jdbc.core.simple.SimpleJdbcCall
 
useInParameterNames(String...) - Method in interface org.springframework.jdbc.core.simple.SimpleJdbcCallOperations
Not used yet
useJaf - Variable in class org.springframework.web.accept.ContentNegotiationManagerFactoryBean
 
useJaf - Variable in class org.springframework.web.accept.PathExtensionContentNegotiationStrategy
 
useJaf(boolean) - Method in class org.springframework.web.servlet.config.annotation.ContentNegotiationConfigurer
Indicate whether to use the Java Activation Framework as a fallback option to map from file extensions to media types.
useMutableTilesContainer - Variable in class org.springframework.web.servlet.view.tiles2.TilesConfigurer
 
useMutableTilesContainer - Variable in class org.springframework.web.servlet.view.tiles3.TilesConfigurer
 
useNativeJdbcExtractorForMetaData(NativeJdbcExtractor) - Method in class org.springframework.jdbc.core.simple.SimpleJdbcInsert
 
useNativeJdbcExtractorForMetaData(NativeJdbcExtractor) - Method in interface org.springframework.jdbc.core.simple.SimpleJdbcInsertOperations
Use a the provided NativeJdbcExtractor during the column meta data lookups via JDBC.
useNotAcceptableStatusCode - Variable in class org.springframework.web.servlet.view.ContentNegotiatingViewResolver
 
usePrefix - Variable in class org.springframework.aop.framework.autoproxy.DefaultAdvisorAutoProxyCreator
 
USER_DECLARED_METHODS - Static variable in class org.springframework.util.ReflectionUtils
Pre-built MethodFilter that matches all non-bridge methods which are not declared on java.lang.Object.
USER_TRANSACTION_CLASS_NAME - Static variable in class org.springframework.transaction.jta.WebLogicJtaTransactionManager
 
userAttributes - Variable in class org.springframework.aop.framework.ReflectiveMethodInvocation
Lazily initialized map of user-specific attributes for this invocation.
UserCredentialsConnectionFactoryAdapter - Class in org.springframework.jms.connection
An adapter for a target JMS javax.jms.ConnectionFactory, applying the given user credentials to every standard createConnection() call, that is, implicitly invoking createConnection(username, password) on the target.
UserCredentialsConnectionFactoryAdapter() - Constructor for class org.springframework.jms.connection.UserCredentialsConnectionFactoryAdapter
 
UserCredentialsConnectionFactoryAdapter.JmsUserCredentials - Class in org.springframework.jms.connection
Inner class used as ThreadLocal value.
UserCredentialsConnectionFactoryAdapter.JmsUserCredentials(String, String) - Constructor for class org.springframework.jms.connection.UserCredentialsConnectionFactoryAdapter.JmsUserCredentials
 
UserCredentialsDataSourceAdapter - Class in org.springframework.jdbc.datasource
An adapter for a target JDBC DataSource, applying the specified user credentials to every standard getConnection() call, implicitly invoking getConnection(username, password) on the target.
UserCredentialsDataSourceAdapter() - Constructor for class org.springframework.jdbc.datasource.UserCredentialsDataSourceAdapter
 
UserCredentialsDataSourceAdapter.JdbcUserCredentials - Class in org.springframework.jdbc.datasource
Inner class used as ThreadLocal value.
UserCredentialsDataSourceAdapter.JdbcUserCredentials(String, String) - Constructor for class org.springframework.jdbc.datasource.UserCredentialsDataSourceAdapter.JdbcUserCredentials
 
useRegisteredSuffixPatternMatch - Variable in class org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping
 
useRegisteredSuffixPatternMatch() - Method in class org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping
Whether to use registered suffixes for pattern matching.
userInfo - Variable in class org.springframework.web.util.HierarchicalUriComponents
 
userInfo - Variable in class org.springframework.web.util.UriComponentsBuilder
 
userInfo(String) - Method in class org.springframework.web.util.UriComponentsBuilder
Sets the URI user info.
USERINFO_PATTERN - Static variable in class org.springframework.web.util.UriComponentsBuilder
 
USERINFO_PATTERN - Static variable in class org.springframework.web.util.UriUtils
 
userinfoUsernameAttributes - Variable in class org.springframework.web.portlet.FrameworkPortlet
USER_INFO attributes that may contain the username of the current user
userListener - Variable in class org.springframework.jms.connection.SingleConnectionFactory.InternalChainedExceptionListener
 
userName - Variable in class org.springframework.jdbc.core.metadata.GenericCallMetaDataProvider
 
userName - Variable in class org.springframework.jdbc.core.metadata.GenericTableMetaDataProvider
the name of the user currently connected
username - Variable in class org.springframework.jdbc.datasource.AbstractDriverBasedDataSource
 
username - Variable in class org.springframework.jdbc.datasource.LazyConnectionDataSourceProxy.LazyConnectionInvocationHandler
 
username - Variable in class org.springframework.jdbc.datasource.UserCredentialsDataSourceAdapter.JdbcUserCredentials
 
username - Variable in class org.springframework.jdbc.datasource.UserCredentialsDataSourceAdapter
 
username - Variable in class org.springframework.jms.connection.UserCredentialsConnectionFactoryAdapter.JmsUserCredentials
 
username - Variable in class org.springframework.jms.connection.UserCredentialsConnectionFactoryAdapter
 
username - Variable in class org.springframework.mail.javamail.JavaMailSenderImpl
 
username - Variable in class org.springframework.remoting.jaxrpc.JaxRpcPortClientInterceptor
Deprecated.
 
username - Variable in class org.springframework.remoting.jaxws.JaxWsPortClientInterceptor
 
userName - Variable in class org.springframework.web.context.support.RequestHandledEvent
Usually the UserPrincipal
userPrefs - Variable in class org.springframework.beans.factory.config.PreferencesPlaceholderConfigurer
 
userPrincipal - Variable in class org.springframework.mock.web.MockHttpServletRequest
 
userPrincipal - Variable in class org.springframework.mock.web.portlet.MockPortletRequest
 
UserRoleAuthorizationInterceptor - Class in org.springframework.web.portlet.handler
Interceptor that checks the authorization of the current user via the user's roles, as evaluated by PortletRequest's isUserInRole method.
UserRoleAuthorizationInterceptor() - Constructor for class org.springframework.web.portlet.handler.UserRoleAuthorizationInterceptor
 
UserRoleAuthorizationInterceptor - Class in org.springframework.web.servlet.handler
Interceptor that checks the authorization of the current user via the user's roles, as evaluated by HttpServletRequest's isUserInRole method.
UserRoleAuthorizationInterceptor() - Constructor for class org.springframework.web.servlet.handler.UserRoleAuthorizationInterceptor
 
userRoles - Variable in class org.springframework.mock.web.MockHttpServletRequest
 
userRoles - Variable in class org.springframework.mock.web.portlet.MockPortletRequest
 
userTransaction - Variable in class org.springframework.orm.hibernate4.ConfigurableJtaPlatform
 
userTransaction - Variable in class org.springframework.transaction.jta.JtaTransactionManager
 
userTransaction - Variable in class org.springframework.transaction.jta.JtaTransactionObject
 
UserTransactionAdapter - Class in org.springframework.transaction.jta
Adapter for a JTA UserTransaction handle, taking a JTA javax.transaction.TransactionManager reference and creating a JTA javax.transaction.UserTransaction handle for it.
UserTransactionAdapter(TransactionManager) - Constructor for class org.springframework.transaction.jta.UserTransactionAdapter
Create a new UserTransactionAdapter for the given TransactionManager.
userTransactionName - Variable in class org.springframework.transaction.jta.JtaTransactionManager
 
userTransactionObtainedFromJndi - Variable in class org.springframework.transaction.jta.JtaTransactionManager
 
userTreePath - Variable in class org.springframework.beans.factory.config.PreferencesPlaceholderConfigurer
 
useSavepointForNestedTransaction() - Method in class org.springframework.transaction.jta.JtaTransactionManager
This implementation returns false to cause a further invocation of doBegin despite an already existing transaction.
useSavepointForNestedTransaction() - Method in class org.springframework.transaction.support.AbstractPlatformTransactionManager
Return whether to use a savepoint for a nested transaction.
useSharedPortletConfig - Variable in class org.springframework.web.portlet.handler.SimplePortletPostProcessor
 
useSharedPortletConfig - Variable in class org.springframework.web.portlet.mvc.PortletWrappingController
 
useSharedServletConfig - Variable in class org.springframework.web.servlet.handler.SimpleServletPostProcessor
 
useSingleModelNameAsRoot - Variable in class org.springframework.web.servlet.view.xslt.AbstractXsltView
Deprecated.
 
useSoapAction - Variable in class org.springframework.remoting.jaxws.JaxWsPortClientInterceptor
 
useSqlStateForTranslation - Variable in class org.springframework.jdbc.support.SQLErrorCodes
 
useStrictCasing - Variable in class org.springframework.jmx.access.MBeanClientInterceptor
 
useStrictCasing - Variable in class org.springframework.jmx.export.assembler.AbstractReflectiveMBeanInfoAssembler
Indicates whether or not strict casing is being used for attributes.
useSuffixPattern(HttpServletRequest) - Method in class org.springframework.web.servlet.mvc.annotation.AnnotationMethodHandlerAdapter.ServletHandlerMethodResolver
Deprecated.
 
useSuffixPatternMatch - Variable in class org.springframework.test.web.servlet.setup.StandaloneMockMvcBuilder
 
useSuffixPatternMatch - Variable in class org.springframework.web.servlet.mvc.condition.PatternsRequestCondition
 
useSuffixPatternMatch - Variable in class org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping
 
useSuffixPatternMatch() - Method in class org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping
Whether to use suffix pattern matching.
useTrailingSlashMatch - Variable in class org.springframework.web.servlet.mvc.condition.PatternsRequestCondition
 
useTrailingSlashMatch - Variable in class org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping
 
useTrailingSlashMatch() - Method in class org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping
Whether to match to URLs irrespective of the presence of a trailing slash.
useTrailingSlashPatternMatch - Variable in class org.springframework.test.web.servlet.setup.StandaloneMockMvcBuilder
 
useTransactionAwareDataSource - Variable in class org.springframework.orm.hibernate3.AbstractSessionFactoryBean
 
useTransactionAwareDataSource - Variable in class org.springframework.orm.ibatis.SqlMapClientFactoryBean
Deprecated.
 
useTypeLevelMapping(HttpServletRequest) - Method in class org.springframework.web.servlet.mvc.annotation.AnnotationMethodHandlerAdapter.ServletHandlerMethodResolver
Deprecated.
 
useWeakValue(Class, Map<Comparable, LabeledEnum>) - Method in class org.springframework.core.enums.AbstractCachingLabeledEnumResolver.LabeledEnumCache
Deprecated.
 
useWeakValue(K, V) - Method in class org.springframework.util.CachingMapDecorator
Deprecated.
Decide whether to use a weak reference for the value of the given key-value pair.
useWriter() - Method in class org.springframework.web.servlet.view.jasperreports.AbstractJasperReportsSingleFormatView
Return whether to use a java.io.Writer to write text content to the HTTP response.
useWriter - Variable in class org.springframework.web.servlet.view.jasperreports.ConfigurableJasperReportsView
 
useWriter() - Method in class org.springframework.web.servlet.view.jasperreports.ConfigurableJasperReportsView
Indicates how the JRExporter should render its data.
useWriter() - Method in class org.springframework.web.servlet.view.jasperreports.JasperReportsCsvView
 
useWriter() - Method in class org.springframework.web.servlet.view.jasperreports.JasperReportsHtmlView
 
useWriter() - Method in class org.springframework.web.servlet.view.jasperreports.JasperReportsPdfView
 
useWriter() - Method in class org.springframework.web.servlet.view.jasperreports.JasperReportsXlsView
 
useWriter() - Method in class org.springframework.web.servlet.view.xslt.AbstractXsltView
Deprecated.
Return whether to use a java.io.Writer to write text content to the HTTP response.
useXSITypeAtRoot - Variable in class org.springframework.oxm.castor.CastorMarshaller
 
usingColumns(String...) - Method in class org.springframework.jdbc.core.simple.SimpleJdbcInsert
 
usingColumns(String...) - Method in interface org.springframework.jdbc.core.simple.SimpleJdbcInsertOperations
Specify the column names that the insert statement should be limited to use.
usingContext() - Method in class org.springframework.validation.beanvalidation.LocalValidatorFactoryBean
 
usingGeneratedKeyColumns(String...) - Method in class org.springframework.jdbc.core.simple.SimpleJdbcInsert
 
usingGeneratedKeyColumns(String...) - Method in interface org.springframework.jdbc.core.simple.SimpleJdbcInsertOperations
Specify the name sof any columns that have auto generated keys.
UtilNamespaceHandler - Class in org.springframework.beans.factory.xml
NamespaceHandler for the util namespace.
UtilNamespaceHandler() - Constructor for class org.springframework.beans.factory.xml.UtilNamespaceHandler
 
UtilNamespaceHandler.ConstantBeanDefinitionParser - Class in org.springframework.beans.factory.xml
 
UtilNamespaceHandler.ConstantBeanDefinitionParser() - Constructor for class org.springframework.beans.factory.xml.UtilNamespaceHandler.ConstantBeanDefinitionParser
 
UtilNamespaceHandler.ListBeanDefinitionParser - Class in org.springframework.beans.factory.xml
 
UtilNamespaceHandler.ListBeanDefinitionParser() - Constructor for class org.springframework.beans.factory.xml.UtilNamespaceHandler.ListBeanDefinitionParser
 
UtilNamespaceHandler.MapBeanDefinitionParser - Class in org.springframework.beans.factory.xml
 
UtilNamespaceHandler.MapBeanDefinitionParser() - Constructor for class org.springframework.beans.factory.xml.UtilNamespaceHandler.MapBeanDefinitionParser
 
UtilNamespaceHandler.PropertiesBeanDefinitionParser - Class in org.springframework.beans.factory.xml
 
UtilNamespaceHandler.PropertiesBeanDefinitionParser() - Constructor for class org.springframework.beans.factory.xml.UtilNamespaceHandler.PropertiesBeanDefinitionParser
 
UtilNamespaceHandler.PropertyPathBeanDefinitionParser - Class in org.springframework.beans.factory.xml
 
UtilNamespaceHandler.PropertyPathBeanDefinitionParser() - Constructor for class org.springframework.beans.factory.xml.UtilNamespaceHandler.PropertyPathBeanDefinitionParser
 
UtilNamespaceHandler.SetBeanDefinitionParser - Class in org.springframework.beans.factory.xml
 
UtilNamespaceHandler.SetBeanDefinitionParser() - Constructor for class org.springframework.beans.factory.xml.UtilNamespaceHandler.SetBeanDefinitionParser
 
UUIDEditor - Class in org.springframework.beans.propertyeditors
Editor for java.util.UUID, translating UUID String representations into UUID objects and back.
UUIDEditor() - Constructor for class org.springframework.beans.propertyeditors.UUIDEditor
 

V

VALID_QUALIFIED_ID_PATTERN - Static variable in class org.springframework.expression.spel.standard.InternalSpelExpressionParser
 
validate(Class<?>) - Method in class org.springframework.aop.aspectj.annotation.AbstractAspectJAdvisorFactory
 
validate(Class<?>) - Method in interface org.springframework.aop.aspectj.annotation.AspectJAdvisorFactory
Is the given class a valid AspectJ aspect class?
validate() - Method in class org.springframework.beans.factory.support.AbstractBeanDefinition
Validate this bean definition.
validate() - Method in class org.springframework.beans.factory.support.ChildBeanDefinition
 
validate(ProblemReporter) - Method in class org.springframework.context.annotation.BeanMethod
 
validate(ProblemReporter) - Method in class org.springframework.context.annotation.ConfigurationClass
 
validate() - Method in class org.springframework.context.annotation.ConfigurationClassParser
Validate each ConfigurationClass object.
validate(ProblemReporter) - Method in class org.springframework.context.annotation.ConfigurationMethod
 
validate(XmlObject) - Method in class org.springframework.oxm.xmlbeans.XmlBeansMarshaller
Validate the given XmlObject.
validate(Object, Errors) - Method in class org.springframework.validation.beanvalidation.SpringValidatorAdapter
 
validate(Object, Errors, Object...) - Method in class org.springframework.validation.beanvalidation.SpringValidatorAdapter
 
validate(T, Class<?>...) - Method in class org.springframework.validation.beanvalidation.SpringValidatorAdapter
 
validate() - Method in class org.springframework.validation.DataBinder
Invoke the specified Validators, if any.
validate(Object...) - Method in class org.springframework.validation.DataBinder
Invoke the specified Validators, if any, with the given validation hints.
validate(Object, Errors, Object...) - Method in interface org.springframework.validation.SmartValidator
Validate the supplied target object, which must be of a type of Class for which the Validator.supports(Class) method typically returns true.
validate(Object, Errors) - Method in interface org.springframework.validation.Validator
Validate the supplied target object, which must be of a Class for which the Validator.supports(Class) method typically has (or would) return true.
validate(PortletRequest) - Method in interface org.springframework.web.portlet.handler.AbstractMapBasedHandlerMapping.PortletRequestMappingPredicate
Validate this predicate's mapping against the current request.
validate(PortletRequest) - Method in class org.springframework.web.portlet.mvc.annotation.DefaultAnnotationHandlerMapping.ActionMappingPredicate
 
validate(PortletRequest) - Method in class org.springframework.web.portlet.mvc.annotation.DefaultAnnotationHandlerMapping.EventMappingPredicate
 
validate(PortletRequest) - Method in class org.springframework.web.portlet.mvc.annotation.DefaultAnnotationHandlerMapping.MethodLevelMappingPredicate
 
validate(PortletRequest) - Method in class org.springframework.web.portlet.mvc.annotation.DefaultAnnotationHandlerMapping.RenderMappingPredicate
 
validate(PortletRequest) - Method in class org.springframework.web.portlet.mvc.annotation.DefaultAnnotationHandlerMapping.ResourceMappingPredicate
 
validate(PortletRequest) - Method in class org.springframework.web.portlet.mvc.annotation.DefaultAnnotationHandlerMapping.TypeLevelMappingPredicate
 
validate(WebDataBinder, MethodParameter) - Method in class org.springframework.web.servlet.mvc.method.annotation.RequestPartMethodArgumentResolver
 
validate(WebDataBinder, MethodParameter) - Method in class org.springframework.web.servlet.mvc.method.annotation.RequestResponseBodyMethodProcessor
 
validateAddress(InternetAddress) - Method in class org.springframework.mail.javamail.MimeMessageHelper
Validate the given mail address.
validateAddresses - Variable in class org.springframework.mail.javamail.MimeMessageHelper
 
validateAddresses(InternetAddress[]) - Method in class org.springframework.mail.javamail.MimeMessageHelper
Validate all given mail addresses.
validateClassIfNecessary(Class<?>) - Method in class org.springframework.aop.framework.CglibAopProxy
Checks to see whether the supplied Class has already been validated and validates it if not.
validateConfiguration() - Method in class org.springframework.jms.listener.AbstractJmsListeningContainer
Validate the configuration of this container.
validateConfiguration() - Method in class org.springframework.jms.listener.AbstractMessageListenerContainer
 
validateConfiguration() - Method in class org.springframework.jms.listener.SimpleMessageListenerContainer
 
Validated - Annotation Type in org.springframework.validation.annotation
Variant of JSR-303's javax.validation.Valid, supporting the specification of validation groups.
validatedAnnotationType - Variable in class org.springframework.validation.beanvalidation.MethodValidationPostProcessor
 
validateDatabaseSchema() - Method in class org.springframework.orm.hibernate3.LocalSessionFactoryBean
Execute schema creation script, determined by the Configuration object used for creating the SessionFactory.
validatedBeanNames - Variable in class org.springframework.beans.factory.annotation.RequiredAnnotationBeanPostProcessor
Cache for validated bean names, skipping re-validation for the same bean (using a ConcurrentHashMap as a Set)
validatedClasses - Static variable in class org.springframework.aop.framework.CglibAopProxy
Keeps track of the Classes that we have validated for final methods
validateDefinitions - Variable in class org.springframework.web.servlet.view.tiles.TilesConfigurer
Deprecated.
Validate the Tiles definitions?
validateDefinitions - Variable in class org.springframework.web.servlet.view.tiles2.TilesConfigurer
 
validateDefinitions - Variable in class org.springframework.web.servlet.view.tiles3.TilesConfigurer
 
validateDestination(Destination, String, boolean) - Method in class org.springframework.jms.support.destination.JndiDestinationResolver
Validate the given Destination object, checking whether it matches the expected type.
validateExistingTransaction - Variable in class org.springframework.transaction.support.AbstractPlatformTransactionManager
 
validateHandler(Object, HttpServletRequest) - Method in class org.springframework.web.servlet.handler.AbstractUrlHandlerMapping
Validate the given handler against the current request.
validateHandler(Object, HttpServletRequest) - Method in class org.springframework.web.servlet.mvc.annotation.DefaultAnnotationHandlerMapping
Deprecated.
Validate the given annotated handler against the current request.
validateIfApplicable(WebDataBinder, MethodParameter) - Method in class org.springframework.web.method.annotation.ModelAttributeMethodProcessor
Validate the model attribute if applicable.
validateInterfaces() - Method in class org.springframework.aop.aspectj.DeclareParentsAdvisor
 
validateInterfaces() - Method in interface org.springframework.aop.IntroductionAdvisor
Can the advised interfaces be implemented by the introduction advice? Invoked before adding an IntroductionAdvisor.
validateInterfaces() - Method in class org.springframework.aop.support.DefaultIntroductionAdvisor
 
validateIntroductionAdvisor(IntroductionAdvisor) - Method in class org.springframework.aop.framework.AdvisedSupport
 
validateLocalePart(String) - Static method in class org.springframework.util.StringUtils
 
validateMapping(RequestMapping, HttpServletRequest) - Method in class org.springframework.web.servlet.mvc.annotation.DefaultAnnotationHandlerMapping
Deprecated.
Validate the given type-level mapping metadata against the current request, checking HTTP request method and parameter conditions.
validateModeMapping(String[], String[]) - Static method in class org.springframework.web.portlet.mvc.annotation.PortletAnnotationMappingUtils
Check whether the given portlet modes matches the specified type-level modes.
validateNamedParameters(Map<String, ?>) - Method in class org.springframework.jdbc.object.RdbmsOperation
Validate the named parameters passed to an execute method based on declared parameters.
validateObject(Object) - Method in class org.springframework.aop.target.CommonsPoolTargetSource
 
validateOnBinding - Variable in class org.springframework.web.portlet.mvc.BaseCommandController
Deprecated.
 
validateOnBinding - Variable in class org.springframework.web.servlet.mvc.BaseCommandController
Deprecated.
 
validatePage(Object, Errors, int, boolean) - Method in class org.springframework.web.portlet.mvc.AbstractWizardFormController
Deprecated.
Template method for custom validation logic for individual pages.
validatePage(Object, Errors, int) - Method in class org.springframework.web.portlet.mvc.AbstractWizardFormController
Deprecated.
Template method for custom validation logic for individual pages.
validatePage(Object, Errors, int, boolean) - Method in class org.springframework.web.servlet.mvc.AbstractWizardFormController
Deprecated.
Template method for custom validation logic for individual pages.
validatePage(Object, Errors, int) - Method in class org.springframework.web.servlet.mvc.AbstractWizardFormController
Deprecated.
Template method for custom validation logic for individual pages.
validatePagesAndFinish(ActionRequest, ActionResponse, Object, BindException, int) - Method in class org.springframework.web.portlet.mvc.AbstractWizardFormController
Deprecated.
Validate all pages and process finish.
validatePagesAndFinish(HttpServletRequest, HttpServletResponse, Object, BindException, int) - Method in class org.springframework.web.servlet.mvc.AbstractWizardFormController
Deprecated.
Validate all pages and process finish.
validateParameterCount(int, int) - Method in class org.springframework.jdbc.object.RdbmsOperation
Validate the given parameter count against the given declared parameters.
validateParameters(Object[]) - Method in class org.springframework.jdbc.object.RdbmsOperation
Validate the parameters passed to an execute method based on declared parameters.
validateProfile(String) - Method in class org.springframework.core.env.AbstractEnvironment
Validate the given profile, called internally prior to adding to the set of active or default profiles.
validateProperty(T, String, Class<?>...) - Method in class org.springframework.validation.beanvalidation.SpringValidatorAdapter
 
validateRequiredParameter(String, Object) - Method in class org.springframework.web.bind.ServletRequestUtils.ParameterParser
 
validateRequiredParameter(String, Object) - Method in class org.springframework.web.portlet.bind.PortletRequestUtils.ParameterParser
 
validateRequiredProperties() - Method in class org.springframework.core.env.AbstractEnvironment
 
validateRequiredProperties() - Method in class org.springframework.core.env.AbstractPropertyResolver
 
validateRequiredProperties() - Method in interface org.springframework.core.env.ConfigurablePropertyResolver
Validate that each of the properties specified by ConfigurablePropertyResolver.setRequiredProperties(java.lang.String...) is present and resolves to a non-null value.
validateRequiredString(String, String) - Method in class org.springframework.web.bind.ServletRequestUtils.StringParser
 
validateRequiredString(String, String) - Method in class org.springframework.web.portlet.bind.PortletRequestUtils.StringParser
 
validateRequiredStrings(String, String[]) - Method in class org.springframework.web.bind.ServletRequestUtils.StringParser
 
validateRequiredStrings(String, String[]) - Method in class org.springframework.web.portlet.bind.PortletRequestUtils.StringParser
 
validateResponse(HttpInvokerClientConfiguration, PostMethod) - Method in class org.springframework.remoting.httpinvoker.CommonsHttpInvokerRequestExecutor
Validate the given response as contained in the PostMethod object, throwing an exception if it does not correspond to a successful HTTP response.
validateResponse(HttpInvokerClientConfiguration, HttpResponse) - Method in class org.springframework.remoting.httpinvoker.HttpComponentsHttpInvokerRequestExecutor
Validate the given response as contained in the HttpPost object, throwing an exception if it does not correspond to a successful HTTP response.
validateResponse(HttpInvokerClientConfiguration, HttpURLConnection) - Method in class org.springframework.remoting.httpinvoker.SimpleHttpInvokerRequestExecutor
Validate the given response as contained in the HttpURLConnection object, throwing an exception if it does not correspond to a successful HTTP response.
validateValue(Class<T>, String, Object, Class<?>...) - Method in class org.springframework.validation.beanvalidation.SpringValidatorAdapter
 
validating - Variable in class org.springframework.context.support.AbstractXmlApplicationContext
 
validating - Variable in class org.springframework.oxm.castor.CastorMarshaller
 
validating - Variable in class org.springframework.oxm.xmlbeans.XmlBeansMarshaller
 
VALIDATION_AUTO - Static variable in class org.springframework.beans.factory.xml.XmlBeanDefinitionReader
Indicates that the validation mode should be detected automatically.
VALIDATION_AUTO - Static variable in class org.springframework.util.xml.XmlValidationModeDetector
Indicates that the validation mode should be auto-guessed, since we cannot find a clear indication (probably choked on some special characters, or the like).
VALIDATION_DTD - Static variable in class org.springframework.beans.factory.xml.XmlBeanDefinitionReader
Indicates that DTD validation should be used.
VALIDATION_DTD - Static variable in class org.springframework.util.xml.XmlValidationModeDetector
Indicates that DTD validation should be used (we found a "DOCTYPE" declaration).
VALIDATION_MODE - Static variable in class org.springframework.orm.jpa.persistenceunit.PersistenceUnitReader
 
VALIDATION_NONE - Static variable in class org.springframework.beans.factory.xml.XmlBeanDefinitionReader
Indicates that the validation should be disabled.
VALIDATION_NONE - Static variable in class org.springframework.util.xml.XmlValidationModeDetector
Indicates that the validation should be disabled.
VALIDATION_XSD - Static variable in class org.springframework.beans.factory.xml.XmlBeanDefinitionReader
Indicates that XSD validation should be used.
VALIDATION_XSD - Static variable in class org.springframework.util.xml.XmlValidationModeDetector
Indicates that XSD validation should be used (found no "DOCTYPE" declaration).
validationEventHandler - Variable in class org.springframework.oxm.jaxb.Jaxb2Marshaller
 
ValidationFailureException - Exception in org.springframework.oxm
Exception thrown on marshalling validation failure.
ValidationFailureException(String) - Constructor for exception org.springframework.oxm.ValidationFailureException
Construct a ValidationFailureException with the specified detail message.
ValidationFailureException(String, Throwable) - Constructor for exception org.springframework.oxm.ValidationFailureException
Construct a ValidationFailureException with the specified detail message and nested exception.
validationMode - Variable in class org.springframework.beans.factory.xml.XmlBeanDefinitionReader
 
validationModeDetector - Variable in class org.springframework.beans.factory.xml.XmlBeanDefinitionReader
 
validationModeEnum - Variable in class org.springframework.orm.jpa.persistenceunit.DefaultPersistenceUnitManager.Jpa2PersistenceUnitInfoDecorator
 
validationModeName - Variable in class org.springframework.orm.jpa.persistenceunit.SpringPersistenceUnitInfo
 
validationPropertyMap - Variable in class org.springframework.validation.beanvalidation.LocalValidatorFactoryBean
 
validationQuery - Variable in class org.springframework.jdbc.support.DatabaseStartupValidator
 
ValidationUtils - Class in org.springframework.validation
Utility class offering convenient methods for invoking a Validator and for rejecting empty fields.
ValidationUtils() - Constructor for class org.springframework.validation.ValidationUtils
 
validator - Variable in class org.springframework.test.web.servlet.setup.StandaloneMockMvcBuilder
 
validator - Variable in class org.springframework.validation.beanvalidation.BeanValidationPostProcessor
 
validator - Variable in class org.springframework.validation.beanvalidation.MethodValidationInterceptor
 
validator - Variable in class org.springframework.validation.beanvalidation.MethodValidationPostProcessor
 
Validator - Interface in org.springframework.validation
A validator for application-specific objects.
validator - Variable in class org.springframework.web.bind.support.ConfigurableWebBindingInitializer
 
validatorFactory - Variable in class org.springframework.validation.beanvalidation.CustomValidatorBean
 
validatorFactory - Variable in class org.springframework.validation.beanvalidation.LocalValidatorFactoryBean
 
validators - Variable in class org.springframework.validation.DataBinder
 
validators - Variable in class org.springframework.web.portlet.mvc.BaseCommandController
Deprecated.
 
validators - Variable in class org.springframework.web.servlet.mvc.BaseCommandController
Deprecated.
 
validators - Variable in class org.springframework.web.servlet.mvc.multiaction.MultiActionController
List of Validators to apply to commands
value - Variable in class org.springframework.beans.BeanMetadataAttribute
 
value - Variable in enum org.springframework.beans.factory.annotation.Autowire
 
value() - Method in enum org.springframework.beans.factory.annotation.Autowire
 
Value - Annotation Type in org.springframework.beans.factory.annotation
Annotation at the field or method/constructor parameter level that indicates a default value expression for the affected argument.
value - Variable in class org.springframework.beans.factory.config.ConstructorArgumentValues.ValueHolder
 
value - Variable in class org.springframework.beans.factory.config.TypedStringValue
 
value - Variable in class org.springframework.beans.PropertyValue
 
value - Variable in exception org.springframework.beans.TypeMismatchException
 
value - Variable in class org.springframework.cache.support.SimpleValueWrapper
 
VALUE - Static variable in class org.springframework.core.annotation.AnnotationUtils
The attribute name for annotations with a single element
value - Variable in exception org.springframework.core.convert.ConversionFailedException
 
value - Variable in class org.springframework.core.convert.support.MapToMapConverter.MapEntry
 
value - Variable in class org.springframework.expression.spel.ast.BooleanLiteral
 
value - Variable in class org.springframework.expression.spel.ast.FloatLiteral
 
value - Variable in class org.springframework.expression.spel.ast.IntLiteral
 
value - Variable in class org.springframework.expression.spel.ast.LongLiteral
 
value - Variable in class org.springframework.expression.spel.ast.QualifiedIdentifier
 
value - Variable in class org.springframework.expression.spel.ast.RealLiteral
 
value - Variable in class org.springframework.expression.spel.ast.StringLiteral
 
value - Variable in class org.springframework.expression.spel.ast.VariableReference.VariableRef
 
value - Variable in class org.springframework.expression.TypedValue
 
value - Variable in enum org.springframework.http.HttpStatus.Series
 
value() - Method in enum org.springframework.http.HttpStatus.Series
Return the integer value of this status series.
value - Variable in enum org.springframework.http.HttpStatus
 
value() - Method in enum org.springframework.http.HttpStatus
Return the integer value of this status code.
value - Variable in class org.springframework.jdbc.core.SqlParameterValue
 
value - Variable in class org.springframework.mock.web.portlet.MockEvent
 
value - Variable in class org.springframework.remoting.support.RemoteInvocationResult
 
value - Variable in class org.springframework.scheduling.annotation.AsyncResult
 
value(<any>) - Method in class org.springframework.test.web.client.match.JsonPathRequestMatchers
Evaluate the JSONPath and assert the resulting value with the given Matcher.
value(Object) - Method in class org.springframework.test.web.client.match.JsonPathRequestMatchers
Apply the JSONPath and assert the resulting value.
value(String, <any>) - Method in class org.springframework.test.web.servlet.result.CookieResultMatchers
Assert a cookie value with the given Hamcrest Matcher.
value(<any>) - Method in class org.springframework.test.web.servlet.result.JsonPathResultMatchers
Evaluate the JSONPath and assert the value of the content found with the given Hamcrest Matcher.
value(Object) - Method in class org.springframework.test.web.servlet.result.JsonPathResultMatchers
Evaluate the JSONPath and assert the value of the content found.
value - Variable in enum org.springframework.transaction.annotation.Isolation
 
value() - Method in enum org.springframework.transaction.annotation.Isolation
 
value - Variable in enum org.springframework.transaction.annotation.Propagation
 
value() - Method in enum org.springframework.transaction.annotation.Propagation
 
value - Variable in class org.springframework.util.ConcurrentReferenceHashMap.Entry
 
value - Variable in class org.springframework.web.portlet.mvc.annotation.AnnotationMethodHandlerAdapter.RequestMappingInfo
 
value - Variable in class org.springframework.web.servlet.mvc.condition.AbstractNameValueExpression
 
value - Variable in class org.springframework.web.servlet.support.BindStatus
 
value - Variable in class org.springframework.web.servlet.tags.form.AbstractSingleCheckedElementTag
The value of the 'value' attribute.
value - Variable in class org.springframework.web.servlet.tags.form.ButtonTag
 
value - Variable in class org.springframework.web.servlet.tags.form.OptionTag
The 'value' attribute of the rendered HTML &lt;option&gt; tag.
value - Variable in class org.springframework.web.servlet.tags.Param
 
value - Variable in class org.springframework.web.servlet.tags.ParamTag
 
value - Variable in class org.springframework.web.servlet.tags.TransformTag
the value to transform using the appropriate property editor
value - Variable in class org.springframework.web.servlet.tags.UrlTag
 
VALUE_0 - Static variable in class org.springframework.beans.propertyeditors.CustomBooleanEditor
 
VALUE_1 - Static variable in class org.springframework.beans.propertyeditors.CustomBooleanEditor
 
VALUE_ATTRIBUTE - Static variable in class org.springframework.beans.factory.xml.BeanDefinitionParserDelegate
 
VALUE_ATTRIBUTE - Static variable in class org.springframework.web.servlet.tags.form.FormTag
 
VALUE_ATTRIBUTE - Static variable in class org.springframework.web.servlet.tags.form.OptionTag
The name of the 'value' attribute.
VALUE_ELEMENT - Static variable in class org.springframework.beans.factory.xml.BeanDefinitionParserDelegate
 
VALUE_FALSE - Static variable in class org.springframework.beans.propertyeditors.CustomBooleanEditor
 
VALUE_KEY - Static variable in class org.springframework.beans.factory.support.AutowireCandidateQualifier
 
VALUE_NO - Static variable in class org.springframework.beans.propertyeditors.CustomBooleanEditor
 
VALUE_OFF - Static variable in class org.springframework.beans.propertyeditors.CustomBooleanEditor
 
VALUE_ON - Static variable in class org.springframework.beans.propertyeditors.CustomBooleanEditor
 
VALUE_REF_ATTRIBUTE - Static variable in class org.springframework.beans.factory.xml.BeanDefinitionParserDelegate
 
VALUE_SEPARATOR - Static variable in class org.springframework.util.SystemPropertyUtils
Value separator for system property placeholders: ":"
VALUE_SQL - Static variable in class org.springframework.jdbc.support.incrementer.MySQLMaxValueIncrementer
The SQL string for retrieving the new sequence value
VALUE_TRUE - Static variable in class org.springframework.beans.propertyeditors.CustomBooleanEditor
 
VALUE_TYPE_ATTRIBUTE - Static variable in class org.springframework.beans.factory.xml.BeanDefinitionParserDelegate
 
VALUE_VARIABLE_NAME - Static variable in class org.springframework.web.servlet.tags.form.OptionTag
The name of the JSP variable used to expose the value for this tag.
VALUE_YES - Static variable in class org.springframework.beans.propertyeditors.CustomBooleanEditor
 
valueAnnotationType - Variable in class org.springframework.beans.factory.annotation.QualifierAnnotationAutowireCandidateResolver
 
valueBound(HttpSessionBindingEvent) - Method in class org.springframework.web.context.request.DestructionCallbackBindingListener
 
valueCache - Variable in class org.springframework.jdbc.support.incrementer.DerbyMaxValueIncrementer
The current cache of values
valueCache - Variable in class org.springframework.jdbc.support.incrementer.HsqlMaxValueIncrementer
The current cache of values
valueCache - Variable in class org.springframework.jdbc.support.incrementer.SqlServerMaxValueIncrementer
The current cache of values
valueCache - Variable in class org.springframework.jdbc.support.incrementer.SybaseMaxValueIncrementer
The current cache of values
ValueConstants - Interface in org.springframework.web.bind.annotation
Common value constants shared between bind annotations.
ValueFormatter - Class in org.springframework.web.servlet.tags.form
Package-visible helper class for formatting values for rendering via a form tag.
ValueFormatter() - Constructor for class org.springframework.web.servlet.tags.form.ValueFormatter
 
valueIterator - Variable in class org.springframework.web.util.UriComponents.VarArgsTemplateVariables
 
valueOf(String) - Static method in enum org.springframework.aop.aspectj.annotation.AbstractAspectJAdvisorFactory.AspectJAnnotationType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.springframework.beans.factory.annotation.Autowire
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.springframework.context.annotation.AdviceMode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.springframework.context.annotation.EnableLoadTimeWeaving.AspectJWeaving
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.springframework.context.annotation.FilterType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.springframework.context.annotation.MBeanExportConfiguration.SpecificPlatform
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.springframework.context.annotation.ScopedProxyMode
Returns the enum constant of this type with the specified name.
valueOf(Class<?>) - Static method in class org.springframework.core.convert.TypeDescriptor
Create a new type descriptor from the given type.
valueOf(String) - Static method in enum org.springframework.core.io.VfsUtils.VFS_VER
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.springframework.expression.Operation
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.springframework.expression.spel.ast.TypeCode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.springframework.expression.spel.SpelMessage.Kind
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.springframework.expression.spel.SpelMessage
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.springframework.expression.spel.standard.TokenKind
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.springframework.expression.spel.support.ReflectionHelper.ArgsMatchKind
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.springframework.format.annotation.DateTimeFormat.ISO
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.springframework.format.annotation.NumberFormat.Style
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.springframework.format.datetime.joda.JodaTimeFormatterRegistrar.Type
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.springframework.http.HttpMethod
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.springframework.http.HttpStatus.Series
Returns the enum constant of this type with the specified name.
valueOf(int) - Static method in enum org.springframework.http.HttpStatus.Series
 
valueOf(HttpStatus) - Static method in enum org.springframework.http.HttpStatus.Series
 
valueOf(String) - Static method in enum org.springframework.http.HttpStatus
Returns the enum constant of this type with the specified name.
valueOf(int) - Static method in enum org.springframework.http.HttpStatus
Return the enum constant of this type with the specified numeric value.
valueOf(String) - Static method in class org.springframework.http.MediaType
Parse the given String value into a MediaType object, with this method name following the 'valueOf' naming convention (as supported by ConversionService.
valueOf(String) - Static method in enum org.springframework.jdbc.datasource.embedded.EmbeddedDatabaseType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.springframework.jms.support.converter.MessageType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.springframework.jmx.support.MetricType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.springframework.jmx.support.RegistrationPolicy
Returns the enum constant of this type with the specified name.
valueOf(int) - Static method in enum org.springframework.jmx.support.RegistrationPolicy
Translate from an MBeanRegistrationSupport registration behavior constant to a RegistrationPolicy enum value.
valueOf(String) - Method in class org.springframework.orm.ibatis.support.BlobByteArrayTypeHandler
Deprecated.
 
valueOf(String) - Method in class org.springframework.orm.ibatis.support.BlobSerializableTypeHandler
Deprecated.
 
valueOf(String) - Method in class org.springframework.orm.ibatis.support.ClobStringTypeHandler
Deprecated.
 
valueOf(String) - Static method in enum org.springframework.orm.jpa.vendor.Database
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.springframework.test.annotation.DirtiesContext.ClassMode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.springframework.test.annotation.DirtiesContext.HierarchyMode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.springframework.transaction.annotation.Isolation
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.springframework.transaction.annotation.Propagation
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.springframework.util.ConcurrentReferenceHashMap.ReferenceType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.springframework.util.ConcurrentReferenceHashMap.Restructure
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.springframework.util.ConcurrentReferenceHashMap.TaskOption
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.springframework.validation.DefaultMessageCodesResolver.Format
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.springframework.web.bind.annotation.RequestMethod
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.springframework.web.servlet.tags.UrlTag.UrlType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.springframework.web.util.HierarchicalUriComponents.Type
Returns the enum constant of this type with the specified name.
valueProperty - Variable in class org.springframework.web.servlet.tags.form.OptionWriter
 
ValueRef - Interface in org.springframework.expression.spel.ast
Represents a reference to a value.
ValueRef.NullValueRef - Class in org.springframework.expression.spel.ast
A ValueRef for the null value.
ValueRef.NullValueRef() - Constructor for class org.springframework.expression.spel.ast.ValueRef.NullValueRef
 
ValueRef.TypedValueHolderValueRef - Class in org.springframework.expression.spel.ast
A ValueRef holder for a single value, which cannot be set.
ValueRef.TypedValueHolderValueRef(TypedValue, SpelNodeImpl) - Constructor for class org.springframework.expression.spel.ast.ValueRef.TypedValueHolderValueRef
 
valueResolver - Variable in class org.springframework.beans.factory.config.BeanDefinitionVisitor
 
values() - Static method in enum org.springframework.aop.aspectj.annotation.AbstractAspectJAdvisorFactory.AspectJAnnotationType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.springframework.beans.factory.annotation.Autowire
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.springframework.context.annotation.AdviceMode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.springframework.context.annotation.EnableLoadTimeWeaving.AspectJWeaving
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.springframework.context.annotation.FilterType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.springframework.context.annotation.MBeanExportConfiguration.SpecificPlatform
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.springframework.context.annotation.ScopedProxyMode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Method in class org.springframework.core.env.ReadOnlySystemAttributesMap
 
values() - Static method in enum org.springframework.core.io.VfsUtils.VFS_VER
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.springframework.expression.Operation
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.springframework.expression.spel.ast.TypeCode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.springframework.expression.spel.SpelMessage.Kind
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.springframework.expression.spel.SpelMessage
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.springframework.expression.spel.standard.TokenKind
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.springframework.expression.spel.support.ReflectionHelper.ArgsMatchKind
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.springframework.format.annotation.DateTimeFormat.ISO
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.springframework.format.annotation.NumberFormat.Style
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.springframework.format.datetime.joda.JodaTimeFormatterRegistrar.Type
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Method in class org.springframework.http.HttpHeaders
 
values() - Static method in enum org.springframework.http.HttpMethod
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.springframework.http.HttpStatus.Series
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.springframework.http.HttpStatus
Returns an array containing the constants of this enum type, in the order they are declared.
values - Variable in class org.springframework.jdbc.core.namedparam.MapSqlParameterSource
 
values() - Static method in enum org.springframework.jdbc.datasource.embedded.EmbeddedDatabaseType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.springframework.jms.support.converter.MessageType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.springframework.jmx.support.MetricType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.springframework.jmx.support.RegistrationPolicy
Returns an array containing the constants of this enum type, in the order they are declared.
values - Variable in class org.springframework.mock.web.HeaderValueHolder
 
values() - Static method in enum org.springframework.orm.jpa.vendor.Database
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.springframework.test.annotation.DirtiesContext.ClassMode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.springframework.test.annotation.DirtiesContext.HierarchyMode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.springframework.transaction.annotation.Isolation
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.springframework.transaction.annotation.Propagation
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Method in class org.springframework.util.CachingMapDecorator
Deprecated.
 
values() - Method in class org.springframework.util.CollectionUtils.MultiValueMapAdapter
 
values() - Static method in enum org.springframework.util.ConcurrentReferenceHashMap.ReferenceType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.springframework.util.ConcurrentReferenceHashMap.Restructure
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.springframework.util.ConcurrentReferenceHashMap.TaskOption
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Method in class org.springframework.util.LinkedMultiValueMap
 
values() - Static method in enum org.springframework.validation.DefaultMessageCodesResolver.Format
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.springframework.web.bind.annotation.RequestMethod
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.springframework.web.servlet.tags.UrlTag.UrlType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.springframework.web.util.HierarchicalUriComponents.Type
Returns an array containing the constants of this enum type, in the order they are declared.
valuesCopy() - Method in class org.springframework.util.CachingMapDecorator
Deprecated.
 
valueSeparator - Variable in class org.springframework.beans.factory.config.PlaceholderConfigurerSupport
Defaults to ":"
valueSeparator - Variable in class org.springframework.core.env.AbstractPropertyResolver
 
valueSeparator - Variable in class org.springframework.util.PropertyPlaceholderHelper
 
valueStyler - Variable in class org.springframework.core.style.DefaultToStringStyler
 
ValueStyler - Interface in org.springframework.core.style
Strategy that encapsulates value String styling algorithms according to Spring conventions.
valueToString(Object) - Method in class org.springframework.core.annotation.AnnotationAttributes
 
valueType - Variable in class org.springframework.web.servlet.support.BindStatus
 
valueTypeName - Variable in class org.springframework.beans.factory.support.ManagedMap
 
valueUnbound(HttpSessionBindingEvent) - Method in class org.springframework.web.context.request.DestructionCallbackBindingListener
 
var - Variable in class org.springframework.web.servlet.tags.EvalTag
 
var - Variable in class org.springframework.web.servlet.tags.MessageTag
 
var - Variable in class org.springframework.web.servlet.tags.TransformTag
the variable to put the result in
var - Variable in class org.springframework.web.servlet.tags.UrlTag
 
varargsPosition - Variable in class org.springframework.expression.spel.support.ReflectiveConstructorExecutor
 
varargsPosition - Variable in class org.springframework.expression.spel.support.ReflectiveMethodExecutor
 
VARIABLE_PATTERN - Static variable in class org.springframework.util.AntPathMatcher
 
variableNames - Variable in class org.springframework.util.AntPathMatcher.AntPathStringMatcher
 
variableNames - Variable in class org.springframework.web.util.UriTemplate.Parser
 
variableNames - Variable in class org.springframework.web.util.UriTemplate
 
VariableReference - Class in org.springframework.expression.spel.ast
Represents a variable reference, eg.
VariableReference(String, int) - Constructor for class org.springframework.expression.spel.ast.VariableReference
 
VariableReference.VariableRef - Class in org.springframework.expression.spel.ast
 
VariableReference.VariableRef(String, TypedValue, EvaluationContext) - Constructor for class org.springframework.expression.spel.ast.VariableReference.VariableRef
 
variableResolver - Variable in class org.springframework.web.servlet.tags.EvalTag.JspPropertyAccessor
 
variables - Variable in class org.springframework.expression.spel.support.StandardEvaluationContext
 
variableScopes - Variable in class org.springframework.expression.spel.ExpressionState
 
variant - Variable in class org.springframework.expression.spel.ast.Selection
 
vars - Variable in class org.springframework.expression.spel.ExpressionState.VariableScope
 
VelocityConfig - Interface in org.springframework.web.servlet.view.velocity
Interface to be implemented by objects that configure and manage a VelocityEngine for automatic lookup in a web environment.
VelocityConfigurer - Class in org.springframework.web.servlet.view.velocity
JavaBean to configure Velocity for web usage, via the "configLocation" and/or "velocityProperties" and/or "resourceLoaderPath" bean properties.
VelocityConfigurer() - Constructor for class org.springframework.web.servlet.view.velocity.VelocityConfigurer
 
velocityEngine - Variable in class org.springframework.ui.velocity.VelocityEngineFactoryBean
 
velocityEngine - Variable in class org.springframework.web.servlet.view.velocity.VelocityConfigurer
 
velocityEngine - Variable in class org.springframework.web.servlet.view.velocity.VelocityView
 
VelocityEngineFactory - Class in org.springframework.ui.velocity
Factory that configures a VelocityEngine.
VelocityEngineFactory() - Constructor for class org.springframework.ui.velocity.VelocityEngineFactory
 
VelocityEngineFactoryBean - Class in org.springframework.ui.velocity
Factory bean that configures a VelocityEngine and provides it as bean reference.
VelocityEngineFactoryBean() - Constructor for class org.springframework.ui.velocity.VelocityEngineFactoryBean
 
VelocityEngineUtils - Class in org.springframework.ui.velocity
Utility class for working with a VelocityEngine.
VelocityEngineUtils() - Constructor for class org.springframework.ui.velocity.VelocityEngineUtils
 
VelocityLayoutView - Class in org.springframework.web.servlet.view.velocity
VelocityLayoutView emulates the functionality offered by Velocity's VelocityLayoutServlet to ease page composition from different templates.
VelocityLayoutView() - Constructor for class org.springframework.web.servlet.view.velocity.VelocityLayoutView
 
VelocityLayoutViewResolver - Class in org.springframework.web.servlet.view.velocity
Convenience subclass of VelocityViewResolver, adding support for VelocityLayoutView and its properties.
VelocityLayoutViewResolver() - Constructor for class org.springframework.web.servlet.view.velocity.VelocityLayoutViewResolver
 
velocityProperties - Variable in class org.springframework.ui.velocity.VelocityEngineFactory
 
VelocityToolboxView - Class in org.springframework.web.servlet.view.velocity
VelocityView subclass which adds support for Velocity Tools toolboxes and Velocity Tools ViewTool callbacks / Velocity Tools 1.3 init methods.
VelocityToolboxView() - Constructor for class org.springframework.web.servlet.view.velocity.VelocityToolboxView
 
VelocityView - Class in org.springframework.web.servlet.view.velocity
View using the Velocity template engine.
VelocityView() - Constructor for class org.springframework.web.servlet.view.velocity.VelocityView
 
VelocityView.LocaleAwareDateTool - Class in org.springframework.web.servlet.view.velocity
Subclass of DateTool from Velocity Tools, using a passed-in Locale (usually the RequestContext Locale) instead of the default Locale.N
VelocityView.LocaleAwareDateTool(Locale) - Constructor for class org.springframework.web.servlet.view.velocity.VelocityView.LocaleAwareDateTool
 
VelocityView.LocaleAwareNumberTool - Class in org.springframework.web.servlet.view.velocity
Subclass of NumberTool from Velocity Tools, using a passed-in Locale (usually the RequestContext Locale) instead of the default Locale.
VelocityView.LocaleAwareNumberTool(Locale) - Constructor for class org.springframework.web.servlet.view.velocity.VelocityView.LocaleAwareNumberTool
 
VelocityViewResolver - Class in org.springframework.web.servlet.view.velocity
Convenience subclass of UrlBasedViewResolver that supports VelocityView (i.e.
VelocityViewResolver() - Constructor for class org.springframework.web.servlet.view.velocity.VelocityViewResolver
 
verify() - Method in class org.springframework.test.web.client.MockRestServiceServer
Verify that all expected requests set up via MockRestServiceServer.expect(RequestMatcher) were indeed performed.
verify() - Method in class org.springframework.web.util.HierarchicalUriComponents.FullPathComponent
 
verify() - Method in interface org.springframework.web.util.HierarchicalUriComponents.PathComponent
 
verify() - Method in class org.springframework.web.util.HierarchicalUriComponents.PathComponentComposite
 
verify() - Method in class org.springframework.web.util.HierarchicalUriComponents.PathSegmentComponent
 
verify() - Method in class org.springframework.web.util.HierarchicalUriComponents
Verifies all URI components to determine whether they contain any illegal characters, throwing an IllegalArgumentException if so.
verifyUriComponent(String, HierarchicalUriComponents.Type) - Static method in class org.springframework.web.util.HierarchicalUriComponents
 
version - Static variable in class org.springframework.core.io.VfsUtils
 
version(String, <any>) - Method in class org.springframework.test.web.servlet.result.CookieResultMatchers
Assert a cookie's version with a Hamcrest Matcher
VFS2_PKG - Static variable in class org.springframework.core.io.VfsUtils
 
VFS3_PKG - Static variable in class org.springframework.core.io.VfsUtils
 
VFS_METHOD_GET_ROOT_URI - Static variable in class org.springframework.core.io.VfsUtils
 
VFS_METHOD_GET_ROOT_URL - Static variable in class org.springframework.core.io.VfsUtils
 
VFS_NAME - Static variable in class org.springframework.core.io.VfsUtils
 
VFS_UTILS_METHOD_GET_COMPATIBLE_URI - Static variable in class org.springframework.core.io.VfsUtils
 
VFS_UTILS_METHOD_IS_NESTED_FILE - Static variable in class org.springframework.core.io.VfsUtils
 
VfsPatternUtils - Class in org.springframework.core.io.support
Artificial class used for accessing the VfsUtils methods without exposing them to the entire world.
VfsPatternUtils() - Constructor for class org.springframework.core.io.support.VfsPatternUtils
 
VfsResource - Class in org.springframework.core.io
VFS based Resource implementation.
VfsResource(Object) - Constructor for class org.springframework.core.io.VfsResource
 
VfsUtils - Class in org.springframework.core.io
Utility for detecting the JBoss VFS version available in the classpath.
VfsUtils() - Constructor for class org.springframework.core.io.VfsUtils
 
VfsUtils.VFS_VER - Enum in org.springframework.core.io
 
VfsUtils.VFS_VER() - Constructor for enum org.springframework.core.io.VfsUtils.VFS_VER
 
view() - Static method in class org.springframework.test.web.servlet.result.MockMvcResultMatchers
Access to assertions on the selected view.
view - Variable in class org.springframework.test.web.servlet.setup.StandaloneMockMvcBuilder.StaticViewResolver
 
view - Variable in class org.springframework.web.method.support.ModelAndViewContainer
 
view - Variable in class org.springframework.web.portlet.ModelAndView
View instance or view name String
view - Variable in class org.springframework.web.servlet.ModelAndView
View instance or view name String
View - Interface in org.springframework.web.servlet
MVC View for a web interaction.
VIEW_ATTRIBUTE - Static variable in class org.springframework.web.servlet.ViewRendererServlet
Name of request attribute that holds the View object
VIEW_RESOLVER_BEAN_NAME - Static variable in class org.springframework.web.portlet.DispatcherPortlet
Well-known name for the ViewResolver object in the bean factory for this namespace.
VIEW_RESOLVER_BEAN_NAME - Static variable in class org.springframework.web.servlet.DispatcherServlet
Well-known name for the ViewResolver object in the bean factory for this namespace.
viewAccessCache - Variable in class org.springframework.web.servlet.view.AbstractCachingViewResolver
Fast access cache for Views, returning already cached instances without a global lock
viewClass - Variable in class org.springframework.web.servlet.view.UrlBasedViewResolver
 
ViewControllerBeanDefinitionParser - Class in org.springframework.web.servlet.config
BeanDefinitionParser that parses a view-controller element to register a ParameterizableViewController.
ViewControllerBeanDefinitionParser() - Constructor for class org.springframework.web.servlet.config.ViewControllerBeanDefinitionParser
 
viewControllerHandlerMapping() - Method in class org.springframework.web.servlet.config.annotation.WebMvcConfigurationSupport
Return a handler mapping ordered at 1 to map URL paths directly to view names.
ViewControllerRegistration - Class in org.springframework.web.servlet.config.annotation
Encapsulates information required to create a view controller.
ViewControllerRegistration(String) - Constructor for class org.springframework.web.servlet.config.annotation.ViewControllerRegistration
Creates a ViewControllerRegistration with the given URL path.
ViewControllerRegistry - Class in org.springframework.web.servlet.config.annotation
Stores registrations of view controllers.
ViewControllerRegistry() - Constructor for class org.springframework.web.servlet.config.annotation.ViewControllerRegistry
 
viewCreationCache - Variable in class org.springframework.web.servlet.view.AbstractCachingViewResolver
Map from view key to View instance, synchronized for View creation
ViewMethodReturnValueHandler - Class in org.springframework.web.servlet.mvc.method.annotation
Handles return values that are of type View.
ViewMethodReturnValueHandler() - Constructor for class org.springframework.web.servlet.mvc.method.annotation.ViewMethodReturnValueHandler
 
viewName - Variable in class org.springframework.web.portlet.mvc.ParameterizableViewController
 
viewName - Variable in class org.springframework.web.servlet.config.annotation.ViewControllerRegistration
 
viewName - Variable in class org.springframework.web.servlet.mvc.ParameterizableViewController
 
viewNameCache - Variable in class org.springframework.web.servlet.mvc.UrlFilenameViewController
Request URL path String --> view name String
ViewNameMethodReturnValueHandler - Class in org.springframework.web.servlet.mvc.method.annotation
Handles return values of types void and String interpreting them as view name reference.
ViewNameMethodReturnValueHandler() - Constructor for class org.springframework.web.servlet.mvc.method.annotation.ViewNameMethodReturnValueHandler
 
viewNames - Variable in class org.springframework.web.servlet.view.UrlBasedViewResolver
 
viewNameTranslator - Variable in class org.springframework.web.servlet.DispatcherServlet
RequestToViewNameTranslator used by this servlet
ViewRendererServlet - Class in org.springframework.web.servlet
ViewRendererServlet is a bridge servlet, mainly for the Portlet MVC support.
ViewRendererServlet() - Constructor for class org.springframework.web.servlet.ViewRendererServlet
 
viewRendererUrl - Variable in class org.springframework.web.portlet.DispatcherPortlet
URL that points to the ViewRendererServlet
ViewResolver - Interface in org.springframework.web.servlet
Interface to be implemented by objects that can resolve views by name.
viewResolvers - Variable in class org.springframework.test.web.servlet.setup.StandaloneMockMvcBuilder
 
viewResolvers - Variable in class org.springframework.web.portlet.DispatcherPortlet
List of ViewResolvers used by this portlet
viewResolvers - Variable in class org.springframework.web.servlet.DispatcherServlet
List of ViewResolvers used by this servlet
viewResolvers - Variable in class org.springframework.web.servlet.view.ContentNegotiatingViewResolver
 
ViewResultMatchers - Class in org.springframework.test.web.servlet.result
Factory for assertions on the selected view.
ViewResultMatchers() - Constructor for class org.springframework.test.web.servlet.result.ViewResultMatchers
Protected constructor.
VIRTUAL_FILE_METHOD_EXISTS - Static variable in class org.springframework.core.io.VfsUtils
 
VIRTUAL_FILE_METHOD_GET_CHILD - Static variable in class org.springframework.core.io.VfsUtils
 
VIRTUAL_FILE_METHOD_GET_INPUT_STREAM - Static variable in class org.springframework.core.io.VfsUtils
 
VIRTUAL_FILE_METHOD_GET_LAST_MODIFIED - Static variable in class org.springframework.core.io.VfsUtils
 
VIRTUAL_FILE_METHOD_GET_NAME - Static variable in class org.springframework.core.io.VfsUtils
 
VIRTUAL_FILE_METHOD_GET_PATH_NAME - Static variable in class org.springframework.core.io.VfsUtils
 
VIRTUAL_FILE_METHOD_GET_SIZE - Static variable in class org.springframework.core.io.VfsUtils
 
VIRTUAL_FILE_METHOD_TO_URI - Static variable in class org.springframework.core.io.VfsUtils
 
VIRTUAL_FILE_METHOD_TO_URL - Static variable in class org.springframework.core.io.VfsUtils
 
VIRTUAL_FILE_METHOD_VISIT - Static variable in class org.springframework.core.io.VfsUtils
 
VIRTUAL_FILE_VISITOR_INTERFACE - Static variable in class org.springframework.core.io.VfsUtils
 
visit(Instanceof) - Method in class org.springframework.aop.aspectj.RuntimeTestWalker.InstanceOfResidueTestVisitor
 
visit(Instanceof) - Method in class org.springframework.aop.aspectj.RuntimeTestWalker.SubtypeSensitiveVarTypeTestVisitor
 
visit(HasAnnotation) - Method in class org.springframework.aop.aspectj.RuntimeTestWalker.SubtypeSensitiveVarTypeTestVisitor
 
visit(And) - Method in class org.springframework.aop.aspectj.RuntimeTestWalker.TestVisitorAdapter
 
visit(Or) - Method in class org.springframework.aop.aspectj.RuntimeTestWalker.TestVisitorAdapter
 
visit(Not) - Method in class org.springframework.aop.aspectj.RuntimeTestWalker.TestVisitorAdapter
 
visit(Instanceof) - Method in class org.springframework.aop.aspectj.RuntimeTestWalker.TestVisitorAdapter
 
visit(Literal) - Method in class org.springframework.aop.aspectj.RuntimeTestWalker.TestVisitorAdapter
 
visit(Call) - Method in class org.springframework.aop.aspectj.RuntimeTestWalker.TestVisitorAdapter
 
visit(FieldGetCall) - Method in class org.springframework.aop.aspectj.RuntimeTestWalker.TestVisitorAdapter
 
visit(HasAnnotation) - Method in class org.springframework.aop.aspectj.RuntimeTestWalker.TestVisitorAdapter
 
visit(MatchingContextBasedTest) - Method in class org.springframework.aop.aspectj.RuntimeTestWalker.TestVisitorAdapter
 
visit(Object) - Method in class org.springframework.core.io.support.PathMatchingResourcePatternResolver.PatternVirtualFileVisitor
 
visit(Object, InvocationHandler) - Static method in class org.springframework.core.io.support.VfsPatternUtils
 
visit(String, Object) - Method in class org.springframework.core.type.classreading.AbstractRecursiveAnnotationVisitor
 
visit(int, int, String, String, String, String[]) - Method in class org.springframework.core.type.classreading.ClassMetadataReadingVisitor
 
visit(String, Object) - Method in class org.springframework.core.type.classreading.RecursiveAnnotationArrayVisitor
 
visitAnnotation(String, String) - Method in class org.springframework.core.type.classreading.AbstractRecursiveAnnotationVisitor
 
visitAnnotation(String, boolean) - Method in class org.springframework.core.type.classreading.AnnotationMetadataReadingVisitor
 
visitAnnotation(String, boolean) - Method in class org.springframework.core.type.classreading.ClassMetadataReadingVisitor
 
visitAnnotation(String, String) - Method in class org.springframework.core.type.classreading.EmptyAnnotationVisitor
 
visitAnnotation(String, boolean) - Method in class org.springframework.core.type.classreading.MethodMetadataReadingVisitor
 
visitAnnotation(String, String) - Method in class org.springframework.core.type.classreading.RecursiveAnnotationArrayVisitor
 
visitArray(Object[]) - Method in class org.springframework.beans.factory.config.BeanDefinitionVisitor
 
visitArray(String) - Method in class org.springframework.core.type.classreading.AbstractRecursiveAnnotationVisitor
 
visitArray(String) - Method in class org.springframework.core.type.classreading.EmptyAnnotationVisitor
 
visitAttribute(Attribute) - Method in class org.springframework.core.type.classreading.ClassMetadataReadingVisitor
 
visitBeanClassName(BeanDefinition) - Method in class org.springframework.beans.factory.config.BeanDefinitionVisitor
 
visitBeanDefinition(BeanDefinition) - Method in class org.springframework.beans.factory.config.BeanDefinitionVisitor
Traverse the given BeanDefinition object and the MutablePropertyValues and ConstructorArgumentValues contained in them.
visitEnd() - Method in class org.springframework.core.LocalVariableTableParameterNameDiscoverer.LocalVariableTableVisitor
 
visitEnd() - Method in class org.springframework.core.type.classreading.ClassMetadataReadingVisitor
 
visitEnd() - Method in class org.springframework.core.type.classreading.RecursiveAnnotationArrayVisitor
 
visitEnd() - Method in class org.springframework.core.type.classreading.RecursiveAnnotationAttributesVisitor
 
visitEnum(String, String, String) - Method in class org.springframework.core.type.classreading.AbstractRecursiveAnnotationVisitor
 
visitFactoryBeanName(BeanDefinition) - Method in class org.springframework.beans.factory.config.BeanDefinitionVisitor
 
visitFactoryMethodName(BeanDefinition) - Method in class org.springframework.beans.factory.config.BeanDefinitionVisitor
 
visitField(int, String, String, String, Object) - Method in class org.springframework.core.type.classreading.ClassMetadataReadingVisitor
 
visitGenericArgumentValues(List<ConstructorArgumentValues.ValueHolder>) - Method in class org.springframework.beans.factory.config.BeanDefinitionVisitor
 
visitIndexedArgumentValues(Map<Integer, ConstructorArgumentValues.ValueHolder>) - Method in class org.springframework.beans.factory.config.BeanDefinitionVisitor
 
visitInnerClass(String, String, String, int) - Method in class org.springframework.core.type.classreading.ClassMetadataReadingVisitor
 
visitList(List) - Method in class org.springframework.beans.factory.config.BeanDefinitionVisitor
 
visitLocalVariable(String, String, String, Label, Label, int) - Method in class org.springframework.core.LocalVariableTableParameterNameDiscoverer.LocalVariableTableVisitor
 
visitMap(Map<?, ?>) - Method in class org.springframework.beans.factory.config.BeanDefinitionVisitor
 
visitMethod(int, String, String, String, String[]) - Method in class org.springframework.core.LocalVariableTableParameterNameDiscoverer.ParameterNameDiscoveringVisitor
 
visitMethod(int, String, String, String, String[]) - Method in class org.springframework.core.type.classreading.AnnotationMetadataReadingVisitor
 
visitMethod(int, String, String, String, String[]) - Method in class org.springframework.core.type.classreading.ClassMetadataReadingVisitor
 
VISITOR_ATTRIBUTES_FIELD_RECURSE - Static variable in class org.springframework.core.io.VfsUtils
 
visitOuterClass(String, String, String) - Method in class org.springframework.core.type.classreading.ClassMetadataReadingVisitor
 
visitParentName(BeanDefinition) - Method in class org.springframework.beans.factory.config.BeanDefinitionVisitor
 
visitPropertyValues(MutablePropertyValues) - Method in class org.springframework.beans.factory.config.BeanDefinitionVisitor
 
visitScope(BeanDefinition) - Method in class org.springframework.beans.factory.config.BeanDefinitionVisitor
 
visitSet(Set) - Method in class org.springframework.beans.factory.config.BeanDefinitionVisitor
 
visitSource(String, String) - Method in class org.springframework.core.type.classreading.ClassMetadataReadingVisitor
 

W

waitForAll(Collection, long) - Method in class org.springframework.scheduling.commonj.WorkManagerTaskExecutor
 
waitForAny(Collection, long) - Method in class org.springframework.scheduling.commonj.WorkManagerTaskExecutor
 
waitForJobsToCompleteOnShutdown - Variable in class org.springframework.scheduling.quartz.SchedulerFactoryBean
 
waitForJobsToCompleteOnShutdown - Variable in class org.springframework.scheduling.quartz.SimpleThreadPoolTaskExecutor
 
waitForTasksToCompleteOnShutdown - Variable in class org.springframework.scheduling.backportconcurrent.ThreadPoolTaskExecutor
Deprecated.
 
waitForTasksToCompleteOnShutdown - Variable in class org.springframework.scheduling.concurrent.ExecutorConfigurationSupport
 
warning(Problem) - Method in class org.springframework.beans.factory.parsing.FailFastProblemReporter
Writes the supplied Problem to the Log at WARN level.
warning(Problem) - Method in interface org.springframework.beans.factory.parsing.ProblemReporter
Called when a warning is raised during the parsing process.
warning(String, Object) - Method in class org.springframework.beans.factory.parsing.ReaderContext
 
warning(String, Object, Throwable) - Method in class org.springframework.beans.factory.parsing.ReaderContext
 
warning(String, Object, ParseState) - Method in class org.springframework.beans.factory.parsing.ReaderContext
 
warning(String, Object, ParseState, Throwable) - Method in class org.springframework.beans.factory.parsing.ReaderContext
 
warning(SAXParseException) - Method in class org.springframework.util.xml.SimpleSaxErrorHandler
 
warning(TransformerException) - Method in class org.springframework.util.xml.SimpleTransformErrorListener
 
warnLogger - Variable in class org.springframework.web.portlet.handler.AbstractHandlerExceptionResolver
 
warnLogger - Variable in class org.springframework.web.servlet.handler.AbstractHandlerExceptionResolver
 
wasActive - Variable in class org.springframework.transaction.support.AbstractPlatformTransactionManager.SuspendedResourcesHolder
 
wasCleared() - Method in class org.springframework.web.portlet.ModelAndView
Return whether this ModelAndView object is empty as a result of a call to ModelAndView.clear() i.e.
wasCleared() - Method in class org.springframework.web.servlet.ModelAndView
Return whether this ModelAndView object is empty as a result of a call to ModelAndView.clear() i.e.
wasDataUpdated() - Method in exception org.springframework.dao.IncorrectUpdateSemanticsDataAccessException
Return whether data was updated.
wasDataUpdated() - Method in exception org.springframework.jdbc.JdbcUpdateAffectedIncorrectNumberOfRowsException
 
wasFailure() - Method in class org.springframework.web.context.support.RequestHandledEvent
Return whether the request failed.
wasModifiedForTypeCheck - Variable in class org.springframework.scripting.bsh.BshScriptFactory
 
wasModifiedForTypeCheck - Variable in class org.springframework.scripting.groovy.GroovyScriptFactory
 
wasNull() - Method in class org.springframework.jdbc.support.rowset.ResultSetWrappingSqlRowSet
 
wasNull() - Method in interface org.springframework.jdbc.support.rowset.SqlRowSet
Reports whether the last column read had a value of SQL NULL.
weak - Variable in class org.springframework.util.CachingMapDecorator
Deprecated.
 
WeakReferenceMonitor - Class in org.springframework.util
Track references to arbitrary objects using proxy and weak references.
WeakReferenceMonitor() - Constructor for class org.springframework.util.WeakReferenceMonitor
 
WeakReferenceMonitor.MonitoringProcess - Class in org.springframework.util
Thread implementation that performs the actual monitoring.
WeakReferenceMonitor.MonitoringProcess() - Constructor for class org.springframework.util.WeakReferenceMonitor.MonitoringProcess
 
WeakReferenceMonitor.ReleaseListener - Interface in org.springframework.util
Listener that is notified when the handle is being released.
WEAVER_CLASS_ATTRIBUTE - Static variable in class org.springframework.context.config.LoadTimeWeaverBeanDefinitionParser
 
weavingTransformer - Variable in class org.springframework.instrument.classloading.SimpleInstrumentableClassLoader
 
weavingTransformer - Variable in class org.springframework.instrument.classloading.tomcat.TomcatInstrumentableClassLoader
Use an internal WeavingTransformer
WeavingTransformer - Class in org.springframework.instrument.classloading
ClassFileTransformer-based weaver, allowing for a list of transformers to be applied on a class byte array.
WeavingTransformer(ClassLoader) - Constructor for class org.springframework.instrument.classloading.WeavingTransformer
Create a new WeavingTransformer for the given class loader.
WEB_APP_CONFIGURATION_CLASS_NAME - Static variable in class org.springframework.test.context.ContextLoaderUtils
 
WEB_APP_ROOT_KEY_PARAM - Static variable in class org.springframework.web.util.WebUtils
Web app root key parameter at the servlet context level (i.e.
WEB_APPLICATION_CONTEXT_ATTRIBUTE - Static variable in class org.springframework.web.servlet.DispatcherServlet
Request attribute to hold the current web application context.
WEB_APPLICATION_CONTEXT_ATTRIBUTE - Static variable in class org.springframework.web.servlet.support.RequestContext
Request attribute to hold the current web application context for RequestContext usage.
WEB_APPLICATION_CONTEXT_ATTRIBUTE - Static variable in class org.springframework.web.servlet.ViewRendererServlet
Request attribute to hold current web application context.
WEB_APPLICATION_CONTEXT_VARIABLE_NAME - Static variable in class org.springframework.web.jsf.el.WebApplicationContextFacesELResolver
Name of the exposed WebApplicationContext variable: "webApplicationContext".
WEB_APPLICATION_CONTEXT_VARIABLE_NAME - Static variable in class org.springframework.web.jsf.WebApplicationContextVariableResolver
Deprecated.
Name of the exposed WebApplicationContext variable: "webApplicationContext".
WEB_ASYNC_MANAGER_ATTRIBUTE - Static variable in class org.springframework.web.context.request.async.WebAsyncUtils
 
WEB_MERGED_CONTEXT_CONFIGURATION_CLASS_NAME - Static variable in class org.springframework.test.context.ContextLoaderUtils
 
WebAppConfiguration - Annotation Type in org.springframework.test.context.web
@WebAppConfiguration is a class-level annotation that is used to declare that the ApplicationContext loaded for an integration test should be a WebApplicationContext.
webAppContext - Variable in class org.springframework.test.web.servlet.setup.DefaultMockMvcBuilder
 
webAppContextSetup(WebApplicationContext) - Static method in class org.springframework.test.web.servlet.setup.MockMvcBuilders
Build a MockMvc using the given, fully initialized, i.e.
webApplicationContext - Variable in class org.springframework.remoting.jaxrpc.ServletEndpointSupport
Deprecated.
 
webApplicationContext - Variable in class org.springframework.web.context.support.ContextExposingHttpServletRequest
 
WebApplicationContext - Interface in org.springframework.web.context
Interface to provide configuration for a web application.
webApplicationContext - Variable in class org.springframework.web.filter.DelegatingFilterProxy
 
webApplicationContext - Variable in class org.springframework.web.servlet.FrameworkServlet
WebApplicationContext for this servlet
webApplicationContext - Variable in class org.springframework.web.servlet.support.RequestContext
 
webApplicationContext - Variable in class org.springframework.web.servlet.view.tiles.ComponentControllerSupport
Deprecated.
 
webApplicationContext - Variable in class org.springframework.web.struts.ActionSupport
Deprecated.
 
webApplicationContext - Variable in class org.springframework.web.struts.AutowiringRequestProcessor
Deprecated.
 
webApplicationContext - Variable in class org.springframework.web.struts.AutowiringTilesRequestProcessor
Deprecated.
 
webApplicationContext - Variable in class org.springframework.web.struts.ContextLoaderPlugIn
Deprecated.
WebApplicationContext for the ActionServlet
webApplicationContext - Variable in class org.springframework.web.struts.DelegatingRequestProcessor
Deprecated.
 
webApplicationContext - Variable in class org.springframework.web.struts.DelegatingTilesRequestProcessor
Deprecated.
 
webApplicationContext - Variable in class org.springframework.web.struts.DispatchActionSupport
Deprecated.
 
webApplicationContext - Variable in class org.springframework.web.struts.LookupDispatchActionSupport
Deprecated.
 
webApplicationContext - Variable in class org.springframework.web.struts.MappingDispatchActionSupport
Deprecated.
 
WebApplicationContextFacesELResolver - Class in org.springframework.web.jsf.el
Special JSF 1.2 ELResolver that exposes the Spring WebApplicationContext instance under a variable named "webApplicationContext".
WebApplicationContextFacesELResolver() - Constructor for class org.springframework.web.jsf.el.WebApplicationContextFacesELResolver
 
WebApplicationContextUtils - Class in org.springframework.web.context.support
Convenience methods for retrieving the root WebApplicationContext for a given ServletContext.
WebApplicationContextUtils() - Constructor for class org.springframework.web.context.support.WebApplicationContextUtils
 
WebApplicationContextUtils.FacesDependencyRegistrar - Class in org.springframework.web.context.support
Inner class to avoid hard-coded JSF dependency.
WebApplicationContextUtils.FacesDependencyRegistrar() - Constructor for class org.springframework.web.context.support.WebApplicationContextUtils.FacesDependencyRegistrar
 
WebApplicationContextUtils.RequestObjectFactory - Class in org.springframework.web.context.support
Factory that exposes the current request object on demand.
WebApplicationContextUtils.RequestObjectFactory() - Constructor for class org.springframework.web.context.support.WebApplicationContextUtils.RequestObjectFactory
 
WebApplicationContextUtils.SessionObjectFactory - Class in org.springframework.web.context.support
Factory that exposes the current session object on demand.
WebApplicationContextUtils.SessionObjectFactory() - Constructor for class org.springframework.web.context.support.WebApplicationContextUtils.SessionObjectFactory
 
WebApplicationContextUtils.WebRequestObjectFactory - Class in org.springframework.web.context.support
Factory that exposes the current WebRequest object on demand.
WebApplicationContextUtils.WebRequestObjectFactory() - Constructor for class org.springframework.web.context.support.WebApplicationContextUtils.WebRequestObjectFactory
 
WebApplicationContextVariableResolver - Class in org.springframework.web.jsf
Deprecated.
as of Spring 3.2, in favor of the JSF 1.2 based WebApplicationContextFacesELResolver
WebApplicationContextVariableResolver(VariableResolver) - Constructor for class org.springframework.web.jsf.WebApplicationContextVariableResolver
Deprecated.
Create a new WebApplicationContextVariableResolver, using the given original VariableResolver.
WebApplicationInitializer - Interface in org.springframework.web
Interface to be implemented in Servlet 3.0+ environments in order to configure the ServletContext programmatically -- as opposed to (or possibly in conjunction with) the traditional web.xml-based approach.
WebApplicationObjectSupport - Class in org.springframework.web.context.support
Convenient superclass for application objects running in a WebApplicationContext.
WebApplicationObjectSupport() - Constructor for class org.springframework.web.context.support.WebApplicationObjectSupport
 
WebAppRootListener - Class in org.springframework.web.util
Listener that sets a system property to the web application root directory.
WebAppRootListener() - Constructor for class org.springframework.web.util.WebAppRootListener
 
WebArgumentResolver - Interface in org.springframework.web.bind.support
SPI for resolving custom arguments for a specific handler method parameter.
WebAsyncManager - Class in org.springframework.web.context.request.async
The central class for managing asynchronous request processing, mainly intended as an SPI and not typically used directly by application classes.
WebAsyncManager() - Constructor for class org.springframework.web.context.request.async.WebAsyncManager
Package private constructor.
WebAsyncTask<V> - Class in org.springframework.web.context.request.async
Holder for a Callable, a timeout value, and a task executor.
WebAsyncTask(Callable<V>) - Constructor for class org.springframework.web.context.request.async.WebAsyncTask
Create a WebAsyncTask wrapping the given Callable.
WebAsyncTask(long, Callable<V>) - Constructor for class org.springframework.web.context.request.async.WebAsyncTask
Create a WebAsyncTask with a timeout value and a Callable.
WebAsyncTask(Long, String, Callable<V>) - Constructor for class org.springframework.web.context.request.async.WebAsyncTask
Create a WebAsyncTask with a timeout value, an executor name, and a Callable.
WebAsyncTask(Long, AsyncTaskExecutor, Callable<V>) - Constructor for class org.springframework.web.context.request.async.WebAsyncTask
Create a WebAsyncTask with a timeout value, an executor instance, and a Callable.
WebAsyncTask(Long, AsyncTaskExecutor, String, Callable<V>) - Constructor for class org.springframework.web.context.request.async.WebAsyncTask
 
WebAsyncUtils - Class in org.springframework.web.context.request.async
Utility methods related to processing asynchronous web requests.
WebAsyncUtils() - Constructor for class org.springframework.web.context.request.async.WebAsyncUtils
 
WebBindingInitializer - Interface in org.springframework.web.bind.support
Callback interface for initializing a WebDataBinder for performing data binding in the context of a specific web request.
webBindingInitializer - Variable in class org.springframework.web.portlet.mvc.annotation.AnnotationMethodHandlerAdapter
 
webBindingInitializer - Variable in class org.springframework.web.portlet.mvc.BaseCommandController
Deprecated.
 
webBindingInitializer - Variable in class org.springframework.web.servlet.mvc.annotation.AnnotationMethodHandlerAdapter
Deprecated.
 
webBindingInitializer - Variable in class org.springframework.web.servlet.mvc.BaseCommandController
Deprecated.
 
webBindingInitializer - Variable in class org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter
 
webBindingInitializer - Variable in class org.springframework.web.servlet.mvc.multiaction.MultiActionController
Optional strategy for pre-initializing data binding
WebContentGenerator - Class in org.springframework.web.servlet.support
Convenient superclass for any kind of web content generator, like AbstractController and WebContentInterceptor.
WebContentGenerator() - Constructor for class org.springframework.web.servlet.support.WebContentGenerator
Create a new WebContentGenerator which supports HTTP methods GET, HEAD and POST by default.
WebContentGenerator(boolean) - Constructor for class org.springframework.web.servlet.support.WebContentGenerator
Create a new WebContentGenerator.
WebContentGenerator(String...) - Constructor for class org.springframework.web.servlet.support.WebContentGenerator
Create a new WebContentGenerator.
WebContentInterceptor - Class in org.springframework.web.servlet.mvc
Interceptor that checks and prepares request and response.
WebContentInterceptor() - Constructor for class org.springframework.web.servlet.mvc.WebContentInterceptor
 
WebDataBinder - Class in org.springframework.web.bind
Special DataBinder for data binding from web request parameters to JavaBean objects.
WebDataBinder(Object) - Constructor for class org.springframework.web.bind.WebDataBinder
Create a new WebDataBinder instance, with default object name.
WebDataBinder(Object, String) - Constructor for class org.springframework.web.bind.WebDataBinder
Create a new WebDataBinder instance.
WebDataBinderFactory - Interface in org.springframework.web.bind.support
A factory for creating a WebDataBinder instance for a named target object.
WebDelegatingSmartContextLoader - Class in org.springframework.test.context.web
WebDelegatingSmartContextLoader is a concrete implementation of AbstractDelegatingSmartContextLoader that delegates to a GenericXmlWebContextLoader and an AnnotationConfigWebContextLoader.
WebDelegatingSmartContextLoader() - Constructor for class org.springframework.test.context.web.WebDelegatingSmartContextLoader
 
WEBLOGIC_DEFAULT_SERVLET_NAME - Static variable in class org.springframework.web.servlet.resource.DefaultServletHttpRequestHandler
Default Servlet name used by WebLogic
WEBLOGIC_JTA_TRANSACTION_MANAGER_CLASS_NAME - Static variable in class org.springframework.transaction.config.JtaTransactionManagerBeanDefinitionParser
 
WebLogicClassLoaderAdapter - Class in org.springframework.instrument.classloading.weblogic
Reflective wrapper around a WebLogic 10 class loader.
WebLogicClassLoaderAdapter(ClassLoader) - Constructor for class org.springframework.instrument.classloading.weblogic.WebLogicClassLoaderAdapter
 
WebLogicClassPreProcessorAdapter - Class in org.springframework.instrument.classloading.weblogic
Adapter that implements WebLogic ClassPreProcessor interface, delegating to a standard JDK ClassFileTransformer underneath.
WebLogicClassPreProcessorAdapter(ClassFileTransformer, ClassLoader) - Constructor for class org.springframework.instrument.classloading.weblogic.WebLogicClassPreProcessorAdapter
WebLogicJtaTransactionManager - Class in org.springframework.transaction.jta
Special JtaTransactionManager variant for BEA WebLogic (9.0 and higher).
WebLogicJtaTransactionManager() - Constructor for class org.springframework.transaction.jta.WebLogicJtaTransactionManager
 
WebLogicLoadTimeWeaver - Class in org.springframework.instrument.classloading.weblogic
LoadTimeWeaver implementation for WebLogic's instrumentable ClassLoader.
WebLogicLoadTimeWeaver() - Constructor for class org.springframework.instrument.classloading.weblogic.WebLogicLoadTimeWeaver
Creates a new instance of the WebLogicLoadTimeWeaver class using the default class loader.
WebLogicLoadTimeWeaver(ClassLoader) - Constructor for class org.springframework.instrument.classloading.weblogic.WebLogicLoadTimeWeaver
Creates a new instance of the WebLogicLoadTimeWeaver class using the supplied ClassLoader.
WebLogicNativeJdbcExtractor - Class in org.springframework.jdbc.support.nativejdbc
Implementation of the NativeJdbcExtractor interface for WebLogic, supporting WebLogic Server 9.0 and higher.
WebLogicNativeJdbcExtractor() - Constructor for class org.springframework.jdbc.support.nativejdbc.WebLogicNativeJdbcExtractor
This constructor retrieves the WebLogic JDBC extension interface, so we can get the underlying vendor connection using reflection.
weblogicPresent - Static variable in class org.springframework.context.config.MBeanServerBeanDefinitionParser
 
weblogicPresent - Static variable in class org.springframework.transaction.config.JtaTransactionManagerBeanDefinitionParser
 
weblogicTransactionManagerAvailable - Variable in class org.springframework.transaction.jta.WebLogicJtaTransactionManager
 
weblogicUserTransactionAvailable - Variable in class org.springframework.transaction.jta.WebLogicJtaTransactionManager
 
WebMergedContextConfiguration - Class in org.springframework.test.context.web
WebMergedContextConfiguration encapsulates the merged context configuration declared on a test class and all of its superclasses via @ContextConfiguration, @WebAppConfiguration, and @ActiveProfiles.
WebMergedContextConfiguration(Class<?>, String[], Class<?>[], Set<Class<? extends ApplicationContextInitializer<? extends ConfigurableApplicationContext>>>, String[], String, ContextLoader) - Constructor for class org.springframework.test.context.web.WebMergedContextConfiguration
WebMergedContextConfiguration(Class<?>, String[], Class<?>[], Set<Class<? extends ApplicationContextInitializer<? extends ConfigurableApplicationContext>>>, String[], String, ContextLoader, CacheAwareContextLoaderDelegate, MergedContextConfiguration) - Constructor for class org.springframework.test.context.web.WebMergedContextConfiguration
Create a new WebMergedContextConfiguration instance for the supplied test class, resource locations, annotated classes, context initializers, active profiles, resource base path, and ContextLoader.
WebMvcConfigurationSupport - Class in org.springframework.web.servlet.config.annotation
This is the main class providing the configuration behind the MVC Java config.
WebMvcConfigurationSupport() - Constructor for class org.springframework.web.servlet.config.annotation.WebMvcConfigurationSupport
 
WebMvcConfigurationSupport.EmptyHandlerMapping - Class in org.springframework.web.servlet.config.annotation
 
WebMvcConfigurationSupport.EmptyHandlerMapping() - Constructor for class org.springframework.web.servlet.config.annotation.WebMvcConfigurationSupport.EmptyHandlerMapping
 
WebMvcConfigurer - Interface in org.springframework.web.servlet.config.annotation
Defines callback methods to customize the Java-based configuration for Spring MVC enabled via @EnableWebMvc.
WebMvcConfigurerAdapter - Class in org.springframework.web.servlet.config.annotation
An implementation of WebMvcConfigurer with empty methods allowing sub-classes to override only the methods they're interested in.
WebMvcConfigurerAdapter() - Constructor for class org.springframework.web.servlet.config.annotation.WebMvcConfigurerAdapter
 
WebMvcConfigurerComposite - Class in org.springframework.web.servlet.config.annotation
An WebMvcConfigurer implementation that delegates to other WebMvcConfigurer instances.
WebMvcConfigurerComposite() - Constructor for class org.springframework.web.servlet.config.annotation.WebMvcConfigurerComposite
 
WebRequest - Interface in org.springframework.web.context.request
Generic interface for a web request.
WebRequestDataBinder - Class in org.springframework.web.bind.support
Special DataBinder to perform data binding from web request parameters to JavaBeans, including support for multipart files.
WebRequestDataBinder(Object) - Constructor for class org.springframework.web.bind.support.WebRequestDataBinder
Create a new WebRequestDataBinder instance, with default object name.
WebRequestDataBinder(Object, String) - Constructor for class org.springframework.web.bind.support.WebRequestDataBinder
Create a new WebRequestDataBinder instance.
WebRequestHandlerInterceptorAdapter - Class in org.springframework.web.portlet.handler
Adapter that implements the Portlet HandlerInterceptor interface and wraps an underlying WebRequestInterceptor.
WebRequestHandlerInterceptorAdapter(WebRequestInterceptor) - Constructor for class org.springframework.web.portlet.handler.WebRequestHandlerInterceptorAdapter
Create a new WebRequestHandlerInterceptorAdapter for the given WebRequestInterceptor, applying to the render phase only.
WebRequestHandlerInterceptorAdapter(WebRequestInterceptor, boolean) - Constructor for class org.springframework.web.portlet.handler.WebRequestHandlerInterceptorAdapter
Create a new WebRequestHandlerInterceptorAdapter for the given WebRequestInterceptor.
WebRequestHandlerInterceptorAdapter - Class in org.springframework.web.servlet.handler
Adapter that implements the Servlet HandlerInterceptor interface and wraps an underlying WebRequestInterceptor.
WebRequestHandlerInterceptorAdapter(WebRequestInterceptor) - Constructor for class org.springframework.web.servlet.handler.WebRequestHandlerInterceptorAdapter
Create a new WebRequestHandlerInterceptorAdapter for the given WebRequestInterceptor.
WebRequestInterceptor - Interface in org.springframework.web.context.request
Interface for general web request interception.
webServiceFeatures - Variable in class org.springframework.remoting.jaxws.AbstractJaxWsServiceExporter
 
webServiceFeatures - Variable in class org.springframework.remoting.jaxws.JaxWsPortClientInterceptor
 
webServiceRefClass - Static variable in class org.springframework.context.annotation.CommonAnnotationBeanPostProcessor
 
WEBSPHERE_DEFAULT_SERVLET_NAME - Static variable in class org.springframework.web.servlet.resource.DefaultServletHttpRequestHandler
Default Servlet name used by WebSphere
WEBSPHERE_TRANSACTION_MANAGER_CLASS_NAME - Static variable in class org.springframework.transaction.config.JtaTransactionManagerBeanDefinitionParser
 
WEBSPHERE_URI_ATTRIBUTE - Static variable in class org.springframework.web.util.UrlPathHelper
Special WebSphere request attribute, indicating the original request URI.
WebSphereClassLoaderAdapter - Class in org.springframework.instrument.classloading.websphere
Reflective wrapper around a WebSphere 7 class loader.
WebSphereClassLoaderAdapter(ClassLoader) - Constructor for class org.springframework.instrument.classloading.websphere.WebSphereClassLoaderAdapter
 
WebSphereClassPreDefinePlugin - Class in org.springframework.instrument.classloading.websphere
Adapter that implements WebSphere 7.0 ClassPreProcessPlugin interface, delegating to a standard JDK ClassFileTransformer underneath.
WebSphereClassPreDefinePlugin(ClassFileTransformer) - Constructor for class org.springframework.instrument.classloading.websphere.WebSphereClassPreDefinePlugin
WebSphereClassPreDefinePlugin.Dummy - Class in org.springframework.instrument.classloading.websphere
 
WebSphereClassPreDefinePlugin.Dummy() - Constructor for class org.springframework.instrument.classloading.websphere.WebSphereClassPreDefinePlugin.Dummy
 
websphereComplianceFlag - Static variable in class org.springframework.web.util.UrlPathHelper
 
webSphereConnectionClass - Variable in class org.springframework.jdbc.support.nativejdbc.WebSphereNativeJdbcExtractor
 
WebSphereDataSourceAdapter - Class in org.springframework.jdbc.datasource
DataSource implementation that delegates all calls to a WebSphere target DataSource, typically obtained from JNDI, applying a current isolation level and/or current user credentials to every Connection obtained from it.
WebSphereDataSourceAdapter() - Constructor for class org.springframework.jdbc.datasource.WebSphereDataSourceAdapter
This constructor retrieves the WebSphere JDBC connection spec API, so we can get obtain specific WebSphere Connections using reflection.
WebSphereLoadTimeWeaver - Class in org.springframework.instrument.classloading.websphere
LoadTimeWeaver implementation for WebSphere's instrumentable ClassLoader.
WebSphereLoadTimeWeaver() - Constructor for class org.springframework.instrument.classloading.websphere.WebSphereLoadTimeWeaver
Create a new instance of the WebSphereLoadTimeWeaver class using the default class loader.
WebSphereLoadTimeWeaver(ClassLoader) - Constructor for class org.springframework.instrument.classloading.websphere.WebSphereLoadTimeWeaver
Create a new instance of the WebSphereLoadTimeWeaver class using the supplied ClassLoader.
WebSphereMBeanServerFactoryBean - Class in org.springframework.jmx.support
FactoryBean that obtains a WebSphere MBeanServer reference through WebSphere's proprietary AdminServiceFactory API, available on WebSphere 5.1 and higher.
WebSphereMBeanServerFactoryBean() - Constructor for class org.springframework.jmx.support.WebSphereMBeanServerFactoryBean
 
webSphereNativeConnectionMethod - Variable in class org.springframework.jdbc.support.nativejdbc.WebSphereNativeJdbcExtractor
 
WebSphereNativeJdbcExtractor - Class in org.springframework.jdbc.support.nativejdbc
Implementation of the NativeJdbcExtractor interface for WebSphere, supporting WebSphere Application Server 6.1 and higher.
WebSphereNativeJdbcExtractor() - Constructor for class org.springframework.jdbc.support.nativejdbc.WebSphereNativeJdbcExtractor
This constructor retrieves WebSphere JDBC adapter classes, so we can get the underlying vendor connection using reflection.
webspherePresent - Static variable in class org.springframework.context.config.MBeanServerBeanDefinitionParser
 
webspherePresent - Static variable in class org.springframework.transaction.config.JtaTransactionManagerBeanDefinitionParser
 
WebSphereUowTransactionManager - Class in org.springframework.transaction.jta
WebSphere-specific PlatformTransactionManager implementation that delegates to a com.ibm.wsspi.uow.UOWManager instance, obtained from WebSphere's JNDI environment.
WebSphereUowTransactionManager() - Constructor for class org.springframework.transaction.jta.WebSphereUowTransactionManager
Create a new WebSphereUowTransactionManager.
WebSphereUowTransactionManager(UOWManager) - Constructor for class org.springframework.transaction.jta.WebSphereUowTransactionManager
Create a new WebSphereUowTransactionManager for the given UOWManager.
WebSphereUowTransactionManager.UOWActionAdapter<T> - Class in org.springframework.transaction.jta
Adapter that executes the given Spring transaction within the WebSphere UOWAction shape.
WebSphereUowTransactionManager.UOWActionAdapter(TransactionDefinition, TransactionCallback<T>, boolean, boolean, boolean, boolean) - Constructor for class org.springframework.transaction.jta.WebSphereUowTransactionManager.UOWActionAdapter
 
WebUtils - Class in org.springframework.web.util
Miscellaneous utilities for web applications.
WebUtils() - Constructor for class org.springframework.web.util.WebUtils
 
wellKnownSimplePrefixes - Static variable in class org.springframework.util.PropertyPlaceholderHelper
 
whenExhaustedAction - Variable in class org.springframework.aop.target.CommonsPoolTargetSource
 
whitespacePreserve - Variable in class org.springframework.oxm.castor.CastorMarshaller
 
wildcard(TypeDescriptor) - Method in class org.springframework.core.convert.TypeDescriptor
 
WILDCARD - Static variable in class org.springframework.jmx.export.MBeanExporter
Wildcard used to map a NotificationListener to all MBeans registered by the MBeanExporter.
WILDCARD_TYPE - Static variable in class org.springframework.http.MediaType
 
windowID - Variable in class org.springframework.mock.web.portlet.MockPortletRequest
 
WINDOWS_FOLDER_SEPARATOR - Static variable in class org.springframework.util.StringUtils
 
windowState - Variable in class org.springframework.mock.web.portlet.MockPortletRequest
 
windowState - Variable in class org.springframework.mock.web.portlet.MockPortletURL
 
windowState - Variable in class org.springframework.mock.web.portlet.MockStateAwareResponse
 
windowState - Variable in class org.springframework.web.portlet.mvc.annotation.DefaultAnnotationHandlerMapping.RenderMappingPredicate
 
windowStates - Variable in class org.springframework.mock.web.portlet.MockPortalContext
 
with(RequestPostProcessor) - Method in class org.springframework.test.web.servlet.request.MockHttpServletRequestBuilder
An extension point for further initialization of MockHttpServletRequest in ways not built directly into the MockHttpServletRequestBuilder.
withAfterClasses(Statement) - Method in class org.springframework.test.context.junit4.SpringJUnit4ClassRunner
Wraps the Statement returned by the parent implementation with a RunAfterTestClassCallbacks statement, thus preserving the default functionality but adding support for the Spring TestContext Framework.
withAfters(FrameworkMethod, Object, Statement) - Method in class org.springframework.test.context.junit4.SpringJUnit4ClassRunner
Wraps the Statement returned by the parent implementation with a RunAfterTestMethodCallbacks statement, thus preserving the default functionality but adding support for the Spring TestContext Framework.
withBadRequest() - Static method in class org.springframework.test.web.client.response.MockRestResponseCreators
ResponseCreator for a 400 response (BAD_REQUEST).
withBeforeClasses(Statement) - Method in class org.springframework.test.context.junit4.SpringJUnit4ClassRunner
Wraps the Statement returned by the parent implementation with a RunBeforeTestClassCallbacks statement, thus preserving the default functionality but adding support for the Spring TestContext Framework.
withBefores(FrameworkMethod, Object, Statement) - Method in class org.springframework.test.context.junit4.SpringJUnit4ClassRunner
Wraps the Statement returned by the parent implementation with a RunBeforeTestMethodCallbacks statement, thus preserving the default functionality but adding support for the Spring TestContext Framework.
withCatalogName(String) - Method in class org.springframework.jdbc.core.simple.SimpleJdbcCall
 
withCatalogName(String) - Method in interface org.springframework.jdbc.core.simple.SimpleJdbcCallOperations
Optionally, specify the name of the catalog that contins the stored procedure.
withCatalogName(String) - Method in class org.springframework.jdbc.core.simple.SimpleJdbcInsert
 
withCatalogName(String) - Method in interface org.springframework.jdbc.core.simple.SimpleJdbcInsertOperations
Specify the catalog name, if any, to be used for the insert.
withCreatedEntity(URI) - Static method in class org.springframework.test.web.client.response.MockRestResponseCreators
ResponseCreator for a 201 response (CREATED) with a 'Location' header.
withFunctionName(String) - Method in class org.springframework.jdbc.core.simple.SimpleJdbcCall
 
withFunctionName(String) - Method in interface org.springframework.jdbc.core.simple.SimpleJdbcCallOperations
Specify the procedure name to be used - this implies that we will be calling a stored function.
withNoContent() - Static method in class org.springframework.test.web.client.response.MockRestResponseCreators
ResponseCreator for a 204 response (NO_CONTENT).
withoutProcedureColumnMetaDataAccess() - Method in class org.springframework.jdbc.core.simple.SimpleJdbcCall
 
withoutProcedureColumnMetaDataAccess() - Method in interface org.springframework.jdbc.core.simple.SimpleJdbcCallOperations
Turn off any processing of parameter meta data information obtained via JDBC.
withoutTableColumnMetaDataAccess() - Method in class org.springframework.jdbc.core.simple.SimpleJdbcInsert
 
withoutTableColumnMetaDataAccess() - Method in interface org.springframework.jdbc.core.simple.SimpleJdbcInsertOperations
Turn off any processing of column meta data information obtained via JDBC.
withPotentialRepeat(FrameworkMethod, Object, Statement) - Method in class org.springframework.test.context.junit4.SpringJUnit4ClassRunner
Supports Spring's @Repeat annotation by returning a SpringRepeat statement initialized with the configured repeat count or 1 if no repeat count is configured.
withPotentialTimeout(FrameworkMethod, Object, Statement) - Method in class org.springframework.test.context.junit4.SpringJUnit4ClassRunner
Supports both Spring's @Timed and JUnit's @Test(timeout=...) annotations, but not both simultaneously.
withProcedureName(String) - Method in class org.springframework.jdbc.core.simple.SimpleJdbcCall
 
withProcedureName(String) - Method in interface org.springframework.jdbc.core.simple.SimpleJdbcCallOperations
Specify the procedure name to be used - this implies that we will be calling a stored procedure.
withProperty(String, String) - Method in class org.springframework.mock.env.MockEnvironment
Convenient synonym for MockEnvironment.setProperty(java.lang.String, java.lang.String) that returns the current instance.
withProperty(String, Object) - Method in class org.springframework.mock.env.MockPropertySource
Convenient synonym for MockPropertySource.setProperty(java.lang.String, java.lang.Object) that returns the current instance.
withReturnValue() - Method in class org.springframework.jdbc.core.simple.SimpleJdbcCall
 
withReturnValue() - Method in interface org.springframework.jdbc.core.simple.SimpleJdbcCallOperations
Indicates the procedure's return value should be included in the results returned.
withRulesReflectively(FrameworkMethod, Object, Statement) - Method in class org.springframework.test.context.junit4.SpringJUnit4ClassRunner
Invokes JUnit 4.7's private withRules() method using reflection.
withSchemaName(String) - Method in class org.springframework.jdbc.core.simple.SimpleJdbcCall
 
withSchemaName(String) - Method in interface org.springframework.jdbc.core.simple.SimpleJdbcCallOperations
Optionally, specify the name of the schema that contins the stored procedure.
withSchemaName(String) - Method in class org.springframework.jdbc.core.simple.SimpleJdbcInsert
 
withSchemaName(String) - Method in interface org.springframework.jdbc.core.simple.SimpleJdbcInsertOperations
Specify the shema name, if any, to be used for the insert.
withServerError() - Static method in class org.springframework.test.web.client.response.MockRestResponseCreators
ResponseCreator for a 500 response (SERVER_ERROR).
withStatus(HttpStatus) - Static method in class org.springframework.test.web.client.response.MockRestResponseCreators
ResponseCreator with a specific HTTP status.
withSuccess() - Static method in class org.springframework.test.web.client.response.MockRestResponseCreators
ResponseCreator for a 200 response (OK).
withSuccess(String, MediaType) - Static method in class org.springframework.test.web.client.response.MockRestResponseCreators
ResponseCreator for a 200 response (OK) with String body.
withSuccess(byte[], MediaType) - Static method in class org.springframework.test.web.client.response.MockRestResponseCreators
ResponseCreator for a 200 response (OK) with byte[] body.
withSuccess(Resource, MediaType) - Static method in class org.springframework.test.web.client.response.MockRestResponseCreators
ResponseCreator for a 200 response (OK) content with Resource-based body.
withTableName(String) - Method in class org.springframework.jdbc.core.simple.SimpleJdbcInsert
 
withTableName(String) - Method in interface org.springframework.jdbc.core.simple.SimpleJdbcInsertOperations
Specify the table name to be used for the insert.
withUnauthorizedRequest() - Static method in class org.springframework.test.web.client.response.MockRestResponseCreators
ResponseCreator for a 401 response (UNAUTHORIZED).
wlGenericClassLoaderConstructor - Variable in class org.springframework.instrument.classloading.weblogic.WebLogicClassLoaderAdapter
 
wlPreProcessorClass - Variable in class org.springframework.instrument.classloading.weblogic.WebLogicClassLoaderAdapter
 
work - Variable in class org.springframework.jca.work.SimpleTaskWorkManager.DelegatingWorkAdapter
 
WORK_MANAGER_FACTORY_CLASS - Static variable in class org.springframework.jca.work.glassfish.GlassFishWorkManagerTaskExecutor
 
workListener - Variable in class org.springframework.jca.work.SimpleTaskWorkManager.DelegatingWorkAdapter
 
workListener - Variable in class org.springframework.jca.work.WorkManagerTaskExecutor
 
workListener - Variable in class org.springframework.scheduling.commonj.WorkManagerTaskExecutor
 
workManager - Variable in class org.springframework.jca.support.ResourceAdapterFactoryBean
 
workManager - Variable in class org.springframework.jca.support.SimpleBootstrapContext
 
workManager - Variable in class org.springframework.jca.work.WorkManagerTaskExecutor
 
workManager - Variable in class org.springframework.scheduling.commonj.WorkManagerTaskExecutor
 
workManagerName - Variable in class org.springframework.jca.work.WorkManagerTaskExecutor
 
workManagerName - Variable in class org.springframework.scheduling.commonj.WorkManagerTaskExecutor
 
WorkManagerTaskExecutor - Class in org.springframework.jca.work
TaskExecutor implementation that delegates to a JCA 1.5 WorkManager, implementing the javax.resource.spi.work.WorkManager interface.
WorkManagerTaskExecutor() - Constructor for class org.springframework.jca.work.WorkManagerTaskExecutor
Create a new WorkManagerTaskExecutor, expecting bean-style configuration.
WorkManagerTaskExecutor(WorkManager) - Constructor for class org.springframework.jca.work.WorkManagerTaskExecutor
Create a new WorkManagerTaskExecutor for the given WorkManager.
WorkManagerTaskExecutor - Class in org.springframework.scheduling.commonj
TaskExecutor implementation that delegates to a CommonJ WorkManager, implementing the commonj.work.WorkManager interface, which either needs to be specified as reference or through the JNDI name.
WorkManagerTaskExecutor() - Constructor for class org.springframework.scheduling.commonj.WorkManagerTaskExecutor
 
world - Variable in class org.springframework.core.type.filter.AspectJTypeFilter
 
wrap(Object) - Method in interface org.springframework.aop.framework.adapter.AdvisorAdapterRegistry
Return an Advisor wrapping the given advice.
wrap(Object) - Method in class org.springframework.aop.framework.adapter.DefaultAdvisorAdapterRegistry
 
wrap(RequestCondition<?>...) - Method in class org.springframework.web.servlet.mvc.condition.CompositeRequestCondition
 
wrapAsLob - Variable in class org.springframework.jdbc.support.lob.DefaultLobHandler
 
wrapConcurrentResult(Object) - Method in class org.springframework.web.servlet.mvc.method.annotation.ServletInvocableHandlerMethod
Return a ServletInvocableHandlerMethod that will process the value returned from an async operation essentially either applying return value handling or raising an exception if the end result is an Exception.
wrapIfNecessary(Object, String, Object) - Method in class org.springframework.aop.framework.autoproxy.AbstractAutoProxyCreator
Wrap the given bean if necessary, i.e.
wrappedConnectionClass - Variable in class org.springframework.jdbc.support.nativejdbc.JBossNativeJdbcExtractor
 
wrappedObject - Variable in class org.springframework.remoting.rmi.RmiInvocationWrapper
 
wrappedResultSetClass - Variable in class org.springframework.jdbc.support.nativejdbc.JBossNativeJdbcExtractor
 
wrappedStatementClass - Variable in class org.springframework.jdbc.support.nativejdbc.JBossNativeJdbcExtractor
 
wrapSessionFactoryIfNecessary(SessionFactory) - Method in class org.springframework.orm.hibernate3.AbstractSessionFactoryBean
Wrap the given SessionFactory with a proxy, if demanded.
wrapWebArgumentResolverBeanDefs(List<BeanDefinitionHolder>) - Method in class org.springframework.web.servlet.config.AnnotationDrivenBeanDefinitionParser
 
WritableResource - Interface in org.springframework.core.io
Extended interface for a resource that supports writing to it.
write(EvaluationContext, Object, String, Object) - Method in class org.springframework.context.expression.BeanExpressionContextAccessor
 
write(EvaluationContext, Object, String, Object) - Method in class org.springframework.context.expression.BeanFactoryAccessor
 
write(EvaluationContext, Object, String, Object) - Method in class org.springframework.context.expression.EnvironmentAccessor
Read only.
write(EvaluationContext, Object, String, Object) - Method in class org.springframework.context.expression.MapAccessor
 
write(EvaluationContext, Object, String, Object) - Method in interface org.springframework.expression.PropertyAccessor
Called to write to a property on a specified target object.
write(EvaluationContext, Object, String, Object) - Method in class org.springframework.expression.spel.support.ReflectivePropertyAccessor.OptimalPropertyAccessor
 
write(EvaluationContext, Object, String, Object) - Method in class org.springframework.expression.spel.support.ReflectivePropertyAccessor
 
write(T, MediaType, HttpOutputMessage) - Method in class org.springframework.http.converter.AbstractHttpMessageConverter
This implementation delegates to AbstractHttpMessageConverter.getDefaultContentType(Object) if a content type was not provided, calls AbstractHttpMessageConverter.getContentLength(T, org.springframework.http.MediaType), and sets the corresponding headers on the output message.
write(BufferedImage, MediaType, HttpOutputMessage) - Method in class org.springframework.http.converter.BufferedImageHttpMessageConverter
 
write(MultiValueMap<String, ?>, MediaType, HttpOutputMessage) - Method in class org.springframework.http.converter.FormHttpMessageConverter
 
write(T, MediaType, HttpOutputMessage) - Method in interface org.springframework.http.converter.HttpMessageConverter
Write an given object to the given output message.
write(int) - Method in class org.springframework.http.converter.xml.SourceHttpMessageConverter.CountingOutputStream
 
write(byte[]) - Method in class org.springframework.http.converter.xml.SourceHttpMessageConverter.CountingOutputStream
 
write(byte[], int, int) - Method in class org.springframework.http.converter.xml.SourceHttpMessageConverter.CountingOutputStream
 
write(OutputStream) - Method in class org.springframework.jca.cci.core.support.CommAreaRecord
 
write(int) - Method in class org.springframework.mock.web.DelegatingServletOutputStream
 
write(char[], int, int) - Method in class org.springframework.mock.web.MockBodyContent
 
write(char[], int, int) - Method in class org.springframework.mock.web.MockHttpServletResponse.ResponsePrintWriter
 
write(String, int, int) - Method in class org.springframework.mock.web.MockHttpServletResponse.ResponsePrintWriter
 
write(int) - Method in class org.springframework.mock.web.MockHttpServletResponse.ResponsePrintWriter
 
write(int) - Method in class org.springframework.mock.web.MockHttpServletResponse.ResponseServletOutputStream
 
write(char[], int, int) - Method in class org.springframework.mock.web.MockJspWriter
 
write(Writer) - Method in class org.springframework.mock.web.portlet.MockBaseURL
 
write(Writer, boolean) - Method in class org.springframework.mock.web.portlet.MockBaseURL
 
write(char) - Method in class org.springframework.util.CommonsLogWriter
 
write(char[], int, int) - Method in class org.springframework.util.CommonsLogWriter
 
write(byte[], int, int) - Method in class org.springframework.util.StreamUtils.NonClosingOutputStream
 
write(char[], int, int) - Method in class org.springframework.web.filter.ShallowEtagHeaderFilter.ShallowEtagResponseWrapper.ResponsePrintWriter
 
write(String, int, int) - Method in class org.springframework.web.filter.ShallowEtagHeaderFilter.ShallowEtagResponseWrapper.ResponsePrintWriter
 
write(int) - Method in class org.springframework.web.filter.ShallowEtagHeaderFilter.ShallowEtagResponseWrapper.ResponsePrintWriter
 
write(int) - Method in class org.springframework.web.filter.ShallowEtagHeaderFilter.ShallowEtagResponseWrapper.ResponseServletOutputStream
 
write(byte[], int, int) - Method in class org.springframework.web.filter.ShallowEtagHeaderFilter.ShallowEtagResponseWrapper.ResponseServletOutputStream
 
write(EvaluationContext, Object, String, Object) - Method in class org.springframework.web.servlet.tags.EvalTag.JspPropertyAccessor
 
writeAcceptCharset - Variable in class org.springframework.http.converter.StringHttpMessageConverter
 
writeAttribute(String, String) - Method in class org.springframework.util.xml.XMLEventStreamWriter
 
writeAttribute(String, String, String) - Method in class org.springframework.util.xml.XMLEventStreamWriter
 
writeAttribute(String, String, String, String) - Method in class org.springframework.util.xml.XMLEventStreamWriter
 
writeAttribute(String, String) - Method in class org.springframework.web.servlet.tags.form.TagWriter
Write an HTML attribute with the specified name and value.
writeBodyContent(String) - Method in class org.springframework.web.servlet.tags.EscapeBodyTag
Write the escaped body content to the page.
writeBoundary(byte[], OutputStream) - Method in class org.springframework.http.converter.FormHttpMessageConverter
 
writeCData(String) - Method in class org.springframework.util.xml.XMLEventStreamWriter
 
writeCharacters(String) - Method in class org.springframework.util.xml.XMLEventStreamWriter
 
writeCharacters(char[], int, int) - Method in class org.springframework.util.xml.XMLEventStreamWriter
 
writeComment(String) - Method in class org.springframework.util.xml.XMLEventStreamWriter
 
writeCommonAttributes(TagWriter) - Method in class org.springframework.web.servlet.tags.form.OptionsTag.OptionsWriter
 
writeCommonAttributes(TagWriter) - Method in class org.springframework.web.servlet.tags.form.OptionWriter
Writes default attributes configured to the supplied TagWriter.
writeContent(HttpServletResponse, Resource) - Method in class org.springframework.web.servlet.resource.ResourceHttpRequestHandler
Write the actual content out to the given servlet response, streaming the resource's content.
writeContent(OutputStream, Object, boolean) - Method in class org.springframework.web.servlet.view.json.MappingJackson2JsonView
Write the actual JSON content to the stream.
writeContent(OutputStream, Object, boolean) - Method in class org.springframework.web.servlet.view.json.MappingJacksonJsonView
Write the actual JSON content to the stream.
writeDefaultAttributes(TagWriter) - Method in class org.springframework.web.servlet.tags.form.AbstractDataBoundFormElementTag
Writes the default set of attributes to the supplied TagWriter.
writeDefaultAttributes(TagWriter) - Method in class org.springframework.web.servlet.tags.form.AbstractHtmlElementTag
Writes the default attributes configured via this base class to the supplied TagWriter.
writeDefaultNamespace(String) - Method in class org.springframework.util.xml.XMLEventStreamWriter
 
writeDTD(String) - Method in class org.springframework.util.xml.XMLEventStreamWriter
 
writeElementTag(TagWriter, Object, Object, Object, int) - Method in class org.springframework.web.servlet.tags.form.AbstractMultiCheckedElementTag
 
writeEmptyElement(String) - Method in class org.springframework.util.xml.XMLEventStreamWriter
 
writeEmptyElement(String, String) - Method in class org.springframework.util.xml.XMLEventStreamWriter
 
writeEmptyElement(String, String, String) - Method in class org.springframework.util.xml.XMLEventStreamWriter
 
writeEnd(byte[], OutputStream) - Method in class org.springframework.http.converter.FormHttpMessageConverter
 
writeEndDocument() - Method in class org.springframework.util.xml.XMLEventStreamWriter
 
writeEndElement() - Method in class org.springframework.util.xml.XMLEventStreamWriter
 
writeEntityRef(String) - Method in class org.springframework.util.xml.XMLEventStreamWriter
 
writeForm(MultiValueMap<String, String>, MediaType, HttpOutputMessage) - Method in class org.springframework.http.converter.FormHttpMessageConverter
 
writeHeaders(HttpHeaders) - Method in class org.springframework.http.client.SimpleStreamingClientHttpRequest
 
writeHeaders() - Method in class org.springframework.http.converter.FormHttpMessageConverter.MultipartHttpOutputMessage
 
writeHeaders() - Method in class org.springframework.http.server.ServletServerHttpResponse
 
writeHiddenFields(Map<String, String>) - Method in class org.springframework.web.servlet.tags.form.FormTag
Writes the given values as hidden fields.
writeHiddenTagIfNecessary(TagWriter) - Method in class org.springframework.web.servlet.tags.form.SelectTag
If using a multi-select, a hidden element is needed to make sure all items are correctly unselected on the server-side in response to a null post.
writeInternal(T, HttpOutputMessage) - Method in class org.springframework.http.converter.AbstractHttpMessageConverter
Abstract template method that writes the actual body.
writeInternal(byte[], HttpOutputMessage) - Method in class org.springframework.http.converter.ByteArrayHttpMessageConverter
 
writeInternal(T, HttpOutputMessage) - Method in class org.springframework.http.converter.feed.AbstractWireFeedHttpMessageConverter
 
writeInternal(Object, HttpOutputMessage) - Method in class org.springframework.http.converter.json.MappingJackson2HttpMessageConverter
 
writeInternal(Object, HttpOutputMessage) - Method in class org.springframework.http.converter.json.MappingJacksonHttpMessageConverter
 
writeInternal(Object, HttpOutputMessage) - Method in class org.springframework.http.converter.ObjectToStringHttpMessageConverter
 
writeInternal(Resource, HttpOutputMessage) - Method in class org.springframework.http.converter.ResourceHttpMessageConverter
 
writeInternal(String, HttpOutputMessage) - Method in class org.springframework.http.converter.StringHttpMessageConverter
 
writeInternal(T, HttpOutputMessage) - Method in class org.springframework.http.converter.xml.AbstractXmlHttpMessageConverter
 
writeLock - Static variable in class org.springframework.web.servlet.support.AbstractFlashMapManager
 
writeMapEntry(TagWriter, String, String, Map.Entry, int) - Method in class org.springframework.web.servlet.tags.form.AbstractMultiCheckedElementTag
 
writeMessage(String) - Method in class org.springframework.web.servlet.tags.MessageTag
Write the message to the page.
writeMethod - Variable in class org.springframework.beans.GenericTypeAwarePropertyDescriptor
 
writeMethod - Variable in class org.springframework.beans.SimpleIndexedPropertyDescriptor
 
writeMethod - Variable in class org.springframework.beans.SimpleNonIndexedPropertyDescriptor
 
writeMethod - Variable in class org.springframework.core.convert.Property
 
writeMethodParameter - Variable in class org.springframework.beans.GenericTypeAwarePropertyDescriptor
 
writeMultipart(MultiValueMap<String, Object>, HttpOutputMessage) - Method in class org.springframework.http.converter.FormHttpMessageConverter
 
writeNamespace(String, String) - Method in class org.springframework.util.xml.XMLEventStreamWriter
 
writeNamespace(Namespace) - Method in class org.springframework.util.xml.XMLEventStreamWriter
 
writeNewLine(OutputStream) - Method in class org.springframework.http.converter.FormHttpMessageConverter
 
writeObject(ObjectOutputStream) - Method in class org.springframework.transaction.interceptor.TransactionInterceptor
 
writeObjectEntry(TagWriter, String, String, Object, int) - Method in class org.springframework.web.servlet.tags.form.AbstractMultiCheckedElementTag
 
writeOptionalAttribute(TagWriter, String, String) - Method in class org.springframework.web.servlet.tags.form.AbstractFormTag
Optionally writes the supplied value under the supplied attribute name into the supplied TagWriter.
writeOptionalAttributes(TagWriter) - Method in class org.springframework.web.servlet.tags.form.AbstractHtmlElementTag
Writes the optional attributes configured via this base class to the supplied TagWriter.
writeOptionalAttributes(TagWriter) - Method in class org.springframework.web.servlet.tags.form.AbstractHtmlInputElementTag
Adds input-specific optional attributes as defined by this base class.
writeOptionalAttributeValue(String, String) - Method in class org.springframework.web.servlet.tags.form.TagWriter
Write an HTML attribute if the supplied value is not null or zero length.
writeOptions(TagWriter) - Method in class org.springframework.web.servlet.tags.form.OptionWriter
Write the 'option' tags for the configured OptionWriter.optionSource to the supplied TagWriter.
writeOut(Writer) - Method in class org.springframework.mock.web.MockBodyContent
 
writePart(String, HttpEntity, OutputStream) - Method in class org.springframework.http.converter.FormHttpMessageConverter
 
writeParts(OutputStream, MultiValueMap<String, Object>, byte[]) - Method in class org.springframework.http.converter.FormHttpMessageConverter
 
writeProcessingInstruction(String) - Method in class org.springframework.util.xml.XMLEventStreamWriter
 
writeProcessingInstruction(String, String) - Method in class org.springframework.util.xml.XMLEventStreamWriter
 
writeProperty(TypedValue, EvaluationContext, String, Object) - Method in class org.springframework.expression.spel.ast.PropertyOrFieldReference
 
writer - Variable in class org.springframework.mock.web.MockHttpServletResponse
 
writer - Variable in class org.springframework.mock.web.portlet.MockMimeResponse
 
writer - Variable in class org.springframework.web.filter.ShallowEtagHeaderFilter.ShallowEtagResponseWrapper
 
writer - Variable in class org.springframework.web.servlet.tags.form.TagWriter.SafeWriter
 
writer - Variable in class org.springframework.web.servlet.tags.form.TagWriter
The TagWriter.SafeWriter to write to.
writerAccessAllowed - Variable in class org.springframework.mock.web.MockHttpServletResponse
 
writerCache - Variable in class org.springframework.expression.spel.support.ReflectivePropertyAccessor
 
writeRemoteInvocation(RemoteInvocation, OutputStream) - Method in class org.springframework.remoting.httpinvoker.AbstractHttpInvokerRequestExecutor
Serialize the given RemoteInvocation to the given OutputStream.
writeRemoteInvocationResult(Message, Session, RemoteInvocationResult) - Method in class org.springframework.jms.remoting.JmsInvokerServiceExporter
Send the given RemoteInvocationResult as a JMS message to the originator.
writeRemoteInvocationResult(HttpServletRequest, HttpServletResponse, RemoteInvocationResult) - Method in class org.springframework.remoting.httpinvoker.HttpInvokerServiceExporter
Write the given RemoteInvocationResult to the given HTTP response.
writeRemoteInvocationResult(HttpServletRequest, HttpServletResponse, RemoteInvocationResult, OutputStream) - Method in class org.springframework.remoting.httpinvoker.HttpInvokerServiceExporter
Serialize the given RemoteInvocation to the given OutputStream.
writeRemoteInvocationResult(HttpExchange, RemoteInvocationResult) - Method in class org.springframework.remoting.httpinvoker.SimpleHttpInvokerServiceExporter
Write the given RemoteInvocationResult to the given HTTP response.
writeRemoteInvocationResult(HttpExchange, RemoteInvocationResult, OutputStream) - Method in class org.springframework.remoting.httpinvoker.SimpleHttpInvokerServiceExporter
Serialize the given RemoteInvocation to the given OutputStream.
writeReplace() - Method in class org.springframework.aop.target.AbstractPrototypeBasedTargetSource
Replaces this object with a SingletonTargetSource on serialization.
writeReplace() - Method in class org.springframework.beans.factory.support.DefaultListableBeanFactory
 
writeReplace() - Method in class org.springframework.beans.factory.support.DisposableBeanAdapter
Serializes a copy of the state of this class, filtering out non-serializable BeanPostProcessors.
writeReplace() - Method in class org.springframework.orm.jpa.AbstractEntityManagerFactoryBean
 
writeRequestBody(HttpInvokerClientConfiguration, HttpURLConnection, ByteArrayOutputStream) - Method in class org.springframework.remoting.httpinvoker.SimpleHttpInvokerRequestExecutor
Set the given serialized remote invocation as request body.
writeStartDocument() - Method in class org.springframework.util.xml.XMLEventStreamWriter
 
writeStartDocument(String) - Method in class org.springframework.util.xml.XMLEventStreamWriter
 
writeStartDocument(String, String) - Method in class org.springframework.util.xml.XMLEventStreamWriter
 
writeStartElement(String) - Method in class org.springframework.util.xml.XMLEventStreamWriter
 
writeStartElement(String, String) - Method in class org.springframework.util.xml.XMLEventStreamWriter
 
writeStartElement(String, String, String) - Method in class org.springframework.util.xml.XMLEventStreamWriter
 
writeStartElement(StartElement) - Method in class org.springframework.util.xml.XMLEventStreamWriter
 
writeTagContent(TagWriter) - Method in class org.springframework.web.servlet.tags.form.AbstractCheckedElementTag
Writes the 'input' element to the supplied TagWriter, marking it as 'checked' if appropriate.
writeTagContent(TagWriter) - Method in class org.springframework.web.servlet.tags.form.AbstractFormTag
Subclasses should implement this method to perform tag content rendering.
writeTagContent(TagWriter) - Method in class org.springframework.web.servlet.tags.form.AbstractHtmlElementBodyTag
 
writeTagContent(TagWriter) - Method in class org.springframework.web.servlet.tags.form.AbstractMultiCheckedElementTag
Renders the 'input type="radio"' element with the configured AbstractMultiCheckedElementTag.setItems(Object) values.
writeTagContent(TagWriter) - Method in class org.springframework.web.servlet.tags.form.AbstractSingleCheckedElementTag
Renders the 'input(radio)' element with the configured value.
writeTagContent(TagWriter) - Method in class org.springframework.web.servlet.tags.form.ButtonTag
 
writeTagContent(TagWriter) - Method in class org.springframework.web.servlet.tags.form.CheckboxesTag
 
writeTagContent(TagWriter) - Method in class org.springframework.web.servlet.tags.form.CheckboxTag
 
writeTagContent(TagWriter) - Method in class org.springframework.web.servlet.tags.form.FormTag
Writes the opening part of the block 'form' tag and exposes the form object name in the javax.servlet.jsp.PageContext.
writeTagContent(TagWriter) - Method in class org.springframework.web.servlet.tags.form.HiddenInputTag
Writes the HTML 'input' tag to the supplied TagWriter including the databound value.
writeTagContent(TagWriter) - Method in class org.springframework.web.servlet.tags.form.InputTag
Writes the 'input' tag to the supplied TagWriter.
writeTagContent(TagWriter) - Method in class org.springframework.web.servlet.tags.form.LabelTag
Writes the opening 'label' tag and forces a block tag so that body content is written correctly.
writeTagContent(TagWriter) - Method in class org.springframework.web.servlet.tags.form.OptionsTag
 
writeTagContent(TagWriter) - Method in class org.springframework.web.servlet.tags.form.SelectTag
Renders the HTML 'select' tag to the supplied TagWriter.
writeTagContent(TagWriter) - Method in class org.springframework.web.servlet.tags.form.TextareaTag
 
writeTagDetails(TagWriter) - Method in class org.springframework.web.servlet.tags.form.AbstractSingleCheckedElementTag
Write the details for the given primary tag: i.e.
writeTagDetails(TagWriter) - Method in class org.springframework.web.servlet.tags.form.CheckboxTag
 
writeTagDetails(TagWriter) - Method in class org.springframework.web.servlet.tags.form.RadioButtonTag
 
writeToLog(Log, String) - Method in class org.springframework.aop.interceptor.CustomizableTraceInterceptor
Writes the supplied message to the supplied Log instance.
writeToLog(Log, String, Throwable) - Method in class org.springframework.aop.interceptor.CustomizableTraceInterceptor
Writes the supplied message and Throwable to the supplied Log instance.
writeToLog(String) - Method in class org.springframework.beans.factory.config.DeprecatedBeanWarner
Actually write to the underlying log.
writeToResponse(HttpServletResponse, ByteArrayOutputStream) - Method in class org.springframework.web.servlet.view.AbstractView
Write the given temporary OutputStream to the HTTP response.
writeToResult(T, HttpHeaders, Result) - Method in class org.springframework.http.converter.xml.AbstractXmlHttpMessageConverter
writeToResult(T, HttpHeaders, Result) - Method in class org.springframework.http.converter.xml.Jaxb2CollectionHttpMessageConverter
 
writeToResult(Object, HttpHeaders, Result) - Method in class org.springframework.http.converter.xml.Jaxb2RootElementHttpMessageConverter
 
writeToResult(Object, HttpHeaders, Result) - Method in class org.springframework.http.converter.xml.MarshallingHttpMessageConverter
 
writeToResult(T, HttpHeaders, Result) - Method in class org.springframework.http.converter.xml.SourceHttpMessageConverter
 
writeValue(TagWriter) - Method in class org.springframework.web.servlet.tags.form.ButtonTag
Writes the 'value' attribute to the supplied TagWriter.
writeValue(TagWriter) - Method in class org.springframework.web.servlet.tags.form.InputTag
Writes the 'value' attribute to the supplied TagWriter.
writeValue(TagWriter) - Method in class org.springframework.web.servlet.tags.form.PasswordInputTag
The PasswordInputTag only writes it's value if the 'showPassword' property value is true.
writeWithMessageConverters(Object, HttpInputMessage, HttpOutputMessage) - Method in class org.springframework.web.servlet.mvc.annotation.AnnotationMethodHandlerAdapter.ServletHandlerMethodInvoker
Deprecated.
 
writeWithMessageConverters(T, MethodParameter, NativeWebRequest) - Method in class org.springframework.web.servlet.mvc.method.annotation.AbstractMessageConverterMethodProcessor
Writes the given return value to the given web request.
writeWithMessageConverters(T, MethodParameter, ServletServerHttpRequest, ServletServerHttpResponse) - Method in class org.springframework.web.servlet.mvc.method.annotation.AbstractMessageConverterMethodProcessor
Writes the given return type to the given output message.
wsDataSourceClass - Variable in class org.springframework.jdbc.datasource.WebSphereDataSourceAdapter
 
wsDataSourceGetConnectionMethod - Variable in class org.springframework.jdbc.datasource.WebSphereDataSourceAdapter
 
wsdlDocumentUrl - Variable in class org.springframework.remoting.jaxrpc.LocalJaxRpcServiceFactory
Deprecated.
 
wsdlDocumentUrl - Variable in class org.springframework.remoting.jaxws.LocalJaxWsServiceFactory
 
wsdlLocation - Variable in class org.springframework.context.annotation.CommonAnnotationBeanPostProcessor.WebServiceRefElement
 
wsPreProcessorClass - Variable in class org.springframework.instrument.classloading.websphere.WebSphereClassLoaderAdapter
 

X

xaResource - Variable in class org.springframework.jca.endpoint.AbstractMessageEndpointFactory.TransactionDelegate
 
xaTerminator - Variable in class org.springframework.jca.support.ResourceAdapterFactoryBean
 
xaTerminator - Variable in class org.springframework.jca.support.SimpleBootstrapContext
 
xml(String) - Method in class org.springframework.test.web.client.match.ContentRequestMatchers
Parse the request body and the given String as XML and assert that the two are "similar" - i.e.
xml(String) - Method in class org.springframework.test.web.servlet.result.ContentResultMatchers
Parse the response content and the given string as XML and assert the two are "similar" - i.e.
XML_BEANS_MARSHALLER_CLASS_NAME - Static variable in class org.springframework.oxm.config.XmlBeansMarshallerBeanDefinitionParser
 
XML_CONTENT_TYPE - Static variable in class org.springframework.web.servlet.view.xslt.AbstractXsltView
Deprecated.
The default content type if no stylesheet specified
XML_FILE_EXTENSION - Static variable in class org.springframework.core.io.support.PropertiesLoaderUtils
 
XML_FILE_EXTENSION - Static variable in class org.springframework.util.Log4jConfigurer
Extension that indicates a log4j XML config file: ".xml"
XML_SUFFIX - Static variable in class org.springframework.context.support.ReloadableResourceBundleMessageSource
 
XmlAwareFormHttpMessageConverter - Class in org.springframework.http.converter.xml
XmlAwareFormHttpMessageConverter() - Constructor for class org.springframework.http.converter.xml.XmlAwareFormHttpMessageConverter
Deprecated.
 
XmlBeanDefinitionReader - Class in org.springframework.beans.factory.xml
Bean definition reader for XML bean definitions.
XmlBeanDefinitionReader(BeanDefinitionRegistry) - Constructor for class org.springframework.beans.factory.xml.XmlBeanDefinitionReader
Create new XmlBeanDefinitionReader for the given bean factory.
XmlBeanDefinitionStoreException - Exception in org.springframework.beans.factory.xml
XML-specific BeanDefinitionStoreException subclass that wraps a SAXException, typically a SAXParseException which contains information about the error location.
XmlBeanDefinitionStoreException(String, String, SAXException) - Constructor for exception org.springframework.beans.factory.xml.XmlBeanDefinitionStoreException
Create a new XmlBeanDefinitionStoreException.
XmlBeanFactory - Class in org.springframework.beans.factory.xml
Deprecated.
as of Spring 3.1 in favor of DefaultListableBeanFactory and XmlBeanDefinitionReader
XmlBeanFactory(Resource) - Constructor for class org.springframework.beans.factory.xml.XmlBeanFactory
Deprecated.
Create a new XmlBeanFactory with the given resource, which must be parsable using DOM.
XmlBeanFactory(Resource, BeanFactory) - Constructor for class org.springframework.beans.factory.xml.XmlBeanFactory
Deprecated.
Create a new XmlBeanFactory with the given input stream, which must be parsable using DOM.
XmlBeansMarshaller - Class in org.springframework.oxm.xmlbeans
Implementation of the Marshaller interface for Apache XMLBeans.
XmlBeansMarshaller() - Constructor for class org.springframework.oxm.xmlbeans.XmlBeansMarshaller
 
XmlBeansMarshaller.NonClosingInputStream - Class in org.springframework.oxm.xmlbeans
See SPR-7034
XmlBeansMarshaller.NonClosingInputStream(InputStream) - Constructor for class org.springframework.oxm.xmlbeans.XmlBeansMarshaller.NonClosingInputStream
 
XmlBeansMarshaller.NonClosingReader - Class in org.springframework.oxm.xmlbeans
 
XmlBeansMarshaller.NonClosingReader(Reader) - Constructor for class org.springframework.oxm.xmlbeans.XmlBeansMarshaller.NonClosingReader
 
XmlBeansMarshallerBeanDefinitionParser - Class in org.springframework.oxm.config
Parser for the <oxm:xmlbeans-marshaller/> element.
XmlBeansMarshallerBeanDefinitionParser() - Constructor for class org.springframework.oxm.config.XmlBeansMarshallerBeanDefinitionParser
 
XmlBinaryStreamProvider - Interface in org.springframework.jdbc.support.xml
Interface defining handling involved with providing OutputStream data for XML input.
XmlCharacterStreamProvider - Interface in org.springframework.jdbc.support.xml
Interface defining handling involved with providing Writer data for XML input.
xmlContext - Variable in class org.springframework.oxm.castor.CastorMarshaller
 
xmlDocument - Variable in class org.springframework.mock.web.portlet.MockPortletResponse
 
XMLEventStreamReader - Class in org.springframework.util.xml
Implementation of the XMLStreamReader interface that wraps a XMLEventReader.
XMLEventStreamReader(XMLEventReader) - Constructor for class org.springframework.util.xml.XMLEventStreamReader
 
XMLEventStreamWriter - Class in org.springframework.util.xml
Implementation of the XMLStreamWriter interface that wraps a XMLEventWriter.
XMLEventStreamWriter(XMLEventWriter, XMLEventFactory) - Constructor for class org.springframework.util.xml.XMLEventStreamWriter
 
XmlExpectationsHelper - Class in org.springframework.test.util
A helper class for assertions on XML content.
XmlExpectationsHelper() - Constructor for class org.springframework.test.util.XmlExpectationsHelper
 
xmlHelper - Variable in class org.springframework.test.web.client.match.ContentRequestMatchers
 
xmlHelper - Variable in class org.springframework.test.web.servlet.result.ContentResultMatchers
 
xmlLoader - Variable in class org.springframework.test.context.support.DelegatingSmartContextLoader
 
xmlLoader - Variable in class org.springframework.test.context.web.WebDelegatingSmartContextLoader
 
XmlMappingException - Exception in org.springframework.oxm
Root of the hierarchy of Object XML Mapping exceptions.
XmlMappingException(String) - Constructor for exception org.springframework.oxm.XmlMappingException
Construct an XmlMappingException with the specified detail message.
XmlMappingException(String, Throwable) - Constructor for exception org.springframework.oxm.XmlMappingException
Construct an XmlMappingException with the specified detail message and nested exception.
xmlObject - Variable in class org.springframework.jdbc.support.xml.Jdbc4SqlXmlHandler.AbstractJdbc4SqlXmlValue
 
xmlOptions - Variable in class org.springframework.oxm.xmlbeans.XmlBeansMarshaller
 
xmlOptions - Variable in class org.springframework.oxm.xmlbeans.XmlOptionsFactoryBean
 
XmlOptionsFactoryBean - Class in org.springframework.oxm.xmlbeans
FactoryBean that configures an XMLBeans XmlOptions object and provides it as a bean reference.
XmlOptionsFactoryBean() - Constructor for class org.springframework.oxm.xmlbeans.XmlOptionsFactoryBean
 
XmlPortletApplicationContext - Class in org.springframework.web.portlet.context
Portlet-based WebApplicationContext implementation which takes its configuration from XML documents, understood by an XmlBeanDefinitionReader.
XmlPortletApplicationContext() - Constructor for class org.springframework.web.portlet.context.XmlPortletApplicationContext
 
xmlProperties - Variable in class org.springframework.mock.web.portlet.MockPortletResponse
 
XmlReaderContext - Class in org.springframework.beans.factory.xml
Extension of ReaderContext, specific to use with an XmlBeanDefinitionReader.
XmlReaderContext(Resource, ProblemReporter, ReaderEventListener, SourceExtractor, XmlBeanDefinitionReader, NamespaceHandlerResolver) - Constructor for class org.springframework.beans.factory.xml.XmlReaderContext
 
XmlResultProvider - Interface in org.springframework.jdbc.support.xml
Interface defining handling involved with providing Result data for XML input.
XmlValidationModeDetector - Class in org.springframework.util.xml
Detects whether an XML stream is using DTD- or XSD-based validation.
XmlValidationModeDetector() - Constructor for class org.springframework.util.xml.XmlValidationModeDetector
 
xmlVersion - Variable in class org.springframework.util.xml.StaxEventXMLReader
 
xmlVersion - Variable in class org.springframework.util.xml.StaxStreamXMLReader
 
XmlViewResolver - Class in org.springframework.web.servlet.view
Implementation of ViewResolver that uses bean definitions in an XML file, specified by resource location.
XmlViewResolver() - Constructor for class org.springframework.web.servlet.view.XmlViewResolver
 
XmlWebApplicationContext - Class in org.springframework.web.context.support
WebApplicationContext implementation which takes its configuration from XML documents, understood by an XmlBeanDefinitionReader.
XmlWebApplicationContext() - Constructor for class org.springframework.web.context.support.XmlWebApplicationContext
 
xpath(String, Object...) - Static method in class org.springframework.test.web.client.match.MockRestRequestMatchers
Access to request body matchers using an XPath to inspect a specific subset of the body.
xpath(String, Map<String, String>, Object...) - Static method in class org.springframework.test.web.client.match.MockRestRequestMatchers
Access to response body matchers using an XPath to inspect a specific subset of the body.
xpath(String, Object...) - Static method in class org.springframework.test.web.servlet.result.MockMvcResultMatchers
Access to response body assertions using an XPath to inspect a specific subset of the body.
xpath(String, Map<String, String>, Object...) - Static method in class org.springframework.test.web.servlet.result.MockMvcResultMatchers
Access to response body assertions using an XPath to inspect a specific subset of the body.
XpathExpectationsHelper - Class in org.springframework.test.util
A helper class for applying assertions via XPath expressions.
XpathExpectationsHelper(String, Map<String, String>, Object...) - Constructor for class org.springframework.test.util.XpathExpectationsHelper
Class constructor.
xpathExpression - Variable in class org.springframework.test.util.XpathExpectationsHelper
 
xpathHelper - Variable in class org.springframework.test.web.client.match.XpathRequestMatchers
 
xpathHelper - Variable in class org.springframework.test.web.servlet.result.XpathResultMatchers
 
XpathRequestMatchers - Class in org.springframework.test.web.client.match
Factory methods for request content RequestMatcher's using an XPath expression.
XpathRequestMatchers(String, Map<String, String>, Object...) - Constructor for class org.springframework.test.web.client.match.XpathRequestMatchers
Class constructor, not for direct instantiation.
XpathRequestMatchers.AbstractXpathRequestMatcher - Class in org.springframework.test.web.client.match
Abstract base class for XPath RequestMatcher's.
XpathRequestMatchers.AbstractXpathRequestMatcher() - Constructor for class org.springframework.test.web.client.match.XpathRequestMatchers.AbstractXpathRequestMatcher
 
XpathResultMatchers - Class in org.springframework.test.web.servlet.result
Factory for response content ResultMatcher's using an XPath expression.
XpathResultMatchers(String, Map<String, String>, Object...) - Constructor for class org.springframework.test.web.servlet.result.XpathResultMatchers
Protected constructor, not for direct instantiation.
XSD_SCHEMA_LANGUAGE - Static variable in class org.springframework.beans.factory.xml.DefaultDocumentLoader
JAXP attribute value indicating the XSD schema language.
XSD_SUFFIX - Static variable in class org.springframework.beans.factory.xml.DelegatingEntityResolver
Suffix for schema definition files
XsltView - Class in org.springframework.web.servlet.view.xslt
XSLT-driven View that allows for response context to be rendered as the result of an XSLT transformation.
XsltView() - Constructor for class org.springframework.web.servlet.view.xslt.XsltView
 
XsltViewResolver - Class in org.springframework.web.servlet.view.xslt
ViewResolver implementation that resolves instances of XsltView by translating the supplied view name into the URL of the XSLT stylesheet.
XsltViewResolver() - Constructor for class org.springframework.web.servlet.view.xslt.XsltViewResolver
 
xstream - Variable in class org.springframework.oxm.xstream.XStreamMarshaller
 
XStreamMarshaller - Class in org.springframework.oxm.xstream
Implementation of the Marshaller interface for XStream.
XStreamMarshaller() - Constructor for class org.springframework.oxm.xstream.XStreamMarshaller
 
xt - Variable in class org.springframework.scripting.bsh.BshScriptUtils.BshObjectInvocationHandler
 

Z

zappedTables - Variable in class org.springframework.test.AbstractTransactionalDataSourceSpringContextTests
Deprecated.
Did this test delete any tables? If so, we forbid transaction completion, and only allow rollback.
ZERO_INITIAL_DELAY - Static variable in class org.springframework.scheduling.config.ScheduledTasksBeanDefinitionParser
 
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