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

A

ABSTRACT_ATTRIBUTE - Static variable in class org.springframework.beans.factory.xml.DefaultXmlBeanDefinitionParser
 
ABSTRACT_KEY - Static variable in class org.springframework.beans.factory.support.PropertiesBeanDefinitionReader
Special string added to distinguish owner.
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.
APPLICATION_EVENT_MULTICASTER_BEAN_NAME - Static variable in class org.springframework.context.support.AbstractApplicationContext
Name of the ApplicationEventMulticaster bean in the factory.
APPLICATION_SCOPE_SUFFIX - Static variable in class org.springframework.web.servlet.support.RequestContext
 
ARG_TYPE_ELEMENT - Static variable in class org.springframework.beans.factory.xml.DefaultXmlBeanDefinitionParser
 
ARG_TYPE_MATCH_ATTRIBUTE - Static variable in class org.springframework.beans.factory.xml.DefaultXmlBeanDefinitionParser
 
ARRAY_SUFFIX - Static variable in class org.springframework.util.ClassUtils
Suffix for array class names
AUTOWIRE_ATTRIBUTE - Static variable in class org.springframework.beans.factory.xml.DefaultXmlBeanDefinitionParser
 
AUTOWIRE_AUTODETECT - Static variable in interface org.springframework.beans.factory.config.AutowireCapableBeanFactory
Constant that indicates determining an appropriate autowire strategy through introspection of the bean class.
AUTOWIRE_AUTODETECT - Static variable in class org.springframework.beans.factory.support.AbstractBeanDefinition
 
AUTOWIRE_AUTODETECT_VALUE - Static variable in class org.springframework.beans.factory.xml.DefaultXmlBeanDefinitionParser
 
AUTOWIRE_BY_NAME - Static variable in interface org.springframework.beans.factory.config.AutowireCapableBeanFactory
Constant that indicates autowiring bean properties by name.
AUTOWIRE_BY_NAME - Static variable in class org.springframework.beans.factory.support.AbstractBeanDefinition
 
AUTOWIRE_BY_NAME_VALUE - Static variable in class org.springframework.beans.factory.xml.DefaultXmlBeanDefinitionParser
 
AUTOWIRE_BY_TYPE - Static variable in interface org.springframework.beans.factory.config.AutowireCapableBeanFactory
Constant that indicates autowiring bean properties by type.
AUTOWIRE_BY_TYPE - Static variable in class org.springframework.beans.factory.support.AbstractBeanDefinition
 
AUTOWIRE_BY_TYPE_VALUE - Static variable in class org.springframework.beans.factory.xml.DefaultXmlBeanDefinitionParser
 
AUTOWIRE_CONSTRUCTOR - Static variable in interface org.springframework.beans.factory.config.AutowireCapableBeanFactory
Constant that indicates autowiring a constructor.
AUTOWIRE_CONSTRUCTOR - Static variable in class org.springframework.beans.factory.support.AbstractBeanDefinition
 
AUTOWIRE_CONSTRUCTOR_VALUE - Static variable in class org.springframework.beans.factory.xml.DefaultXmlBeanDefinitionParser
 
AUTOWIRE_NO - Static variable in class org.springframework.beans.factory.support.AbstractBeanDefinition
 
AbstractAdvisorAutoProxyCreator - class org.springframework.aop.framework.autoproxy.AbstractAdvisorAutoProxyCreator.
Abstract BeanPostProcessor implementation that creates AOP proxies.
AbstractAdvisorAutoProxyCreator() - Constructor for class org.springframework.aop.framework.autoproxy.AbstractAdvisorAutoProxyCreator
 
AbstractApplicationContext - class org.springframework.context.support.AbstractApplicationContext.
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.
AbstractAutoProxyCreator - class org.springframework.aop.framework.autoproxy.AbstractAutoProxyCreator.
BeanPostProcessor implementation that wraps a group of beans with AOP proxies that delegate to the given interceptors before invoking the bean itself.
AbstractAutoProxyCreator() - Constructor for class org.springframework.aop.framework.autoproxy.AbstractAutoProxyCreator
 
AbstractAutowireCapableBeanFactory - class org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.
Abstract BeanFactory superclass that implements default bean creation, with the full capabilities specified by the RootBeanDefinition class.
AbstractAutowireCapableBeanFactory() - Constructor for class org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory
Create a new AbstractAutowireCapableBeanFactory.
AbstractAutowireCapableBeanFactory(BeanFactory) - Constructor for class org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory
Create a new AbstractAutowireCapableBeanFactory with the given parent.
AbstractBeanDefinition - class org.springframework.beans.factory.support.AbstractBeanDefinition.
Base class for bean definition objects, 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
Create a new AbstractBeanDefinition as deep copy of the given bean definition.
AbstractBeanDefinitionReader - class org.springframework.beans.factory.support.AbstractBeanDefinitionReader.
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 factory.
AbstractBeanFactory - class org.springframework.beans.factory.support.AbstractBeanFactory.
Abstract superclass for BeanFactory implementations, implementing the ConfigurableBeanFactory SPI interface.
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 org.springframework.aop.target.AbstractBeanFactoryBasedTargetSource.
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
 
