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

ALREADY_FILTERED_SUFFIX - Static variable in class org.springframework.web.filter.OncePerRequestFilter
Suffix that gets appended to the actual class name for the "already filtered" request attribute.
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.RootBeanDefinition
 
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 by name.
AUTOWIRE_BY_NAME - Static variable in class org.springframework.beans.factory.support.RootBeanDefinition
 
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 by type.
AUTOWIRE_BY_TYPE - Static variable in class org.springframework.beans.factory.support.RootBeanDefinition
 
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.RootBeanDefinition
 
AUTOWIRE_CONSTRUCTOR_VALUE - Static variable in class org.springframework.beans.factory.xml.DefaultXmlBeanDefinitionParser
 
AUTOWIRE_NO - Static variable in class org.springframework.beans.factory.support.RootBeanDefinition
 
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.
Partial implementation of ApplicationContext.
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.
AbstractAutowireCapableBeanFactory() - Constructor for class org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory
 
AbstractAutowireCapableBeanFactory(BeanFactory) - Constructor for class org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory
 
AbstractBeanDefinition - class org.springframework.beans.factory.support.AbstractBeanDefinition.
Common base class for bean definitions, factoring out common functionality from RootBeanDefinition and ChildBeanDefinition.
AbstractBeanDefinition(MutablePropertyValues) - Constructor for class org.springframework.beans.factory.support.AbstractBeanDefinition
Create a new bean definition.
AbstractBeanDefinitionReader - class org.springframework.beans.factory.support.AbstractBeanDefinitionReader.
Abstract base class for bean definition readers.
AbstractBeanDefinitionReader(BeanDefinitionRegistry) - Constructor for class org.springframework.beans.factory.support.AbstractBeanDefinitionReader
 
AbstractBeanFactory - class org.springframework.beans.factory.support.AbstractBeanFactory.
Abstract superclass for BeanFactory implementations.
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.
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
 
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
 
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
 
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.
Convenient superclass for JNDI-based Service Locators.
AbstractJndiLocator() - Constructor for class org.springframework.jndi.AbstractJndiLocator
Create a new JNDI locator.
AbstractJndiLocator(String) - Constructor for class org.springframework.jndi.AbstractJndiLocator
Create a new JNDI locator, specifying the JNDI name.
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
 
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
 
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
Sets the appropriate content type.
AbstractPlatformTransactionManager - class org.springframework.transaction.support.AbstractPlatformTransactionManager.
Abstract base class that allows for easy implementation of concrete platform transaction managers like JtaTransactionManager and HibernateTransactionManager.
AbstractPlatformTransactionManager() - Constructor for class org.springframework.transaction.support.AbstractPlatformTransactionManager
 
AbstractPoolingTargetSource - class org.springframework.aop.target.AbstractPoolingTargetSource.
Abstract uperclass 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
 
AbstractPrototypeTargetSource - class org.springframework.aop.target.AbstractPrototypeTargetSource.
Base class for dynamic TargetSources that can create new prototype bean instances to support a pooling or new-instance-per-invocation strategy.
AbstractPrototypeTargetSource() - Constructor for class org.springframework.aop.target.AbstractPrototypeTargetSource
 
AbstractPrototypeTargetSourceCreator - class org.springframework.aop.framework.autoproxy.target.AbstractPrototypeTargetSourceCreator.
Convenient superclass for TargetSourceCreators that require creating multiple instances of a prototype bean.
AbstractPrototypeTargetSourceCreator() - Constructor for class org.springframework.aop.framework.autoproxy.target.AbstractPrototypeTargetSourceCreator
 
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
 
AbstractSlsbInvokerInterceptor - class org.springframework.ejb.access.AbstractSlsbInvokerInterceptor.
Superclass for AOP interceptors invoking remote or local Stateless Session Beans.
AbstractSlsbInvokerInterceptor() - Constructor for class org.springframework.ejb.access.AbstractSlsbInvokerInterceptor
 
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
 
AbstractThemeResolver - class org.springframework.web.servlet.theme.AbstractThemeResolver.
Abstract base class for ThemeResolver implementations.
AbstractThemeResolver() - Constructor for class org.springframework.web.servlet.theme.AbstractThemeResolver
 
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 their configuration from XML documents containing bean definitions understood by an XmlBeanDefinitionParser.
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
 
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 Java bean.
AdvisedSupport(Class[]) - Constructor for class org.springframework.aop.framework.AdvisedSupport
Create a DefaultProxyConfig with the given parameters.
AdvisedSupportListener - interface org.springframework.aop.framework.AdvisedSupportListener.
 
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.
AdvisorAutoProxyCreator - class org.springframework.aop.framework.autoproxy.AdvisorAutoProxyCreator.
BeanPostProcessor implementation that creates AOP proxies based on all candidate Advisors in the current BeanFactory.
AdvisorAutoProxyCreator() - Constructor for class org.springframework.aop.framework.autoproxy.AdvisorAutoProxyCreator
 
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.
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.
 
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 proxies
AopProxyUtils() - Constructor for class org.springframework.aop.framework.AopProxyUtils
 
AopUtils - class org.springframework.aop.framework.support.AopUtils.
Utility methods used by the AOP framework.
AopUtils() - Constructor for class org.springframework.aop.framework.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
Creates a new ApplicationEvent.
ApplicationEventMulticaster - interface org.springframework.context.event.ApplicationEventMulticaster.
Subinterface of ApplicationListener to be implemented by listeners that can broadcast events to other listeners.
ApplicationEventMulticasterImpl - class org.springframework.context.event.ApplicationEventMulticasterImpl.
Concrete implementation of ApplicationEventMulticaster Doesn't permit multiple instances of the same listener.
ApplicationEventMulticasterImpl() - Constructor for class org.springframework.context.event.ApplicationEventMulticasterImpl
 
ApplicationListener - interface org.springframework.context.ApplicationListener.
Interface to be implemented by 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.
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
Constructor for usage as helper to delegate to.
AttributeException - exception org.springframework.metadata.AttributeException.
A simple wrapper for exceptions that occur within the metadata package.
AttributeException(String, Throwable) - Constructor for class org.springframework.metadata.AttributeException
 
AttributeException(String) - Constructor for class org.springframework.metadata.AttributeException
 
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(Attributes) - Constructor for class org.springframework.transaction.interceptor.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 and expose this functionality for existing bean instances.
activate() - Method in class org.springframework.jndi.support.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
 
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
 
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.ApplicationEventMulticasterImpl
 
addAttachment(String, File) - Method in class org.springframework.mail.javamail.MimeMessageHelper
Add an attachment to the given 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 given MimeMessage, taking the content from an org.springframework.core.InputStreamResource.
addAttachment(String, DataSource) - Method in class org.springframework.mail.javamail.MimeMessageHelper
Add an attachment to the given MimeMessage, taking the content from a javax.activation.DataSource.
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 BeanPostPrcoessor that will get applied to beans created with this factory.
addBeanPostProcessor(BeanPostProcessor) - Method in class org.springframework.beans.factory.support.AbstractBeanFactory
 
addBeforeAdvice(MethodBeforeAdvice) - Method in class org.springframework.aop.framework.AdvisedSupport
 
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
 
addFieldError(FieldError) - 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.
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.
addInterceptor(Interceptor) - Method in interface org.springframework.aop.framework.Advised
Add the given interceptor to the tail of the advice (interceptor) chain.
addInterceptor(int, Interceptor) - Method in interface org.springframework.aop.framework.Advised
Add an interceptor at the specified position in the interceptor chain.
addInterceptor(Interceptor) - Method in class org.springframework.aop.framework.AdvisedSupport
 
addInterceptor(int, Interceptor) - Method in class org.springframework.aop.framework.AdvisedSupport
Cannot add IntroductionInterceptors this way.
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
 
addListener(AdvisedSupportListener) - Method in class org.springframework.aop.framework.AdvisedSupport
 
addListener(ApplicationListener) - Method in class org.springframework.context.support.AbstractApplicationContext
Subclasses can invoke this method to register a listener.
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.
addObject(String, Object) - Method in class org.springframework.web.servlet.ModelAndView
Add an object to the model.
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.
addPropertyValue(PropertyValue) - Method in class org.springframework.beans.MutablePropertyValues
Add a PropertyValue object, replacing any existing one for the respective property.
addPropertyValue(String, Object) - Method in class org.springframework.beans.MutablePropertyValues
Overloaded version of addPropertyValue that takes a property name and a property value.
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.
addSingleton(String, Object) - Method in class org.springframework.beans.factory.support.AbstractBeanFactory
Add the given singleton object to the singleton cache of this factory.
addStaticAttribute(String, Object) - Method in class org.springframework.web.servlet.view.AbstractView
Add static data to this view, exposed in each view.
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.
addThrowsAdvice(ThrowsAdvice) - Method in class org.springframework.aop.framework.AdvisedSupport
 
addTo(InternetAddress) - Method in class org.springframework.mail.javamail.MimeMessageHelper
 
addTo(String) - Method in class org.springframework.mail.javamail.MimeMessageHelper
 
addTo(String, String) - Method in class org.springframework.mail.javamail.MimeMessageHelper
 
addToEnvironment(String, Object) - Method in class org.springframework.jndi.support.SimpleNamingContext
 
addTransactionalMethod(String, TransactionAttribute) - Method in class org.springframework.transaction.interceptor.MethodMapTransactionAttributeSource
Add an attribute for a transactional method.
addTransactionalMethod(Class, String, TransactionAttribute) - Method in class org.springframework.transaction.interceptor.MethodMapTransactionAttributeSource
Add an attribute for a transactional method.
addTransactionalMethod(Method, TransactionAttribute) - Method in class org.springframework.transaction.interceptor.MethodMapTransactionAttributeSource
Add an attribute for a transactional method.
addTransactionalMethod(String, TransactionAttribute) - Method in class org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource
Add an attribute for a transactional method.
adviceChanged(AdvisedSupport) - Method in interface org.springframework.aop.framework.AdvisedSupportListener
Invoked when advice is changed after a proxy is created
adviceChanged(AdvisedSupport) - Method in class org.springframework.aop.framework.HashMapCachingAdvisorChainFactory
 
adviceChanged(AdvisedSupport) - Method in class org.springframework.aop.framework.ProxyFactoryBean
Blow away and recache singleton to allow for advice changes.
advisorChainFactory - Variable in class org.springframework.aop.framework.AdvisedSupport
 
afterCompletion(HttpServletRequest, HttpServletResponse, Object, Exception) - Method in class org.springframework.orm.hibernate.support.OpenSessionInViewInterceptor
Unbinds the Hibernate Session from the thread and closes it.
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(HttpServletRequest, HttpServletResponse, Object, Exception) - Method in interface org.springframework.web.servlet.HandlerInterceptor
Callback after completion of request processing, i.e.
afterCompletion(HttpServletRequest, HttpServletResponse, Object, Exception) - Method in class org.springframework.web.servlet.handler.HandlerInterceptorAdapter
 
afterCompletion(HttpServletRequest, HttpServletResponse, Object, Exception) - Method in class org.springframework.web.servlet.mvc.WebContentInterceptor
 
afterLocated() - Method in class org.springframework.ejb.access.AbstractSlsbInvokerInterceptor
Initialization hook after the AbstractJndiLocator's located callback.
afterLocated() - Method in class org.springframework.ejb.access.LocalStatelessSessionProxyFactoryBean
 
afterLocated() - Method in class org.springframework.ejb.access.SimpleRemoteStatelessSessionProxyFactoryBean
 
afterPropertiesSet() - Method in class org.springframework.aop.target.AbstractPrototypeTargetSource
 
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.config.ListFactoryBean
 
afterPropertiesSet() - Method in class org.springframework.beans.factory.config.MapFactoryBean
 
afterPropertiesSet() - Method in class org.springframework.beans.factory.config.MethodInvokingFactoryBean
 
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
Create a singleton instance on initialization if in singleton mode.
afterPropertiesSet() - Method in class org.springframework.beans.factory.config.SetFactoryBean
 
afterPropertiesSet() - Method in class org.springframework.jdbc.core.support.JdbcDaoSupport
 
afterPropertiesSet() - Method in class org.springframework.jdbc.datasource.DataSourceTransactionManager
 
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.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.JdbcAccessor
Eagerly initialize the exception translator, creating a default one for the specified DataSource if none set.
afterPropertiesSet() - Method in class org.springframework.jdbc.support.incrementer.AbstractDataFieldMaxValueIncrementer
 
afterPropertiesSet() - Method in class org.springframework.jdbc.support.incrementer.HsqlMaxValueIncrementer
 
afterPropertiesSet() - Method in class org.springframework.jdbc.support.incrementer.MySQLMaxValueIncrementer
 
afterPropertiesSet() - Method in class org.springframework.jndi.AbstractJndiLocator
 
afterPropertiesSet() - Method in class org.springframework.orm.hibernate.HibernateAccessor
 
afterPropertiesSet() - Method in class org.springframework.orm.hibernate.HibernateTransactionManager
 
afterPropertiesSet() - Method in class org.springframework.orm.hibernate.LocalSessionFactoryBean
Initialize the SessionFactory for the given or the default location.
afterPropertiesSet() - Method in class org.springframework.orm.hibernate.support.HibernateDaoSupport
 
afterPropertiesSet() - Method in class org.springframework.orm.ibatis.SqlMapClientFactoryBean
 
afterPropertiesSet() - Method in class org.springframework.orm.ibatis.SqlMapClientTemplate
 
afterPropertiesSet() - Method in class org.springframework.orm.ibatis.SqlMapFactoryBean
 
afterPropertiesSet() - Method in class org.springframework.orm.ibatis.SqlMapTemplate
 
afterPropertiesSet() - Method in class org.springframework.orm.ibatis.support.SqlMapClientDaoSupport
 
afterPropertiesSet() - Method in class org.springframework.orm.ibatis.support.SqlMapDaoSupport
 
afterPropertiesSet() - Method in class org.springframework.orm.jdo.JdoAccessor
 
afterPropertiesSet() - Method in class org.springframework.orm.jdo.JdoTransactionManager
 
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.JdoDaoSupport
 
afterPropertiesSet() - Method in class org.springframework.remoting.caucho.BurlapClientInterceptor
 
afterPropertiesSet() - Method in class org.springframework.remoting.caucho.BurlapProxyFactoryBean
 
afterPropertiesSet() - Method in class org.springframework.remoting.caucho.BurlapServiceExporter
 
afterPropertiesSet() - Method in class org.springframework.remoting.caucho.HessianClientInterceptor
 
afterPropertiesSet() - Method in class org.springframework.remoting.caucho.HessianProxyFactoryBean
 
afterPropertiesSet() - Method in class org.springframework.remoting.caucho.HessianServiceExporter
 
afterPropertiesSet() - Method in class org.springframework.remoting.jaxrpc.JaxRpcPortClientInterceptor
Create and initialize the JAX-RPC proxy for the specified port.
afterPropertiesSet() - Method in class org.springframework.remoting.jaxrpc.JaxRpcPortProxyFactoryBean
 
afterPropertiesSet() - Method in class org.springframework.remoting.jaxrpc.LocalJaxRpcServiceFactoryBean
 
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.RmiServiceExporter
Register the service as RMI object.
afterPropertiesSet() - Method in class org.springframework.remoting.support.RemoteExporter
 
afterPropertiesSet() - Method in class org.springframework.scheduling.quartz.CronTriggerBean
 
afterPropertiesSet() - Method in class org.springframework.scheduling.quartz.JobDetailBean
 
afterPropertiesSet() - Method in class org.springframework.scheduling.quartz.MethodInvokingJobDetailFactoryBean
 
afterPropertiesSet() - Method in class org.springframework.scheduling.quartz.SchedulerFactoryBean
 
afterPropertiesSet() - Method in class org.springframework.scheduling.quartz.SimpleTriggerBean
 
afterPropertiesSet() - Method in class org.springframework.scheduling.timer.MethodInvokingTimerTaskFactoryBean
 
afterPropertiesSet() - Method in class org.springframework.scheduling.timer.TimerFactoryBean
 
afterPropertiesSet() - Method in class org.springframework.transaction.interceptor.TransactionInterceptor
 
afterPropertiesSet() - Method in class org.springframework.transaction.interceptor.TransactionProxyFactoryBean
 
afterPropertiesSet() - Method in class org.springframework.transaction.jta.JtaTransactionManager
 
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.web.servlet.mvc.multiaction.PropertiesMethodNameResolver
 
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.velocity.VelocityConfigurer
Initialize VelocityEngineFactory's VelocityEngine if not overridden by a preconfigured VelocityEngine.
afterReturning(Object, Method, Object[], Object) - Method in interface org.springframework.aop.AfterReturningAdvice
 
appendQueryProperties(StringBuffer, Map, String) - Method in class org.springframework.web.servlet.view.RedirectView
Append query properties to the redirect URL.
applyBeanPostProcessorsAfterInitialization(Object, String) - Method in interface org.springframework.beans.factory.config.AutowireCapableBeanFactory
Apply BeanPostProcessors to the given existing bean instance, invoking their postProcessAfterInitialization methods.
applyBeanPostProcessorsAfterInitialization(Object, String) - Method in class org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory
 
applyBeanPostProcessorsBeforeInitialization(Object, String) - Method in interface org.springframework.beans.factory.config.AutowireCapableBeanFactory
Apply BeanPostProcessors to the given existing bean instance, invoking their postProcessBeforeInitialization methods.
applyBeanPostProcessorsBeforeInitialization(Object, String) - Method in class org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory
 
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, i.e.
applyIsolationLevel(int) - Method in class org.springframework.transaction.jta.JtaTransactionManager
Apply the given transaction isolation level.
applyPropertyValues(String, RootBeanDefinition, 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.
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.hibernate.SessionFactoryUtils
Apply the current transaction timeout, if any, to the given Hibernate Query object.
applyTransactionTimeout(Criteria, SessionFactory) - Static method in class org.springframework.orm.hibernate.SessionFactoryUtils
Apply the current transaction timeout, if any, to the given Hibernate Criteria object.
arguments - Variable in class org.springframework.aop.framework.ReflectiveMethodInvocation
 
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.
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 we're analysing.
asString(String) - Method in class org.springframework.core.Constants
Return a constant value as a String.
autowire(Class, int, boolean) - Method in interface org.springframework.beans.factory.config.AutowireCapableBeanFactory
Create 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
 
autowireBeanProperties(Object, int, boolean) - Method in interface org.springframework.beans.factory.config.AutowireCapableBeanFactory
Autowire the bean properties of the given bean instance by name or type.
autowireBeanProperties(Object, int, boolean) - Method in class org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory
 
autowireByName(String, RootBeanDefinition, BeanWrapper, MutablePropertyValues) - Method in class org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory
Fills in any missing property values with references to other beans in this factory if autowire is set to "byName".
autowireByType(String, RootBeanDefinition, BeanWrapper, MutablePropertyValues) - Method in class org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory
Abstract method defining "autowire by type" (bean properties by type) behaviour.
autowireConstructor(String, RootBeanDefinition) - Method in class org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory
"autowire constructor" (with constructor arguments by type) behaviour.

B

BEANS_REFS_XML_NAME - Static variable in class org.springframework.beans.factory.access.SingletonBeanFactoryLocator
 
BEANS_REFS_XML_NAME - Static variable in class org.springframework.context.access.ContextSingletonBeanFactoryLocator
 
BEAN_ELEMENT - Static variable in class org.springframework.beans.factory.xml.DefaultXmlBeanDefinitionParser
 
BEAN_FACTORY_BEAN_NAME - Static variable in class org.springframework.beans.factory.access.BeanFactoryBootstrap
 
BEAN_FACTORY_PATH_DELIMITERS - Static variable in class org.springframework.beans.factory.access.JndiBeanFactoryLocator
Any number of these characters are considered delimiters between multiple bean factory paths in a single-String value.
BEAN_NAME_DELIMITERS - Static variable in class org.springframework.beans.factory.xml.DefaultXmlBeanDefinitionParser
 
BEAN_REF_ATTRIBUTE - Static variable in class org.springframework.beans.factory.xml.DefaultXmlBeanDefinitionParser
 
BLOCK_SIZE - Static variable in class org.springframework.util.FileCopyUtils
 
BadSqlGrammarException - exception org.springframework.jdbc.BadSqlGrammarException.
Exception thrown when SQL specified is invalid.
BadSqlGrammarException(String, String, SQLException) - Constructor for class org.springframework.jdbc.BadSqlGrammarException
Constructor for BadSqlGrammarException.
BaseCommandController - class org.springframework.web.servlet.mvc.BaseCommandController.
Controller implementation which creates an object (the command object) on receipt of a request and attempts to populate this object with request parameters.
BaseCommandController() - Constructor for class org.springframework.web.servlet.mvc.BaseCommandController
 
BatchPreparedStatementSetter - interface org.springframework.jdbc.core.BatchPreparedStatementSetter.
Callback interface used by the JdbcTemplate class.
BeanCreationException - exception org.springframework.beans.factory.BeanCreationException.
Exception thrown when a BeanFactory encounters an error when attempting to create a bean from a bean definition.
BeanCreationException(String) - Constructor for class org.springframework.beans.factory.BeanCreationException
 
BeanCreationException(String, Throwable) - Constructor for class org.springframework.beans.factory.BeanCreationException
 
BeanCreationException(String, String, String) - Constructor for class org.springframework.beans.factory.BeanCreationException
 
BeanCreationException(String, String, String, Throwable) - Constructor for class org.springframework.beans.factory.BeanCreationException
 
BeanDefinition - interface org.springframework.beans.factory.config.BeanDefinition.
A BeanDefinition describes a bean instance, which has property values, constructor argument values, and further information supplied by concrete implementations.
BeanDefinitionRegistry - interface org.springframework.beans.factory.support.BeanDefinitionRegistry.
Interface for registries that hold bean definitions, i.e.
BeanDefinitionStoreException - exception org.springframework.beans.factory.BeanDefinitionStoreException.
Exception thrown when a BeanFactory encounters an internal error, and its definitions are invalid: for example, if an XML document containing bean definitions isn't well-formed.
BeanDefinitionStoreException(String) - Constructor for class org.springframework.beans.factory.BeanDefinitionStoreException
 
BeanDefinitionStoreException(String, Throwable) - Constructor for class org.springframework.beans.factory.BeanDefinitionStoreException
 
BeanDefinitionStoreException(Resource, String, String) - Constructor for class org.springframework.beans.factory.BeanDefinitionStoreException
 
BeanDefinitionStoreException(Resource, String, String, Throwable) - Constructor for class org.springframework.beans.factory.BeanDefinitionStoreException
 
BeanDefinitionStoreException(String, String, String) - Constructor for class org.springframework.beans.factory.BeanDefinitionStoreException
 
BeanDefinitionStoreException(String, String, String, Throwable) - Constructor for class org.springframework.beans.factory.BeanDefinitionStoreException
 
BeanDefinitionValidationException - exception org.springframework.beans.factory.support.BeanDefinitionValidationException.
Exception thrown when the validation of a bean definition failed.
BeanDefinitionValidationException(String) - Constructor for class org.springframework.beans.factory.support.BeanDefinitionValidationException
 
BeanDefinitionValidationException(String, Throwable) - Constructor for class org.springframework.beans.factory.support.BeanDefinitionValidationException
 
BeanFactory - interface org.springframework.beans.factory.BeanFactory.
Interface to be implemented by objects that hold a number of bean definitions, each uniquely identified by a String name.
BeanFactoryAware - interface org.springframework.beans.factory.BeanFactoryAware.
Interface to be implemented by beans that wish to be aware of their owning BeanFactory.
BeanFactoryBootstrap - class org.springframework.beans.factory.access.BeanFactoryBootstrap.
One singleton to rule them all.
BeanFactoryLocator - interface org.springframework.beans.factory.access.BeanFactoryLocator.
An interface for a class used to lookup/use, and optionally allow the release of a BeanFactory, or BeanFactory subclass such as ApplicationContext.
BeanFactoryPostProcessor - interface org.springframework.beans.factory.config.BeanFactoryPostProcessor.
Allows for custom modification of an application context's bean definitions, adapting the bean property values of the context's underlying bean factory.
BeanFactoryReference - interface org.springframework.beans.factory.access.BeanFactoryReference.
Class used to track a reference to a BeanFactory obtained through a BeanFactoryLocator.
BeanFactoryUtils - class org.springframework.beans.factory.BeanFactoryUtils.
Convenience methods operating on bean factories, returning bean instances, names or counts taking into account the nesting hierarchy of a bean factory.
BeanFactoryUtils() - Constructor for class org.springframework.beans.factory.BeanFactoryUtils
 
BeanInitializationException - exception org.springframework.beans.factory.BeanInitializationException.
Exception that a bean implementation is suggested to throw if its own factory-aware initialization code fails.
BeanInitializationException(String) - Constructor for class org.springframework.beans.factory.BeanInitializationException
 
BeanInitializationException(String, Throwable) - Constructor for class org.springframework.beans.factory.BeanInitializationException
 
BeanIsNotAFactoryException - exception org.springframework.beans.factory.BeanIsNotAFactoryException.
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, Object) - Constructor for class org.springframework.beans.factory.BeanIsNotAFactoryException
 
BeanNameAutoProxyCreator - class org.springframework.aop.framework.autoproxy.BeanNameAutoProxyCreator.
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 org.springframework.beans.factory.BeanNameAware.
Interface to be implemented by beans that want to be aware of their bean name in a bean factory.
BeanNameUrlHandlerMapping - class org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping.
Implementation of the HandlerMapping interface to 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 org.springframework.web.servlet.view.BeanNameViewResolver.
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 org.springframework.beans.factory.BeanNotOfRequiredTypeException.
Thrown when a bean doesn't match the required type.
BeanNotOfRequiredTypeException(String, Class, Object) - Constructor for class org.springframework.beans.factory.BeanNotOfRequiredTypeException
Creates new BeanNotOfRequiredTypeException.
BeanPostProcessor - interface org.springframework.beans.factory.config.BeanPostProcessor.
Allows for custom modification of new bean instances, e.g.
BeanUtils - class org.springframework.beans.BeanUtils.
Static convenience methods for JavaBeans, for instantiating beans, copying bean properties, etc.
BeanUtils() - Constructor for class org.springframework.beans.BeanUtils
 
BeanWrapper - interface org.springframework.beans.BeanWrapper.
The central interface of Spring's low-level JavaBeans infrastructure.
BeanWrapperImpl - class org.springframework.beans.BeanWrapperImpl.
Default implementation of the BeanWrapper interface that should be sufficient for all normal uses.
BeanWrapperImpl() - 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(Object, String) - Constructor for class org.springframework.beans.BeanWrapperImpl
Create new BeanWrapperImpl for the given object, registering a nested path that the object is in.
BeanWrapperImpl(Class) - Constructor for class org.springframework.beans.BeanWrapperImpl
Create new BeanWrapperImpl, wrapping a new instance of the specified class.
BeansDtdResolver - class org.springframework.beans.factory.xml.BeansDtdResolver.
EntityResolver implementation for the Spring beans DTD, to load the DTD from the Spring classpath resp.
BeansDtdResolver() - Constructor for class org.springframework.beans.factory.xml.BeansDtdResolver
 
BeansException - exception org.springframework.beans.BeansException.
Abstract superclass for all exceptions thrown in the beans package and subpackages.
BeansException(String) - Constructor for class org.springframework.beans.BeansException
Constructs a BeansException with the specified message.
BeansException(String, Throwable) - Constructor for class org.springframework.beans.BeansException
Constructs a BeansException with the specified message and root cause.
BeforeAdvice - interface org.springframework.aop.BeforeAdvice.
Superinterface for all before advice.
BindErrorsTag - class org.springframework.web.servlet.tags.BindErrorsTag.
Evaluates content if there are bind errors for a certain bean.
BindErrorsTag() - Constructor for class org.springframework.web.servlet.tags.BindErrorsTag
 
BindException - exception org.springframework.validation.BindException.
Default implementation of the Errors interface, supporting registration and evaluation of binding errors.
BindException(Object, String) - Constructor for class org.springframework.validation.BindException
Create a new BindException instance.
BindInitializer - interface org.springframework.web.bind.BindInitializer.
Callback that allows for initialization of a binder with custom editors before the binding.
BindStatus - class org.springframework.web.servlet.tags.BindStatus.
Simple adapter to expose status of a field or object.
BindStatus(String, Object, String[], String[]) - Constructor for class org.springframework.web.servlet.tags.BindStatus
Create a new BindStatus instance, representing a field or object status.
BindTag - class org.springframework.web.servlet.tags.BindTag.
Bind tag, supporting evaluation of binding errors for a certain bean or bean property.
BindTag() - Constructor for class org.springframework.web.servlet.tags.BindTag
 
BindUtils - class org.springframework.web.bind.BindUtils.
Offers convenience methods for binding servlet request parameters to objects, including optional validation.
BindUtils() - Constructor for class org.springframework.web.bind.BindUtils
 
BootstrapException - exception org.springframework.beans.factory.access.BootstrapException.
Exception thrown if a bean factory could not be loaded by a bootstrap class.
BootstrapException(String) - Constructor for class org.springframework.beans.factory.access.BootstrapException
 
BootstrapException(String, Throwable) - Constructor for class org.springframework.beans.factory.access.BootstrapException
 
BurlapClientInterceptor - class org.springframework.remoting.caucho.BurlapClientInterceptor.
Interceptor for accessing a Burlap service.
BurlapClientInterceptor() - Constructor for class org.springframework.remoting.caucho.BurlapClientInterceptor
 
BurlapProxyFactoryBean - class org.springframework.remoting.caucho.BurlapProxyFactoryBean.
Factory bean for Burlap proxies.
BurlapProxyFactoryBean() - Constructor for class org.springframework.remoting.caucho.BurlapProxyFactoryBean
 
BurlapServiceExporter - class org.springframework.remoting.caucho.BurlapServiceExporter.
Web controller that exports the specified service bean as Burlap service endpoint, accessible via a Burlap proxy.
BurlapServiceExporter() - Constructor for class org.springframework.remoting.caucho.BurlapServiceExporter
 
ByteArrayMultipartFileEditor - class org.springframework.web.multipart.support.ByteArrayMultipartFileEditor.
Custom PropertyEditor for converting MultipartFiles to byte arrays.
ByteArrayMultipartFileEditor() - Constructor for class org.springframework.web.multipart.support.ByteArrayMultipartFileEditor
 
batchUpdate(String, BatchPreparedStatementSetter) - Method in interface org.springframework.jdbc.core.JdbcOperations
Issue multiple updates on a single PreparedStatement, using JDBC 2.0 batch updates and a BatchPreparedStatementSetter to set values.
batchUpdate(String, BatchPreparedStatementSetter) - Method in class org.springframework.jdbc.core.JdbcTemplate
 
