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.springframework.transaction.TransactionStatus
Return if the transaction has been set rollback-only.
isRollbackOnly(Object) - Method in class org.springframework.transaction.jta.JtaTransactionManager
 
isRollbackOnly(Object) - Method in class org.springframework.transaction.support.AbstractPlatformTransactionManager
Check if the given transaction object indicates a rollback-only, assumably from a nested transaction (else, the TransactionStatus of this transaction would have indicated rollback-only).
isRollbackOnly() - Method in class org.springframework.transaction.support.DefaultTransactionStatus
 
isRollbackOnly() - Method in class org.springframework.transaction.support.ResourceHolderSupport
Return whether the resource transaction is marked as rollback-only.
isRowMapperSupported() - Method in class org.springframework.jdbc.core.SqlOutParameter
 
isRowMapperSupported() - Method in class org.springframework.jdbc.core.SqlReturnResultSet
 
isRunning() - Method in class org.springframework.util.StopWatch
Returns whether the stopwatch is currently running.
isRuntime() - Method in interface org.springframework.aop.MethodMatcher
Is this MethodMatcher dynamic? Must a final call be made on the matches(Method, Class, Object[]) method at runtime even if the 2-arg matches method returns true? Can be invoked when an AOP proxy is created, and need not be invoked again before each method invocation,
isRuntime() - Method in class org.springframework.aop.support.ControlFlowPointcut
 
isRuntime() - Method in class org.springframework.aop.support.DynamicMethodMatcher
 
isRuntime() - Method in class org.springframework.aop.support.StaticMethodMatcher
 
isSessionForm() - Method in class org.springframework.web.servlet.mvc.AbstractFormController
Return if session form mode is activated.
isSimpleProperty(Class) - Static method in class org.springframework.beans.BeanUtils
Check if the given class represents a "simple" property, i.e.
isSingleton() - Method in class org.springframework.aop.framework.ProxyFactoryBean
 
isSingleton(String) - Method in interface org.springframework.beans.factory.BeanFactory
Is this bean a singleton? That is, will getBean() always return the same object?
isSingleton() - Method in interface org.springframework.beans.factory.FactoryBean
Is the bean managed by this factory a singleton or a prototype? That is, will getObject() always return the same object?
isSingleton() - Method in class org.springframework.beans.factory.config.CommonsLogFactoryBean
 
isSingleton() - Method in class org.springframework.beans.factory.config.ListFactoryBean
 
isSingleton() - Method in class org.springframework.beans.factory.config.MapFactoryBean
 
isSingleton() - Method in class org.springframework.beans.factory.config.MethodInvokingFactoryBean
 
isSingleton() - Method in class org.springframework.beans.factory.config.PropertiesFactoryBean
 
isSingleton() - Method in class org.springframework.beans.factory.config.ResourceFactoryBean
 
isSingleton() - Method in class org.springframework.beans.factory.config.SetFactoryBean
 
isSingleton() - Method in class org.springframework.beans.factory.support.AbstractBeanDefinition
Return whether this a Singleton, with a single, shared instance returned on all calls,
isSingleton(String) - Method in class org.springframework.beans.factory.support.AbstractBeanFactory
 
isSingleton(String) - Method in class org.springframework.beans.factory.support.StaticListableBeanFactory
 
isSingleton(String) - Method in class org.springframework.context.support.AbstractApplicationContext
 
isSingleton() - Method in class org.springframework.ejb.access.LocalStatelessSessionProxyFactoryBean
 
isSingleton() - Method in class org.springframework.ejb.access.SimpleRemoteStatelessSessionProxyFactoryBean
 
isSingleton() - Method in class org.springframework.jndi.JndiObjectFactoryBean
 
isSingleton() - Method in class org.springframework.orm.hibernate.LocalSessionFactoryBean
 
isSingleton() - Method in class org.springframework.orm.ibatis.SqlMapClientFactoryBean
 
isSingleton() - Method in class org.springframework.orm.ibatis.SqlMapFactoryBean
 
isSingleton() - Method in class org.springframework.orm.jdo.LocalPersistenceManagerFactoryBean
 
isSingleton() - Method in class org.springframework.remoting.caucho.BurlapProxyFactoryBean
 
isSingleton() - Method in class org.springframework.remoting.caucho.HessianProxyFactoryBean
 
isSingleton() - Method in class org.springframework.remoting.jaxrpc.JaxRpcPortProxyFactoryBean
 
isSingleton() - Method in class org.springframework.remoting.jaxrpc.LocalJaxRpcServiceFactoryBean
 
isSingleton() - Method in class org.springframework.remoting.rmi.RmiProxyFactoryBean
 
isSingleton() - Method in class org.springframework.scheduling.quartz.MethodInvokingJobDetailFactoryBean
 
isSingleton() - Method in class org.springframework.scheduling.quartz.SchedulerFactoryBean
 
isSingleton() - Method in class org.springframework.scheduling.timer.MethodInvokingTimerTaskFactoryBean
 
isSingleton() - Method in class org.springframework.scheduling.timer.TimerFactoryBean
 
isSingleton() - Method in class org.springframework.transaction.interceptor.TransactionProxyFactoryBean
 
isSingleton() - Method in class org.springframework.transaction.jta.JotmFactoryBean
 
isSingleton() - Method in class org.springframework.transaction.jta.WebSphereTransactionManagerFactoryBean
 
isSingleton() - Method in class org.springframework.ui.freemarker.FreeMarkerConfigurationFactoryBean
 
isSingleton() - Method in class org.springframework.ui.velocity.VelocityEngineFactoryBean
 
isSourceModified(Resource) - Method in class org.springframework.ui.velocity.SpringResourceLoader
 
isStatementCache() - Method in class org.springframework.orm.hibernate.LocalDataSourceConnectionProvider
Only used in Hibernate 2.0's ConnectionProvider.
isStatic() - Method in interface org.springframework.aop.TargetSource
 
isStatic() - Method in class org.springframework.aop.target.AbstractPrototypeTargetSource
 
isStatic() - Method in class org.springframework.aop.target.HotSwappableTargetSource
 
isStatic() - Method in class org.springframework.aop.target.SingletonTargetSource
 
isSuppressClose() - Method in class org.springframework.jdbc.datasource.SingleConnectionDataSource
Return if the returned connection will be a close-suppressing proxy or the physical connection.
isSynchronizationActive() - Static method in class org.springframework.transaction.support.TransactionSynchronizationManager
Return if thread synchronizations are active for the current thread.
isSynchronizedWithTransaction() - Method in class org.springframework.orm.hibernate.SessionHolder
 
isToggleAscendingOnProperty() - Method in class org.springframework.beans.support.MutableSortDefinition
 
isUpdatableResults() - Method in class org.springframework.jdbc.object.SqlOperation
Return whether prepared statements will return updatable ResultSets.
isValidateOnBinding() - Method in class org.springframework.web.servlet.mvc.BaseCommandController
Return if the Validator should get applied when binding.
isWritableProperty(String) - Method in interface org.springframework.beans.BeanWrapper
Return whether this property is writable.
isWritableProperty(String) - Method in class org.springframework.beans.BeanWrapperImpl
 

J

JAVA_13 - Static variable in class org.springframework.core.JdkVersion
 
JAVA_14 - Static variable in class org.springframework.core.JdkVersion
 
JAVA_15 - Static variable in class org.springframework.core.JdkVersion
 
JBossNativeJdbcExtractor - class org.springframework.jdbc.support.nativejdbc.JBossNativeJdbcExtractor.
Implementation of the NativeJdbcExtractor interface for the JBoss 3.2 connection pool.
JBossNativeJdbcExtractor() - Constructor for class org.springframework.jdbc.support.nativejdbc.JBossNativeJdbcExtractor
 
JavaMailSender - interface org.springframework.mail.javamail.JavaMailSender.
Extended MailSender interface for JavaMail, supporting MIME messages both as direct arguments and via preparation callbacks.
JavaMailSenderImpl - class org.springframework.mail.javamail.JavaMailSenderImpl.
Implementation of the JavaMailSender interface.
JavaMailSenderImpl() - Constructor for class org.springframework.mail.javamail.JavaMailSenderImpl
 
JaxRpcPortClientInterceptor - class org.springframework.remoting.jaxrpc.JaxRpcPortClientInterceptor.
Interceptor for accessing a specific port of a JAX-RPC service.
JaxRpcPortClientInterceptor() - Constructor for class org.springframework.remoting.jaxrpc.JaxRpcPortClientInterceptor
 
JaxRpcPortProxyFactoryBean - class org.springframework.remoting.jaxrpc.JaxRpcPortProxyFactoryBean.
FactoryBean for a specific port of a JAX-RPC service.
JaxRpcPortProxyFactoryBean() - Constructor for class org.springframework.remoting.jaxrpc.JaxRpcPortProxyFactoryBean
 
JdbcAccessor - class org.springframework.jdbc.support.JdbcAccessor.
Base class for JdbcTemplate and other JDBC-accessing DAO helpers, defining common properties like exception translator.
JdbcAccessor() - Constructor for class org.springframework.jdbc.support.JdbcAccessor
 
JdbcBeanDefinitionReader - class org.springframework.jdbc.core.support.JdbcBeanDefinitionReader.
ListableBeanFactory implementation that reads values from a database table.
JdbcBeanDefinitionReader(DefaultListableBeanFactory) - Constructor for class org.springframework.jdbc.core.support.JdbcBeanDefinitionReader
Create a new JdbcBeanDefinitionReader for the given bean factory.
JdbcDaoSupport - class org.springframework.jdbc.core.support.JdbcDaoSupport.
Convenient super class for JDBC data access objects.
JdbcDaoSupport() - Constructor for class org.springframework.jdbc.core.support.JdbcDaoSupport
 
JdbcOperations - interface org.springframework.jdbc.core.JdbcOperations.
Interface that specifies a basic set of JDBC operations.
JdbcTemplate - class org.springframework.jdbc.core.JdbcTemplate.
This is the central class in the JDBC core package. It simplifies the use of JDBC and helps to avoid common errors.
JdbcTemplate() - Constructor for class org.springframework.jdbc.core.JdbcTemplate
Construct a new JdbcTemplate for bean usage.
JdbcTemplate(DataSource) - Constructor for class org.springframework.jdbc.core.JdbcTemplate
Construct a new JdbcTemplate, given a DataSource to obtain connections from.
JdbcTemplate.ListResultSetExtractor - class org.springframework.jdbc.core.JdbcTemplate.ListResultSetExtractor.
ResultSetExtractor implementation that returns an ArrayList of HashMaps.
JdbcTemplate.ListResultSetExtractor() - Constructor for class org.springframework.jdbc.core.JdbcTemplate.ListResultSetExtractor
 
JdbcTemplate.ObjectResultSetExtractor - class org.springframework.jdbc.core.JdbcTemplate.ObjectResultSetExtractor.
ResultSetExtractor implementation that returns single result object.
JdbcTemplate.ObjectResultSetExtractor(Class) - Constructor for class org.springframework.jdbc.core.JdbcTemplate.ObjectResultSetExtractor
 
JdbcTemplate.RowCallbackHandlerResultSetExtractor - class org.springframework.jdbc.core.JdbcTemplate.RowCallbackHandlerResultSetExtractor.
Adapter to enable use of a RowCallbackHandler inside a ResultSetExtractor.
JdbcTemplate.RowCallbackHandlerResultSetExtractor(RowCallbackHandler) - Constructor for class org.springframework.jdbc.core.JdbcTemplate.RowCallbackHandlerResultSetExtractor
 
JdbcTemplate.SimpleCallableStatementCreator - class org.springframework.jdbc.core.JdbcTemplate.SimpleCallableStatementCreator.
Simple adapter for CallableStatementCreator, allowing to use a plain SQL statement.
JdbcTemplate.SimpleCallableStatementCreator(String) - Constructor for class org.springframework.jdbc.core.JdbcTemplate.SimpleCallableStatementCreator
 
JdbcTemplate.SimplePreparedStatementCreator - class org.springframework.jdbc.core.JdbcTemplate.SimplePreparedStatementCreator.
Simple adapter for PreparedStatementCreator, allowing to use a plain SQL statement.
JdbcTemplate.SimplePreparedStatementCreator(String) - Constructor for class org.springframework.jdbc.core.JdbcTemplate.SimplePreparedStatementCreator
 
JdbcUpdateAffectedIncorrectNumberOfRowsException - exception org.springframework.jdbc.JdbcUpdateAffectedIncorrectNumberOfRowsException.
Exception thrown when a JDBC update affects an unexpected number of rows.
JdbcUpdateAffectedIncorrectNumberOfRowsException(String, int, int) - Constructor for class org.springframework.jdbc.JdbcUpdateAffectedIncorrectNumberOfRowsException
 
JdbcUtils - class org.springframework.jdbc.support.JdbcUtils.
Utility methods for SQL statements.
JdbcUtils() - Constructor for class org.springframework.jdbc.support.JdbcUtils
 
JdkVersion - class org.springframework.core.JdkVersion.
Class used to find the current JVM version.
JdkVersion() - Constructor for class org.springframework.core.JdkVersion
 
JdoAccessor - class org.springframework.orm.jdo.JdoAccessor.
Base class for JdoTemplate and JdoInterceptor, defining common properties like flushing behavior.
JdoAccessor() - Constructor for class org.springframework.orm.jdo.JdoAccessor
 
JdoCallback - interface org.springframework.orm.jdo.JdoCallback.
Callback interface for JDO code.
JdoDaoSupport - class org.springframework.orm.jdo.support.JdoDaoSupport.
Convenient super class for JDO data access objects.
JdoDaoSupport() - Constructor for class org.springframework.orm.jdo.support.JdoDaoSupport
 
JdoDialect - interface org.springframework.orm.jdo.JdoDialect.
Strategy that encapsulates certain functionality that standard JDO 1.0 does not offer despite being relevant in the context of O/R mapping, like access to the underlying JDBC connection and explicit flushing of changes to the database.
JdoInterceptor - class org.springframework.orm.jdo.JdoInterceptor.
This interceptor binds a new JDO PersistenceManager to the thread before a method call, closing and removing it afterwards in case of any method outcome.
JdoInterceptor() - Constructor for class org.springframework.orm.jdo.JdoInterceptor
 
JdoSystemException - exception org.springframework.orm.jdo.JdoSystemException.
JDO-specific subclass of DataAccessException, for Hibernate system errors that do not match any concrete org.springframework.dao exceptions.
JdoSystemException(JDOException) - Constructor for class org.springframework.orm.jdo.JdoSystemException
 
JdoTemplate - class org.springframework.orm.jdo.JdoTemplate.
Helper class that simplifies JDO data access code, and converts JDOExceptions into JdoUsage/JdoSystemException, compatible to the org.springframework.dao exception hierarchy.
JdoTemplate() - Constructor for class org.springframework.orm.jdo.JdoTemplate
Create a new JdoTemplate instance.
JdoTemplate(PersistenceManagerFactory) - Constructor for class org.springframework.orm.jdo.JdoTemplate
Create a new JdoTemplate instance.
JdoTransactionManager - class org.springframework.orm.jdo.JdoTransactionManager.
PlatformTransactionManager implementation for single JDO persistence manager factories.
JdoTransactionManager() - Constructor for class org.springframework.orm.jdo.JdoTransactionManager
Create a new JdoTransactionManager instance.
JdoTransactionManager(PersistenceManagerFactory) - Constructor for class org.springframework.orm.jdo.JdoTransactionManager
Create a new JdoTransactionManager instance.
JdoTransactionObject - class org.springframework.orm.jdo.JdoTransactionObject.
JDO transaction object, representing a PersistenceManagerHolder.
JdoTransactionObject() - Constructor for class org.springframework.orm.jdo.JdoTransactionObject
Create JdoTransactionObject for new PersistenceManagerHolder.
JdoTransactionObject(PersistenceManagerHolder) - Constructor for class org.springframework.orm.jdo.JdoTransactionObject
Create JdoTransactionObject for existing PersistenceManagerHolder.
JdoUsageException - exception org.springframework.orm.jdo.JdoUsageException.
JDO-specific subclass of DataAccessException, for JDO usage exception that do not match any concrete org.springframework.dao exceptions.
JdoUsageException(JDOException) - Constructor for class org.springframework.orm.jdo.JdoUsageException
 
JndiBeanFactoryLocator - class org.springframework.beans.factory.access.JndiBeanFactoryLocator.
BeanFactoryLocator implementation that creates the BeanFactory from file locations specified as JNDI environment variable.
JndiBeanFactoryLocator() - Constructor for class org.springframework.beans.factory.access.JndiBeanFactoryLocator
 
JndiCallback - interface org.springframework.jndi.JndiCallback.
Callback interface to be implemented by classes that need to perform an operation (such as a lookup) in a JNDI context.
JndiObjectFactoryBean - class org.springframework.jndi.JndiObjectFactoryBean.
FactoryBean that looks up a JNDI object.
JndiObjectFactoryBean() - Constructor for class org.springframework.jndi.JndiObjectFactoryBean
 
JndiTemplate - class org.springframework.jndi.JndiTemplate.
Helper class that simplifies JNDI operations.
JndiTemplate() - Constructor for class org.springframework.jndi.JndiTemplate
Create a new JndiTemplate instance.
JndiTemplate(Properties) - Constructor for class org.springframework.jndi.JndiTemplate
Create a new JndiTemplate instance, using the given environment.
JndiTemplateEditor - class org.springframework.jndi.JndiTemplateEditor.
Properties editor for JndiTemplate objects.
JndiTemplateEditor() - Constructor for class org.springframework.jndi.JndiTemplateEditor
 
JobDetailAwareTrigger - interface org.springframework.scheduling.quartz.JobDetailAwareTrigger.
Interface to be implemented by Quartz Triggers that are aware of the JobDetail object that they are associated with.
JobDetailBean - class org.springframework.scheduling.quartz.JobDetailBean.
Convenience subclass of Quartz' JobDetail class that eases bean-style usage.
JobDetailBean() - Constructor for class org.springframework.scheduling.quartz.JobDetailBean
 
JotmFactoryBean - class org.springframework.transaction.jta.JotmFactoryBean.
FactoryBean that retrieves the JTA UserTransaction/TransactionManager for ObjectWeb's JOTM.
JotmFactoryBean() - Constructor for class org.springframework.transaction.jta.JotmFactoryBean
 
JstlUtils - class org.springframework.web.servlet.support.JstlUtils.
Helper class for preparing JSTL views.
JstlUtils() - Constructor for class org.springframework.web.servlet.support.JstlUtils
 
JstlView - class org.springframework.web.servlet.view.JstlView.
Specialization of InternalResourceView for JSTL pages, i.e.
JstlView() - Constructor for class org.springframework.web.servlet.view.JstlView
 
JtaTransactionManager - class org.springframework.transaction.jta.JtaTransactionManager.
PlatformTransactionManager implementation for JTA, i.e.
JtaTransactionManager() - Constructor for class org.springframework.transaction.jta.JtaTransactionManager
 

K

KEY_ATTRIBUTE - Static variable in class org.springframework.beans.factory.xml.DefaultXmlBeanDefinitionParser
 
keyValueSeparators - Static variable in class org.springframework.util.DefaultPropertiesPersister
 

L

LAST_MODIFIED_METHOD_SUFFIX - Static variable in class org.springframework.web.servlet.mvc.multiaction.MultiActionController
Prefix for last modified methods
LAZY_INIT_ATTRIBUTE - Static variable in class org.springframework.beans.factory.xml.DefaultXmlBeanDefinitionParser
 
LAZY_INIT_KEY - Static variable in class org.springframework.beans.factory.support.PropertiesBeanDefinitionReader
Special string added to distinguish owner.(lazy-init)=true Default is false.
LIST_ELEMENT - Static variable in class org.springframework.beans.factory.xml.DefaultXmlBeanDefinitionParser
 
LOCALE_REQUEST_ATTRIBUTE_NAME - Static variable in class org.springframework.web.servlet.i18n.CookieLocaleResolver
Name of the request attribute that holds the locale.
LOCALE_RESOLVER_ATTRIBUTE - Static variable in class org.springframework.web.servlet.DispatcherServlet
Request attribute to hold current locale, retrievable by views.
LOCALE_RESOLVER_BEAN_NAME - Static variable in class org.springframework.web.servlet.DispatcherServlet
Well-known name for the LocaleResolver object in the bean factory for this namespace.
LOCALE_SESSION_ATTRIBUTE_NAME - Static variable in class org.springframework.web.servlet.i18n.SessionLocaleResolver
Name of the session attribute that holds the locale.
LOCAL_REF_ATTRIBUTE - Static variable in class org.springframework.beans.factory.xml.DefaultXmlBeanDefinitionParser
 
LastModified - interface org.springframework.web.servlet.mvc.LastModified.
Supports last modified HTTP requests to facilitate content caching.
ListFactoryBean - class org.springframework.beans.factory.config.ListFactoryBean.
Simple factory for shared List instances.
ListFactoryBean() - Constructor for class org.springframework.beans.factory.config.ListFactoryBean
 
ListableBeanFactory - interface org.springframework.beans.factory.ListableBeanFactory.
Extension of the BeanFactory interface to be implemented by bean factories that can enumerate all their bean instances, rather than attempting bean lookup by name one by one as requested by clients.
LobCreator - interface org.springframework.jdbc.support.lob.LobCreator.
Interface that abstracts potentially database-specific creation of large binary fields and large text fields.
LobHandler - interface org.springframework.jdbc.support.lob.LobHandler.
Abstraction for handling large binary fields and large text fields in specific databases, no matter if represented as simple types or Large OBjects.
LocalDataSourceConnectionProvider - class org.springframework.orm.hibernate.LocalDataSourceConnectionProvider.
Hibernate connection provider for local DataSource instances in an application context.
LocalDataSourceConnectionProvider() - Constructor for class org.springframework.orm.hibernate.LocalDataSourceConnectionProvider
 
LocalJaxRpcServiceFactory - class org.springframework.remoting.jaxrpc.LocalJaxRpcServiceFactory.
Factory for locally defined JAX-RPC Service references.
LocalJaxRpcServiceFactory() - Constructor for class org.springframework.remoting.jaxrpc.LocalJaxRpcServiceFactory
 
LocalJaxRpcServiceFactoryBean - class org.springframework.remoting.jaxrpc.LocalJaxRpcServiceFactoryBean.
FactoryBean for locally defined JAX-RPC Service references.
LocalJaxRpcServiceFactoryBean() - Constructor for class org.springframework.remoting.jaxrpc.LocalJaxRpcServiceFactoryBean
 
LocalPersistenceManagerFactoryBean - class org.springframework.orm.jdo.LocalPersistenceManagerFactoryBean.
FactoryBean that creates a local JDO PersistenceManager instance.
LocalPersistenceManagerFactoryBean() - Constructor for class org.springframework.orm.jdo.LocalPersistenceManagerFactoryBean
 
LocalSessionFactoryBean - class org.springframework.orm.hibernate.LocalSessionFactoryBean.
FactoryBean that creates a local Hibernate SessionFactory instance.
LocalSessionFactoryBean() - Constructor for class org.springframework.orm.hibernate.LocalSessionFactoryBean
 
LocalSlsbInvokerInterceptor - class org.springframework.ejb.access.LocalSlsbInvokerInterceptor.
Invoker for a local Stateless Session Bean.
LocalSlsbInvokerInterceptor() - Constructor for class org.springframework.ejb.access.LocalSlsbInvokerInterceptor
 
LocalStatelessSessionProxyFactoryBean - class org.springframework.ejb.access.LocalStatelessSessionProxyFactoryBean.
Convenient factory for local Stateless Session Bean (SLSB) proxies.
LocalStatelessSessionProxyFactoryBean() - Constructor for class org.springframework.ejb.access.LocalStatelessSessionProxyFactoryBean
 
LocalTransactionManagerLookup - class org.springframework.orm.hibernate.LocalTransactionManagerLookup.
Implementation of Hibernate's TransactionManagerLookup interface that returns a Spring-managed JTA TransactionManager, determined by LocalSessionFactoryBean's "transactionManager" property.
LocalTransactionManagerLookup() - Constructor for class org.springframework.orm.hibernate.LocalTransactionManagerLookup
 
LocaleChangeInterceptor - class org.springframework.web.servlet.i18n.LocaleChangeInterceptor.
Interceptor that allows for changing the current locale on every request, via a configurable request parameter.
LocaleChangeInterceptor() - Constructor for class org.springframework.web.servlet.i18n.LocaleChangeInterceptor
 
LocaleEditor - class org.springframework.beans.propertyeditors.LocaleEditor.
Editor for java.util.Locale, to directly feed a Locale property.
LocaleEditor() - Constructor for class org.springframework.beans.propertyeditors.LocaleEditor
 
LocaleResolver - interface org.springframework.web.servlet.LocaleResolver.
Interface for web-based locale resolution strategies that allows for both locale resolution via the request and locale modification via request and response.
Log4jConfigListener - class org.springframework.web.util.Log4jConfigListener.
Bootstrap listener for custom Log4J initialization in a web environment.
Log4jConfigListener() - Constructor for class org.springframework.web.util.Log4jConfigListener
 
Log4jConfigServlet - class org.springframework.web.util.Log4jConfigServlet.
Bootstrap servlet for custom Log4J initialization in a web environment.
Log4jConfigServlet() - Constructor for class org.springframework.web.util.Log4jConfigServlet
 
Log4jConfigurer - class org.springframework.util.Log4jConfigurer.
Convenience class that features simple methods for custom Log4J configuration.
Log4jConfigurer() - Constructor for class org.springframework.util.Log4jConfigurer
 
Log4jWebConfigurer - class org.springframework.web.util.Log4jWebConfigurer.
Convenience class that performs custom Log4J initialization for web environments, supporting 2 init parameters at the servlet context level (i.e.
Log4jWebConfigurer() - Constructor for class org.springframework.web.util.Log4jWebConfigurer
 
list(String) - Method in class org.springframework.jndi.support.SimpleNamingContext
 
list(Name) - Method in class org.springframework.jndi.support.SimpleNamingContext
 
listBindings(String) - Method in class org.springframework.jndi.support.SimpleNamingContext
 
listBindings(Name) - Method in class org.springframework.jndi.support.SimpleNamingContext
 
load(Class, Serializable) - Method in interface org.springframework.orm.hibernate.HibernateOperations
Return the persistent instance of the given entity class with the given identifier, throwing an exception if not found.
load(Class, Serializable, LockMode) - Method in interface org.springframework.orm.hibernate.HibernateOperations
Return the persistent instance of the given entity class with the given identifier, throwing an exception if not found.
load(Class, Serializable) - Method in class org.springframework.orm.hibernate.HibernateTemplate
 
load(Class, Serializable, LockMode) - Method in class org.springframework.orm.hibernate.HibernateTemplate
 
load(Properties, InputStream) - Method in class org.springframework.util.DefaultPropertiesPersister
 
load(Properties, Reader) - Method in class org.springframework.util.DefaultPropertiesPersister
 
load(Properties, InputStream) - Method in interface org.springframework.util.PropertiesPersister
Load properties from the given InputStream into the given Properties object.
load(Properties, Reader) - Method in interface org.springframework.util.PropertiesPersister
Load properties from the given Reader into the given Properties object.
loadAll(Class) - Method in interface org.springframework.orm.hibernate.HibernateOperations
Return all persistent instances of the given entity class.
loadAll(Class) - Method in class org.springframework.orm.hibernate.HibernateTemplate
 
loadBeanDefinition(Element) - Method in class org.springframework.beans.factory.xml.DefaultXmlBeanDefinitionParser
Parse an element definition: We know this is a BEAN element.
loadBeanDefinitions(Resource) - Method in class org.springframework.beans.factory.support.PropertiesBeanDefinitionReader
Load bean definitions from the specified properties file, using all property keys (i.e.
loadBeanDefinitions(Resource, String) - Method in class org.springframework.beans.factory.support.PropertiesBeanDefinitionReader
Load bean definitions from the specified properties file.
loadBeanDefinitions(Resource) - Method in class org.springframework.beans.factory.xml.XmlBeanDefinitionReader
Load bean definitions from the specified XML file.
loadBeanDefinitions(XmlBeanDefinitionReader) - Method in class org.springframework.context.support.AbstractXmlApplicationContext
Load the bean definitions with the given XmlBeanDefinitionReader.
loadBeanDefinitions(String) - Method in class org.springframework.jdbc.core.support.JdbcBeanDefinitionReader
Load bean definitions from the database via the given SQL string.
loadBeanFactory() - Method in class org.springframework.ejb.support.AbstractStatefulSessionBean
Load a Spring BeanFactory namespace.
loadConvert(String) - Method in class org.springframework.util.DefaultPropertiesPersister
Convert encoded \uxxxx to unicode chars and changes special saved chars to their original forms.
loadList(Locale, Object) - Method in interface org.springframework.beans.support.PagedListSourceProvider
Load the List for the given Locale and filter settings.
loadParentContext(ServletContext) - Method in class org.springframework.web.context.ContextLoader
Template method which may be overridden by a subclass to load or obtain an ApplicationContext instance which will be used as the parent context of the root WebApplicationContext if it is not null.
loadProperties() - Method in class org.springframework.beans.factory.config.PropertiesFactoryBean
Load the Properties instance.
loadResource(String) - Method in class org.springframework.jdbc.support.SQLErrorCodesFactory
Protected for testability.
loadView(String, Locale) - Method in class org.springframework.web.servlet.view.AbstractCachingViewResolver
Subclasses must implement this method.
loadView(String, Locale) - Method in class org.springframework.web.servlet.view.ResourceBundleViewResolver
 
loadView(String, Locale) - Method in class org.springframework.web.servlet.view.UrlBasedViewResolver
 
loadView(String, Locale) - Method in class org.springframework.web.servlet.view.XmlViewResolver
 
loadView(String, Locale) - Method in class org.springframework.web.servlet.view.velocity.VelocityViewResolver
 
lobHandler - Variable in class org.springframework.orm.hibernate.support.ClobStringType
 
located(Object) - Method in class org.springframework.ejb.access.AbstractSlsbInvokerInterceptor
Implementation of AbstractJndiLocator's callback, to cache the home wrapper.
located(Object) - Method in class org.springframework.jndi.AbstractJndiLocator
Subclasses must implement this to cache the object this class has obtained from JNDI.
located(Object) - Method in class org.springframework.jndi.JndiObjectFactoryBean
 
lock(Object, LockMode) - Method in interface org.springframework.orm.hibernate.HibernateOperations
Obtain the specified lock level upon the given object, implicitly checking whether the corresponding database entry still exists (throwing an OptimisticLockingFailureException if not found).
lock(Object, LockMode) - Method in class org.springframework.orm.hibernate.HibernateTemplate
 
logVelocityMessage(int, String) - Method in class org.springframework.ui.velocity.CommonsLoggingLogSystem
 
logger - Variable in class org.springframework.aop.framework.ProxyConfig
 
logger - Variable in class org.springframework.aop.framework.autoproxy.AbstractAutoProxyCreator
 
logger - Variable in class org.springframework.aop.framework.autoproxy.target.AbstractPrototypeTargetSourceCreator
 
logger - Variable in class org.springframework.aop.interceptor.ClassLoaderAnalyzerInterceptor
 
logger - Variable in class org.springframework.aop.interceptor.ConcurrencyThrottleInterceptor
 
logger - Variable in class org.springframework.aop.interceptor.PerformanceMonitorInterceptor
 
logger - Variable in class org.springframework.aop.support.DelegatingIntroductionInterceptor
 
logger - Variable in class org.springframework.aop.target.AbstractPrototypeTargetSource
 
logger - Variable in class org.springframework.beans.factory.access.JndiBeanFactoryLocator
 
logger - Static variable in class org.springframework.beans.factory.access.SingletonBeanFactoryLocator
 
logger - Variable in class org.springframework.beans.factory.config.PropertiesFactoryBean
 
logger - Variable in class org.springframework.beans.factory.config.PropertyResourceConfigurer
 
logger - Variable in class org.springframework.beans.factory.support.AbstractBeanFactory
Logger available to subclasses
logger - Variable in class org.springframework.beans.factory.support.PropertiesBeanDefinitionReader
 
logger - Variable in class org.springframework.beans.factory.xml.BeansDtdResolver
 
logger - Variable in class org.springframework.beans.factory.xml.DefaultXmlBeanDefinitionParser
 
logger - Variable in class org.springframework.beans.factory.xml.XmlBeanDefinitionReader
 
logger - Variable in class org.springframework.beans.support.PropertyComparator
 
logger - Variable in class org.springframework.context.support.AbstractApplicationContext
Log4j logger used by this class.
logger - Variable in class org.springframework.context.support.AbstractMessageSource
 
logger - Variable in class org.springframework.context.support.ApplicationContextAwareProcessor
 
logger - Variable in class org.springframework.context.support.ApplicationObjectSupport
Logger that is available to subclasses
logger - Static variable in class org.springframework.core.io.ResourceEditor
 
logger - Variable in class org.springframework.ejb.support.AbstractMessageDrivenBean
 
logger - Variable in class org.springframework.ejb.support.AbstractStatelessSessionBean
 
logger - Variable in class org.springframework.jdbc.core.JdbcTemplate
 
logger - Variable in class org.springframework.jdbc.core.support.JdbcDaoSupport
 
logger - Variable in class org.springframework.jdbc.datasource.AbstractDataSource
 
logger - Variable in class org.springframework.jdbc.object.RdbmsOperation
 
logger - Variable in class org.springframework.jdbc.support.DatabaseStartupValidator
 
logger - Variable in class org.springframework.jdbc.support.SQLErrorCodeSQLExceptionTranslator
 
logger - Variable in class org.springframework.jdbc.support.SQLErrorCodesFactory
 
logger - Variable in class org.springframework.jdbc.support.SQLStateSQLExceptionTranslator
 
logger - Variable in class org.springframework.jdbc.support.lob.DefaultLobHandler
 
logger - Variable in class org.springframework.jdbc.support.lob.OracleLobHandler
 
logger - Variable in class org.springframework.jndi.AbstractJndiLocator
 
logger - Variable in class org.springframework.jndi.JndiTemplate
 
logger - Variable in class org.springframework.mail.javamail.JavaMailSenderImpl
 
logger - Variable in class org.springframework.orm.hibernate.HibernateAccessor
 
logger - Variable in class org.springframework.orm.hibernate.LocalSessionFactoryBean
 
logger - Variable in class org.springframework.orm.hibernate.support.HibernateDaoSupport
 
logger - Variable in class org.springframework.orm.ibatis.support.SqlMapClientDaoSupport
 
logger - Variable in class org.springframework.orm.ibatis.support.SqlMapDaoSupport
 
logger - Variable in class org.springframework.orm.jdo.JdoAccessor
 
logger - Variable in class org.springframework.orm.jdo.LocalPersistenceManagerFactoryBean
 
logger - Variable in class org.springframework.orm.jdo.support.JdoDaoSupport
 
logger - Variable in class org.springframework.remoting.jaxrpc.LocalJaxRpcServiceFactory
 
logger - Variable in class org.springframework.remoting.jaxrpc.ServletEndpointSupport
 
logger - Variable in class org.springframework.remoting.rmi.RmiServiceExporter
 
logger - Variable in class org.springframework.remoting.support.RemoteAccessor
 
logger - Variable in class org.springframework.remoting.support.RemoteExporter
 
logger - Static variable in class org.springframework.scheduling.quartz.MethodInvokingJobDetailFactoryBean.MethodInvokingJob
 
logger - Variable in class org.springframework.scheduling.quartz.SchedulerFactoryBean
 
logger - Variable in class org.springframework.scheduling.timer.TimerFactoryBean
 
logger - Variable in class org.springframework.transaction.interceptor.AttributesTransactionAttributeSource
 
logger - Variable in class org.springframework.transaction.interceptor.MethodMapTransactionAttributeSource
 
logger - Variable in class org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource
 
logger - Variable in class org.springframework.transaction.interceptor.RuleBasedTransactionAttribute
 
logger - Variable in class org.springframework.transaction.interceptor.TransactionAttributeSourceEditor
 
logger - Variable in class org.springframework.transaction.interceptor.TransactionInterceptor
 
logger - Variable in class org.springframework.transaction.support.AbstractPlatformTransactionManager
 
logger - Variable in class org.springframework.transaction.support.TransactionTemplate
 
logger - Variable in class org.springframework.ui.context.support.ResourceBundleThemeSource
 
logger - Variable in class org.springframework.ui.freemarker.FreeMarkerConfigurationFactory
 
logger - Variable in class org.springframework.ui.freemarker.SpringTemplateLoader
 
logger - Variable in class org.springframework.ui.velocity.SpringResourceLoader
 
logger - Variable in class org.springframework.ui.velocity.VelocityEngineFactory
 
logger - Variable in class org.springframework.web.context.support.PerformanceMonitorListener
 
logger - Variable in class org.springframework.web.context.support.ServletContextAwareProcessor
 
logger - Variable in class org.springframework.web.filter.GenericFilterBean
 
logger - Variable in class org.springframework.web.multipart.commons.CommonsMultipartFile
 
logger - Variable in class org.springframework.web.multipart.commons.CommonsMultipartResolver
 
logger - Variable in class org.springframework.web.multipart.cos.CosMultipartResolver
 
logger - Variable in class org.springframework.web.multipart.support.AbstractMultipartHttpServletRequest
 
logger - Variable in class org.springframework.web.multipart.support.ByteArrayMultipartFileEditor
 
logger - Variable in class org.springframework.web.multipart.support.StringMultipartFileEditor
 
logger - Variable in class org.springframework.web.servlet.HttpServletBean
 
logger - Variable in class org.springframework.web.servlet.handler.AbstractHandlerMapping
 
logger - Variable in class org.springframework.web.servlet.handler.SimpleMappingExceptionResolver
 
logger - Variable in class org.springframework.web.servlet.mvc.multiaction.AbstractUrlMethodNameResolver
 
logger - Variable in class org.springframework.web.servlet.tags.RequestContextAwareTag
 
lookup(String) - Method in class org.springframework.jndi.JndiTemplate
Look up the object with the given name in the current JNDI context.
lookup(String) - Method in class org.springframework.jndi.support.ExpectedLookupTemplate
If the name is the expected name specified in the constructor, return the object provided in the constructor.
lookup(String) - Method in class org.springframework.jndi.support.SimpleNamingContext
Look up the object with the given name.
lookup(Name) - Method in class org.springframework.jndi.support.SimpleNamingContext
 
lookupHandler(String) - Method in class org.springframework.web.servlet.handler.AbstractUrlHandlerMapping
Look up a handler instance for the given URL path.
lookupLink(String) - Method in class org.springframework.jndi.support.SimpleNamingContext
 
lookupLink(Name) - Method in class org.springframework.jndi.support.SimpleNamingContext
 
lookupMultipartResolver() - Method in class org.springframework.web.multipart.support.MultipartFilter
Look for a MultipartResolver bean in the root web application context.
lookupSessionFactory() - Method in class org.springframework.orm.hibernate.support.OpenSessionInViewFilter
Look up the SessionFactory that this filter should use.
lookupTransactionManager(String) - Method in class org.springframework.transaction.jta.JtaTransactionManager
Look up the JTA TransactionManager in JNDI via the configured name.
lookupUserTransaction(String) - Method in class org.springframework.transaction.jta.JtaTransactionManager
Look up the JTA UserTransaction in JNDI via the configured name.

M

MAP_ELEMENT - Static variable in class org.springframework.beans.factory.xml.DefaultXmlBeanDefinitionParser
 
MESSAGE_SOURCE_BEAN_NAME - Static variable in class org.springframework.context.support.AbstractApplicationContext
Name of the MessageSource bean in the factory.
METHOD_GET - Static variable in class org.springframework.web.servlet.support.WebContentGenerator
 
METHOD_POST - Static variable in class org.springframework.web.servlet.support.WebContentGenerator
 
MISSING_FIELD_ERROR_CODE - Static variable in class org.springframework.validation.DataBinder
 
MULTIPART_CONTENT_TYPE - Static variable in class org.springframework.web.multipart.cos.CosMultipartResolver
 
MULTIPART_RESOLVER_ATTRIBUTE - Static variable in class org.springframework.web.servlet.DispatcherServlet
Request attribute to hold current multipart resolver, retrievable by views/binders.
MULTIPART_RESOLVER_BEAN_NAME - Static variable in class org.springframework.web.servlet.DispatcherServlet
Well-known name for the MultipartResolver object in the bean factory for this namespace.
MailAuthenticationException - exception org.springframework.mail.MailAuthenticationException.
Exception thrown on failed authentication.
MailAuthenticationException(String) - Constructor for class org.springframework.mail.MailAuthenticationException
 
MailAuthenticationException(String, Throwable) - Constructor for class org.springframework.mail.MailAuthenticationException
 
MailAuthenticationException(Throwable) - Constructor for class org.springframework.mail.MailAuthenticationException
 
MailException - exception org.springframework.mail.MailException.
Base class for all mail exceptions.
MailException(String) - Constructor for class org.springframework.mail.MailException
 
MailException(String, Throwable) - Constructor for class org.springframework.mail.MailException
 
MailParseException - exception org.springframework.mail.MailParseException.
Exception thrown if illegal message properties are encountered.
MailParseException(String) - Constructor for class org.springframework.mail.MailParseException
 
MailParseException(String, Throwable) - Constructor for class org.springframework.mail.MailParseException
 
MailParseException(Throwable) - Constructor for class org.springframework.mail.MailParseException
 
MailSendException - exception org.springframework.mail.MailSendException.
Exception thrown when a mail sending error is encountered.
MailSendException(String) - Constructor for class org.springframework.mail.MailSendException
 
MailSendException(String, Throwable) - Constructor for class org.springframework.mail.MailSendException
 
MailSendException(Map) - Constructor for class org.springframework.mail.MailSendException
Constructor for registration of failed messages, with the messages that failed as keys, and the thrown exceptions as values.
MailSender - interface org.springframework.mail.MailSender.
This interface defines a strategy for sending simple mails.
ManagedList - class org.springframework.beans.factory.support.ManagedList.
Tag subclass used to hold managed elements, which may include runtime bean references.
ManagedList() - Constructor for class org.springframework.beans.factory.support.ManagedList
 
ManagedMap - class org.springframework.beans.factory.support.ManagedMap.
Tag subclass used to hold managed values, which may include runtime bean references
ManagedMap() - Constructor for class org.springframework.beans.factory.support.ManagedMap
 
ManagedSet - class org.springframework.beans.factory.support.ManagedSet.
Tag subclass used to hold managed elements, which may include runtime bean references.
ManagedSet() - Constructor for class org.springframework.beans.factory.support.ManagedSet
 
MapFactoryBean - class org.springframework.beans.factory.config.MapFactoryBean.
Simple factory for shared Map instances.
MapFactoryBean() - Constructor for class org.springframework.beans.factory.config.MapFactoryBean
 
MappingSqlQuery - class org.springframework.jdbc.object.MappingSqlQuery.
Reusable query in which concrete subclasses must implement the abstract mapRow(ResultSet, int) method to convert each row of the JDBC ResultSet into an object.
MappingSqlQuery() - Constructor for class org.springframework.jdbc.object.MappingSqlQuery
Constructor to allow use as a JavaBean.
MappingSqlQuery(DataSource, String) - Constructor for class org.springframework.jdbc.object.MappingSqlQuery
Convenient constructor with DataSource and SQL string.
MappingSqlQueryWithParameters - class org.springframework.jdbc.object.MappingSqlQueryWithParameters.
Reusable RDBMS query in which concrete subclasses must implement the abstract mapRow(ResultSet, int) method to map each row of the JDBC ResultSet into an object.
MappingSqlQueryWithParameters() - Constructor for class org.springframework.jdbc.object.MappingSqlQueryWithParameters
Constructor to allow use as a JavaBean
MappingSqlQueryWithParameters(DataSource, String) - Constructor for class org.springframework.jdbc.object.MappingSqlQueryWithParameters
Convenient constructor with DataSource and SQL string.
MappingSqlQueryWithParameters.ResultReaderImpl - class org.springframework.jdbc.object.MappingSqlQueryWithParameters.ResultReaderImpl.
Implementation of ResultReader that calls the enclosing class's mapRow() method for each row.
MappingSqlQueryWithParameters.ResultReaderImpl(int, Object[], Map) - Constructor for class org.springframework.jdbc.object.MappingSqlQueryWithParameters.ResultReaderImpl
Use an array results.
MatchAlwaysTransactionAttributeSource - class org.springframework.transaction.interceptor.MatchAlwaysTransactionAttributeSource.
Very simple implementation of TransactionAttributeSource which will always return the same TransactionAttribute for all methods fed to it.
MatchAlwaysTransactionAttributeSource() - Constructor for class org.springframework.transaction.interceptor.MatchAlwaysTransactionAttributeSource
 
MessageSource - interface org.springframework.context.MessageSource.
Interface to be implemented by objects that can resolve messages.
MessageSourceAccessor - class org.springframework.context.support.MessageSourceAccessor.
Helper class for easy access to messages from a MessageSource, providing various overloaded getMessage methods.
MessageSourceAccessor(MessageSource) - Constructor for class org.springframework.context.support.MessageSourceAccessor
Create a new MessageSourceAccessor, using the system Locale as default Locale.
MessageSourceAccessor(MessageSource, Locale) - Constructor for class org.springframework.context.support.MessageSourceAccessor
Create a new MessageSourceAccessor, using the given default locale.
MessageSourceResolvable - interface org.springframework.context.MessageSourceResolvable.
Interface for objects that are suitable for message resolution in a MessageSource, e.g.
MessageSourceResourceBundle - class org.springframework.context.support.MessageSourceResourceBundle.
Helper class that allows for accessing a MessageSource as a ResourceBundle.
MessageSourceResourceBundle(MessageSource, Locale) - Constructor for class org.springframework.context.support.MessageSourceResourceBundle
 
MessageTag - class org.springframework.web.servlet.tags.MessageTag.
Custom tag to look up a message in the scope of this page.
MessageTag() - Constructor for class org.springframework.web.servlet.tags.MessageTag
 
MethodBeforeAdvice - interface org.springframework.aop.MethodBeforeAdvice.
Advice invoked before a method is invoked.
MethodInvocationException - exception org.springframework.beans.MethodInvocationException.
Thrown when a method getter or setter throws an exception, analogous to an InvocationTargetException.
MethodInvocationException(Throwable, PropertyChangeEvent) - Constructor for class org.springframework.beans.MethodInvocationException
Constructor to use when an exception results from a PropertyChangeEvent.
MethodInvocationFactory - interface org.springframework.aop.framework.MethodInvocationFactory.
Factory for method invocations.
MethodInvoker - class org.springframework.util.MethodInvoker.
Helper class that allows to specify a method to invoke in a declarative fashion, be it static or non-static.
MethodInvoker() - Constructor for class org.springframework.util.MethodInvoker
 
MethodInvoker.VoidType - class org.springframework.util.MethodInvoker.VoidType.
Special marker class used for a void return value, differentiating void from a null value returned by the method.
MethodInvoker.VoidType() - Constructor for class org.springframework.util.MethodInvoker.VoidType
 
MethodInvokingFactoryBean - class org.springframework.beans.factory.config.MethodInvokingFactoryBean.
FactoryBean which returns a value which is the result of a static or instance method invocation.
MethodInvokingFactoryBean() - Constructor for class org.springframework.beans.factory.config.MethodInvokingFactoryBean
 
MethodInvokingJobDetailFactoryBean - class org.springframework.scheduling.quartz.MethodInvokingJobDetailFactoryBean.
FactoryBean that exposes a JobDetail object that delegates job execution to a specified (static or non-static) method.
MethodInvokingJobDetailFactoryBean() - Constructor for class org.springframework.scheduling.quartz.MethodInvokingJobDetailFactoryBean
 
MethodInvokingJobDetailFactoryBean.MethodInvokingJob - class org.springframework.scheduling.quartz.MethodInvokingJobDetailFactoryBean.MethodInvokingJob.
Quartz Job implementation that invokes a specified method.
MethodInvokingJobDetailFactoryBean.MethodInvokingJob() - Constructor for class org.springframework.scheduling.quartz.MethodInvokingJobDetailFactoryBean.MethodInvokingJob
 
MethodInvokingTimerTaskFactoryBean - class org.springframework.scheduling.timer.MethodInvokingTimerTaskFactoryBean.
FactoryBean that exposes a TimerTask object that delegates job execution to a specified (static or non-static) method.
MethodInvokingTimerTaskFactoryBean() - Constructor for class org.springframework.scheduling.timer.MethodInvokingTimerTaskFactoryBean
 
MethodMapTransactionAttributeSource - class org.springframework.transaction.interceptor.MethodMapTransactionAttributeSource.
Simple implementation of TransactionAttributeSource that allows attributes to be stored per method in a map.
MethodMapTransactionAttributeSource() - Constructor for class org.springframework.transaction.interceptor.MethodMapTransactionAttributeSource
 
MethodMatcher - interface org.springframework.aop.MethodMatcher.
Part of a Pointcut.
MethodMatchers - class org.springframework.aop.support.MethodMatchers.
Static methods useful for composing Pointcuts.
MethodMatchers() - Constructor for class org.springframework.aop.support.MethodMatchers
 
MethodNameResolver - interface org.springframework.web.servlet.mvc.multiaction.MethodNameResolver.
Interface that parameterizes the MultiActionController class using the Strategy GoF Design pattern, allowing the mapping from incoming request to handler method name to be varied without affecting other application code.
MimeMessageHelper - class org.springframework.mail.javamail.MimeMessageHelper.
Helper class for easy population of a javax.mail.internet.MimeMessage.
MimeMessageHelper(MimeMessage) - Constructor for class org.springframework.mail.javamail.MimeMessageHelper
Create new MimeMessageHelper for the given MimeMessage, assuming a simple text message (no multipart content).
MimeMessageHelper(MimeMessage, boolean) - Constructor for class org.springframework.mail.javamail.MimeMessageHelper
Create new MimeMessageHelper for the given MimeMessage, in multipart mode (supporting attachments) if requested.
MimeMessageHelper(MimeMessage, String) - Constructor for class org.springframework.mail.javamail.MimeMessageHelper
Create new MimeMessageHelper for the given MimeMessage, assuming a simple text message (no multipart content).
MimeMessageHelper(MimeMessage, boolean, String) - Constructor for class org.springframework.mail.javamail.MimeMessageHelper
Create new MimeMessageHelper for the given MimeMessage, in multipart mode (supporting attachments) if requested.
MimeMessagePreparator - interface org.springframework.mail.javamail.MimeMessagePreparator.
Callback interface for preparation of JavaMail MIME messages.
ModelAndView - class org.springframework.web.servlet.ModelAndView.
Holder for both Model and View in the web MVC framework.
ModelAndView(View) - Constructor for class org.springframework.web.servlet.ModelAndView
Convenient constructor when there is no model data to expose.
ModelAndView(String) - Constructor for class org.springframework.web.servlet.ModelAndView
Convenient constructor when there is no model data to expose.
ModelAndView(View, Map) - Constructor for class org.springframework.web.servlet.ModelAndView
Creates new ModelAndView given a View object and a model.
ModelAndView(String, Map) - Constructor for class org.springframework.web.servlet.ModelAndView
Creates new ModelAndView given a view name and a model.
ModelAndView(View, String, Object) - Constructor for class org.springframework.web.servlet.ModelAndView
Convenient constructor to take a single model object.
ModelAndView(String, String, Object) - Constructor for class org.springframework.web.servlet.ModelAndView
Convenient constructor to take a single model object.
ModelAndViewDefiningException - exception org.springframework.web.servlet.ModelAndViewDefiningException.
Exception to be thrown on error conditions that should forward to a specific view with a specific model.
ModelAndViewDefiningException(ModelAndView) - Constructor for class org.springframework.web.servlet.ModelAndViewDefiningException
Create new ModelAndViewDefiningException with the given ModelAndView, typically representing a specific error page.
MultiActionController - class org.springframework.web.servlet.mvc.multiaction.MultiActionController.
Controller implementation that allows multiple request types to be handled by the same class.
MultiActionController() - Constructor for class org.springframework.web.servlet.mvc.multiaction.MultiActionController
Constructor for MultiActionController that looks for handler methods in the present subclass.Caches methods for quick invocation later.
MultiActionController(Object) - Constructor for class org.springframework.web.servlet.mvc.multiaction.MultiActionController
Constructor for MultiActionController that looks for handler methods in delegate, rather than a subclass of this class.
MultipartException - exception org.springframework.web.multipart.MultipartException.
Exception thrown on multipart resolution.
MultipartException(String) - Constructor for class org.springframework.web.multipart.MultipartException
 
MultipartException(String, Throwable) - Constructor for class org.springframework.web.multipart.MultipartException
 
MultipartFile - interface org.springframework.web.multipart.MultipartFile.
Interface which represents an uploaded file received in a multipart request.
MultipartFilter - class org.springframework.web.multipart.support.MultipartFilter.
Servlet 2.3 Filter that resolves multipart requests via a MultipartResolver in the root web application context.
MultipartFilter() - Constructor for class org.springframework.web.multipart.support.MultipartFilter
 
MultipartHttpServletRequest - interface org.springframework.web.multipart.MultipartHttpServletRequest.
Interface which provides additional methods for dealing with multipart content within a servlet request, allowing to access uploaded files.
MultipartResolver - interface org.springframework.web.multipart.MultipartResolver.
Interface for multipart resolution strategies that handle file uploads as defined in RFC 1867.
MutablePropertyValues - class org.springframework.beans.MutablePropertyValues.
Default implementation of the PropertyValues interface.
MutablePropertyValues() - Constructor for class org.springframework.beans.MutablePropertyValues
Creates a new empty MutablePropertyValues object.
MutablePropertyValues(PropertyValues) - Constructor for class org.springframework.beans.MutablePropertyValues
Deep copy constructor.
MutablePropertyValues(Map) - Constructor for class org.springframework.beans.MutablePropertyValues
Construct a new PropertyValues object from a Map.
MutableSortDefinition - class org.springframework.beans.support.MutableSortDefinition.
Mutable implementation of SortDefinition.
MutableSortDefinition() - Constructor for class org.springframework.beans.support.MutableSortDefinition
 
MutableSortDefinition(SortDefinition) - Constructor for class org.springframework.beans.support.MutableSortDefinition
 
MutableSortDefinition(String, boolean, boolean) - Constructor for class org.springframework.beans.support.MutableSortDefinition
 
MutableSortDefinition(boolean) - Constructor for class org.springframework.beans.support.MutableSortDefinition
 
MySQLMaxValueIncrementer - class org.springframework.jdbc.support.incrementer.MySQLMaxValueIncrementer.
Class to increment maximum value of a given MySQL table with the equivalent of an auto-increment column.
MySQLMaxValueIncrementer() - Constructor for class org.springframework.jdbc.support.incrementer.MySQLMaxValueIncrementer
Default constructor.
MySQLMaxValueIncrementer(DataSource, String, String) - Constructor for class org.springframework.jdbc.support.incrementer.MySQLMaxValueIncrementer
Convenience constructor.
makeObject() - Method in class org.springframework.aop.target.CommonsPoolTargetSource
 
makeThemeNameAvailable(HttpServletRequest, HttpServletResponse) - Method in class org.springframework.web.servlet.theme.AbstractThemeResolver
Make the theme name available for the view.
mapRow(ResultSet, int) - Method in interface org.springframework.jdbc.core.RowMapper
Implementations must implement this method to map each row of data in the ResultSet.
mapRow(ResultSet, int, Object[], Map) - Method in class org.springframework.jdbc.object.MappingSqlQuery
This method is implemented to invoke the protected abstract mapRow() method, ignoring parameters.
mapRow(ResultSet, int) - Method in class org.springframework.jdbc.object.MappingSqlQuery
Subclasses must implement this method to convert each row of the ResultSet into an object of the result type.
mapRow(ResultSet, int, Object[], Map) - Method in class org.springframework.jdbc.object.MappingSqlQueryWithParameters
Subclasses must implement this method to convert each row of the ResultSet into an object of the result type.
mapRow(ResultSet, int) - Method in class org.springframework.jdbc.object.SqlFunction
This implementation of this method extracts a single value from the single row returned by the function.
match(String, String) - Static method in class org.springframework.util.PathMatcher
Matches a strign agains the given pattern
matches(Class) - Method in interface org.springframework.aop.ClassFilter
Should the pointcut apply to the given interface or target class?
matches(Method, Class) - Method in interface org.springframework.aop.MethodMatcher
Perform static checking.
matches(Method, Class, Object[]) - Method in interface org.springframework.aop.MethodMatcher
Is there a runtime (dynamic) match for this method, which must have matched statically.
matches(Class) - Method in class org.springframework.aop.support.ControlFlowPointcut
Subclasses can override this for greater filtering (and performance).
matches(Method, Class) - Method in class org.springframework.aop.support.ControlFlowPointcut
Subclasses can override this if it's possible to filter out some candidate classes.
matches(Method, Class, Object[]) - Method in class org.springframework.aop.support.ControlFlowPointcut
 
matches(Class) - Method in class org.springframework.aop.support.DefaultIntroductionAdvisor
 
matches(Method, Class) - Method in class org.springframework.aop.support.DynamicMethodMatcher
Can override to add preconditions for dynamic matching.
matches(Method, Class) - Method in class org.springframework.aop.support.NameMatchMethodPointcut
 
matches(Pointcut, Method, Class, Object[]) - Static method in class org.springframework.aop.support.Pointcuts
Perform the least expensive check for a match.
matches(Method, Class) - Method in class org.springframework.aop.support.RegexpMethodPointcut
Try to match the regular expression against the fully qualified name of the method's declaring class, plus the name of the method.
matches(Class) - Method in class org.springframework.aop.support.RegexpMethodPointcut
 
matches(Class) - Method in class org.springframework.aop.support.RootClassFilter
 
matches(Method, Class, Object[]) - Method in class org.springframework.aop.support.StaticMethodMatcher
 
matches(Method, Class) - Method in class org.springframework.transaction.interceptor.TransactionAttributeSourceTransactionAroundAdvisor
 
mergeProperties() - Method in class org.springframework.beans.factory.config.PropertiesFactoryBean
Return a merged Properties instance containing both the loaded properties and properties set on this FactoryBean.
mergeTemplate(VelocityEngine, String, Map, Writer) - Static method in class org.springframework.ui.velocity.VelocityEngineUtils
Merge the specified Velocity template with the given model and write the result to the given Writer.
mergeTemplate(VelocityEngine, String, String, Map, Writer) - Static method in class org.springframework.ui.velocity.VelocityEngineUtils
Merge the specified Velocity template with the given model and write the result to the given Writer.
mergeTemplate(Template, Context, HttpServletResponse) - Method in class org.springframework.web.servlet.view.velocity.VelocityView
Merge the template with the context.
mergeTemplateIntoString(VelocityEngine, String, Map) - Static method in class org.springframework.ui.velocity.VelocityEngineUtils
Merge the specified Velocity template with the given model into a String.
mergeTemplateIntoString(VelocityEngine, String, String, Map) - Static method in class org.springframework.ui.velocity.VelocityEngineUtils
Merge the specified Velocity template with the given model into a String.
method - Variable in class org.springframework.aop.framework.ReflectiveMethodInvocation
 
methodIsOnOneOfTheseInterfaces(Method, Class[]) - Static method in class org.springframework.aop.framework.support.AopUtils
Is the given method declared on one of these interfaces?

N

NAME - Static variable in class org.springframework.ui.velocity.SpringResourceLoader
 
NAME_ATTRIBUTE - Static variable in class org.springframework.beans.factory.xml.DefaultXmlBeanDefinitionParser
 
NESTED_PROPERTY_SEPARATOR - Static variable in interface org.springframework.beans.BeanWrapper
Path separator for nested properties.
NULL_ELEMENT - Static variable in class org.springframework.beans.factory.xml.DefaultXmlBeanDefinitionParser
 
NameMatchMethodPointcut - class org.springframework.aop.support.NameMatchMethodPointcut.
Pointcut bean for simple method name matches, as alternative to regexp patterns.
NameMatchMethodPointcut() - Constructor for class org.springframework.aop.support.NameMatchMethodPointcut
 
NameMatchMethodPointcutAdvisor - class org.springframework.aop.support.NameMatchMethodPointcutAdvisor.
Convenient class for name-match method pointcuts that hold an Interceptor, making them an Advisor.
NameMatchMethodPointcutAdvisor() - Constructor for class org.springframework.aop.support.NameMatchMethodPointcutAdvisor
 
NameMatchMethodPointcutAdvisor(Advice) - Constructor for class org.springframework.aop.support.NameMatchMethodPointcutAdvisor
 
NameMatchTransactionAttributeSource - class org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource.
Simple implementation of TransactionAttributeSource that allows attributes to be matched by registered name.
NameMatchTransactionAttributeSource() - Constructor for class org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource
 
NativeJdbcExtractor - interface org.springframework.jdbc.support.nativejdbc.NativeJdbcExtractor.
Interface for extracting native JDBC objects from wrapped objects coming from connection pools.
NestedCheckedException - exception org.springframework.core.NestedCheckedException.
Handy class for wrapping runtime Exceptions with a root cause.
NestedCheckedException(String) - Constructor for class org.springframework.core.NestedCheckedException
Construct a ExceptionWrapperException with the specified detail message.
NestedCheckedException(String, Throwable) - Constructor for class org.springframework.core.NestedCheckedException
Construct a RemoteException with the specified detail message and nested exception.
NestedRuntimeException - exception org.springframework.core.NestedRuntimeException.
Handy class for wrapping runtime Exceptions with a root cause.
NestedRuntimeException(String) - Constructor for class org.springframework.core.NestedRuntimeException
Construct a ExceptionWrapperException with the specified detail message.
NestedRuntimeException(String, Throwable) - Constructor for class org.springframework.core.NestedRuntimeException
Construct a RemoteException with the specified detail message and nested exception.
NoRollbackRuleAttribute - class org.springframework.transaction.interceptor.NoRollbackRuleAttribute.
Tag class.
NoRollbackRuleAttribute(Class) - Constructor for class org.springframework.transaction.interceptor.NoRollbackRuleAttribute
Constrct a new NoRollbackRule for the given throwable class.
NoRollbackRuleAttribute(String) - Constructor for class org.springframework.transaction.interceptor.NoRollbackRuleAttribute
Construct a new NoRollbackRule for the given exception name.
NoSuchBeanDefinitionException - exception org.springframework.beans.factory.NoSuchBeanDefinitionException.
Exception thrown when a BeanFactory is asked for a bean instance name for which it cannot find a definition.
NoSuchBeanDefinitionException(String, String) - Constructor for class org.springframework.beans.factory.NoSuchBeanDefinitionException
Create new NoSuchBeanDefinitionException.
NoSuchBeanDefinitionException(Class, String) - Constructor for class org.springframework.beans.factory.NoSuchBeanDefinitionException
Create new NoSuchBeanDefinitionException.
NoSuchMessageException - exception org.springframework.context.NoSuchMessageException.
Exception thrown when a message can't be resolved.
NoSuchMessageException(String, Locale) - Constructor for class org.springframework.context.NoSuchMessageException
Create a new exception.
NoSuchMessageException(String) - Constructor for class org.springframework.context.NoSuchMessageException
Create a new exception.
NoSuchRequestHandlingMethodException - exception org.springframework.web.servlet.mvc.multiaction.NoSuchRequestHandlingMethodException.
Exception thrown when there's no request handling method for this request.
NoSuchRequestHandlingMethodException(HttpServletRequest) - Constructor for class org.springframework.web.servlet.mvc.multiaction.NoSuchRequestHandlingMethodException
 
NoSuchRequestHandlingMethodException(String, MultiActionController) - Constructor for class org.springframework.web.servlet.mvc.multiaction.NoSuchRequestHandlingMethodException
 
NoTransactionException - exception org.springframework.transaction.NoTransactionException.
Exception thrown when an operation is attempted that relies on an existing transaction (such as setting rollback status) and there is no existing transaction.
NoTransactionException(String) - Constructor for class org.springframework.transaction.NoTransactionException
 
NoTransactionException(String, Throwable) - Constructor for class org.springframework.transaction.NoTransactionException
 
NotWritablePropertyException - exception org.springframework.beans.NotWritablePropertyException.
Exception thrown on an attempt to set the value of a property that isn't writable, because there's no setter method.
NotWritablePropertyException(String, Class) - Constructor for class org.springframework.beans.NotWritablePropertyException
Creates new NotWritablePropertyException.
NotWritablePropertyException(String, Class, Throwable) - Constructor for class org.springframework.beans.NotWritablePropertyException
Creates new NotWritablePropertyException with a root cause.
NullValueInNestedPathException - exception org.springframework.beans.NullValueInNestedPathException.
Exception thrown when navigation of a valid nested property path encounters a null pointer exception.
NullValueInNestedPathException(Class, String) - Constructor for class org.springframework.beans.NullValueInNestedPathException
Constructor for NullValueInNestedPathException.
newCallableStatementCreator(Map) - Method in class org.springframework.jdbc.core.CallableStatementCreatorFactory
Return a new CallableStatementCreator instance given this parameters.
newCallableStatementCreator(ParameterMapper) - Method in class org.springframework.jdbc.core.CallableStatementCreatorFactory
Return a new CallableStatementCreator instance given this parameter mapper.
newCallableStatementCreator(Map) - Method in class org.springframework.jdbc.object.SqlCall
Return a CallableStatementCreator to perform an operation with this parameters.
newCallableStatementCreator(ParameterMapper) - Method in class org.springframework.jdbc.object.SqlCall
Return a CallableStatementCreator to perform an operation with the parameters returned from this ParameterMapper.
newCommandObject(Class) - Method in class org.springframework.web.servlet.mvc.multiaction.MultiActionController
Create a new command object of the given class.
newConfiguration() - Method in class org.springframework.orm.hibernate.LocalSessionFactoryBean
Subclasses can override this method to perform custom initialization of the Configuration instance used for SessionFactory creation.
newConfiguration() - Method in class org.springframework.ui.freemarker.FreeMarkerConfigurationFactory
Return a new Configuration object.
newFileUpload() - Method in class org.springframework.web.multipart.commons.CommonsMultipartResolver
Initialize the underlying org.apache.commons.fileupload.DiskFileUpload instance.
newMultipartRequest(HttpServletRequest) - Method in class org.springframework.web.multipart.cos.CosMultipartResolver
Create a com.oreilly.servlet.MultipartRequest for the given HTTP request.
newPersistenceManagerFactory(Properties) - Method in class org.springframework.orm.jdo.LocalPersistenceManagerFactoryBean
Subclasses can override this to perform custom initialization of the PersistenceManagerFactory instance, creating it via the given Properties that got prepared by this LocalPersistenceManagerFactoryBean
newPoolingTargetSource(PoolingAttribute) - Method in class org.springframework.aop.framework.autoproxy.target.AbstractPoolingTargetSourceCreator
Create a new AbstractPoolingTargetSource.
newPreparedStatementCreator(Object[]) - Method in class org.springframework.jdbc.core.PreparedStatementCreatorFactory
Return a new PreparedStatementCreator given these parameters.
newPreparedStatementCreator(List) - Method in class org.springframework.jdbc.core.PreparedStatementCreatorFactory
Return a new PreparedStatementCreator instance given this parameters.
newPreparedStatementCreator(Object[]) - Method in class org.springframework.jdbc.object.SqlOperation
Return a PreparedStatementCreator to perform an operation with this parameters.
newPrototypeInstance() - Method in class org.springframework.aop.target.AbstractPrototypeTargetSource
Subclasses should use this method to create a new prototype instance.
newResultReader() - Method in class org.springframework.jdbc.core.SqlOutParameter
Return new instance of the implementation of a ResultReader usable for returned ResultSets.
newResultReader() - Method in class org.springframework.jdbc.core.SqlReturnResultSet
Return new instance of the implementation of a ResultReader usable for returned resultsets.
newResultReader(int, Object[], Map) - Method in class org.springframework.jdbc.object.MappingSqlQueryWithParameters
Implementation of protected abstract method.
newResultReader(int, Object[], Map) - Method in class org.springframework.jdbc.object.SqlQuery
Subclasses must implement this method to save a List of objects returned by the execute method.
newResultReader(int, Object[], Map) - Method in class org.springframework.jdbc.object.UpdatableSqlQuery
Implementation of protected abstract method.
newSessionBeanInstance() - Method in class org.springframework.ejb.access.AbstractRemoteSlsbInvokerInterceptor
Return a new instance of the stateless session bean.
newSessionBeanInstance() - Method in class org.springframework.ejb.access.LocalSlsbInvokerInterceptor
 
newSessionFactory(Configuration) - Method in class org.springframework.orm.hibernate.LocalSessionFactoryBean
Subclasses can override this method to perform custom initialization of the SessionFactory instance, creating it via the given Configuration object that got prepared by this LocalSessionFactoryBean.
newVelocityEngine() - Method in class org.springframework.ui.velocity.VelocityEngineFactory
Return a new VelocityEngine.
nextIntValue() - Method in class org.springframework.jdbc.support.incrementer.AbstractDataFieldMaxValueIncrementer
 
nextIntValue() - Method in interface org.springframework.jdbc.support.incrementer.DataFieldMaxValueIncrementer
Increments data store field's max value as int.
nextLongValue() - Method in class org.springframework.jdbc.support.incrementer.AbstractDataFieldMaxValueIncrementer
 
nextLongValue() - Method in interface org.springframework.jdbc.support.incrementer.DataFieldMaxValueIncrementer
Increments data store field's max value as long.
nextPage() - Method in class org.springframework.beans.support.PagedListHolder
Switch to next page.
nextStringValue() - Method in class org.springframework.jdbc.support.incrementer.AbstractDataFieldMaxValueIncrementer
 
nextStringValue() - Method in interface org.springframework.jdbc.support.incrementer.DataFieldMaxValueIncrementer
Increments data store field's max value as String.
nullSafeEquals(Object, Object) - Static method in class org.springframework.util.ObjectUtils
Determine if the given Objects are equal, returning true if both are null respectively false if only one is null.
nullSafeGet(ResultSet, String[], Object) - Method in class org.springframework.orm.hibernate.support.ClobStringType
 
nullSafeSet(PreparedStatement, Object, int) - Method in class org.springframework.orm.hibernate.support.ClobStringType
 

O

ORDER_VALUE - Static variable in class org.springframework.transaction.interceptor.TransactionAttributeSourceTransactionAroundAdvisor
Most advice will want to run within a transaction context, so we set the order value to be quite high.
ORIGINAL_DEFAULT_THEME_NAME - Static variable in class org.springframework.web.servlet.theme.AbstractThemeResolver
 
OUTPUT_BUFFER_SIZE - Static variable in class org.springframework.web.servlet.view.velocity.VelocityView
 
ObjectError - class org.springframework.validation.ObjectError.
Encapsulates an object error, i.e.
ObjectError(String, String, Object[], String) - Constructor for class org.springframework.validation.ObjectError
Create a new ObjectError instance, using a default code.
ObjectError(String, String[], Object[], String) - Constructor for class org.springframework.validation.ObjectError
Create a new ObjectError instance, using multiple codes.
ObjectOptimisticLockingFailureException - exception org.springframework.orm.ObjectOptimisticLockingFailureException.
Exception thrown on an optimistic locking violation for a mapped object.
ObjectOptimisticLockingFailureException(Class, Object) - Constructor for class org.springframework.orm.ObjectOptimisticLockingFailureException
Create a new ObjectOptimisticLockingFailureException for the given object, with the default "optimistic locking failed" message.
ObjectOptimisticLockingFailureException(Class, Object, String, Throwable) - Constructor for class org.springframework.orm.ObjectOptimisticLockingFailureException
Create a new ObjectOptimisticLockingFailureException for the given object, with the given explicit message.
ObjectRetrievalFailureException - exception org.springframework.orm.ObjectRetrievalFailureException.
Exception thrown if a mapped object could not be retrieved via its identifier.
ObjectRetrievalFailureException(Class, Object) - Constructor for class org.springframework.orm.ObjectRetrievalFailureException
Create a new ObjectRetrievalFailureException for the given object, with the default "not found" message.
ObjectRetrievalFailureException(Class, Object, String, Throwable) - Constructor for class org.springframework.orm.ObjectRetrievalFailureException
Create a new ObjectRetrievalFailureException for the given object, with the given explicit message and exception.
ObjectUtils - class org.springframework.util.ObjectUtils.
Miscellaneous object utility methods.
ObjectUtils() - Constructor for class org.springframework.util.ObjectUtils
 
OncePerRequestFilter - class org.springframework.web.filter.OncePerRequestFilter.
Filter base class that guarantees to be just executed once per request, on any servlet container.
OncePerRequestFilter() - Constructor for class org.springframework.web.filter.OncePerRequestFilter
 
OpenSessionInViewFilter - class org.springframework.orm.hibernate.support.OpenSessionInViewFilter.
Servlet 2.3 Filter that binds a Hibernate Session to the thread for the whole processing of the request.
OpenSessionInViewFilter() - Constructor for class org.springframework.orm.hibernate.support.OpenSessionInViewFilter
 
OpenSessionInViewInterceptor - class org.springframework.orm.hibernate.support.OpenSessionInViewInterceptor.
Spring web HandlerInterceptor that binds a Hibernate Session to the thread for the whole processing of the request.
OpenSessionInViewInterceptor() - Constructor for class org.springframework.orm.hibernate.support.OpenSessionInViewInterceptor
Create a new OpenSessionInViewInterceptor, turning the default flushMode to FLUSH_NEVER.
OptimisticLockingFailureException - exception org.springframework.dao.OptimisticLockingFailureException.
Exception thrown on an optimistic locking violation.
OptimisticLockingFailureException(String) - Constructor for class org.springframework.dao.OptimisticLockingFailureException
 
OptimisticLockingFailureException(String, Throwable) - Constructor for class org.springframework.dao.OptimisticLockingFailureException
 
OracleLobHandler - class org.springframework.jdbc.support.lob.OracleLobHandler.
LobHandler implementation for Oracle databases.
OracleLobHandler() - Constructor for class org.springframework.jdbc.support.lob.OracleLobHandler
This constructor retrieves the oracle.sql.BLOB and oracle.sql.CLOB classes via reflection, and initializes the values for the DURATION_SESSION and MODE_READWRITE constants defined there.
OracleLobHandler.LobCallback - interface org.springframework.jdbc.support.lob.OracleLobHandler.LobCallback.
Internal callback interface for use with createLob.
OracleLobHandler.OracleLobCreator - class org.springframework.jdbc.support.lob.OracleLobHandler.OracleLobCreator.
LobCreator implementation for Oracle databases.
OracleLobHandler.OracleLobCreator() - Constructor for class org.springframework.jdbc.support.lob.OracleLobHandler.OracleLobCreator
 
OracleSequenceMaxValueIncrementer - class org.springframework.jdbc.support.incrementer.OracleSequenceMaxValueIncrementer.
Class to retrieve the next value of a given Oracle Sequence.
OracleSequenceMaxValueIncrementer() - Constructor for class org.springframework.jdbc.support.incrementer.OracleSequenceMaxValueIncrementer
Default constructor.
OracleSequenceMaxValueIncrementer(DataSource, String) - Constructor for class org.springframework.jdbc.support.incrementer.OracleSequenceMaxValueIncrementer
Convenience constructor.
OrderComparator - class org.springframework.core.OrderComparator.
Comparator implementation for Ordered objects, sorting by order value ascending (resp.
OrderComparator() - Constructor for class org.springframework.core.OrderComparator
 
Ordered - interface org.springframework.core.Ordered.
Interface that can be implemented by objects that should be orderable, e.g.
onApplicationEvent(ApplicationEvent) - Method in interface org.springframework.context.ApplicationListener
Handle an application event
onApplicationEvent(ApplicationEvent) - Method in class org.springframework.context.event.ApplicationEventMulticasterImpl
 
onApplicationEvent(ApplicationEvent) - Method in class org.springframework.context.event.ConsoleListener
 
onApplicationEvent(ApplicationEvent) - Method in class org.springframework.web.context.support.PerformanceMonitorListener
 
onBind(HttpServletRequest, Object) - Method in class org.springframework.web.servlet.mvc.BaseCommandController
Callback for custom post-processing in terms of binding.
onBindAndValidate(HttpServletRequest, Object, BindException) - Method in class org.springframework.web.servlet.mvc.AbstractWizardFormController
Call page-specific onBindAndValidate method.
onBindAndValidate(HttpServletRequest, Object, BindException, int) - Method in class org.springframework.web.servlet.mvc.AbstractWizardFormController
Callback for custom post-processing in terms of binding and validation.
onBindAndValidate(HttpServletRequest, Object, BindException) - Method in class org.springframework.web.servlet.mvc.BaseCommandController
Callback for custom post-processing in terms of binding and validation.
onCompileInternal() - Method in class org.springframework.jdbc.object.SqlCall
Hook method that subclasses may override to react to compilation.
onCompileInternal() - Method in class org.springframework.jdbc.object.SqlOperation
Hook method that subclasses may override to react to compilation.
onCompileInternal() - Method in class org.springframework.jdbc.object.SqlQuery
Subclasses can override this method to implement custom behavior on compilation.
onEjbCreate() - Method in class org.springframework.ejb.support.AbstractMessageDrivenBean
Subclasses must implement this method to do any initialization they would otherwise have done in an ejbCreate() method.
onEjbCreate() - Method in class org.springframework.ejb.support.AbstractStatelessSessionBean
Subclasses must implement this method to do any initialization they would otherwise have done in an ejbCreate() method.
onInit() - Method in class org.springframework.remoting.jaxrpc.ServletEndpointSupport
Callback for custom initialization after the context has been set up.
onRefresh() - Method in class org.springframework.context.support.AbstractApplicationContext
Template method which can be overridden to add context-specific refresh work.
onRefresh() - Method in class org.springframework.web.context.support.StaticWebApplicationContext
Initialize the theme capability.
onRefresh() - Method in class org.springframework.web.context.support.XmlWebApplicationContext
Initialize the theme capability.
onSubmit(HttpServletRequest, HttpServletResponse, Object, BindException) - Method in class org.springframework.web.servlet.mvc.SimpleFormController
Submit callback with all parameters.
onSubmit(Object) - Method in class org.springframework.web.servlet.mvc.SimpleFormController
Simple onSubmit version.
org.springframework.aop - package org.springframework.aop
Core Spring AOP interfaces, built on AOP Alliance AOP interoperability interfaces.
org.springframework.aop.framework - package org.springframework.aop.framework
Package containing Spring's basic AOP infrastructure, compliant with the AOP Alliance interfaces.
org.springframework.aop.framework.adapter - package org.springframework.aop.framework.adapter
SPI package allowing Spring AOP framework to handle arbitrary advice types.
org.springframework.aop.framework.autoproxy - package org.springframework.aop.framework.autoproxy
Bean post processors for use in ApplicationContexts to simplify AOP usage by automatically creating AOP proxies without the need to use a ProxyFactoryBean.
org.springframework.aop.framework.autoproxy.metadata - package org.springframework.aop.framework.autoproxy.metadata
Support classes for target source creation that is driven by source-level metadata attributes.
org.springframework.aop.framework.autoproxy.target - package org.springframework.aop.framework.autoproxy.target
Generic support classes for target source creation.
org.springframework.aop.framework.support - package org.springframework.aop.framework.support
Support classes for Spring's basic AOP infrastructure.
org.springframework.aop.interceptor - package org.springframework.aop.interceptor
Provides miscellaneous interceptor implementations.
org.springframework.aop.support - package org.springframework.aop.support
Convenience classes for using Spring's AOP API.
org.springframework.aop.target - package org.springframework.aop.target
This package contains implementations of the org.springframework.aop.TargetSource interface.
org.springframework.beans - package org.springframework.beans
This package contains interfaces and classes for manipulating Java beans.
org.springframework.beans.factory - package org.springframework.beans.factory
The core package implementing Spring's lightweight Inversion of Control (IoC) container.
org.springframework.beans.factory.access - package org.springframework.beans.factory.access
Helper infrastructure to locate and access bean factories.
org.springframework.beans.factory.config - package org.springframework.beans.factory.config
SPI interfaces and configuration-related convenience classes for bean factories.
org.springframework.beans.factory.support - package org.springframework.beans.factory.support
Classes supporting the org.springframework.beans.factory package.
org.springframework.beans.factory.xml - package org.springframework.beans.factory.xml
Contains an abstract XML-based BeanFactory implementation, including a standard "spring-beans" DTD.
org.springframework.beans.propertyeditors - package org.springframework.beans.propertyeditors
Properties editors used to convert from String values to object types such as java.util.Properties.
org.springframework.beans.support - package org.springframework.beans.support
Classes supporting the org.springframework.beans package, such as utility classes for sorting and holding lists of beans.
org.springframework.context - package org.springframework.context
This package builds on the beans package to add support for message sources and for the Observer design pattern, and the ability for application objects to obtain resources using a consistent API.
org.springframework.context.access - package org.springframework.context.access
Helper infrastructure to locate and access application contexts.
org.springframework.context.event - package org.springframework.context.event
Support classes for application events, like standard context events.
org.springframework.context.support - package org.springframework.context.support
Classes supporting the org.springframework.context package, such as abstract base classes for ApplicationContext implementations and a MessageSource implementation.
org.springframework.core - package org.springframework.core
Basic classes facilitating exception handling, and providing core interfaces that are not specific to any part of the framework.
org.springframework.core.io - package org.springframework.core.io
Generic abstraction for (file-based) resources, used throughout the framework.
org.springframework.dao - package org.springframework.dao
Exception hierarchy enabling sophisticated error handling independent of the data access approach in use.
org.springframework.ejb.access - package org.springframework.ejb.access
This package contains classes that allow easy access to EJBs.
org.springframework.ejb.support - package org.springframework.ejb.support
Superclasses to make implementing EJBs simpler and less error-prone, as well as guaranteeing a Spring BeanFactory is available to EJBs.
org.springframework.jdbc - package org.springframework.jdbc
The classes in this package make JDBC easier to use and reduce the likelihood of common errors.
org.springframework.jdbc.core - package org.springframework.jdbc.core
Provides the core JDBC framework, based on JdbcTemplate and its associated callback interfaces and helper objects.
org.springframework.jdbc.core.support - package org.springframework.jdbc.core.support
Classes supporting the org.springframework.jdbc.core package.
org.springframework.jdbc.datasource - package org.springframework.jdbc.datasource
Provides a utility class for easy DataSource access, a PlatformTransactionManager for a single DataSource, and various simple DataSource implementations.
org.springframework.jdbc.object - package org.springframework.jdbc.object
The classes in this package represent RDBMS queries, updates, and stored procedures as threadsafe, reusable objects.
org.springframework.jdbc.support - package org.springframework.jdbc.support
Support classes for the JDBC framework, used by the classes in the jdbc.core and jdbc.object packages.
org.springframework.jdbc.support.incrementer - package org.springframework.jdbc.support.incrementer
Provides a support framework for incrementing database table values via sequences, with implementations for various databases.
org.springframework.jdbc.support.lob - package org.springframework.jdbc.support.lob
Provides a stategy interface for Large OBject handling, with implementations for various databases.
org.springframework.jdbc.support.nativejdbc - package org.springframework.jdbc.support.nativejdbc
Provides a mechanism for extracting native implementations of JDBC interfaces from wrapper objects that got returned from connection pools.
org.springframework.jndi - package org.springframework.jndi
The classes in this package make JNDI easier to use, facilitating the accessing of configuration stored in JNDI, and provide useful superclasses for JNDI access classes.
org.springframework.jndi.support - package org.springframework.jndi.support
The simplest implementation of the JNDI SPI that could possibly work.
org.springframework.mail - package org.springframework.mail
Spring's generic mail infrastructure.
org.springframework.mail.cos - package org.springframework.mail.cos
MailSender implementation that uses Jason Hunter's COS (com.oreilly.servlet)
org.springframework.mail.javamail - package org.springframework.mail.javamail
JavaMail support for Spring's mail infrastructure.
org.springframework.metadata - package org.springframework.metadata
Package defining a facade for accessing source-level metadata attributes at runtime.
org.springframework.metadata.commons - package org.springframework.metadata.commons
Attributes wrapper for Commons Attributes.
org.springframework.orm - package org.springframework.orm
Root package for Spring's O/R Mapping integration classes.
org.springframework.orm.hibernate - package org.springframework.orm.hibernate
Package providing integration of Hibernate with Spring concepts.
org.springframework.orm.hibernate.support - package org.springframework.orm.hibernate.support
Classes supporting the org.springframework.orm.hibernate package.
org.springframework.orm.ibatis - package org.springframework.orm.ibatis
Package providing integration of iBATIS Database Layer with Spring concepts.
org.springframework.orm.ibatis.support - package org.springframework.orm.ibatis.support
Classes supporting the org.springframework.orm.ibatis package.
org.springframework.orm.jdo - package org.springframework.orm.jdo
Package providing integration of JDO with Spring concepts.
org.springframework.orm.jdo.support - package org.springframework.orm.jdo.support
Classes supporting the org.springframework.orm.jdo package.
org.springframework.remoting - package org.springframework.remoting
Exception hierarchy for Spring's remoting infrastructure, independent of any specific remote method invocation system.
org.springframework.remoting.caucho - package org.springframework.remoting.caucho
This package provides remoting classes for Caucho's Hessian and Burlap protocols: a proxy factory for accessing Hessian/Burlap services, and an exporter for making beans available to Hessian/Burlap clients.
org.springframework.remoting.jaxrpc - package org.springframework.remoting.jaxrpc
Remoting classes for Web Services via JAX-RPC.
org.springframework.remoting.rmi - package org.springframework.remoting.rmi
Remoting classes for conventional RMI and transparent remoting via RMI invokers.
org.springframework.remoting.support - package org.springframework.remoting.support
Support classes for remoting implementations.
org.springframework.scheduling.quartz - package org.springframework.scheduling.quartz
Support classes for the open source scheduler Quartz, allowing to set up Quartz Schedulers, JobDetails and Triggers as beans in a Spring context.
org.springframework.scheduling.timer - package org.springframework.scheduling.timer
Scheduling convenience classes for the J2SE Timer, allowing to set up Timers and ScheduledTimerTasks as beans in a Spring context.
org.springframework.transaction - package org.springframework.transaction
Exception hierarchy for Spring's transaction infrastructure, independent of any specific transaction management system.
org.springframework.transaction.interceptor - package org.springframework.transaction.interceptor
AOP-based solution for declarative transaction demarcation.
org.springframework.transaction.jta - package org.springframework.transaction.jta
Transaction SPI implementation for JTA.
org.springframework.transaction.support - package org.springframework.transaction.support
Support classes for the org.springframework.transaction package.
org.springframework.ui.context - package org.springframework.ui.context
Contains classes defining the application context subinterface for UI applications.
org.springframework.ui.context.support - package org.springframework.ui.context.support
Classes supporting the org.springframework.ui.context package.
org.springframework.ui.freemarker - package org.springframework.ui.freemarker
Support classes for setting up FreeMarker within a Spring application context.
org.springframework.ui.velocity - package org.springframework.ui.velocity
Support classes for setting up Velocity within a Spring application context.
org.springframework.util - package org.springframework.util
Miscellaneous utility classes, such as String manipulation utilities, a Log4J configurer, and a state holder for paged lists of objects.
org.springframework.validation - package org.springframework.validation
Provides data binding and validation functionality, for usage in business and/or UI layers.
org.springframework.web.bind - package org.springframework.web.bind
Provides web-specific data binding functionality, including a utility class for easy invocation of binding and validation.
org.springframework.web.context - package org.springframework.web.context
Contains the application context subinterface for web applications, and the ContextLoaderListener that bootstraps the root web application context.
org.springframework.web.context.support - package org.springframework.web.context.support
Classes supporting the org.springframework.web.context package, such as WebApplicationContext implementations, and a utility class for retrieval of the root application context etc.
org.springframework.web.filter - package org.springframework.web.filter
Provides generic filter base classes allowing for bean-style configuration.
org.springframework.web.multipart - package org.springframework.web.multipart
Multipart resolution framework for handling file uploads.
org.springframework.web.multipart.commons - package org.springframework.web.multipart.commons
MultipartResolver implementation for Jakarta Commons FileUpload.
org.springframework.web.multipart.cos - package org.springframework.web.multipart.cos
MultipartResolver implementation for Jason Hunter's COS (com.oreilly.servlet).
org.springframework.web.multipart.support - package org.springframework.web.multipart.support
Support classes for the multipart resolution framework.
org.springframework.web.servlet - package org.springframework.web.servlet
Provides servlets that integrate with the application context infrastructure, and the core interfaces and classes for the Spring web MVC framework.
org.springframework.web.servlet.handler - package org.springframework.web.servlet.handler
Provides standard HandlerMapping implementations, including abstract base classes for custom implementations.
org.springframework.web.servlet.handler.metadata - package org.springframework.web.servlet.handler.metadata
This package enables automatic web controller targeting.
org.springframework.web.servlet.i18n - package org.springframework.web.servlet.i18n
Locale support classes for Spring's web MVC framework.
org.springframework.web.servlet.mvc - package org.springframework.web.servlet.mvc
Standard controller implementations for the MVC framework that comes with Spring.
org.springframework.web.servlet.mvc.multiaction - package org.springframework.web.servlet.mvc.multiaction
Package allowing MVC Controller implementations to handle requests at method rather than class level.
org.springframework.web.servlet.mvc.throwaway - package org.springframework.web.servlet.mvc.throwaway
Throwaway command controllers are a WebWork/Maverick-style alternative to Spring's default Servlet/Struts-style Controller approach.
org.springframework.web.servlet.support - package org.springframework.web.servlet.support
Support classes for Spring's web MVC framework.
org.springframework.web.servlet.tags - package org.springframework.web.servlet.tags
Spring's standard custom tag library.
org.springframework.web.servlet.theme - package org.springframework.web.servlet.theme
Theme support classes for Spring's web MVC framework.
org.springframework.web.servlet.view - package org.springframework.web.servlet.view
Provides standard View and ViewResolver implementations, including abstract base classes for custom implementations.
org.springframework.web.servlet.view.document - package org.springframework.web.servlet.view.document
Support classes for document generation, providing View implementations for PDF and Excel.
org.springframework.web.servlet.view.freemarker - package org.springframework.web.servlet.view.freemarker
Support classes for the integration of FreeMarker as Spring web view technology.
org.springframework.web.servlet.view.tiles - package org.springframework.web.servlet.view.tiles
Support classes for the integration of Tiles (included in Struts) as Spring web view technology.
org.springframework.web.servlet.view.velocity - package org.springframework.web.servlet.view.velocity
Support classes for the integration of Velocity as Spring web view technology.
org.springframework.web.servlet.view.xslt - package org.springframework.web.servlet.view.xslt
Support classes for XSLT, providing a View implementation for XSLT stylesheets.
org.springframework.web.util - package org.springframework.web.util
Miscellaneous web utility classes, such as HTML escaping, Log4J initialization, and cookie handling.

P

PARAM_CANCEL - Static variable in class org.springframework.web.servlet.mvc.AbstractWizardFormController
Parameter triggering the cancel action.
PARAM_FINISH - Static variable in class org.springframework.web.servlet.mvc.AbstractWizardFormController
Parameter triggering the finish action.
PARAM_TARGET - Static variable in class org.springframework.web.servlet.mvc.AbstractWizardFormController
Parameter specifying the target page, appending the page number to the name.
PARENT_ATTRIBUTE - Static variable in class org.springframework.beans.factory.xml.DefaultXmlBeanDefinitionParser
 
PARENT_KEY - Static variable in class org.springframework.beans.factory.support.PropertiesBeanDefinitionReader
Reserved "property" to indicate the parent of a child bean definition.
PLACEHOLDER_PREFIX - Static variable in class org.springframework.core.io.ResourceEditor
 
PLACEHOLDER_SUFFIX - Static variable in class org.springframework.core.io.ResourceEditor
 
PROPAGATION_CONSTANT_PREFIX - Static variable in interface org.springframework.transaction.TransactionDefinition
 
PROPAGATION_MANDATORY - Static variable in interface org.springframework.transaction.TransactionDefinition
Support a current transaction, throw an exception if none exists.
PROPAGATION_NEVER - Static variable in interface org.springframework.transaction.TransactionDefinition
Execute non-transactionally, throw an exception if a transaction exists.
PROPAGATION_NOT_SUPPORTED - Static variable in interface org.springframework.transaction.TransactionDefinition
Execute non-transactionally, suspending the current transaction if one exists.
PROPAGATION_REQUIRED - Static variable in interface org.springframework.transaction.TransactionDefinition
Support a current transaction, create a new one if none exists.
PROPAGATION_REQUIRES_NEW - Static variable in interface org.springframework.transaction.TransactionDefinition
Create a new transaction, suspending the current transaction if one exists.
PROPAGATION_SUPPORTS - Static variable in interface org.springframework.transaction.TransactionDefinition
Support a current transaction, execute non-transactionally if none exists.
PROPERTIES_SUFFIX - Static variable in class org.springframework.context.support.ReloadableResourceBundleMessageSource
 
PROPERTY_ELEMENT - Static variable in class org.springframework.beans.factory.xml.DefaultXmlBeanDefinitionParser
 
PROPS_ELEMENT - Static variable in class org.springframework.beans.factory.xml.DefaultXmlBeanDefinitionParser
 
PROP_ELEMENT - Static variable in class org.springframework.beans.factory.xml.DefaultXmlBeanDefinitionParser
 
PROTOCOL_FILE - Static variable in class org.springframework.core.io.UrlResource
 
PROXY_WITHOUT_ADDITIONAL_INTERCEPTORS - Variable in class org.springframework.aop.framework.autoproxy.AbstractAutoProxyCreator
Convenience constant for subclasses: Return value for "proxy without additional interceptors, just the common ones".
PagedListHolder - class org.springframework.beans.support.PagedListHolder.
PagedListHolder is a simple state holder for handling lists of objects, separating them into pages.
PagedListHolder() - Constructor for class org.springframework.beans.support.PagedListHolder
Create a new holder instance.
PagedListHolder(List) - Constructor for class org.springframework.beans.support.PagedListHolder
Create a new holder instance with the given source list.
PagedListSourceProvider - interface org.springframework.beans.support.PagedListSourceProvider.
Callback that provides the source for a reloadable List.
ParameterMapper - interface org.springframework.jdbc.core.ParameterMapper.
Implement this interface when parameters need to be customized based on the connection.
ParameterMethodNameResolver - class org.springframework.web.servlet.mvc.multiaction.ParameterMethodNameResolver.
Simple implementation of MethodNameResolver that looks for a parameter value containing the name of the method to invoke.
ParameterMethodNameResolver() - Constructor for class org.springframework.web.servlet.mvc.multiaction.ParameterMethodNameResolver
 
ParameterizableViewController - class org.springframework.web.servlet.mvc.ParameterizableViewController.
Trivial controller that always returns a named view.
ParameterizableViewController() - Constructor for class org.springframework.web.servlet.mvc.ParameterizableViewController
 
PathMap - class org.springframework.web.servlet.handler.metadata.PathMap.
Attribute to be used on Controller classes to allow for automatic URL mapping without web controllers being defined as beans in an XML bean definition file.
PathMap(String) - Constructor for class org.springframework.web.servlet.handler.metadata.PathMap
 
PathMatcher - class org.springframework.util.PathMatcher.
Utility for matching paths with patterns in an Ant-like way.
PathMatcher() - Constructor for class org.springframework.util.PathMatcher
 
PerformanceMonitorInterceptor - class org.springframework.aop.interceptor.PerformanceMonitorInterceptor.
Trivial performance monitor interceptor.
PerformanceMonitorInterceptor() - Constructor for class org.springframework.aop.interceptor.PerformanceMonitorInterceptor
 
PerformanceMonitorListener - class org.springframework.web.context.support.PerformanceMonitorListener.
Listener that logs the response times of web requests.
PerformanceMonitorListener() - Constructor for class org.springframework.web.context.support.PerformanceMonitorListener
 
PersistenceManagerFactoryUtils - class org.springframework.orm.jdo.PersistenceManagerFactoryUtils.
Helper class featuring methods for JDO PersistenceManager handling, allowing for reuse of PersistenceManager instances within transactions.
PersistenceManagerFactoryUtils() - Constructor for class org.springframework.orm.jdo.PersistenceManagerFactoryUtils
 
PersistenceManagerHolder - class org.springframework.orm.jdo.PersistenceManagerHolder.
Holder wrapping a JDO PersistenceManager.
PersistenceManagerHolder(PersistenceManager) - Constructor for class org.springframework.orm.jdo.PersistenceManagerHolder
 
PlatformTransactionManager - interface org.springframework.transaction.PlatformTransactionManager.
This is the central interface in Spring's transaction support.
Pointcut - interface org.springframework.aop.Pointcut.
Core Spring pointcut abstraction.
PointcutAdvisor - interface org.springframework.aop.PointcutAdvisor.
Superinterface for all Advisors that are driven by a pointcut.
Pointcuts - class org.springframework.aop.support.Pointcuts.
Static methods useful for manipulating and evaluating pointcuts.
Pointcuts() - Constructor for class org.springframework.aop.support.Pointcuts
 
PoolingAttribute - class org.springframework.aop.framework.autoproxy.target.PoolingAttribute.
Simple pooling attribute that can drive automatic creation of a TargetSource.
PoolingAttribute(int) - Constructor for class org.springframework.aop.framework.autoproxy.target.PoolingAttribute
 
PoolingConfig - interface org.springframework.aop.target.PoolingConfig.
Config interface for a pooling invoker.
PostgreSQLSequenceMaxValueIncrementer - class org.springframework.jdbc.support.incrementer.PostgreSQLSequenceMaxValueIncrementer.
Class to retrieve the next value of a given PostgreSQL Sequence.
PostgreSQLSequenceMaxValueIncrementer() - Constructor for class org.springframework.jdbc.support.incrementer.PostgreSQLSequenceMaxValueIncrementer
Default constructor.
PostgreSQLSequenceMaxValueIncrementer(DataSource, String) - Constructor for class org.springframework.jdbc.support.incrementer.PostgreSQLSequenceMaxValueIncrementer
Convenience constructor.
PreferencesPlaceholderConfigurer - class org.springframework.beans.factory.config.PreferencesPlaceholderConfigurer.
Subclass of PropertyPlaceholderConfigurer that supports J2SE 1.4's Preferences API (java.util.prefs).
PreferencesPlaceholderConfigurer() - Constructor for class org.springframework.beans.factory.config.PreferencesPlaceholderConfigurer
 
PreparedStatementCallback - interface org.springframework.jdbc.core.PreparedStatementCallback.
Generic callback interface for code that operates on a PreparedStatement.
PreparedStatementCreator - interface org.springframework.jdbc.core.PreparedStatementCreator.
One of the two central callback interfaces used by the JdbcTemplate class.
PreparedStatementCreatorFactory - class org.springframework.jdbc.core.PreparedStatementCreatorFactory.
Helper class that can efficiently create multiple PreparedStatementCreator objects with different parameters based on a SQL statement and a single set of parameter declarations.
PreparedStatementCreatorFactory(String) - Constructor for class org.springframework.jdbc.core.PreparedStatementCreatorFactory
Create a new factory.
PreparedStatementCreatorFactory(String, int[]) - Constructor for class org.springframework.jdbc.core.PreparedStatementCreatorFactory
Create a new factory with the given SQL and JDBC types.
PreparedStatementCreatorFactory(String, List) - Constructor for class org.springframework.jdbc.core.PreparedStatementCreatorFactory
Create a new factory with the given SQL and parameters.
PreparedStatementSetter - interface org.springframework.jdbc.core.PreparedStatementSetter.
Callback interface used by the JdbcTemplate class.
PropertiesBeanDefinitionReader - class org.springframework.beans.factory.support.PropertiesBeanDefinitionReader.
Bean definition reader for a simple properties format.
PropertiesBeanDefinitionReader(BeanDefinitionRegistry) - Constructor for class org.springframework.beans.factory.support.PropertiesBeanDefinitionReader
Create new PropertiesBeanDefinitionReader for the given bean factory.
PropertiesEditor - class org.springframework.beans.propertyeditors.PropertiesEditor.
Editor for java.util.Properties objects.
PropertiesEditor() - Constructor for class org.springframework.beans.propertyeditors.PropertiesEditor
 
PropertiesFactoryBean - class org.springframework.beans.factory.config.PropertiesFactoryBean.
Allows for making a properties file from a classpath location available as Properties instance in a bean factory.
PropertiesFactoryBean() - Constructor for class org.springframework.beans.factory.config.PropertiesFactoryBean
 
PropertiesMethodNameResolver - class org.springframework.web.servlet.mvc.multiaction.PropertiesMethodNameResolver.
The most sophisticated and useful framework implementation of the MethodNameResolver interface.
PropertiesMethodNameResolver() - Constructor for class org.springframework.web.servlet.mvc.multiaction.PropertiesMethodNameResolver
 
PropertiesPersister - interface org.springframework.util.PropertiesPersister.
Strategy interface for persisting java.util.Properties, allowing for pluggable parsing strategies.
PropertyAccessException - exception org.springframework.beans.PropertyAccessException.
Superclass for exceptions related to a property access, such as type mismatch or invocation target exception.
PropertyAccessException(String, PropertyChangeEvent) - Constructor for class org.springframework.beans.PropertyAccessException
 
PropertyAccessException(String, PropertyChangeEvent, Throwable) - Constructor for class org.springframework.beans.PropertyAccessException
 
PropertyAccessExceptionsException - exception org.springframework.beans.PropertyAccessExceptionsException.
Combined exception, composed of individual binding propertyAccessExceptions.
PropertyAccessExceptionsException(BeanWrapper, PropertyAccessException[]) - Constructor for class org.springframework.beans.PropertyAccessExceptionsException
Create new empty PropertyAccessExceptionsException.
PropertyComparator - class org.springframework.beans.support.PropertyComparator.
PropertyComparator performs a comparison of two beans, using the specified bean property via a BeanWrapper.
PropertyComparator(SortDefinition) - Constructor for class org.springframework.beans.support.PropertyComparator
 
PropertyOverrideConfigurer - class org.springframework.beans.factory.config.PropertyOverrideConfigurer.
A property resource configurer that overrides bean property values in an application context definition.
PropertyOverrideConfigurer() - Constructor for class org.springframework.beans.factory.config.PropertyOverrideConfigurer
 
PropertyPlaceholderConfigurer - class org.springframework.beans.factory.config.PropertyPlaceholderConfigurer.
A property resource configurer that resolves placeholders in bean property values of context definitions.
PropertyPlaceholderConfigurer() - Constructor for class org.springframework.beans.factory.config.PropertyPlaceholderConfigurer
 
PropertyResourceConfigurer - class org.springframework.beans.factory.config.PropertyResourceConfigurer.
Allows for configuration of individual bean property values from a property resource, i.e.
PropertyResourceConfigurer() - Constructor for class org.springframework.beans.factory.config.PropertyResourceConfigurer
 
PropertyValue - class org.springframework.beans.PropertyValue.
Class to hold information and value for an individual property.
PropertyValue(String, Object) - Constructor for class org.springframework.beans.PropertyValue
Creates new PropertyValue.
PropertyValues - interface org.springframework.beans.PropertyValues.
Object containing 0 or more PropertyValues comprising one update.
PropertyValuesEditor - class org.springframework.beans.PropertyValuesEditor.
Editor for PropertyValues objects.
PropertyValuesEditor() - Constructor for class org.springframework.beans.PropertyValuesEditor
 
PrototypeAttribute - class org.springframework.aop.framework.autoproxy.metadata.PrototypeAttribute.
Tag attribute to identify beans for which the target should be a prototype (new instance per invocation)
PrototypeAttribute() - Constructor for class org.springframework.aop.framework.autoproxy.metadata.PrototypeAttribute
 
PrototypeTargetSource - class org.springframework.aop.target.PrototypeTargetSource.
TargetSource that creates a new instance of the target bean for each request.
PrototypeTargetSource() - Constructor for class org.springframework.aop.target.PrototypeTargetSource
 
ProxyConfig - class org.springframework.aop.framework.ProxyConfig.
Convenience superclass for configuration used in creating proxies, to ensure that all proxy creators have consistent properties.
ProxyConfig() - Constructor for class org.springframework.aop.framework.ProxyConfig
 
ProxyFactory - class org.springframework.aop.framework.ProxyFactory.
Factory for AOP proxies for programmatic use, rather than via a bean factory.
ProxyFactory() - Constructor for class org.springframework.aop.framework.ProxyFactory
 
ProxyFactory(Object) - Constructor for class org.springframework.aop.framework.ProxyFactory
Proxy all interfaces of the given target.
ProxyFactory(Class[]) - Constructor for class org.springframework.aop.framework.ProxyFactory
No target, only interfaces.
ProxyFactoryBean - class org.springframework.aop.framework.ProxyFactoryBean.
FactoryBean implementation for use to source AOP proxies from a Spring BeanFactory.
ProxyFactoryBean() - Constructor for class org.springframework.aop.framework.ProxyFactoryBean
 
paddingLength - Variable in class org.springframework.jdbc.support.incrementer.AbstractDataFieldMaxValueIncrementer
The length to which a string result should be pre-pended with zeroes
pageNotFoundLogger - Variable in class org.springframework.web.servlet.DispatcherServlet
Additional logger for use when no mapping handlers are found for a request.
parseBeanDefinition(Properties, BeanDefinition) - Method in class org.springframework.beans.factory.config.PropertyPlaceholderConfigurer
 
parseBeanDefinition(Element, String) - Method in class org.springframework.beans.factory.xml.DefaultXmlBeanDefinitionParser
Parse a standard bean definition.
parseConstructorArgElement(String, ConstructorArgumentValues, Element) - Method in class org.springframework.beans.factory.xml.DefaultXmlBeanDefinitionParser
Parse a constructor-arg element.
parseGenericArgumentValues(Properties, Set) - Method in class org.springframework.beans.factory.config.PropertyPlaceholderConfigurer
 
parseIndexedArgumentValues(Properties, Map) - Method in class org.springframework.beans.factory.config.PropertyPlaceholderConfigurer
 
parseList(Properties, List) - Method in class org.springframework.beans.factory.config.PropertyPlaceholderConfigurer
Parse the given List, exchanging its values if necessary.
parseMap(Properties, Map) - Method in class org.springframework.beans.factory.config.PropertyPlaceholderConfigurer
Parse the given Map, exchanging its values if necessary.
parsePropertyElement(String, MutablePropertyValues, Element) - Method in class org.springframework.beans.factory.xml.DefaultXmlBeanDefinitionParser
Parse a property element.
parsePropertySubelement(Element, String) - Method in class org.springframework.beans.factory.xml.DefaultXmlBeanDefinitionParser
Parse a value, ref or collection subelement of a property element
parsePropertyValues(Properties, MutablePropertyValues) - Method in class org.springframework.beans.factory.config.PropertyPlaceholderConfigurer
 
parseSet(Properties, Set) - Method in class org.springframework.beans.factory.config.PropertyPlaceholderConfigurer
Parse the given Set, exchanging its values if necessary.
parseString(Properties, String, String) - Method in class org.springframework.beans.factory.config.PropertyPlaceholderConfigurer
Parse values recursively to be able to resolve cross-references between placeholder values.
parseValue(Properties, Object) - Method in class org.springframework.beans.factory.config.PropertyPlaceholderConfigurer
 
passivateObject(Object) - Method in class org.springframework.aop.target.CommonsPoolTargetSource
 
perform(ComponentContext, HttpServletRequest, HttpServletResponse, ServletContext) - Method in class org.springframework.web.servlet.view.tiles.ComponentControllerSupport
This implementation delegates to doPerform, lazy-initializing the application context reference if necessary, and converting non-Servlet/IO Exceptions to ServletException.
populateBean(String, RootBeanDefinition, BeanWrapper) - Method in class org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory
Populate the bean instance in the given BeanWrapper with the property values from the bean definition.
populateLob(Object) - Method in interface org.springframework.jdbc.support.lob.OracleLobHandler.LobCallback
Populate the given BLOB or CLOB instance with content.
postHandle(HttpServletRequest, HttpServletResponse, Object, ModelAndView) - Method in class org.springframework.orm.hibernate.support.OpenSessionInViewInterceptor
Flushes the Hibernate Session before view rendering, if necessary.
postHandle(HttpServletRequest, HttpServletResponse, Object, ModelAndView) - Method in interface org.springframework.web.servlet.HandlerInterceptor
Intercept the execution of a handler.
postHandle(HttpServletRequest, HttpServletResponse, Object, ModelAndView) - Method in class org.springframework.web.servlet.handler.HandlerInterceptorAdapter
 
postHandle(HttpServletRequest, HttpServletResponse, Object, ModelAndView) - Method in class org.springframework.web.servlet.mvc.WebContentInterceptor
 
postProcessAfterInitialization(Object, String) - Method in class org.springframework.aop.framework.adapter.AdvisorAdapterRegistrationManager
 
postProcessAfterInitialization(Object, String) - Method in class org.springframework.aop.framework.autoproxy.AbstractAutoProxyCreator
Create a proxy with the configured interceptors if the bean is identified as one to proxy by the subclass.
postProcessAfterInitialization(Object, String) - Method in interface org.springframework.beans.factory.config.BeanPostProcessor
Apply this BeanPostProcessor to the given new bean instance after any bean initialization callbacks (like InitializingBean's afterPropertiesSet or a custom init-method).
postProcessAfterInitialization(Object, String) - Method in class org.springframework.context.support.ApplicationContextAwareProcessor
 
postProcessAfterInitialization(Object, String) - Method in class org.springframework.web.context.support.ServletContextAwareProcessor
 
postProcessBeanFactory(ConfigurableListableBeanFactory) - Method in interface org.springframework.beans.factory.config.BeanFactoryPostProcessor
Modify the application context's internal bean factory after its standard initialization.
postProcessBeanFactory(ConfigurableListableBeanFactory) - Method in class org.springframework.beans.factory.config.CustomEditorConfigurer
 
postProcessBeanFactory(ConfigurableListableBeanFactory) - Method in class org.springframework.beans.factory.config.PropertyResourceConfigurer
 
postProcessBeanFactory(ConfigurableListableBeanFactory) - Method in class org.springframework.context.support.AbstractApplicationContext
Modify the application context's internal bean factory after its standard initialization.
postProcessBeanFactory(ConfigurableListableBeanFactory) - Method in class org.springframework.web.context.support.XmlWebApplicationContext
 
postProcessBeforeInitialization(Object, String) - Method in class org.springframework.aop.framework.adapter.AdvisorAdapterRegistrationManager
 
postProcessBeforeInitialization(Object, String) - Method in class org.springframework.aop.framework.autoproxy.AbstractAutoProxyCreator
 
postProcessBeforeInitialization(Object, String) - Method in interface org.springframework.beans.factory.config.BeanPostProcessor
Apply this BeanPostProcessor to the given new bean instance before any bean initialization callbacks (like InitializingBean's afterPropertiesSet or a custom init-method).
postProcessBeforeInitialization(Object, String) - Method in class org.springframework.context.support.ApplicationContextAwareProcessor
 
postProcessBeforeInitialization(Object, String) - Method in class org.springframework.web.context.support.ServletContextAwareProcessor
 
postProcessConfiguration(Configuration) - Method in class org.springframework.orm.hibernate.LocalSessionFactoryBean
To be implemented by subclasses that want to to perform custom post-processing of the Configuration object after this FactoryBean performed its default initialization.
postProcessConfiguration(Configuration) - Method in class org.springframework.ui.freemarker.FreeMarkerConfigurationFactory
To be implemented by subclasses that want to to perform custom post-processing of the Configuration object after this FactoryBean performed its default initialization.
postProcessJaxRpcService(Service) - Method in class org.springframework.remoting.jaxrpc.JaxRpcPortClientInterceptor
Post-process the given JAX-RPC Service.
postProcessPortProxy(Remote) - Method in class org.springframework.remoting.jaxrpc.JaxRpcPortClientInterceptor
Post-process the given JAX-RPC port proxy.
postProcessVelocityEngine(VelocityEngine) - Method in class org.springframework.ui.velocity.VelocityEngineFactory
To be implemented by subclasses that want to to perform custom post-processing of the VelocityEngine after this FactoryBean performed its default configuration (but before VelocityEngine.init).
preHandle(HttpServletRequest, HttpServletResponse, Object) - Method in class org.springframework.orm.hibernate.support.OpenSessionInViewInterceptor
Opens a new Hibernate Session according to the settings of this HibernateAccessor and binds in to the thread via TransactionSynchronizationManager.
preHandle(HttpServletRequest, HttpServletResponse, Object) - Method in interface org.springframework.web.servlet.HandlerInterceptor
Intercept the execution of a handler.
preHandle(HttpServletRequest, HttpServletResponse, Object) - Method in class org.springframework.web.servlet.handler.HandlerInterceptorAdapter
 
preHandle(HttpServletRequest, HttpServletResponse, Object) - Method in class org.springframework.web.servlet.handler.UserRoleAuthorizationInterceptor
 
preHandle(HttpServletRequest, HttpServletResponse, Object) - Method in class org.springframework.web.servlet.i18n.LocaleChangeInterceptor
 
preHandle(HttpServletRequest, HttpServletResponse, Object) - Method in class org.springframework.web.servlet.mvc.WebContentInterceptor
 
preHandle(HttpServletRequest, HttpServletResponse, Object) - Method in class org.springframework.web.servlet.theme.ThemeChangeInterceptor
 
preInstantiateSingletons() - Method in interface org.springframework.beans.factory.config.ConfigurableListableBeanFactory
Ensure that all non-lazy-init singletons are instantiated, also considering FactoryBeans.
preInstantiateSingletons() - Method in class org.springframework.beans.factory.support.DefaultListableBeanFactory
 
prepare(MimeMessage) - Method in interface org.springframework.mail.javamail.MimeMessagePreparator
Prepare the given new MimeMessage instance.
prepare() - Method in class org.springframework.util.MethodInvoker
Prepare the specified method.
prepareLob(Connection, Class) - Method in class org.springframework.jdbc.support.lob.OracleLobHandler.OracleLobCreator
Create and open an oracle.sql.BLOB/CLOB instance via reflection.
prettyPrint() - Method in class org.springframework.util.StopWatch
Returns a string with a table describing all tasks performed.
preventCaching(HttpServletResponse) - Method in class org.springframework.web.servlet.support.WebContentGenerator
Prevent the response from being cached.
previousPage() - Method in class org.springframework.beans.support.PagedListHolder
Switch to previous page.
printStackTrace(PrintStream) - Method in class org.springframework.beans.PropertyAccessExceptionsException
 
printStackTrace(PrintWriter) - Method in class org.springframework.beans.PropertyAccessExceptionsException
 
printStackTrace(PrintStream) - Method in class org.springframework.core.NestedCheckedException
Print the composite message and the embedded stack trace to the specified stream.
printStackTrace(PrintWriter) - Method in class org.springframework.core.NestedCheckedException
Prints the composite message and the embedded stack trace to the specified print writer.
printStackTrace(PrintStream) - Method in class org.springframework.core.NestedRuntimeException
Print the composite message and the embedded stack trace to the specified stream.
printStackTrace(PrintWriter) - Method in class org.springframework.core.NestedRuntimeException
Print the composite message and the embedded stack trace to the specified writer.
printStackTrace(PrintStream) - Method in class org.springframework.mail.MailSendException
 
printStackTrace(PrintWriter) - Method in class org.springframework.mail.MailSendException
 
proceed() - Method in class org.springframework.aop.framework.ReflectiveMethodInvocation
 
processCancel(HttpServletRequest, HttpServletResponse, Object, BindException) - Method in class org.springframework.web.servlet.mvc.AbstractWizardFormController
Template method for processing the cancel action of this wizard.
processFinish(HttpServletRequest, HttpServletResponse, Object, BindException) - Method in class org.springframework.web.servlet.mvc.AbstractWizardFormController
Template method for processing the final action of this wizard.
processFormSubmission(HttpServletRequest, HttpServletResponse, Object, BindException) - Method in class org.springframework.web.servlet.mvc.AbstractFormController
Process form submission request.
processFormSubmission(HttpServletRequest, HttpServletResponse, Object, BindException) - Method in class org.springframework.web.servlet.mvc.AbstractWizardFormController
Apply wizard workflow: finish, cancel, page change.
processFormSubmission(HttpServletRequest, HttpServletResponse, Object, BindException) - Method in class org.springframework.web.servlet.mvc.SimpleFormController
This implementation calls showForm in case of errors, and delegates to onSubmit's full version else.
processKey(ConfigurableListableBeanFactory, String, String) - Method in class org.springframework.beans.factory.config.PropertyOverrideConfigurer
Process the given key as 'beanName.property' entry.
processProperties(ConfigurableListableBeanFactory, Properties) - Method in class org.springframework.beans.factory.config.PropertyOverrideConfigurer
 
processProperties(ConfigurableListableBeanFactory, Properties) - Method in class org.springframework.beans.factory.config.PropertyPlaceholderConfigurer
 
processProperties(ConfigurableListableBeanFactory, Properties) - Method in class org.springframework.beans.factory.config.PropertyResourceConfigurer
Apply the given Properties to the bean factory.
processRow(ResultSet) - Method in interface org.springframework.jdbc.core.RowCallbackHandler
Implementations must implement this method to process each row of data in the ResultSet.
processRow(ResultSet) - Method in class org.springframework.jdbc.core.RowCountCallbackHandler
Implementation of ResultSetCallbackHandler.
processRow(ResultSet, int) - Method in class org.springframework.jdbc.core.RowCountCallbackHandler
Subclasses may override this to perform custom extraction or processing.
processRow(ResultSet) - Method in class org.springframework.jdbc.core.SqlParameter.ResultReaderStoredProcImpl
 
processRow(ResultSet) - Method in class org.springframework.jdbc.object.MappingSqlQueryWithParameters.ResultReaderImpl
 
processRow(ResultSet) - Method in class org.springframework.jdbc.object.UpdatableSqlQuery.ResultReaderImpl
 
processTemplate(Template, Map, HttpServletResponse) - Method in class org.springframework.web.servlet.view.freemarker.FreeMarkerView
Process the FreeMarker template to the servlet response.
processTemplateIntoString(Template, Object) - Static method in class org.springframework.ui.freemarker.FreeMarkerTemplateUtils
Process the specified FreeMarker template with the given model and write the result to the given Writer.
propertyToConstantNamePrefix(String) - Method in class org.springframework.core.Constants
Convert the given bean property name to a constant name prefix.
proxy - Variable in class org.springframework.aop.framework.ReflectiveMethodInvocation
 
publishEvent(ApplicationEvent) - Method in interface org.springframework.context.ApplicationContext
Notify all listeners registered with this application of an application event.
publishEvent(ApplicationEvent) - Method in class org.springframework.context.support.AbstractApplicationContext
Publish the given event to all listeners.

Q

QuartzJobBean - class org.springframework.scheduling.quartz.QuartzJobBean.
Simple implementation of the Quartz Job interface, applying the passed-in job data map as bean property values.
QuartzJobBean() - Constructor for class org.springframework.scheduling.quartz.QuartzJobBean
 
QuickTargetSourceCreator - class org.springframework.aop.framework.autoproxy.target.QuickTargetSourceCreator.
Convenient TargetSourceCreator using bean name prefixes to create one of three well-known TargetSource types: : CommonsPoolTargetSource % ThreadLocalTargetSource ! PrototypeTargetSource
QuickTargetSourceCreator() - Constructor for class org.springframework.aop.framework.autoproxy.target.QuickTargetSourceCreator
 
query(String, ResultSetExtractor) - Method in interface org.springframework.jdbc.core.JdbcOperations
Execute a query given static SQL, reading the ResultSet with a ResultSetExtractor.
query(String, RowCallbackHandler) - Method in interface org.springframework.jdbc.core.JdbcOperations
Execute a query given static SQL, reading the ResultSet on a per-row basis with a RowCallbackHandler (potentially implementing the ResultReader sub-interface that provides a result List).
query(PreparedStatementCreator, ResultSetExtractor) - Method in interface org.springframework.jdbc.core.JdbcOperations
Query using a prepared statement.
query(String, PreparedStatementSetter, ResultSetExtractor) - Method in interface org.springframework.jdbc.core.JdbcOperations
Query using a prepared statement, reading the ResultSet with a ResultSetExtractor.
query(PreparedStatementCreator, RowCallbackHandler) - Method in interface org.springframework.jdbc.core.JdbcOperations
Query using a prepared statement, reading the ResultSet on a per-row basis with a RowCallbackHandler (potentially implementing the ResultReader sub-interface that provides a result List).
query(String, PreparedStatementSetter, RowCallbackHandler) - Method in interface org.springframework.jdbc.core.JdbcOperations
Query given SQL to create a prepared statement from SQL and a PreparedStatementSetter implementation that knows how to bind values to the query, reading the ResultSet on a per-row basis with a RowCallbackHandler (potentially implementing the ResultReader sub-interface that provides a result List).
query(String, Object[], int[], RowCallbackHandler) - Method in interface org.springframework.jdbc.core.JdbcOperations
Query given SQL to create a prepared statement from SQL and a list of arguments to bind to the query, reading the ResultSet on a per-row basis with a RowCallbackHandler (potentially implementing the ResultReader sub-interface that provides a result List).
query(String, Object[], RowCallbackHandler) - Method in interface org.springframework.jdbc.core.JdbcOperations
Query given SQL to create a prepared statement from SQL and a list of arguments to bind to the query, reading the ResultSet on a per-row basis with a RowCallbackHandler (potentially implementing the ResultReader sub-interface that provides a result List).
query(String, ResultSetExtractor) - Method in class org.springframework.jdbc.core.JdbcTemplate
 
query(String, RowCallbackHandler) - Method in class org.springframework.jdbc.core.JdbcTemplate
 
query(PreparedStatementCreator, PreparedStatementSetter, ResultSetExtractor) - Method in class org.springframework.jdbc.core.JdbcTemplate
Query using a prepared statement, allowing for a PreparedStatementCreator and a PreparedStatementSetter.
query(PreparedStatementCreator, ResultSetExtractor) - Method in class org.springframework.jdbc.core.JdbcTemplate
 
query(String, PreparedStatementSetter, ResultSetExtractor) - Method in class org.springframework.jdbc.core.JdbcTemplate
 
query(PreparedStatementCreator, RowCallbackHandler) - Method in class org.springframework.jdbc.core.JdbcTemplate
 
query(String, PreparedStatementSetter, RowCallbackHandler) - Method in class org.springframework.jdbc.core.JdbcTemplate
 
query(String, Object[], int[], RowCallbackHandler) - Method in class org.springframework.jdbc.core.JdbcTemplate
 
query(String, Object[], RowCallbackHandler) - Method in class org.springframework.jdbc.core.JdbcTemplate
 
queryForInt(String) - Method in interface org.springframework.jdbc.core.JdbcOperations
Execute a query that results in an int value, given static SQL.
queryForInt(String, Object[]) - Method in interface org.springframework.jdbc.core.JdbcOperations
Query given SQL to create a prepared statement from SQL and a list of arguments to bind to the query, resulting in an int value.
queryForInt(String) - Method in class org.springframework.jdbc.core.JdbcTemplate
 
queryForInt(String, Object[]) - Method in class org.springframework.jdbc.core.JdbcTemplate
 
queryForList(String) - Method in interface org.springframework.jdbc.core.JdbcOperations
Execute a query for a result list, given static SQL.
queryForList(String, Object[]) - Method in interface org.springframework.jdbc.core.JdbcOperations
Query given SQL to create a prepared statement from SQL and a list of arguments to bind to the query, expecting a result list.
queryForList(String) - Method in class org.springframework.jdbc.core.JdbcTemplate
 
queryForList(String, Object[]) - Method in class org.springframework.jdbc.core.JdbcTemplate
 
queryForList(String, Object) - Method in interface org.springframework.orm.ibatis.SqlMapClientOperations
 
queryForList(String, Object, int, int) - Method in interface org.springframework.orm.ibatis.SqlMapClientOperations
 
queryForList(String, Object, RowHandler) - Method in interface org.springframework.orm.ibatis.SqlMapClientOperations
 
queryForList(String, Object) - Method in class org.springframework.orm.ibatis.SqlMapClientTemplate
 
queryForList(String, Object, int, int) - Method in class org.springframework.orm.ibatis.SqlMapClientTemplate
 
queryForList(String, Object, RowHandler) - Method in class org.springframework.orm.ibatis.SqlMapClientTemplate
 
queryForLong(String) - Method in interface org.springframework.jdbc.core.JdbcOperations
Execute a query that results in a long value, given static SQL.
queryForLong(String, Object[]) - Method in interface org.springframework.jdbc.core.JdbcOperations
Query given SQL to create a prepared statement from SQL and a list of arguments to bind to the query, resulting in a long value.
queryForLong(String) - Method in class org.springframework.jdbc.core.JdbcTemplate
 
queryForLong(String, Object[]) - Method in class org.springframework.jdbc.core.JdbcTemplate
 
queryForMap(String, Object, String) - Method in interface org.springframework.orm.ibatis.SqlMapClientOperations
 
queryForMap(String, Object, String, String) - Method in interface org.springframework.orm.ibatis.SqlMapClientOperations
 
queryForMap(String, Object, String) - Method in class org.springframework.orm.ibatis.SqlMapClientTemplate
 
queryForMap(String, Object, String, String) - Method in class org.springframework.orm.ibatis.SqlMapClientTemplate
 
queryForObject(String, Class) - Method in interface org.springframework.jdbc.core.JdbcOperations
Execute a query for a result object, given static SQL.
queryForObject(String, Object[], Class) - Method in interface org.springframework.jdbc.core.JdbcOperations
Query given SQL to create a prepared statement from SQL and a list of arguments to bind to the query, expecting a result object.
queryForObject(String, Class) - Method in class org.springframework.jdbc.core.JdbcTemplate
 
queryForObject(String, Object[], Class) - Method in class org.springframework.jdbc.core.JdbcTemplate
 
queryForObject(String, Object) - Method in interface org.springframework.orm.ibatis.SqlMapClientOperations
 
queryForObject(String, Object, Object) - Method in interface org.springframework.orm.ibatis.SqlMapClientOperations
 
queryForObject(String, Object) - Method in class org.springframework.orm.ibatis.SqlMapClientTemplate
 
queryForObject(String, Object, Object) - Method in class org.springframework.orm.ibatis.SqlMapClientTemplate
 
queryProperties(Map) - Method in class org.springframework.web.servlet.view.RedirectView
Determine name-value pairs for query strings, which will be stringified, URL-encoded and formatted by buildRedirectUrl.

R

READ_ONLY_MARKER - Static variable in class org.springframework.transaction.support.DefaultTransactionDefinition
Marker for read-only transactions in description strings
REFRESH_INTERVAL_PARAM - Static variable in class org.springframework.web.util.Log4jWebConfigurer
Parameter specifying the refresh interval for checking the Log4J config file
REF_ELEMENT - Static variable in class org.springframework.beans.factory.xml.DefaultXmlBeanDefinitionParser
 
REF_PREFIX - Static variable in class org.springframework.beans.factory.support.PropertiesBeanDefinitionReader
Prefix before values referencing other beans.
REF_SUFFIX - Static variable in class org.springframework.beans.factory.support.PropertiesBeanDefinitionReader
Property suffix for references to other beans in the current BeanFactory: e.g.
REQUEST_SCOPE_SUFFIX - Static variable in class org.springframework.web.servlet.support.JstlUtils
 
RESOURCE_PARAM - Static variable in class org.springframework.web.servlet.ResourceServlet
Name of the parameter that must contain the actual resource path.
ROLLBACK_ON_RUNTIME_EXCEPTIONS - Static variable in class org.springframework.transaction.interceptor.RollbackRuleAttribute
 
ROLLBACK_RULE_PREFIX - Static variable in class org.springframework.transaction.interceptor.DefaultTransactionAttribute
Prefix for rollback-on-exception rules in description strings
ROOT_WEB_APPLICATION_CONTEXT_ATTRIBUTE - Static variable in interface org.springframework.web.context.WebApplicationContext
Context attribute to bind root WebApplicationContext to on successful startup.
RdbmsOperation - class org.springframework.jdbc.object.RdbmsOperation.
Root of the JDBC object hierarchy, as described in Chapter 9 of Expert One-On-One J2EE Design and Development by Rod Johnson (Wrox, 2002).
RdbmsOperation() - Constructor for class org.springframework.jdbc.object.RdbmsOperation
 
RedirectView - class org.springframework.web.servlet.view.RedirectView.
View that redirects to an internal or external URL, exposing all model attributes as HTTP query parameters.
RedirectView() - Constructor for class org.springframework.web.servlet.view.RedirectView
Constructor for use as a bean.
RedirectView(String) - Constructor for class org.springframework.web.servlet.view.RedirectView
Create a new RedirectView with the given URL.
RedirectView(String, boolean) - Constructor for class org.springframework.web.servlet.view.RedirectView
Create a new RedirectView with the given URL.
ReflectiveMethodInvocation - class org.springframework.aop.framework.ReflectiveMethodInvocation.
Spring implementation of AOP Alliance MethodInvocation interface.
ReflectiveMethodInvocation(Object, Object, Method, Object[], Class, List) - Constructor for class org.springframework.aop.framework.ReflectiveMethodInvocation
Construct a new MethodInvocation with given arguments
RefreshablePagedListHolder - class org.springframework.beans.support.RefreshablePagedListHolder.
RefreshablePagedListHolder is a PagedListHolder subclass with reloading capabilities.
RefreshablePagedListHolder() - Constructor for class org.springframework.beans.support.RefreshablePagedListHolder
Create a new list holder.
RefreshablePagedListHolder(PagedListSourceProvider) - Constructor for class org.springframework.beans.support.RefreshablePagedListHolder
Create a new list holder with the given source provider.
RegexpMethodPointcut - class org.springframework.aop.support.RegexpMethodPointcut.
Perl5 regular expression pointcut bean.
RegexpMethodPointcut() - Constructor for class org.springframework.aop.support.RegexpMethodPointcut
 
RegexpMethodPointcutAdvisor - class org.springframework.aop.support.RegexpMethodPointcutAdvisor.
Convenient class for regexp method pointcuts that hold an Interceptor, making them an Advisor.
RegexpMethodPointcutAdvisor() - Constructor for class org.springframework.aop.support.RegexpMethodPointcutAdvisor
 
RegexpMethodPointcutAdvisor(Advice) - Constructor for class org.springframework.aop.support.RegexpMethodPointcutAdvisor
 
ReloadableResourceBundleMessageSource - class org.springframework.context.support.ReloadableResourceBundleMessageSource.
MessageSource that accesses the ResourceBundles with the specified basenames.
ReloadableResourceBundleMessageSource() - Constructor for class org.springframework.context.support.ReloadableResourceBundleMessageSource
 
ReloadableResourceBundleMessageSource.PropertiesHolder - class org.springframework.context.support.ReloadableResourceBundleMessageSource.PropertiesHolder.
PropertiesHolder for caching.
ReloadableResourceBundleMessageSource.PropertiesHolder(Properties, long) - Constructor for class org.springframework.context.support.ReloadableResourceBundleMessageSource.PropertiesHolder
 
ReloadableResourceBundleMessageSource.PropertiesHolder() - Constructor for class org.springframework.context.support.ReloadableResourceBundleMessageSource.PropertiesHolder
 
RemoteAccessException - exception org.springframework.remoting.RemoteAccessException.
Generic remote access exception.
RemoteAccessException(String, Throwable) - Constructor for class org.springframework.remoting.RemoteAccessException
 
RemoteAccessor - class org.springframework.remoting.support.RemoteAccessor.
Abstract base class for classes that access a remote service.
RemoteAccessor() - Constructor for class org.springframework.remoting.support.RemoteAccessor
 
RemoteExporter - class org.springframework.remoting.support.RemoteExporter.
Abstract base class for classes that export a remote service.
RemoteExporter() - Constructor for class org.springframework.remoting.support.RemoteExporter
 
RemoteInvocation - class org.springframework.remoting.support.RemoteInvocation.
JavaBean that encapsulates a remote invocation.
RemoteInvocation() - Constructor for class org.springframework.remoting.support.RemoteInvocation
Create a new RemoteInvocation for use as JavaBean.
RemoteInvocation(String, Class[], Object[]) - Constructor for class org.springframework.remoting.support.RemoteInvocation
Create a new RemoteInvocation for the given parameters.
RemoteInvocation(MethodInvocation) - Constructor for class org.springframework.remoting.support.RemoteInvocation
Create a new RemoteInvocation for the given AOP method invocation.
RequestContext - class org.springframework.web.servlet.support.RequestContext.
Context holder for request-specific state, like current web application context, current locale, current theme, and potential binding errors.
RequestContext(HttpServletRequest) - Constructor for class org.springframework.web.servlet.support.RequestContext
Create a new RequestContext for the given request, using the request attributes for Errors retrieval.
RequestContext(HttpServletRequest, Map) - Constructor for class org.springframework.web.servlet.support.RequestContext
Create a new RequestContext for the given request, using the given model attributes for Errors retrieval.
RequestContextAwareTag - class org.springframework.web.servlet.tags.RequestContextAwareTag.
Superclass for all tags that require a RequestContext.
RequestContextAwareTag() - Constructor for class org.springframework.web.servlet.tags.RequestContextAwareTag
 
RequestContextUtils - class org.springframework.web.servlet.support.RequestContextUtils.
Utility class for easy access to various request-specific state, set by the DispatcherServlet.
RequestContextUtils() - Constructor for class org.springframework.web.servlet.support.RequestContextUtils
 
RequestHandledEvent - class org.springframework.web.context.support.RequestHandledEvent.
Event raised when a request is handled by our web framework.
RequestHandledEvent(Object, String, long, String, String, String) - Constructor for class org.springframework.web.context.support.RequestHandledEvent
 
RequestHandledEvent(Object, String, long, String, String, String, Throwable) - Constructor for class org.springframework.web.context.support.RequestHandledEvent
 
RequestUtils - class org.springframework.web.bind.RequestUtils.
Parameter extraction methods, for an approach distinct from data binding, in which parameters of specific types are required.
RequestUtils() - Constructor for class org.springframework.web.bind.RequestUtils
 
Resource - interface org.springframework.core.io.Resource.
Interface for a resource descriptor that abstracts from the actual type of resource, like file or class path resource.
ResourceBundleMessageSource - class org.springframework.context.support.ResourceBundleMessageSource.
MessageSource that accesses the ResourceBundles with the specified basenames.
ResourceBundleMessageSource() - Constructor for class org.springframework.context.support.ResourceBundleMessageSource
 
ResourceBundleThemeSource - class org.springframework.ui.context.support.ResourceBundleThemeSource.
ThemeSource implementation that looks up an individual ResourceBundle per theme.
ResourceBundleThemeSource() - Constructor for class org.springframework.ui.context.support.ResourceBundleThemeSource
 
ResourceBundleViewResolver - class org.springframework.web.servlet.view.ResourceBundleViewResolver.
Implementation of ViewResolver that uses bean definitions in a ResourceBundle, specified by the bundle basename.
ResourceBundleViewResolver() - Constructor for class org.springframework.web.servlet.view.ResourceBundleViewResolver
 
ResourceEditor - class org.springframework.core.io.ResourceEditor.
Editor for Resource descriptors, to convert String locations to Resource properties automatically instead of using a String location property.
ResourceEditor() - Constructor for class org.springframework.core.io.ResourceEditor
 
ResourceEntityResolver - class org.springframework.context.support.ResourceEntityResolver.
EntityResolver implementation that tries to resolve entity references relative to the resource base of the application context, if applicable.
ResourceEntityResolver(ApplicationContext) - Constructor for class org.springframework.context.support.ResourceEntityResolver
 
ResourceFactoryBean - class org.springframework.beans.factory.config.ResourceFactoryBean.
FactoryBean for Resource descriptors.
ResourceFactoryBean() - Constructor for class org.springframework.beans.factory.config.ResourceFactoryBean
 
ResourceHolderSupport - class org.springframework.transaction.support.ResourceHolderSupport.
Convenient base class for resource holders.
ResourceHolderSupport() - Constructor for class org.springframework.transaction.support.ResourceHolderSupport
 
ResourceLoader - interface org.springframework.core.io.ResourceLoader.
Interface to be implemented by objects that can load resources.
ResourceLoaderAware - interface org.springframework.context.ResourceLoaderAware.
Interface to be implemented by any object that wishes to be notified of the ResourceLoader (typically the ApplicationContext) that it runs in.
ResourceServlet - class org.springframework.web.servlet.ResourceServlet.
Simple servlet that can expose an internal resource, including a default URL if the specified resource is not found.
ResourceServlet() - Constructor for class org.springframework.web.servlet.ResourceServlet
 
ResponseTimeMonitor - interface org.springframework.util.ResponseTimeMonitor.
Interface implemented by objects that can provide performance information as well as a record of the number of times they are accessed.
ResponseTimeMonitorImpl - class org.springframework.util.ResponseTimeMonitorImpl.
Implementation of ResponseTimeMonitor for use via delegation by objects that implement this interface.
ResponseTimeMonitorImpl() - Constructor for class org.springframework.util.ResponseTimeMonitorImpl
Creates a new ResponseTimeMonitorImpl.
ResultReader - interface org.springframework.jdbc.core.ResultReader.
Extension of RowCallbackHandler interfaces that saves the accumulated results as a List.
ResultSetExtractor - interface org.springframework.jdbc.core.ResultSetExtractor.
Callback interface used by the JdbcTemplate class's doWithResultSetXXXX() methods.
RmiClientInterceptor - class org.springframework.remoting.rmi.RmiClientInterceptor.
Interceptor for accessing conventional RMI services or RMI invokers.
RmiClientInterceptor() - Constructor for class org.springframework.remoting.rmi.RmiClientInterceptor
 
RmiInvocationHandler - interface org.springframework.remoting.rmi.RmiInvocationHandler.
Interface for RMI invocation handlers instances on the server, wrapping exported services.
RmiProxyFactoryBean - class org.springframework.remoting.rmi.RmiProxyFactoryBean.
Factory bean for RMI proxies, supporting both conventional RMI services and RMI invokers.
RmiProxyFactoryBean() - Constructor for class org.springframework.remoting.rmi.RmiProxyFactoryBean
 
RmiServiceExporter - class org.springframework.remoting.rmi.RmiServiceExporter.
RMI exporter that exposes the specified service as RMI object with the specified name.
RmiServiceExporter() - Constructor for class org.springframework.remoting.rmi.RmiServiceExporter
 
RollbackRuleAttribute - class org.springframework.transaction.interceptor.RollbackRuleAttribute.
Rule determining whether or not a given exception (and any subclasses) should cause a rollback.
RollbackRuleAttribute(Class) - Constructor for class org.springframework.transaction.interceptor.RollbackRuleAttribute
Preferred way to construct a RollbackRule, matching the exception class and subclasses.
RollbackRuleAttribute(String) - Constructor for class org.springframework.transaction.interceptor.RollbackRuleAttribute
Construct a new RollbackRule for the given exception name.
RootBeanDefinition - class org.springframework.beans.factory.support.RootBeanDefinition.
Root bean definitions have a class plus optionally constructor argument values and property values.
RootBeanDefinition(Class, int) - Constructor for class org.springframework.beans.factory.support.RootBeanDefinition
Create a new RootBeanDefinition for a singleton, using the given autowire mode.
RootBeanDefinition(Class, int, boolean) - Constructor for class org.springframework.beans.factory.support.RootBeanDefinition
Create a new RootBeanDefinition for a singleton, using the given autowire mode.
RootBeanDefinition(Class, MutablePropertyValues) - Constructor for class org.springframework.beans.factory.support.RootBeanDefinition
Create a new RootBeanDefinition for a singleton, providing property values.
RootBeanDefinition(Class, MutablePropertyValues, boolean) - Constructor for class org.springframework.beans.factory.support.RootBeanDefinition
Create a new RootBeanDefinition with the given singleton status, providing property values.
RootBeanDefinition(Class, ConstructorArgumentValues, MutablePropertyValues) - Constructor for class org.springframework.beans.factory.support.RootBeanDefinition
Create a new RootBeanDefinition for a singleton, providing constructor arguments and property values.
RootBeanDefinition(String, ConstructorArgumentValues, MutablePropertyValues) - Constructor for class org.springframework.beans.factory.support.RootBeanDefinition
Create a new RootBeanDefinition for a singleton, providing constructor arguments and property values.
RootBeanDefinition(RootBeanDefinition) - Constructor for class org.springframework.beans.factory.support.RootBeanDefinition
Deep copy constructor.
RootClassFilter - class org.springframework.aop.support.RootClassFilter.
Simple ClassFilter implementation that passes classes (and optionally subclasses)
RootClassFilter(Class) - Constructor for class org.springframework.aop.support.RootClassFilter
 
RowCallbackHandler - interface org.springframework.jdbc.core.RowCallbackHandler.
One of the two central callback interfaces used by the JdbcTemplate class.
RowCountCallbackHandler - class org.springframework.jdbc.core.RowCountCallbackHandler.
Implementation of RowCallbackHandler.
RowCountCallbackHandler() - Constructor for class org.springframework.jdbc.core.RowCountCallbackHandler
 
RowMapper - interface org.springframework.jdbc.core.RowMapper.
An interfaces used by the StoredProcedure class for mapping returned result sets.
RuleBasedTransactionAttribute - class org.springframework.transaction.interceptor.RuleBasedTransactionAttribute.
TransactionAttribute implementation that works out whether a given exception should cause transaction rollback by applying a number of rollback rules, both positive and negative.
RuleBasedTransactionAttribute() - Constructor for class org.springframework.transaction.interceptor.RuleBasedTransactionAttribute
 
RuleBasedTransactionAttribute(int, List) - Constructor for class org.springframework.transaction.interceptor.RuleBasedTransactionAttribute
 
RuntimeBeanReference - class org.springframework.beans.factory.config.RuntimeBeanReference.
Immutable placeholder class used for the value of a PropertyValue object when it's a reference to another bean in this factory to be resolved at runtime.
RuntimeBeanReference(String) - Constructor for class org.springframework.beans.factory.config.RuntimeBeanReference
Create a new RuntimeBeanReference to the given bean name.
rebind(String, Object) - Method in class org.springframework.jndi.support.SimpleNamingContext
 
rebind(Name, Object) - Method in class org.springframework.jndi.support.SimpleNamingContext
 
recordResponseTime(long) - Method in class org.springframework.util.ResponseTimeMonitorImpl
Utility method to record this response time, updating the best and worst response times if necessary.
referenceData(HttpServletRequest, Object, Errors) - Method in class org.springframework.web.servlet.mvc.AbstractFormController
Create a reference data map for the given request, consisting of bean name/bean instance pairs as expected by ModelAndView.
referenceData(HttpServletRequest, Object, Errors) - Method in class org.springframework.web.servlet.mvc.AbstractWizardFormController
Call page-specific referenceData method.
referenceData(HttpServletRequest, Object, Errors, int) - Method in class org.springframework.web.servlet.mvc.AbstractWizardFormController
Create a reference data map for the given request, consisting of bean name/bean instance pairs as expected by ModelAndView.
referenceData(HttpServletRequest, int) - Method in class org.springframework.web.servlet.mvc.AbstractWizardFormController
Create a reference data map for the given request, consisting of bean name/bean instance pairs as expected by ModelAndView.
referenceData(HttpServletRequest, Object, Errors) - Method in class org.springframework.web.servlet.mvc.SimpleFormController
Create a reference data map for the given request and command, consisting of bean name/bean instance pairs as expected by ModelAndView.
referenceData(HttpServletRequest) - Method in class org.springframework.web.servlet.mvc.SimpleFormController
Create a reference data map for the given request.
refresh(boolean) - Method in class org.springframework.beans.support.RefreshablePagedListHolder
Reload the underlying list from the source provider if necessary (i.e.
refresh() - Method in interface org.springframework.context.ConfigurableApplicationContext
Load or refresh the persistent representation of the configuration, which might an XML file, properties file, or relational database schema.
refresh() - Method in class org.springframework.context.support.AbstractApplicationContext
Load or reload configuration.
refresh() - Method in class org.springframework.web.context.support.StaticWebApplicationContext
 
refresh() - Method in class org.springframework.web.context.support.XmlWebApplicationContext
 
refreshBeanFactory() - Method in class org.springframework.context.support.AbstractApplicationContext
Subclasses must implement this method to perform the actual configuration load.
refreshBeanFactory() - Method in class org.springframework.context.support.AbstractXmlApplicationContext
 
refreshBeanFactory() - Method in class org.springframework.context.support.StaticApplicationContext
Do nothing: We rely on callers to update our public methods.
refreshProperties(String, ReloadableResourceBundleMessageSource.PropertiesHolder) - Method in class org.springframework.context.support.ReloadableResourceBundleMessageSource
Refresh the PropertiesHolder for the given bundle filename.
registerAdvisorAdapter(AdvisorAdapter) - Method in interface org.springframework.aop.framework.adapter.AdvisorAdapterRegistry
Register the given AdvisorAdapter.
registerAdvisorAdapter(AdvisorAdapter) - Method in class org.springframework.aop.framework.adapter.DefaultAdvisorAdapterRegistry
 
registerAlias(String, String) - Method in interface org.springframework.beans.factory.config.ConfigurableBeanFactory
Given a bean name, create an alias.
registerAlias(String, String) - Method in class org.springframework.beans.factory.support.AbstractBeanFactory
 
registerAlias(String, String) - Method in interface org.springframework.beans.factory.support.BeanDefinitionRegistry
Given a bean name, create an alias.
registerBeanDefinition(String, BeanDefinition) - Method in interface org.springframework.beans.factory.support.BeanDefinitionRegistry
Register a new bean definition with this registry.
registerBeanDefinition(String, BeanDefinition) - Method in class org.springframework.beans.factory.support.DefaultListableBeanFactory
 
registerBeanDefinition(String, Map, String, String) - Method in class org.springframework.beans.factory.support.PropertiesBeanDefinitionReader
Get all property values, given a prefix (which will be stripped) and add the bean they define to the factory with the given name
registerBeanDefinitions(ResourceBundle) - Method in class org.springframework.beans.factory.support.PropertiesBeanDefinitionReader
Register bean definitions contained in a resource bundle, using all property keys (i.e.
registerBeanDefinitions(ResourceBundle, String) - Method in class org.springframework.beans.factory.support.PropertiesBeanDefinitionReader
Register bean definitions contained in a ResourceBundle.
registerBeanDefinitions(Map) - Method in class org.springframework.beans.factory.support.PropertiesBeanDefinitionReader
Register bean definitions contained in a Map, using all property keys (i.e.
registerBeanDefinitions(Map, String) - Method in class org.springframework.beans.factory.support.PropertiesBeanDefinitionReader
Register bean definitions contained in a Map.
registerBeanDefinitions(Map, String, String) - Method in class org.springframework.beans.factory.support.PropertiesBeanDefinitionReader
Register bean definitions contained in a Map.
registerBeanDefinitions(BeanDefinitionRegistry, ClassLoader, Document, Resource) - Method in class org.springframework.beans.factory.xml.DefaultXmlBeanDefinitionParser
 
registerBeanDefinitions(BeanDefinitionRegistry, ClassLoader, Document, Resource) - Method in interface org.springframework.beans.factory.xml.XmlBeanDefinitionParser
Parse bean definitions from the given DOM document, and register them with the given bean factory.
registerBeanDefinitions(Document, Resource) - Method in class org.springframework.beans.factory.xml.XmlBeanDefinitionReader
Register the bean definitions contained in the given DOM document.
registerCustomEditor(Class, PropertyEditor) - Method in interface org.springframework.beans.BeanWrapper
Register the given custom property editor for all properties of the given type.
registerCustomEditor(Class, String, PropertyEditor) - Method in interface org.springframework.beans.BeanWrapper
Register the given custom property editor for the given type and property, or for all properties of the given type.
registerCustomEditor(Class, PropertyEditor) - Method in class org.springframework.beans.BeanWrapperImpl
 
registerCustomEditor(Class, String, PropertyEditor) - Method in class org.springframework.beans.BeanWrapperImpl
 
registerCustomEditor(Class, PropertyEditor) - Method in interface org.springframework.beans.factory.config.ConfigurableBeanFactory
Register the given custom property editor for all properties of the given type.
registerCustomEditor(Class, PropertyEditor) - Method in class org.springframework.beans.factory.support.AbstractBeanFactory
 
registerCustomEditor(Class, PropertyEditor) - Method in class org.springframework.validation.DataBinder
Register the given custom property editor for all properties of the given type.
registerCustomEditor(Class, String, PropertyEditor) - Method in class org.springframework.validation.DataBinder
Register the given custom property editor for the given type and field, or for all fields of the given type.
registerHandler(String, Object) - Method in class org.springframework.web.servlet.handler.AbstractUrlHandlerMapping
Register the given handler instance for the given URL path.
registerPrototype(String, Class, MutablePropertyValues) - Method in class org.springframework.context.support.StaticApplicationContext
Register a prototype bean with the default bean factory.
registerSingleton(String, Object) - Method in interface org.springframework.beans.factory.config.ConfigurableBeanFactory
Register the given existing object as singleton in the bean factory, under the given bean name.
registerSingleton(String, Object) - Method in class org.springframework.beans.factory.support.AbstractBeanFactory
 
registerSingleton(String, Class, MutablePropertyValues) - Method in class org.springframework.context.support.StaticApplicationContext
Register a singleton bean with the default bean factory.
registerSynchronization(TransactionSynchronization) - Static method in class org.springframework.transaction.support.TransactionSynchronizationManager
Register a new transaction synchronization for the current thread.
reinitialize() - Static method in class org.springframework.beans.factory.access.BeanFactoryBootstrap
For testing only.
reject(String, String) - Method in class org.springframework.validation.BindException
 
reject(String, Object[], String) - Method in class org.springframework.validation.BindException
 
reject(String, String) - Method in interface org.springframework.validation.Errors
Reject the current object, using the given error description.
reject(String, Object[], String) - Method in interface org.springframework.validation.Errors
Reject the current object, using the given error description.
reject(String, String) - Method in class org.springframework.web.bind.EscapedErrors
 
reject(String, Object[], String) - Method in class org.springframework.web.bind.EscapedErrors
 
rejectIfEmpty(Errors, String, String, String) - Static method in class org.springframework.validation.ValidationUtils
Reject the given field with the given error code and message if the value is empty.
rejectRequestMethod(HttpServletRequest, String) - Static method in class org.springframework.web.bind.RequestUtils
Throw a ServletException if the given HTTP request method should be rejected.
rejectValue(String, String, String) - Method in class org.springframework.validation.BindException
 
rejectValue(String, String, Object[], String) - Method in class org.springframework.validation.BindException
 
rejectValue(String, String, String) - Method in interface org.springframework.validation.Errors
Reject the given field of the current object, using the given error description.
rejectValue(String, String, Object[], String) - Method in interface org.springframework.validation.Errors
Reject the given field of the current object, using the given error description.
rejectValue(String, String, String) - Method in class org.springframework.web.bind.EscapedErrors
 
rejectValue(String, String, Object[], String) - Method in class org.springframework.web.bind.EscapedErrors
 
release(MethodInvocation) - Method in interface org.springframework.aop.framework.MethodInvocationFactory
 
release() - Method in interface org.springframework.beans.factory.access.BeanFactoryReference
Indicate that the BeanFactory instance referred to by this object is not needed any longer by the client code which obtained the ref object.
release() - Method in class org.springframework.beans.factory.access.DefaultBeanFactoryReference
 
release() - Method in class org.springframework.context.access.ContextBeanFactoryReference
 
release() - Method in class org.springframework.web.servlet.tags.BindTag
 
release() - Method in class org.springframework.web.servlet.tags.MessageTag
 
release() - Method in class org.springframework.web.servlet.tags.TransformTag
Releasing of resources.
releaseTarget(Object) - Method in interface org.springframework.aop.TargetSource
 
releaseTarget(Object) - Method in class org.springframework.aop.target.AbstractPoolingTargetSource
Return the given object to the pool.
releaseTarget(Object) - Method in class org.springframework.aop.target.CommonsPoolTargetSource
 
releaseTarget(Object) - Method in class org.springframework.aop.target.HotSwappableTargetSource
 
releaseTarget(Object) - Method in class org.springframework.aop.target.PrototypeTargetSource
 
releaseTarget(Object) - Method in class org.springframework.aop.target.SingletonTargetSource
 
releaseTarget(Object) - Method in class org.springframework.aop.target.ThreadLocalTargetSource
 
removeAdvisor(Advisor) - Method in interface org.springframework.aop.framework.Advised
Remove the given advisor
removeAdvisor(int) - Method in interface org.springframework.aop.framework.Advised
Remove the advisor at the given index
removeAdvisor(Advisor) - Method in class org.springframework.aop.framework.AdvisedSupport
 
removeAdvisor(int) - Method in class org.springframework.aop.framework.AdvisedSupport
 
removeAllListeners() - Method in interface org.springframework.context.event.ApplicationEventMulticaster
Remove all listeners registered with this multicaster.
removeAllListeners() - Method in class org.springframework.context.event.ApplicationEventMulticasterImpl
 
removeApplicationListener(ApplicationListener) - Method in interface org.springframework.context.event.ApplicationEventMulticaster
Remove a listener in the notification list]
removeApplicationListener(ApplicationListener) - Method in class org.springframework.context.event.ApplicationEventMulticasterImpl
 
removeFromEnvironment(String) - Method in class org.springframework.jndi.support.SimpleNamingContext
 
removeInterceptor(Interceptor) - Method in class org.springframework.aop.framework.AdvisedSupport
Convenience method to remove an interceptor
removeInterface(Class) - Method in class org.springframework.aop.framework.AdvisedSupport
Remove a proxied interface.
removeListener(AdvisedSupportListener) - Method in class org.springframework.aop.framework.AdvisedSupport
 
removePropertyValue(PropertyValue) - Method in class org.springframework.beans.MutablePropertyValues
Remove the given PropertyValue, if contained.
removePropertyValue(String) - Method in class org.springframework.beans.MutablePropertyValues
Overloaded version of removePropertyValue that takes a property name.
rename(String, String) - Method in class org.springframework.jndi.support.SimpleNamingContext
 
rename(Name, Name) - Method in class org.springframework.jndi.support.SimpleNamingContext
 
render(Map, HttpServletRequest, HttpServletResponse) - Method in interface org.springframework.web.servlet.View
Render the view given the specified model.
render(Map, HttpServletRequest, HttpServletResponse) - Method in class org.springframework.web.servlet.view.AbstractView
Prepares the view given the specified model, merging it with static attributes and a RequestContext attribute, if necessary.
renderMergedOutputModel(Map, HttpServletRequest, HttpServletResponse) - Method in class org.springframework.web.servlet.view.AbstractView
Subclasses must implement this method to render the view.
renderMergedOutputModel(Map, HttpServletRequest, HttpServletResponse) - Method in class org.springframework.web.servlet.view.InternalResourceView
Render the internal resource given the specified model.
renderMergedOutputModel(Map, HttpServletRequest, HttpServletResponse) - Method in class org.springframework.web.servlet.view.RedirectView
Convert model to request parameters and redirect to the given URL.
renderMergedOutputModel(Map, HttpServletRequest, HttpServletResponse) - Method in class org.springframework.web.servlet.view.document.AbstractExcelView
Renders the view given the specified model.
renderMergedOutputModel(Map, HttpServletRequest, HttpServletResponse) - Method in class org.springframework.web.servlet.view.document.AbstractPdfView
 
renderMergedOutputModel(Map, HttpServletRequest, HttpServletResponse) - Method in class org.springframework.web.servlet.view.freemarker.FreeMarkerView
Process the model map by merging it with the FreeMarker template.
renderMergedOutputModel(Map, HttpServletRequest, HttpServletResponse) - Method in class org.springframework.web.servlet.view.tiles.TilesView
The actual rendering of the Tiles definition.
renderMergedOutputModel(Map, HttpServletRequest, HttpServletResponse) - Method in class org.springframework.web.servlet.view.velocity.VelocityView
 
renderMergedOutputModel(Map, HttpServletRequest, HttpServletResponse) - Method in class org.springframework.web.servlet.view.xslt.AbstractXsltView
 
replace(String, String, String) - Static method in class org.springframework.util.StringUtils
Replace all occurences of a substring within a string with another string.
replaceAdvisor(Advisor, Advisor) - Method in interface org.springframework.aop.framework.Advised
Replace the given advisor.
replaceAdvisor(Advisor, Advisor) - Method in class org.springframework.aop.framework.AdvisedSupport
Replace the given advisor.
requiredContextClass() - Method in class org.springframework.context.support.ApplicationObjectSupport
Determine the context class that any context passed to setApplicationContext must be an instance of.
requiredContextClass() - Method in class org.springframework.web.context.support.WebApplicationObjectSupport
 
requiredViewClass() - Method in class org.springframework.web.servlet.view.InternalResourceViewResolver
Requires InternalResourceView.
requiredViewClass() - Method in class org.springframework.web.servlet.view.UrlBasedViewResolver
Return the required type of view for this resolver.
requiredViewClass() - Method in class org.springframework.web.servlet.view.velocity.VelocityViewResolver
Requires VelocityView.
resolvableToString() - Method in class org.springframework.context.support.DefaultMessageSourceResolvable
 
resolve(String, String, Locale) - Method in class org.springframework.context.support.ResourceBundleMessageSource
Return a MessageFormat for the given bundle basename, message code, and Locale.
resolveCode(String, Locale) - Method in class org.springframework.context.support.AbstractMessageSource
Subclasses must implement this method to resolve a message.
resolveCode(String, Locale) - Method in class org.springframework.context.support.ReloadableResourceBundleMessageSource
 
resolveCode(String, Locale) - Method in class org.springframework.context.support.ResourceBundleMessageSource
 
resolveCode(String, Locale) - Method in class org.springframework.context.support.StaticMessageSource
 
resolveEntity(String, String) - Method in class org.springframework.beans.factory.xml.BeansDtdResolver
 
resolveEntity(String, String) - Method in class org.springframework.context.support.ResourceEntityResolver
 
resolveException(HttpServletRequest, HttpServletResponse, Object, Exception) - Method in interface org.springframework.web.servlet.HandlerExceptionResolver
Try to resolve the given exception that got thrown during on handler execution, returning a ModelAndView that represents a specific error page if appropriate.
resolveException(HttpServletRequest, HttpServletResponse, Object, Exception) - Method in class org.springframework.web.servlet.handler.SimpleMappingExceptionResolver
 
resolveLocale(HttpServletRequest) - Method in interface org.springframework.web.servlet.LocaleResolver
Resolve the current locale via the given request.
resolveLocale(HttpServletRequest) - Method in class org.springframework.web.servlet.i18n.AcceptHeaderLocaleResolver
 
resolveLocale(HttpServletRequest) - Method in class org.springframework.web.servlet.i18n.CookieLocaleResolver
 
resolveLocale(HttpServletRequest) - Method in class org.springframework.web.servlet.i18n.SessionLocaleResolver
 
resolveManagedList(String, RootBeanDefinition, String, ManagedList) - Method in class org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory
For each element in the ManagedList, resolve reference if necessary.
resolveManagedMap(String, RootBeanDefinition, String, ManagedMap) - Method in class org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory
For each element in the ManagedMap, resolve reference if necessary.
resolveManagedSet(String, RootBeanDefinition, String, ManagedSet) - Method in class org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory
For each element in the ManagedList, resolve reference if necessary.
resolveMultipart(HttpServletRequest) - Method in interface org.springframework.web.multipart.MultipartResolver
Wrap the servlet request inside a MultipartHttpServletRequest.
resolveMultipart(HttpServletRequest) - Method in class org.springframework.web.multipart.commons.CommonsMultipartResolver
 
resolveMultipart(HttpServletRequest) - Method in class org.springframework.web.multipart.cos.CosMultipartResolver
 
resolvePath(String) - Method in class org.springframework.core.io.ResourceEditor
Resolve the given path, replacing placeholders with corresponding system property values if necessary.
resolvePlaceholder(String, Properties) - Method in class org.springframework.beans.factory.config.PreferencesPlaceholderConfigurer
This implementation tries to resolve placeholders as keys first in the user preferences, then in the system preferences, then in the passed-in properties.
resolvePlaceholder(String, Properties) - Method in class org.springframework.beans.factory.config.PropertyPlaceholderConfigurer
Resolve the given placeholder using the given properties.
resolveReference(RootBeanDefinition, String, String, RuntimeBeanReference) - Method in class org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory
Resolve a reference to another bean in the factory.
resolveThemeName(HttpServletRequest) - Method in interface org.springframework.web.servlet.ThemeResolver
Resolve the current theme name via the given request.
resolveThemeName(HttpServletRequest) - Method in class org.springframework.web.servlet.theme.CookieThemeResolver
 
resolveThemeName(HttpServletRequest) - Method in class org.springframework.web.servlet.theme.FixedThemeResolver
 
resolveThemeName(HttpServletRequest) - Method in class org.springframework.web.servlet.theme.SessionThemeResolver
 
resolveValueIfNecessary(String, RootBeanDefinition, String, Object) - Method in class org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory
Given a PropertyValue, return a value, resolving any references to other beans in the factory if necessary.
resolveViewName(String, Locale) - Method in interface org.springframework.web.servlet.ViewResolver
Resolve the given view by name.
resolveViewName(String, Locale) - Method in class org.springframework.web.servlet.view.AbstractCachingViewResolver
 
resolveViewName(String, Locale) - Method in class org.springframework.web.servlet.view.BeanNameViewResolver
 
resort() - Method in class org.springframework.beans.support.PagedListHolder
Resort the list if necessary, i.e.
responseTimeMonitor - Variable in class org.springframework.web.context.support.PerformanceMonitorListener
 
resume() - Method in interface org.springframework.transaction.support.TransactionSynchronization
Resume this synchronization.
resume() - Method in class org.springframework.transaction.support.TransactionSynchronizationAdapter
 
returnedClass() - Method in class org.springframework.orm.hibernate.support.ClobStringType
 
rollback(TransactionStatus) - Method in interface org.springframework.transaction.PlatformTransactionManager
Roll back the given transaction, with regard to its status.
rollback(TransactionStatus) - Method in class org.springframework.transaction.support.AbstractPlatformTransactionManager
This implementation of rollback handles participating in existing transactions.
rollbackOn(Throwable) - Method in class org.springframework.transaction.interceptor.DefaultTransactionAttribute
Default behavior is as with EJB: rollback on unchecked exception.
rollbackOn(Throwable) - Method in class org.springframework.transaction.interceptor.RuleBasedTransactionAttribute
Winning rule is the shallowest rule (that is, the closest in the inheritance hierarchy to the exception).
rollbackOn(Throwable) - Method in interface org.springframework.transaction.interceptor.TransactionAttribute
Should we roll back on a checked exception?
run() - Method in class org.springframework.jdbc.object.SqlFunction
Convenient method to run the function without arguments.
run(int) - Method in class org.springframework.jdbc.object.SqlFunction
Convenient method to run the function with a single int argument.
run(Object[]) - Method in class org.springframework.jdbc.object.SqlFunction
Analogous to the SqlQuery.execute([]) method.
runGeneric() - Method in class org.springframework.jdbc.object.SqlFunction
Convenient method to run the function without arguments, returning the value as an object
runGeneric(int) - Method in class org.springframework.jdbc.object.SqlFunction
Convenient method to run the function with a single int argument.
runGeneric(Object[]) - Method in class org.springframework.jdbc.object.SqlFunction
Analogous to the SqlQuery.execute([]) method.

S

SCOPE_APPLICATION - Static variable in class org.springframework.web.util.TagUtils
constant identifying the application scope String
SCOPE_PAGE - Static variable in class org.springframework.web.util.TagUtils
constant identifying the page scope String
SCOPE_REQUEST - Static variable in class org.springframework.web.util.TagUtils
constant identifying the request scope String
SCOPE_SESSION - Static variable in class org.springframework.web.util.TagUtils
constant identifying the session scope String
SEPARATOR - Static variable in class org.springframework.aop.framework.autoproxy.AdvisorAutoProxyCreator
Separator between prefix and remainder of bean name
SEPARATOR - Static variable in class org.springframework.beans.factory.support.PropertiesBeanDefinitionReader
Separator between bean name and property name.
SERVLET_CONTEXT_PREFIX - Static variable in class org.springframework.web.servlet.FrameworkServlet
Prefix for the ServletContext attribute for the web application context.
SET_ELEMENT - Static variable in class org.springframework.beans.factory.xml.DefaultXmlBeanDefinitionParser
 
SIMPLE_ADVISOR_CHAIN_FACTORY - Static variable in class org.springframework.aop.framework.AdvisorChainFactoryUtils
 
SINGLETON_ATTRIBUTE - Static variable in class org.springframework.beans.factory.xml.DefaultXmlBeanDefinitionParser
 
SINGLETON_KEY - Static variable in class org.springframework.beans.factory.support.PropertiesBeanDefinitionReader
Special string added to distinguish owner.(singleton)=true Default is true.
SPRING_RESOURCE_LOADER - Static variable in class org.springframework.ui.velocity.SpringResourceLoader
 
SPRING_RESOURCE_LOADER_CLASS - Static variable in class org.springframework.ui.velocity.SpringResourceLoader
 
SPRING_RESOURCE_LOADER_PATH - Static variable in class org.springframework.ui.velocity.SpringResourceLoader
 
SQLErrorCodeSQLExceptionTranslator - class org.springframework.jdbc.support.SQLErrorCodeSQLExceptionTranslator.
Implementation of SQLExceptionTranslator that uses specific vendor codes.
SQLErrorCodeSQLExceptionTranslator() - Constructor for class org.springframework.jdbc.support.SQLErrorCodeSQLExceptionTranslator
Constructor for use as a JavaBean.
SQLErrorCodeSQLExceptionTranslator(SQLErrorCodes) - Constructor for class org.springframework.jdbc.support.SQLErrorCodeSQLExceptionTranslator
Create a SQLErrorCode translator given these error codes.
SQLErrorCodeSQLExceptionTranslator(DataSource) - Constructor for class org.springframework.jdbc.support.SQLErrorCodeSQLExceptionTranslator
Create a SQLErrorCode translator for the given DataSource.
SQLErrorCodes - class org.springframework.jdbc.support.SQLErrorCodes.
JavaBean for holding JDBC Error Codes for a particular database.
SQLErrorCodes() - Constructor for class org.springframework.jdbc.support.SQLErrorCodes
 
SQLErrorCodesFactory - class org.springframework.jdbc.support.SQLErrorCodesFactory.
Factory for creating SQLErrorCodes based on the databaseProductName taken from the DatabaseMetaData.
SQLErrorCodesFactory() - Constructor for class org.springframework.jdbc.support.SQLErrorCodesFactory
Not public to enforce Singleton design pattern.
SQLExceptionTranslator - interface org.springframework.jdbc.support.SQLExceptionTranslator.
Interface to be implemented by classes that can translate between SQLExceptions and our data access strategy-agnostic org.springframework.dao.DataAccessException.
SQLStateSQLExceptionTranslator - class org.springframework.jdbc.support.SQLStateSQLExceptionTranslator.
Implementation of SQLExceptionTranslator that uses the SQLState code in the SQLException.
SQLStateSQLExceptionTranslator() - Constructor for class org.springframework.jdbc.support.SQLStateSQLExceptionTranslator
 
SQLWarning() - Method in class org.springframework.jdbc.SQLWarningException
Return the SQLWarning.
SQLWarningException - exception org.springframework.jdbc.SQLWarningException.
Exception thrown when we're not ignoring warnings.
SQLWarningException(String, SQLWarning) - Constructor for class org.springframework.jdbc.SQLWarningException
Constructor for ConnectionFactoryException.
SQL_ERROR_CODE_DEFAULT_PATH - Static variable in class org.springframework.jdbc.support.SQLErrorCodesFactory
Name of default SQL error code files, loading from the class path.
SQL_ERROR_CODE_OVERRIDE_PATH - Static variable in class org.springframework.jdbc.support.SQLErrorCodesFactory
Name of custom SQL error codes file, loading from the root of the class path (e.g.
STATE_COMMITTED - Static variable in class org.springframework.transaction.HeuristicCompletionException
 
STATE_MIXED - Static variable in class org.springframework.transaction.HeuristicCompletionException
 
STATE_ROLLED_BACK - Static variable in class org.springframework.transaction.HeuristicCompletionException
 
STATE_UNKNOWN - Static variable in class org.springframework.transaction.HeuristicCompletionException
Values for the outcome state of a heuristically completed transaction.
STATUS_COMMITTED - Static variable in interface org.springframework.transaction.support.TransactionSynchronization
Completion status in case of proper commit
STATUS_ROLLED_BACK - Static variable in interface org.springframework.transaction.support.TransactionSynchronization
Completion status in case of proper rollback
STATUS_UNKNOWN - Static variable in interface org.springframework.transaction.support.TransactionSynchronization
Status in case of heuristic mixed completion or system errors
STATUS_VARIABLE_NAME - Static variable in class org.springframework.web.servlet.tags.BindTag
 
SUBMIT_IMAGE_SUFFIXES - Static variable in class org.springframework.web.util.WebUtils
Name suffixes in case of image buttons
SYNCHRONIZATION_ALWAYS - Static variable in class org.springframework.transaction.support.AbstractPlatformTransactionManager
Always activate transaction synchronization, even for "empty" transactions that result from PROPAGATION_SUPPORTS with no existing backend transaction.
SYNCHRONIZATION_NEVER - Static variable in class org.springframework.transaction.support.AbstractPlatformTransactionManager
Never active transaction synchronization.
SYNCHRONIZATION_ON_ACTUAL_TRANSACTION - Static variable in class org.springframework.transaction.support.AbstractPlatformTransactionManager
Activate transaction synchronization only for actual transactions, i.e.
SYSTEM_PROPERTIES_MODE_FALLBACK - Static variable in class org.springframework.beans.factory.config.PropertyPlaceholderConfigurer
Check system properties if not resolvable in the specified properties.
SYSTEM_PROPERTIES_MODE_NEVER - Static variable in class org.springframework.beans.factory.config.PropertyPlaceholderConfigurer
Never check system properties.
SYSTEM_PROPERTIES_MODE_OVERRIDE - Static variable in class org.springframework.beans.factory.config.PropertyPlaceholderConfigurer
Check system properties first, before trying the specified properties.
ScheduledTimerTask - class org.springframework.scheduling.timer.ScheduledTimerTask.
JavaBean that describes a scheduled TimerTask, consisting of the TimerTask itself and a delay plus period.
ScheduledTimerTask() - Constructor for class org.springframework.scheduling.timer.ScheduledTimerTask
 
ScheduledTimerTask(TimerTask, long, long, boolean) - Constructor for class org.springframework.scheduling.timer.ScheduledTimerTask
 
SchedulerFactoryBean - class org.springframework.scheduling.quartz.SchedulerFactoryBean.
FactoryBean that sets up a Quartz Scheduler and exposes it for bean references.
SchedulerFactoryBean() - Constructor for class org.springframework.scheduling.quartz.SchedulerFactoryBean
 
ServletContextAware - interface org.springframework.web.context.ServletContextAware.
Interface to be implemented by any object that wishes to be notified of the ServletContext (typically determined by the WebApplicationContext) that it runs in.
ServletContextAwareProcessor - class org.springframework.web.context.support.ServletContextAwareProcessor.
BeanPostProcessor implementation that passes the ServletContext to beans that implement the ApplicationContextAware or ResourceLoaderAware interfaces.
ServletContextAwareProcessor(ServletContext) - Constructor for class org.springframework.web.context.support.ServletContextAwareProcessor
Create a new ServletContextAwareProcessor for the given context.
ServletContextResource - class org.springframework.web.context.support.ServletContextResource.
Resource implementation for ServletContext resources, interpreting relative paths within the web application root.
ServletContextResource(ServletContext, String) - Constructor for class org.springframework.web.context.support.ServletContextResource
Create a new ServletContextResource.
ServletEndpointSupport - class org.springframework.remoting.jaxrpc.ServletEndpointSupport.
Convenience base class for JAX-RPC servlet endpoint implementations.
ServletEndpointSupport() - Constructor for class org.springframework.remoting.jaxrpc.ServletEndpointSupport
 
ServletRequestBindingException - exception org.springframework.web.bind.ServletRequestBindingException.
Fatal binding exception, thrown when we want to treat binding exceptions as unrecoverable.
ServletRequestBindingException(String) - Constructor for class org.springframework.web.bind.ServletRequestBindingException
 
ServletRequestBindingException(String, Throwable) - Constructor for class org.springframework.web.bind.ServletRequestBindingException
 
ServletRequestDataBinder - class org.springframework.web.bind.ServletRequestDataBinder.
Use this class to perform manual data binding from servlet request parameters to JavaBeans, including support for multipart files.
ServletRequestDataBinder(Object, String) - Constructor for class org.springframework.web.bind.ServletRequestDataBinder
Create a new DataBinder instance.
ServletRequestParameterPropertyValues - class org.springframework.web.bind.ServletRequestParameterPropertyValues.
PropertyValues implementation created from parameters in a ServletRequest.
ServletRequestParameterPropertyValues(ServletRequest) - Constructor for class org.springframework.web.bind.ServletRequestParameterPropertyValues
Create new ServletRequestPropertyValues using no prefix (and hence, no prefix separator).
ServletRequestParameterPropertyValues(ServletRequest, String) - Constructor for class org.springframework.web.bind.ServletRequestParameterPropertyValues
Create new ServletRequestPropertyValues using the default prefix separator and the given prefix (the underscore character "_").
ServletRequestParameterPropertyValues(ServletRequest, String, String) - Constructor for class org.springframework.web.bind.ServletRequestParameterPropertyValues
Create new ServletRequestPropertyValues supplying both prefix and prefix separator.
SessionFactoryUtils - class org.springframework.orm.hibernate.SessionFactoryUtils.
Helper class featuring methods for Hibernate session handling, allowing for reuse of Hibernate Session instances within transactions.
SessionFactoryUtils() - Constructor for class org.springframework.orm.hibernate.SessionFactoryUtils
 
SessionHolder - class org.springframework.orm.hibernate.SessionHolder.
Session holder, wrapping a Hibernate Session and a Hibernate Transaction.
SessionHolder(Session) - Constructor for class org.springframework.orm.hibernate.SessionHolder
 
SessionLocaleResolver - class org.springframework.web.servlet.i18n.SessionLocaleResolver.
Implementation of LocaleResolver that uses a locale attribute in the user's session in case of a custom setting, with a fallback to the accept header locale.
SessionLocaleResolver() - Constructor for class org.springframework.web.servlet.i18n.SessionLocaleResolver
 
SessionRequiredException - exception org.springframework.web.servlet.mvc.SessionRequiredException.
Exception thrown when a Controller requires a session for the current method.
SessionRequiredException(String) - Constructor for class org.springframework.web.servlet.mvc.SessionRequiredException
 
SessionRequiredException(String, Throwable) - Constructor for class org.springframework.web.servlet.mvc.SessionRequiredException
 
SessionThemeResolver - class org.springframework.web.servlet.theme.SessionThemeResolver.
Implementation of ThemeResolver that uses a theme attribute in the user's session in case of a custom setting, with a fallback to the fixed default theme.
SessionThemeResolver() - Constructor for class org.springframework.web.servlet.theme.SessionThemeResolver
 
SetFactoryBean - class org.springframework.beans.factory.config.SetFactoryBean.
Simple factory for shared Set instances.
SetFactoryBean() - Constructor for class org.springframework.beans.factory.config.SetFactoryBean
 
SimpleControllerHandlerAdapter - class org.springframework.web.servlet.mvc.SimpleControllerHandlerAdapter.
Adapter to use the Controller workflow interface with the generic DispatcherServlet.
SimpleControllerHandlerAdapter() - Constructor for class org.springframework.web.servlet.mvc.SimpleControllerHandlerAdapter
 
SimpleFormController - class org.springframework.web.servlet.mvc.SimpleFormController.
Concrete FormController implementation that provides configurable form and success views, and an onSubmit chain for convenient overriding.
SimpleFormController() - Constructor for class org.springframework.web.servlet.mvc.SimpleFormController
Create a new SimpleFormController.
SimpleMailMessage - class org.springframework.mail.SimpleMailMessage.
Encapsulates properties of a simple mail such as from, to, cc, subject, text.
SimpleMailMessage() - Constructor for class org.springframework.mail.SimpleMailMessage
Create new SimpleMailMessage.
SimpleMailMessage(SimpleMailMessage) - Constructor for class org.springframework.mail.SimpleMailMessage
Copy constructor.
SimpleMappingExceptionResolver - class org.springframework.web.servlet.handler.SimpleMappingExceptionResolver.
Exception resolver that allows for mapping exception class names to view names, either for a list of given handlers or for all handlers in the DispatcherServlet.
SimpleMappingExceptionResolver() - Constructor for class org.springframework.web.servlet.handler.SimpleMappingExceptionResolver
 
SimpleNamingContext - class org.springframework.jndi.support.SimpleNamingContext.
Simple implementation of a JNDI naming context.
SimpleNamingContext() - Constructor for class org.springframework.jndi.support.SimpleNamingContext
Create a new naming context.
SimpleNamingContext(String) - Constructor for class org.springframework.jndi.support.SimpleNamingContext
Create a new naming context with the given naming root.
SimpleNamingContext(String, Hashtable, Hashtable) - Constructor for class org.springframework.jndi.support.SimpleNamingContext
Create a new naming context with the given naming root, the given name/object map, and the JNDI environment entries.
SimpleNamingContextBuilder - class org.springframework.jndi.support.SimpleNamingContextBuilder.
Simple implementation of a JNDI naming context builder.
SimpleNamingContextBuilder() - Constructor for class org.springframework.jndi.support.SimpleNamingContextBuilder
 
SimpleNativeJdbcExtractor - class org.springframework.jdbc.support.nativejdbc.SimpleNativeJdbcExtractor.
Simple implementation of the NativeJdbcExtractor interface.
SimpleNativeJdbcExtractor() - Constructor for class org.springframework.jdbc.support.nativejdbc.SimpleNativeJdbcExtractor
 
SimpleRemoteSlsbInvokerInterceptor - class org.springframework.ejb.access.SimpleRemoteSlsbInvokerInterceptor.
Basic invoker for a remote Stateless Session Bean.
SimpleRemoteSlsbInvokerInterceptor() - Constructor for class org.springframework.ejb.access.SimpleRemoteSlsbInvokerInterceptor
Constructor for use as JavaBean.
SimpleRemoteSlsbInvokerInterceptor(String, boolean) - Constructor for class org.springframework.ejb.access.SimpleRemoteSlsbInvokerInterceptor
Convenient constructor for programmatic use.
SimpleRemoteStatelessSessionProxyFactoryBean - class org.springframework.ejb.access.SimpleRemoteStatelessSessionProxyFactoryBean.
Convenient factory for remote SLSB proxies.
SimpleRemoteStatelessSessionProxyFactoryBean() - Constructor for class org.springframework.ejb.access.SimpleRemoteStatelessSessionProxyFactoryBean
 
SimpleTheme - class org.springframework.ui.context.support.SimpleTheme.
Default Theme implementation, wrapping a name and an underlying MessageSource.
SimpleTheme(String, MessageSource) - Constructor for class org.springframework.ui.context.support.SimpleTheme
 
SimpleTriggerBean - class org.springframework.scheduling.quartz.SimpleTriggerBean.
Convenience subclass of Quartz' SimpleTrigger class that eases bean-style usage.
SimpleTriggerBean() - Constructor for class org.springframework.scheduling.quartz.SimpleTriggerBean
 
SimpleUrlHandlerMapping - class org.springframework.web.servlet.handler.SimpleUrlHandlerMapping.
Implementation of the HandlerMapping interface to map from URLs to request handler beans.
SimpleUrlHandlerMapping() - Constructor for class org.springframework.web.servlet.handler.SimpleUrlHandlerMapping
 
SingleConnectionDataSource - class org.springframework.jdbc.datasource.SingleConnectionDataSource.
Implementation of SmartDataSource that wraps a single connection which is not closed after use.
SingleConnectionDataSource() - Constructor for class org.springframework.jdbc.datasource.SingleConnectionDataSource
Constructor for bean-style configuration.
SingleConnectionDataSource(String, String, String, String, boolean) - Constructor for class org.springframework.jdbc.datasource.SingleConnectionDataSource
Create a new SingleConnectionDataSource with the given standard DriverManager parameters.
SingleConnectionDataSource(Connection, boolean) - Constructor for class org.springframework.jdbc.datasource.SingleConnectionDataSource
Create a new SingleConnectionDataSource with a given connection.
SingletonBeanFactoryLocator - class org.springframework.beans.factory.access.SingletonBeanFactoryLocator.
Keyed-singleton implementation of BeanFactoryLocator, which leverages existing Spring constructs.
SingletonBeanFactoryLocator() - Constructor for class org.springframework.beans.factory.access.SingletonBeanFactoryLocator
Constructor which uses the default "beanRefFactory.xml", as the name of the definition file(s).
SingletonBeanFactoryLocator(String) - Constructor for class org.springframework.beans.factory.access.SingletonBeanFactoryLocator
Constructor which uses the the specified name as the name of the definition file(s).
SingletonTargetSource - class org.springframework.aop.target.SingletonTargetSource.
Implementation of the TargetSource interface that holds a local object.
SingletonTargetSource(Object) - Constructor for class org.springframework.aop.target.SingletonTargetSource
 
SmartDataSource - interface org.springframework.jdbc.datasource.SmartDataSource.
Interface to be implemented by classes that can provide a connection to a relational database.
SortDefinition - interface org.springframework.beans.support.SortDefinition.
Definition for sorting bean instances by a property.
SpringResourceLoader - class org.springframework.ui.velocity.SpringResourceLoader.
Velocity ResourceLoader adapter that loads via a Spring ResourceLoader.
SpringResourceLoader() - Constructor for class org.springframework.ui.velocity.SpringResourceLoader
 
SpringTemplateLoader - class org.springframework.ui.freemarker.SpringTemplateLoader.
FreeMarker TemplateLoader adapter that loads via a Spring ResourceLoader.
SpringTemplateLoader(ResourceLoader, String) - Constructor for class org.springframework.ui.freemarker.SpringTemplateLoader
Create a new SpringTemplateLoader.
SqlCall - class org.springframework.jdbc.object.SqlCall.
RdbmsOperation using a JdbcTemplate and representing a SQL-based call such as a stored procedure or a stored function.
SqlCall() - Constructor for class org.springframework.jdbc.object.SqlCall
 
SqlFunction - class org.springframework.jdbc.object.SqlFunction.
SQL "function" wrapper for a query that returns a single row of results.
SqlFunction() - Constructor for class org.springframework.jdbc.object.SqlFunction
Constructor to allow use as a JavaBean.
SqlFunction(DataSource, String, int[]) - Constructor for class org.springframework.jdbc.object.SqlFunction
Create a new SQLFunction object with SQL and parameters.
SqlFunction(DataSource, String, int[], int) - Constructor for class org.springframework.jdbc.object.SqlFunction
Create a new SQLFunction object with SQL, parameters and a return type
SqlFunction(DataSource, String) - Constructor for class org.springframework.jdbc.object.SqlFunction
Create a new SQLFunction object with SQL, but without parameters.
SqlFunction(DataSource, String, int) - Constructor for class org.springframework.jdbc.object.SqlFunction
Create a new SQLFunction object with SQL and return type, but without parameters.
SqlMapCallback - interface org.springframework.orm.ibatis.SqlMapCallback.
Callback interface for data access code that works on an iBATIS Database Layer MappedStatement.
SqlMapClientCallback - interface org.springframework.orm.ibatis.SqlMapClientCallback.
Callback interface for data access code that works on an iBATIS Database Layer SqlMapSession.
SqlMapClientDaoSupport - class org.springframework.orm.ibatis.support.SqlMapClientDaoSupport.
Convenient super class for iBATIS SqlMapClient data access objects.
SqlMapClientDaoSupport() - Constructor for class org.springframework.orm.ibatis.support.SqlMapClientDaoSupport
 
SqlMapClientFactoryBean - class org.springframework.orm.ibatis.SqlMapClientFactoryBean.
FactoryBean that creates an iBATIS Database Layer SqlMapClient as singleton in the current bean factory, possibly for use with SqlMapClientTemplate.
SqlMapClientFactoryBean() - Constructor for class org.springframework.orm.ibatis.SqlMapClientFactoryBean
 
SqlMapClientOperations - interface org.springframework.orm.ibatis.SqlMapClientOperations.
Interface that specifies a basic set of iBATIS SqlMapClient operations.
SqlMapClientTemplate - class org.springframework.orm.ibatis.SqlMapClientTemplate.
Helper class that simplifies data access via the SqlMapClient API of the iBATIS Database Layer, and converts checked SQLExceptions into unchecked DataAccessExceptions, compatible to the org.springframework.dao exception hierarchy.
SqlMapClientTemplate() - Constructor for class org.springframework.orm.ibatis.SqlMapClientTemplate
Create a new SqlMapClientTemplate.
SqlMapClientTemplate(DataSource, SqlMapClient) - Constructor for class org.springframework.orm.ibatis.SqlMapClientTemplate
Create a new SqlMapTemplate.
SqlMapDaoSupport - class org.springframework.orm.ibatis.support.SqlMapDaoSupport.
Convenient super class for iBATIS SqlMap data access objects.
SqlMapDaoSupport() - Constructor for class org.springframework.orm.ibatis.support.SqlMapDaoSupport
 
SqlMapFactoryBean - class org.springframework.orm.ibatis.SqlMapFactoryBean.
FactoryBean that creates an iBATIS Database Layer SqlMap as singleton in the current bean factory, possibly for use with SqlMapTemplate.
SqlMapFactoryBean() - Constructor for class org.springframework.orm.ibatis.SqlMapFactoryBean
 
SqlMapOperations - interface org.springframework.orm.ibatis.SqlMapOperations.
Interface that specifies a basic set of iBATIS SqlMap operations.
SqlMapTemplate - class org.springframework.orm.ibatis.SqlMapTemplate.
Helper class that simplifies data access via the MappedStatement API of the iBATIS Database Layer, and converts checked SQLExceptions into unchecked DataAccessExceptions, compatible to the org.springframework.dao exception hierarchy.
SqlMapTemplate() - Constructor for class org.springframework.orm.ibatis.SqlMapTemplate
Create a new SqlMapTemplate.
SqlMapTemplate(DataSource, SqlMap) - Constructor for class org.springframework.orm.ibatis.SqlMapTemplate
Create a new SqlMapTemplate.
SqlOperation - class org.springframework.jdbc.object.SqlOperation.
RdbmsOperation using a JdbcTemplate and representing a SQL-based operation such as a query or update, as opposed to a stored procedure.
SqlOperation() - Constructor for class org.springframework.jdbc.object.SqlOperation
 
SqlOutParameter - class org.springframework.jdbc.core.SqlOutParameter.
Subclass of SqlParameter to represent an output parameter.
SqlOutParameter(String, int) - Constructor for class org.springframework.jdbc.core.SqlOutParameter
Create a new OutputParameter, supplying name and SQL type
SqlOutParameter(String, int, String) - Constructor for class org.springframework.jdbc.core.SqlOutParameter
 
SqlOutParameter(String, int, RowCallbackHandler) - Constructor for class org.springframework.jdbc.core.SqlOutParameter
 
SqlOutParameter(String, int, RowMapper, int) - Constructor for class org.springframework.jdbc.core.SqlOutParameter
 
SqlOutParameter(String, int, RowMapper) - Constructor for class org.springframework.jdbc.core.SqlOutParameter
 
SqlParameter - class org.springframework.jdbc.core.SqlParameter.
Object to represent a SQL parameter definition.
SqlParameter(int) - Constructor for class org.springframework.jdbc.core.SqlParameter
Add a new anonymous parameter
SqlParameter(int, String) - Constructor for class org.springframework.jdbc.core.SqlParameter
 
SqlParameter(String, int) - Constructor for class org.springframework.jdbc.core.SqlParameter
 
SqlParameter(String, int, String) - Constructor for class org.springframework.jdbc.core.SqlParameter
 
SqlParameter.ResultReaderStoredProcImpl - class org.springframework.jdbc.core.SqlParameter.ResultReaderStoredProcImpl.
Implementation of ResultReader that calls the supplied RowMapper class's mapRow() method for each row.
SqlParameter.ResultReaderStoredProcImpl(int, RowMapper) - Constructor for class org.springframework.jdbc.core.SqlParameter.ResultReaderStoredProcImpl
Use an array results.
SqlProvider - interface org.springframework.jdbc.core.SqlProvider.
Interface to be implemented by objects that can provide SQL strings.
SqlQuery - class org.springframework.jdbc.object.SqlQuery.
Reusable threadsafe object to represent a SQL query.
SqlQuery() - Constructor for class org.springframework.jdbc.object.SqlQuery
Allow use as a bean.
SqlQuery(DataSource, String) - Constructor for class org.springframework.jdbc.object.SqlQuery
Convenient constructor with DataSource and SQL string.
SqlReturnResultSet - class org.springframework.jdbc.core.SqlReturnResultSet.
Subclass of SqlParameter to represent a returned resultset from a stored procedure call.
SqlReturnResultSet(String, RowCallbackHandler) - Constructor for class org.springframework.jdbc.core.SqlReturnResultSet
 
SqlReturnResultSet(String, RowMapper, int) - Constructor for class org.springframework.jdbc.core.SqlReturnResultSet
 
SqlReturnResultSet(String, RowMapper) - Constructor for class org.springframework.jdbc.core.SqlReturnResultSet
 
SqlUpdate - class org.springframework.jdbc.object.SqlUpdate.
RdbmsOperation subclass representing a SQL update.
SqlUpdate() - Constructor for class org.springframework.jdbc.object.SqlUpdate
Constructor to allow use as a JavaBean.
SqlUpdate(DataSource, String) - Constructor for class org.springframework.jdbc.object.SqlUpdate
Constructs an update object with a given DataSource and SQL to keep consistent with the
SqlUpdate(DataSource, String, int[]) - Constructor for class org.springframework.jdbc.object.SqlUpdate
Construct an update object with a given DataSource, SQL and anonymous parameters
SqlUpdate(DataSource, String, int[], int) - Constructor for class org.springframework.jdbc.object.SqlUpdate
Construct an update object with a given DataSource, SQL, anonymous parameters and specifying the maximum number of rows that may be affected.
StatementCallback - interface org.springframework.jdbc.core.StatementCallback.
Generic callback interface for code that operates on a JDBC Statement.
StaticApplicationContext - class org.springframework.context.support.StaticApplicationContext.
ApplicationContext that allows concrete registration of beans and messages in code, rather than from external configuration sources.
StaticApplicationContext() - Constructor for class org.springframework.context.support.StaticApplicationContext
Create new StaticApplicationContext.
StaticApplicationContext(ApplicationContext) - Constructor for class org.springframework.context.support.StaticApplicationContext
Create new StaticApplicationContext with the given parent.
StaticListableBeanFactory - class org.springframework.beans.factory.support.StaticListableBeanFactory.
Static factory that allows to register existing singleton instances programmatically.
StaticListableBeanFactory() - Constructor for class org.springframework.beans.factory.support.StaticListableBeanFactory
 
StaticMessageSource - class org.springframework.context.support.StaticMessageSource.
Simple implementation of HierarchicalMessageSource that allows messages to be held in a Java object, and added programmatically.
StaticMessageSource() - Constructor for class org.springframework.context.support.StaticMessageSource
 
StaticMethodMatcher - class org.springframework.aop.support.StaticMethodMatcher.
Convenient abstract superclas for static method matchers, which don't care about arguments at runtime.
StaticMethodMatcher() - Constructor for class org.springframework.aop.support.StaticMethodMatcher
 
StaticMethodMatcherPointcut - class org.springframework.aop.support.StaticMethodMatcherPointcut.
Convenient superclass when we want to force subclasses to implement MethodMatcher interface, but subclasses will want to be pointcuts.
StaticMethodMatcherPointcut() - Constructor for class org.springframework.aop.support.StaticMethodMatcherPointcut
 
StaticMethodMatcherPointcutAdvisor - class org.springframework.aop.support.StaticMethodMatcherPointcutAdvisor.
Convenient superclass for Advisors that are also static pointcuts.
StaticMethodMatcherPointcutAdvisor() - Constructor for class org.springframework.aop.support.StaticMethodMatcherPointcutAdvisor
 
StaticMethodMatcherPointcutAdvisor(Advice) - Constructor for class org.springframework.aop.support.StaticMethodMatcherPointcutAdvisor
 
StaticWebApplicationContext - class org.springframework.web.context.support.StaticWebApplicationContext.
Static WebApplicationContext implementation for testing.
StaticWebApplicationContext() - Constructor for class org.springframework.web.context.support.StaticWebApplicationContext
 
StopWatch - class org.springframework.util.StopWatch.
Simple stop watch, allowing for timing of a number of tasks, exposing total running time and running time for each named task.
StopWatch() - Constructor for class org.springframework.util.StopWatch
Construct a new stop watch.
StopWatch(String) - Constructor for class org.springframework.util.StopWatch
Construct a new stop watch with the given id.
StopWatch.TaskInfo - class org.springframework.util.StopWatch.TaskInfo.
Inner class to hold data about one task executed within the stopwatch
StoredProcedure - class org.springframework.jdbc.object.StoredProcedure.
Superclass for object abstractions of RDBMS stored procedures.
StoredProcedure() - Constructor for class org.springframework.jdbc.object.StoredProcedure
Allow use as a bean.
StoredProcedure(DataSource, String) - Constructor for class org.springframework.jdbc.object.StoredProcedure
Create a new object wrapper for a stored procedure.
StoredProcedure(JdbcTemplate, String) - Constructor for class org.springframework.jdbc.object.StoredProcedure
Create a new object wrapper for a stored procedure.
StringArrayPropertyEditor - class org.springframework.beans.propertyeditors.StringArrayPropertyEditor.
Properties editor for String[] type.
StringArrayPropertyEditor() - Constructor for class org.springframework.beans.propertyeditors.StringArrayPropertyEditor
 
StringMultipartFileEditor - class org.springframework.web.multipart.support.StringMultipartFileEditor.
Custom PropertyEditor for converting MultipartFiles to Strings.
StringMultipartFileEditor() - Constructor for class org.springframework.web.multipart.support.StringMultipartFileEditor
Create a new StringMultipartFileEditor, using the default charset.
StringMultipartFileEditor(String) - Constructor for class org.springframework.web.multipart.support.StringMultipartFileEditor
Create a new StringMultipartFileEditor, using the given charset.
StringTrimmerEditor - class org.springframework.beans.propertyeditors.StringTrimmerEditor.
Property editor that trims Strings.
StringTrimmerEditor(boolean) - Constructor for class org.springframework.beans.propertyeditors.StringTrimmerEditor
Create a new instance.
StringUtils - class org.springframework.util.StringUtils.
Miscellaneous string utility methods.
StringUtils() - Constructor for class org.springframework.util.StringUtils
 
save(Object) - Method in interface org.springframework.orm.hibernate.HibernateOperations
Save the given persistent instance.
save(Object, Serializable) - Method in interface org.springframework.orm.hibernate.HibernateOperations
Save the given persistent instance with the given identifier.
save(Object) - Method in class org.springframework.orm.hibernate.HibernateTemplate
 
save(Object, Serializable) - Method in class org.springframework.orm.hibernate.HibernateTemplate
 
saveConvert(String, boolean) - Method in class org.springframework.util.DefaultPropertiesPersister
Convert unicodes to encoded \uxxxx and writes out any of the characters in specialSaveChars with a preceding slash
saveOrUpdate(Object) - Method in interface org.springframework.orm.hibernate.HibernateOperations
Save respectively update the given persistent instance, according to its ID (matching the configured "unsaved-value"?).
saveOrUpdate(Object) - Method in class org.springframework.orm.hibernate.HibernateTemplate
 
saveOrUpdateCopy(Object) - Method in interface org.springframework.orm.hibernate.HibernateOperations
Save respectively update the contents of given persistent object, according to its ID (matching the configured "unsaved-value"?).
saveOrUpdateCopy(Object) - Method in class org.springframework.orm.hibernate.HibernateTemplate
 
send(SimpleMailMessage) - Method in interface org.springframework.mail.MailSender
Send the given simple mail message.
send(SimpleMailMessage[]) - Method in interface org.springframework.mail.MailSender
Send the given array of simple mail messages in batch.
send(SimpleMailMessage) - Method in class org.springframework.mail.cos.CosMailSenderImpl
 
send(SimpleMailMessage[]) - Method in class org.springframework.mail.cos.CosMailSenderImpl
 
send(MimeMessage) - Method in interface org.springframework.mail.javamail.JavaMailSender
Send the given JavaMail MIME message.
send(MimeMessage[]) - Method in interface org.springframework.mail.javamail.JavaMailSender
Send the given array of JavaMail MIME messages in batch.
send(MimeMessagePreparator) - Method in interface org.springframework.mail.javamail.JavaMailSender
Send the JavaMail MIME message prepared by the given MimeMessagePreparator.
send(MimeMessagePreparator[]) - Method in interface org.springframework.mail.javamail.JavaMailSender
Send the JavaMail MIME messages prepared by the given MimeMessagePreparators.
send(SimpleMailMessage) - Method in class org.springframework.mail.javamail.JavaMailSenderImpl
 
send(SimpleMailMessage[]) - Method in class org.springframework.mail.javamail.JavaMailSenderImpl
 
send(MimeMessage) - Method in class org.springframework.mail.javamail.JavaMailSenderImpl
 
send(MimeMessage[]) - Method in class org.springframework.mail.javamail.JavaMailSenderImpl
 
send(MimeMessage[], Object[]) - Method in class org.springframework.mail.javamail.JavaMailSenderImpl
 
send(MimeMessagePreparator) - Method in class org.springframework.mail.javamail.JavaMailSenderImpl
 
send(MimeMessagePreparator[]) - Method in class org.springframework.mail.javamail.JavaMailSenderImpl
 
setAdvice(Advice) - Method in class org.springframework.aop.support.DefaultPointcutAdvisor
 
setAdvice(Advice) - Method in class org.springframework.aop.support.DynamicMethodMatcherPointcutAdvisor
 
setAdvice(Advice) - Method in class org.springframework.aop.support.NameMatchMethodPointcutAdvisor
 
setAdvice(Advice) - Method in class org.springframework.aop.support.RegexpMethodPointcutAdvisor
 
setAdvice(Advice) - Method in class org.springframework.aop.support.StaticMethodMatcherPointcutAdvisor
 
setAdvisorBeanNamePrefix(String) - Method in class org.springframework.aop.framework.autoproxy.AdvisorAutoProxyCreator
Set the prefix for bean names that will cause them to be excluded for autoproxying by this object.
setAdvisorChainFactory(AdvisorChainFactory) - Method in class org.springframework.aop.framework.AdvisedSupport
 
setAllowBeanDefinitionOverriding(boolean) - Method in class org.springframework.beans.factory.support.DefaultListableBeanFactory
Set if it should be allowed to override bean definitions by registering a different definition with the same name, automatically replacing the former.
setAllowCreate(boolean) - Method in class org.springframework.orm.hibernate.HibernateTemplate
Set if a new Session should be created if no thread-bound found.
setAllowCreate(boolean) - Method in class org.springframework.orm.jdo.JdoTemplate
Set if a new PersistenceManager should be created if no thread-bound found.
setAllowDirtyBack(boolean) - Method in class org.springframework.web.servlet.mvc.AbstractWizardFormController
Set if "dirty back" is allowed, i.e.
setAllowDirtyForward(boolean) - Method in class org.springframework.web.servlet.mvc.AbstractWizardFormController
Set if "dirty forward" is allowed, i.e.
setAllowedFields(String[]) - Method in class org.springframework.validation.DataBinder
Register fields that should be allowed for binding.
setAlwaysUseFullPath(boolean) - Method in class org.springframework.web.servlet.handler.AbstractUrlHandlerMapping
Set if URL lookup should always use full path within current servlet context.
setAlwaysUseFullPath(boolean) - Method in class org.springframework.web.servlet.mvc.multiaction.AbstractUrlMethodNameResolver
Set if URL lookup should always use full path within current servlet context.
setAlwaysUseFullPath(boolean) - Method in class org.springframework.web.util.UrlPathHelper
Set if URL lookup should always use full path within current servlet context.
setAopProxyFactory(AopProxyFactory) - Method in class org.springframework.aop.framework.ProxyConfig
Customise the AopProxyFactory, allowing different strategies to be dropped in without changing the core framework.
setApplicationContext(ApplicationContext) - Method in interface org.springframework.context.ApplicationContextAware
Set the ApplicationContext that this object runs in.
setApplicationContext(ApplicationContext) - Method in class org.springframework.context.support.ApplicationObjectSupport
 
setApplicationEventClass(Class) - Method in class org.springframework.context.event.EventPublicationInterceptor
Set the application event class to publish.
setApplyCommonInterceptorsFirst(boolean) - Method in class org.springframework.aop.framework.autoproxy.AbstractAutoProxyCreator
Set whether the common interceptors should be applied before bean-specific ones.
setArguments(Object[]) - Method in class org.springframework.context.support.DefaultMessageSourceResolvable
 
setArguments(Object[]) - Method in class org.springframework.remoting.support.RemoteInvocation
 
setArguments(Object[]) - Method in class org.springframework.util.MethodInvoker
Set arguments for the method invocation.
setAsText(String) - Method in class org.springframework.beans.PropertyValuesEditor
 
setAsText(String) - Method in class org.springframework.beans.propertyeditors.ClassEditor
 
setAsText(String) - Method in class org.springframework.beans.propertyeditors.CustomBooleanEditor
 
setAsText(String) - Method in class org.springframework.beans.propertyeditors.CustomDateEditor
Parse the Date from the given text, using the specified DateFormat.
setAsText(String) - Method in class org.springframework.beans.propertyeditors.CustomNumberEditor
 
setAsText(String) - Method in class org.springframework.beans.propertyeditors.FileEditor
 
setAsText(String) - Method in class org.springframework.beans.propertyeditors.LocaleEditor
 
setAsText(String) - Method in class org.springframework.beans.propertyeditors.PropertiesEditor
 
setAsText(String) - Method in class org.springframework.beans.propertyeditors.StringArrayPropertyEditor
 
setAsText(String) - Method in class org.springframework.beans.propertyeditors.StringTrimmerEditor
 
setAsText(String) - Method in class org.springframework.beans.propertyeditors.URLEditor
 
setAsText(String) - Method in class org.springframework.context.support.ContextResourceEditor
 
setAsText(String) - Method in class org.springframework.core.io.ResourceEditor
 
setAsText(String) - Method in class org.springframework.jndi.JndiTemplateEditor
 
setAsText(String) - Method in class org.springframework.transaction.interceptor.TransactionAttributeEditor
Format is PROPAGATION_NAME,ISOLATION_NAME,readOnly,+Exception1,-Exception2.
setAsText(String) - Method in class org.springframework.transaction.interceptor.TransactionAttributeSourceEditor
 
setAscending(boolean) - Method in class org.springframework.beans.support.MutableSortDefinition
 
setAttributes(Properties) - Method in class org.springframework.web.servlet.view.AbstractView
Set static attributes from a java.util.Properties object.
setAttributesCSV(String) - Method in class org.springframework.web.servlet.view.AbstractView
Set static attributes as a CSV string.
setAttributesMap(Map) - Method in class org.springframework.web.servlet.view.AbstractView
Set static attributes from a Map.
setAuthorizedRoles(String[]) - Method in class org.springframework.web.servlet.handler.UserRoleAuthorizationInterceptor
Set the roles that this interceptor should treat as authorized.
setAutowireMode(int) - Method in class org.springframework.beans.factory.support.RootBeanDefinition
Set the autowire code.
setBadSqlGrammarCodes(String[]) - Method in class org.springframework.jdbc.support.SQLErrorCodes
Sets the badSqlGrammarCodes.
setBasename(String) - Method in class org.springframework.context.support.ReloadableResourceBundleMessageSource
Set a single basename, following the basic ResourceBundle convention of not specifying file extension or language codes, but in contrast to ResourceBundleMessageSource referring to a Spring resource location: e.g.
setBasename(String) - Method in class org.springframework.context.support.ResourceBundleMessageSource
Set a single basename, following ResourceBundle conventions: It is a fully-qualified classname.
setBasename(String) - Method in class org.springframework.web.servlet.view.ResourceBundleViewResolver
Set the basename, as defined in the java.util.ResourceBundle documentation.
setBasenamePrefix(String) - Method in class org.springframework.ui.context.support.ResourceBundleThemeSource
Set the prefix that gets applied to the ResourceBundle basenames, i.e.
setBasenames(String[]) - Method in class org.springframework.context.support.ReloadableResourceBundleMessageSource
Set an array of basenames, each following the above-mentioned special convention.
setBasenames(String[]) - Method in class org.springframework.context.support.ResourceBundleMessageSource
Set an array of basenames, each following ResourceBundle conventions.
setBcc(String) - Method in class org.springframework.mail.SimpleMailMessage
 
setBcc(String[]) - Method in class org.springframework.mail.SimpleMailMessage
 
setBcc(InternetAddress) - Method in class org.springframework.mail.javamail.MimeMessageHelper
 
setBcc(InternetAddress[]) - Method in class org.springframework.mail.javamail.MimeMessageHelper
 
setBcc(String) - Method in class org.springframework.mail.javamail.MimeMessageHelper
 
setBcc(String[]) - Method in class org.springframework.mail.javamail.MimeMessageHelper
 
setBeanClassLoader(ClassLoader) - Method in class org.springframework.beans.factory.support.AbstractBeanDefinitionReader
Set the class loader to use for bean classes.
setBeanFactory(BeanFactory) - Method in class org.springframework.aop.framework.ProxyFactoryBean
 
setBeanFactory(BeanFactory) - Method in class org.springframework.aop.framework.autoproxy.AbstractAdvisorAutoProxyCreator
We override this method to ensure that all candidate advisors are materialized under a stack trace including this bean.
setBeanFactory(BeanFactory) - Method in class org.springframework.aop.framework.autoproxy.AbstractAutoProxyCreator
 
setBeanFactory(BeanFactory) - Method in class org.springframework.aop.target.AbstractPoolingTargetSource
 
setBeanFactory(BeanFactory) - Method in class org.springframework.aop.target.AbstractPrototypeTargetSource
Set the owning BeanFactory.
setBeanFactory(BeanFactory) - Method in interface org.springframework.beans.factory.BeanFactoryAware
Callback that supplies the owning factory to a bean instance.
setBeanName(String) - Method in class org.springframework.aop.framework.autoproxy.AdvisorAutoProxyCreator
 
setBeanName(String) - Method in interface org.springframework.beans.factory.BeanNameAware
Set the name of the bean in the bean factory that created this bean.
setBeanName(String) - Method in class org.springframework.scheduling.quartz.CronTriggerBean
 
setBeanName(String) - Method in class org.springframework.scheduling.quartz.JobDetailBean
 
setBeanName(String) - Method in class org.springframework.scheduling.quartz.MethodInvokingJobDetailFactoryBean
 
setBeanName(String) - Method in class org.springframework.scheduling.quartz.SimpleTriggerBean
 
setBeanName(String) - Method in class org.springframework.web.servlet.view.AbstractView
Set the view's name.
setBeanNames(String[]) - Method in class org.springframework.aop.framework.autoproxy.BeanNameAutoProxyCreator
Set the names of the beans that should automatically get wrapped with proxies.
setBindEmptyMultipartFiles(boolean) - Method in class org.springframework.web.bind.ServletRequestDataBinder
Set whether to bind empty MultipartFile parameters.
setBindOnNewForm(boolean) - Method in class org.springframework.web.servlet.mvc.AbstractFormController
Set if request parameters should be bound to the form object in case of a non-submitting request, i.e.
setBlobAsBinaryStream(PreparedStatement, int, InputStream, int) - Method in class org.springframework.jdbc.support.lob.DefaultLobHandler.DefaultLobCreator
 
setBlobAsBinaryStream(PreparedStatement, int, InputStream, int) - Method in interface org.springframework.jdbc.support.lob.LobCreator
Set the given content as binary stream on the given statement, using the given parameter index.
setBlobAsBinaryStream(PreparedStatement, int, InputStream, int) - Method in class org.springframework.jdbc.support.lob.OracleLobHandler.OracleLobCreator
 
setBlobAsBytes(PreparedStatement, int, byte[]) - Method in class org.springframework.jdbc.support.lob.DefaultLobHandler.DefaultLobCreator
 
setBlobAsBytes(PreparedStatement, int, byte[]) - Method in interface org.springframework.jdbc.support.lob.LobCreator
Set the given content as bytes on the given statement, using the given parameter index.
setBlobAsBytes(PreparedStatement, int, byte[]) - Method in class org.springframework.jdbc.support.lob.OracleLobHandler.OracleLobCreator
 
setBusinessInterface(Class) - Method in class org.springframework.ejb.access.LocalStatelessSessionProxyFactoryBean
Set the business interface of the EJB we're proxying.
setBusinessInterface(Class) - Method in class org.springframework.ejb.access.SimpleRemoteStatelessSessionProxyFactoryBean
Set the business interface of the EJB we're proxying.
setCache(boolean) - Method in class org.springframework.jdbc.support.lob.OracleLobHandler
Set whether to cache the temporary LOB in the buffer cache.
setCache(boolean) - Method in class org.springframework.web.servlet.view.AbstractCachingViewResolver
Enable respectively disable caching.
setCache(boolean) - Method in class org.springframework.web.servlet.view.xslt.AbstractXsltView
Activate or deactivate the cache.
setCacheSeconds(int) - Method in class org.springframework.context.support.ReloadableResourceBundleMessageSource
Set the number of seconds to cache loaded properties files.
setCacheSeconds(int) - Method in class org.springframework.web.servlet.support.WebContentGenerator
Cache content for the given number of seconds.
setCacheSize(int) - Method in class org.springframework.jdbc.support.incrementer.HsqlMaxValueIncrementer
Set the number of buffered keys.
setCacheSize(int) - Method in class org.springframework.jdbc.support.incrementer.MySQLMaxValueIncrementer
Set the number of buffered keys.
setCacheTemplate(boolean) - Method in class org.springframework.web.servlet.view.velocity.VelocityView
Set whether the Velocity template should be cached.
setCalendars(Map) - Method in class org.springframework.scheduling.quartz.SchedulerFactoryBean
Register a list of Quartz Calendar objects with the Scheduler that this FactoryBean creates, to be referenced by Triggers.
setCc(String) - Method in class org.springframework.mail.SimpleMailMessage
 
setCc(String[]) - Method in class org.springframework.mail.SimpleMailMessage
 
setCc(InternetAddress) - Method in class org.springframework.mail.javamail.MimeMessageHelper
 
setCc(InternetAddress[]) - Method in class org.springframework.mail.javamail.MimeMessageHelper
 
setCc(String) - Method in class org.springframework.mail.javamail.MimeMessageHelper
 
setCc(String[]) - Method in class org.springframework.mail.javamail.MimeMessageHelper
 
setCharset(String) - Method in class org.springframework.beans.factory.config.PropertiesFactoryBean
Set the charset to use for parsing properties files.
setClientSocketFactory(RMIClientSocketFactory) - Method in class org.springframework.remoting.rmi.RmiServiceExporter
Set a custom RMI client socket factory to use for exporting.
setClobAsAsciiStream(PreparedStatement, int, InputStream, int) - Method in class org.springframework.jdbc.support.lob.DefaultLobHandler.DefaultLobCreator
 
setClobAsAsciiStream(PreparedStatement, int, InputStream, int) - Method in interface org.springframework.jdbc.support.lob.LobCreator
Set the given content as ASCII stream on the given statement, using the given parameter index.
setClobAsAsciiStream(PreparedStatement, int, InputStream, int) - Method in class org.springframework.jdbc.support.lob.OracleLobHandler.OracleLobCreator
 
setClobAsCharacterStream(PreparedStatement, int, Reader, int) - Method in class org.springframework.jdbc.support.lob.DefaultLobHandler.DefaultLobCreator
 
setClobAsCharacterStream(PreparedStatement, int, Reader, int) - Method in interface org.springframework.jdbc.support.lob.LobCreator
Set the given content as character stream on the given statement, using the given parameter index.
setClobAsCharacterStream(PreparedStatement, int, Reader, int) - Method in class org.springframework.jdbc.support.lob.OracleLobHandler.OracleLobCreator
 
setClobAsString(PreparedStatement, int, String) - Method in class org.springframework.jdbc.support.lob.DefaultLobHandler.DefaultLobCreator
 
setClobAsString(PreparedStatement, int, String) - Method in interface org.springframework.jdbc.support.lob.LobCreator
Set the given content as String on the given statement, using the given parameter index.
setClobAsString(PreparedStatement, int, String) - Method in class org.springframework.jdbc.support.lob.OracleLobHandler.OracleLobCreator
 
setCode(String) - Method in class org.springframework.web.servlet.tags.MessageTag
Set the message code for this tag.
setCodes(String[]) - Method in class org.springframework.context.support.DefaultMessageSourceResolvable
 
setColumnName(String) - Method in class org.springframework.jdbc.support.incrementer.HsqlMaxValueIncrementer
Set the name of the column in the sequence table.
setColumnName(String) - Method in class org.springframework.jdbc.support.incrementer.MySQLMaxValueIncrementer
Set the name of the column in the sequence table.
setCommandClass(Class) - Method in class org.springframework.web.servlet.mvc.BaseCommandController
Set the command class for this controller.
setCommandName(String) - Method in class org.springframework.web.servlet.mvc.BaseCommandController
Set the name of the command in the model.
setConcurrencyLimit(int) - Method in class org.springframework.aop.interceptor.ConcurrencyThrottleInterceptor
Set the maximum number of parallel invocations that this interceptor allows.
setConfigLocation(Resource) - Method in class org.springframework.orm.hibernate.LocalSessionFactoryBean
Set the location of the Hibernate XML config file, for example as classpath resource "classpath:hibernate.cfg.xml".
setConfigLocation(Resource) - Method in class org.springframework.orm.ibatis.SqlMapClientFactoryBean
Set the location of the iBATIS SqlMapClient config file as class path resource.
setConfigLocation(Resource) - Method in class org.springframework.orm.ibatis.SqlMapFactoryBean
Set the location of the iBATIS SqlMap config file.
setConfigLocation(Resource) - Method in class org.springframework.orm.jdo.LocalPersistenceManagerFactoryBean
Set the location of the JDO properties config file, for example as classpath resource "classpath:kodo.properties".
setConfigLocation(Resource) - Method in class org.springframework.scheduling.quartz.SchedulerFactoryBean
Set the location of the Quartz properties config file, for example as classpath resource "classpath:quartz.properties".
setConfigLocation(Resource) - Method in class org.springframework.ui.freemarker.FreeMarkerConfigurationFactory
Set the location of the FreeMarker config file.
setConfigLocation(Resource) - Method in class org.springframework.ui.velocity.VelocityEngineFactory
Set the location of the Velocity config file.
setConfigLocations(String[]) - Method in interface org.springframework.web.context.ConfigurableWebApplicationContext
Set the config locations for this web application context.
setConfigLocations(String[]) - Method in class org.springframework.web.context.support.StaticWebApplicationContext
 
setConfigLocations(String[]) - Method in class org.springframework.web.context.support.XmlWebApplicationContext
 
setConfiguration(Configuration) - Method in class org.springframework.web.servlet.view.freemarker.FreeMarkerConfigurer
Set a preconfigured Configuration to use for the FreeMarker web config, e.g.
setConfiguration(Configuration) - Method in class org.springframework.web.servlet.view.freemarker.FreeMarkerView
Set the FreeMarker Configuration to be used by this view.
setConnectionHolder(ConnectionHolder) - Method in class org.springframework.jdbc.datasource.DataSourceTransactionObject
Set new ConnectionHolder.
setContentType(String) - Method in class org.springframework.web.servlet.view.AbstractView
Set the content type for this view.
setContentType(String) - Method in class org.springframework.web.servlet.view.UrlBasedViewResolver
Set the content type for all views.
setContextClass(Class) - Method in class org.springframework.web.servlet.FrameworkServlet
Set a custom context class.
setContextConfigLocation(String) - Method in class org.springframework.web.servlet.FrameworkServlet
Set the context config location explicitly, instead of relying on the default location built from the namespace.
setContextRelative(boolean) - Method in class org.springframework.web.servlet.view.RedirectView
Set whether to interpret the given URL as relative to the current ServletContext, i.e.
setCookieMaxAge(int) - Method in class org.springframework.web.servlet.i18n.CookieLocaleResolver
Use the given maximum age, specified in seconds, for locale cookies.
setCookieMaxAge(int) - Method in class org.springframework.web.servlet.theme.CookieThemeResolver
Use the given maximum age, specified in seconds, for locale cookies.
setCookieName(String) - Method in class org.springframework.web.servlet.i18n.CookieLocaleResolver
Use the given name for locale cookies.
setCookieName(String) - Method in class org.springframework.web.servlet.theme.CookieThemeResolver
Use the given name for theme cookies, containing the theme name.
setCookiePath(String) - Method in class org.springframework.web.servlet.i18n.CookieLocaleResolver
 
setCookiePath(String) - Method in class org.springframework.web.servlet.theme.CookieThemeResolver
 
setCustomEditors(Map) - Method in class org.springframework.beans.factory.config.CustomEditorConfigurer
Specify the custom editors to register via a Map, using the class name of the required type as key and the PropertyEditor instance as value.
setCustomProperties(Properties) - Method in class org.springframework.remoting.jaxrpc.JaxRpcPortClientInterceptor
Set custom properties to be set on the stub for the port.
setCustomTargetSourceCreators(List) - Method in class org.springframework.aop.framework.autoproxy.AbstractAutoProxyCreator
Set custom TargetSourceCreators to be applied in this order.
setDaemon(boolean) - Method in class org.springframework.scheduling.timer.TimerFactoryBean
Set whether the timer should use a daemon thread, just executing as long as the application itself is running.
setDataAccessResourceFailureCodes(String[]) - Method in class org.springframework.jdbc.support.SQLErrorCodes
 
setDataIntegrityViolationCodes(String[]) - Method in class org.springframework.jdbc.support.SQLErrorCodes
Sets the dataIntegrityViolationCodes.
setDataRetrievalFailureCodes(String[]) - Method in class org.springframework.jdbc.support.SQLErrorCodes
 
setDataSource(DataSource) - Method in class org.springframework.jdbc.core.support.JdbcBeanDefinitionReader
Set the DataSource to use to obtain database connections.
setDataSource(DataSource) - Method in class org.springframework.jdbc.core.support.JdbcDaoSupport
Set the JDBC DataSource to be used by this DAO.
setDataSource(DataSource) - Method in class org.springframework.jdbc.datasource.DataSourceTransactionManager
Set the J2EE DataSource that this instance should manage transactions for.
setDataSource(DataSource) - Method in class org.springframework.jdbc.object.RdbmsOperation
Set the JDBC DataSource to obtain connections from.
setDataSource(DataSource) - Method in class org.springframework.jdbc.support.DatabaseStartupValidator
Set the DataSource to validate.
setDataSource(DataSource) - Method in class org.springframework.jdbc.support.JdbcAccessor
Set the JDBC DataSource to obtain connections from.
setDataSource(DataSource) - Method in class org.springframework.jdbc.support.SQLErrorCodeSQLExceptionTranslator
Set the DataSource.
setDataSource(DataSource) - Method in class org.springframework.jdbc.support.incrementer.AbstractDataFieldMaxValueIncrementer
Set the data source to retrieve the value from.
setDataSource(DataSource) - Method in class org.springframework.orm.hibernate.HibernateTransactionManager
Set the JDBC DataSource that this instance should manage transactions for.
setDataSource(DataSource) - Method in class org.springframework.orm.hibernate.LocalSessionFactoryBean
Set the DataSource to be used by the SessionFactory.
setDataSource(DataSource) - Method in class org.springframework.orm.ibatis.support.SqlMapClientDaoSupport
Set the JDBC DataSource to be used by this DAO.
setDataSource(DataSource) - Method in class org.springframework.orm.ibatis.support.SqlMapDaoSupport
Set the JDBC DataSource to be used by this DAO.
setDataSource(DataSource) - Method in class org.springframework.orm.jdo.JdoTransactionManager
Set the JDBC DataSource that this instance should manage transactions for.
setDataSource(DataSource) - Method in class org.springframework.orm.jdo.LocalPersistenceManagerFactoryBean
Set the DataSource to be used by the PersistenceManagerFactory.
setDatabaseProductName(String) - Method in class org.springframework.jdbc.support.SQLErrorCodes
 
setDateToolAttribute(String) - Method in class org.springframework.web.servlet.view.velocity.VelocityView
Set the name of the DateTool helper object to expose in the Velocity context of this view, or null if not needed.
setDateToolAttribute(String) - Method in class org.springframework.web.servlet.view.velocity.VelocityViewResolver
Set the name of the DateTool helper object to expose in the Velocity context of this view, or null if not needed.
setDefaultEncoding(String) - Method in class org.springframework.context.support.ReloadableResourceBundleMessageSource
Set the default charset to use for parsing properties files.
setDefaultEncoding(String) - Method in class org.springframework.web.multipart.commons.CommonsMultipartResolver
Set the default character encoding to use for parsing requests, to be applied to headers of individual parts and to form fields.
setDefaultEncoding(String) - Method in class org.springframework.web.multipart.cos.CosMultipartResolver
Set the default character encoding to use for parsing requests, to be applied to headers of individual parts and to form fields.
setDefaultEncoding(String) - Method in class org.springframework.web.util.UrlPathHelper
Set the default character encoding to use for URL decoding.
setDefaultErrorView(String) - Method in class org.springframework.web.servlet.handler.SimpleMappingExceptionResolver
Set the name of the default error view.
setDefaultHandler(Object) - Method in class org.springframework.web.servlet.handler.AbstractHandlerMapping
Set the default handler for this handler mapping.
setDefaultHtmlEscape(boolean) - Method in class org.springframework.web.servlet.support.RequestContext
(De)activate default HTML escaping for messages and errors.
setDefaultHtmlEscape(String) - Method in class org.springframework.web.servlet.tags.HtmlEscapeTag
Set the default value for HTML escaping, to be put in the current PageContext.
setDefaultMessage(String) - Method in class org.springframework.context.support.DefaultMessageSourceResolvable
 
setDefaultMethodName(String) - Method in class org.springframework.web.servlet.mvc.multiaction.ParameterMethodNameResolver
Set the name of the default handler method that should be used when no parameter was found in the request
setDefaultParentBean(String) - Method in class org.springframework.beans.factory.support.PropertiesBeanDefinitionReader
Set the default parent bean for this bean factory.
setDefaultParentView(String) - Method in class org.springframework.web.servlet.view.ResourceBundleViewResolver
Set the default parent for views defined in the ResourceBundle.
setDefaultThemeName(String) - Method in class org.springframework.web.servlet.theme.AbstractThemeResolver
Set the name of the default theme.
setDefaultUrl(String) - Method in class org.springframework.web.servlet.ResourceServlet
 
setDefinitions(String[]) - Method in class org.springframework.web.servlet.view.tiles.TilesConfigurer
Set the Tiles definitions, i.e.
setDelay(long) - Method in class org.springframework.scheduling.timer.ScheduledTimerTask
Set the delay before starting the task for the first time, in milliseconds.
setDelegate(Object) - Method in class org.springframework.web.servlet.mvc.multiaction.MultiActionController
Set the delegate used by this class.
setDependencyCheck(int) - Method in class org.springframework.beans.factory.support.RootBeanDefinition
Set the dependency check code.
setDependsOn(String[]) - Method in class org.springframework.beans.factory.support.RootBeanDefinition
Set the names of the beans that this bean depends on being initialized.
setDestroyMethodName(String) - Method in class org.springframework.beans.factory.support.RootBeanDefinition
Set the name of the destroy method.
setDisplayName(String) - Method in class org.springframework.context.support.AbstractApplicationContext
To avoid endless constructor chaining, only concrete classes take this in their constructor, and then invoke this method
setDriverClassName(String) - Method in class org.springframework.jdbc.datasource.DriverManagerDataSource
 
setEncoding(String) - Method in class org.springframework.web.filter.CharacterEncodingFilter
Set the encoding to use for requests.
setEncoding(String) - Method in class org.springframework.web.servlet.view.freemarker.FreeMarkerView
Set the encoding of the FreeMarker template file.
setEncoding(String) - Method in class org.springframework.web.servlet.view.velocity.VelocityView
Set the encoding of the Velocity template file.
setEncodingScheme(String) - Method in class org.springframework.web.servlet.view.RedirectView
Set the encoding scheme for this view.
setEndpointAddress(String) - Method in class org.springframework.remoting.jaxrpc.JaxRpcPortClientInterceptor
 
setEntityInterceptor(Interceptor) - Method in class org.springframework.orm.hibernate.HibernateAccessor
Set a Hibernate entity interceptor that allows to inspect and change property values before writing to and reading from the database.
setEntityInterceptor(Interceptor) - Method in class org.springframework.orm.hibernate.HibernateTransactionManager
Set a Hibernate entity interceptor that allows to inspect and change property values before writing to and reading from the database.
setEntityInterceptor(Interceptor) - Method in class org.springframework.orm.hibernate.LocalSessionFactoryBean
Set a Hibernate entity interceptor that allows to inspect and change property values before writing to and reading from the database.
setEntityResolver(EntityResolver) - Method in class org.springframework.beans.factory.xml.XmlBeanDefinitionReader
Set a SAX entity resolver to be used for parsing.
setEnvironment(Properties) - Method in class org.springframework.jndi.JndiTemplate
Set the environment for the JNDI InitialContext.
setExceptionAttribute(String) - Method in class org.springframework.web.servlet.handler.SimpleMappingExceptionResolver
Set the name of the model attribute as which the exception should be exposed.
setExceptionMappings(Properties) - Method in class org.springframework.web.servlet.handler.SimpleMappingExceptionResolver
Set the mappings between exception class names and view names.
setExceptionTranslator(SQLExceptionTranslator) - Method in class org.springframework.jdbc.support.JdbcAccessor
Set the exception translator for this instance.
setExposeProxy(boolean) - Method in class org.springframework.aop.framework.ProxyConfig
Set whether the proxy should be exposed by the AOP framework as a ThreadLocal for retrieval via the AopContext class.
setFactoryClass(Class) - Method in class org.springframework.web.servlet.view.tiles.TilesConfigurer
Set the factory class for Tiles.
setFallbackToSystemLocale(boolean) - Method in class org.springframework.context.support.ReloadableResourceBundleMessageSource
Set whether to fall back to the system Locale if no files for a specific Locale have been found.
setFallbackTranslator(SQLExceptionTranslator) - Method in class org.springframework.jdbc.support.SQLErrorCodeSQLExceptionTranslator
Override the default SQLState fallback translator
setFileEncodings(Properties) - Method in class org.springframework.context.support.ReloadableResourceBundleMessageSource
Set per-file charsets to use for parsing properties files.
setFilter(Object) - Method in class org.springframework.beans.support.RefreshablePagedListHolder
Set the filter object that the source provider should use for loading the list.
setFixedRate(boolean) - Method in class org.springframework.scheduling.timer.ScheduledTimerTask
Set whether to schedule as fixed-rate execution, rather than fixed-delay execution.
setFlushEager(boolean) - Method in class org.springframework.orm.jdo.JdoAccessor
Set if this accessor should flush changes to the database eagerly.
setFlushMode(int) - Method in class org.springframework.orm.hibernate.HibernateAccessor
Set the flush behavior to one of the constants in this class.
setFlushModeName(String) - Method in class org.springframework.orm.hibernate.HibernateAccessor
Set the flush behavior by the name of the respective constant in this class, e.g.
setForceEncoding(boolean) - Method in class org.springframework.web.filter.CharacterEncodingFilter
Set whether the encoding of this filter should override existing request encodings.
setFormView(String) - Method in class org.springframework.web.servlet.mvc.SimpleFormController
Set the name of the view that should be used for form display.
setFreemarkerSettings(Properties) - Method in class org.springframework.ui.freemarker.FreeMarkerConfigurationFactory
Set properties that contain well-known FreeMarker keys which will be passed to FreeMarker's Configuration.setSettings method.
setFreemarkerVariables(Map) - Method in class org.springframework.ui.freemarker.FreeMarkerConfigurationFactory
Set a Map that contains well-known FreeMarker objects which will be passed to FreeMarker's Configuration.setAllSharedVariables method.
setFrom(String) - Method in class org.springframework.mail.SimpleMailMessage
 
setFrom(InternetAddress) - Method in class org.springframework.mail.javamail.MimeMessageHelper
 
setFrom(String) - Method in class org.springframework.mail.javamail.MimeMessageHelper
 
setFrom(String, String) - Method in class org.springframework.mail.javamail.MimeMessageHelper
 
setFrozen(boolean) - Method in class org.springframework.aop.framework.ProxyConfig
Set whether this config should be frozen.
setFunction(boolean) - Method in class org.springframework.jdbc.object.SqlCall
Set the flag used to indicate that this call is for a function
setGroup(String) - Method in class org.springframework.scheduling.quartz.MethodInvokingJobDetailFactoryBean
Set the group of the job.
setHibernateProperties(Properties) - Method in class org.springframework.orm.hibernate.LocalSessionFactoryBean
Set Hibernate properties, like "hibernate.dialect".
setHibernateTemplate(HibernateTemplate) - Method in class org.springframework.orm.hibernate.support.HibernateDaoSupport
Set the HibernateTemplate for this DAO explicitly, as an alternative to specifying a SessionFactory.
setHost(String) - Method in class org.springframework.mail.cos.CosMailSenderImpl
Set the SMTP mail host.
setHost(String) - Method in class org.springframework.mail.javamail.JavaMailSenderImpl
Set the mail server host, typically an SMTP host.
setHtmlEscape(String) - Method in class org.springframework.web.servlet.tags.RequestContextAwareTag
Sets HTML escaping for this tag, overriding the default HTML escaping setting for the current page.
setIgnoreCase(boolean) - Method in class org.springframework.beans.support.MutableSortDefinition
 
setIgnoreResourceNotFound(boolean) - Method in class org.springframework.beans.factory.config.PropertyResourceConfigurer
Set if failure to find the property resource should be ignored.
setIgnoreUnresolvablePlaceholders(boolean) - Method in class org.springframework.beans.factory.config.PropertyPlaceholderConfigurer
Set whether to ignore unresolvable placeholders.
setIgnoreWarnings(boolean) - Method in class org.springframework.jdbc.core.JdbcTemplate
Set whether or not we want to ignore SQLWarnings.
setIncrementerName(String) - Method in class org.springframework.jdbc.support.incrementer.AbstractDataFieldMaxValueIncrementer
Set the name of the sequence/table.
setInitMethodName(String) - Method in class org.springframework.beans.factory.support.RootBeanDefinition
Set the name of the initializer method.
setInterceptorNames(String[]) - Method in class org.springframework.aop.framework.ProxyFactoryBean
Set the list of Interceptor/Advisor bean names.
setInterceptorNames(String[]) - Method in class org.springframework.aop.framework.autoproxy.AbstractAutoProxyCreator
Set the common interceptors.
setInterceptors(HandlerInterceptor[]) - Method in class org.springframework.web.servlet.handler.AbstractHandlerMapping
Set the handler interceptors to apply for all handlers mapped by this handler mapping.
setInterfaces(Class[]) - Method in class org.springframework.aop.framework.AdvisedSupport
Set the interfaces to be proxied.
setInterval(int) - Method in class org.springframework.jdbc.support.DatabaseStartupValidator
Set the interval between validation runs (in seconds).
setIsolationLevel(int) - Method in class org.springframework.transaction.support.DefaultTransactionDefinition
 
setIsolationLevelName(String) - Method in class org.springframework.transaction.support.DefaultTransactionDefinition
Set the isolation level by the name of the corresponding constant in TransactionDefinition, e.g.
setJavaMailProperties(Properties) - Method in class org.springframework.mail.javamail.JavaMailSenderImpl
Set JavaMail properties for the Session.
setJaxRpcService(Service) - Method in class org.springframework.remoting.jaxrpc.JaxRpcPortClientInterceptor
Set a reference to an existing JAX-RPC Service instance, for example looked up via JndiObjectFactoryBean.
setJdbcExceptionTranslator(SQLExceptionTranslator) - Method in class org.springframework.orm.hibernate.HibernateAccessor
Set the JDBC exception translator for this instance.
setJdbcExceptionTranslator(SQLExceptionTranslator) - Method in class org.springframework.orm.hibernate.HibernateTransactionManager
Set the JDBC exception translator for this transaction manager.
setJdbcTemplate(JdbcTemplate) - Method in class org.springframework.jdbc.core.support.JdbcBeanDefinitionReader
Set the JdbcTemplate to be used by this bean factory.
setJdbcTemplate(JdbcTemplate) - Method in class org.springframework.jdbc.core.support.JdbcDaoSupport
Set the JdbcTemplate for this DAO explicitly, as an alternative to specifying a DataSource.
setJdbcTemplate(JdbcTemplate) - Method in class org.springframework.jdbc.object.RdbmsOperation
An alternative to the more commonly used setDataSource() when you want to use the same JdbcTemplate in multiple RdbmsOperations.
setJdoDialect(JdoDialect) - Method in class org.springframework.orm.jdo.JdoAccessor
Set the JDO dialect to use for this accessor.
setJdoDialect(JdoDialect) - Method in class org.springframework.orm.jdo.JdoTransactionManager
Set the JDO dialect to use for this transaction manager.
setJdoProperties(Properties) - Method in class org.springframework.orm.jdo.LocalPersistenceManagerFactoryBean
Set JDO properties, like "javax.jdo.PersistenceManagerFactoryClass".
setJdoTemplate(JdoTemplate) - Method in class org.springframework.orm.jdo.support.JdoDaoSupport
Set the JdoTemplate for this DAO explicitly, as an alternative to specifying a PersistenceManagerFactory.
setJndiEnvironment(Properties) - Method in class org.springframework.jndi.AbstractJndiLocator
Set the JNDI environment to use for the JNDI lookup.
setJndiName(String) - Method in class org.springframework.jndi.AbstractJndiLocator
Set the JNDI name.
setJndiTemplate(JndiTemplate) - Method in class org.springframework.jndi.AbstractJndiLocator
Set the JNDI template to use for the JNDI lookup.
setJndiTemplate(JndiTemplate) - Method in class org.springframework.transaction.jta.JtaTransactionManager
Set the JndiTemplate to use for JNDI lookups.
setJobDataAsMap(Map) - Method in class org.springframework.scheduling.quartz.JobDetailBean
 
setJobDetail(JobDetail) - Method in class org.springframework.scheduling.quartz.CronTriggerBean
Set the JobDetail that this trigger should be associated with.
setJobDetail(JobDetail) - Method in class org.springframework.scheduling.quartz.SimpleTriggerBean
Set the JobDetail that this trigger should be associated with.
setJobDetails(JobDetail[]) - Method in class org.springframework.scheduling.quartz.SchedulerFactoryBean
Register a list of JobDetail objects with the Scheduler that this FactoryBean creates, to be referenced by Triggers.
setJtaTransactionManager(TransactionManager) - Method in class org.springframework.orm.hibernate.LocalSessionFactoryBean
Set the JTA TransactionManager to be used for Hibernate's TransactionManagerLookup.
setKeepTaskList(boolean) - Method in class org.springframework.util.StopWatch
Determines whether TaskInfo array is built over time.
setLazyInit(boolean) - Method in class org.springframework.beans.factory.support.AbstractBeanDefinition
Set whether this bean should be lazily initialized.
setLazyInitHandlers(boolean) - Method in class org.springframework.web.servlet.handler.AbstractUrlHandlerMapping
Set whether to lazily initialize handlers.
setLobHandler(LobHandler) - Method in class org.springframework.orm.hibernate.LocalSessionFactoryBean
Set the LobHandler to be used by the SessionFactory.
setLocale(Locale) - Method in class org.springframework.beans.support.RefreshablePagedListHolder
Set the Locale that the source provider should use for loading the list.
setLocale(HttpServletRequest, HttpServletResponse, Locale) - Method in interface org.springframework.web.servlet.LocaleResolver
Set the current locale to the given one.
setLocale(HttpServletRequest, HttpServletResponse, Locale) - Method in class org.springframework.web.servlet.i18n.AcceptHeaderLocaleResolver
 
setLocale(HttpServletRequest, HttpServletResponse, Locale) - Method in class org.springframework.web.servlet.i18n.CookieLocaleResolver
 
setLocale(HttpServletRequest, HttpServletResponse, Locale) - Method in class org.springframework.web.servlet.i18n.SessionLocaleResolver
 
setLocation(Resource) - Method in class org.springframework.beans.factory.config.PropertiesFactoryBean
Set a location of a properties file to be loaded.
setLocation(Resource) - Method in class org.springframework.beans.factory.config.PropertyResourceConfigurer
Set a location of a properties file to be loaded.
setLocation(Resource) - Method in class org.springframework.beans.factory.config.ResourceFactoryBean
Set the resource location.
setLocation(Resource) - Method in class org.springframework.web.servlet.view.XmlViewResolver
Set the location of the XML file that defines the view beans.
setLocations(Resource[]) - Method in class org.springframework.beans.factory.config.PropertiesFactoryBean
Set locations of properties files to be loaded.
setLocations(Resource[]) - Method in class org.springframework.beans.factory.config.PropertyResourceConfigurer
Set locations of properties files to be loaded.
setLogName(String) - Method in class org.springframework.beans.factory.config.CommonsLogFactoryBean
 
setLogWriter(PrintWriter) - Method in class org.springframework.jdbc.datasource.AbstractDataSource
LogWriter methods are unsupported.
setLoginTimeout(int) - Method in class org.springframework.jdbc.datasource.AbstractDataSource
 
setMaintainSession(boolean) - Method in class org.springframework.remoting.jaxrpc.JaxRpcPortClientInterceptor
 
setMappedHandlers(List) - Method in class org.springframework.web.servlet.handler.SimpleMappingExceptionResolver
Set the list of handlers that this exception resolver should map.
setMappedName(String) - Method in class org.springframework.aop.support.NameMatchMethodPointcut
Convenience method when we have only a single method name to match.
setMappedNames(String[]) - Method in class org.springframework.aop.support.NameMatchMethodPointcut
Set the method names defining methods to match.
setMappingDirectoryLocations(Resource[]) - Method in class org.springframework.orm.hibernate.LocalSessionFactoryBean
Set locations of directories that contain Hibernate mapping resources, like "WEB-INF/mappings".
setMappingJarLocations(Resource[]) - Method in class org.springframework.orm.hibernate.LocalSessionFactoryBean
Set locations of jar files that contain Hibernate mapping resources, like "WEB-INF/lib/example.hbm.jar".
setMappingLocations(Resource[]) - Method in class org.springframework.orm.hibernate.LocalSessionFactoryBean
Set locations of Hibernate mapping files, for example as classpath resource "classpath:example.hbm.xml".
setMappingResources(String[]) - Method in class org.springframework.orm.hibernate.LocalSessionFactoryBean
Set Hibernate mapping resources to be found in the class path, like "example.hbm.xml" or "mypackage/example.hbm.xml".
setMappings(Properties) - Method in class org.springframework.web.servlet.handler.SimpleUrlHandlerMapping
Set URL to handler bean name mappings from a Properties object.
setMappings(Properties) - Method in class org.springframework.web.servlet.mvc.multiaction.PropertiesMethodNameResolver
Set URL to method name mappings from a Properties object.
setMaxInMemorySize(int) - Method in class org.springframework.web.multipart.commons.CommonsMultipartResolver
Set the maximum allowed size (in bytes) before uploads are written to disk.
setMaxLinkedPages(int) - Method in class org.springframework.beans.support.PagedListHolder
Set the maximum number of page links to a few pages around the current one.
setMaxRowsAffected(int) - Method in class org.springframework.jdbc.object.SqlUpdate
Set the maximum number of rows that may be affected by this update.
setMaxSize(int) - Method in class org.springframework.aop.target.AbstractPoolingTargetSource
Set the maximum size of the pool.
setMaxUploadSize(long) - Method in class org.springframework.web.multipart.commons.CommonsMultipartResolver
Set the maximum allowed size (in bytes) before uploads are refused.
setMaxUploadSize(int) - Method in class org.springframework.web.multipart.cos.CosMultipartResolver
Set the maximum allowed file size (in bytes) before uploads are refused.
setMessageDrivenContext(MessageDrivenContext) - Method in class org.springframework.ejb.support.AbstractMessageDrivenBean
Required lifecycle method.
setMethodInvocationFactory(MethodInvocationFactory) - Method in class org.springframework.aop.framework.AdvisedSupport
 
setMethodInvoker(MethodInvoker) - Method in class org.springframework.scheduling.quartz.MethodInvokingJobDetailFactoryBean.MethodInvokingJob
Set the MethodInvoker to use.
setMethodMap(Map) - Method in class org.springframework.transaction.interceptor.MethodMapTransactionAttributeSource
Set a name/attribute map, consisting of "FQCN.method" method names (e.g.
setMethodName(String) - Method in class org.springframework.remoting.support.RemoteInvocation
 
setMethodNameResolver(MethodNameResolver) - Method in class org.springframework.web.servlet.mvc.multiaction.MultiActionController
Set the method name resolver used by this class.
setMisfireInstructionName(String) - Method in class org.springframework.scheduling.quartz.SimpleTriggerBean
Set the misfire instruction via the name of the corresponding constant in the SimpleTrigger class.
setMultipartFiles(Map) - Method in class org.springframework.web.multipart.support.AbstractMultipartHttpServletRequest
 
setMultipartResolverBeanName(String) - Method in class org.springframework.web.multipart.support.MultipartFilter
Set the bean name of the MultipartResolver to fetch from Spring's root application context.
setMustRestoreAutoCommit(boolean) - Method in class org.springframework.jdbc.datasource.DataSourceTransactionObject
 
setName(String) - Method in class org.springframework.scheduling.quartz.MethodInvokingJobDetailFactoryBean
Set the name of the job.
setName(String) - Method in class org.springframework.web.servlet.tags.BindErrorsTag
Set the name of the bean that this tag should check.
setNameMap(Map) - Method in class org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource
Set a name/attribute map, consisting of method names (e.g.
setNamespace(String) - Method in interface org.springframework.web.context.ConfigurableWebApplicationContext
Set the namespace for this web application context, to be used for building a default context config location.
setNamespace(String) - Method in class org.springframework.web.context.support.StaticWebApplicationContext
 
setNamespace(String) - Method in class org.springframework.web.context.support.XmlWebApplicationContext
 
setNamespace(String) - Method in class org.springframework.web.servlet.FrameworkServlet
Set a custom namespace for this servlet, to be used for building a default context config location.
setNamespaceUri(String) - Method in class org.springframework.remoting.jaxrpc.LocalJaxRpcServiceFactory
Set the namespace URI of the service.
setNativeConnectionNecessaryForNativeCallableStatements(boolean) - Method in class org.springframework.jdbc.support.nativejdbc.SimpleNativeJdbcExtractor
Set whether it is necessary to work on the native Connection to receive native CallableStatements.
setNativeConnectionNecessaryForNativePreparedStatements(boolean) - Method in class org.springframework.jdbc.support.nativejdbc.SimpleNativeJdbcExtractor
Set whether it is necessary to work on the native Connection to receive native PreparedStatements.
setNativeJdbcExtractor(NativeJdbcExtractor) - Method in class org.springframework.jdbc.core.JdbcTemplate
Set a NativeJdbcExtractor to extract native JDBC objects from wrapped handles.
setNativeJdbcExtractor(NativeJdbcExtractor) - Method in class org.springframework.jdbc.support.lob.OracleLobHandler
Set an appropriate NativeJdbcExtractor to be able to retrieve the underlying native oracle.jdbc.OracleConnection.
setNestedPath(String) - Method in class org.springframework.validation.BindException
 
setNestedPath(String) - Method in interface org.springframework.validation.Errors
Allow context to be changed so that standard validators can validate subtrees.
setNestedPath(String) - Method in class org.springframework.web.bind.EscapedErrors
 
setNumberToolAttribute(String) - Method in class org.springframework.web.servlet.view.velocity.VelocityView
Set the name of the NumberTool helper object to expose in the Velocity context of this view, or null if not needed.
setNumberToolAttribute(String) - Method in class org.springframework.web.servlet.view.velocity.VelocityViewResolver
Set the name of the NumberTool helper object to expose in the Velocity context of this view, or null if not needed.
setOptimisticLockingFailureCodes(String[]) - Method in class org.springframework.jdbc.support.SQLErrorCodes
 
setOptimize(boolean) - Method in class org.springframework.aop.framework.ProxyConfig
Set whether proxies should perform agressive optimizations.
setOrder(int) - Method in class org.springframework.aop.framework.autoproxy.AbstractAutoProxyCreator
Set the ordering which will apply to this class's implementation of Ordered, used when applying multiple BeanPostProcessors.
setOrder(int) - Method in class org.springframework.beans.factory.config.CustomEditorConfigurer
 
setOrder(int) - Method in class org.springframework.beans.factory.config.PropertyResourceConfigurer
 
setOrder(int) - Method in class org.springframework.web.servlet.handler.AbstractHandlerMapping
 
setOrder(int) - Method in class org.springframework.web.servlet.handler.SimpleMappingExceptionResolver
 
setOverrideLogging(boolean) - Method in class org.springframework.ui.velocity.VelocityEngineFactory
If Velocity should log via Commons Logging, i.e.
setPaddingLength(int) - Method in class org.springframework.jdbc.support.incrementer.AbstractDataFieldMaxValueIncrementer
Set the padding length, i.e.
setPage(int) - Method in class org.springframework.beans.support.PagedListHolder
Set the current page number.
setPageAttribute(String) - Method in class org.springframework.web.servlet.mvc.AbstractWizardFormController
Set the name of the page attribute in the model, containing an Integer with the current page number.
setPageSize(int) - Method in class org.springframework.beans.support.PagedListHolder
Set the current page size.
setPages(String[]) - Method in class org.springframework.web.servlet.mvc.AbstractWizardFormController
Set the wizard pages, i.e.
setParamName(String) - Method in class org.springframework.web.servlet.i18n.LocaleChangeInterceptor
Set the name of the parameter that contains a locale specification in a locale change request.
setParamName(String) - Method in class org.springframework.web.servlet.mvc.multiaction.ParameterMethodNameResolver
Set the parameter name we're looking for.
setParamName(String) - Method in class org.springframework.web.servlet.theme.ThemeChangeInterceptor
Set the name of the parameter that contains a theme specification in a theme change request.
setParameterTypes(Class[]) - Method in class org.springframework.remoting.support.RemoteInvocation
 
setParent(ApplicationContext) - Method in interface org.springframework.context.ConfigurableApplicationContext
Set the parent of this application context.
setParent(ApplicationContext) - Method in class org.springframework.context.support.AbstractApplicationContext
 
setParentBeanFactory(BeanFactory) - Method in interface org.springframework.beans.factory.config.ConfigurableBeanFactory
Set the parent of this bean factory.
setParentBeanFactory(BeanFactory) - Method in class org.springframework.beans.factory.support.AbstractBeanFactory
 
setParentMessageSource(MessageSource) - Method in interface org.springframework.context.HierarchicalMessageSource
Set the parent that will be used to try to resolve messages that this object can't resolve.
setParentMessageSource(MessageSource) - Method in class org.springframework.context.support.AbstractMessageSource
 
setParentThemeSource(ThemeSource) - Method in interface org.springframework.ui.context.HierarchicalThemeSource
Set the parent that will be used to try to resolve theme messages that this object can't resolve.
setParentThemeSource(ThemeSource) - Method in class org.springframework.ui.context.support.ResourceBundleThemeSource
 
setParserClass(Class) - Method in class org.springframework.beans.factory.xml.XmlBeanDefinitionReader
Set the XmlBeanDefinitionParser implementation to use.
setPassword(String) - Method in class org.springframework.jdbc.datasource.DriverManagerDataSource
 
setPassword(String) - Method in class org.springframework.mail.javamail.JavaMailSenderImpl
Set the password for the account at the mail host, if any.
setPassword(String) - Method in class org.springframework.remoting.caucho.BurlapClientInterceptor
Set the password that this factory should use to access the remote service.
setPassword(String) - Method in class org.springframework.remoting.caucho.HessianClientInterceptor
Set the password that this factory should use to access the remote service.
setPassword(String) - Method in class org.springframework.remoting.jaxrpc.JaxRpcPortClientInterceptor
 
setPath(String) - Method in class org.springframework.web.servlet.tags.BindTag
Set the path that this tag should apply.
setPattern(String) - Method in class org.springframework.aop.support.RegexpMethodPointcut
Convenience method when we have only a single pattern.
setPatterns(String[]) - Method in class org.springframework.aop.support.RegexpMethodPointcut
Set the regular expressions defining methods to match.
setPeriod(long) - Method in class org.springframework.scheduling.timer.ScheduledTimerTask
Set the period between repeated task executions, in milliseconds.
setPersistenceManagerFactory(PersistenceManagerFactory) - Method in class org.springframework.orm.jdo.JdoAccessor
Set the JDO PersistenceManagerFactory that should be used to create PersistenceManagers.
setPersistenceManagerFactory(PersistenceManagerFactory) - Method in class org.springframework.orm.jdo.JdoTransactionManager
Set the PersistenceManagerFactory that this instance should manage transactions for.
setPersistenceManagerFactory(PersistenceManagerFactory) - Method in class org.springframework.orm.jdo.support.JdoDaoSupport
Set the JDO PersistenceManagerFactory to be used by this DAO.
setPersistenceManagerHolder(PersistenceManagerHolder) - Method in class org.springframework.orm.jdo.JdoTransactionObject
Set new PersistenceManagerHolder.
setPlaceholderPrefix(String) - Method in class org.springframework.beans.factory.config.PropertyPlaceholderConfigurer
Set the prefix that a placeholder string starts with.
setPlaceholderSuffix(String) - Method in class org.springframework.beans.factory.config.PropertyPlaceholderConfigurer
Set the suffix that a placeholder string ends with.
setPointcut(Pointcut) - Method in class org.springframework.aop.support.DefaultPointcutAdvisor
 
setPointcut(Pointcut) - Method in class org.springframework.transaction.interceptor.TransactionProxyFactoryBean
Set a pointcut, i.e a bean that can cause conditional invocation of the TransactionInterceptor depending on method and attributes passed.
setPort(int) - Method in class org.springframework.mail.javamail.JavaMailSenderImpl
Set the mail server port.
setPortInterface(Class) - Method in class org.springframework.remoting.jaxrpc.JaxRpcPortClientInterceptor
Set the JAX-RPC port interface to use.
setPortName(String) - Method in class org.springframework.remoting.jaxrpc.JaxRpcPortClientInterceptor
Set the name of the port.
setPostInterceptors(Object[]) - Method in class org.springframework.transaction.interceptor.TransactionProxyFactoryBean
Set additional interceptors (or advisors) to be applied after the implicit transaction interceptor, e.g.
setPreInterceptors(Object[]) - Method in class org.springframework.transaction.interceptor.TransactionProxyFactoryBean
Set additional interceptors (or advisors) to be applied before the implicit transaction interceptor, e.g.
setPrefix(String) - Method in class org.springframework.web.servlet.view.UrlBasedViewResolver
Set the prefix that gets applied to view names when building a URL.
setPreviousFlushMode(FlushMode) - Method in class org.springframework.orm.hibernate.HibernateTransactionObject
 
setPreviousIsolationLevel(Integer) - Method in class org.springframework.jdbc.datasource.DataSourceTransactionObject
 
setPreviousIsolationLevel(Integer) - Method in class org.springframework.orm.hibernate.HibernateTransactionObject
 
setPropagationBehavior(int) - Method in class org.springframework.transaction.support.DefaultTransactionDefinition
 
setPropagationBehaviorName(String) - Method in class org.springframework.transaction.support.DefaultTransactionDefinition
Set the propagation behavior by the name of the corresponding constant in TransactionDefinition, e.g.
setProperties(Properties) - Method in class org.springframework.beans.factory.config.PropertiesFactoryBean
Set local properties, e.g.
setProperties(Properties) - Method in class org.springframework.beans.factory.config.PropertyResourceConfigurer
Set local properties, e.g.
setProperties(Properties) - Method in class org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource
Parses the given properties into a name/attribute map.
setPropertiesPersister(PropertiesPersister) - Method in class org.springframework.beans.factory.config.PropertiesFactoryBean
Set the PropertiesPersister to use for parsing properties files.
setPropertiesPersister(PropertiesPersister) - Method in class org.springframework.context.support.ReloadableResourceBundleMessageSource
Set the PropertiesPersister to use for parsing properties files.
setProperty(String) - Method in class org.springframework.beans.support.MutableSortDefinition
Set the sort property.
setPropertyValue(String, Object) - Method in interface org.springframework.beans.BeanWrapper
Set a property value.
setPropertyValue(PropertyValue) - Method in interface org.springframework.beans.BeanWrapper
Update a property value.
setPropertyValue(String, Object) - Method in class org.springframework.beans.BeanWrapperImpl
 
setPropertyValue(PropertyValue) - Method in class org.springframework.beans.BeanWrapperImpl
 
setPropertyValueAt(PropertyValue, int) - Method in class org.springframework.beans.MutablePropertyValues
Modify a PropertyValue object held in this object.
setPropertyValues(Map) - Method in interface org.springframework.beans.BeanWrapper
Perform a bulk update from a Map.
setPropertyValues(PropertyValues) - Method in interface org.springframework.beans.BeanWrapper
The preferred way to perform a bulk update.
setPropertyValues(PropertyValues, boolean) - Method in interface org.springframework.beans.BeanWrapper
Perform a bulk update with full control over behavior.
setPropertyValues(Map) - Method in class org.springframework.beans.BeanWrapperImpl
Bulk update from a Map.
setPropertyValues(PropertyValues) - Method in class org.springframework.beans.BeanWrapperImpl
 
setPropertyValues(PropertyValues, boolean) - Method in class org.springframework.beans.BeanWrapperImpl
 
setProtocol(String) - Method in class org.springframework.mail.javamail.JavaMailSenderImpl
Set the mail protocol.
setProxyInterfaces(String[]) - Method in class org.springframework.aop.framework.ProxyFactoryBean
Set the names of the interfaces we're proxying.
setProxyInterfaces(String[]) - Method in class org.springframework.transaction.interceptor.TransactionProxyFactoryBean
Optional: You only need to set this property to filter the set of interfaces being proxied (default is to pick up all interfaces on the target), or if providing a custom invoker interceptor instead of a target.
setProxyTargetClass(boolean) - Method in class org.springframework.aop.framework.ProxyConfig
Set whether to proxy the target class directly as well as any interfaces.
setPublishContext(boolean) - Method in class org.springframework.web.servlet.FrameworkServlet
Set whether to publish this servlet's context as a ServletContext attribute.
setQuartzProperties(Properties) - Method in class org.springframework.scheduling.quartz.SchedulerFactoryBean
Set Quartz properties, like "org.quartz.threadPool.class".
setReadOnly(boolean) - Method in class org.springframework.transaction.support.DefaultTransactionDefinition
 
setRefreshTimestamp(long) - Method in class org.springframework.context.support.ReloadableResourceBundleMessageSource.PropertiesHolder
 
setRegistryPort(int) - Method in class org.springframework.remoting.rmi.RmiServiceExporter
Set the port of the registry for the exported RMI service, i.e.
setRequestContextAttribute(String) - Method in class org.springframework.web.servlet.view.AbstractView
Set the name of the RequestContext attribute for this view, or null if not needed.
setRequestContextAttribute(String) - Method in class org.springframework.web.servlet.view.UrlBasedViewResolver
Set the name of the RequestContext attribute for all views.
setRequireSession(boolean) - Method in class org.springframework.web.servlet.support.WebContentGenerator
Set if a session should be required to handle requests.
setRequiredFields(String[]) - Method in class org.springframework.validation.DataBinder
Register fields that are required for each binding process.
setRequiredProperty(String) - Method in class org.springframework.web.servlet.HttpServletBean
Subclasses can invoke this method to specify that this property (which must match a JavaBean property they expose) is mandatory, and must be supplied as a config parameter.
setRequiredRowsAffected(int) - Method in class org.springframework.jdbc.object.SqlUpdate
Set the exact number of rows that must be affected by this update.
setResourceDescription(String) - Method in class org.springframework.beans.factory.support.AbstractBeanDefinition
Set a description of the resource that this bean definition came from (for the purpose of showing context in case of errors).
setResourceLoader(ResourceLoader) - Method in interface org.springframework.context.ResourceLoaderAware
Set the ResourceLoader that this object runs in.
setResourceLoader(ResourceLoader) - Method in class org.springframework.context.support.ReloadableResourceBundleMessageSource
Set the ResourceLoader to use for loading bundle properties files.
setResourceLoader(ResourceLoader) - Method in class org.springframework.ui.freemarker.FreeMarkerConfigurationFactory
Set the Spring ResourceLoader to use for loading FreeMarker template files.
setResourceLoader(ResourceLoader) - Method in class org.springframework.ui.velocity.VelocityEngineFactory
Set the Spring ResourceLoader to use for loading Velocity template files.
setResourceLoaderPath(String) - Method in class org.springframework.ui.velocity.VelocityEngineFactory
Set the Velocity resource loader path via a Spring resource location.
setResourceRef(boolean) - Method in class org.springframework.jndi.AbstractJndiLocator
Set if the lookup occurs in a J2EE container, i.e.
setResultSetType(int) - Method in class org.springframework.jdbc.core.CallableStatementCreatorFactory
Set whether to use prepared statements that return a specific type of ResultSet.
setResultSetType(int) - Method in class org.springframework.jdbc.core.PreparedStatementCreatorFactory
Set whether to use prepared statements that return a specific type of ResultSet.
setResultSetType(int) - Method in class org.springframework.jdbc.object.SqlOperation
Set whether to use prepared statements that return a specific type of ResultSet.
setRollbackOnCommitFailure(boolean) - Method in class org.springframework.transaction.support.AbstractPlatformTransactionManager
Set if a rollback should be performed on failure of the commit call.
setRollbackOnly() - Method in interface org.springframework.transaction.TransactionStatus
Set the transaction rollback-only.
setRollbackOnly() - Method in class org.springframework.transaction.support.DefaultTransactionStatus
 
setRollbackOnly() - Method in class org.springframework.transaction.support.ResourceHolderSupport
Mark the resource transaction as rollback-only.
setRollbackRules(List) - Method in class org.springframework.transaction.interceptor.RuleBasedTransactionAttribute
 
setRoot(String) - Method in class org.springframework.web.servlet.view.xslt.AbstractXsltView
Document root element name.
setRowsExpected(int) - Method in class org.springframework.jdbc.object.SqlQuery
Set the number of rows expected.
setScheduledTimerTasks(ScheduledTimerTask[]) - Method in class org.springframework.scheduling.timer.TimerFactoryBean
Register a list of ScheduledTimerTask objects with the Timer that this FactoryBean creates.
setSchedulerFactoryClass(Class) - Method in class org.springframework.scheduling.quartz.SchedulerFactoryBean
Set the Quartz SchedulerFactory implementation to use.
setSchedulerName(String) - Method in class org.springframework.scheduling.quartz.SchedulerFactoryBean
Set the name of the Scheduler to fetch from the SchedulerFactory.
setSchemaUpdate(boolean) - Method in class org.springframework.orm.hibernate.LocalSessionFactoryBean
Set whether to execute a schema update after SessionFactory initialization.
setScope(String) - Method in class org.springframework.web.servlet.tags.MessageTag
Set the scope to export the var to.
setScope(String) - Method in class org.springframework.web.servlet.tags.TransformTag
Set the scope to which to export the variable indicated.
setServerSocketFactory(RMIServerSocketFactory) - Method in class org.springframework.remoting.rmi.RmiServiceExporter
Set a custom RMI server socket factory to use for exporting.
setService(Object) - Method in class org.springframework.remoting.support.RemoteExporter
Set the service to export.
setServiceFactoryClass(Class) - Method in class org.springframework.remoting.jaxrpc.LocalJaxRpcServiceFactory
Set the ServiceFactory class to use, for example "org.apache.axis.client.ServiceFactory".
setServiceInterface(Class) - Method in class org.springframework.remoting.jaxrpc.JaxRpcPortClientInterceptor
Set the interface of the service that this factory should create a proxy for.
setServiceInterface(Class) - Method in class org.springframework.remoting.support.RemoteAccessor
Set the interface of the service to access.
setServiceInterface(Class) - Method in class org.springframework.remoting.support.RemoteExporter
Set the interface of the service to export.
setServiceName(String) - Method in class org.springframework.remoting.jaxrpc.LocalJaxRpcServiceFactory
Set the name of the service.
setServiceName(String) - Method in class org.springframework.remoting.rmi.RmiServiceExporter
Set the name of the exported RMI service, i.e.
setServicePort(int) - Method in class org.springframework.remoting.rmi.RmiServiceExporter
Set the port that the exported RMI service will use.
setServiceUrl(String) - Method in class org.springframework.remoting.support.UrlBasedRemoteAccessor
Set the URL of the service that this factory should create a proxy for.
setServletContext(ServletContext) - Method in interface org.springframework.web.context.ConfigurableWebApplicationContext
Set the ServletContext for this web application context.
setServletContext(ServletContext) - Method in interface org.springframework.web.context.ServletContextAware
Set the ServletContext that this object runs in.
setServletContext(ServletContext) - Method in class org.springframework.web.context.support.StaticWebApplicationContext
 
setServletContext(ServletContext) - Method in class org.springframework.web.context.support.XmlWebApplicationContext
 
setServletContext(ServletContext) - Method in class org.springframework.web.multipart.commons.CommonsMultipartResolver
 
setServletContext(ServletContext) - Method in class org.springframework.web.multipart.cos.CosMultipartResolver
 
setSession(Session) - Method in class org.springframework.mail.javamail.JavaMailSenderImpl
Set the JavaMail Session, possibly pulled from JNDI.
setSessionAttribute(HttpServletRequest, String, Object) - Static method in class org.springframework.web.util.WebUtils
Set the session attribute with the given name to the given value.
setSessionFactory(SessionFactory) - Method in class org.springframework.orm.hibernate.HibernateAccessor
Set the Hibernate SessionFactory that should be used to create Hibernate Sessions.
setSessionFactory(SessionFactory) - Method in class org.springframework.orm.hibernate.HibernateTransactionManager
Set the SessionFactory that this instance should manage transactions for.
setSessionFactory(SessionFactory) - Method in class org.springframework.orm.hibernate.support.HibernateDaoSupport
Set the Hibernate SessionFactory to be used by this DAO.
setSessionFactoryBeanName(String) - Method in class org.springframework.orm.hibernate.support.OpenSessionInViewFilter
Set the bean name of the SessionFactory to fetch from Spring's root application context.
setSessionForm(boolean) - Method in class org.springframework.web.servlet.mvc.AbstractFormController
Activate resp.
setSessionHolder(SessionHolder) - Method in class org.springframework.orm.hibernate.HibernateTransactionObject
Set new SessionHolder.
setSingleton(boolean) - Method in class org.springframework.aop.framework.ProxyFactoryBean
Set the value of the singleton property.
setSingleton(boolean) - Method in class org.springframework.beans.factory.config.ListFactoryBean
Set if a singleton should be created, or a new object on each request else.
setSingleton(boolean) - Method in class org.springframework.beans.factory.config.MapFactoryBean
Set if a singleton should be created, or a new object on each request else.
setSingleton(boolean) - Method in class org.springframework.beans.factory.config.MethodInvokingFactoryBean
Set if a singleton should be created, or a new object on each request else.
setSingleton(boolean) - Method in class org.springframework.beans.factory.config.PropertiesFactoryBean
Set if a singleton should be created, or a new object on each request else.
setSingleton(boolean) - Method in class org.springframework.beans.factory.config.SetFactoryBean
Set if a singleton should be created, or a new object on each request else.
setSingleton(boolean) - Method in class org.springframework.beans.factory.support.AbstractBeanDefinition
Set if this a Singleton, with a single, shared instance returned on all calls.
setSort(SortDefinition) - Method in class org.springframework.beans.support.PagedListHolder
Set the sort definition for this holder.
setSource(List) - Method in class org.springframework.beans.support.PagedListHolder
Set the source list for this holder.
setSourceList(List) - Method in class org.springframework.beans.factory.config.ListFactoryBean
Set the source List, typically populated via XML "list" elements.
setSourceMap(Map) - Method in class org.springframework.beans.factory.config.MapFactoryBean
Set the source Map, typically populated via XML "map" elements.
setSourceProvider(PagedListSourceProvider) - Method in class org.springframework.beans.support.RefreshablePagedListHolder
Set the callback class for reloading the List when necessary.
setSourceSet(Set) - Method in class org.springframework.beans.factory.config.SetFactoryBean
Set the source Set, typically populated via XML "set" elements.
setSql(String) - Method in class org.springframework.jdbc.object.RdbmsOperation
Set the SQL executed by this operation.
setSqlErrorCodes(SQLErrorCodes) - Method in class org.springframework.jdbc.support.SQLErrorCodeSQLExceptionTranslator
Set custom error codes to be used for translation
setSqlMap(SqlMap) - Method in class org.springframework.orm.ibatis.SqlMapTemplate
Set the iBATIS Database Layer SqlMap that defines the mapped statements.
setSqlMap(SqlMap) - Method in class org.springframework.orm.ibatis.support.SqlMapDaoSupport
Set the iBATIS Database Layer SqlMap to work with.
setSqlMapClient(SqlMapClient) - Method in class org.springframework.orm.ibatis.SqlMapClientTemplate
Set the iBATIS Database Layer SqlMapClient that defines the mapped statements.
setSqlMapClient(SqlMapClient) - Method in class org.springframework.orm.ibatis.support.SqlMapClientDaoSupport
Set the iBATIS Database Layer SqlMap to work with.
setSqlMapClientProperties(Properties) - Method in class org.springframework.orm.ibatis.SqlMapClientFactoryBean
Set optional properties to be passed into the SqlMapClientBuilder.
setSqlMapClientTemplate(SqlMapClientTemplate) - Method in class org.springframework.orm.ibatis.support.SqlMapClientDaoSupport
Set the JdbcTemplate for this DAO explicitly, as an alternative to specifying a DataSource.
setSqlMapProperties(Properties) - Method in class org.springframework.orm.ibatis.SqlMapFactoryBean
Set optional properties to be passed into the XmlSqlMapBuilder.
setSqlMapTemplate(SqlMapTemplate) - Method in class org.springframework.orm.ibatis.support.SqlMapDaoSupport
Set the JdbcTemplate for this DAO explicitly, as an alternative to specifying a DataSource.
setStartDelay(long) - Method in class org.springframework.scheduling.quartz.SimpleTriggerBean
Set the delay before starting the job for the first time.
setStaticMethod(String) - Method in class org.springframework.util.MethodInvoker
Set a fully qualified static method name to invoke, e.g.
setStylesheetLocation(Resource) - Method in class org.springframework.web.servlet.view.xslt.AbstractXsltView
Set the location of the XSLT stylesheet.
setSubject(String) - Method in class org.springframework.mail.SimpleMailMessage
 
setSubject(String) - Method in class org.springframework.mail.javamail.MimeMessageHelper
 
setSuccessView(String) - Method in class org.springframework.web.servlet.mvc.SimpleFormController
Set the name of the view that should be shown on successful submit.
setSuffix(String) - Method in class org.springframework.web.servlet.view.UrlBasedViewResolver
Set the suffix that gets applied to view names when building a URL.
setSupportedMethods(String[]) - Method in class org.springframework.web.servlet.support.WebContentGenerator
Set the HTTP methods that this content generator should support.
setSuppressClose(boolean) - Method in class org.springframework.jdbc.datasource.SingleConnectionDataSource
Set if the returned connection should be a close-suppressing proxy or the physical connection.
setSynchronizeOnSession(boolean) - Method in class org.springframework.web.servlet.mvc.AbstractController
Set if controller execution should be synchronized on the session, to serialize parallel invocations from the same client.
setSynchronizedWithTransaction(boolean) - Method in class org.springframework.orm.hibernate.SessionHolder
 
setSystemPropertiesMode(int) - Method in class org.springframework.beans.factory.config.PropertyPlaceholderConfigurer
Set how to check system properties: as fallback, as override, or never.
setSystemPropertiesModeName(String) - Method in class org.springframework.beans.factory.config.PropertyPlaceholderConfigurer
Set the system property mode by the name of the corresponding constant, e.g.
setSystemTreePath(String) - Method in class org.springframework.beans.factory.config.PreferencesPlaceholderConfigurer
Set the path in the system preferences tree to use for resolving placeholders.
setTarget(Object) - Method in class org.springframework.aop.framework.AdvisedSupport
 
setTarget(Object) - Method in class org.springframework.transaction.interceptor.TransactionProxyFactoryBean
Set the target object, i.e.
setTargetBeanName(String) - Method in class org.springframework.aop.target.AbstractPrototypeTargetSource
Set the name of the target bean in the factory.
setTargetClass(Class) - Method in class org.springframework.util.MethodInvoker
Set the target class on which to call the target method.
setTargetListClass(Class) - Method in class org.springframework.beans.factory.config.ListFactoryBean
Set the class to use for the target List.
setTargetMapClass(Class) - Method in class org.springframework.beans.factory.config.MapFactoryBean
Set the class to use for the target Map.
setTargetMethod(String) - Method in class org.springframework.util.MethodInvoker
Set the name of the method to be invoked.
setTargetObject(Object) - Method in class org.springframework.util.MethodInvoker
Set the target object on which to call the target method.
setTargetSetClass(Class) - Method in class org.springframework.beans.factory.config.SetFactoryBean
Set the class to use for the target Set.
setTargetSource(TargetSource) - Method in class org.springframework.aop.framework.AdvisedSupport
 
setTemplateLoaderPath(String) - Method in class org.springframework.ui.freemarker.FreeMarkerConfigurationFactory
Set the Freemarker template loader path via a Spring resource location.
setText(String) - Method in class org.springframework.mail.SimpleMailMessage
 
setText(String) - Method in class org.springframework.mail.javamail.MimeMessageHelper
 
setText(String, boolean) - Method in class org.springframework.mail.javamail.MimeMessageHelper
Set the given text directly as content in non-multipart mode respectively as default body part in multipart mode.
setText(String) - Method in class org.springframework.web.servlet.tags.MessageTag
Set the message text for this tag.
setText(HSSFCell, String) - Method in class org.springframework.web.servlet.view.document.AbstractExcelView
Convenient method to set a String as text content in a cell.
setThemeName(HttpServletRequest, HttpServletResponse, String) - Method in interface org.springframework.web.servlet.ThemeResolver
Set the current theme name to the given one.
setThemeName(HttpServletRequest, HttpServletResponse, String) - Method in class org.springframework.web.servlet.theme.CookieThemeResolver
 
setThemeName(HttpServletRequest, HttpServletResponse, String) - Method in class org.springframework.web.servlet.theme.FixedThemeResolver
 
setThemeName(HttpServletRequest, HttpServletResponse, String) - Method in class org.springframework.web.servlet.theme.SessionThemeResolver
 
setTimeout(int) - Method in class org.springframework.jdbc.support.DatabaseStartupValidator
Set the timeout after which a fatal exception will be thrown.
setTimeout(int) - Method in class org.springframework.transaction.support.DefaultTransactionDefinition
 
setTimeoutInMillis(long) - Method in class org.springframework.transaction.support.ResourceHolderSupport
Set the timeout for this object in milliseconds.
setTimeoutInSeconds(int) - Method in class org.springframework.transaction.support.ResourceHolderSupport
Set the timeout for this object in seconds.
setTimerTask(TimerTask) - Method in class org.springframework.scheduling.timer.ScheduledTimerTask
Set the TimerTask to schedule.
setTo(String) - Method in class org.springframework.mail.SimpleMailMessage
 
setTo(String[]) - Method in class org.springframework.mail.SimpleMailMessage
 
setTo(InternetAddress) - Method in class org.springframework.mail.javamail.MimeMessageHelper
 
setTo(InternetAddress[]) - Method in class org.springframework.mail.javamail.MimeMessageHelper
 
setTo(String) - Method in class org.springframework.mail.javamail.MimeMessageHelper
 
setTo(String[]) - Method in class org.springframework.mail.javamail.MimeMessageHelper
 
setToggleAscendingOnProperty(boolean) - Method in class org.springframework.beans.support.MutableSortDefinition
 
setTransaction(Transaction) - Method in class org.springframework.orm.hibernate.SessionHolder
 
setTransactionAttribute(TransactionAttribute) - Method in class org.springframework.transaction.interceptor.MatchAlwaysTransactionAttributeSource
Allows a transaction attribute to be specified, using the String form, for example, "PROPOGATION_REQUIRED".
setTransactionAttributeSource(TransactionAttributeSource) - Method in class org.springframework.transaction.interceptor.TransactionInterceptor
Set the transaction attribute source which is used to find transaction attributes.
setTransactionAttributeSource(TransactionAttributeSource) - Method in class org.springframework.transaction.interceptor.TransactionProxyFactoryBean
Set the transaction attribute source which is used to find transaction attributes.
setTransactionAttributes(Properties) - Method in class org.springframework.transaction.interceptor.TransactionProxyFactoryBean
Set properties with method names as keys and transaction attribute descriptors (parsed via TransactionAttributeEditor) as values: e.g.
setTransactionManager(PlatformTransactionManager) - Method in class org.springframework.transaction.interceptor.TransactionInterceptor
Set the transaction manager.
setTransactionManager(PlatformTransactionManager) - Method in class org.springframework.transaction.interceptor.TransactionProxyFactoryBean
Set the transaction manager.
setTransactionManager(TransactionManager) - Method in class org.springframework.transaction.jta.JtaTransactionManager
Set the JTA TransactionManager to use as direct reference.
setTransactionManager(PlatformTransactionManager) - Method in class org.springframework.transaction.support.TransactionTemplate
Set the transaction management strategy to be used.
setTransactionManagerName(String) - Method in class org.springframework.transaction.jta.JtaTransactionManager
Set the JNDI name of the JTA TransactionManager.
setTransactionSynchronization(int) - Method in class org.springframework.transaction.support.AbstractPlatformTransactionManager
Set when this transaction manager should activate the thread-bound transaction synchronization support.
setTransactionSynchronizationName(String) - Method in class org.springframework.transaction.support.AbstractPlatformTransactionManager
Set the transaction synchronization by the name of the corresponding constant in this class, e.g.
setTriggers(Trigger[]) - Method in class org.springframework.scheduling.quartz.SchedulerFactoryBean
Register a list of Trigger objects with the Scheduler that this FactoryBean creates.
setTypes(int[]) - Method in class org.springframework.jdbc.object.RdbmsOperation
Add anonymous parameters, specifying only their SQL types as defined in the java.sql.Types class.
setUpdatableResults(boolean) - Method in class org.springframework.jdbc.core.CallableStatementCreatorFactory
Set whether to use prepared statements capable of returning updatable ResultSets.
setUpdatableResults(boolean) - Method in class org.springframework.jdbc.core.PreparedStatementCreatorFactory
Set whether to use prepared statements capable of returning updatable ResultSets.
setUpdatableResults(boolean) - Method in class org.springframework.jdbc.object.SqlOperation
Set whether to use prepared statements capable of returning updatable ResultSets.
setUploadTempDir(Resource) - Method in class org.springframework.web.multipart.commons.CommonsMultipartResolver
Set the temporary directory where uploaded files get stored.
setUploadTempDir(Resource) - Method in class org.springframework.web.multipart.cos.CosMultipartResolver
Set the temporary directory where uploaded files get stored.
setUriResolver(URIResolver) - Method in class org.springframework.web.servlet.view.xslt.AbstractXsltView
Set the URIResolver used in the transform.
setUrl(String) - Method in class org.springframework.jdbc.datasource.DriverManagerDataSource
 
setUrl(String) - Method in class org.springframework.web.servlet.view.AbstractUrlBasedView
Set the URL of the resource that this view wraps.
setUrl(String) - Method in class org.springframework.web.servlet.view.document.AbstractExcelView
Sets the url of the Excel workbook source without localization part nor extension.
setUrlDecode(boolean) - Method in class org.springframework.web.servlet.handler.AbstractUrlHandlerMapping
Set if context path and request URI should be URL-decoded.
setUrlDecode(boolean) - Method in class org.springframework.web.servlet.mvc.multiaction.AbstractUrlMethodNameResolver
Set if context path and request URI should be URL-decoded.
setUrlDecode(boolean) - Method in class org.springframework.web.util.UrlPathHelper
Set if context path and request URI should be URL-decoded.
setUrlMap(Map) - Method in class org.springframework.web.servlet.handler.SimpleUrlHandlerMapping
Set a Map with URLs as keys and handler beans as values.
setUrlPathHelper(UrlPathHelper) - Method in class org.springframework.web.servlet.handler.AbstractUrlHandlerMapping
Set the UrlPathHelper to use for resolution of lookup paths.
setUrlPathHelper(UrlPathHelper) - Method in class org.springframework.web.servlet.mvc.multiaction.AbstractUrlMethodNameResolver
Set the UrlPathHelper to use for resolution of lookup paths.
setUseCacheControlHeader(boolean) - Method in class org.springframework.web.servlet.support.WebContentGenerator
Set whether to use the HTTP 1.1 cache-control header.
setUseCodeAsDefaultMessage(boolean) - Method in class org.springframework.context.support.AbstractMessageSource
Set whether to use the message code as default message instead of throwing a NoSuchMessageException.
setUseExpiresHeader(boolean) - Method in class org.springframework.web.servlet.support.WebContentGenerator
Set whether to use the HTTP 1.0 expires header.
setUsePrefix(boolean) - Method in class org.springframework.aop.framework.autoproxy.AdvisorAutoProxyCreator
 
setUserTransaction(UserTransaction) - Method in class org.springframework.transaction.jta.JtaTransactionManager
Set the JTA UserTransaction to use as direct reference.
setUserTransactionName(String) - Method in class org.springframework.transaction.jta.JtaTransactionManager
Set the JNDI name of the JTA UserTransaction.
setUserTreePath(String) - Method in class org.springframework.beans.factory.config.PreferencesPlaceholderConfigurer
Set the path in the system preferences tree to use for resolving placeholders.
setUsername(String) - Method in class org.springframework.jdbc.datasource.DriverManagerDataSource
 
setUsername(String) - Method in class org.springframework.mail.javamail.JavaMailSenderImpl
Set the username for the account at the mail host, if any.
setUsername(String) - Method in class org.springframework.remoting.caucho.BurlapClientInterceptor
Set the username that this factory should use to access the remote service.
setUsername(String) - Method in class org.springframework.remoting.caucho.HessianClientInterceptor
Set the username that this factory should use to access the remote service.
setUsername(String) - Method in class org.springframework.remoting.jaxrpc.JaxRpcPortClientInterceptor
 
setValidateDefinitions(boolean) - Method in class org.springframework.web.servlet.view.tiles.TilesConfigurer
Validate the Tiles definitions? Default is false.
setValidateOnBinding(boolean) - Method in class org.springframework.web.servlet.mvc.BaseCommandController
Set if the Validator should get applied when binding.
setValidating(boolean) - Method in class org.springframework.beans.factory.xml.XmlBeanDefinitionReader
Set if the XML parser should validate the document and thus enforce a DTD.
setValidationQuery(String) - Method in class org.springframework.jdbc.support.DatabaseStartupValidator
Set the SQL query string to use for validation.
setValidator(Validator) - Method in class org.springframework.web.servlet.mvc.BaseCommandController
Set the Validator for this controller (can also be null).
setValue(Object) - Method in class org.springframework.beans.factory.config.ConstructorArgumentValues.ValueHolder
Set the value for the constructor argument.
setValue(Object) - Method in class org.springframework.web.multipart.support.ByteArrayMultipartFileEditor
 
setValue(Object) - Method in class org.springframework.web.multipart.support.StringMultipartFileEditor
 
setValue(String) - Method in class org.springframework.web.servlet.tags.TransformTag
Set the value to finally transform using the appropriate property editor that has to be found in the BindTag.
setValues(PreparedStatement, int) - Method in interface org.springframework.jdbc.core.BatchPreparedStatementSetter
Set values on the given PreparedStatement.
setValues(PreparedStatement) - Method in interface org.springframework.jdbc.core.PreparedStatementSetter
Set values on the given PreparedStatement.
setVar(String) - Method in class org.springframework.web.servlet.tags.MessageTag
Set othe var String under which to bind the variable.
setVar(String) - Method in class org.springframework.web.servlet.tags.TransformTag
Set the name of the variable to which to export the result of the transformation.
setVelocityEngine(VelocityEngine) - Method in class org.springframework.web.servlet.view.velocity.VelocityConfigurer
Set a preconfigured VelocityEngine to use for the Velocity web config, e.g.
setVelocityEngine(VelocityEngine) - Method in class org.springframework.web.servlet.view.velocity.VelocityView
Set the VelocityEngine to be used by this view.
setVelocityFormatterAttribute(String) - Method in class org.springframework.web.servlet.view.velocity.VelocityView
Set the name of the VelocityFormatter helper object to expose in the Velocity context of this view, or null if not needed.
setVelocityFormatterAttribute(String) - Method in class org.springframework.web.servlet.view.velocity.VelocityViewResolver
Set the name of the VelocityFormatter helper object to expose in the Velocity context of this view, or null if not needed.
setVelocityProperties(Properties) - Method in class org.springframework.ui.velocity.VelocityEngineFactory
Set Velocity properties, like "file.resource.loader.path".
setView(View) - Method in class org.springframework.web.servlet.ModelAndView
Set a View object for this ModelAndView.
setViewClass(Class) - Method in class org.springframework.web.servlet.view.UrlBasedViewResolver
Set the view class that should be used to create views.
setViewName(String) - Method in class org.springframework.web.servlet.ModelAndView
Set a view name for this ModelAndView, to be resolved by the DispatcherServlet via a ViewResolver.
setViewName(String) - Method in class org.springframework.web.servlet.mvc.ParameterizableViewController
Set the view name to return.
setWebAppRootSystemProperty(ServletContext) - Static method in class org.springframework.web.util.WebUtils
Set a system property to the web application root directory.
setWorkingDirSystemProperty(String) - Static method in class org.springframework.util.Log4jConfigurer
Set the specified system property to the current working directory.
setWrappedInstance(Object) - Method in interface org.springframework.beans.BeanWrapper
Change the wrapped object.
setWrappedInstance(Object) - Method in class org.springframework.beans.BeanWrapperImpl
Switches the target object, replacing the cached introspection results only if the class of the new object is different to that of the replaced object.
setWsdlDocumentUrl(URL) - Method in class org.springframework.remoting.jaxrpc.LocalJaxRpcServiceFactory
Set the URL of the WSDL document that describes the service.
shortSummary() - Method in class org.springframework.util.StopWatch
Returns a short description of the total running time.
shouldClose(Connection) - Method in class org.springframework.jdbc.datasource.DriverManagerDataSource
This DataSource returns a new connection every time: Close it when returning one to the "pool".
shouldClose(Connection) - Method in class org.springframework.jdbc.datasource.SingleConnectionDataSource
This is a single connection: Do not close it when returning to the "pool".
shouldClose(Connection) - Method in interface org.springframework.jdbc.datasource.SmartDataSource
Should we close this connection, obtained from this factory? Code that uses connections from the factory should always use code like if (factory.shouldClose(conn)) con.close() in a finally block.
shouldNotFilter(HttpServletRequest) - Method in class org.springframework.web.filter.OncePerRequestFilter
Can return true to avoid filtering of the given request.
shouldSkip(Object, String) - Method in class org.springframework.aop.framework.autoproxy.AbstractAdvisorAutoProxyCreator
We override this to ensure that we don't get into circular reference hell when our own infrastructure (such as this class) depends on advisors that depend on beans...
shouldSkip(Object, String) - Method in class org.springframework.aop.framework.autoproxy.AbstractAutoProxyCreator
Subclasses should override this method to return true if this bean should not be considered for autoproxying by this post processor.
showClassLoaderHierarchy(Object, String, String, String) - Static method in class org.springframework.util.ClassLoaderUtils
Show the class loader hierarchy for this class.
showClassLoaderHierarchy(ClassLoader, String, String, int) - Static method in class org.springframework.util.ClassLoaderUtils
Show the class loader hierarchy for this class.
showForm(HttpServletRequest, HttpServletResponse, BindException) - Method in class org.springframework.web.servlet.mvc.AbstractFormController
Prepare the form model and view, including reference and error data.
showForm(HttpServletRequest, BindException, String) - Method in class org.springframework.web.servlet.mvc.AbstractFormController
Prepare model and view for the given form, including reference and errors.
showForm(HttpServletRequest, BindException, String, Map) - Method in class org.springframework.web.servlet.mvc.AbstractFormController
Prepare model and view for the given form, including reference and errors, adding a controller-specific control model.
showForm(HttpServletRequest, HttpServletResponse, BindException) - Method in class org.springframework.web.servlet.mvc.AbstractWizardFormController
Show first page as form view.
showForm(HttpServletRequest, HttpServletResponse, BindException) - Method in class org.springframework.web.servlet.mvc.SimpleFormController
This implementation shows the configured form view.
showNewForm(HttpServletRequest, HttpServletResponse) - Method in class org.springframework.web.servlet.mvc.AbstractFormController
Show a new form.
showPage(HttpServletRequest, BindException, int) - Method in class org.springframework.web.servlet.mvc.AbstractWizardFormController
Prepare the form model and view, including reference and error data, for the given page.
shutdownLogging() - Static method in class org.springframework.util.Log4jConfigurer
Shutdown Log4J to release all file locks.
shutdownLogging(ServletContext) - Static method in class org.springframework.web.util.Log4jWebConfigurer
Shutdown Log4J to release all file locks.
sort(List, SortDefinition) - Static method in class org.springframework.beans.support.PropertyComparator
Sorts the given List according to the given sort definition.
sort(Object[], SortDefinition) - Static method in class org.springframework.beans.support.PropertyComparator
Sorts the given source according to the given sort definition.
sortAdvisors(List) - Method in class org.springframework.aop.framework.autoproxy.AbstractAdvisorAutoProxyCreator
Sort based on ordering.
specialSaveChars - Static variable in class org.springframework.util.DefaultPropertiesPersister
 
sqlErrorCodes - Variable in class org.springframework.jdbc.support.SQLErrorCodeSQLExceptionTranslator
Error codes available to subclasses
sqlTypes() - Method in class org.springframework.orm.hibernate.support.ClobStringType
 
sqlTypesToAnonymousParameterList(int[]) - Static method in class org.springframework.jdbc.core.SqlParameter
Convert a list of JDBC types, as defined in the java.sql.Types class, to a List of SqlParameter objects as used in this package
start(String) - Method in class org.springframework.util.StopWatch
Start a named task.
stop() - Method in class org.springframework.util.StopWatch
Stop the current task.
store(Properties, OutputStream, String) - Method in class org.springframework.util.DefaultPropertiesPersister
 
store(Properties, Writer, String) - Method in class org.springframework.util.DefaultPropertiesPersister
 
store(Properties, OutputStream, String) - Method in interface org.springframework.util.PropertiesPersister
Write the contents of the given Properties object to the given OutputStream.
store(Properties, Writer, String) - Method in interface org.springframework.util.PropertiesPersister
Write the contents of the given Properties object to the given Writer.
strictKeyValueSeparators - Static variable in class org.springframework.util.DefaultPropertiesPersister
 
supports(Class) - Method in interface org.springframework.validation.Validator
Return whether or not this object can validate objects of the given class.
supports(Object) - Method in interface org.springframework.web.servlet.HandlerAdapter
Given a handler instance, return whether or not this HandlerAdapter can support it.
supports(Object) - Method in class org.springframework.web.servlet.mvc.SimpleControllerHandlerAdapter
 
supports(Object) - Method in class org.springframework.web.servlet.mvc.throwaway.ThrowawayControllerHandlerAdapter
 
supportsAdvice(Advice) - Method in interface org.springframework.aop.framework.adapter.AdvisorAdapter
Does this adapter understand this advice object? Is it valid to invoke the wrap() method with the given advice as an argument?
suppressInterface(Class) - Method in class org.springframework.aop.support.DelegatingIntroductionInterceptor
Suppress the specified interface, which will have been autodetected due to its implementation by the delegate.
suspend() - Method in interface org.springframework.transaction.support.TransactionSynchronization
Suspend this synchronization.
suspend() - Method in class org.springframework.transaction.support.TransactionSynchronizationAdapter
 
swap(Object) - Method in class org.springframework.aop.target.HotSwappableTargetSource
Swap the target, returning the old target

T

TEMP_DIR_CONTEXT_ATTRIBUTE - Static variable in class org.springframework.web.util.WebUtils
Standard Servlet spec context attribute that specifies a temporary directory for the current web application, of type java.io.File
THEME_REQUEST_ATTRIBUTE_NAME - Static variable in class org.springframework.web.servlet.theme.CookieThemeResolver
Name of the request attribute that holds the theme name.
THEME_RESOLVER_ATTRIBUTE - Static variable in class org.springframework.web.servlet.DispatcherServlet
Request attribute to hold current theme, retrievable by views.
THEME_RESOLVER_BEAN_NAME - Static variable in class org.springframework.web.servlet.DispatcherServlet
Well-known name for the ThemeResolver object in the bean factory for this namespace.
THEME_SESSION_ATTRIBUTE_NAME - Static variable in class org.springframework.web.servlet.theme.SessionThemeResolver
Name of the session attribute that holds the theme name.
THEME_SOURCE_BEAN_NAME - Static variable in class org.springframework.ui.context.support.UiApplicationContextUtils
Name of the ThemeSource bean in the factory.
THROWAWAY_CONTROLLER_NAME - Static variable in class org.springframework.web.servlet.mvc.throwaway.ThrowawayControllerHandlerAdapter
 
TIMEOUT_DEFAULT - Static variable in interface org.springframework.transaction.TransactionDefinition
Use the default timeout of the underlying transaction system, respectively none if timeouts are not supported.
TIMEOUT_PREFIX - Static variable in class org.springframework.transaction.support.DefaultTransactionDefinition
Prefix for transaction timeout values in description strings
TRUE - Static variable in interface org.springframework.aop.ClassFilter
Canonical instance of a ClassFilter that matches all classes.
TRUE - Static variable in interface org.springframework.aop.MethodMatcher
Canonical instance that matches all methods.
TRUE - Static variable in interface org.springframework.aop.Pointcut
Canonical instance that matches everything.
TRUE_VALUE - Static variable in class org.springframework.beans.factory.support.PropertiesBeanDefinitionReader
Value of a T/F attribute that represents true.
TRUE_VALUE - Static variable in class org.springframework.beans.factory.xml.DefaultXmlBeanDefinitionParser
Value of a T/F attribute that represents true.
TYPE_ATTRIBUTE - Static variable in class org.springframework.beans.factory.xml.DefaultXmlBeanDefinitionParser
 
TagUtils - class org.springframework.web.util.TagUtils.
Utility class to transform Strings to scopes:
page will be transformed to PageContext.PAGE_SCOPE request will be transformed to PageContext.REQUEST_SCOPE
session will be transformed to PageContext.SESSION_SCOPE
application will be transformed to PageContext.APPLICATION_SCOPE
TagUtils() - Constructor for class org.springframework.web.util.TagUtils
 
TargetSource - interface org.springframework.aop.TargetSource.
A TargetSource is used to obtain the current "target" of an AOP invocation, which will be invoked via reflection if no around advice chooses to end the interceptor chain itself.
TargetSourceCreator - interface org.springframework.aop.framework.autoproxy.TargetSourceCreator.
Implementations can create special target sources, such as pooling target sources, for particular beans.
Theme - interface org.springframework.ui.context.Theme.
A Theme can resolve theme-specific messages, codes, file paths, etc (e.g.
ThemeChangeInterceptor - class org.springframework.web.servlet.theme.ThemeChangeInterceptor.
Interceptor that allows for changing the current theme on every request, via a configurable request parameter.
ThemeChangeInterceptor() - Constructor for class org.springframework.web.servlet.theme.ThemeChangeInterceptor
 
ThemeResolver - interface org.springframework.web.servlet.ThemeResolver.
Interface for web-based theme resolution strategies that allows for both theme resolution via the request and theme modification via request and response.
ThemeSource - interface org.springframework.ui.context.ThemeSource.
Interface to be implemented by objects that can resolve Themes.
ThemeTag - class org.springframework.web.servlet.tags.ThemeTag.
Custom tag to look up a theme message in the scope of this page.
ThemeTag() - Constructor for class org.springframework.web.servlet.tags.ThemeTag
 
ThreadLocalAttribute - class org.springframework.aop.framework.autoproxy.metadata.ThreadLocalAttribute.
Tag attribute to identify beans for which the target should be a set in a ThreadLocal.
ThreadLocalAttribute() - Constructor for class org.springframework.aop.framework.autoproxy.metadata.ThreadLocalAttribute
 
ThreadLocalTargetSource - class org.springframework.aop.target.ThreadLocalTargetSource.
Alternative to an object pool.
ThreadLocalTargetSource() - Constructor for class org.springframework.aop.target.ThreadLocalTargetSource
 
ThreadLocalTargetSourceStats - interface org.springframework.aop.target.ThreadLocalTargetSourceStats.
Statistics for a ThreadLocal TargetSource.
ThrowawayController - interface org.springframework.web.servlet.mvc.throwaway.ThrowawayController.
ThrowawayController is an alternative to Spring's default Controller interface, for executable per-request command instances that are not aware of the Servlet API.
ThrowawayControllerHandlerAdapter - class org.springframework.web.servlet.mvc.throwaway.ThrowawayControllerHandlerAdapter.
 
ThrowawayControllerHandlerAdapter() - Constructor for class org.springframework.web.servlet.mvc.throwaway.ThrowawayControllerHandlerAdapter
 
ThrowsAdvice - interface org.springframework.aop.ThrowsAdvice.
Tag interface for throws advice.
TilesConfigurer - class org.springframework.web.servlet.view.tiles.TilesConfigurer.
Helper class to configure Tiles for the Spring Framework (see http://jakarta.apache.org/struts for more information about Tiles, which basically is a templating mechanism for JSP-based web applications).
TilesConfigurer() - Constructor for class org.springframework.web.servlet.view.tiles.TilesConfigurer
 
TilesJstlView - class org.springframework.web.servlet.view.tiles.TilesJstlView.
Specialization of TilesView for JSTL pages, i.e.
TilesJstlView() - Constructor for class org.springframework.web.servlet.view.tiles.TilesJstlView
 
TilesView - class org.springframework.web.servlet.view.tiles.TilesView.
View implementation that retrieves a Tiles definition.
TilesView() - Constructor for class org.springframework.web.servlet.view.tiles.TilesView
 
TimerFactoryBean - class org.springframework.scheduling.timer.TimerFactoryBean.
FactoryBean that sets up a J2SE Timer and exposes it for bean references.
TimerFactoryBean() - Constructor for class org.springframework.scheduling.timer.TimerFactoryBean
 
TimerTaskExecutionException - exception org.springframework.scheduling.timer.TimerTaskExecutionException.
RuntimeException to be thrown when a TimerTask implementation encounters a (possibly checked) exception that it wants to rethrow.
TimerTaskExecutionException(String, Throwable) - Constructor for class org.springframework.scheduling.timer.TimerTaskExecutionException
Create a new TimerTaskExecutionException.
TransactionAttribute - interface org.springframework.transaction.interceptor.TransactionAttribute.
This interface adds a rollBackOn specification to TransactionDefinition.
TransactionAttributeEditor - class org.springframework.transaction.interceptor.TransactionAttributeEditor.
PropertyEditor for TransactionAttribute objects.
TransactionAttributeEditor() - Constructor for class org.springframework.transaction.interceptor.TransactionAttributeEditor
 
TransactionAttributeSource - interface org.springframework.transaction.interceptor.TransactionAttributeSource.
Interface used by TransactionInterceptor.
TransactionAttributeSourceEditor - class org.springframework.transaction.interceptor.TransactionAttributeSourceEditor.
Property editor that can convert String into TransactionAttributeSource.
TransactionAttributeSourceEditor() - Constructor for class org.springframework.transaction.interceptor.TransactionAttributeSourceEditor
 
TransactionAttributeSourceTransactionAroundAdvisor - class org.springframework.transaction.interceptor.TransactionAttributeSourceTransactionAroundAdvisor.
InterceptionAroundAdvisor driven by a TransactionAttributeSource.
TransactionAttributeSourceTransactionAroundAdvisor(TransactionInterceptor) - Constructor for class org.springframework.transaction.interceptor.TransactionAttributeSourceTransactionAroundAdvisor
 
TransactionCallback - interface org.springframework.transaction.support.TransactionCallback.
Callback interface for transactional code.
TransactionCallbackWithoutResult - class org.springframework.transaction.support.TransactionCallbackWithoutResult.
Simple convenience class for TransactionCallback implementation.
TransactionCallbackWithoutResult() - Constructor for class org.springframework.transaction.support.TransactionCallbackWithoutResult
 
TransactionDefinition - interface org.springframework.transaction.TransactionDefinition.
Interface for classes that define transaction properties.
TransactionException - exception org.springframework.transaction.TransactionException.
Superclass for all transaction exceptions.
TransactionException(String) - Constructor for class org.springframework.transaction.TransactionException
 
TransactionException(String, Throwable) - Constructor for class org.springframework.transaction.TransactionException
 
TransactionInterceptor - class org.springframework.transaction.interceptor.TransactionInterceptor.
Interceptor providing declarative transaction management using the common Spring transaction infrastructure.
TransactionInterceptor() - Constructor for class org.springframework.transaction.interceptor.TransactionInterceptor
Create a new TransactionInterceptor.
TransactionProxyFactoryBean - class org.springframework.transaction.interceptor.TransactionProxyFactoryBean.
Proxy factory bean for simplified declarative transaction handling.
TransactionProxyFactoryBean() - Constructor for class org.springframework.transaction.interceptor.TransactionProxyFactoryBean
 
TransactionStatus - interface org.springframework.transaction.TransactionStatus.
Representation of the status of a transaction, consisting of a transaction object and some status flags.
TransactionSynchronization - interface org.springframework.transaction.support.TransactionSynchronization.
Interface for callbacks after transaction completion.
TransactionSynchronizationAdapter - class org.springframework.transaction.support.TransactionSynchronizationAdapter.
Adapter for the TransactionSynchronization interface.
TransactionSynchronizationAdapter() - Constructor for class org.springframework.transaction.support.TransactionSynchronizationAdapter
 
TransactionSynchronizationManager - class org.springframework.transaction.support.TransactionSynchronizationManager.
Internal class that manages resources and transaction synchronizations per thread.
TransactionSynchronizationManager() - Constructor for class org.springframework.transaction.support.TransactionSynchronizationManager
 
TransactionSystemException - exception org.springframework.transaction.TransactionSystemException.
Exception thrown when a general transaction system error is encountered, like on commit or rollback.
TransactionSystemException(String) - Constructor for class org.springframework.transaction.TransactionSystemException
 
TransactionSystemException(String, Throwable) - Constructor for class org.springframework.transaction.TransactionSystemException
 
TransactionTemplate - class org.springframework.transaction.support.TransactionTemplate.
Helper class that simplifies programmatic transaction demarcation and transaction exception handling.
TransactionTemplate() - Constructor for class org.springframework.transaction.support.TransactionTemplate
Create a new TransactionTemplate instance.
TransactionTemplate(PlatformTransactionManager) - Constructor for class org.springframework.transaction.support.TransactionTemplate
Create a new TransactionTemplate instance.
TransactionUsageException - exception org.springframework.transaction.TransactionUsageException.
Superclass for exceptions caused by inappropriate usage of a Spring transaction API.
TransactionUsageException(String) - Constructor for class org.springframework.transaction.TransactionUsageException
 
TransactionUsageException(String, Throwable) - Constructor for class org.springframework.transaction.TransactionUsageException
 
TransformTag - class org.springframework.web.servlet.tags.TransformTag.
Tag useful for transforming reference data values from form controllers and other objects inside a spring:bind tag.
TransformTag() - Constructor for class org.springframework.web.servlet.tags.TransformTag
 
TypeMismatchDataAccessException - exception org.springframework.dao.TypeMismatchDataAccessException.
Exception thrown on mismatch between Java type and database type: for example on an attempt to set an object of the wrong type in an RDBMS column.
TypeMismatchDataAccessException(String, Throwable) - Constructor for class org.springframework.dao.TypeMismatchDataAccessException
Constructor for TypeMismatchDataAccessException.
TypeMismatchException - exception org.springframework.beans.TypeMismatchException.
Exception thrown on a type mismatch when trying to set a property.
TypeMismatchException(PropertyChangeEvent, Class) - Constructor for class org.springframework.beans.TypeMismatchException
 
TypeMismatchException(PropertyChangeEvent, Class, Throwable) - Constructor for class org.springframework.beans.TypeMismatchException
 
target - Variable in class org.springframework.aop.framework.ReflectiveMethodInvocation
 
targetSource - Variable in class org.springframework.aop.framework.AdvisedSupport
 
throwExceptionOnWarningIfNotIgnoringWarnings(SQLWarning) - Method in class org.springframework.jdbc.core.JdbcTemplate
Throw an SQLWarningException if we're not ignoring warnings.
toCode(Object, String) - Method in class org.springframework.core.Constants
Look up the given value within the given group of constants.
toCodeForProperty(Object, String) - Method in class org.springframework.core.Constants
Look up the given value within the group of constants for the given bean property name.
toHex(int) - Method in class org.springframework.util.DefaultPropertiesPersister
Convert a nibble to a hex character.
toInterfaceArray(String[]) - Static method in class org.springframework.aop.framework.support.AopUtils
Convenience method to convert a string array of interface names to a class array.
toProxyConfigString() - Method in interface org.springframework.aop.framework.Advised
As toString() will normally pass to the target, this returns the equivalent for the AOP proxy
toProxyConfigString() - Method in class org.springframework.aop.framework.AdvisedSupport
 
toString() - Method in class org.springframework.aop.framework.AdvisedSupport
For debugging/diagnostic use.
toString() - Method in class org.springframework.aop.framework.ProxyConfig
 
toString() - Method in class org.springframework.aop.framework.ReflectiveMethodInvocation
 
toString() - Method in class org.springframework.aop.support.DefaultPointcutAdvisor
 
toString() - Method in class org.springframework.aop.target.SingletonTargetSource
 
toString() - Method in class org.springframework.beans.BeanWrapperImpl
This method is expensive! Only call for diagnostics and debugging reasons, not in production.
toString() - Method in class org.springframework.beans.MutablePropertyValues
 
toString() - Method in class org.springframework.beans.PropertyAccessExceptionsException
 
toString() - Method in class org.springframework.beans.PropertyValue
 
toString() - Method in class org.springframework.beans.factory.config.RuntimeBeanReference
 
toString() - Method in class org.springframework.beans.factory.support.ChildBeanDefinition
 
toString() - Method in class org.springframework.beans.factory.support.DefaultListableBeanFactory
 
toString() - Method in class org.springframework.beans.factory.support.RootBeanDefinition
 
toString() - Method in class org.springframework.context.support.AbstractApplicationContext
Return information about this context.
toString() - Method in class org.springframework.context.support.DefaultMessageSourceResolvable
 
toString() - Method in class org.springframework.context.support.ReloadableResourceBundleMessageSource
 
toString() - Method in class org.springframework.context.support.ResourceBundleMessageSource
Show the configuration of this MessageSource.
toString() - Method in class org.springframework.context.support.StaticMessageSource
 
toString() - Method in class org.springframework.core.io.AbstractResource
This implementation returns the description of this resource.
toString() - Method in class org.springframework.mail.SimpleMailMessage
 
toString() - Method in class org.springframework.transaction.interceptor.DefaultTransactionAttribute
Return a description of this transaction attribute.
toString() - Method in class org.springframework.transaction.interceptor.NoRollbackRuleAttribute
 
toString() - Method in class org.springframework.transaction.interceptor.RollbackRuleAttribute
 
toString() - Method in class org.springframework.transaction.interceptor.RuleBasedTransactionAttribute
 
toString() - Method in class org.springframework.transaction.support.DefaultTransactionDefinition
Return an identifying description of this transaction definition.
toString() - Method in class org.springframework.util.ResponseTimeMonitorImpl
 
toString() - Method in class org.springframework.util.StopWatch
Returns an informative string describing all tasks performed For custom reporting, call getTaskInfo() and use the task info directly.
toString() - Method in class org.springframework.validation.FieldError
 
toString() - Method in class org.springframework.validation.ObjectError
 
toString() - Method in class org.springframework.web.context.support.RequestHandledEvent
 
toString() - Method in class org.springframework.web.context.support.XmlWebApplicationContext
Return diagnostic information.
toString() - Method in class org.springframework.web.servlet.ModelAndView
Return diagnostic information about this model and view.
toString() - Method in class org.springframework.web.servlet.tags.BindStatus
 
tokenizeToStringArray(String, String, boolean, boolean) - Static method in class org.springframework.util.StringUtils
Tokenize the given String into a String array via a StringTokenizer.
transferTo(File) - Method in interface org.springframework.web.multipart.MultipartFile
Transfer the received file to the given destination file.
transferTo(File) - Method in class org.springframework.web.multipart.commons.CommonsMultipartFile
 
transformedBeanName(String) - Method in class org.springframework.beans.factory.support.AbstractBeanFactory
Return the bean name, stripping out the factory dereference prefix if necessary, and resolving aliases to canonical names.
translate(String, String, SQLException) - Method in class org.springframework.jdbc.support.SQLErrorCodeSQLExceptionTranslator
 
translate(String, String, SQLException) - Method in interface org.springframework.jdbc.support.SQLExceptionTranslator
Translate the given SQL exception into a generic data access exception.
translate(String, String, SQLException) - Method in class org.springframework.jdbc.support.SQLStateSQLExceptionTranslator
 
translateException(JDOException) - Method in interface org.springframework.orm.jdo.JdoDialect
Translate the given JDOException to a corresponding exception from Spring's generic DataAccessException hierarchy.
translateType(int) - Static method in class org.springframework.jdbc.support.JdbcUtils
Translate a SQL type into one of a few values: All integer types are translated to Integer.

U

URLEditor - class org.springframework.beans.propertyeditors.URLEditor.
Editor for java.net.URL, to directly feed a URL property instead of using a String property.
URLEditor() - Constructor for class org.springframework.beans.propertyeditors.URLEditor
 
URL_PROTOCOL_FILE - Static variable in class org.springframework.core.io.AbstractResource
 
UiApplicationContextUtils - class org.springframework.ui.context.support.UiApplicationContextUtils.
Utilities common to all UI application context implementations.
UiApplicationContextUtils() - Constructor for class org.springframework.ui.context.support.UiApplicationContextUtils
 
UncategorizedDataAccessException - exception org.springframework.dao.UncategorizedDataAccessException.
Normal superclass when we can't distinguish anything more specific than "something went wrong with the underlying resource": for example, a SQLException from JDBC we can't pinpoint more precisely.
UncategorizedDataAccessException(String, Throwable) - Constructor for class org.springframework.dao.UncategorizedDataAccessException
Constructor for UncategorizedDataAccessException.
UncategorizedSQLException - exception org.springframework.jdbc.UncategorizedSQLException.
Exception thrown when we can't classify a SQLException into one of our generic data access exceptions.
UncategorizedSQLException(String, String, SQLException) - Constructor for class org.springframework.jdbc.UncategorizedSQLException
Constructor for ConnectionFactoryException.
UnexpectedRollbackException - exception org.springframework.transaction.UnexpectedRollbackException.
Thrown when an attempt to commit a transaction resulted in an unexpected rollback
UnexpectedRollbackException(String, Throwable) - Constructor for class org.springframework.transaction.UnexpectedRollbackException
 
UnknownAdviceTypeException - exception org.springframework.aop.framework.adapter.UnknownAdviceTypeException.
Exception thrown when an attempt is made to use an unsupported Advisor or Advice type.
UnknownAdviceTypeException(Object) - Constructor for class org.springframework.aop.framework.adapter.UnknownAdviceTypeException
 
UnsatisfiedDependencyException - exception org.springframework.beans.factory.UnsatisfiedDependencyException.
Exception thrown when a bean depends on other beans or simple properties that were not specified in the bean factory definition, although dependency checking was enabled.
UnsatisfiedDependencyException(String, int, Class, String) - Constructor for class org.springframework.beans.factory.UnsatisfiedDependencyException
 
UnsatisfiedDependencyException(String, String, String) - Constructor for class org.springframework.beans.factory.UnsatisfiedDependencyException
 
UpdatableSqlQuery - class org.springframework.jdbc.object.UpdatableSqlQuery.
Reusable RDBMS query in which concrete subclasses must implement the abstract updateRow(ResultSet, int, context) method to update each row of the JDBC ResultSet and optionally map contents into an object.
UpdatableSqlQuery() - Constructor for class org.springframework.jdbc.object.UpdatableSqlQuery
Constructor to allow use as a JavaBean
UpdatableSqlQuery(DataSource, String) - Constructor for class org.springframework.jdbc.object.UpdatableSqlQuery
Convenient constructor with DataSource and SQL string.
UpdatableSqlQuery.ResultReaderImpl - class org.springframework.jdbc.object.UpdatableSqlQuery.ResultReaderImpl.
Implementation of ResultReader that calls the enclosing class's updateRow() method for each row.
UpdatableSqlQuery.ResultReaderImpl(int, Map) - Constructor for class org.springframework.jdbc.object.UpdatableSqlQuery.ResultReaderImpl
Use an array results.
UrlBasedRemoteAccessor - class org.springframework.remoting.support.UrlBasedRemoteAccessor.
Abstract base class for classes that access remote services via URLs.
UrlBasedRemoteAccessor() - Constructor for class org.springframework.remoting.support.UrlBasedRemoteAccessor
 
UrlBasedViewResolver - class org.springframework.web.servlet.view.UrlBasedViewResolver.
Simple implementation of ViewResolver that allows for direct resolution of symbolic view names to URLs, without explicit mapping definition.
UrlBasedViewResolver() - Constructor for class org.springframework.web.servlet.view.UrlBasedViewResolver
 
UrlFilenameViewController - class org.springframework.web.servlet.mvc.UrlFilenameViewController.
Controller that transforms the virtual filename at the end of a URL to a view name.
UrlFilenameViewController() - Constructor for class org.springframework.web.servlet.mvc.UrlFilenameViewController
 
UrlPathHelper - class org.springframework.web.util.UrlPathHelper.
Helper class for URL path matching.
UrlPathHelper() - Constructor for class org.springframework.web.util.UrlPathHelper
 
UrlResource - class org.springframework.core.io.UrlResource.
Resource implementation for java.net.URL locators.
UrlResource(URL) - Constructor for class org.springframework.core.io.UrlResource
Create a new UrlResource.
UrlResource(String) - Constructor for class org.springframework.core.io.UrlResource
Create a new UrlResource.
UserRoleAuthorizationInterceptor - class org.springframework.web.servlet.handler.UserRoleAuthorizationInterceptor.
Interceptor that checks the authorization of the current user via the user's roles, as evaluated by HttpServletRequest's isUserInRole method.
UserRoleAuthorizationInterceptor() - Constructor for class org.springframework.web.servlet.handler.UserRoleAuthorizationInterceptor
 
unbind(String) - Method in class org.springframework.jndi.JndiTemplate
Remove the binding for the given name from the current JNDI context.
unbind(String) - Method in class org.springframework.jndi.support.SimpleNamingContext
 
unbind(Name) - Method in class org.springframework.jndi.support.SimpleNamingContext
 
unbindResource(Object) - Static method in class org.springframework.transaction.support.TransactionSynchronizationManager
Unbind a resource for the given key from the current thread.
uncapitalize(String) - Static method in class org.springframework.util.StringUtils
Uncapitalizes a String, changing the first letter to lower case as per Character.toLowerCase(char).
under(Class) - Method in interface org.springframework.core.ControlFlow
 
under(Class, String) - Method in interface org.springframework.core.ControlFlow
Matches whole method name.
underToken(String) - Method in interface org.springframework.core.ControlFlow
 
union(ClassFilter, ClassFilter) - Static method in class org.springframework.aop.support.ClassFilters
 
union(ClassFilter) - Method in class org.springframework.aop.support.ComposablePointcut
 
union(MethodMatcher) - Method in class org.springframework.aop.support.ComposablePointcut
 
union(MethodMatcher, MethodMatcher) - Static method in class org.springframework.aop.support.MethodMatchers
 
union(Pointcut, Pointcut) - Static method in class org.springframework.aop.support.Pointcuts
 
unloadBeanFactory() - Method in class org.springframework.ejb.support.AbstractStatefulSessionBean
Unload the Spring BeanFactory instance.
unqualify(String) - Static method in class org.springframework.util.StringUtils
Unqualifies a string qualified by a '.' dot character.
unqualify(String, char) - Static method in class org.springframework.util.StringUtils
Unqualifies a string qualified by a separator character.
unsatisfiedObjectProperties(RootBeanDefinition, BeanWrapper) - Method in class org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory
Return an array of object-type property names that are unsatisfied.
update(String) - Method in interface org.springframework.jdbc.core.JdbcOperations
Issue a single SQL update.
update(PreparedStatementCreator) - Method in interface org.springframework.jdbc.core.JdbcOperations
Issue an update using a PreparedStatementCreator to provide SQL and any required parameters.
update(String, PreparedStatementSetter) - Method in interface org.springframework.jdbc.core.JdbcOperations
Issue an update using a PreparedStatementSetter to set bind parameters, with given SQL.
update(String, Object[], int[]) - Method in interface org.springframework.jdbc.core.JdbcOperations
Issue an update via a prepared statement, binding the given arguments.
update(String, Object[]) - Method in interface org.springframework.jdbc.core.JdbcOperations
Issue an update via a prepared statement, binding the given arguments.
update(String) - Method in class org.springframework.jdbc.core.JdbcTemplate
 
update(PreparedStatementCreator, PreparedStatementSetter) - Method in class org.springframework.jdbc.core.JdbcTemplate
 
update(PreparedStatementCreator) - Method in class org.springframework.jdbc.core.JdbcTemplate
 
update(String, PreparedStatementSetter) - Method in class org.springframework.jdbc.core.JdbcTemplate
 
update(String, Object[], int[]) - Method in class org.springframework.jdbc.core.JdbcTemplate
 
update(String, Object[]) - Method in class org.springframework.jdbc.core.JdbcTemplate
 
update(Object[]) - Method in class org.springframework.jdbc.object.SqlUpdate
Generic method to execute the update given arguments.
update() - Method in class org.springframework.jdbc.object.SqlUpdate
Convenience method to execute an update with no parameters.
update(int) - Method in class org.springframework.jdbc.object.SqlUpdate
Convenient method to execute an update given one int arg.
update(int, int) - Method in class org.springframework.jdbc.object.SqlUpdate
Convenient method to execute an update given two int args.
update(String) - Method in class org.springframework.jdbc.object.SqlUpdate
Convenient method to execute an update given one String arg.
update(String, String) - Method in class org.springframework.jdbc.object.SqlUpdate
Convenient method to execute an update given two String args.
update(Object) - Method in interface org.springframework.orm.hibernate.HibernateOperations
Update the given persistent instance.
update(Object, LockMode) - Method in interface org.springframework.orm.hibernate.HibernateOperations
Update the given persistent instance.
update(Object) - Method in class org.springframework.orm.hibernate.HibernateTemplate
 
update(Object, LockMode) - Method in class org.springframework.orm.hibernate.HibernateTemplate
 
update(String, Object) - Method in interface org.springframework.orm.ibatis.SqlMapClientOperations
 
update(String, Object) - Method in class org.springframework.orm.ibatis.SqlMapClientTemplate
 
updateDatabaseSchema() - Method in class org.springframework.orm.hibernate.LocalSessionFactoryBean
Execute schema update script, determined by the Configuration object used for creating the SessionFactory.
updateRow(ResultSet, int, Map) - Method in class org.springframework.jdbc.object.UpdatableSqlQuery
Subclasses must implement this method to update each row of the ResultSet and optionally create object of the result type.
useBeanFactory(String) - Method in interface org.springframework.beans.factory.access.BeanFactoryLocator
Use the BeanFactory (or derived class such as ApplicationContext) specified by the factoryKey parameter.
useBeanFactory(String) - Method in class org.springframework.beans.factory.access.JndiBeanFactoryLocator
Load/use a bean factory, as specified by a factoryKey which is a JNDI address, of the form java:comp/env/ejb/BeanFactoryPath.
useBeanFactory(String) - Method in class org.springframework.beans.factory.access.SingletonBeanFactoryLocator
 

V

VALUE_ELEMENT - Static variable in class org.springframework.beans.factory.xml.DefaultXmlBeanDefinitionParser
 
VIEW_RESOLVER_BEAN_NAME - Static variable in class org.springframework.web.servlet.DispatcherServlet
Well-known name for the ViewResolver object in the bean factory for this namespace.
VOID - Static variable in class org.springframework.util.MethodInvoker
 
ValidationUtils - class org.springframework.validation.ValidationUtils.
This utility class offers convenient methods for invoking a validator and for rejecting an empty field.
ValidationUtils() - Constructor for class org.springframework.validation.ValidationUtils
 
Validator - interface org.springframework.validation.Validator.
Interface to be implemented by objects that can validate application-specific objects.
VelocityConfig - interface org.springframework.web.servlet.view.velocity.VelocityConfig.
Interface to be implemented by objects that configure and manage a VelocityEngine for automatic lookup in a web environment.
VelocityConfigurer - class org.springframework.web.servlet.view.velocity.VelocityConfigurer.
JavaBean to configure Velocity for web usage, via the "configLocation" and/or "velocityProperties" and/or "resourceLoaderPath" bean properties.
VelocityConfigurer() - Constructor for class org.springframework.web.servlet.view.velocity.VelocityConfigurer
 
VelocityEngineFactory - class org.springframework.ui.velocity.VelocityEngineFactory.
Factory that configures a VelocityEngine.
VelocityEngineFactory() - Constructor for class org.springframework.ui.velocity.VelocityEngineFactory
 
VelocityEngineFactoryBean - class org.springframework.ui.velocity.VelocityEngineFactoryBean.
Factory bean that configures a VelocityEngine and provides it as bean reference.
VelocityEngineFactoryBean() - Constructor for class org.springframework.ui.velocity.VelocityEngineFactoryBean
 
VelocityEngineUtils - class org.springframework.ui.velocity.VelocityEngineUtils.
Utility class for working with a VelocityEngine.
VelocityEngineUtils() - Constructor for class org.springframework.ui.velocity.VelocityEngineUtils
 
VelocityView - class org.springframework.web.servlet.view.velocity.VelocityView.
View using the Velocity template engine.
VelocityView() - Constructor for class org.springframework.web.servlet.view.velocity.VelocityView
 
VelocityViewResolver - class org.springframework.web.servlet.view.velocity.VelocityViewResolver.
Convenience subclass of UrlBasedViewResolver that supports VelocityView (i.e.
VelocityViewResolver() - Constructor for class org.springframework.web.servlet.view.velocity.VelocityViewResolver
Sets default viewClass to VelocityView.
View - interface org.springframework.web.servlet.View.
MVC View for a web interaction.
ViewResolver - interface org.springframework.web.servlet.ViewResolver.
Interface to be implemented by objects that can resolve views by name.
validate() - Method in class org.springframework.beans.factory.support.AbstractBeanDefinition
Validate this bean definition.
validate() - Method in class org.springframework.beans.factory.support.ChildBeanDefinition
 
validate() - Method in class org.springframework.beans.factory.support.RootBeanDefinition
 
validate(Object, Errors) - Method in interface org.springframework.validation.Validator
Validate an object, which must be of a class for which the supports() method returned true.
validateInterfaces() - Method in interface org.springframework.aop.IntroductionAdvisor
Can the advised interfaces be implemented by the introduction advice? Invoked before adding an IntroductionAdvisor.
validateInterfaces() - Method in class org.springframework.aop.support.DefaultIntroductionAdvisor
 
validateObject(Object) - Method in class org.springframework.aop.target.CommonsPoolTargetSource
 
validatePage(Object, Errors, int) - Method in class org.springframework.web.servlet.mvc.AbstractWizardFormController
Template method for custom validation logic for individual pages.
validateParameters(Object[]) - Method in class org.springframework.jdbc.object.RdbmsOperation
Validate the parameters passed to an execute method based on declared parameters.

W

WEB_APPLICATION_CONTEXT_ATTRIBUTE - Static variable in class org.springframework.web.servlet.DispatcherServlet
Request attribute to hold current web application context.
WEB_APP_ROOT_KEY_PARAM - Static variable in class org.springframework.web.util.WebUtils
Web app root key parameter at the servlet context level (i.e.
WebAppRootListener - class org.springframework.web.util.WebAppRootListener.
Listener that sets a system property to the web application root directory.
WebAppRootListener() - Constructor for class org.springframework.web.util.WebAppRootListener
 
WebApplicationContext - interface org.springframework.web.context.WebApplicationContext.
Interface to provide configuration for a web application.
WebApplicationContextUtils - class org.springframework.web.context.support.WebApplicationContextUtils.
Convenience methods to retrieve the root WebApplicationContext for a given ServletContext.
WebApplicationContextUtils() - Constructor for class org.springframework.web.context.support.WebApplicationContextUtils
 
WebApplicationObjectSupport - class org.springframework.web.context.support.WebApplicationObjectSupport.
Convenient superclass for application objects running in a WebApplicationContext.
WebApplicationObjectSupport() - Constructor for class org.springframework.web.context.support.WebApplicationObjectSupport
 
WebContentGenerator - class org.springframework.web.servlet.support.WebContentGenerator.
Convenient superclass for any kind of web content generator, like AbstractController and WebContentInterceptor.
WebContentGenerator() - Constructor for class org.springframework.web.servlet.support.WebContentGenerator
Create a new WebContentGenerator supporting GET and POST methods.
WebContentInterceptor - class org.springframework.web.servlet.mvc.WebContentInterceptor.
Interceptor that checks and prepares request and response.
WebContentInterceptor() - Constructor for class org.springframework.web.servlet.mvc.WebContentInterceptor
 
WebSphereTransactionManagerFactoryBean - class org.springframework.transaction.jta.WebSphereTransactionManagerFactoryBean.
FactoryBean that retrieves the JTA TransactionManager for IBM's WebSphere 4 and 5 application servers.
WebSphereTransactionManagerFactoryBean() - Constructor for class org.springframework.transaction.jta.WebSphereTransactionManagerFactoryBean
 
WebUtils - class org.springframework.web.util.WebUtils.
Miscellaneous utilities for web applications.
WebUtils() - Constructor for class org.springframework.web.util.WebUtils
 
wasFailure() - Method in class org.springframework.web.context.support.RequestHandledEvent
 
whiteSpaceChars - Static variable in class org.springframework.util.DefaultPropertiesPersister
 
wrap(Object) - Method in interface org.springframework.aop.framework.adapter.AdvisorAdapterRegistry
Return an Advisor wrapping the given advice
wrap(Object) - Method in class org.springframework.aop.framework.adapter.DefaultAdvisorAdapterRegistry
 
writeMessage(String) - Method in class org.springframework.web.servlet.tags.MessageTag
 
writeln(BufferedWriter, String) - Method in class org.springframework.util.DefaultPropertiesPersister
Write the given string to the given writer, following it up with a new line.

X

XAPoolNativeJdbcExtractor - class org.springframework.jdbc.support.nativejdbc.XAPoolNativeJdbcExtractor.
Implementation of the NativeJdbcExtractor interface for ObjectWeb's XAPool connection pool.
XAPoolNativeJdbcExtractor() - Constructor for class org.springframework.jdbc.support.nativejdbc.XAPoolNativeJdbcExtractor
 
XML_FILE_EXTENSION - Static variable in class org.springframework.util.Log4jConfigurer
 
XmlBeanDefinitionParser - interface org.springframework.beans.factory.xml.XmlBeanDefinitionParser.
Strategy interface for parsing XML bean definitions.
XmlBeanDefinitionReader - class org.springframework.beans.factory.xml.XmlBeanDefinitionReader.
Bean definition reader for Spring's default XML bean definition format.
XmlBeanDefinitionReader(BeanDefinitionRegistry) - Constructor for class org.springframework.beans.factory.xml.XmlBeanDefinitionReader
Create new XmlBeanDefinitionReader for the given bean factory.
XmlBeanFactory - class org.springframework.beans.factory.xml.XmlBeanFactory.
Convenience extension of DefaultListableBeanFactory that reads bean definitions from an XML document.
XmlBeanFactory(Resource) - Constructor for class org.springframework.beans.factory.xml.XmlBeanFactory
Create a new XmlBeanFactory with the given resource, which must be parsable using DOM.
XmlBeanFactory(InputStream) - Constructor for class org.springframework.beans.factory.xml.XmlBeanFactory
Create a new XmlBeanFactory with the given InputStream, which must be parsable using DOM.
XmlBeanFactory(Resource, BeanFactory) - Constructor for class org.springframework.beans.factory.xml.XmlBeanFactory
Create a new XmlBeanFactory with the given input stream, which must be parsable using DOM.
XmlViewResolver - class org.springframework.web.servlet.view.XmlViewResolver.
Implementation of ViewResolver that uses bean definitions in an XML file, specified by location (URL or relative path, according to the ApplicationContext implementation).
XmlViewResolver() - Constructor for class org.springframework.web.servlet.view.XmlViewResolver
 
XmlWebApplicationContext - class org.springframework.web.context.support.XmlWebApplicationContext.
WebApplicationContext implementation that takes configuration from an XML document.
XmlWebApplicationContext() - Constructor for class org.springframework.web.context.support.XmlWebApplicationContext
 

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

Copyright (C) 2003-2004 The Spring Framework Project.