AbstractCachingViewResolver - class org.springframework.web.servlet.view.AbstractCachingViewResolver.
Convenient superclass for view resolvers.
AbstractCachingViewResolver() - Constructor for class org.springframework.web.servlet.view.AbstractCachingViewResolver
 
AbstractCommandController - class org.springframework.web.servlet.mvc.AbstractCommandController.
Abstract base class for custom command controllers.
AbstractCommandController() - Constructor for class org.springframework.web.servlet.mvc.AbstractCommandController
Create a new AbstractCommandController.
AbstractCommandController(Class) - Constructor for class org.springframework.web.servlet.mvc.AbstractCommandController
Create a new AbstractCommandController.
AbstractCommandController(Class, String) - Constructor for class org.springframework.web.servlet.mvc.AbstractCommandController
Create a new AbstractCommandController.
AbstractController - class org.springframework.web.servlet.mvc.AbstractController.
Convenient superclass for controller implementations, using the Template Method design pattern.
AbstractController() - Constructor for class org.springframework.web.servlet.mvc.AbstractController
 
AbstractDataFieldMaxValueIncrementer - class org.springframework.jdbc.support.incrementer.AbstractDataFieldMaxValueIncrementer.
Implementation of DataFieldMaxValueIncrementer that delegates to a single getNextKey template method that returns a long.
AbstractDataFieldMaxValueIncrementer() - Constructor for class org.springframework.jdbc.support.incrementer.AbstractDataFieldMaxValueIncrementer
 
AbstractDataSource - class org.springframework.jdbc.datasource.AbstractDataSource.
Abstract base class for Spring's DataSource implementations, taking care of the "uninteresting" glue.
AbstractDataSource() - Constructor for class org.springframework.jdbc.datasource.AbstractDataSource
 
AbstractDependencyInjectionSpringContextTests - class org.springframework.test.AbstractDependencyInjectionSpringContextTests.
Convenient superclass for tests depending on a Spring context.
AbstractDependencyInjectionSpringContextTests() - Constructor for class org.springframework.test.AbstractDependencyInjectionSpringContextTests
 
AbstractEnterpriseBean - class org.springframework.ejb.support.AbstractEnterpriseBean.
Superclass for all EJBs.
AbstractEnterpriseBean() - Constructor for class org.springframework.ejb.support.AbstractEnterpriseBean
 
AbstractExcelView - class org.springframework.web.servlet.view.document.AbstractExcelView.
Convenient superclass for Excel document views.
AbstractExcelView() - Constructor for class org.springframework.web.servlet.view.document.AbstractExcelView
 
AbstractFactoryBean - class org.springframework.beans.factory.config.AbstractFactoryBean.
Simple template superclass for FactoryBean implementations thats allows for creating a singleton or a prototype, depending on a flag.
AbstractFactoryBean() - Constructor for class org.springframework.beans.factory.config.AbstractFactoryBean
 
AbstractFallbackTransactionAttributeSource - class org.springframework.transaction.interceptor.AbstractFallbackTransactionAttributeSource.
Abstract implementation of TransactionAttributeSource that caches attributes for methods, and implements fallback policy of 1. most specific method; 2. target class attribute; 3. declaring method; 4. declaring class.
AbstractFallbackTransactionAttributeSource() - Constructor for class org.springframework.transaction.interceptor.AbstractFallbackTransactionAttributeSource
 
AbstractFormController - class org.springframework.web.servlet.mvc.AbstractFormController.
Form controller that autopopulates a form bean from the request.
AbstractFormController() - Constructor for class org.springframework.web.servlet.mvc.AbstractFormController
Create a new AbstractFormController.
AbstractHandlerMapping - class org.springframework.web.servlet.handler.AbstractHandlerMapping.
Abstract base class for HandlerMapping implementations.
AbstractHandlerMapping() - Constructor for class org.springframework.web.servlet.handler.AbstractHandlerMapping
 
AbstractHttpInvokerRequestExecutor - class org.springframework.remoting.httpinvoker.AbstractHttpInvokerRequestExecutor.
Abstract base implementation of the HttpInvokerRequestExecutor interface.
AbstractHttpInvokerRequestExecutor() - Constructor for class org.springframework.remoting.httpinvoker.AbstractHttpInvokerRequestExecutor
 