beanNamesIncludingAncestors(ListableBeanFactory) - Static method in class org.springframework.beans.factory.BeanFactoryUtils
Return all bean names in the factory, including ancestor factories.
beanNamesIncludingAncestors(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.
beanOfType(ListableBeanFactory, Class, 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.
beanOfType(ListableBeanFactory, Class) - 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, 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.
beansOfTypeIncludingAncestors(ListableBeanFactory, Class, 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.
before(Method, Object[], Object) - Method in interface org.springframework.aop.MethodBeforeAdvice
Callback before a given method is invoked
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 interface org.springframework.transaction.support.TransactionSynchronization
Invoked before transaction commit/rollback (after "beforeCommit").
beforeCompletion() - Method in class org.springframework.transaction.support.TransactionSynchronizationAdapter
 
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.jndi.support.SimpleNamingContext
Bind the given object to the given name.
bind(Name, Object) - Method in class org.springframework.jndi.support.SimpleNamingContext
 
bind(String, Object) - Method in class org.springframework.jndi.support.SimpleNamingContextBuilder
Binds 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, Object, String) - Static method in class org.springframework.web.bind.BindUtils
Bind the parameters from the given request to the given object.
bind(ServletRequest, Object, String, BindInitializer) - Static method in class org.springframework.web.bind.BindUtils
Bind the parameters from the given request to the given object, allowing for optional custom editors set in an bind initializer.
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(ServletRequest, Object) - Method in class org.springframework.web.servlet.mvc.multiaction.MultiActionController
Bind request parameters onto the given command bean
bindAndValidate(ServletRequest, Object, String, Validator) - Static method in class org.springframework.web.bind.BindUtils
Bind the parameters from the given request to the given object, invoking the given validator.
bindAndValidate(ServletRequest, Object, String, Validator, BindInitializer) - Static method in class org.springframework.web.bind.BindUtils
Bind the parameters from the given request to the given object, invoking the given validator, and allowing for optional custom editors set in an bind initializer.
bindAndValidate(HttpServletRequest, Object) - Method in class org.springframework.web.servlet.mvc.BaseCommandController
Bind the parameters of the given request to the given command 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.
buildExcelDocument(Map, 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.
buildPdfDocument(Map, Document, PdfWriter, HttpServletRequest, HttpServletResponse) - Method in class org.springframework.web.servlet.view.document.AbstractPdfView
Subclasses must implement this method to create an iText PDF document, given the model.

C

CLASSPATH_URL_PREFIX - Static variable in interface org.springframework.core.io.ResourceLoader
Pseudo URL prefix for loading from the class path
CLASS_ATTRIBUTE - Static variable in class org.springframework.beans.factory.xml.DefaultXmlBeanDefinitionParser
 
CLASS_KEY - Static variable in class org.springframework.beans.factory.support.PropertiesBeanDefinitionReader
Prefix for the class property of a root bean definition.
CODE_SEPARATOR - Static variable in class org.springframework.validation.FieldError
 
COMMENT_MARKERS - Static variable in class org.springframework.beans.propertyeditors.PropertiesEditor
Any of these characters, if they're first after whitespace or first on a line, mean that the line is a comment and should be ignored.
COMMIT_RULE_PREFIX - Static variable in class org.springframework.transaction.interceptor.DefaultTransactionAttribute
Prefix for commit-on-exception rules in description strings
CONFIG_LOCATION_DELIMITERS - Static variable in interface org.springframework.web.context.ConfigurableWebApplicationContext
Any number of these characters are considered delimiters between multiple context paths in a single-String config location.
CONFIG_LOCATION_PARAM - Static variable in class org.springframework.web.context.ContextLoader
Name of servlet context parameter that can specify the config location for the root context, falling back to DEFAULT_CONFIG_LOCATION.
CONFIG_LOCATION_PARAM - Static variable in class org.springframework.web.util.Log4jWebConfigurer
Parameter specifying the location of the Log4J config file
CONSTRUCTOR_ARG_ELEMENT - Static variable in class org.springframework.beans.factory.xml.DefaultXmlBeanDefinitionParser
 
CONTAINER_PREFIX - Static variable in class org.springframework.jndi.AbstractJndiLocator
JNDI prefix used in a J2EE container
CONTEXT_CLASS_PARAM - Static variable in class org.springframework.web.context.ContextLoader
Config param for the root WebApplicationContext implementation class to use: "contextClass"
CallableStatementCallback - interface org.springframework.jdbc.core.CallableStatementCallback.
Generic callback interface for code that operates on a CallableStatement.
CallableStatementCreator - interface org.springframework.jdbc.core.CallableStatementCreator.
One of the three central callback interfaces used by the JdbcTemplate class.
CallableStatementCreatorFactory - class org.springframework.jdbc.core.CallableStatementCreatorFactory.
Helper class that can efficiently create 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) - Constructor for class org.springframework.jdbc.core.CallableStatementCreatorFactory
Create a new factory with sql and the given parameters.
CannotCloseJdbcConnectionException - exception org.springframework.jdbc.CannotCloseJdbcConnectionException.
Exception thrown when we successfully executed a SQL statement, but then failed to close the JDBC connection.
CannotCloseJdbcConnectionException(String, SQLException) - Constructor for class org.springframework.jdbc.CannotCloseJdbcConnectionException
Constructor for CannotCloseJdbcConnectionException.
CannotCreateTransactionException - exception org.springframework.transaction.CannotCreateTransactionException.
Exception thrown when a transaction can't be created using an underlying transaction API such as JTA.
CannotCreateTransactionException(String) - Constructor for class org.springframework.transaction.CannotCreateTransactionException
 
CannotCreateTransactionException(String, Throwable) - Constructor for class org.springframework.transaction.CannotCreateTransactionException
 
CannotGetJdbcConnectionException - exception org.springframework.jdbc.CannotGetJdbcConnectionException.
Fatal exception thrown when we can't connect to an RDBMS using JDBC.
CannotGetJdbcConnectionException(String, SQLException) - Constructor for class org.springframework.jdbc.CannotGetJdbcConnectionException
Constructor for CannotGetJdbcConnectionException.
CannotGetJdbcConnectionException(String, ClassNotFoundException) - Constructor for class org.springframework.jdbc.CannotGetJdbcConnectionException
Constructor for CannotGetJdbcConnectionException.
CannotGetJdbcConnectionException(String, NamingException) - Constructor for class org.springframework.jdbc.CannotGetJdbcConnectionException
Constructor for CannotGetJdbcConnectionException.
CharacterEncodingFilter - class org.springframework.web.filter.CharacterEncodingFilter.
Servlet 2.3 Filter that allows to specify a character encoding for requests.
CharacterEncodingFilter() - Constructor for class org.springframework.web.filter.CharacterEncodingFilter
 
ChildBeanDefinition - class org.springframework.beans.factory.support.ChildBeanDefinition.
Bean definition for beans whose class is defined by their ancestry.
ChildBeanDefinition(String, MutablePropertyValues) - Constructor for class org.springframework.beans.factory.support.ChildBeanDefinition
Create a new ChildBeanDefinition for the given parent.
ClassEditor - class org.springframework.beans.propertyeditors.ClassEditor.
Editor for java.lang.Class, to directly feed a Class property instead of using a String class name property.
ClassEditor() - Constructor for class org.springframework.beans.propertyeditors.ClassEditor
 
ClassFilter - interface org.springframework.aop.ClassFilter.
Filter that restricts matching of a pointcut or introduction to a given set of target classes.
ClassFilters - class org.springframework.aop.support.ClassFilters.
 
ClassFilters() - Constructor for class org.springframework.aop.support.ClassFilters
 
ClassLoaderAnalyzerInterceptor - class org.springframework.aop.interceptor.ClassLoaderAnalyzerInterceptor.
Trivial classloader analyzer interceptor.
ClassLoaderAnalyzerInterceptor() - Constructor for class org.springframework.aop.interceptor.ClassLoaderAnalyzerInterceptor
 
ClassLoaderUtils - class org.springframework.util.ClassLoaderUtils.
Utility class for diagnostic purposes, to analyze the ClassLoader hierarchy for any object.
ClassLoaderUtils() - Constructor for class org.springframework.util.ClassLoaderUtils
 
ClassPathResource - class org.springframework.core.io.ClassPathResource.
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, Class) - Constructor for class org.springframework.core.io.ClassPathResource
Create a new ClassPathResource for Class usage.
ClassPathXmlApplicationContext - class org.springframework.context.support.ClassPathXmlApplicationContext.
Standalone XML application context, taking the context definition files from the class path.
ClassPathXmlApplicationContext(String) - Constructor for class org.springframework.context.support.ClassPathXmlApplicationContext
Create a new ClassPathXmlApplicationContext, loading the definitions from the given XML file.
ClassPathXmlApplicationContext(String[]) - Constructor for class org.springframework.context.support.ClassPathXmlApplicationContext
Create a new ClassPathXmlApplicationContext, loading the definitions from the given XML files.
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.
CleanupFailureDataAccessException - exception org.springframework.dao.CleanupFailureDataAccessException.
Exception thrown when we couldn't cleanup after a data access operation, but the actual operation went OK.
CleanupFailureDataAccessException(String, Throwable) - Constructor for class org.springframework.dao.CleanupFailureDataAccessException
Constructor for CleanupFailureDataAccessException.
ClobStringType - class org.springframework.orm.hibernate.support.ClobStringType.
Hibernate UserType implementation for Strings that get mapped to CLOBs.
ClobStringType() - Constructor for class org.springframework.orm.hibernate.support.ClobStringType
 
CommonsAttributes - class org.springframework.metadata.commons.CommonsAttributes.
Implementation of the Spring Attributes facade for Commons Attributes.
CommonsAttributes() - Constructor for class org.springframework.metadata.commons.CommonsAttributes
 
CommonsDbcpNativeJdbcExtractor - class org.springframework.jdbc.support.nativejdbc.CommonsDbcpNativeJdbcExtractor.
Implementation of the NativeJdbcExtractor interface for the Jakarta Commons DBCP connection pool.
CommonsDbcpNativeJdbcExtractor() - Constructor for class org.springframework.jdbc.support.nativejdbc.CommonsDbcpNativeJdbcExtractor
 
CommonsLogFactoryBean - class org.springframework.beans.factory.config.CommonsLogFactoryBean.
Factory bean for commons-logging Log instances.
CommonsLogFactoryBean() - Constructor for class org.springframework.beans.factory.config.CommonsLogFactoryBean
 
CommonsLoggingLogSystem - class org.springframework.ui.velocity.CommonsLoggingLogSystem.
Velocity LogSystem implementation for Jakarta Commons Logging.
CommonsLoggingLogSystem() - Constructor for class org.springframework.ui.velocity.CommonsLoggingLogSystem
 
CommonsMultipartFile - class org.springframework.web.multipart.commons.CommonsMultipartFile.
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 org.springframework.web.multipart.commons.CommonsMultipartResolver.
MultipartResolver implementation for Jakarta Commons FileUpload.
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.
CommonsPathMapHandlerMapping - class org.springframework.web.servlet.handler.metadata.CommonsPathMapHandlerMapping.
Subclass of AbstractPathMapHandlerMapping that recognizes Commons Attributes metadata attributes of type PathMap on application Controllers and automatically wires them into the current servlet's WebApplicationContext.
CommonsPathMapHandlerMapping() - Constructor for class org.springframework.web.servlet.handler.metadata.CommonsPathMapHandlerMapping
 
CommonsPoolTargetSource - class org.springframework.aop.target.CommonsPoolTargetSource.
Jakarta Commons pooling implementation extending AbstractPoolingInvokerInterceptor
CommonsPoolTargetSource() - Constructor for class org.springframework.aop.target.CommonsPoolTargetSource
 
ComponentControllerSupport - class org.springframework.web.servlet.view.tiles.ComponentControllerSupport.
Convenience class for Spring-aware Tiles component controllers.
ComponentControllerSupport() - Constructor for class org.springframework.web.servlet.view.tiles.ComponentControllerSupport
 
ComposablePointcut - class org.springframework.aop.support.ComposablePointcut.
Convenient class for building up pointcuts.
ComposablePointcut() - Constructor for class org.springframework.aop.support.ComposablePointcut
 
ComposablePointcut(ClassFilter, MethodMatcher) - Constructor for class org.springframework.aop.support.ComposablePointcut
 
ConcurrencyThrottleInterceptor - class org.springframework.aop.interceptor.ConcurrencyThrottleInterceptor.
Interceptor that throttles concurrent access, blocking invocations if a specified concurrency limit is reached.
ConcurrencyThrottleInterceptor() - Constructor for class org.springframework.aop.interceptor.ConcurrencyThrottleInterceptor
 
ConfigurableApplicationContext - interface org.springframework.context.ConfigurableApplicationContext.
SPI interface to be implemented by most if not all application contexts.
ConfigurableBeanFactory - interface org.springframework.beans.factory.config.ConfigurableBeanFactory.
SPI interface to be implemented by most if not all bean factories.
ConfigurableListableBeanFactory - interface org.springframework.beans.factory.config.ConfigurableListableBeanFactory.
SPI interface to be implemented by most if not all listable bean factories.
ConfigurableWebApplicationContext - interface org.springframework.web.context.ConfigurableWebApplicationContext.
Interface to be implemented by configurable web application contexts.
ConnectionHolder - class org.springframework.jdbc.datasource.ConnectionHolder.
Connection holder, wrapping a JDBC Connection.
ConnectionHolder(Connection) - Constructor for class org.springframework.jdbc.datasource.ConnectionHolder
 
ConsoleListener - class org.springframework.context.event.ConsoleListener.
Simple listener for debug use only that logs messages to the console.
ConsoleListener() - Constructor for class org.springframework.context.event.ConsoleListener
 
ConstantException - exception org.springframework.core.ConstantException.
Exception thrown when the Constants class is asked for an invalid constant name.
ConstantException(Class, String, String) - Constructor for class org.springframework.core.ConstantException
Thrown when an invalid constant name is requested.
ConstantException(Class, String, Object) - Constructor for class org.springframework.core.ConstantException
Thrown when an invalid constant value is looked up.
Constants - class org.springframework.core.Constants.
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.
ConstructorArgumentValues - class org.springframework.beans.factory.config.ConstructorArgumentValues.
Holder for constructor argument values for a bean.
ConstructorArgumentValues() - Constructor for class org.springframework.beans.factory.config.ConstructorArgumentValues
 
ConstructorArgumentValues.ValueHolder - class org.springframework.beans.factory.config.ConstructorArgumentValues.ValueHolder.
Holder for a constructor argument value, with an optional type attribute indicating the target type of the actual constructor argument.
ContextBeanFactoryReference - class org.springframework.context.access.ContextBeanFactoryReference.
ApplicationContext-specific implementation of BeanFactoryReference, wrapping a newly created ApplicationContext, closing it on release.
ContextBeanFactoryReference(ApplicationContext) - Constructor for class org.springframework.context.access.ContextBeanFactoryReference
 
ContextClosedEvent - class org.springframework.context.event.ContextClosedEvent.
Event raised when an ApplicationContext gets closed.
ContextClosedEvent(ApplicationContext) - Constructor for class org.springframework.context.event.ContextClosedEvent
Creates a new ContextClosedEvent.
ContextJndiBeanFactoryLocator - class org.springframework.context.access.ContextJndiBeanFactoryLocator.
Subclass of JndiBeanFactoryLocator which creates a ClassPathXmlApplicationContext instead of a BeanFactory.
ContextJndiBeanFactoryLocator() - Constructor for class org.springframework.context.access.ContextJndiBeanFactoryLocator
 
ContextLoader - class org.springframework.web.context.ContextLoader.
Performs the actual initialization work for the root application context.
ContextLoader() - Constructor for class org.springframework.web.context.ContextLoader
 
ContextLoaderListener - class org.springframework.web.context.ContextLoaderListener.
Bootstrap listener to start up Spring's root WebApplicationContext.
ContextLoaderListener() - Constructor for class org.springframework.web.context.ContextLoaderListener
 
ContextLoaderServlet - class org.springframework.web.context.ContextLoaderServlet.
Bootstrap servlet to start up Spring's root WebApplicationContext.
ContextLoaderServlet() - Constructor for class org.springframework.web.context.ContextLoaderServlet
 
ContextRefreshedEvent - class org.springframework.context.event.ContextRefreshedEvent.
Event raised when an ApplicationContext gets initialized or refreshed.
ContextRefreshedEvent(ApplicationContext) - Constructor for class org.springframework.context.event.ContextRefreshedEvent
Creates a new ContextRefreshedEvent.
ContextResourceEditor - class org.springframework.context.support.ContextResourceEditor.
ApplicationContext-aware PropertyEditor for Resource descriptors.
ContextResourceEditor(ApplicationContext) - Constructor for class org.springframework.context.support.ContextResourceEditor
Create a new ContextResourceEditor for the given context.
ContextSingletonBeanFactoryLocator - class org.springframework.context.access.ContextSingletonBeanFactoryLocator.
Variant of SingletonBeanFactoryLocator which creates its internal bean factory reference definition as an ApplicationContext instead of SingletonBeanFactoryLocator's BeanFactory.
ContextSingletonBeanFactoryLocator() - Constructor for class org.springframework.context.access.ContextSingletonBeanFactoryLocator
Constructor which uses the default "bean-refs.xml", as the name of the definition file(s).
ContextSingletonBeanFactoryLocator(String) - Constructor for class org.springframework.context.access.ContextSingletonBeanFactoryLocator
Constructor which uses the the specified name as the name of the definition file(s).
ControlFlow - interface org.springframework.core.ControlFlow.
Interface to be implemented by objects that can return information about the current call stack.
ControlFlowFactory - class org.springframework.core.ControlFlowFactory.
Singleton factory to conceal automatic choice of Java 1.4 or 1.3 ControlFlow implementation class.
ControlFlowFactory() - Constructor for class org.springframework.core.ControlFlowFactory
 
ControlFlowPointcut - class org.springframework.aop.support.ControlFlowPointcut.
Pointcut and method matcher for use in simple cflow-style pointcut.
ControlFlowPointcut(Class) - Constructor for class org.springframework.aop.support.ControlFlowPointcut
 
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 - interface org.springframework.web.servlet.mvc.Controller.
Base Controller interface, representing a component that receives HttpServletRequest and HttpServletResponse like a HttpServlet but is able to participate in an MVC workflow.
CookieLocaleResolver - class org.springframework.web.servlet.i18n.CookieLocaleResolver.
Implementation of LocaleResolver that uses a cookie sent back to the user in case of a custom setting, with a fallback to the accept header locale.
CookieLocaleResolver() - Constructor for class org.springframework.web.servlet.i18n.CookieLocaleResolver
 
CookieThemeResolver - class org.springframework.web.servlet.theme.CookieThemeResolver.
Implementation of ThemeResolver that uses a cookie sent back to the user in case of a custom setting, with a fallback to the fixed locale.
CookieThemeResolver() - Constructor for class org.springframework.web.servlet.theme.CookieThemeResolver
 
CosMailSenderImpl - class org.springframework.mail.cos.CosMailSenderImpl.
Simple implementation of SMTP mail sending on top of Jason Hunter's MailMessage class that's included in COS (com.oreilly.servlet).
CosMailSenderImpl() - Constructor for class org.springframework.mail.cos.CosMailSenderImpl
 
CosMultipartHttpServletRequest - class org.springframework.web.multipart.cos.CosMultipartHttpServletRequest.
MultipartHttpServletRequest implementation for Jason Hunter's COS.
CosMultipartHttpServletRequest(HttpServletRequest, MultipartRequest) - Constructor for class org.springframework.web.multipart.cos.CosMultipartHttpServletRequest
 
CosMultipartResolver - class org.springframework.web.multipart.cos.CosMultipartResolver.
MultipartResolver implementation for Jason Hunter's COS (com.oreilly.servlet).
CosMultipartResolver() - Constructor for class org.springframework.web.multipart.cos.CosMultipartResolver
Constructor for use as bean.
CosMultipartResolver(ServletContext) - Constructor for class org.springframework.web.multipart.cos.CosMultipartResolver
Constructor for standalone usage.
CronTriggerBean - class org.springframework.scheduling.quartz.CronTriggerBean.
Convenience subclass of Quartz' CronTrigger class that eases bean-style usage.
CronTriggerBean() - Constructor for class org.springframework.scheduling.quartz.CronTriggerBean
 
CustomBooleanEditor - class org.springframework.beans.propertyeditors.CustomBooleanEditor.
Property editor for Boolean properties.
CustomBooleanEditor(boolean) - Constructor for class org.springframework.beans.propertyeditors.CustomBooleanEditor
Create a new instance.
CustomDateEditor - class org.springframework.beans.propertyeditors.CustomDateEditor.
PropertyEditor for Date, supporting a custom DateFormat.
CustomDateEditor(DateFormat, boolean) - Constructor for class org.springframework.beans.propertyeditors.CustomDateEditor
Create a new instance, using the given DateFormat for parsing and rendering.
CustomEditorConfigurer - class org.springframework.beans.factory.config.CustomEditorConfigurer.
BeanFactoryPostProcessor implementation that allows for convenient registration of custom property editors.
CustomEditorConfigurer() - Constructor for class org.springframework.beans.factory.config.CustomEditorConfigurer
 
CustomNumberEditor - class org.springframework.beans.propertyeditors.CustomNumberEditor.
Property editor for any Number subclass like Integer, Long, Float, Double.
CustomNumberEditor(Class, NumberFormat, boolean) - Constructor for class org.springframework.beans.propertyeditors.CustomNumberEditor
Create a new instance, using the given NumberFormat for parsing and rendering.
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.
calculateAllFilenames(String, Locale) - Method in class org.springframework.context.support.ReloadableResourceBundleMessageSource
Calculate all filenames for the given bundle basename and Locale.
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.
calculateInterceptorsAndDynamicInterceptionAdvice(Advised, Object, Method, Class) - Static method in class org.springframework.aop.framework.AdvisorChainFactoryUtils
Return the static interceptors and dynamic interception advice that may apply to this method invocation.
call(CallableStatementCreator, List) - 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) - Method in class org.springframework.jdbc.core.JdbcTemplate
 
canApply(Pointcut, Class, Class[]) - Static method in class org.springframework.aop.framework.support.AopUtils
Can the given pointcut apply at all on the given class? This is an important test as it can be used to optimize out a pointcut for a class
canApply(Advisor, Class, Class[]) - Static method in class org.springframework.aop.framework.support.AopUtils
 
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.
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.
checkCommand(Object) - Method in class org.springframework.web.servlet.mvc.BaseCommandController
Check if the given command object is a valid for this controller, i.e.
checkForUrl(String) - Method in class org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping
Check name and aliases of the given bean for URLs, detected by starting with "/".
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.commons.CommonsMultipartResolver
 
cleanupMultipart(MultipartHttpServletRequest) - Method in class org.springframework.web.multipart.cos.CosMultipartResolver
 
clear() - Method in class org.springframework.jndi.support.SimpleNamingContextBuilder
Clears all bindings in this context builder.
clearCache() - Method in class org.springframework.context.support.ReloadableResourceBundleMessageSource
Clear the resource bundle cache.
clearCacheIncludingAncestors() - Method in class org.springframework.context.support.ReloadableResourceBundleMessageSource
Clear the resource bundle caches of this MessageSource and all its ancestors.
clearSynchronization() - Static method in class org.springframework.transaction.support.TransactionSynchronizationManager
Deactivate thread synchronizations for the current thread.
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
Destroy the singletons in the bean factory of this application context.
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
Free all temporary BLOBs and CLOBs created by this creator.
close() - Method in class org.springframework.jndi.support.SimpleNamingContext
 
close() - Method in class org.springframework.orm.hibernate.LocalDataSourceConnectionProvider
 
close() - Method in class org.springframework.validation.DataBinder
Close this DataBinder, which may result in throwing a BindException if it encountered any errors
closeConnection(Connection) - Method in class org.springframework.orm.hibernate.LocalDataSourceConnectionProvider
 
closeConnectionIfNecessary(Connection) - Method in class org.springframework.jdbc.core.support.JdbcDaoSupport
Close the given JDBC Connection if necessary, created via this bean's DataSource, if it isn't bound to the thread.
closeConnectionIfNecessary(Connection, DataSource) - Static method in class org.springframework.jdbc.datasource.DataSourceUtils
Close the given connection if necessary, i.e.
closeNoCatch() - Method in class org.springframework.web.bind.ServletRequestDataBinder
Treats errors as fatal.
closePersistenceManagerIfNecessary(PersistenceManager, PersistenceManagerFactory) - Static method in class org.springframework.orm.jdo.PersistenceManagerFactoryUtils
Close the given PersistenceManager, created via the given factory, if it isn't bound to the thread.
closeResultSet(ResultSet) - Static method in class org.springframework.jdbc.support.JdbcUtils
Close the given JDBC ResultSet and ignore any thrown exception.
closeSession(Session, SessionFactory) - Method in class org.springframework.orm.hibernate.support.OpenSessionInViewFilter
Close the given Session.
closeSessionIfNecessary(Session, SessionFactory) - Static method in class org.springframework.orm.hibernate.SessionFactoryUtils
Close the given Session, created via the given factory, if it isn't bound to the thread.
closeSessionIfNecessary(Session) - Method in class org.springframework.orm.hibernate.support.HibernateDaoSupport
Close the given Hibernate Session if necessary, created via this bean's SessionFactory, if it isn't bound to the thread.
closeSessionIfNecessary(PersistenceManager) - Method in class org.springframework.orm.jdo.support.JdoDaoSupport
Close the given JDO PersistenceManager if necessary, created via this bean's PersistenceManagerFactory, if it isn't bound to the thread.
closeStatement(Statement) - Static method in class org.springframework.jdbc.support.JdbcUtils
Close the given JDBC Statement and ignore any thrown exception.
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.
collectionToCommaDelimitedString(Collection) - Static method in class org.springframework.util.StringUtils
Convenience method to return a Collection as a CSV String.
collectionToDelimitedString(Collection, String) - Static method in class org.springframework.util.StringUtils
Convenience method to return a Collection as a delimited (e.g.
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.
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.
compare(Object, Object) - Method in class org.springframework.beans.support.PropertyComparator
 
compare(Object, Object) - Method in class org.springframework.core.OrderComparator
 
compile() - Method in class org.springframework.jdbc.object.RdbmsOperation
Compile this query.
compileInternal() - Method in class org.springframework.jdbc.object.RdbmsOperation
Subclasses must implement 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.
completeProxiedInterfaces(AdvisedSupport) - Static method in class org.springframework.aop.framework.AopProxyUtils
Get complete set of interfaces to proxy.
composeName(Name, Name) - Method in class org.springframework.jndi.support.SimpleNamingContext
 
composeName(String, String) - Method in class org.springframework.jndi.support.SimpleNamingContext
 
computeTransactionAttribute(Method, Class) - Method in class org.springframework.transaction.interceptor.AttributesTransactionAttributeSource
Same return as getTransactionAttribute method, but doesn't cache the result.
configTimeDataSourceHolder - Static variable in class org.springframework.orm.hibernate.LocalDataSourceConnectionProvider
This will hold the DataSource to use for the currently configured Hibernate SessionFactory.
configTimeTransactionManagerHolder - Static variable in class org.springframework.orm.hibernate.LocalTransactionManagerLookup
This will hold the TransactionManager to use for the currently configured Hibernate SessionFactory.
configure(Properties) - Method in class org.springframework.orm.hibernate.LocalDataSourceConnectionProvider
 
contains(String) - Method in class org.springframework.beans.MutablePropertyValues
 
contains(String) - Method in interface org.springframework.beans.PropertyValues
Is there a property value for this property?
containsBean(String) - Method in interface org.springframework.beans.factory.BeanFactory
Does this bean factory contain a bean 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
 
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.StaticListableBeanFactory
 
containsBeanDefinition(String) - Method in class org.springframework.context.support.AbstractApplicationContext
 
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.Log4jConfigListener
 
contextDestroyed(ServletContextEvent) - Method in class org.springframework.web.util.WebAppRootListener
 
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.Log4jConfigListener
 
contextInitialized(ServletContextEvent) - Method in class org.springframework.web.util.WebAppRootListener
 
continueLine(String) - Method in class org.springframework.util.DefaultPropertiesPersister
Return true if the given line is a line that must be appended to the next line.
convertHibernateAccessException(HibernateException) - Method in class org.springframework.orm.hibernate.HibernateAccessor
Convert the given HibernateException to an appropriate exception from the org.springframework.dao hierarchy.
convertHibernateAccessException(HibernateException) - Method in class org.springframework.orm.hibernate.HibernateTransactionManager
Convert the given HibernateException to an appropriate exception from the org.springframework.dao hierarchy.
convertHibernateAccessException(HibernateException) - Static method in class org.springframework.orm.hibernate.SessionFactoryUtils
Convert the given HibernateException to an appropriate exception from the org.springframework.dao hierarchy.
convertHibernateAccessException(HibernateException) - Method in class org.springframework.orm.hibernate.support.HibernateDaoSupport
Convert the given HibernateException to an appropriate exception from the org.springframework.dao hierarchy.
convertJdbcAccessException(SQLException) - Method in class org.springframework.orm.hibernate.HibernateAccessor
Convert the given SQLException to an appropriate exception from the org.springframework.dao hierarchy.
convertJdbcAccessException(SQLException) - Method in class org.springframework.orm.hibernate.HibernateTransactionManager
Convert the given SQLException to an appropriate exception from the org.springframework.dao hierarchy.
convertJdoAccessException(JDOException) - Method in class org.springframework.orm.jdo.JdoAccessor
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
Convert the given JDOException to an appropriate exception from the org.springframework.dao hierarchy.
copy(Reader, Writer) - Static method in class org.springframework.util.FileCopyUtils
Copy the contents of the given InputStream to the given OutputStream.
copy(InputStream, OutputStream) - Static method in class org.springframework.util.FileCopyUtils
Copy the contents of the given InputStream to the given OutputStream.
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.
copyConfigurationFrom(AdvisedSupport) - Method in class org.springframework.aop.framework.AdvisedSupport
Call this method on a new instance created by the no-arg consructor to create an independent copy of the configuration from the other.
copyFrom(ProxyConfig) - Method in class org.springframework.aop.framework.ProxyConfig
Copy configuration from the other config
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, 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.
copyToByteArray(InputStream) - Static method in class org.springframework.util.FileCopyUtils
Copy the contents of the given InputStream into a new byte array.
copyToByteArray(File) - Static method in class org.springframework.util.FileCopyUtils
Copy the contents of the given input File into a new byte array.
countBeansIncludingAncestors(ListableBeanFactory) - Static method in class org.springframework.beans.factory.BeanFactoryUtils
Count all bean definitions in any hierarchy in which this factory participates.
countInterceptorsOfType(Class) - Method in class org.springframework.aop.framework.AdvisedSupport
Count interceptors of the given class
countOccurrencesOf(String, String) - Static method in class org.springframework.util.StringUtils
Count the occurrences of the substring in string s.
countParameterPlaceholders(String, char, char) - Static method in class org.springframework.jdbc.support.JdbcUtils
Count the occurrences of the character placeholder in an SQL string str.
create() - Method in class org.springframework.ejb.access.AbstractSlsbInvokerInterceptor
Invoke the create() method on the cached EJB home.
createAopProxy() - Method in class org.springframework.aop.framework.AdvisedSupport
Subclasses should call this to get a new AOP proxy.
createAopProxy(AdvisedSupport) - Method in interface org.springframework.aop.framework.AopProxyFactory
Return an AopProxy for the given AdvisedSupport object
createAopProxy(AdvisedSupport) - Method in class org.springframework.aop.framework.DefaultAopProxyFactory
 
createBean(String, RootBeanDefinition) - Method in class org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory
 
createBean(String, RootBeanDefinition) - Method in class org.springframework.beans.factory.support.AbstractBeanFactory
Create a bean instance for the given bean definition.
createBeanFactory(String[]) - Method in class org.springframework.beans.factory.access.JndiBeanFactoryLocator
Actually create the BeanFactory, given an array of classpath resource strings which should be combined.
createBeanFactory(String[]) - Method in class org.springframework.context.access.ContextJndiBeanFactoryLocator
 
createBeanFactory() - Method in class org.springframework.context.support.AbstractXmlApplicationContext
Create the bean factory for this context.
createBinder(HttpServletRequest, Object) - Method in class org.springframework.web.servlet.mvc.BaseCommandController
Create a new binder instance for the given command and request.
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.JdbcTemplate.SimpleCallableStatementCreator
 
createCommand() - Method in class org.springframework.web.servlet.mvc.BaseCommandController
Create a new command instance for the command class of this controller.
createConfiguration() - Method in class org.springframework.ui.freemarker.FreeMarkerConfigurationFactory
Prepare the FreeMarker Configuration and return it.
createContextLoader() - Method in class org.springframework.web.context.ContextLoaderListener
Create the ContextLoader to use.
createContextLoader() - Method in class org.springframework.web.context.ContextLoaderServlet
Create the ContextLoader to use.
createControlFlow() - Static method in class org.springframework.core.ControlFlowFactory
 
createCriteria(Session, Class) - Method in class org.springframework.orm.hibernate.HibernateTemplate
Create a Criteria object for the given Session and the given entity class.
createDatabaseSchema() - Method in class org.springframework.orm.hibernate.LocalSessionFactoryBean
Execute schema creation script, determined by the Configuration object used for creating the SessionFactory.
createDefinition(String[]) - Method in class org.springframework.beans.factory.access.SingletonBeanFactoryLocator
Actually creates definition in the form of a BeanFactory, given an array of URLs representing resources which should be combined.
createDefinition(String[]) - Method in class org.springframework.context.access.ContextSingletonBeanFactoryLocator
Overrides default method to create definition object as an ApplicationContext instead of the default BeanFactory.
createDomNode(Map, String, HttpServletRequest, HttpServletResponse) - Method in class org.springframework.web.servlet.view.xslt.AbstractXsltView
Return the XML node to transform.
createErrors(Object, String) - Method in class org.springframework.validation.DataBinder
Create a new Errors instance for this data binder.
createInitialContext() - Method in class org.springframework.jndi.JndiTemplate
Create a new JNDI initial context.
createInitialContextFactory(Hashtable) - Method in class org.springframework.jndi.support.SimpleNamingContextBuilder
Simple InitialContextFactoryBuilder implementation, creating a new SimpleNamingContext instance.
createJaxRpcService() - Method in class org.springframework.remoting.jaxrpc.LocalJaxRpcServiceFactory
Create a JAX-RPC Service according to the parameters of this factory.
createLob(PreparedStatement, Class, OracleLobHandler.LobCallback) - Method in class org.springframework.jdbc.support.lob.OracleLobHandler.OracleLobCreator
Create a LOB instance for the given PreparedStatement, populating it via the given callback.
createMap(Connection) - Method in interface org.springframework.jdbc.core.ParameterMapper
 
createMimeMessage() - Method in interface org.springframework.mail.javamail.JavaMailSender
Create a new JavaMail MimeMessage for the underlying JavaMail Session of this sender.
createMimeMessage() - Method in class org.springframework.mail.javamail.JavaMailSenderImpl
 
createObjectPool() - Method in class org.springframework.aop.target.CommonsPoolTargetSource
Subclasses can override this if they want to return a different Commons pool to GenericObject pool.
createPool(BeanFactory) - Method in class org.springframework.aop.target.AbstractPoolingTargetSource
Create the pool.
createPool(BeanFactory) - Method in class org.springframework.aop.target.CommonsPoolTargetSource
 
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.
createPrototypeTargetSource(Object, String, BeanFactory) - Method in class org.springframework.aop.framework.autoproxy.metadata.AttributesPrototypeTargetSourceCreator
 
createPrototypeTargetSource(Object, String, BeanFactory) - Method in class org.springframework.aop.framework.autoproxy.metadata.AttributesThreadLocalTargetSourceCreator
 
createPrototypeTargetSource(Object, String, BeanFactory) - Method in class org.springframework.aop.framework.autoproxy.target.AbstractPoolingTargetSourceCreator
 
createPrototypeTargetSource(Object, String, BeanFactory) - Method in class org.springframework.aop.framework.autoproxy.target.AbstractPrototypeTargetSourceCreator
Subclasses must implement this method to return a new AbstractPrototypeTargetSource 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.
createPrototypeTargetSource(Object, String, BeanFactory) - Method in class org.springframework.aop.framework.autoproxy.target.QuickTargetSourceCreator
 
createQuery(Session, String) - Method in class org.springframework.orm.hibernate.HibernateTemplate
Create a Query object for the given Session and the given query string.
createRmiProxy() - Method in class org.springframework.remoting.rmi.RmiClientInterceptor
Create the RMI proxy.
createScheduler(SchedulerFactory, String) - Method in class org.springframework.scheduling.quartz.SchedulerFactoryBean
Create the Scheduler instance for the given factory and scheduler name.
createServiceFactory() - Method in class org.springframework.remoting.jaxrpc.LocalJaxRpcServiceFactory
Create a JAX-RPC ServiceFactory, either of the specified class or the default.
createSubcontext(String) - Method in class org.springframework.jndi.support.SimpleNamingContext
 
createSubcontext(Name) - Method in class org.springframework.jndi.support.SimpleNamingContext
 
createTargetSource(Object) - Method in class org.springframework.transaction.interceptor.TransactionProxyFactoryBean
Set the target or TargetSource.
createTimer(boolean) - Method in class org.springframework.scheduling.timer.TimerFactoryBean
Create a new Timer instance.
createVelocityEngine() - Method in class org.springframework.ui.velocity.VelocityEngineFactory
Prepare the VelocityEngine instance and return it.
createWebApplicationContext(ServletContext, ApplicationContext) - Method in class org.springframework.web.context.ContextLoader
Instantiate the root WebApplicationContext for this loader, either a default XmlWebApplicationContext or a custom context class if specified.
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.
currency(double, Locale) - Static method in class org.springframework.web.servlet.view.xslt.FormatHelper
Format a currency amount in a given locale.
currency(double, String, String) - Static method in class org.springframework.web.servlet.view.xslt.FormatHelper
Format a currency amount for a given language and country.
currentProxy() - Static method in class org.springframework.aop.framework.AopContext
Try to return the current AOP proxy.
currentTransactionStatus() - Static method in class org.springframework.transaction.interceptor.TransactionInterceptor
Return the transaction status of the current method invocation.
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

D

DEFAULT_AUTOWIRE_ATTRIBUTE - Static variable in class org.springframework.beans.factory.xml.DefaultXmlBeanDefinitionParser
 
DEFAULT_BASENAME - Static variable in class org.springframework.web.servlet.view.ResourceBundleViewResolver
Default if no other basename is supplied
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_COMMAND_NAME - Static variable in class org.springframework.web.servlet.mvc.BaseCommandController
 
DEFAULT_CONFIG_LOCATION - Static variable in class org.springframework.web.context.support.XmlWebApplicationContext
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_SUFFIX - Static variable in class org.springframework.web.context.support.XmlWebApplicationContext
Default suffix for building a config location for a namespace
DEFAULT_CONTEXT_CLASS - Static variable in class org.springframework.web.context.ContextLoader
Default context class for ContextLoader.
DEFAULT_CONTEXT_CLASS - Static variable in class org.springframework.web.servlet.FrameworkServlet
Default context class for FrameworkServlet.
DEFAULT_COOKIE_MAX_AGE - Static variable in class org.springframework.web.servlet.i18n.CookieLocaleResolver
 
DEFAULT_COOKIE_MAX_AGE - Static variable in class org.springframework.web.servlet.theme.CookieThemeResolver
 
DEFAULT_COOKIE_NAME - Static variable in class org.springframework.web.servlet.i18n.CookieLocaleResolver
 
DEFAULT_COOKIE_NAME - Static variable in class org.springframework.web.servlet.theme.CookieThemeResolver
 
DEFAULT_COOKIE_PATH - Static variable in class org.springframework.web.servlet.i18n.CookieLocaleResolver
 
DEFAULT_COOKIE_PATH - Static variable in class org.springframework.web.servlet.theme.CookieThemeResolver
 
DEFAULT_DEPENDENCY_CHECK_ATTRIBUTE - Static variable in class org.springframework.beans.factory.xml.DefaultXmlBeanDefinitionParser
 
DEFAULT_ENCODING_SCHEME - Static variable in class org.springframework.web.servlet.view.RedirectView
 
DEFAULT_EXCEPTION_ATTRIBUTE - Static variable in class org.springframework.web.servlet.handler.SimpleMappingExceptionResolver
 
DEFAULT_INTERVAL - Static variable in class org.springframework.jdbc.support.DatabaseStartupValidator
 
DEFAULT_LAZY_INIT_ATTRIBUTE - Static variable in class org.springframework.beans.factory.xml.DefaultXmlBeanDefinitionParser
 
DEFAULT_LOCATION - Static variable in class org.springframework.web.servlet.view.XmlViewResolver
Default if no other location is supplied
DEFAULT_MAX_LINKED_PAGES - Static variable in class org.springframework.beans.support.PagedListHolder
 
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.servlet.FrameworkServlet
Suffix for namespace bean factory names.
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_PARAM_NAME - Static variable in class org.springframework.web.servlet.theme.ThemeChangeInterceptor
 
DEFAULT_PLACEHOLDER_PREFIX - Static variable in class org.springframework.beans.factory.config.PropertyPlaceholderConfigurer
 
DEFAULT_PLACEHOLDER_SUFFIX - Static variable in class org.springframework.beans.factory.config.PropertyPlaceholderConfigurer
 
DEFAULT_PORT - Static variable in class org.springframework.mail.javamail.JavaMailSenderImpl
 
DEFAULT_PREFIX_SEPARATOR - Static variable in class org.springframework.web.bind.ServletRequestParameterPropertyValues
Default prefix separator
DEFAULT_PROTOCOL - Static variable in class org.springframework.mail.javamail.JavaMailSenderImpl
 
DEFAULT_REFRESH_INTERVAL - Static variable in class org.springframework.util.Log4jConfigurer
 
DEFAULT_SESSION_FACTORY_BEAN_NAME - Static variable in class org.springframework.orm.hibernate.support.OpenSessionInViewFilter
 
DEFAULT_TIMEOUT - Static variable in class org.springframework.jdbc.support.DatabaseStartupValidator
 
DEFAULT_USER_TRANSACTION_NAME - Static variable in class org.springframework.transaction.jta.JtaTransactionManager
 
DEFAULT_VALUE - Static variable in class org.springframework.beans.factory.xml.DefaultXmlBeanDefinitionParser
 
DEFAULT_WEB_APP_ROOT_KEY - Static variable in class org.springframework.web.util.WebUtils
Default web app root key: "webapp.root"
DEFAULT_WRITER_POOL_SIZE - Static variable in class org.springframework.web.servlet.view.velocity.VelocityView
 
DEPENDENCY_CHECK_ALL - Static variable in class org.springframework.beans.factory.support.RootBeanDefinition
 
DEPENDENCY_CHECK_ALL_ATTRIBUTE_VALUE - Static variable in class org.springframework.beans.factory.xml.DefaultXmlBeanDefinitionParser
 
DEPENDENCY_CHECK_ATTRIBUTE - Static variable in class org.springframework.beans.factory.xml.DefaultXmlBeanDefinitionParser
 
DEPENDENCY_CHECK_NONE - Static variable in class org.springframework.beans.factory.support.RootBeanDefinition
 
DEPENDENCY_CHECK_OBJECTS - Static variable in class org.springframework.beans.factory.support.RootBeanDefinition
 
DEPENDENCY_CHECK_OBJECTS_ATTRIBUTE_VALUE - Static variable in class org.springframework.beans.factory.xml.DefaultXmlBeanDefinitionParser
 
DEPENDENCY_CHECK_SIMPLE - Static variable in class org.springframework.beans.factory.support.RootBeanDefinition
 
DEPENDENCY_CHECK_SIMPLE_ATTRIBUTE_VALUE - Static variable in class org.springframework.beans.factory.xml.DefaultXmlBeanDefinitionParser
 
DEPENDS_ON_ATTRIBUTE - Static variable in class org.springframework.beans.factory.xml.DefaultXmlBeanDefinitionParser
 
DESCRIPTION_ELEMENT - Static variable in class org.springframework.beans.factory.xml.DefaultXmlBeanDefinitionParser
 
DESTROY_METHOD_ATTRIBUTE - Static variable in class org.springframework.beans.factory.xml.DefaultXmlBeanDefinitionParser
 
DO_NOT_PROXY - Variable in class org.springframework.aop.framework.autoproxy.AbstractAutoProxyCreator
Convenience constant for subclasses: Return value for "do not proxy".
DataAccessException - exception org.springframework.dao.DataAccessException.
Root of the hierarchy of data access exceptions discussed in Expert One-On-One J2EE Design and Development.
DataAccessException(String) - Constructor for class org.springframework.dao.DataAccessException
Constructor for DataAccessException.
DataAccessException(String, Throwable) - Constructor for class org.springframework.dao.DataAccessException
Constructor for DataAccessException.
DataAccessResourceFailureException - exception org.springframework.dao.DataAccessResourceFailureException.
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 class org.springframework.dao.DataAccessResourceFailureException
Constructor for ResourceFailureDataAccessException.
DataAccessResourceFailureException(String, Throwable) - Constructor for class org.springframework.dao.DataAccessResourceFailureException
Constructor for ResourceFailureDataAccessException.
DataBinder - class org.springframework.validation.DataBinder.
Binder that allows for binding property values to a target object.
DataBinder(Object, String) - Constructor for class org.springframework.validation.DataBinder
Create a new DataBinder instance.
DataFieldMaxValueIncrementer - interface org.springframework.jdbc.support.incrementer.DataFieldMaxValueIncrementer.
Interface that defines contract of incrementing any data store field's maximum value.
DataIntegrityViolationException - exception org.springframework.dao.DataIntegrityViolationException.
Exception thrown when an attempt to insert or update data results in violation of an integrity constraint.
DataIntegrityViolationException(String, Throwable) - Constructor for class org.springframework.dao.DataIntegrityViolationException
Constructor for DataIntegrityViolationException.
DataRetrievalFailureException - exception org.springframework.dao.DataRetrievalFailureException.
Exception thrown if certain expected data could not be retrieved, e.g.
DataRetrievalFailureException(String) - Constructor for class org.springframework.dao.DataRetrievalFailureException
 
DataRetrievalFailureException(String, Throwable) - Constructor for class org.springframework.dao.DataRetrievalFailureException
 
DataSourceTransactionManager - class org.springframework.jdbc.datasource.DataSourceTransactionManager.
PlatformTransactionManager implementation for single JDBC data sources.
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.
DataSourceTransactionObject - class org.springframework.jdbc.datasource.DataSourceTransactionObject.
DataSource transaction object, representing a ConnectionHolder.
DataSourceTransactionObject() - Constructor for class org.springframework.jdbc.datasource.DataSourceTransactionObject
Create DataSourceTransactionObject for new ConnectionHolder.
DataSourceTransactionObject(ConnectionHolder) - Constructor for class org.springframework.jdbc.datasource.DataSourceTransactionObject
Create DataSourceTransactionObject for existing ConnectionHolder.
DataSourceUtils - class org.springframework.jdbc.datasource.DataSourceUtils.
Helper class that provides static methods to obtain connections from JNDI and close connections if necessary.
DataSourceUtils() - Constructor for class org.springframework.jdbc.datasource.DataSourceUtils
 
DatabaseStartupValidator - class org.springframework.jdbc.support.DatabaseStartupValidator.
Bean that checks if a database has already started up.
DatabaseStartupValidator() - Constructor for class org.springframework.jdbc.support.DatabaseStartupValidator
 
DeadlockLoserDataAccessException - exception org.springframework.dao.DeadlockLoserDataAccessException.
Generic exception thrown when the current process was a deadlock loser, and its transaction rolled back.
DeadlockLoserDataAccessException(String, Throwable) - Constructor for class org.springframework.dao.DeadlockLoserDataAccessException
Constructor for DeadlockLoserDataAccessException.
DebugInterceptor - class org.springframework.aop.interceptor.DebugInterceptor.
AOP Alliance MethodInterceptor that can be introduced in a chain to display verbose information about intercepted invocations to the console.
DebugInterceptor() - Constructor for class org.springframework.aop.interceptor.DebugInterceptor
 
DefaultAdvisorAdapterRegistry - class org.springframework.aop.framework.adapter.DefaultAdvisorAdapterRegistry.
 
DefaultAdvisorAdapterRegistry() - Constructor for class org.springframework.aop.framework.adapter.DefaultAdvisorAdapterRegistry
 
DefaultAopProxyFactory - class org.springframework.aop.framework.DefaultAopProxyFactory.
Simple implementation of AopProxyFactory
DefaultAopProxyFactory() - Constructor for class org.springframework.aop.framework.DefaultAopProxyFactory
 
DefaultBeanFactoryReference - class org.springframework.beans.factory.access.DefaultBeanFactoryReference.
Default implementation of BeanFactoryReference, wrapping a newly created BeanFactory, destroying its singletons on release.
DefaultBeanFactoryReference(BeanFactory) - Constructor for class org.springframework.beans.factory.access.DefaultBeanFactoryReference
 
DefaultIntroductionAdvisor - class org.springframework.aop.support.DefaultIntroductionAdvisor.
Simple IntroductionAdvisor implementation that by default applies to any class.
DefaultIntroductionAdvisor(IntroductionInterceptor) - Constructor for class org.springframework.aop.support.DefaultIntroductionAdvisor
 
DefaultIntroductionAdvisor(IntroductionInterceptor, Class) - Constructor for class org.springframework.aop.support.DefaultIntroductionAdvisor
 
DefaultIntroductionAdvisor(DelegatingIntroductionInterceptor) - Constructor for class org.springframework.aop.support.DefaultIntroductionAdvisor
Wrap this interceptor and introduce all interfaces.
DefaultListableBeanFactory - class org.springframework.beans.factory.support.DefaultListableBeanFactory.
Concrete implementation of ListableBeanFactory.
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.
DefaultLobHandler - class org.springframework.jdbc.support.lob.DefaultLobHandler.
Default implementation of the LobHandler interface.
DefaultLobHandler() - Constructor for class org.springframework.jdbc.support.lob.DefaultLobHandler
 
DefaultLobHandler.DefaultLobCreator - class org.springframework.jdbc.support.lob.DefaultLobHandler.DefaultLobCreator.
 
DefaultLobHandler.DefaultLobCreator() - Constructor for class org.springframework.jdbc.support.lob.DefaultLobHandler.DefaultLobCreator
 
DefaultLocatorFactory - class org.springframework.context.access.DefaultLocatorFactory.
A factory class to get a default ContextSingletonBeanFactoryLocator instance.
DefaultLocatorFactory() - Constructor for class org.springframework.context.access.DefaultLocatorFactory
 
DefaultMessageSourceResolvable - class org.springframework.context.support.DefaultMessageSourceResolvable.
Default implementation of the MessageSourceResolvable interface.
DefaultMessageSourceResolvable(String[], Object[]) - Constructor for class org.springframework.context.support.DefaultMessageSourceResolvable
Create a new instance, using multiple codes.
DefaultMessageSourceResolvable(String[], Object[], String) - Constructor for class org.springframework.context.support.DefaultMessageSourceResolvable
Create a new instance, using multiple codes and a default message.
DefaultMessageSourceResolvable(MessageSourceResolvable) - Constructor for class org.springframework.context.support.DefaultMessageSourceResolvable
Copy constructor: Create a new instance from another resolvable.
DefaultMessageSourceResolvable() - Constructor for class org.springframework.context.support.DefaultMessageSourceResolvable
Used only by subclasses who need to do custom initialization before setting code, arguments, and/or the default message.
DefaultMultipartHttpServletRequest - class org.springframework.web.multipart.support.DefaultMultipartHttpServletRequest.
Default implementation of the MultipartHttpServletRequest interface.
DefaultMultipartHttpServletRequest(HttpServletRequest, Map, Map) - Constructor for class org.springframework.web.multipart.support.DefaultMultipartHttpServletRequest
Create a wrapped HttpServletRequest.
DefaultPointcutAdvisor - class org.springframework.aop.support.DefaultPointcutAdvisor.
Convenient pointcut-driven advisor implementation, implementing the getPointcut() and isPerInstance() methods.
DefaultPointcutAdvisor() - Constructor for class org.springframework.aop.support.DefaultPointcutAdvisor
 
DefaultPointcutAdvisor(Advice) - Constructor for class org.springframework.aop.support.DefaultPointcutAdvisor
 
DefaultPointcutAdvisor(Pointcut, Advice) - Constructor for class org.springframework.aop.support.DefaultPointcutAdvisor
 
DefaultPropertiesPersister - class org.springframework.util.DefaultPropertiesPersister.
Default implementation of the PropertiesPersister interface.
DefaultPropertiesPersister() - Constructor for class org.springframework.util.DefaultPropertiesPersister
 
DefaultResourceLoader - class org.springframework.core.io.DefaultResourceLoader.
Default implementation of the ResourceLoader interface.
DefaultResourceLoader() - Constructor for class org.springframework.core.io.DefaultResourceLoader
 
DefaultTransactionAttribute - class org.springframework.transaction.interceptor.DefaultTransactionAttribute.
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
 
DefaultTransactionAttribute(int) - Constructor for class org.springframework.transaction.interceptor.DefaultTransactionAttribute
 
DefaultTransactionDefinition - class org.springframework.transaction.support.DefaultTransactionDefinition.
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
 
DefaultTransactionDefinition(int) - Constructor for class org.springframework.transaction.support.DefaultTransactionDefinition
 
DefaultTransactionStatus - class org.springframework.transaction.support.DefaultTransactionStatus.
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 TransactionStatus instance.
DefaultXmlBeanDefinitionParser - class org.springframework.beans.factory.xml.DefaultXmlBeanDefinitionParser.
Default implementation of the XmlBeanDefinitionParser interface.
DefaultXmlBeanDefinitionParser() - Constructor for class org.springframework.beans.factory.xml.DefaultXmlBeanDefinitionParser
 
DelegatingIntroductionInterceptor - class org.springframework.aop.support.DelegatingIntroductionInterceptor.
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.
DispatcherServlet - class org.springframework.web.servlet.DispatcherServlet.
Concrete front controller for use within the web MVC framework.
DispatcherServlet() - Constructor for class org.springframework.web.servlet.DispatcherServlet
 
DisposableBean - interface org.springframework.beans.factory.DisposableBean.
Interface to be implemented by beans that want to release resources on destruction.
DriverManagerDataSource - class org.springframework.jdbc.datasource.DriverManagerDataSource.
Implementation of SmartDataSource that configures a plain old JDBC Driver via bean properties, and returns a new connection every time.
DriverManagerDataSource() - Constructor for class org.springframework.jdbc.datasource.DriverManagerDataSource
Constructor for bean-style configuration.
DriverManagerDataSource(String, String, String, String) - Constructor for class org.springframework.jdbc.datasource.DriverManagerDataSource
Create a new SingleConnectionDataSource with the given standard DriverManager parameters.
DynamicMethodMatcher - class org.springframework.aop.support.DynamicMethodMatcher.
Convenient abstract superclass for dynamic method matchers, which do care about arguments at runtime.
DynamicMethodMatcher() - Constructor for class org.springframework.aop.support.DynamicMethodMatcher
 
DynamicMethodMatcherPointcutAdvisor - class org.springframework.aop.support.DynamicMethodMatcherPointcutAdvisor.
Convenient superclass for Advisors that are also dynamic pointcuts.
DynamicMethodMatcherPointcutAdvisor() - Constructor for class org.springframework.aop.support.DynamicMethodMatcherPointcutAdvisor
 
DynamicMethodMatcherPointcutAdvisor(Advice) - Constructor for class org.springframework.aop.support.DynamicMethodMatcherPointcutAdvisor
 
dateTimeElement(long, String, String) - Static method in class org.springframework.web.servlet.view.xslt.FormatHelper
Creates a formatted-date node with the given ISO language and country strings.
dateTimeElement(long) - Static method in class org.springframework.web.servlet.view.xslt.FormatHelper
Creates a formatted-date node with system default Locale
dateTimeElement(long, Locale) - Static method in class org.springframework.web.servlet.view.xslt.FormatHelper
Creates a formatted-date node with the given Locale
declareParameter(SqlParameter) - Method in class org.springframework.jdbc.object.RdbmsOperation
Declare a parameter.
declareParameter(SqlParameter) - Method in class org.springframework.jdbc.object.StoredProcedure
Overridden method.
decodeRequestString(HttpServletRequest, String) - Method in class org.springframework.web.util.UrlPathHelper
Decode the given source string with a URLEncoder.
deepCopy(Object) - Method in class org.springframework.orm.hibernate.support.ClobStringType
 
delete(Object) - Method in interface org.springframework.orm.hibernate.HibernateOperations
Delete the given persistent instance.
delete(Object, LockMode) - Method in interface org.springframework.orm.hibernate.HibernateOperations
Delete the given persistent instance.
delete(Object) - Method in class org.springframework.orm.hibernate.HibernateTemplate
 
delete(Object, LockMode) - Method in class org.springframework.orm.hibernate.HibernateTemplate
 
delete(String, Object) - Method in interface org.springframework.orm.ibatis.SqlMapClientOperations
 
delete(String, Object) - Method in class org.springframework.orm.ibatis.SqlMapClientTemplate
 
delete(String, String) - Static method in class org.springframework.util.StringUtils
Delete all occurrences of the given substring.
deleteAll(Collection) - Method in interface org.springframework.orm.hibernate.HibernateOperations
Delete all given persistent instances.
deleteAll(Collection) - Method in class org.springframework.orm.hibernate.HibernateTemplate
 
deleteAny(String, String) - Static method in class org.springframework.util.StringUtils
Delete any character in a given string.
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.
dependencyCheck(String, RootBeanDefinition, BeanWrapper, PropertyValues) - Method in class org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory
Perform a dependency check that all properties exposed have been set, if desired.
destroy() - Method in class org.springframework.aop.target.CommonsPoolTargetSource
 
destroy() - Method in class org.springframework.aop.target.ThreadLocalTargetSource
Dispose of targets if necessary; clear ThreadLocal.
destroy() - Method in interface org.springframework.beans.factory.DisposableBean
Invoked by a BeanFactory on destruction of a singleton.
destroy() - Method in class org.springframework.jdbc.datasource.SingleConnectionDataSource
Close the underlying connection.
destroy() - Method in class org.springframework.orm.hibernate.LocalSessionFactoryBean
Close the SessionFactory on bean factory shutdown.
destroy() - Method in class org.springframework.orm.jdo.LocalPersistenceManagerFactoryBean
Close the PersistenceManagerFactory on context shutdown.
destroy() - Method in class org.springframework.remoting.jaxrpc.ServletEndpointSupport
This implementation of destroy is empty.
destroy() - Method in class org.springframework.remoting.rmi.RmiServiceExporter
 
destroy() - Method in class org.springframework.scheduling.quartz.SchedulerFactoryBean
This implementation shuts down the Quartz scheduler, stopping all scheduled jobs.
destroy() - Method in class org.springframework.scheduling.timer.TimerFactoryBean
This implementation cancels the Timer, stopping all scheduled tasks.
destroy() - Method in class org.springframework.transaction.jta.JotmFactoryBean
 
destroy() - Method in class org.springframework.web.context.ContextLoaderServlet
Close the root web application context.
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.servlet.FrameworkServlet
 
destroy() - Method in class org.springframework.web.util.Log4jConfigServlet
 
destroyBean(String, Object) - Method in class org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory
 
destroyBean(String, Object) - Method in class org.springframework.beans.factory.support.AbstractBeanFactory
Destroy the given bean.
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 default method to work with ApplicationContext
destroyObject(Object) - Method in class org.springframework.aop.target.CommonsPoolTargetSource
 
destroySingleton(String) - Method in class org.springframework.beans.factory.support.AbstractBeanFactory
Destroy the given bean.
destroySingletons() - Method in interface org.springframework.beans.factory.config.ConfigurableBeanFactory
Destroy all cached singletons in this factory.
destroySingletons() - Method in class org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory
 
destroySingletons() - Method in class org.springframework.beans.factory.support.AbstractBeanFactory
 
destroySubcontext(String) - Method in class org.springframework.jndi.support.SimpleNamingContext
 
destroySubcontext(Name) - Method in class org.springframework.jndi.support.SimpleNamingContext
 
determineEncoding(HttpServletRequest) - Method in class org.springframework.web.multipart.commons.CommonsMultipartResolver
Determine the encoding for the given request.
determineEncoding(HttpServletRequest) - Method in class org.springframework.web.multipart.cos.CosMultipartResolver
Determine the encoding for the given request.
determineEncoding(HttpServletRequest) - Method in class org.springframework.web.util.UrlPathHelper
Determine the encoding for the given request.
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.orm.hibernate.HibernateTransactionManager
 
doBegin(Object, TransactionDefinition) - Method in class org.springframework.orm.jdo.JdoTransactionManager
 
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 the given transaction definition.
doCleanupAfterCompletion(Object) - Method in class org.springframework.jdbc.datasource.DataSourceTransactionManager
 
doCleanupAfterCompletion(Object) - Method in class org.springframework.orm.hibernate.HibernateTransactionManager
 
doCleanupAfterCompletion(Object) - Method in class org.springframework.orm.jdo.JdoTransactionManager
 
doCleanupAfterCompletion(Object) - Method in class org.springframework.transaction.jta.JtaTransactionManager
 
doCleanupAfterCompletion(Object) - Method in class org.springframework.transaction.support.AbstractPlatformTransactionManager
Cleanup resources after transaction completion.
doCommit(DefaultTransactionStatus) - Method in class org.springframework.jdbc.datasource.DataSourceTransactionManager
 
doCommit(DefaultTransactionStatus) - Method in class org.springframework.orm.hibernate.HibernateTransactionManager
 
doCommit(DefaultTransactionStatus) - Method in class org.springframework.orm.jdo.JdoTransactionManager
 
doCommit(DefaultTransactionStatus) - Method in class org.springframework.transaction.jta.JtaTransactionManager
 
doCommit(DefaultTransactionStatus) - Method in class org.springframework.transaction.support.AbstractPlatformTransactionManager
Perform an actual commit on the given transaction.
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.hibernate.support.OpenSessionInViewFilter
 
doFilterInternal(HttpServletRequest, HttpServletResponse, FilterChain) - Method in class org.springframework.web.filter.CharacterEncodingFilter
 
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.
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.
doGet(HttpServletRequest, HttpServletResponse) - Method in class org.springframework.web.servlet.FrameworkServlet
It's up to each subclass to decide whether or not it supports a request method.
doGet(HttpServletRequest, HttpServletResponse) - Method in class org.springframework.web.servlet.ResourceServlet
 
doGetTransaction() - Method in class org.springframework.jdbc.datasource.DataSourceTransactionManager
 
doGetTransaction() - Method in class org.springframework.orm.hibernate.HibernateTransactionManager
 
doGetTransaction() - Method in class org.springframework.orm.jdo.JdoTransactionManager
 
doGetTransaction() - Method in class org.springframework.transaction.jta.JtaTransactionManager
 
doGetTransaction() - Method in class org.springframework.transaction.support.AbstractPlatformTransactionManager
Return a current transaction object, i.e.
doInCallableStatement(CallableStatement) - Method in interface org.springframework.jdbc.core.CallableStatementCallback
Gets called by JdbcTemplate.execute with an active JDBC CallableStatement.
doInContext(Context) - Method in interface org.springframework.jndi.JndiCallback
Do something with the given JNDI context.
doInHibernate(Session) - Method in interface org.springframework.orm.hibernate.HibernateCallback
Gets called by HibernateTemplate.execute with an active Hibernate Session.
doInJdo(PersistenceManager) - Method in interface org.springframework.orm.jdo.JdoCallback
Gets called by JdoTemplate.execute with an active PersistenceManager.
doInMappedStatement(MappedStatement, Connection) - Method in interface org.springframework.orm.ibatis.SqlMapCallback
Gets called by SqlMapTemplate.execute with an active JDBC Connection.
doInPreparedStatement(PreparedStatement) - Method in interface org.springframework.jdbc.core.PreparedStatementCallback
Gets called by JdbcTemplate.execute with an active JDBC PreparedStatement.
doInSqlMapClient(SqlMapExecutor) - Method in interface org.springframework.orm.ibatis.SqlMapClientCallback
Gets called by SqlMapClientTemplate.execute with an active SqlMapSession.
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
Gets called by TransactionTemplate.execute within a transactional context.
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.
doPerform(ComponentContext, HttpServletRequest, HttpServletResponse) - Method in class org.springframework.web.servlet.view.tiles.ComponentControllerSupport
Perform the preparation for the component, allowing for any Exception to be thrown.
doPost(HttpServletRequest, HttpServletResponse) - Method in class org.springframework.web.servlet.FrameworkServlet
It's up to each subclass to decide whether or not it supports a request method.
doResume(Object, Object) - Method in class org.springframework.jdbc.datasource.DataSourceTransactionManager
 
doResume(Object, Object) - Method in class org.springframework.orm.hibernate.HibernateTransactionManager
 
doResume(Object, Object) - Method in class org.springframework.orm.jdo.JdoTransactionManager
 
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.
doRollback(DefaultTransactionStatus) - Method in class org.springframework.jdbc.datasource.DataSourceTransactionManager
 
doRollback(DefaultTransactionStatus) - Method in class org.springframework.orm.hibernate.HibernateTransactionManager
 
doRollback(DefaultTransactionStatus) - Method in class org.springframework.orm.jdo.JdoTransactionManager
 
doRollback(DefaultTransactionStatus) - Method in class org.springframework.transaction.jta.JtaTransactionManager
 
doRollback(DefaultTransactionStatus) - Method in class org.springframework.transaction.support.AbstractPlatformTransactionManager
Perform an actual rollback on the given transaction.
doService(HttpServletRequest, HttpServletResponse) - Method in class org.springframework.web.context.ContextLoaderServlet
This should never even be called since no mapping to this servlet should ever be created in web.xml.
doService(HttpServletRequest, HttpServletResponse) - Method in class org.springframework.web.servlet.DispatcherServlet
Obtain and use the handler for this method.
doService(HttpServletRequest, HttpServletResponse) - Method in class org.springframework.web.servlet.FrameworkServlet
Subclasses must implement this method to do the work of request handling.
doService(HttpServletRequest, HttpServletResponse) - Method in class org.springframework.web.util.Log4jConfigServlet
This should never even be called since no mapping to this servlet should ever be created in web.xml.
doSetRollbackOnly(DefaultTransactionStatus) - Method in class org.springframework.jdbc.datasource.DataSourceTransactionManager
 
doSetRollbackOnly(DefaultTransactionStatus) - Method in class org.springframework.orm.hibernate.HibernateTransactionManager
 
doSetRollbackOnly(DefaultTransactionStatus) - Method in class org.springframework.orm.jdo.JdoTransactionManager
 
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.
doStartTag() - Method in class org.springframework.web.servlet.tags.HtmlEscapeTag
 
doStartTag() - Method in class org.springframework.web.servlet.tags.RequestContextAwareTag
Create and set 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.MessageTag
 
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
 
doSuspend(Object) - Method in class org.springframework.jdbc.datasource.DataSourceTransactionManager
 
doSuspend(Object) - Method in class org.springframework.orm.hibernate.HibernateTransactionManager
 
doSuspend(Object) - Method in class org.springframework.orm.jdo.JdoTransactionManager
 
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.
doTransform(HttpServletResponse, Node) - Method in class org.springframework.web.servlet.view.xslt.AbstractXsltView
Use TrAX to perform the transform.
doTypeConversionIfNecessary(Object, Class) - Method in class org.springframework.beans.BeanWrapperImpl
Convert the value to the required type (if necessary from a String).
doTypeConversionIfNecessary(String, String, Object, Object, Class) - Method in class org.springframework.beans.BeanWrapperImpl
Convert the value to the required type (if necessary from a String), for the specified property.
dropDatabaseSchema() - Method in class org.springframework.orm.hibernate.LocalSessionFactoryBean
Execute schema drop script, determined by the Configuration object used for creating the SessionFactory.

E

EMPTY_TARGET_SOURCE - Static variable in class org.springframework.aop.framework.AdvisedSupport
Canonical TargetSource when there's no target, and behaviour is supplied by the advisors.
ENTRY_ELEMENT - Static variable in class org.springframework.beans.factory.xml.DefaultXmlBeanDefinitionParser
 
ERRORS_VARIABLE_NAME - Static variable in class org.springframework.web.servlet.tags.BindErrorsTag
 
ERROR_KEY_PREFIX - Static variable in class org.springframework.validation.BindException
Prefix for the name of the Errors instance in a model, followed by the object name.
EXCEPTION_RESOLVER_BEAN_NAME - Static variable in class org.springframework.web.servlet.DispatcherServlet
Well-known name for the ExceptionResolver object in the bean factory for this namespace.
ErrorCoded - interface org.springframework.core.ErrorCoded.
Interface that can be implemented by exceptions etc that are error coded.
Errors - interface org.springframework.validation.Errors.
Interface to be implemented by objects that can store and expose information about data binding errors.
EscapedErrors - class org.springframework.web.bind.EscapedErrors.
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.
EventPublicationInterceptor - class org.springframework.context.event.EventPublicationInterceptor.
Interceptor that knows how to publish ApplicationEvents to all ApplicationListeners registered with ApplicationContext
EventPublicationInterceptor() - Constructor for class org.springframework.context.event.EventPublicationInterceptor
 
ExpectedLookupTemplate - class org.springframework.jndi.support.ExpectedLookupTemplate.
Simple implementation of JndiTemplate interface that always returns a given object.
ExpectedLookupTemplate(String, Object) - Constructor for class org.springframework.jndi.support.ExpectedLookupTemplate
Construct a new JndiTemplate that will always return the given object, but honour only requests for the given name.
ExpressionEvaluationUtils - class org.springframework.web.util.ExpressionEvaluationUtils.
Convenience methods for easy access to the JSP Expression Language evaluator of Jakarta's JSTL implementation.
ExpressionEvaluationUtils() - Constructor for class org.springframework.web.util.ExpressionEvaluationUtils
 
ejbActivate() - Method in class org.springframework.ejb.support.AbstractStatelessSessionBean
 
ejbCreate() - Method in class org.springframework.ejb.support.AbstractMessageDrivenBean
Lifecycle method required by the EJB specification but not the MessageDrivenBean interface.
ejbCreate() - Method in class org.springframework.ejb.support.AbstractStatelessSessionBean
This implementation loads the BeanFactory.
ejbPassivate() - Method in class org.springframework.ejb.support.AbstractStatelessSessionBean
 
emptyActivatedContextBuilder() - Static method in class org.springframework.jndi.support.SimpleNamingContextBuilder
If no SimpleNamingContextBuilder is already configuring JNDI, create and activate one.
equals(Object) - Method in class org.springframework.aop.support.DefaultPointcutAdvisor
 
equals(Pointcut, Pointcut) - Static method in class org.springframework.aop.support.Pointcuts
 
equals(Object) - Method in class org.springframework.aop.target.HotSwappableTargetSource
Two invoker interceptors are equal if they have the same target or if the targets 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.PropertyValue
 
equals(Object) - Method in class org.springframework.beans.support.MutableSortDefinition
 
equals(Object) - Method in class org.springframework.core.io.AbstractResource
This implementation compares description strings.
equals(Object, Object) - Method in class org.springframework.orm.hibernate.support.ClobStringType
 
equals(Object) - Method in class org.springframework.transaction.support.DefaultTransactionDefinition
This implementation of equals compares the toString results.
equalsInProxy(AdvisedSupport, AdvisedSupport) - Static method in class org.springframework.aop.framework.AopProxyUtils
Note the same as equality of the AdvisedSupport objects.
evaluate(String, String, Class, PageContext) - Static method in class org.springframework.web.util.ExpressionEvaluationUtils
Evaluate the given expression to an Object, be it EL or a conventional String.
evaluateBoolean(String, String, PageContext) - Static method in class org.springframework.web.util.ExpressionEvaluationUtils
Evaluate the given expression to a boolean, be it EL or a conventional String.
evaluateInteger(String, String, PageContext) - Static method in class org.springframework.web.util.ExpressionEvaluationUtils
Evaluate the given expression to an integer, be it EL or a conventional String.
evaluateString(String, String, PageContext) - Static method in class org.springframework.web.util.ExpressionEvaluationUtils
Evaluate the given expression to a String, be it EL or a conventional String.
evict(Object) - Method in interface org.springframework.orm.hibernate.HibernateOperations
Remove the given object from the Session cache.
evict(Object) - Method in class org.springframework.orm.hibernate.HibernateTemplate
 
execute(StatementCallback) - Method in interface org.springframework.jdbc.core.JdbcOperations
Execute the action specified by the given action object within 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) - Method in interface org.springframework.jdbc.core.JdbcOperations
Execute the action specified by the given action object within a JDBC PreparedStatement.
execute(String, PreparedStatementCallback) - Method in interface org.springframework.jdbc.core.JdbcOperations
Execute the action specified by the given action object within a JDBC PreparedStatement.
execute(CallableStatementCreator, CallableStatementCallback) - Method in interface org.springframework.jdbc.core.JdbcOperations
Execute the action specified by the given action object within a JDBC CallableStatement.
execute(String, CallableStatementCallback) - Method in interface org.springframework.jdbc.core.JdbcOperations
Execute the action specified by the given action object within a JDBC CallableStatement.
execute(StatementCallback) - Method in class org.springframework.jdbc.core.JdbcTemplate
 