AbstractJasperReportsSingleFormatView - class org.springframework.web.servlet.view.jasperreports.AbstractJasperReportsSingleFormatView.
Extends AbstractJasperReportsView to provide basic rendering logic for views that are fixed format, i.e. always PDF or always HTML.
AbstractJasperReportsSingleFormatView() - Constructor for class org.springframework.web.servlet.view.jasperreports.AbstractJasperReportsSingleFormatView
 
AbstractJasperReportsView - class org.springframework.web.servlet.view.jasperreports.AbstractJasperReportsView.
Base class for all JasperReports views.
AbstractJasperReportsView() - Constructor for class org.springframework.web.servlet.view.jasperreports.AbstractJasperReportsView
 
AbstractJmsMessageDrivenBean - class org.springframework.ejb.support.AbstractJmsMessageDrivenBean.
Convenient superclass for JMS MDBs.
AbstractJmsMessageDrivenBean() - Constructor for class org.springframework.ejb.support.AbstractJmsMessageDrivenBean
 
AbstractJndiLocator - class org.springframework.jndi.AbstractJndiLocator.
Deprecated. Derive from JndiObjectLocator instead, invoking the lookup method whenever the subclass needs it (instead of waiting for a "located" callback).
AbstractJndiLocator() - Constructor for class org.springframework.jndi.AbstractJndiLocator
Deprecated.  
AbstractLobCreatingPreparedStatementCallback - class org.springframework.jdbc.core.support.AbstractLobCreatingPreparedStatementCallback.
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.
AbstractLobStreamingResultSetExtractor - class org.springframework.jdbc.core.support.AbstractLobStreamingResultSetExtractor.
Abstract ResultSetExtractor implementation that assumes streaming of LOB data.
AbstractLobStreamingResultSetExtractor() - Constructor for class org.springframework.jdbc.core.support.AbstractLobStreamingResultSetExtractor
 
AbstractLobType - class org.springframework.orm.hibernate.support.AbstractLobType.
Abstract base class for Hibernate UserType implementations that map to LOBs.
AbstractLobType() - Constructor for class org.springframework.orm.hibernate.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.hibernate.support.AbstractLobType
Constructor used for testing: takes an explicit LobHandler and an explicit JTA TransactionManager (can be null).
AbstractLobTypeHandler - class org.springframework.orm.ibatis.support.AbstractLobTypeHandler.
Abstract base class for iBATIS TypeHandler implementations that map to LOBs.
AbstractLobTypeHandler() - Constructor for class org.springframework.orm.ibatis.support.AbstractLobTypeHandler
Constructor used by iBATIS: fetches config-time LobHandler from SqlMapClientFactoryBean.
AbstractLobTypeHandler(LobHandler) - Constructor for class org.springframework.orm.ibatis.support.AbstractLobTypeHandler
Constructor used for testing: takes an explicit LobHandler.
AbstractMessageDrivenBean - class org.springframework.ejb.support.AbstractMessageDrivenBean.
Convenient superclass for MDBs.
AbstractMessageDrivenBean() - Constructor for class org.springframework.ejb.support.AbstractMessageDrivenBean
 
AbstractMessageSource - class org.springframework.context.support.AbstractMessageSource.
Abstract implementation of HierarchicalMessageSource interface, making it easy to implement a custom MessageSource.
AbstractMessageSource() - Constructor for class org.springframework.context.support.AbstractMessageSource
 
AbstractMultipartHttpServletRequest - class org.springframework.web.multipart.support.AbstractMultipartHttpServletRequest.
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.
AbstractPathMapHandlerMapping - class org.springframework.web.servlet.handler.metadata.AbstractPathMapHandlerMapping.
Abstract implementation of the HandlerMapping interface that recognizes metadata attributes of type PathMap on application Controllers and automatically wires them into the current servlet's WebApplicationContext.
AbstractPathMapHandlerMapping() - Constructor for class org.springframework.web.servlet.handler.metadata.AbstractPathMapHandlerMapping
 
AbstractPathResolvingPropertyEditor - class org.springframework.core.io.AbstractPathResolvingPropertyEditor.
Abstract base class for PropertyEditors that need to resolve placeholders in paths.
AbstractPathResolvingPropertyEditor() - Constructor for class org.springframework.core.io.AbstractPathResolvingPropertyEditor
 