execute(String) - Method in class org.springframework.jdbc.core.JdbcTemplate
 
execute(PreparedStatementCreator, PreparedStatementCallback) - Method in class org.springframework.jdbc.core.JdbcTemplate
 
execute(String, PreparedStatementCallback) - Method in class org.springframework.jdbc.core.JdbcTemplate
 
execute(CallableStatementCreator, CallableStatementCallback) - Method in class org.springframework.jdbc.core.JdbcTemplate
 
execute(String, CallableStatementCallback) - Method in class org.springframework.jdbc.core.JdbcTemplate
 
execute(Object[], Map) - Method in class org.springframework.jdbc.object.SqlQuery
All execution goes through this 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(Map) - 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(JndiCallback) - Method in class org.springframework.jndi.JndiTemplate
Execute the given JNDI context callback implementation.
execute(HibernateCallback) - Method in interface org.springframework.orm.hibernate.HibernateOperations
Execute the action specified by the given action object within a session.
execute(HibernateCallback) - Method in class org.springframework.orm.hibernate.HibernateTemplate
 
execute(SqlMapClientCallback) - Method in class org.springframework.orm.ibatis.SqlMapClientTemplate
Execute the given data access action on an SqlMapSession.
execute(String, SqlMapCallback) - Method in class org.springframework.orm.ibatis.SqlMapTemplate
Execute the given data access action on the given iBATIS mapped statement.
execute(JdoCallback) - Method in class org.springframework.orm.jdo.JdoTemplate
Execute the action specified by the given action object within a PersistenceManager.
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(TransactionCallback) - Method in class org.springframework.transaction.support.TransactionTemplate
Execute the action specified by the given callback object within a transaction.
execute() - Method in interface org.springframework.web.servlet.mvc.throwaway.ThrowawayController
Execute this controller according to its bean properties.
executeFind(HibernateCallback) - Method in interface org.springframework.orm.hibernate.HibernateOperations
Execute the specified action assuming that the result object is a List.
executeFind(HibernateCallback) - Method in class org.springframework.orm.hibernate.HibernateTemplate
 
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.
executeQueryForList(String, Object) - Method in interface org.springframework.orm.ibatis.SqlMapOperations
 
executeQueryForList(String, Object, int, int) - Method in interface org.springframework.orm.ibatis.SqlMapOperations
 
executeQueryForList(String, Object) - Method in class org.springframework.orm.ibatis.SqlMapTemplate
 
executeQueryForList(String, Object, int, int) - Method in class org.springframework.orm.ibatis.SqlMapTemplate
 
executeQueryForMap(String, Object, String) - Method in interface org.springframework.orm.ibatis.SqlMapOperations
 
executeQueryForMap(String, Object, String, String) - Method in interface org.springframework.orm.ibatis.SqlMapOperations
 
executeQueryForMap(String, Object, String) - Method in class org.springframework.orm.ibatis.SqlMapTemplate
 
executeQueryForMap(String, Object, String, String) - Method in class org.springframework.orm.ibatis.SqlMapTemplate
 
executeQueryForObject(String, Object) - Method in interface org.springframework.orm.ibatis.SqlMapOperations
 
executeQueryForObject(String, Object, Object) - Method in interface org.springframework.orm.ibatis.SqlMapOperations
 
executeQueryForObject(String, Object) - Method in class org.springframework.orm.ibatis.SqlMapTemplate
 
executeQueryForObject(String, Object, Object) - Method in class org.springframework.orm.ibatis.SqlMapTemplate
 
executeQueryWithRowHandler(String, Object, RowHandler) - Method in interface org.springframework.orm.ibatis.SqlMapOperations
 
executeQueryWithRowHandler(String, Object, RowHandler) - Method in class org.springframework.orm.ibatis.SqlMapTemplate
 
executeSchemaScript(Connection, String[]) - Method in class org.springframework.orm.hibernate.LocalSessionFactoryBean
Execute the given schema script on the given JDBC Connection.
executeUpdate(String, Object) - Method in interface org.springframework.orm.ibatis.SqlMapOperations
 
executeUpdate(String, Object) - Method in class org.springframework.orm.ibatis.SqlMapTemplate
 
executeWithListResult(SqlMapClientCallback) - Method in class org.springframework.orm.ibatis.SqlMapClientTemplate
Execute the given data access action on an SqlMapSession, expecting a List result.
executeWithListResult(String, SqlMapCallback) - Method in class org.springframework.orm.ibatis.SqlMapTemplate
Execute the given data access action on the given mapped statement, expecting a List result.
executeWithMapResult(SqlMapClientCallback) - Method in class org.springframework.orm.ibatis.SqlMapClientTemplate
Execute the given data access action on an SqlMapSession, expecting a Map result.
executeWithMapResult(String, SqlMapCallback) - Method in class org.springframework.orm.ibatis.SqlMapTemplate
Execute the given data access action on the given mapped statement, expecting a Map result.
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.FileSystemResource
 
exists() - Method in class org.springframework.core.io.InputStreamResource
 
exists() - Method in interface org.springframework.core.io.Resource
Return whether this resource actually exists in physical form.
exposeHelpers(Context, HttpServletRequest) - Method in class org.springframework.web.servlet.view.velocity.VelocityView
Expose helpers unique to each rendering operation.
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 message source.
exposeModelAsRequestAttributes(Map, HttpServletRequest) - Method in class org.springframework.web.servlet.view.InternalResourceView
Expose the model objects in the given map as request attributes.
exposeModelAsRequestAttributes(Map, HttpServletRequest) - Method in class org.springframework.web.servlet.view.JstlView
 
exposeModelAsRequestAttributes(Map, HttpServletRequest) - Method in class org.springframework.web.servlet.view.tiles.TilesJstlView
 
exposeProxy - Variable in class org.springframework.aop.framework.ProxyConfig
Should proxies obtained from this configuration expose the AOP proxy for the AopContext class to retrieve for targets? The default is false, as enabling this property may impair performance.
extractData(ResultSet) - Method in class org.springframework.jdbc.core.JdbcTemplate.ListResultSetExtractor
 
extractData(ResultSet) - Method in class org.springframework.jdbc.core.JdbcTemplate.ObjectResultSetExtractor
 
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 all rows in the ResultSet.
extractOutputParameters(CallableStatement, List) - Method in class org.springframework.jdbc.core.JdbcTemplate
Extract output parameters from the completed stored procedure.
extractReturnedResultSets(CallableStatement, List) - Method in class org.springframework.jdbc.core.JdbcTemplate
Extract returned resultsets from the completed stored procedure.

F

FACTORY_BEAN_PREFIX - Static variable in class org.springframework.beans.factory.support.AbstractBeanFactory
Used to dereference a FactoryBean and distinguish it from beans created by the factory.
FLUSH_AUTO - Static variable in class org.springframework.orm.hibernate.HibernateAccessor
Automatic flushing is the default mode for a Hibernate session.
FLUSH_EAGER - Static variable in class org.springframework.orm.hibernate.HibernateAccessor
Eager flushing leads to immediate synchronization with the database, even if in a transaction.
FLUSH_NEVER - Static variable in class org.springframework.orm.hibernate.HibernateAccessor
Never flush is a good strategy for read-only units of work.
FactoryBean - interface org.springframework.beans.factory.FactoryBean.
Interface to be implemented by objects used within a BeanFactory that are themselves factories.
FactoryBeanCircularReferenceException - exception org.springframework.beans.factory.FactoryBeanCircularReferenceException.
Exception thrown if a FactoryBean is involved in a circular reference.
FactoryBeanCircularReferenceException(String) - Constructor for class org.springframework.beans.factory.FactoryBeanCircularReferenceException
 
FatalBeanException - exception org.springframework.beans.FatalBeanException.
Thrown on an unrecoverable problem encountered in the beans packages or sub-packages, e.g.
FatalBeanException(String) - Constructor for class org.springframework.beans.FatalBeanException
Constructs a FatalBeanException with the specified message.
FatalBeanException(String, Throwable) - Constructor for class org.springframework.beans.FatalBeanException
Constructs a FatalBeanException with the specified message and root cause.
FieldError - class org.springframework.validation.FieldError.
Encapsulates a field error, i.e.
FieldError(String, String, Object, boolean, String, Object[], String) - Constructor for class org.springframework.validation.FieldError
Create a new FieldError instance, using a default code.
FieldError(String, String, Object, boolean, String[], Object[], String) - Constructor for class org.springframework.validation.FieldError
Create a new FieldError instance, using multiple codes.
FileCopyUtils - class org.springframework.util.FileCopyUtils.
Utility methods for file and stream copying.
FileCopyUtils() - Constructor for class org.springframework.util.FileCopyUtils
 
FileEditor - class org.springframework.beans.propertyeditors.FileEditor.
Editor for java.io.File, to directly feed a File property instead of using a String file name property.
FileEditor() - Constructor for class org.springframework.beans.propertyeditors.FileEditor
 
FileSystemResource - class org.springframework.core.io.FileSystemResource.
Resource implementation for java.io.File handles.
FileSystemResource(File) - Constructor for class org.springframework.core.io.FileSystemResource
Create a new FileSystemResource.
FileSystemResource(String) - Constructor for class org.springframework.core.io.FileSystemResource
Create a new FileSystemResource.
FileSystemXmlApplicationContext - class org.springframework.context.support.FileSystemXmlApplicationContext.
Standalone XML application context, taking the context definition files from the file system or from URLs.
FileSystemXmlApplicationContext(String) - Constructor for class org.springframework.context.support.FileSystemXmlApplicationContext
Create a new FileSystemXmlApplicationContext, loading the definitions from the given XML file.
FileSystemXmlApplicationContext(String[]) - Constructor for class org.springframework.context.support.FileSystemXmlApplicationContext
Create a new FileSystemXmlApplicationContext, loading the definitions from the given XML files.
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.
FixedThemeResolver - class org.springframework.web.servlet.theme.FixedThemeResolver.
Implementation of ThemeResolver that simply uses a fixed theme.
FixedThemeResolver() - Constructor for class org.springframework.web.servlet.theme.FixedThemeResolver
 
FormatHelper - class org.springframework.web.servlet.view.xslt.FormatHelper.
Xalan extension functions to provide date and currency formatting beyond the capabilities of XSLT 1.0 or 1.1.
FormatHelper() - Constructor for class org.springframework.web.servlet.view.xslt.FormatHelper
 
FormatHelper.XsltFormattingException - exception org.springframework.web.servlet.view.xslt.FormatHelper.XsltFormattingException.
XsltFormattingException
FormatHelper.XsltFormattingException(String, Throwable) - Constructor for class org.springframework.web.servlet.view.xslt.FormatHelper.XsltFormattingException
 
FrameworkServlet - class org.springframework.web.servlet.FrameworkServlet.
Base servlet for servlets within the web framework.
FrameworkServlet() - Constructor for class org.springframework.web.servlet.FrameworkServlet
 
FreeMarkerConfig - interface org.springframework.web.servlet.view.freemarker.FreeMarkerConfig.
Interface to be implemented by objects that configure and manage a FreeMarker Configuration object in a web environment.
FreeMarkerConfigurationFactory - class org.springframework.ui.freemarker.FreeMarkerConfigurationFactory.
Factory that configures a FreeMarker Configuration.
FreeMarkerConfigurationFactory() - Constructor for class org.springframework.ui.freemarker.FreeMarkerConfigurationFactory
 
FreeMarkerConfigurationFactoryBean - class org.springframework.ui.freemarker.FreeMarkerConfigurationFactoryBean.
Factory bean that creates a FreeMarker Configuration and provides it as bean reference.
FreeMarkerConfigurationFactoryBean() - Constructor for class org.springframework.ui.freemarker.FreeMarkerConfigurationFactoryBean
 
FreeMarkerConfigurer - class org.springframework.web.servlet.view.freemarker.FreeMarkerConfigurer.
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
 
FreeMarkerTemplateUtils - class org.springframework.ui.freemarker.FreeMarkerTemplateUtils.
Utility class for working with FreeMarker.
FreeMarkerTemplateUtils() - Constructor for class org.springframework.ui.freemarker.FreeMarkerTemplateUtils
 
FreeMarkerView - class org.springframework.web.servlet.view.freemarker.FreeMarkerView.
View using the FreeMarker template engine.
FreeMarkerView() - Constructor for class org.springframework.web.servlet.view.freemarker.FreeMarkerView
 
find(String) - Method in interface org.springframework.orm.hibernate.HibernateOperations
Execute a query for persistent instances.
find(String, Object) - Method in interface org.springframework.orm.hibernate.HibernateOperations
Execute a query for persistent instances, binding one value to a "?" parameter in the query string.
find(String, Object, Type) - Method in interface org.springframework.orm.hibernate.HibernateOperations
Execute a query for persistent instances, binding one value to a "?" parameter of the given type in the query string.
find(String, Object[]) - Method in interface org.springframework.orm.hibernate.HibernateOperations
Execute a query for persistent instances, binding a number of values to "?" parameters in the query string.
find(String, Object[], Type[]) - Method in interface org.springframework.orm.hibernate.HibernateOperations
Execute a query for persistent instances, binding a number of values to "?" parameters of the given types in the query string.
find(String) - Method in class org.springframework.orm.hibernate.HibernateTemplate
 
find(String, Object) - Method in class org.springframework.orm.hibernate.HibernateTemplate
 
find(String, Object, Type) - Method in class org.springframework.orm.hibernate.HibernateTemplate
 
find(String, Object[]) - Method in class org.springframework.orm.hibernate.HibernateTemplate
 
find(String, Object[], Type[]) - Method in class org.springframework.orm.hibernate.HibernateTemplate
 
findByNamedQuery(String) - Method in interface org.springframework.orm.hibernate.HibernateOperations
Execute a named query for persistent instances.
findByNamedQuery(String, Object) - Method in interface org.springframework.orm.hibernate.HibernateOperations
Execute a named query for persistent instances, binding one value to a "?" parameter in the query string.
findByNamedQuery(String, Object, Type) - Method in interface org.springframework.orm.hibernate.HibernateOperations
Execute a named query for persistent instances, binding one value to a "?" parameter in the query string.
findByNamedQuery(String, Object[]) - Method in interface org.springframework.orm.hibernate.HibernateOperations
Execute a named query for persistent instances, binding a number of values to "?" parameters in the query string.
findByNamedQuery(String, Object[], Type[]) - Method in interface org.springframework.orm.hibernate.HibernateOperations
Execute a named query for persistent instances, binding a number of values to "?" parameters in the query string.
findByNamedQuery(String) - Method in class org.springframework.orm.hibernate.HibernateTemplate
 
findByNamedQuery(String, Object) - Method in class org.springframework.orm.hibernate.HibernateTemplate
 
findByNamedQuery(String, Object, Type) - Method in class org.springframework.orm.hibernate.HibernateTemplate
 
findByNamedQuery(String, Object[]) - Method in class org.springframework.orm.hibernate.HibernateTemplate
 
findByNamedQuery(String, Object[], Type[]) - Method in class org.springframework.orm.hibernate.HibernateTemplate
 
findByNamedQueryAndValueBean(String, Object) - Method in interface org.springframework.orm.hibernate.HibernateOperations
Execute a named query for persistent instances, binding the properties of the given bean to named parameters in the query string.
findByNamedQueryAndValueBean(String, Object) - Method in class org.springframework.orm.hibernate.HibernateTemplate
 
findByValueBean(String, Object) - Method in interface org.springframework.orm.hibernate.HibernateOperations
Execute a query for persistent instances, binding the properties of the given bean to named parameters in the query string.
findByValueBean(String, Object) - Method in class org.springframework.orm.hibernate.HibernateTemplate
 
findCandidateAdvisors() - Method in class org.springframework.aop.framework.autoproxy.AbstractAdvisorAutoProxyCreator
Find all candidate advices to use in auto proxying.
findCandidateAdvisors() - Method in class org.springframework.aop.framework.autoproxy.AdvisorAutoProxyCreator
Find all candidate advices to use in auto proxying.
findCustomEditor(Class, String) - Method in interface org.springframework.beans.BeanWrapper
Find a custom property editor for the given type and property.
findCustomEditor(Class, String) - Method in class org.springframework.beans.BeanWrapperImpl
 
findEligibleAdvisors(Class) - Method in class org.springframework.aop.framework.autoproxy.AbstractAdvisorAutoProxyCreator
Find all eligible advices and for autoproxying this class.
findMatchingBeans(Class) - Method in class org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory
Find bean instances that match the required type.
findMatchingBeans(Class) - Method in class org.springframework.beans.factory.support.DefaultListableBeanFactory
 
findObject(Object[], Map) - Method in class org.springframework.jdbc.object.SqlQuery
Generic findObject method, used by all other findObject() methods.
findObject(Object[]) - Method in class org.springframework.jdbc.object.SqlQuery
Convenience method to find a single object without context.
findObject(int, Map) - Method in class org.springframework.jdbc.object.SqlQuery
Convenience method to find a single object given a single int parameter and a context.
findObject(int) - Method in class org.springframework.jdbc.object.SqlQuery
Convenience method to find a single object given a single int parameter.
findObject(int, int, Map) - Method in class org.springframework.jdbc.object.SqlQuery
Convenience method to find a single object given two int parameters and a context.
findObject(int, int) - Method in class org.springframework.jdbc.object.SqlQuery
Convenience method to find a single object given two int parameters.
findObject(String, Map) - Method in class org.springframework.jdbc.object.SqlQuery
Convenience method to find a single object given a single String parameter and a context.
findObject(String) - Method in class org.springframework.jdbc.object.SqlQuery
Convenience method to find a single object given a single String parameter.
findObject(long, Map) - Method in class org.springframework.jdbc.object.SqlQuery
Convenience method to find a single object given a single long parameter and a context.
findObject(long) - Method in class org.springframework.jdbc.object.SqlQuery
Convenience method to find a single object given a single long parameter.
findTemplateSource(String) - Method in class org.springframework.ui.freemarker.SpringTemplateLoader
 
findTransactionAttribute(Collection) - Method in class org.springframework.transaction.interceptor.AttributesTransactionAttributeSource
Return the transaction attribute, given this set of attributes attached to a method or class.
flush(PersistenceManager) - Method in interface org.springframework.orm.jdo.JdoDialect
Flush the given persistence manager, i.e.
flushIfNecessary(Session, boolean) - Method in class org.springframework.orm.hibernate.HibernateAccessor
Flush the given Hibernate session if necessary.
flushIfNecessary(PersistenceManager, boolean) - Method in class org.springframework.orm.jdo.JdoAccessor
Flush the given JDO persistence manager if necessary.
formBackingObject(HttpServletRequest) - Method in class org.springframework.web.servlet.mvc.AbstractFormController
Retrieve a backing object for the current form from the given request.

G

GLOBAL_SUFFIX - Static variable in class org.springframework.aop.framework.ProxyFactoryBean
This suffix in a value in an interceptor list indicates to expand globals.
GenericFilterBean - class org.springframework.web.filter.GenericFilterBean.
Simple base implementation of javax.servlet.Filter that treats its config parameters as bean properties.
GenericFilterBean() - Constructor for class org.springframework.web.filter.GenericFilterBean
 
GlobalAdvisorAdapterRegistry - class org.springframework.aop.framework.adapter.GlobalAdvisorAdapterRegistry.
Singleton to publish a shared DefaultAdvisorAdapterRegistry.
get(Class, Serializable) - Method in interface org.springframework.orm.hibernate.HibernateOperations
Return the persistent instance of the given entity class with the given identifier, or null if not found.
get(Class, Serializable, LockMode) - Method in interface org.springframework.orm.hibernate.HibernateOperations
Return the persistent instance of the given entity class with the given identifier, or null if not found.
get(Class, Serializable) - Method in class org.springframework.orm.hibernate.HibernateTemplate
 
get(Class, Serializable, LockMode) - Method in class org.springframework.orm.hibernate.HibernateTemplate
 
getAccessCount() - Method in interface org.springframework.util.ResponseTimeMonitor
Return the number of accesses to this resource.
getAccessCount() - Method in class org.springframework.util.ResponseTimeMonitorImpl
Return the number of hits this object has handled.
getActive() - Method in class org.springframework.aop.target.CommonsPoolTargetSource
 
getActive() - Method in interface org.springframework.aop.target.PoolingConfig
 
getActualInstance() - Method in class org.springframework.beans.factory.BeanNotOfRequiredTypeException
 
getActualRowsAffected() - Method in class org.springframework.jdbc.JdbcUpdateAffectedIncorrectNumberOfRowsException
 
getActualType() - Method in class org.springframework.beans.factory.BeanNotOfRequiredTypeException
 
getAdvice() - Method in interface org.springframework.aop.Advisor
Return the advice part of this aspect.
getAdvice() - Method in class org.springframework.aop.support.DefaultIntroductionAdvisor
 
getAdvice() - Method in class org.springframework.aop.support.DefaultPointcutAdvisor
 
getAdvice() - Method in class org.springframework.aop.support.DynamicMethodMatcherPointcutAdvisor
 
getAdvice() - Method in class org.springframework.aop.support.NameMatchMethodPointcutAdvisor
 
getAdvice() - Method in class org.springframework.aop.support.RegexpMethodPointcutAdvisor
 
getAdvice() - Method in class org.springframework.aop.support.StaticMethodMatcherPointcutAdvisor
 
getAdvisorBeanNamePrefix() - Method in class org.springframework.aop.framework.autoproxy.AdvisorAutoProxyCreator
Return the prefix for bean names that will cause them not to be considered for autoproxying by this object.
getAdvisorChainFactory() - Method in class org.springframework.aop.framework.AdvisedSupport
Return the AdvisorChainFactory associated with this ProxyConfig.
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
 
getAliases(String) - Method in interface org.springframework.beans.factory.BeanFactory
Return the aliases for the given bean name, if defined.
getAliases(String) - Method in class org.springframework.beans.factory.support.AbstractBeanFactory
 
getAliases(String) - Method in interface org.springframework.beans.factory.support.BeanDefinitionRegistry
Return the aliases for the given bean name, if defined.
getAliases(String) - Method in class org.springframework.beans.factory.support.StaticListableBeanFactory
 
getAliases(String) - Method in class org.springframework.context.support.AbstractApplicationContext
 
getAllDefinitionResources(String) - Method in class org.springframework.beans.factory.access.SingletonBeanFactoryLocator
Method which returns resources (as URLs) which make up the definition of one bean factory/application context.
getAllErrors() - Method in class 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
 
getAllInterfaces(Object) - Static method in class org.springframework.aop.framework.support.AopUtils
Return all interfaces that the given object implements as array, including ones implemented by superclasses.
getAllInterfacesAsList(Object) - Static method in class org.springframework.aop.framework.support.AopUtils
Return all interfaces that the given object implements as List, including ones implemented by superclasses.
getAllowedFields() - Method in class org.springframework.validation.DataBinder
Return the fields that should be allowed for binding.
getAlreadyFilteredAttributeName() - Method in class org.springframework.orm.hibernate.support.OpenSessionInViewFilter
This implementation appends the SessionFactory bean name to the class name, to be executed one per SessionFactory.
getAlreadyFilteredAttributeName() - Method in class org.springframework.web.filter.OncePerRequestFilter
Return the name of the request attribute that identifies that a request is already filtered.
getAopProxyFactory() - Method in class org.springframework.aop.framework.ProxyConfig
 
getApplicationContext() - Method in class org.springframework.context.event.ContextClosedEvent
 
getApplicationContext() - Method in class org.springframework.context.event.ContextRefreshedEvent
 
getApplicationContext() - Method in class org.springframework.context.support.ApplicationObjectSupport
Return the ApplicationContext instance used by this object.
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.
getArguments() - Method in class org.springframework.aop.framework.ReflectiveMethodInvocation
Private optimization method
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() - Method in class org.springframework.remoting.support.RemoteInvocation
 
getArguments() - Method in class org.springframework.util.MethodInvoker
 
getAsText() - Method in class org.springframework.beans.propertyeditors.ClassEditor
 
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.CustomNumberEditor
 
getAsText() - Method in class org.springframework.beans.propertyeditors.FileEditor
 
getAsText() - Method in class org.springframework.beans.propertyeditors.StringArrayPropertyEditor
 
getAsText() - Method in class org.springframework.beans.propertyeditors.URLEditor
 
getAttributes(Class) - Method in interface org.springframework.metadata.Attributes
Return the class attributes of the target class.
getAttributes(Class, Class) - Method in interface org.springframework.metadata.Attributes
Return the class attributes of the target class of a given type.
getAttributes(Method) - Method in interface org.springframework.metadata.Attributes
Return the method attributes of the target method.
getAttributes(Method, Class) - Method in interface org.springframework.metadata.Attributes
Return the method attributes of the target method of a given type.
getAttributes(Field) - Method in interface org.springframework.metadata.Attributes
Return the field attributes of the target field.
getAttributes(Field, Class) - Method in interface org.springframework.metadata.Attributes
Return the field attributes of the target method of a given type.
getAttributes(Class) - Method in class org.springframework.metadata.commons.CommonsAttributes
 
getAttributes(Class, Class) - Method in class org.springframework.metadata.commons.CommonsAttributes
 
getAttributes(Method) - Method in class org.springframework.metadata.commons.CommonsAttributes
 
getAttributes(Method, Class) - Method in class org.springframework.metadata.commons.CommonsAttributes
 
getAttributes(Field) - Method in class org.springframework.metadata.commons.CommonsAttributes
 
getAttributes(Field, Class) - Method in class org.springframework.metadata.commons.CommonsAttributes
 
getAutowireMode() - Method in class org.springframework.beans.factory.support.RootBeanDefinition
Return the autowire mode as specified in the bean definition.
getAutowireMode(String) - Method in class org.springframework.beans.factory.xml.DefaultXmlBeanDefinitionParser
 
getAverageResponseTimeMillis() - Method in interface org.springframework.util.ResponseTimeMonitor
Return the average response time in milliseconds.
getAverageResponseTimeMillis() - Method in class org.springframework.util.ResponseTimeMonitorImpl
Return the average response time achieved by this object.
getBadSqlGrammarCodes() - Method in class org.springframework.jdbc.support.SQLErrorCodes
Returns the badSqlGrammarCodes.
getBatchSize() - Method in interface org.springframework.jdbc.core.BatchPreparedStatementSetter
Return the size of the batch.
getBcc() - Method in class org.springframework.mail.SimpleMailMessage
 
getBean(String) - Method in interface org.springframework.beans.factory.BeanFactory
Return an instance (possibly shared or independent) of the given bean name.
getBean(String, Class) - Method in interface org.springframework.beans.factory.BeanFactory
Return an instance (possibly shared or independent) of the given bean name.
getBean(String) - Method in class org.springframework.beans.factory.support.AbstractBeanFactory
Return the bean with the given name, checking the parent bean factory if not found.
getBean(String, Class) - Method in class org.springframework.beans.factory.support.AbstractBeanFactory
 
getBean(String) - Method in class org.springframework.beans.factory.support.StaticListableBeanFactory
 
getBean(String, Class) - Method in class org.springframework.beans.factory.support.StaticListableBeanFactory
 
getBean(String) - Method in class org.springframework.context.support.AbstractApplicationContext
 
getBean(String, Class) - Method in class org.springframework.context.support.AbstractApplicationContext
 
getBeanClass() - Method in class org.springframework.beans.NullValueInNestedPathException
 
getBeanClass() - Method in class org.springframework.beans.factory.support.RootBeanDefinition
Returns the class of the wrapped bean.
getBeanClassLoader() - Method in class org.springframework.beans.factory.support.AbstractBeanDefinitionReader
Return the class loader for bean classes.
getBeanClassLoader() - Method in class org.springframework.beans.factory.xml.DefaultXmlBeanDefinitionParser
 
getBeanClassName() - Method in class org.springframework.beans.factory.support.RootBeanDefinition
Returns the class name of the wrapped bean.
getBeanDefinition(String) - Method in interface org.springframework.beans.factory.config.ConfigurableBeanFactory
Return the registered BeanDefinition for the given bean.
getBeanDefinition(String) - Method in class org.springframework.beans.factory.support.AbstractBeanFactory
Return the bean definition for the given bean name.
getBeanDefinition(String) - Method in interface org.springframework.beans.factory.support.BeanDefinitionRegistry
Return the BeanDefinition for the given bean name.
getBeanDefinition(String) - Method in class org.springframework.beans.factory.support.DefaultListableBeanFactory
 
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.StaticListableBeanFactory
 
getBeanDefinitionCount() - Method in class org.springframework.context.support.AbstractApplicationContext
 
getBeanDefinitionNames() - Method in interface org.springframework.beans.factory.ListableBeanFactory
Return the names of all beans defined in this factory.
getBeanDefinitionNames(Class) - Method in interface org.springframework.beans.factory.ListableBeanFactory
Return the names of beans matching the given type (including subclasses), judging from the bean definitions.
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(Class) - Method in class org.springframework.beans.factory.support.DefaultListableBeanFactory
Note that this method is slow.
getBeanDefinitionNames() - Method in class org.springframework.beans.factory.support.StaticListableBeanFactory
 
getBeanDefinitionNames(Class) - Method in class org.springframework.beans.factory.support.StaticListableBeanFactory
 
getBeanDefinitionNames() - Method in class org.springframework.context.support.AbstractApplicationContext
 
getBeanDefinitionNames(Class) - Method in class org.springframework.context.support.AbstractApplicationContext
 
getBeanFactory() - Method in class org.springframework.aop.framework.autoproxy.AbstractAutoProxyCreator
Return the owning BeanFactory May be null, as this object doesn't need to belong to a bean factory.
getBeanFactory() - Method in class org.springframework.beans.factory.access.BeanFactoryBootstrap
Return the BeanFactory managed by the Bootstrap.
getBeanFactory() - Method in class org.springframework.beans.factory.support.AbstractBeanDefinitionReader
Return the BeanFactory that this reader works on.
getBeanFactory() - Method in class org.springframework.beans.factory.xml.DefaultXmlBeanDefinitionParser
 
getBeanFactory() - Method in interface org.springframework.context.ConfigurableApplicationContext
Return the internal bean factory of this application context.
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.AbstractXmlApplicationContext
 
getBeanFactory() - Method in class org.springframework.context.support.StaticApplicationContext
Return underlying bean factory for super class.
getBeanFactoryPostProcessors() - Method in class org.springframework.context.support.AbstractApplicationContext
Return the list of BeanPostProcessors that will get applied to beans created with this factory.
getBeanName() - Method in class org.springframework.beans.factory.BeanNotOfRequiredTypeException
 
getBeanName() - Method in class 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.config.RuntimeBeanReference
Return the target bean name.
getBeanName() - Method in class org.springframework.web.servlet.view.AbstractView
Return the view's name.
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.
getBeanType() - Method in class org.springframework.beans.factory.NoSuchBeanDefinitionException
Return the required type of bean, if it was a lookup by type that failed.
getBeanWrapper() - Method in class org.springframework.beans.PropertyAccessExceptionsException
Return the BeanWrapper that generated this exception.
getBeanWrapper() - Method in class org.springframework.validation.BindException
Return the BeanWrapper that this instance uses.
getBeansOfType(Class, 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, boolean, boolean) - Method in class org.springframework.beans.factory.support.DefaultListableBeanFactory
 
getBeansOfType(Class, boolean, boolean) - Method in class org.springframework.beans.factory.support.StaticListableBeanFactory
 
getBeansOfType(Class, boolean, boolean) - Method in class org.springframework.context.support.AbstractApplicationContext
 
getBestResponseTimeMillis() - Method in interface org.springframework.util.ResponseTimeMonitor
Return the best (quickest) response time in milliseconds.
getBestResponseTimeMillis() - Method in class org.springframework.util.ResponseTimeMonitorImpl
Return the best (lowest) response time achieved by this object.
getBindObject() - Method in class org.springframework.beans.PropertyAccessExceptionsException
Return the object we're binding to.
getBlobAsBinaryStream(ResultSet, int) - Method in class org.springframework.jdbc.support.lob.DefaultLobHandler
 
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
 
getBlobAsBytes(ResultSet, int) - Method in class org.springframework.jdbc.support.lob.DefaultLobHandler
 
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
 
getBooleanParameter(HttpServletRequest, String, boolean) - Static method in class org.springframework.web.bind.RequestUtils
Get a boolean parameter, with a fallback value.
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.
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.commons.CommonsMultipartFile
 
getCacheKey(String, Locale) - Method in class org.springframework.web.servlet.view.AbstractCachingViewResolver
Return the cache key for the given viewName and the given locale.
getCacheKey(String, Locale) - Method in class org.springframework.web.servlet.view.UrlBasedViewResolver
This implementation returns just the view name, as InternalResourceViewResolver 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.
getCacheSize() - Method in class org.springframework.jdbc.support.incrementer.HsqlMaxValueIncrementer
Return the number of buffered keys.
getCacheSize() - Method in class org.springframework.jdbc.support.incrementer.MySQLMaxValueIncrementer
Return the number of buffered keys.
getCachedEjbHome() - Method in class org.springframework.ejb.access.AbstractSlsbInvokerInterceptor
 
getCallString() - Method in class org.springframework.jdbc.object.SqlCall
Get the flag used to indicate that this call is for a function.
getCause() - Method in class org.springframework.core.NestedCheckedException
Return the nested cause, or null if none.
getCause() - Method in class org.springframework.core.NestedRuntimeException
Return the nested cause, or null if none.
getCc() - Method in class org.springframework.mail.SimpleMailMessage
 
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
Creating by the way the row and the cell if they still doesn't exist
Thus, the column can be passed as an int, the method making the needed downcasts.
getChildElementsByTagName(Element, String) - Method in class org.springframework.beans.factory.xml.DefaultXmlBeanDefinitionParser
Don't use the horrible DOM API to get child elements: Get an element's children with a given element name
getClassFilter() - Method in interface org.springframework.aop.IntroductionAdvisor
 
getClassFilter() - Method in interface org.springframework.aop.Pointcut
 
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.DynamicMethodMatcherPointcutAdvisor
 
getClassFilter() - Method in class org.springframework.aop.support.RegexpMethodPointcut
 
getClassFilter() - Method in class org.springframework.aop.support.StaticMethodMatcherPointcut
 
getClassNamesWithPathMapAttributes() - Method in class org.springframework.web.servlet.handler.metadata.AbstractPathMapHandlerMapping
Use an attribute index to get a Collection of FQNs of classes with the required PathMap attribute.
getClassNamesWithPathMapAttributes() - Method in class org.springframework.web.servlet.handler.metadata.CommonsPathMapHandlerMapping
Use Commons Attributes AttributeIndex to get a Collection of FQNs of classes with the required PathMap attribute.
getClobAsAsciiStream(ResultSet, int) - Method in class org.springframework.jdbc.support.lob.DefaultLobHandler
 
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
 
getClobAsCharacterStream(ResultSet, int) - Method in class org.springframework.jdbc.support.lob.DefaultLobHandler
 
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
 
getClobAsString(ResultSet, int) - Method in class org.springframework.jdbc.support.lob.DefaultLobHandler
 
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
 
getCode() - Method in class org.springframework.context.support.DefaultMessageSourceResolvable
Return the default code of this resolvable, i.e.
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
 
getColumnCount() - Method in class org.springframework.jdbc.core.RowCountCallbackHandler
Return the number of columns in this result set.
getColumnName() - Method in class org.springframework.jdbc.support.incrementer.HsqlMaxValueIncrementer
Return the name of the column in the sequence table.
getColumnName() - Method in class org.springframework.jdbc.support.incrementer.MySQLMaxValueIncrementer
Return the name of the column in the sequence table.
getColumnNames() - Method in class org.springframework.jdbc.core.RowCountCallbackHandler
Return the names of the columns.
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.
getCommand(HttpServletRequest) - Method in class org.springframework.web.servlet.mvc.AbstractFormController
Return the form object for the given request.
getCommand(HttpServletRequest) - Method in class org.springframework.web.servlet.mvc.BaseCommandController
Retrieve a command object for the given request.
getCommandClass() - Method in class org.springframework.web.servlet.mvc.BaseCommandController
Return the command class for this controller.
getCommandName() - Method in class org.springframework.web.servlet.mvc.BaseCommandController
Return the name of the command in the model.
getConfigLocations() - Method in class org.springframework.context.support.AbstractXmlApplicationContext
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.context.support.ClassPathXmlApplicationContext
 
getConfigLocations() - Method in class org.springframework.context.support.FileSystemXmlApplicationContext
 
getConfigLocations() - Method in class org.springframework.web.context.support.XmlWebApplicationContext
 
getConfigTimeLobHandler() - Static method in class org.springframework.orm.hibernate.LocalSessionFactoryBean
Return the LobHandler for the currently configured Hibernate SessionFactory, to be used by Type implementations like ClobStringType.
getConfiguration() - Method in class org.springframework.orm.hibernate.LocalSessionFactoryBean
Return the 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
 
getConfiguration() - Method in class org.springframework.web.servlet.view.freemarker.FreeMarkerView
Return the FreeMarker configuration used by this view.
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.ConnectionHolder
 
getConnection(DataSource) - Static method in class org.springframework.jdbc.datasource.DataSourceUtils
Get a connection from the given DataSource.
getConnection(DataSource, boolean) - Static method in class org.springframework.jdbc.datasource.DataSourceUtils
 
getConnection() - Method in class org.springframework.jdbc.datasource.DriverManagerDataSource
 
getConnection(String, String) - Method in class org.springframework.jdbc.datasource.DriverManagerDataSource
 
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.orm.hibernate.LocalDataSourceConnectionProvider
 
getConnectionFromDriverManager() - Method in class org.springframework.jdbc.datasource.DriverManagerDataSource
Get a new Connection from DriverManager, with the connection properties of this DataSource.
getConnectionFromDriverManager(String, String, String) - 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.
getConnectionHolder() - Method in class org.springframework.jdbc.datasource.DataSourceTransactionObject
 
getConstructorArgSubElements(String, Element) - Method in class org.springframework.beans.factory.xml.DefaultXmlBeanDefinitionParser
Parse constructor argument subelements of the given bean element.
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
This implementations returns null: Just RootBeanDefinitions have concrete support for constructor argument values.
getConstructorArgumentValues() - Method in class org.springframework.beans.factory.support.RootBeanDefinition
 
getContentType() - Method in interface org.springframework.web.multipart.MultipartFile
Return the content type of the file.
getContentType() - Method in class org.springframework.web.multipart.commons.CommonsMultipartFile
 
getContentType() - Method in class org.springframework.web.servlet.view.AbstractView
Return the content type for this view.
getContextClass() - Method in class org.springframework.web.servlet.FrameworkServlet
Return the custom context class.
getContextConfigLocation() - Method in class org.springframework.web.servlet.FrameworkServlet
Return the explicit context config location, if any.
getContextPath() - Method in class org.springframework.web.servlet.support.RequestContext
Return the context path of the current request, i.e.
getContextPath(HttpServletRequest) - Method in class org.springframework.web.util.UrlPathHelper
Return the context path for the given request, regarding an include request URL if called within a RequestDispatcher include.
getCookie(HttpServletRequest, String) - Static method in class org.springframework.web.util.WebUtils
Retrieve the first cookie with the given name.
getCookieMaxAge() - Method in class org.springframework.web.servlet.i18n.CookieLocaleResolver
 
getCookieMaxAge() - Method in class org.springframework.web.servlet.theme.CookieThemeResolver
 
getCookieName() - Method in class org.springframework.web.servlet.i18n.CookieLocaleResolver
 
getCookieName() - Method in class org.springframework.web.servlet.theme.CookieThemeResolver
 
getCookiePath() - Method in class org.springframework.web.servlet.i18n.CookieLocaleResolver
Use the given path for theme cookies.
getCookiePath() - Method in class org.springframework.web.servlet.theme.CookieThemeResolver
Use the given path for theme cookies.
getCount() - Method in class org.springframework.aop.interceptor.DebugInterceptor
Return the number of times this interceptor has been invoked
getCurrentContextBuilder() - Static method in class org.springframework.jndi.support.SimpleNamingContextBuilder
Checks if a SimpleNamingContextBuilder is active.
getCurrentPage(HttpServletRequest) - Method in class org.springframework.web.servlet.mvc.AbstractWizardFormController
Return the current page number.
getCustomEditor(String) - Method in class org.springframework.validation.BindException
 
getCustomEditors() - Method in class org.springframework.beans.factory.support.AbstractBeanFactory
Return the map of custom editors, with Classes as keys and PropertyEditors as values.
getCustomProperties() - Method in class org.springframework.remoting.jaxrpc.JaxRpcPortClientInterceptor
Return custom properties to be set on the stub for the port.
getDataAccessResourceFailureCodes() - Method in class org.springframework.jdbc.support.SQLErrorCodes
 
getDataIntegrityViolationCodes() - Method in class org.springframework.jdbc.support.SQLErrorCodes
Returns the dataIntegrityViolationCodes.
getDataRetrievalFailureCodes() - 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 J2EE DataSource that this instance manages transactions for.
getDataSource() - Method in class org.springframework.jdbc.support.JdbcAccessor
Return the DataSource used by this template.
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.orm.hibernate.HibernateTransactionManager
Return the JDBC DataSource that this instance manages transactions for.
getDataSource() - Method in class org.springframework.orm.hibernate.LocalDataSourceConnectionProvider
Return the DataSource that this ConnectionProvider wraps.
getDataSource() - Method in class org.springframework.orm.ibatis.support.SqlMapClientDaoSupport
Return the JDBC DataSource used by this DAO.
getDataSource() - Method in class org.springframework.orm.ibatis.support.SqlMapDaoSupport
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.
getDataSourceFromJndi(String) - Static method in class org.springframework.jdbc.datasource.DataSourceUtils
Look up the specified DataSource in JNDI, assuming that the lookup occurs in a J2EE container, i.e.
getDataSourceFromJndi(String, boolean) - Static method in class org.springframework.jdbc.datasource.DataSourceUtils
Look up the specified DataSource in JNDI, explicitly specifying if the lookup occurs in a J2EE container.
getDataWasUpdated() - Method in class org.springframework.dao.IncorrectUpdateSemanticsDataAccessException
Return whether data was updated.
getDataWasUpdated() - Method in class org.springframework.jdbc.JdbcUpdateAffectedIncorrectNumberOfRowsException
 
getDatabaseProductName() - Method in class org.springframework.jdbc.support.SQLErrorCodes
 
getDeadline() - Method in class org.springframework.transaction.support.ResourceHolderSupport
Return the expiration deadline of this object.
getDeclaredParameters() - Method in class org.springframework.jdbc.object.RdbmsOperation
Return a list of the declared SqlParameter objects.
getDefaultAutowire() - Method in class org.springframework.beans.factory.xml.DefaultXmlBeanDefinitionParser
 
getDefaultDependencyCheck() - Method in class org.springframework.beans.factory.xml.DefaultXmlBeanDefinitionParser
 
getDefaultEncoding() - Method in class org.springframework.web.multipart.cos.CosMultipartResolver
Return the default character encoding to use for parsing requests.
getDefaultEncoding() - Method in class org.springframework.web.util.UrlPathHelper
Return the default character encoding to use for URL decoding.
getDefaultHandler() - Method in class org.springframework.web.servlet.handler.AbstractHandlerMapping
Return the default handler for this handler mapping.
getDefaultLazyInit() - Method in class org.springframework.beans.factory.xml.DefaultXmlBeanDefinitionParser
 
getDefaultListableBeanFactory() - Method in class org.springframework.context.support.StaticApplicationContext
Return the underlying bean factory of this context.
getDefaultMessage() - Method in interface org.springframework.context.MessageSourceResolvable
Return the default message to be used to resolve this message.
getDefaultMessage() - Method in class org.springframework.context.support.DefaultMessageSourceResolvable
 
getDefaultParentBean() - Method in class org.springframework.beans.factory.support.PropertiesBeanDefinitionReader
Return the default parent bean for this bean factory.
getDefaultThemeName() - Method in class org.springframework.web.servlet.theme.AbstractThemeResolver
Return the name of the default theme.
getDefaultUrl() - Method in class org.springframework.web.servlet.ResourceServlet
 
getDefinitionDescription() - Method in class org.springframework.transaction.support.DefaultTransactionDefinition
Return an identifying description of this transaction definition.
getDelay() - Method in class org.springframework.scheduling.timer.ScheduledTimerTask
Return the delay before starting the job for the first time.
getDependencyCheck() - Method in class org.springframework.beans.factory.support.RootBeanDefinition
Return the dependency check code.
getDependencyCheck(String) - Method in class org.springframework.beans.factory.xml.DefaultXmlBeanDefinitionParser
 
getDependingBeanNames(String) - Method in class org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory
Return the names of the beans that depend on the given bean.
getDependingBeanNames(String) - Method in class org.springframework.beans.factory.support.DefaultListableBeanFactory
 
getDependsOn() - Method in class org.springframework.beans.factory.support.RootBeanDefinition
Return the bean names that this bean depends on.
getDepth(Throwable) - Method in class org.springframework.transaction.interceptor.RollbackRuleAttribute
Return the depth to the superclass matching.
getDescription() - Method in class org.springframework.core.io.ClassPathResource
 
getDescription() - Method in class org.springframework.core.io.FileSystemResource
 
getDescription() - Method in class org.springframework.core.io.InputStreamResource
 
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
 
getDescription() - Method in class org.springframework.web.context.support.ServletContextResource
 
getDestroyMethodName() - Method in class org.springframework.beans.factory.support.RootBeanDefinition
Return the name of the destroy method.
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 context
getDisplayValue() - Method in class org.springframework.web.servlet.tags.BindStatus
Return a suitable display value for the field, i.e.
getDocument() - Method in class org.springframework.web.servlet.view.document.AbstractPdfView
Return a new com.lowagie.text.Document.
getDoubleParameter(HttpServletRequest, String, double) - Static method in class org.springframework.web.bind.RequestUtils
Get a double parameter, with a fallback value.
getDriverClassName() - Method in class org.springframework.jdbc.datasource.DriverManagerDataSource
 
getEditor() - Method in class org.springframework.web.servlet.tags.BindTag
Retrieve the property editor for the property that this tag is currently bound to.
getEncoding() - Method in class org.springframework.mail.javamail.MimeMessageHelper
Return the character encoding used for this message.
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.velocity.VelocityView
Return the encoding for the Velocity template.
getEndpointAddress() - Method in class org.springframework.remoting.jaxrpc.JaxRpcPortClientInterceptor
 
getEntityInterceptor() - Method in class org.springframework.orm.hibernate.HibernateAccessor
Return the current Hibernate entity interceptor, or null if none.
getEntityInterceptor() - Method in class org.springframework.orm.hibernate.HibernateTransactionManager
Return the current Hibernate entity interceptor, or null if none.
getEnvironment() - Method in class org.springframework.jndi.JndiTemplate
Return the environment for the JNDI InitialContext.
getEnvironment() - Method in class org.springframework.jndi.support.SimpleNamingContext
 
getErrorCode() - Method in class org.springframework.beans.MethodInvocationException
 
getErrorCode() - Method in class org.springframework.beans.TypeMismatchException
 
getErrorCode() - Method in interface org.springframework.core.ErrorCoded
Return the error code associated with this failure.
getErrorCode() - Method in class org.springframework.web.servlet.tags.BindStatus
Return the first error codes for the field or object, if any.
getErrorCodes(DataSource) - Method in class org.springframework.jdbc.support.SQLErrorCodesFactory
Return SQLErrorCodes for the given DataSource, evaluating databaseProductName from DatabaseMetaData, or an empty error codes instance if no SQLErrorCodes were found.
getErrorCodes(String) - Method in class org.springframework.jdbc.support.SQLErrorCodesFactory
Return SQLErrorCodes instance for the given database.
getErrorCodes() - Method in class org.springframework.web.servlet.tags.BindStatus
Return the error codes for the field or object, if any.
getErrorCount() - Method in class 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
 
getErrorMessage() - Method in class org.springframework.web.servlet.tags.BindStatus
Return the first error message for the field or object, if any.
getErrorMessages() - Method in class org.springframework.web.servlet.tags.BindStatus
Return the resolved error messages for the field or object, if any.
getErrorMessagesAsString(String) - Method in class org.springframework.web.servlet.tags.BindStatus
Return an error message string, concatenating all messages separated by the given delimiter.
getErrors() - Method in class org.springframework.validation.DataBinder
Return the Errors instance for this data binder.
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.BindTag
Retrieve the Errors instance that this tag is currently bound to.
getEvaluations() - Method in class org.springframework.aop.support.ControlFlowPointcut
It's useful to know how many times we've fired, for optimization.
getExceptionCount() - Method in class org.springframework.beans.PropertyAccessExceptionsException
If this returns 0, no errors were encountered during binding.
getExceptionHandler(Throwable) - Method in class org.springframework.web.servlet.mvc.multiaction.MultiActionController
Can return null if not found.
getExceptionName() - Method in class org.springframework.transaction.interceptor.RollbackRuleAttribute
Return the pattern for the exception name.
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.
getExpectedRowsAffected() - Method in class org.springframework.jdbc.JdbcUpdateAffectedIncorrectNumberOfRowsException
 
getExposeProxy() - Method in interface org.springframework.aop.framework.Advised
Get whether the factory should expose the proxy as a ThreadLocal.
getExposeProxy() - Method in class org.springframework.aop.framework.ProxyConfig
 
getExpression() - Method in class org.springframework.web.servlet.tags.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.
getFactory() - Method in interface org.springframework.beans.factory.access.BeanFactoryReference
Returns the BeanFactory instance held by this reference
getFactory() - Method in class org.springframework.beans.factory.access.DefaultBeanFactoryReference
 
getFactory() - Method in class org.springframework.context.access.ContextBeanFactoryReference
 
getFailedMessages() - Method in class 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
 
getField() - Method in class org.springframework.validation.FieldError
 
getFieldError(String) - Method in class org.springframework.validation.BindException
 
getFieldError(String) - Method in interface org.springframework.validation.Errors
Get the first error associated with the given field, if any.
getFieldError(String) - Method in class org.springframework.web.bind.EscapedErrors
 
getFieldErrorCount(String) - Method in class org.springframework.validation.BindException
 
getFieldErrorCount(String) - Method in interface org.springframework.validation.Errors
Return the number of errors associated with the given field.
getFieldErrorCount(String) - Method in class org.springframework.web.bind.EscapedErrors
 
getFieldErrors(String) - Method in class org.springframework.validation.BindException
 
getFieldErrors(String) - Method in interface org.springframework.validation.Errors
Get all errors associated with the given field.
getFieldErrors(String) - Method in class org.springframework.web.bind.EscapedErrors
 
getFieldValue(String) - Method in class 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
 
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.ClassPathResource
 
getFile() - Method in class org.springframework.core.io.FileSystemResource
 
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
 
getFile() - Method in class org.springframework.web.context.support.ServletContextResource
This implementation delegates to ServletContext.getRealPath, but throws a FileNotFoundException if not found or not resolvable.
getFile(String) - Method in interface org.springframework.web.multipart.MultipartHttpServletRequest
Return the contents/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
 
getFileItem() - Method in class org.springframework.web.multipart.commons.CommonsMultipartFile
Return the underlying org.apache.commons.fileupload.FileItem instance.
getFileMap() - Method in interface org.springframework.web.multipart.MultipartHttpServletRequest
Return a Map of the multipart files contained in this request.
getFileMap() - Method in class org.springframework.web.multipart.support.AbstractMultipartHttpServletRequest
 
getFileNames() - Method in interface org.springframework.web.multipart.MultipartHttpServletRequest
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
 
getFileTimestamp() - Method in class org.springframework.context.support.ReloadableResourceBundleMessageSource.PropertiesHolder
 
getFileUpload() - Method in class org.springframework.web.multipart.commons.CommonsMultipartResolver
Return the underlying org.apache.commons.fileupload.DiskFileUpload instance.
getFilter() - Method in class org.springframework.beans.support.RefreshablePagedListHolder
Return the filter that the source provider should use for loading the list.
getFilterConfig() - Method in class org.springframework.web.filter.GenericFilterBean
Make the FilterConfig of this filter available to subclasses.
getFilterName() - Method in class org.springframework.web.filter.GenericFilterBean
Make the name of this filter available to subclasses.
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.
getFloatParameter(HttpServletRequest, String, float) - Static method in class org.springframework.web.bind.RequestUtils
Get a double parameter, with a fallback value.
getFlushMode() - Method in class org.springframework.orm.hibernate.HibernateAccessor
Return if a flush should be forced after executing the callback code.
getFormSessionAttributeName() - Method in class org.springframework.web.servlet.mvc.AbstractFormController
Return the name of the session attribute that holds the form object for this controller.
getFormView() - Method in class org.springframework.web.servlet.mvc.SimpleFormController
Return the name of the view that should be used for form display.
getFree() - Method in class org.springframework.aop.target.CommonsPoolTargetSource
 
getFree() - Method in interface org.springframework.aop.target.PoolingConfig
 
getFrom() - Method in class org.springframework.mail.SimpleMailMessage
 
getGenericArgumentValue(Class) - Method in class org.springframework.beans.factory.config.ConstructorArgumentValues
Look for a generic argument value that matches the given type.
getGenericArgumentValues() - Method in class org.springframework.beans.factory.config.ConstructorArgumentValues
Return the set of generic argument values.
getGlobalError() - Method in class 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.BindException
 