AbstractPdfView - class org.springframework.web.servlet.view.document.AbstractPdfView.
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 org.springframework.transaction.support.AbstractPlatformTransactionManager.
Abstract base class that allows for easy implementation of concrete platform transaction managers like JtaTransactionManager and DataSourceTransactionManager.
AbstractPlatformTransactionManager() - Constructor for class org.springframework.transaction.support.AbstractPlatformTransactionManager
 
AbstractPointcutAdvisor - class org.springframework.aop.support.AbstractPointcutAdvisor.
Abstract base class for PointcutAdvisor implementations.
AbstractPointcutAdvisor() - Constructor for class org.springframework.aop.support.AbstractPointcutAdvisor
 
AbstractPoolingTargetSource - class org.springframework.aop.target.AbstractPoolingTargetSource.
Abstract superclass for pooling TargetSources that maintains 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
 
AbstractPoolingTargetSourceCreator - class org.springframework.aop.framework.autoproxy.target.AbstractPoolingTargetSourceCreator.
Convenient superclass for TargetSource creators that create pooling TargetSources.
AbstractPoolingTargetSourceCreator() - Constructor for class org.springframework.aop.framework.autoproxy.target.AbstractPoolingTargetSourceCreator
 
AbstractPrototypeBasedTargetSource - class org.springframework.aop.target.AbstractPrototypeBasedTargetSource.
Base class for dynamic TargetSources that can create new prototype bean instances to support a pooling or new-instance-per-invocation strategy.
AbstractPrototypeBasedTargetSource() - Constructor for class org.springframework.aop.target.AbstractPrototypeBasedTargetSource
 
AbstractPrototypeBasedTargetSourceCreator - class org.springframework.aop.framework.autoproxy.target.AbstractPrototypeBasedTargetSourceCreator.
Convenient superclass for TargetSourceCreators that require creating multiple instances of a prototype bean.
AbstractPrototypeBasedTargetSourceCreator() - Constructor for class org.springframework.aop.framework.autoproxy.target.AbstractPrototypeBasedTargetSourceCreator
 
AbstractRefreshableApplicationContext - class org.springframework.context.support.AbstractRefreshableApplicationContext.
Base class for ApplicationContext implementations that are supposed to support multiple refreshs, 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.
AbstractRefreshableWebApplicationContext - class org.springframework.web.context.support.AbstractRefreshableWebApplicationContext.
AbstractRefreshableApplicationContext subclass that implements the ConfigurableWebApplicationContext interface for web environments.
AbstractRefreshableWebApplicationContext() - Constructor for class org.springframework.web.context.support.AbstractRefreshableWebApplicationContext
 
AbstractRegexpMethodPointcut - class org.springframework.aop.support.AbstractRegexpMethodPointcut.
Abstract base regular expression pointcut bean.
AbstractRegexpMethodPointcut() - Constructor for class org.springframework.aop.support.AbstractRegexpMethodPointcut
 
AbstractRemoteSlsbInvokerInterceptor - class org.springframework.ejb.access.AbstractRemoteSlsbInvokerInterceptor.
Superclass for interceptors proxying remote Stateless Session Beans.
AbstractRemoteSlsbInvokerInterceptor() - Constructor for class org.springframework.ejb.access.AbstractRemoteSlsbInvokerInterceptor
 
AbstractResource - class org.springframework.core.io.AbstractResource.
Convenience base class for Resource implementations, pre-implementing typical behavior.
AbstractResource() - Constructor for class org.springframework.core.io.AbstractResource
 
AbstractSequenceMaxValueIncrementer - class org.springframework.jdbc.support.incrementer.AbstractSequenceMaxValueIncrementer.
Abstract base class for incrementers that use a database sequence.
AbstractSequenceMaxValueIncrementer() - Constructor for class org.springframework.jdbc.support.incrementer.AbstractSequenceMaxValueIncrementer
 
AbstractSessionBean - class org.springframework.ejb.support.AbstractSessionBean.
Superclass for all session beans, not intended for direct client subclassing.
AbstractSessionBean() - Constructor for class org.springframework.ejb.support.AbstractSessionBean
 
AbstractSlsbInvokerInterceptor - class org.springframework.ejb.access.AbstractSlsbInvokerInterceptor.
Superclass for AOP interceptors invoking local or remote Stateless Session Beans.
AbstractSlsbInvokerInterceptor() - Constructor for class org.springframework.ejb.access.AbstractSlsbInvokerInterceptor
 
AbstractSpringContextTests - class org.springframework.test.AbstractSpringContextTests.
Superclass for JUnit test cases using a Spring context.
AbstractSpringContextTests() - Constructor for class org.springframework.test.AbstractSpringContextTests
 