getGlobalErrorCount() - Method in interface org.springframework.validation.Errors
Return the number of global (i.e.
getGlobalErrorCount() - Method in class org.springframework.web.bind.EscapedErrors
 
getGlobalErrors() - Method in class 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
 
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.
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.
getHandlerInternal(HttpServletRequest) - Method in class org.springframework.web.servlet.handler.AbstractHandlerMapping
Lookup a handler for the given request, returning null if no specific one is found.
getHandlerInternal(HttpServletRequest) - Method in class org.springframework.web.servlet.handler.AbstractUrlHandlerMapping
Look up a handler for the URL path of the given request.
getHandlerMethodName(HttpServletRequest) - Method in class org.springframework.web.servlet.mvc.multiaction.AbstractUrlMethodNameResolver
This implementation of getHandlerMethodName 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
 
getHandlerMethodNameForUrlPath(String) - Method in class org.springframework.web.servlet.mvc.multiaction.PropertiesMethodNameResolver
 
getHibernateTemplate() - Method in class org.springframework.orm.hibernate.support.HibernateDaoSupport
Return the HibernateTemplate for this DAO, pre-initialized with the SessionFactory or set explicitly.
getHits() - Method in class org.springframework.aop.target.ThreadLocalTargetSource
 
getHits() - Method in interface org.springframework.aop.target.ThreadLocalTargetSourceStats
 
getIdentifier() - Method in class org.springframework.orm.ObjectOptimisticLockingFailureException
Return the identifier of the object for which the locking failed.
getIdentifier() - Method in class org.springframework.orm.ObjectRetrievalFailureException
Return the identifier of the object that was not found.
getIgnoreWarnings() - Method in class org.springframework.jdbc.core.JdbcTemplate
Return whether or not we ignore SQLWarnings.
getIgnoredDependencyTypes() - Method in class org.springframework.beans.factory.support.AbstractBeanFactory
Return the set of classes that will get ignored for autowiring.
getIncrementerName() - Method in class org.springframework.jdbc.support.incrementer.AbstractDataFieldMaxValueIncrementer
Return the name of the sequence/table.
getIndexedArgumentValue(int, Class) - 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.
getInitMethodName() - Method in class org.springframework.beans.factory.support.RootBeanDefinition
Return the name of the initializer method.
getInitialPage(HttpServletRequest, Object) - Method in class org.springframework.web.servlet.mvc.AbstractWizardFormController
Return the initial page of the wizard, i.e.
getInitialPage(HttpServletRequest) - Method in class org.springframework.web.servlet.mvc.AbstractWizardFormController
Return the initial page of the wizard, i.e.
getInputStream() - Method in class org.springframework.core.io.ClassPathResource
 
getInputStream() - Method in class org.springframework.core.io.FileSystemResource
 
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.UrlResource
 
getInputStream() - Method in class org.springframework.web.context.support.ServletContextResource
This implementation delegates to ServletContext.getResourceAsStream, but throws a FileNotFoundException if not found.
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.commons.CommonsMultipartFile
 
getInstance() - Static method in class org.springframework.aop.framework.adapter.GlobalAdvisorAdapterRegistry
 
getInstance() - Static method in class org.springframework.beans.factory.access.BeanFactoryBootstrap
Return the singleton instance of the bootstrap factory
getInstance() - Static method in class org.springframework.beans.factory.access.SingletonBeanFactoryLocator
Returns an instance which uses the default "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 "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.support.SQLErrorCodesFactory
Return singleton instance.
getIntParameter(HttpServletRequest, String, int) - Static method in class org.springframework.web.bind.RequestUtils
Get an int parameter, with a fallback value.
getInterceptor(Advisor) - Method in interface org.springframework.aop.framework.adapter.AdvisorAdapter
Return an AOP Alliance Interceptor exposing the behaviour of the given advice to an interception-based AOP framework.
getInterceptor(Advisor) - Method in interface org.springframework.aop.framework.adapter.AdvisorAdapterRegistry
Return an AOP Alliance Interceptor to allow use of the given Advisor in an interception-based framework.
getInterceptor(Advisor) - Method in class org.springframework.aop.framework.adapter.DefaultAdvisorAdapterRegistry
 
getInterceptors() - Method in class org.springframework.web.servlet.HandlerExecutionChain
Return the array of interceptors to apply (in the given order) before the handler itself executes.
getInterceptorsAndAdvisorsForBean(Object, String) - Method in class org.springframework.aop.framework.autoproxy.AbstractAdvisorAutoProxyCreator
 
getInterceptorsAndAdvisorsForBean(Object, String) - Method in class org.springframework.aop.framework.autoproxy.AbstractAutoProxyCreator
Return whether the given bean is to be proxied, and what additional interceptors and pointcuts to apply.
getInterceptorsAndAdvisorsForBean(Object, String) - 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.
getInterceptorsAndDynamicInterceptionAdvice(Advised, Object, Method, Class) - Method in interface org.springframework.aop.framework.AdvisorChainFactory
Return a list of Interceptor and InterceptorAndDynamicMethodMatcher.
getInterceptorsAndDynamicInterceptionAdvice(Advised, Object, Method, Class) - Method in class org.springframework.aop.framework.HashMapCachingAdvisorChainFactory
 
getInterfaces() - Method in interface org.springframework.aop.IntroductionAdvisor
 
getInterfaces() - Method in class org.springframework.aop.support.DefaultIntroductionAdvisor
 
getIntroducedInterfaces() - Method in class org.springframework.aop.support.DelegatingIntroductionInterceptor
 
getInvocations() - Method in class org.springframework.aop.target.ThreadLocalTargetSource
 
getInvocations() - Method in interface org.springframework.aop.target.ThreadLocalTargetSourceStats
 
getIpAddress() - Method in class org.springframework.web.context.support.RequestHandledEvent
 
getIsolationLevel() - Method in interface org.springframework.transaction.TransactionDefinition
Return the isolation level.
getIsolationLevel() - Method in class org.springframework.transaction.support.DefaultTransactionDefinition
 
getJaxRpcService() - Method in class org.springframework.remoting.jaxrpc.JaxRpcPortClientInterceptor
Return a reference to an existing JAX-RPC Service instance, if any.
getJdbcConnection(PersistenceManager) - Method in interface org.springframework.orm.jdo.JdoDialect
Retrieve the JDBC connection that the given JDO persistence manager uses underneath, if accessing a relational database.
getJdbcExceptionTranslator() - Method in class org.springframework.orm.hibernate.HibernateAccessor
Return the JDBC exception translator for this instance.
getJdbcExceptionTranslator() - Method in class org.springframework.orm.hibernate.HibernateTransactionManager
Return the JDBC exception translator for this transaction manager.
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.
getJdoDialect() - Method in class org.springframework.orm.jdo.JdoAccessor
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.
getJdoTemplate() - Method in class org.springframework.orm.jdo.support.JdoDaoSupport
Return the JdoTemplate for this DAO, pre-initialized with the PersistenceManagerFactory or set explicitly.
getJndiEnvironment() - Method in class org.springframework.jndi.AbstractJndiLocator
Return the JNDI enviromment to use for the JNDI lookup.
getJndiName() - Method in class org.springframework.jndi.AbstractJndiLocator
Return the JNDI name to look up.
getJndiTemplate() - Method in class org.springframework.jndi.AbstractJndiLocator
Return the JNDI template to use for the JNDI lookup.
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
 
getJotm() - Method in class org.springframework.transaction.jta.JotmFactoryBean
Return the JOTM instance created by this factory bean, if any.
getKeepTaskList() - Method in class org.springframework.util.StopWatch
 
getKeys() - Method in class org.springframework.context.support.MessageSourceResourceBundle
This implementation returns null, as a MessageSource does not allow for enumerating the defined message codes.
getLastElementOnPage() - Method in class org.springframework.beans.support.PagedListHolder
Return the element index of the last element on the current page.
getLastInterval() - Method in class org.springframework.util.StopWatch
Returns the time taken by the last operation.
getLastLinkedPage() - Method in class org.springframework.beans.support.PagedListHolder
Return the first page to which create a link around the current page.
getLastModified(Object) - Method in class org.springframework.ui.freemarker.SpringTemplateLoader
 
getLastModified(Resource) - Method in class org.springframework.ui.velocity.SpringResourceLoader
 
getLastModified(HttpServletRequest) - Method in class org.springframework.web.servlet.DispatcherServlet
Override HttpServlet's getLastModified to evaluate the Last-Modified value of the mapped handler.
getLastModified(HttpServletRequest, Object) - Method in interface org.springframework.web.servlet.HandlerAdapter
Same contract as for HttpServlet.getLastModified.
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.SimpleControllerHandlerAdapter
 
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.throwaway.ThrowawayControllerHandlerAdapter
 
getList(Element, String) - Method in class org.springframework.beans.factory.xml.DefaultXmlBeanDefinitionParser
 
getLoadDate() - Method in class org.springframework.util.ResponseTimeMonitorImpl
Return the date when this object was loaded.
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
 
getLocale() - Method in class org.springframework.beans.support.RefreshablePagedListHolder
Return the Locale that the source provider should use for loading the list.
getLocale() - Method in class org.springframework.web.servlet.support.RequestContext
Return the current locale.
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.
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.
getLogWriter() - Method in class org.springframework.jdbc.datasource.AbstractDataSource
LogWriter methods are unsupported.
getLoginTimeout() - Method in class org.springframework.jdbc.datasource.AbstractDataSource
Returns 0: means use default system timeout.
getLongParameter(HttpServletRequest, String, long) - Static method in class org.springframework.web.bind.RequestUtils
Get an int parameter, with a fallback value.
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.
getMajorJavaVersion() - Static method in class org.springframework.core.JdkVersion
Get the major version code.
getMap(Element, String) - Method in class org.springframework.beans.factory.xml.DefaultXmlBeanDefinitionParser
 
getMaxLinkedPages() - Method in class org.springframework.beans.support.PagedListHolder
Return the maximum number of page links to a few pages around the current one.
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
 
getMaxUploadSize() - Method in class org.springframework.web.multipart.cos.CosMultipartResolver
Return the maximum allowed file size (in bytes) before uploads are refused.
getMergedBeanDefinition(String, boolean) - Method in class org.springframework.beans.factory.support.AbstractBeanFactory
Return a RootBeanDefinition, even by traversing parent if the parameter is a child definition.
getMergedBeanDefinition(String, BeanDefinition) - Method in class org.springframework.beans.factory.support.AbstractBeanFactory
Return a RootBeanDefinition, even by traversing parent if the parameter is a child definition.
getMessage() - Method in class org.springframework.beans.PropertyAccessExceptionsException
 
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, 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 class org.springframework.core.NestedCheckedException
Return the detail message, including the message from the nested exception if there is one.
getMessage() - Method in class org.springframework.core.NestedRuntimeException
Return the detail message, including the message from the nested exception if there is one.
getMessage() - Method in class org.springframework.mail.MailSendException
 
getMessage() - Method in class org.springframework.validation.BindException
Returns diagnostic information about the errors held in this object.
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, 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, 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.
getMessageDrivenContext() - Method in class org.springframework.ejb.support.AbstractMessageDrivenBean
Convenience method for subclasses to use.
getMessageFormat(String) - Method in class org.springframework.context.support.ReloadableResourceBundleMessageSource.PropertiesHolder
 
getMessageFormat(ResourceBundle, String) - Method in class org.springframework.context.support.ResourceBundleMessageSource
Return a MessageFormat for the given bundle and code, fetching already generated MessageFormats from the cache.
getMessageInternal(String, Object[], Locale) - Method in class org.springframework.context.support.AbstractMessageSource
Resolve the given code and arguments as message in the given Locale, throwing a NoSuchMessageException if not found.
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.ui.context.support.SimpleTheme
 
getMessageSource() - Method in class org.springframework.web.servlet.tags.MessageTag
Use the application context itself for default message resolution.
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
Return a MessageSourceAccessor for the application context used by this object, for easy message access.
getMethod() - Method in class org.springframework.aop.framework.ReflectiveMethodInvocation
Return the method invoked on the proxied interface.
getMethod() - Method in class org.springframework.web.context.support.RequestHandledEvent
 
getMethodInvocation(Object, Method, Class, Object, Object[], List, AdvisedSupport) - Method in interface org.springframework.aop.framework.MethodInvocationFactory
 
getMethodInvocationFactory() - Method in class org.springframework.aop.framework.AdvisedSupport
 
getMethodMatcher() - Method in interface org.springframework.aop.Pointcut
 
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.DynamicMethodMatcherPointcutAdvisor
 
getMethodMatcher() - Method in class org.springframework.aop.support.StaticMethodMatcherPointcut
 
getMethodName() - Method in class org.springframework.remoting.support.RemoteInvocation
 
getMethodNameResolver() - Method in class org.springframework.web.servlet.mvc.multiaction.MultiActionController
Get the MethodNameResolver used by this class
getMimeMessage() - Method in class org.springframework.mail.javamail.MimeMessageHelper
Return the underlying MimeMessage.
getModel() - Method in class org.springframework.validation.BindException
Return a model Map for the obtained state, exposing an Errors instance as 'ERROR_KEY_PREFIX + objectName' and the object itself.
getModel() - Method in class org.springframework.web.servlet.ModelAndView
Return the model map.
getModelAndView() - Method in class org.springframework.web.servlet.ModelAndViewDefiningException
Return the ModelAndView that this exception contains for forwarding to.
getModelAndView(String, Exception) - Method in class org.springframework.web.servlet.handler.SimpleMappingExceptionResolver
Return a ModelAndView for the given view name and exception.
getMostSpecificMethod(Method, Class) - Static method in class org.springframework.aop.framework.support.AopUtils
Given a method, which may come from an interface, and a targetClass used in the current AOP invocation, find the most specific method if there is one.
getMultipartRequest() - Method in class org.springframework.web.multipart.cos.CosMultipartHttpServletRequest
Return the underlying com.oreilly.servlet.MultipartRequest instance.
getMultipartResolver(HttpServletRequest) - Static method in class org.springframework.web.servlet.support.RequestContextUtils
Return the MultipartResolver that has been bound to the request by the DispatcherServlet.
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.
getMustRestoreAutoCommit() - Method in class org.springframework.jdbc.datasource.DataSourceTransactionObject
 
getName() - Method in class org.springframework.beans.PropertyValue
Return the name of the property.
getName() - Method in class org.springframework.jdbc.core.SqlParameter
 
getName() - Method in interface org.springframework.ui.context.Theme
Return the name of the theme.
getName() - Method in class org.springframework.ui.context.support.SimpleTheme
 
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.commons.CommonsMultipartFile
 
getName() - Method in class org.springframework.web.servlet.mvc.multiaction.NoSuchRequestHandlingMethodException
 
getNameInNamespace() - Method in class org.springframework.jndi.support.SimpleNamingContext
 
getNameParser(Name) - Method in class org.springframework.jndi.support.SimpleNamingContext
 
getNameParser(String) - Method in class org.springframework.jndi.support.SimpleNamingContext
 
getNamedQuery(Session, String) - Method in class org.springframework.orm.hibernate.HibernateTemplate
Create a named Query object for the given Session and the given query name.
getNamespace() - Method in class org.springframework.web.context.support.StaticWebApplicationContext
 
getNamespace() - Method in class org.springframework.web.context.support.XmlWebApplicationContext
 
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.
getNamespaceUri() - Method in class org.springframework.remoting.jaxrpc.LocalJaxRpcServiceFactory
Return the namespace URI of the service.
getNativeCallableStatement(CallableStatement) - Method in class org.springframework.jdbc.support.nativejdbc.CommonsDbcpNativeJdbcExtractor
 
getNativeCallableStatement(CallableStatement) - Method in class org.springframework.jdbc.support.nativejdbc.JBossNativeJdbcExtractor
 
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.SimpleNativeJdbcExtractor
 
getNativeCallableStatement(CallableStatement) - Method in class org.springframework.jdbc.support.nativejdbc.XAPoolNativeJdbcExtractor
 
getNativeConnection(Connection) - Method in class org.springframework.jdbc.support.nativejdbc.CommonsDbcpNativeJdbcExtractor
 
getNativeConnection(Connection) - Method in class org.springframework.jdbc.support.nativejdbc.JBossNativeJdbcExtractor
 
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.SimpleNativeJdbcExtractor
 
getNativeConnection(Connection) - Method in class org.springframework.jdbc.support.nativejdbc.XAPoolNativeJdbcExtractor
 
getNativeConnectionFromStatement(Statement) - Method in class org.springframework.jdbc.support.nativejdbc.CommonsDbcpNativeJdbcExtractor
 
getNativeConnectionFromStatement(Statement) - Method in class org.springframework.jdbc.support.nativejdbc.JBossNativeJdbcExtractor
 
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.SimpleNativeJdbcExtractor
 
getNativeConnectionFromStatement(Statement) - Method in class org.springframework.jdbc.support.nativejdbc.XAPoolNativeJdbcExtractor
 
getNativeJdbcExtractor() - Method in class org.springframework.jdbc.core.JdbcTemplate
Return the current NativeJdbcExtractor implementation.
getNativePreparedStatement(PreparedStatement) - Method in class org.springframework.jdbc.support.nativejdbc.CommonsDbcpNativeJdbcExtractor
 
getNativePreparedStatement(PreparedStatement) - Method in class org.springframework.jdbc.support.nativejdbc.JBossNativeJdbcExtractor
 
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.SimpleNativeJdbcExtractor
 
getNativePreparedStatement(PreparedStatement) - Method in class org.springframework.jdbc.support.nativejdbc.XAPoolNativeJdbcExtractor
 
getNativeResultSet(ResultSet) - Method in class org.springframework.jdbc.support.nativejdbc.CommonsDbcpNativeJdbcExtractor
 
getNativeResultSet(ResultSet) - Method in class org.springframework.jdbc.support.nativejdbc.JBossNativeJdbcExtractor
 
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.SimpleNativeJdbcExtractor
 
getNativeResultSet(ResultSet) - Method in class org.springframework.jdbc.support.nativejdbc.XAPoolNativeJdbcExtractor
 
getNativeStatement(Statement) - Method in class org.springframework.jdbc.support.nativejdbc.CommonsDbcpNativeJdbcExtractor
 
getNativeStatement(Statement) - Method in class org.springframework.jdbc.support.nativejdbc.JBossNativeJdbcExtractor
 
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.SimpleNativeJdbcExtractor
 
getNativeStatement(Statement) - Method in class org.springframework.jdbc.support.nativejdbc.XAPoolNativeJdbcExtractor
 
getNestedPath() - Method in class 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
 
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.HsqlMaxValueIncrementer
 
getNextKey() - Method in class org.springframework.jdbc.support.incrementer.MySQLMaxValueIncrementer
 
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.
getNrOfArguments() - Method in class org.springframework.beans.factory.config.ConstructorArgumentValues
Return the number of arguments held in this instance.
getNrOfElements() - Method in class org.springframework.beans.support.PagedListHolder
Return the total number of elements in the source list.
getNrOfPages() - Method in class org.springframework.beans.support.PagedListHolder
Return the number of pages for the current source list.
getObject() - Method in class org.springframework.aop.framework.ProxyFactoryBean
Return a proxy.
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 class org.springframework.beans.factory.config.CommonsLogFactoryBean
 
getObject() - Method in class org.springframework.beans.factory.config.ListFactoryBean
 
getObject() - Method in class org.springframework.beans.factory.config.MapFactoryBean
 
getObject() - Method in class org.springframework.beans.factory.config.MethodInvokingFactoryBean
 
getObject() - Method in class org.springframework.beans.factory.config.PropertiesFactoryBean
Return either singleton instance or newly created instance, depending on the singleton property of this FactoryBean.
getObject() - Method in class org.springframework.beans.factory.config.ResourceFactoryBean
 
getObject() - Method in class org.springframework.beans.factory.config.SetFactoryBean
 
getObject() - Method in class org.springframework.ejb.access.LocalStatelessSessionProxyFactoryBean
 
getObject() - Method in class org.springframework.ejb.access.SimpleRemoteStatelessSessionProxyFactoryBean
 
getObject() - Method in class org.springframework.jndi.JndiObjectFactoryBean
Return the singleton JNDI object.
getObject() - Method in class org.springframework.orm.hibernate.LocalSessionFactoryBean
Return the singleton SessionFactory.
getObject() - Method in class org.springframework.orm.ibatis.SqlMapClientFactoryBean
 
getObject() - Method in class org.springframework.orm.ibatis.SqlMapFactoryBean
 
getObject() - Method in class org.springframework.orm.jdo.LocalPersistenceManagerFactoryBean
Return the singleton PersistenceManagerFactory.
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.jaxrpc.JaxRpcPortProxyFactoryBean
 
getObject() - Method in class org.springframework.remoting.jaxrpc.LocalJaxRpcServiceFactoryBean
 
getObject() - Method in class org.springframework.remoting.rmi.RmiProxyFactoryBean
 
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.timer.MethodInvokingTimerTaskFactoryBean
 
getObject() - Method in class org.springframework.scheduling.timer.TimerFactoryBean
 
getObject() - Method in class org.springframework.transaction.interceptor.TransactionProxyFactoryBean
 
getObject() - Method in class org.springframework.transaction.jta.JotmFactoryBean
 
getObject() - Method in class org.springframework.transaction.jta.WebSphereTransactionManagerFactoryBean
 
getObject() - Method in class org.springframework.ui.freemarker.FreeMarkerConfigurationFactoryBean
 
getObject() - Method in class org.springframework.ui.velocity.VelocityEngineFactoryBean
 
getObjectForSharedInstance(String, Object) - Method in class org.springframework.beans.factory.support.AbstractBeanFactory
Get the object for the given shared bean, either the bean instance itself or its created object in case of a FactoryBean.
getObjectName() - Method in class 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 object.
getObjectName() - Method in class org.springframework.validation.ObjectError
 
getObjectName() - Method in class org.springframework.web.bind.EscapedErrors
 
getObjectType() - Method in class org.springframework.aop.framework.ProxyFactoryBean
 
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.config.CommonsLogFactoryBean
 
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
 
getObjectType() - Method in class org.springframework.beans.factory.config.PropertiesFactoryBean
 
getObjectType() - Method in class org.springframework.beans.factory.config.ResourceFactoryBean
 
getObjectType() - Method in class org.springframework.beans.factory.config.SetFactoryBean
 
getObjectType() - Method in class org.springframework.ejb.access.LocalStatelessSessionProxyFactoryBean
 
getObjectType() - Method in class org.springframework.ejb.access.SimpleRemoteStatelessSessionProxyFactoryBean
 
getObjectType() - Method in class org.springframework.jndi.JndiObjectFactoryBean
 
getObjectType() - Method in class org.springframework.orm.hibernate.LocalSessionFactoryBean
 
getObjectType() - Method in class org.springframework.orm.ibatis.SqlMapClientFactoryBean
 
getObjectType() - Method in class org.springframework.orm.ibatis.SqlMapFactoryBean
 
getObjectType() - Method in class org.springframework.orm.jdo.LocalPersistenceManagerFactoryBean
 
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.jaxrpc.JaxRpcPortProxyFactoryBean
 
getObjectType() - Method in class org.springframework.remoting.jaxrpc.LocalJaxRpcServiceFactoryBean
 
getObjectType() - Method in class org.springframework.remoting.rmi.RmiProxyFactoryBean
 
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.timer.MethodInvokingTimerTaskFactoryBean
 
getObjectType() - Method in class org.springframework.scheduling.timer.TimerFactoryBean
 
getObjectType() - Method in class org.springframework.transaction.interceptor.TransactionProxyFactoryBean
 
getObjectType() - Method in class org.springframework.transaction.jta.JotmFactoryBean
 
getObjectType() - Method in class org.springframework.transaction.jta.WebSphereTransactionManagerFactoryBean
 
getObjectType() - Method in class org.springframework.ui.freemarker.FreeMarkerConfigurationFactoryBean
 
getObjectType() - Method in class org.springframework.ui.velocity.VelocityEngineFactoryBean
 
getObjects() - Method in class org.springframework.aop.target.ThreadLocalTargetSource
 
getObjects() - Method in interface org.springframework.aop.target.ThreadLocalTargetSourceStats
 
getOptimisticLockingFailureCodes() - Method in class org.springframework.jdbc.support.SQLErrorCodes
 
getOptimize() - Method in class org.springframework.aop.framework.ProxyConfig
 
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.
getOracleConnection(PreparedStatement) - Method in class org.springframework.jdbc.support.lob.OracleLobHandler.OracleLobCreator
Retrieve the underlying OracleConnection, using a NativeJdbcExtractor if set.
getOrder() - Method in class org.springframework.aop.framework.autoproxy.AbstractAutoProxyCreator
 
getOrder() - Method in class org.springframework.beans.factory.config.CustomEditorConfigurer
 
getOrder() - Method in class org.springframework.beans.factory.config.PropertyResourceConfigurer
 
getOrder() - Method in interface org.springframework.core.Ordered
Return the order value of this object, higher value meaning greater in terms of sorting.
getOrder() - Method in class org.springframework.transaction.interceptor.TransactionAttributeSourceTransactionAroundAdvisor
 
getOrder() - Method in class org.springframework.web.servlet.handler.AbstractHandlerMapping
 
getOrder() - Method in class org.springframework.web.servlet.handler.SimpleMappingExceptionResolver
 
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.commons.CommonsMultipartFile
 
getOutcomeState() - Method in class org.springframework.transaction.HeuristicCompletionException
 
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.
getPageList() - Method in class org.springframework.beans.support.PagedListHolder
Return a sub-list representing the current page.
getPageSessionAttributeName() - Method in class org.springframework.web.servlet.mvc.AbstractWizardFormController
Return the name of the session attribute that holds the page object for this controller.
getPageSize() - Method in class org.springframework.beans.support.PagedListHolder
Return the current page size.
getParameter(String) - Method in class org.springframework.web.multipart.cos.CosMultipartHttpServletRequest
 
getParameter(String) - Method in class org.springframework.web.multipart.support.DefaultMultipartHttpServletRequest
 
getParameterMap() - Method in class org.springframework.web.multipart.cos.CosMultipartHttpServletRequest
 
getParameterMap() - Method in class org.springframework.web.multipart.support.DefaultMultipartHttpServletRequest
 
getParameterNames() - Method in class org.springframework.web.multipart.cos.CosMultipartHttpServletRequest
 
getParameterNames() - Method in class org.springframework.web.multipart.support.DefaultMultipartHttpServletRequest
 
getParameterTypes() - Method in class org.springframework.remoting.support.RemoteInvocation
 
getParameterValues(String) - Method in class org.springframework.web.multipart.cos.CosMultipartHttpServletRequest
 
getParameterValues(String) - Method in class org.springframework.web.multipart.support.DefaultMultipartHttpServletRequest
 
getParameters() - Method in class org.springframework.web.servlet.view.xslt.AbstractXsltView
Return a Map of parameters to be applied to the stylesheet.
getParametersStartingWith(ServletRequest, String) - Static method in class org.springframework.web.util.WebUtils
Convenience method to return a map from un-prefixed property names to values.
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, and this is the root of the context hierarchy.
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
 
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
 
getParentName() - Method in class org.springframework.beans.factory.support.ChildBeanDefinition
Return the name of the parent bean definition in the bean factory.
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.ResourceBundleThemeSource
 
getPassword() - Method in class org.springframework.jdbc.datasource.DriverManagerDataSource
 
getPassword() - Method in class org.springframework.remoting.jaxrpc.JaxRpcPortClientInterceptor
 
getPath() - Method in class org.springframework.web.servlet.tags.BindTag
Retrieve the path that this tag should apply to
getPathMapAttributes(Class) - Method in class org.springframework.web.servlet.handler.metadata.AbstractPathMapHandlerMapping
Use Attributes API to find PathMap attributes for the given class.
getPathMapAttributes(Class) - Method in class org.springframework.web.servlet.handler.metadata.CommonsPathMapHandlerMapping
Use Commons Attributes to find PathMap attributes for the given class.
getPathWithinApplication(HttpServletRequest) - Method in class org.springframework.web.util.UrlPathHelper
Return the path within the web application for the given request.
getPathWithinServletMapping(HttpServletRequest) - Method in class org.springframework.web.util.UrlPathHelper
Return the path within the servlet mapping for the given request, i.e.
getPatterns() - Method in class org.springframework.aop.support.RegexpMethodPointcut
Return the regular expressions for method matching.
getPeriod() - Method in class org.springframework.scheduling.timer.ScheduledTimerTask
Return the period between repeated task executions.
getPersistenceManager(PersistenceManagerFactory, boolean) - Static method in class org.springframework.orm.jdo.PersistenceManagerFactoryUtils
Get a JDO PersistenceManager via the given factory.
getPersistenceManager(PersistenceManagerFactory, boolean, boolean) - Static method in class org.springframework.orm.jdo.PersistenceManagerFactoryUtils
 
getPersistenceManager() - Method in class org.springframework.orm.jdo.PersistenceManagerHolder
 
getPersistenceManager() - Method in class org.springframework.orm.jdo.support.JdoDaoSupport
Get a JDO PersistenceManager, either from the current transaction or a new one.
getPersistenceManager(boolean) - Method in class org.springframework.orm.jdo.support.JdoDaoSupport
Get a JDO PersistenceManager, either from the current transaction or a new one.
getPersistenceManagerFactory() - Method in class org.springframework.orm.jdo.JdoAccessor
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
Return the JDO PersistenceManagerFactory used by this DAO.
getPersistenceManagerHolder() - Method in class org.springframework.orm.jdo.JdoTransactionObject
 
getPersistentClass() - Method in class org.springframework.orm.ObjectOptimisticLockingFailureException
Return the persistent class of the object for which the locking failed.
getPersistentClass() - Method in class org.springframework.orm.ObjectRetrievalFailureException
Return the persistent class of the object that was not found.
getPointcut() - Method in interface org.springframework.aop.PointcutAdvisor
 
getPointcut() - Method in class org.springframework.aop.support.DefaultPointcutAdvisor
 
getPointcut() - Method in class org.springframework.aop.support.DynamicMethodMatcherPointcutAdvisor
 
getPointcut() - Method in class org.springframework.aop.support.NameMatchMethodPointcutAdvisor
 
getPointcut() - Method in class org.springframework.aop.support.RegexpMethodPointcutAdvisor
 
getPointcut() - Method in class org.springframework.aop.support.StaticMethodMatcherPointcutAdvisor
 
getPoolingAttribute(Object, String, BeanFactory) - Method in class org.springframework.aop.framework.autoproxy.metadata.AttributesPoolingTargetSourceCreator
 
getPoolingAttribute(Object, String, BeanFactory) - Method in class org.springframework.aop.framework.autoproxy.target.AbstractPoolingTargetSourceCreator
Create a PoolingAttribute for the given bean, if any.
getPoolingConfigMixin() - Method in class org.springframework.aop.target.AbstractPoolingTargetSource
 
getPortInterface() - Method in class org.springframework.remoting.jaxrpc.JaxRpcPortClientInterceptor
Return the JAX-RPC port interface to use.
getPortName() - Method in class org.springframework.remoting.jaxrpc.JaxRpcPortClientInterceptor
Return the name of the port.
getPortProxy() - Method in class org.springframework.remoting.jaxrpc.JaxRpcPortClientInterceptor
Return the underlying JAX-RPC port proxy that this interceptor delegates to.
getPreparedMethod() - Method in class org.springframework.util.MethodInvoker
Return the prepared Method object that will be invoker.
getPreviousFlushMode() - Method in class org.springframework.orm.hibernate.HibernateTransactionObject
 
getPreviousIsolationLevel() - Method in class org.springframework.jdbc.datasource.DataSourceTransactionObject
 
getPreviousIsolationLevel() - Method in class org.springframework.orm.hibernate.HibernateTransactionObject
 
getPropagationBehavior() - Method in interface org.springframework.transaction.TransactionDefinition
Return the propagation behavior.
getPropagationBehavior() - Method in class org.springframework.transaction.support.DefaultTransactionDefinition
 
getProperties() - Method in class org.springframework.context.support.ReloadableResourceBundleMessageSource.PropertiesHolder
 
getProperties(String) - Method in class org.springframework.context.support.ReloadableResourceBundleMessageSource
Get PropertiesHolder for the given filename, either from the cache or freshly loaded.
getProperty() - Method in class org.springframework.beans.support.MutableSortDefinition
 
getProperty() - Method in interface org.springframework.beans.support.SortDefinition
Return the name of the property to sort by.
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 class org.springframework.beans.PropertyAccessExceptionsException
Return the exception for this field, or null if there isn't one.
getPropertyAccessExceptions() - Method in class org.springframework.beans.PropertyAccessExceptionsException
Return an array of the propertyAccessExceptions stored in this object.
getPropertyChangeEvent() - Method in class org.springframework.beans.PropertyAccessException
Return the PropertyChangeEvent that resulted in the problem.
getPropertyDescriptor(String) - Method in interface org.springframework.beans.BeanWrapper
Get the property descriptor for a particular property.
getPropertyDescriptor(String) - Method in class org.springframework.beans.BeanWrapperImpl
 
getPropertyDescriptors() - Method in interface org.springframework.beans.BeanWrapper
Get the PropertyDescriptors identified on this object (standard JavaBeans introspection).
getPropertyDescriptors() - Method in class org.springframework.beans.BeanWrapperImpl
 
getPropertyName() - Method in class org.springframework.beans.NullValueInNestedPathException
 
getPropertyValue(String) - Method in interface org.springframework.beans.BeanWrapper
Get the value of a property.
getPropertyValue(String) - Method in class org.springframework.beans.BeanWrapperImpl
 
getPropertyValue(String) - Method in class org.springframework.beans.MutablePropertyValues
 
getPropertyValue(String) - Method in interface org.springframework.beans.PropertyValues
Return the property value with the given name.
getPropertyValue(Element, String) - Method in class org.springframework.beans.factory.xml.DefaultXmlBeanDefinitionParser
Get the value of a property element.
getPropertyValueSubElements(String, Element) - Method in class org.springframework.beans.factory.xml.DefaultXmlBeanDefinitionParser
Parse property value subelements of the given bean element.
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.
getPropertyValues() - Method in interface org.springframework.beans.factory.config.BeanDefinition
Return the PropertyValues to be applied to a new instance of the bean.
getPropertyValues() - Method in class org.springframework.beans.factory.support.AbstractBeanDefinition
 
getProps(Element, String) - Method in class org.springframework.beans.factory.xml.DefaultXmlBeanDefinitionParser
 
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 interface org.springframework.aop.framework.AopProxy
Creates a new Proxy object for the given object, proxying the given interface.
getProxy(ClassLoader) - Method in interface org.springframework.aop.framework.AopProxy
Creates a new Proxy object for the given object, proxying the given interface.
getProxy() - Method in class org.springframework.aop.framework.ProxyFactory
Create new proxy according to the settings in this factory.
getProxy(Class, Interceptor) - Static method in class org.springframework.aop.framework.ProxyFactory
Create new proxy for the given interface and interceptor.
getProxy() - Method in class org.springframework.aop.framework.ReflectiveMethodInvocation
Return the proxy that this interception was made through
getProxyForService() - Method in class org.springframework.remoting.support.RemoteExporter
Get a proxy for the given service object, implementing the specified service interface.
getProxyTargetClass() - Method in interface org.springframework.aop.framework.Advised
Should we proxy the target class as well as any interfaces? Can use this to force CGLIB proxying.
getProxyTargetClass() - Method in class org.springframework.aop.framework.ProxyConfig
 
getQName(String) - Method in class org.springframework.remoting.jaxrpc.LocalJaxRpcServiceFactory
Return a QName for the given name,* relative to the namespace URI of this factory, if given.
getQueryString() - Method in class org.springframework.orm.hibernate.HibernateQueryException
Return the HQL query string that was invalid.
getReader(Object, String) - Method in class org.springframework.ui.freemarker.SpringTemplateLoader
 
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
 
getRejectedValue() - Method in class org.springframework.validation.FieldError
 
getRequestContext() - Method in class org.springframework.web.servlet.tags.RequestContextAwareTag
Return the current RequestContext.
getRequestUri(HttpServletRequest) - Method in class org.springframework.web.util.UrlPathHelper
Return the request URI for the given request, regarding an include request URL if called within a RequestDispatcher include.
getRequiredBooleanParameter(HttpServletRequest, String) - Static method in class org.springframework.web.bind.RequestUtils
Get a boolean parameter, throwing an exception if it isn't found or isn't a boolean.
getRequiredDoubleParameter(HttpServletRequest, String) - Static method in class org.springframework.web.bind.RequestUtils
Get a double parameter, throwing an exception if it isn't found or isn't a number.
getRequiredFields() - Method in class org.springframework.validation.DataBinder
Return the fields that are required for each binding process.
getRequiredFloatParameter(HttpServletRequest, String) - Static method in class org.springframework.web.bind.RequestUtils
Get a double parameter, throwing an exception if it isn't found or isn't a number.
getRequiredIntParameter(HttpServletRequest, String) - Static method in class org.springframework.web.bind.RequestUtils
Get an int parameter, throwing an exception if it isn't found or isn't a number.
getRequiredLongParameter(HttpServletRequest, String) - Static method in class org.springframework.web.bind.RequestUtils
Get a long parameter, throwing an exception if it isn't found or isn't a number.
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(HttpServletRequest, String) - Static method in class org.springframework.web.bind.RequestUtils
Get a string parameter, throwing an exception if it isn't found or is empty.
getRequiredType() - Method in class org.springframework.beans.factory.BeanNotOfRequiredTypeException
 
getRequiredWebApplicationContext(ServletContext) - Static method in class org.springframework.web.context.support.WebApplicationContextUtils
Find the root WebApplicationContext for this web app, which is typically loaded via ContextLoaderListener or ContextLoaderServlet.
getResolvedAutowireMode() - Method in class org.springframework.beans.factory.support.RootBeanDefinition
Return the resolved autowire code, (resolving AUTOWIRE_AUTODETECT to AUTOWIRE_CONSTRUCTOR or AUTOWIRE_BY_TYPE).
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(Object) - Static method in class org.springframework.transaction.support.TransactionSynchronizationManager
Retrieve a resource for the given key that is bound to the current thread.
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.DefaultResourceLoader
Return a Resource handle for the resource at the given path.
getResourceByPath(String) - Method in class org.springframework.web.context.support.XmlWebApplicationContext
This implementation supports file paths beneath the root of the web application.
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.support.AbstractBeanDefinition
 
getResourceLoader() - Method in class org.springframework.core.io.ResourceEditor
Determine the ResourceLoader to use for converting the property text to a Resource.
getResourceMap() - Static method in class org.springframework.transaction.support.TransactionSynchronizationManager
Return all resources that are bound to the current thread.
getResourceStream(String) - Method in class org.springframework.ui.velocity.SpringResourceLoader
 
getResultSetType() - Method in class org.springframework.jdbc.object.SqlOperation
Return whether prepared statements will return a specific type of ResultSet.
getResults() - Method in interface org.springframework.jdbc.core.ResultReader
Return all results, disconnected from the JDBC ResultSet.
getResults() - Method in class org.springframework.jdbc.core.SqlParameter.ResultReaderStoredProcImpl
 
getResults() - Method in class org.springframework.jdbc.object.MappingSqlQueryWithParameters.ResultReaderImpl
 
getResults() - Method in class org.springframework.jdbc.object.UpdatableSqlQuery.ResultReaderImpl
 
getRmiProxy() - Method in class org.springframework.remoting.rmi.RmiClientInterceptor
Return the underlying RMI proxy that this interceptor delegates to.
getRollbackRules() - Method in class org.springframework.transaction.interceptor.RuleBasedTransactionAttribute
 
getRowCallbackHandler() - Method in class org.springframework.jdbc.core.SqlOutParameter
 
getRowCallbackHandler() - Method in class org.springframework.jdbc.core.SqlReturnResultSet
 
getRowCount() - Method in class org.springframework.jdbc.core.RowCountCallbackHandler
Return the row count of this ResultSet Only valid after processing is complete
getRowsExpected() - Method in class org.springframework.jdbc.object.SqlQuery
Get the number of rows expected.
getSQLException() - Method in class org.springframework.jdbc.BadSqlGrammarException
Return the wrapped SQLException.
getSQLException() - Method in class org.springframework.jdbc.UncategorizedSQLException
Return the underlying SQLException.
getScope(String) - Static method in class org.springframework.web.util.TagUtils
Determines the scope for a given input String.
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.OracleSequenceMaxValueIncrementer
 
getSequenceQuery() - Method in class org.springframework.jdbc.support.incrementer.PostgreSQLSequenceMaxValueIncrementer
 
getService() - Method in class org.springframework.remoting.support.RemoteExporter
Return the service to export.
getServiceFactoryClass() - Method in class org.springframework.remoting.jaxrpc.LocalJaxRpcServiceFactory
Return the ServiceFactory class to use, or null if default.
getServiceInterface() - Method in class org.springframework.remoting.jaxrpc.JaxRpcPortClientInterceptor
Return the interface of the service that this factory should create a proxy for.
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.
getServiceName() - Method in class org.springframework.remoting.jaxrpc.LocalJaxRpcServiceFactory
Return the name of the service.
getServiceUrl() - Method in class org.springframework.remoting.support.UrlBasedRemoteAccessor
Return the URL of the service that this factory should create a proxy for.
getServletContext() - Method in class org.springframework.remoting.jaxrpc.ServletEndpointSupport
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.context.support.StaticWebApplicationContext
 
getServletContext() - Method in class org.springframework.web.context.support.WebApplicationObjectSupport
Return the current ServletContext.
getServletContext() - Method in class org.springframework.web.context.support.XmlWebApplicationContext
 
getServletContext() - Method in class org.springframework.web.filter.GenericFilterBean
Make the ServletContext of this filter available to subclasses.
getServletContextAttributeName() - Method in class org.springframework.web.servlet.FrameworkServlet
Return the ServletContext attribute name for this servlet's WebApplicationContext.
getServletEndpointContext() - Method in class org.springframework.remoting.jaxrpc.ServletEndpointSupport
Return the current JAX-RPC ServletEndpointContext.
getServletInfo() - Method in class org.springframework.web.context.ContextLoaderServlet
 
getServletInfo() - Method in class org.springframework.web.util.Log4jConfigServlet
 
getServletName() - Method in class org.springframework.web.context.support.RequestHandledEvent
 
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.
getSession(SessionFactory, boolean) - Static method in class org.springframework.orm.hibernate.SessionFactoryUtils
Get a Hibernate Session for the given factory.
getSession(SessionFactory, Interceptor, SQLExceptionTranslator) - Static method in class org.springframework.orm.hibernate.SessionFactoryUtils
Get a Hibernate Session for the given factory.
getSession(SessionFactory, Interceptor, SQLExceptionTranslator, boolean) - Static method in class org.springframework.orm.hibernate.SessionFactoryUtils
Get a Hibernate Session for the given factory.
getSession() - Method in class org.springframework.orm.hibernate.SessionHolder
 
getSession() - Method in class org.springframework.orm.hibernate.support.HibernateDaoSupport
Get a Hibernate Session, either from the current transaction or a new one.
getSession(boolean) - Method in class org.springframework.orm.hibernate.support.HibernateDaoSupport
Get a Hibernate Session, either from the current transaction or a new one.
getSession(SessionFactory) - Method in class org.springframework.orm.hibernate.support.OpenSessionInViewFilter
Get a Session for the SessionFactory that this filter uses.
getSessionAttribute(HttpServletRequest, String) - Static method in class org.springframework.web.util.WebUtils
Check the given request for a session attribute of the given name.
getSessionFactory() - Method in class org.springframework.orm.hibernate.HibernateAccessor
Return the Hibernate SessionFactory that should be used to create Hibernate Sessions.
getSessionFactory() - Method in class org.springframework.orm.hibernate.HibernateTransactionManager
Return the SessionFactory that this instance should manage transactions for.
getSessionFactory() - Method in class org.springframework.orm.hibernate.support.HibernateDaoSupport
Return the Hibernate SessionFactory used by this DAO.
getSessionFactoryBeanName() - Method in class org.springframework.orm.hibernate.support.OpenSessionInViewFilter
Return the bean name of the SessionFactory to fetch from Spring's root application context.
getSessionHolder() - Method in class org.springframework.orm.hibernate.HibernateTransactionObject
 
getSet(Element, String) - Method in class org.springframework.beans.factory.xml.DefaultXmlBeanDefinitionParser
 
getSingletonNames(Class) - Method in class org.springframework.beans.factory.support.AbstractBeanFactory
Return the names of beans in the singleton cache that match the given object type (including subclasses).
getSize() - Method in class org.springframework.aop.framework.autoproxy.target.PoolingAttribute
 
getSize() - Method in class org.springframework.core.Constants
Return the number of constants exposed.
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.commons.CommonsMultipartFile
 
getSort() - Method in class org.springframework.beans.support.PagedListHolder
Return the sort definition for this holder.
getSource() - Method in class org.springframework.beans.support.PagedListHolder
Return the source list for this holder.
getSource() - Method in class org.springframework.web.bind.EscapedErrors
 
getSourceProvider() - Method in class org.springframework.beans.support.RefreshablePagedListHolder
Return the callback class for reloading the List when necessary.
getSql() - Method in class org.springframework.jdbc.BadSqlGrammarException
Return the SQL that caused the problem.
getSql() - Method in class org.springframework.jdbc.UncategorizedSQLException
Return the SQL that led to the problem.
getSql() - Method in class org.springframework.jdbc.core.JdbcTemplate.SimpleCallableStatementCreator
 
getSql() - Method in class org.springframework.jdbc.core.JdbcTemplate.SimplePreparedStatementCreator
 
getSql(Object) - Method in class org.springframework.jdbc.core.JdbcTemplate
Determine SQL from potential provider object.
getSql() - Method in interface org.springframework.jdbc.core.SqlProvider
Return the SQL string for this object, typically the SQL used for creating statements.
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.
getSqlMap() - Method in class org.springframework.orm.ibatis.SqlMapTemplate
Return the iBATIS Database Layer SqlMap that this template works with.
getSqlMap() - Method in class org.springframework.orm.ibatis.support.SqlMapDaoSupport
Return the iBATIS Database Layer SqlMap that this template works with.
getSqlMapClient() - Method in class org.springframework.orm.ibatis.SqlMapClientTemplate
Return the iBATIS Database Layer SqlMapClient that this template works with.
getSqlMapClient() - Method in class org.springframework.orm.ibatis.support.SqlMapClientDaoSupport
Return the iBATIS Database Layer SqlMap that this template works with.
getSqlMapClientTemplate() - Method in class org.springframework.orm.ibatis.support.SqlMapClientDaoSupport
Return the JdbcTemplate for this DAO, pre-initialized with the DataSource or set explicitly.
getSqlMapTemplate() - Method in class org.springframework.orm.ibatis.support.SqlMapDaoSupport
Return the JdbcTemplate for this DAO, pre-initialized with the DataSource or set explicitly.
getSqlType() - Method in class org.springframework.jdbc.core.SqlParameter
 
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 when this context was first loaded
getStateString(int) - Static method in class org.springframework.transaction.HeuristicCompletionException
 
getStaticAttributes() - Method in class org.springframework.web.servlet.view.AbstractView
Handy for testing.
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 case to ThreadLocalInvokerStats.
getStorageDescription() - Method in class org.springframework.web.multipart.commons.CommonsMultipartFile
 
getStringParameter(HttpServletRequest, String, String) - Static method in class org.springframework.web.bind.RequestUtils
Get a string parameter, with a fallback value.
getStylesheetSource(Resource) - Method in class org.springframework.web.servlet.view.xslt.AbstractXsltView
Load the stylesheet.
getSubject() - Method in class org.springframework.mail.SimpleMailMessage
 
getSuccessView() - Method in class org.springframework.web.servlet.mvc.SimpleFormController
Return the name of the view that should be shown on successful submit.
getSuspendedResources() - Method in class org.springframework.transaction.support.DefaultTransactionStatus
 
getSynchronizations() - Static method in class org.springframework.transaction.support.TransactionSynchronizationManager
Return an unmodifiable list of all registered synchronizations for the current thread.
getTarget() - Method in interface org.springframework.aop.TargetSource
 
getTarget() - Method in class org.springframework.aop.target.AbstractPoolingTargetSource
Acquire an object from the pool.
getTarget() - Method in class org.springframework.aop.target.CommonsPoolTargetSource
 
getTarget() - Method in class org.springframework.aop.target.HotSwappableTargetSource
Synchronization around something that takes so little time is fine
getTarget() - Method in class org.springframework.aop.target.PrototypeTargetSource
 
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 class org.springframework.validation.BindException
Return the wrapped target object.
getTarget() - Method in class org.springframework.validation.DataBinder
Return the wrapped target object.
getTargetBeanName() - Method in class org.springframework.aop.target.AbstractPrototypeTargetSource
Return the name of the target bean in the factory.
getTargetClass() - Method in interface org.springframework.aop.TargetSource
 
getTargetClass() - Method in class org.springframework.aop.target.AbstractPrototypeTargetSource
 
getTargetClass() - Method in class org.springframework.aop.target.HotSwappableTargetSource
 
getTargetClass() - Method in class org.springframework.aop.target.SingletonTargetSource
 
getTargetClass() - Method in class org.springframework.util.MethodInvoker
Return the target class on which to call the target method.
getTargetMethod() - Method in class org.springframework.util.MethodInvoker
Return the name of the method to be invoked.
getTargetObject() - Method in class org.springframework.util.MethodInvoker
Return the target object on which to call the target method.
getTargetPage(HttpServletRequest, Object, Errors, int) - Method in class org.springframework.web.servlet.mvc.AbstractWizardFormController
Return the target page specified in the request.
getTargetPage(HttpServletRequest, int) - Method in class org.springframework.web.servlet.mvc.AbstractWizardFormController
Return the target page specified in the request.
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(Object, String, BeanFactory) - Method in interface org.springframework.aop.framework.autoproxy.TargetSourceCreator
Create a special TargetSource for the given bean, if any.
getTargetSource(Object, String, BeanFactory) - Method in class org.springframework.aop.framework.autoproxy.target.AbstractPrototypeTargetSourceCreator
 
getTaskCount() - Method in class org.springframework.util.StopWatch
Returns the number of tasks timed.
getTaskInfo() - Method in class org.springframework.util.StopWatch
Returns an array of the data for tasks performed.
getTaskName() - Method in class org.springframework.util.StopWatch.TaskInfo
Return the name of this task.
getTempDir() - Method in class org.springframework.remoting.jaxrpc.ServletEndpointSupport
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(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.
getTemplate() - Method in class org.springframework.web.servlet.view.velocity.VelocityView
Retrieve the Velocity template.
getTemplateSource(String, HttpServletRequest) - Method in class org.springframework.web.servlet.view.document.AbstractExcelView
Creates the workBook from an existing .xls document.
getText() - Method in class org.springframework.mail.SimpleMailMessage
 
getTextValue(Element, String) - Method in class org.springframework.beans.factory.xml.DefaultXmlBeanDefinitionParser
Make the horrible DOM API slightly more bearable: get the text value we know this element contains
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.ui.context.support.ResourceBundleThemeSource
 
getTheme(String) - Method in class org.springframework.web.context.support.StaticWebApplicationContext
 
getTheme(String) - Method in class org.springframework.web.context.support.XmlWebApplicationContext
 
getTheme() - Method in class org.springframework.web.servlet.support.RequestContext
Return the current theme.
getTheme(HttpServletRequest) - Static method in class org.springframework.web.servlet.support.RequestContextUtils
Retrieves the current theme from the given request, using the ThemeResolver bound to the request by the DispatcherServlet, and the current WebApplicationContext.
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.
getThis() - Method in class org.springframework.aop.framework.ReflectiveMethodInvocation
 
getTime() - Method in class org.springframework.util.StopWatch.TaskInfo
Return the time in milliseconds this task took.
getTimeMillis() - Method in class org.springframework.web.context.support.RequestHandledEvent
 
getTimeSecs() - Method in class org.springframework.util.StopWatch.TaskInfo
Return the time in seconds this task took.
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.
getTimeout() - Method in class org.springframework.transaction.InvalidTimeoutException
 
getTimeout() - Method in interface org.springframework.transaction.TransactionDefinition
Return the transaction timeout.
getTimeout() - Method in class org.springframework.transaction.support.DefaultTransactionDefinition
 
getTimerTask() - Method in class org.springframework.scheduling.timer.ScheduledTimerTask
Return the TimerTask to schedule.
getTimestamp() - Method in class org.springframework.context.ApplicationEvent
Return the system time in milliseconds when the event happened.
getTo() - Method in class org.springframework.mail.SimpleMailMessage
 
getTotalTime() - Method in class org.springframework.util.StopWatch
Returns the total time in milliseconds for all tasks.
getTotalTimeSecs() - Method in class org.springframework.util.StopWatch
Returns the total time in seconds for all tasks.
getTransaction() - Method in class org.springframework.orm.hibernate.SessionHolder
 
getTransaction(TransactionDefinition) - Method in interface org.springframework.transaction.PlatformTransactionManager
Return a currently active transaction or create a new one.
getTransaction(TransactionDefinition) - Method in class org.springframework.transaction.support.AbstractPlatformTransactionManager
This implementation of getTransaction handles propagation behavior.
getTransaction() - Method in class org.springframework.transaction.support.DefaultTransactionStatus
Return the underlying transaction object, e.g.
getTransactionAttribute(Method, Class) - Method in class org.springframework.transaction.interceptor.AttributesTransactionAttributeSource
Return the transaction attribute for this method invocation.
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, Class) - Method in interface org.springframework.transaction.interceptor.TransactionAttributeSource
Return the transaction attribute for this method.
getTransactionAttributeSource() - Method in class org.springframework.transaction.interceptor.TransactionInterceptor
Return the transaction attribute source.
getTransactionManager(Properties) - Method in class org.springframework.orm.hibernate.LocalTransactionManagerLookup
 
getTransactionManager() - Method in class org.springframework.transaction.interceptor.TransactionInterceptor
Return the transaction manager.
getTransactionManager() - Method in class org.springframework.transaction.support.TransactionTemplate
Return the transaction management strategy to be used.
getTransactionSynchronization() - Method in class org.springframework.transaction.support.AbstractPlatformTransactionManager
Return if this transaction manager should activate the thread-bound transaction synchronization support.
getTransport(Session) - Method in class org.springframework.mail.javamail.JavaMailSenderImpl
Get a Transport object for the given JavaMail Session.
getType() - Method in class org.springframework.beans.factory.config.ConstructorArgumentValues.ValueHolder
Return the type of the constructor argument.
getTypeName() - Method in class org.springframework.jdbc.core.SqlParameter
 
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
 
getURL() - Method in class org.springframework.core.io.FileSystemResource
 
getURL() - Method in interface org.springframework.core.io.Resource
Return a URL handle for this resource.
getURL() - Method in class org.springframework.web.context.support.RequestHandledEvent
 
getURL() - Method in class org.springframework.web.context.support.ServletContextResource
 
getUploadTempDir() - Method in class org.springframework.web.multipart.cos.CosMultipartResolver
Return the temporary directory where uploaded files get stored.
getUptime() - Method in class org.springframework.util.ResponseTimeMonitorImpl
Return the number of milliseconds since this object was loaded.
getUrl() - Method in class org.springframework.jdbc.datasource.DriverManagerDataSource
 
getUrl() - Method in class org.springframework.web.servlet.handler.metadata.PathMap
 
getUrl() - Method in class org.springframework.web.servlet.view.AbstractUrlBasedView
Return the URL of the resource that this view wraps.
getUsePrefix() - Method in class org.springframework.aop.framework.autoproxy.AdvisorAutoProxyCreator
 
getUserTransactionName() - Method in class org.springframework.orm.hibernate.LocalTransactionManagerLookup
 
getUsername() - Method in class org.springframework.jdbc.datasource.DriverManagerDataSource
 
getUsername() - Method in class org.springframework.remoting.jaxrpc.JaxRpcPortClientInterceptor
 
getValidator() - Method in class org.springframework.web.servlet.mvc.BaseCommandController
Return the Validator for this controller.
getValue() - Method in class org.springframework.beans.PropertyValue
Return the value of the property.
getValue() - Method in class org.springframework.beans.factory.config.ConstructorArgumentValues.ValueHolder
Return the value for the constructor argument.
getValue() - Method in class org.springframework.web.servlet.tags.BindStatus
Return the current value of the field, i.e.
getValues(String) - Method in class org.springframework.core.Constants
Return all values of the given group of constants.
getValuesForProperty(String) - Method in class org.springframework.core.Constants
Return all values of the group of constants for the given bean property name.
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.
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.
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() - Method in class org.springframework.web.servlet.mvc.ParameterizableViewController
 
getViewerPreferences() - Method in class org.springframework.web.servlet.view.document.AbstractPdfView
Return the ViewerPreferences.
getWebApplicationContext() - Method in class org.springframework.remoting.jaxrpc.ServletEndpointSupport
Return the current Spring WebApplicationContext.
getWebApplicationContext(ServletContext) - Static method in class org.springframework.web.context.support.WebApplicationContextUtils
Find the root WebApplicationContext for this web app, which is typically loaded via ContextLoaderListener or ContextLoaderServlet.
getWebApplicationContext() - Method in class org.springframework.web.context.support.WebApplicationObjectSupport
Return the current application context as WebApplicationContext.
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 controller servlet 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 controller servlet that has initiated request processing, and for the global context if none was found associated with the current request.
getWorstResponseTimeMillis() - Method in interface org.springframework.util.ResponseTimeMonitor
Return the worst (slowest) response time in milliseconds.
getWorstResponseTimeMillis() - Method in class org.springframework.util.ResponseTimeMonitorImpl
Return the worst (slowest) response time achieved by this object.
getWrappedClass() - Method in interface org.springframework.beans.BeanWrapper
Convenience method to return the class of the wrapped object.
getWrappedClass() - Method in class org.springframework.beans.BeanWrapperImpl
 
getWrappedInstance() - Method in interface org.springframework.beans.BeanWrapper
Return the bean wrapped by this object (cannot be null).
getWrappedInstance() - Method in class org.springframework.beans.BeanWrapperImpl
 
getWsdlDocumentUrl() - Method in class org.springframework.remoting.jaxrpc.LocalJaxRpcServiceFactory
Return the URL of the WSDL document that describes the service.

H

HEADER_CACHE_CONTROL - Static variable in class org.springframework.web.servlet.support.WebContentGenerator
 
HEADER_EXPIRES - Static variable in class org.springframework.web.servlet.support.WebContentGenerator
 
HEADER_PRAGMA - Static variable in class org.springframework.web.servlet.support.WebContentGenerator
 
HTML_ESCAPE_CONTEXT_PARAM - Static variable in class org.springframework.web.servlet.tags.HtmlEscapeTag
ServletContext init parameter (web.xml context-param)
HTML_ESCAPE_PAGE_ATTR - Static variable in class org.springframework.web.servlet.tags.HtmlEscapeTag
PageContext attribute for page-level default
HandlerAdapter - interface org.springframework.web.servlet.HandlerAdapter.
MVC framework SPI interface, allowing parameterization of core MVC workflow.
HandlerExceptionResolver - interface org.springframework.web.servlet.HandlerExceptionResolver.
Interface to be implemented by objects than can resolve exceptions thrown by handlers, in the typical case to error views.
HandlerExecutionChain - class org.springframework.web.servlet.HandlerExecutionChain.
Handler execution chain, consisting of handler object and any preprocessing interceptors.
HandlerExecutionChain(Object) - Constructor for class org.springframework.web.servlet.HandlerExecutionChain
Create new HandlerExecutionChain.
HandlerExecutionChain(Object, HandlerInterceptor[]) - Constructor for class org.springframework.web.servlet.HandlerExecutionChain
Create new HandlerExecutionChain.
HandlerInterceptor - interface org.springframework.web.servlet.HandlerInterceptor.
Workflow interface that allows for customized handler execution chains.
HandlerInterceptorAdapter - class org.springframework.web.servlet.handler.HandlerInterceptorAdapter.
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
 
HandlerMapping - interface org.springframework.web.servlet.HandlerMapping.
Interface to be implemented by objects that define a mapping between requests and handler objects.
HashMapCachingAdvisorChainFactory - class org.springframework.aop.framework.HashMapCachingAdvisorChainFactory.
AdvisorChainFactory implementation that caches by method.
HashMapCachingAdvisorChainFactory() - Constructor for class org.springframework.aop.framework.HashMapCachingAdvisorChainFactory
 
HessianClientInterceptor - class org.springframework.remoting.caucho.HessianClientInterceptor.
Interceptor for accessing a Hessian service.
HessianClientInterceptor() - Constructor for class org.springframework.remoting.caucho.HessianClientInterceptor
 
HessianProxyFactoryBean - class org.springframework.remoting.caucho.HessianProxyFactoryBean.
Factory bean for Hessian proxies.
HessianProxyFactoryBean() - Constructor for class org.springframework.remoting.caucho.HessianProxyFactoryBean
 
HessianServiceExporter - class org.springframework.remoting.caucho.HessianServiceExporter.
Web controller 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 org.springframework.transaction.HeuristicCompletionException.
Exception that represents a transaction failure caused by heuristics.
HeuristicCompletionException(int, Throwable) - Constructor for class org.springframework.transaction.HeuristicCompletionException
 
HibernateAccessor - class org.springframework.orm.hibernate.HibernateAccessor.
Base class for HibernateTemplate and HibernateInterceptor, defining common properties like flushing behavior.
HibernateAccessor() - Constructor for class org.springframework.orm.hibernate.HibernateAccessor
 
HibernateCallback - interface org.springframework.orm.hibernate.HibernateCallback.
Callback interface for Hibernate code.
HibernateDaoSupport - class org.springframework.orm.hibernate.support.HibernateDaoSupport.
Convenient super class for Hibernate data access objects.
HibernateDaoSupport() - Constructor for class org.springframework.orm.hibernate.support.HibernateDaoSupport
 
HibernateInterceptor - class org.springframework.orm.hibernate.HibernateInterceptor.
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.hibernate.HibernateInterceptor
 
HibernateJdbcException - exception org.springframework.orm.hibernate.HibernateJdbcException.
Hibernate-specific subclass of DataAccessException, for JDBC exceptions that Hibernate rethrew.
HibernateJdbcException(JDBCException) - Constructor for class org.springframework.orm.hibernate.HibernateJdbcException
 
HibernateJdbcException(SQLException) - Constructor for class org.springframework.orm.hibernate.HibernateJdbcException
 
HibernateObjectRetrievalFailureException - exception org.springframework.orm.hibernate.HibernateObjectRetrievalFailureException.
Hibernate-specific subclass of ObjectRetrievalFailureException.
HibernateObjectRetrievalFailureException(UnresolvableObjectException) - Constructor for class org.springframework.orm.hibernate.HibernateObjectRetrievalFailureException
 
HibernateObjectRetrievalFailureException(ObjectNotFoundException) - Constructor for class org.springframework.orm.hibernate.HibernateObjectRetrievalFailureException
 
HibernateObjectRetrievalFailureException(ObjectDeletedException) - Constructor for class org.springframework.orm.hibernate.HibernateObjectRetrievalFailureException
 
HibernateObjectRetrievalFailureException(WrongClassException) - Constructor for class org.springframework.orm.hibernate.HibernateObjectRetrievalFailureException
 
HibernateOperations - interface org.springframework.orm.hibernate.HibernateOperations.
Interface that specifies a basic set of Hibernate operations.
HibernateOptimisticLockingFailureException - exception org.springframework.orm.hibernate.HibernateOptimisticLockingFailureException.
Hibernate-specific subclass of ObjectOptimisticLockingFailureException.
HibernateOptimisticLockingFailureException(StaleObjectStateException) - Constructor for class org.springframework.orm.hibernate.HibernateOptimisticLockingFailureException
 
HibernateQueryException - exception org.springframework.orm.hibernate.HibernateQueryException.
Exception thrown on invalid HQL query syntax.
HibernateQueryException(QueryException) - Constructor for class org.springframework.orm.hibernate.HibernateQueryException
 
HibernateSystemException - exception org.springframework.orm.hibernate.HibernateSystemException.
Hibernate-specific subclass of DataAccessException, for Hibernate system errors that do not match any concrete org.springframework.dao exceptions.
HibernateSystemException(HibernateException) - Constructor for class org.springframework.orm.hibernate.HibernateSystemException
 
HibernateTemplate - class org.springframework.orm.hibernate.HibernateTemplate.
Helper class that simplifies Hibernate data access code, and converts checked HibernateExceptions into unchecked DataAccessExceptions, compatible to the org.springframework.dao exception hierarchy.
HibernateTemplate() - Constructor for class org.springframework.orm.hibernate.HibernateTemplate
Create a new HibernateTemplate instance.
HibernateTemplate(SessionFactory) - Constructor for class org.springframework.orm.hibernate.HibernateTemplate
Create a new HibernateTemplate instance.
HibernateTemplate(SessionFactory, boolean) - Constructor for class org.springframework.orm.hibernate.HibernateTemplate
Create a new HibernateTemplate instance.
HibernateTransactionManager - class org.springframework.orm.hibernate.HibernateTransactionManager.
PlatformTransactionManager implementation for single Hibernate session factories.
HibernateTransactionManager() - Constructor for class org.springframework.orm.hibernate.HibernateTransactionManager
Create a new HibernateTransactionManager instance.
HibernateTransactionManager(SessionFactory) - Constructor for class org.springframework.orm.hibernate.HibernateTransactionManager
Create a new HibernateTransactionManager instance.
HibernateTransactionObject - class org.springframework.orm.hibernate.HibernateTransactionObject.
Hibernate transaction object, representing a SessionHolder.
HibernateTransactionObject() - Constructor for class org.springframework.orm.hibernate.HibernateTransactionObject
Create HibernateTransactionObject for new SessionHolder.
HibernateTransactionObject(SessionHolder) - Constructor for class org.springframework.orm.hibernate.HibernateTransactionObject
Create HibernateTransactionObject for existing SessionHolder.
HierarchicalBeanFactory - interface org.springframework.beans.factory.HierarchicalBeanFactory.
Sub-interface implemented by bean factories that can be part of a hierarchy.
HierarchicalMessageSource - interface org.springframework.context.HierarchicalMessageSource.
Sub-interface of MessageSource to be implemented by objects that can resolve messages hierarchically.
HierarchicalThemeSource - interface org.springframework.ui.context.HierarchicalThemeSource.
Sub-interface of ThemeSource to be implemented by objects that can resolve theme messages hierarchically.
HotSwappableTargetSource - class org.springframework.aop.target.HotSwappableTargetSource.
Implementation of TargetSource interface 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 initial target
HsqlMaxValueIncrementer - class org.springframework.jdbc.support.incrementer.HsqlMaxValueIncrementer.
Class to increment 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.
HsqlMaxValueIncrementer(DataSource, String, String) - Constructor for class org.springframework.jdbc.support.incrementer.HsqlMaxValueIncrementer
Convenience constructor.
HtmlEscapeTag - class org.springframework.web.servlet.tags.HtmlEscapeTag.
Sets default HTML escape value for the current page.
HtmlEscapeTag() - Constructor for class org.springframework.web.servlet.tags.HtmlEscapeTag
 
HtmlUtils - class org.springframework.web.util.HtmlUtils.
Utility class for HTML escaping.
HtmlUtils() - Constructor for class org.springframework.web.util.HtmlUtils
 
HttpServletBean - class org.springframework.web.servlet.HttpServletBean.
Simple extension of javax.servlet.http.HttpServlet that treats its config parameters as bean properties.
HttpServletBean() - Constructor for class org.springframework.web.servlet.HttpServletBean
 
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
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.SimpleControllerHandlerAdapter
 
handle(HttpServletRequest, HttpServletResponse, Object) - Method in class org.springframework.web.servlet.mvc.throwaway.ThrowawayControllerHandlerAdapter
 
handleGetObject(String) - Method in class org.springframework.context.support.MessageSourceResourceBundle
This implementation resolves the code in the MessageSource.
handleInvalidSubmit(HttpServletRequest, HttpServletResponse) - Method in class org.springframework.web.servlet.mvc.AbstractFormController
Handle an invalid submit request, e.g.
handleInvalidSubmit(HttpServletRequest, HttpServletResponse) - Method in class org.springframework.web.servlet.mvc.AbstractWizardFormController
Handle an invalid submit request, e.g.
handleNotAuthorized(HttpServletRequest, HttpServletResponse, Object) - Method in class org.springframework.web.servlet.handler.UserRoleAuthorizationInterceptor
Handle a request that is not authorized according to this interceptor.
handleRequest(HttpServletRequest, HttpServletResponse) - Method in class org.springframework.remoting.caucho.BurlapServiceExporter
Process the incoming Burlap request and create a Burlap response.
handleRequest(HttpServletRequest, HttpServletResponse) - Method in class org.springframework.remoting.caucho.HessianServiceExporter
Process the incoming Hessian request and create a Hessian 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.mvc.UrlFilenameViewController
 
handleRequestInternal(HttpServletRequest, HttpServletResponse) - Method in class org.springframework.web.servlet.mvc.AbstractCommandController
 
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
Handles two cases: form submissions and showing a new form.
handleRequestInternal(HttpServletRequest, HttpServletResponse) - Method in class org.springframework.web.servlet.mvc.ParameterizableViewController
 
handleRequestInternal(HttpServletRequest, HttpServletResponse) - Method in class org.springframework.web.servlet.mvc.multiaction.MultiActionController
 
hasConstructorArgumentValues() - Method in class org.springframework.beans.factory.support.RootBeanDefinition
Return if there are constructor argument values for this bean.
hasErrors() - Method in class 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
 
hasFieldErrors(String) - Method in class org.springframework.validation.BindException
 
hasFieldErrors(String) - Method in interface org.springframework.validation.Errors
Return if there are any errors associated with the given field.
hasFieldErrors(String) - Method in class org.springframework.web.bind.EscapedErrors
 
hasGlobalErrors() - Method in class org.springframework.validation.BindException
 
hasGlobalErrors() - Method in interface org.springframework.validation.Errors
Return if there were any global (i.e.
hasGlobalErrors() - Method in class org.springframework.web.bind.EscapedErrors
 
hasLength(String) - Static method in class org.springframework.util.StringUtils
Checks if a String has length.
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.
hasSubmitParameter(ServletRequest, String) - Static method in class org.springframework.web.util.WebUtils
Checks 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").
hasText(String) - Static method in class org.springframework.util.StringUtils
Checks if a String has text.
hasTransaction() - Method in class org.springframework.orm.hibernate.HibernateTransactionObject
 
hasTransaction() - Method in class org.springframework.orm.jdo.JdoTransactionObject
 
hashCode() - Method in class org.springframework.beans.PropertyValue
 
hashCode() - Method in class org.springframework.beans.support.MutableSortDefinition
 
hashCode() - Method in class org.springframework.core.io.AbstractResource
This implementation returns the description's hash code.
hashCode() - Method in class org.springframework.transaction.support.DefaultTransactionDefinition
This implementation of hashCode returns toString's hash code.
hexDigit - Static variable in class org.springframework.util.DefaultPropertiesPersister
A table of hex digits
htmlEscape(String) - Static method in class org.springframework.web.util.HtmlUtils
Turn special characters into HTML character references.
htmlUnescape(String) - Static method in class org.springframework.web.util.HtmlUtils
Turn HTML character references into their plain text UNICODE equivalent.

I

IDREF_ELEMENT - Static variable in class org.springframework.beans.factory.xml.DefaultXmlBeanDefinitionParser
 
ID_ATTRIBUTE - Static variable in class org.springframework.beans.factory.xml.DefaultXmlBeanDefinitionParser
 
INCLUDE_CONTEXT_PATH_REQUEST_ATTRIBUTE - Static variable in class org.springframework.web.util.UrlPathHelper
 
INCLUDE_SERVLET_PATH_REQUEST_ATTRIBUTE - Static variable in class org.springframework.web.util.UrlPathHelper
 
INCLUDE_URI_REQUEST_ATTRIBUTE - Static variable in class org.springframework.web.util.UrlPathHelper
Standard servlet spec request attributes for include URI and paths.
INDEX_ATTRIBUTE - Static variable in class org.springframework.beans.factory.xml.DefaultXmlBeanDefinitionParser
 
INIT_METHOD_ATTRIBUTE - Static variable in class org.springframework.beans.factory.xml.DefaultXmlBeanDefinitionParser
 
ISOLATION_CONSTANT_PREFIX - Static variable in interface org.springframework.transaction.TransactionDefinition
 
ISOLATION_DEFAULT - Static variable in interface org.springframework.transaction.TransactionDefinition
Use the default isolation level of the underlying datastore.
ISOLATION_READ_COMMITTED - Static variable in interface org.springframework.transaction.TransactionDefinition
 
ISOLATION_READ_UNCOMMITTED - Static variable in interface org.springframework.transaction.TransactionDefinition
 
ISOLATION_REPEATABLE_READ - Static variable in interface org.springframework.transaction.TransactionDefinition
 
ISOLATION_SERIALIZABLE - Static variable in interface org.springframework.transaction.TransactionDefinition
 
IllegalTransactionStateException - exception org.springframework.transaction.IllegalTransactionStateException.
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 class org.springframework.transaction.IllegalTransactionStateException
 
IllegalTransactionStateException(String, Throwable) - Constructor for class org.springframework.transaction.IllegalTransactionStateException
 
IncorrectUpdateSemanticsDataAccessException - exception org.springframework.dao.IncorrectUpdateSemanticsDataAccessException.
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 class org.springframework.dao.IncorrectUpdateSemanticsDataAccessException
Constructor for IncorrectUpdateSemanticsDataAccessException.
IncorrectUpdateSemanticsDataAccessException(String, Throwable) - Constructor for class org.springframework.dao.IncorrectUpdateSemanticsDataAccessException
Constructor for IncorrectUpdateSemanticsDataAccessException.
InitializingBean - interface org.springframework.beans.factory.InitializingBean.
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.
InputStreamResource - class org.springframework.core.io.InputStreamResource.
Resource implementation for a given InputStream.
InputStreamResource(InputStream, String) - Constructor for class org.springframework.core.io.InputStreamResource
Create a new InputStreamResource.
InputStreamSource - interface org.springframework.core.io.InputStreamSource.
Simple interface for objects that are sources for java.io.InputStreams.
InternalPathMethodNameResolver - class org.springframework.web.servlet.mvc.multiaction.InternalPathMethodNameResolver.
Simple implementation of MethodNameResolver that maps URL to method name.
InternalPathMethodNameResolver() - Constructor for class org.springframework.web.servlet.mvc.multiaction.InternalPathMethodNameResolver
 
InternalResourceView - class org.springframework.web.servlet.view.InternalResourceView.
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.
InternalResourceViewResolver - class org.springframework.web.servlet.view.InternalResourceViewResolver.
Convenience subclass of UrlBasedViewResolver that supports InternalResourceView (i.e.
InternalResourceViewResolver() - Constructor for class org.springframework.web.servlet.view.InternalResourceViewResolver
Sets default viewClass to InternalResourceView.
IntroductionAdvisor - interface org.springframework.aop.IntroductionAdvisor.
Superinterface for advisors that perform one or more AOP introductions.
IntroductionInterceptor - interface org.springframework.aop.IntroductionInterceptor.
Subinterface of AOP Alliance MethodInterceptor that allows additional interfaces to be implemented by the interceptor, and available via a proxy using that interceptor.
InvalidDataAccessApiUsageException - exception org.springframework.dao.InvalidDataAccessApiUsageException.
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 class org.springframework.dao.InvalidDataAccessApiUsageException
Constructor for InvalidDataAccessApiUsageException.
InvalidDataAccessApiUsageException(String, Throwable) - Constructor for class org.springframework.dao.InvalidDataAccessApiUsageException
Constructor for InvalidDataAccessApiUsageException.
InvalidDataAccessResourceUsageException - exception org.springframework.dao.InvalidDataAccessResourceUsageException.
Root for exceptions thrown when we use a data access resource incorrectly.
InvalidDataAccessResourceUsageException(String) - Constructor for class org.springframework.dao.InvalidDataAccessResourceUsageException
Constructor for InvalidDataAccessResourceUsageException.
InvalidDataAccessResourceUsageException(String, Throwable) - Constructor for class org.springframework.dao.InvalidDataAccessResourceUsageException
Constructor for InvalidDataAccessResourceUsageException.
InvalidIsolationLevelException - exception org.springframework.transaction.InvalidIsolationLevelException.
Exception that gets thrown when an invalid isolation level is specified, i.e.
InvalidIsolationLevelException(String) - Constructor for class org.springframework.transaction.InvalidIsolationLevelException
 
InvalidTimeoutException - exception org.springframework.transaction.InvalidTimeoutException.
Exception that gets thrown when an invalid timeout is specified, i.e.
InvalidTimeoutException(String, int) - Constructor for class org.springframework.transaction.InvalidTimeoutException
 
ignoreDependencyType(Class) - Method in interface org.springframework.beans.factory.config.ConfigurableBeanFactory
Ignore the given dependency type for autowiring.
ignoreDependencyType(Class) - Method in class org.springframework.beans.factory.support.AbstractBeanFactory
 
implementsInterface(Class) - Method in interface org.springframework.aop.IntroductionInterceptor
Does this IntroductionInterceptor implement the given interface?
implementsInterface(Class) - Method in class org.springframework.aop.support.DelegatingIntroductionInterceptor
 
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(Interceptor) - Method in class org.springframework.aop.framework.AdvisedSupport
Return the index (from 0) of the given AOP Alliance interceptor, or -1 if no such interceptor is an advice for this proxy.
indexOf(Advisor) - Method in class org.springframework.aop.framework.AdvisedSupport
Return the index (from 0) of the given advisor, or -1 if no such advisor applies to this proxy.
init() - Method in class org.springframework.jdbc.datasource.SingleConnectionDataSource
Initialize the underlying connection via DriverManager.
init(Connection) - Method in class org.springframework.jdbc.datasource.SingleConnectionDataSource
Initialize the underlying connection.
init(Object) - Method in class org.springframework.remoting.jaxrpc.ServletEndpointSupport
Initialize this JAX-RPC servlet endpoint.
init(RuntimeServices) - Method in class org.springframework.ui.velocity.CommonsLoggingLogSystem
 
init(ExtendedProperties) - Method in class org.springframework.ui.velocity.SpringResourceLoader
 
init() - Method in class org.springframework.web.context.ContextLoaderServlet
Initialize the root web application context.
init(FilterConfig) - Method in class org.springframework.web.filter.GenericFilterBean
Map config parameters onto bean properties of this filter, and invoke subclass initialization.
init() - Method in class org.springframework.web.servlet.HttpServletBean
Map config parameters onto bean properties of this servlet, and invoke subclass initialization.
init() - Method in class org.springframework.web.util.Log4jConfigServlet
 
initApplicationContext() - Method in class org.springframework.context.support.ApplicationObjectSupport
Subclasses can override this for custom initialization behavior.
initApplicationContext() - Method in class org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping
 
initApplicationContext() - Method in class org.springframework.web.servlet.handler.SimpleUrlHandlerMapping
 
initApplicationContext() - Method in class org.springframework.web.servlet.handler.metadata.AbstractPathMapHandlerMapping
Look for all classes with a PathMap class attribute, instantiate them in the owning ApplicationContext and register them as MVC handlers usable by the current DispatcherServlet.
initApplicationContext() - Method in class org.springframework.web.servlet.mvc.ParameterizableViewController
 
initApplicationContext() - Method in class org.springframework.web.servlet.view.AbstractUrlBasedView
Overridden lifecycle method to check that 'url' property is set.
initApplicationContext() - Method in class org.springframework.web.servlet.view.XmlViewResolver
Pre-initialize the factory from the XML file.
initApplicationContext() - Method in class org.springframework.web.servlet.view.freemarker.FreeMarkerView
Invoked on startup.
initApplicationContext() - Method in class org.springframework.web.servlet.view.tiles.TilesConfigurer
Initialization of the Tiles definition factory.
initApplicationContext() - Method in class org.springframework.web.servlet.view.tiles.TilesView
 
initApplicationContext() - Method in class org.springframework.web.servlet.view.velocity.VelocityView
Invoked on startup.
initApplicationContext() - Method in class org.springframework.web.servlet.view.xslt.AbstractXsltView
Here we load our template, as we need the ApplicationContext to do it.
initBeanDefinitionReader(XmlBeanDefinitionReader) - Method in class org.springframework.context.support.AbstractXmlApplicationContext
Initialize the bean definition reader used for loading the bean definitions of this context.
initBeanWrapper(BeanWrapper) - Method in class org.springframework.beans.factory.support.AbstractBeanFactory
Initialize the given BeanWrapper with the custom editors registered with this factory.
initBinder(ServletRequest, ServletRequestDataBinder) - Method in interface org.springframework.web.bind.BindInitializer
Initialize the given binder instance, e.g.
initBinder(HttpServletRequest, ServletRequestDataBinder) - Method in class org.springframework.web.servlet.mvc.BaseCommandController
Initialize the given binder instance, for example with custom editors.
initDao() - Method in class org.springframework.jdbc.core.support.JdbcDaoSupport
Subclasses can override this for custom initialization behavior.
initDao() - Method in class org.springframework.orm.hibernate.support.HibernateDaoSupport
Subclasses can override this for custom initialization behavior.
initDao() - Method in class org.springframework.orm.ibatis.support.SqlMapClientDaoSupport
Subclasses can override this for custom initialization behavior.
initDao() - Method in class org.springframework.orm.ibatis.support.SqlMapDaoSupport
Subclasses can override this for custom initialization behavior.
initDao() - Method in class org.springframework.orm.jdo.support.JdoDaoSupport
Subclasses can override this for custom initialization behavior.
initFactory(Locale) - Method in class org.springframework.web.servlet.view.ResourceBundleViewResolver
Initialize the BeanFactory from the ResourceBundle, for the given locale.
initFactory() - Method in class org.springframework.web.servlet.view.XmlViewResolver
Initialize the BeanFactory from the XML file.
initFileMap(MultipartRequest) - Method in class org.springframework.web.multipart.cos.CosMultipartHttpServletRequest
 
initFilterBean() - Method in class org.springframework.web.filter.GenericFilterBean
Subclasses may override this to perform custom initialization.
initFilterBean() - Method in class org.springframework.web.multipart.support.MultipartFilter
Fetch a reference to the MultipartResolver via lookupMultipartResolver and stores it for use in this filter.
initFrameworkServlet() - Method in class org.springframework.web.servlet.DispatcherServlet
Overridden method, invoked after any bean properties have been set and the WebApplicationContext and BeanFactory for this namespace is available.
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.
initLogging(String) - Static method in class org.springframework.util.Log4jConfigurer
Initialize Log4J with the given configuration and the default refresh interval.
initLogging(String, long) - Static method in class org.springframework.util.Log4jConfigurer
Initialize Log4J with the given configuration.
initLogging(ServletContext) - Static method in class org.springframework.web.util.Log4jWebConfigurer
 
initParent(Theme) - Method in class org.springframework.ui.context.support.ResourceBundleThemeSource
Initialize the MessageSource of the given theme with the one from the respective parentThemeSource of this ThemeSource.
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.
initSynchronization() - Static method in class org.springframework.transaction.support.TransactionSynchronizationManager
Activate thread synchronizations for the current thread.
initThemeSource(ApplicationContext) - Static method in class org.springframework.ui.context.support.UiApplicationContextUtils
Initialize the ThemeSource for the given application context, auto-detecting a bean with the name "themeSource".
initWebApplicationContext(ServletContext) - Method in class org.springframework.web.context.ContextLoader
Initialize Spring's web application context for the given servlet context, regarding the "contextClass" and "contextConfigLocation" context-params.
initWebApplicationContext() - Method in class org.springframework.web.servlet.FrameworkServlet
Initialize and publish the WebApplicationContext for this servlet.
insert(String, Object) - Method in interface org.springframework.orm.ibatis.SqlMapClientOperations
 
insert(String, Object) - Method in class org.springframework.orm.ibatis.SqlMapClientTemplate
 
instantiateClass(Class) - Static method in class org.springframework.beans.BeanUtils
Convenience method to instantiate a class using its no-arg constructor.
instantiateClass(Constructor, Object[]) - Static method in class org.springframework.beans.BeanUtils
Convenience method to instantiate a class using the given constructor.
interceptorIncluded(Interceptor) - Method in class org.springframework.aop.framework.AdvisedSupport
Is this interceptor included in any advisor?
interceptorsAndDynamicMethodMatchers - Variable in class org.springframework.aop.framework.ReflectiveMethodInvocation
List of Methodnterceptor and InterceptorAndDynamicMethodMatcher that need dynamic checks.
intersection(ClassFilter, ClassFilter) - Static method in class org.springframework.aop.support.ClassFilters
 
intersection(ClassFilter) - Method in class org.springframework.aop.support.ComposablePointcut
 
intersection(MethodMatcher) - Method in class org.springframework.aop.support.ComposablePointcut
 
intersection(Pointcut) - Method in class org.springframework.aop.support.ComposablePointcut
 
intersection(MethodMatcher, MethodMatcher) - Static method in class org.springframework.aop.support.MethodMatchers
 
intersection(Pointcut, Pointcut) - Static method in class org.springframework.aop.support.Pointcuts
 
invoke(MethodInvocation) - Method in class org.springframework.aop.interceptor.ClassLoaderAnalyzerInterceptor
 
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.PerformanceMonitorInterceptor
 
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(MethodInvocation) - Method in class org.springframework.context.event.EventPublicationInterceptor
 
invoke(MethodInvocation) - Method in class org.springframework.ejb.access.LocalSlsbInvokerInterceptor
This is the last invoker in the chain: invoke the EJB.
invoke(MethodInvocation) - Method in class org.springframework.ejb.access.SimpleRemoteSlsbInvokerInterceptor
This is the last invoker in the chain.
invoke(MethodInvocation) - Method in class org.springframework.orm.hibernate.HibernateInterceptor
 
invoke(MethodInvocation) - Method in class org.springframework.orm.jdo.JdoInterceptor
 
invoke(MethodInvocation) - Method in class org.springframework.remoting.caucho.BurlapClientInterceptor
 
invoke(MethodInvocation) - Method in class org.springframework.remoting.caucho.HessianClientInterceptor
 
invoke(MethodInvocation) - Method in class org.springframework.remoting.jaxrpc.JaxRpcPortClientInterceptor
 
invoke(MethodInvocation) - Method in class org.springframework.remoting.rmi.RmiClientInterceptor
 
invoke(MethodInvocation, RmiInvocationHandler) - Method in class org.springframework.remoting.rmi.RmiClientInterceptor
Apply the given AOP method invocation to the given RmiInvocationHandler.
invoke(RemoteInvocation) - Method in interface org.springframework.remoting.rmi.RmiInvocationHandler
Apply the given invocation to the target object.
invoke(RemoteInvocation, Object) - Method in class org.springframework.remoting.rmi.RmiServiceExporter
Apply the given remote invocation to the given target object.
invoke(MethodInvocation) - Method in class org.springframework.transaction.interceptor.TransactionInterceptor
 
invoke() - Method in class org.springframework.util.MethodInvoker
Invoke the specified method.
invokeCustomDestroyMethod(String, Object, String) - Method in class org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory
Invoke the specified custom destroy method on the given bean.
invokeInitMethods(Object, String, 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).
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.framework.AopProxyUtils
Invoke the target directly via reflection.
invokeNamedMethod(String, HttpServletRequest, HttpServletResponse) - Method in class org.springframework.web.servlet.mvc.multiaction.MultiActionController
Invoke the named method.
invokeValidator(Validator, Object, Errors) - Static method in class org.springframework.validation.ValidationUtils
Invoke the given validator for the given object and Errors instance.
isActive() - Method in class org.springframework.aop.framework.AdvisedSupport
Subclasses can call this to check whether any AOP proxies have been created yet.
isAllowCreate() - Method in class org.springframework.orm.hibernate.HibernateTemplate
Return if a new Session should be created if no thread-bound found.
isAllowCreate() - Method in class org.springframework.orm.jdo.JdoTemplate
Return if a new Session should be created if no thread-bound found.
isAllowed(String) - Method in class org.springframework.validation.DataBinder
Return if the given field is allowed for binding.
isAopProxy(Object) - Static method in class org.springframework.aop.framework.support.AopUtils
 
isAscending() - Method in class org.springframework.beans.support.MutableSortDefinition
 
isAscending() - Method in interface org.springframework.beans.support.SortDefinition
Return if ascending or descending.
isAssignable(Class, Object) - Static method in class org.springframework.beans.BeanUtils
Determine if the given type is assignable from the given value, assuming setting by reflection.
isBindOnNewForm() - Method in class org.springframework.web.servlet.mvc.AbstractFormController
Return if request parameters should be bound in case of a new form.
isBindingFailure() - Method in class org.springframework.validation.FieldError
 
isCache() - Method in class org.springframework.web.servlet.view.AbstractCachingViewResolver
Return if caching is enabled.
isCancel(HttpServletRequest) - Method in class org.springframework.web.servlet.mvc.AbstractWizardFormController
Return if cancel action is specified in the request.
isCglibProxy(Object) - Static method in class org.springframework.aop.framework.support.AopUtils
 
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.
isDebug() - Method in class org.springframework.transaction.support.DefaultTransactionStatus
Return whether the progress of this transaction is debugged.
isDefaultHtmlEscape() - Method in class org.springframework.web.servlet.support.RequestContext
Default HTML escaping?
isDefaultHtmlEscape(PageContext) - Static method in class org.springframework.web.servlet.tags.HtmlEscapeTag
Retrieve the default HTML escaping setting from the given PageContext, falling back to the ServletContext init parameter.
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 interface org.springframework.web.multipart.MultipartFile
Return whether the uploaded file is empty in the sense that no file has been chosen in the multipart form.
isEmpty() - Method in class org.springframework.web.multipart.commons.CommonsMultipartFile
 
isError() - Method in class org.springframework.web.servlet.tags.BindStatus
Return if this status represents a field or object error.
isExistingTransaction(Object) - Method in class org.springframework.jdbc.datasource.DataSourceTransactionManager
 
isExistingTransaction(Object) - Method in class org.springframework.orm.hibernate.HibernateTransactionManager
 
isExistingTransaction(Object) - Method in class org.springframework.orm.jdo.JdoTransactionManager
 
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, i.e.
isExpressionLanguage(String) - Static method in class org.springframework.web.util.ExpressionEvaluationUtils
Check if the given expression value is an EL expression.
isFactoryDereference(String) - Method in class org.springframework.beans.factory.support.AbstractBeanFactory
Return whether this name is a factory dereference (beginning with the factory dereference prefix).
isFinish(HttpServletRequest) - Method in class org.springframework.web.servlet.mvc.AbstractWizardFormController
Return if finish action is specified in the request.
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.timer.ScheduledTimerTask
Return whether to schedule as fixed-rate execution.
isFlushEager() - Method in class org.springframework.orm.jdo.JdoAccessor
Return if this accessor should flush changes to the database eagerly.
isFormSubmission(HttpServletRequest) - Method in class org.springframework.web.servlet.mvc.AbstractFormController
Determine if the given request represents a form submission.
isFrozen() - Method in interface org.springframework.aop.framework.Advised
 
isFrozen() - Method in class org.springframework.aop.framework.ProxyConfig
 
isFunction() - Method in class org.springframework.jdbc.object.SqlCall
Get the flag used to indicate that this call is for a function.
isHtmlEscape() - Method in class org.springframework.web.servlet.tags.RequestContextAwareTag
Returns the HTML escaping setting for this tag, or the default setting if not overridden.
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.
isInfrastructureClass(Object, String) - Method in class org.springframework.aop.framework.autoproxy.AbstractAutoProxyCreator
 
isInterfaceProxied(Class) - Method in interface org.springframework.aop.framework.Advised
Return whether this interface is proxied
isInterfaceProxied(Class) - Method in class org.springframework.aop.framework.AdvisedSupport
 
isJdkDynamicProxy(Object) - Static method in class org.springframework.aop.framework.support.AopUtils
 
isLastPage() - Method in class org.springframework.beans.support.PagedListHolder
Return if the current page is the last one.
isLazyInit() - Method in class org.springframework.beans.factory.support.AbstractBeanDefinition
Return whether this bean should be lazily initialized.
isMaintainSession() - Method in class org.springframework.remoting.jaxrpc.JaxRpcPortClientInterceptor
 
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.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.
isMethodOnIntroducedInterface(MethodInvocation) - Method in class org.springframework.aop.support.DelegatingIntroductionInterceptor
Is this method on an introduced interface?
isMultipart(HttpServletRequest) - Method in interface org.springframework.web.multipart.MultipartResolver
Determine if the request contains multipart content.
isMultipart(HttpServletRequest) - Method in class org.springframework.web.multipart.commons.CommonsMultipartResolver
 
isMultipart(HttpServletRequest) - Method in class org.springframework.web.multipart.cos.CosMultipartResolver
 
isMutable() - Method in class org.springframework.orm.hibernate.support.ClobStringType
 
isNativeConnectionNecessaryForNativeCallableStatements() - Method in class org.springframework.jdbc.support.nativejdbc.CommonsDbcpNativeJdbcExtractor
 
isNativeConnectionNecessaryForNativeCallableStatements() - Method in class org.springframework.jdbc.support.nativejdbc.JBossNativeJdbcExtractor
 
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.SimpleNativeJdbcExtractor
 
isNativeConnectionNecessaryForNativeCallableStatements() - Method in class org.springframework.jdbc.support.nativejdbc.XAPoolNativeJdbcExtractor
 
isNativeConnectionNecessaryForNativePreparedStatements() - Method in class org.springframework.jdbc.support.nativejdbc.CommonsDbcpNativeJdbcExtractor
 
isNativeConnectionNecessaryForNativePreparedStatements() - Method in class org.springframework.jdbc.support.nativejdbc.JBossNativeJdbcExtractor
 
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.SimpleNativeJdbcExtractor
 
isNativeConnectionNecessaryForNativePreparedStatements() - Method in class org.springframework.jdbc.support.nativejdbc.XAPoolNativeJdbcExtractor
 
isNativeConnectionNecessaryForNativeStatements() - Method in class org.springframework.jdbc.support.nativejdbc.CommonsDbcpNativeJdbcExtractor
 
isNativeConnectionNecessaryForNativeStatements() - Method in class org.springframework.jdbc.support.nativejdbc.JBossNativeJdbcExtractor
 
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.SimpleNativeJdbcExtractor
 
isNativeConnectionNecessaryForNativeStatements() - Method in class org.springframework.jdbc.support.nativejdbc.XAPoolNativeJdbcExtractor
 
isNewPersistenceManagerHolder() - Method in class org.springframework.orm.jdo.JdoTransactionObject
 
isNewSessionHolder() - Method in class org.springframework.orm.hibernate.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 interface org.springframework.transaction.TransactionStatus
Return if the transaction is new, else participating in an existing transaction.
isNewTransaction() - Method in class org.springframework.transaction.support.DefaultTransactionStatus
 
isNumeric(int) - Static method in class org.springframework.jdbc.support.JdbcUtils
Check that a SQL type is numeric.
isOpen() - Method in class org.springframework.core.io.AbstractResource
This implementations always returns false.
isOpen() - Method in class org.springframework.core.io.InputStreamResource
 
isOpen() - Method in interface org.springframework.core.io.Resource
Return whether this resource represents a handle with an open stream.
isPerInstance() - Method in interface org.springframework.aop.Advisor
Return whether this advice is associated with a particular instance (for example, creating a mixin) or is it shared with all instances of the advised class obtained from the same Spring bean factory.
isPerInstance() - Method in class org.springframework.aop.support.DefaultIntroductionAdvisor
Default for an introduction is per-instance interception.
isPerInstance() - Method in class org.springframework.aop.support.DefaultPointcutAdvisor
 
isPerInstance() - Method in class org.springframework.aop.support.DynamicMethodMatcherPointcutAdvisor
 
isPerInstance() - Method in class org.springframework.aop.support.NameMatchMethodPointcutAdvisor
 
isPerInstance() - Method in class org.springframework.aop.support.RegexpMethodPointcutAdvisor
 
isPerInstance() - Method in class org.springframework.aop.support.StaticMethodMatcherPointcutAdvisor
 
isPrimitiveArray(Class) - Static method in class org.springframework.beans.BeanUtils
Check if the given class represents a primitive array, i.e.
isPrimitiveWrapperArray(Class) - Static method in class org.springframework.beans.BeanUtils
Check if the given class represents an array of primitive wrappers, i.e.
isPublishContext() - Method in class org.springframework.web.servlet.FrameworkServlet
Return whether to publish this servlet's context as a ServletContext attribute.
isReadOnly() - Method in interface org.springframework.transaction.TransactionDefinition
Return whether to optimize as read-only transaction.
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.
isReadableProperty(String) - Method in interface org.springframework.beans.BeanWrapper
Return whether this property is readable.
isReadableProperty(String) - Method in class org.springframework.beans.BeanWrapperImpl
 
isReference() - Method in class org.springframework.web.servlet.ModelAndView
Return whether we use a view reference, i.e.
isResourceRef() - Method in class org.springframework.jndi.AbstractJndiLocator
Return if the lookup occurs in a J2EE container.
isResultSetSupported() - Method in class org.springframework.jdbc.core.SqlOutParameter
 
isRollbackOnCommitFailure() - Method in class org.springframework.transaction.support.AbstractPlatformTransactionManager
Return if a rollback should be performed on failure of the commit call.
isRollbackOnly(Object) - Method in class org.springframework.jdbc.datasource.DataSourceTransactionManager
 
isRollbackOnly(Object) - Method in class org.springframework.orm.hibernate.HibernateTransactionManager
 
isRollbackOnly(Object) - Method in class org.springframework.orm.jdo.JdoTransactionManager
 
isRollbackOnly() - Method in interface org.