AbstractSqlTypeValue - class org.springframework.jdbc.core.support.AbstractSqlTypeValue.
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 org.springframework.ejb.support.AbstractStatefulSessionBean.
Convenient superclass for stateful session beans.
AbstractStatefulSessionBean() - Constructor for class org.springframework.ejb.support.AbstractStatefulSessionBean
 
AbstractStatelessSessionBean - class org.springframework.ejb.support.AbstractStatelessSessionBean.
Convenient superclass for stateless session beans (SLSBs), minimizing the work involved in implementing an SLSB and preventing common errors.
AbstractStatelessSessionBean() - Constructor for class org.springframework.ejb.support.AbstractStatelessSessionBean
 
AbstractTemplateView - class org.springframework.web.servlet.view.AbstractTemplateView.
AbstractTemplateView provides 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 org.springframework.web.servlet.view.AbstractTemplateViewResolver.
Abstract base class for template view resolvers like VelocityViewResolver and FreeMarkerViewResolver.
AbstractTemplateViewResolver() - Constructor for class org.springframework.web.servlet.view.AbstractTemplateViewResolver
 
AbstractThemeResolver - class org.springframework.web.servlet.theme.AbstractThemeResolver.
Abstract base class for ThemeResolver implementations.
AbstractThemeResolver() - Constructor for class org.springframework.web.servlet.theme.AbstractThemeResolver
 
AbstractTransactionalDataSourceSpringContextTests - class org.springframework.test.AbstractTransactionalDataSourceSpringContextTests.
Subclass of AbstractTransactionalSpringContextTests that adds some convenience functionality.
AbstractTransactionalDataSourceSpringContextTests() - Constructor for class org.springframework.test.AbstractTransactionalDataSourceSpringContextTests
 
AbstractTransactionalSpringContextTests - class org.springframework.test.AbstractTransactionalSpringContextTests.
Convenient superclass for tests that should occur in a transaction, but normally will roll the transaction back on the completion of each test.
AbstractTransactionalSpringContextTests() - Constructor for class org.springframework.test.AbstractTransactionalSpringContextTests
 
AbstractUrlBasedView - class org.springframework.web.servlet.view.AbstractUrlBasedView.
Abstract base class for URL-based views.
AbstractUrlBasedView() - Constructor for class org.springframework.web.servlet.view.AbstractUrlBasedView
 
AbstractUrlHandlerMapping - class org.springframework.web.servlet.handler.AbstractUrlHandlerMapping.
Abstract base class for URL-mapped HandlerMapping implementations.
AbstractUrlHandlerMapping() - Constructor for class org.springframework.web.servlet.handler.AbstractUrlHandlerMapping
 
AbstractUrlMethodNameResolver - class org.springframework.web.servlet.mvc.multiaction.AbstractUrlMethodNameResolver.
Abstract base class for URL-based MethodNameResolver implementations.
AbstractUrlMethodNameResolver() - Constructor for class org.springframework.web.servlet.mvc.multiaction.AbstractUrlMethodNameResolver
 
AbstractView - class org.springframework.web.servlet.view.AbstractView.
Abstract View superclass.
AbstractView() - Constructor for class org.springframework.web.servlet.view.AbstractView
 
AbstractWizardFormController - class org.springframework.web.servlet.mvc.AbstractWizardFormController.
Form controller for typical wizard-style workflows.
AbstractWizardFormController() - Constructor for class org.springframework.web.servlet.mvc.AbstractWizardFormController
Create a new AbstractWizardFormController.
AbstractXmlApplicationContext - class org.springframework.context.support.AbstractXmlApplicationContext.
Convenient abstract superclass 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.
AbstractXsltView - class org.springframework.web.servlet.view.xslt.AbstractXsltView.
Convenient superclass for views rendered using an XSLT stylesheet.
AbstractXsltView() - Constructor for class org.springframework.web.servlet.view.xslt.AbstractXsltView
 
AcceptHeaderLocaleResolver - class org.springframework.web.servlet.i18n.AcceptHeaderLocaleResolver.
Implementation of LocaleResolver that simply uses the primary locale specified in the "accept-language" header of the HTTP request (i.e., the locale sent by the client browser, normally that of the client's OS).
AcceptHeaderLocaleResolver() - Constructor for class org.springframework.web.servlet.i18n.AcceptHeaderLocaleResolver
 
ActionServletAwareProcessor - class org.springframework.web.struts.ActionServletAwareProcessor.
BeanPostProcessor implementation that passes the ActionServlet to beans that extend the Struts Action class.
ActionServletAwareProcessor(ActionServlet) - Constructor for class org.springframework.web.struts.ActionServletAwareProcessor
Create a new ActionServletAwareProcessor for the given servlet.
ActionSupport - class org.springframework.web.struts.ActionSupport.
Convenience class for Spring-aware Struts 1.1/1.2 Actions.
ActionSupport() - Constructor for class org.springframework.web.struts.ActionSupport
 
Advised - interface org.springframework.aop.framework.Advised.
Interface to be implemented by classes that hold the configuration of a factory of AOP proxies.
AdvisedSupport - class org.springframework.aop.framework.AdvisedSupport.
Superclass for AOP proxy configuration managers.
AdvisedSupport() - Constructor for class org.springframework.aop.framework.AdvisedSupport
No arg constructor to allow use as a JavaBean.
AdvisedSupport(Class[]) - Constructor for class org.springframework.aop.framework.AdvisedSupport
Create a DefaultProxyConfig with the given parameters.
AdvisedSupportListener - interface org.springframework.aop.framework.AdvisedSupportListener.
Listener to be registered on AdvisedSupport objects.
Advisor - interface org.springframework.aop.Advisor.
Base interface holding AOP advice (action to take at a joinpoint) and a filter determining the applicability of the advice (such as a pointcut).
AdvisorAdapter - interface org.springframework.aop.framework.adapter.AdvisorAdapter.
Interface allowing extension to the Spring AOP framework to allow handling of new Advisors and Advice types.
AdvisorAdapterRegistrationManager - class org.springframework.aop.framework.adapter.AdvisorAdapterRegistrationManager.
BeanPostProcessor implementation that "registers" instances of any non-default AdvisorAdapters with GlobalAdvisorAdapterRegistry.
AdvisorAdapterRegistrationManager() - Constructor for class org.springframework.aop.framework.adapter.AdvisorAdapterRegistrationManager
 
AdvisorAdapterRegistry - interface org.springframework.aop.framework.adapter.AdvisorAdapterRegistry.
Interface for registries of AdvisorAdapters.
AdvisorChainFactory - interface org.springframework.aop.framework.AdvisorChainFactory.
Factory for advisor chains.
AdvisorChainFactoryUtils - class org.springframework.aop.framework.AdvisorChainFactoryUtils.
Utility methods for use by AdviceChainFactory implementations.
AdvisorChainFactoryUtils() - Constructor for class org.springframework.aop.framework.AdvisorChainFactoryUtils
 
AfterReturningAdvice - interface org.springframework.aop.AfterReturningAdvice.
After returning advice is invoked only on normal method return, not if an exception is thrown.
AfterReturningAdviceAdapter - class org.springframework.aop.framework.adapter.AfterReturningAdviceAdapter.
Adapter to enable AfterReturningAdvisor and MethodAfterReturningAdvice to be used in the Spring AOP framework.
AfterReturningAdviceAdapter() - Constructor for class org.springframework.aop.framework.adapter.AfterReturningAdviceAdapter
 
AfterReturningAdviceInterceptor - class org.springframework.aop.framework.adapter.AfterReturningAdviceInterceptor.
Interceptor to wrap a MethodAfterReturningAdvice.
AfterReturningAdviceInterceptor(AfterReturningAdvice) - Constructor for class org.springframework.aop.framework.adapter.AfterReturningAdviceInterceptor
 
AopConfigException - exception org.springframework.aop.framework.AopConfigException.
Exception that gets thrown on illegal AOP configuration arguments.
AopConfigException(String) - Constructor for class org.springframework.aop.framework.AopConfigException
 
AopConfigException(String, Throwable) - Constructor for class org.springframework.aop.framework.AopConfigException
 
AopContext - class org.springframework.aop.framework.AopContext.
Class containing static methods used to obtain information about the current AOP invocation.
AopContext() - Constructor for class org.springframework.aop.framework.AopContext
 
AopProxy - interface org.springframework.aop.framework.AopProxy.
Strategy interface for proxy creation.
AopProxyFactory - interface org.springframework.aop.framework.AopProxyFactory.
Interface to be implemented by objects that can create AOP proxies based on AdvisedSupport objects.
AopProxyUtils - class org.springframework.aop.framework.AopProxyUtils.
Miscellaneous utilities for AOP proxy implementations.
AopProxyUtils() - Constructor for class org.springframework.aop.framework.AopProxyUtils
 
AopUtils - class org.springframework.aop.support.AopUtils.
Utility methods used by the AOP framework and by AOP proxy factories.
AopUtils() - Constructor for class org.springframework.aop.support.AopUtils
 
ApplicationContext - interface org.springframework.context.ApplicationContext.
Central interface to provide configuration for an application.
ApplicationContextAware - interface org.springframework.context.ApplicationContextAware.
Interface to be implemented by any object that wishes to be notified of the ApplicationContext that it runs in.
ApplicationContextAwareProcessor - class org.springframework.context.support.ApplicationContextAwareProcessor.
BeanPostProcessor implementation that passes the application context to beans that implement the ApplicationContextAware or ResourceLoaderAware interfaces.
ApplicationContextAwareProcessor(ApplicationContext) - Constructor for class org.springframework.context.support.ApplicationContextAwareProcessor
Create a new ApplicationContextAwareProcessor for the given context.
ApplicationContextException - exception org.springframework.context.ApplicationContextException.
Exception thrown during application context initialization.
ApplicationContextException(String) - Constructor for class org.springframework.context.ApplicationContextException
Constructs an ApplicationContextException with the specified detail message and no root cause.
ApplicationContextException(String, Throwable) - Constructor for class org.springframework.context.ApplicationContextException
Constructs an ApplicationContextException with the specified detail message and the given root cause.
ApplicationEvent - class org.springframework.context.ApplicationEvent.
Class to be extended by all application events.
ApplicationEvent(Object) - Constructor for class org.springframework.context.ApplicationEvent
Create a new ApplicationEvent.
ApplicationEventMulticaster - interface org.springframework.context.event.ApplicationEventMulticaster.
Interface to be implemented by objects that can manage a number of ApplicationListeners, and publish events to them.
ApplicationEventPublisher - interface org.springframework.context.ApplicationEventPublisher.
Interface that encapsulates event publication functionality.
ApplicationEventPublisherAware - interface org.springframework.context.ApplicationEventPublisherAware.
Interface to be implemented by any object that wishes to be notified of the ApplicationEventPublisher (typically the ApplicationContext) that it runs in.
ApplicationListener - interface org.springframework.context.ApplicationListener.
Interface to be implemented by application event listeners.
ApplicationObjectSupport - class org.springframework.context.support.ApplicationObjectSupport.
Convenient superclass for application objects that want to be aware of the application context, e.g. for custom lookup of collaborating beans or for context-specific resource access.
ApplicationObjectSupport() - Constructor for class org.springframework.context.support.ApplicationObjectSupport
Constructor for bean usage via subclassing.
ApplicationObjectSupport(ApplicationContext) - Constructor for class org.springframework.context.support.ApplicationObjectSupport
Deprecated. Rely on default no-arg constructor instead!
ArgumentConvertingMethodInvoker - class org.springframework.beans.support.ArgumentConvertingMethodInvoker.
Subclass of MethodInvoker that tries to convert the given arguments for the actual target method via BeanWrapperImpl.
ArgumentConvertingMethodInvoker() - Constructor for class org.springframework.beans.support.ArgumentConvertingMethodInvoker
 
Assert - class org.springframework.util.Assert.
Assert utility class that assists in validating arguments.
Assert() - Constructor for class org.springframework.util.Assert
 
Attributes - interface org.springframework.metadata.Attributes.
Interface for accessing attributes at runtime.
AttributesPoolingTargetSourceCreator - class org.springframework.aop.framework.autoproxy.metadata.AttributesPoolingTargetSourceCreator.
PoolingTargetSourceCreator driven by metadata.
AttributesPoolingTargetSourceCreator(Attributes) - Constructor for class org.springframework.aop.framework.autoproxy.metadata.AttributesPoolingTargetSourceCreator
 
AttributesPrototypeTargetSourceCreator - class org.springframework.aop.framework.autoproxy.metadata.AttributesPrototypeTargetSourceCreator.
PrototypeTargetSourceCreator driven by metadata.
AttributesPrototypeTargetSourceCreator(Attributes) - Constructor for class org.springframework.aop.framework.autoproxy.metadata.AttributesPrototypeTargetSourceCreator
 
AttributesThreadLocalTargetSourceCreator - class org.springframework.aop.framework.autoproxy.metadata.AttributesThreadLocalTargetSourceCreator.
PrototypeTargetSourceCreator driven by metadata.
AttributesThreadLocalTargetSourceCreator(Attributes) - Constructor for class org.springframework.aop.framework.autoproxy.metadata.AttributesThreadLocalTargetSourceCreator
 
AttributesTransactionAttributeSource - class org.springframework.transaction.interceptor.AttributesTransactionAttributeSource.
Implementation of TransactionAttributeSource that uses attributes from an Attributes implementation.
AttributesTransactionAttributeSource() - Constructor for class org.springframework.transaction.interceptor.AttributesTransactionAttributeSource
Create a new AttributesTransactionAttributeSource.
AttributesTransactionAttributeSource(Attributes) - Constructor for class org.springframework.transaction.interceptor.AttributesTransactionAttributeSource
Create a new AttributesTransactionAttributeSource.
AutowireCapableBeanFactory - interface org.springframework.beans.factory.config.AutowireCapableBeanFactory.
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.
AutowireUtils - class org.springframework.beans.factory.support.AutowireUtils.
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
 
access() - Method in class org.springframework.mock.web.MockHttpSession
 
activate() - Method in class org.springframework.mock.jndi.SimpleNamingContextBuilder
Register the context builder by registering it with the JNDI NamingManager.
activateObject(Object) - Method in class org.springframework.aop.target.CommonsPoolTargetSource
 
activated(AdvisedSupport) - Method in interface org.springframework.aop.framework.AdvisedSupportListener
Invoked when first proxy is created.
activated(AdvisedSupport) - Method in class org.springframework.aop.framework.HashMapCachingAdvisorChainFactory
 
activated(AdvisedSupport) - Method in class org.springframework.aop.framework.ProxyFactoryBean
 
add(Object) - Method in class org.springframework.beans.factory.support.ManagedSet
 
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(int, IntroductionAdvisor) - Method in class org.springframework.aop.framework.AdvisedSupport
 
addAdvisor(int, Advisor) - Method in class org.springframework.aop.framework.AdvisedSupport
 
addAdvisor(Advisor) - Method in class org.springframework.aop.framework.AdvisedSupport
 
addAfterReturningAdvice(AfterReturningAdvice) - Method in interface org.springframework.aop.framework.Advised
Deprecated. in favor of addAdvice
addAfterReturningAdvice(AfterReturningAdvice) - Method in class org.springframework.aop.framework.AdvisedSupport
Deprecated. in favor of addAdvice
addAll(Collection) - Method in class org.springframework.beans.factory.support.ManagedSet
 
addAllObjects(Map) - Method in class org.springframework.web.servlet.ModelAndView
Add all entries contained in the provided map to the model.
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.event.SimpleApplicationEventMulticaster
 
addArgumentValues(ConstructorArgumentValues) - Method in class org.springframework.beans.factory.config.ConstructorArgumentValues
Copy all given argument values into this object.
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.
addAttribute(String, Serializable) - Method in class org.springframework.remoting.support.RemoteInvocation
Add an additional invocation attribute.
addBcc(InternetAddress) - Method in class org.springframework.mail.javamail.MimeMessageHelper
 
addBcc(String) - Method in class org.springframework.mail.javamail.MimeMessageHelper
 
addBcc(String, String) - Method in class org.springframework.mail.javamail.MimeMessageHelper
 
addBean(String, Object) - Method in class org.springframework.beans.factory.support.StaticListableBeanFactory
Add a new singleton bean.
addBeanFactoryPostProcessor(BeanFactoryPostProcessor) - Method in interface org.springframework.context.ConfigurableApplicationContext
Add a new BeanFactoryPostProcessor that will get applied to the internal bean factory of this application context on refresh, before any of the bean definitions get evaluated.
addBeanFactoryPostProcessor(BeanFactoryPostProcessor) - Method in class org.springframework.context.support.AbstractApplicationContext
 
addBeanPostProcessor(BeanPostProcessor) - Method in interface org.springframework.beans.factory.config.ConfigurableBeanFactory
Add a new BeanPostProcessor that will get applied to beans created by this factory.
addBeanPostProcessor(BeanPostProcessor) - Method in class org.springframework.beans.factory.support.AbstractBeanFactory
 
addBeforeAdvice(MethodBeforeAdvice) - Method in interface org.springframework.aop.framework.Advised
Deprecated. in favor of addAdvice
addBeforeAdvice(MethodBeforeAdvice) - Method in class org.springframework.aop.framework.AdvisedSupport
Deprecated. in favor of addAdvice
addCc(InternetAddress) - Method in class org.springframework.mail.javamail.MimeMessageHelper
 
addCc(String) - Method in class org.springframework.mail.javamail.MimeMessageHelper
 
addCc(String, String) - Method in class org.springframework.mail.javamail.MimeMessageHelper
 
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.
addDateHeader(String, long) - Method in class org.springframework.mock.web.MockHttpServletResponse
 
addError(ObjectError) - Method in class org.springframework.validation.BindException
Add a FieldError to the errors list.
addGenericArgumentValue(Object) - Method in class org.springframework.beans.factory.config.ConstructorArgumentValues
Add generic argument value to be matched by type.
addGenericArgumentValue(Object, String) - Method in class org.springframework.beans.factory.config.ConstructorArgumentValues
Add generic argument value to be matched by type.
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
 
addIndexedArgumentValue(int, Object) - Method in class org.springframework.beans.factory.config.ConstructorArgumentValues
Add 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 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
 
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