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

absolute(int) - Method in class org.springframework.jdbc.support.rowset.ResultSetWrappingSqlRowSet
 
absolute(int) - Method in interface org.springframework.jdbc.support.rowset.SqlRowSet
Moves the cursor to the given row number in the RowSet, just after the last row.
ABSTRACT_ATTRIBUTE - Static variable in class org.springframework.beans.factory.xml.DefaultXmlBeanDefinitionParser
 
ABSTRACT_KEY - Static variable in class org.springframework.beans.factory.support.PropertiesBeanDefinitionReader
Special string added to distinguish owner.
AbstractAdvisorAutoProxyCreator - Class in org.springframework.aop.framework.autoproxy
Abstract BeanPostProcessor implementation that creates AOP proxies.
AbstractAdvisorAutoProxyCreator() - Constructor for class org.springframework.aop.framework.autoproxy.AbstractAdvisorAutoProxyCreator
 
AbstractApplicationContext - Class in org.springframework.context.support
Abstract implementation of the ApplicationContext interface.
AbstractApplicationContext() - Constructor for class org.springframework.context.support.AbstractApplicationContext
Create a new AbstractApplicationContext with no parent.
AbstractApplicationContext(ApplicationContext) - Constructor for class org.springframework.context.support.AbstractApplicationContext
Create a new AbstractApplicationContext with the given parent context.
AbstractApplicationEventMulticaster - Class in org.springframework.context.event
Abstract implementation of the ApplicationEventMulticaster interface, providing the basic listener registration facility.
AbstractApplicationEventMulticaster() - Constructor for class org.springframework.context.event.AbstractApplicationEventMulticaster
 
AbstractAutoProxyCreator - Class in org.springframework.aop.framework.autoproxy
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 in org.springframework.beans.factory.support
Abstract BeanFactory superclass that implements default bean creation, with the full capabilities specified by the RootBeanDefinition class.
AbstractAutowireCapableBeanFactory() - Constructor for class org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory
Create a new AbstractAutowireCapableBeanFactory.
AbstractAutowireCapableBeanFactory(BeanFactory) - Constructor for class org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory
Create a new AbstractAutowireCapableBeanFactory with the given parent.
AbstractBeanDefinition - Class in org.springframework.beans.factory.support
Base class for bean definition objects, factoring out common properties of RootBeanDefinition and ChildBeanDefinition.
AbstractBeanDefinition() - Constructor for class org.springframework.beans.factory.support.AbstractBeanDefinition
Create a new AbstractBeanDefinition with default settings.
AbstractBeanDefinition(ConstructorArgumentValues, MutablePropertyValues) - Constructor for class org.springframework.beans.factory.support.AbstractBeanDefinition
Create a new AbstractBeanDefinition with the given constructor argument values and property values.
AbstractBeanDefinition(AbstractBeanDefinition) - Constructor for class org.springframework.beans.factory.support.AbstractBeanDefinition
Create a new AbstractBeanDefinition as deep copy of the given bean definition.
AbstractBeanDefinitionReader - Class in org.springframework.beans.factory.support
Abstract base class for bean definition readers which implement the BeanDefinitionReader interface.
AbstractBeanDefinitionReader(BeanDefinitionRegistry) - Constructor for class org.springframework.beans.factory.support.AbstractBeanDefinitionReader
Create a new AbstractBeanDefinitionReader for the given bean factory.
AbstractBeanFactory - Class in org.springframework.beans.factory.support
Abstract superclass for BeanFactory implementations, implementing the ConfigurableBeanFactory SPI interface.
AbstractBeanFactory() - Constructor for class org.springframework.beans.factory.support.AbstractBeanFactory
Create a new AbstractBeanFactory.
AbstractBeanFactory(BeanFactory) - Constructor for class org.springframework.beans.factory.support.AbstractBeanFactory
Create a new AbstractBeanFactory with the given parent.
AbstractBeanFactoryBasedTargetSource - Class in org.springframework.aop.target
Base class for TargetSource implementations that are based on a Spring BeanFactory, delegating to Spring-managed bean instances.
AbstractBeanFactoryBasedTargetSource() - Constructor for class org.springframework.aop.target.AbstractBeanFactoryBasedTargetSource
 
AbstractBeanFactoryBasedTargetSourceCreator - Class in org.springframework.aop.framework.autoproxy.target
Convenient superclass for TargetSourceCreators that require creating multiple instances of a prototype bean.
AbstractBeanFactoryBasedTargetSourceCreator() - Constructor for class org.springframework.aop.framework.autoproxy.target.AbstractBeanFactoryBasedTargetSourceCreator
 
AbstractCachingLabeledEnumResolver - Class in org.springframework.core.enums
Abstract base class for LabeledEnumResolver implementations, caching all retrieved LabeledEnum instances.
AbstractCachingLabeledEnumResolver() - Constructor for class org.springframework.core.enums.AbstractCachingLabeledEnumResolver
 
AbstractCachingViewResolver - Class in org.springframework.web.servlet.view
Convenient superclass for view resolvers.
AbstractCachingViewResolver() - Constructor for class org.springframework.web.servlet.view.AbstractCachingViewResolver
 
AbstractCommandController - Class in org.springframework.web.servlet.mvc
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 in org.springframework.web.servlet.mvc
Convenient superclass for controller implementations, using the Template Method design pattern.
AbstractController() - Constructor for class org.springframework.web.servlet.mvc.AbstractController
 
AbstractDataFieldMaxValueIncrementer - Class in org.springframework.jdbc.support.incrementer
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 in org.springframework.jdbc.datasource
Abstract base class for Spring's DataSource implementations, taking care of the "uninteresting" glue.
AbstractDataSource() - Constructor for class org.springframework.jdbc.datasource.AbstractDataSource
 
AbstractDependencyInjectionSpringContextTests - Class in org.springframework.test
Convenient superclass for tests depending on a Spring context.
AbstractDependencyInjectionSpringContextTests() - Constructor for class org.springframework.test.AbstractDependencyInjectionSpringContextTests
 
AbstractEnterpriseBean - Class in org.springframework.ejb.support
Superclass for all EJBs.
AbstractEnterpriseBean() - Constructor for class org.springframework.ejb.support.AbstractEnterpriseBean
 
AbstractExcelView - Class in org.springframework.web.servlet.view.document
Convenient superclass for Excel document views.
AbstractExcelView() - Constructor for class org.springframework.web.servlet.view.document.AbstractExcelView
 
AbstractFactoryBean - Class in org.springframework.beans.factory.config
Simple template superclass for FactoryBean implementations thats allows for creating a singleton or a prototype, depending on a flag.
AbstractFactoryBean() - Constructor for class org.springframework.beans.factory.config.AbstractFactoryBean
 
AbstractFallbackTransactionAttributeSource - Class in org.springframework.transaction.interceptor
Abstract implementation of TransactionAttributeSource that caches attributes for methods, and implements fallback policy of 1. most specific method; 2. target class attribute; 3. declaring method; 4. declaring class.
AbstractFallbackTransactionAttributeSource() - Constructor for class org.springframework.transaction.interceptor.AbstractFallbackTransactionAttributeSource
 
AbstractFormController - Class in org.springframework.web.servlet.mvc
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 in org.springframework.web.servlet.handler
Abstract base class for HandlerMapping implementations.
AbstractHandlerMapping() - Constructor for class org.springframework.web.servlet.handler.AbstractHandlerMapping
 
AbstractHttpInvokerRequestExecutor - Class in org.springframework.remoting.httpinvoker
Abstract base implementation of the HttpInvokerRequestExecutor interface.
AbstractHttpInvokerRequestExecutor() - Constructor for class org.springframework.remoting.httpinvoker.AbstractHttpInvokerRequestExecutor
 
AbstractJasperReportsSingleFormatView - Class in org.springframework.web.servlet.view.jasperreports
Extends AbstractJasperReportsView to provide basic rendering logic for views that are fixed format, i.e. always PDF or always HTML.
AbstractJasperReportsSingleFormatView() - Constructor for class org.springframework.web.servlet.view.jasperreports.AbstractJasperReportsSingleFormatView
 
AbstractJasperReportsView - Class in org.springframework.web.servlet.view.jasperreports
Base class for all JasperReports views.
AbstractJasperReportsView() - Constructor for class org.springframework.web.servlet.view.jasperreports.AbstractJasperReportsView
 
AbstractJmsMessageDrivenBean - Class in org.springframework.ejb.support
Convenient superclass for JMS MDBs.
AbstractJmsMessageDrivenBean() - Constructor for class org.springframework.ejb.support.AbstractJmsMessageDrivenBean
 
AbstractJmxAttribute - Class in org.springframework.jmx.export.metadata
Base class for all JMX metadata classes.
AbstractJmxAttribute() - Constructor for class org.springframework.jmx.export.metadata.AbstractJmxAttribute
 
AbstractLabeledEnum - Class in org.springframework.core.enums
Abstract base superclass for LabeledEnum implementations.
AbstractLabeledEnum(String) - Constructor for class org.springframework.core.enums.AbstractLabeledEnum
Create a new AbstractLabeledEnum instance with the given label.
AbstractLobCreatingPreparedStatementCallback - Class in org.springframework.jdbc.core.support
Abstract PreparedStatementCallback implementation that manages a LobCreator.
AbstractLobCreatingPreparedStatementCallback(LobHandler) - Constructor for class org.springframework.jdbc.core.support.AbstractLobCreatingPreparedStatementCallback
Create a new AbstractLobCreatingPreparedStatementCallback for the given LobHandler.
AbstractLobHandler - Class in org.springframework.jdbc.support.lob
Abstract base class for LobHandler implementations.
AbstractLobHandler() - Constructor for class org.springframework.jdbc.support.lob.AbstractLobHandler
 
AbstractLobStreamingResultSetExtractor - Class in org.springframework.jdbc.core.support
Abstract ResultSetExtractor implementation that assumes streaming of LOB data.
AbstractLobStreamingResultSetExtractor() - Constructor for class org.springframework.jdbc.core.support.AbstractLobStreamingResultSetExtractor
 
AbstractLobType - Class in org.springframework.orm.hibernate.support
Abstract base class for Hibernate UserType implementations that map to LOBs.
AbstractLobType() - Constructor for class org.springframework.orm.hibernate.support.AbstractLobType
Constructor used by Hibernate: fetches config-time LobHandler and config-time JTA TransactionManager from LocalSessionFactoryBean.
AbstractLobType(LobHandler, TransactionManager) - Constructor for class org.springframework.orm.hibernate.support.AbstractLobType
Constructor used for testing: takes an explicit LobHandler and an explicit JTA TransactionManager (can be null).
AbstractLobType - Class in org.springframework.orm.hibernate3.support
Abstract base class for Hibernate UserType implementations that map to LOBs.
AbstractLobType() - Constructor for class org.springframework.orm.hibernate3.support.AbstractLobType
Constructor used by Hibernate: fetches config-time LobHandler and config-time JTA TransactionManager from LocalSessionFactoryBean.
AbstractLobType(LobHandler, TransactionManager) - Constructor for class org.springframework.orm.hibernate3.support.AbstractLobType
Constructor used for testing: takes an explicit LobHandler and an explicit JTA TransactionManager (can be null).
AbstractLobTypeHandler - Class in org.springframework.orm.ibatis.support
Abstract base class for iBATIS TypeHandler implementations that map to LOBs.
AbstractLobTypeHandler() - Constructor for class org.springframework.orm.ibatis.support.AbstractLobTypeHandler
Constructor used by iBATIS: fetches config-time LobHandler from SqlMapClientFactoryBean.
AbstractLobTypeHandler(LobHandler) - Constructor for class org.springframework.orm.ibatis.support.AbstractLobTypeHandler
Constructor used for testing: takes an explicit LobHandler.
AbstractMBeanInfoAssembler - Class in org.springframework.jmx.export.assembler
Abstract implementation of the MBeanInfoAssembler interface that encapsulates the creation of a ModelMBeanInfo instance but delegates the creation of metadata to subclasses.
AbstractMBeanInfoAssembler() - Constructor for class org.springframework.jmx.export.assembler.AbstractMBeanInfoAssembler
 
AbstractMessageDrivenBean - Class in org.springframework.ejb.support
Convenient superclass for MDBs.
AbstractMessageDrivenBean() - Constructor for class org.springframework.ejb.support.AbstractMessageDrivenBean
 
AbstractMessageSource - Class in org.springframework.context.support
Abstract implementation of the HierarchicalMessageSource interface, implementing common handling of message variants, making it easy to implement a specific strategy for a concrete MessageSource.
AbstractMessageSource() - Constructor for class org.springframework.context.support.AbstractMessageSource
 
AbstractMultipartHttpServletRequest - Class in org.springframework.web.multipart.support
Abstract base implementation of the MultipartHttpServletRequest interface.
AbstractMultipartHttpServletRequest(HttpServletRequest) - Constructor for class org.springframework.web.multipart.support.AbstractMultipartHttpServletRequest
Wrap the given HttpServletRequest in a MultipartHttpServletRequest.
AbstractPathMapHandlerMapping - Class in org.springframework.web.servlet.handler.metadata
Abstract implementation of the HandlerMapping interface that recognizes metadata attributes of type PathMap on application Controllers and automatically wires them into the current servlet's WebApplicationContext.
AbstractPathMapHandlerMapping() - Constructor for class org.springframework.web.servlet.handler.metadata.AbstractPathMapHandlerMapping
 
AbstractPathResolvingPropertyEditor - Class in org.springframework.core.io
Abstract base class for PropertyEditors that need to resolve placeholders in paths.
AbstractPathResolvingPropertyEditor() - Constructor for class org.springframework.core.io.AbstractPathResolvingPropertyEditor
 
AbstractPdfView - Class in org.springframework.web.servlet.view.document
Abstract superclass for PDF views, using Bruno Lowagie's iText package.
AbstractPdfView() - Constructor for class org.springframework.web.servlet.view.document.AbstractPdfView
This constructor sets the appropriate content type "application/pdf".
AbstractPerformanceMonitorInterceptor - Class in org.springframework.aop.interceptor
Base class for performance monitoring interceptors.
AbstractPerformanceMonitorInterceptor() - Constructor for class org.springframework.aop.interceptor.AbstractPerformanceMonitorInterceptor
 
AbstractPlatformTransactionManager - Class in org.springframework.transaction.support
Abstract base class that allows for easy implementation of concrete platform transaction managers like JtaTransactionManager and DataSourceTransactionManager.
AbstractPlatformTransactionManager() - Constructor for class org.springframework.transaction.support.AbstractPlatformTransactionManager
 
AbstractPointcutAdvisor - Class in org.springframework.aop.support
Abstract base class for PointcutAdvisor implementations.
AbstractPointcutAdvisor() - Constructor for class org.springframework.aop.support.AbstractPointcutAdvisor
 
AbstractPoolingTargetSource - Class in org.springframework.aop.target
Abstract superclass for pooling TargetSources that maintains a pool of target instances, acquiring and releasing a target object from the pool for each method invocation.
AbstractPoolingTargetSource() - Constructor for class org.springframework.aop.target.AbstractPoolingTargetSource
 
AbstractPoolingTargetSourceCreator - Class in org.springframework.aop.framework.autoproxy.target
Convenient superclass for TargetSource creators that create pooling TargetSources.
AbstractPoolingTargetSourceCreator() - Constructor for class org.springframework.aop.framework.autoproxy.target.AbstractPoolingTargetSourceCreator
 
AbstractPrototypeBasedTargetSource - Class in org.springframework.aop.target
Base class for dynamic TargetSources that can create new prototype bean instances to support a pooling or new-instance-per-invocation strategy.
AbstractPrototypeBasedTargetSource() - Constructor for class org.springframework.aop.target.AbstractPrototypeBasedTargetSource
 
AbstractReflectiveMBeanInfoAssembler - Class in org.springframework.jmx.export.assembler
Extends the AbstractMBeanInfoAssembler to add a basic algorithm for building metadata based on the reflective metadata of the MBean class.
AbstractReflectiveMBeanInfoAssembler() - Constructor for class org.springframework.jmx.export.assembler.AbstractReflectiveMBeanInfoAssembler
 
AbstractRefreshableApplicationContext - Class in org.springframework.context.support
Base class for ApplicationContext implementations that are supposed to support multiple refreshs, creating a new internal bean factory instance every time.
AbstractRefreshableApplicationContext() - Constructor for class org.springframework.context.support.AbstractRefreshableApplicationContext
Create a new AbstractRefreshableApplicationContext with no parent.
AbstractRefreshableApplicationContext(ApplicationContext) - Constructor for class org.springframework.context.support.AbstractRefreshableApplicationContext
Create a new AbstractRefreshableApplicationContext with the given parent context.
AbstractRefreshableWebApplicationContext - Class in org.springframework.web.context.support
AbstractRefreshableApplicationContext subclass that implements the ConfigurableWebApplicationContext interface for web environments.
AbstractRefreshableWebApplicationContext() - Constructor for class org.springframework.web.context.support.AbstractRefreshableWebApplicationContext
 
AbstractRegexpMethodPointcut - Class in org.springframework.aop.support
Abstract base regular expression pointcut bean.
AbstractRegexpMethodPointcut() - Constructor for class org.springframework.aop.support.AbstractRegexpMethodPointcut
 
AbstractRemoteSlsbInvokerInterceptor - Class in org.springframework.ejb.access
Superclass for interceptors proxying remote Stateless Session Beans.
AbstractRemoteSlsbInvokerInterceptor() - Constructor for class org.springframework.ejb.access.AbstractRemoteSlsbInvokerInterceptor
 
AbstractResource - Class in org.springframework.core.io
Convenience base class for Resource implementations, pre-implementing typical behavior.
AbstractResource() - Constructor for class org.springframework.core.io.AbstractResource
 
AbstractSequenceMaxValueIncrementer - Class in org.springframework.jdbc.support.incrementer
Abstract base class for incrementers that use a database sequence.
AbstractSequenceMaxValueIncrementer() - Constructor for class org.springframework.jdbc.support.incrementer.AbstractSequenceMaxValueIncrementer
 
AbstractSessionBean - Class in org.springframework.ejb.support
Superclass for all session beans.
AbstractSessionBean() - Constructor for class org.springframework.ejb.support.AbstractSessionBean
 
AbstractSlsbInvokerInterceptor - Class in org.springframework.ejb.access
Superclass for AOP interceptors invoking local or remote Stateless Session Beans.
AbstractSlsbInvokerInterceptor() - Constructor for class org.springframework.ejb.access.AbstractSlsbInvokerInterceptor
 
AbstractSpringContextTests - Class in org.springframework.test
Superclass for JUnit test cases using a Spring context.
AbstractSpringContextTests() - Constructor for class org.springframework.test.AbstractSpringContextTests
 
AbstractSqlTypeValue - Class in org.springframework.jdbc.core.support
Abstract implementation of the SqlTypeValue interface, for convenient creation of type values that are supposed to be passed into the PreparedStatement.setObject method.
AbstractSqlTypeValue() - Constructor for class org.springframework.jdbc.core.support.AbstractSqlTypeValue
 
AbstractStatefulSessionBean - Class in org.springframework.ejb.support
Convenient superclass for stateful session beans.
AbstractStatefulSessionBean() - Constructor for class org.springframework.ejb.support.AbstractStatefulSessionBean
 
AbstractStatelessSessionBean - Class in org.springframework.ejb.support
Convenient superclass for stateless session beans (SLSBs), minimizing the work involved in implementing an SLSB and preventing common errors.
AbstractStatelessSessionBean() - Constructor for class org.springframework.ejb.support.AbstractStatelessSessionBean
 
AbstractTemplateView - Class in org.springframework.web.servlet.view
AbstractTemplateView provides template based view technologies such as Velocity and FreeMarker, with the ability to use request and session attributes in their model and the option to expose helper objects for Spring's Velocity/FreeMarker macro library.
AbstractTemplateView() - Constructor for class org.springframework.web.servlet.view.AbstractTemplateView
 
AbstractTemplateViewResolver - Class in org.springframework.web.servlet.view
Abstract base class for template view resolvers like VelocityViewResolver and FreeMarkerViewResolver.
AbstractTemplateViewResolver() - Constructor for class org.springframework.web.servlet.view.AbstractTemplateViewResolver
 
AbstractThemeResolver - Class in org.springframework.web.servlet.theme
Abstract base class for ThemeResolver implementations.
AbstractThemeResolver() - Constructor for class org.springframework.web.servlet.theme.AbstractThemeResolver
 
AbstractTraceInterceptor - Class in org.springframework.aop.interceptor
Base MethodInterceptor implementation for tracing.
AbstractTraceInterceptor() - Constructor for class org.springframework.aop.interceptor.AbstractTraceInterceptor
 
AbstractTransactionalDataSourceSpringContextTests - Class in org.springframework.test
Subclass of AbstractTransactionalSpringContextTests that adds some convenience functionality.
AbstractTransactionalDataSourceSpringContextTests() - Constructor for class org.springframework.test.AbstractTransactionalDataSourceSpringContextTests
 
AbstractTransactionalSpringContextTests - Class in org.springframework.test
Convenient superclass for tests that should occur in a transaction, but normally will roll the transaction back on the completion of each test.
AbstractTransactionalSpringContextTests() - Constructor for class org.springframework.test.AbstractTransactionalSpringContextTests
 
AbstractTransactionStatus - Class in org.springframework.transaction.support
Abstract base implementation of the TransactionStatus interface.
AbstractTransactionStatus() - Constructor for class org.springframework.transaction.support.AbstractTransactionStatus
 
AbstractUrlBasedView - Class in org.springframework.web.servlet.view
Abstract base class for URL-based views.
AbstractUrlBasedView() - Constructor for class org.springframework.web.servlet.view.AbstractUrlBasedView
 
AbstractUrlHandlerMapping - Class in org.springframework.web.servlet.handler
Abstract base class for URL-mapped HandlerMapping implementations.
AbstractUrlHandlerMapping() - Constructor for class org.springframework.web.servlet.handler.AbstractUrlHandlerMapping
 
AbstractUrlMethodNameResolver - Class in org.springframework.web.servlet.mvc.multiaction
Abstract base class for URL-based MethodNameResolver implementations.
AbstractUrlMethodNameResolver() - Constructor for class org.springframework.web.servlet.mvc.multiaction.AbstractUrlMethodNameResolver
 
AbstractView - Class in org.springframework.web.servlet.view
Abstract View superclass.
AbstractView() - Constructor for class org.springframework.web.servlet.view.AbstractView
 
AbstractWizardFormController - Class in org.springframework.web.servlet.mvc
Form controller for typical wizard-style workflows.
AbstractWizardFormController() - Constructor for class org.springframework.web.servlet.mvc.AbstractWizardFormController
Create a new AbstractWizardFormController.
AbstractXmlApplicationContext - Class in org.springframework.context.support
Convenient abstract superclass for ApplicationContext implementations, drawing configuration from XML documents containing bean definitions understood by an XmlBeanDefinitionReader.
AbstractXmlApplicationContext() - Constructor for class org.springframework.context.support.AbstractXmlApplicationContext
Create a new AbstractXmlApplicationContext with no parent.
AbstractXmlApplicationContext(ApplicationContext) - Constructor for class org.springframework.context.support.AbstractXmlApplicationContext
Create a new AbstractXmlApplicationContext with the given parent context.
AbstractXsltView - Class in org.springframework.web.servlet.view.xslt
Convenient superclass for views rendered using an XSLT stylesheet.
AbstractXsltView() - Constructor for class org.springframework.web.servlet.view.xslt.AbstractXsltView
 
AcceptHeaderLocaleResolver - Class in org.springframework.web.servlet.i18n
Implementation of LocaleResolver that simply uses the primary locale specified in the "accept-language" header of the HTTP request (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
 
access() - Method in class org.springframework.mock.web.MockHttpSession
 
ActionServletAwareProcessor - Class in org.springframework.web.struts
BeanPostProcessor implementation that passes the ActionServlet to beans that extend the Struts Action class.
ActionServletAwareProcessor(ActionServlet) - Constructor for class org.springframework.web.struts.ActionServletAwareProcessor
Create a new ActionServletAwareProcessor for the given servlet.
ActionSupport - Class in org.springframework.web.struts
Convenience class for Spring-aware Struts 1.1+ Actions.
ActionSupport() - Constructor for class org.springframework.web.struts.ActionSupport
 
activate() - Method in class org.springframework.mock.jndi.SimpleNamingContextBuilder
Register the context builder by registering it with the JNDI NamingManager.
activated(AdvisedSupport) - Method in interface org.springframework.aop.framework.AdvisedSupportListener
Invoked when first proxy is created.
activated(AdvisedSupport) - Method in class org.springframework.aop.framework.HashMapCachingAdvisorChainFactory
 
activated(AdvisedSupport) - Method in class org.springframework.aop.framework.ProxyFactoryBean
 
activateObject(Object) - Method in class org.springframework.aop.target.CommonsPoolTargetSource
 
add(Object) - Method in class org.springframework.beans.factory.support.ManagedSet
 
addAdvice(Advice) - Method in interface org.springframework.aop.framework.Advised
Add the given AOP Alliance advice to the tail of the advice (interceptor) chain.
addAdvice(int, Advice) - Method in interface org.springframework.aop.framework.Advised
Add the given AOP Alliance Advice at the specified position in the advice chain.
addAdvice(Advice) - Method in class org.springframework.aop.framework.AdvisedSupport
 
addAdvice(int, Advice) - Method in class org.springframework.aop.framework.AdvisedSupport
Cannot add introductions this way unless the advice implements IntroductionInfo.
addAdvisor(Advisor) - Method in interface org.springframework.aop.framework.Advised
Add an Advisor at the end of the advisor chain.
addAdvisor(int, Advisor) - Method in interface org.springframework.aop.framework.Advised
Add an Advisor at the specified position in the chain.
addAdvisor(int, IntroductionAdvisor) - Method in class org.springframework.aop.framework.AdvisedSupport
 
addAdvisor(int, Advisor) - Method in class org.springframework.aop.framework.AdvisedSupport
 
addAdvisor(Advisor) - Method in class org.springframework.aop.framework.AdvisedSupport
 
addAll(Collection) - Method in class org.springframework.beans.factory.support.ManagedSet
 
addAllErrors(Errors) - Method in exception org.springframework.validation.BindException
 
addAllErrors(Errors) - Method in interface org.springframework.validation.Errors
Add all errors from the given Errors instance to this Errors instance.
addAllErrors(Errors) - Method in class org.springframework.web.bind.EscapedErrors
 
addAllObjects(Map) - Method in class org.springframework.web.servlet.ModelAndView
Add all entries contained in the provided map to the model.
addApplicationListener(ApplicationListener) - Method in class org.springframework.context.event.AbstractApplicationEventMulticaster
 
addApplicationListener(ApplicationListener) - Method in interface org.springframework.context.event.ApplicationEventMulticaster
Add a listener to be notified of all events.
addArgumentValues(ConstructorArgumentValues) - Method in class org.springframework.beans.factory.config.ConstructorArgumentValues
Copy all given argument values into this object.
addAttachment(String, DataSource) - Method in class org.springframework.mail.javamail.MimeMessageHelper
Add an attachment to the MimeMessage, taking the content from a javax.activation.DataSource.
addAttachment(String, File) - Method in class org.springframework.mail.javamail.MimeMessageHelper
Add an attachment to the MimeMessage, taking the content from a java.io.File.
addAttachment(String, InputStreamSource) - Method in class org.springframework.mail.javamail.MimeMessageHelper
Add an attachment to the MimeMessage, taking the content from an org.springframework.core.io.InputStreamResource.
addAttribute(String, Serializable) - Method in class org.springframework.remoting.support.RemoteInvocation
Add an additional invocation attribute.
addBcc(InternetAddress) - Method in class org.springframework.mail.javamail.MimeMessageHelper
 
addBcc(String) - Method in class org.springframework.mail.javamail.MimeMessageHelper
 
addBcc(String, String) - Method in class org.springframework.mail.javamail.MimeMessageHelper
 
addBean(String, Object) - Method in class org.springframework.beans.factory.support.StaticListableBeanFactory
Add a new singleton bean.
addBeanFactoryPostProcessor(BeanFactoryPostProcessor) - Method in interface org.springframework.context.ConfigurableApplicationContext
Add a new BeanFactoryPostProcessor that will get applied to the internal bean factory of this application context on refresh, before any of the bean definitions get evaluated.
addBeanFactoryPostProcessor(BeanFactoryPostProcessor) - Method in class org.springframework.context.support.AbstractApplicationContext
 
addBeanPostProcessor(BeanPostProcessor) - Method in interface org.springframework.beans.factory.config.ConfigurableBeanFactory
Add a new BeanPostProcessor that will get applied to beans created by this factory.
addBeanPostProcessor(BeanPostProcessor) - Method in class org.springframework.beans.factory.support.AbstractBeanFactory
 
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
 
addComparator(Comparator) - Method in class org.springframework.util.comparator.CompoundComparator
Add a Comparator to the end of the chain.
addComparator(Comparator, boolean) - Method in class org.springframework.util.comparator.CompoundComparator
Add a Comparator to the end of the chain using the provided sort order.
addCookie(Cookie) - Method in class org.springframework.mock.web.MockHttpServletResponse
 
addCookie(HttpServletResponse, String) - Method in class org.springframework.web.util.CookieGenerator
Add a cookie with the given value to the response, using the cookie descriptor settings of this generator.
addDateHeader(String, long) - Method in class org.springframework.mock.web.MockHttpServletResponse
 
addError(ObjectError) - Method in exception org.springframework.validation.BindException
Add an ObjectError or FieldError to the errors list.
addGenericArgumentValue(Object) - Method in class org.springframework.beans.factory.config.ConstructorArgumentValues
Add generic argument value to be matched by type.
addGenericArgumentValue(Object, String) - Method in class org.springframework.beans.factory.config.ConstructorArgumentValues
Add generic argument value to be matched by type.
addHeader(String, Object) - Method in class org.springframework.mock.web.MockHttpServletRequest
Add a header entry for the given name.
addHeader(String, String) - Method in class org.springframework.mock.web.MockHttpServletResponse
 
addIndexedArgumentValue(int, Object) - Method in class org.springframework.beans.factory.config.ConstructorArgumentValues
Add argument value for the given index in the constructor argument list.
addIndexedArgumentValue(int, Object, String) - Method in class org.springframework.beans.factory.config.ConstructorArgumentValues
Add argument value for the given index in the constructor argument list.
addInitParameter(String, String) - Method in class org.springframework.mock.web.MockFilterConfig
 
addInitParameter(String, String) - Method in class org.springframework.mock.web.MockServletConfig
 
addInitParameter(String, String) - Method in class org.springframework.mock.web.MockServletContext
 
addInline(String, DataSource) - Method in class org.springframework.mail.javamail.MimeMessageHelper
Add an inline element to the MimeMessage, taking the content from a javax.activation.DataSource.
addInline(String, File) - Method in class org.springframework.mail.javamail.MimeMessageHelper
Add an inline element to the MimeMessage, taking the content from a java.io.File.
addInline(String, Resource) - Method in class org.springframework.mail.javamail.MimeMessageHelper
Add an inline element to the MimeMessage, taking the content from an org.springframework.core.io.InputStreamResource.
addInline(String, InputStreamSource, String) - Method in class org.springframework.mail.javamail.MimeMessageHelper
Add an inline element to the MimeMessage, taking the content from an org.springframework.core.InputStreamResource, and specifying the content type explicitly.
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
 
addIntHeader(String, int) - Method in class org.springframework.mock.web.MockHttpServletResponse
 
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.
addMethodName(String) - Method in class org.springframework.aop.support.NameMatchMethodPointcut
Add another eligible method name, in addition to those already named.
addObject(String, Object) - Method in class org.springframework.web.servlet.ModelAndView
Add an object to the model.
addOverride(MethodOverride) - Method in class org.springframework.beans.factory.support.MethodOverrides
Add the given method override.
addOverrides(MethodOverrides) - Method in class org.springframework.beans.factory.support.MethodOverrides
Copy all given method overrides into this object.
addParameter(SqlParameter) - Method in class org.springframework.jdbc.core.CallableStatementCreatorFactory
Add a new declared parameter.
addParameter(SqlParameter) - Method in class org.springframework.jdbc.core.PreparedStatementCreatorFactory
Add a new declared parameter.
addParameter(String, String) - Method in class org.springframework.mock.web.MockHttpServletRequest
Add a single value for an HTTP parameter.
addParameter(String, String[]) - Method in class org.springframework.mock.web.MockHttpServletRequest
Add an array of values for an HTTP parameter.
addPreferredLocale(Locale) - Method in class org.springframework.mock.web.MockHttpServletRequest
Add a new preferred locale, before any existing locales.
addPropertyValue(PropertyValue) - Method in class org.springframework.beans.MutablePropertyValues
Add a PropertyValue object, replacing any existing one for the corresponding property.
addPropertyValue(String, Object) - Method in class org.springframework.beans.MutablePropertyValues
Overloaded version of addPropertyValue that takes a property name and a property value.
addPropertyValues(PropertyValues) - Method in class org.springframework.beans.MutablePropertyValues
Copy all given PropertyValues into this object.
addPropertyValues(Map) - Method in class org.springframework.beans.MutablePropertyValues
Add all property values from the given Map.
addRequiredProperty(String) - Method in class org.springframework.web.filter.GenericFilterBean
Subclasses can invoke this method to specify that this property (which must match a JavaBean property they expose) is mandatory, and must be supplied as a config parameter.
addRequiredProperty(String) - Method in class org.springframework.web.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.
addResourcePathToPackagePath(Class, String) - Static method in class org.springframework.util.ClassUtils
Return a path suitable for use with ClassLoader.getResource (also suitable for use with Class.getResource by prepending a slash ('/') to the return value.
addRole(String) - Method in class org.springframework.mock.web.MockHttpServletRequest
Deprecated. in favor of addUserRole
addSession(Session) - Method in class org.springframework.orm.hibernate.SessionHolder
 
addSession(Object, Session) - Method in class org.springframework.orm.hibernate.SessionHolder
 
addSession(Session) - Method in class org.springframework.orm.hibernate3.SessionHolder
 
addSession(Object, Session) - Method in class org.springframework.orm.hibernate3.SessionHolder
 
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.
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.mock.jndi.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.
addTypeIdentifier(String) - Method in class org.springframework.beans.factory.support.ReplaceOverride
Add a fragment of a class string, like "Exception" or "java.lang.Exc", to identify a parameter type
addUserRole(String) - Method in class org.springframework.mock.web.MockHttpServletRequest
 
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 on an advice change.
adviceIncluded(Advice) - Method in class org.springframework.aop.framework.AdvisedSupport
Is this advice included in any advisor?
Advised - Interface in org.springframework.aop.framework
Interface to be implemented by classes that hold the configuration of a factory of AOP proxies.
advised - Variable in class org.springframework.aop.framework.Cglib2AopProxy
Config used to configure this proxy
AdvisedSupport - Class in org.springframework.aop.framework
Superclass for AOP proxy configuration managers.
AdvisedSupport() - Constructor for class org.springframework.aop.framework.AdvisedSupport
No arg constructor to allow use as a JavaBean.
AdvisedSupport(Class[]) - Constructor for class org.springframework.aop.framework.AdvisedSupport
Create a DefaultProxyConfig with the given parameters.
AdvisedSupportListener - Interface in org.springframework.aop.framework
Listener to be registered on AdvisedSupport objects.
Advisor - Interface in org.springframework.aop
Base interface holding AOP advice (action to take at a joinpoint) and a filter determining the applicability of the advice (such as a pointcut).
AdvisorAdapter - Interface in org.springframework.aop.framework.adapter
Interface allowing extension to the Spring AOP framework to allow handling of new Advisors and Advice types.
AdvisorAdapterRegistrationManager - Class in org.springframework.aop.framework.adapter
BeanPostProcessor implementation that "registers" instances of any non-default AdvisorAdapters with GlobalAdvisorAdapterRegistry.
AdvisorAdapterRegistrationManager() - Constructor for class org.springframework.aop.framework.adapter.AdvisorAdapterRegistrationManager
 
AdvisorAdapterRegistry - Interface in org.springframework.aop.framework.adapter
Interface for registries of AdvisorAdapters.
advisorChainFactory - Variable in class org.springframework.aop.framework.AdvisedSupport
 
AdvisorChainFactory - Interface in org.springframework.aop.framework
Factory for advisor chains.
AdvisorChainFactoryUtils - Class in org.springframework.aop.framework
Utility methods for use by AdviceChainFactory implementations.
AdvisorChainFactoryUtils() - Constructor for class org.springframework.aop.framework.AdvisorChainFactoryUtils
 
afterCompletion(HttpServletRequest, HttpServletResponse, Object, Exception) - Method in class org.springframework.orm.hibernate.support.OpenSessionInViewInterceptor
Unbind the Hibernate Session from the thread and closes it (in single session mode), or process deferred close for all sessions that have been opened during the current request (in deferred close mode).
afterCompletion(HttpServletRequest, HttpServletResponse, Object, Exception) - Method in class org.springframework.orm.hibernate3.support.OpenSessionInViewInterceptor
Unbind the Hibernate Session from the thread and closes it (in single session mode), or process deferred close for all sessions that have been opened during the current request (in deferred close mode).
afterCompletion(HttpServletRequest, HttpServletResponse, Object, Exception) - Method in class org.springframework.orm.jdo.support.OpenPersistenceManagerInViewInterceptor
 
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 class org.springframework.web.servlet.handler.HandlerInterceptorAdapter
This implementation is empty.
afterCompletion(HttpServletRequest, HttpServletResponse, Object, Exception) - Method in interface org.springframework.web.servlet.HandlerInterceptor
Callback after completion of request processing, that is, after rendering the view.
afterCompletion(HttpServletRequest, HttpServletResponse, Object, Exception) - Method in class org.springframework.web.servlet.mvc.WebContentInterceptor
This implementation is empty.
afterLast() - Method in class org.springframework.jdbc.support.rowset.ResultSetWrappingSqlRowSet
 
afterLast() - Method in interface org.springframework.jdbc.support.rowset.SqlRowSet
Moves the cursor to the end of this RowSet.
afterPropertiesSet() - Method in class org.springframework.aop.framework.autoproxy.metadata.AttributesPoolingTargetSourceCreator
 
afterPropertiesSet() - Method in class org.springframework.aop.framework.autoproxy.metadata.AttributesPrototypeTargetSourceCreator
 
afterPropertiesSet() - Method in class org.springframework.aop.framework.autoproxy.metadata.AttributesThreadLocalTargetSourceCreator
 
afterPropertiesSet() - Method in class org.springframework.beans.factory.config.AbstractFactoryBean
 
afterPropertiesSet() - Method in class org.springframework.beans.factory.config.CommonsLogFactoryBean
 
afterPropertiesSet() - Method in class org.springframework.beans.factory.config.FieldRetrievingFactoryBean
 
afterPropertiesSet() - Method in class org.springframework.beans.factory.config.MethodInvokingFactoryBean
 
afterPropertiesSet() - Method in class org.springframework.beans.factory.config.PreferencesPlaceholderConfigurer
This implementation eagerly fetches the Preferences instances for the required system and user tree nodes.
afterPropertiesSet() - Method in class org.springframework.beans.factory.config.PropertiesFactoryBean
 
afterPropertiesSet() - Method in class org.springframework.beans.factory.config.ServiceLocatorFactoryBean
 
afterPropertiesSet() - Method in interface org.springframework.beans.factory.InitializingBean
Invoked by a BeanFactory after it has set all bean properties supplied (and satisfied BeanFactoryAware and ApplicationContextAware).
afterPropertiesSet() - Method in class org.springframework.cache.ehcache.EhCacheFactoryBean
 
afterPropertiesSet() - Method in class org.springframework.cache.ehcache.EhCacheManagerFactoryBean
 
afterPropertiesSet() - Method in class org.springframework.context.event.EventPublicationInterceptor
 
afterPropertiesSet() - Method in class org.springframework.dao.support.DaoSupport
 
afterPropertiesSet() - Method in class org.springframework.ejb.access.AbstractSlsbInvokerInterceptor
Fetches EJB home on startup, if necessary.
afterPropertiesSet() - Method in class org.springframework.ejb.access.LocalStatelessSessionProxyFactoryBean
 
afterPropertiesSet() - Method in class org.springframework.ejb.access.SimpleRemoteStatelessSessionProxyFactoryBean
 
afterPropertiesSet() - Method in class org.springframework.jca.cci.connection.CciLocalTransactionManager
 
afterPropertiesSet() - Method in class org.springframework.jca.cci.connection.DelegatingConnectionFactory
 
afterPropertiesSet() - Method in class org.springframework.jca.cci.connection.SingleConnectionFactory
Make sure a connection or connection factory has been set.
afterPropertiesSet() - Method in class org.springframework.jca.cci.core.CciTemplate
Eagerly initialize the exception translator, creating a default one for the specified ConnectionFactory if none set.
afterPropertiesSet() - Method in class org.springframework.jca.cci.object.EisOperation
 
afterPropertiesSet() - Method in class org.springframework.jca.support.LocalConnectionFactoryBean
 
afterPropertiesSet() - Method in class org.springframework.jdbc.core.JdbcTemplate
 
afterPropertiesSet() - Method in class org.springframework.jdbc.datasource.DataSourceTransactionManager
 
afterPropertiesSet() - Method in class org.springframework.jdbc.datasource.DelegatingDataSource
 
afterPropertiesSet() - Method in class org.springframework.jdbc.datasource.LazyConnectionDataSourceProxy
 
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.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.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.jms.connection.JmsTransactionManager
Make sure the connection factory has been set.
afterPropertiesSet() - Method in class org.springframework.jms.connection.JmsTransactionManager102
In addition to checking if the connection factory is set, make sure that the supplied connection factory is of the appropriate type for the specified destination type: QueueConnectionFactory for queues, and TopicConnectionFactory for topics.
afterPropertiesSet() - Method in class org.springframework.jms.connection.SingleConnectionFactory
Make sure a connection or connection factory has been set.
afterPropertiesSet() - Method in class org.springframework.jms.connection.SingleConnectionFactory102
In addition to checking if the connection factory is set, make sure that the supplied connection factory is of the appropriate type for the specified destination type: QueueConnectionFactory for queues, and TopicConnectionFactory for topics.
afterPropertiesSet() - Method in class org.springframework.jms.core.JmsTemplate102
In addition to checking if the connection factory is set, make sure that the supplied connection factory is of the appropriate type for the specified destination type: QueueConnectionFactory for queues, and TopicConnectionFactory for topics.
afterPropertiesSet() - Method in class org.springframework.jms.core.support.JmsGatewaySupport
 
afterPropertiesSet() - Method in class org.springframework.jms.support.JmsAccessor
 
afterPropertiesSet() - Method in class org.springframework.jmx.access.MBeanClientInterceptor
Ensures that an MBeanServerConnection is configured and attempts to detect a local connection if one is not supplied.
afterPropertiesSet() - Method in class org.springframework.jmx.access.MBeanProxyFactoryBean
Checks that the proxyInterface has been specified and then generate the proxy.
afterPropertiesSet() - Method in class org.springframework.jmx.export.assembler.MetadataMBeanInfoAssembler
 
afterPropertiesSet() - Method in class org.springframework.jmx.export.MBeanExporter
Start bean registration automatically when deployed in an ApplicationContext.
afterPropertiesSet() - Method in class org.springframework.jmx.export.metadata.AttributesJmxAttributeSource
 
afterPropertiesSet() - Method in class org.springframework.jmx.export.naming.KeyNamingStrategy
Merges the Properties configured in the mappings and mappingLocations into the final Properties instance used for ObjectName resolution.
afterPropertiesSet() - Method in class org.springframework.jmx.support.ConnectorServerFactoryBean
Start the connector server.
afterPropertiesSet() - Method in class org.springframework.jmx.support.MBeanServerConnectionFactoryBean
Creates a JMXConnector for the given settings and exposes the associated MBeanServerConnection.
afterPropertiesSet() - Method in class org.springframework.jmx.support.MBeanServerFactoryBean
Creates the MBeanServer instance.
afterPropertiesSet() - Method in class org.springframework.jmx.support.WebLogicMBeanServerFactoryBean
 
afterPropertiesSet() - Method in class org.springframework.jndi.JndiObjectFactoryBean
Look up the JNDI object and store it.
afterPropertiesSet() - Method in class org.springframework.jndi.JndiObjectLocator
Check the jndiName property and initiate a lookup.
afterPropertiesSet() - Method in class org.springframework.jndi.JndiObjectTargetSource
 
afterPropertiesSet() - Method in class org.springframework.mail.javamail.ConfigurableMimeFileTypeMap
Creates the final merged mapping set.
afterPropertiesSet() - Method in class org.springframework.orm.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.hibernate3.FilterDefinitionFactoryBean
 
afterPropertiesSet() - Method in class org.springframework.orm.hibernate3.HibernateAccessor
 
afterPropertiesSet() - Method in class org.springframework.orm.hibernate3.HibernateTransactionManager
 
afterPropertiesSet() - Method in class org.springframework.orm.hibernate3.LocalSessionFactoryBean
Initialize the SessionFactory for the given or the default location.
afterPropertiesSet() - Method in class org.springframework.orm.hibernate3.TypeDefinitionBean
 
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.jdo.JdoAccessor
Eagerly initialize the JDO dialect, creating a default one for the specified PersistenceManagerFactory if none set.
afterPropertiesSet() - Method in class org.springframework.orm.jdo.JdoTransactionManager
Eagerly initialize the JDO dialect, creating a default one for the specified PersistenceManagerFactory if none set.
afterPropertiesSet() - Method in class org.springframework.orm.jdo.LocalPersistenceManagerFactoryBean
Initialize the PersistenceManagerFactory for the given location.
afterPropertiesSet() - Method in class org.springframework.orm.toplink.LocalSessionFactoryBean
 
afterPropertiesSet() - Method in class org.springframework.orm.toplink.TopLinkAccessor
Check that we were provided with a session to use
afterPropertiesSet() - Method in class org.springframework.orm.toplink.TopLinkTransactionManager
 
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.CauchoRemoteAccessor
 
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.httpinvoker.HttpInvokerProxyFactoryBean
 
afterPropertiesSet() - Method in class org.springframework.remoting.httpinvoker.HttpInvokerServiceExporter
 
afterPropertiesSet() - Method in class org.springframework.remoting.jaxrpc.JaxRpcPortClientInterceptor
 
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.JndiRmiClientInterceptor
 
afterPropertiesSet() - Method in class org.springframework.remoting.rmi.JndiRmiProxyFactoryBean
 
afterPropertiesSet() - Method in class org.springframework.remoting.rmi.JndiRmiServiceExporter
Register the service as RMI object.
afterPropertiesSet() - Method in class org.springframework.remoting.rmi.RmiClientInterceptor
 
afterPropertiesSet() - Method in class org.springframework.remoting.rmi.RmiProxyFactoryBean
 
afterPropertiesSet() - Method in class org.springframework.remoting.rmi.RmiRegistryFactoryBean
 
afterPropertiesSet() - Method in class org.springframework.remoting.rmi.RmiServiceExporter
Register the service as RMI object.
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.AttributesTransactionAttributeSource
 
afterPropertiesSet() - Method in class org.springframework.transaction.interceptor.TransactionAspectSupport
Check that required properties were set.
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.jta.WebLogicJtaTransactionManager
 
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.mvc.ServletWrappingController
 
afterPropertiesSet() - Method in class org.springframework.web.servlet.view.AbstractUrlBasedView
 
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.tiles.TilesConfigurer
Initialize the Tiles definition factory.
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
Callback after a given method successfully returned.
AfterReturningAdvice - Interface in org.springframework.aop
After returning advice is invoked only on normal method return, not if an exception is thrown.
AfterReturningAdviceAdapter - Class in org.springframework.aop.framework.adapter
Adapter to enable AfterReturningAdvisor and MethodAfterReturningAdvice to be used in the Spring AOP framework.
AfterReturningAdviceAdapter() - Constructor for class org.springframework.aop.framework.adapter.AfterReturningAdviceAdapter
 
AfterReturningAdviceInterceptor - Class in org.springframework.aop.framework.adapter
Interceptor to wrap a MethodAfterReturningAdvice.
AfterReturningAdviceInterceptor(AfterReturningAdvice) - Constructor for class org.springframework.aop.framework.adapter.AfterReturningAdviceInterceptor
 
ALIAS_ATTRIBUTE - Static variable in class org.springframework.beans.factory.xml.DefaultXmlBeanDefinitionParser
 
ALIAS_ELEMENT - Static variable in class org.springframework.beans.factory.xml.DefaultXmlBeanDefinitionParser
 
ALREADY_FILTERED_SUFFIX - Static variable in class org.springframework.web.filter.OncePerRequestFilter
Suffix that gets appended to the filter name for the "already filtered" request attribute.
alwaysCreateNewCollection() - Method in class org.springframework.beans.propertyeditors.CustomCollectionEditor
Return whether to always create a new Collection, even if the type of the passed-in Collection already matches.
alwaysUseJaxRpcCall() - Method in class org.springframework.remoting.jaxrpc.JaxRpcPortClientInterceptor
Return whether to always use JAX-RPC dynamic calls.
AnnotationJmxAttributeSource - Class in org.springframework.jmx.export.annotation
Implementation of the JmxAttributeSource interface that reads JDK 1.5+ annotations and exposes the corresponding attributes.
AnnotationJmxAttributeSource() - Constructor for class org.springframework.jmx.export.annotation.AnnotationJmxAttributeSource
 
AnnotationSessionFactoryBean - Class in org.springframework.orm.hibernate3.annotation
Subclass of Spring's standard LocalSessionFactoryBean for Hibernate3, supporting JDK 1.5+ annotation metadata for mappings.
AnnotationSessionFactoryBean() - Constructor for class org.springframework.orm.hibernate3.annotation.AnnotationSessionFactoryBean
 
AnnotationTransactionAttributeSource - Class in org.springframework.transaction.annotation
Implementation of TransactionAttributeSource for working with transaction metadata in JDK 1.5+ annotation format.
AnnotationTransactionAttributeSource() - Constructor for class org.springframework.transaction.annotation.AnnotationTransactionAttributeSource
 
AntPathMatcher - Class in org.springframework.util
PathMatcher implementation for Ant-style path patterns.
AntPathMatcher() - Constructor for class org.springframework.util.AntPathMatcher
 
AopConfigException - Exception in org.springframework.aop.framework
Exception that gets thrown on illegal AOP configuration arguments.
AopConfigException(String) - Constructor for exception org.springframework.aop.framework.AopConfigException
 
AopConfigException(String, Throwable) - Constructor for exception org.springframework.aop.framework.AopConfigException
 
AopContext - Class in org.springframework.aop.framework
Class containing static methods used to obtain information about the current AOP invocation.
AopContext() - Constructor for class org.springframework.aop.framework.AopContext
 
AopProxy - Interface in org.springframework.aop.framework
Strategy interface for proxy creation.
AopProxyFactory - Interface in org.springframework.aop.framework
Interface to be implemented by objects that can create AOP proxies based on AdvisedSupport objects.
AopProxyUtils - Class in org.springframework.aop.framework
Miscellaneous utilities for AOP proxy users and AOP proxy implementations.
AopProxyUtils() - Constructor for class org.springframework.aop.framework.AopProxyUtils
 
AopUtils - Class in org.springframework.aop.support
Utility methods used by the AOP framework and by AOP proxy factories.
AopUtils() - Constructor for class org.springframework.aop.support.AopUtils
 
append(String, byte) - Method in class org.springframework.core.style.ToStringCreator
Append a byte field value.
append(String, short) - Method in class org.springframework.core.style.ToStringCreator
Append a short field value.
append(String, int) - Method in class org.springframework.core.style.ToStringCreator
Append a integer field value.
append(String, float) - Method in class org.springframework.core.style.ToStringCreator
Append a float field value.
append(String, double) - Method in class org.springframework.core.style.ToStringCreator
Append a double field value.
append(String, long) - Method in class org.springframework.core.style.ToStringCreator
Append a long field value.
append(String, boolean) - Method in class org.springframework.core.style.ToStringCreator
Append a boolean field value.
append(String, Object) - Method in class org.springframework.core.style.ToStringCreator
Append a field value.
append(Object) - Method in class org.springframework.core.style.ToStringCreator
Append the provided value.
appendQueryProperties(StringBuffer, Map, String) - Method in class org.springframework.web.servlet.view.RedirectView
Append query properties to the redirect URL.
APPLICATION_EVENT_MULTICASTER_BEAN_NAME - Static variable in class org.springframework.context.support.AbstractApplicationContext
Name of the ApplicationEventMulticaster bean in the factory.
APPLICATION_SCOPE_SUFFIX - Static variable in class org.springframework.web.servlet.support.RequestContext
 
ApplicationContext - Interface in org.springframework.context
Central interface to provide configuration for an application.
applicationContext - Variable in class org.springframework.test.AbstractDependencyInjectionSpringContextTests
Application context this test will run against.
ApplicationContextAware - Interface in org.springframework.context
Interface to be implemented by any object that wishes to be notified of the ApplicationContext that it runs in.
ApplicationContextAwareProcessor - Class in org.springframework.context.support
BeanPostProcessor implementation that passes the ApplicationContext to beans that implement the ResourceLoaderAware, ApplicationEventPublisherAware, MessageSourceAware and/or ApplicationContextAware interfaces.
ApplicationContextAwareProcessor(ApplicationContext) - Constructor for class org.springframework.context.support.ApplicationContextAwareProcessor
Create a new ApplicationContextAwareProcessor for the given context.
ApplicationContextException - Exception in org.springframework.context
Exception thrown during application context initialization.
ApplicationContextException(String) - Constructor for exception org.springframework.context.ApplicationContextException
Constructs an ApplicationContextException with the specified detail message and no root cause.
ApplicationContextException(String, Throwable) - Constructor for exception org.springframework.context.ApplicationContextException
Constructs an ApplicationContextException with the specified detail message and the given root cause.
ApplicationEvent - Class in org.springframework.context
Class to be extended by all application events.
ApplicationEvent(Object) - Constructor for class org.springframework.context.ApplicationEvent
Create a new ApplicationEvent.
ApplicationEventMulticaster - Interface in org.springframework.context.event
Interface to be implemented by objects that can manage a number of ApplicationListeners, and publish events to them.
ApplicationEventPublisher - Interface in org.springframework.context
Interface that encapsulates event publication functionality.
ApplicationEventPublisherAware - Interface in org.springframework.context
Interface to be implemented by any object that wishes to be notified of the ApplicationEventPublisher (typically the ApplicationContext) that it runs in.
ApplicationListener - Interface in org.springframework.context
Interface to be implemented by application event listeners.
ApplicationObjectSupport - Class in org.springframework.context.support
Convenient superclass for application objects that want to be aware of the application context, e.g. for custom lookup of collaborating beans or for context-specific resource access.
ApplicationObjectSupport() - Constructor for class org.springframework.context.support.ApplicationObjectSupport
Constructor for bean usage via subclassing.
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
 
applyBeanPostProcessorsBeforeInstantiation(Class, String) - Method in class org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory
Apply InstantiationAwareBeanPostProcessors to the given existing bean instance, invoking their postProcessBeforeInstantiation methods.
applyBeanPropertyValues(Object, String) - Method in interface org.springframework.beans.factory.config.AutowireCapableBeanFactory
Apply the property values of the bean definition with the given name to the given bean instance.
applyBeanPropertyValues(Object, String) - Method in class org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory
 
applyCacheSeconds(HttpServletResponse, int) - Method in class org.springframework.web.servlet.support.WebContentGenerator
Apply the given cache seconds and generate corresponding HTTP headers, i.e. allow caching for the given number of seconds in case of a positive value, prevent caching if given a 0 value, do nothing else.
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. allow caching for the given number of seconds in case of a positive value, prevent caching if given a 0 value, do nothing else.
applyCurrencyTimeLimit(Descriptor, int) - Method in class org.springframework.jmx.export.assembler.AbstractReflectiveMBeanInfoAssembler
Apply the given JMX "currencyTimeLimit" value to the given descriptor.
applyDefaultCurrencyTimeLimit(Descriptor) - Method in class org.springframework.jmx.export.assembler.AbstractReflectiveMBeanInfoAssembler
Set the currencyTimeLimit field to the specified "defaultCurrencyTimeLimit", if any (by default none).
applyFlushMode(Session, boolean) - Method in class org.springframework.orm.hibernate.HibernateAccessor
Apply the flush mode that's been specified for this accessor to the given Session.
applyFlushMode(Session, boolean) - Method in class org.springframework.orm.hibernate3.HibernateAccessor
Apply the flush mode that's been specified for this accessor to the given Session.
applyIsolationLevel(int) - Method in class org.springframework.transaction.jta.JtaTransactionManager
Apply the given transaction isolation level.
applyNamedParameterToQuery(Query, String, Object, Type) - Method in class org.springframework.orm.hibernate.HibernateTemplate
Apply the given name parameter to the given Query object.
applyNamedParameterToQuery(Query, String, Object) - Method in class org.springframework.orm.hibernate3.HibernateTemplate
Apply the given name parameter to the given Query object.
applyPropertyValue(ConfigurableListableBeanFactory, String, String, String) - Method in class org.springframework.beans.factory.config.PropertyOverrideConfigurer
Apply the given property value to the corresponding bean.
applyPropertyValues(MutablePropertyValues) - Method in class org.springframework.validation.DataBinder
Apply given property values to the target object.
applyQueryTimeout(Query, int) - Method in class org.springframework.orm.jdo.DefaultJdoDialect
This implementation logs a warning that it cannot apply a query timeout.
applyQueryTimeout(Query, int) - Method in interface org.springframework.orm.jdo.JdoDialect
Apply the given timeout to the given JDO query object.
applyRelativePath(String, String) - Static method in class org.springframework.util.StringUtils
Apply the given relative path to the given path, assuming standard Java folder separation (i.e. "/" separators);
applyTimeout(int) - Method in class org.springframework.transaction.jta.JtaTransactionManager
Apply the given transaction timeout.
applyTransactionConfig(SqlMapClient, TransactionConfig) - Method in class org.springframework.orm.ibatis.SqlMapClientFactoryBean
Apply the given iBATIS TransactionConfig to the SqlMapClient.
applyTransactionTimeout(Statement, DataSource) - Static method in class org.springframework.jdbc.datasource.DataSourceUtils
Apply the current transaction timeout, if any, to the given JDBC Statement object.
applyTransactionTimeout(Query, SessionFactory) - Static method in class org.springframework.orm.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.
applyTransactionTimeout(Query, SessionFactory) - Static method in class org.springframework.orm.hibernate3.SessionFactoryUtils
Apply the current transaction timeout, if any, to the given Hibernate Query object.
applyTransactionTimeout(Criteria, SessionFactory) - Static method in class org.springframework.orm.hibernate3.SessionFactoryUtils
Apply the current transaction timeout, if any, to the given Hibernate Criteria object.
applyTransactionTimeout(Query, PersistenceManagerFactory, JdoDialect) - Static method in class org.springframework.orm.jdo.PersistenceManagerFactoryUtils
Apply the current transaction timeout, if any, to the given JDO Query object.
ARG_TYPE_ELEMENT - Static variable in class org.springframework.beans.factory.xml.DefaultXmlBeanDefinitionParser
 
ARG_TYPE_MATCH_ATTRIBUTE - Static variable in class org.springframework.beans.factory.xml.DefaultXmlBeanDefinitionParser
 
ArgumentConvertingMethodInvoker - Class in org.springframework.beans.support
Subclass of MethodInvoker that tries to convert the given arguments for the actual target method via BeanWrapperImpl.
ArgumentConvertingMethodInvoker() - Constructor for class org.springframework.beans.support.ArgumentConvertingMethodInvoker
 
arguments - Variable in class org.springframework.aop.framework.ReflectiveMethodInvocation
 
ARRAY_SUFFIX - Static variable in class org.springframework.util.ClassUtils
Suffix for array class names
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.
assemble(Serializable, Object) - Method in class org.springframework.orm.hibernate3.support.AbstractLobType
This implementation returns the passed-in value as-is.
Assert - Class in org.springframework.util
Assert utility class that assists in validating arguments.
Assert() - Constructor for class org.springframework.util.Assert
 
asString(String) - Method in class org.springframework.core.Constants
Return a constant value as a String.
attachCopy(PersistenceManager, Object) - Method in class org.springframework.orm.jdo.DefaultJdoDialect
This implementation delegates to JDO 2.0's attachCopy method, passing in "true" for the "makeTransactional" argument.
attachCopy(PersistenceManager, Object) - Method in interface org.springframework.orm.jdo.JdoDialect
Reattach the given detached instance (for example, a web form object) with the current JDO transaction, merging its changes into the current persistence instance that represents the corresponding entity.
attachCopy(Object) - Method in interface org.springframework.orm.jdo.JdoOperations
Reattach the given detached instance (for example, a web form object) with the current JDO transaction, merging its changes into the current persistence instance that represents the corresponding entity.
attachCopy(Object) - Method in class org.springframework.orm.jdo.JdoTemplate
 
attachCopyAll(PersistenceManager, Collection) - Method in class org.springframework.orm.jdo.DefaultJdoDialect
This implementation delegates to JDO 2.0's attachCopyAll method, passing in "true" for the "makeTransactional" argument.
attachCopyAll(PersistenceManager, Collection) - Method in interface org.springframework.orm.jdo.JdoDialect
Reattach the given detached instances (for example, web form objects) with the current JDO transaction, merging their changes into the current persistence instances that represent the corresponding entities.
attachCopyAll(Collection) - Method in interface org.springframework.orm.jdo.JdoOperations
Reattach the given detached instances (for example, web form objects) with the current JDO transaction, merging their changes into the current persistence instances that represent the corresponding entities.
attachCopyAll(Collection) - Method in class org.springframework.orm.jdo.JdoTemplate
 
ATTRIBUTE_OPERATION_VISIBILITY - Static variable in class org.springframework.jmx.export.assembler.AbstractReflectiveMBeanInfoAssembler
Lowest visibility.
Attributes - Interface in org.springframework.metadata
Interface for accessing attributes at runtime.
AttributesJmxAttributeSource - Class in org.springframework.jmx.export.metadata
Implementation of the JmxAttributeSource interface that reads metadata via Spring's Attributes abstraction.
AttributesJmxAttributeSource() - Constructor for class org.springframework.jmx.export.metadata.AttributesJmxAttributeSource
Create a new AttributesJmxAttributeSource.
AttributesJmxAttributeSource(Attributes) - Constructor for class org.springframework.jmx.export.metadata.AttributesJmxAttributeSource
Create a new AttributesJmxAttributeSource.
AttributesPoolingTargetSourceCreator - Class in org.springframework.aop.framework.autoproxy.metadata
PoolingTargetSourceCreator driven by metadata.
AttributesPoolingTargetSourceCreator() - Constructor for class org.springframework.aop.framework.autoproxy.metadata.AttributesPoolingTargetSourceCreator
Create a new AttributesPoolingTargetSourceCreator.
AttributesPoolingTargetSourceCreator(Attributes) - Constructor for class org.springframework.aop.framework.autoproxy.metadata.AttributesPoolingTargetSourceCreator
Create a new AttributesPrototypeTargetSourceCreator.
AttributesPrototypeTargetSourceCreator - Class in org.springframework.aop.framework.autoproxy.metadata
PrototypeTargetSourceCreator driven by metadata.
AttributesPrototypeTargetSourceCreator() - Constructor for class org.springframework.aop.framework.autoproxy.metadata.AttributesPrototypeTargetSourceCreator
Create a new AttributesPrototypeTargetSourceCreator.
AttributesPrototypeTargetSourceCreator(Attributes) - Constructor for class org.springframework.aop.framework.autoproxy.metadata.AttributesPrototypeTargetSourceCreator
Create a new AttributesPrototypeTargetSourceCreator.
AttributesThreadLocalTargetSourceCreator - Class in org.springframework.aop.framework.autoproxy.metadata
PrototypeTargetSourceCreator driven by metadata.
AttributesThreadLocalTargetSourceCreator() - Constructor for class org.springframework.aop.framework.autoproxy.metadata.AttributesThreadLocalTargetSourceCreator
Create a new AttributesThreadLocalTargetSourceCreator.
AttributesThreadLocalTargetSourceCreator(Attributes) - Constructor for class org.springframework.aop.framework.autoproxy.metadata.AttributesThreadLocalTargetSourceCreator
Create a new AttributesThreadLocalTargetSourceCreator.
AttributesTransactionAttributeSource - Class in org.springframework.transaction.interceptor
Implementation of the TransactionAttributeSource interface that reads metadata via Spring's Attributes abstraction.
AttributesTransactionAttributeSource() - Constructor for class org.springframework.transaction.interceptor.AttributesTransactionAttributeSource
Create a new AttributesTransactionAttributeSource.
AttributesTransactionAttributeSource(Attributes) - Constructor for class org.springframework.transaction.interceptor.AttributesTransactionAttributeSource
Create a new AttributesTransactionAttributeSource.
AutodetectCapableMBeanInfoAssembler - Interface in org.springframework.jmx.export.assembler
Extends the MBeanInfoAssembler to add autodetection logic.
autodetectConfiguration() - Method in class org.springframework.web.servlet.view.freemarker.FreeMarkerView
Autodetect a FreeMarker Configuration object via the ApplicationContext.
autodetectVelocityEngine() - Method in class org.springframework.web.servlet.view.velocity.VelocityView
Autodetect a VelocityEngine via the ApplicationContext.
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
 
AUTOWIRE_ATTRIBUTE - Static variable in class org.springframework.beans.factory.xml.DefaultXmlBeanDefinitionParser
 
AUTOWIRE_AUTODETECT - Static variable in interface org.springframework.beans.factory.config.AutowireCapableBeanFactory
Constant that indicates determining an appropriate autowire strategy through introspection of the bean class.
AUTOWIRE_AUTODETECT - Static variable in class org.springframework.beans.factory.support.AbstractBeanDefinition
 
AUTOWIRE_AUTODETECT_VALUE - Static variable in class org.springframework.beans.factory.xml.DefaultXmlBeanDefinitionParser
 
AUTOWIRE_BY_NAME - Static variable in interface org.springframework.beans.factory.config.AutowireCapableBeanFactory
Constant that indicates autowiring bean properties by name.
AUTOWIRE_BY_NAME - Static variable in class org.springframework.beans.factory.support.AbstractBeanDefinition
 
AUTOWIRE_BY_NAME_VALUE - Static variable in class org.springframework.beans.factory.xml.DefaultXmlBeanDefinitionParser
 
AUTOWIRE_BY_TYPE - Static variable in interface org.springframework.beans.factory.config.AutowireCapableBeanFactory
Constant that indicates autowiring bean properties by type.
AUTOWIRE_BY_TYPE - Static variable in class org.springframework.beans.factory.support.AbstractBeanDefinition
 
AUTOWIRE_BY_TYPE_VALUE - Static variable in class org.springframework.beans.factory.xml.DefaultXmlBeanDefinitionParser
 
AUTOWIRE_CONSTRUCTOR - Static variable in interface org.springframework.beans.factory.config.AutowireCapableBeanFactory
Constant that indicates autowiring a constructor.
AUTOWIRE_CONSTRUCTOR - Static variable in class org.springframework.beans.factory.support.AbstractBeanDefinition
 
AUTOWIRE_CONSTRUCTOR_VALUE - Static variable in class org.springframework.beans.factory.xml.DefaultXmlBeanDefinitionParser
 
AUTOWIRE_NO - Static variable in class org.springframework.beans.factory.support.AbstractBeanDefinition
 
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
Fill 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) behavior.
AutowireCapableBeanFactory - Interface in org.springframework.beans.factory.config
Extension of the BeanFactory interface to be implemented by bean factories that are capable of autowiring, provided that they want to expose this functionality for existing bean instances.
autowireConstructor(String, RootBeanDefinition) - Method in class org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory
"autowire constructor" (with constructor arguments by type) behavior.
AutowireUtils - Class in org.springframework.beans.factory.support
Utility class that contains various methods useful for the implementation of autowire-capable bean factories.
AutowireUtils() - Constructor for class org.springframework.beans.factory.support.AutowireUtils
 

B

BadSqlGrammarException - Exception in org.springframework.jdbc
Exception thrown when SQL specified is invalid.
BadSqlGrammarException(String, String, SQLException) - Constructor for exception org.springframework.jdbc.BadSqlGrammarException
Constructor for BadSqlGrammarException.
BaseCommandController - Class in org.springframework.web.servlet.mvc
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 in org.springframework.jdbc.core
Callback interface used by the JdbcTemplate class.
BatchSqlUpdate - Class in org.springframework.jdbc.object
SqlUpdate subclass that performs batch update operations.
BatchSqlUpdate() - Constructor for class org.springframework.jdbc.object.BatchSqlUpdate
Constructor to allow use as a JavaBean.
BatchSqlUpdate(DataSource, String) - Constructor for class org.springframework.jdbc.object.BatchSqlUpdate
Construct an update object with a given DataSource and SQL.
BatchSqlUpdate(DataSource, String, int[]) - Constructor for class org.springframework.jdbc.object.BatchSqlUpdate
Construct an update object with a given DataSource, SQL and anonymous parameters.
BatchSqlUpdate(DataSource, String, int[], int) - Constructor for class org.springframework.jdbc.object.BatchSqlUpdate
Construct an update object with a given DataSource, SQL, anonymous parameters and specifying the maximum number of rows that may be affected.
batchUpdate(String[]) - Method in interface org.springframework.jdbc.core.JdbcOperations
Issue multiple SQL updates on a single Statement, using JDBC 2.0 batching.
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[]) - Method in class org.springframework.jdbc.core.JdbcTemplate
 
batchUpdate(String, BatchPreparedStatementSetter) - Method in class org.springframework.jdbc.core.JdbcTemplate
 
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.context.access.ContextJndiBeanFactoryLocator
Any number of these characters are considered delimiters between multiple bean factory config paths in a single String value.
BEAN_FACTORY_PATH_ENVIRONMENT_KEY - Static variable in class org.springframework.ejb.support.AbstractEnterpriseBean
 
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
 
BeanCreationException - Exception in org.springframework.beans.factory
Exception thrown when a BeanFactory encounters an error when attempting to create a bean from a bean definition.
BeanCreationException(String) - Constructor for exception org.springframework.beans.factory.BeanCreationException
Create a new BeanCreationException.
BeanCreationException(String, Throwable) - Constructor for exception org.springframework.beans.factory.BeanCreationException
Create a new BeanCreationException.
BeanCreationException(String, String) - Constructor for exception org.springframework.beans.factory.BeanCreationException
Create a new BeanCreationException.
BeanCreationException(String, String, Throwable) - Constructor for exception org.springframework.beans.factory.BeanCreationException
Create a new BeanCreationException.
BeanCreationException(String, String, String) - Constructor for exception org.springframework.beans.factory.BeanCreationException
Create a new BeanCreationException.
BeanCreationException(String, String, String, Throwable) - Constructor for exception org.springframework.beans.factory.BeanCreationException
Create a new BeanCreationException.
BeanCurrentlyInCreationException - Exception in org.springframework.beans.factory
Exception thrown in case of a reference to a bean that's currently in creation.
BeanCurrentlyInCreationException(String) - Constructor for exception org.springframework.beans.factory.BeanCurrentlyInCreationException
Create a new BeanCurrentlyInCreationException, with a default error message that indicates a circular reference.
BeanCurrentlyInCreationException(String, String) - Constructor for exception org.springframework.beans.factory.BeanCurrentlyInCreationException
Create a new BeanCurrentlyInCreationException.
BeanDefinition - Interface in org.springframework.beans.factory.config
A BeanDefinition describes a bean instance, which has property values, constructor argument values, and further information supplied by concrete implementations.
BeanDefinitionHolder - Class in org.springframework.beans.factory.config
Holder for a BeanDefinition with name and aliases.
BeanDefinitionHolder(BeanDefinition, String) - Constructor for class org.springframework.beans.factory.config.BeanDefinitionHolder
Create a new BeanDefinitionHolder.
BeanDefinitionHolder(BeanDefinition, String, String[]) - Constructor for class org.springframework.beans.factory.config.BeanDefinitionHolder
Create a new BeanDefinitionHolder.
BeanDefinitionReader - Interface in org.springframework.beans.factory.support
Simple interface for bean definition readers.
BeanDefinitionReaderUtils - Class in org.springframework.beans.factory.support
Utility methods that are useful for bean definition readers implementations.
BeanDefinitionReaderUtils() - Constructor for class org.springframework.beans.factory.support.BeanDefinitionReaderUtils
 
BeanDefinitionRegistry - Interface in org.springframework.beans.factory.support
Interface for registries that hold bean definitions, for example RootBeanDefinition and ChildBeanDefinition instances.
BeanDefinitionStoreException - Exception in org.springframework.beans.factory
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 exception org.springframework.beans.factory.BeanDefinitionStoreException
Create a new BeanDefinitionStoreException.
BeanDefinitionStoreException(String, Throwable) - Constructor for exception org.springframework.beans.factory.BeanDefinitionStoreException
Create a new BeanDefinitionStoreException.
BeanDefinitionStoreException(Resource, String, String) - Constructor for exception org.springframework.beans.factory.BeanDefinitionStoreException
Create a new BeanDefinitionStoreException.
BeanDefinitionStoreException(Resource, String, String, Throwable) - Constructor for exception org.springframework.beans.factory.BeanDefinitionStoreException
Create a new BeanDefinitionStoreException.
BeanDefinitionStoreException(String, String, String) - Constructor for exception org.springframework.beans.factory.BeanDefinitionStoreException
Create a new BeanDefinitionStoreException.
BeanDefinitionStoreException(String, String, String, Throwable) - Constructor for exception org.springframework.beans.factory.BeanDefinitionStoreException
Create a new BeanDefinitionStoreException.
BeanDefinitionValidationException - Exception in org.springframework.beans.factory.support
Exception thrown when the validation of a bean definition failed.
BeanDefinitionValidationException(String) - Constructor for exception org.springframework.beans.factory.support.BeanDefinitionValidationException
 
BeanDefinitionValidationException(String, Throwable) - Constructor for exception org.springframework.beans.factory.support.BeanDefinitionValidationException
 
BeanDefinitionValueResolver - Class in org.springframework.beans.factory.support
Helper class for use by BeanFactory implementations, resolving values contained in BeanDefinition objects into the actual values applied to th target bean instance.
BeanDefinitionValueResolver(AbstractBeanFactory, String, BeanDefinition) - Constructor for class org.springframework.beans.factory.support.BeanDefinitionValueResolver
Create a new BeanDefinitionValueResolver for the given BeanFactory and BeanDefinition.
BeanDefinitionVisitor - Class in org.springframework.beans.factory.config
Visitor base class for traversing BeanDefinition objects and the MutablePropertyValues and ConstructorArgumentValues contained in them.
BeanDefinitionVisitor() - Constructor for class org.springframework.beans.factory.config.BeanDefinitionVisitor
 
BeanFactory - Interface in org.springframework.beans.factory
The root interface for accessing a Spring bean container.
beanFactory - Static variable in class org.springframework.orm.ojb.support.LocalDataSourceConnectionFactory
This will hold the BeanFactory to retrieve DataSource beans from.
BeanFactoryAware - Interface in org.springframework.beans.factory
Interface to be implemented by beans that wish to be aware of their owning BeanFactory.
BeanFactoryBootstrap - Class in org.springframework.beans.factory.access
One singleton to rule them all.
BeanFactoryLocator - Interface in org.springframework.beans.factory.access
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 in org.springframework.beans.factory.config
Allows for custom modification of an application context's bean definitions, adapting the bean property values of the context's underlying bean factory.
BeanFactoryReference - Interface in org.springframework.beans.factory.access
Class used to track a reference to a BeanFactory obtained through a BeanFactoryLocator.
BeanFactoryUtils - Class in org.springframework.beans.factory
Convenience methods operating on bean factories, in particular on the ListableBeanFactory interface.
BeanFactoryUtils() - Constructor for class org.springframework.beans.factory.BeanFactoryUtils
 
BeanInitializationException - Exception in org.springframework.beans.factory
Exception that a bean implementation is suggested to throw if its own factory-aware initialization code fails.
BeanInitializationException(String) - Constructor for exception org.springframework.beans.factory.BeanInitializationException
 
BeanInitializationException(String, Throwable) - Constructor for exception org.springframework.beans.factory.BeanInitializationException
 
BeanIsAbstractException - Exception in org.springframework.beans.factory
Exception thrown when a bean instance has been requested for a bean which has been defined as abstract
BeanIsAbstractException(String) - Constructor for exception org.springframework.beans.factory.BeanIsAbstractException
Create a new BeanIsAbstractException.
BeanIsNotAFactoryException - Exception in org.springframework.beans.factory
Exception thrown when a bean is not a factory, but a user tries to get at the factory for the given bean name.
BeanIsNotAFactoryException(String, Class) - Constructor for exception org.springframework.beans.factory.BeanIsNotAFactoryException
Create a new BeanIsNotAFactoryException.
BeanNameAutoProxyCreator - Class in org.springframework.aop.framework.autoproxy
Auto proxy creator that identifies beans to proxy via a list of names.
BeanNameAutoProxyCreator() - Constructor for class org.springframework.aop.framework.autoproxy.BeanNameAutoProxyCreator
 
BeanNameAware - Interface in org.springframework.beans.factory
Interface to be implemented by beans that want to be aware of their bean name in a bean factory.
beanNamesForTypeIncludingAncestors(ListableBeanFactory, Class) - Static method in class org.springframework.beans.factory.BeanFactoryUtils
Get all bean names for the given type, including those defined in ancestor factories.
beanNamesForTypeIncludingAncestors(ListableBeanFactory, Class, boolean, boolean) - Static method in class org.springframework.beans.factory.BeanFactoryUtils
Get all bean names for the given type, including those defined in ancestor factories.
beanNamesIncludingAncestors(ListableBeanFactory) - Static method in class org.springframework.beans.factory.BeanFactoryUtils
Return all bean names in the factory, including ancestor factories.
beanNamesIncludingAncestors(ListableBeanFactory, Class) - Static method in class org.springframework.beans.factory.BeanFactoryUtils
Deprecated. in favor of beanNamesForTypeIncludingAncestors. This method will be removed as of Spring 1.3.
BeanNameUrlHandlerMapping - Class in org.springframework.web.servlet.handler
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 in org.springframework.web.servlet.view
Simple implementation of ViewResolver that interprets a view name as bean name in the current application context, i.e. in the XML file of the executing DispatcherServlet.
BeanNameViewResolver() - Constructor for class org.springframework.web.servlet.view.BeanNameViewResolver
 
BeanNotOfRequiredTypeException - Exception in org.springframework.beans.factory
Thrown when a bean doesn't match the required type.
BeanNotOfRequiredTypeException(String, Class, Class) - Constructor for exception org.springframework.beans.factory.BeanNotOfRequiredTypeException
Create a new BeanNotOfRequiredTypeException.
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.
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.
beanOfTypeIncludingAncestors(ListableBeanFactory, Class) - Static method in class org.springframework.beans.factory.BeanFactoryUtils
Return a single bean of the given type or subtypes, also picking up beans defined in ancestor bean factories if the current bean factory is a HierarchicalBeanFactory.
beanOfTypeIncludingAncestors(ListableBeanFactory, Class, boolean, boolean) - Static method in class org.springframework.beans.factory.BeanFactoryUtils
Return a single bean of the given type or subtypes, also picking up beans defined in ancestor bean factories if the current bean factory is a HierarchicalBeanFactory.
BeanPostProcessor - Interface in org.springframework.beans.factory.config
Allows for custom modification of new bean instances, e.g.
BeanReferenceFactoryBean - Class in org.springframework.beans.factory.config
FactoryBean that exposes an arbitrary target bean under a different name.
BeanReferenceFactoryBean() - Constructor for class org.springframework.beans.factory.config.BeanReferenceFactoryBean
 
BeansDtdResolver - Class in org.springframework.beans.factory.xml
EntityResolver implementation for the Spring beans DTD, to load the DTD from the Spring class path (or JAR file).
BeansDtdResolver() - Constructor for class org.springframework.beans.factory.xml.BeansDtdResolver
 
BeansException - Exception in org.springframework.beans
Abstract superclass for all exceptions thrown in the beans package and subpackages.
BeansException(String) - Constructor for exception org.springframework.beans.BeansException
Create a new BeansException with the specified message.
BeansException(String, Throwable) - Constructor for exception org.springframework.beans.BeansException
Create a new BeansException with the specified message and root cause.
beansOfTypeIncludingAncestors(ListableBeanFactory, Class) - Static method in class org.springframework.beans.factory.BeanFactoryUtils
Return all beans of the given type or subtypes, also picking up beans defined in ancestor bean factories if the current bean factory is a HierarchicalBeanFactory.
beansOfTypeIncludingAncestors(ListableBeanFactory, Class, 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.
BeanUtils - Class in org.springframework.beans
Static convenience methods for JavaBeans: for instantiating beans, checking bean property types, copying bean properties, etc.
BeanUtils() - Constructor for class org.springframework.beans.BeanUtils
 
BeanWrapper - Interface in org.springframework.beans
The central interface of Spring's low-level JavaBeans infrastructure; the default implementation is BeanWrapperImpl.
BeanWrapperImpl - Class in org.springframework.beans
Default implementation of the BeanWrapper interface that should be sufficient for all typical use cases.
BeanWrapperImpl() - Constructor for class org.springframework.beans.BeanWrapperImpl
Create new empty BeanWrapperImpl.
BeanWrapperImpl(boolean) - Constructor for class org.springframework.beans.BeanWrapperImpl
Create new empty BeanWrapperImpl.
BeanWrapperImpl(Object) - Constructor for class org.springframework.beans.BeanWrapperImpl
Create new BeanWrapperImpl for the given object.
BeanWrapperImpl(Class) - Constructor for class org.springframework.beans.BeanWrapperImpl
Create new BeanWrapperImpl, wrapping a new instance of the specified class.
BeanWrapperImpl(Object, String, Object) - Constructor for class org.springframework.beans.BeanWrapperImpl
Create new BeanWrapperImpl for the given object, registering a nested path that the object is in.
before(Method, Object[], Object) - Method in interface org.springframework.aop.MethodBeforeAdvice
Callback before a given method is invoked.
BeforeAdvice - Interface in org.springframework.aop
Superinterface for all before advice.
BeforeAdviceAdapter - Class in org.springframework.aop.framework.adapter
 
BeforeAdviceAdapter() - Constructor for class org.springframework.aop.framework.adapter.BeforeAdviceAdapter
 
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.
beforeCompletion() - Method in class org.springframework.transaction.support.TransactionSynchronizationAdapter
 
beforeFirst() - Method in class org.springframework.jdbc.support.rowset.ResultSetWrappingSqlRowSet
 
beforeFirst() - Method in interface org.springframework.jdbc.support.rowset.SqlRowSet
Moves the cursor to the front of this RowSet, just before the first row.
begin() - Method in class org.springframework.transaction.jta.UserTransactionAdapter
 
beginTransaction(Transaction, TransactionDefinition) - Method in class org.springframework.orm.jdo.DefaultJdoDialect
This implementation invokes the standard JDO Transaction.begin method.
beginTransaction(Transaction, TransactionDefinition) - Method in interface org.springframework.orm.jdo.JdoDialect
Begin the given JDO transaction, applying the semantics specified by the given Spring transaction definition (in particular, an isolation level and a timeout).
bind(String, Object) - Method in class org.springframework.jndi.JndiTemplate
Bind the given object to the current JNDI context, using the given name.
bind(String, Object) - Method in class org.springframework.mock.jndi.SimpleNamingContext
Bind the given object to the given name.
bind(Name, Object) - Method in class org.springframework.mock.jndi.SimpleNamingContext
 
bind(String, Object) - Method in class org.springframework.mock.jndi.SimpleNamingContextBuilder
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.
BindErrorsTag - Class in org.springframework.web.servlet.tags
Evaluates content if there are bind errors for a certain bean.
BindErrorsTag() - Constructor for class org.springframework.web.servlet.tags.BindErrorsTag
 
BindException - Exception in org.springframework.validation
Default implementation of the Errors interface, supporting registration and evaluation of binding errors.
BindException(Object, String) - Constructor for exception org.springframework.validation.BindException
Create a new BindException instance.
BindingErrorProcessor - Interface in org.springframework.validation
Strategy for processing DataBinder's missing field errors, and for translating a PropertyAccessException to a FieldError.
BindInitializer - Interface in org.springframework.web.bind
Callback that allows for initialization of a binder with custom editors before the binding.
bindResource(Object, Object) - Static method in class org.springframework.transaction.support.TransactionSynchronizationManager
Bind the given resource for the given key to the current thread.
BindStatus - Class in org.springframework.web.servlet.support
Simple adapter to expose the bind status of a field or object.
BindStatus(RequestContext, String, boolean) - Constructor for class org.springframework.web.servlet.support.BindStatus
Create a new BindStatus instance, representing a field or object status.
BindTag - Class in org.springframework.web.servlet.tags
Bind tag, supporting evaluation of binding errors for a certain bean or bean property.
BindTag() - Constructor for class org.springframework.web.servlet.tags.BindTag
 
BindUtils - Class in org.springframework.web.bind
Offers convenience methods for binding servlet request parameters to objects, including optional validation.
BindUtils() - Constructor for class org.springframework.web.bind.BindUtils
 
BlobByteArrayType - Class in org.springframework.orm.hibernate.support
Hibernate UserType implementation for byte arrays that get mapped to BLOBs.
BlobByteArrayType() - Constructor for class org.springframework.orm.hibernate.support.BlobByteArrayType
Constructor used by Hibernate: fetches config-time LobHandler and config-time JTA TransactionManager from LocalSessionFactoryBean.
BlobByteArrayType(LobHandler, TransactionManager) - Constructor for class org.springframework.orm.hibernate.support.BlobByteArrayType
Constructor used for testing: takes an explicit LobHandler and an explicit JTA TransactionManager (can be null).
BlobByteArrayType - Class in org.springframework.orm.hibernate3.support
Hibernate UserType implementation for byte arrays that get mapped to BLOBs.
BlobByteArrayType() - Constructor for class org.springframework.orm.hibernate3.support.BlobByteArrayType
Constructor used by Hibernate: fetches config-time LobHandler and config-time JTA TransactionManager from LocalSessionFactoryBean.
BlobByteArrayType(LobHandler, TransactionManager) - Constructor for class org.springframework.orm.hibernate3.support.BlobByteArrayType
Constructor used for testing: takes an explicit LobHandler and an explicit JTA TransactionManager (can be null).
BlobByteArrayTypeHandler - Class in org.springframework.orm.ibatis.support
iBATIS TypeHandler implementation for byte arrays that get mapped to BLOBs.
BlobByteArrayTypeHandler() - Constructor for class org.springframework.orm.ibatis.support.BlobByteArrayTypeHandler
Constructor used by iBATIS: fetches config-time LobHandler from SqlMapClientFactoryBean.
BlobByteArrayTypeHandler(LobHandler) - Constructor for class org.springframework.orm.ibatis.support.BlobByteArrayTypeHandler
Constructor used for testing: takes an explicit LobHandler.
BlobSerializableType - Class in org.springframework.orm.hibernate.support
Hibernate UserType implementation for arbitrary objects that get serialized to BLOBs.
BlobSerializableType() - Constructor for class org.springframework.orm.hibernate.support.BlobSerializableType
Constructor used by Hibernate: fetches config-time LobHandler and config-time JTA TransactionManager from LocalSessionFactoryBean.
BlobSerializableType(LobHandler, TransactionManager) - Constructor for class org.springframework.orm.hibernate.support.BlobSerializableType
Constructor used for testing: takes an explicit LobHandler and an explicit JTA TransactionManager (can be null).
BlobSerializableType - Class in org.springframework.orm.hibernate3.support
Hibernate UserType implementation for arbitrary objects that get serialized to BLOBs.
BlobSerializableType() - Constructor for class org.springframework.orm.hibernate3.support.BlobSerializableType
Constructor used by Hibernate: fetches config-time LobHandler and config-time JTA TransactionManager from LocalSessionFactoryBean.
BlobSerializableType(LobHandler, TransactionManager) - Constructor for class org.springframework.orm.hibernate3.support.BlobSerializableType
Constructor used for testing: takes an explicit LobHandler and an explicit JTA TransactionManager (can be null).
BlobSerializableTypeHandler - Class in org.springframework.orm.ibatis.support
iBATIS TypeHandler implementation for arbitrary objects that get serialized to BLOBs.
BlobSerializableTypeHandler() - Constructor for class org.springframework.orm.ibatis.support.BlobSerializableTypeHandler
Constructor used by iBATIS: fetches config-time LobHandler from SqlMapClientFactoryBean.
BlobSerializableTypeHandler(LobHandler) - Constructor for class org.springframework.orm.ibatis.support.BlobSerializableTypeHandler
Constructor used for testing: takes an explicit LobHandler.
BooleanComparator - Class in org.springframework.util.comparator
A Comparator for Boolean objects that can sort either true or false first.
BooleanComparator(boolean) - Constructor for class org.springframework.util.comparator.BooleanComparator
Create a BooleanComparator that sorts boolean values based on the provided flag.
BootstrapException - Exception in org.springframework.beans.factory.access
Exception thrown if a bean factory could not be loaded by a bootstrap class.
BootstrapException(String) - Constructor for exception org.springframework.beans.factory.access.BootstrapException
Create a new BootstrapException with the specified message.
BootstrapException(String, Throwable) - Constructor for exception org.springframework.beans.factory.access.BootstrapException
Create a new BootstrapException with the specified message and root cause.
BUFFER_SIZE - Static variable in class org.springframework.jms.support.converter.SimpleMessageConverter102
 
BUFFER_SIZE - Static variable in class org.springframework.util.FileCopyUtils
 
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.
buildFieldList(String, List) - Method in class org.springframework.validation.DefaultMessageCodesResolver
Add both keyed and non-keyed entries for the given field to the field list.
buildMessage(String, String, SQLException) - Method in class org.springframework.jdbc.support.SQLErrorCodeSQLExceptionTranslator
Build a message String for the given SQLException.
buildMessage(String, String, SQLException) - Method in class org.springframework.jdbc.support.SQLStateSQLExceptionTranslator
Build a message String for the given SQLException.
buildPdfDocument(Map, Document, PdfWriter, HttpServletRequest, HttpServletResponse) - Method in class org.springframework.web.servlet.view.document.AbstractPdfView
Subclasses must implement this method to build an iText PDF document, given the model.
buildPdfMetadata(Map, Document, HttpServletRequest) - Method in class org.springframework.web.servlet.view.document.AbstractPdfView
Populate the iText Document's meta fields (author, title, etc.).
buildView(String) - Method in class org.springframework.web.servlet.view.AbstractTemplateViewResolver
 
buildView(String) - Method in class org.springframework.web.servlet.view.UrlBasedViewResolver
Creates a new View instance of the specified view class and configures it.
buildView(String) - Method in class org.springframework.web.servlet.view.velocity.VelocityViewResolver
 
BurlapClientInterceptor - Class in org.springframework.remoting.caucho
Interceptor for accessing a Burlap service.
BurlapClientInterceptor() - Constructor for class org.springframework.remoting.caucho.BurlapClientInterceptor
 
BurlapProxyFactoryBean - Class in org.springframework.remoting.caucho
Factory bean for Burlap proxies.
BurlapProxyFactoryBean() - Constructor for class org.springframework.remoting.caucho.BurlapProxyFactoryBean
 
BurlapServiceExporter - Class in org.springframework.remoting.caucho
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 in org.springframework.web.multipart.support
Custom PropertyEditor for converting MultipartFiles to byte arrays.
ByteArrayMultipartFileEditor() - Constructor for class org.springframework.web.multipart.support.ByteArrayMultipartFileEditor
 
ByteArrayPropertyEditor - Class in org.springframework.beans.propertyeditors
Editor for byte arrays.
ByteArrayPropertyEditor() - Constructor for class org.springframework.beans.propertyeditors.ByteArrayPropertyEditor
 
ByteArrayResource - Class in org.springframework.core.io
Resource implementation for a given byte array.
ByteArrayResource(byte[]) - Constructor for class org.springframework.core.io.ByteArrayResource
Create a new ByteArrayResource.
ByteArrayResource(byte[], String) - Constructor for class org.springframework.core.io.ByteArrayResource
Create a new ByteArrayResource.
bytesToObject(byte[]) - Method in class org.springframework.jca.cci.object.MappingCommAreaOperation
Method used to convert the COMMAREA's bytes to an object.

C

C3P0NativeJdbcExtractor - Class in org.springframework.jdbc.support.nativejdbc
Implementation of the NativeJdbcExtractor interface for the C3P0 connection pool.
C3P0NativeJdbcExtractor() - Constructor for class org.springframework.jdbc.support.nativejdbc.C3P0NativeJdbcExtractor
 
CachedIntrospectionResults - Class in org.springframework.beans
Class to cache PropertyDescriptor information for a Java class.
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.
CachingMapDecorator - Class in org.springframework.util
A simple decorator for a Map, encapsulating the workflow for caching expensive values in a target Map.
CachingMapDecorator() - Constructor for class org.springframework.util.CachingMapDecorator
Create a CachingMapDecorator with strong keys.
CachingMapDecorator(boolean) - Constructor for class org.springframework.util.CachingMapDecorator
Create a CachingMapDecorator.
CachingMapDecorator(boolean, int) - Constructor for class org.springframework.util.CachingMapDecorator
Create a CachingMapDecorator with initial size.
CachingMapDecorator(Map) - Constructor for class org.springframework.util.CachingMapDecorator
Create a CachingMapDecorator for the given Map.
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
 
CallableStatementCallback - Interface in org.springframework.jdbc.core
Generic callback interface for code that operates on a CallableStatement.
CallableStatementCreator - Interface in org.springframework.jdbc.core
One of the three central callback interfaces used by the JdbcTemplate class.
CallableStatementCreatorFactory - Class in org.springframework.jdbc.core
Helper class that 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.
canApply(Pointcut, Class) - Static method in class org.springframework.aop.support.AopUtils
Can the given pointcut apply at all on the given class?
canApply(Advisor, Class) - Static method in class org.springframework.aop.support.AopUtils
Can the given advisor apply at all on the given class?
CancellableFormController - Class in org.springframework.web.servlet.mvc
Extension of SimpleFormController that supports "cancellation" of form processing.
CancellableFormController() - Constructor for class org.springframework.web.servlet.mvc.CancellableFormController
 
CannotAcquireLockException - Exception in org.springframework.dao
Exception thrown on failure to aquire a lock during an update, for example during a "select for update" statement.
CannotAcquireLockException(String) - Constructor for exception org.springframework.dao.CannotAcquireLockException
Constructor for CannotAcquireLockException.
CannotAcquireLockException(String, Throwable) - Constructor for exception org.springframework.dao.CannotAcquireLockException
Constructor for CannotAcquireLockException.
CannotCreateRecordException - Exception in org.springframework.jca.cci
Exception thrown when the creating of a CCI Record failed for connector-internal reasons.
CannotCreateRecordException(String, ResourceException) - Constructor for exception org.springframework.jca.cci.CannotCreateRecordException
Constructor for CannotCreateRecordException.
CannotCreateTransactionException - Exception in org.springframework.transaction
Exception thrown when a transaction can't be created using an underlying transaction API such as JTA.
CannotCreateTransactionException(String) - Constructor for exception org.springframework.transaction.CannotCreateTransactionException
Constructor for CannotCreateTransactionException.
CannotCreateTransactionException(String, Throwable) - Constructor for exception org.springframework.transaction.CannotCreateTransactionException
Constructor for CannotCreateTransactionException.
CannotGetCciConnectionException - Exception in org.springframework.jca.cci
Fatal exception thrown when we can't connect to an EIS using CCI.
CannotGetCciConnectionException(String, ResourceException) - Constructor for exception org.springframework.jca.cci.CannotGetCciConnectionException
Constructor for CannotGetCciConnectionException.
CannotGetJdbcConnectionException - Exception in org.springframework.jdbc
Fatal exception thrown when we can't connect to an RDBMS using JDBC.
CannotGetJdbcConnectionException(String, SQLException) - Constructor for exception org.springframework.jdbc.CannotGetJdbcConnectionException
Constructor for CannotGetJdbcConnectionException.
CannotGetJdbcConnectionException(String, ClassNotFoundException) - Constructor for exception org.springframework.jdbc.CannotGetJdbcConnectionException
Constructor for CannotGetJdbcConnectionException.
CannotSerializeTransactionException - Exception in org.springframework.dao
Exception thrown on failure to complete a transaction in serialized mode due to update conflicts.
CannotSerializeTransactionException(String) - Constructor for exception org.springframework.dao.CannotSerializeTransactionException
Constructor for CannotSerializeTransactionException.
CannotSerializeTransactionException(String, Throwable) - Constructor for exception org.springframework.dao.CannotSerializeTransactionException
Constructor for CannotSerializeTransactionException.
capitalize(String) - Static method in class org.springframework.util.StringUtils
Capitalize a String, changing the first letter to upper case as per Character.toUpperCase(char).
CauchoRemoteAccessor - Class in org.springframework.remoting.caucho
Common base class for Hessian/Burlap accessors (HessianClientInterceptor and BurlapClientInterceptor), factoring out common properties.
CauchoRemoteAccessor() - Constructor for class org.springframework.remoting.caucho.CauchoRemoteAccessor
 
CciDaoSupport - Class in org.springframework.jca.cci.core.support
Convenient super class for CCI data access objects.
CciDaoSupport() - Constructor for class org.springframework.jca.cci.core.support.CciDaoSupport
 
CciLocalTransactionManager - Class in org.springframework.jca.cci.connection
PlatformTransactionManager implementation that performs local transactions on a single CCI ConnectionFactory.
CciLocalTransactionManager() - Constructor for class org.springframework.jca.cci.connection.CciLocalTransactionManager
Create a new CciLocalTransactionManager instance.
CciLocalTransactionManager(ConnectionFactory) - Constructor for class org.springframework.jca.cci.connection.CciLocalTransactionManager
Create a new CciLocalTransactionManager instance.
CciOperationNotSupportedException - Exception in org.springframework.jca.cci
Exception thrown when the connector doesn't support a specific CCI operation.
CciOperationNotSupportedException(String, ResourceException) - Constructor for exception org.springframework.jca.cci.CciOperationNotSupportedException
Constructor for CciOperationNotSupportedException.
CciOperations - Interface in org.springframework.jca.cci.core
Interface that specifies a basic set of CCI operations on an EIS.
CciTemplate - Class in org.springframework.jca.cci.core
This is the central class in the CCI core package.
CciTemplate() - Constructor for class org.springframework.jca.cci.core.CciTemplate
Construct a new CciTemplate for bean usage.
CciTemplate(ConnectionFactory) - Constructor for class org.springframework.jca.cci.core.CciTemplate
Construct a new CciTemplate, given a ConnectionFactory to obtain connections from.
Cglib2AopProxy - Class in org.springframework.aop.framework
CGLIB2-based AopProxy implementation for the Spring AOP framework.
Cglib2AopProxy(AdvisedSupport) - Constructor for class org.springframework.aop.framework.Cglib2AopProxy
Create a new Cglib2AopProxy for the given config.
Cglib2AopProxy.SerializableNoOp - Class in org.springframework.aop.framework
Serializable replacement for CGLIB's NoOp interface.
Cglib2AopProxy.SerializableNoOp() - Constructor for class org.springframework.aop.framework.Cglib2AopProxy.SerializableNoOp
 
CglibSubclassingInstantiationStrategy - Class in org.springframework.beans.factory.support
Default object instantiation strategy for use in BeanFactories.
CglibSubclassingInstantiationStrategy() - Constructor for class org.springframework.beans.factory.support.CglibSubclassingInstantiationStrategy
 
changesSince(PropertyValues) - Method in class org.springframework.beans.MutablePropertyValues
 
changesSince(PropertyValues) - Method in interface org.springframework.beans.PropertyValues
Return the changes since the previous PropertyValues.
CHAR_NULL - Static variable in class org.springframework.web.util.HtmlCharacterEntityReferences
 
CharacterEditor - Class in org.springframework.beans.propertyeditors
Editor for a java.lang.Character, to populate a property of type Character or char from a String value.
CharacterEditor(boolean) - Constructor for class org.springframework.beans.propertyeditors.CharacterEditor
Create a new CharacterEditor instance.
CharacterEncodingFilter - Class in org.springframework.web.filter
Servlet 2.3 Filter that allows to specify a character encoding for requests.
CharacterEncodingFilter() - Constructor for class org.springframework.web.filter.CharacterEncodingFilter
 
checkAllowedFields(MutablePropertyValues) - Method in class org.springframework.validation.DataBinder
Check the given property values against the allowed fields, removing values for fields that are not allowed.
checkAndPrepare(HttpServletRequest, HttpServletResponse, boolean) - Method in class org.springframework.web.servlet.support.WebContentGenerator
Check and prepare the given request and response according to the settings of this generator.
checkAndPrepare(HttpServletRequest, HttpServletResponse, int, boolean) - Method in class org.springframework.web.servlet.support.WebContentGenerator
Check and prepare the given request and response according to the settings of this generator.
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. its command class.
checkDaoConfig() - Method in class org.springframework.dao.support.DaoSupport
Abstract subclasses must override this to check their configuration.
checkDaoConfig() - Method in class org.springframework.jca.cci.core.support.CciDaoSupport
 
checkDaoConfig() - Method in class org.springframework.jdbc.core.support.JdbcDaoSupport
 
checkDaoConfig() - Method in class org.springframework.orm.hibernate.support.HibernateDaoSupport
 
checkDaoConfig() - Method in class org.springframework.orm.hibernate3.support.HibernateDaoSupport
 
checkDaoConfig() - Method in class org.springframework.orm.ibatis.support.SqlMapClientDaoSupport
 
checkDaoConfig() - Method in class org.springframework.orm.ibatis.support.SqlMapDaoSupport
 
checkDaoConfig() - Method in class org.springframework.orm.jdo.support.JdoDaoSupport
 
checkDaoConfig() - Method in class org.springframework.orm.ojb.support.PersistenceBrokerDaoSupport
 
checkDaoConfig() - Method in class org.springframework.orm.toplink.support.TopLinkDaoSupport
 
checkDefaultConnectionProperties(Connection) - Method in class org.springframework.jdbc.datasource.LazyConnectionDataSourceProxy
Check the default connection properties (auto-commit, transaction isolation), keeping them to be able to expose them correctly without fetching an actual JDBC Connection from the target DataSource.
checkDependencies(String, 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.
checkFieldMarkers(MutablePropertyValues) - Method in class org.springframework.web.bind.WebDataBinder
Check the given property values for field markers, i.e. for fields that start with the field marker prefix.
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 "/".
checkManagedBean(Object) - Method in class org.springframework.jmx.export.assembler.AbstractMBeanInfoAssembler
Check the given bean instance, throwing an IllegalArgumentException if it is not eligible for exposure with this assembler.
checkManagedBean(Object) - Method in class org.springframework.jmx.export.assembler.MetadataMBeanInfoAssembler
Throws an IllegalArgumentException if it encounters a JDK dynamic proxy.
checkMergedBeanDefinition(RootBeanDefinition, String, Class, Object[]) - Method in class org.springframework.beans.factory.support.AbstractBeanFactory
Check the given merged bean definition, potentially throwing validation exceptions.
checkMultipart(HttpServletRequest) - Method in class org.springframework.web.servlet.DispatcherServlet
Convert the request into a multipart request, and make multipart resolver available.
checkMultipartFiles(ServletRequest, MutablePropertyValues) - Method in class org.springframework.web.bind.ServletRequestDataBinder
Check the multipart files contained in the given request, if any (in case of a multipart request).
checkRequiredFields(MutablePropertyValues) - Method in class org.springframework.validation.DataBinder
Check the given property values against the required fields, generating missing field errors where appropriate.
checkRowsAffected(int) - Method in class org.springframework.jdbc.object.SqlUpdate
Check the given number of affected rows against the specified maximum number or required number.
checkService() - Method in class org.springframework.remoting.support.RemoteExporter
Check whether the service reference has been set.
checkServiceInterface() - Method in class org.springframework.remoting.support.RemoteExporter
Check whether a service reference has been set, and whether it matches the specified service.
checkTemplate() - Method in class org.springframework.web.servlet.view.freemarker.FreeMarkerView
Check that the FreeMarker template used for this view exists and is valid.
checkTemplate() - Method in class org.springframework.web.servlet.view.velocity.VelocityLayoutView
Overrides VelocityView.checkTemplate() to additionally check that both the layout template and the screen content template can be loaded.
checkTemplate() - Method in class org.springframework.web.servlet.view.velocity.VelocityView
Check that the Velocity template used for this view exists and is valid.
checkWriteOperationAllowed(Session) - Method in class org.springframework.orm.hibernate.HibernateTemplate
Check whether write operations are allowed on the given Session.
checkWriteOperationAllowed(Session) - Method in class org.springframework.orm.hibernate3.HibernateTemplate
Check whether write operations are allowed on the given Session.
ChildBeanDefinition - Class in org.springframework.beans.factory.support
Bean definition for beans who inherit settings from their parent.
ChildBeanDefinition(String, MutablePropertyValues) - Constructor for class org.springframework.beans.factory.support.ChildBeanDefinition
Create a new ChildBeanDefinition for the given parent.
ChildBeanDefinition(String, ConstructorArgumentValues, MutablePropertyValues) - Constructor for class org.springframework.beans.factory.support.ChildBeanDefinition
Create a new ChildBeanDefinition for the given parent.
ChildBeanDefinition(String, Class, ConstructorArgumentValues, MutablePropertyValues) - Constructor for class org.springframework.beans.factory.support.ChildBeanDefinition
Create a new ChildBeanDefinition for the given parent, providing constructor arguments and property values.
ChildBeanDefinition(String, String, ConstructorArgumentValues, MutablePropertyValues) - Constructor for class org.springframework.beans.factory.support.ChildBeanDefinition
Create a new ChildBeanDefinition for the given parent, providing constructor arguments and property values.
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.
ClassEditor - Class in org.springframework.beans.propertyeditors
Editor for java.lang.Class, to directly populate a Class property instead of using a String class name property as bridge.
ClassEditor() - Constructor for class org.springframework.beans.propertyeditors.ClassEditor
 
ClassFilter - Interface in org.springframework.aop
Filter that restricts matching of a pointcut or introduction to a given set of target classes.
ClassFilters - Class in org.springframework.aop.support
Static methods useful for composing ClassFilters.
ClassFilters() - Constructor for class org.springframework.aop.support.ClassFilters
 
ClassLoaderAnalyzerInterceptor - Class in org.springframework.aop.interceptor
Trivial classloader analyzer interceptor.
ClassLoaderAnalyzerInterceptor() - Constructor for class org.springframework.aop.interceptor.ClassLoaderAnalyzerInterceptor
 
ClassLoaderUtils - Class in org.springframework.util
Utility class for diagnostic purposes, to analyze the ClassLoader hierarchy for any given object or class loader.
ClassLoaderUtils() - Constructor for class org.springframework.util.ClassLoaderUtils
 
classPackageAsResourcePath(Class) - Static method in class org.springframework.util.ClassUtils
Given an input class object, return a string which consists of the class's package name as a pathname, i.e., all dots ('.') are replaced by slashes ('/').
CLASSPATH_ALL_URL_PREFIX - Static variable in interface org.springframework.core.io.support.ResourcePatternResolver
Pseudo URL prefix for all matching resources from the class path: "classpath*:" This differs from ResourceLoader's classpath URL prefix in that it retrieves all matching resources for a given name (e.g.
CLASSPATH_URL_PREFIX - Static variable in interface org.springframework.core.io.ResourceLoader
Pseudo URL prefix for loading from the class path: "classpath:"
CLASSPATH_URL_PREFIX - Static variable in interface org.springframework.core.io.support.ResourcePatternResolver
Deprecated. as of Spring 1.2.2, in favor of CLASSPATH_ALL_URL_PREFIX (to avoid shadowing the constant of the same name in ResourceLoader)
CLASSPATH_URL_PREFIX - Static variable in class org.springframework.util.Log4jConfigurer
Pseudo URL prefix for loading from the class path: "classpath:"
CLASSPATH_URL_PREFIX - Static variable in class org.springframework.util.ResourceUtils
Pseudo URL prefix for loading from the class path: "classpath:"
ClassPathResource - Class in org.springframework.core.io
Resource implementation for class path resources.
ClassPathResource(String) - Constructor for class org.springframework.core.io.ClassPathResource
Create a new ClassPathResource for ClassLoader usage.
ClassPathResource(String, ClassLoader) - Constructor for class org.springframework.core.io.ClassPathResource
Create a new ClassPathResource for ClassLoader usage.
ClassPathResource(String, Class) - Constructor for class org.springframework.core.io.ClassPathResource
Create a new ClassPathResource for Class usage.
ClassPathResource(String, ClassLoader, Class) - Constructor for class org.springframework.core.io.ClassPathResource
Create a new ClassPathResource with optional ClassLoader and Class.
ClassPathXmlApplicationContext - Class in org.springframework.context.support
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 and automatically refreshing the context.
ClassPathXmlApplicationContext(String[]) - Constructor for class org.springframework.context.support.ClassPathXmlApplicationContext
Create a new ClassPathXmlApplicationContext, loading the definitions from the given XML files and automatically refreshing the context.
ClassPathXmlApplicationContext(String[], boolean) - 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 and automatically refreshing the context.
ClassPathXmlApplicationContext(String[], boolean, ApplicationContext) - Constructor for class org.springframework.context.support.ClassPathXmlApplicationContext
Create a new ClassPathXmlApplicationContext with the given parent, loading the definitions from the given XML files.
ClassUtils - Class in org.springframework.util
Miscellaneous class utility methods.
ClassUtils() - Constructor for class org.springframework.util.ClassUtils
 
cleanPath(String) - Static method in class org.springframework.util.StringUtils
Normalize the path by suppressing sequences like "path/.." and inner simple dots folders.
cleanup() - Method in interface org.springframework.jdbc.core.DisposableSqlTypeValue
Clean up resources held by this type value, for example the LobCreator in case of a SqlLobValue.
cleanup() - Method in class org.springframework.jdbc.core.support.SqlLobValue
Close the LobCreator, if any.
CleanupFailureDataAccessException - Exception in org.springframework.dao
Exception thrown when we couldn't cleanup after a data access operation, but the actual operation went OK.
CleanupFailureDataAccessException(String, Throwable) - Constructor for exception org.springframework.dao.CleanupFailureDataAccessException
Constructor for CleanupFailureDataAccessException.
cleanupMultipart(MultipartHttpServletRequest) - Method in class org.springframework.web.multipart.commons.CommonsMultipartResolver
 
cleanupMultipart(MultipartHttpServletRequest) - Method in class org.springframework.web.multipart.cos.CosMultipartResolver
 
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.
cleanupParameters() - Method in interface org.springframework.jdbc.core.ParameterDisposer
Close the resources allocated by parameters that the implementing object holds, for example in case of a DisposableSqlTypeValue (like a SqlLobValue).
cleanupParameters(Object[]) - Static method in class org.springframework.jdbc.core.StatementCreatorUtils
Clean up all resources held by parameter values which were passed to an execute method.
cleanupParameters(Collection) - Static method in class org.springframework.jdbc.core.StatementCreatorUtils
Clean up all resources held by parameter values which were passed to an execute method.
cleanupTransaction(Object) - Method in class org.springframework.orm.jdo.DefaultJdoDialect
This implementation does nothing, as the default beginTransaction implementation does not require any cleanup.
cleanupTransaction(Object) - Method in interface org.springframework.orm.jdo.JdoDialect
Clean up the transaction via the given transaction data.
clear() - Method in class org.springframework.beans.factory.support.ManagedMap
 
clear() - Method in class org.springframework.beans.factory.support.ManagedSet
 
clear() - Method in class org.springframework.mock.jndi.SimpleNamingContextBuilder
Clears all bindings in this context builder.
clear() - Method in interface org.springframework.orm.hibernate.HibernateOperations
Remove all objects from the Session cache, and cancel all pending saves, updates and deletes.
clear() - Method in class org.springframework.orm.hibernate.HibernateTemplate
 
clear() - Method in class org.springframework.orm.hibernate.SessionHolder
 
clear() - Method in interface org.springframework.orm.hibernate3.HibernateOperations
Remove all objects from the Session cache, and cancel all pending saves, updates and deletes.
clear() - Method in class org.springframework.orm.hibernate3.HibernateTemplate
 
clear() - Method in class org.springframework.orm.hibernate3.SessionHolder
 
clear() - Method in class org.springframework.transaction.support.ResourceHolderSupport
Clear the transaction state of this resource holder.
clear() - Method in class org.springframework.util.CachingMapDecorator
 
clear() - Method in class org.springframework.web.servlet.ModelAndView
Clear the state of this ModelAndView object.
clearCache() - Method in class org.springframework.context.support.ReloadableResourceBundleMessageSource
Clear the resource bundle cache.
clearCache() - Method in interface org.springframework.orm.ojb.PersistenceBrokerOperations
 
clearCache() - Method in class org.springframework.orm.ojb.PersistenceBrokerTemplate
 
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 transaction synchronization for the current thread.
ClobStringType - Class in org.springframework.orm.hibernate.support
Hibernate UserType implementation for Strings that get mapped to CLOBs.
ClobStringType() - Constructor for class org.springframework.orm.hibernate.support.ClobStringType
Constructor used by Hibernate: fetches config-time LobHandler and config-time JTA TransactionManager from LocalSessionFactoryBean.
ClobStringType(LobHandler, TransactionManager) - Constructor for class org.springframework.orm.hibernate.support.ClobStringType
Constructor used for testing: takes an explicit LobHandler and an explicit JTA TransactionManager (can be null).
ClobStringType - Class in org.springframework.orm.hibernate3.support
Hibernate UserType implementation for Strings that get mapped to CLOBs.
ClobStringType() - Constructor for class org.springframework.orm.hibernate3.support.ClobStringType
Constructor used by Hibernate: fetches config-time LobHandler and config-time JTA TransactionManager from LocalSessionFactoryBean.
ClobStringType(LobHandler, TransactionManager) - Constructor for class org.springframework.orm.hibernate3.support.ClobStringType
Constructor used for testing: takes an explicit LobHandler and an explicit JTA TransactionManager (can be null).
ClobStringTypeHandler - Class in org.springframework.orm.ibatis.support
iBATIS TypeHandler implementation for Strings that get mapped to CLOBs.
ClobStringTypeHandler() - Constructor for class org.springframework.orm.ibatis.support.ClobStringTypeHandler
Constructor used by iBATIS: fetches config-time LobHandler from SqlMapClientFactoryBean.
ClobStringTypeHandler(LobHandler) - Constructor for class org.springframework.orm.ibatis.support.ClobStringTypeHandler
Constructor used for testing: takes an explicit LobHandler.
clone() - Method in class org.springframework.jca.cci.core.support.CommAreaRecord
 
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
Publishes a ContextClosedEvent and destroys 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.mock.jndi.SimpleNamingContext
 
close() - Method in class org.springframework.mock.web.DelegatingServletInputStream
 
close() - Method in class org.springframework.mock.web.DelegatingServletOutputStream
 
close() - Method in class org.springframework.orm.hibernate.LocalDataSourceConnectionProvider
 
close() - Method in class org.springframework.orm.hibernate3.LocalDataSourceConnectionProvider
This implementation does nothing: We're dealing with an externally managed DataSource.
close() - Method in class org.springframework.orm.toplink.ServerSessionFactory
Shut the pre-configured TopLink ServerSession down.
close() - Method in interface org.springframework.orm.toplink.SessionFactory
Close this SessionFactory, shutting down all internal resources.
close() - Method in class org.springframework.orm.toplink.SingleSessionFactory
Shut the pre-configured TopLink Session down.
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) - Static method in class org.springframework.jdbc.support.JdbcUtils
Close the given JDBC Connection and ignore any thrown exception.
closeConnection(Connection) - Static method in class org.springframework.jms.support.JmsUtils
Close the given JMS Connection and ignore any thrown exception.
closeConnection(Connection) - Method in class org.springframework.orm.hibernate.LocalDataSourceConnectionProvider
 
closeConnection(Connection) - Method in class org.springframework.orm.hibernate3.LocalDataSourceConnectionProvider
This implementation simply calls Connection.close.
closeConnection(Connection) - Method in class org.springframework.scheduling.quartz.LocalDataSourceJobStore
 
closeConnectionIfNecessary(Connection) - Method in class org.springframework.jdbc.core.support.JdbcDaoSupport
Deprecated. in favor of releaseConnection
closeConnectionIfNecessary(Connection, DataSource) - Static method in class org.springframework.jdbc.datasource.DataSourceUtils
Deprecated. in favor of releaseConnection
closeIterator(Iterator) - Method in interface org.springframework.orm.hibernate.HibernateOperations
Close an Iterator created by iterate operations immediately, instead of waiting until the session is closed or disconnected.
closeIterator(Iterator) - Method in class org.springframework.orm.hibernate.HibernateTemplate
 
closeIterator(Iterator) - Method in interface org.springframework.orm.hibernate3.HibernateOperations
Close an Iterator created by iterate operations immediately, instead of waiting until the session is closed or disconnected.
closeIterator(Iterator) - Method in class org.springframework.orm.hibernate3.HibernateTemplate
 
closeMessageConsumer(MessageConsumer) - Static method in class org.springframework.jms.support.JmsUtils
Close the given JMS MessageConsumer and ignore any thrown exception.
closeMessageProducer(MessageProducer) - Static method in class org.springframework.jms.support.JmsUtils
Close the given JMS MessageProducer and ignore any thrown exception.
closeNoCatch() - Method in class org.springframework.web.bind.ServletRequestDataBinder
Treats errors as fatal.
closePersistenceBrokerIfNecessary(PersistenceBroker, PBKey) - Static method in class org.springframework.orm.ojb.OjbFactoryUtils
Deprecated. in favor of releasePersistenceBroker
closePersistenceBrokerIfNecessary(PersistenceBroker) - Method in class org.springframework.orm.ojb.support.PersistenceBrokerDaoSupport
Deprecated. in favor of releasePersistenceBroker
closePersistenceManagerIfNecessary(PersistenceManager, PersistenceManagerFactory) - Static method in class org.springframework.orm.jdo.PersistenceManagerFactoryUtils
Deprecated. in favor of releasePersistenceManager
closePersistenceManagerIfNecessary(PersistenceManager) - Method in class org.springframework.orm.jdo.support.JdoDaoSupport
Deprecated. in favor of releasePersistenceManager
closeResultSet(ResultSet) - Static method in class org.springframework.jdbc.support.JdbcUtils
Close the given JDBC ResultSet and ignore any thrown exception.
closeSession(Session) - Static method in class org.springframework.jms.support.JmsUtils
Close the given JMS Session and ignore any thrown exception.
closeSession(Session, SessionFactory) - Method in class org.springframework.orm.hibernate.support.OpenSessionInViewFilter
Close the given Session.
closeSession(Session, SessionFactory) - Method in class org.springframework.orm.hibernate3.support.OpenSessionInViewFilter
Close the given Session.
closeSessionIfNecessary(Session, SessionFactory) - Static method in class org.springframework.orm.hibernate.SessionFactoryUtils
Deprecated. in favor of releaseSession
closeSessionIfNecessary(Session) - Method in class org.springframework.orm.hibernate.support.HibernateDaoSupport
Deprecated. in favor of releaseSession
closeSessionIfNecessary(Session, SessionFactory) - Static method in class org.springframework.orm.hibernate3.SessionFactoryUtils
Deprecated. in favor of releaseSession
closeSessionIfNecessary(Session) - Method in class org.springframework.orm.hibernate3.support.HibernateDaoSupport
Deprecated. in favor of releaseSession
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.
CODE_ORDER - Static variable in interface org.springframework.core.enums.LabeledEnum
Shared Comparator instance that sorts enumerations by CODE_ORDER.
CODE_SEPARATOR - Static variable in class org.springframework.validation.DefaultMessageCodesResolver
 
CodebaseAwareObjectInputStream - Class in org.springframework.remoting.rmi
Special ObjectInputStream subclass that falls back to a specified codebase to load classes from if not found locally.
CodebaseAwareObjectInputStream(InputStream, String) - Constructor for class org.springframework.remoting.rmi.CodebaseAwareObjectInputStream
Create a new CodebaseAwareObjectInputStream for the given InputStream and codebase.
CollectionFactory - Class in org.springframework.core
Factory for collections, being aware of JDK 1.4+ extended collections and Commons Collection 3.x's corresponding versions for older JDKs.
CollectionFactory() - Constructor for class org.springframework.core.CollectionFactory
 
collectionToCommaDelimitedString(Collection) - Static method in class org.springframework.util.StringUtils
Convenience method to return a Collection as a CSV String.
collectionToDelimitedString(Collection, String, String, String) - Static method in class org.springframework.util.StringUtils
Convenience method to return a Collection as a delimited (e.g.
collectionToDelimitedString(Collection, String) - Static method in class org.springframework.util.StringUtils
Convenience method to return a Collection as a delimited (e.g.
CollectionUtils - Class in org.springframework.util
Miscellaneous collection utility methods.
CollectionUtils() - Constructor for class org.springframework.util.CollectionUtils
 
ColumnMapRowMapper - Class in org.springframework.jdbc.core
RowMapper implementation that creates a java.util.Map for each row, representing all columns as key-value pairs: one entry for each column, with the column name as key.
ColumnMapRowMapper() - Constructor for class org.springframework.jdbc.core.ColumnMapRowMapper
 
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.
CommAreaRecord - Class in org.springframework.jca.cci.core.support
CCI Record implementation for a COMMAREA, holding a byte array.
CommAreaRecord() - Constructor for class org.springframework.jca.cci.core.support.CommAreaRecord
Create a new CommAreaRecord.
CommAreaRecord(byte[]) - Constructor for class org.springframework.jca.cci.core.support.CommAreaRecord
Create a new CommAreaRecord.
COMMENT_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() - Method in class org.springframework.transaction.jta.UserTransactionAdapter
 
commit(TransactionStatus) - Method in interface org.springframework.transaction.PlatformTransactionManager
Commit the given transaction, with regard to its status.
commit(TransactionStatus) - Method in class org.springframework.transaction.support.AbstractPlatformTransactionManager
This implementation of commit handles participating in existing transactions and programmatic rollback requests.
COMMIT_RULE_PREFIX - Static variable in class org.springframework.transaction.interceptor.DefaultTransactionAttribute
Prefix for commit-on-exception rules in description strings
CommonsAttributes - Class in org.springframework.metadata.commons
Implementation of the Spring Attributes facade for Commons Attributes.
CommonsAttributes() - Constructor for class org.springframework.metadata.commons.CommonsAttributes
 
CommonsDbcpNativeJdbcExtractor - Class in org.springframework.jdbc.support.nativejdbc
Implementation of the NativeJdbcExtractor interface for the Jakarta Commons DBCP connection pool.
CommonsDbcpNativeJdbcExtractor() - Constructor for class org.springframework.jdbc.support.nativejdbc.CommonsDbcpNativeJdbcExtractor
 
CommonsHttpInvokerRequestExecutor - Class in org.springframework.remoting.httpinvoker
HttpInvokerRequestExecutor implementation that uses Jakarta Commons HttpClient to execute POST requests.
CommonsHttpInvokerRequestExecutor() - Constructor for class org.springframework.remoting.httpinvoker.CommonsHttpInvokerRequestExecutor
Create a new CommonsHttpInvokerRequestExecutor with a default HttpClient that uses a default MultiThreadedHttpConnectionManager.
CommonsHttpInvokerRequestExecutor(HttpClient) - Constructor for class org.springframework.remoting.httpinvoker.CommonsHttpInvokerRequestExecutor
Create a new CommonsHttpInvokerRequestExecutor with the given HttpClient instance.
CommonsLogFactoryBean - Class in org.springframework.beans.factory.config
Factory bean for commons-logging Log instances.
CommonsLogFactoryBean() - Constructor for class org.springframework.beans.factory.config.CommonsLogFactoryBean
 
CommonsLoggingLogSystem - Class in org.springframework.ui.velocity
Velocity LogSystem implementation for Jakarta Commons Logging.
CommonsLoggingLogSystem() - Constructor for class org.springframework.ui.velocity.CommonsLoggingLogSystem
 
CommonsLoggingSessionLog - Class in org.springframework.orm.toplink.support
TopLink 10.1.3+ SessionLog implementation that logs through Commons Logging.
CommonsLoggingSessionLog() - Constructor for class org.springframework.orm.toplink.support.CommonsLoggingSessionLog
 
CommonsLoggingSessionLog904 - Class in org.springframework.orm.toplink.support
TopLink 9.0.4 SessionLog implementation that logs through Commons Logging.
CommonsLoggingSessionLog904() - Constructor for class org.springframework.orm.toplink.support.CommonsLoggingSessionLog904
 
CommonsMultipartFile - Class in org.springframework.web.multipart.commons
MultipartFile implementation for Jakarta Commons FileUpload.
CommonsMultipartFile(FileItem) - Constructor for class org.springframework.web.multipart.commons.CommonsMultipartFile
Create an instance wrapping the given FileItem.
CommonsMultipartResolver - Class in org.springframework.web.multipart.commons
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 in org.springframework.web.servlet.handler.metadata
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 in org.springframework.aop.target
Jakarta Commons pooling implementation extending AbstractPoolingTargetSource.
CommonsPoolTargetSource() - Constructor for class org.springframework.aop.target.CommonsPoolTargetSource
Create a CommonsPoolTargetSource with default settings.
ComparableComparator - Class in org.springframework.util.comparator
Comparator that adapts Comparables to the Comparator interface.
ComparableComparator() - Constructor for class org.springframework.util.comparator.ComparableComparator
 
compare(Object, Object) - Method in class org.springframework.beans.support.PropertyComparator
 
compare(Object, Object) - Method in class org.springframework.core.OrderComparator
 
compare(Object, Object) - Method in class org.springframework.util.comparator.BooleanComparator
 
compare(Object, Object) - Method in class org.springframework.util.comparator.ComparableComparator
 
compare(Object, Object) - Method in class org.springframework.util.comparator.CompoundComparator
 
compare(Object, Object) - Method in class org.springframework.util.comparator.InvertibleComparator
 
compare(Object, Object) - Method in class org.springframework.util.comparator.NullSafeComparator
 
compareTo(Object) - Method in class org.springframework.core.enums.AbstractLabeledEnum
 
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.
ComponentControllerSupport - Class in org.springframework.web.servlet.view.tiles
Convenience class for Spring-aware Tiles component controllers.
ComponentControllerSupport() - Constructor for class org.springframework.web.servlet.view.tiles.ComponentControllerSupport
 
ComposablePointcut - Class in org.springframework.aop.support
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
 
composeName(Name, Name) - Method in class org.springframework.mock.jndi.SimpleNamingContext
 
composeName(String, String) - Method in class org.springframework.mock.jndi.SimpleNamingContext
 
CompoundComparator - Class in org.springframework.util.comparator
A comparator that chains a sequence of one or more more Comparators.
CompoundComparator() - Constructor for class org.springframework.util.comparator.CompoundComparator
Construct a CompoundComparator with initially no Comparators.
CompoundComparator(Comparator[]) - Constructor for class org.springframework.util.comparator.CompoundComparator
Construct a CompoundComparator from the Comparators in the provided array.
ConcurrencyFailureException - Exception in org.springframework.dao
Exception thrown on concurrency failure.
ConcurrencyFailureException(String) - Constructor for exception org.springframework.dao.ConcurrencyFailureException
Constructor for ConcurrencyFailureException.
ConcurrencyFailureException(String, Throwable) - Constructor for exception org.springframework.dao.ConcurrencyFailureException
Constructor for ConcurrencyFailureException.
ConcurrencyThrottleInterceptor - Class in org.springframework.aop.interceptor
Interceptor that throttles concurrent access, blocking invocations if a specified concurrency limit is reached.
ConcurrencyThrottleInterceptor() - Constructor for class org.springframework.aop.interceptor.ConcurrencyThrottleInterceptor
 
CONFIG_LOCATION_DELIMITERS - Static variable in interface org.springframework.web.context.ConfigurableWebApplicationContext
Any number of these characters are considered delimiters between multiple context config paths in a single String value.
CONFIG_LOCATION_PARAM - Static variable in class org.springframework.web.context.ContextLoader
Name of servlet context parameter that can specify the config location for the root context, falling back to the implementation's default otherwise.
CONFIG_LOCATION_PARAM - Static variable in class org.springframework.web.util.Log4jWebConfigurer
Parameter specifying the location of the Log4J config file
ConfigurableApplicationContext - Interface in org.springframework.context
SPI interface to be implemented by most if not all application contexts.
ConfigurableBeanFactory - Interface in org.springframework.beans.factory.config
Configuration interface to be implemented by most bean factories.
ConfigurableBeanFactoryUtils - Class in org.springframework.beans.factory.support
Helper methods to populate a ConfigurableBeanFactory with resource editors.
ConfigurableBeanFactoryUtils() - Constructor for class org.springframework.beans.factory.support.ConfigurableBeanFactoryUtils
 
ConfigurableListableBeanFactory - Interface in org.springframework.beans.factory.config
Configuration interface to be implemented by most listable bean factories.
ConfigurableMimeFileTypeMap - Class in org.springframework.mail.javamail
Spring-configurable FileTypeMap implementation that will read MIME type to file extension mappings from a standard JavaMail MIME type mapping file, using a standard MimetypesFileTypeMap underneath.
ConfigurableMimeFileTypeMap() - Constructor for class org.springframework.mail.javamail.ConfigurableMimeFileTypeMap
 
ConfigurableWebApplicationContext - Interface in org.springframework.web.context
Interface to be implemented by configurable web application contexts.
configure(Properties) - Method in class org.springframework.orm.hibernate.LocalDataSourceConnectionProvider
 
configure(Properties) - Method in class org.springframework.orm.hibernate3.LocalDataSourceConnectionProvider
 
CONNECTION_SYNCHRONIZATION_ORDER - Static variable in class org.springframework.jdbc.datasource.DataSourceUtils
Order value for TransactionSynchronization objects that clean up JDBC Connections.
ConnectionCallback - Interface in org.springframework.jca.cci.core
Generic callback interface for code that operates on a CCI Connection.
ConnectionCallback - Interface in org.springframework.jdbc.core
Generic callback interface for code that operates on a JDBC Connection.
ConnectionFactoryUtils - Class in org.springframework.jca.cci.connection
Helper class that provides static methods to obtain CCI Connections from a ConnectionFactory, and to close Connections if necessary.
ConnectionFactoryUtils() - Constructor for class org.springframework.jca.cci.connection.ConnectionFactoryUtils
 
ConnectionHandle - Interface in org.springframework.jdbc.datasource
Simple interface to be implemented by handles for a JDBC Connection.
ConnectionHolder - Class in org.springframework.jca.cci.connection
Connection holder, wrapping a CCI Connection.
ConnectionHolder(Connection) - Constructor for class org.springframework.jca.cci.connection.ConnectionHolder
 
ConnectionHolder - Class in org.springframework.jdbc.datasource
Connection holder, wrapping a JDBC Connection.
ConnectionHolder(ConnectionHandle) - Constructor for class org.springframework.jdbc.datasource.ConnectionHolder
Create a new ConnectionHolder for the given ConnectionHandle.
ConnectionHolder(Connection) - Constructor for class org.springframework.jdbc.datasource.ConnectionHolder
Create a new ConnectionHolder for the given JDBC Connection, wrapping it with a SimpleConnectionHandle.
ConnectionHolder - Class in org.springframework.jms.connection
Connection holder, wrapping a JMS Connection and a JMS Session.
ConnectionHolder(Connection, Session) - Constructor for class org.springframework.jms.connection.ConnectionHolder
 
ConnectionProxy - Interface in org.springframework.jdbc.datasource
Subinterface of Connection to be implemented by connection proxies.
ConnectionSpecConnectionFactoryAdapter - Class in org.springframework.jca.cci.connection
An adapter for a target ConnectionFacory, applying the given ConnectionSpec to every standard getConnection() call, that is, implicitly invoking getConnection(ConnectionSpec) on the target.
ConnectionSpecConnectionFactoryAdapter() - Constructor for class org.springframework.jca.cci.connection.ConnectionSpecConnectionFactoryAdapter
 
ConnectorServerFactoryBean - Class in org.springframework.jmx.support
FactoryBean that creates a JSR-160 JMXConnectorServer, optionally registers it with the MBeanServer and then starts it.
ConnectorServerFactoryBean() - Constructor for class org.springframework.jmx.support.ConnectorServerFactoryBean
 
ConnectorServerFactoryBean.DelayedConnectorStartException - Exception in org.springframework.jmx.support
Exception to be thrown if the JMX connector server cannot be started (in a concurrent thread).
ConsoleListener - Class in org.springframework.context.event
Simple listener for debug use only that logs messages to the console.
ConsoleListener() - Constructor for class org.springframework.context.event.ConsoleListener
 
ConstantException - Exception in org.springframework.core
Exception thrown when the Constants class is asked for an invalid constant name.
ConstantException(String, String, String) - Constructor for exception org.springframework.core.ConstantException
Thrown when an invalid constant name is requested.
ConstantException(String, String, Object) - Constructor for exception org.springframework.core.ConstantException
Thrown when an invalid constant value is looked up.
Constants - Class in org.springframework.core
This class can be used to parse other classes containing constant definitions in public static final members.
Constants(Class) - Constructor for class org.springframework.core.Constants
Create a new Constants converter class wrapping the given class.
CONSTRUCTOR_ARG_ELEMENT - Static variable in class org.springframework.beans.factory.xml.DefaultXmlBeanDefinitionParser
 
ConstructorArgumentValues - Class in org.springframework.beans.factory.config
Holder for constructor argument values, as part of a bean definition.
ConstructorArgumentValues() - Constructor for class org.springframework.beans.factory.config.ConstructorArgumentValues
Create new ConstructorArgumentValues.
ConstructorArgumentValues(ConstructorArgumentValues) - Constructor for class org.springframework.beans.factory.config.ConstructorArgumentValues
Deep copy constructor.
ConstructorArgumentValues.ValueHolder - Class in org.springframework.beans.factory.config
Holder for a constructor argument value, with an optional type attribute indicating the target type of the actual constructor argument.
CONTAINER_PREFIX - Static variable in class org.springframework.jndi.JndiLocatorSupport
JNDI prefix used in a J2EE container
contains(Object) - Method in class org.springframework.beans.factory.support.ManagedSet
 
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?
contains(Class) - Method in exception org.springframework.core.NestedCheckedException
Check whether this exception contains an exception of the given class: either it is of the given class itself or it contains a nested cause of the given class.
contains(Class) - Method in exception org.springframework.core.NestedRuntimeException
Check whether this exception contains an exception of the given class: either it is of the given class itself or it contains a nested cause of the given class.
contains(Object) - Method in interface org.springframework.orm.hibernate.HibernateOperations
Check whether the given object is in the Session cache.
contains(Object) - Method in class org.springframework.orm.hibernate.HibernateTemplate
 
contains(Object) - Method in interface org.springframework.orm.hibernate3.HibernateOperations
Check whether the given object is in the Session cache.
contains(Object) - Method in class org.springframework.orm.hibernate3.HibernateTemplate
 
containsAll(Collection) - Method in class org.springframework.beans.factory.support.ManagedSet
 
containsBean(String) - Method in interface org.springframework.beans.factory.BeanFactory
Does this bean factory contain a bean definition 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
 
containsHeader(String) - Method in class org.springframework.mock.web.MockHttpServletResponse
 
containsKey(Object) - Method in class org.springframework.beans.factory.support.ManagedMap
 
containsKey(Object) - Method in class org.springframework.util.CachingMapDecorator
 
containsLocalBean(String) - Method in class org.springframework.context.support.AbstractApplicationContext
Return whether the local bean factory of this context contains a bean of the given name, ignoring beans defined in ancestor contexts.
containsSession(Session) - Method in class org.springframework.orm.hibernate.SessionHolder
 
containsSession(Session) - Method in class org.springframework.orm.hibernate3.SessionHolder
 
containsSingleton(String) - Method in interface org.springframework.beans.factory.config.ConfigurableBeanFactory
Check if this bean factory contains a singleton instance with the given name.
containsSingleton(String) - Method in class org.springframework.beans.factory.support.AbstractBeanFactory
 
containsValue(Object) - Method in class org.springframework.beans.factory.support.ManagedMap
 
containsValue(Object) - Method in class org.springframework.util.CachingMapDecorator
 
CONTENT_TYPE_SERIALIZED_OBJECT - Static variable in class org.springframework.remoting.httpinvoker.AbstractHttpInvokerRequestExecutor
 
CONTENT_TYPE_SERIALIZED_OBJECT - Static variable in class org.springframework.remoting.httpinvoker.HttpInvokerServiceExporter
 
CONTEXT_CLASS_PARAM - Static variable in class org.springframework.web.context.ContextLoader
Config param for the root WebApplicationContext implementation class to use: "contextClass"
ContextBeanFactoryReference - Class in org.springframework.context.access
ApplicationContext-specific implementation of BeanFactoryReference, wrapping a newly created ApplicationContext, closing it on release.
ContextBeanFactoryReference(ApplicationContext) - Constructor for class org.springframework.context.access.ContextBeanFactoryReference
 
ContextClosedEvent - Class in org.springframework.context.event
Event raised when an ApplicationContext gets closed.
ContextClosedEvent(ApplicationContext) - Constructor for class org.springframework.context.event.ContextClosedEvent
Creates a new ContextClosedEvent.
contextDestroyed(ServletContextEvent) - Method in class org.springframework.web.context.ContextLoaderListener
Close the root web application context.
contextDestroyed(ServletContextEvent) - Method in class org.springframework.web.util.IntrospectorCleanupListener
 
contextDestroyed(ServletContextEvent) - Method in class org.springframework.web.util.Log4jConfigListener
 
contextDestroyed(ServletContextEvent) - Method in class org.springframework.web.util.WebAppRootListener
 
contextInitialized(ServletContextEvent) - Method in class org.springframework.web.context.ContextLoaderListener
Initialize the root web application context.
contextInitialized(ServletContextEvent) - Method in class org.springframework.web.util.IntrospectorCleanupListener
 
contextInitialized(ServletContextEvent) - Method in class org.springframework.web.util.Log4jConfigListener
 
contextInitialized(ServletContextEvent) - Method in class org.springframework.web.util.WebAppRootListener
 
ContextJndiBeanFactoryLocator - Class in org.springframework.context.access
BeanFactoryLocator implementation that creates the BeanFactory from one or more classpath locations specified in one JNDI environment variable.
ContextJndiBeanFactoryLocator() - Constructor for class org.springframework.context.access.ContextJndiBeanFactoryLocator
 
contextKey() - Method in class org.springframework.test.AbstractDependencyInjectionSpringContextTests
Return a key for this context.
contextKeyString(Object) - Method in class org.springframework.test.AbstractSpringContextTests
Subclasses can override this to return a String representation of their contextKey for use in logging
ContextLoader - Class in org.springframework.web.context
Performs the actual initialization work for the root application context.
ContextLoader() - Constructor for class org.springframework.web.context.ContextLoader
 
ContextLoaderListener - Class in org.springframework.web.context
Bootstrap listener to start up Spring's root WebApplicationContext.
ContextLoaderListener() - Constructor for class org.springframework.web.context.ContextLoaderListener
 
ContextLoaderPlugIn - Class in org.springframework.web.struts
Struts 1.1+ PlugIn that loads a Spring application context for the Struts ActionServlet.
ContextLoaderPlugIn() - Constructor for class org.springframework.web.struts.ContextLoaderPlugIn
 
ContextLoaderServlet - Class in org.springframework.web.context
Bootstrap servlet to start up Spring's root WebApplicationContext.
ContextLoaderServlet() - Constructor for class org.springframework.web.context.ContextLoaderServlet
 
ContextRefreshedEvent - Class in org.springframework.context.event
Event raised when an ApplicationContext gets initialized or refreshed.
ContextRefreshedEvent(ApplicationContext) - Constructor for class org.springframework.context.event.ContextRefreshedEvent
Creates a new ContextRefreshedEvent.
ContextSingletonBeanFactoryLocator - Class in org.springframework.context.access
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 "classpath*:beanRefContext.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 in org.springframework.core
Interface to be implemented by objects that can return information about the current call stack.
ControlFlowFactory - Class in org.springframework.core
Static factory to conceal automatic choice of Java 1.4 or 1.3 ControlFlow implementation class.
ControlFlowFactory() - Constructor for class org.springframework.core.ControlFlowFactory
 
ControlFlowFactory.Jdk13ControlFlow - Class in org.springframework.core
Java 1.3 version of utilities for cflow-style pointcuts.
ControlFlowFactory.Jdk13ControlFlow() - Constructor for class org.springframework.core.ControlFlowFactory.Jdk13ControlFlow
 
ControlFlowFactory.Jdk14ControlFlow - Class in org.springframework.core
Utilities for cflow-style pointcuts.
ControlFlowFactory.Jdk14ControlFlow() - Constructor for class org.springframework.core.ControlFlowFactory.Jdk14ControlFlow
 
ControlFlowPointcut - Class in org.springframework.aop.support
Pointcut and method matcher for use in simple cflow-style pointcut.
ControlFlowPointcut(Class) - Constructor for class org.springframework.aop.support.ControlFlowPointcut
 
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 in org.springframework.web.servlet.mvc
Base Controller interface, representing a component that receives HttpServletRequest and HttpServletResponse like a HttpServlet but is able to participate in an MVC workflow.
convertAndSend(Object) - Method in interface org.springframework.jms.core.JmsOperations
Send the given object to the default destination, converting the object to a JMS message with a configured MessageConverter.
convertAndSend(Destination, Object) - Method in interface org.springframework.jms.core.JmsOperations
Send the given object to the specified destination, converting the object to a JMS message with a configured MessageConverter.
convertAndSend(String, Object) - Method in interface org.springframework.jms.core.JmsOperations
Send the given object to the specified destination, converting the object to a JMS message with a configured MessageConverter.
convertAndSend(Object, MessagePostProcessor) - Method in interface org.springframework.jms.core.JmsOperations
Send the given object to the default destination, converting the object to a JMS message with a configured MessageConverter.
convertAndSend(Destination, Object, MessagePostProcessor) - Method in interface org.springframework.jms.core.JmsOperations
Send the given object to the specified destination, converting the object to a JMS message with a configured MessageConverter.
convertAndSend(String, Object, MessagePostProcessor) - Method in interface org.springframework.jms.core.JmsOperations
Send the given object to the specified destination, converting the object to a JMS message with a configured MessageConverter.
convertAndSend(Object) - Method in class org.springframework.jms.core.JmsTemplate
 
convertAndSend(Destination, Object) - Method in class org.springframework.jms.core.JmsTemplate
 
convertAndSend(String, Object) - Method in class org.springframework.jms.core.JmsTemplate
 
convertAndSend(Object, MessagePostProcessor) - Method in class org.springframework.jms.core.JmsTemplate
 
convertAndSend(Destination, Object, MessagePostProcessor) - Method in class org.springframework.jms.core.JmsTemplate
 
convertAndSend(String, Object, MessagePostProcessor) - Method in class org.springframework.jms.core.JmsTemplate
 
convertBurlapAccessException(Throwable) - Method in class org.springframework.remoting.caucho.BurlapClientInterceptor
Convert the given Burlap access exception to an appropriate Spring RemoteAccessException.
convertElement(Object) - Method in class org.springframework.beans.propertyeditors.CustomCollectionEditor
Hook to convert each encountered Collection/array element.
convertExporterParameters() - Method in class org.springframework.web.servlet.view.jasperreports.AbstractJasperReportsView
Converts the exporter parameters passed in by the user which may be keyed by Strings corresponding to the fully qualified name of the JRExporterParameter into parameters which are keyed by JRExporterParameter.
convertHessianAccessException(Throwable) - Method in class org.springframework.remoting.caucho.HessianClientInterceptor
Convert the given Hessian access exception to an appropriate Spring RemoteAccessException.
convertHibernateAccessException(HibernateException) - Method in class org.springframework.orm.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.
convertHibernateAccessException(HibernateException) - Method in class org.springframework.orm.hibernate3.HibernateAccessor
Convert the given HibernateException to an appropriate exception from the org.springframework.dao hierarchy.
convertHibernateAccessException(HibernateException) - Method in class org.springframework.orm.hibernate3.HibernateTransactionManager
Convert the given HibernateException to an appropriate exception from the org.springframework.dao hierarchy.
convertHibernateAccessException(HibernateException) - Static method in class org.springframework.orm.hibernate3.SessionFactoryUtils
Convert the given HibernateException to an appropriate exception from the org.springframework.dao hierarchy.
convertHibernateAccessException(HibernateException) - Method in class org.springframework.orm.hibernate3.support.HibernateDaoSupport
Convert the given HibernateException to an appropriate exception from the org.springframework.dao hierarchy.
convertJdbcAccessException(JDBCException) - Method in class org.springframework.orm.hibernate.HibernateAccessor
Convert the given JDBCException 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(JDBCException) - Method in class org.springframework.orm.hibernate.HibernateTransactionManager
Convert the given JDBCException to an appropriate exception from the org.springframework.dao hierarchy.
convertJdbcAccessException(JDBCException) - Method in class org.springframework.orm.hibernate3.HibernateAccessor
Convert the given JDBCException to an appropriate exception from the org.springframework.dao hierarchy.
convertJdbcAccessException(SQLException) - Method in class org.springframework.orm.hibernate3.HibernateAccessor
Convert the given SQLException to an appropriate exception from the org.springframework.dao hierarchy.
convertJdbcAccessException(JDBCException) - Method in class org.springframework.orm.hibernate3.HibernateTransactionManager
Convert the given JDBCException to an appropriate exception from the org.springframework.dao hierarchy.
convertJdbcAccessException(SQLException) - Method in class org.springframework.orm.ojb.OjbAccessor
Convert the given SQLException to an appropriate exception from the org.springframework.dao hierarchy.
convertJdbcAccessException(SQLException) - Method in class org.springframework.orm.toplink.TopLinkAccessor
Convert the given SQLException to an appropriate exception from the org.springframework.dao hierarchy.
convertJdbcAccessException(SQLException) - Method in class org.springframework.orm.toplink.TopLinkTransactionManager
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.
convertJmsAccessException(JMSException) - Method in class org.springframework.jms.support.JmsAccessor
Convert the specified checked JMSException to a Spring runtime JmsException equivalent.
convertJmsAccessException(JMSException) - Static method in class org.springframework.jms.support.JmsUtils
Convert the specified checked JMSException to a Spring runtime JmsException equivalent.
convertJndiName(String) - Method in class org.springframework.jndi.JndiLocatorSupport
Convert the given JNDI name to the actual JNDI name to use.
convertNumberToTargetClass(Number, Class) - Static method in class org.springframework.util.NumberUtils
Convert the given number into an instance of the given target class.
convertOjbAccessException(PersistenceBrokerException) - Method in class org.springframework.orm.ojb.OjbAccessor
Convert the given PersistenceBrokerException to an appropriate exception from the org.springframework.dao hierarchy.
convertOjbAccessException(PersistenceBrokerException) - Method in class org.springframework.orm.ojb.support.PersistenceBrokerDaoSupport
Convert the given PersistenceBrokerException to an appropriate exception from the org.springframework.dao hierarchy.
convertProperties(Properties) - Method in class org.springframework.beans.factory.config.PropertyResourceConfigurer
Convert the given merged properties, converting property values if necessary.
convertPropertyValue(String) - Method in class org.springframework.beans.factory.config.PropertyResourceConfigurer
Convert the given property value from the properties source to the value that should be applied.
convertReportData(Object) - Static method in class org.springframework.ui.jasperreports.JasperReportsUtils
Convert the given report data value to a JRDataSource.
convertReportData(Object) - Method in class org.springframework.web.servlet.view.jasperreports.AbstractJasperReportsView
Convert the given report data value to a JRDataSource.
convertRmiAccessException(Method, Throwable, String) - Static method in class org.springframework.remoting.rmi.RmiClientInterceptorUtils
Wrap the given arbitrary exception that happened during remote access in either a RemoteException or a Spring RemoteAccessException (if the method signature does not support RemoteException).
convertRmiAccessException(Method, RemoteException, String) - Static method in class org.springframework.remoting.rmi.RmiClientInterceptorUtils
Convert the given RemoteException that happened during remote access to Spring's RemoteAccessException if the method signature does not support RemoteException.
convertRmiAccessException(Method, RemoteException, boolean, String) - Static method in class org.springframework.remoting.rmi.RmiClientInterceptorUtils
Convert the given RemoteException that happened during remote access to Spring's RemoteAccessException if the method signature does not support RemoteException.
convertToCharacter(String) - Method in class org.springframework.web.util.HtmlCharacterEntityReferences
Return the char mapped to the given entityReference or -1.
convertToExporterParameter(String) - Method in class org.springframework.web.servlet.view.jasperreports.AbstractJasperReportsView
Convert the given fully qualified field name to a corresponding JRExporterParameter instance.
convertTopLinkAccessException(TopLinkException) - Static method in class org.springframework.orm.toplink.SessionFactoryUtils
Convert the given TopLinkException to an appropriate exception from the org.springframework.dao hierarchy.
convertTopLinkAccessException(TopLinkException) - Method in class org.springframework.orm.toplink.support.TopLinkDaoSupport
Convert the given TopLinkException to an appropriate exception from the org.springframework.dao hierarchy.
convertTopLinkAccessException(TopLinkException) - Method in class org.springframework.orm.toplink.TopLinkAccessor
Convert the given TopLinkException to an appropriate exception from the org.springframework.dao hierarchy.
convertTopLinkAccessException(TopLinkException) - Method in class org.springframework.orm.toplink.TopLinkTransactionManager
Convert the given TopLinkException to an appropriate exception from the org.springframework.dao hierarchy.
convertToReference(char) - Method in class org.springframework.web.util.HtmlCharacterEntityReferences
Return the reference mapped to the given character or null.
CookieGenerator - Class in org.springframework.web.util
Helper class for cookie generation, carrying cookie descriptor settings as bean properties and being able to add and remove cookie to/from a given response.
CookieGenerator() - Constructor for class org.springframework.web.util.CookieGenerator
 
CookieLocaleResolver - Class in org.springframework.web.servlet.i18n
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 in org.springframework.web.servlet.theme
Implementation of ThemeResolver that uses a cookie sent back to the user in case of a custom setting, with a fallback to the default theme.
CookieThemeResolver() - Constructor for class org.springframework.web.servlet.theme.CookieThemeResolver
 
copy(Object) - Method in interface org.springframework.orm.toplink.TopLinkOperations
Create a detached copy of the given entity object, using TopLink's default ObjectCopyingPolicy.
copy(Object, ObjectCopyingPolicy) - Method in interface org.springframework.orm.toplink.TopLinkOperations
Create a detached copy of the given entity object.
copy(Object) - Method in class org.springframework.orm.toplink.TopLinkTemplate
 
copy(Object, ObjectCopyingPolicy) - Method in class org.springframework.orm.toplink.TopLinkTemplate
 
copy(File, File) - Static method in class org.springframework.util.FileCopyUtils
Copy the contents of the given input File to the given output File.
copy(byte[], File) - Static method in class org.springframework.util.FileCopyUtils
Copy the contents of the given byte array to the given output File.
copy(InputStream, OutputStream) - Static method in class org.springframework.util.FileCopyUtils
Copy the contents of the given InputStream to the given OutputStream.
copy(byte[], OutputStream) - Static method in class org.springframework.util.FileCopyUtils
Copy the contents of the given byte array to the given OutputStream.
copy(Reader, Writer) - Static method in class org.springframework.util.FileCopyUtils
Copy the contents of the given Reader to the given Writer.
copy(String, Writer) - Static method in class org.springframework.util.FileCopyUtils
Copy the contents of the given String to the given output Writer.
copyAll(Collection) - Method in interface org.springframework.orm.toplink.TopLinkOperations
Create detached copies of all given entity objects, using TopLink's default ObjectCopyingPolicy.
copyAll(Collection, ObjectCopyingPolicy) - Method in interface org.springframework.orm.toplink.TopLinkOperations
Create detached copies of all given entity objects.
copyAll(Collection) - Method in class org.springframework.orm.toplink.TopLinkTemplate
 
copyAll(Collection, ObjectCopyingPolicy) - Method in class org.springframework.orm.toplink.TopLinkTemplate
 
copyConfigurationFrom(AdvisedSupport) - Method in class org.springframework.aop.framework.AdvisedSupport
Call this method on a new instance created by the no-arg constructor to create an independent copy of the configuration from the other.
copyConfigurationFrom(AdvisedSupport, TargetSource, List) - Method in class org.springframework.aop.framework.AdvisedSupport
Take interfaces and ProxyConfig configuration from the other AdvisedSupport, but allow substitution of a fresh TargetSource and interceptor chain
copyFrom(ProxyConfig) - Method in class org.springframework.aop.framework.ProxyConfig
Copy configuration from the other config object.
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.
copySortDefinition(SortDefinition) - Method in class org.springframework.beans.support.PagedListHolder
Create a deep copy of the given sort definition, for use as state holder to compare a modified sort definition against.
copyTo(MailMessage) - Method in class org.springframework.mail.SimpleMailMessage
Copy the contents of this message to the given target message.
copyToByteArray(File) - Static method in class org.springframework.util.FileCopyUtils
Copy the contents of the given input File into a new byte array.
copyToByteArray(InputStream) - Static method in class org.springframework.util.FileCopyUtils
Copy the contents of the given InputStream into a new byte array.
copyToString(Reader) - Static method in class org.springframework.util.FileCopyUtils
Copy the contents of the given Reader into a String.
CosMailSenderImpl - Class in org.springframework.mail.cos
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 in org.springframework.web.multipart.cos
MultipartHttpServletRequest implementation for Jason Hunter's COS.
CosMultipartHttpServletRequest(HttpServletRequest, MultipartRequest) - Constructor for class org.springframework.web.multipart.cos.CosMultipartHttpServletRequest
Wrap the given HttpServletRequest in a MultipartHttpServletRequest.
CosMultipartResolver - Class in org.springframework.web.multipart.cos
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.
countAdvicesOfType(Class) - Method in class org.springframework.aop.framework.AdvisedSupport
Count advices of the given class
countBeansIncludingAncestors(ListableBeanFactory) - Static method in class org.springframework.beans.factory.BeanFactoryUtils
Count all bean definitions in any hierarchy in which this factory participates.
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.
countParameterPlaceholders(String, char, String) - 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 object.
create(Object) - Method in class org.springframework.util.CachingMapDecorator
Create a value to cache for the given key.
createAndHoldSavepoint() - Method in class org.springframework.transaction.support.AbstractTransactionStatus
Create a savepoint and hold it for the transaction.
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, Object[]) - Method in class org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory
 
createBean(String, RootBeanDefinition, Object[]) - Method in class org.springframework.beans.factory.support.AbstractBeanFactory
Create a bean instance for the given bean definition.
createBeanDefinition(String, String, ConstructorArgumentValues, MutablePropertyValues, ClassLoader) - Static method in class org.springframework.beans.factory.support.BeanDefinitionReaderUtils
Create a new RootBeanDefinition or ChildBeanDefinition for the given class name, parent, constructor arguments, and property values.
createBeanFactory(String[]) - Method in class org.springframework.context.access.ContextJndiBeanFactoryLocator
Actually create the BeanFactory, given an array of class path resource strings which should be combined.
createBeanFactory() - Method in class org.springframework.context.support.AbstractRefreshableApplicationContext
Create the bean factory for this context.
createBeanFactoryBasedTargetSource(Class, String) - Method in class org.springframework.aop.framework.autoproxy.metadata.AttributesPrototypeTargetSourceCreator
 
createBeanFactoryBasedTargetSource(Class, String) - Method in class org.springframework.aop.framework.autoproxy.metadata.AttributesThreadLocalTargetSourceCreator
 
createBeanFactoryBasedTargetSource(Class, String) - Method in class org.springframework.aop.framework.autoproxy.target.AbstractBeanFactoryBasedTargetSourceCreator
Subclasses must implement this method to return a new AbstractPrototypeBasedTargetSource if they wish to create a custom TargetSource for this bean, or null if they are not interested it in, in which case no special target source will be created.
createBeanFactoryBasedTargetSource(Class, String) - Method in class org.springframework.aop.framework.autoproxy.target.AbstractPoolingTargetSourceCreator
 
createBeanFactoryBasedTargetSource(Class, String) - Method in class org.springframework.aop.framework.autoproxy.target.LazyInitTargetSourceCreator
 
createBeanFactoryBasedTargetSource(Class, String) - Method in class org.springframework.aop.framework.autoproxy.target.QuickTargetSourceCreator
 
createBinder(HttpServletRequest, Object) - Method in class org.springframework.web.servlet.mvc.BaseCommandController
Create a new binder instance for the given command and request.
createBinder(ServletRequest, Object) - Method in class org.springframework.web.servlet.mvc.multiaction.MultiActionController
Create a new binder instance for the given command and request.
createBinder(HttpServletRequest, ThrowawayController) - Method in class org.springframework.web.servlet.mvc.throwaway.ThrowawayControllerHandlerAdapter
Create a new binder instance for the given command and request.
createBurlapProxy(BurlapProxyFactory) - Method in class org.springframework.remoting.caucho.BurlapClientInterceptor
Create the Burlap proxy that is wrapped by this interceptor.
createCallableStatement(Connection) - Method in interface org.springframework.jdbc.core.CallableStatementCreator
Create a callable statement in this connection.
createCciTemplate(ConnectionFactory) - Method in class org.springframework.jca.cci.core.support.CciDaoSupport
Create a CciTemplate for the given ConnectionFactory.
createCollection(Class, int) - Method in class org.springframework.beans.propertyeditors.CustomCollectionEditor
Create a Collection of the given type, with the given initial capacity (if supported by the Collection type).
createColumnMap(int) - Method in class org.springframework.jdbc.core.ColumnMapRowMapper
Create a Map instance to be used as column map.
createCommand() - Method in class org.springframework.web.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.
createConnection() - Method in class org.springframework.jms.connection.JmsTransactionManager
Create a JMS Connection via this template's ConnectionFactory.
createConnection() - Method in class org.springframework.jms.connection.JmsTransactionManager102
This implementation overrides the superclass method to use JMS 1.0.2 API.
createConnection() - Method in class org.springframework.jms.connection.SingleConnectionFactory
 
createConnection(String, String) - Method in class org.springframework.jms.connection.SingleConnectionFactory
 
createConnection() - Method in class org.springframework.jms.connection.UserCredentialsConnectionFactoryAdapter
Determine whether there are currently thread-bound credentials, using them if available, falling back to the statically specified username and password (i.e. values of the bean properties) else.
createConnection(String, String) - Method in class org.springframework.jms.connection.UserCredentialsConnectionFactoryAdapter
Delegate the call straight to the target ConnectionFactory.
createConnection() - Method in class org.springframework.jms.core.JmsTemplate
Create a JMS Connection via this template's ConnectionFactory.
createConnection() - Method in class org.springframework.jms.core.JmsTemplate102
This implementation overrides the superclass method to use JMS 1.0.2 API.
createConsumer(Session, Destination) - Method in class org.springframework.jms.core.JmsTemplate
Create a JMS MessageConsumer for the given Session and Destination.
createConsumer(Session, Destination, String) - Method in class org.springframework.jms.core.JmsTemplate
Create a JMS MessageConsumer for the given Session and Destination.
createConsumer(Session, Destination) - Method in class org.springframework.jms.core.JmsTemplate102
This implementation overrides the superclass method to use JMS 1.0.2 API.
createConsumer(Session, Destination, String) - Method in class org.springframework.jms.core.JmsTemplate102
This implementation overrides the superclass method to use JMS 1.0.2 API.
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
 
createCookie(String) - Method in class org.springframework.web.util.CookieGenerator
Create a cookie with the given value, using the cookie descriptor settings of this generator (except for "cookieMaxAge").
createCustomException(String, String, SQLException, Class) - Method in class org.springframework.jdbc.support.SQLErrorCodeSQLExceptionTranslator
Create a custom DataAccessException, based on a given exception class from a CustomSQLErrorCodesTranslation definition.
createDatabaseSchema() - Method in class org.springframework.orm.hibernate.LocalSessionFactoryBean
Execute schema creation script, determined by the Configuration object used for creating the SessionFactory.
createDatabaseSchema() - Method in class org.springframework.orm.hibernate3.LocalSessionFactoryBean
Execute schema creation script, determined by the Configuration object used for creating the SessionFactory.
createDataSource(InputStreamSource, String, String) - Method in class org.springframework.mail.javamail.MimeMessageHelper
Create an Activation Framework DataSource for the given InputStreamSource.
createDefinition(String, String) - Method in class org.springframework.beans.factory.access.SingletonBeanFactoryLocator
Actually creates definition in the form of a BeanFactory, given a resource name which supports standard Spring Resource prefixes ('classpath:', 'classpath*:', etc.)
createDefinition(String, String) - Method in class org.springframework.context.access.ContextSingletonBeanFactoryLocator
Overrides default method to create definition object as an ApplicationContext instead of the default BeanFactory.
createDefinitionsFactory(DefinitionsFactoryConfig) - Method in class org.springframework.web.servlet.view.tiles.TilesConfigurer
Create the Tiles DefinitionsFactory and expose it to the ServletContext.
createDocumentBuilder(DocumentBuilderFactory) - Method in class org.springframework.beans.factory.xml.XmlBeanDefinitionReader
Create a JAXP DocumentBuilder that this bean definition reader will use for parsing XML documents.
createDocumentBuilderFactory() - Method in class org.springframework.beans.factory.xml.XmlBeanDefinitionReader
Create a JAXP DocumentBuilderFactory that this bean definition reader will use for parsing XML documents.
createDomNode(Map, String, HttpServletRequest, HttpServletResponse) - Method in class org.springframework.web.servlet.view.xslt.AbstractXsltView
Deprecated. in favor of createXsltSource(Map, String, HttpServletRequest, HttpServletResponse)
createErrors(Object, String) - Method in class org.springframework.validation.DataBinder
Create a new Errors instance for this data binder.
createExporter() - Method in class org.springframework.web.servlet.view.jasperreports.AbstractJasperReportsSingleFormatView
Create a JasperReports exporter for a specific output format, which will be used to render the report to the HTTP response.
createExporter() - Method in class org.springframework.web.servlet.view.jasperreports.JasperReportsCsvView
 
createExporter() - Method in class org.springframework.web.servlet.view.jasperreports.JasperReportsHtmlView
 
createExporter() - Method in class org.springframework.web.servlet.view.jasperreports.JasperReportsPdfView
 
createExporter() - Method in class org.springframework.web.servlet.view.jasperreports.JasperReportsXlsView
 
createFileTypeMap(Resource, String[]) - Method in class org.springframework.mail.javamail.ConfigurableMimeFileTypeMap
Compile a FileTypeMap from the mappings in the given mapping file and the given mapping entries.
createHessianProxy(HessianProxyFactory) - Method in class org.springframework.remoting.caucho.HessianClientInterceptor
Create the Hessian proxy that is wrapped by this interceptor.
createHibernateTemplate(SessionFactory) - Method in class org.springframework.orm.hibernate.support.HibernateDaoSupport
Create a HibernateTemplate for the given SessionFactory.
createHibernateTemplate(SessionFactory) - Method in class org.springframework.orm.hibernate3.support.HibernateDaoSupport
Create a HibernateTemplate for the given SessionFactory.
createIdentityMapIfPossible(int) - Static method in class org.springframework.core.CollectionFactory
Create an identity map if possible: that is, if running on JDK >= 1.4 or if Commons Collections 3.x is available.
createIndexedRecord(String) - Method in class org.springframework.jca.cci.core.CciTemplate
Create an indexed Record through the ConnectionFactory's RecordFactory.
createInitialContext() - Method in class org.springframework.jndi.JndiTemplate
Create a new JNDI initial context.
createInitialContextFactory(Hashtable) - Method in class org.springframework.mock.jndi.SimpleNamingContextBuilder
Simple InitialContextFactoryBuilder implementation, creating a new SimpleNamingContext instance.
createInputRecord(RecordFactory, Object) - Method in class org.springframework.jca.cci.object.MappingCommAreaOperation
 
createInputRecord(RecordFactory, Object) - Method in class org.springframework.jca.cci.object.MappingRecordOperation
Subclasses must implement this method to generate an input Record from an input object passed into the execute method.
createInstance() - Method in class org.springframework.beans.factory.config.AbstractFactoryBean
Template method that subclasses must override to construct the object returned by this factory.
createInstance() - Method in class org.springframework.beans.factory.config.ListFactoryBean
 
createInstance() - Method in class org.springframework.beans.factory.config.MapFactoryBean
 
createInstance() - Method in class org.springframework.beans.factory.config.ObjectFactoryCreatingFactoryBean
 
createInstance() - Method in class org.springframework.beans.factory.config.PropertiesFactoryBean
Template method that subclasses may override to construct the object returned by this factory.
createInstance() - Method in class org.springframework.beans.factory.config.SetFactoryBean
 
createInstance() - Method in class org.springframework.context.support.ResourceMapFactoryBean
 
createInvocationTraceName(MethodInvocation) - Method in class org.springframework.aop.interceptor.AbstractPerformanceMonitorInterceptor
Creates a String name for the given MethodInvocation that can be used for trace/logging purposes.
createJaxRpcService() - Method in class org.springframework.remoting.jaxrpc.LocalJaxRpcServiceFactory
Create a JAX-RPC Service according to the parameters of this factory.
createJdbcTemplate(DataSource) - Method in class org.springframework.jdbc.core.support.JdbcDaoSupport
Create a JdbcTemplate for the given DataSource.
createJdoTemplate(PersistenceManagerFactory) - Method in class org.springframework.orm.jdo.support.JdoDaoSupport
Create a JdoTemplate for the given PersistenceManagerFactory.
createJmsTemplate(ConnectionFactory) - Method in class org.springframework.jms.core.support.JmsGatewaySupport
Create a JmsTemplate for the given ConnectionFactory.
createLinkedCaseInsensitiveMapIfPossible(int) - Static method in class org.springframework.core.CollectionFactory
Create a linked case-insensitive map if possible: if Commons Collections 3.x is available, a CaseInsensitiveMap with ListOrderedMap decorator will be created.
createLinkedMapIfPossible(int) - Static method in class org.springframework.core.CollectionFactory
Create a linked map if possible: that is, if running on JDK >= 1.4 or if Commons Collections 3.x is available.
createLinkedSetIfPossible(int) - Static method in class org.springframework.core.CollectionFactory
Create a linked set if possible: that is, if running on JDK >= 1.4 or if Commons Collections 3.x is available.
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.
createManagedClientSession() - Method in class org.springframework.orm.toplink.ServerSessionFactory
Create a managed ClientSession for this factory's ServerSession.
createManagedClientSession() - Method in interface org.springframework.orm.toplink.SessionFactory
Create a new managed TopLink client Session for the current context.
createManagedClientSession() - Method in class org.springframework.orm.toplink.SingleSessionFactory
Throws an UnsupportedOperationException: SingleSessionFactory does not support managed client Sessions.
createMap(Connection) - Method in interface org.springframework.jdbc.core.ParameterMapper
Create a Map of input parameters, keyed by name.
createMappedRecord(String) - Method in class org.springframework.jca.cci.core.CciTemplate
Create a mapped Record from the ConnectionFactory's RecordFactory.
createMBeanServer(String, boolean) - Method in class org.springframework.jmx.support.MBeanServerFactoryBean
Create a new MBeanServer instance and register it with the MBeanServerFactory, if desired.
createMessage(Session) - Method in interface org.springframework.jms.core.MessageCreator
Implement this method to return a message to be sent.
createMessageForByteArray(byte[], Session) - Method in class org.springframework.jms.support.converter.SimpleMessageConverter
Create a JMS BytesMessage for the given byte array.
createMessageForMap(Map, Session) - Method in class org.springframework.jms.support.converter.SimpleMessageConverter
Create a JMS MapMessage for the given Map.
createMessageFormat(String, Locale) - Method in class org.springframework.context.support.AbstractMessageSource
Create a MessageFormat for the given message and Locale.
createMessageForSerializable(Serializable, Session) - Method in class org.springframework.jms.support.converter.SimpleMessageConverter
Create a JMS ObjectMessage for the given Serializable object.
createMessageForString(String, Session) - Method in class org.springframework.jms.support.converter.SimpleMessageConverter
Create a JMS TextMessage for the given String.
createMimeMessage() - Method in interface org.springframework.mail.javamail.JavaMailSender
Create a new JavaMail MimeMessage for the underlying JavaMail Session of this sender.
createMimeMessage(InputStream) - Method in interface org.springframework.mail.javamail.JavaMailSender
Create a new JavaMail MimeMessage for the underlying JavaMail Session of this sender, using the given input stream as the message source.
createMimeMessage() - Method in class org.springframework.mail.javamail.JavaMailSenderImpl
This implementation creates a SmartMimeMessage, holding the specified default encoding and default FileTypeMap.
createMimeMessage(InputStream) - Method in class org.springframework.mail.javamail.JavaMailSenderImpl
 
createModelMBean() - Method in class org.springframework.jmx.export.MBeanExporter
Create an instance of a class that implements ModelMBean.
createModelMBeanOperationInfo(Method, String, String) - Method in class org.springframework.jmx.export.assembler.AbstractReflectiveMBeanInfoAssembler
Creates an instance of ModelMBeanOperationInfo for the given method.
createObjectInputStream(InputStream, String) - Method in class org.springframework.remoting.httpinvoker.AbstractHttpInvokerRequestExecutor
Create an ObjectInputStream for the given InputStream and codebase.
createObjectInputStream(InputStream) - Method in class org.springframework.remoting.httpinvoker.HttpInvokerServiceExporter
Create an ObjectInputStream for the given InputStream.
createObjectPool() - Method in class org.springframework.aop.target.CommonsPoolTargetSource
Subclasses can override this if they want to return a specific Commons pool.
createPersistenceBrokerTemplate() - Method in class org.springframework.orm.ojb.support.PersistenceBrokerDaoSupport
Create a new default PersistenceBrokerTemplate on initialization.
createPersistenceManagerProxy(PersistenceManager) - Method in class org.springframework.orm.jdo.JdoTemplate
Create a close-suppressing proxy for the given JDO PersistenceManager.
createPointcut() - Method in class org.springframework.aop.support.RegexpMethodPointcutAdvisor
Create the actual pointcut: by default, a Perl5RegexpMethodPointcut will be created if Perl5 syntax is enforced or when running on JDK 1.3.
createPool(BeanFactory) - Method in class org.springframework.aop.target.AbstractPoolingTargetSource
Create the pool.
createPool(BeanFactory) - Method in class org.springframework.aop.target.CommonsPoolTargetSource
 
createPostMethod(HttpInvokerClientConfiguration) - Method in class org.springframework.remoting.httpinvoker.CommonsHttpInvokerRequestExecutor
Create a PostMethod for the given configuration.
createPreparedStatement(Connection) - Method in interface org.springframework.jdbc.core.PreparedStatementCreator
Create a statement in this connection.
createProducer(Session, Destination) - Method in class org.springframework.jms.core.JmsTemplate
Create a JMS MessageProducer for the given Session and Destination, configuring it to disable message ids and/or timestamps (if necessary).
createProxy(Class, String, Object[], TargetSource) - Method in class org.springframework.aop.framework.autoproxy.AbstractAutoProxyCreator
Create an AOP proxy for the given bean.
createQueueConnection() - Method in class org.springframework.jms.connection.SingleConnectionFactory
 
createQueueConnection(String, String) - Method in class org.springframework.jms.connection.SingleConnectionFactory
 
createQueueConnection() - Method in class org.springframework.jms.connection.UserCredentialsConnectionFactoryAdapter
Determine whether there are currently thread-bound credentials, using them if available, falling back to the statically specified username and password (i.e. values of the bean properties) else.
createQueueConnection(String, String) - Method in class org.springframework.jms.connection.UserCredentialsConnectionFactoryAdapter
Delegate the call straight to the target QueueConnectionFactory.
createRecord(RecordCreator) - Method in class org.springframework.jca.cci.core.CciTemplate
Invoke the given RecordCreator, converting JCA ResourceExceptions to Spring's DataAccessException hierarchy.
createRecord(RecordFactory) - Method in interface org.springframework.jca.cci.core.RecordCreator
Create a CCI Record instance, usually based on the passed-in CCI RecordFactory.
createRecord(RecordFactory) - Method in class org.springframework.jca.cci.object.MappingRecordOperation.RecordCreatorImpl
 
createRelative(String) - Method in class org.springframework.core.io.AbstractResource
This implementation throws a FileNotFoundException, assuming that relative resources cannot be created for this resource.
createRelative(String) - Method in class org.springframework.core.io.ClassPathResource
This implementation creates a ClassPathResource, applying the given path relative to the path of the underlying resource of this descriptor.
createRelative(String) - Method in class org.springframework.core.io.FileSystemResource
This implementation creates a FileSystemResource, applying the given path relative to the path of the underlying file of this resource descriptor.
createRelative(String) - Method in interface org.springframework.core.io.Resource
Create a resource relative to this resource.
createRelative(String) - Method in class org.springframework.core.io.UrlResource
This implementation creates a UrlResource, applying the given path relative to the path of the underlying URL of this resource descriptor.
createRelative(String) - Method in class org.springframework.web.context.support.ServletContextResource
This implementation creates a ServletContextResource, applying the given path relative to the path of the underlying file of this resource descriptor.
createRemoteInvocation(MethodInvocation) - Method in class org.springframework.remoting.support.DefaultRemoteInvocationFactory
 
createRemoteInvocation(MethodInvocation) - Method in class org.springframework.remoting.support.RemoteInvocationBasedAccessor
Create a new RemoteInvocation object for the given AOP method invocation.
createRemoteInvocation(MethodInvocation) - Method in interface org.springframework.remoting.support.RemoteInvocationFactory
Create a serializable RemoteInvocation object from the given AOP MethodInvocation.
createRequestContext(HttpServletRequest, Map) - Method in class org.springframework.web.servlet.view.AbstractView
Create a RequestContext to expose under the specified attribute name.
createSavepoint() - Method in class org.springframework.jdbc.datasource.JdbcTransactionObjectSupport
This implementation creates a JDBC 3.0 Savepoint and returns it.
createSavepoint() - Method in interface org.springframework.transaction.SavepointManager
Create a new savepoint.
createSavepoint() - Method in class org.springframework.transaction.support.AbstractTransactionStatus
This implementation delegates to a SavepointManager for the underlying transaction, if possible.
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.
createServiceLocatorException(Constructor, BeansException) - Method in class org.springframework.beans.factory.config.ServiceLocatorFactoryBean
Create a service locator exception for the given cause.
createSession(Connection) - Method in class org.springframework.jms.connection.JmsTransactionManager
Create a JMS Session for the given Connection.
createSession(Connection) - Method in class org.springframework.jms.connection.JmsTransactionManager102
This implementation overrides the superclass method to use JMS 1.0.2 API.
createSession(Connection) - Method in class org.springframework.jms.core.JmsTemplate
Create a JMS Session for the given Connection.
createSession(Connection) - Method in class org.springframework.jms.core.JmsTemplate102
This implementation overrides the superclass method to use JMS 1.0.2 API.
createSession() - Method in class org.springframework.orm.toplink.ServerSessionFactory
Create a plain ClientSession for this factory's ServerSession.
createSession() - Method in interface org.springframework.orm.toplink.SessionFactory
Create a plain TopLink Session for the current application context.
createSession() - Method in class org.springframework.orm.toplink.SingleSessionFactory
Return the held TopLink Session as-is.
createSessionFactory() - Method in class org.springframework.orm.toplink.LocalSessionFactory
Create a TopLink SessionFactory according to the configuration settings.
createSessionProxy(Session) - Method in class org.springframework.orm.hibernate.HibernateTemplate
Create a close-suppressing proxy for the given Hibernate Session.
createSessionProxy(Session) - Method in class org.springframework.orm.hibernate3.HibernateTemplate
Create a close-suppressing proxy for the given Hibernate Session.
createSqlRowSet(ResultSet) - Method in class org.springframework.jdbc.core.SqlRowSetResultSetExtractor
Create a SqlRowSet that wraps the given ResultSet, representing its data in a disconnected fashion.
createSubcontext(String) - Method in class org.springframework.mock.jndi.SimpleNamingContext
 
createSubcontext(Name) - Method in class org.springframework.mock.jndi.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.
createTopicConnection() - Method in class org.springframework.jms.connection.SingleConnectionFactory
 
createTopicConnection(String, String) - Method in class org.springframework.jms.connection.SingleConnectionFactory
 
createTopicConnection() - Method in class org.springframework.jms.connection.UserCredentialsConnectionFactoryAdapter
Determine whether there are currently thread-bound credentials, using them if available, falling back to the statically specified username and password (i.e. values of the bean properties) else.
createTopicConnection(String, String) - Method in class org.springframework.jms.connection.UserCredentialsConnectionFactoryAdapter
Delegate the call straight to the target TopicConnectionFactory.
createTopLinkTemplate(SessionFactory) - Method in class org.springframework.orm.toplink.support.TopLinkDaoSupport
Create a TopLinkTemplate for the given SessionFactory.
createTransactionAwareSession() - Method in class org.springframework.orm.toplink.ServerSessionFactory
Create a transaction-aware Session refeence for this factory's ServerSession, expecting transactions to be registered for this SessionFactory.
createTransactionAwareSession(SessionFactory) - Method in class org.springframework.orm.toplink.ServerSessionFactory
Create a transaction-aware Session refeence for this factory's ServerSession, expecting transactions to be registered for the given SessionFactory.
createTransactionAwareSession() - Method in interface org.springframework.orm.toplink.SessionFactory
Create a new transaction-aware TopLink Session that exposes the currently active Session and UnitOfWork via Session.getActiveSession and Session.getActiveUnitOfWork, respectively.
createTransactionAwareSession() - Method in class org.springframework.orm.toplink.SingleSessionFactory
Throws an UnsupportedOperationException: SingleSessionFactory does not support transaction-aware Sessions.
createTransactionIfNecessary(Method, Class) - Method in class org.springframework.transaction.interceptor.TransactionAspectSupport
Create a transaction if necessary.
createTypeValue(Connection, int, String) - Method in class org.springframework.jdbc.core.support.AbstractSqlTypeValue
Create the type value to be passed into PreparedStatement.setObject.
createVelocityContext(Map, HttpServletRequest, HttpServletResponse) - Method in class org.springframework.web.servlet.view.velocity.VelocityToolboxView
Overridden to create a ChainedContext, which is part of the view package of Velocity Tools, as special context.
createVelocityContext(Map, HttpServletRequest, HttpServletResponse) - Method in class org.springframework.web.servlet.view.velocity.VelocityView
Create a Velocity Context instance for the given model, to be passed to the template for merging.
createVelocityContext(Map) - Method in class org.springframework.web.servlet.view.velocity.VelocityView
Create a Velocity Context instance for the given model, to be passed to the template for merging.
createVelocityEngine() - Method in class org.springframework.ui.velocity.VelocityEngineFactory
Prepare the VelocityEngine instance and return it.
createView(String, Locale) - Method in class org.springframework.web.servlet.view.AbstractCachingViewResolver
Create the actual View object.
createView(String, Locale) - Method in class org.springframework.web.servlet.view.UrlBasedViewResolver
Overridden to implement check for "redirect:" prefix.
createWebApplicationContext(ServletContext, 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.
createWebApplicationContext(WebApplicationContext) - Method in class org.springframework.web.struts.ContextLoaderPlugIn
Instantiate the WebApplicationContext for the ActionServlet, either a default XmlWebApplicationContext or a custom context class if set.
createXsltSource(Map, String, HttpServletRequest, HttpServletResponse) - Method in class org.springframework.web.servlet.view.xslt.AbstractXsltView
Return the XML Source to transform.
CronTriggerBean - Class in org.springframework.scheduling.quartz
Convenience subclass of Quartz' CronTrigger class that eases bean-style usage.
CronTriggerBean() - Constructor for class org.springframework.scheduling.quartz.CronTriggerBean
 
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.
currentInvocation() - Static method in class org.springframework.aop.interceptor.ExposeInvocationInterceptor
Return the AOP Alliance MethodInvocation object associated with the current invocation.
currentProxy() - Static method in class org.springframework.aop.framework.AopContext
Try to return the current AOP proxy.
currentTransactionInfo() - Static method in class org.springframework.transaction.interceptor.TransactionAspectSupport
Subclasses can use this to return the current TransactionInfo.
currentTransactionStatus() - Static method in class org.springframework.transaction.interceptor.TransactionAspectSupport
Return the transaction status of the current method invocation.
CustomBooleanEditor - Class in org.springframework.beans.propertyeditors
Property editor for Boolean/boolean properties.
CustomBooleanEditor(boolean) - Constructor for class org.springframework.beans.propertyeditors.CustomBooleanEditor
Create a new CustomBooleanEditor instance, with "true"/"on"/"yes" and "false"/"off"/"no" as recognized String values.
CustomBooleanEditor(String, String, boolean) - Constructor for class org.springframework.beans.propertyeditors.CustomBooleanEditor
Create a new CustomBooleanEditor instance, with configurable String values for true and false.
CustomCollectionEditor - Class in org.springframework.beans.propertyeditors
Property editor for Collections, converting any source Collection to a given target Collection type.
CustomCollectionEditor(Class) - Constructor for class org.springframework.beans.propertyeditors.CustomCollectionEditor
Create a new CustomCollectionEditor for the given target type.
CustomDateEditor - Class in org.springframework.beans.propertyeditors
PropertyEditor for java.util.Date, supporting a custom DateFormat.
CustomDateEditor(DateFormat, boolean) - Constructor for class org.springframework.beans.propertyeditors.CustomDateEditor
Create a new CustomDateEditor instance, using the given DateFormat for parsing and rendering.
CustomEditorConfigurer - Class in org.springframework.beans.factory.config
BeanFactoryPostProcessor implementation that allows for convenient registration of custom property editors.
CustomEditorConfigurer() - Constructor for class org.springframework.beans.factory.config.CustomEditorConfigurer
 
CustomizableTraceInterceptor - Class in org.springframework.aop.interceptor
MethodInterceptor implementation that allows for highly customizable method-level tracing, using placeholders.
CustomizableTraceInterceptor() - Constructor for class org.springframework.aop.interceptor.CustomizableTraceInterceptor
 
customizeProxyFactory(ProxyFactory) - Method in class org.springframework.aop.framework.autoproxy.AbstractAutoProxyCreator
Subclasses may choose to implement this: for example, to change the interfaces exposed.
CustomNumberEditor - Class in org.springframework.beans.propertyeditors
Property editor for any Number subclass like Integer, Long, Float, Double.
CustomNumberEditor(Class, boolean) - Constructor for class org.springframework.beans.propertyeditors.CustomNumberEditor
Create a new CustomNumberEditor instance, using the default valueOf methods for parsing and toString methods for rendering.
CustomNumberEditor(Class, NumberFormat, boolean) - Constructor for class org.springframework.beans.propertyeditors.CustomNumberEditor
Create a new CustomNumberEditor instance, using the given NumberFormat for parsing and rendering.
CustomSQLErrorCodesTranslation - Class in org.springframework.jdbc.support
JavaBean for holding Custom JDBC Error Codes translation for a particular database.
CustomSQLErrorCodesTranslation() - Constructor for class org.springframework.jdbc.support.CustomSQLErrorCodesTranslation
 
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

DaoSupport - Class in org.springframework.dao.support
Generic base class for DAOs, defining template methods for DAO initialization.
DaoSupport() - Constructor for class org.springframework.dao.support.DaoSupport
 
DataAccessException - Exception in org.springframework.dao
Root of the hierarchy of data access exceptions discussed in Expert One-On-One J2EE Design and Development.
DataAccessException(String) - Constructor for exception org.springframework.dao.DataAccessException
Constructor for DataAccessException.
DataAccessException(String, Throwable) - Constructor for exception org.springframework.dao.DataAccessException
Constructor for DataAccessException.
DataAccessResourceFailureException - Exception in org.springframework.dao
Data access exception thrown when a resource fails completely: for example, if we can't connect to a database using JDBC.
DataAccessResourceFailureException(String) - Constructor for exception org.springframework.dao.DataAccessResourceFailureException
Constructor for ResourceFailureDataAccessException.
DataAccessResourceFailureException(String, Throwable) - Constructor for exception org.springframework.dao.DataAccessResourceFailureException
Constructor for ResourceFailureDataAccessException.
DataAccessUtils - Class in org.springframework.dao.support
Miscellaneous utility methods for DAO implementations.
DataAccessUtils() - Constructor for class org.springframework.dao.support.DataAccessUtils
 
DatabaseMetaDataCallback - Interface in org.springframework.jdbc.support
A callback interface used by the JdbcUtils class.
DatabaseStartupValidator - Class in org.springframework.jdbc.support
Bean that checks if a database has already started up.
DatabaseStartupValidator() - Constructor for class org.springframework.jdbc.support.DatabaseStartupValidator
 
DataBinder - Class in org.springframework.validation
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 in org.springframework.jdbc.support.incrementer
Interface that defines contract of incrementing any data store field's maximum value.
DataIntegrityViolationException - Exception in org.springframework.dao
Exception thrown when an attempt to insert or update data results in violation of an integrity constraint.
DataIntegrityViolationException(String) - Constructor for exception org.springframework.dao.DataIntegrityViolationException
Constructor for DataIntegrityViolationException.
DataIntegrityViolationException(String, Throwable) - Constructor for exception org.springframework.dao.DataIntegrityViolationException
Constructor for DataIntegrityViolationException.
DataRetrievalFailureException - Exception in org.springframework.dao
Exception thrown if certain expected data could not be retrieved, e.g.
DataRetrievalFailureException(String) - Constructor for exception org.springframework.dao.DataRetrievalFailureException
Constructor for DataRetrievalFailureException.
DataRetrievalFailureException(String, Throwable) - Constructor for exception org.springframework.dao.DataRetrievalFailureException
Constructor for DataRetrievalFailureException.
DataSourceTransactionManager - Class in org.springframework.jdbc.datasource
PlatformTransactionManager implementation for a single JDBC DataSource.
DataSourceTransactionManager() - Constructor for class org.springframework.jdbc.datasource.DataSourceTransactionManager
Create a new DataSourceTransactionManager instance.
DataSourceTransactionManager(DataSource) - Constructor for class org.springframework.jdbc.datasource.DataSourceTransactionManager
Create a new DataSourceTransactionManager instance.
DataSourceUtils - Class in org.springframework.jdbc.datasource
Helper class that provides static methods to obtain JDBC Connections from a DataSource, and to close Connections if necessary.
DataSourceUtils() - Constructor for class org.springframework.jdbc.datasource.DataSourceUtils
 
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
DB2SequenceMaxValueIncrementer - Class in org.springframework.jdbc.support.incrementer
DataFieldMaxValueIncrementer that retrieves the next value of a given DB2 sequence.
DB2SequenceMaxValueIncrementer() - Constructor for class org.springframework.jdbc.support.incrementer.DB2SequenceMaxValueIncrementer
Default constructor.
DB2SequenceMaxValueIncrementer(DataSource, String) - Constructor for class org.springframework.jdbc.support.incrementer.DB2SequenceMaxValueIncrementer
Convenience constructor.
DeadlockLoserDataAccessException - Exception in org.springframework.dao
Generic exception thrown when the current process was a deadlock loser, and its transaction rolled back.
DeadlockLoserDataAccessException(String, Throwable) - Constructor for exception org.springframework.dao.DeadlockLoserDataAccessException
Constructor for DeadlockLoserDataAccessException.
DebugInterceptor - Class in org.springframework.aop.interceptor
AOP Alliance MethodInterceptor that can be introduced in a chain to display verbose information about intercepted invocations to the logger.
DebugInterceptor() - Constructor for class org.springframework.aop.interceptor.DebugInterceptor
Create a new DebugInterceptor with a static logger.
DebugInterceptor(boolean) - Constructor for class org.springframework.aop.interceptor.DebugInterceptor
Create a new DebugInterceptor with dynamic or static logger, according to the given flag.
DECIMAL_REFERENCE_START - Static variable in class org.springframework.web.util.HtmlCharacterEntityReferences
 
declareParameter(SqlParameter) - Method in class org.springframework.jdbc.object.RdbmsOperation
Declare a parameter.
declareParameter(SqlParameter) - Method in class org.springframework.jdbc.object.StoredProcedure
Declare a parameter.
decode() - Method in class org.springframework.web.util.HtmlCharacterEntityDecoder
 
decodeRequestString(HttpServletRequest, String) - Method in class org.springframework.web.util.UrlPathHelper
Decode the given source string with a URLEncoder.
decorateInputStream(InputStream) - Method in class org.springframework.remoting.httpinvoker.AbstractHttpInvokerRequestExecutor
Return the InputStream to use for reading remote invocation results, potentially decorating the given original InputStream.
decorateInputStream(HttpServletRequest, InputStream) - Method in class org.springframework.remoting.httpinvoker.HttpInvokerServiceExporter
Return the InputStream to use for reading remote invocations, potentially decorating the given original InputStream.
decorateOutputStream(OutputStream) - Method in class org.springframework.remoting.httpinvoker.AbstractHttpInvokerRequestExecutor
Return the OutputStream to use for writing remote invocations, potentially decorating the given original OutputStream.
decorateOutputStream(HttpServletRequest, HttpServletResponse, OutputStream) - Method in class org.springframework.remoting.httpinvoker.HttpInvokerServiceExporter
Return the OutputStream to use for writing remote invocation results, potentially decorating the given original OutputStream.
deepCopy(Object) - Method in class org.springframework.orm.hibernate.support.AbstractLobType
This implementation returns the passed-in value as-is.
deepCopy(Object) - Method in class org.springframework.orm.hibernate.support.BlobByteArrayType
 
deepCopy(Object) - Method in class org.springframework.orm.hibernate.support.BlobSerializableType
 
deepCopy(Object) - Method in class org.springframework.orm.hibernate3.support.AbstractLobType
This implementation returns the passed-in value as-is.
deepCopy(Object) - Method in class org.springframework.orm.hibernate3.support.BlobByteArrayType
 
deepCopy(Object) - Method in class org.springframework.orm.hibernate3.support.BlobSerializableType
 
deepMerge(Object) - Method in interface org.springframework.orm.toplink.TopLinkOperations
Reassociate the given entity copy with the current UnitOfWork, using deep merging of all contained entities.
deepMerge(Object) - Method in class org.springframework.orm.toplink.TopLinkTemplate
 
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_BATCH_SIZE - Static variable in class org.springframework.jdbc.object.BatchSqlUpdate
Default number of inserts to accumulate before commiting a batch (5000).
DEFAULT_BEAN_NAME_SEPARATOR - Static variable in class org.springframework.beans.factory.config.PropertyOverrideConfigurer
 
DEFAULT_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_COMMAND_NAME - Static variable in class org.springframework.web.servlet.mvc.throwaway.ThrowawayControllerHandlerAdapter
 
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_CONTENT_TYPE - Static variable in class org.springframework.web.servlet.view.AbstractView
Default content type.
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_CONTEXT_CLASS - Static variable in class org.springframework.web.struts.ContextLoaderPlugIn
Default context class for ContextLoaderPlugIn.
DEFAULT_COOKIE_MAX_AGE - Static variable in class org.springframework.web.util.CookieGenerator
Default maximum age of cookies: maximum integer value, i.e. forever.
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.util.CookieGenerator
Default path that cookies will be visible to: "/", i.e. the entire server.
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_FIELD_MARKER_PREFIX - Static variable in class org.springframework.web.bind.WebDataBinder
Default prefix that field marker parameters start with, followed by the field name: e.g.
DEFAULT_FORMAT_KEY - Static variable in class org.springframework.web.servlet.view.jasperreports.JasperReportsMultiFormatView
Default value used for format key.
DEFAULT_INTERVAL - Static variable in class org.springframework.jdbc.support.DatabaseStartupValidator
 
DEFAULT_LAYOUT_KEY - Static variable in class org.springframework.web.servlet.view.velocity.VelocityLayoutView
 
DEFAULT_LAYOUT_URL - Static variable in class org.springframework.web.servlet.view.velocity.VelocityLayoutView
 
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 - Static variable in class org.springframework.orm.toplink.support.CommonsLoggingSessionLog
 
DEFAULT_NAMESPACE_SUFFIX - Static variable in class org.springframework.web.servlet.FrameworkServlet
Suffix for WebApplicationContext namespaces.
DEFAULT_NAMESPACE_SUFFIX - Static variable in class org.springframework.web.struts.ContextLoaderPlugIn
Suffix for WebApplicationContext namespaces.
DEFAULT_ORDER - Static variable in interface org.springframework.core.enums.LabeledEnum
Shared Comparator instance that sorts enumerations by LABEL_ORDER, then CODE_ORDER.
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.mvc.multiaction.ParameterMethodNameResolver
Default name for the parameter whose value identifies the method to invoke: "action".
DEFAULT_PARAM_NAME - Static variable in class org.springframework.web.servlet.theme.ThemeChangeInterceptor
 
DEFAULT_PERSISTENCE_MANAGER_FACTORY_BEAN_NAME - Static variable in class org.springframework.orm.jdo.support.OpenPersistenceManagerInViewFilter
 
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_PROTOCOL - Static variable in class org.springframework.mock.web.MockHttpServletRequest
 
DEFAULT_RECEIVE_TIMEOUT - Static variable in class org.springframework.jms.core.JmsTemplate
Default timeout for receive operations: -1 indicates a blocking receive without timeout.
DEFAULT_REMOTE_ADDR - Static variable in class org.springframework.mock.web.MockHttpServletRequest
 
DEFAULT_REMOTE_HOST - Static variable in class org.springframework.mock.web.MockHttpServletRequest
 
DEFAULT_ROOT - Static variable in class org.springframework.web.servlet.view.xslt.AbstractXsltView
 
DEFAULT_SCREEN_CONTENT_KEY - Static variable in class org.springframework.web.servlet.view.velocity.VelocityLayoutView
 
DEFAULT_SEPARATOR - Static variable in class org.springframework.orm.toplink.support.CommonsLoggingSessionLog
 
DEFAULT_SEPARATOR - Static variable in class org.springframework.orm.toplink.support.CommonsLoggingSessionLog904
 
DEFAULT_SERVER_ADDR - Static variable in class org.springframework.mock.web.MockHttpServletRequest
 
DEFAULT_SERVER_NAME - Static variable in class org.springframework.mock.web.MockHttpServletRequest
 
DEFAULT_SERVER_PORT - Static variable in class org.springframework.mock.web.MockHttpServletRequest
 
DEFAULT_SERVER_PORT - Static variable in class org.springframework.mock.web.MockHttpServletResponse
 
DEFAULT_SERVICE_URL - Static variable in class org.springframework.jmx.support.ConnectorServerFactoryBean
The default service URL.
DEFAULT_SESSION_FACTORY_BEAN_NAME - Static variable in class org.springframework.orm.hibernate.support.OpenSessionInViewFilter
 
DEFAULT_SESSION_FACTORY_BEAN_NAME - Static variable in class org.springframework.orm.hibernate3.support.OpenSessionInViewFilter
 
DEFAULT_SESSION_NAME - Static variable in class org.springframework.orm.toplink.LocalSessionFactory
The default session name to look for in the sessions.xml: "Session".
DEFAULT_SESSIONS_XML - Static variable in class org.springframework.orm.toplink.LocalSessionFactory
The default location of the sessions.xml TopLink configuration file: "sessions.xml" in the class path.
DEFAULT_THEME_NAME - Static variable in class org.springframework.web.servlet.support.RequestContext
Default theme name used if the RequestContext cannot find a ThemeResolver.
DEFAULT_THREAD_COUNT - Static variable in class org.springframework.scheduling.quartz.SchedulerFactoryBean
 
DEFAULT_TIMEOUT - Static variable in class org.springframework.jdbc.support.DatabaseStartupValidator
 
DEFAULT_USER_TRANSACTION_NAME - Static variable in class org.springframework.transaction.jta.JtaTransactionManager
Default JNDI location for the JTA UserTransaction.
DEFAULT_VALUE - Static variable in class org.springframework.beans.factory.xml.DefaultXmlBeanDefinitionParser
 
DEFAULT_VALUE_STYLER - Static variable in class org.springframework.core.style.StylerUtils
Default ValueStyler instance used by this ToStringCreator.
DEFAULT_WEB_APP_ROOT_KEY - Static variable in class org.springframework.web.util.WebUtils
Default web app root key: "webapp.root"
DefaultAdvisorAdapterRegistry - Class in org.springframework.aop.framework.adapter
Default implementation of the AdvisorAdapterRegistry interface.
DefaultAdvisorAdapterRegistry() - Constructor for class org.springframework.aop.framework.adapter.DefaultAdvisorAdapterRegistry
 
DefaultAdvisorAutoProxyCreator - Class in org.springframework.aop.framework.autoproxy
BeanPostProcessor implementation that creates AOP proxies based on all candidate Advisors in the current BeanFactory.
DefaultAdvisorAutoProxyCreator() - Constructor for class org.springframework.aop.framework.autoproxy.DefaultAdvisorAutoProxyCreator
 
DefaultAopProxyFactory - Class in org.springframework.aop.framework
Simple implementation of AopProxyFactory, either creating a CGLIB proxy or a JDK dynamic proxy.
DefaultAopProxyFactory() - Constructor for class org.springframework.aop.framework.DefaultAopProxyFactory
 
defaultAutoCommit() - Method in class org.springframework.jdbc.datasource.LazyConnectionDataSourceProxy
Expose the default auto-commit value.
DefaultBindingErrorProcessor - Class in org.springframework.validation
Default BindingErrorProcessor implementation.
DefaultBindingErrorProcessor() - Constructor for class org.springframework.validation.DefaultBindingErrorProcessor
 
DefaultIntroductionAdvisor - Class in org.springframework.aop.support
Simple IntroductionAdvisor implementation that by default applies to any class.
DefaultIntroductionAdvisor(Advice) - Constructor for class org.springframework.aop.support.DefaultIntroductionAdvisor
 
DefaultIntroductionAdvisor(DynamicIntroductionAdvice, Class) - Constructor for class org.springframework.aop.support.DefaultIntroductionAdvisor
 
DefaultIntroductionAdvisor(Advice, IntroductionInfo) - Constructor for class org.springframework.aop.support.DefaultIntroductionAdvisor
Wrap the given interceptor and introduce all interfaces.
DefaultJdoDialect - Class in org.springframework.orm.jdo
Default implementation of the JdoDialect interface.
DefaultJdoDialect() - Constructor for class org.springframework.orm.jdo.DefaultJdoDialect
Create a new DefaultJdoDialect.
DefaultJdoDialect(PersistenceManagerFactory) - Constructor for class org.springframework.orm.jdo.DefaultJdoDialect
Create a new DefaultJdoDialect.
DefaultListableBeanFactory - Class in org.springframework.beans.factory.support
Default implementation of the ListableBeanFactory and BeanDefinitionRegistry interfaces: a full-fledged bean factory based on bean definitions.
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 in org.springframework.jdbc.support.lob
Default implementation of the LobHandler interface.
DefaultLobHandler() - Constructor for class org.springframework.jdbc.support.lob.DefaultLobHandler
 
DefaultLobHandler.DefaultLobCreator - Class in org.springframework.jdbc.support.lob
 
DefaultLobHandler.DefaultLobCreator() - Constructor for class org.springframework.jdbc.support.lob.DefaultLobHandler.DefaultLobCreator
 
DefaultLocatorFactory - Class in org.springframework.context.access
A factory class to get a default ContextSingletonBeanFactoryLocator instance.
DefaultLocatorFactory() - Constructor for class org.springframework.context.access.DefaultLocatorFactory
 
defaultLogger - Variable in class org.springframework.aop.interceptor.AbstractTraceInterceptor
The default Log instance used to write trace messages.
DefaultMessageCodesResolver - Class in org.springframework.validation
Default implementation of the MessageCodesResolver interface.
DefaultMessageCodesResolver() - Constructor for class org.springframework.validation.DefaultMessageCodesResolver
 
DefaultMessageSourceResolvable - Class in org.springframework.context.support
Default implementation of the MessageSourceResolvable interface.
DefaultMessageSourceResolvable(String) - Constructor for class org.springframework.context.support.DefaultMessageSourceResolvable
Create a new DefaultMessageSourceResolvable.
DefaultMessageSourceResolvable(String[]) - Constructor for class org.springframework.context.support.DefaultMessageSourceResolvable
Create a new DefaultMessageSourceResolvable.
DefaultMessageSourceResolvable(String[], String) - Constructor for class org.springframework.context.support.DefaultMessageSourceResolvable
Create a new DefaultMessageSourceResolvable.
DefaultMessageSourceResolvable(String[], Object[]) - Constructor for class org.springframework.context.support.DefaultMessageSourceResolvable
Create a new DefaultMessageSourceResolvable.
DefaultMessageSourceResolvable(String[], Object[], String) - Constructor for class org.springframework.context.support.DefaultMessageSourceResolvable
Create a new DefaultMessageSourceResolvable.
DefaultMessageSourceResolvable(MessageSourceResolvable) - Constructor for class org.springframework.context.support.DefaultMessageSourceResolvable
Copy constructor: Create a new instance from another resolvable.
DefaultMultipartHttpServletRequest - Class in org.springframework.web.multipart.support
Default implementation of the MultipartHttpServletRequest interface.
DefaultMultipartHttpServletRequest(HttpServletRequest, Map, Map) - Constructor for class org.springframework.web.multipart.support.DefaultMultipartHttpServletRequest
Wrap the given HttpServletRequest in a MultipartHttpServletRequest.
DefaultPointcutAdvisor - Class in org.springframework.aop.support
Convenient pointcut-driven advisor implementation.
DefaultPointcutAdvisor() - Constructor for class org.springframework.aop.support.DefaultPointcutAdvisor
Create an empty DefaultPointcutAdvisor.
DefaultPointcutAdvisor(Advice) - Constructor for class org.springframework.aop.support.DefaultPointcutAdvisor
Create a DefaultPointcutAdvisor that matches all methods.
DefaultPointcutAdvisor(Pointcut, Advice) - Constructor for class org.springframework.aop.support.DefaultPointcutAdvisor
Create a DefaultPointcutAdvisor, specifying pointcut and advice
DefaultPropertiesPersister - Class in org.springframework.util
Default implementation of the PropertiesPersister interface.
DefaultPropertiesPersister() - Constructor for class org.springframework.util.DefaultPropertiesPersister
 
DefaultRemoteInvocationExecutor - Class in org.springframework.remoting.support
Default implementation of the RemoteInvocationExecutor interface.
DefaultRemoteInvocationExecutor() - Constructor for class org.springframework.remoting.support.DefaultRemoteInvocationExecutor
 
DefaultRemoteInvocationFactory - Class in org.springframework.remoting.support
Default implementation of the RemoteInvocationFactory interface.
DefaultRemoteInvocationFactory() - Constructor for class org.springframework.remoting.support.DefaultRemoteInvocationFactory
 
DefaultResourceLoader - Class in org.springframework.core.io
Default implementation of the ResourceLoader interface.
DefaultResourceLoader() - Constructor for class org.springframework.core.io.DefaultResourceLoader
Create a new DefaultResourceLoader.
DefaultResourceLoader(ClassLoader) - Constructor for class org.springframework.core.io.DefaultResourceLoader
Create a new DefaultResourceLoader.
DefaultToStringStyler - Class in org.springframework.core.style
Spring's default toString() styler.
DefaultToStringStyler(ValueStyler) - Constructor for class org.springframework.core.style.DefaultToStringStyler
 
DefaultTransactionAttribute - Class in org.springframework.transaction.interceptor
Transaction attribute that takes the EJB approach to rolling back on runtime, but not checked, exceptions.
DefaultTransactionAttribute() - Constructor for class org.springframework.transaction.interceptor.DefaultTransactionAttribute
Create a new DefaultTransactionAttribute, with default settings.
DefaultTransactionAttribute(TransactionAttribute) - Constructor for class org.springframework.transaction.interceptor.DefaultTransactionAttribute
Copy constructor.
DefaultTransactionAttribute(int) - Constructor for class org.springframework.transaction.interceptor.DefaultTransactionAttribute
Create a new DefaultTransactionAttribute with the the given propagation behavior.
DefaultTransactionDefinition - Class in org.springframework.transaction.support
Default implementation of the TransactionDefinition interface, offering bean-style configuration and sensible default values (PROPAGATION_REQUIRED, ISOLATION_DEFAULT, TIMEOUT_DEFAULT, readOnly=false).
DefaultTransactionDefinition() - Constructor for class org.springframework.transaction.support.DefaultTransactionDefinition
Create a new DefaultTransactionDefinition, with default settings.
DefaultTransactionDefinition(TransactionDefinition) - Constructor for class org.springframework.transaction.support.DefaultTransactionDefinition
Copy constructor.
DefaultTransactionDefinition(int) - Constructor for class org.springframework.transaction.support.DefaultTransactionDefinition
Create a new DefaultTransactionDefinition with the the given propagation behavior.
defaultTransactionIsolation() - Method in class org.springframework.jdbc.datasource.LazyConnectionDataSourceProxy
Expose the default transaction isolation value.
DefaultTransactionStatus - Class in org.springframework.transaction.support
Default implementation of the TransactionStatus interface, used by AbstractPlatformTransactionManager.
DefaultTransactionStatus(Object, boolean, boolean, boolean, boolean, Object) - Constructor for class org.springframework.transaction.support.DefaultTransactionStatus
Create a new DefaultTransactionStatus instance.
DefaultValueStyler - Class in org.springframework.core.style
Converts objects to string form, generally for debugging purposes, using Spring's toString styling conventions.
DefaultValueStyler() - Constructor for class org.springframework.core.style.DefaultValueStyler
 
DefaultXmlBeanDefinitionParser - Class in org.springframework.beans.factory.xml
Default implementation of the XmlBeanDefinitionParser interface.
DefaultXmlBeanDefinitionParser() - Constructor for class org.springframework.beans.factory.xml.DefaultXmlBeanDefinitionParser
 
DelegatingActionProxy - Class in org.springframework.web.struts
Proxy for a Spring-managed Struts Action that's defined in ContextLoaderPlugIn's WebApplicationContext.
DelegatingActionProxy() - Constructor for class org.springframework.web.struts.DelegatingActionProxy
 
DelegatingActionUtils - Class in org.springframework.web.struts
Common methods for various ways to make Struts delegate to Spring-managed Actions.
DelegatingActionUtils() - Constructor for class org.springframework.web.struts.DelegatingActionUtils
 
DelegatingConnectionFactory - Class in org.springframework.jca.cci.connection
ConnectionFactory implementation that delegates all calls to a given target ConnectionFactory.
DelegatingConnectionFactory() - Constructor for class org.springframework.jca.cci.connection.DelegatingConnectionFactory
 
DelegatingDataSource - Class in org.springframework.jdbc.datasource
DataSource implementation that delegates all calls to a given target DataSource.
DelegatingDataSource() - Constructor for class org.springframework.jdbc.datasource.DelegatingDataSource
 
DelegatingFilterProxy - Class in org.springframework.web.filter
Proxy for a standard Servlet 2.3 Filter, delegating to a Spring-managed bean that implements the Filter interface.
DelegatingFilterProxy() - Constructor for class org.springframework.web.filter.DelegatingFilterProxy
 
DelegatingIntroductionInterceptor - Class in org.springframework.aop.support
Convenient implementation of the IntroductionInterceptor interface.
DelegatingIntroductionInterceptor(Object) - Constructor for class org.springframework.aop.support.DelegatingIntroductionInterceptor
Construct a new DelegatingIntroductionInterceptor, providing a delegate that implements the interfaces to be introduced.
DelegatingIntroductionInterceptor() - Constructor for class org.springframework.aop.support.DelegatingIntroductionInterceptor
Construct a new DelegatingIntroductionInterceptor.
DelegatingMessageSource - Class in org.springframework.context.support
Empty MessageSource that delegates all calls to the parent MessageSource.
DelegatingMessageSource() - Constructor for class org.springframework.context.support.DelegatingMessageSource
 
DelegatingRequestProcessor - Class in org.springframework.web.struts
Subclass of Struts' default RequestProcessor that looks up Spring-managed Struts Actions defined in ContextLoaderPlugIn's WebApplicationContext.
DelegatingRequestProcessor() - Constructor for class org.springframework.web.struts.DelegatingRequestProcessor
 
DelegatingServletInputStream - Class in org.springframework.mock.web
Delegating implementation of ServletInputStream.
DelegatingServletInputStream(InputStream) - Constructor for class org.springframework.mock.web.DelegatingServletInputStream
Create a new DelegatingServletInputStream.
DelegatingServletOutputStream - Class in org.springframework.mock.web
Delegating implementation of ServletOutputStream.
DelegatingServletOutputStream(OutputStream) - Constructor for class org.springframework.mock.web.DelegatingServletOutputStream
Create a new DelegatingServletOutputStream.
DelegatingTilesRequestProcessor - Class in org.springframework.web.struts
Subclass of Struts' TilesRequestProcessor that looks up Spring-managed Struts Actions defined in ContextLoaderPlugIn's WebApplicationContext.
DelegatingTilesRequestProcessor() - Constructor for class org.springframework.web.struts.DelegatingTilesRequestProcessor
 
DelegatingTransactionAttribute - Class in org.springframework.transaction.interceptor
TransactionAttribute implementation that delegates all calls to a given target TransactionAttribute.
DelegatingTransactionAttribute(TransactionAttribute) - Constructor for class org.springframework.transaction.interceptor.DelegatingTransactionAttribute
Create a DelegatingTransactionAttribute for the given target attribute.
DelegatingVariableResolver - Class in org.springframework.web.jsf
JSF VariableResolver that first delegates to the original resolver of the underlying JSF implementation, then to the Spring root WebApplicationContext.
DelegatingVariableResolver(VariableResolver) - Constructor for class org.springframework.web.jsf.DelegatingVariableResolver
Create a new DelegatingVariableResolver, using the given original VariableResolver.
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(String) - Method in interface org.springframework.orm.hibernate.HibernateOperations
Delete all objects returned by the query.
delete(String, Object, Type) - Method in interface org.springframework.orm.hibernate.HibernateOperations
Delete all objects returned by the query.
delete(String, Object[], Type[]) - Method in interface org.springframework.orm.hibernate.HibernateOperations
Delete all objects returned by the query.
delete(Object) - Method in class org.springframework.orm.hibernate.HibernateTemplate
 
delete(Object, LockMode) - Method in class org.springframework.orm.hibernate.HibernateTemplate
 
delete(String) - Method in class org.springframework.orm.hibernate.HibernateTemplate
 
delete(String, Object, Type) - Method in class org.springframework.orm.hibernate.HibernateTemplate
 
delete(String, Object[], Type[]) - Method in class org.springframework.orm.hibernate.HibernateTemplate
 
delete(Object) - Method in interface org.springframework.orm.hibernate3.HibernateOperations
Delete the given persistent instance.
delete(Object, LockMode) - Method in interface org.springframework.orm.hibernate3.HibernateOperations
Delete the given persistent instance.
delete(Object) - Method in class org.springframework.orm.hibernate3.HibernateTemplate
 
delete(Object, LockMode) - Method in class org.springframework.orm.hibernate3.HibernateTemplate
 
delete(String, Object) - Method in interface org.springframework.orm.ibatis.SqlMapClientOperations
 
delete(String, Object, int) - Method in interface org.springframework.orm.ibatis.SqlMapClientOperations
Convenience method provided by Spring: execute a delete operation with an automatic check that the delete affected the given required number of rows.
delete(String, Object) - Method in class org.springframework.orm.ibatis.SqlMapClientTemplate
 
delete(String, Object, int) - Method in class org.springframework.orm.ibatis.SqlMapClientTemplate
 
delete(Object) - Method in interface org.springframework.orm.ojb.PersistenceBrokerOperations
 
delete(Object) - Method in class org.springframework.orm.ojb.PersistenceBrokerTemplate
 
delete(Object) - Method in interface org.springframework.orm.toplink.TopLinkOperations
Delete the given entity.
delete(Object) - Method in class org.springframework.orm.toplink.TopLinkTemplate
 
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
 
deleteAll(Collection) - Method in interface org.springframework.orm.hibernate3.HibernateOperations
Delete all given persistent instances.
deleteAll(Collection) - Method in class org.springframework.orm.hibernate3.HibernateTemplate
 
deleteAll(Collection) - Method in interface org.springframework.orm.toplink.TopLinkOperations
Delete all given entities.
deleteAll(Collection) - Method in class org.springframework.orm.toplink.TopLinkTemplate
 
deleteAny(String, String) - Static method in class org.springframework.util.StringUtils
Delete any character in a given string.
deleteByQuery(Query) - Method in interface org.springframework.orm.ojb.PersistenceBrokerOperations
 
deleteByQuery(Query) - Method in class org.springframework.orm.ojb.PersistenceBrokerTemplate
 
deleteFromTables(String[]) - Method in class org.springframework.test.AbstractTransactionalDataSourceSpringContextTests
Convenient method to delete all rows from these tables.
deletePersistent(Object) - Method in interface org.springframework.orm.jdo.JdoOperations
Delete the given persistent instance.
deletePersistent(Object) - Method in class org.springframework.orm.jdo.JdoTemplate
 
deletePersistentAll(Collection) - Method in interface org.springframework.orm.jdo.JdoOperations
Delete all given persistent instances.
deletePersistentAll(Collection) - Method in class org.springframework.orm.jdo.JdoTemplate
 
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.
DEPENDENCY_CHECK_ALL - Static variable in class org.springframework.beans.factory.support.AbstractBeanDefinition
 
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.AbstractBeanDefinition
 
DEPENDENCY_CHECK_OBJECTS - Static variable in class org.springframework.beans.factory.support.AbstractBeanDefinition
 
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.AbstractBeanDefinition
 
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
 
DestinationResolutionException - Exception in org.springframework.jms.support.destination
Thrown by DestinationResolver when it cannot resolve a destination name.
DestinationResolutionException(String) - Constructor for exception org.springframework.jms.support.destination.DestinationResolutionException
 
DestinationResolutionException(String, Throwable) - Constructor for exception org.springframework.jms.support.destination.DestinationResolutionException
 
DestinationResolver - Interface in org.springframework.jms.support.destination
Strategy interface for managing JMS destinations.
destroy() - Method in class org.springframework.aop.framework.autoproxy.target.AbstractBeanFactoryBasedTargetSourceCreator
Destroys the internal BeanFactory on shutdown of the TargetSourceCreator.
destroy() - Method in class org.springframework.aop.target.CommonsPoolTargetSource
Closes the underlying ObjectPool when destroying this object.
destroy() - Method in class org.springframework.aop.target.ThreadLocalTargetSource
Dispose of targets if necessary; clear ThreadLocal.
destroy() - Method in interface org.springframework.beans.factory.DisposableBean
Invoked by a BeanFactory on destruction of a singleton.
destroy() - Method in class org.springframework.cache.ehcache.EhCacheManagerFactoryBean
 
destroy() - Method in class org.springframework.context.support.AbstractApplicationContext
DisposableBean callback for destruction of this instance.
destroy() - Method in class org.springframework.jca.cci.connection.SingleConnectionFactory
Close the underlying connection.
destroy() - Method in class org.springframework.jdbc.datasource.SingleConnectionDataSource
Close the underlying connection.
destroy() - Method in class org.springframework.jms.connection.SingleConnectionFactory
Close the underlying connection.
destroy() - Method in class org.springframework.jmx.export.MBeanExporter
Unregisters all beans that this exported has exposed via JMX when the enclosing ApplicationContext is destroyed.
destroy() - Method in class org.springframework.jmx.support.ConnectorServerFactoryBean
Stop the JMXConnectorServer managed by an instance of this class.
destroy() - Method in class org.springframework.jmx.support.MBeanServerConnectionFactoryBean
Closes the underlying JMXConnector.
destroy() - Method in class org.springframework.jmx.support.MBeanServerFactoryBean
Unregisters the MBeanServer instance, if necessary.
destroy() - Method in class org.springframework.orm.hibernate.LocalSessionFactoryBean
Close the SessionFactory on bean factory shutdown.
destroy() - Method in class org.springframework.orm.hibernate3.LocalSessionFactoryBean
Close the SessionFactory on bean factory shutdown.
destroy() - Method in class org.springframework.orm.jdo.LocalPersistenceManagerFactoryBean
Close the PersistenceManagerFactory on bean factory shutdown.
destroy() - Method in class org.springframework.orm.toplink.LocalSessionFactoryBean
 
destroy() - Method in class org.springframework.remoting.jaxrpc.ServletEndpointSupport
This implementation of destroy is empty.
destroy() - Method in class org.springframework.remoting.rmi.JndiRmiServiceExporter
Unbind the RMI service from JNDI on bean factory shutdown.
destroy() - Method in class org.springframework.remoting.rmi.RmiRegistryFactoryBean
Unexport the RMI registry on bean factory shutdown, provided that this bean actually created a registry.
destroy() - Method in class org.springframework.remoting.rmi.RmiServiceExporter
Unbind the RMI service from the registry on bean factory shutdown.
destroy() - Method in class org.springframework.scheduling.quartz.SchedulerFactoryBean
Shut down the Quartz scheduler on bean factory shutdown, stopping all scheduled jobs.
destroy() - Method in class org.springframework.scheduling.timer.TimerFactoryBean
Cancel the Timer on bean factory shutdown, 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.DelegatingFilterProxy
 
destroy() - Method in class org.springframework.web.filter.GenericFilterBean
Subclasses may override this to perform custom filter shutdown.
destroy() - Method in class org.springframework.web.servlet.FrameworkServlet
Close the WebApplicationContext of this servlet.
destroy() - Method in class org.springframework.web.servlet.mvc.ServletWrappingController
 
destroy() - Method in class org.springframework.web.servlet.view.ResourceBundleViewResolver
 
destroy() - Method in class org.springframework.web.servlet.view.XmlViewResolver
 
destroy() - Method in class org.springframework.web.struts.ContextLoaderPlugIn
Close the WebApplicationContext of the ActionServlet.
destroy() - Method in class org.springframework.web.util.Log4jConfigServlet
 
DESTROY_METHOD_ATTRIBUTE - Static variable in class org.springframework.beans.factory.xml.DefaultXmlBeanDefinitionParser
 
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
destroyDelegate(Filter) - Method in class org.springframework.web.filter.DelegatingFilterProxy
Destroy the Filter delegate.
destroyObject(Object) - Method in class org.springframework.aop.target.CommonsPoolTargetSource
 
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.AbstractBeanFactory
 
destroySubcontext(String) - Method in class org.springframework.mock.jndi.SimpleNamingContext
 
destroySubcontext(Name) - Method in class org.springframework.mock.jndi.SimpleNamingContext
 
DestructionAwareBeanPostProcessor - Interface in org.springframework.beans.factory.config
Subinterface of BeanPostProcessor that adds a before-destruction callback.
detachCopy(PersistenceManager, Object) - Method in class org.springframework.orm.jdo.DefaultJdoDialect
This implementation delegates to JDO 2.0's detachCopy method.
detachCopy(PersistenceManager, Object) - Method in interface org.springframework.orm.jdo.JdoDialect
Detach a copy of the given persistent instance from the current JDO transaction, for use outside a JDO transaction (for example, as web form object).
detachCopy(Object) - Method in interface org.springframework.orm.jdo.JdoOperations
Detach a copy of the given persistent instance from the current JDO transaction, for use outside a JDO transaction (for example, as web form object).
detachCopy(Object) - Method in class org.springframework.orm.jdo.JdoTemplate
 
detachCopyAll(PersistenceManager, Collection) - Method in class org.springframework.orm.jdo.DefaultJdoDialect
This implementation delegates to JDO 2.0's detachCopyAll method.
detachCopyAll(PersistenceManager, Collection) - Method in interface org.springframework.orm.jdo.JdoDialect
Detach copies of the given persistent instances from the current JDO transaction, for use outside a JDO transaction (for example, as web form objects).
detachCopyAll(Collection) - Method in interface org.springframework.orm.jdo.JdoOperations
Detach copies of the given persistent instances from the current JDO transaction, for use outside a JDO transaction (for example, as web form objects).
detachCopyAll(Collection) - Method in class org.springframework.orm.jdo.JdoTemplate
 
determineActionBeanName(ActionMapping) - Method in class org.springframework.web.struts.DelegatingActionProxy
Determine the name of the Action bean, to be looked up in the WebApplicationContext.
determineActionBeanName(ActionMapping) - Static method in class org.springframework.web.struts.DelegatingActionUtils
Default implementation of Action bean determination, taking the mapping path and prepending the module prefix, if any.
determineActionBeanName(ActionMapping) - Method in class org.springframework.web.struts.DelegatingRequestProcessor
Determine the name of the Action bean, to be looked up in the WebApplicationContext.
determineActionBeanName(ActionMapping) - Method in class org.springframework.web.struts.DelegatingTilesRequestProcessor
Determine the name of the Action bean, to be looked up in the WebApplicationContext.
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.
determineResourceUrl(HttpServletRequest) - Method in class org.springframework.web.servlet.ResourceServlet
Determine the URL of the target resource of this request.
determineRootDir(String) - Method in class org.springframework.core.io.support.PathMatchingResourcePatternResolver
Determine the root directory for the given location.
determineServiceLocatorExceptionConstructor(Class) - Method in class org.springframework.beans.factory.config.ServiceLocatorFactoryBean
Determine the constructor to use for the given service locator exception class.
disableFilters(Session) - Method in class org.springframework.orm.hibernate3.HibernateAccessor
Disable the specified filters on the given Session.
disassemble(Object) - Method in class org.springframework.orm.hibernate3.support.AbstractLobType
This implementation returns the passed-in value as-is.
DispatchActionSupport - Class in org.springframework.web.struts
Convenience class for Spring-aware Struts 1.1+ DispatchActions.
DispatchActionSupport() - Constructor for class org.springframework.web.struts.DispatchActionSupport
 
DispatcherServlet - Class in org.springframework.web.servlet
Central dispatcher for use within the web MVC framework, e.g. for web UI controllers or HTTP-based remote service exporters.
DispatcherServlet() - Constructor for class org.springframework.web.servlet.DispatcherServlet
 
DisposableBean - Interface in org.springframework.beans.factory
Interface to be implemented by beans that want to release resources on destruction.
DisposableSqlTypeValue - Interface in org.springframework.jdbc.core
Subinterface of SqlTypeValue that adds a cleanup callback, to be invoked after the value has been set and the corresponding statement has been executed.
DO_NOT_PROXY - Static variable in class org.springframework.aop.framework.autoproxy.AbstractAutoProxyCreator
Convenience constant for subclasses: Return value for "do not proxy".
doAfterBody() - Method in class org.springframework.web.servlet.tags.EscapeBodyTag
 
doBegin(Object, TransactionDefinition) - Method in class org.springframework.jca.cci.connection.CciLocalTransactionManager
 
doBegin(Object, TransactionDefinition) - Method in class org.springframework.jdbc.datasource.DataSourceTransactionManager
This implementation sets the isolation level but ignores the timeout.
doBegin(Object, TransactionDefinition) - Method in class org.springframework.jms.connection.JmsTransactionManager
 
doBegin(Object, TransactionDefinition) - Method in class org.springframework.orm.hibernate.HibernateTransactionManager
 
doBegin(Object, TransactionDefinition) - Method in class org.springframework.orm.hibernate3.HibernateTransactionManager
 
doBegin(Object, TransactionDefinition) - Method in class org.springframework.orm.jdo.JdoTransactionManager
 
doBegin(Object, TransactionDefinition) - Method in class org.springframework.orm.ojb.PersistenceBrokerTransactionManager
 
doBegin(Object, TransactionDefinition) - Method in class org.springframework.orm.toplink.TopLinkTransactionManager
 
doBegin(Object, TransactionDefinition) - Method in class org.springframework.transaction.jta.JtaTransactionManager
 
doBegin(Object, TransactionDefinition) - Method in class org.springframework.transaction.support.AbstractPlatformTransactionManager
Begin a new transaction with semantics according to the given transaction definition.
doBind(MutablePropertyValues) - Method in class org.springframework.validation.DataBinder
Actual implementation of the binding process, working with the passed-in MutablePropertyValues instance.
doBind(MutablePropertyValues) - Method in class org.springframework.web.bind.WebDataBinder
This implementation performs a field marker check before delegating to the superclass binding process.
doCatch(Throwable) - Method in class org.springframework.web.servlet.tags.RequestContextAwareTag
 
doCleanupAfterCompletion(Object) - Method in class org.springframework.jca.cci.connection.CciLocalTransactionManager
 
doCleanupAfterCompletion(Object) - Method in class org.springframework.jdbc.datasource.DataSourceTransactionManager
 
doCleanupAfterCompletion(Object) - Method in class org.springframework.jms.connection.JmsTransactionManager
 
doCleanupAfterCompletion(Object) - Method in class org.springframework.orm.hibernate.HibernateTransactionManager
 
doCleanupAfterCompletion(Object) - Method in class org.springframework.orm.hibernate3.HibernateTransactionManager
 
doCleanupAfterCompletion(Object) - Method in class org.springframework.orm.jdo.JdoTransactionManager
 
doCleanupAfterCompletion(Object) - Method in class org.springframework.orm.ojb.PersistenceBrokerTransactionManager
 
doCleanupAfterCompletion(Object) - Method in class org.springframework.orm.toplink.TopLinkTransactionManager
 
doCleanupAfterCompletion(Object) - Method in class org.springframework.transaction.support.AbstractPlatformTransactionManager
Cleanup resources after transaction completion.
doCloseTransactionAfterThrowing(TransactionAspectSupport.TransactionInfo, Throwable) - Method in class org.springframework.transaction.interceptor.TransactionAspectSupport
Handle a throwable, closing out the transaction.
doCommit(DefaultTransactionStatus) - Method in class org.springframework.jca.cci.connection.CciLocalTransactionManager
 
doCommit(DefaultTransactionStatus) - Method in class org.springframework.jdbc.datasource.DataSourceTransactionManager
 
doCommit(DefaultTransactionStatus) - Method in class org.springframework.jms.connection.JmsTransactionManager
 
doCommit(DefaultTransactionStatus) - Method in class org.springframework.orm.hibernate.HibernateTransactionManager
 
doCommit(DefaultTransactionStatus) - Method in class org.springframework.orm.hibernate3.HibernateTransactionManager
 
doCommit(DefaultTransactionStatus) - Method in class org.springframework.orm.jdo.JdoTransactionManager
 
doCommit(DefaultTransactionStatus) - Method in class org.springframework.orm.ojb.PersistenceBrokerTransactionManager
 
doCommit(DefaultTransactionStatus) - Method in class org.springframework.orm.toplink.TopLinkTransactionManager
 
doCommit(DefaultTransactionStatus) - Method in class org.springframework.transaction.jta.JtaTransactionManager
 
doCommit(DefaultTransactionStatus) - Method in class org.springframework.transaction.support.AbstractPlatformTransactionManager
Perform an actual commit of the given transaction.
doCommitTransactionAfterReturning(TransactionAspectSupport.TransactionInfo) - Method in class org.springframework.transaction.interceptor.TransactionAspectSupport
Execute after successful completion of call, but not after an exception was handled.
doConvertFromMessage(Message) - Method in class org.springframework.jms.core.JmsTemplate
 
doCreateConnection() - Method in class org.springframework.jca.cci.connection.SingleConnectionFactory
Create a CCI Connection via this template's ConnectionFactory.
doCreateConnection() - Method in class org.springframework.jms.connection.SingleConnectionFactory
Create a JMS Connection via this template's ConnectionFactory.
doCreateConnection() - Method in class org.springframework.jms.connection.SingleConnectionFactory102
This implementation overrides the superclass method to use JMS 1.0.2 API.
doCreateConnection(String, String) - Method in class org.springframework.jms.connection.UserCredentialsConnectionFactoryAdapter
This implementation delegates to the createConnection(username, password) method of the target ConnectionFactory, passing in the specified user credentials.
doCreateProducer(Session, Destination) - Method in class org.springframework.jms.core.JmsTemplate
Create a raw JMS MessageProducer for the given Session and Destination.
doCreateProducer(Session, Destination) - Method in class org.springframework.jms.core.JmsTemplate102
This implementation overrides the superclass method to use JMS 1.0.2 API.
doCreateQueueConnection(String, String) - Method in class org.springframework.jms.connection.UserCredentialsConnectionFactoryAdapter
This implementation delegates to the createQueueConnection(username, password) method of the target QueueConnectionFactory, passing in the specified user credentials.
doCreateTopicConnection(String, String) - Method in class org.springframework.jms.connection.UserCredentialsConnectionFactoryAdapter
This implementation delegates to the createTopicConnection(username, password) method of the target TopicConnectionFactory, passing in the specified user credentials.
doDelete(HttpServletRequest, HttpServletResponse) - Method in class org.springframework.web.servlet.FrameworkServlet
Delegate DELETE requests to serviceWrapper/doService.
doDispatch(HttpServletRequest, HttpServletResponse) - Method in class org.springframework.web.servlet.DispatcherServlet
Process the actual dispatching to the handler.
doEndTag() - Method in class org.springframework.web.servlet.tags.BindErrorsTag
 
doEndTag() - Method in class org.springframework.web.servlet.tags.BindTag
 
doEndTag() - Method in class org.springframework.web.servlet.tags.NestedPathTag
Reset any previous nestedPath value.
doesNotContain(String, String, String) - Static method in class org.springframework.util.Assert
Assert that the given text does not contain the given substring.
doesNotContain(String, String) - Static method in class org.springframework.util.Assert
Assert that the given text does not contain the given substring.
doesNotHoldNonDefaultSession() - Method in class org.springframework.orm.hibernate.SessionHolder
 
doesNotHoldNonDefaultSession() - Method in class org.springframework.orm.hibernate3.SessionHolder
 
doEvaluate(String, Class, FunctionMapper) - Method in class org.springframework.mock.web.MockExpressionEvaluator
 
doExecute(InteractionSpec, Record, Record, RecordExtractor) - Method in class org.springframework.jca.cci.core.CciTemplate
Execute the specified interaction on an EIS with CCI.
doExecuteRequest(HttpInvokerClientConfiguration, ByteArrayOutputStream) - Method in class org.springframework.remoting.httpinvoker.AbstractHttpInvokerRequestExecutor
Execute a request to send the given serialized remote invocation.
doExecuteRequest(HttpInvokerClientConfiguration, ByteArrayOutputStream) - Method in class org.springframework.remoting.httpinvoker.CommonsHttpInvokerRequestExecutor
 
doExecuteRequest(HttpInvokerClientConfiguration, ByteArrayOutputStream) - Method in class org.springframework.remoting.httpinvoker.SimpleHttpInvokerRequestExecutor
 
doFilter(ServletRequest, ServletResponse, FilterChain) - Method in class org.springframework.web.filter.DelegatingFilterProxy
 
doFilter(ServletRequest, ServletResponse, FilterChain) - Method in class org.springframework.web.filter.OncePerRequestFilter
This doFilter implementation stores a request attribute for "already filtered", proceeding without filtering again if the attribute is already there.
doFilterInternal(HttpServletRequest, HttpServletResponse, FilterChain) - Method in class org.springframework.orm.hibernate.support.OpenSessionInViewFilter
 
doFilterInternal(HttpServletRequest, HttpServletResponse, FilterChain) - Method in class org.springframework.orm.hibernate3.support.OpenSessionInViewFilter
 
doFilterInternal(HttpServletRequest, HttpServletResponse, FilterChain) - Method in class org.springframework.orm.jdo.support.OpenPersistenceManagerInViewFilter
 
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.
doFinally(TransactionAspectSupport.TransactionInfo) - Method in class org.springframework.transaction.interceptor.TransactionAspectSupport
Call this in all cases: exception or normal return.
doFinally() - Method in class org.springframework.web.servlet.tags.BindErrorsTag
 
doFinally() - Method in class org.springframework.web.servlet.tags.BindTag
 
doFinally() - Method in class org.springframework.web.servlet.tags.RequestContextAwareTag
 
doFindPathMatchingFileResources(Resource, String) - Method in class org.springframework.core.io.support.PathMatchingResourcePatternResolver
Find all resources in the file system that match the given location pattern via the Ant-style PathMatcher utility.
doFindPathMatchingFileResources(Resource, String) - Method in class org.springframework.web.context.support.ServletContextResourcePatternResolver
Overridden version which checks for ServletContextResource and uses ServletContext.getResourcePaths to find matching resources below the web application root directory.
doFindPathMatchingJarResources(Resource, String) - Method in class org.springframework.core.io.support.PathMatchingResourcePatternResolver
Find all resources in jar files that match the given location pattern via the Ant-style PathMatcher utility.
doGet(HttpServletRequest, HttpServletResponse) - Method in class org.springframework.web.servlet.FrameworkServlet
Delegate GET requests to serviceWrapper/doService.
doGet(HttpServletRequest, HttpServletResponse) - Method in class org.springframework.web.servlet.ResourceServlet
Determine the URL of the target resource and include it.
doGetConnection(ConnectionFactory) - Static method in class org.springframework.jca.cci.connection.ConnectionFactoryUtils
Actually get a CCI Connection for the given ConnectionFactory.
doGetConnection(ConnectionSpec) - Method in class org.springframework.jca.cci.connection.ConnectionSpecConnectionFactoryAdapter
This implementation delegates to the getConnection(ConnectionSpec) method of the target ConnectionFactory, passing in the specified user credentials.
doGetConnection(DataSource) - Static method in class org.springframework.jdbc.datasource.DataSourceUtils
Actually get a JDBC Connection for the given DataSource.
doGetConnection(String, String) - Method in class org.springframework.jdbc.datasource.UserCredentialsDataSourceAdapter
This implementation delegates to the getConnection(username, password) method of the target DataSource, passing in the specified user credentials.
doGetNativeConnection(Connection) - Method in class org.springframework.jdbc.support.nativejdbc.C3P0NativeJdbcExtractor
Retrieve the Connection via C3P0's rawConnectionOperation API, using the getRawConnection as callback to get access to the raw Connection (which is otherwise not directly supported by C3P0).
doGetNativeConnection(Connection) - Method in class org.springframework.jdbc.support.nativejdbc.CommonsDbcpNativeJdbcExtractor
 
doGetNativeConnection(Connection) - Method in class org.springframework.jdbc.support.nativejdbc.JBossNativeJdbcExtractor
Retrieve the Connection via JBoss' getUnderlyingConnection method.
doGetNativeConnection(Connection) - Method in class org.springframework.jdbc.support.nativejdbc.NativeJdbcExtractorAdapter
Not able to unwrap: return passed-in Connection.
doGetNativeConnection(Connection) - Method in class org.springframework.jdbc.support.nativejdbc.SimpleNativeJdbcExtractor
Retrieve the Connection via the DatabaseMetaData object, which will result in the native JDBC Connection with many connection pools.
doGetNativeConnection(Connection) - Method in class org.springframework.jdbc.support.nativejdbc.WebLogicNativeJdbcExtractor
Retrieve the Connection via WebLogic's getVendorConnection method.
doGetNativeConnection(Connection) - Method in class org.springframework.jdbc.support.nativejdbc.WebSphereNativeJdbcExtractor
Retrieve the Connection via WebSphere's getNativeConnection method.
doGetNativeConnection(Connection) - Method in class org.springframework.jdbc.support.nativejdbc.XAPoolNativeJdbcExtractor
 
doGetPersistenceManager(PersistenceManagerFactory, boolean) - Static method in class org.springframework.orm.jdo.PersistenceManagerFactoryUtils
Get a JDO PersistenceManager via the given factory.
doGetSession(SessionFactory, boolean) - Static method in class org.springframework.orm.hibernate3.SessionFactoryUtils
Get a Hibernate Session for the given SessionFactory.
doGetSession(SessionFactory, boolean) - Static method in class org.springframework.orm.toplink.SessionFactoryUtils
Get a TopLink Session for the given SessionFactory.
doGetTransaction() - Method in class org.springframework.jca.cci.connection.CciLocalTransactionManager
 
doGetTransaction() - Method in class org.springframework.jdbc.datasource.DataSourceTransactionManager
 
doGetTransaction() - Method in class org.springframework.jms.connection.JmsTransactionManager
 
doGetTransaction() - Method in class org.springframework.orm.hibernate.HibernateTransactionManager
 
doGetTransaction() - Method in class org.springframework.orm.hibernate3.HibernateTransactionManager
 
doGetTransaction() - Method in class org.springframework.orm.jdo.JdoTransactionManager
 
doGetTransaction() - Method in class org.springframework.orm.ojb.PersistenceBrokerTransactionManager
 
doGetTransaction() - Method in class org.springframework.orm.toplink.TopLinkTransactionManager
 
doGetTransaction() - Method in class org.springframework.transaction.jta.JtaTransactionManager
This implementation returns a JtaTransactionObject instance for the JTA UserTransaction.
doGetTransaction() - Method in class org.springframework.transaction.support.AbstractPlatformTransactionManager
Return a transaction object for the current transaction state.
doInCallableStatement(CallableStatement) - Method in interface org.springframework.jdbc.core.CallableStatementCallback
Gets called by JdbcTemplate.execute with an active JDBC CallableStatement.
doInConnection(Connection, ConnectionFactory) - Method in interface org.springframework.jca.cci.core.ConnectionCallback
Gets called by CciTemplate.execute with an active CCI Connection.
doInConnection(Connection) - Method in interface org.springframework.jdbc.core.ConnectionCallback
Gets called by JdbcTemplate.execute with an active JDBC Connection.
doInContext(Context) - Method in interface org.springframework.jndi.JndiCallback
Do something with the given JNDI context.
doInHibernate(Session) - Method in interface org.springframework.orm.hibernate.HibernateCallback
Gets called by HibernateTemplate.execute with an active Hibernate Session.
doInHibernate(Session) - Method in interface org.springframework.orm.hibernate3.HibernateCallback
Gets called by HibernateTemplate.execute with an active Hibernate Session.
doInInteraction(Interaction, ConnectionFactory) - Method in interface org.springframework.jca.cci.core.InteractionCallback
Gets called by CciTemplate.execute with an active CCI Interaction.
doInitBody() - Method in class org.springframework.web.servlet.tags.EscapeBodyTag
 
doInJdo(PersistenceManager) - Method in interface org.springframework.orm.jdo.JdoCallback
Gets called by JdoTemplate.execute with an active PersistenceManager.
doInJms(Session, MessageProducer) - Method in interface org.springframework.jms.core.ProducerCallback
Perform operations on the given Session and MessageProducer.
doInJms(Session) - Method in interface org.springframework.jms.core.SessionCallback
Execute operations against a JMS session possibly returning a result.
doInMappedStatement(MappedStatement, Connection) - Method in interface org.springframework.orm.ibatis.SqlMapCallback
Gets called by SqlMapTemplate.execute with an active JDBC Connection.
doInPersistenceBroker(PersistenceBroker) - Method in interface org.springframework.orm.ojb.PersistenceBrokerCallback
Gets called by PersistenceBrokerTemplate.execute with an active PersistenceBroker.
doInPreparedStatement(PreparedStatement) - Method in interface org.springframework.jdbc.core.PreparedStatementCallback
Gets called by JdbcTemplate.execute with an active JDBC PreparedStatement.
doInPreparedStatement(PreparedStatement) - Method in class org.springframework.jdbc.core.support.AbstractLobCreatingPreparedStatementCallback
 
doInSqlMapClient(SqlMapExecutor) - Method in interface org.springframework.orm.ibatis.SqlMapClientCallback
Gets called by SqlMapClientTemplate.execute with an active SqlMapExecutor.
doInStatement(Statement) - Method in interface org.springframework.jdbc.core.StatementCallback
Gets called by JdbcTemplate.execute with an active JDBC Statement.
doInTopLink(Session) - Method in class org.springframework.orm.toplink.SessionReadCallback
Determines the Session to work on (either the active UnitOfWork or the plain Session) and delegates to readFromSession.
doInTopLink(Session) - Method in interface org.springframework.orm.toplink.TopLinkCallback
Gets called by TopLinkTemplate.execute with an active Session.
doInTopLink(Session) - Method in class org.springframework.orm.toplink.UnitOfWorkCallback
Determines the UnitOfWork to work on (either the active UnitOfWork or a temporarily acquired UnitOfWork) and delegates to doInUnitOfWork.
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.
doInUnitOfWork(UnitOfWork) - Method in class org.springframework.orm.toplink.UnitOfWorkCallback
Called with a UnitOfWork to work on, either the active UnitOfWork or a temporarily acquired UnitOfWork (as determined by the transaction status).
doInvoke(MethodInvocation) - Method in class org.springframework.ejb.access.AbstractRemoteSlsbInvokerInterceptor
Perform the given invocation on the current EJB home.
doInvoke(MethodInvocation) - Method in class org.springframework.ejb.access.SimpleRemoteSlsbInvokerInterceptor
This implementation "creates" a new EJB instance for each invocation.
doInvoke(MethodInvocation, Remote) - Method in class org.springframework.remoting.rmi.JndiRmiClientInterceptor
Perform the given invocation on the given RMI stub.
doInvoke(MethodInvocation, Remote) - Method in class org.springframework.remoting.rmi.RmiClientInterceptor
Perform the given invocation on the given RMI stub.
doInvoke(MethodInvocation, RmiInvocationHandler) - Method in class org.springframework.remoting.rmi.RmiClientInterceptor
Apply the given AOP method invocation to the given RmiInvocationHandler.
doInvoke(MethodInvocation, Remote) - Static method in class org.springframework.remoting.rmi.RmiClientInterceptorUtils
Perform a raw method invocation on the given RMI stub, letting reflection exceptions through as-is.
doJtaBegin(TransactionDefinition) - Method in class org.springframework.transaction.jta.JtaTransactionManager
Perform a JTA begin on the JTA UserTransaction or TransactionManager.
doJtaBegin(TransactionDefinition) - Method in class org.springframework.transaction.jta.WebLogicJtaTransactionManager
 
doJtaResume(Transaction) - Method in class org.springframework.transaction.jta.JtaTransactionManager
Perform a JTA resume on the JTA TransactionManager.
doJtaResume(Transaction) - Method in class org.springframework.transaction.jta.WebLogicJtaTransactionManager
 
doJtaSuspend() - Method in class org.springframework.transaction.jta.JtaTransactionManager
Perform a JTA suspend on the JTA TransactionManager.
DomUtils - Class in org.springframework.util.xml
Convenience methods for working with the DOM API, in particular for working with DOM Nodes and DOM Elements.
DomUtils() - Constructor for class org.springframework.util.xml.DomUtils
 
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
Delegate POST requests to serviceWrapper/doService.
doPut(HttpServletRequest, HttpServletResponse) - Method in class org.springframework.web.servlet.FrameworkServlet
Delegate PUT requests to serviceWrapper/doService.
doReadRemoteInvocation(ObjectInputStream) - Method in class org.springframework.remoting.httpinvoker.HttpInvokerServiceExporter
Perform the actual reading of an invocation result object from the given ObjectInputStream.
doReadRemoteInvocationResult(ObjectInputStream) - Method in class org.springframework.remoting.httpinvoker.AbstractHttpInvokerRequestExecutor
Perform the actual reading of an invocation object from the given ObjectInputStream.
doReceive(Session, Destination) - Method in class org.springframework.jms.core.JmsTemplate
 
doReceive(Session, MessageConsumer) - Method in class org.springframework.jms.core.JmsTemplate
 
doReceiveSelected(Session, Destination, String) - Method in class org.springframework.jms.core.JmsTemplate
 
doRegisterAfterCompletionWithJtaTransaction(List) - Method in class org.springframework.transaction.jta.JtaTransactionManager
Register a JTA synchronization on the JTA TransactionManager, for calling afterCompletion on the given Spring TransactionSynchronizations.
doReleaseConnection(Connection, ConnectionFactory) - Static method in class org.springframework.jca.cci.connection.ConnectionFactoryUtils
Actually close a JCA CCI Connection for the given DataSource.
doReleaseConnection(Connection, DataSource) - Static method in class org.springframework.jdbc.datasource.DataSourceUtils
Actually release a JDBC Connection for the given DataSource.
doReleasePersistenceManager(PersistenceManager, PersistenceManagerFactory) - Static method in class org.springframework.orm.jdo.PersistenceManagerFactoryUtils
Actually release a PersistenceManager for the given factory.
doRender(Map, HttpServletRequest, HttpServletResponse) - Method in class org.springframework.web.servlet.view.freemarker.FreeMarkerView
Render the FreeMarker view to the given response, using the given model map which contains the complete template model to use.
doRender(Context, HttpServletResponse) - Method in class org.springframework.web.servlet.view.velocity.VelocityLayoutView
Overrides the normal rendering process in order to pre-process the Context, merging it with the screen template into a single value (identified by the value of screenContentKey).
doRender(Context, HttpServletResponse) - Method in class org.springframework.web.servlet.view.velocity.VelocityView
Render the Velocity view to the given response, using the given Velocity context which contains the complete template model to use.
doResume(Object, Object) - Method in class org.springframework.jca.cci.connection.CciLocalTransactionManager
 
doResume(Object, Object) - Method in class org.springframework.jdbc.datasource.DataSourceTransactionManager
 
doResume(Object, Object) - Method in class org.springframework.jms.connection.JmsTransactionManager
 
doResume(Object, Object) - Method in class org.springframework.orm.hibernate.HibernateTransactionManager
 
doResume(Object, Object) - Method in class org.springframework.orm.hibernate3.HibernateTransactionManager
 
doResume(Object, Object) - Method in class org.springframework.orm.jdo.JdoTransactionManager
 
doResume(Object, Object) - Method in class org.springframework.orm.ojb.PersistenceBrokerTransactionManager
 
doResume(Object, Object) - Method in class org.springframework.orm.toplink.TopLinkTransactionManager
 
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.
doRetrieveMatchingFiles(String, File, Set) - Method in class org.springframework.core.io.support.PathMatchingResourcePatternResolver
Recursively retrieve files that match the given pattern, adding them to the given result list.
doRetrieveMatchingServletContextResources(ServletContext, String, String, Set) - Method in class org.springframework.web.context.support.ServletContextResourcePatternResolver
Recursively retrieve ServletContextResources that match the given pattern, adding them to the given result set.
doRollback(DefaultTransactionStatus) - Method in class org.springframework.jca.cci.connection.CciLocalTransactionManager
 
doRollback(DefaultTransactionStatus) - Method in class org.springframework.jdbc.datasource.DataSourceTransactionManager
 
doRollback(DefaultTransactionStatus) - Method in class org.springframework.jms.connection.JmsTransactionManager
 
doRollback(DefaultTransactionStatus) - Method in class org.springframework.orm.hibernate.HibernateTransactionManager
 
doRollback(DefaultTransactionStatus) - Method in class org.springframework.orm.hibernate3.HibernateTransactionManager
 
doRollback(DefaultTransactionStatus) - Method in class org.springframework.orm.jdo.JdoTransactionManager
 
doRollback(DefaultTransactionStatus) - Method in class org.springframework.orm.ojb.PersistenceBrokerTransactionManager
 
doRollback(DefaultTransactionStatus) - Method in class org.springframework.orm.toplink.TopLinkTransactionManager
 
doRollback(DefaultTransactionStatus) - Method in class org.springframework.transaction.jta.JtaTransactionManager
 
doRollback(DefaultTransactionStatus) - Method in class org.springframework.transaction.support.AbstractPlatformTransactionManager
Perform an actual rollback of the given transaction.
doSend(Session, Destination, MessageCreator) - Method in class org.springframework.jms.core.JmsTemplate
 
doSend(MessageProducer, Message) - Method in class org.springframework.jms.core.JmsTemplate
 
doSend(MessageProducer, Message) - Method in class org.springframework.jms.core.JmsTemplate102
This implementation overrides the superclass method to use JMS 1.0.2 API.
doSend(MimeMessage[], Object[]) - Method in class org.springframework.mail.javamail.JavaMailSenderImpl
Actually send the given array of MimeMessages via JavaMail.
doService(HttpServletRequest, HttpServletResponse) - Method in class org.springframework.web.servlet.DispatcherServlet
Expose the DispatcherServlet-specific request attributes and delegate to doDispatch for the actual dispatching.
doService(HttpServletRequest, HttpServletResponse) - Method in class org.springframework.web.servlet.FrameworkServlet
Subclasses must implement this method to do the work of request handling.
doSetNestedPath(String) - Method in exception org.springframework.validation.BindException
Actually set the nested path.
doSetRollbackOnly(DefaultTransactionStatus) - Method in class org.springframework.jca.cci.connection.CciLocalTransactionManager
 
doSetRollbackOnly(DefaultTransactionStatus) - Method in class org.springframework.jdbc.datasource.DataSourceTransactionManager
 
doSetRollbackOnly(DefaultTransactionStatus) - Method in class org.springframework.jms.connection.JmsTransactionManager
 
doSetRollbackOnly(DefaultTransactionStatus) - Method in class org.springframework.orm.hibernate.HibernateTransactionManager
 
doSetRollbackOnly(DefaultTransactionStatus) - Method in class org.springframework.orm.hibernate3.HibernateTransactionManager
 
doSetRollbackOnly(DefaultTransactionStatus) - Method in class org.springframework.orm.jdo.JdoTransactionManager
 
doSetRollbackOnly(DefaultTransactionStatus) - Method in class org.springframework.orm.ojb.PersistenceBrokerTransactionManager
 
doSetRollbackOnly(DefaultTransactionStatus) - Method in class org.springframework.orm.toplink.TopLinkTransactionManager
 
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.
doSort(List, SortDefinition) - Method in class org.springframework.beans.support.PagedListHolder
Actually perform sorting of the given source list, according to the given sort definition.
doStartTag() - Method in class org.springframework.web.servlet.tags.NestedPathTag
 
doStartTag() - Method in class org.springframework.web.servlet.tags.RequestContextAwareTag
Create and expose the current RequestContext.
doStartTagInternal() - Method in class org.springframework.web.servlet.tags.BindErrorsTag
 
doStartTagInternal() - Method in class org.springframework.web.servlet.tags.BindTag
 
doStartTagInternal() - Method in class org.springframework.web.servlet.tags.EscapeBodyTag
 
doStartTagInternal() - Method in class org.springframework.web.servlet.tags.HtmlEscapeTag
 
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
 
doSubmitAction(Object) - Method in class org.springframework.web.servlet.mvc.SimpleFormController
Template method for submit actions.
doSuspend(Object) - Method in class org.springframework.jca.cci.connection.CciLocalTransactionManager
 
doSuspend(Object) - Method in class org.springframework.jdbc.datasource.DataSourceTransactionManager
 
doSuspend(Object) - Method in class org.springframework.jms.connection.JmsTransactionManager
 
doSuspend(Object) - Method in class org.springframework.orm.hibernate.HibernateTransactionManager
 
doSuspend(Object) - Method in class org.springframework.orm.hibernate3.HibernateTransactionManager
 
doSuspend(Object) - Method in class org.springframework.orm.jdo.JdoTransactionManager
 
doSuspend(Object) - Method in class org.springframework.orm.ojb.PersistenceBrokerTransactionManager
 
doSuspend(Object) - Method in class org.springframework.orm.toplink.TopLinkTransactionManager
 
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(Map, Node, HttpServletRequest, HttpServletResponse) - Method in class org.springframework.web.servlet.view.xslt.AbstractXsltView
Deprecated. the preferred method is doTransform with a Source argument
doTransform(Map, Source, HttpServletRequest, HttpServletResponse) - Method in class org.springframework.web.servlet.view.xslt.AbstractXsltView
Perform the actual transformation, writing to the HTTP response.
doTransform(Node, Map, Result, String) - Method in class org.springframework.web.servlet.view.xslt.AbstractXsltView
Deprecated. the preferred method is doTransform(Source source, Map parameters, Result result, String encoding)
doTransform(Source, Map, Result, String) - Method in class org.springframework.web.servlet.view.xslt.AbstractXsltView
Perform the actual transformation, writing to the given result.
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.
doTypeConversionIfNecessary(Object, Class) - Method in class org.springframework.beans.factory.support.AbstractBeanFactory
Convert the given value into the specified target type, using a default BeanWrapper instance.
doTypeConversionIfNecessary(Object, Class, BeanWrapperImpl) - Method in class org.springframework.beans.factory.support.AbstractBeanFactory
Convert the given value into the specified target type, using the specified BeanWrapper.
doWriteRemoteInvocation(RemoteInvocation, ObjectOutputStream) - Method in class org.springframework.remoting.httpinvoker.AbstractHttpInvokerRequestExecutor
Perform the actual writing of the given invocation object to the given ObjectOutputStream.
doWriteRemoteInvocationResult(RemoteInvocationResult, ObjectOutputStream) - Method in class org.springframework.remoting.httpinvoker.HttpInvokerServiceExporter
Perform the actual writing of the given invocation result object to the given ObjectOutputStream.
DriverManagerDataSource - Class in org.springframework.jdbc.datasource
Simple implementation of the standard JDBC DataSource interface, configuring a plain old JDBC Driver via bean properties, and returning a new Connection for every getConnection call.
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 DriverManagerDataSource with the given standard DriverManager parameters.
DriverManagerDataSource(String, String, String) - Constructor for class org.springframework.jdbc.datasource.DriverManagerDataSource
Create a new DriverManagerDataSource with the given standard DriverManager parameters.
DriverManagerDataSource(String) - Constructor for class org.springframework.jdbc.datasource.DriverManagerDataSource
Create a new DriverManagerDataSource with the given JDBC URL, not specifying a username or password for JDBC access.
dropDatabaseSchema() - Method in class org.springframework.orm.hibernate.LocalSessionFactoryBean
Execute schema drop script, determined by the Configuration object used for creating the SessionFactory.
dropDatabaseSchema() - Method in class org.springframework.orm.hibernate3.LocalSessionFactoryBean
Execute schema drop script, determined by the Configuration object used for creating the SessionFactory.
DynamicDestinationResolver - Class in org.springframework.jms.support.destination
Simple implementation of the DestinationResolver interface, resolving destination names as dynamic destinations.
DynamicDestinationResolver() - Constructor for class org.springframework.jms.support.destination.DynamicDestinationResolver
 
DynamicIntroductionAdvice - Interface in org.springframework.aop
Subinterface of AOP Alliance Advice that allows additional interfaces to be implemented by an Advice, and available via a proxy using that interceptor.
DynamicMethodMatcher - Class in org.springframework.aop.support
Convenient abstract superclass for dynamic method matchers, which do care about arguments at runtime.
DynamicMethodMatcher() - Constructor for class org.springframework.aop.support.DynamicMethodMatcher
 
DynamicMethodMatcherPointcut - Class in org.springframework.aop.support
Convenient superclass when we want to force subclasses to implement MethodMatcher interface, but subclasses will want to be pointcuts.
DynamicMethodMatcherPointcut() - Constructor for class org.springframework.aop.support.DynamicMethodMatcherPointcut
 
DynamicMethodMatcherPointcutAdvisor - Class in org.springframework.aop.support
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
 

E

EhCacheFactoryBean - Class in org.springframework.cache.ehcache
FactoryBean that creates a named EHCache Cache object, representing a cache region.
EhCacheFactoryBean() - Constructor for class org.springframework.cache.ehcache.EhCacheFactoryBean
 
EhCacheManagerFactoryBean - Class in org.springframework.cache.ehcache
FactoryBean that exposes a EHCache CacheManager singleton, configured from a specified config location.
EhCacheManagerFactoryBean() - Constructor for class org.springframework.cache.ehcache.EhCacheManagerFactoryBean
 
EisOperation - Class in org.springframework.jca.cci.object
Base class for EIS operation objects that work with the CCI API.
EisOperation() - Constructor for class org.springframework.jca.cci.object.EisOperation
 
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
 
ejbRemove() - Method in class org.springframework.ejb.support.AbstractEnterpriseBean
EJB lifecycle method, implemented to invoke onEjbRemote and unload the BeanFactory afterwards.
EMPTY - Static variable in class org.springframework.jmx.export.metadata.ManagedAttribute
 
EMPTY_TARGET_SOURCE - Static variable in class org.springframework.aop.framework.AdvisedSupport
Canonical TargetSource when there's no target, and behavior is supplied by the advisors.
emptyActivatedContextBuilder() - Static method in class org.springframework.mock.jndi.SimpleNamingContextBuilder
If no SimpleNamingContextBuilder is already configuring JNDI, create and activate one.
EmptyTargetSource - Class in org.springframework.aop.target
Canonical TargetSource when there's no target, and behavior is supplied by interfaces and advisors.
enableFilters(Session) - Method in class org.springframework.orm.hibernate3.HibernateAccessor
Enable the specified filters on the given Session.
encodeRedirectURL(String) - Method in class org.springframework.mock.web.MockHttpServletResponse
 
encodeRedirectUrl(String) - Method in class org.springframework.mock.web.MockHttpServletResponse
 
encodeURL(String) - Method in class org.springframework.mock.web.MockHttpServletResponse
 
encodeUrl(String) - Method in class org.springframework.mock.web.MockHttpServletResponse
 
endsWithContinuationMarker(String) - Method in class org.springframework.util.DefaultPropertiesPersister
 
endTransaction() - Method in class org.springframework.test.AbstractTransactionalSpringContextTests
Immediately force a commit or rollback of the transaction, according to the complete flag.
entityIsTransient(MergeEvent, Map) - Method in class org.springframework.orm.hibernate3.support.IdTransferringMergeEventListener
 
ENTRY_ELEMENT - Static variable in class org.springframework.beans.factory.xml.DefaultXmlBeanDefinitionParser
 
entrySet() - Method in class org.springframework.beans.factory.support.ManagedMap
 
entrySet() - Method in class org.springframework.util.CachingMapDecorator
 
equals(Object) - Method in class org.springframework.aop.framework.Cglib2AopProxy
Checks to see if this CallbackFilter is the same CallbackFilter used for another proxy.
equals(Object) - Method in class org.springframework.aop.framework.JdkDynamicAopProxy
Equality means interfaces, advisors and TargetSource are equal.
equals(Object) - Method in class org.springframework.aop.support.AbstractPointcutAdvisor
 
equals(Pointcut, Pointcut) - Static method in class org.springframework.aop.support.Pointcuts
 
equals(Object) - Method in class org.springframework.aop.target.HotSwappableTargetSource
Two HotSwappableTargetSources are equal 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.factory.support.ManagedMap
 
equals(Object) - Method in class org.springframework.beans.factory.support.ManagedSet
 
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.enums.AbstractLabeledEnum
 
equals(Object) - Method in class org.springframework.core.io.AbstractResource
This implementation compares description strings.
equals(Object) - Method in class org.springframework.core.io.ByteArrayResource
This implementation compares the underlying byte array.
equals(Object) - Method in class org.springframework.core.io.ClassPathResource
This implementation compares the underlying class path locations.
equals(Object) - Method in class org.springframework.core.io.FileSystemResource
This implementation compares the underlying File references.
equals(Object) - Method in class org.springframework.core.io.InputStreamResource
This implementation compares the underlying InputStream.
equals(Object) - Method in class org.springframework.core.io.UrlResource
This implementation compares the underlying URL references.
equals(Object) - Method in class org.springframework.mail.SimpleMailMessage
 
equals(Object, Object) - Method in class org.springframework.orm.hibernate.support.AbstractLobType
This implementation delegates to the Hibernate EqualsHelper.
equals(Object, Object) - Method in class org.springframework.orm.hibernate.support.BlobByteArrayType
 
equals(Object, Object) - Method in class org.springframework.orm.hibernate3.support.AbstractLobType
This implementation delegates to the Hibernate EqualsHelper.
equals(Object, Object) - Method in class org.springframework.orm.hibernate3.support.BlobByteArrayType
 
equals(Object) - Method in class org.springframework.transaction.interceptor.DelegatingTransactionAttribute
 
equals(Object) - Method in class org.springframework.transaction.interceptor.RollbackRuleAttribute
 
equals(Object) - Method in class org.springframework.transaction.support.DefaultTransactionDefinition
This implementation of equals compares the toString results.
equals(Object) - Method in class org.springframework.util.comparator.BooleanComparator
 
equals(Object) - Method in class org.springframework.util.comparator.CompoundComparator
 
equals(Object) - Method in class org.springframework.util.comparator.InvertibleComparator
 
equals(Object) - Method in class org.springframework.util.comparator.NullSafeComparator
 
equals(Object) - Method in class org.springframework.web.context.support.ServletContextResource
This implementation compares the underlying ServletContext resource locations.
equalsAdvisors(AdvisedSupport, AdvisedSupport) - Static method in class org.springframework.aop.framework.AopProxyUtils
Check equality of the advisors behind the given AdvisedSupport objects.
equalsInProxy(AdvisedSupport, AdvisedSupport) - Static method in class org.springframework.aop.framework.AopProxyUtils
Check equality of the proxies behind the given AdvisedSupport objects.
equalsProxiedInterfaces(AdvisedSupport, AdvisedSupport) - Static method in class org.springframework.aop.framework.AopProxyUtils
Check equality of the proxied interfaces behind the given AdvisedSupport objects.
error(SAXParseException) - Method in class org.springframework.util.xml.SimpleSaxErrorHandler
 
error(TransformerException) - Method in class org.springframework.util.xml.SimpleTransformErrorListener
 
ERROR_CODE - Static variable in exception org.springframework.beans.MethodInvocationException
Error code that a method invocation error will be registered with.
ERROR_CODE - Static variable in exception org.springframework.beans.TypeMismatchException
Error code that a type mismatch error will be registered with.
ERROR_KEY_PREFIX - Static variable in exception org.springframework.validation.BindException
Prefix for the name of the Errors instance in a model, followed by the object name.
ErrorCoded - Interface in org.springframework.core
Interface that can be implemented by exceptions etc that are error coded.
Errors - Interface in org.springframework.validation
Interface to be implemented by objects that can store and expose information about data binding errors for a specific object.
ERRORS_VARIABLE_NAME - Static variable in class org.springframework.web.servlet.tags.BindErrorsTag
 
escape(String, boolean) - Method in class org.springframework.util.DefaultPropertiesPersister
 
EscapeBodyTag - Class in org.springframework.web.servlet.tags
Custom JSP tag to escape its enclosed body content, applying HTML escaping and/or JavaScript escaping.
EscapeBodyTag() - Constructor for class org.springframework.web.servlet.tags.EscapeBodyTag
 
EscapedErrors - Class in org.springframework.web.bind
Errors wrapper that adds automatic HTML escaping to the wrapped instance, for convenient usage in HTML views.
EscapedErrors(Errors) - Constructor for class org.springframework.web.bind.EscapedErrors
Create a new EscapedErrors instance for the given source instance.
evaluate(String, Class, VariableResolver, FunctionMapper) - Method in class org.springframework.mock.web.MockExpressionEvaluator
 
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.
EventPublicationInterceptor - Class in org.springframework.context.event
Interceptor that publishes an ApplicationEvent to all ApplicationListeners registered with an ApplicationEventPublisher (typically an ApplicationContext), after each successful method invocation.
EventPublicationInterceptor() - Constructor for class org.springframework.context.event.EventPublicationInterceptor
 
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
 
evict(Object) - Method in interface org.springframework.orm.hibernate3.HibernateOperations
Remove the given object from the Session cache.
evict(Object) - Method in class org.springframework.orm.hibernate3.HibernateTemplate
 
evict(Object) - Method in interface org.springframework.orm.jdo.JdoOperations
Remove the given object from the PersistenceManager cache.
evict(Object) - Method in class org.springframework.orm.jdo.JdoTemplate
 
evictAll(Collection) - Method in interface org.springframework.orm.jdo.JdoOperations
Remove all given objects from the PersistenceManager cache.
evictAll() - Method in interface org.springframework.orm.jdo.JdoOperations
Remove all objects from the PersistenceManager cache.
evictAll(Collection) - Method in class org.springframework.orm.jdo.JdoTemplate
 
evictAll() - Method in class org.springframework.orm.jdo.JdoTemplate
 
execute(ConnectionCallback) - Method in interface org.springframework.jca.cci.core.CciOperations
Execute a request on an EIS with CCI, implemented as callback action working on a CCI Connection.
execute(InteractionCallback) - Method in interface org.springframework.jca.cci.core.CciOperations
Execute a request on an EIS with CCI, implemented as callback action working on a CCI Interaction.
execute(InteractionSpec, Record) - Method in interface org.springframework.jca.cci.core.CciOperations
Execute the specified interaction on an EIS with CCI.
execute(InteractionSpec, Record, Record) - Method in interface org.springframework.jca.cci.core.CciOperations
Execute the specified interaction on an EIS with CCI.
execute(InteractionSpec, RecordCreator) - Method in interface org.springframework.jca.cci.core.CciOperations
Execute the specified interaction on an EIS with CCI.
execute(InteractionSpec, Record, RecordExtractor) - Method in interface org.springframework.jca.cci.core.CciOperations
Execute the specified interaction on an EIS with CCI.
execute(InteractionSpec, RecordCreator, RecordExtractor) - Method in interface org.springframework.jca.cci.core.CciOperations
Execute the specified interaction on an EIS with CCI.
execute(ConnectionCallback) - Method in class org.springframework.jca.cci.core.CciTemplate
 
execute(InteractionCallback) - Method in class org.springframework.jca.cci.core.CciTemplate
 
execute(InteractionSpec, Record) - Method in class org.springframework.jca.cci.core.CciTemplate
 
execute(InteractionSpec, Record, Record) - Method in class org.springframework.jca.cci.core.CciTemplate
 
execute(InteractionSpec, RecordCreator) - Method in class org.springframework.jca.cci.core.CciTemplate
 
execute(InteractionSpec, Record, RecordExtractor) - Method in class org.springframework.jca.cci.core.CciTemplate
 
execute(InteractionSpec, RecordCreator, RecordExtractor) - Method in class org.springframework.jca.cci.core.CciTemplate
 
execute(Object) - Method in class org.springframework.jca.cci.object.MappingRecordOperation
Execute the interaction encapsulated by this operation object.
execute(Record) - Method in class org.springframework.jca.cci.object.SimpleRecordOperation
Execute the CCI interaction encapsulated by this operation object.
execute(Record, Record) - Method in class org.springframework.jca.cci.object.SimpleRecordOperation
Execute the CCI interaction encapsulated by this operation object.
execute(ConnectionCallback) - Method in interface org.springframework.jdbc.core.JdbcOperations
Execute a JDBC data access operation, implemented as callback action working on a JDBC Connection.
execute(StatementCallback) - Method in interface org.springframework.jdbc.core.JdbcOperations
Execute a JDBC data access operation, implemented as callback action working on a JDBC Statement.
execute(String) - Method in interface org.springframework.jdbc.core.JdbcOperations
Issue a single SQL execute, typically a DDL statement.
execute(PreparedStatementCreator, PreparedStatementCallback) - Method in interface org.springframework.jdbc.core.JdbcOperations
Execute a JDBC data access operation, implemented as callback action working on a JDBC PreparedStatement.
execute(String, PreparedStatementCallback) - Method in interface org.springframework.jdbc.core.JdbcOperations
Execute a JDBC data access operation, implemented as callback action working on a JDBC PreparedStatement.
execute(CallableStatementCreator, CallableStatementCallback) - Method in interface org.springframework.jdbc.core.JdbcOperations
Execute a JDBC data access operation, implemented as callback action working on a JDBC CallableStatement.
execute(String, CallableStatementCallback) - Method in interface org.springframework.jdbc.core.JdbcOperations
Execute a JDBC data access operation, implemented as callback action working on a JDBC CallableStatement.
execute(ConnectionCallback) - Method in class org.springframework.jdbc.core.JdbcTemplate
 
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
Central execution method.
execute(Object[]) - Method in class org.springframework.jdbc.object.SqlQuery
Convenient method to execute without context.
execute(Map) - Method in class org.springframework.jdbc.object.SqlQuery
Convenient method to execute without parameters.
execute() - Method in class org.springframework.jdbc.object.SqlQuery
Convenient method to execute without parameters nor context.
execute(int, Map) - Method in class org.springframework.jdbc.object.SqlQuery
Convenient method to execute with a single int parameter and context.
execute(int) - Method in class org.springframework.jdbc.object.SqlQuery
Convenient method to execute with a single int parameter.
execute(int, int, Map) - Method in class org.springframework.jdbc.object.SqlQuery
Convenient method to execute with two int parameters and context.
execute(int, int) - Method in class org.springframework.jdbc.object.SqlQuery
Convenient method to execute with two int parameters.
execute(long, Map) - Method in class org.springframework.jdbc.object.SqlQuery
Convenient method to execute with a single long parameter and context.
execute(long) - Method in class org.springframework.jdbc.object.SqlQuery
Convenient method to execute with a single long parameter.
execute(String, Map) - Method in class org.springframework.jdbc.object.SqlQuery
Convenient method to execute with a single String parameter and context.
execute(String) - Method in class org.springframework.jdbc.object.SqlQuery
Convenient method to execute with a single String parameter.
execute(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(SessionCallback) - Method in interface org.springframework.jms.core.JmsOperations
Execute the action specified by the given action object within a JMS Session.
execute(ProducerCallback) - Method in interface org.springframework.jms.core.JmsOperations
Send a message to a JMS destination.
execute(SessionCallback, boolean) - Method in class org.springframework.jms.core.JmsTemplate
Execute the action specified by the given action object within a JMS Session.
execute(SessionCallback) - Method in class org.springframework.jms.core.JmsTemplate
 
execute(ProducerCallback) - Method in class org.springframework.jms.core.JmsTemplate
 
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(HibernateCallback, boolean) - Method in class org.springframework.orm.hibernate.HibernateTemplate
Execute the action specified by the given action object within a Session.
execute(HibernateCallback) - Method in interface org.springframework.orm.hibernate3.HibernateOperations
Execute the action specified by the given action object within a Session.
execute(HibernateCallback) - Method in class org.springframework.orm.hibernate3.HibernateTemplate
 
execute(HibernateCallback, boolean) - Method in class org.springframework.orm.hibernate3.HibernateTemplate
Execute the action specified by the given action object within a Session.
execute(SqlMapClientCallback) - Method in class org.springframework.orm.ibatis.SqlMapClientTemplate
Execute the given data access action on a 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 interface org.springframework.orm.jdo.JdoOperations
Execute the action specified by the given action object within a PersistenceManager.
execute(JdoCallback) - Method in class org.springframework.orm.jdo.JdoTemplate
 
execute(JdoCallback, boolean) - Method in class org.springframework.orm.jdo.JdoTemplate
Execute the action specified by the given action object within a PersistenceManager.
execute(PersistenceBrokerCallback) - Method in interface org.springframework.orm.ojb.PersistenceBrokerOperations
Execute the action specified by the given action object within a PersistenceBroker.
execute(PersistenceBrokerCallback) - Method in class org.springframework.orm.ojb.PersistenceBrokerTemplate
 
execute(TopLinkCallback) - Method in interface org.springframework.orm.toplink.TopLinkOperations
Execute the action specified by the given action object within a TopLink Session.
execute(TopLinkCallback) - Method in class org.springframework.orm.toplink.TopLinkTemplate
 
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.
execute(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.
execute(ActionMapping, ActionForm, HttpServletRequest, HttpServletResponse) - Method in class org.springframework.web.struts.DelegatingActionProxy
Pass the execute call on to the Spring-managed delegate Action.
executeController(Controller, ComponentContext, HttpServletRequest, HttpServletResponse) - Method in class org.springframework.web.servlet.view.tiles.TilesView
Execute the given Tiles controller.
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
 
executeFind(HibernateCallback) - Method in interface org.springframework.orm.hibernate3.HibernateOperations
Execute the specified action assuming that the result object is a List.
executeFind(HibernateCallback) - Method in class org.springframework.orm.hibernate3.HibernateTemplate
 
executeFind(JdoCallback) - Method in interface org.springframework.orm.jdo.JdoOperations
Execute the specified action assuming that the result object is a Collection.
executeFind(JdoCallback) - Method in class org.springframework.orm.jdo.JdoTemplate
 
executeFind(PersistenceBrokerCallback) - Method in interface org.springframework.orm.ojb.PersistenceBrokerOperations
Execute the specified action assuming that the result object is a Collection.
executeFind(PersistenceBrokerCallback) - Method in class org.springframework.orm.ojb.PersistenceBrokerTemplate
 
executeFind(TopLinkCallback) - Method in interface org.springframework.orm.toplink.TopLinkOperations
Execute the specified action assuming that the result object is a Collection.
executeFind(TopLinkCallback) - Method in class org.springframework.orm.toplink.TopLinkTemplate
 
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.
executeNamedQuery(Class, String) - Method in interface org.springframework.orm.toplink.TopLinkOperations
Execute a given named query with the given arguments.
executeNamedQuery(Class, String, boolean) - Method in interface org.springframework.orm.toplink.TopLinkOperations
Execute a given named query with the given arguments.
executeNamedQuery(Class, String, Object[]) - Method in interface org.springframework.orm.toplink.TopLinkOperations
Execute a given named query with the given arguments.
executeNamedQuery(Class, String, Object[], boolean) - Method in interface org.springframework.orm.toplink.TopLinkOperations
Execute a given named query with the given arguments.
executeNamedQuery(Class, String) - Method in class org.springframework.orm.toplink.TopLinkTemplate
 
executeNamedQuery(Class, String, boolean) - Method in class org.springframework.orm.toplink.TopLinkTemplate
 
executeNamedQuery(Class, String, Object[]) - Method in class org.springframework.orm.toplink.TopLinkTemplate
 
executeNamedQuery(Class, String, Object[], boolean) - Method in class org.springframework.orm.toplink.TopLinkTemplate
 
executePostMethod(HttpInvokerClientConfiguration, HttpClient, PostMethod) - Method in class org.springframework.remoting.httpinvoker.CommonsHttpInvokerRequestExecutor
Execute the given PostMethod instance.
executeQuery(DatabaseQuery) - Method in interface org.springframework.orm.toplink.TopLinkOperations
Execute the given query object with the given arguments.
executeQuery(DatabaseQuery, boolean) - Method in interface org.springframework.orm.toplink.TopLinkOperations
Execute the given query object with the given arguments.
executeQuery(DatabaseQuery, Object[]) - Method in interface org.springframework.orm.toplink.TopLinkOperations
Execute the given query object with the given arguments.
executeQuery(DatabaseQuery, Object[], boolean) - Method in interface org.springframework.orm.toplink.TopLinkOperations
Execute the given query object with the given arguments.
executeQuery(DatabaseQuery) - Method in class org.springframework.orm.toplink.TopLinkTemplate
 
executeQuery(DatabaseQuery, boolean) - Method in class org.springframework.orm.toplink.TopLinkTemplate
 
executeQuery(DatabaseQuery, Object[]) - Method in class org.springframework.orm.toplink.TopLinkTemplate
 
executeQuery(DatabaseQuery, Object[], boolean) - Method in class org.springframework.orm.toplink.TopLinkTemplate
 
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
 
executeRequest(HttpInvokerClientConfiguration, RemoteInvocation) - Method in class org.springframework.remoting.httpinvoker.AbstractHttpInvokerRequestExecutor
 
executeRequest(RemoteInvocation) - Method in class org.springframework.remoting.httpinvoker.HttpInvokerClientInterceptor
Execute the given remote invocation via the HttpInvokerRequestExecutor.
executeRequest(HttpInvokerClientConfiguration, RemoteInvocation) - Method in interface org.springframework.remoting.httpinvoker.HttpInvokerRequestExecutor
Execute a request to send the given remote invocation.
executeSchemaScript(Connection, String[]) - Method in class org.springframework.orm.hibernate.LocalSessionFactoryBean
Execute the given schema script on the given JDBC Connection.
executeSchemaScript(Connection, String[]) - Method in class org.springframework.orm.hibernate3.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 a 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 a 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.ByteArrayResource
This implementation always returns true.
exists() - Method in class org.springframework.core.io.FileSystemResource
This implementation returns whether the underlying file exists.
exists() - Method in class org.springframework.core.io.InputStreamResource
This implementation always returns true.
exists() - Method in interface org.springframework.core.io.Resource
Return whether this resource actually exists in physical form.
ExpectedLookupTemplate - Class in org.springframework.mock.jndi
Simple implementation of JndiTemplate interface that always returns a given object.
ExpectedLookupTemplate(String, Object) - Constructor for class org.springframework.mock.jndi.ExpectedLookupTemplate
Construct a new JndiTemplate that will always return the given object, but honour only requests for the given name.
expose(Errors, HttpServletRequest) - Method in class org.springframework.web.struts.SpringBindingActionForm
Set the Errors object that this SpringBindingActionForm is supposed to wrap.
EXPOSE_WEB_APP_ROOT_PARAM - Static variable in class org.springframework.web.util.Log4jWebConfigurer
Parameter specifying whether to expose the web app root system property
exposeHelpers(Map, HttpServletRequest) - Method in class org.springframework.web.servlet.view.freemarker.FreeMarkerView
Expose helpers unique to each rendering operation.
exposeHelpers(HttpServletRequest) - Method in class org.springframework.web.servlet.view.InternalResourceView
Expose helpers unique to each rendering operation.
exposeHelpers(HttpServletRequest) - Method in class org.springframework.web.servlet.view.JstlView
 
exposeHelpers(HttpServletRequest) - Method in class org.springframework.web.servlet.view.tiles.TilesJstlView
 
exposeHelpers(Map, HttpServletRequest) - Method in class org.springframework.web.servlet.view.velocity.VelocityView
Expose helpers unique to each rendering operation.
exposeHelpers(Context, HttpServletRequest, HttpServletResponse) - Method in class org.springframework.web.servlet.view.velocity.VelocityView
Expose helpers unique to each rendering operation.
exposeHelpers(Context, HttpServletRequest) - Method in class org.springframework.web.servlet.view.velocity.VelocityView
Expose helpers unique to each rendering operation.
ExposeInvocationInterceptor - Class in org.springframework.aop.interceptor
Interceptor that exposes the current MethodInvocation.
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.
exposeLocalizationContext(Map, HttpServletRequest) - Method in class org.springframework.web.servlet.view.jasperreports.AbstractJasperReportsView
Expose current Spring-managed Locale and MessageSource to JasperReports i18n ($R expressions etc).
exposeModelAsRequestAttributes(Map, HttpServletRequest) - Method in class org.springframework.web.servlet.view.InternalResourceView
Expose the model objects in the given map as request attributes.
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?
exposeRequestAttributes(ServletRequest, Map) - Static method in class org.springframework.web.util.WebUtils
Expose the given Map as request attributes, using the keys as attribute names and the values as corresponding attribute values.
exposeToolAttributes(Context, HttpServletRequest) - Method in class org.springframework.web.servlet.view.velocity.VelocityView
Expose the tool attributes, according to corresponding bean property settings.
ExpressionEvaluationUtils - Class in org.springframework.web.util
Convenience methods for easy access to the JSP 2.0 ExpressionEvaluator or the ExpressionEvaluatorManager of Jakarta's JSTL implementation.
ExpressionEvaluationUtils() - Constructor for class org.springframework.web.util.ExpressionEvaluationUtils
 
extractByteArrayFromMessage(BytesMessage) - Method in class org.springframework.jms.support.converter.SimpleMessageConverter
Extract a byte array from the given TextMessage.
extractByteArrayFromMessage(BytesMessage) - Method in class org.springframework.jms.support.converter.SimpleMessageConverter102
 
extractData(Record) - Method in interface org.springframework.jca.cci.core.RecordExtractor
Process the data in the given Record, creating a corresponding result object.
extractData(Record) - Method in class org.springframework.jca.cci.object.MappingRecordOperation.RecordExtractorImpl
 
extractData(ResultSet) - Method in interface org.springframework.jdbc.core.ResultSetExtractor
Implementations must implement this method to process all rows in the ResultSet.
extractData(ResultSet) - Method in class org.springframework.jdbc.core.SqlRowSetResultSetExtractor
 
extractData(ResultSet) - Method in class org.springframework.jdbc.core.support.AbstractLobStreamingResultSetExtractor
Delegates to handleNoRowFound, handleMultipleRowsFound and streamData, according to the ResultSet state.
extractDatabaseMetaData(DataSource, DatabaseMetaDataCallback) - Static method in class org.springframework.jdbc.support.JdbcUtils
Extract database meta data via the given DatabaseMetaDataCallback.
extractDatabaseMetaData(DataSource, String) - Static method in class org.springframework.jdbc.support.JdbcUtils
Call the specified method on DatabaseMetaData for the given DataSource, and extract the invocation result.
extractMapFromMessage(MapMessage) - Method in class org.springframework.jms.support.converter.SimpleMessageConverter
Extract a Map from the given TextMessage.
extractOutputData(Record) - Method in class org.springframework.jca.cci.object.MappingCommAreaOperation
 
extractOutputData(Record) - Method in class org.springframework.jca.cci.object.MappingRecordOperation
Subclasses must implement this method to convert the Record returned by CCI execution into a result object for the execute method.
extractOutputParameters(CallableStatement, List) - Method in class org.springframework.jdbc.core.JdbcTemplate
Extract output parameters from the completed stored procedure.
extractReturnedResultSets(CallableStatement, List, int) - Method in class org.springframework.jdbc.core.JdbcTemplate
Extract returned ResultSets from the completed stored procedure.
extractSerializableFromMessage(ObjectMessage) - Method in class org.springframework.jms.support.converter.SimpleMessageConverter
Extract a Serializable object from the given TextMessage.
extractSqlStringFromException(JDOException) - Method in class org.springframework.orm.jdo.DefaultJdoDialect
Template method for extracting a SQL String from the given exception.
extractStringFromMessage(TextMessage) - Method in class org.springframework.jms.support.converter.SimpleMessageConverter
Extract a String from the given TextMessage.

F

FacesContextUtils - Class in org.springframework.web.jsf
Convenience methods to retrieve the root WebApplicationContext for a given FacesContext.
FacesContextUtils() - Constructor for class org.springframework.web.jsf.FacesContextUtils
 
FACTORY_BEAN_ATTRIBUTE - Static variable in class org.springframework.beans.factory.xml.DefaultXmlBeanDefinitionParser
 
FACTORY_BEAN_PREFIX - Static variable in interface org.springframework.beans.factory.BeanFactory
Used to dereference a FactoryBean and distinguish it from beans created by the FactoryBean.
FACTORY_METHOD_ATTRIBUTE - Static variable in class org.springframework.beans.factory.xml.DefaultXmlBeanDefinitionParser
 
FactoryBean - Interface in org.springframework.beans.factory
Interface to be implemented by objects used within a BeanFactory that are themselves factories.
FactoryBeanNotInitializedException - Exception in org.springframework.beans.factory
Exception thrown if a FactoryBean is not fully initialized, for example because it is involved in a circular reference.
FactoryBeanNotInitializedException(String, String) - Constructor for exception org.springframework.beans.factory.FactoryBeanNotInitializedException
Create a new FactoryBeanNotInitializedException.
FALLBACK_TRANSACTION_MANAGER_NAMES - Static variable in class org.springframework.transaction.jta.JtaTransactionManager
Fallback JNDI locations for the JTA TransactionManager.
FatalBeanException - Exception in org.springframework.beans
Thrown on an unrecoverable problem encountered in the beans packages or sub-packages, e.g. bad class or field.
FatalBeanException(String) - Constructor for exception org.springframework.beans.FatalBeanException
Create a new FatalBeanException with the specified message.
FatalBeanException(String, Throwable) - Constructor for exception org.springframework.beans.FatalBeanException
Create a new FatalBeanException with the specified message and root cause.
fatalError(SAXParseException) - Method in class org.springframework.util.xml.SimpleSaxErrorHandler
 
fatalError(TransformerException) - Method in class org.springframework.util.xml.SimpleTransformErrorListener
 
FIELD_CLASS - Static variable in class org.springframework.jmx.export.assembler.AbstractReflectiveMBeanInfoAssembler
 
FIELD_CURRENCY_TIME_LIMIT - Static variable in class org.springframework.jmx.export.assembler.AbstractReflectiveMBeanInfoAssembler
 
FIELD_DEFAULT - Static variable in class org.springframework.jmx.export.assembler.AbstractReflectiveMBeanInfoAssembler
 
FIELD_GET_METHOD - Static variable in class org.springframework.jmx.export.assembler.AbstractReflectiveMBeanInfoAssembler
 
FIELD_LOG - Static variable in class org.springframework.jmx.export.assembler.AbstractReflectiveMBeanInfoAssembler
 
FIELD_LOG_FILE - Static variable in class org.springframework.jmx.export.assembler.AbstractReflectiveMBeanInfoAssembler
 
FIELD_PERSIST_LOCATION - Static variable in class org.springframework.jmx.export.assembler.AbstractReflectiveMBeanInfoAssembler
 
FIELD_PERSIST_NAME - Static variable in class org.springframework.jmx.export.assembler.AbstractReflectiveMBeanInfoAssembler
 
FIELD_PERSIST_PERIOD - Static variable in class org.springframework.jmx.export.assembler.AbstractReflectiveMBeanInfoAssembler
 
FIELD_PERSIST_POLICY - Static variable in class org.springframework.jmx.export.assembler.AbstractReflectiveMBeanInfoAssembler
 
FIELD_ROLE - Static variable in class org.springframework.jmx.export.assembler.AbstractReflectiveMBeanInfoAssembler
 
FIELD_SET_METHOD - Static variable in class org.springframework.jmx.export.assembler.AbstractReflectiveMBeanInfoAssembler
 
FIELD_VISIBILITY - Static variable in class org.springframework.jmx.export.assembler.AbstractReflectiveMBeanInfoAssembler
 
FieldError - Class in org.springframework.validation
Class that encapsulates a field error, i.e. a reason for rejecting a specific field value.
FieldError(String, String, Object, boolean, String[], Object[], String) - Constructor for class org.springframework.validation.FieldError
Create a new FieldError instance.
FieldRetrievingFactoryBean - Class in org.springframework.beans.factory.config
FactoryBean which retrieves a static or non-static field value.
FieldRetrievingFactoryBean() - Constructor for class org.springframework.beans.factory.config.FieldRetrievingFactoryBean
 
FileCopyUtils - Class in org.springframework.util
Simple utility methods for file and stream copying.
FileCopyUtils() - Constructor for class org.springframework.util.FileCopyUtils
 
FileEditor - Class in org.springframework.beans.propertyeditors
Editor for java.io.File, to directly populate a File property instead of using a String file name property as bridge.
FileEditor() - Constructor for class org.springframework.beans.propertyeditors.FileEditor
 
FileSystemResource - Class in org.springframework.core.io
Resource implementation for java.io.File handles.
FileSystemResource(File) - Constructor for class org.springframework.core.io.FileSystemResource
Create a new FileSystemResource.
FileSystemResource(String) - Constructor for class org.springframework.core.io.FileSystemResource
Create a new FileSystemResource.
FileSystemResourceLoader - Class in org.springframework.core.io
ResourceLoader implementation that resolves paths as file system resources rather than as class path resources (DefaultResourceLoader's strategy).
FileSystemResourceLoader() - Constructor for class org.springframework.core.io.FileSystemResourceLoader
 
FileSystemXmlApplicationContext - Class in org.springframework.context.support
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 and automatically refreshing the context.
FileSystemXmlApplicationContext(String[]) - Constructor for class org.springframework.context.support.FileSystemXmlApplicationContext
Create a new FileSystemXmlApplicationContext, loading the definitions from the given XML files and automatically refreshing the context.
FileSystemXmlApplicationContext(String[], boolean) - 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 and automatically refreshing the context.
FileSystemXmlApplicationContext(String[], boolean, ApplicationContext) - Constructor for class org.springframework.context.support.FileSystemXmlApplicationContext
Create a new FileSystemXmlApplicationContext with the given parent, loading the definitions from the given XML files.
fillReport(Map) - Method in class org.springframework.web.servlet.view.jasperreports.AbstractJasperReportsView
Creates a populated JasperPrint instance from the configured JasperReport instance.
FilterDefinitionFactoryBean - Class in org.springframework.orm.hibernate3
Convenient FactoryBean for defining Hibernate FilterDefinitions.
FilterDefinitionFactoryBean() - Constructor for class org.springframework.orm.hibernate3.FilterDefinitionFactoryBean
 
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 "?"
find(String, Object, Type) - Method in interface org.springframework.orm.hibernate.HibernateOperations
Execute a query for persistent instances, binding one value to a "?"
find(String, Object[]) - Method in interface org.springframework.orm.hibernate.HibernateOperations
Execute a query for persistent instances, binding a number of values to "?"
find(String, Object[], Type[]) - Method in interface org.springframework.orm.hibernate.HibernateOperations
Execute a query for persistent instances, binding a number of values to "?"
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
 
find(String) - Method in interface org.springframework.orm.hibernate3.HibernateOperations
Execute a query for persistent instances.
find(String, Object) - Method in interface org.springframework.orm.hibernate3.HibernateOperations
Execute a query for persistent instances, binding one value to a "?"
find(String, Object[]) - Method in interface org.springframework.orm.hibernate3.HibernateOperations
Execute a query for persistent instances, binding a number of values to "?"
find(String) - Method in class org.springframework.orm.hibernate3.HibernateTemplate
 
find(String, Object) - Method in class org.springframework.orm.hibernate3.HibernateTemplate
 
find(String, Object[]) - Method in class org.springframework.orm.hibernate3.HibernateTemplate
 
find(Class) - Method in interface org.springframework.orm.jdo.JdoOperations
Find all persistent instances of the given class.
find(Class, String) - Method in interface org.springframework.orm.jdo.JdoOperations
Find all persistent instances of the given class that match the given JDOQL filter.
find(Class, String, String) - Method in interface org.springframework.orm.jdo.JdoOperations
Find all persistent instances of the given class that match the given JDOQL filter, with the given result ordering.
find(Class, String, String, Object[]) - Method in interface org.springframework.orm.jdo.JdoOperations
Find all persistent instances of the given class that match the given JDOQL filter, using the given parameter declarations and parameter values.
find(Class, String, String, Object[], String) - Method in interface org.springframework.orm.jdo.JdoOperations
Find all persistent instances of the given class that match the given JDOQL filter, using the given parameter declarations and parameter values, with the given result ordering.
find(Class, String, String, Map) - Method in interface org.springframework.orm.jdo.JdoOperations
Find all persistent instances of the given class that match the given JDOQL filter, using the given parameter declarations and parameter values.
find(Class, String, String, Map, String) - Method in interface org.springframework.orm.jdo.JdoOperations
Find all persistent instances of the given class that match the given JDOQL filter, using the given parameter declarations and parameter values, with the given result ordering.
find(String, Object) - Method in interface org.springframework.orm.jdo.JdoOperations
Find persistent instances through the given query object in the specified query language.
find(String) - Method in interface org.springframework.orm.jdo.JdoOperations
Find persistent instances through the given single-string JDOQL query.
find(Class) - Method in class org.springframework.orm.jdo.JdoTemplate
 
find(Class, String) - Method in class org.springframework.orm.jdo.JdoTemplate
 
find(Class, String, String) - Method in class org.springframework.orm.jdo.JdoTemplate
 
find(Class, String, String, Object[]) - Method in class org.springframework.orm.jdo.JdoTemplate
 
find(Class, String, String, Object[], String) - Method in class org.springframework.orm.jdo.JdoTemplate
 
find(Class, String, String, Map) - Method in class org.springframework.orm.jdo.JdoTemplate
 
find(Class, String, String, Map, String) - Method in class org.springframework.orm.jdo.JdoTemplate
 
find(String, Object) - Method in class org.springframework.orm.jdo.JdoTemplate
 
find(String) - Method in class org.springframework.orm.jdo.JdoTemplate
 
findAllAttributes(Method) - Method in class org.springframework.transaction.annotation.AnnotationTransactionAttributeSource
Returns all JDK 1.5+ annotations found for the given method.
findAllAttributes(Class) - Method in class org.springframework.transaction.annotation.AnnotationTransactionAttributeSource
Returns all JDK 1.5+ annotations found for the given class.
findAllAttributes(Method) - Method in class org.springframework.transaction.interceptor.AbstractFallbackTransactionAttributeSource
Subclasses should implement this to return all attributes for this method.
findAllAttributes(Class) - Method in class org.springframework.transaction.interceptor.AbstractFallbackTransactionAttributeSource
Subclasses should implement this to return all attributes for this class.
findAllAttributes(Class) - Method in class org.springframework.transaction.interceptor.AttributesTransactionAttributeSource
 
findAllAttributes(Method) - Method in class org.springframework.transaction.interceptor.AttributesTransactionAttributeSource
 
findAllClassPathResources(String) - Method in class org.springframework.core.io.support.PathMatchingResourcePatternResolver
Find all class location resources with the given location via the ClassLoader.
findAttribute(String) - Method in class org.springframework.mock.web.MockPageContext
 
findByNamedParam(String, String, Object) - Method in interface org.springframework.orm.hibernate.HibernateOperations
Execute a query for persistent instances, binding one value to a ":" named parameter in the query string.
findByNamedParam(String, String, Object, Type) - Method in interface org.springframework.orm.hibernate.HibernateOperations
Execute a query for persistent instances, binding one value to a ":" named parameter in the query string.
findByNamedParam(String, String[], Object[]) - Method in interface org.springframework.orm.hibernate.HibernateOperations
Execute a query for persistent instances, binding a number of values to ":" named parameters in the query string.
findByNamedParam(String, String[], Object[], Type[]) - Method in interface org.springframework.orm.hibernate.HibernateOperations
Execute a query for persistent instances, binding a number of values to ":" named parameters in the query string.
findByNamedParam(String, String, Object) - Method in class org.springframework.orm.hibernate.HibernateTemplate
 
findByNamedParam(String, String, Object, Type) - Method in class org.springframework.orm.hibernate.HibernateTemplate
 
findByNamedParam(String, String[], Object[]) - Method in class org.springframework.orm.hibernate.HibernateTemplate
 
findByNamedParam(String, String[], Object[], Type[]) - Method in class org.springframework.orm.hibernate.HibernateTemplate
 
findByNamedParam(String, String, Object) - Method in interface org.springframework.orm.hibernate3.HibernateOperations
Execute a query for persistent instances, binding one value to a ":" named parameter in the query string.
findByNamedParam(String, String[], Object[]) - Method in interface org.springframework.orm.hibernate3.HibernateOperations
Execute a query for persistent instances, binding a number of values to ":" named parameters in the query string.
findByNamedParam(String, String, Object) - Method in class org.springframework.orm.hibernate3.HibernateTemplate
 
findByNamedParam(String, String[], Object[]) - Method in class org.springframework.orm.hibernate3.HibernateTemplate
 
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 "?"
findByNamedQuery(String, Object, Type) - Method in interface org.springframework.orm.hibernate.HibernateOperations
Execute a named query for persistent instances, binding one value to a "?"
findByNamedQuery(String, Object[]) - Method in interface org.springframework.orm.hibernate.HibernateOperations
Execute a named query for persistent instances, binding a number of values to "?"
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 "?"
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
 
findByNamedQuery(String) - Method in interface org.springframework.orm.hibernate3.HibernateOperations
Execute a named query for persistent instances.
findByNamedQuery(String, Object) - Method in interface org.springframework.orm.hibernate3.HibernateOperations
Execute a named query for persistent instances, binding one value to a "?"
findByNamedQuery(String, Object[]) - Method in interface org.springframework.orm.hibernate3.HibernateOperations
Execute a named query for persistent instances, binding a number of values to "?"
findByNamedQuery(String) - Method in class org.springframework.orm.hibernate3.HibernateTemplate
 
findByNamedQuery(String, Object) - Method in class org.springframework.orm.hibernate3.HibernateTemplate
 
findByNamedQuery(String, Object[]) - Method in class org.springframework.orm.hibernate3.HibernateTemplate
 
findByNamedQuery(Class, String) - Method in interface org.springframework.orm.jdo.JdoOperations
Find persistent instances through the given named query.
findByNamedQuery(Class, String) - Method in class org.springframework.orm.jdo.JdoTemplate
 
findByNamedQueryAndNamedParam(String, String, Object) - Method in interface org.springframework.orm.hibernate.HibernateOperations
Execute a named query for persistent instances, binding one value to a ":" named parameter in the query string.
findByNamedQueryAndNamedParam(String, String, Object, Type) - Method in interface org.springframework.orm.hibernate.HibernateOperations
Execute a named query for persistent instances, binding one value to a ":" named parameter in the query string.
findByNamedQueryAndNamedParam(String, String[], Object[]) - Method in interface org.springframework.orm.hibernate.HibernateOperations
Execute a named query for persistent instances, binding a number of values to ":" named parameters in the query string.
findByNamedQueryAndNamedParam(String, String[], Object[], Type[]) - Method in interface org.springframework.orm.hibernate.HibernateOperations
Execute a named query for persistent instances, binding a number of values to ":" named parameters in the query string.
findByNamedQueryAndNamedParam(String, String, Object) - Method in class org.springframework.orm.hibernate.HibernateTemplate
 
findByNamedQueryAndNamedParam(String, String, Object, Type) - Method in class org.springframework.orm.hibernate.HibernateTemplate
 
findByNamedQueryAndNamedParam(String, String[], Object[]) - Method in class org.springframework.orm.hibernate.HibernateTemplate
 
findByNamedQueryAndNamedParam(String, String[], Object[], Type[]) - Method in class org.springframework.orm.hibernate.HibernateTemplate
 
findByNamedQueryAndNamedParam(String, String, Object) - Method in interface org.springframework.orm.hibernate3.HibernateOperations
Execute a named query for persistent instances, binding one value to a ":" named parameter in the query string.
findByNamedQueryAndNamedParam(String, String[], Object[]) - Method in interface org.springframework.orm.hibernate3.HibernateOperations
Execute a named query for persistent instances, binding a number of values to ":" named parameters in the query string.
findByNamedQueryAndNamedParam(String, String, Object) - Method in class org.springframework.orm.hibernate3.HibernateTemplate
 
findByNamedQueryAndNamedParam(String, String[], Object[]) - Method in class org.springframework.orm.hibernate3.HibernateTemplate
 
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
 
findByNamedQueryAndValueBean(String, Object) - Method in interface org.springframework.orm.hibernate3.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.hibernate3.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
 
findByValueBean(String, Object) - Method in interface org.springframework.orm.hibernate3.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.hibernate3.HibernateTemplate
 
findCandidateAdvisors() - Method in class org.springframework.aop.framework.autoproxy.AbstractAdvisorAutoProxyCreator
Find all candidate advisors to use in auto-proxying.
findCandidateAdvisors() - Method in class org.springframework.aop.framework.autoproxy.DefaultAdvisorAutoProxyCreator
Find all candidate advices to use in auto-proxying.
findColumn(String) - Method in class org.springframework.jdbc.support.rowset.ResultSetWrappingSqlRowSet
 
findColumn(String) - Method in interface org.springframework.jdbc.support.rowset.SqlRowSet
Maps the given column name to its column index.
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
 
findDeclaredMethod(Class, String, Class[]) - Static method in class org.springframework.beans.BeanUtils
Find a method with the given method name and the given parameter types, declared on the given class or one of its superclasses.
findDeclaredMethodWithMinimalParameters(Class, String) - Static method in class org.springframework.beans.BeanUtils
Find a method with the given method name and minimal parameters (best case: none), declared on the given class or one of its superclasses.
findEligibleAdvisors(Class) - Method in class org.springframework.aop.framework.autoproxy.AbstractAdvisorAutoProxyCreator
Find all eligible advices and for auto-proxying this class.
findLabeledEnums(Class) - Method in class org.springframework.core.enums.AbstractCachingLabeledEnumResolver
Template method to be implemented by subclasses.
findLabeledEnums(Class) - Method in class org.springframework.core.enums.StaticLabeledEnumResolver
 
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
 
findMatchingMethod() - Method in class org.springframework.beans.support.ArgumentConvertingMethodInvoker
This implementation looks for a method with matching parameter types: that is, where each argument value is assignable to the corresponding parameter type.
findMatchingMethod() - Method in class org.springframework.util.MethodInvoker
Find a matching method with the specified name for the specified arguments.
findMethod(Class, String, Class[]) - Static method in class org.springframework.beans.BeanUtils
Find a method with the given method name and the given parameter types, declared on the given class or one of its superclasses.
findMethodWithMinimalParameters(Class, String) - Static method in class org.springframework.beans.BeanUtils
Find a method with the given method name and minimal parameters (best case: none), declared on the given class or one of its superclasses.
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
Convenient method to find a single object without context.
findObject(int, Map) - Method in class org.springframework.jdbc.object.SqlQuery
Convenient method to find a single object given a single int parameter and a context.
findObject(int) - Method in class org.springframework.jdbc.object.SqlQuery
Convenient method to find a single object given a single int parameter.
findObject(int, int, Map) - Method in class org.springframework.jdbc.object.SqlQuery
Convenient method to find a single object given two int parameters and a context.
findObject(int, int) - Method in class org.springframework.jdbc.object.SqlQuery
Convenient method to find a single object given two int parameters.
findObject(long, Map) - Method in class org.springframework.jdbc.object.SqlQuery
Convenient method to find a single object given a single long parameter and a context.
findObject(long) - Method in class org.springframework.jdbc.object.SqlQuery
Convenient method to find a single object given a single long parameter.
findObject(String, Map) - Method in class org.springframework.jdbc.object.SqlQuery
Convenient method to find a single object given a single String parameter and a context.
findObject(String) - Method in class org.springframework.jdbc.object.SqlQuery
Convenient method to find a single object given a single String parameter.
findPathMatchingResources(String) - Method in class org.springframework.core.io.support.PathMatchingResourcePatternResolver
Find all resources that match the given location pattern via the Ant-style PathMatcher utility.
findPropertyForMethod(Method) - Static method in class org.springframework.beans.BeanUtils
Find a JavaBeans PropertyDescriptor for the given method, with the method either being the read method or the write method for that bean property.
findTemplateSource(String) - Method in class org.springframework.ui.freemarker.SpringTemplateLoader
 
findTransactionAttribute(Collection) - Method in class org.springframework.transaction.annotation.AnnotationTransactionAttributeSource
Return the transaction attribute, given this set of attributes attached to a method or class.
findTransactionAttribute(Collection) - Method in class org.springframework.transaction.interceptor.AbstractFallbackTransactionAttributeSource
Return the transaction attribute, given this set of attributes attached to a method or class.
findTransactionManager(UserTransaction) - Method in class org.springframework.transaction.jta.JtaTransactionManager
Find the JTA TransactionManager through autodetection: checking whether the UserTransaction object implements the TransactionManager, and checking the fallback JNDI locations.
findValueOfType(Collection, Class) - Static method in class org.springframework.util.CollectionUtils
Find a value of the given type in the given collection.
findValueOfType(Collection, Class[]) - Static method in class org.springframework.util.CollectionUtils
Find a value of one of the given types in the given collection: searching the collection for a value of the first type, then searching for a value of the second type, etc.
first() - Method in class org.springframework.jdbc.support.rowset.ResultSetWrappingSqlRowSet
 
first() - Method in interface org.springframework.jdbc.support.rowset.SqlRowSet
Moves the cursor to the first row of this RowSet.
fixedField(String) - Method in exception org.springframework.validation.BindException
Transform the given field into its full path, regarding the nested path of this instance.
FixedLocaleResolver - Class in org.springframework.web.servlet.i18n
Implementation of LocaleResolver that always returns a fixed default Locale.
FixedLocaleResolver() - Constructor for class org.springframework.web.servlet.i18n.FixedLocaleResolver
 
FixedThemeResolver - Class in org.springframework.web.servlet.theme
Implementation of ThemeResolver that simply uses a fixed theme.
FixedThemeResolver() - Constructor for class org.springframework.web.servlet.theme.FixedThemeResolver
 
flush() - Method in class org.springframework.jdbc.object.BatchSqlUpdate
Trigger any queued update operations to be added as a final batch.
flush() - Method in class org.springframework.mock.web.DelegatingServletOutputStream
 
flush() - Method in interface org.springframework.orm.hibernate.HibernateOperations
Flush all pending saves, updates and deletes to the database.
flush() - Method in class org.springframework.orm.hibernate.HibernateTemplate
 
flush() - Method in interface org.springframework.orm.hibernate3.HibernateOperations
Flush all pending saves, updates and deletes to the database.
flush() - Method in class org.springframework.orm.hibernate3.HibernateTemplate
 
flush(PersistenceManager) - Method in class org.springframework.orm.jdo.DefaultJdoDialect
This implementation delegates to JDO 2.0's flush method.
flush(PersistenceManager) - Method in interface org.springframework.orm.jdo.JdoDialect
Flush the given PersistenceManager, i.e. flush all changes (that have been applied to persistent objects) to the underlying database.
flush() - Method in interface org.springframework.orm.jdo.JdoOperations
Flush all transactional modifications to the database.
flush() - Method in class org.springframework.orm.jdo.JdoTemplate
 
FLUSH_ALWAYS - Static variable in class org.springframework.orm.hibernate3.HibernateAccessor
Flushing before every query statement is rarely necessary.
FLUSH_AUTO - Static variable in class org.springframework.orm.hibernate.HibernateAccessor
Automatic flushing is the default mode for a Hibernate Session.
FLUSH_AUTO - Static variable in class org.springframework.orm.hibernate3.HibernateAccessor
Automatic flushing is the default mode for a Hibernate Session.
FLUSH_COMMIT - Static variable in class org.springframework.orm.hibernate.HibernateAccessor
Flushing at commit only is intended for units of work where no intermediate flushing is desired, not even for find operations that might involve already modified instances.
FLUSH_COMMIT - Static variable in class org.springframework.orm.hibernate3.HibernateAccessor
Flushing at commit only is intended for units of work where no intermediate flushing is desired, not even for find operations that might involve already modified instances.
FLUSH_EAGER - Static variable in class org.springframework.orm.hibernate.HibernateAccessor
Eager flushing leads to immediate synchronization with the database, even if in a transaction.
FLUSH_EAGER - Static variable in class org.springframework.orm.hibernate3.HibernateAccessor
Eager flushing leads to immediate synchronization with the database, even if in a transaction.
FLUSH_NEVER - Static variable in class org.springframework.orm.hibernate.HibernateAccessor
Never flush is a good strategy for read-only units of work.
FLUSH_NEVER - Static variable in class org.springframework.orm.hibernate3.HibernateAccessor
Never flush is a good strategy for read-only units of work.
flushBuffer() - Method in class org.springframework.mock.web.MockHttpServletResponse
 
flushIfNecessary(Session, boolean) - Method in class org.springframework.orm.hibernate.HibernateAccessor
Flush the given Hibernate Session if necessary.
flushIfNecessary(Session, boolean) - Method in class org.springframework.orm.hibernate3.HibernateAccessor
Flush the given Hibernate Session if necessary.
flushIfNecessary(PersistenceManager, boolean) - Method in class org.springframework.orm.jdo.JdoAccessor
Flush the given JDO persistence manager if necessary.
forClass(Class) - Static method in class org.springframework.beans.CachedIntrospectionResults
We might use this from the EJB tier, so we don't want to use synchronization.
FormatHelper - Class in org.springframework.web.servlet.view.xslt
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 in org.springframework.web.servlet.view.xslt
XsltFormattingException
FormatHelper.XsltFormattingException(String, Throwable) - Constructor for exception org.springframework.web.servlet.view.xslt.FormatHelper.XsltFormattingException
 
formatMessage(String, Object[], Locale) - Method in class org.springframework.context.support.AbstractMessageSource
Format the given message String, using cached MessageFormats.
formBackingObject(HttpServletRequest) - Method in class org.springframework.web.servlet.mvc.AbstractFormController
Retrieve a backing object for the current form from the given request.
forName(String) - Static method in class org.springframework.util.ClassUtils
Replacement for Class.forName() that also returns Class instances for primitives (like "int") and array class names (like "String[]").
forName(String, ClassLoader) - Static method in class org.springframework.util.ClassUtils
Replacement for Class.forName() that also returns Class instances for primitives (like "int") and array class names (like "String[]").
forward(String) - Method in class org.springframework.mock.web.MockPageContext
 
forward(ServletRequest, ServletResponse) - Method in class org.springframework.mock.web.MockRequestDispatcher
 
FORWARD_URL_PREFIX - Static variable in class org.springframework.web.servlet.view.UrlBasedViewResolver
Prefix for special view names that specify a forward URL (usually to a controller after a form has been submitted and processed).
FrameworkServlet - Class in org.springframework.web.servlet
Base servlet for servlets within the web framework.
FrameworkServlet() - Constructor for class org.springframework.web.servlet.FrameworkServlet
 
FreeMarkerConfig - Interface in org.springframework.web.servlet.view.freemarker
Interface to be implemented by objects that configure and manage a FreeMarker Configuration object in a web environment.
FreeMarkerConfigurationFactory - Class in org.springframework.ui.freemarker
Factory that configures a FreeMarker Configuration.
FreeMarkerConfigurationFactory() - Constructor for class org.springframework.ui.freemarker.FreeMarkerConfigurationFactory
 
FreeMarkerConfigurationFactoryBean - Class in org.springframework.ui.freemarker
Factory bean that creates a FreeMarker Configuration and provides it as bean reference.
FreeMarkerConfigurationFactoryBean() - Constructor for class org.springframework.ui.freemarker.FreeMarkerConfigurationFactoryBean
 
FreeMarkerConfigurer - Class in org.springframework.web.servlet.view.freemarker
JavaBean to configure FreeMarker for web usage, via the "configLocation" and/or "freemarkerSettings" and/or "templateLoaderPath" properties.
FreeMarkerConfigurer() - Constructor for class org.springframework.web.servlet.view.freemarker.FreeMarkerConfigurer
 
FreeMarkerTemplateUtils - Class in org.springframework.ui.freemarker
Utility class for working with FreeMarker.
FreeMarkerTemplateUtils() - Constructor for class org.springframework.ui.freemarker.FreeMarkerTemplateUtils
 
FreeMarkerView - Class in org.springframework.web.servlet.view.freemarker
View using the FreeMarker template engine.
FreeMarkerView() - Constructor for class org.springframework.web.servlet.view.freemarker.FreeMarkerView
 
FreeMarkerViewResolver - Class in org.springframework.web.servlet.view.freemarker
Convenience subclass of UrlBasedViewResolver that supports FreeMarkerView (i.e.
FreeMarkerViewResolver() - Constructor for class org.springframework.web.servlet.view.freemarker.FreeMarkerViewResolver
Sets default viewClass to FreeMarkerView.
fromMessage(Message) - Method in interface org.springframework.jms.support.converter.MessageConverter
Convert from a JMS Message to a Java object.
fromMessage(Message) - Method in class org.springframework.jms.support.converter.SimpleMessageConverter
This implementation converts a TextMessage back to a String, a ByteMessage back to a byte array, a MapMessage back to a Map, and an ObjectMessage back to a Serializable object.

G

generateBeanName(AbstractBeanDefinition, BeanDefinitionRegistry, boolean) - Static method in class org.springframework.beans.factory.support.BeanDefinitionReaderUtils
Generate a bean name for the given bean definition, unique within the given bean factory.
GENERATED_BEAN_NAME_SEPARATOR - Static variable in class org.springframework.beans.factory.support.BeanDefinitionReaderUtils
Separator for generated bean names.
GeneratedKeyHolder - Class in org.springframework.jdbc.support
An implementation of the KeyHolder interface, to be used for holding auto-generated keys as potentially returned by JDBC insert statements.
GeneratedKeyHolder() - Constructor for class org.springframework.jdbc.support.GeneratedKeyHolder
Create a new GeneratedKeyHolder with a default list.
GeneratedKeyHolder(List) - Constructor for class org.springframework.jdbc.support.GeneratedKeyHolder
Create a new GeneratedKeyHolder with a given list.
GenericApplicationContext - Class in org.springframework.context.support
Generic ApplicationContext implementation that holds a single internal DefaultListableBeanFactory instance and does not assume a specific bean definition format.
GenericApplicationContext() - Constructor for class org.springframework.context.support.GenericApplicationContext
Create a new GenericApplicationContext.
GenericApplicationContext(DefaultListableBeanFactory) - Constructor for class org.springframework.context.support.GenericApplicationContext
Create a new GenericApplicationContext with the given DefaultListableBeanFactory.
GenericApplicationContext(ApplicationContext) - Constructor for class org.springframework.context.support.GenericApplicationContext
Create a new GenericApplicationContext with the given parent.
GenericApplicationContext(DefaultListableBeanFactory, ApplicationContext) - Constructor for class org.springframework.context.support.GenericApplicationContext
Create a new GenericApplicationContext with the given DefaultListableBeanFactory.
GenericFilterBean - Class in org.springframework.web.filter
Simple base implementation of javax.servlet.Filter that treats its config parameters as bean properties.
GenericFilterBean() - Constructor for class org.springframework.web.filter.GenericFilterBean
 
GenericWebApplicationContext - Class in org.springframework.web.context.support
Subclass of GenericApplicationContext, suitable for web environments.
GenericWebApplicationContext() - Constructor for class org.springframework.web.context.support.GenericWebApplicationContext
Create a new GenericWebApplicationContext.
GenericWebApplicationContext(DefaultListableBeanFactory) - Constructor for class org.springframework.web.context.support.GenericWebApplicationContext
Create a new GenericWebApplicationContext with the given DefaultListableBeanFactory.
get(Object) - Method in class org.springframework.beans.factory.support.ManagedMap
 
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
 
get(Class, Serializable) - Method in interface org.springframework.orm.hibernate3.HibernateOperations
Return the persistent instance of the given entity class with the given identifier, or null if not found.
get(Class, Serializable, LockMode) - Method in interface org.springframework.orm.hibernate3.HibernateOperations
Return the persistent instance of the given entity class with the given identifier, or null if not found.
get(String, Serializable) - Method in interface org.springframework.orm.hibernate3.HibernateOperations
Return the persistent instance of the given entity class with the given identifier, or null if not found.
get(String, Serializable, LockMode) - Method in interface org.springframework.orm.hibernate3.HibernateOperations
Return the persistent instance of the given entity class with the given identifier, or null if not found.
get(Class, Serializable) - Method in class org.springframework.orm.hibernate3.HibernateTemplate
 
get(Class, Serializable, LockMode) - Method in class org.springframework.orm.hibernate3.HibernateTemplate
 
get(String, Serializable) - Method in class org.springframework.orm.hibernate3.HibernateTemplate
 
get(String, Serializable, LockMode) - Method in class org.springframework.orm.hibernate3.HibernateTemplate
 
get(Object) - Method in class org.springframework.util.CachingMapDecorator
Get value for key.
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.
getActionServlet() - Method in class org.springframework.web.struts.ContextLoaderPlugIn
Return the Struts ActionServlet that this PlugIn is associated with.
getActiveCount() - Method in class org.springframework.aop.target.CommonsPoolTargetSource
 
getActiveCount() - Method in interface org.springframework.aop.target.PoolingConfig
Return the number of active objects in the pool.
getActualRowsAffected() - Method in exception org.springframework.jdbc.JdbcUpdateAffectedIncorrectNumberOfRowsException
Return the number of rows that have actually been affected.
getActualSize() - Method in exception org.springframework.dao.IncorrectResultSizeDataAccessException
Return the actual result size (or -1 if unknown).
getActualType() - Method in exception org.springframework.beans.factory.BeanNotOfRequiredTypeException
Return the actual type of the instance found.
getAdvice() - Method in interface org.springframework.aop.Advisor
Return the advice part of this aspect.
getAdvice() - Method in class org.springframework.aop.support.AbstractPointcutAdvisor
 
getAdvice() - Method in class org.springframework.aop.support.DefaultIntroductionAdvisor
 
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.StaticMethodMatcherPointcutAdvisor
 
getAdvicesAndAdvisorsForBean(Class, String, TargetSource) - Method in class org.springframework.aop.framework.autoproxy.AbstractAdvisorAutoProxyCreator
 
getAdvicesAndAdvisorsForBean(Class, String, TargetSource) - Method in class org.springframework.aop.framework.autoproxy.AbstractAutoProxyCreator
Return whether the given bean is to be proxied, what additional advices (e.g.
getAdvicesAndAdvisorsForBean(Class, String, TargetSource) - Method in class org.springframework.aop.framework.autoproxy.BeanNameAutoProxyCreator
Identify as bean to proxy if the bean name is in the configured list of names.
getAdvisorBeanNamePrefix() - Method in class org.springframework.aop.framework.autoproxy.DefaultAdvisorAutoProxyCreator
Return the prefix for bean names that will cause them to be included for auto-proxying by this object.
getAdvisorChainFactory() - Method in class org.springframework.aop.framework.AdvisedSupport
 
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() - Method in class org.springframework.beans.factory.config.BeanDefinitionHolder
 
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
 
getAllErrors() - Method in exception org.springframework.validation.BindException
 
getAllErrors() - Method in interface org.springframework.validation.Errors
Get all errors, both global and field ones.
getAllErrors() - Method in class org.springframework.web.bind.EscapedErrors
 
getAllInterfaces(Object) - Static method in class org.springframework.aop.support.AopUtils
Deprecated. in favor of ClassUtils.getAllInterfaces
getAllInterfaces(Object) - Static method in class org.springframework.util.ClassUtils
Return all interfaces that the given object implements as array, including ones implemented by superclasses.
getAllInterfacesAsList(Object) - Static method in class org.springframework.aop.support.AopUtils
Deprecated. in favor of ClassUtils.getAllInterfacesAsSet
getAllInterfacesAsSet(Object) - Static method in class org.springframework.util.ClassUtils
Return all interfaces that the given object implements as List, including ones implemented by superclasses.
getAllInterfacesForClass(Class) - Static method in class org.springframework.aop.support.AopUtils
Deprecated. in favor of ClassUtils.getAllInterfacesForClass
getAllInterfacesForClass(Class) - Static method in class org.springframework.util.ClassUtils
Return all interfaces that the given class implements as array, including ones implemented by superclasses.
getAllInterfacesForClassAsList(Class) - Static method in class org.springframework.aop.support.AopUtils
Deprecated. in favor of ClassUtils.getAllInterfacesForClassAsSet
getAllInterfacesForClassAsSet(Class) - Static method in class org.springframework.util.ClassUtils
Return all interfaces that the given class implements as Set, including ones implemented by superclasses.
getAllowedFields() - Method in class org.springframework.validation.DataBinder
Return the fields that should be allowed for binding.
getAlreadyFilteredAttributeName() - Method in class org.springframework.web.filter.OncePerRequestFilter
Return the name of the request attribute that identifies that a request is already filtered.
getAnySession() - Method in class org.springframework.orm.hibernate.SessionHolder
 
getAnySession() - Method in class org.springframework.orm.hibernate3.SessionHolder
 
getAopProxyFactory() - Method in class org.springframework.aop.framework.ProxyConfig
Return the AopProxyFactory that this ProxyConfig uses.
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.
getApplicationContext() - Method in class org.springframework.remoting.jaxrpc.ServletEndpointSupport
Return the current Spring ApplicationContext.
getApplicationContext() - Method in class org.springframework.web.servlet.view.tiles.ComponentControllerSupport
Return the current Spring ApplicationContext.
getApplicationListeners() - Method in class org.springframework.context.event.AbstractApplicationEventMulticaster
Return the current Collection of ApplicationListeners.
getArgumentCount() - Method in class org.springframework.beans.factory.config.ConstructorArgumentValues
Return the number of arguments held in this instance.
getArguments() - Method in class org.springframework.aop.framework.ReflectiveMethodInvocation
 
getArguments() - Method in interface org.springframework.context.MessageSourceResolvable
Return the array of arguments to be used to resolve this message.
getArguments() - Method in class org.springframework.context.support.DefaultMessageSourceResolvable
 
getArguments() - Method in class org.springframework.remoting.support.RemoteInvocation
 
getArguments() - Method in class org.springframework.util.MethodInvoker
Retrun the arguments for the method invocation.
getArgumentsForBindError(String, String) - Method in class org.springframework.validation.DefaultBindingErrorProcessor
Return FieldError arguments for a binding error on the given field.
getArgumentValue(int, Class) - Method in class org.springframework.beans.factory.config.ConstructorArgumentValues
Look for an argument value that either corresponds to the given index in the constructor argument list or generically matches by type.
getArgumentValue(int, Class, Set) - 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.
getAsText() - Method in class org.springframework.beans.propertyeditors.ByteArrayPropertyEditor
 
getAsText() - Method in class org.springframework.beans.propertyeditors.CharacterEditor
 
getAsText() - Method in class org.springframework.beans.propertyeditors.ClassEditor
 
getAsText() - Method in class org.springframework.beans.propertyeditors.CustomBooleanEditor
 
getAsText() - Method in class org.springframework.beans.propertyeditors.CustomCollectionEditor
This implementation returns null to indicate that there is no appropriate text representation.
getAsText() - Method in class org.springframework.beans.propertyeditors.CustomDateEditor
Format the Date as String, using the specified DateFormat.
getAsText() - Method in class org.springframework.beans.propertyeditors.CustomNumberEditor
Format the Number as String, using the specified NumberFormat.
getAsText() - Method in class org.springframework.beans.propertyeditors.FileEditor
 
getAsText() - Method in class org.springframework.beans.propertyeditors.InputStreamEditor
This implementation returns null to indicate that there is no appropriate text representation.
getAsText() - Method in class org.springframework.beans.propertyeditors.LocaleEditor
 
getAsText() - Method in class org.springframework.beans.propertyeditors.StringArrayPropertyEditor
 
getAsText() - Method in class org.springframework.beans.propertyeditors.StringTrimmerEditor
 
getAsText() - Method in class org.springframework.beans.propertyeditors.URLEditor
 
getAsText() - Method in class org.springframework.mail.javamail.InternetAddressEditor
 
getAsText() - Method in class org.springframework.web.multipart.support.ByteArrayMultipartFileEditor
 
getAttribute(String) - Method in class org.springframework.mock.web.MockHttpServletRequest
 
getAttribute(String) - Method in class org.springframework.mock.web.MockHttpSession
 
getAttribute(String) - Method in class org.springframework.mock.web.MockPageContext
 
getAttribute(String, int) - Method in class org.springframework.mock.web.MockPageContext
 
getAttribute(String) - Method in class org.springframework.mock.web.MockServletContext
 
getAttribute(String) - Method in class org.springframework.remoting.support.RemoteInvocation
Retrieve the attribute for the given key, if any.
getAttributeDescription(PropertyDescriptor, String) - Method in class org.springframework.jmx.export.assembler.AbstractReflectiveMBeanInfoAssembler
Get the description for a particular attribute.
getAttributeDescription(PropertyDescriptor, String) - Method in class org.springframework.jmx.export.assembler.MetadataMBeanInfoAssembler
Creates a description for the attribute corresponding to this property descriptor.
getAttributeInfo(Object, String) - Method in class org.springframework.jmx.export.assembler.AbstractMBeanInfoAssembler
Get the attribute metadata for the MBean resource.
getAttributeInfo(Object, String) - Method in class org.springframework.jmx.export.assembler.AbstractReflectiveMBeanInfoAssembler
Iterate through all properties on the MBean class and gives subclasses the chance to vote on the inclusion of both the accessor and mutator.
getAttributeName(PropertyDescriptor, boolean) - Static method in class org.springframework.jmx.support.JmxUtils
Return the JMX attribute name to use for the given JavaBeans property.
getAttributeNames() - Method in class org.springframework.mock.web.MockHttpServletRequest
 
getAttributeNames() - Method in class org.springframework.mock.web.MockHttpSession
 
getAttributeNames() - Method in class org.springframework.mock.web.MockPageContext
 
getAttributeNames() - Method in class org.springframework.mock.web.MockServletContext
 
getAttributeNamesInScope(int) - Method in class org.springframework.mock.web.MockPageContext
 
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
 
getAttributes() - Method in class org.springframework.remoting.support.RemoteInvocation
Return the attributes Map.
getAttributesMap() - Method in class org.springframework.web.servlet.view.AbstractView
Allow Map access to the static attributes of this view, with the option to add or override specific entries.
getAttributesMap() - Method in class org.springframework.web.servlet.view.UrlBasedViewResolver
Allow Map access to the static attributes for views returned by this resolver, with the option to add or override specific entries.
getAttributesScope(String) - Method in class org.springframework.mock.web.MockPageContext
 
getAuthType() - Method in class org.springframework.mock.web.MockHttpServletRequest
 
getAutowireMode() - Method in class org.springframework.beans.factory.support.AbstractBeanDefinition
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
 
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, which may be 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
 
getBean(String, Class) - Method in class org.springframework.beans.factory.support.AbstractBeanFactory
 
getBean(String, Object[]) - 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, Object[]) - 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) - 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.CachedIntrospectionResults
 
getBeanClass() - Method in class org.springframework.beans.factory.support.AbstractBeanDefinition
Return the class of the wrapped bean.
getBeanClass() - Method in exception org.springframework.beans.InvalidPropertyException
Return the offending bean class.
getBeanClassLoader() - Method in class org.springframework.beans.factory.support.AbstractBeanDefinitionReader
 
getBeanClassLoader() - Method in interface org.springframework.beans.factory.support.BeanDefinitionReader
Return the class loader to use for bean classes.
getBeanClassName() - Method in class org.springframework.beans.factory.support.AbstractBeanDefinition
Return the class name of the wrapped bean.
getBeanDefinition() - Method in class org.springframework.beans.factory.config.BeanDefinitionHolder
 
getBeanDefinition(String) - Method in interface org.springframework.beans.factory.config.ConfigurableListableBeanFactory
Return the registered BeanDefinition for the given bean, allowing access to its property values and constructor argument value (which can be modified during bean factory post-processing).
getBeanDefinition(String) - Method in class org.springframework.beans.factory.support.AbstractBeanFactory
Return the bean definition for the given bean name.
getBeanDefinition(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
 
getBeanDefinition(String) - Method in class org.springframework.context.support.GenericApplicationContext
 
getBeanDefinitionCount() - Method in interface org.springframework.beans.factory.ListableBeanFactory
Return the number of beans defined in the factory.
getBeanDefinitionCount() - Method in interface org.springframework.beans.factory.support.BeanDefinitionRegistry
Return the number of beans defined in the registry.
getBeanDefinitionCount() - Method in class org.springframework.beans.factory.support.DefaultListableBeanFactory
 
getBeanDefinitionCount() - Method in class org.springframework.beans.factory.support.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
Deprecated. in favor of getBeanNamesForType. This method will be removed as of Spring 1.3.
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
 
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
 
getBeanDefinitionReader() - Method in class org.springframework.beans.factory.xml.DefaultXmlBeanDefinitionParser
Return the BeanDefinitionReader that this parser has been called from.
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.aop.framework.autoproxy.target.AbstractBeanFactoryBasedTargetSourceCreator
Return the BeanFactory that this TargetSourceCreators runs in.
getBeanFactory() - Method in class org.springframework.aop.target.AbstractBeanFactoryBasedTargetSource
Return the owning BeanFactory.
getBeanFactory() - 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
 
getBeanFactory() - Method in interface org.springframework.beans.factory.support.BeanDefinitionReader
Return the bean factory to register the bean definitions with.
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.AbstractRefreshableApplicationContext
 
getBeanFactory() - Method in class org.springframework.context.support.GenericApplicationContext
Return the single internal BeanFactory held by this context.
getBeanFactory() - Method in class org.springframework.ejb.support.AbstractEnterpriseBean
May be called after ejbCreate().
getBeanFactoryPostProcessors() - Method in class org.springframework.context.support.AbstractApplicationContext
Return the list of BeanPostProcessors that will get applied to beans created with this factory.
getBeanInfo() - Method in class org.springframework.beans.CachedIntrospectionResults
 
getBeanName() - Method in exception org.springframework.beans.factory.BeanCreationException
Return the name of the bean requested, if any.
getBeanName() - Method in exception org.springframework.beans.factory.BeanDefinitionStoreException
Return the name of the bean requested, if any.
getBeanName() - Method in exception org.springframework.beans.factory.BeanNotOfRequiredTypeException
Return the name of the instance that was of the wrong type.
getBeanName() - Method in class org.springframework.beans.factory.config.BeanDefinitionHolder
 
getBeanName() - Method in class org.springframework.beans.factory.config.RuntimeBeanReference
Return the target bean name.
getBeanName() - Method in exception org.springframework.beans.factory.NoSuchBeanDefinitionException
Return the name of the missing bean, if it was a lookup by name that failed.
getBeanName() - Method in class org.springframework.beans.factory.support.LookupOverride
Return the name of the bean that should be returned by this method.
getBeanName() - Method in class org.springframework.web.servlet.view.AbstractView
Return the view's name.
getBeanNamesForType(Class) - Method in interface org.springframework.beans.factory.ListableBeanFactory
Return the names of beans matching the given type (including subclasses), judging from either bean definitions or the value of getObjectType in the case of FactoryBeans.
getBeanNamesForType(Class, boolean, boolean) - Method in interface org.springframework.beans.factory.ListableBeanFactory
Return the names of beans matching the given type (including subclasses), judging from either bean definitions or the value of getObjectType in the case of FactoryBeans.
getBeanNamesForType(Class) - Method in class org.springframework.beans.factory.support.DefaultListableBeanFactory
 
getBeanNamesForType(Class, boolean, boolean) - Method in class org.springframework.beans.factory.support.DefaultListableBeanFactory
 
getBeanNamesForType(Class) - Method in class org.springframework.beans.factory.support.StaticListableBeanFactory
 
getBeanNamesForType(Class, boolean, boolean) - Method in class org.springframework.beans.factory.support.StaticListableBeanFactory
 
getBeanNamesForType(Class) - Method in class org.springframework.context.support.AbstractApplicationContext
 
getBeanNamesForType(Class, boolean, boolean) - Method in class org.springframework.context.support.AbstractApplicationContext
 
getBeanPostProcessorCount() - Method in interface org.springframework.beans.factory.config.ConfigurableBeanFactory
Return the current number of registered BeanPostProcessors.
getBeanPostProcessorCount() - Method in class org.springframework.beans.factory.support.AbstractBeanFactory
 
getBeanPostProcessors() - Method in class org.springframework.beans.factory.support.AbstractBeanFactory
Return the list of BeanPostProcessors that will get applied to beans created with this factory.
getBeansOfType(Class) - 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 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) - Method in class org.springframework.beans.factory.support.DefaultListableBeanFactory
 
getBeansOfType(Class, boolean, boolean) - Method in class org.springframework.beans.factory.support.DefaultListableBeanFactory
 
getBeansOfType(Class) - Method in class org.springframework.beans.factory.support.StaticListableBeanFactory
 
getBeansOfType(Class, boolean, boolean) - Method in class org.springframework.beans.factory.support.StaticListableBeanFactory
 
getBeansOfType(Class) - Method in class org.springframework.context.support.AbstractApplicationContext
 
getBeansOfType(Class, boolean, boolean) - Method in class org.springframework.context.support.AbstractApplicationContext
 
getBeanType() - Method in exception org.springframework.beans.factory.NoSuchBeanDefinitionException
Return the required type of bean, if it was a lookup by type that failed.
getBeanWrapper() - Method in exception org.springframework.beans.PropertyAccessExceptionsException
Return the BeanWrapper that generated this exception.
getBeanWrapper() - Method in exception org.springframework.validation.BindException
Return the BeanWrapper that this instance uses.
getBeanWrapper() - Method in class org.springframework.validation.DataBinder
Return the underlying BeanWrapper of the Errors object.
getBeanWrapperForPropertyPath(String) - Method in class org.springframework.beans.BeanWrapperImpl
Recursively navigate to return a BeanWrapper for the nested property path.
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.
getBigDecimal(int) - Method in class org.springframework.jdbc.support.rowset.ResultSetWrappingSqlRowSet
 
getBigDecimal(String) - Method in class org.springframework.jdbc.support.rowset.ResultSetWrappingSqlRowSet
 
getBigDecimal(int) - Method in interface org.springframework.jdbc.support.rowset.SqlRowSet
Retrieves the value of the indicated column in the current row as an BigDecimal object.
getBigDecimal(String) - Method in interface org.springframework.jdbc.support.rowset.SqlRowSet
Retrieves the value of the indicated column in the current row as an BigDecimal object.
getBindingErrorProcessor() - Method in class org.springframework.validation.DataBinder
Return the strategy for processing binding errors.
getBindObject() - Method in exception org.springframework.beans.PropertyAccessExceptionsException
Return the object we're binding to.
getBindStatus(String) - Method in class org.springframework.web.servlet.support.RequestContext
Create a BindStatus for the given bind object, using the defaultHtmlEscape setting.
getBindStatus(String, boolean) - Method in class org.springframework.web.servlet.support.RequestContext
Create a BindStatus for the given bind object, using the defaultHtmlEscape setting.
getBlobAsBinaryStream(ResultSet, String) - Method in class org.springframework.jdbc.support.lob.AbstractLobHandler
 
getBlobAsBinaryStream(ResultSet, int) - Method in class org.springframework.jdbc.support.lob.DefaultLobHandler
 
getBlobAsBinaryStream(ResultSet, String) - Method in interface org.springframework.jdbc.support.lob.LobHandler
Retrieve the given column as binary stream from the given ResultSet.
getBlobAsBinaryStream(ResultSet, int) - Method in interface org.springframework.jdbc.support.lob.LobHandler
Retrieve the given column as binary stream from the given ResultSet.
getBlobAsBinaryStream(ResultSet, int) - Method in class org.springframework.jdbc.support.lob.OracleLobHandler
 
getBlobAsBytes(ResultSet, String) - Method in class org.springframework.jdbc.support.lob.AbstractLobHandler
 
getBlobAsBytes(ResultSet, int) - Method in class org.springframework.jdbc.support.lob.DefaultLobHandler
 
getBlobAsBytes(ResultSet, String) - Method in interface org.springframework.jdbc.support.lob.LobHandler
Retrieve the given column as bytes from the given ResultSet.
getBlobAsBytes(ResultSet, int) - Method in interface org.springframework.jdbc.support.lob.LobHandler
Retrieve the given column as bytes from the given ResultSet.
getBlobAsBytes(ResultSet, int) - Method in class org.springframework.jdbc.support.lob.OracleLobHandler
 
getBoolean(int) - Method in class org.springframework.jdbc.support.rowset.ResultSetWrappingSqlRowSet
 
getBoolean(String) - Method in class org.springframework.jdbc.support.rowset.ResultSetWrappingSqlRowSet
 
getBoolean(int) - Method in interface org.springframework.jdbc.support.rowset.SqlRowSet
Retrieves the value of the indicated column in the current row as a boolean.
getBoolean(String) - Method in interface org.springframework.jdbc.support.rowset.SqlRowSet
Retrieves the value of the indicated column in the current row as a boolean.
getBooleanParameter(HttpServletRequest, String) - Static method in class org.springframework.web.bind.RequestUtils
Get a Boolean parameter, or null if not present.
getBooleanParameter(HttpServletRequest, String, boolean) - Static method in class org.springframework.web.bind.RequestUtils
Get a boolean parameter, with a fallback value.
getBooleanParameters(HttpServletRequest, String) - Static method in class org.springframework.web.bind.RequestUtils
Get an array of boolean parameters, return an empty array if not found.
getBufferSize() - Method in class org.springframework.mock.web.MockHttpServletResponse
 
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.
getByte(int) - Method in class org.springframework.jdbc.support.rowset.ResultSetWrappingSqlRowSet
 
getByte(String) - Method in class org.springframework.jdbc.support.rowset.ResultSetWrappingSqlRowSet
 
getByte(int) - Method in interface org.springframework.jdbc.support.rowset.SqlRowSet
Retrieves the value of the indicated column in the current row as a byte.
getByte(String) - Method in interface org.springframework.jdbc.support.rowset.SqlRowSet
Retrieves the value of the indicated column in the current row as a byte.
getByteArray() - Method in class org.springframework.core.io.ByteArrayResource
Return the underlying byte array.
getByteArrayOutputStream(RemoteInvocation) - Method in class org.springframework.remoting.httpinvoker.AbstractHttpInvokerRequestExecutor
Serialize the given RemoteInvocation into a ByteArrayOutputStream.
getBytes() - Method in class org.springframework.web.multipart.commons.CommonsMultipartFile
 
getBytes() - Method in interface org.springframework.web.multipart.MultipartFile
Return the contents of the file as an array of bytes.
getCacheKey(Method, Class) - Method in class org.springframework.transaction.interceptor.AbstractFallbackTransactionAttributeSource
Determine a cache key for the given method and target class.
getCacheKey(String, Locale) - Method in class org.springframework.web.servlet.view.AbstractCachingViewResolver
Return the cache key for the given 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 this ViewResolver doesn't support localized resolution.
getCacheKey(String, Locale) - Method in class org.springframework.web.servlet.view.XmlViewResolver
This implementation returns just the view name, as XmlViewResolver doesn't support localized resolution.
getCacheSeconds() - Method in class org.springframework.web.servlet.support.WebContentGenerator
Return the number of seconds that content is cached.
getCacheSize() - Method in class org.springframework.jdbc.support.incrementer.HsqlMaxValueIncrementer
Return the number of buffered keys.
getCacheSize() - Method in class org.springframework.jdbc.support.incrementer.MySQLMaxValueIncrementer
Return the number of buffered keys.
getCallString() - Method in class org.springframework.jdbc.object.SqlCall
Get the call string.
getCancelParamKey() - Method in class org.springframework.web.servlet.mvc.CancellableFormController
Return the key of the request parameter used to identify a cancel request.
getCancelView() - Method in class org.springframework.web.servlet.mvc.CancellableFormController
Gets the name of the cancel view.
getCannotAcquireLockCodes() - Method in class org.springframework.jdbc.support.SQLErrorCodes
 
getCannotSerializeTransactionCodes() - Method in class org.springframework.jdbc.support.SQLErrorCodes
 
getCatalogName(int) - Method in class org.springframework.jdbc.support.rowset.ResultSetWrappingSqlRowSetMetaData
 
getCatalogName(int) - Method in interface org.springframework.jdbc.support.rowset.SqlRowSetMetaData
Retrieves the catalog name of the table that served as the source for the specified column.
getCategory(SessionLogEntry) - Method in class org.springframework.orm.toplink.support.CommonsLoggingSessionLog
Determine the log category for the given log entry.
getCause() - Method in exception org.springframework.core.NestedCheckedException
Return the nested cause, or null if none.
getCause() - Method in exception org.springframework.core.NestedRuntimeException
Return the nested cause, or null if none.
getCc() - Method in class org.springframework.mail.SimpleMailMessage
 
getCciTemplate() - Method in class org.springframework.jca.cci.core.support.CciDaoSupport
Return the CciTemplate for this DAO, pre-initialized with the ConnectionFactory or set explicitly.
getCciTemplate() - Method in class org.springframework.jca.cci.object.EisOperation
Return the CciTemplate used by this operation.
getCell(HSSFSheet, int, int) - Method in class org.springframework.web.servlet.view.document.AbstractExcelView
Convenient method to obtain the cell in the given sheet, row and column.
getCharacterEncoding() - Method in class org.springframework.mock.web.MockHttpServletRequest
 
getCharacterEncoding() - Method in class org.springframework.mock.web.MockHttpServletResponse
 
getChildElementsByTagName(Element, String) - Static method in class org.springframework.util.xml.DomUtils
Retrieve all child elements of the given DOM element that match the given element name.
getClassesWithPathMapAttributes() - Method in class org.springframework.web.servlet.handler.metadata.AbstractPathMapHandlerMapping
Use an attribute index to get a Collection of Class objects with the required PathMap attribute.
getClassesWithPathMapAttributes() - Method in class org.springframework.web.servlet.handler.metadata.CommonsPathMapHandlerMapping
Use Commons Attributes AttributeIndex to get a Collection of Class objects with the required PathMap attribute.
getClassFilter() - Method in interface org.springframework.aop.IntroductionAdvisor
Return the filter determining which target classes this introduction should apply to.
getClassFilter() - Method in interface org.springframework.aop.Pointcut
 
getClassFilter() - Method in class org.springframework.aop.support.AbstractRegexpMethodPointcut
 
getClassFilter() - Method in class org.springframework.aop.support.ComposablePointcut
 
getClassFilter() - Method in class org.springframework.aop.support.ControlFlowPointcut
 
getClassFilter() - Method in class org.springframework.aop.support.DefaultIntroductionAdvisor
 
getClassFilter() - Method in class org.springframework.aop.support.DynamicMethodMatcherPointcut
 
getClassFilter() - Method in class org.springframework.aop.support.StaticMethodMatcherPointcut
 
getClassFilter() - Method in class org.springframework.aop.support.UnionPointcut
 
getClassFilter() - Method in class org.springframework.aop.TruePointcut
 
getClassForDescriptor(Object) - Method in class org.springframework.jmx.export.assembler.AbstractReflectiveMBeanInfoAssembler
Return the class to be used for the JMX descriptor field "class".
getClassLoader() - Method in class org.springframework.core.io.ClassPathResource
Return the ClassLoader to use for loading resources.
getClassLoader() - Method in class org.springframework.core.io.DefaultResourceLoader
Return the ClassLoader to load classpath resources with, or null if using the thread context class loader on actual access (applying to the thread that does ClassPathResource calls).
getClassLoader() - Method in class org.springframework.core.io.support.PathMatchingResourcePatternResolver
Return the ClassLoader that this pattern resolver works with, or null if using the thread context class loader on actual access (applying to the thread that does the "getResources" call).
getClassName() - Method in class org.springframework.core.Constants
Return the name of the analyzed class.
getClassName(Object, String) - Method in class org.springframework.jmx.export.assembler.AbstractMBeanInfoAssembler
Get the class name of the MBean resource.
getClassToExpose(Object) - Method in class org.springframework.jmx.export.assembler.AbstractMBeanInfoAssembler
Return the class or interface to expose for the given bean.
getClassToExpose(Class) - Method in class org.springframework.jmx.export.assembler.AbstractMBeanInfoAssembler
Return the class or interface to expose for the given bean class.
getClientAddress() - Method in class org.springframework.web.context.support.RequestHandledEvent
Return the IP address that the request came from.
getClobAsAsciiStream(ResultSet, String) - Method in class org.springframework.jdbc.support.lob.AbstractLobHandler
 
getClobAsAsciiStream(ResultSet, int) - Method in class org.springframework.jdbc.support.lob.DefaultLobHandler
 
getClobAsAsciiStream(ResultSet, String) - Method in interface org.springframework.jdbc.support.lob.LobHandler
Retrieve the given column as ASCII stream from the given ResultSet.
getClobAsAsciiStream(ResultSet, int) - Method in interface org.springframework.jdbc.support.lob.LobHandler
Retrieve the given column as ASCII stream from the given ResultSet.
getClobAsAsciiStream(ResultSet, int) - Method in class org.springframework.jdbc.support.lob.OracleLobHandler
 
getClobAsCharacterStream(ResultSet, String) - Method in class org.springframework.jdbc.support.lob.AbstractLobHandler
 
getClobAsCharacterStream(ResultSet, int) - Method in class org.springframework.jdbc.support.lob.DefaultLobHandler
 
getClobAsCharacterStream(ResultSet, String) - Method in interface org.springframework.jdbc.support.lob.LobHandler
Retrieve the given column as character stream from the given ResultSet.
getClobAsCharacterStream(ResultSet, int) - Method in interface org.springframework.jdbc.support.lob.LobHandler
Retrieve the given column as character stream from the given ResultSet.
getClobAsCharacterStream(ResultSet, int) - Method in class org.springframework.jdbc.support.lob.OracleLobHandler
 
getClobAsString(ResultSet, String) - Method in class org.springframework.jdbc.support.lob.AbstractLobHandler
 
getClobAsString(ResultSet, int) - Method in class org.springframework.jdbc.support.lob.DefaultLobHandler
 
getClobAsString(ResultSet, String) - Method in interface org.springframework.jdbc.support.lob.LobHandler
Retrieve the given column as String from the given ResultSet.
getClobAsString(ResultSet, int) - Method in interface org.springframework.jdbc.support.lob.LobHandler
Retrieve the given column as String from the given ResultSet.
getClobAsString(ResultSet, int) - Method in class org.springframework.jdbc.support.lob.OracleLobHandler
 
getCloseSuppressingConnectionProxy(Connection) - Method in class org.springframework.jca.cci.connection.SingleConnectionFactory
Wrap the given Connection with a proxy that delegates every method call to it but suppresses close calls.
getCloseSuppressingConnectionProxy(Connection) - Method in class org.springframework.jdbc.datasource.SingleConnectionDataSource
Wrap the given Connection with a proxy that delegates every method call to it but suppresses close calls.
getCloseSuppressingConnectionProxy(Connection) - Method in class org.springframework.jms.connection.SingleConnectionFactory
Wrap the given Connection with a proxy that delegates every method call to it but suppresses close calls.
getCode() - Method in class org.springframework.context.support.DefaultMessageSourceResolvable
Return the default code of this resolvable, i.e. the last one in the codes array.
getCode() - Method in class org.springframework.core.enums.AbstractLabeledEnum
This abstract method declaration shadows the method in the LabeledEnum interface.
getCode() - Method in interface org.springframework.core.enums.LabeledEnum
Return this enumeration's code.
getCode() - Method in class org.springframework.core.enums.LetterCodedLabeledEnum
 
getCode() - Method in class org.springframework.core.enums.ShortCodedLabeledEnum
 
getCode() - Method in class org.springframework.core.enums.StringCodedLabeledEnum
 
getCodebaseUrl() - Method in interface org.springframework.remoting.httpinvoker.HttpInvokerClientConfiguration
Return the codebase URL to download classes from if not found locally.
getCodebaseUrl() - Method in class org.springframework.remoting.httpinvoker.HttpInvokerClientInterceptor
Return the codebase URL to download classes from if not found locally.
getCodes() - Method in interface org.springframework.context.MessageSourceResolvable
Return the codes to be used to resolve this message, in the order that they should get tried.
getCodes() - Method in class org.springframework.context.support.DefaultMessageSourceResolvable
 
getCollectionByQuery(Query) - Method in interface org.springframework.orm.ojb.PersistenceBrokerOperations
 
getCollectionByQuery(Query) - Method in class org.springframework.orm.ojb.PersistenceBrokerTemplate
 
getColumnClassName(int) - Method in class org.springframework.jdbc.support.rowset.ResultSetWrappingSqlRowSetMetaData
 
getColumnClassName(int) - Method in interface org.springframework.jdbc.support.rowset.SqlRowSetMetaData
Retrieves the fully qualified class that the specified column will be mapped to.
getColumnCount() - Method in class org.springframework.jdbc.core.RowCountCallbackHandler
Return the number of columns in this result set.
getColumnCount() - Method in class org.springframework.jdbc.support.rowset.ResultSetWrappingSqlRowSetMetaData
 
getColumnCount() - Method in interface org.springframework.jdbc.support.rowset.SqlRowSetMetaData
Retrives the number of columns in the RowSet.
getColumnDisplaySize(int) - Method in class org.springframework.jdbc.support.rowset.ResultSetWrappingSqlRowSetMetaData
 
getColumnDisplaySize(int) - Method in interface org.springframework.jdbc.support.rowset.SqlRowSetMetaData
Retrieves the maximum width of the designated column.
getColumnKey(String) - Method in class org.springframework.jdbc.core.ColumnMapRowMapper
Determine the key to use for the given column in the column Map.
getColumnLabel(int) - Method in class org.springframework.jdbc.support.rowset.ResultSetWrappingSqlRowSetMetaData
 
getColumnLabel(int) - Method in interface org.springframework.jdbc.support.rowset.SqlRowSetMetaData
Retrieve the suggested column title for the column specified.
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.
getColumnName(int) - Method in class org.springframework.jdbc.support.rowset.ResultSetWrappingSqlRowSetMetaData
 
getColumnName(int) - Method in interface org.springframework.jdbc.support.rowset.SqlRowSetMetaData
Retrieve the column name for the indicated column.
getColumnNames() - Method in class org.springframework.jdbc.core.RowCountCallbackHandler
Return the names of the columns.
getColumnNames() - Method in class org.springframework.jdbc.support.rowset.ResultSetWrappingSqlRowSetMetaData
 
getColumnNames() - Method in interface org.springframework.jdbc.support.rowset.SqlRowSetMetaData
Return the column names of the table that the result set represents.
getColumnType(int) - Method in class org.springframework.jdbc.support.rowset.ResultSetWrappingSqlRowSetMetaData
 
getColumnType(int) - Method in interface org.springframework.jdbc.support.rowset.SqlRowSetMetaData
Retrieve the SQL type code for the indicated column.
getColumnTypeName(int) - Method in class org.springframework.jdbc.support.rowset.ResultSetWrappingSqlRowSetMetaData
 
getColumnTypeName(int) - Method in interface org.springframework.jdbc.support.rowset.SqlRowSetMetaData
Retrieves the DBMS-specific type name for the indicated column.
getColumnTypes() - Method in class org.springframework.jdbc.core.RowCountCallbackHandler
Return the types of the columns as java.sql.Types constants Valid after processRow is invoked the first time.
getColumnValue(ResultSet, int) - Method in class org.springframework.jdbc.core.ColumnMapRowMapper
Retrieve a JDBC object value for the specified column.
getColumnValue(ResultSet, int) - Method in class org.springframework.jdbc.core.SingleColumnRowMapper
Retrieve a JDBC object value for the specified column.
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.
getCommandName() - Method in class org.springframework.web.servlet.mvc.throwaway.ThrowawayControllerHandlerAdapter
Return the name of the command in the model.
getComparatorCount() - Method in class org.springframework.util.comparator.CompoundComparator
Returns the number of aggregated comparators.
getComponentContext(ComponentDefinition, HttpServletRequest) - Method in class org.springframework.web.servlet.view.tiles.TilesView
Determine the Tiles component context for the given Tiles definition.
getComponentDefinition(DefinitionsFactory, HttpServletRequest) - Method in class org.springframework.web.servlet.view.tiles.TilesView
Determine the Tiles component definition for the given Tiles definitions factory.
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.test.AbstractDependencyInjectionSpringContextTests
Subclasses must implement this method to return the locations of their config files.
getConfigLocations() - Method in class org.springframework.web.context.support.AbstractRefreshableWebApplicationContext
 
getConfigTimeDataSource() - Static method in class org.springframework.orm.hibernate.LocalSessionFactoryBean
Return the DataSource for the currently configured Hibernate SessionFactory, to be used by LocalDataSourceConnectionProvoder.
getConfigTimeDataSource() - Static method in class org.springframework.orm.hibernate3.LocalSessionFactoryBean
Return the DataSource for the currently configured Hibernate SessionFactory, to be used by LocalDataSourceConnectionProvoder.
getConfigTimeDataSource() - Static method in class org.springframework.scheduling.quartz.SchedulerFactoryBean
Return the DataSource for the currently configured Quartz Scheduler, to be used by LocalDataSourceJobStore.
getConfigTimeLobHandler() - Static method in class org.springframework.orm.hibernate.LocalSessionFactoryBean
Return the LobHandler for the currently configured Hibernate SessionFactory, to be used by UserType implementations like ClobStringType.
getConfigTimeLobHandler() - Static method in class org.springframework.orm.hibernate3.LocalSessionFactoryBean
Return the LobHandler for the currently configured Hibernate SessionFactory, to be used by UserType implementations like ClobStringType.
getConfigTimeLobHandler() - Static method in class org.springframework.orm.ibatis.SqlMapClientFactoryBean
Return the LobHandler for the currently configured iBATIS SqlMapClient, to be used by TypeHandler implementations like ClobStringTypeHandler.
getConfigTimeNonTransactionalDataSource() - Static method in class org.springframework.scheduling.quartz.SchedulerFactoryBean
Return the non-transactional DataSource for the currently configured Quartz Scheduler, to be used by LocalDataSourceJobStore.
getConfigTimeTransactionManager() - Static method in class org.springframework.orm.hibernate.LocalSessionFactoryBean
Return the JTA TransactionManager for the currently configured Hibernate SessionFactory, to be used by LocalTransactionManagerLookup.
getConfigTimeTransactionManager() - Static method in class org.springframework.orm.hibernate3.LocalSessionFactoryBean
Return the JTA TransactionManager for the currently configured Hibernate SessionFactory, to be used by LocalTransactionManagerLookup.
getConfiguration() - Method in class org.springframework.orm.hibernate.LocalSessionFactoryBean
Return the Configuration object used to build the SessionFactory.
getConfiguration() - Method in class org.springframework.orm.hibernate3.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(ConnectionFactory) - Static method in class org.springframework.jca.cci.connection.ConnectionFactoryUtils
Get a Connection from the given DataSource.
getConnection() - Method in class org.springframework.jca.cci.connection.ConnectionHolder
 
getConnection() - Method in class org.springframework.jca.cci.connection.ConnectionSpecConnectionFactoryAdapter
Determine whether there is currently a thread-bound ConnectionSpec, using it if available, falling back to the statically specified "connectionSpec" property else.
getConnection() - Method in class org.springframework.jca.cci.connection.DelegatingConnectionFactory
 
getConnection(ConnectionSpec) - Method in class org.springframework.jca.cci.connection.DelegatingConnectionFactory
 
getConnection() - Method in class org.springframework.jca.cci.connection.SingleConnectionFactory
 
getConnection(ConnectionSpec) - Method in class org.springframework.jca.cci.connection.SingleConnectionFactory
 
getConnection() - Method in class org.springframework.jca.cci.connection.TransactionAwareConnectionFactoryProxy
Delegate to ConnectionFactoryUtils for automatically participating in Spring-managed transactions.
getConnection() - Method in class org.springframework.jca.cci.core.support.CciDaoSupport
Get a CCI Connection, either from the current transaction or a new one.
getConnection() - Method in class org.springframework.jdbc.core.support.JdbcDaoSupport
Get a JDBC Connection, either from the current transaction or a new one.
getConnection() - Method in interface org.springframework.jdbc.datasource.ConnectionHandle
Fetch the JDBC Connection that this handle refers to.
getConnection() - Method in class org.springframework.jdbc.datasource.ConnectionHolder
Return the current Connection held by this ConnectionHolder.
getConnection(DataSource) - Static method in class org.springframework.jdbc.datasource.DataSourceUtils
Get a Connection from the given DataSource.
getConnection() - Method in class org.springframework.jdbc.datasource.DelegatingDataSource
 
getConnection(String, String) - Method in class org.springframework.jdbc.datasource.DelegatingDataSource
 
getConnection() - Method in class org.springframework.jdbc.datasource.DriverManagerDataSource
This implementation delegates to getConnectionFromDriverManager, using the default username and password of this DataSource.
getConnection(String, String) - Method in class org.springframework.jdbc.datasource.DriverManagerDataSource
This implementation delegates to getConnectionFromDriverManager, using the given username and password.
getConnection() - Method in class org.springframework.jdbc.datasource.LazyConnectionDataSourceProxy
Return a Connection handle that lazily fetches an actual JDBC Connection when asked for a Statement (or PreparedStatement or CallableStatement).
getConnection(String, String) - Method in class org.springframework.jdbc.datasource.LazyConnectionDataSourceProxy
Return a Connection handle that lazily fetches an actual JDBC Connection when asked for a Statement (or PreparedStatement or CallableStatement).
getConnection() - Method in class org.springframework.jdbc.datasource.SimpleConnectionHandle
 
getConnection() - Method in class org.springframework.jdbc.datasource.SingleConnectionDataSource
 
getConnection(String, String) - Method in class org.springframework.jdbc.datasource.SingleConnectionDataSource
Specifying a custom username and password doesn't make sense with a single connection.
getConnection() - Method in class org.springframework.jdbc.datasource.TransactionAwareDataSourceProxy
Delegate to DataSourceUtils for automatically participating in Spring-managed transactions.
getConnection() - Method in class org.springframework.jdbc.datasource.UserCredentialsDataSourceAdapter
Determine whether there are currently thread-bound credentials, using them if available, falling back to the statically specified username and password (i.e. values of the bean properties) else.
getConnection() - Method in class org.springframework.jms.connection.ConnectionHolder
 
getConnection() - Method in class org.springframework.orm.hibernate.LocalDataSourceConnectionProvider
 
getConnection() - Method in class org.springframework.orm.hibernate3.LocalDataSourceConnectionProvider
This implementation delegates to the underlying DataSource.
getConnectionFactory() - Method in class org.springframework.jca.cci.connection.CciLocalTransactionManager
Return the CCI ConnectionFactory that this instance manages local transactions for.
getConnectionFactory() - Method in class org.springframework.jca.cci.core.CciTemplate
Return the CCI ConnectionFactory used by this template.
getConnectionFactory() - Method in class org.springframework.jca.cci.core.support.CciDaoSupport
Return the ConnectionFactory used by this DAO.
getConnectionFactory() - Method in class org.springframework.jms.connection.JmsTransactionManager
Return the JMS ConnectionFactory that this instance should manage transactions for.
getConnectionFactory() - Method in class org.springframework.jms.core.support.JmsGatewaySupport
Return the JMS ConnectionFactory used by the gateway.
getConnectionFactory() - Method in class org.springframework.jms.support.JmsAccessor
Return the connection factory used for obtaining JMS connections.
getConnectionFromDriverManager() - Method in class org.springframework.jdbc.datasource.DriverManagerDataSource
Get a Connection from the DriverManager, using the default username and password of this DataSource.
getConnectionFromDriverManager(String, String) - Method in class org.springframework.jdbc.datasource.DriverManagerDataSource
Build properties for the DriverManager, including the given username and password (if any).
getConnectionFromDriverManager(String, Properties) - Method in class org.springframework.jdbc.datasource.DriverManagerDataSource
Getting a connection using the nasty static from DriverManager is extracted into a protected method to allow for easy unit testing.
getConnectionHandle() - Method in class org.springframework.jdbc.datasource.ConnectionHolder
Return the ConnectionHandle held by this ConnectionHolder.
getConnectionHolder() - Method in class org.springframework.jdbc.datasource.JdbcTransactionObjectSupport
 
getConnectionHolderForSavepoint() - Method in class org.springframework.jdbc.datasource.JdbcTransactionObjectSupport
 
getConnectionProperties() - Method in class org.springframework.jdbc.datasource.DriverManagerDataSource
Return the connection properties to be passed to the DriverManager, if any.
getConstructorArgumentValues() - Method in interface org.springframework.beans.factory.config.BeanDefinition
Return the constructor argument values for this bean, if any.
getConstructorArgumentValues() - Method in class org.springframework.beans.factory.support.AbstractBeanDefinition
Return constructor argument values for this bean, if any.
getConstructorInfo(Object, String) - Method in class org.springframework.jmx.export.assembler.AbstractMBeanInfoAssembler
Get the constructor metadata for the MBean resource.
getContentAsByteArray() - Method in class org.springframework.mock.web.MockHttpServletResponse
 
getContentAsString() - Method in class org.springframework.mock.web.MockHttpServletResponse
 
getContentDispositionMappings() - Method in class org.springframework.web.servlet.view.jasperreports.JasperReportsMultiFormatView
Gets the mappings of Content-Disposition header values to mapping keys.
getContentLength() - Method in class org.springframework.mock.web.MockHttpServletRequest
 
getContentLength() - Method in class org.springframework.mock.web.MockHttpServletResponse
 
getContentType(File) - Method in class org.springframework.mail.javamail.ConfigurableMimeFileTypeMap
Delegates to the underlying FileTypeMap.
getContentType(String) - Method in class org.springframework.mail.javamail.ConfigurableMimeFileTypeMap
Delegates to the underlying FileTypeMap.
getContentType() - Method in class org.springframework.mock.web.MockHttpServletRequest
 
getContentType() - Method in class org.springframework.mock.web.MockHttpServletResponse
 
getContentType() - Method in class org.springframework.web.multipart.commons.CommonsMultipartFile
 
getContentType() - Method in interface org.springframework.web.multipart.MultipartFile
Return the content type of the file.
getContentType() - Method in class org.springframework.web.servlet.view.AbstractView
Return the content type for this view.
getContext(String) - Method in class org.springframework.mock.web.MockServletContext
 
getContext(Object) - Method in class org.springframework.test.AbstractSpringContextTests
 
getContextClass() - Method in class org.springframework.web.servlet.FrameworkServlet
Return the custom context class.
getContextClass() - Method in class org.springframework.web.struts.ContextLoaderPlugIn
Return the custom context class.
getContextConfigLocation() - Method in class org.springframework.web.servlet.FrameworkServlet
Return the explicit context config location, if any.
getContextConfigLocation() - Method in class org.springframework.web.struts.ContextLoaderPlugIn
Return the explicit context config location, if any.
getContextLoader() - Method in class org.springframework.web.context.ContextLoaderListener
Return the ContextLoader used by this listener.
getContextLoader() - Method in class org.springframework.web.context.ContextLoaderServlet
Return the ContextLoader used by this servlet.
getContextPath() - Method in class org.springframework.mock.web.MockHttpServletRequest
 
getContextPath() - Method in class org.springframework.web.servlet.support.RequestContext
Return the context path of the current request, i.e. the path that indicates the current web application.
getContextPath(HttpServletRequest) - Method in class org.springframework.web.util.UrlPathHelper
Return the context path for the given request, regarding an include request URL if called within a RequestDispatcher include.
getController(ComponentDefinition, HttpServletRequest) - Method in class org.springframework.web.servlet.view.tiles.TilesView
Determine and initialize the Tiles component controller for the given Tiles definition, if any.
getConvertedExporterParameters() - Method in class org.springframework.web.servlet.view.jasperreports.AbstractJasperReportsView
Allows subclasses to retrieve the converted exporter parameters.
getCookie(String) - Method in class org.springframework.mock.web.MockHttpServletResponse
 
getCookie(HttpServletRequest, String) - Static method in class org.springframework.web.util.WebUtils
Retrieve the first cookie with the given name.
getCookieDomain() - Method in class org.springframework.web.util.CookieGenerator
Return the domain for cookies created by this generator, if any.
getCookieMaxAge() - Method in class org.springframework.web.util.CookieGenerator
Return the maximum age for cookies created by this generator.
getCookieName() - Method in class org.springframework.web.util.CookieGenerator
Return the given name for cookies created by this generator.
getCookiePath() - Method in class org.springframework.web.util.CookieGenerator
Return the path for cookies created by this generator.
getCookies() - Method in class org.springframework.mock.web.MockHttpServletRequest
 
getCookies() - Method in class org.springframework.mock.web.MockHttpServletResponse
 
getCount() - Method in class org.springframework.aop.interceptor.DebugInterceptor
Return the number of times this interceptor has been invoked.
getCount(Query) - Method in interface org.springframework.orm.ojb.PersistenceBrokerOperations
 
getCount(Query) - Method in class org.springframework.orm.ojb.PersistenceBrokerTemplate
 
getCreateMethod(Object) - Method in class org.springframework.ejb.access.AbstractSlsbInvokerInterceptor
Determine the create method of the given EJB home object.
getCreationTime() - Method in class org.springframework.mock.web.MockHttpSession
 
getCurrencyTimeLimit() - Method in class org.springframework.jmx.export.metadata.AbstractJmxAttribute
 
getCurrentContextBuilder() - Static method in class org.springframework.mock.jndi.SimpleNamingContextBuilder
Checks if a SimpleNamingContextBuilder is active.
getCurrentPage(HttpServletRequest) - Method in class org.springframework.web.servlet.mvc.AbstractWizardFormController
Return the current page number.
getCurrentTransactionName() - Static method in class org.springframework.transaction.support.TransactionSynchronizationManager
Return the name of the current transaction, or null if none set.
getCustomEditor(String) - Method in exception org.springframework.validation.BindException
Retrieve the custom PropertyEditor for the given field, if any.
getCustomEditors() - Method in class org.springframework.beans.factory.support.AbstractBeanFactory
Return the map of custom editors, with Classes as keys and PropertyEditors as values.
getCustomProperties() - Method in class org.springframework.remoting.jaxrpc.JaxRpcPortClientInterceptor
Return custom properties to be set on the stub or call.
getCustomTargetSource(Class, String) - Method in class org.springframework.aop.framework.autoproxy.AbstractAutoProxyCreator
Create a target source for bean instances.
getCustomTranslations() - Method in class org.springframework.jdbc.support.SQLErrorCodes
 
getDataAccessResourceFailureCodes() - Method in class org.springframework.jdbc.support.SQLErrorCodes
 
getDatabaseProductName() - Method in class org.springframework.jdbc.support.SQLErrorCodes
 
getDatabaseProductNames() - Method in class org.springframework.jdbc.support.SQLErrorCodes
 
getDataIntegrityViolationCodes() - Method in class org.springframework.jdbc.support.SQLErrorCodes
 
getDataSource() - Method in class org.springframework.jdbc.core.support.JdbcDaoSupport
Return the JDBC DataSource used by this DAO.
getDataSource() - Method in class org.springframework.jdbc.datasource.DataSourceTransactionManager
Return the JDBC DataSource that this instance manages transactions for.
getDataSource() - Method in class org.springframework.jdbc.support.incrementer.AbstractDataFieldMaxValueIncrementer
Return the data source to retrieve the value from.
getDataSource() - Method in class org.springframework.jdbc.support.JdbcAccessor
Return the DataSource used by this template.
getDataSource() - Method in class org.springframework.orm.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(SessionFactory) - Static method in class org.springframework.orm.hibernate.SessionFactoryUtils
Determine the DataSource of the given SessionFactory.
getDataSource() - Method in class org.springframework.orm.hibernate3.HibernateTransactionManager
Return the JDBC DataSource that this instance manages transactions for.
getDataSource() - Method in class org.springframework.orm.hibernate3.LocalDataSourceConnectionProvider
Return the DataSource that this ConnectionProvider wraps.
getDataSource(SessionFactory) - Static method in class org.springframework.orm.hibernate3.SessionFactoryUtils
Determine the DataSource of the given SessionFactory.
getDataSource() - Method in class org.springframework.orm.ibatis.SqlMapClientTemplate
If no DataSource specified, use SqlMapClient's DataSource.
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.
getDataSource() - Method in class org.springframework.orm.ojb.PersistenceBrokerTransactionManager
Return the JDBC DataSource that this instance manages transactions for.
getDataSource(String) - Method in class org.springframework.orm.ojb.support.LocalDataSourceConnectionFactory
Return the DataSource to use for the given JCD alias.
getDataSource(String) - Method in class org.springframework.orm.ojb.support.TransactionAwareDataSourceConnectionFactory
Return a TransactionAwareDataSourceProxy for the original DataSource (i.e. the Spring bean with the JCD alias name), provided that it isn't a TransactionAwareDataSourceProxy already.
getDataSource() - Method in class org.springframework.orm.toplink.TopLinkTransactionManager
Return the JDBC DataSource that this instance manages transactions for.
getDataSourceToUse(DataSource) - Method in class org.springframework.orm.hibernate.LocalDataSourceConnectionProvider
Return the DataSource to use for retrieving Connections.
getDataSourceToUse(DataSource) - Method in class org.springframework.orm.hibernate.TransactionAwareDataSourceConnectionProvider
Return a TransactionAwareDataSourceProxy for the given DataSource, provided that it isn't a TransactionAwareDataSourceProxy already.
getDataSourceToUse(DataSource) - Method in class org.springframework.orm.hibernate3.LocalDataSourceConnectionProvider
Return the DataSource to use for retrieving Connections.
getDataSourceToUse(DataSource) - Method in class org.springframework.orm.hibernate3.TransactionAwareDataSourceConnectionProvider
Return a TransactionAwareDataSourceProxy for the given DataSource, provided that it isn't a TransactionAwareDataSourceProxy already.
getDate(int, Calendar) - Method in class org.springframework.jdbc.support.rowset.ResultSetWrappingSqlRowSet
 
getDate(int) - Method in class org.springframework.jdbc.support.rowset.ResultSetWrappingSqlRowSet
 
getDate(String, Calendar) - Method in class org.springframework.jdbc.support.rowset.ResultSetWrappingSqlRowSet
 
getDate(String) - Method in class org.springframework.jdbc.support.rowset.ResultSetWrappingSqlRowSet
 
getDate(int, Calendar) - Method in interface org.springframework.jdbc.support.rowset.SqlRowSet
Retrieves the value of the indicated column in the current row as a Date object.
getDate(int) - Method in interface org.springframework.jdbc.support.rowset.SqlRowSet
Retrieves the value of the indicated column in the current row as a Date object.
getDate(String, Calendar) - Method in interface org.springframework.jdbc.support.rowset.SqlRowSet
Retrieves the value of the indicated column in the current row as a Date object.
getDate(String) - Method in interface org.springframework.jdbc.support.rowset.SqlRowSet
Retrieves the value of the indicated column in the current row as a Date object.
getDateHeader(String) - Method in class org.springframework.mock.web.MockHttpServletRequest
 
getDeadline() - Method in class org.springframework.transaction.support.ResourceHolderSupport
Return the expiration deadline of this object.
getDeadlockLoserCodes() - Method in class org.springframework.jdbc.support.SQLErrorCodes
 
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
Return the default autowire setting for the document that's currently parsed.
getDefaultConfigLocations() - Method in class org.springframework.web.context.support.AbstractRefreshableWebApplicationContext
Return the default config locations to use, for the case where no explicit config locations have been specified.
getDefaultConfigLocations() - Method in class org.springframework.web.context.support.XmlWebApplicationContext
The default location for the root context is "/WEB-INF/applicationContext.xml", and "/WEB-INF/test-servlet.xml" for a context with the namespace "test-servlet" (like for a DispatcherServlet instance with the servlet-name "test").
getDefaultCurrencyTimeLimit() - Method in class org.springframework.jmx.export.assembler.AbstractReflectiveMBeanInfoAssembler
Return default value for the JMX field "currencyTimeLimit", if any.
getDefaultDependencyCheck() - Method in class org.springframework.beans.factory.xml.DefaultXmlBeanDefinitionParser
Return the default dependency-check setting for the document that's currently parsed.
getDefaultDestination() - Method in class org.springframework.jms.core.JmsTemplate
Return the destination to be used on send operations that do not have a destination parameter.
getDefaultDestinationName() - Method in class org.springframework.jms.core.JmsTemplate
Return the destination name to be used on send operations that do not have a destination parameter.
getDefaultEncoding() - Method in class org.springframework.mail.javamail.JavaMailSenderImpl
Return the default encoding for MimeMessages, or null if none.
getDefaultEncoding(MimeMessage) - Method in class org.springframework.mail.javamail.MimeMessageHelper
Determine the default encoding for the given MimeMessage.
getDefaultEncoding() - Method in class org.springframework.mail.javamail.SmartMimeMessage
 
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.
getDefaultFileTypeMap() - Method in class org.springframework.mail.javamail.JavaMailSenderImpl
Return the default Java Activation FileTypeMap for MimeMessages, or null if none.
getDefaultFileTypeMap(MimeMessage) - Method in class org.springframework.mail.javamail.MimeMessageHelper
Determine the default Java Activation FileTypeMap for the given MimeMessage.
getDefaultFileTypeMap() - Method in class org.springframework.mail.javamail.SmartMimeMessage
 
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
Return the default lazy-init flag for the document that's currently parsed.
getDefaultListableBeanFactory() - Method in class org.springframework.context.support.GenericApplicationContext
Return the underlying bean factory of this context, available for registering bean definitions.
getDefaultLocale() - Method in class org.springframework.context.support.MessageSourceAccessor
Return the default locale to use if no explicit locale has been given.
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.
getDefaultStrategies(Class) - Method in class org.springframework.web.servlet.DispatcherServlet
Create a List of default strategy objects for the given strategy interface.
getDefaultStrategy(Class) - Method in class org.springframework.web.servlet.DispatcherServlet
Return the default strategy object for the given strategy interface.
getDefaultThemeName() - Method in class org.springframework.web.servlet.theme.AbstractThemeResolver
Return the name of the default theme.
getDefaultThemeName() - Method in class org.springframework.web.servlet.theme.CookieThemeResolver
Return the name of the default theme.
getDefaultValue() - Method in class org.springframework.jmx.export.metadata.ManagedAttribute
 
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.
getDelegateAction(ActionMapping) - Method in class org.springframework.web.struts.DelegatingActionProxy
Return the delegate Action for the given mapping.
getDelegateAction(ActionMapping) - Method in class org.springframework.web.struts.DelegatingRequestProcessor
Return the delegate Action for the given mapping.
getDelegateAction(ActionMapping) - Method in class org.springframework.web.struts.DelegatingTilesRequestProcessor
Return the delegate Action for the given mapping.
getDeliveryMode() - Method in class org.springframework.jms.core.JmsTemplate
Return the delivery mode to use when sending a message.
getDependencyCheck() - Method in class org.springframework.beans.factory.support.AbstractBeanDefinition
Return the dependency check code.
getDependencyCheck(String) - Method in class org.springframework.beans.factory.xml.DefaultXmlBeanDefinitionParser
 
getDependsOn() - Method in class org.springframework.beans.factory.support.AbstractBeanDefinition
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. 0 means ex matches exactly.
getDepth(String, Exception) - Method in class org.springframework.web.servlet.handler.SimpleMappingExceptionResolver
Return the depth to the superclass matching. 0 means ex matches exactly.
getDescription() - Method in class org.springframework.core.io.AbstractResource
This abstract method declaration shadows the method in the Resource interface.
getDescription() - Method in class org.springframework.core.io.ByteArrayResource
This implementation returns the passed-in description, if any.
getDescription() - Method in class org.springframework.core.io.ClassPathResource
This implementation returns a description that includes the class path location.
getDescription() - Method in class org.springframework.core.io.FileSystemResource
This implementation returns a description that includes the absolute path of the file.
getDescription() - Method in class org.springframework.core.io.InputStreamResource
This implementation returns the passed-in description, if any.
getDescription() - Method in interface org.springframework.core.io.Resource
Return a description for this resource, to be used for error output when working with the resource.
getDescription() - Method in class org.springframework.core.io.UrlResource
This implementation returns a description that includes the URL.
getDescription(Object, String) - Method in class org.springframework.jmx.export.assembler.AbstractMBeanInfoAssembler
Get the description of the MBean resource.
getDescription(Object, String) - Method in class org.springframework.jmx.export.assembler.MetadataMBeanInfoAssembler
Reads managed resource description from the source level metadata.
getDescription() - Method in class org.springframework.jmx.export.metadata.AbstractJmxAttribute
 
getDescription() - Method in class org.springframework.jmx.export.metadata.ManagedOperationParameter
 
getDescription() - Method in class org.springframework.web.context.support.ServletContextResource
This implementation returns a description that includes the ServletContext resource location.
getDestinationResolver() - Method in class org.springframework.jms.core.JmsTemplate
Get the destination resolver for this template.
getDestroyMethodName() - Method in class org.springframework.beans.factory.support.AbstractBeanDefinition
Return the name of the destroy method.
getDispatcherPath(ComponentDefinition, HttpServletRequest) - Method in class org.springframework.web.servlet.view.tiles.TilesView
Determine the dispatcher path for the given Tiles definition, i.e. the request dispatcher path of the layout page.
getDisplayName() - Method in interface org.springframework.context.ApplicationContext
Return a friendly name for this context.
getDisplayName() - Method in class org.springframework.context.support.AbstractApplicationContext
Return a friendly name for this context.
getDisplayValue() - Method in class org.springframework.web.servlet.support.BindStatus
Return a suitable display value for the field, i.e. the stringified value if not null, and an empty string in case of a null value.
getDocument() - Method in class org.springframework.web.servlet.view.document.AbstractPdfView
Deprecated. in favor of newDocument
getDouble(int) - Method in class org.springframework.jdbc.support.rowset.ResultSetWrappingSqlRowSet
 
getDouble(String) - Method in class org.springframework.jdbc.support.rowset.ResultSetWrappingSqlRowSet
 
getDouble(int) - Method in interface org.springframework.jdbc.support.rowset.SqlRowSet
Retrieves the value of the indicated column in the current row as a Double object.
getDouble(String) - Method in interface org.springframework.jdbc.support.rowset.SqlRowSet
Retrieves the value of the indicated column in the current row as a Double object.
getDoubleParameter(HttpServletRequest, String) - Static method in class org.springframework.web.bind.RequestUtils
Get a Double parameter, or null if not present.
getDoubleParameter(HttpServletRequest, String, double) - Static method in class org.springframework.web.bind.RequestUtils
Get a double parameter, with a fallback value.
getDoubleParameters(HttpServletRequest, String) - Static method in class org.springframework.web.bind.RequestUtils
Get an array of float parameters, return an empty array if not found.
getDriverClassName() - Method in class org.springframework.jdbc.datasource.DriverManagerDataSource
Return the JDBC driver class name, if any.
getEditor() - Method in class org.springframework.web.servlet.support.BindStatus
Return the PropertyEditor for the property that this bind status is currently bound to.
getEditor() - Method in class org.springframework.web.servlet.tags.BindTag
Retrieve the PropertyEditor for the property that this tag is currently bound to.
getEmptyValue(String, Class) - Method in class org.springframework.web.bind.WebDataBinder
Determine an empty value for the specified field.
getEncoding() - Method in class org.springframework.mail.javamail.MimeMessageHelper
Return the specific character encoding used for this message, if any.
getEncoding() - Method in class org.springframework.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
Return the endpoint address to specify on the stub or call.
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.
getEntityInterceptor() - Method in class org.springframework.orm.hibernate3.HibernateAccessor
Return the current Hibernate entity interceptor, or null if none.
getEntityInterceptor() - Method in class org.springframework.orm.hibernate3.HibernateTransactionManager
Return the current Hibernate entity interceptor, or null if none.
getEnvironment() - Method in class org.springframework.jndi.JndiTemplate
Return the environment for the JNDI InitialContext.
getEnvironment() - Method in class org.springframework.mock.jndi.SimpleNamingContext
 
getErrorCode() - Method in exception org.springframework.beans.MethodInvocationException
 
getErrorCode() - Method in exception org.springframework.beans.TypeMismatchException
 
getErrorCode() - Method in interface org.springframework.core.ErrorCoded
Return the error code associated with this failure.
getErrorCode() - Method in exception org.springframework.jms.JmsException
Convenience method to get the vendor specific error code if the root cause was an instance of JMSException.
getErrorCode() - Method in class org.springframework.web.servlet.support.BindStatus
Return the first error codes for the field or object, if any.
getErrorCodes() - Method in class org.springframework.jdbc.support.CustomSQLErrorCodesTranslation
Return the SQL error codes to match.
getErrorCodes(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.support.BindStatus
Return the error codes for the field or object, if any.
getErrorCount() - Method in exception org.springframework.validation.BindException
 
getErrorCount() - Method in interface org.springframework.validation.Errors
Return the total number of errors.
getErrorCount() - Method in class org.springframework.web.bind.EscapedErrors
 
getErrorMessage() - Method in class org.springframework.mock.web.MockHttpServletResponse
 
getErrorMessage() - Method in class org.springframework.web.servlet.support.BindStatus
Return the first error message for the field or object, if any.
getErrorMessages() - Method in class org.springframework.web.servlet.support.BindStatus
Return the resolved error messages for the field or object, if any.
getErrorMessagesAsString(String) - Method in class org.springframework.web.servlet.support.BindStatus
Return an error message string, concatenating all messages separated by the given delimiter.
getErrors() - Method in class org.springframework.validation.DataBinder
Return the Errors instance for this data binder.
getErrors() - Method in class org.springframework.web.servlet.support.BindStatus
Return the Errors instance that this bind status is currently bound to.
getErrors(String) - Method in class org.springframework.web.servlet.support.RequestContext
Retrieve the Errors instance for the given bind object, using the defaultHtmlEscape setting.
getErrors(String, boolean) - Method in class org.springframework.web.servlet.support.RequestContext
Retrieve the Errors instance for the given bind object.
getErrors() - Method in class org.springframework.web.servlet.tags.BindErrorsTag
Retrieve the Errors instance that this tag is currently bound to.
getErrors() - Method in class org.springframework.web.servlet.tags.BindTag
Retrieve the Errors instance that this tag is currently bound to.
getErrorsForNewForm(HttpServletRequest) - Method in class org.springframework.web.servlet.mvc.AbstractFormController
Create a BindException instance for a new form.
getEvaluations() - Method in class org.springframework.aop.support.ControlFlowPointcut
It's useful to know how many times we've fired, for optimization.
getException() - Method in class org.springframework.mock.web.MockPageContext
 
getException(SessionLogEntry) - Method in class org.springframework.orm.toplink.support.CommonsLoggingSessionLog
Extract the exception from the given log entry.
getException() - Method in class org.springframework.remoting.support.RemoteInvocationResult
Return the exception thrown by an unsuccessful invocation of the target method, if any.
getExceptionClass() - Method in class org.springframework.jdbc.support.CustomSQLErrorCodesTranslation
Return the exception class for the specified error codes.
getExceptionCount() - Method in exception org.springframework.beans.PropertyAccessExceptionsException
If this returns 0, no errors were encountered during binding.
getExceptionHandler(Throwable) - Method in class org.springframework.web.servlet.mvc.multiaction.MultiActionController
Determine the exception handler method for the given exception.
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.
getExecutionCount() - Method in class org.springframework.jdbc.object.BatchSqlUpdate
Return the number of already executed statements.
getExpectedRowsAffected() - Method in exception org.springframework.jdbc.JdbcUpdateAffectedIncorrectNumberOfRowsException
Return the number of rows that should have been affected.
getExpectedSize() - Method in exception org.springframework.dao.IncorrectResultSizeDataAccessException
Return the expected result size.
getExpectedType() - Method in class org.springframework.jndi.JndiObjectLocator
Return the type that the located JNDI object is supposed to be assignable to, if any.
getExporterName() - Method in class org.springframework.remoting.support.RemoteExporter
Return a short name for this exporter.
getExporterParameter(Object) - Method in class org.springframework.web.servlet.view.jasperreports.AbstractJasperReportsView
Return a JRExporterParameter for the given parameter object, converting it from a String if necessary.
getExporterParameters() - Method in class org.springframework.web.servlet.view.jasperreports.AbstractJasperReportsView
Return the exporter parameters that this view uses, if any.
getExpression() - Method in class org.springframework.web.servlet.support.BindStatus
Return a bind expression that can be used in HTML forms as input name for the respective field, or null if not field-specific.
getExpressionEvaluator() - Method in class org.springframework.mock.web.MockPageContext
 
getFactory() - Method in interface org.springframework.beans.factory.access.BeanFactoryReference
Returns the BeanFactory instance held by this reference.
getFactory() - Method in class org.springframework.context.access.ContextBeanFactoryReference
 
getFactoryBeanName() - Method in class org.springframework.beans.factory.support.AbstractBeanDefinition
Returns the factory bean name, if any.
getFactoryMethodName() - Method in class org.springframework.beans.factory.support.AbstractBeanDefinition
Return a factory method, if any.
getFailedMessages() - Method in exception org.springframework.mail.MailSendException
Return a Map with the failed messages as keys, and the thrown exceptions as values.
getFailureCause() - Method in class org.springframework.web.context.support.RequestHandledEvent
Return the cause of failure, if any.
getFallbackLocale() - Method in class org.springframework.web.servlet.support.JspAwareRequestContext
This implementation looks for a JSTL locale attribute in the JSP page scope, falling back to the superclass if not found.
getFallbackLocale() - Method in class org.springframework.web.servlet.support.RequestContext
Determine the fallback locale for this context.
getFallbackTheme() - Method in class org.springframework.web.servlet.support.RequestContext
Determine the fallback theme for this context.
getFallbackTranslator() - Method in class org.springframework.jdbc.support.SQLErrorCodeSQLExceptionTranslator
Return the fallback exception translator.
getFetchSize() - Method in class org.springframework.jdbc.core.JdbcTemplate
Return the fetch size specified for this JdbcTemplate.
getField() - Method in class org.springframework.validation.FieldError
Return the affected field of the object.
getFieldCache() - Method in class org.springframework.core.Constants
Exposes the field cache to subclasses: a Map from String field name to object value.
getFieldError(String) - Method in exception 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 exception 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 exception 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
 
getFieldMarkerPrefix() - Method in class org.springframework.web.bind.WebDataBinder
Return the prefix for parameters that mark potentially empty fields.
getFieldValue(String) - Method in exception org.springframework.validation.BindException
 
getFieldValue(String) - Method in interface org.springframework.validation.Errors
Return the current value of the given field, either the current bean property value or a rejected update from the last binding.
getFieldValue(String) - Method in class org.springframework.web.bind.EscapedErrors
 
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
This implementation returns a File reference for the underlying class path resource, provided that it refers to a file in the file system.
getFile() - Method in class org.springframework.core.io.FileSystemResource
This implementation returns the underlying File reference.
getFile() - Method in interface org.springframework.core.io.Resource
Return a File handle for this resource.
getFile() - Method in class org.springframework.core.io.UrlResource
This implementation returns a File reference for the underlying URL, provided that it refers to a file in the file system.
getFile(String) - Static method in class org.springframework.util.ResourceUtils
Resolve the given resource location to a java.io.File, i.e. to a file in the file system.
getFile(URL) - Static method in class org.springframework.util.ResourceUtils
Resolve the given resource URL to a java.io.File, i.e. to a file in the file system.
getFile(URL, String) - Static method in class org.springframework.util.ResourceUtils
Resolve the given resource URL to a java.io.File, i.e. to a file in the file system.
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 plus description of an uploaded file in this request, or null if it does not exist.
getFile(String) - Method in class org.springframework.web.multipart.support.AbstractMultipartHttpServletRequest
 
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
 
getFilename() - Method in class org.springframework.core.io.AbstractResource
This implementation always throws IllegalStateException, assuming that the resource does not carry a filename.
getFilename() - Method in class org.springframework.core.io.ClassPathResource
This implementation returns the name of the file that this class path resource refers to.
getFilename() - Method in class org.springframework.core.io.FileSystemResource
This implementation returns the name of the file.
getFilename() - Method in interface org.springframework.core.io.Resource
Return a filename for this resource, i.e. typically the last part of the path: for example, "myfile.txt".
getFilename() - Method in class org.springframework.core.io.UrlResource
This implementation returns the name of the file that this URL refers to.
getFilename(String) - Static method in class org.springframework.util.StringUtils
Extract the filename from the given path, e.g.
getFilename() - Method in class org.springframework.web.context.support.ServletContextResource
This implementation returns the name of the file that this ServletContext resource refers to.
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
 
getFileTimestamp(String) - Method in class org.springframework.web.servlet.ResourceServlet
Return the file timestamp for the given resource.
getFileTypeMap() - Method in class org.springframework.mail.javamail.ConfigurableMimeFileTypeMap
Return the delegate FileTypeMap, compiled from the mappings in the mapping file and the entries in the mappings property.
getFileTypeMap() - Method in class org.springframework.mail.javamail.MimeMessageHelper
Return the FileTypeMap used by this MimeMessageHelper.
getFileUpload() - Method in class org.springframework.web.multipart.commons.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.
getFilterName() - Method in class org.springframework.mock.web.MockFilterConfig
 
getFilterName() - Method in class org.springframework.web.filter.GenericFilterBean
Make the name of this filter available to subclasses.
getFilterNames() - Method in class org.springframework.orm.hibernate3.HibernateAccessor
Return the names of Hibernate filters to be activated, if any.
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.
getFloat(int) - Method in class org.springframework.jdbc.support.rowset.ResultSetWrappingSqlRowSet
 
getFloat(String) - Method in class org.springframework.jdbc.support.rowset.ResultSetWrappingSqlRowSet
 
getFloat(int) - Method in interface org.springframework.jdbc.support.rowset.SqlRowSet
Retrieves the value of the indicated column in the current row as a float.
getFloat(String) - Method in interface org.springframework.jdbc.support.rowset.SqlRowSet
Retrieves the value of the indicated column in the current row as a float.
getFloatParameter(HttpServletRequest, String) - Static method in class org.springframework.web.bind.RequestUtils
Get a Float parameter, or null if not present.
getFloatParameter(HttpServletRequest, String, float) - Static method in class org.springframework.web.bind.RequestUtils
Get a double parameter, with a fallback value.
getFloatParameters(HttpServletRequest, String) - Static method in class org.springframework.web.bind.RequestUtils
Get an array of float parameters, return an empty array if not found.
getFlushMode() - Method in class org.springframework.orm.hibernate.HibernateAccessor
Return if a flush should be forced after executing the callback code.
getFlushMode() - Method in class org.springframework.orm.hibernate3.HibernateAccessor
Return if a flush should be forced after executing the callback code.
getFormSessionAttributeName(HttpServletRequest) - Method in class org.springframework.web.servlet.mvc.AbstractFormController
Return the name of the HttpSession attribute that holds the form object for this form controller.
getFormSessionAttributeName() - Method in class org.springframework.web.servlet.mvc.AbstractFormController
Return the name of the HttpSession attribute that holds the form object for this form controller.
getFormView() - Method in class org.springframework.web.servlet.mvc.SimpleFormController
Return the name of the view that should be used for form display.
getForwardedUrl() - Method in class org.springframework.mock.web.MockHttpServletResponse
 
getFrom() - Method in class org.springframework.mail.SimpleMailMessage
 
getGeneratedKeysColumnNames() - Method in class org.springframework.jdbc.object.RdbmsOperation
Return the column names of the auto generated keys.
getGenericArgumentValue(Class) - Method in class org.springframework.beans.factory.config.ConstructorArgumentValues
Look for a generic argument value that matches the given type.
getGenericArgumentValue(Class, Set) - Method in class org.springframework.beans.factory.config.ConstructorArgumentValues
Look for the next generic argument value that matches the given type, ignoring argument values that have already been used in the current resolution process.
getGenericArgumentValues() - Method in class org.springframework.beans.factory.config.ConstructorArgumentValues
Return the list of generic argument values.
getGlobalError() - Method in exception org.springframework.validation.BindException
 
getGlobalError() - Method in interface org.springframework.validation.Errors
Get the first global error, if any.
getGlobalError() - Method in class org.springframework.web.bind.EscapedErrors
 
getGlobalErrorCount() - Method in exception org.springframework.validation.BindException
 
getGlobalErrorCount() - Method in interface org.springframework.validation.Errors
Return the number of global (i.e. not field-specific) errors.
getGlobalErrorCount() - Method in class org.springframework.web.bind.EscapedErrors
 
getGlobalErrors() - Method in exception org.springframework.validation.BindException
 
getGlobalErrors() - Method in interface org.springframework.validation.Errors
Get all global errors.
getGlobalErrors() - Method in class org.springframework.web.bind.EscapedErrors
 
getHandler(HttpServletRequest, boolean) - Method in class org.springframework.web.servlet.DispatcherServlet
Return the HandlerExecutionChain for this request.
getHandler(HttpServletRequest) - Method in class org.springframework.web.servlet.handler.AbstractHandlerMapping
Look up a handler for the given request, falling back to the default handler if no specific one is found.
getHandler() - Method in class org.springframework.web.servlet.HandlerExecutionChain
Return the handler object to execute.
getHandler(HttpServletRequest) - Method in interface org.springframework.web.servlet.HandlerMapping
Return a handler and any interceptors for this request.
getHandlerAdapter(Object) - Method in class org.springframework.web.servlet.DispatcherServlet
Return the HandlerAdapter for this handler object.
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.
getHandlerMethodCount() - Method in class org.springframework.aop.framework.adapter.ThrowsAdviceInterceptor
 
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
 
getHeader(String) - Method in class org.springframework.mock.web.MockHttpServletRequest
 
getHeader(String) - Method in class org.springframework.mock.web.MockHttpServletResponse
 
getHeaderNames() - Method in class org.springframework.mock.web.MockHttpServletRequest
 
getHeaderNames() - Method in class org.springframework.mock.web.MockHttpServletResponse
 
getHeaders(String) - Method in class org.springframework.mock.web.MockHttpServletRequest
 
getHeaders(String) - Method in class org.springframework.mock.web.MockHttpServletResponse
 
getHibernateTemplate() - Method in class org.springframework.orm.hibernate.support.HibernateDaoSupport
Return the HibernateTemplate for this DAO, pre-initialized with the SessionFactory or set explicitly.
getHibernateTemplate() - Method in class org.springframework.orm.hibernate3.support.HibernateDaoSupport
Return the HibernateTemplate for this DAO, pre-initialized with the SessionFactory or set explicitly.
getHitCount() - Method in class org.springframework.aop.target.ThreadLocalTargetSource
 
getHitCount() - Method in interface org.springframework.aop.target.ThreadLocalTargetSourceStats
Return the number of hits that were satisfied by a thread-bound object.
getHome() - Method in class org.springframework.ejb.access.AbstractSlsbInvokerInterceptor
Return the EJB home object to use.
getHost() - Method in class org.springframework.mail.javamail.JavaMailSenderImpl
Return the mail server host.
getHttpClient() - Method in class org.springframework.remoting.httpinvoker.CommonsHttpInvokerRequestExecutor
Return the HttpClient instance that this request executor uses.
getHttpInvokerRequestExecutor() - Method in class org.springframework.remoting.httpinvoker.HttpInvokerClientInterceptor
Return the HttpInvokerRequestExecutor used by this remote accessor.
getId() - Method in class org.springframework.mock.web.MockHttpSession
 
getIdentifier() - Method in exception org.springframework.orm.ObjectOptimisticLockingFailureException
Return the identifier of the object for which the locking failed.
getIdentifier() - Method in exception org.springframework.orm.ObjectRetrievalFailureException
Return the identifier of the object that was not found.
getIdentityHexString(Object) - Static method in class org.springframework.util.ObjectUtils
Return a hex string form of an object's identity hash code.
getIdleCount() - Method in class org.springframework.aop.target.CommonsPoolTargetSource
 
getIdleCount() - Method in interface org.springframework.aop.target.PoolingConfig
Return the number of idle objects in the pool.
getIgnoredDependencyInterfaces() - Method in class org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory
Return the set of dependency interfaces that will get ignored for autowiring.
getIgnoredDependencyTypes() - Method in class org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory
Return the set of dependency types that will get ignored for autowiring.
getIncludedUrl() - Method in class org.springframework.mock.web.MockHttpServletResponse
 
getIncrementerName() - Method in class org.springframework.jdbc.support.incrementer.AbstractDataFieldMaxValueIncrementer
Return the name of the sequence/table.
getIndex() - Method in class org.springframework.jmx.export.metadata.ManagedOperationParameter
Return the index of the parameter in the operation signature.
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.
getInitialPage(HttpServletRequest, Object) - Method in class org.springframework.web.servlet.mvc.AbstractWizardFormController
Return the initial page of the wizard, i.e. the page shown at wizard startup.
getInitialPage(HttpServletRequest) - Method in class org.springframework.web.servlet.mvc.AbstractWizardFormController
Return the initial page of the wizard, i.e. the page shown at wizard startup.
getInitMethodName() - Method in class org.springframework.beans.factory.support.AbstractBeanDefinition
Return the name of the initializer method.
getInitParameter(String) - Method in class org.springframework.mock.web.MockFilterConfig
 
getInitParameter(String) - Method in class org.springframework.mock.web.MockServletConfig
 
getInitParameter(String) - Method in class org.springframework.mock.web.MockServletContext
 
getInitParameterNames() - Method in class org.springframework.mock.web.MockFilterConfig
 
getInitParameterNames() - Method in class org.springframework.mock.web.MockServletConfig
 
getInitParameterNames() - Method in class org.springframework.mock.web.MockServletContext
 
getInputStream() - Method in class org.springframework.core.io.ByteArrayResource
This implementation returns a ByteArrayInputStream for the underlying byte array.
getInputStream() - Method in class org.springframework.core.io.ClassPathResource
This implementation opens an InputStream for the given class path resource.
getInputStream() - Method in class org.springframework.core.io.FileSystemResource
This implementation opens a FileInputStream for the underlying file.
getInputStream() - Method in class org.springframework.core.io.InputStreamResource
This implementation throws IllegalStateException if attempting to read the underlying stream multiple times.
getInputStream() - Method in interface org.springframework.core.io.InputStreamSource
Return an InputStream.
getInputStream() - Method in class org.springframework.core.io.UrlResource
This implementation opens an InputStream for the given URL.
getInputStream() - Method in class org.springframework.mock.web.MockHttpServletRequest
 
getInputStream(String) - Method in class org.springframework.scheduling.quartz.ResourceJobSchedulingDataProcessor
 
getInputStream() - Method in class org.springframework.web.context.support.ServletContextResource
This implementation delegates to ServletContext.getResourceAsStream, but throws a FileNotFoundException if no resource found.
getInputStream() - Method in class org.springframework.web.multipart.commons.CommonsMultipartFile
 
getInputStream() - Method in interface org.springframework.web.multipart.MultipartFile
Return an InputStream to read the contents of the file from.
getInstance() - Static method in class org.springframework.aop.framework.adapter.GlobalAdvisorAdapterRegistry
Return the singleton DefaultAdvisorAdapterRegistry instance.
getInstance() - Static method in class org.springframework.beans.factory.access.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 "classpath*:beanRefFactory.xml", as the name of the definition file(s).
getInstance(String) - Static method in class org.springframework.beans.factory.access.SingletonBeanFactoryLocator
Returns an instance which uses the the specified selector, as the name of the definition file(s).
getInstance() - Static method in class org.springframework.context.access.ContextSingletonBeanFactoryLocator
Returns an instance which uses the default "classpath*:beanRefContext.xml", as the name of the definition file(s).
getInstance(String) - Static method in class org.springframework.context.access.ContextSingletonBeanFactoryLocator
Returns an instance which uses the the specified selector, as the name of the definition file(s).
getInstance() - Static method in class org.springframework.context.access.DefaultLocatorFactory
Return an instance object implementing BeanFactoryLocator.
getInstance(String) - Static method in class org.springframework.context.access.DefaultLocatorFactory
Return an instance object implementing BeanFactoryLocator.
getInstance() - Static method in class org.springframework.jdbc.support.SQLErrorCodesFactory
Return singleton instance.
getInstance(String) - Static method in class org.springframework.jmx.support.ObjectNameManager
Retrieve the ObjectName instance corresponding to the supplied name.
getInstance(String, String, String) - Static method in class org.springframework.jmx.support.ObjectNameManager
Retrieve an ObjectName instance for the specified domain and a single property with the supplied key and value.
getInstance(String, Hashtable) - Static method in class org.springframework.jmx.support.ObjectNameManager
Retrieve an ObjectName instance with the specified domain name and the supplied key/name properties.
getInt(int) - Method in class org.springframework.jdbc.support.rowset.ResultSetWrappingSqlRowSet
 
getInt(String) - Method in class org.springframework.jdbc.support.rowset.ResultSetWrappingSqlRowSet
 
getInt(int) - Method in interface org.springframework.jdbc.support.rowset.SqlRowSet
Retrieves the value of the indicated column in the current row as an int.
getInt(String) - Method in interface org.springframework.jdbc.support.rowset.SqlRowSet
Retrieves the value of the indicated column in the current row as an int.
getInteractionSpec() - Method in class org.springframework.jca.cci.object.EisOperation
Return the CCI InteractionSpec for this operation.
getInterceptor(Advisor) - Method in interface org.springframework.aop.framework.adapter.AdvisorAdapter
Return an AOP Alliance Interceptor exposing the behavior of the given advice to an interception-based AOP framework.
getInterceptor(Advisor) - Method in class org.springframework.aop.framework.adapter.AfterReturningAdviceAdapter
 
getInterceptor(Advisor) - Method in class org.springframework.aop.framework.adapter.BeforeAdviceAdapter
 
getInterceptor(Advisor) - Method in class org.springframework.aop.framework.adapter.ThrowsAdviceAdapter
 
getInterceptors(Advisor) - Method in interface org.springframework.aop.framework.adapter.AdvisorAdapterRegistry
Return an array of AOP Alliance Interceptors to allow use of the given Advisor in an interception-based framework.
getInterceptors(Advisor) - Method in class org.springframework.aop.framework.adapter.DefaultAdvisorAdapterRegistry
 
getInterceptors() - Method in class org.springframework.web.servlet.HandlerExecutionChain
Return the array of interceptors to apply (in the given order) before the handler itself executes.
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.IntroductionInfo
Return the additional interfaces introduced by this Advisor or Advice.
getInterfaces() - Method in class org.springframework.aop.support.DefaultIntroductionAdvisor
 
getInterfaces() - Method in class org.springframework.aop.support.IntroductionInfoSupport
 
getInternalParentBeanFactory() - Method in class org.springframework.context.support.AbstractApplicationContext
Return the internal bean factory of the parent context if it implements ConfigurableApplicationContext; else, return the parent context itself.
getInternalParentMessageSource() - Method in class org.springframework.context.support.AbstractApplicationContext
Return the internal message source of the parent context if it is an AbstractApplicationContext too; else, return the parent context itself.
getIntHeader(String) - Method in class org.springframework.mock.web.MockHttpServletRequest
 
getIntParameter(HttpServletRequest, String) - Static method in class org.springframework.web.bind.RequestUtils
Get an Integer parameter, or null if not present.
getIntParameter(HttpServletRequest, String, int) - Static method in class org.springframework.web.bind.RequestUtils
Get an int parameter, with a fallback value.
getIntParameters(HttpServletRequest, String) - Static method in class org.springframework.web.bind.RequestUtils
Get an array of int parameters, return an empty array if not found.
getInvalidResultSetAccessCodes() - Method in class org.springframework.jdbc.support.SQLErrorCodes
 
getInvocationCount() - Method in class org.springframework.aop.target.ThreadLocalTargetSource
 
getInvocationCount() - Method in interface org.springframework.aop.target.ThreadLocalTargetSourceStats
Return the number of client invocations.
getInvocationDescription(MethodInvocation) - Method in class org.springframework.aop.interceptor.DebugInterceptor
 
getInvocationDescription(MethodInvocation) - Method in class org.springframework.aop.interceptor.SimpleTraceInterceptor
Return a description for the given method invocation.
getIsolationLevel() - Method in class org.springframework.transaction.interceptor.DelegatingTransactionAttribute
 
getIsolationLevel() - Method in class org.springframework.transaction.support.DefaultTransactionDefinition
 
getIsolationLevel() - Method in interface org.springframework.transaction.TransactionDefinition
Return the isolation level.
getIteratorByQuery(Query) - Method in interface org.springframework.orm.ojb.PersistenceBrokerOperations
 
getIteratorByQuery(Query) - Method in class org.springframework.orm.ojb.PersistenceBrokerTemplate
 
getJavaVersion() - Static method in class org.springframework.core.JdkVersion
Return the full Java version string, as returned by System.getProperty("java.version").
getJaxRpcService() - Method in class org.springframework.remoting.jaxrpc.JaxRpcPortClientInterceptor
Return a reference to an existing JAX-RPC Service instance, if any.
getJcdAlias() - Method in class org.springframework.orm.ojb.OjbAccessor
Return the JDBC Connection Descriptor alias of the PersistenceBroker configuration to use.
getJcdAlias() - Method in class org.springframework.orm.ojb.support.PersistenceBrokerDaoSupport
Return the JDBC Connection Descriptor alias of the PersistenceBroker configuration to use.
getJdbcConnection(PersistenceManager, boolean) - Method in class org.springframework.orm.jdo.DefaultJdoDialect
This implementation returns a DataStoreConnectionHandle for JDO2, which will also work on JDO1 until actually accessing the JDBC Connection.
getJdbcConnection(PersistenceManager, boolean) - Method in interface org.springframework.orm.jdo.JdoDialect
Retrieve the JDBC Connection that the given JDO PersistenceManager uses underneath, if accessing a relational database.
getJdbcConnection(Session) - Method in class org.springframework.orm.toplink.TopLinkTransactionManager
Extract the underlying JDBC Connection from the given TopLink Session.
getJdbcDataSource() - Method in class org.springframework.web.servlet.view.jasperreports.AbstractJasperReportsView
Return the javax.sql.DataSource that this view uses, if any.
getJdbcExceptionTranslator() - Method in class org.springframework.orm.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.
getJdbcExceptionTranslator() - Method in class org.springframework.orm.hibernate3.HibernateAccessor
Return the JDBC exception translator for this instance.
getJdbcExceptionTranslator() - Method in class org.springframework.orm.hibernate3.HibernateTransactionManager
Return the JDBC exception translator for this transaction manager.
getJdbcExceptionTranslator() - Method in class org.springframework.orm.jdo.DefaultJdoDialect
Return the JDBC exception translator for this instance.
getJdbcExceptionTranslator() - Method in class org.springframework.orm.toplink.TopLinkAccessor
Return the JDBC exception translator for this instance.
getJdbcExceptionTranslator() - Method in class org.springframework.orm.toplink.TopLinkTransactionManager
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.
getJmsTemplate() - Method in class org.springframework.jms.core.support.JmsGatewaySupport
Return the JmsTemplate for the gateway.
getJndiEnvironment() - Method in class org.springframework.jndi.JndiAccessor
Return the JNDI environment to use for JNDI lookups.
getJndiEnvironment() - Method in class org.springframework.transaction.jta.JtaTransactionManager
Return the JNDI environment to use for JNDI lookups.
getJndiName() - Method in class org.springframework.jndi.JndiObjectLocator
Return the JNDI name to look up.
getJndiTemplate() - Method in class org.springframework.jndi.JndiAccessor
Return the JNDI template to use for JNDI lookups.
getJndiTemplate() - Method in class org.springframework.transaction.jta.JtaTransactionManager
Return the JndiTemplate used for JNDI lookups.
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.
getJstlAwareMessageSource(ServletContext, MessageSource) - Static method in class org.springframework.web.servlet.support.JstlUtils
Checks JSTL's "javax.servlet.jsp.jstl.fmt.localizationContext" context-param and creates a corresponding child message source, with the provided Spring-defined MessageSource as parent.
getJtaTransactionManager(SessionFactory, Session) - Static method in class org.springframework.orm.hibernate.SessionFactoryUtils
Try to retrieve the JTA TransactionManager from the given SessionFactory and/or Session.
getJtaTransactionManager(SessionFactory, Session) - Static method in class org.springframework.orm.hibernate3.SessionFactoryUtils
Try to retrieve the JTA TransactionManager from the given SessionFactory and/or Session.
getKey() - Method in class org.springframework.jdbc.support.GeneratedKeyHolder
 
getKey() - Method in interface org.springframework.jdbc.support.KeyHolder
Retrieve the first item from the first map, assuming that there is just one item and just one map, and that the item is a number.
getKeyList() - Method in class org.springframework.jdbc.support.GeneratedKeyHolder
 
getKeyList() - Method in interface org.springframework.jdbc.support.KeyHolder
Return a reference to the List that contains the keys.
getKeys() - Method in class org.springframework.context.support.MessageSourceResourceBundle
This implementation returns null, as a MessageSource does not allow for enumerating the defined message codes.
getKeys() - Method in class org.springframework.jdbc.support.GeneratedKeyHolder
 
getKeys() - Method in interface org.springframework.jdbc.support.KeyHolder
Retrieve the first map of keys.
getLabel() - Method in class org.springframework.core.enums.AbstractLabeledEnum
 
getLabel() - Method in interface org.springframework.core.enums.LabeledEnum
Return a descriptive, optional label.
getLabeledEnumByCode(Class, Comparable) - Method in class org.springframework.core.enums.AbstractCachingLabeledEnumResolver
 
getLabeledEnumByCode(Class, Comparable) - Method in interface org.springframework.core.enums.LabeledEnumResolver
Resolve a single LabeledEnum by its identifying code.
getLabeledEnumByLabel(Class, String) - Method in class org.springframework.core.enums.AbstractCachingLabeledEnumResolver
 
getLabeledEnumByLabel(Class, String) - Method in interface org.springframework.core.enums.LabeledEnumResolver
Resolve a single LabeledEnum by its identifying code.
getLabeledEnumMap(Class) - Method in class org.springframework.core.enums.AbstractCachingLabeledEnumResolver
 
getLabeledEnumMap(Class) - Method in interface org.springframework.core.enums.LabeledEnumResolver
Return a map of enumerations of a particular type.
getLabeledEnumSet(Class) - Method in class org.springframework.core.enums.AbstractCachingLabeledEnumResolver
 
getLabeledEnumSet(Class) - Method in interface org.springframework.core.enums.LabeledEnumResolver
Return a set of enumerations of a particular type.
getLastAccessedTime() - Method in class org.springframework.mock.web.MockHttpSession
 
getLastElementOnPage() - Method in class org.springframework.beans.support.PagedListHolder
Return the element index of the last element on the current page.
getLastLinkedPage() - Method in class org.springframework.beans.support.PagedListHolder
Return the last page to which create a link around the current page.
getLastModified(Object) - 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 method to evaluate the Last-Modified value of the mapped handler.
getLastModified(HttpServletRequest, Object) - Method in class org.springframework.web.servlet.handler.SimpleServletHandlerAdapter
 
getLastModified(HttpServletRequest, Object) - Method in interface org.springframework.web.servlet.HandlerAdapter
Same contract as for HttpServlet.getLastModified.
getLastModified(HttpServletRequest) - Method in interface org.springframework.web.servlet.mvc.LastModified
Same contract as for HttpServlet's getLastModified method.
getLastModified(HttpServletRequest) - Method in class org.springframework.web.servlet.mvc.multiaction.MultiActionController
Try to find an XXXXLastModified method, where XXXX is the name of a handler.
getLastModified(HttpServletRequest, Object) - Method in class org.springframework.web.servlet.mvc.SimpleControllerHandlerAdapter
 
getLastModified(HttpServletRequest, Object) - Method in class org.springframework.web.servlet.mvc.throwaway.ThrowawayControllerHandlerAdapter
This implementation always returns -1, as last-modified checks are not supported.
getLastModified(HttpServletRequest) - Method in class org.springframework.web.servlet.ResourceServlet
Return the last-modified timestamp of the file that corresponds to the target resource URL (i.e. typically the request ".jsp" file).
getLastTaskTimeMillis() - Method in class org.springframework.util.StopWatch
Return the time taken by the last task.
getLetterCode() - Method in class org.springframework.core.enums.LetterCodedLabeledEnum
Return the letter code of this LabeledEnum instance.
getLoadCount() - Method in class org.springframework.test.AbstractDependencyInjectionSpringContextTests
 
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. a session for creating BLOBs and CLOBs.
getLobCreator() - Method in class org.springframework.jdbc.support.lob.OracleLobHandler
 
getLocalAddr() - Method in class org.springframework.mock.web.MockHttpServletRequest
 
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 interface org.springframework.context.i18n.LocaleContext
Return the current Locale, which can be fixed or determined dynamically, depending on the implementation strategy.
getLocale() - Static method in class org.springframework.context.i18n.LocaleContextHolder
Return the Locale associated with the current thread, if any, or the system default Locale else.
getLocale() - Method in class org.springframework.context.i18n.SimpleLocaleContext
 
getLocale() - Method in class org.springframework.mock.web.MockHttpServletRequest
 
getLocale() - Method in class org.springframework.mock.web.MockHttpServletResponse
 
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.
getLocaleContext() - Static method in class org.springframework.context.i18n.LocaleContextHolder
Return the LocaleContext associated with the current thread, if any.
getLocaleResolver(HttpServletRequest) - Static method in class org.springframework.web.servlet.support.RequestContextUtils
Return the LocaleResolver that has been bound to the request by the DispatcherServlet.
getLocales() - Method in class org.springframework.mock.web.MockHttpServletRequest
 
getLocalName() - Method in class org.springframework.mock.web.MockHttpServletRequest
 
getLocalPort() - Method in class org.springframework.mock.web.MockHttpServletRequest
 
getLogFile() - Method in class org.springframework.jmx.export.metadata.ManagedResource
 
getLoggerForInvocation(MethodInvocation) - Method in class org.springframework.aop.interceptor.AbstractTraceInterceptor
Return the appropriate Log instance to use for the given MethodInvocation.
getLoginTimeout() - Method in class org.springframework.jdbc.datasource.AbstractDataSource
Returns 0: means use default system timeout.
getLoginTimeout() - Method in class org.springframework.jdbc.datasource.DelegatingDataSource
 
getLogWriter() - Method in class org.springframework.jdbc.datasource.AbstractDataSource
LogWriter methods are unsupported.
getLogWriter() - Method in class org.springframework.jdbc.datasource.DelegatingDataSource
 
getLong(int) - Method in class org.springframework.jdbc.support.rowset.ResultSetWrappingSqlRowSet
 
getLong(String) - Method in class org.springframework.jdbc.support.rowset.ResultSetWrappingSqlRowSet
 
getLong(int) - Method in interface org.springframework.jdbc.support.rowset.SqlRowSet
Retrieves the value of the indicated column in the current row as a long.
getLong(String) - Method in interface org.springframework.jdbc.support.rowset.SqlRowSet
Retrieves the value of the indicated column in the current row as a long.
getLongParameter(HttpServletRequest, String) - Static method in class org.springframework.web.bind.RequestUtils
Get a Long parameter, or null if not present.
getLongParameter(HttpServletRequest, String, long) - Static method in class org.springframework.web.bind.RequestUtils
Get an int parameter, with a fallback value.
getLongParameters(HttpServletRequest, String) - Static method in class org.springframework.web.bind.RequestUtils
Get an array of long parameters, return an empty array if not found.
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.
getMajorVersion() - Method in class org.springframework.mock.web.MockServletContext
 
getManagedAttribute(Method) - Method in class org.springframework.jmx.export.annotation.AnnotationJmxAttributeSource
 
getManagedAttribute(Method) - Method in class org.springframework.jmx.export.metadata.AttributesJmxAttributeSource
If the specified method has a ManagedAttribute attribute, then it is returned.
getManagedAttribute(Method) - Method in interface org.springframework.jmx.export.metadata.JmxAttributeSource
Implementations should return an instance of ManagedAttribute if the supplied Method has the corresponding metadata.
getManagedOperation(Method) - Method in class org.springframework.jmx.export.annotation.AnnotationJmxAttributeSource
 
getManagedOperation(Method) - Method in class org.springframework.jmx.export.metadata.AttributesJmxAttributeSource
If the specified method has a ManagedOperation attribute, then it is returned.
getManagedOperation(Method) - Method in interface org.springframework.jmx.export.metadata.JmxAttributeSource
Implementations should return an instance of ManagedOperation if the supplied Method has the corresponding metadata.
getManagedOperationParameters(Method) - Method in class org.springframework.jmx.export.annotation.AnnotationJmxAttributeSource
 
getManagedOperationParameters(Method) - Method in class org.springframework.jmx.export.metadata.AttributesJmxAttributeSource
If the specified method has ManagedOperationParameter attributes, then these are returned, otherwise a zero length array is returned.
getManagedOperationParameters(Method) - Method in interface org.springframework.jmx.export.metadata.JmxAttributeSource
Implementations should return an array of ManagedOperationParameter if the supplied Method has the corresponding metadata.
getManagedResource(Class) - Method in class org.springframework.jmx.export.annotation.AnnotationJmxAttributeSource
 
getManagedResource(Class) - Method in class org.springframework.jmx.export.metadata.AttributesJmxAttributeSource
If the specified class has a ManagedResource attribute, then it is returned.
getManagedResource(Class) - Method in interface org.springframework.jmx.export.metadata.JmxAttributeSource
Implementations should return an instance of ManagedResource if the supplied Class has the appropriate metadata.
getMaxIdle() - Method in class org.springframework.aop.target.CommonsPoolTargetSource
Return the maximum number of idle objects in the pool.
getMaxInactiveInterval() - Method in class org.springframework.mock.web.MockHttpSession
 
getMaxLinkedPages() - Method in class org.springframework.beans.support.PagedListHolder
Return the maximum number of page links to a few pages around the current one.
getMaxRows() - Method in class org.springframework.jdbc.core.JdbcTemplate
Return the maximum number of rows specified for this JdbcTemplate.
getMaxSize() - Method in class org.springframework.aop.target.AbstractPoolingTargetSource
Return the maximum size of the pool.
getMaxSize() - Method in interface org.springframework.aop.target.PoolingConfig
Return the maximum size of the pool.
getMaxUploadSize() - Method in class org.springframework.web.multipart.cos.CosMultipartResolver
Return the maximum allowed size (in bytes) before uploads are refused.
getMaxUploadSize() - Method in exception org.springframework.web.multipart.MaxUploadSizeExceededException
Return the maximum upload size allowed.
getMaxWait() - Method in class org.springframework.aop.target.CommonsPoolTargetSource
Return the maximum waiting time for fetching an object from the pool.
getMBeanInfo(Object, String) - Method in class org.springframework.jmx.export.assembler.AbstractMBeanInfoAssembler
Create an instance of the ModelMBeanInfoSupport class supplied with all JMX implementations and populates the metadata through calls to the subclass.
getMBeanInfo(Object, String) - Method in interface org.springframework.jmx.export.assembler.MBeanInfoAssembler
Create the ModelMBeanInfo for the given managed resource.
getMergedBeanDefinition(String) - Method in class org.springframework.beans.factory.support.AbstractBeanFactory
Return a RootBeanDefinition for the given bean name, merging a child bean definition with its parent if necessary.
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 for the given bean name, by merging with the parent if the given original bean definition is a child bean definition.
getMergedProperties(Locale) - Method in class org.springframework.context.support.ReloadableResourceBundleMessageSource
Get a PropertiesHolder that contains the actually visible properties for a Locale, after merging all specified resource bundles.
getMessage() - Method in exception 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, Object[], String, Locale) - Method in class org.springframework.context.support.DelegatingMessageSource
 
getMessage(String, Object[], Locale) - Method in class org.springframework.context.support.DelegatingMessageSource
 
getMessage(MessageSourceResolvable, Locale) - Method in class org.springframework.context.support.DelegatingMessageSource
 
getMessage(String, String) - Method in class org.springframework.context.support.MessageSourceAccessor
Retrieve the message for the given code and the default Locale.
getMessage(String, String, Locale) - Method in class org.springframework.context.support.MessageSourceAccessor
Retrieve the message for the given code and the given Locale.
getMessage(String, Object[], String) - Method in class org.springframework.context.support.MessageSourceAccessor
Retrieve the message for the given code and the default Locale.
getMessage(String, Object[], String, Locale) - Method in class org.springframework.context.support.MessageSourceAccessor
Retrieve the message for the given code and the given Locale.
getMessage(String) - Method in class org.springframework.context.support.MessageSourceAccessor
Retrieve the message for the given code and the default Locale.
getMessage(String, Locale) - Method in class org.springframework.context.support.MessageSourceAccessor
Retrieve the message for the given code and the given Locale.
getMessage(String, Object[]) - Method in class org.springframework.context.support.MessageSourceAccessor
Retrieve the message for the given code and the default Locale.
getMessage(String, Object[], Locale) - Method in class org.springframework.context.support.MessageSourceAccessor
Retrieve the message for the given code and the given Locale.
getMessage(MessageSourceResolvable) - Method in class org.springframework.context.support.MessageSourceAccessor
Retrieve the given MessageSourceResolvable (e.g. an ObjectError instance) in the default Locale.
getMessage(MessageSourceResolvable, Locale) - Method in class org.springframework.context.support.MessageSourceAccessor
Retrieve the given MessageSourceResolvable (e.g. an ObjectError instance) in the given Locale.
getMessage() - Method in exception org.springframework.core.NestedCheckedException
Return the detail message, including the message from the nested exception if there is one.
getMessage() - Method in exception org.springframework.core.NestedRuntimeException
Return the detail message, including the message from the nested exception if there is one.
getMessage() - Method in exception org.springframework.jms.JmsException
Return the detail message, including the message from the linked exception if there is one.
getMessage() - Method in exception org.springframework.mail.MailSendException
 
getMessage() - Method in exception 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, List, String) - Method in class org.springframework.web.servlet.support.RequestContext
Retrieve the message for the given code, using the defaultHtmlEscape setting.
getMessage(String, Object[], String, boolean) - Method in class org.springframework.web.servlet.support.RequestContext
Retrieve the message for the given code.
getMessage(String) - Method in class org.springframework.web.servlet.support.RequestContext
Retrieve the message for the given code, using the defaultHtmlEscape setting.
getMessage(String, Object[]) - Method in class org.springframework.web.servlet.support.RequestContext
Retrieve the message for the given code, using the defaultHtmlEscape setting.
getMessage(String, List) - Method in class org.springframework.web.servlet.support.RequestContext
Retrieve the message for the given code, using the defaultHtmlEscape setting.
getMessage(String, Object[], boolean) - Method in class org.springframework.web.servlet.support.RequestContext
Retrieve the message for the given code.
getMessage(MessageSourceResolvable) - Method in class org.springframework.web.servlet.support.RequestContext
Retrieve the given MessageSourceResolvable (e.g. an ObjectError instance), using the defaultHtmlEscape setting.
getMessage(MessageSourceResolvable, boolean) - Method in class org.springframework.web.servlet.support.RequestContext
Retrieve the given MessageSourceResolvable (e.g. an ObjectError instance).
getMessageCodesResolver() - Method in exception org.springframework.validation.BindException
Return the strategy to use for resolving errors into message codes.
getMessageCodesResolver() - Method in class org.springframework.web.servlet.mvc.BaseCommandController
Return the strategy to use for resolving errors into message codes.
getMessageConverter() - Method in class org.springframework.jms.core.JmsTemplate
Return the message converter for this template.
getMessageDrivenContext() - Method in class org.springframework.ejb.support.AbstractMessageDrivenBean
Convenience method for subclasses to use.
getMessageFormat(String, Locale) - Method in class org.springframework.context.support.ReloadableResourceBundleMessageSource.PropertiesHolder
 
getMessageFormat(ResourceBundle, String, Locale) - Method in class org.springframework.context.support.ResourceBundleMessageSource
Return a MessageFormat for the given bundle and code, fetching already generated MessageFormats from the cache.
getMessageFromParent(String, Object[], Locale) - Method in class org.springframework.context.support.AbstractMessageSource
Try to retrieve the given message from the parent MessageSource, if any.
getMessageInternal(String, Object[], Locale) - Method in class org.springframework.context.support.AbstractMessageSource
Resolve the given code and arguments as message in the given Locale, returning null if not found.
getMessageSource() - Method in class org.springframework.ui.context.support.SimpleTheme
 
getMessageSource() - Method in interface org.springframework.ui.context.Theme
Return the specific MessageSource that resolves messages with respect to this theme.
getMessageSource() - Method in class org.springframework.web.servlet.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.
getMessageSourceAccessor() - Method in class org.springframework.web.servlet.view.tiles.ComponentControllerSupport
Return a MessageSourceAccessor for the application context used by this object, for easy message access.
getMessageSourceAccessor() - Method in class org.springframework.web.struts.ActionSupport
Return a MessageSourceAccessor for the application context used by this object, for easy message access.
getMessageSourceAccessor() - Method in class org.springframework.web.struts.DispatchActionSupport
Return a MessageSourceAccessor for the application context used by this object, for easy message access.
getMessageSourceAccessor() - Method in class org.springframework.web.struts.LookupDispatchActionSupport
Return a MessageSourceAccessor for the application context used by this object, for easy message access.
getMessageSourceAccessor() - Method in class org.springframework.web.struts.MappingDispatchActionSupport
Return a MessageSourceAccessor for the application context used by this object, for easy message access.
getMessageString(SessionLogEntry) - Method in class org.springframework.orm.toplink.support.CommonsLoggingSessionLog
Build the message String for the given log entry, including the supplemental details (session, connection) and the formatted message.
getMessageString(SessionLogEntry) - Method in class org.springframework.orm.toplink.support.CommonsLoggingSessionLog904
Build the message String for the given log entry, including the supplemental details (session, connection) and the message text.
getMetaData() - Method in class org.springframework.jca.cci.connection.DelegatingConnectionFactory
 
getMetaData() - Method in class org.springframework.jca.cci.connection.SingleConnectionFactory
 
getMetaData() - Method in class org.springframework.jdbc.support.rowset.ResultSetWrappingSqlRowSet
 
getMetaData() - Method in interface org.springframework.jdbc.support.rowset.SqlRowSet
Retrieves the meta data (number, types and properties for the columns) of this row set.
getMethod() - Method in class org.springframework.aop.framework.ReflectiveMethodInvocation
Return the method invoked on the proxied interface.
getMethod() - Method in class org.springframework.mock.web.MockHttpServletRequest
 
getMethod() - Method in class org.springframework.web.context.support.RequestHandledEvent
Return the HTTP method of the request (usually GET or POST).
getMethodCountForName(Class, String) - Static method in class org.springframework.util.ClassUtils
Return the number of methods with a given name (with any argument types), for the given class and/or its superclasses.
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.DynamicMethodMatcherPointcut
 
getMethodMatcher() - Method in class org.springframework.aop.support.StaticMethodMatcherPointcut
 
getMethodMatcher() - Method in class org.springframework.aop.support.UnionPointcut
 
getMethodMatcher() - Method in class org.springframework.aop.TruePointcut
 
getMethodName() - Method in class org.springframework.beans.factory.support.MethodOverride
Return the name of the method to be overridden.
getMethodName() - Method in class org.springframework.remoting.support.RemoteInvocation
 
getMethodNameResolver() - Method in class org.springframework.web.servlet.mvc.multiaction.MultiActionController
Get the MethodNameResolver used by this class.
getMethodOverrides() - Method in class org.springframework.beans.factory.support.AbstractBeanDefinition
Return information about methods to be overridden by the IoC container.
getMethodReplacerBeanName() - Method in class org.springframework.beans.factory.support.ReplaceOverride
Return the name of the bean implementing MethodReplacer.
getMethodSignature(Method) - Static method in class org.springframework.jmx.support.JmxUtils
Create a String[] representing the signature of a method.
getMimeMessage() - Method in class org.springframework.mail.javamail.MimeMailMessage
Return the JavaMail MimeMessage that this MimeMailMessage is based on.
getMimeMessage() - Method in class org.springframework.mail.javamail.MimeMessageHelper
Return the underlying MimeMessage object.
getMimeMessageHelper() - Method in class org.springframework.mail.javamail.MimeMailMessage
Return the MimeMessageHelper that this MimeMailMessage is based on.
getMimeMultipart() - Method in class org.springframework.mail.javamail.MimeMessageHelper
Return the underlying MIME "multipart/related" object, if any.
getMimeType(String) - Method in class org.springframework.mock.web.MockServletContext
 
getMinEvictableIdleTimeMillis() - Method in class org.springframework.aop.target.CommonsPoolTargetSource
Return the minimum time that an idle object can sit in the pool.
getMinIdle() - Method in class org.springframework.aop.target.CommonsPoolTargetSource
Return the minimum number of idle objects in the pool.
getMinorVersion() - Method in class org.springframework.mock.web.MockServletContext
 
getModel() - Method in exception 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(String, Exception) - Method in class org.springframework.web.servlet.handler.SimpleMappingExceptionResolver
Return a ModelAndView for the given view name and exception.
getModelAndView() - Method in exception org.springframework.web.servlet.ModelAndViewDefiningException
Return the ModelAndView that this exception contains for forwarding to.
getModelInternal() - Method in class org.springframework.web.servlet.ModelAndView
Return the model map.
getModelObject(String) - Method in class org.springframework.web.servlet.support.RequestContext
Retrieve the model object for the given model name, either from the model or from the request attributes.
getModuleConfig() - Method in class org.springframework.web.struts.ContextLoaderPlugIn
Return the Struts ModuleConfig that this PlugIn is associated with.
getModulePrefix() - Method in class org.springframework.web.struts.ContextLoaderPlugIn
Return the prefix of the ModuleConfig that this PlugIn is associated with.
getMostSpecificMethod(Method, Class) - Static method in class org.springframework.aop.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(ServletRequest) - 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.
getName() - Method in class org.springframework.beans.PropertyValue
Return the name of the property.
getName() - Method in class org.springframework.jdbc.core.SqlParameter
Return the name of the parameter.
getName() - Method in class org.springframework.jmx.export.metadata.ManagedOperationParameter
Return the name of the parameter in the operation signature.
getName() - Method in class org.springframework.transaction.interceptor.DelegatingTransactionAttribute
 
getName() - Method in class org.springframework.transaction.support.DefaultTransactionDefinition
 
getName() - Method in interface org.springframework.transaction.TransactionDefinition
Return the name of this transaction.
getName() - Method in class org.springframework.ui.context.support.SimpleTheme
 
getName() - Method in interface org.springframework.ui.context.Theme
Return the name of the theme.
getName() - Method in class org.springframework.web.multipart.commons.CommonsMultipartFile
 
getName() - Method in interface org.springframework.web.multipart.MultipartFile
Return the name of the parameter in the multipart form.
getName() - Method in class org.springframework.web.servlet.tags.BindErrorsTag
Return the name of the bean that this tag checks.
getNamedDispatcher(String) - Method in class org.springframework.mock.web.MockServletContext
 
getNameInNamespace() - Method in class org.springframework.mock.jndi.SimpleNamingContext
 
getNameParser(Name) - Method in class org.springframework.mock.jndi.SimpleNamingContext
 
getNameParser(String) - Method in class org.springframework.mock.jndi.SimpleNamingContext
 
getNamespace() - Method in class org.springframework.web.context.support.AbstractRefreshableWebApplicationContext
 
getNamespace() - Method in class org.springframework.web.context.support.StaticWebApplicationContext
 
getNamespace() - Method in class org.springframework.web.servlet.FrameworkServlet
Return the namespace for this servlet, falling back to default scheme if no custom namespace was set: e.g.
getNamespace() - Method in class org.springframework.web.struts.ContextLoaderPlugIn
Return the namespace for the ActionServlet, 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
Retrieve the Connection via JBoss' getUnderlyingStatement method.
getNativeCallableStatement(CallableStatement) - Method in interface org.springframework.jdbc.support.nativejdbc.NativeJdbcExtractor
Retrieve the underlying native JDBC CallableStatement for the given statement.
getNativeCallableStatement(CallableStatement) - Method in class org.springframework.jdbc.support.nativejdbc.NativeJdbcExtractorAdapter
Not able to unwrap: return passed-in CallableStatement.
getNativeConnection(Connection) - Method in interface org.springframework.jdbc.support.nativejdbc.NativeJdbcExtractor
Retrieve the underlying native JDBC Connection for the given Connection.
getNativeConnection(Connection) - Method in class org.springframework.jdbc.support.nativejdbc.NativeJdbcExtractorAdapter
Check for a ConnectionProxy chain, then delegate to doGetNativeConnection.
getNativeConnectionFromStatement(Statement) - Method in interface org.springframework.jdbc.support.nativejdbc.NativeJdbcExtractor
Retrieve the underlying native JDBC Connection for the given Statement.
getNativeConnectionFromStatement(Statement) - Method in class org.springframework.jdbc.support.nativejdbc.NativeJdbcExtractorAdapter
Retrieve the Connection via the Statement's Connection.
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
Retrieve the Connection via JBoss' getUnderlyingStatement method.
getNativePreparedStatement(PreparedStatement) - Method in interface org.springframework.jdbc.support.nativejdbc.NativeJdbcExtractor
Retrieve the underlying native JDBC PreparedStatement for the given statement.
getNativePreparedStatement(PreparedStatement) - Method in class org.springframework.jdbc.support.nativejdbc.NativeJdbcExtractorAdapter
Not able to unwrap: return passed-in PreparedStatement.
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
Retrieve the Connection via JBoss' getUnderlyingResultSet method.
getNativeResultSet(ResultSet) - Method in interface org.springframework.jdbc.support.nativejdbc.NativeJdbcExtractor
Retrieve the underlying native JDBC ResultSet for the given statement.
getNativeResultSet(ResultSet) - Method in class org.springframework.jdbc.support.nativejdbc.NativeJdbcExtractorAdapter
Not able to unwrap: return passed-in ResultSet.
getNativeStatement(Statement) - Method in class org.springframework.jdbc.support.nativejdbc.CommonsDbcpNativeJdbcExtractor
 
getNativeStatement(Statement) - Method in class org.springframework.jdbc.support.nativejdbc.JBossNativeJdbcExtractor
Retrieve the Connection via JBoss' getUnderlyingStatement method.
getNativeStatement(Statement) - Method in interface org.springframework.jdbc.support.nativejdbc.NativeJdbcExtractor
Retrieve the underlying native JDBC Statement for the given Statement.
getNativeStatement(Statement) - Method in class org.springframework.jdbc.support.nativejdbc.NativeJdbcExtractorAdapter
Not able to unwrap: return passed-in Statement.
getNestedPath() - Method in class org.springframework.beans.BeanWrapperImpl
Return the nested path of the object wrapped by this BeanWrapper.
getNestedPath() - Method in exception org.springframework.validation.BindException
 
getNestedPath() - Method in interface org.springframework.validation.Errors
Return the current nested path of this Errors object.
getNestedPath() - Method in class org.springframework.web.bind.EscapedErrors
 
getNewSession(SessionFactory) - Static method in class org.springframework.orm.hibernate.SessionFactoryUtils
Get a new Hibernate Session from the given SessionFactory.
getNewSession(SessionFactory, Interceptor) - Static method in class org.springframework.orm.hibernate.SessionFactoryUtils
Get a new Hibernate Session from the given SessionFactory.
getNewSession(SessionFactory) - Static method in class org.springframework.orm.hibernate3.SessionFactoryUtils
Get a new Hibernate Session from the given SessionFactory.
getNewSession(SessionFactory, Interceptor) - Static method in class org.springframework.orm.hibernate3.SessionFactoryUtils
Get a new Hibernate Session from the given SessionFactory.
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.
getNotificationInfo(Object, String) - Method in class org.springframework.jmx.export.assembler.AbstractMBeanInfoAssembler
Get the notification metadata for the MBean resource.
getNrOfElements() - Method in class org.springframework.beans.support.PagedListHolder
Return the total number of elements in the source list.
getObject() - Method in class org.springframework.aop.framework.ProxyFactoryBean
Return a proxy.
getObject() - Method in class org.springframework.beans.factory.config.AbstractFactoryBean
 
getObject() - Method in class org.springframework.beans.factory.config.BeanReferenceFactoryBean
 
getObject() - Method in class org.springframework.beans.factory.config.CommonsLogFactoryBean
 
getObject() - Method in class org.springframework.beans.factory.config.FieldRetrievingFactoryBean
 
getObject() - Method in class org.springframework.beans.factory.config.MethodInvokingFactoryBean
Returns the same value each time if the singleton property is set to true, otherwise returns the value returned from invoking the specified method.
getObject() - Method in class org.springframework.beans.factory.config.PropertiesFactoryBean
 
getObject() - Method in class org.springframework.beans.factory.config.PropertyPathFactoryBean
 
getObject() - Method in class org.springframework.beans.factory.config.ResourceFactoryBean
 
getObject() - Method in class org.springframework.beans.factory.config.ServiceLocatorFactoryBean
 
getObject() - Method in interface org.springframework.beans.factory.FactoryBean
Return an instance (possibly shared or independent) of the object managed by this factory.
getObject() - Method in interface org.springframework.beans.factory.ObjectFactory
Return an instance (possibly shared or independent) of the object managed by this factory.
getObject() - Method in class org.springframework.cache.ehcache.EhCacheFactoryBean
 
getObject() - Method in class org.springframework.cache.ehcache.EhCacheManagerFactoryBean
 
getObject() - Method in class org.springframework.ejb.access.LocalStatelessSessionProxyFactoryBean
 
getObject() - Method in class org.springframework.ejb.access.SimpleRemoteStatelessSessionProxyFactoryBean
 
getObject() - Method in class org.springframework.jca.support.LocalConnectionFactoryBean
 
getObject(int, Map) - Method in class org.springframework.jdbc.support.rowset.ResultSetWrappingSqlRowSet
 
getObject(int) - Method in class org.springframework.jdbc.support.rowset.ResultSetWrappingSqlRowSet
 
getObject(String, Map) - Method in class org.springframework.jdbc.support.rowset.ResultSetWrappingSqlRowSet
 
getObject(String) - Method in class org.springframework.jdbc.support.rowset.ResultSetWrappingSqlRowSet
 
getObject(int, Map) - Method in interface org.springframework.jdbc.support.rowset.SqlRowSet
Retrieves the value of the indicated column in the current row as an Object.
getObject(int) - Method in interface org.springframework.jdbc.support.rowset.SqlRowSet
Retrieves the value of the indicated column in the current row as an Object.
getObject(String, Map) - Method in interface org.springframework.jdbc.support.rowset.SqlRowSet
Retrieves the value of the indicated column in the current row as an Object.
getObject(String) - Method in interface org.springframework.jdbc.support.rowset.SqlRowSet
Retrieves the value of the indicated column in the current row as an Object.
getObject() - Method in class org.springframework.jmx.access.MBeanProxyFactoryBean
 
getObject() - Method in class org.springframework.jmx.support.ConnectorServerFactoryBean
 
getObject() - Method in class org.springframework.jmx.support.MBeanServerConnectionFactoryBean
 
getObject() - Method in class org.springframework.jmx.support.MBeanServerFactoryBean
 
getObject() - Method in class org.springframework.jmx.support.WebLogicMBeanServerFactoryBean
 
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.hibernate3.FilterDefinitionFactoryBean
 
getObject() - Method in class org.springframework.orm.hibernate3.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.orm.jdo.TransactionAwarePersistenceManagerFactoryProxy
 
getObject() - Method in class org.springframework.orm.toplink.LocalSessionFactoryBean
 
getObject() - Method in class org.springframework.orm.toplink.support.TransactionAwareSessionAdapter
 
getObject() - Method in class org.springframework.remoting.caucho.BurlapProxyFactoryBean
 
getObject() - Method in class org.springframework.remoting.caucho.HessianProxyFactoryBean
 
getObject() - Method in class org.springframework.remoting.httpinvoker.HttpInvokerProxyFactoryBean
 
getObject() - Method in class org.springframework.remoting.jaxrpc.JaxRpcPortProxyFactoryBean
 
getObject() - Method in class org.springframework.remoting.jaxrpc.LocalJaxRpcServiceFactoryBean
 
getObject() - Method in class org.springframework.remoting.rmi.JndiRmiProxyFactoryBean
 
getObject() - Method in class org.springframework.remoting.rmi.RmiProxyFactoryBean
 
getObject() - Method in class org.springframework.remoting.rmi.RmiRegistryFactoryBean
 
getObject() - Method in class org.springframework.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.WebLogicServerTransactionManagerFactoryBean
 
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
 
getObject() - Method in class org.springframework.web.context.support.ServletContextAttributeFactoryBean
 
getObject() - Method in class org.springframework.web.context.support.ServletContextFactoryBean
 
getObjectById(Object) - Method in interface org.springframework.orm.jdo.JdoOperations
Return the persistent instance with the given JDO object id, throwing an exception if not found.
getObjectById(Class, Object) - Method in interface org.springframework.orm.jdo.JdoOperations
Return the persistent instance of the given entity class with the given id value, throwing an exception if not found.
getObjectById(Object) - Method in class org.springframework.orm.jdo.JdoTemplate
 
getObjectById(Class, Object) - Method in class org.springframework.orm.jdo.JdoTemplate
 
getObjectById(Class, Object) - Method in interface org.springframework.orm.ojb.PersistenceBrokerOperations
Return the persistent instance of the given entity class with the given id value, throwing an exception if not found.
getObjectById(Class, Object) - Method in class org.springframework.orm.ojb.PersistenceBrokerTemplate
 
getObjectByQuery(Query) - Method in interface org.springframework.orm.ojb.PersistenceBrokerOperations
 
getObjectByQuery(Query) - Method in class org.springframework.orm.ojb.PersistenceBrokerTemplate
 
getObjectCount() - Method in class org.springframework.aop.target.ThreadLocalTargetSource
 
getObjectCount() - Method in interface org.springframework.aop.target.ThreadLocalTargetSourceStats
Return the number of thread-bound objects created.
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.jmx.export.metadata.ManagedResource
 
getObjectName(Object, String) - Method in class org.springframework.jmx.export.naming.IdentityNamingStrategy
Returns an instance of ObjectName based on the identity of the managed resource.
getObjectName(Object, String) - Method in class org.springframework.jmx.export.naming.KeyNamingStrategy
Attempts to retrieve the ObjectName via the given key, trying to find a mapped value in the mappings first.
getObjectName(Object, String) - Method in class org.springframework.jmx.export.naming.MetadataNamingStrategy
Reads the ObjectName from the source level metadata associated with the managed resource's Class.
getObjectName(Object, String) - Method in interface org.springframework.jmx.export.naming.ObjectNamingStrategy
Obtain an ObjectName for the supplied bean.
getObjectName() - Method in interface org.springframework.jmx.export.naming.SelfNaming
Return the ObjectName for the implementing object.
getObjectName() - Method in exception org.springframework.validation.BindException
 
getObjectName() - Method in class org.springframework.validation.DataBinder
Return the name of the bound object.
getObjectName() - Method in interface org.springframework.validation.Errors
Return the name of the bound object.
getObjectName() - Method in class org.springframework.validation.ObjectError
Return the name of the affected object.
getObjectName() - Method in class org.springframework.web.bind.EscapedErrors
 
getObjectToExport() - Method in class org.springframework.remoting.rmi.RmiServiceExporter
Determine the object to export: either the service object itself or a RmiInvocationWrapper in case of a non-RMI service object.
getObjectType() - Method in class org.springframework.aop.framework.ProxyFactoryBean
Return the type of the proxy.
getObjectType() - Method in class org.springframework.beans.factory.config.BeanReferenceFactoryBean
 
getObjectType() - Method in class org.springframework.beans.factory.config.CommonsLogFactoryBean
 
getObjectType() - Method in class org.springframework.beans.factory.config.FieldRetrievingFactoryBean
 
getObjectType() - Method in class org.springframework.beans.factory.config.ListFactoryBean
 
getObjectType() - Method in class org.springframework.beans.factory.config.MapFactoryBean
 
getObjectType() - Method in class org.springframework.beans.factory.config.MethodInvokingFactoryBean
 
getObjectType() - Method in class org.springframework.beans.factory.config.ObjectFactoryCreatingFactoryBean
 
getObjectType() - Method in class org.springframework.beans.factory.config.PropertiesFactoryBean
 
getObjectType() - Method in class org.springframework.beans.factory.config.PropertyPathFactoryBean
 
getObjectType() - Method in class org.springframework.beans.factory.config.ResourceFactoryBean
 
getObjectType() - Method in class org.springframework.beans.factory.config.ServiceLocatorFactoryBean
 
getObjectType() - Method in class org.springframework.beans.factory.config.SetFactoryBean
 
getObjectType() - Method in interface org.springframework.beans.factory.FactoryBean
Return the type of object that this FactoryBean creates, or null if not known in advance.
getObjectType() - Method in class org.springframework.cache.ehcache.EhCacheFactoryBean
 
getObjectType() - Method in class org.springframework.cache.ehcache.EhCacheManagerFactoryBean
 
getObjectType() - Method in class org.springframework.context.support.ResourceMapFactoryBean
 
getObjectType() - Method in class org.springframework.ejb.access.LocalStatelessSessionProxyFactoryBean
 
getObjectType() - Method in class org.springframework.ejb.access.SimpleRemoteStatelessSessionProxyFactoryBean
 
getObjectType() - Method in class org.springframework.jca.support.LocalConnectionFactoryBean
 
getObjectType() - Method in class org.springframework.jmx.access.MBeanProxyFactoryBean
 
getObjectType() - Method in class org.springframework.jmx.support.ConnectorServerFactoryBean
 
getObjectType() - Method in class org.springframework.jmx.support.MBeanServerConnectionFactoryBean
 
getObjectType() - Method in class org.springframework.jmx.support.MBeanServerFactoryBean
 
getObjectType() - Method in class org.springframework.jmx.support.WebLogicMBeanServerFactoryBean
 
getObjectType() - Method in class org.springframework.jndi.JndiObjectFactoryBean
 
getObjectType() - Method in class org.springframework.orm.hibernate.LocalSessionFactoryBean
 
getObjectType() - Method in class org.springframework.orm.hibernate3.FilterDefinitionFactoryBean
 
getObjectType() - Method in class org.springframework.orm.hibernate3.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.orm.jdo.TransactionAwarePersistenceManagerFactoryProxy
 
getObjectType() - Method in class org.springframework.orm.toplink.LocalSessionFactoryBean
 
getObjectType() - Method in class org.springframework.orm.toplink.support.TransactionAwareSessionAdapter
 
getObjectType() - Method in class org.springframework.remoting.caucho.BurlapProxyFactoryBean
 
getObjectType() - Method in class org.springframework.remoting.caucho.HessianProxyFactoryBean
 
getObjectType() - Method in class org.springframework.remoting.httpinvoker.HttpInvokerProxyFactoryBean
 
getObjectType() - Method in class org.springframework.remoting.jaxrpc.JaxRpcPortProxyFactoryBean
 
getObjectType() - Method in class org.springframework.remoting.jaxrpc.LocalJaxRpcServiceFactoryBean
 
getObjectType() - Method in class org.springframework.remoting.rmi.JndiRmiProxyFactoryBean
 
getObjectType() - Method in class org.springframework.remoting.rmi.RmiProxyFactoryBean
 
getObjectType() - Method in class org.springframework.remoting.rmi.RmiRegistryFactoryBean
 
getObjectType() - Method in class org.springframework.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.WebLogicServerTransactionManagerFactoryBean
 
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
 
getObjectType() - Method in class org.springframework.web.context.support.ServletContextAttributeFactoryBean
 
getObjectType() - Method in class org.springframework.web.context.support.ServletContextFactoryBean
 
getOperationDescription(Method, String) - Method in class org.springframework.jmx.export.assembler.AbstractReflectiveMBeanInfoAssembler
Get the description for a particular operation.
getOperationDescription(Method, String) - Method in class org.springframework.jmx.export.assembler.MetadataMBeanInfoAssembler
Retrieves the description for the supplied Method from the metadata.
getOperationInfo(Object, String) - Method in class org.springframework.jmx.export.assembler.AbstractMBeanInfoAssembler
Get the operation metadata for the MBean resource.
getOperationInfo(Object, String) - Method in class org.springframework.jmx.export.assembler.AbstractReflectiveMBeanInfoAssembler
Iterate through all methods on the MBean class and gives subclasses the chance to vote on their inclusion.
getOperationParameters(Method, String) - Method in class org.springframework.jmx.export.assembler.AbstractReflectiveMBeanInfoAssembler
Create parameter info for the given method.
getOperationParameters(Method, String) - Method in class org.springframework.jmx.export.assembler.MetadataMBeanInfoAssembler
Reads MBeanParameterInfo from the ManagedOperationParameter attributes attached to a method.
getOracleConnection(PreparedStatement) - Method in class org.springframework.jdbc.support.lob.OracleLobHandler.OracleLobCreator
Retrieve the underlying OracleConnection, using a NativeJdbcExtractor if set.
getOrCreateSessionAttribute(HttpSession, String, Class) - Static method in class org.springframework.web.util.WebUtils
Get the specified session attribute, creating and setting a new attribute if no existing found.
getOrder() - Method in class org.springframework.aop.framework.autoproxy.AbstractAutoProxyCreator
 
getOrder() - Method in class org.springframework.aop.support.AbstractPointcutAdvisor
 
getOrder() - Method in class org.springframework.aop.support.DefaultIntroductionAdvisor
 
getOrder() - Method in class org.springframework.aop.support.DynamicMethodMatcherPointcutAdvisor
 
getOrder() - Method in class org.springframework.aop.support.NameMatchMethodPointcutAdvisor
 
getOrder() - Method in class org.springframework.aop.support.StaticMethodMatcherPointcutAdvisor
 
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.support.TransactionSynchronizationAdapter
 
getOrder() - Method in class org.springframework.web.servlet.handler.AbstractHandlerMapping
 
getOrder() - Method in class org.springframework.web.servlet.handler.SimpleMappingExceptionResolver
 
getOrder() - Method in class org.springframework.web.servlet.view.BeanNameViewResolver
 
getOrder() - Method in class org.springframework.web.servlet.view.ResourceBundleViewResolver
 
getOrder() - Method in class org.springframework.web.servlet.view.XmlViewResolver
 
getOriginalFilename() - Method in class org.springframework.web.multipart.commons.CommonsMultipartFile
 
getOriginalFilename() - Method in interface org.springframework.web.multipart.MultipartFile
Return the original filename in the client's filesystem.
getOriginalVariableResolver() - Method in class org.springframework.web.jsf.DelegatingVariableResolver
Return the original VariableResolver that this resolver delegates to.
getOut() - Method in class org.springframework.mock.web.MockPageContext
 
getOutcomeState() - Method in exception org.springframework.transaction.HeuristicCompletionException
Return the outcome state of the transaction state, as one of the constants in this class.
getOutputRecordCreator() - Method in class org.springframework.jca.cci.core.CciTemplate
Return a RecordCreator that should be used for creating default output Records.
getOutputStream() - Method in class org.springframework.mock.web.MockHttpServletResponse
 
getOverride(Method) - Method in class org.springframework.beans.factory.support.MethodOverrides
Return the override for the given method, if any.
getOverrides() - Method in class org.springframework.beans.factory.support.MethodOverrides
Return all method overrides contained by this object.
getPaddingLength() - Method in class org.springframework.jdbc.support.incrementer.AbstractDataFieldMaxValueIncrementer
Return the padding length for String values.
getPage() - Method in class org.springframework.beans.support.PagedListHolder
Return the current page number.
getPage() - Method in class org.springframework.mock.web.MockPageContext
 
getPageAttribute() - Method in class org.springframework.web.servlet.mvc.AbstractWizardFormController
Return the name of the page attribute in the model.
getPageContext() - Method in class org.springframework.web.servlet.support.JspAwareRequestContext
Return the underlying PageContext.
getPageCount() - Method in class org.springframework.beans.support.PagedListHolder
Return the number of pages for the current source list.
getPageCount() - Method in class org.springframework.web.servlet.mvc.AbstractWizardFormController
Return the number of wizard pages.
getPageCount(HttpServletRequest, Object) - Method in class org.springframework.web.servlet.mvc.AbstractWizardFormController
Return the page count for this wizard form controller.
getPageList() - Method in class org.springframework.beans.support.PagedListHolder
Return a sub-list representing the current page.
getPages() - Method in class org.springframework.web.servlet.mvc.AbstractWizardFormController
Return the wizard pages, i.e. the view names for the pages.
getPageSessionAttributeName(HttpServletRequest) - Method in class org.springframework.web.servlet.mvc.AbstractWizardFormController
Return the name of the HttpSession attribute that holds the page object for this wizard form controller.
getPageSessionAttributeName() - Method in class org.springframework.web.servlet.mvc.AbstractWizardFormController
Return the name of the HttpSession attribute that holds the page object for this wizard form controller.
getPageSize() - Method in class org.springframework.beans.support.PagedListHolder
Return the current page size.
getParameter(String) - Method in class org.springframework.mock.web.MockHttpServletRequest
 
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.mock.web.MockHttpServletRequest
 
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.mock.web.MockHttpServletRequest
 
getParameterNames() - Method in class org.springframework.web.multipart.cos.CosMultipartHttpServletRequest
 
getParameterNames() - Method in class org.springframework.web.multipart.support.DefaultMultipartHttpServletRequest
 
getParameters() - Method in class org.springframework.orm.hibernate3.TypeDefinitionBean
Return the default parameters for the type.
getParameters(HttpServletRequest) - Method in class org.springframework.web.servlet.view.xslt.AbstractXsltView
Return a Map of parameters to be applied to the stylesheet.
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
Return a map containing all parameters with the given prefix.
getParameterTypes() - Method in class org.springframework.remoting.support.RemoteInvocation
 
getParameterValues(String) - Method in class org.springframework.mock.web.MockHttpServletRequest
 
getParameterValues(String) - Method in class org.springframework.web.multipart.cos.CosMultipartHttpServletRequest
 
getParameterValues(String) - Method in class org.springframework.web.multipart.support.DefaultMultipartHttpServletRequest
 
getParent() - Method in interface org.springframework.context.ApplicationContext
Return the parent context, or null if there is no parent, and this is the root of the context hierarchy.
getParent() - Method in class org.springframework.context.support.AbstractApplicationContext
Return the parent context, or null if there is no parent (that is, this context is the root of the context hierarchy).
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
 
getParentMessageSource() - Method in class org.springframework.context.support.DelegatingMessageSource
 
getParentName() - Method in class org.springframework.beans.factory.support.ChildBeanDefinition
Return the name of the parent definition of this bean definition.
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
 
getParticipateAttributeName() - Method in class org.springframework.orm.hibernate.support.OpenSessionInViewInterceptor
Return the name of the request attribute that identifies that a request is already filtered.
getParticipateAttributeName() - Method in class org.springframework.orm.hibernate3.support.OpenSessionInViewInterceptor
Return the name of the request attribute that identifies that a request is already filtered.
getParticipateAttributeName() - Method in class org.springframework.orm.jdo.support.OpenPersistenceManagerInViewInterceptor
Return the name of the request attribute that identifies that a request is already filtered.
getPassword() - Method in class org.springframework.jdbc.datasource.DriverManagerDataSource
Return the JDBC password to use for accessing the DriverManager.
getPassword() - Method in class org.springframework.mail.javamail.JavaMailSenderImpl
Return the password for the account at the mail host.
getPassword() - Method in class org.springframework.remoting.caucho.CauchoRemoteAccessor
 
getPassword() - Method in class org.springframework.remoting.jaxrpc.JaxRpcPortClientInterceptor
Return the password to specify on the stub or call.
getPath() - Method in class org.springframework.core.io.ClassPathResource
Return the path for this resource.
getPath() - Method in class org.springframework.core.io.FileSystemResource
Return the path for this resource.
getPath() - Method in class org.springframework.web.context.support.ServletContextResource
Return the path for this resource.
getPath() - Method in class org.springframework.web.servlet.support.BindStatus
Return the bean and property path for which values and errors will be resolved (e.g.
getPath() - Method in class org.springframework.web.servlet.tags.BindTag
Return the path that this tag applies to.
getPath() - Method in class org.springframework.web.servlet.tags.NestedPathTag
Return the path that this tag applies to.
getPathInfo() - Method in class org.springframework.mock.web.MockHttpServletRequest
 
getPathMapAttributes(Class) - Method in class org.springframework.web.servlet.handler.metadata.AbstractPathMapHandlerMapping
Use Attributes API to find PathMap attributes for the given handler class.
getPathMapAttributes(Class) - Method in class org.springframework.web.servlet.handler.metadata.CommonsPathMapHandlerMapping
Use Commons Attributes to find PathMap attributes for the given class.
getPathMatcher() - Method in class org.springframework.core.io.support.PathMatchingResourcePatternResolver
Return the PathMatcher that this resource pattern resolver uses.
getPathMatcher() - Method in class org.springframework.web.servlet.ResourceServlet
Return a PathMatcher to use for matching the "allowedResources" URL pattern.
getPathTranslated() - Method in class org.springframework.mock.web.MockHttpServletRequest
 
getPathWithinApplication(HttpServletRequest) - Method in class org.springframework.web.util.UrlPathHelper
Return the path within the web application for the given request.
getPathWithinServletMapping(HttpServletRequest) - Method in class org.springframework.web.util.UrlPathHelper
Return the path within the servlet mapping for the given request, i.e. the part of the request's URL beyond the part that called the servlet, or "" if the whole URL has been used to identify the servlet.
getPatterns() - Method in class org.springframework.aop.support.AbstractRegexpMethodPointcut
Return the regular expressions for method matching.
getPbKey() - Method in class org.springframework.orm.ojb.OjbAccessor
Return the PBKey of the PersistenceBroker configuration used.
getPbKey() - Method in class org.springframework.orm.ojb.PersistenceBrokerTransactionManager
Return the PBKey of the PersistenceBroker configuration used.
getPeriod() - Method in class org.springframework.scheduling.timer.ScheduledTimerTask
Return the period between repeated task executions.
getPersistenceBroker(PBKey, boolean) - Static method in class org.springframework.orm.ojb.OjbFactoryUtils
Get an OJB PersistenceBroker for the given PBKey.
getPersistenceBroker() - Method in class org.springframework.orm.ojb.PersistenceBrokerHolder
 
getPersistenceBroker() - Method in class org.springframework.orm.ojb.PersistenceBrokerTemplate
Get an OJB PersistenceBroker for the PBKey of this template.
getPersistenceBroker() - Method in class org.springframework.orm.ojb.PersistenceBrokerTransactionManager
Get an OJB PersistenceBroker for the PBKey of this transaction manager.
getPersistenceBroker(boolean) - Method in class org.springframework.orm.ojb.support.PersistenceBrokerDaoSupport
Get an OJB PersistenceBroker.
getPersistenceBrokerTemplate() - Method in class org.springframework.orm.ojb.support.PersistenceBrokerDaoSupport
Return the PersistenceBrokerTemplate for this DAO, pre-initialized with the JCD alias or set explicitly.
getPersistenceManager(PersistenceManagerFactory, boolean) - Static method in class org.springframework.orm.jdo.PersistenceManagerFactoryUtils
Get a JDO PersistenceManager via the given factory.
getPersistenceManager() - Method in class org.springframework.orm.jdo.PersistenceManagerHolder
 
getPersistenceManager() - Method in class org.springframework.orm.jdo.support.JdoDaoSupport
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.DefaultJdoDialect
Return the JDO PersistenceManagerFactory that should be used to create PersistenceManagers.
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.
getPersistenceManagerFactory() - Method in class org.springframework.orm.jdo.support.OpenPersistenceManagerInViewInterceptor
Return the JDO PersistenceManagerFactory that should be used to create PersistenceManagers.
getPersistenceManagerFactoryBeanName() - Method in class org.springframework.orm.jdo.support.OpenPersistenceManagerInViewFilter
Return the bean name of the PersistenceManagerFactory to fetch from Spring's root application context.
getPersistentClass() - Method in exception org.springframework.orm.ObjectOptimisticLockingFailureException
Return the persistent class of the object for which the locking failed.
getPersistentClass() - Method in exception org.springframework.orm.ObjectRetrievalFailureException
Return the persistent class of the object that was not found.
getPersistentClassName() - Method in exception org.springframework.orm.ObjectOptimisticLockingFailureException
Return the name of the persistent class of the object for which the locking failed.
getPersistentClassName() - Method in exception org.springframework.orm.ObjectRetrievalFailureException
Return the name of the persistent class of the object that was not found.
getPersistLocation() - Method in class org.springframework.jmx.export.metadata.ManagedResource
 
getPersistName() - Method in class org.springframework.jmx.export.metadata.ManagedResource
 
getPersistPeriod() - Method in class org.springframework.jmx.export.metadata.ManagedAttribute
 
getPersistPeriod() - Method in class org.springframework.jmx.export.metadata.ManagedResource
 
getPersistPolicy() - Method in class org.springframework.jmx.export.metadata.ManagedAttribute
 
getPersistPolicy() - Method in class org.springframework.jmx.export.metadata.ManagedResource
 
getPointcut() - Method in interface org.springframework.aop.PointcutAdvisor
Get the Pointcut that drives this advisor.
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
Initialize the singleton pointcut held within this advisor.
getPointcut() - Method in class org.springframework.aop.support.StaticMethodMatcherPointcutAdvisor
 
getPoolingAttribute(Class, String) - Method in class org.springframework.aop.framework.autoproxy.metadata.AttributesPoolingTargetSourceCreator
 
getPoolingAttribute(Class, String) - 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
Return an IntroductionAdvisor that providing a mixin exposing statistics about the pool maintained by this object.
getPort() - Method in class org.springframework.mail.javamail.JavaMailSenderImpl
Return the mail server port.
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.
getPortQName() - Method in class org.springframework.remoting.jaxrpc.JaxRpcPortClientInterceptor
Return the prepared QName for the port.
getPortStub() - Method in class org.springframework.remoting.jaxrpc.JaxRpcPortClientInterceptor
Return the underlying JAX-RPC port stub that this interceptor delegates to for each method invocation on the proxy.
getPrecision(int) - Method in class org.springframework.jdbc.support.rowset.ResultSetWrappingSqlRowSetMetaData
 
getPrecision(int) - Method in interface org.springframework.jdbc.support.rowset.SqlRowSetMetaData
Retrieves the precision for the indicated column.
getPrefix() - Method in class org.springframework.aop.interceptor.AbstractPerformanceMonitorInterceptor
 
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.SessionHolder
 
getPreviousFlushMode() - Method in class org.springframework.orm.hibernate3.SessionHolder
 
getPreviousIsolationLevel() - Method in class org.springframework.jdbc.datasource.JdbcTransactionObjectSupport
 
getPriority() - Method in class org.springframework.jms.core.JmsTemplate
Return the priority of a message when sending.
getProcessingTimeMillis() - Method in class org.springframework.web.context.support.RequestHandledEvent
Return the processing time of the request in milliseconds.
getPropagationBehavior() - Method in class org.springframework.transaction.interceptor.DelegatingTransactionAttribute
 
getPropagationBehavior() - Method in class org.springframework.transaction.support.DefaultTransactionDefinition
 
getPropagationBehavior() - Method in interface org.springframework.transaction.TransactionDefinition
Return the propagation behavior.
getProperties(String) - Method in class org.springframework.context.support.ReloadableResourceBundleMessageSource
Get a PropertiesHolder for the given filename, either from the cache or freshly loaded.
getProperties() - Method in class org.springframework.context.support.ReloadableResourceBundleMessageSource.PropertiesHolder
 
getProperty() - Method in class org.springframework.beans.support.MutableSortDefinition
 
getProperty() - Method in interface org.springframework.beans.support.SortDefinition
Return the name of the bean property to compare.
getProperty(String) - Method in class org.springframework.context.support.ReloadableResourceBundleMessageSource.PropertiesHolder
 
getProperty() - Method in class org.springframework.web.servlet.tags.BindTag
Retrieve the property that this tag is currently bound to, or null if bound to an object rather than a specific property.
getPropertyAccessException(String) - Method in exception org.springframework.beans.PropertyAccessExceptionsException
Return the exception for this field, or null if there isn't one.
getPropertyAccessExceptions() - Method in exception org.springframework.beans.PropertyAccessExceptionsException
Return an array of the propertyAccessExceptions stored in this object.
getPropertyChangeEvent() - Method in exception 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
 
getPropertyDescriptor(String) - Method in class org.springframework.beans.CachedIntrospectionResults
 
getPropertyDescriptorInternal(String) - Method in class org.springframework.beans.BeanWrapperImpl
Internal version of getPropertyDescriptor: Returns null if not found rather than throwing an exception.
getPropertyDescriptors(Class) - Static method in class org.springframework.beans.BeanUtils
Retrieve the JavaBeans PropertyDescriptors of a given class.
getPropertyDescriptors() - Method in interface org.springframework.beans.BeanWrapper
Get the PropertyDescriptors identified on this object (standard JavaBeans introspection).
getPropertyDescriptors() - Method in class org.springframework.beans.BeanWrapperImpl
 
getPropertyName() - Method in exception org.springframework.beans.InvalidPropertyException
Return the name of the offending property.
getPropertyType(String) - Method in interface org.springframework.beans.BeanWrapper
Determine the property type for a particular property, either checking the property descriptor or checking the value in case of an indexed or mapped element.
getPropertyType(String) - Method in class org.springframework.beans.BeanWrapperImpl
 
getPropertyValue(String) - Method in class org.springframework.beans.BeanWrapperImpl
 
getPropertyValue(BeanWrapperImpl.PropertyTokenHolder) - Method in class org.springframework.beans.BeanWrapperImpl
 
getPropertyValue(String) - Method in class org.springframework.beans.MutablePropertyValues
 
getPropertyValue(String) - Method in interface org.springframework.beans.PropertyAccessor
Get the value of a property.
getPropertyValue(String) - Method in interface org.springframework.beans.PropertyValues
Return the property value with the given name, if any.
getPropertyValues() - Method in interface org.springframework.beans.factory.config.BeanDefinition
Return the PropertyValues to be applied to a new instance of the bean, if any.
getPropertyValues() - Method in class org.springframework.beans.factory.support.AbstractBeanDefinition
Return property values for this bean, if any.
getPropertyValues() - Method in class org.springframework.beans.MutablePropertyValues
 
getPropertyValues() - Method in interface org.springframework.beans.PropertyValues
Return an array of the PropertyValue objects held in this object.
getProtocol() - Method in class org.springframework.mail.javamail.JavaMailSenderImpl
Return the mail protocol.
getProtocol() - Method in class org.springframework.mock.web.MockHttpServletRequest
 
getProxiedInterfaces() - Method in interface org.springframework.aop.framework.Advised
Return the interfaces proxied by the AOP proxy.
getProxiedInterfaces() - Method in class org.springframework.aop.framework.AdvisedSupport
 
getProxy() - Method in interface org.springframework.aop.framework.AopProxy
Create a new Proxy object for the given object.
getProxy(ClassLoader) - Method in interface org.springframework.aop.framework.AopProxy
Create a new Proxy object for the given object.
getProxy() - Method in class org.springframework.aop.framework.Cglib2AopProxy
 
getProxy(ClassLoader) - Method in class org.springframework.aop.framework.Cglib2AopProxy
 
getProxy() - Method in class org.springframework.aop.framework.JdkDynamicAopProxy
 
getProxy(ClassLoader) - Method in class org.springframework.aop.framework.JdkDynamicAopProxy
 
getProxy() - Method in class org.springframework.aop.framework.ProxyFactory
Create a new proxy according to the settings in this factory.
getProxy(Class, Interceptor) - Static method in class org.springframework.aop.framework.ProxyFactory
Create a 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.
getProxy() - Method in interface org.springframework.aop.ProxyMethodInvocation
Return the proxy that this method invocation 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.
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.
getQualifiedMethodName(Method) - Static method in class org.springframework.util.ClassUtils
Return the qualified name of the given method, consisting of fully qualified interface/class name + "." + method name.
getQueryCacheRegion() - Method in class org.springframework.orm.hibernate.HibernateTemplate
Return the name of the cache region for queries executed by this template.
getQueryCacheRegion() - Method in class org.springframework.orm.hibernate3.HibernateTemplate
Return the name of the cache region for queries executed by this template.
getQueryString() - Method in class org.springframework.mock.web.MockHttpServletRequest
 
getQueryString() - Method in exception org.springframework.orm.hibernate.HibernateQueryException
Return the HQL query string that was invalid.
getQueryString() - Method in exception org.springframework.orm.hibernate3.HibernateQueryException
Return the HQL query string that was invalid.
getQueueCount() - Method in class org.springframework.jdbc.object.BatchSqlUpdate
Return the current number of statements or statement parameters in the queue.
getRawConnection(Connection) - Static method in class org.springframework.jdbc.support.nativejdbc.C3P0NativeJdbcExtractor
This method is not meant to be used directly; it rather serves as callback method for C3P0's "rawConnectionOperation" API.
getReader() - Method in class org.springframework.mock.web.MockHttpServletRequest
 
getReader(Object, String) - Method in class org.springframework.ui.freemarker.SpringTemplateLoader
 
getRealPath(String) - Method in class org.springframework.mock.web.MockHttpServletRequest
 
getRealPath(String) - Method in class org.springframework.mock.web.MockServletContext
 
getRealPath(ServletContext, String) - Static method in class org.springframework.web.util.WebUtils
Return the real path of the given path within the web application, as provided by the servlet container.
getReceiveTimeout() - Method in class org.springframework.jms.core.JmsTemplate
Return the timeout to use for receive calls.
getRecordFactory() - Method in class org.springframework.jca.cci.connection.DelegatingConnectionFactory
 
getRecordFactory() - Method in class org.springframework.jca.cci.connection.SingleConnectionFactory
 
getRecordName() - Method in class org.springframework.jca.cci.core.support.CommAreaRecord
 
getRecordShortDescription() - Method in class org.springframework.jca.cci.core.support.CommAreaRecord
 
getRedirectedUrl() - Method in class org.springframework.mock.web.MockHttpServletResponse
 
getReference() - Method in class org.springframework.jca.cci.connection.DelegatingConnectionFactory
 
getReference() - Method in class org.springframework.jca.cci.connection.SingleConnectionFactory
 
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
 
getRegistry(String, int, RMIClientSocketFactory, RMIServerSocketFactory) - Method in class org.springframework.remoting.rmi.RmiRegistryFactoryBean
Locate or create the RMI registry.
getRegistry(int, RMIClientSocketFactory, RMIServerSocketFactory) - Method in class org.springframework.remoting.rmi.RmiRegistryFactoryBean
Locate or create the RMI registry.
getRegistry(int) - Method in class org.springframework.remoting.rmi.RmiRegistryFactoryBean
Locate or create the RMI registry.
getRegistry(String, int, RMIClientSocketFactory, RMIServerSocketFactory) - Method in class org.springframework.remoting.rmi.RmiServiceExporter
Locate or create the RMI registry for this exporter.
getRegistry(int, RMIClientSocketFactory, RMIServerSocketFactory) - Method in class org.springframework.remoting.rmi.RmiServiceExporter
Locate or create the RMI registry for this exporter.
getRegistry(int) - Method in class org.springframework.remoting.rmi.RmiServiceExporter
Locate or create the RMI registry for this exporter.
getRejectedValue() - Method in class org.springframework.validation.FieldError
Return the rejected field value.
getRemoteAddr() - Method in class org.springframework.mock.web.MockHttpServletRequest
 
getRemoteHost() - Method in class org.springframework.mock.web.MockHttpServletRequest
 
getRemoteInvocationExecutor() - Method in class org.springframework.remoting.support.RemoteInvocationBasedExporter
Return the RemoteInvocationExecutor used by this exporter.
getRemoteInvocationFactory() - Method in class org.springframework.remoting.support.RemoteInvocationBasedAccessor
Return the RemoteInvocationFactory used by this accessor.
getRemotePort() - Method in class org.springframework.mock.web.MockHttpServletRequest
 
getRemoteUser() - Method in class org.springframework.mock.web.MockHttpServletRequest
 
getReplyTo() - Method in class org.springframework.mail.SimpleMailMessage
 
getReport() - Method in class org.springframework.web.servlet.view.jasperreports.AbstractJasperReportsView
Allows sub-classes to get access to the JasperReport instance loaded by Spring.
getReportCompiler() - Method in class org.springframework.web.servlet.view.jasperreports.AbstractJasperReportsView
Return the JRCompiler instance to use for compiling ".jrxml" report files.
getReportData(Map) - Method in class org.springframework.web.servlet.view.jasperreports.AbstractJasperReportsView
Find an instance of JRDataSource in the given model map or create an appropriate JRDataSource for passed-in report data.
getReportDataTypes() - Method in class org.springframework.web.servlet.view.jasperreports.AbstractJasperReportsView
Return the value types that can be converted to a JRDataSource, in prioritized order.
getReportQueryIteratorByQuery(Query) - Method in interface org.springframework.orm.ojb.PersistenceBrokerOperations
 
getReportQueryIteratorByQuery(Query) - Method in class org.springframework.orm.ojb.PersistenceBrokerTemplate
 
getRequest() - Method in class org.springframework.mock.web.MockPageContext
 
getRequest() - Method in class org.springframework.web.servlet.support.RequestContext
Return the underlying HttpServletRequest.
getRequestContext() - Method in class org.springframework.web.servlet.tags.RequestContextAwareTag
Return the current RequestContext.
getRequestContextAttribute() - Method in class org.springframework.web.servlet.view.AbstractView
Return the name of the RequestContext attribute, if any.
getRequestDispatcher(String) - Method in class org.springframework.mock.web.MockHttpServletRequest
 
getRequestDispatcher(String) - Method in class org.springframework.mock.web.MockServletContext
 
getRequestedSessionId() - Method in class org.springframework.mock.web.MockHttpServletRequest
 
getRequestURI() - Method in class org.springframework.mock.web.MockHttpServletRequest
 
getRequestUri() - Method in class org.springframework.web.servlet.support.RequestContext
Return the request URI of the current request, i.e. the invoked URL without parameters.
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.
getRequestURL() - Method in class org.springframework.mock.web.MockHttpServletRequest
 
getRequestUrl() - Method in class org.springframework.web.context.support.RequestHandledEvent
Return the URL of the request.
getRequiredBooleanParameter(HttpServletRequest, String) - Static method in class org.springframework.web.bind.RequestUtils
Get an array of boolean parameters, throwing an exception if it isn't found or isn't a boolean.
getRequiredBooleanParameters(HttpServletRequest, String) - Static method in class org.springframework.web.bind.RequestUtils
Get an array of boolean parameters, throwing an exception if not found or one 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.
getRequiredDoubleParameters(HttpServletRequest, String) - Static method in class org.springframework.web.bind.RequestUtils
Get an array of double parameters, throwing an exception if not found or one is not a number.
getRequiredFields() - Method in class org.springframework.validation.DataBinder
Return the fields that are required for each binding process.
getRequiredFloatParameter(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.
getRequiredFloatParameters(HttpServletRequest, String) - Static method in class org.springframework.web.bind.RequestUtils
Get an array of float parameters, throwing an exception if not found or one is not 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.
getRequiredIntParameters(HttpServletRequest, String) - Static method in class org.springframework.web.bind.RequestUtils
Get an array of int parameters, throwing an exception if not found or one is not 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.
getRequiredLongParameters(HttpServletRequest, String) - Static method in class org.springframework.web.bind.RequestUtils
Get an array of long parameters, throwing an exception if not found or one is not 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.
getRequiredStringParameters(HttpServletRequest, String) - Static method in class org.springframework.web.bind.RequestUtils
Get an array of string parameters, throwing an exception if not found or one is empty.
getRequiredType() - Method in exception org.springframework.beans.factory.BeanNotOfRequiredTypeException
Return the required type for the bean.
getRequiredType() - Method in exception org.springframework.beans.TypeMismatchException
Return the required target type.
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.
getRequiredWebApplicationContext(FacesContext) - Static method in class org.springframework.web.jsf.FacesContextUtils
Find the root WebApplicationContext for this web app, which is typically loaded via ContextLoaderListener or ContextLoaderServlet.
getRequiredWebApplicationContext(ActionServlet, ModuleConfig) - Static method in class org.springframework.web.struts.DelegatingActionUtils
Fetch ContextLoaderPlugIn's WebApplicationContext from the ServletContext, containing the Struts Action beans to delegate to.
getResolvedAutowireMode() - Method in class org.springframework.beans.factory.support.AbstractBeanDefinition
Return the resolved autowire code, (resolving AUTOWIRE_AUTODETECT to AUTOWIRE_CONSTRUCTOR or AUTOWIRE_BY_TYPE).
getResource() - Method in class org.springframework.beans.factory.xml.DefaultXmlBeanDefinitionParser
Return the descriptor for the XML resource that this parser works on.
getResource(String) - Method in class org.springframework.context.support.GenericApplicationContext
This implementation delegates to this context's ResourceLoader if set, falling back to the default superclass behavior else.
getResource(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(String) - Method in class org.springframework.core.io.support.PathMatchingResourcePatternResolver
 
getResource(String) - Method in class org.springframework.mock.web.MockServletContext
 
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.
getResourceAsStream(String) - Method in class org.springframework.mock.web.MockServletContext
 
getResourceBundle(String, Locale) - Method in class org.springframework.context.support.ResourceBundleMessageSource
Return a ResourceBundle for the given basename and code, fetching already generated MessageFormats from the cache.
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.core.io.FileSystemResourceLoader
Resolve resource paths as file system paths.
getResourceByPath(String) - Method in class org.springframework.web.context.support.AbstractRefreshableWebApplicationContext
This implementation supports file paths beneath the root of the ServletContext.
getResourceByPath(String) - Method in class org.springframework.web.context.support.GenericWebApplicationContext
This implementation supports file paths beneath the root of the ServletContext.
getResourceByPath(String) - Method in class org.springframework.web.context.support.ServletContextResourceLoader
This implementation supports file paths beneath the root of the web application.
getResourceByPath(String) - Method in class org.springframework.web.context.support.StaticWebApplicationContext
This implementation supports file paths beneath the root of the ServletContext.
getResourceDescription() - Method in exception org.springframework.beans.factory.BeanCreationException
Return the description of the resource that the bean definition came from, if any.
getResourceDescription() - Method in exception org.springframework.beans.factory.BeanDefinitionStoreException
Return the description of the resource that the bean definition came from, if any.
getResourceDescription() - Method in 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
Return a description of the resource that this bean definition came from.
getResourceLoader() - Method in class org.springframework.beans.factory.support.AbstractBeanDefinitionReader
 
getResourceLoader() - Method in interface org.springframework.beans.factory.support.BeanDefinitionReader
Return the resource loader to use for resource locations.
getResourceLoader() - Method in class org.springframework.core.io.support.PathMatchingResourcePatternResolver
Return the ResourceLoader that this pattern resolver works with.
getResourceLocation(String) - Method in class org.springframework.mock.web.MockServletContext
Build a full resource location for the given path, prepending the resource base path of this MockServletContext.
getResourceMap() - Static method in class org.springframework.transaction.support.TransactionSynchronizationManager
Return all resources that are bound to the current thread.
getResourcePaths(String) - Method in class org.springframework.mock.web.MockServletContext
 
getResourcePatternResolver() - Method in class org.springframework.context.support.AbstractApplicationContext
Return the ResourcePatternResolver to use for resolving location patterns into Resource instances.
getResourcePatternResolver() - Method in class org.springframework.web.context.support.AbstractRefreshableWebApplicationContext
This implementation supports pattern matching in unexpanded WARs too.
getResourcePatternResolver() - Method in class org.springframework.web.context.support.GenericWebApplicationContext
This implementation supports pattern matching in unexpanded WARs too.
getResourcePatternResolver() - Method in class org.springframework.web.context.support.StaticWebApplicationContext
This implementation supports pattern matching in unexpanded WARs too.
getResources(String) - Method in class org.springframework.context.support.AbstractApplicationContext
 
getResources(String) - Method in class org.springframework.context.support.GenericApplicationContext
This implementation delegates to this context's ResourceLoader if it implements the ResourcePatternResolver interface, falling back to the default superclass behavior else.
getResources(String) - Method in class org.springframework.core.io.support.PathMatchingResourcePatternResolver
 
getResources(String) - Method in interface org.springframework.core.io.support.ResourcePatternResolver
Resolve the given location pattern into Resource objects.
getResourceStream(String) - Method in class org.springframework.ui.velocity.SpringResourceLoader
 
getResponse() - Method in class org.springframework.mock.web.MockPageContext
 
getResult(ResultSet, String) - Method in class org.springframework.orm.ibatis.support.AbstractLobTypeHandler
This implementation delegates to the getResult version that takes a column index.
getResult(ResultSet, int) - Method in class org.springframework.orm.ibatis.support.AbstractLobTypeHandler
This implementation delegates to getResultInternal, passing in the LobHandler of this type.
getResult(CallableStatement, int) - Method in class org.springframework.orm.ibatis.support.AbstractLobTypeHandler
This implementation always throws a SQLException: retrieving LOBs from a CallableStatement is not supported.
getResultInternal(ResultSet, int, LobHandler) - Method in class org.springframework.orm.ibatis.support.AbstractLobTypeHandler
Template method to extract a value from the given result set.
getResultInternal(ResultSet, int, LobHandler) - Method in class org.springframework.orm.ibatis.support.BlobByteArrayTypeHandler
 
getResultInternal(ResultSet, int, LobHandler) - Method in class org.springframework.orm.ibatis.support.BlobSerializableTypeHandler
 
getResultInternal(ResultSet, int, LobHandler) - Method in class org.springframework.orm.ibatis.support.ClobStringTypeHandler
 
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.RowMapperResultReader
 
getResults() - Method in class org.springframework.jdbc.object.MappingSqlQueryWithParameters.ResultReaderImpl
 
getResults() - Method in class org.springframework.jdbc.object.UpdatableSqlQuery.ResultReaderImpl
 
getResultSet() - Method in class org.springframework.jdbc.support.rowset.ResultSetWrappingSqlRowSet
Return the underlying ResultSet (usually a javax.sql.rowset.CachedRowSet).
getResultSetExtractor() - Method in class org.springframework.jdbc.core.ResultSetSupportingSqlParameter
Return the ResultSetExtractor held by this parameter, if any.
getResultSetType() - Method in class org.springframework.jdbc.object.RdbmsOperation
Return whether statements will return a specific type of ResultSet.
getResultSetValue(ResultSet, int) - Static method in class org.springframework.jdbc.support.JdbcUtils
Retrieve a JDBC column value from a ResultSet.
getRollbackRules() - Method in class org.springframework.transaction.interceptor.RuleBasedTransactionAttribute
Return the list of RollbackRuleAttribute objects.
getRootClass() - Method in class org.springframework.beans.BeanWrapperImpl
Return the class of the root object at the top of the path of this BeanWrapper.
getRootInstance() - Method in class org.springframework.beans.BeanWrapperImpl
Return the root object at the top of the path of this BeanWrapper.
getRootMimeMultipart() - Method in class org.springframework.mail.javamail.MimeMessageHelper
Return the root MIME "multipart/mixed" object, if any.
getRow() - Method in class org.springframework.jdbc.support.rowset.ResultSetWrappingSqlRowSet
 
getRow() - Method in interface org.springframework.jdbc.support.rowset.SqlRowSet
Retrieves the current row number.
getRowCallbackHandler() - Method in class org.springframework.jdbc.core.ResultSetSupportingSqlParameter
Return a new instance of the implementation of a RowCallbackHandler, usable for returned ResultSets.
getRowCount() - Method in class org.springframework.jdbc.core.RowCountCallbackHandler
Return the row count of this ResultSet Only valid after processing is complete
getRowsAffected() - Method in class org.springframework.jdbc.object.BatchSqlUpdate
Return the number of affected rows for all already executed statements.
getRowsExpected() - Method in class org.springframework.jdbc.object.SqlQuery
Get the number of rows expected.
getSavepoint() - Method in class org.springframework.transaction.support.AbstractTransactionStatus
Get the savepoint for this transaction, if any.
getSavepointManager() - Method in class org.springframework.transaction.support.AbstractTransactionStatus
Return a SavepointManager for the underlying transaction, if possible.
getSavepointManager() - Method in class org.springframework.transaction.support.DefaultTransactionStatus
This implementation exposes the SavepointManager interface of the underlying transaction object, if any.
getScale(int) - Method in class org.springframework.jdbc.support.rowset.ResultSetWrappingSqlRowSetMetaData
 
getScale(int) - Method in interface org.springframework.jdbc.support.rowset.SqlRowSetMetaData
Retrieves the scale of the indicated column.
getSchemaName(int) - Method in class org.springframework.jdbc.support.rowset.ResultSetWrappingSqlRowSetMetaData
 
getSchemaName(int) - Method in interface org.springframework.jdbc.support.rowset.SqlRowSetMetaData
Retrieves the schema name of the table that served as the source for the specified column.
getScheme() - Method in class org.springframework.mock.web.MockHttpServletRequest
 
getScope(String) - Static method in class org.springframework.web.util.TagUtils
Determines the scope for a given input String.
getSentDate() - Method in class org.springframework.mail.SimpleMailMessage
 
getSeparator() - Method in class org.springframework.orm.toplink.support.CommonsLoggingSessionLog
Return the separator between TopLink's supplemental details (session, connection) and the log message itself.
getSeparator() - Method in class org.springframework.orm.toplink.support.CommonsLoggingSessionLog904
Return the separator between TopLink's supplemental details (session, connection) and the log message itself.
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.DB2SequenceMaxValueIncrementer
 
getSequenceQuery() - Method in class org.springframework.jdbc.support.incrementer.OracleSequenceMaxValueIncrementer
 
getSequenceQuery() - Method in class org.springframework.jdbc.support.incrementer.PostgreSQLSequenceMaxValueIncrementer
 
getServerInfo() - Method in class org.springframework.mock.web.MockServletContext
 
getServerName() - Method in class org.springframework.mock.web.MockHttpServletRequest
 
getServerPort() - Method in class org.springframework.mock.web.MockHttpServletRequest
 
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.rmi.JndiRmiClientInterceptor
Return the interface of the service to access.
getServiceInterface() - Method in class org.springframework.remoting.support.RemoteAccessor
Return the interface of the service to access.
getServiceInterface() - Method in class org.springframework.remoting.support.RemoteExporter
Return the interface of the service to export.
getServiceName() - Method in class org.springframework.remoting.jaxrpc.LocalJaxRpcServiceFactory
Return the name of the service.
getServicePostProcessors() - Method in class org.springframework.remoting.jaxrpc.LocalJaxRpcServiceFactory
Return the JaxRpcServicePostProcessors to be applied to JAX-RPC Service instances created by this factory.
getServiceUrl() - Method in interface org.springframework.remoting.httpinvoker.HttpInvokerClientConfiguration
Return the HTTP URL of the target service.
getServiceUrl() - Method in class org.springframework.remoting.support.UrlBasedRemoteAccessor
Return the URL of the service that this factory should create a proxy for.
getServlet(String) - Method in class org.springframework.mock.web.MockServletContext
 
getServletConfig() - Method in class org.springframework.mock.web.MockPageContext
 
getServletContext() - Method in class org.springframework.mock.web.MockFilterConfig
 
getServletContext() - Method in class org.springframework.mock.web.MockHttpSession
 
getServletContext() - Method in class org.springframework.mock.web.MockPageContext
 
getServletContext() - Method in class org.springframework.mock.web.MockServletConfig
 
getServletContext() - Method in class org.springframework.remoting.jaxrpc.ServletEndpointSupport
Return the current ServletContext.
getServletContext() - Method in class org.springframework.web.context.support.AbstractRefreshableWebApplicationContext
 
getServletContext() - Method in class org.springframework.web.context.support.GenericWebApplicationContext
 
getServletContext() - Method in class org.springframework.web.context.support.ServletContextResource
Return the ServletContext for this resource.
getServletContext() - Method in class org.springframework.web.context.support.StaticWebApplicationContext
 
getServletContext() - Method in class org.springframework.web.context.support.WebApplicationObjectSupport
Return the current ServletContext.
getServletContext() - Method in interface org.springframework.web.context.WebApplicationContext
Return the standard Servlet API ServletContext for this application.
getServletContext() - Method in class org.springframework.web.filter.GenericFilterBean
Make the ServletContext of this filter available to subclasses.
getServletContext() - Method in class org.springframework.web.servlet.support.RequestContext
Return the underlying ServletContext.
getServletContext() - Method in class org.springframework.web.servlet.view.tiles.ComponentControllerSupport
Return the current ServletContext.
getServletContext() - Method in class org.springframework.web.struts.ActionSupport
Return the current ServletContext.
getServletContext() - Method in class org.springframework.web.struts.ContextLoaderPlugIn
Return the ServletContext that this PlugIn is associated with.
getServletContext() - Method in class org.springframework.web.struts.DispatchActionSupport
Return the current ServletContext.
getServletContext() - Method in class org.springframework.web.struts.LookupDispatchActionSupport
Return the current ServletContext.
getServletContext() - Method in class org.springframework.web.struts.MappingDispatchActionSupport
Return the current ServletContext.
getServletContextAttributeName() - Method in class org.springframework.web.servlet.FrameworkServlet
Return the ServletContext attribute name for this servlet's WebApplicationContext.
getServletContextAttributeName() - Method in class org.springframework.web.struts.ContextLoaderPlugIn
Return the ServletContext attribute name for this PlugIn's WebApplicationContext.
getServletContextName() - Method in class org.springframework.mock.web.MockServletContext
 
getServletEndpointContext() - Method in class org.springframework.remoting.jaxrpc.ServletEndpointSupport
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.mock.web.MockServletConfig
 
getServletName() - Method in class org.springframework.web.context.support.RequestHandledEvent
Return the name of the servlet that handled the request.
getServletName() - Method in class org.springframework.web.struts.ContextLoaderPlugIn
Return the name of the ActionServlet that this PlugIn is associated with.
getServletNames() - Method in class org.springframework.mock.web.MockServletContext
 
getServletPath() - Method in class org.springframework.mock.web.MockHttpServletRequest
 
getServletPath(HttpServletRequest) - Method in class org.springframework.web.util.UrlPathHelper
Return the servlet path for the given request, regarding an include request URL if called within a RequestDispatcher include.
getServlets() - Method in class org.springframework.mock.web.MockServletContext
 
getSession() - Method in class org.springframework.jms.connection.ConnectionHolder
 
getSession() - Method in class org.springframework.mail.javamail.JavaMailSenderImpl
Return the JavaMail Session.
getSession(boolean) - Method in class org.springframework.mock.web.MockHttpServletRequest
 
getSession() - Method in class org.springframework.mock.web.MockHttpServletRequest
 
getSession() - Method in class org.springframework.mock.web.MockPageContext
 
getSession() - Method in class org.springframework.orm.hibernate.HibernateInterceptor
Return a Session for use by this interceptor.
getSession() - Method in class org.springframework.orm.hibernate.HibernateTemplate
Return a Session for use by this template.
getSession(SessionFactory, boolean) - Static method in class org.springframework.orm.hibernate.SessionFactoryUtils
Get a Hibernate Session for the given SessionFactory.
getSession(SessionFactory, Interceptor, SQLExceptionTranslator) - Static method in class org.springframework.orm.hibernate.SessionFactoryUtils
Get a Hibernate Session for the given SessionFactory.
getSession() - Method in class org.springframework.orm.hibernate.SessionHolder
 
getSession(Object) - 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.
getSession() - Method in class org.springframework.orm.hibernate3.HibernateInterceptor
Return a Session for use by this interceptor.
getSession() - Method in class org.springframework.orm.hibernate3.HibernateTemplate
Return a Session for use by this template.
getSession(SessionFactory, boolean) - Static method in class org.springframework.orm.hibernate3.SessionFactoryUtils
Get a Hibernate Session for the given SessionFactory.
getSession(SessionFactory, Interceptor, SQLExceptionTranslator) - Static method in class org.springframework.orm.hibernate3.SessionFactoryUtils
Get a Hibernate Session for the given SessionFactory.
getSession() - Method in class org.springframework.orm.hibernate3.SessionHolder
 
getSession(Object) - Method in class org.springframework.orm.hibernate3.SessionHolder
 
getSession() - Method in class org.springframework.orm.hibernate3.support.HibernateDaoSupport
Get a Hibernate Session, either from the current transaction or a new one.
getSession(boolean) - Method in class org.springframework.orm.hibernate3.support.HibernateDaoSupport
Get a Hibernate Session, either from the current transaction or a new one.
getSession(SessionFactory) - Method in class org.springframework.orm.hibernate3.support.OpenSessionInViewFilter
Get a Session for the SessionFactory that this filter uses.
getSession(SessionFactory, boolean) - Static method in class org.springframework.orm.toplink.SessionFactoryUtils
Get a TopLink Session for the given SessionFactory.
getSession() - Method in class org.springframework.orm.toplink.SessionHolder
 
getSession() - Method in class org.springframework.orm.toplink.support.TopLinkDaoSupport
Get a TopLink Session, either from the current transaction or a new one.
getSession(boolean) - Method in class org.springframework.orm.toplink.support.TopLinkDaoSupport
Get a TopLink Session, either from the current transaction or a new one.
getSessionAcknowledgeMode() - Method in class org.springframework.jms.support.JmsAccessor
Return the acknowledgement mode for JMS sessions.
getSessionAttribute(HttpServletRequest, String) - Static method in class org.springframework.web.util.WebUtils
Check the given request for a session attribute of the given name.
getSessionBeanInstance() - Method in class org.springframework.ejb.access.LocalSlsbInvokerInterceptor
Return an EJB instance to delegate the call to.
getSessionBeanInstance() - Method in class org.springframework.ejb.access.SimpleRemoteSlsbInvokerInterceptor
Return an EJB instance to delegate the call to.
getSessionContext() - Method in class org.springframework.ejb.support.AbstractSessionBean
Convenience method for subclasses.
getSessionContext() - Method in interface org.springframework.ejb.support.SmartSessionBean
Return the SessionContext that was passed to the Session Bean by the EJB container.
getSessionContext() - Method in class org.springframework.mock.web.MockHttpSession
 
getSessionFactory() - Method in class org.springframework.orm.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.
getSessionFactory() - Method in class org.springframework.orm.hibernate3.HibernateAccessor
Return the Hibernate SessionFactory that should be used to create Hibernate Sessions.
getSessionFactory() - Method in class org.springframework.orm.hibernate3.HibernateTransactionManager
Return the SessionFactory that this instance should manage transactions for.
getSessionFactory() - Method in class org.springframework.orm.hibernate3.support.HibernateDaoSupport
Return the Hibernate SessionFactory used by this DAO.
getSessionFactory() - Method in class org.springframework.orm.toplink.support.TopLinkDaoSupport
Return the TopLink SessionFactory used by this DAO.
getSessionFactory() - Method in class org.springframework.orm.toplink.TopLinkAccessor
Return the TopLink SessionFactory that should be used to create TopLink Sessions.
getSessionFactory() - Method in class org.springframework.orm.toplink.TopLinkTransactionManager
Return the SessionFactory that this instance should manage transactions for.
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.
getSessionFactoryBeanName() - Method in class org.springframework.orm.hibernate3.support.OpenSessionInViewFilter
Return the bean name of the SessionFactory to fetch from Spring's root application context.
getSessionId() - Method in class org.springframework.web.context.support.RequestHandledEvent
Return the id of the HTTP session, if any.
getSessionId(HttpServletRequest) - Static method in class org.springframework.web.util.WebUtils
Determine the session id of the given request, if any.
getSessionName(Session) - Method in class org.springframework.orm.toplink.support.CommonsLoggingSessionLog904
Return the name to be used for the given Session ("UnitOfWork"/"ServerSession"/"ClientSession"/etc).
getShort(int) - Method in class org.springframework.jdbc.support.rowset.ResultSetWrappingSqlRowSet
 
getShort(String) - Method in class org.springframework.jdbc.support.rowset.ResultSetWrappingSqlRowSet
 
getShort(int) - Method in interface org.springframework.jdbc.support.rowset.SqlRowSet
Retrieves the value of the indicated column in the current row as a short.
getShort(String) - Method in interface org.springframework.jdbc.support.rowset.SqlRowSet
Retrieves the value of the indicated column in the current row as a short.
getShortCode() - Method in class org.springframework.core.enums.ShortCodedLabeledEnum
Return the short code of this LabeledEnum instance.
getShortName(Class) - Static method in class org.springframework.util.ClassUtils
Get the class name without the qualified package name.
getShortName(String) - Static method in class org.springframework.util.ClassUtils
Get the class name without the qualified package name.
getShortNameAsProperty(Class) - Static method in class org.springframework.util.ClassUtils
Return the uncaptilized short string name of a Java class.
getSingletonCount() - Method in class org.springframework.beans.factory.support.AbstractBeanFactory
Return the number of beans in the singleton cache.
getSingletonNames() - Method in class org.springframework.beans.factory.support.AbstractBeanFactory
Return the names of beans in the singleton cache.
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 class org.springframework.web.multipart.commons.CommonsMultipartFile
 
getSize() - Method in interface org.springframework.web.multipart.MultipartFile
Return the size of the file in bytes.
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.
getSourceStream() - Method in class org.springframework.mock.web.DelegatingServletInputStream
 
getSql() - Method in exception org.springframework.jdbc.BadSqlGrammarException
Return the SQL that caused the problem.
getSql() - Method in interface org.springframework.jdbc.core.SqlProvider
Return the SQL string for this object, i.e.
getSql() - Method in exception org.springframework.jdbc.InvalidResultSetAccessException
Return the SQL that caused the problem.
getSql() - Method in class org.springframework.jdbc.object.RdbmsOperation
Subclasses can override this to supply dynamic SQL if they wish, but SQL is normally set by calling the setSql() method or in a subclass constructor.
getSql() - Method in exception org.springframework.jdbc.UncategorizedSQLException
Return the SQL that led to the problem.
getSqlErrorCodes() - Method in class org.springframework.jdbc.support.SQLErrorCodeSQLExceptionTranslator
Return the error codes used by this translator.
getSQLException() - Method in exception org.springframework.jdbc.BadSqlGrammarException
Return the wrapped SQLException.
getSQLException() - Method in exception org.springframework.jdbc.InvalidResultSetAccessException
Return the wrapped SQLException.
getSQLException() - Method in exception org.springframework.jdbc.UncategorizedSQLException
Return the underlying SQLException.
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 SqlMapClient that this template works with.
getSqlMapClientTemplate() - Method in class org.springframework.orm.ibatis.support.SqlMapClientDaoSupport
Return the SqlMapClientTemplate for this DAO, pre-initialized with the SqlMapClient or set explicitly.
getSqlMapTemplate() - Method in class org.springframework.orm.ibatis.support.SqlMapDaoSupport
Return the SqlMapTemplate for this DAO, pre-initialized with the SqlMap or set explicitly.
getSqlReturnType() - Method in class org.springframework.jdbc.core.SqlOutParameter
Return the custom return type, if any.
getSqlType() - Method in class org.springframework.jdbc.core.SqlParameter
Return the SQL type of the parameter.
getStartupDate() - Method in interface org.springframework.context.ApplicationContext
Return the timestamp when this context was first loaded.
getStartupDate() - Method in class org.springframework.context.support.AbstractApplicationContext
Return the timestamp (ms) when this context was first loaded.
getStateString(int) - Static method in exception org.springframework.transaction.HeuristicCompletionException
 
getStaticAttributes() - Method in class org.springframework.web.servlet.view.AbstractView
Return the static attributes for this view.
getStaticMessageSource() - Method in class org.springframework.context.support.StaticApplicationContext
Return the internal StaticMessageSource used by this context.
getStaticMethod(Class, String, Class[]) - Static method in class org.springframework.util.ClassUtils
Return a static method of a class.
getStaticPart() - Method in class org.springframework.aop.framework.ReflectiveMethodInvocation
 
getStatsMixin() - Method in class org.springframework.aop.target.ThreadLocalTargetSource
Return an introduction advisor mixin that allows the AOP proxy to be cast to ThreadLocalInvokerStats.
getStatus() - Method in class org.springframework.mock.web.MockHttpServletResponse
 
getStatus() - Method in class org.springframework.transaction.jta.UserTransactionAdapter
 
getStorageDescription() - Method in class org.springframework.web.multipart.commons.CommonsMultipartFile
Return a description for the storage location of the multipart content.
getString(int) - Method in class org.springframework.jdbc.support.rowset.ResultSetWrappingSqlRowSet
 
getString(String) - Method in class org.springframework.jdbc.support.rowset.ResultSetWrappingSqlRowSet
 
getString(int) - Method in interface org.springframework.jdbc.support.rowset.SqlRowSet
Retrieves the value of the indicated column in the current row as a String.
getString(String) - Method in interface org.springframework.jdbc.support.rowset.SqlRowSet
Retrieves the value of the indicated column in the current row as a String.
getStringCode() - Method in class org.springframework.core.enums.StringCodedLabeledEnum
Return the String code of this LabeledEnum instance.
getStringParameter(HttpServletRequest, String) - Static method in class org.springframework.web.bind.RequestUtils
Get a String parameter, or null if not present.
getStringParameter(HttpServletRequest, String, String) - Static method in class org.springframework.web.bind.RequestUtils
Get a string parameter, with a fallback value.
getStringParameters(HttpServletRequest, String) - Static method in class org.springframework.web.bind.RequestUtils
Get an array of String parameters, return an empty array if not found.
getStub() - Method in class org.springframework.remoting.rmi.JndiRmiClientInterceptor
Return the RMI stub to use.
getStub() - Method in class org.springframework.remoting.rmi.RmiClientInterceptor
Return the RMI stub to use.
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.
getSuffix() - Method in class org.springframework.aop.interceptor.AbstractPerformanceMonitorInterceptor
 
getSupportedMethods() - Method in class org.springframework.web.servlet.support.WebContentGenerator
Return the HTTP methods that this content generator supports.
getSupportedReferenceCount() - Method in class org.springframework.web.util.HtmlCharacterEntityReferences
Return the number of supported entity references.
getSuspendedResources() - Method in class org.springframework.transaction.support.DefaultTransactionStatus
Return the holder for resources that have been suspended for this transaction, if any.
getSynchronizations() - Static method in class org.springframework.transaction.support.TransactionSynchronizationManager
Return an unmodifiable snapshot list of all registered synchronizations for the current thread.
getTableName(int) - Method in class org.springframework.jdbc.support.rowset.ResultSetWrappingSqlRowSetMetaData
 
getTableName(int) - Method in interface org.springframework.jdbc.support.rowset.SqlRowSetMetaData
Retrieves the name of the table that served as the source for the specified column.
getTarget() - Method in class org.springframework.aop.target.AbstractPoolingTargetSource
Acquire an object from the pool.
getTarget() - Method in class org.springframework.aop.target.CommonsPoolTargetSource
Borrow an object from the ObjectPool.
getTarget() - Method in class org.springframework.aop.target.EmptyTargetSource
 
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.LazyInitTargetSource
 
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 interface org.springframework.aop.TargetSource
Return a target instance.
getTarget() - Method in class org.springframework.jndi.JndiObjectTargetSource
 
getTarget() - Method in exception 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.AbstractBeanFactoryBasedTargetSource
Return the name of the target bean in the factory.
getTargetBeanName() - Method in class org.springframework.web.filter.DelegatingFilterProxy
Return the name of the target bean in the Spring application context.
getTargetClass(Object) - Static method in class org.springframework.aop.framework.AopProxyUtils
Return the target class of the given bean instance.
getTargetClass() - Method in class org.springframework.aop.target.AbstractBeanFactoryBasedTargetSource
 
getTargetClass() - Method in class org.springframework.aop.target.EmptyTargetSource
 
getTargetClass() - Method in class org.springframework.aop.target.HotSwappableTargetSource
 
getTargetClass() - Method in class org.springframework.aop.target.SingletonTargetSource
 
getTargetClass() - Method in interface org.springframework.aop.TargetSource
Return the type of targets returned by this TargetSource.
getTargetClass() - Method in class org.springframework.beans.factory.config.FieldRetrievingFactoryBean
Return the target class on which the field is defined.
getTargetClass(Object) - Method in class org.springframework.jmx.export.assembler.AbstractMBeanInfoAssembler
Return the actual bean class of the given bean instance.
getTargetClass() - Method in class org.springframework.jndi.JndiObjectTargetSource
 
getTargetClass() - Method in class org.springframework.util.MethodInvoker
Return the target class on which to call the target method.
getTargetConnection() - Method in interface org.springframework.jdbc.datasource.ConnectionProxy
Return the target connection of this proxy.
getTargetConnection(Connection) - Static method in class org.springframework.jdbc.datasource.DataSourceUtils
Return the innermost target Connection of the given Connection.
getTargetConnectionFactory() - Method in class org.springframework.jca.cci.connection.DelegatingConnectionFactory
Return the target ConnectionFactory that this ConnectionFactory should delegate to.
getTargetConnectionFactory() - Method in class org.springframework.jms.connection.SingleConnectionFactory
Return the target ConnectionFactory which will be used to lazily create a single Connection, if any.
getTargetDataSource() - Method in class org.springframework.jdbc.datasource.DelegatingDataSource
Return the target DataSource that this DataSource should delegate to.
getTargetField() - Method in class org.springframework.beans.factory.config.FieldRetrievingFactoryBean
Return the name of the field to be retrieved.
getTargetMethod() - Method in class org.springframework.util.MethodInvoker
Return the name of the method to be invoked.
getTargetObject() - Method in class org.springframework.beans.factory.config.FieldRetrievingFactoryBean
Return the target object on which the field is defined.
getTargetObject() - Method in class org.springframework.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.
getTargetPersistenceManagerFactory() - Method in class org.springframework.orm.jdo.TransactionAwarePersistenceManagerFactoryProxy
Return the target JDO PersistenceManagerFactory that this proxy delegates to.
getTargetSource() - Method in interface org.springframework.aop.framework.Advised
Return the TargetSource used by this Advised object.
getTargetSource() - Method in class org.springframework.aop.framework.AdvisedSupport
 
getTargetSource(Class, String) - Method in class org.springframework.aop.framework.autoproxy.target.AbstractBeanFactoryBasedTargetSourceCreator
 
getTargetSource(Class, String) - Method in interface org.springframework.aop.framework.autoproxy.TargetSourceCreator
Create a special TargetSource for the given bean, if any.
getTargetType() - Method in class org.springframework.beans.factory.config.TypedStringValue
Return the type to convert to.
getTaskCount() - Method in class org.springframework.util.StopWatch
Return the number of tasks timed.
getTaskInfo() - Method in class org.springframework.util.StopWatch
Return an array of the data for tasks performed.
getTaskName() - Method in class org.springframework.util.StopWatch.TaskInfo
Return the name of this task.
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() - Method in class org.springframework.web.servlet.view.tiles.ComponentControllerSupport
Return the temporary directory for the current web application, as provided by the servlet container.
getTempDir() - Method in class org.springframework.web.struts.ActionSupport
Return the temporary directory for the current web application, as provided by the servlet container.
getTempDir() - Method in class org.springframework.web.struts.DispatchActionSupport
Return the temporary directory for the current web application, as provided by the servlet container.
getTempDir() - Method in class org.springframework.web.struts.LookupDispatchActionSupport
Return the temporary directory for the current web application, as provided by the servlet container.
getTempDir() - Method in class org.springframework.web.struts.MappingDispatchActionSupport
Return the temporary directory for the current web application, as provided by the servlet container.
getTempDir(ServletContext) - Static method in class org.springframework.web.util.WebUtils
Return the temporary directory for the current web application, as provided by the servlet container.
getTemplate(Locale) - Method in class org.springframework.web.servlet.view.freemarker.FreeMarkerView
Retrieve the FreeMarker template for the given locale, to be rendering by this view.
getTemplate(String, Locale) - Method in class org.springframework.web.servlet.view.freemarker.FreeMarkerView
Retrieve the FreeMarker template specified by the given name, using the encoding specified by the "encoding" bean property.
getTemplate() - Method in class org.springframework.web.servlet.view.velocity.VelocityView
Retrieve the Velocity template to be rendered by this view.
getTemplate(String) - Method in class org.springframework.web.servlet.view.velocity.VelocityView
Retrieve the Velocity template specified by the given name, using the encoding specified by the "encoding" bean property.
getTemplateSource(String, HttpServletRequest) - Method in class org.springframework.web.servlet.view.document.AbstractExcelView
Creates the workbook from an existing XLS document.
GETTERS - Static variable in class org.springframework.aop.support.Pointcuts
Pointcut matching all getters, in any class
getText() - Method in class org.springframework.mail.SimpleMailMessage
 
getTextValue(Element) - Static method in class org.springframework.util.xml.DomUtils
Extract the text value from the given DOM element, ignoring XML comments.
getTheme(String) - Method in class org.springframework.ui.context.support.ResourceBundleThemeSource
 
getTheme(String) - Method in interface org.springframework.ui.context.ThemeSource
Return the Theme instance for the given theme name.
getTheme(String) - Method in class org.springframework.web.context.support.AbstractRefreshableWebApplicationContext
 
getTheme(String) - Method in class org.springframework.web.context.support.GenericWebApplicationContext
 
getTheme(String) - Method in class org.springframework.web.context.support.StaticWebApplicationContext
 
getTheme() - Method in class org.springframework.web.servlet.support.RequestContext
Return the current theme.
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.
getThemeMessage(String, String) - Method in class org.springframework.web.servlet.support.RequestContext
Retrieve the theme message for the given code.
getThemeMessage(String, Object[], String) - Method in class org.springframework.web.servlet.support.RequestContext
Retrieve the theme message for the given code.
getThemeMessage(String, List, String) - Method in class org.springframework.web.servlet.support.RequestContext
Retrieve the theme message for the given code.
getThemeMessage(String) - Method in class org.springframework.web.servlet.support.RequestContext
Retrieve the theme message for the given code.
getThemeMessage(String, Object[]) - Method in class org.springframework.web.servlet.support.RequestContext
Retrieve the theme message for the given code.
getThemeMessage(String, List) - Method in class org.springframework.web.servlet.support.RequestContext
Retrieve the theme message for the given code.
getThemeMessage(MessageSourceResolvable) - Method in class org.springframework.web.servlet.support.RequestContext
Retrieve the given MessageSourceResolvable in the current theme.
getThemeResolver(HttpServletRequest) - Static method in class org.springframework.web.servlet.support.RequestContextUtils
Return the ThemeResolver that has been bound to the request by the DispatcherServlet.
getThis() - Method in class org.springframework.aop.framework.ReflectiveMethodInvocation
 
getTime(int, Calendar) - Method in class org.springframework.jdbc.support.rowset.ResultSetWrappingSqlRowSet
 
getTime(int) - Method in class org.springframework.jdbc.support.rowset.ResultSetWrappingSqlRowSet
 
getTime(String, Calendar) - Method in class org.springframework.jdbc.support.rowset.ResultSetWrappingSqlRowSet
 
getTime(String) - Method in class org.springframework.jdbc.support.rowset.ResultSetWrappingSqlRowSet
 
getTime(int, Calendar) - Method in interface org.springframework.jdbc.support.rowset.SqlRowSet
Retrieves the value of the indicated column in the current row as a Time object.
getTime(int) - Method in interface org.springframework.jdbc.support.rowset.SqlRowSet
Retrieves the value of the indicated column in the current row as a Time object.
getTime(String, Calendar) - Method in interface org.springframework.jdbc.support.rowset.SqlRowSet
Retrieves the value of the indicated column in the current row as a Time object.
getTime(String) - Method in interface org.springframework.jdbc.support.rowset.SqlRowSet
Retrieves the value of the indicated column in the current row as a Time object.
getTimeBetweenEvictionRunsMillis() - Method in class org.springframework.aop.target.CommonsPoolTargetSource
Return the time between eviction runs that check idle objects.
getTimeMillis() - Method in class org.springframework.util.StopWatch.TaskInfo
Return the time in milliseconds this task took.
getTimeout() - Method in class org.springframework.transaction.interceptor.DelegatingTransactionAttribute
 
getTimeout() - Method in exception org.springframework.transaction.InvalidTimeoutException
 
getTimeout() - Method in class org.springframework.transaction.support.DefaultTransactionDefinition
 
getTimeout() - Method in interface org.springframework.transaction.TransactionDefinition
Return the transaction timeout.
getTimerTask() - Method in class org.springframework.scheduling.timer.ScheduledTimerTask
Return the TimerTask to schedule.
getTimeSeconds() - Method in class org.springframework.util.StopWatch.TaskInfo
Return the time in seconds this task took.
getTimestamp() - Method in class org.springframework.context.ApplicationEvent
Return the system time in milliseconds when the event happened.
getTimestamp(int, Calendar) - Method in class org.springframework.jdbc.support.rowset.ResultSetWrappingSqlRowSet
 
getTimestamp(int) - Method in class org.springframework.jdbc.support.rowset.ResultSetWrappingSqlRowSet
 
getTimestamp(String, Calendar) - Method in class org.springframework.jdbc.support.rowset.ResultSetWrappingSqlRowSet
 
getTimestamp(String) - Method in class org.springframework.jdbc.support.rowset.ResultSetWrappingSqlRowSet
 
getTimestamp(int, Calendar) - Method in interface org.springframework.jdbc.support.rowset.SqlRowSet
Retrieves the value of the indicated column in the current row as a Timestamp object.
getTimestamp(int) - Method in interface org.springframework.jdbc.support.rowset.SqlRowSet
Retrieves the value of the indicated column in the current row as a Timestamp object.
getTimestamp(String, Calendar) - Method in interface org.springframework.jdbc.support.rowset.SqlRowSet
Retrieves the value of the indicated column in the current row as a Timestamp object.
getTimestamp(String) - Method in interface org.springframework.jdbc.support.rowset.SqlRowSet
Retrieves the value of the indicated column in the current row as a Timestamp object.
getTimeToLive() - Method in class org.springframework.jms.core.JmsTemplate
Return the time-to-live of the message when sending.
getTimeToLiveInMillis() - Method in class org.springframework.transaction.support.ResourceHolderSupport
Return the time to live for this object in milliseconds.
getTimeToLiveInSeconds() - Method in class org.springframework.transaction.support.ResourceHolderSupport
Return the time to live for this object in seconds.
getTo() - Method in class org.springframework.mail.SimpleMailMessage
 
getToolboxConfigLocation() - Method in class org.springframework.web.servlet.view.velocity.VelocityToolboxView
Return the Velocity Toolbox config location, if any.
getTopLinkTemplate() - Method in class org.springframework.orm.toplink.support.TopLinkDaoSupport
Return the TopLinkTemplate for this DAO, pre-initialized with the SessionFactory or set explicitly.
getTotalTimeMillis() - Method in class org.springframework.util.StopWatch
Return the total time in milliseconds for all tasks.
getTotalTimeSeconds() - Method in class org.springframework.util.StopWatch
Return the total time in seconds for all tasks.
getTransaction() - Method in class org.springframework.orm.hibernate.SessionHolder
 
getTransaction() - Method in class org.springframework.orm.hibernate3.SessionHolder
 
getTransaction(TransactionDefinition) - Method in interface org.springframework.transaction.PlatformTransactionManager
Return a currently active transaction or create a new one, according to the specified propagation behavior.
getTransaction(TransactionDefinition) - Method in class org.springframework.transaction.support.AbstractPlatformTransactionManager
This implementation handles propagation behavior.
getTransaction() - Method in class org.springframework.transaction.support.DefaultTransactionStatus
Return the underlying transaction object.
getTransactionAttribute(Method, Class) - Method in class org.springframework.transaction.interceptor.AbstractFallbackTransactionAttributeSource
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 in class org.springframework.transaction.interceptor.TransactionAspectSupport.TransactionInfo
 
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.TransactionAspectSupport
Return the transaction attribute source.
getTransactionAwareConnectionProxy(Connection, ConnectionFactory) - Method in class org.springframework.jca.cci.connection.TransactionAwareConnectionFactoryProxy
Wrap the given Connection with a proxy that delegates every method call to it but delegates close calls to ConnectionFactoryUtils.
getTransactionAwareConnectionProxy(Connection, DataSource) - Method in class org.springframework.jdbc.datasource.TransactionAwareDataSourceProxy
Wrap the given Connection with a proxy that delegates every method call to it but delegates close calls to DataSourceUtils.
getTransactionAwareSessionFactoryProxy(SessionFactory) - Method in class org.springframework.orm.hibernate3.LocalSessionFactoryBean
Wrap the given SessionFactory with a proxy that delegates every method call to it but delegates getCurrentSession calls to SessionFactoryUtils, for participating in Spring-managed transactions.
getTransactionManager(Properties) - Method in class org.springframework.orm.hibernate.LocalTransactionManagerLookup
 
getTransactionManager(Properties) - Method in class org.springframework.orm.hibernate3.LocalTransactionManagerLookup
 
getTransactionManager() - Method in class org.springframework.transaction.interceptor.TransactionAspectSupport
Return the transaction manager.
getTransactionManager() - Method in class org.springframework.transaction.jta.JtaTransactionManager
Return the JTA TransactionManager that this transaction manager uses.
getTransactionManager() - Method in class org.springframework.transaction.jta.UserTransactionAdapter
Return the JTA TransactionManager that this adapter delegates to.
getTransactionManager() - Method in class org.springframework.transaction.support.TransactionTemplate
Return the transaction management strategy to be used.
getTransactionStatus() - Method in class org.springframework.transaction.interceptor.TransactionAspectSupport.TransactionInfo
 
getTransactionSynchronization() - Method in class org.springframework.transaction.support.AbstractPlatformTransactionManager
Return if this transaction manager should activate the thread-bound transaction synchronization support.
getTransport(Session) - Method in class org.springframework.mail.javamail.JavaMailSenderImpl
Get a Transport object for the given JavaMail Session.
getType(String) - Method in interface org.springframework.beans.factory.BeanFactory
Determine the type of the bean with the given name.
getType() - Method in class org.springframework.beans.factory.config.ConstructorArgumentValues.ValueHolder
Return the type of the constructor argument.
getType(String) - Method in class org.springframework.beans.factory.support.AbstractBeanFactory
 
getType(String) - Method in class org.springframework.beans.factory.support.StaticListableBeanFactory
 
getType(String) - Method in class org.springframework.context.support.AbstractApplicationContext
 
getType() - Method in class org.springframework.core.enums.AbstractLabeledEnum
 
getType() - Method in interface org.springframework.core.enums.LabeledEnum
Return this enumeration's type.
getTypeClass() - Method in class org.springframework.orm.hibernate3.TypeDefinitionBean
Return the type implementation class.
getTypeDifferenceWeight(Class[], Object[]) - Static method in class org.springframework.beans.factory.support.AutowireUtils
Determine a weight that represents the class hierarchy difference between types and arguments.
getTypeForFactoryMethod(String, RootBeanDefinition) - Method in class org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory
 
getTypeForFactoryMethod(String, RootBeanDefinition) - Method in class org.springframework.beans.factory.support.AbstractBeanFactory
Determine the bean type for the given bean definition, as far as possible.
getTypeName() - Method in class org.springframework.jdbc.core.SqlParameter
Return the type name of the parameter, if any.
getTypeName() - Method in class org.springframework.orm.hibernate3.TypeDefinitionBean
Return the name of the type.
getTypeValue(CallableStatement, int, int, String) - Method in interface org.springframework.jdbc.core.SqlReturnType
Get the type value from the specific object.
getUploadTempDir() - Method in class org.springframework.web.multipart.cos.CosMultipartResolver
Return the temporary directory where uploaded files get stored.
getUptimeMillis() - Method in class org.springframework.util.ResponseTimeMonitorImpl
Return the number of milliseconds since this object was loaded.
getURL() - Method in class org.springframework.core.io.AbstractResource
This implementation throws a FileNotFoundException, assuming that the resource cannot be resolved to a URL.
getURL() - Method in class org.springframework.core.io.ClassPathResource
This implementation returns a URL for the underlying class path resource.
getURL() - Method in class org.springframework.core.io.FileSystemResource
This implementation returns a URL for the underlying file.
getURL() - Method in interface org.springframework.core.io.Resource
Return a URL handle for this resource.
getURL() - Method in class org.springframework.core.io.UrlResource
This implementation returns the underlying URL reference.
getUrl() - Method in class org.springframework.jdbc.datasource.DriverManagerDataSource
Return the JDBC URL to use for accessing the DriverManager.
getURL(String) - Static method in class org.springframework.util.ResourceUtils
Resolve the given resource location to a java.io.File, i.e. to a file in the file system.
getURL() - Method in class org.springframework.web.context.support.ServletContextResource
This implementation delegates to ServletContext.getResource, but throws a FileNotFoundException if no resource found.
getUrl() - Method in class org.springframework.web.servlet.handler.metadata.PathMap
Return the URL that this attribute indicates.
getUrl() - Method in class org.springframework.web.servlet.view.AbstractUrlBasedView
Return the URL of the resource that this view wraps.
getUrlPathHelper() - Method in class org.springframework.web.servlet.support.RequestContext
Return the UrlPathHelper used for context path and request URI decoding.
getUsername() - Method in class org.springframework.jdbc.datasource.DriverManagerDataSource
Return the JDBC username to use for accessing the DriverManager.
getUsername() - Method in class org.springframework.mail.javamail.JavaMailSenderImpl
Return the username for the account at the mail host.
getUsername() - Method in class org.springframework.remoting.caucho.CauchoRemoteAccessor
 
getUsername() - Method in class org.springframework.remoting.jaxrpc.JaxRpcPortClientInterceptor
Return the username to specify on the stub or call.
getUserName() - Method in class org.springframework.web.context.support.RequestHandledEvent
Return the name of the user that was associated with the request (usually the UserPrincipal).
getUsernameForRequest(HttpServletRequest) - Method in class org.springframework.web.servlet.FrameworkServlet
Determine the username for the given request.
getUserPrincipal() - Method in class org.springframework.mock.web.MockHttpServletRequest
 
getUserTransaction() - Method in class org.springframework.transaction.jta.JtaTransactionManager
Return the JTA UserTransaction that this transaction manager uses.
getUserTransaction() - Method in class org.springframework.transaction.jta.JtaTransactionObject
 
getUserTransactionName() - Method in class org.springframework.orm.hibernate.LocalTransactionManagerLookup
 
getUserTransactionName() - Method in class org.springframework.orm.hibernate3.LocalTransactionManagerLookup
 
getValidator() - Method in class org.springframework.web.servlet.mvc.BaseCommandController
 
getValidators() - Method in class org.springframework.web.servlet.mvc.BaseCommandController
 
getValue() - Method in class org.springframework.beans.factory.config.ConstructorArgumentValues.ValueHolder
Return the value for the constructor argument.
getValue() - Method in class org.springframework.beans.factory.config.TypedStringValue
Return the String value.
getValue() - Method in class org.springframework.beans.PropertyValue
Return the value of the property.
getValue(String) - Method in class org.springframework.mock.web.MockHttpSession
 
getValue() - Method in class org.springframework.remoting.support.RemoteInvocationResult
Return the result value returned by a successful invocation of the target method, if any.
getValue() - Method in class org.springframework.web.servlet.support.BindStatus
Return the current value of the field, i.e. either the property value or a rejected update, or null if not field-specific.
getValueNames() - Method in class org.springframework.mock.web.MockHttpSession
 
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.
getValueStyler() - Method in class org.springframework.core.style.DefaultToStringStyler
 
getVariableResolver() - Method in class org.springframework.mock.web.MockPageContext
 
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.
getVersion() - Static method in class org.springframework.core.SpringVersion
Return the full Spring version string.
getView() - Method in class org.springframework.web.servlet.ModelAndView
Return the View object, or null if we are using a view name to be resolved by the DispatcherServlet via a ViewResolver.
getViewClass() - Method in class org.springframework.web.servlet.view.UrlBasedViewResolver
Return the view class to be used to create views.
getViewerPreferences() - Method in class org.springframework.web.servlet.view.document.AbstractPdfView
Return the viewer preferences for the PDF file.
getViewName() - Method in class org.springframework.web.servlet.ModelAndView
Return the view name to be resolved by the DispatcherServlet via a ViewResolver, or null if we are using a View object.
getViewName(HttpServletRequest, Object, int) - Method in class org.springframework.web.servlet.mvc.AbstractWizardFormController
Return the name of the view for the specified page of this wizard form controller.
getViewName() - Method in class org.springframework.web.servlet.mvc.ParameterizableViewController
Return the name of the view to delegate to.
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(FacesContext) - Method in class org.springframework.web.jsf.DelegatingVariableResolver
Retrieve the web application context to delegate bean name resolution to.
getWebApplicationContext(FacesContext) - Static method in class org.springframework.web.jsf.FacesContextUtils
Find the root WebApplicationContext for this web app, which is typically loaded via ContextLoaderListener or ContextLoaderServlet.
getWebApplicationContext() - Method in class org.springframework.web.servlet.FrameworkServlet
Return this servlet's WebApplicationContext.
getWebApplicationContext() - Method in class org.springframework.web.servlet.support.RequestContext
Return the current WebApplicationContext.
getWebApplicationContext(ServletRequest) - Static method in class org.springframework.web.servlet.support.RequestContextUtils
Look for the WebApplicationContext associated with the DispatcherServlet that has initiated request processing.
getWebApplicationContext(ServletRequest, ServletContext) - Static method in class org.springframework.web.servlet.support.RequestContextUtils
Look for the WebApplicationContext associated with the DispatcherServlet that has initiated request processing, and for the global context if none was found associated with the current request.
getWebApplicationContext() - Method in class org.springframework.web.servlet.view.tiles.ComponentControllerSupport
Return the current Spring WebApplicationContext.
getWebApplicationContext() - Method in class org.springframework.web.struts.ActionSupport
Return the current Spring WebApplicationContext.
getWebApplicationContext() - Method in class org.springframework.web.struts.ContextLoaderPlugIn
Return this PlugIn's WebApplicationContext.
getWebApplicationContext(ActionServlet, ModuleConfig) - Method in class org.springframework.web.struts.DelegatingActionProxy
Fetch ContextLoaderPlugIn's WebApplicationContext from the ServletContext, containing the Struts Action beans to delegate to.
getWebApplicationContext() - Method in class org.springframework.web.struts.DelegatingRequestProcessor
Return the WebApplicationContext that this processor delegates to.
getWebApplicationContext() - Method in class org.springframework.web.struts.DelegatingTilesRequestProcessor
Return the WebApplicationContext that this processor delegates to.
getWebApplicationContext() - Method in class org.springframework.web.struts.DispatchActionSupport
Return the current Spring WebApplicationContext.
getWebApplicationContext() - Method in class org.springframework.web.struts.LookupDispatchActionSupport
Return the current Spring WebApplicationContext.
getWebApplicationContext() - Method in class org.springframework.web.struts.MappingDispatchActionSupport
Return the current Spring WebApplicationContext.
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
 
getWriter() - Method in class org.springframework.mock.web.MockHttpServletResponse
 
getWsdlDocumentUrl() - Method in class org.springframework.remoting.jaxrpc.LocalJaxRpcServiceFactory
Return the URL of the WSDL document that describes the service.
GLOBAL_SUFFIX - Static variable in class org.springframework.aop.framework.ProxyFactoryBean
This suffix in a value in an interceptor list indicates to expand globals.
GlobalAdvisorAdapterRegistry - Class in org.springframework.aop.framework.adapter
Singleton to publish a shared DefaultAdvisorAdapterRegistry instance.
GlobalAdvisorAdapterRegistry() - Constructor for class org.springframework.aop.framework.adapter.GlobalAdvisorAdapterRegistry
 

H

handle(HttpServletRequest, HttpServletResponse, Object) - Method in class org.springframework.web.servlet.handler.SimpleServletHandlerAdapter
 
handle(HttpServletRequest, HttpServletResponse, Object) - Method in interface org.springframework.web.servlet.HandlerAdapter
Use the given handler to handle this request.
handle(HttpServletRequest, HttpServletResponse, Object, BindException) - Method in class org.springframework.web.servlet.mvc.AbstractCommandController
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
This implementation binds request parameters to the ThrowawayController instance and then calls execute on it.
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. when in session form mode but no form object was found in the session (like in case of an invalid resubmit by the browser).
handleInvalidSubmit(HttpServletRequest, HttpServletResponse) - Method in class org.springframework.web.servlet.mvc.AbstractWizardFormController
Handle an invalid submit request, e.g. when in session form mode but no form object was found in the session (like in case of an invalid resubmit by the browser).
handleInvocationTargetException(InvocationTargetException) - Static method in class org.springframework.util.ReflectionUtils
Handle the given invocation target exception.
handleMultipleRowsFound() - Method in class org.springframework.jdbc.core.support.AbstractLobStreamingResultSetExtractor
Handle the case where the ResultSet contains multiple rows.
handleNoRowFound() - Method in class org.springframework.jdbc.core.support.AbstractLobStreamingResultSetExtractor
Handle the case where the ResultSet does not contain a row.
handleNotAuthorized(HttpServletRequest, HttpServletResponse, Object) - Method in class org.springframework.web.servlet.handler.UserRoleAuthorizationInterceptor
Handle a request that is not authorized according to this interceptor.
handlePageException(Exception) - Method in class org.springframework.mock.web.MockPageContext
 
handlePageException(Throwable) - Method in class org.springframework.mock.web.MockPageContext
 
HANDLER_EXCEPTION_RESOLVER_BEAN_NAME - Static variable in class org.springframework.web.servlet.DispatcherServlet
Well-known name for the HandlerExceptionResolver object in the bean factory for this namespace.
HANDLER_EXECUTION_CHAIN_ATTRIBUTE - Static variable in class org.springframework.web.servlet.DispatcherServlet
Request attribute to hold the currently chosen HandlerExecutionChain.
HANDLER_MAPPING_BEAN_NAME - Static variable in class org.springframework.web.servlet.DispatcherServlet
Well-known name for the HandlerMapping object in the bean factory for this namespace.
HandlerAdapter - Interface in org.springframework.web.servlet
MVC framework SPI interface, allowing parameterization of core MVC workflow.
handleReflectionException(Exception) - Static method in class org.springframework.util.ReflectionUtils
Handle the given reflection exception.
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.remoting.httpinvoker.HttpInvokerServiceExporter
Read a remote invocation from the request, execute it, and write the remote invocation result to the 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.multiaction.MultiActionController
 
handleRequestInternal(HttpServletRequest, HttpServletResponse) - Method in class org.springframework.web.servlet.mvc.ParameterizableViewController
Return a ModelAndView object with the specified view name.
handleRequestInternal(HttpServletRequest, HttpServletResponse) - Method in class org.springframework.web.servlet.mvc.ServletForwardingController
 
handleRequestInternal(HttpServletRequest, HttpServletResponse) - Method in class org.springframework.web.servlet.mvc.ServletWrappingController
 
HandlerExceptionResolver - Interface in org.springframework.web.servlet
Interface to be implemented by objects than can resolve exceptions thrown during handler mapping or execution, in the typical case to error views.
HandlerExecutionChain - Class in org.springframework.web.servlet
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 in org.springframework.web.servlet
Workflow interface that allows for customized handler execution chains.
HandlerInterceptorAdapter - Class in org.springframework.web.servlet.handler
Abstract adapter class for the HandlerInterceptor interface, for simplified implementation of pre-only/post-only interceptors.
HandlerInterceptorAdapter() - Constructor for class org.springframework.web.servlet.handler.HandlerInterceptorAdapter
 
HandlerMapping - Interface in org.springframework.web.servlet
Interface to be implemented by objects that define a mapping between requests and handler objects.
hasAtLeastOneMethodWithName(Class, String) - Static method in class org.springframework.util.ClassUtils
Does the given class and/or its superclasses at least have one or more methods (with any argument types)?
hasBeanClass() - Method in class org.springframework.beans.factory.support.AbstractBeanDefinition
Return whether this definitions specifies a bean class.
hasCachedContext(Object) - Method in class org.springframework.test.AbstractSpringContextTests
 
hasConnectionHolder() - Method in class org.springframework.jdbc.datasource.JdbcTransactionObjectSupport
 
hasConstructorArgumentValues() - Method in class org.springframework.beans.factory.support.AbstractBeanDefinition
Return if there are constructor argument values defined for this bean.
hasDestructionAwareBeanPostProcessors() - Method in class org.springframework.beans.factory.support.AbstractBeanFactory
Return whether this factory holds a DestructionAwareBeanPostProcessor that will get applied to singleton beans on shutdown.
hasErrors() - Method in exception org.springframework.validation.BindException
 
hasErrors() - Method in interface org.springframework.validation.Errors
Return if there were any errors.
hasErrors() - Method in class org.springframework.web.bind.EscapedErrors
 
hasException() - Method in class org.springframework.remoting.support.RemoteInvocationResult
Return whether this invocation result holds an exception.
hasFieldErrors(String) - Method in exception 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 exception org.springframework.validation.BindException
 
hasGlobalErrors() - Method in interface org.springframework.validation.Errors
Return if there were any global (i.e. not field-specific) errors.
hasGlobalErrors() - Method in class org.springframework.web.bind.EscapedErrors
 
hashCode() - Method in class org.springframework.aop.framework.Cglib2AopProxy
 
hashCode() - Method in class org.springframework.aop.framework.JdkDynamicAopProxy
Proxy uses the hash code of the TargetSource.
hashCode() - Method in class org.springframework.aop.support.AbstractPointcutAdvisor
 
hashCode() - Method in class org.springframework.aop.target.HotSwappableTargetSource
 
hashCode() - Method in class org.springframework.aop.target.SingletonTargetSource
SingletonTargetSource uses the hash code of the target object.
hashCode() - Method in class org.springframework.beans.factory.support.ManagedMap
 
hashCode() - Method in class org.springframework.beans.factory.support.ManagedSet
 
hashCode() - Method in class org.springframework.beans.PropertyValue
 
hashCode() - Method in class org.springframework.beans.support.MutableSortDefinition
 
hashCode() - Method in class org.springframework.core.enums.AbstractLabeledEnum
 
hashCode() - Method in class org.springframework.core.io.AbstractResource
This implementation returns the description's hash code.
hashCode() - Method in class org.springframework.core.io.ByteArrayResource
This implementation returns the hash code of the underlying byte array.
hashCode() - Method in class org.springframework.core.io.ClassPathResource
This implementation returns the hash code of the underlying class path location.
hashCode() - Method in class org.springframework.core.io.FileSystemResource
This implementation returns the hash code of the underlying File reference.
hashCode() - Method in class org.springframework.core.io.InputStreamResource
This implementation returns the hash code of the underlying InputStream.
hashCode() - Method in class org.springframework.core.io.UrlResource
This implementation returns the hash code of the underlying URL reference.
hashCode() - Method in class org.springframework.mail.SimpleMailMessage
 
hashCode(Object) - Method in class org.springframework.orm.hibernate3.support.AbstractLobType
This implementation returns the hashCode of the given objectz.
hashCode() - Method in class org.springframework.transaction.interceptor.DelegatingTransactionAttribute
 
hashCode() - Method in class org.springframework.transaction.interceptor.RollbackRuleAttribute
 
hashCode() - Method in class org.springframework.transaction.support.DefaultTransactionDefinition
This implementation of hashCode returns toString's hash code.
hashCode() - Method in class org.springframework.util.comparator.BooleanComparator
 
hashCode() - Method in class org.springframework.util.comparator.CompoundComparator
 
hashCode() - Method in class org.springframework.util.comparator.InvertibleComparator
 
hashCode() - Method in class org.springframework.util.comparator.NullSafeComparator
 
hashCode() - Method in class org.springframework.web.context.support.ServletContextResource
This implementation returns the hash code of the underlying ServletContext resource location.
HashMapCachingAdvisorChainFactory - Class in org.springframework.aop.framework
AdvisorChainFactory implementation that caches by method.
HashMapCachingAdvisorChainFactory() - Constructor for class org.springframework.aop.framework.HashMapCachingAdvisorChainFactory
 
hasLength(String, String) - Static method in class org.springframework.util.Assert
Assert that a string is not empty; that is, it must not be null and not empty.
hasLength(String) - Static method in class org.springframework.util.Assert
Assert that a string is not empty; that is, it must not be null and not empty.
hasLength(String) - Static method in class org.springframework.util.StringUtils
Check if a String has length.
hasMethod(Class, String, Class[]) - Static method in class org.springframework.util.ClassUtils
Determine whether the given class has a method with the given signature.
hasPropertyOverridesFor(String) - Method in class org.springframework.beans.factory.config.PropertyOverrideConfigurer
Were there overrides for this bean?
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.
hasSavepoint() - Method in class org.springframework.transaction.support.AbstractTransactionStatus
 
hasSavepoint() - Method in interface org.springframework.transaction.TransactionStatus
Return whether this transaction internally carries a savepoint, i.e. has been created as nested transaction based on a savepoint.
hasSubmitParameter(ServletRequest, String) - Static method in class org.springframework.web.util.WebUtils
Check if a specific input type="submit" parameter was sent in the request, either via a button (directly with name) or via an image (name + ".x" or name + ".y").
hasText(String, String) - Static method in class org.springframework.util.Assert
Assert that a string has valid text content; that is, it must not be null and must contain at least one non-whitespace character.
hasText(String) - Static method in class org.springframework.util.Assert
Assert that a string has valid text content; that is, it must not be null and must contain at least one non-whitespace character.
hasText(String) - Static method in class org.springframework.util.StringUtils
Check if a String has text.
hasTimeout() - Method in class org.springframework.transaction.support.ResourceHolderSupport
Return whether this object has an associated timeout.
hasTransaction() - Method in class org.springframework.transaction.interceptor.TransactionAspectSupport.TransactionInfo
 
hasTransaction() - Method in class org.springframework.transaction.support.DefaultTransactionStatus
Return whether there is actual transaction active.
hasUniqueObject(Collection) - Static method in class org.springframework.util.CollectionUtils
Determine whether the given collection only contains a single unique object.
HEADER_CACHE_CONTROL - Static variable in class org.springframework.web.servlet.support.WebContentGenerator
 
HEADER_CONTENT_DISPOSITION - Static variable in class org.springframework.web.servlet.view.jasperreports.AbstractJasperReportsView
Constant that defines "Content-Disposition" header.
HEADER_EXPIRES - Static variable in class org.springframework.web.servlet.support.WebContentGenerator
 
HEADER_PRAGMA - Static variable in class org.springframework.web.servlet.support.WebContentGenerator
 
HessianClientInterceptor - Class in org.springframework.remoting.caucho
Interceptor for accessing a Hessian service.
HessianClientInterceptor() - Constructor for class org.springframework.remoting.caucho.HessianClientInterceptor
 
HessianProxyFactoryBean - Class in org.springframework.remoting.caucho
Factory bean for Hessian proxies.
HessianProxyFactoryBean() - Constructor for class org.springframework.remoting.caucho.HessianProxyFactoryBean
 
HessianServiceExporter - Class in org.springframework.remoting.caucho
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 in org.springframework.transaction
Exception that represents a transaction failure caused by a heuristic decision on the side of the transaction coordinator.
HeuristicCompletionException(int, Throwable) - Constructor for exception org.springframework.transaction.HeuristicCompletionException
Constructor for HeuristicCompletionException.
HEX_REFERENCE_START - Static variable in class org.springframework.web.util.HtmlCharacterEntityReferences
 
HibernateAccessor - Class in org.springframework.orm.hibernate
Base class for HibernateTemplate and HibernateInterceptor, defining common properties like SessionFactory and flushing behavior.
HibernateAccessor() - Constructor for class org.springframework.orm.hibernate.HibernateAccessor
 
HibernateAccessor - Class in org.springframework.orm.hibernate3
Base class for HibernateTemplate and HibernateInterceptor, defining common properties like SessionFactory and flushing behavior.
HibernateAccessor() - Constructor for class org.springframework.orm.hibernate3.HibernateAccessor
 
HibernateCallback - Interface in org.springframework.orm.hibernate
Callback interface for Hibernate code.
HibernateCallback - Interface in org.springframework.orm.hibernate3
Callback interface for Hibernate code.
HibernateDaoSupport - Class in org.springframework.orm.hibernate.support
Convenient super class for Hibernate data access objects.
HibernateDaoSupport() - Constructor for class org.springframework.orm.hibernate.support.HibernateDaoSupport
 
HibernateDaoSupport - Class in org.springframework.orm.hibernate3.support
Convenient super class for Hibernate data access objects.
HibernateDaoSupport() - Constructor for class org.springframework.orm.hibernate3.support.HibernateDaoSupport
 
HibernateInterceptor - Class in org.springframework.orm.hibernate
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
 
HibernateInterceptor - Class in org.springframework.orm.hibernate3
This interceptor binds a new Hibernate Session to the thread before a method call, closing and removing it afterwards in case of any method outcome.
HibernateInterceptor() - Constructor for class org.springframework.orm.hibernate3.HibernateInterceptor
 
HibernateJdbcException - Exception in org.springframework.orm.hibernate
Hibernate-specific subclass of UncategorizedDataAccessException, for JDBC exceptions that Hibernate rethrew.
HibernateJdbcException(JDBCException) - Constructor for exception org.springframework.orm.hibernate.HibernateJdbcException
 
HibernateJdbcException - Exception in org.springframework.orm.hibernate3
Hibernate-specific subclass of UncategorizedDataAccessException, for JDBC exceptions that Hibernate rethrew.
HibernateJdbcException(JDBCException) - Constructor for exception org.springframework.orm.hibernate3.HibernateJdbcException
 
HibernateObjectRetrievalFailureException - Exception in org.springframework.orm.hibernate
Hibernate-specific subclass of ObjectRetrievalFailureException.
HibernateObjectRetrievalFailureException(UnresolvableObjectException) - Constructor for exception org.springframework.orm.hibernate.HibernateObjectRetrievalFailureException
 
HibernateObjectRetrievalFailureException(ObjectNotFoundException) - Constructor for exception org.springframework.orm.hibernate.HibernateObjectRetrievalFailureException
 
HibernateObjectRetrievalFailureException(ObjectDeletedException) - Constructor for exception org.springframework.orm.hibernate.HibernateObjectRetrievalFailureException
 
HibernateObjectRetrievalFailureException(WrongClassException) - Constructor for exception org.springframework.orm.hibernate.HibernateObjectRetrievalFailureException
 
HibernateObjectRetrievalFailureException - Exception in org.springframework.orm.hibernate3
Hibernate-specific subclass of ObjectRetrievalFailureException.
HibernateObjectRetrievalFailureException(UnresolvableObjectException) - Constructor for exception org.springframework.orm.hibernate3.HibernateObjectRetrievalFailureException
 
HibernateObjectRetrievalFailureException(ObjectNotFoundException) - Constructor for exception org.springframework.orm.hibernate3.HibernateObjectRetrievalFailureException
 
HibernateObjectRetrievalFailureException(ObjectDeletedException) - Constructor for exception org.springframework.orm.hibernate3.HibernateObjectRetrievalFailureException
 
HibernateObjectRetrievalFailureException(WrongClassException) - Constructor for exception org.springframework.orm.hibernate3.HibernateObjectRetrievalFailureException
 
HibernateOperations - Interface in org.springframework.orm.hibernate
Interface that specifies a basic set of Hibernate operations.
HibernateOperations - Interface in org.springframework.orm.hibernate3
Interface that specifies a basic set of Hibernate operations.
HibernateOptimisticLockingFailureException - Exception in org.springframework.orm.hibernate
Hibernate-specific subclass of ObjectOptimisticLockingFailureException.
HibernateOptimisticLockingFailureException(StaleObjectStateException) - Constructor for exception org.springframework.orm.hibernate.HibernateOptimisticLockingFailureException
 
HibernateOptimisticLockingFailureException - Exception in org.springframework.orm.hibernate3
Hibernate-specific subclass of ObjectOptimisticLockingFailureException.
HibernateOptimisticLockingFailureException(StaleObjectStateException) - Constructor for exception org.springframework.orm.hibernate3.HibernateOptimisticLockingFailureException
 
HibernateQueryException - Exception in org.springframework.orm.hibernate
Hibernate-specific subclass of InvalidDataAccessResourceUsageException, thrown on invalid HQL query syntax.
HibernateQueryException(QueryException) - Constructor for exception org.springframework.orm.hibernate.HibernateQueryException
 
HibernateQueryException - Exception in org.springframework.orm.hibernate3
Hibernate-specific subclass of InvalidDataAccessResourceUsageException, thrown on invalid HQL query syntax.
HibernateQueryException(QueryException) - Constructor for exception org.springframework.orm.hibernate3.HibernateQueryException
 
HibernateSystemException - Exception in org.springframework.orm.hibernate
Hibernate-specific subclass of UncategorizedDataAccessException, for Hibernate system errors that do not match any concrete org.springframework.dao exceptions.
HibernateSystemException(HibernateException) - Constructor for exception org.springframework.orm.hibernate.HibernateSystemException
 
HibernateSystemException - Exception in org.springframework.orm.hibernate3
Hibernate-specific subclass of UncategorizedDataAccessException, for Hibernate system errors that do not match any concrete org.springframework.dao exceptions.
HibernateSystemException(HibernateException) - Constructor for exception org.springframework.orm.hibernate3.HibernateSystemException
 
HibernateTemplate - Class in org.springframework.orm.hibernate
Helper class that simplifies Hibernate data access code, and converts checked HibernateExceptions into unchecked DataAccessExceptions, following 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.
HibernateTemplate - Class in org.springframework.orm.hibernate3
Helper class that simplifies Hibernate data access code, and converts checked HibernateExceptions into unchecked DataAccessExceptions, following the org.springframework.dao exception hierarchy.
HibernateTemplate() - Constructor for class org.springframework.orm.hibernate3.HibernateTemplate
Create a new HibernateTemplate instance.
HibernateTemplate(SessionFactory) - Constructor for class org.springframework.orm.hibernate3.HibernateTemplate
Create a new HibernateTemplate instance.
HibernateTemplate(SessionFactory, boolean) - Constructor for class org.springframework.orm.hibernate3.HibernateTemplate
Create a new HibernateTemplate instance.
HibernateTransactionManager - Class in org.springframework.orm.hibernate
PlatformTransactionManager implementation for a single Hibernate SessionFactory.
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.
HibernateTransactionManager - Class in org.springframework.orm.hibernate3
PlatformTransactionManager implementation for a single Hibernate SessionFactory.
HibernateTransactionManager() - Constructor for class org.springframework.orm.hibernate3.HibernateTransactionManager
Create a new HibernateTransactionManager instance.
HibernateTransactionManager(SessionFactory) - Constructor for class org.springframework.orm.hibernate3.HibernateTransactionManager
Create a new HibernateTransactionManager instance.
HierarchicalBeanFactory - Interface in org.springframework.beans.factory
Sub-interface implemented by bean factories that can be part of a hierarchy.
HierarchicalMessageSource - Interface in org.springframework.context
Sub-interface of MessageSource to be implemented by objects that can resolve messages hierarchically.
HierarchicalThemeSource - Interface in org.springframework.ui.context
Sub-interface of ThemeSource to be implemented by objects that can resolve theme messages hierarchically.
HotSwappableTargetSource - Class in org.springframework.aop.target
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 given initial target object.
HsqlMaxValueIncrementer - Class in org.springframework.jdbc.support.incrementer
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.
HTML_ESCAPE_CONTEXT_PARAM - Static variable in class org.springframework.web.util.WebUtils
HTML escape parameter at the servlet context level (i.e. a context-param in web.xml): "defaultHtmlEscape".
HtmlCharacterEntityDecoder - Class in org.springframework.web.util
Helper for decoding HTML Strings by replacing character entity references with the referred character.
HtmlCharacterEntityDecoder(HtmlCharacterEntityReferences, String) - Constructor for class org.springframework.web.util.HtmlCharacterEntityDecoder
 
HtmlCharacterEntityReferences - Class in org.springframework.web.util
Represents a set of character entity references defined by the HTML 4.0 standard.
HtmlCharacterEntityReferences() - Constructor for class org.springframework.web.util.HtmlCharacterEntityReferences
Returns a new set of character entity references reflecting the HTML 4.0 character set.
htmlEscape(String) - Static method in class org.springframework.web.util.HtmlUtils
Turn special characters into HTML character references.
htmlEscapeDecimal(String) - Static method in class org.springframework.web.util.HtmlUtils
Turn special characters into HTML character references.
htmlEscapeHex(String) - Static method in class org.springframework.web.util.HtmlUtils
Turn special characters into HTML character references.
HtmlEscapeTag - Class in org.springframework.web.servlet.tags
Sets default HTML escape value for the current page.
HtmlEscapeTag() - Constructor for class org.springframework.web.servlet.tags.HtmlEscapeTag
 
HtmlEscapingAwareTag - Class in org.springframework.web.servlet.tags
Superclass for tags that emit content that might get HTML-escaped.
HtmlEscapingAwareTag() - Constructor for class org.springframework.web.servlet.tags.HtmlEscapingAwareTag
 
htmlUnescape(String) - Static method in class org.springframework.web.util.HtmlUtils
Turn HTML character references into their plain text UNICODE equivalent.
HtmlUtils - Class in org.springframework.web.util
Utility class for HTML escaping.
HtmlUtils() - Constructor for class org.springframework.web.util.HtmlUtils
 
HTTP_HEADER_CONTENT_LENGTH - Static variable in class org.springframework.remoting.httpinvoker.AbstractHttpInvokerRequestExecutor
 
HTTP_HEADER_CONTENT_TYPE - Static variable in class org.springframework.remoting.httpinvoker.AbstractHttpInvokerRequestExecutor
 
HTTP_METHOD_POST - Static variable in class org.springframework.remoting.httpinvoker.AbstractHttpInvokerRequestExecutor
 
HttpInvokerClientConfiguration - Interface in org.springframework.remoting.httpinvoker
Configuration interface for executing HTTP invoker requests.
HttpInvokerClientInterceptor - Class in org.springframework.remoting.httpinvoker
Interceptor for accessing an HTTP invoker service.
HttpInvokerClientInterceptor() - Constructor for class org.springframework.remoting.httpinvoker.HttpInvokerClientInterceptor
 
HttpInvokerProxyFactoryBean - Class in org.springframework.remoting.httpinvoker
Factory bean for HTTP invoker proxies.
HttpInvokerProxyFactoryBean() - Constructor for class org.springframework.remoting.httpinvoker.HttpInvokerProxyFactoryBean
 
HttpInvokerRequestExecutor - Interface in org.springframework.remoting.httpinvoker
Strategy interface for actual execution of an HTTP invoker request.
HttpInvokerServiceExporter - Class in org.springframework.remoting.httpinvoker
Web controller that exports the specified service bean as HTTP invoker service endpoint, accessible via an HTTP invoker proxy.
HttpInvokerServiceExporter() - Constructor for class org.springframework.remoting.httpinvoker.HttpInvokerServiceExporter
 
HttpServletBean - Class in org.springframework.web.servlet
Simple extension of javax.servlet.http.HttpServlet that treats its config parameters as bean properties.
HttpServletBean() - Constructor for class org.springframework.web.servlet.HttpServletBean
 

I

ID_ATTRIBUTE - Static variable in class org.springframework.beans.factory.xml.DefaultXmlBeanDefinitionParser
 
IdentityNamingStrategy - Class in org.springframework.jmx.export.naming
An implementation of the ObjectNamingStrategy interface that creates a name based on the the identity of a given instance.
IdentityNamingStrategy() - Constructor for class org.springframework.jmx.export.naming.IdentityNamingStrategy
 
IDREF_ELEMENT - Static variable in class org.springframework.beans.factory.xml.DefaultXmlBeanDefinitionParser
 
IdTransferringMergeEventListener - Class in org.springframework.orm.hibernate3.support
Extension of Hibernate's DefaultMergeEventListener, transferring the ids of newly saved objects to the corresponding original objects (that are part of the detached object graph passed into the merge method).
IdTransferringMergeEventListener() - Constructor for class org.springframework.orm.hibernate3.support.IdTransferringMergeEventListener
 
ignoreDependencyInterface(Class) - Method in interface org.springframework.beans.factory.config.ConfigurableListableBeanFactory
Ignore the given dependency interface for autowiring.
ignoreDependencyInterface(Class) - Method in class org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory
Ignore the given dependency interface for autowiring.
ignoreDependencyType(Class) - Method in interface org.springframework.beans.factory.config.ConfigurableListableBeanFactory
Ignore the given dependency type for autowiring: for example, String.
ignoreDependencyType(Class) - Method in class org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory
Ignore the given dependency type for autowiring: for example, String.
IllegalStateException - Exception in org.springframework.jms
Runtime exception mirroring the JMS IllegalStateException.
IllegalStateException(IllegalStateException) - Constructor for exception org.springframework.jms.IllegalStateException
 
IllegalTransactionStateException - Exception in org.springframework.transaction
Exception thrown when the existence or non-existence of a transaction amounts to an illegal state according to the transaction propagation behavior that applies.
IllegalTransactionStateException(String) - Constructor for exception org.springframework.transaction.IllegalTransactionStateException
Constructor for IllegalTransactionStateException.
IllegalTransactionStateException(String, Throwable) - Constructor for exception org.springframework.transaction.IllegalTransactionStateException
Constructor for IllegalTransactionStateException.
implementInterfacesOnObject(Object) - Method in class org.springframework.aop.support.IntroductionInfoSupport
 
implementsInterface(Class) - Method in interface org.springframework.aop.DynamicIntroductionAdvice
Does this IntroductionInterceptor implement the given interface?
implementsInterface(Class) - Method in class org.springframework.aop.support.IntroductionInfoSupport
 
IMPORT_ELEMENT - Static variable in class org.springframework.beans.factory.xml.DefaultXmlBeanDefinitionParser
 
importBeanDefinitionResource(Element) - Method in class org.springframework.beans.factory.xml.DefaultXmlBeanDefinitionParser
Parse an "import" element and load the bean definitions from the given resource into the bean factory.
include(String) - Method in class org.springframework.mock.web.MockPageContext
 
include(String, boolean) - Method in class org.springframework.mock.web.MockPageContext
 
include(ServletRequest, ServletResponse) - Method in class org.springframework.mock.web.MockRequestDispatcher
 
INCLUDE_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.
includeBean(Class, String) - Method in interface org.springframework.jmx.export.assembler.AutodetectCapableMBeanInfoAssembler
Indicate whether a particular bean should be included in the registration process, if it is not specified in the beans map of the MBeanExporter.
includeBean(Class, String) - Method in class org.springframework.jmx.export.assembler.MetadataMBeanInfoAssembler
Used for autodetection of beans.
includeOperation(Method, String) - Method in class org.springframework.jmx.export.assembler.AbstractReflectiveMBeanInfoAssembler
Allows subclasses to vote on the inclusion of a particular operation.
includeOperation(Method, String) - Method in class org.springframework.jmx.export.assembler.InterfaceBasedMBeanInfoAssembler
Check to see if the Method is declared in one of the configured interfaces and that it is public.
includeOperation(Method, String) - Method in class org.springframework.jmx.export.assembler.MetadataMBeanInfoAssembler
Votes on the inclusion of an operation.
includeOperation(Method, String) - Method in class org.springframework.jmx.export.assembler.MethodNameBasedMBeanInfoAssembler
 
includeOperation(Method, String) - Method in class org.springframework.jmx.export.assembler.SimpleReflectiveMBeanInfoAssembler
Always returns true.
includeReadAttribute(Method, String) - Method in class org.springframework.jmx.export.assembler.AbstractReflectiveMBeanInfoAssembler
Allows subclasses to vote on the inclusion of a particular attribute accessor.
includeReadAttribute(Method, String) - Method in class org.springframework.jmx.export.assembler.InterfaceBasedMBeanInfoAssembler
Check to see if the Method is declared in one of the configured interfaces and that it is public.
includeReadAttribute(Method, String) - Method in class org.springframework.jmx.export.assembler.MetadataMBeanInfoAssembler
Vote on the inclusion of an attribute accessor.
includeReadAttribute(Method, String) - Method in class org.springframework.jmx.export.assembler.MethodNameBasedMBeanInfoAssembler
 
includeReadAttribute(Method, String) - Method in class org.springframework.jmx.export.assembler.SimpleReflectiveMBeanInfoAssembler
Always returns true.
includeWriteAttribute(Method, String) - Method in class org.springframework.jmx.export.assembler.AbstractReflectiveMBeanInfoAssembler
Allows subclasses to vote on the inclusion of a particular attribute mutator.
includeWriteAttribute(Method, String) - Method in class org.springframework.jmx.export.assembler.InterfaceBasedMBeanInfoAssembler
Check to see if the Method is declared in one of the configured interfaces and that it is public.
includeWriteAttribute(Method, String) - Method in class org.springframework.jmx.export.assembler.MetadataMBeanInfoAssembler
Votes on the inclusion of an attribute mutator.
includeWriteAttribute(Method, String) - Method in class org.springframework.jmx.export.assembler.MethodNameBasedMBeanInfoAssembler
 
includeWriteAttribute(Method, String) - Method in class org.springframework.jmx.export.assembler.SimpleReflectiveMBeanInfoAssembler
Always returns true.
IncorrectResultSizeDataAccessException - Exception in org.springframework.dao
Data access exception thrown when a result was not of the expected size, for example when expecting a single row but getting 0 or more than 1 rows.
IncorrectResultSizeDataAccessException(int, int) - Constructor for exception org.springframework.dao.IncorrectResultSizeDataAccessException
Constructor for IncorrectResultSizeDataAccessException.
IncorrectResultSizeDataAccessException(String, int, int) - Constructor for exception org.springframework.dao.IncorrectResultSizeDataAccessException
Constructor for IncorrectResultSizeDataAccessException.
IncorrectUpdateSemanticsDataAccessException - Exception in org.springframework.dao
Data access exception thrown when something unintended appears to have happened with an update, but the transaction hasn't already been rolled back.
IncorrectUpdateSemanticsDataAccessException(String) - Constructor for exception org.springframework.dao.IncorrectUpdateSemanticsDataAccessException
Constructor for IncorrectUpdateSemanticsDataAccessException.
IncorrectUpdateSemanticsDataAccessException(String, Throwable) - Constructor for exception org.springframework.dao.IncorrectUpdateSemanticsDataAccessException
Constructor for IncorrectUpdateSemanticsDataAccessException.
INDEX_ATTRIBUTE - Static variable in class org.springframework.beans.factory.xml.DefaultXmlBeanDefinitionParser
 
indexOf(Advisor) - Method in interface org.springframework.aop.framework.Advised
Return the index (from 0) of the given advisor, or -1 if no such advisor applies to this proxy.
indexOf(Advice) - Method in class org.springframework.aop.framework.AdvisedSupport
Return the index (from 0) of the given AOP Alliance Advice, or -1 if no such advice is an advice for this proxy.
indexOf(Advisor) - Method in class org.springframework.aop.framework.AdvisedSupport
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.jca.cci.connection.SingleConnectionFactory
Initialize the single Connection.
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() - Method in class org.springframework.jms.connection.SingleConnectionFactory
Initialize the single 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(ActionServlet, ModuleConfig) - Method in class org.springframework.web.struts.ContextLoaderPlugIn
Create the ActionServlet's WebApplicationContext.
init(ActionServlet, ModuleConfig) - Method in class org.springframework.web.struts.DelegatingRequestProcessor
 
init(ActionServlet, ModuleConfig) - Method in class org.springframework.web.struts.DelegatingTilesRequestProcessor
 
init() - Method in class org.springframework.web.util.Log4jConfigServlet
 
INIT_METHOD_ATTRIBUTE - Static variable in class org.springframework.beans.factory.xml.DefaultXmlBeanDefinitionParser
 
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.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.handler.SimpleUrlHandlerMapping
 
initApplicationContext() - Method in class org.springframework.web.servlet.mvc.BaseCommandController
 
initApplicationContext() - Method in class org.springframework.web.servlet.mvc.ParameterizableViewController
 
initApplicationContext() - Method in class org.springframework.web.servlet.view.freemarker.FreeMarkerView
Invoked on startup.
initApplicationContext() - Method in class org.springframework.web.servlet.view.jasperreports.AbstractJasperReportsView
Checks to see that a valid report file URL is supplied in the configuration.
initApplicationContext() - Method in class org.springframework.web.servlet.view.JstlView
 
initApplicationContext() - Method in class org.springframework.web.servlet.view.tiles.ComponentControllerSupport
Subclasses can override this for custom initialization behavior.
initApplicationContext() - Method in class org.springframework.web.servlet.view.tiles.TilesJstlView
 
initApplicationContext() - Method in class org.springframework.web.servlet.view.tiles.TilesView
 
initApplicationContext() - Method in class org.springframework.web.servlet.view.UrlBasedViewResolver
 
initApplicationContext() - Method in class org.springframework.web.servlet.view.velocity.VelocityView
Invoked on startup.
initApplicationContext() - Method in class org.springframework.web.servlet.view.XmlViewResolver
Pre-initialize the factory from the XML file.
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.
initBeanDefinitionReader(XmlBeanDefinitionReader) - Method in class org.springframework.web.context.support.XmlWebApplicationContext
Initialize the bean definition reader used for loading the bean definitions of this context.
initBeanWrapper(BeanWrapper) - Method in class org.springframework.beans.factory.support.AbstractBeanFactory
Initialize the given BeanWrapper with the custom editors registered with this factory.
initBeanWrapper(BeanWrapper) - Method in class org.springframework.web.filter.GenericFilterBean
Initialize the BeanWrapper for this GenericFilterBean, possibly with custom editors.
initBeanWrapper(BeanWrapper) - Method in class org.springframework.web.servlet.HttpServletBean
Initialize the BeanWrapper for this HttpServletBean, possibly with custom editors.
initBinder(ServletRequest, ServletRequestDataBinder) - Method in interface org.springframework.web.bind.BindInitializer
Initialize the given binder instance, e.g. with custom editors.
initBinder(HttpServletRequest, ServletRequestDataBinder) - Method in class org.springframework.web.servlet.mvc.BaseCommandController
Initialize the given binder instance, for example with custom editors.
initBinder(ServletRequest, ServletRequestDataBinder) - Method in class org.springframework.web.servlet.mvc.multiaction.MultiActionController
Initialize the given binder instance, for example with custom editors.
initBinder(HttpServletRequest, ServletRequestDataBinder) - Method in class org.springframework.web.servlet.mvc.throwaway.ThrowawayControllerHandlerAdapter
Initialize the given binder instance, for example with custom editors.
initContext(PageContext, Map) - Method in class org.springframework.web.servlet.support.JspAwareRequestContext
Initialize this context with the given page context, using the given model attributes for Errors retrieval.
initContext(HttpServletRequest, ServletContext, Map) - Method in class org.springframework.web.servlet.support.RequestContext
Initialize this context with the given request, using the given model attributes for Errors retrieval.
initDao() - Method in class org.springframework.dao.support.DaoSupport
Concrete subclasses can override this for custom initialization behavior.
initDefaultStrategies() - Method in class org.springframework.jms.core.JmsTemplate
Initialize the default implementations for the template's strategies: DynamicDestinationResolver and SimpleMessageConverter.
initDefaultStrategies() - Method in class org.springframework.jms.core.JmsTemplate102
Initialize the default implementations for the template's strategies: DynamicDestinationResolver and SimpleMessageConverter102.
initDeferredClose(SessionFactory) - Static method in class org.springframework.orm.hibernate.SessionFactoryUtils
Initialize deferred close for the current thread and the given SessionFactory.
initDeferredClose(SessionFactory) - Static method in class org.springframework.orm.hibernate3.SessionFactoryUtils
Initialize deferred close for the current thread and the given SessionFactory.
initDelegate(WebApplicationContext) - Method in class org.springframework.web.filter.DelegatingFilterProxy
Initialize the Filter delegate, defined as bean the given Spring application context.
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 view bean factory from the XML file.
initFilterBean() - Method in class org.springframework.web.filter.DelegatingFilterProxy
 
initFilterBean() - Method in class org.springframework.web.filter.GenericFilterBean
Subclasses may override this to perform custom initialization.
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.
initGateway() - Method in class org.springframework.jms.core.support.JmsGatewaySupport
Subclasses can override this for custom initialization behavior.
initialize(Servlet, ServletRequest, ServletResponse, String, boolean, int, boolean) - Method in class org.springframework.mock.web.MockPageContext
 
initialize(Object) - Method in interface org.springframework.orm.hibernate.HibernateOperations
Force initialization of a Hibernate proxy or persistent collection.
initialize(Object) - Method in class org.springframework.orm.hibernate.HibernateTemplate
 
initialize(Object) - Method in interface org.springframework.orm.hibernate3.HibernateOperations
Force initialization of a Hibernate proxy or persistent collection.
initialize(Object) - Method in class org.springframework.orm.hibernate3.HibernateTemplate
 
initialize(ClassLoadHelper, SchedulerSignaler) - Method in class org.springframework.scheduling.quartz.LocalDataSourceJobStore
 
initializeDefinition(BeanFactory) - Method in class org.springframework.beans.factory.access.SingletonBeanFactoryLocator
Instantiate singletons and do any other normal initialization of the factory.
initializeDefinition(BeanFactory) - Method in class org.springframework.context.access.ContextSingletonBeanFactoryLocator
Overrides default method to initialize definition object, which this method assumes is a ConfigurableApplicationContext.
InitializingBean - Interface in org.springframework.beans.factory
Interface to be implemented by beans that need to react once all their properties have been set by a BeanFactory: for example, to perform custom initialization, or merely to check that all mandatory properties have been set.
initLogging(String) - Static method in class org.springframework.util.Log4jConfigurer
Initialize Log4J from the given file location, with no config file refreshing.
initLogging(String, long) - Static method in class org.springframework.util.Log4jConfigurer
Initialize Log4J from the given location, with the given refresh interval for the config file.
initLogging(ServletContext) - Static method in class org.springframework.web.util.Log4jWebConfigurer
Initialize Log4J, including setting the web app root system property.
initManagedVariableNames() - Method in class org.springframework.test.AbstractDependencyInjectionSpringContextTests
 
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.
initPatternRepresentation(String[]) - Method in class org.springframework.aop.support.AbstractRegexpMethodPointcut
Subclasses must implement this to initialize regexp pointcuts.
initPatternRepresentation(String[]) - Method in class org.springframework.aop.support.JdkRegexpMethodPointcut
Initialize Java 1.4 Patterns field from patterns String[].
initPatternRepresentation(String[]) - Method in class org.springframework.aop.support.Perl5RegexpMethodPointcut
Initialize ORO fields from patterns String[].
initServletBean() - Method in class org.springframework.web.servlet.FrameworkServlet
Overridden method of HttpServletBean, invoked after any bean properties have been set.
initServletBean() - Method in class org.springframework.web.servlet.HttpServletBean
Subclasses may override this to perform custom initialization.
initServletBean() - Method in class org.springframework.web.servlet.ResourceServlet
Remember the startup time, using no last-modified time before it.
initSpringResourceLoader(VelocityEngine) - Method in class org.springframework.ui.velocity.VelocityEngineFactory
Initialize a SpringResourceLoader for the given VelocityEngine.
initSynchronization() - Static method in class org.springframework.transaction.support.TransactionSynchronizationManager
Activate transaction synchronization 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".
initTool(Object, Context) - Method in class org.springframework.web.servlet.view.velocity.VelocityToolboxView
Overridden to check for the ViewContext interface which is part of the view package of Velocity Tools.
initTool(Object, Context) - Method in class org.springframework.web.servlet.view.velocity.VelocityView
Initialize the given tool instance.
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.
initWebApplicationContext(ActionServlet) - Method in class org.springframework.web.struts.ActionSupport
Fetch ContextLoaderPlugIn's WebApplicationContext from the ServletContext, falling back to the root WebApplicationContext (the usual case).
initWebApplicationContext() - Method in class org.springframework.web.struts.ContextLoaderPlugIn
Initialize and publish the WebApplicationContext for the ActionServlet.
initWebApplicationContext(ActionServlet, ModuleConfig) - Method in class org.springframework.web.struts.DelegatingRequestProcessor
Fetch ContextLoaderPlugIn's WebApplicationContext from the ServletContext, containing the Struts Action beans to delegate to.
initWebApplicationContext(ActionServlet, ModuleConfig) - Method in class org.springframework.web.struts.DelegatingTilesRequestProcessor
Fetch ContextLoaderPlugIn's WebApplicationContext from the ServletContext, containing the Struts Action beans to delegate to.
initWebApplicationContext(ActionServlet) - Method in class org.springframework.web.struts.DispatchActionSupport
Fetch ContextLoaderPlugIn's WebApplicationContext from the ServletContext, falling back to the root WebApplicationContext (the usual case).
initWebApplicationContext(ActionServlet) - Method in class org.springframework.web.struts.LookupDispatchActionSupport
Fetch ContextLoaderPlugIn's WebApplicationContext from the ServletContext, falling back to the root WebApplicationContext (the usual case).
initWebApplicationContext(ActionServlet) - Method in class org.springframework.web.struts.MappingDispatchActionSupport
Fetch ContextLoaderPlugIn's WebApplicationContext from the ServletContext, falling back to the root WebApplicationContext (the usual case).
InputStreamEditor - Class in org.springframework.beans.propertyeditors
One-way PropertyEditor, which can convert from a text string to a java.io.InputStream, allowing InputStream properties to be set directly as a text string.
InputStreamEditor() - Constructor for class org.springframework.beans.propertyeditors.InputStreamEditor
Create a new InputStreamEditor, using the default ResourceEditor underneath.
InputStreamEditor(ResourceEditor) - Constructor for class org.springframework.beans.propertyeditors.InputStreamEditor
Create a new InputStreamEditor, using the given ResourceEditor underneath.
InputStreamResource - Class in org.springframework.core.io
Resource implementation for a given InputStream.
InputStreamResource(InputStream) - Constructor for class org.springframework.core.io.InputStreamResource
Create a new InputStreamResource.
InputStreamResource(InputStream, String) - Constructor for class org.springframework.core.io.InputStreamResource
Create a new InputStreamResource.
InputStreamSource - Interface in org.springframework.core.io
Simple interface for objects that are sources for a java.io.InputStream.
insert(String, Object) - Method in interface org.springframework.orm.ibatis.SqlMapClientOperations
 
insert(String, Object) - Method in class org.springframework.orm.ibatis.SqlMapClientTemplate
 
INSTANCE - Static variable in class org.springframework.aop.interceptor.ExposeInvocationInterceptor
Singleton instance of this class
INSTANCE - Static variable in class org.springframework.aop.target.EmptyTargetSource
 
INSTANCE - Static variable in class org.springframework.aop.TrueClassFilter
 
INSTANCE - Static variable in class org.springframework.aop.TrueMethodMatcher
 
INSTANCE - Static variable in class org.springframework.aop.TruePointcut
 
instantiate(RootBeanDefinition, String, BeanFactory) - Method in interface org.springframework.beans.factory.support.InstantiationStrategy
Return an instance of the bean with the given name in this factory.
instantiate(RootBeanDefinition, String, BeanFactory, Constructor, Object[]) - Method in interface org.springframework.beans.factory.support.InstantiationStrategy
Return an instance of the bean with the given name in this factory, creating it via the given constructor.
instantiate(RootBeanDefinition, String, BeanFactory, Object, Method, Object[]) - Method in interface org.springframework.beans.factory.support.InstantiationStrategy
Return an instance of the bean with the given name in this factory, creating it via the given factory method.
instantiate(RootBeanDefinition, String, BeanFactory) - Method in class org.springframework.beans.factory.support.SimpleInstantiationStrategy
 
instantiate(RootBeanDefinition, String, BeanFactory, Constructor, Object[]) - Method in class org.springframework.beans.factory.support.SimpleInstantiationStrategy
 
instantiate(RootBeanDefinition, String, BeanFactory, Object, Method, Object[]) - Method in class org.springframework.beans.factory.support.SimpleInstantiationStrategy
 
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.
instantiateUsingFactoryMethod(String, RootBeanDefinition, Object[]) - Method in class org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory
Instantiate the bean using a named factory method.
instantiateWithMethodInjection(RootBeanDefinition, String, BeanFactory) - Method in class org.springframework.beans.factory.support.CglibSubclassingInstantiationStrategy
 
instantiateWithMethodInjection(RootBeanDefinition, String, BeanFactory, Constructor, Object[]) - Method in class org.springframework.beans.factory.support.CglibSubclassingInstantiationStrategy
 
instantiateWithMethodInjection(RootBeanDefinition, String, BeanFactory) - Method in class org.springframework.beans.factory.support.SimpleInstantiationStrategy
Subclasses can override this method, which is implemented to throw UnsupportedOperationException, if they can instantiate an object with the Method Injection specified in the given RootBeanDefinition.
instantiateWithMethodInjection(RootBeanDefinition, String, BeanFactory, Constructor, Object[]) - Method in class org.springframework.beans.factory.support.SimpleInstantiationStrategy
Subclasses can override this method, which is implemented to throw UnsupportedOperationException, if they can instantiate an object with the Method Injection specified in the given RootBeanDefinition.
InstantiationAwareBeanPostProcessor - Interface in org.springframework.beans.factory.config
Subinterface of BeanPostProcessor that adds a before-instantiation callback.
InstantiationStrategy - Interface in org.springframework.beans.factory.support
Interface responsible for creating instances corresponding to a root bean definition.
InteractionCallback - Interface in org.springframework.jca.cci.core
Generic callback interface for code that operates on a CCI Interaction.
interceptor - Variable in class org.springframework.aop.framework.InterceptorAndDynamicMethodMatcher
 
InterceptorAndDynamicMethodMatcher - Class in org.springframework.aop.framework
Internal framework class.
InterceptorAndDynamicMethodMatcher(MethodInterceptor, MethodMatcher) - Constructor for class org.springframework.aop.framework.InterceptorAndDynamicMethodMatcher
 
interceptorsAndDynamicMethodMatchers - Variable in class org.springframework.aop.framework.ReflectiveMethodInvocation
List of MethodInterceptor and InterceptorAndDynamicMethodMatcher that need dynamic checks.
InterfaceBasedMBeanInfoAssembler - Class in org.springframework.jmx.export.assembler
Subclass of AbstractReflectiveMBeanInfoAssembler that allows for the management interface of a bean to be defined using arbitrary interfaces.
InterfaceBasedMBeanInfoAssembler() - Constructor for class org.springframework.jmx.export.assembler.InterfaceBasedMBeanInfoAssembler
 
interfacesString(Collection) - Static method in class org.springframework.aop.support.AopUtils
Build a String that consists of the names of the interfaces in the given collection.
InternalPathMethodNameResolver - Class in org.springframework.web.servlet.mvc.multiaction
Simple implementation of MethodNameResolver that maps URL to method name.
InternalPathMethodNameResolver() - Constructor for class org.springframework.web.servlet.mvc.multiaction.InternalPathMethodNameResolver
 
InternalResourceView - Class in org.springframework.web.servlet.view
Wrapper for a JSP or other resource within the same web application.
InternalResourceView() - Constructor for class org.springframework.web.servlet.view.InternalResourceView
Constructor for use as a bean.
InternalResourceView(String) - Constructor for class org.springframework.web.servlet.view.InternalResourceView
Create a new InternalResourceView with the given URL.
InternalResourceViewResolver - Class in org.springframework.web.servlet.view
Convenience subclass of UrlBasedViewResolver that supports InternalResourceView (i.e.
InternalResourceViewResolver() - Constructor for class org.springframework.web.servlet.view.InternalResourceViewResolver
Sets default viewClass to InternalResourceView.
InternetAddressEditor - Class in org.springframework.mail.javamail
Editor for java.mail.internet.InternetAddress, to directly populate an InternetAddress property.
InternetAddressEditor() - Constructor for class org.springframework.mail.javamail.InternetAddressEditor
 
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
Match all methods that both the given pointcuts match
intResult(Collection) - Static method in class org.springframework.dao.support.DataAccessUtils
Return a unique int result from the given Collection.
IntroductionAdvisor - Interface in org.springframework.aop
Superinterface for advisors that perform one or more AOP introductions.
IntroductionInfo - Interface in org.springframework.aop
Interface supplying the information necessary to describe an introduction.
IntroductionInfoSupport - Class in org.springframework.aop.support
Support for implementations of IntroductionAdvice.
IntroductionInfoSupport() - Constructor for class org.springframework.aop.support.IntroductionInfoSupport
 
IntroductionInterceptor - Interface in org.springframework.aop
Subinterface of AOP Alliance MethodInterceptor that allows additional interfaces to be implemented by the interceptor, and available via a proxy using that interceptor.
IntrospectorCleanupListener - Class in org.springframework.web.util
Listener that flushes the JavaBeans Introspector cache on web app shutdown.
IntrospectorCleanupListener() - Constructor for class org.springframework.web.util.IntrospectorCleanupListener
 
invalidate() - Method in class org.springframework.mock.web.MockHttpSession
 
InvalidClientIDException - Exception in org.springframework.jms
Runtime exception mirroring the JMS InvalidClientIDException.
InvalidClientIDException(InvalidClientIDException) - Constructor for exception org.springframework.jms.InvalidClientIDException
 
InvalidDataAccessApiUsageException - Exception in org.springframework.dao
Exception thrown on incorrect usage of the API, such as failing to "compile" a query object that needed compilation before execution.
InvalidDataAccessApiUsageException(String) - Constructor for exception org.springframework.dao.InvalidDataAccessApiUsageException
Constructor for InvalidDataAccessApiUsageException.
InvalidDataAccessApiUsageException(String, Throwable) - Constructor for exception org.springframework.dao.InvalidDataAccessApiUsageException
Constructor for InvalidDataAccessApiUsageException.
InvalidDataAccessResourceUsageException - Exception in org.springframework.dao
Root for exceptions thrown when we use a data access resource incorrectly.
InvalidDataAccessResourceUsageException(String) - Constructor for exception org.springframework.dao.InvalidDataAccessResourceUsageException
Constructor for InvalidDataAccessResourceUsageException.
InvalidDataAccessResourceUsageException(String, Throwable) - Constructor for exception org.springframework.dao.InvalidDataAccessResourceUsageException
Constructor for InvalidDataAccessResourceUsageException.
InvalidDestinationException - Exception in org.springframework.jms
Runtime exception mirroring the JMS InvalidDestinationException.
InvalidDestinationException(InvalidDestinationException) - Constructor for exception org.springframework.jms.InvalidDestinationException
 
InvalidInvocationException - Exception in org.springframework.jmx.access
Thrown when trying to invoke an operation on a proxy that is not exposed by the proxied resource's management interface.
InvalidInvocationException(String) - Constructor for exception org.springframework.jmx.access.InvalidInvocationException
Create a new InvalidInvocationException with the supplied error message.
InvalidIsolationLevelException - Exception in org.springframework.transaction
Exception that gets thrown when an invalid isolation level is specified, i.e. an isolation level that the transaction manager implementation doesn't support.
InvalidIsolationLevelException(String) - Constructor for exception org.springframework.transaction.InvalidIsolationLevelException
Constructor for InvalidIsolationLevelException.
InvalidMetadataException - Exception in org.springframework.jmx.export.metadata
Thrown by the JmxAttributeSource when it encounters incorrect metadata on a managed resource or one of its methods.
InvalidMetadataException(String) - Constructor for exception org.springframework.jmx.export.metadata.InvalidMetadataException
Create a new InvalidMetadataException with the supplied error message.
InvalidPropertyException - Exception in org.springframework.beans
Exception thrown when referring to an invalid bean property.
InvalidPropertyException(Class, String, String) - Constructor for exception org.springframework.beans.InvalidPropertyException
Create a new InvalidPropertyException.
InvalidPropertyException(Class, String, String, Throwable) - Constructor for exception org.springframework.beans.InvalidPropertyException
Create a new InvalidPropertyException.
InvalidResultSetAccessException - Exception in org.springframework.jca.cci
Exception thrown when a ResultSet has been accessed in an invalid fashion.
InvalidResultSetAccessException(String, SQLException) - Constructor for exception org.springframework.jca.cci.InvalidResultSetAccessException
Constructor for InvalidResultSetAccessException.
InvalidResultSetAccessException - Exception in org.springframework.jdbc
Exception thrown when a ResultSet has been accessed in an invalid fashion.
InvalidResultSetAccessException(String, String, SQLException) - Constructor for exception org.springframework.jdbc.InvalidResultSetAccessException
Constructor for InvalidResultSetAccessException.
InvalidResultSetAccessException(SQLException) - Constructor for exception org.springframework.jdbc.InvalidResultSetAccessException
Constructor for InvalidResultSetAccessException.
InvalidSelectorException - Exception in org.springframework.jms
Runtime exception mirroring the JMS InvalidSelectorException.
InvalidSelectorException(InvalidSelectorException) - Constructor for exception org.springframework.jms.InvalidSelectorException
 
InvalidTimeoutException - Exception in org.springframework.transaction
Exception that gets thrown when an invalid timeout is specified, i.e. the transaction manager implementation doesn't support timeouts.
InvalidTimeoutException(String, int) - Constructor for exception org.springframework.transaction.InvalidTimeoutException
 
InvertibleComparator - Class in org.springframework.util.comparator
A decorator for a comparator, with an "ascending" flag denoting whether comparison results should be treated in forward (standard ascending) order or flipped for reverse (descending) order.
InvertibleComparator(Comparator) - Constructor for class org.springframework.util.comparator.InvertibleComparator
Create an InvertibleComparator that sorts ascending by default.
InvertibleComparator(Comparator, boolean) - Constructor for class org.springframework.util.comparator.InvertibleComparator
Create an InvertibleComparator that sorts based on the provided order.
invertOrder() - Method in class org.springframework.util.comparator.CompoundComparator
Invert the sort order of each sort definition contained by this compound comparator.
invertOrder(int) - Method in class org.springframework.util.comparator.CompoundComparator
Invert the sort order of the sort definition at the specified index.
invertOrder() - Method in class org.springframework.util.comparator.InvertibleComparator
Invert the sort order: ascending -> descending or descending -> ascending.
invocableClone() - Method in class org.springframework.aop.framework.ReflectiveMethodInvocation
Create a clone of this object.
InvocationFailureException - Exception in org.springframework.jmx.access
Thrown when trying to invoke an operation on a proxy that is not exposed by the proxied resource's management interface.
InvocationFailureException(String) - Constructor for exception org.springframework.jmx.access.InvocationFailureException
Create a new InvocationFailureException with the supplied error message.
InvocationFailureException(String, Throwable) - Constructor for exception org.springframework.jmx.access.InvocationFailureException
Create a new InvocationFailureException with the specified error message and root cause.
invoke(MethodInvocation) - Method in class org.springframework.aop.framework.adapter.AfterReturningAdviceInterceptor
 
invoke(MethodInvocation) - Method in class org.springframework.aop.framework.adapter.MethodBeforeAdviceInterceptor
 
invoke(MethodInvocation) - Method in class org.springframework.aop.framework.adapter.ThrowsAdviceInterceptor
 
invoke(Object, Method, Object[]) - Method in class org.springframework.aop.framework.JdkDynamicAopProxy
Implementation of InvocationHandler.invoke.
invoke(MethodInvocation) - Method in class org.springframework.aop.interceptor.AbstractTraceInterceptor
Determines whether or not logging is enabled for the particular MethodInvocation.
invoke(MethodInvocation) - Method in class org.springframework.aop.interceptor.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.ExposeInvocationInterceptor
 
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.AbstractRemoteSlsbInvokerInterceptor
Fetches an EJB home object and delegates to doInvoke.
invoke(MethodInvocation) - Method in class org.springframework.ejb.access.LocalSlsbInvokerInterceptor
This implementation "creates" a new EJB instance for each invocation.
invoke(MethodInvocation) - Method in class org.springframework.jmx.access.MBeanClientInterceptor
Route the invocation to the configured managed resource.
invoke(MethodInvocation) - Method in class org.springframework.orm.hibernate.HibernateInterceptor
 
invoke(MethodInvocation) - Method in class org.springframework.orm.hibernate3.HibernateInterceptor
 
invoke(MethodInvocation) - Method in class org.springframework.orm.jdo.JdoInterceptor
 
invoke(MethodInvocation) - Method in class org.springframework.orm.toplink.TopLinkInterceptor
 
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.httpinvoker.HttpInvokerClientInterceptor
 
invoke(MethodInvocation) - Method in class org.springframework.remoting.jaxrpc.JaxRpcPortClientInterceptor
 
invoke(MethodInvocation) - Method in class org.springframework.remoting.rmi.JndiRmiClientInterceptor
Fetches an RMI stub and delegates to doInvoke.
invoke(MethodInvocation) - Method in class org.springframework.remoting.rmi.RmiClientInterceptor
Fetches an RMI stub and delegates to doInvoke.
invoke(MethodInvocation, Remote, String) - Static method in class org.springframework.remoting.rmi.RmiClientInterceptorUtils
Apply the given method invocation to the given RMI stub.
invoke(RemoteInvocation) - Method in interface org.springframework.remoting.rmi.RmiInvocationHandler
Apply the given invocation to the target object.
invoke(RemoteInvocation) - Method in class org.springframework.remoting.rmi.RmiInvocationWrapper
 
invoke(RemoteInvocation, Object) - Method in class org.springframework.remoting.rmi.RmiServiceExporter
Redefined here to be visible to RmiInvocationWrapper.
invoke(RemoteInvocation, Object) - Method in class org.springframework.remoting.support.DefaultRemoteInvocationExecutor
 
invoke(Object) - Method in class org.springframework.remoting.support.RemoteInvocation
Perform this invocation on the given target object.
invoke(RemoteInvocation, Object) - Method in class org.springframework.remoting.support.RemoteInvocationBasedExporter
Apply the given remote invocation to the given target object.
invoke(RemoteInvocation, Object) - Method in interface org.springframework.remoting.support.RemoteInvocationExecutor
Perform this invocation on the given target object.
invoke(MethodInvocation) - Method in class org.springframework.remoting.support.RemoteInvocationTraceInterceptor
 
invoke(MethodInvocation) - Method in class org.springframework.transaction.interceptor.TransactionInterceptor
 
invoke() - Method in class org.springframework.util.MethodInvoker
Invoke the specified method.
invokeAfterCompletion(List, int) - Method in class org.springframework.transaction.support.AbstractPlatformTransactionManager
Actually invoke the afterCompletion methods of the given Spring TransactionSynchronization objects.
invokeAndCreateResult(RemoteInvocation, Object) - Method in class org.springframework.remoting.support.RemoteInvocationBasedExporter
Apply the given remote invocation to the given target object, wrapping the invocation result in a serializable RemoteInvocationResult object.
invokeCustomDestroyMethod(String, Object, String) - Method in class org.springframework.beans.factory.support.AbstractBeanFactory
Invoke the specified custom destroy method on the given bean.
invokeCustomInitMethod(String, Object, String) - Method in class org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory
Invoke the specified custom init method on the given bean.
invokeInitMethods(String, Object, RootBeanDefinition) - Method in class org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory
Give a bean a chance to react now all its properties are set, and a chance to know about its owning bean factory (this object).
invokeJoinpoint() - Method in class org.springframework.aop.framework.ReflectiveMethodInvocation
Invoke the joinpoint using reflection.
invokeJoinpointUsingReflection(Object, Method, Object[]) - Static method in class org.springframework.aop.support.AopUtils
Invoke the target directly via reflection.
invokeNamedMethod(String, HttpServletRequest, HttpServletResponse) - Method in class org.springframework.web.servlet.mvc.multiaction.MultiActionController
Invoke the named method.
invokeUnderTrace(MethodInvocation, Log) - Method in class org.springframework.aop.interceptor.AbstractTraceInterceptor
Subclasses must override this method to perform any tracing around the supplied MethodInvocation.
invokeUnderTrace(MethodInvocation, Log) - Method in class org.springframework.aop.interceptor.CustomizableTraceInterceptor
Writes a log message before the invocation based on the value of enterMessage.
invokeUnderTrace(MethodInvocation, Log) - Method in class org.springframework.aop.interceptor.JamonPerformanceMonitorInterceptor
 
invokeUnderTrace(MethodInvocation, Log) - Method in class org.springframework.aop.interceptor.PerformanceMonitorInterceptor
 
invokeUnderTrace(MethodInvocation, Log) - Method in class org.springframework.aop.interceptor.SimpleTraceInterceptor
 
invokeValidator(Validator, Object, Errors) - Static method in class org.springframework.validation.ValidationUtils
Invoke the given validator for the given object and Errors instance.
invokeVisit(Object, Object) - Method in class org.springframework.core.ReflectiveVisitorHelper
Use reflection to call the appropriate visit method on the provided visitor, passing in the specified argument.
isAbstract() - Method in interface org.springframework.beans.factory.config.BeanDefinition
Return whether this bean is "abstract", i.e. not meant to be instantiated.
isAbstract() - Method in class org.springframework.beans.factory.support.AbstractBeanDefinition
Return whether this bean is "abstract", i.e. not meant to be instantiated itself but rather just serving as parent for concrete child bean definitions.
isActive() - Method in class org.springframework.aop.framework.AdvisedSupport
Subclasses can call this to check whether any AOP proxies have been created yet.
isActualTransactionActive() - Static method in class org.springframework.transaction.support.TransactionSynchronizationManager
Return whether there currently is an actual transaction active.
isAfterLast() - Method in class org.springframework.jdbc.support.rowset.ResultSetWrappingSqlRowSet
 
isAfterLast() - Method in interface org.springframework.jdbc.support.rowset.SqlRowSet
Retrieves whether the cursor is after the last row of this RowSet.
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.hibernate3.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 PersistenceManager should be created if no thread-bound found.
isAllowCreate() - Method in class org.springframework.orm.jdo.TransactionAwarePersistenceManagerFactoryProxy
 
isAllowCreate() - Method in class org.springframework.orm.ojb.PersistenceBrokerTemplate
Return if a new PersistenceBroker should be created if no thread-bound found.
isAllowCreate() - Method in class org.springframework.orm.toplink.TopLinkTemplate
Return if a new Session should be created if no thread-bound found.
isAllowDirtyBack() - Method in class org.springframework.web.servlet.mvc.AbstractWizardFormController
Return whether "dirty back" is allowed.
isAllowDirtyForward() - Method in class org.springframework.web.servlet.mvc.AbstractWizardFormController
Return whether "dirty forward" is allowed.
isAllowed(String) - Method in class org.springframework.validation.DataBinder
Return if the given field is allowed for binding.
isAlwaysUseNewSession() - Method in class org.springframework.orm.hibernate.HibernateTemplate
Return whether to always use a new Hibernate Session for this template.
isAlwaysUseNewSession() - Method in class org.springframework.orm.hibernate3.HibernateTemplate
Return whether to always use a new Hibernate Session for this template.
isAopProxy(Object) - Static method in class org.springframework.aop.support.AopUtils
Return whether the given object is either a J2SE dynamic proxy or a CGLIB proxy.
isAscending() - Method in class org.springframework.beans.support.MutableSortDefinition
 
isAscending() - Method in interface org.springframework.beans.support.SortDefinition
Return whether to sort ascending (true) or descending (false).
isAscending() - Method in class org.springframework.util.comparator.InvertibleComparator
Return the sort order: ascending (true) or descending (false).
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.
isAssignable(Class, Class) - Static method in class org.springframework.beans.BeanUtils
Determine if the given target type is assignable from the given value type, assuming setting by reflection.
isAvailable() - Method in class org.springframework.web.multipart.commons.CommonsMultipartFile
Determine whether the multipart content is still available.
isBeanDefinitionLazyInit(ListableBeanFactory, String) - Method in class org.springframework.jmx.export.MBeanExporter
Return whether the specified bean definition should be considered as lazy-init.
isBeforeFirst() - Method in class org.springframework.jdbc.support.rowset.ResultSetWrappingSqlRowSet
 
isBeforeFirst() - Method in interface org.springframework.jdbc.support.rowset.SqlRowSet
Retrieves whether the cursor is after the first row of this RowSet.
isBindEmptyMultipartFiles() - Method in class org.springframework.web.bind.ServletRequestDataBinder
Return whether to bind empty MultipartFile parameters.
isBindingFailure() - Method in class org.springframework.validation.FieldError
Return whether this error represents a binding failure (like a type mismatch); else, it is a validation failure.
isBindOnNewForm() - Method in class org.springframework.web.servlet.mvc.AbstractFormController
Return if request parameters should be bound in case of a new form.
isCache() - Method in class org.springframework.web.servlet.view.AbstractCachingViewResolver
Return if caching is enabled.
isCacheQueries() - Method in class org.springframework.orm.hibernate.HibernateTemplate
Return whether to cache all queries executed by this template.
isCacheQueries() - Method in class org.springframework.orm.hibernate3.HibernateTemplate
Return whether to cache all queries executed by this template.
isCacheTemplate() - Method in class org.springframework.web.servlet.view.velocity.VelocityView
Return whether the Velocity template should be cached.
isCancel(HttpServletRequest) - Method in class org.springframework.web.servlet.mvc.AbstractWizardFormController
Deprecated. in favor of isCancelRequest
isCancelRequest(HttpServletRequest) - Method in class org.springframework.web.servlet.mvc.AbstractWizardFormController
Determine whether the incoming request is a request to cancel the processing of the current form.
isCancelRequest(HttpServletRequest) - Method in class org.springframework.web.servlet.mvc.CancellableFormController
Determine whether the incoming request is a request to cancel the processing of the current form.
isCaseSensitive(int) - Method in class org.springframework.jdbc.support.rowset.ResultSetWrappingSqlRowSetMetaData
 
isCaseSensitive(int) - Method in interface org.springframework.jdbc.support.rowset.SqlRowSetMetaData
Indicates whether the case of the designated column is significant.
isCglibProxy(Object) - Static method in class org.springframework.aop.support.AopUtils
Return whether the given object is a CGLIB proxy.
isCglibProxyClass(Class) - Static method in class org.springframework.aop.support.AopUtils
Return whether the specified class is a CGLIB-generated class.
isCheckedException(Throwable) - Static method in class org.springframework.util.ObjectUtils
Return whether the given throwable is a checked exception, i.e. an Exception but not a RuntimeException.
isCheckWriteOperations() - Method in class org.springframework.orm.hibernate.HibernateTemplate
Return whether to check that the Hibernate Session is not in read-only mode in case of write operations (save/update/delete).
isCheckWriteOperations() - Method in class org.springframework.orm.hibernate3.HibernateTemplate
Return whether to check that the Hibernate Session is not in read-only mode in case of write operations (save/update/delete).
isClientAcknowledge(Session) - Method in class org.springframework.jms.core.JmsTemplate
 
isClientAcknowledge(Session) - Method in class org.springframework.jms.core.JmsTemplate102
This implementation overrides the superclass method to avoid using JMS 1.1's Session getAcknowledgeMode method.
isCommitted() - Method in class org.springframework.mock.web.MockHttpServletResponse
 
isCompatibleWithThrowsClause(Throwable, Class[]) - Static method in class org.springframework.util.ObjectUtils
Check whether the given exception is compatible with the exceptions declared in a throws clause.
isCompiled() - Method in class org.springframework.jdbc.object.RdbmsOperation
Is this operation "compiled"?
isCompleted() - Method in class org.springframework.transaction.support.AbstractTransactionStatus
 
isCompleted() - Method in interface org.springframework.transaction.TransactionStatus
Return whether this transaction is completed, that is, has already been committed or rolled back.
isConnectFailure(RemoteException) - Method in class org.springframework.ejb.access.AbstractRemoteSlsbInvokerInterceptor
Determine whether the given RMI exception indicates a connect failure.
isConnectFailure(RemoteException) - Method in class org.springframework.remoting.rmi.JndiRmiClientInterceptor
Determine whether the given RMI exception indicates a connect failure.
isConnectFailure(RemoteException) - Method in class org.springframework.remoting.rmi.RmiClientInterceptor
Determine whether the given RMI exception indicates a connect failure.
isConnectFailure(RemoteException) - Static method in class org.springframework.remoting.rmi.RmiClientInterceptorUtils
Determine whether the given RMI exception indicates a connect failure.
isContextRequired() - Method in class org.springframework.context.support.ApplicationObjectSupport
Determine whether this application object needs to run in an ApplicationContext.
isContextRequired() - Method in class org.springframework.web.context.support.WebApplicationObjectSupport
Overrides the base class behavior to enforce running in an ApplicationContext.
isCurrency(int) - Method in class org.springframework.jdbc.support.rowset.ResultSetWrappingSqlRowSetMetaData
 
isCurrency(int) - Method in interface org.springframework.jdbc.support.rowset.SqlRowSetMetaData
Indicates whether the designated column contains a currency value.
isCurrentTransactionReadOnly() - Static method in class org.springframework.transaction.support.TransactionSynchronizationManager
Return whether the current transaction is marked as read-only.
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
Is default HTML escaping active?
isDefaultHtmlEscape(ServletContext) - Static method in class org.springframework.web.util.WebUtils
Return whether default HTML escaping is enabled for the web application, i.e. the value of the "defaultHtmlEscape" context-param in web.xml (if any).
isDeferredCloseActive(SessionFactory) - Static method in class org.springframework.orm.hibernate.SessionFactoryUtils
Return if deferred close is active for the current thread and the given SessionFactory.
isDeferredCloseActive(SessionFactory) - Static method in class org.springframework.orm.hibernate3.SessionFactoryUtils
Return if deferred close is active for the current thread and the given SessionFactory.
isDependencyCheck() - Method in class org.springframework.test.AbstractDependencyInjectionSpringContextTests
 
isEmpty() - Method in class org.springframework.beans.factory.config.ConstructorArgumentValues
Return if this holder does not contain any argument values, neither indexed ones nor generic ones.
isEmpty() - Method in class org.springframework.beans.factory.support.ManagedMap
 
isEmpty() - Method in class org.springframework.beans.factory.support.ManagedSet
 
isEmpty() - Method in class org.springframework.beans.factory.support.MethodOverrides
Return whether the set of method overrides is empty.
isEmpty() - Method in class org.springframework.orm.hibernate.SessionHolder
 
isEmpty() - Method in class org.springframework.orm.hibernate3.SessionHolder
 
isEmpty() - Method in class org.springframework.util.CachingMapDecorator
 
isEmpty(Object[]) - Static method in class org.springframework.util.ObjectUtils
Return whether the given array is empty: that is, null or of zero length.
isEmpty() - Method in class org.springframework.web.multipart.commons.CommonsMultipartFile
 
isEmpty() - Method in interface org.springframework.web.multipart.MultipartFile
Return whether the uploaded file is empty in the sense that no file has been chosen in the multipart form.
isEmpty() - Method in class org.springframework.web.servlet.ModelAndView
Return whether this ModelAndView object is empty, i.e. whether it does not hold any view and does not contain a model.
isEqualsMethod(Method) - Static method in class org.springframework.aop.support.AopUtils
Return whether the given method is an "equals" method.
isError() - Method in class org.springframework.web.servlet.support.BindStatus
Return if this status represents a field or object error.
isExcludedFromDependencyCheck(PropertyDescriptor) - Method in class org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory
Determine whether the given bean property is excluded from dependency checks.
isExcludedFromDependencyCheck(PropertyDescriptor) - Static method in class org.springframework.beans.factory.support.AutowireUtils
Determine whether the given bean property is excluded from dependency checks.
isExistingTransaction(Object) - Method in class org.springframework.jca.cci.connection.CciLocalTransactionManager
 
isExistingTransaction(Object) - Method in class org.springframework.jdbc.datasource.DataSourceTransactionManager
 
isExistingTransaction(Object) - Method in class org.springframework.jms.connection.JmsTransactionManager
 
isExistingTransaction(Object) - Method in class org.springframework.orm.hibernate.HibernateTransactionManager
 
isExistingTransaction(Object) - Method in class org.springframework.orm.hibernate3.HibernateTransactionManager
 
isExistingTransaction(Object) - Method in class org.springframework.orm.jdo.JdoTransactionManager
 
isExistingTransaction(Object) - Method in class org.springframework.orm.ojb.PersistenceBrokerTransactionManager
 
isExistingTransaction(Object) - Method in class org.springframework.orm.toplink.TopLinkTransactionManager
 
isExistingTransaction(Object) - Method in class org.springframework.transaction.jta.JtaTransactionManager
 
isExistingTransaction(Object) - Method in class org.springframework.transaction.support.AbstractPlatformTransactionManager
Check if the given transaction object indicates an existing transaction (that is, a transaction which has already started).
isExplicitQosEnabled() - Method in class org.springframework.jms.core.JmsTemplate
If true, then the values of deliveryMode, priority, and timeToLive will be used when sending a message.
isExposeClassDescriptor() - Method in class org.springframework.jmx.export.assembler.AbstractReflectiveMBeanInfoAssembler
Return whether to expose the JMX descriptor field "class" for managed operations.
isExposeNativePersistenceManager() - Method in class org.springframework.orm.jdo.JdoTemplate
Return whether to expose the native JDO PersistenceManager to JdoCallback code, or rather a PersistenceManager proxy.
isExposeNativeSession() - Method in class org.springframework.orm.hibernate.HibernateTemplate
Return whether to expose the native Hibernate Session to HibernateCallback code, or rather a Session proxy.
isExposeNativeSession() - Method in class org.springframework.orm.hibernate3.HibernateTemplate
Return whether to expose the native Hibernate Session to HibernateCallback code, or rather a Session proxy.
isExposeProxy() - Method in interface org.springframework.aop.framework.Advised
Return whether the factory should expose the proxy as a ThreadLocal.
isExposeProxy() - Method in class org.springframework.aop.framework.ProxyConfig
Return whether the AOP proxy will expose the AOP proxy for each invocation.
isExpressionLanguage(String) - Static method in class org.springframework.web.util.ExpressionEvaluationUtils
Check if the given expression value is an EL expression.
isFactoryBean(String) - Method in class org.springframework.beans.factory.support.AbstractBeanFactory
Determine whether the bean with the given name is a FactoryBean.
isFactoryDereference(String) - Static method in class org.springframework.beans.factory.BeanFactoryUtils
Return whether the given name is a factory dereference (beginning with the factory dereference prefix).
isFactoryDereference(String) - Method in class org.springframework.beans.factory.support.AbstractBeanFactory
Return whether the given name is a factory dereference (beginning with the factory dereference prefix).
isFinish(HttpServletRequest) - Method in class org.springframework.web.servlet.mvc.AbstractWizardFormController
Deprecated. in favor of isFinishRequest
isFinishRequest(HttpServletRequest) - Method in class org.springframework.web.servlet.mvc.AbstractWizardFormController
Determine whether the incoming request is a request to finish the processing of the current form.
isFirst() - Method in class org.springframework.jdbc.support.rowset.ResultSetWrappingSqlRowSet
 
isFirst() - Method in interface org.springframework.jdbc.support.rowset.SqlRowSet
Retrieves whether the cursor is on the first row of this RowSet.
isFirstPage() - Method in class org.springframework.beans.support.PagedListHolder
Return if the current page is the first one.
isFixedRate() - Method in class org.springframework.scheduling.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.
isFormChangeRequest(HttpServletRequest) - Method in class org.springframework.web.servlet.mvc.SimpleFormController
Determine whether the given request is a form change request.
isFormSubmission(HttpServletRequest) - Method in class org.springframework.web.servlet.mvc.AbstractFormController
Determine if the given request represents a form submission.
isFormSubmission(HttpServletRequest) - Method in class org.springframework.web.servlet.mvc.AbstractWizardFormController
Consider an explicit finish or cancel request as a form submission too.
isFormSubmission(HttpServletRequest) - Method in class org.springframework.web.servlet.mvc.CancellableFormController
Consider an explicit cancel request as a form submission too.
isFrozen() - Method in interface org.springframework.aop.framework.Advised
Return whether the Advised configuration is frozen, and no advice changes can be made.
isFrozen() - Method in class org.springframework.aop.framework.ProxyConfig
Return whether the config is frozen, and no advice changes can be made.
isFunction() - Method in class org.springframework.jdbc.object.SqlCall
Get whether this call is for a function.
isGlobalRollbackOnly() - Method in class org.springframework.transaction.support.AbstractTransactionStatus
Template method for determining the global rollback-only flag of the underlying transaction, if any.
isGlobalRollbackOnly() - Method in class org.springframework.transaction.support.DefaultTransactionStatus
Determine the rollback-only flag via checking both the transaction object, provided that the latter implements the SmartTransactionObject interface.
isGlobalRollbackOnParticipationFailure() - Method in class org.springframework.transaction.support.AbstractPlatformTransactionManager
Return whether to globally mark an existing transaction as rollback-only after a participating transaction failed.
isHashCodeMethod(Method) - Static method in class org.springframework.aop.support.AopUtils
Return whether the given method is a "hashCode" method.
isHomeRefreshable() - Method in class org.springframework.ejb.access.AbstractRemoteSlsbInvokerInterceptor
 
isHomeRefreshable() - Method in class org.springframework.ejb.access.AbstractSlsbInvokerInterceptor
Return whether the cached EJB home object is potentially subject to on-demand refreshing.
isHtmlEscape() - Method in class org.springframework.web.servlet.tags.HtmlEscapingAwareTag
Return the HTML escaping setting for this tag, or the default setting if not overridden.
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.
isIgnoreNestedPath() - Method in class org.springframework.web.servlet.tags.BindTag
Return whether to ignore a nested path, if any.
isIgnoreUnknownFields() - Method in class org.springframework.validation.DataBinder
Return whether to ignore unknown fields, i.e. whether to ignore request parameters that don't have corresponding fields in the target object.
isIgnoreWarnings() - Method in class org.springframework.jdbc.core.JdbcTemplate
Return whether or not we ignore SQLWarnings.
isInfrastructureClass(Class, String) - Method in class org.springframework.aop.framework.autoproxy.AbstractAutoProxyCreator
Return whether the given bean class and bean name represents an infrastructure class that should never be proxied.
isInstanceOf(Class, Object) - Static method in class org.springframework.util.Assert
Assert that the provided object is an instance of the provided class.
isInstanceOf(Class, Object, String) - Static method in class org.springframework.util.Assert
Assert that the provided object is an instance of the provided class.
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
 
isInvalid() - Method in class org.springframework.mock.web.MockHttpSession
 
isJdkDynamicProxy(Object) - Static method in class org.springframework.aop.support.AopUtils
Return whether the given object is a J2SE dynamic proxy.
isLast() - Method in class org.springframework.jdbc.support.rowset.ResultSetWrappingSqlRowSet
 
isLast() - Method in interface org.springframework.jdbc.support.rowset.SqlRowSet
Retrieves whether the cursor is on the last row of this RowSet.
isLastPage() - Method in class org.springframework.beans.support.PagedListHolder
Return if the current page is the last one.
isLazyDatabaseTransaction() - Method in class org.springframework.orm.toplink.TopLinkTransactionManager
Return whether to lazily start a database transaction within a TopLink transaction.
isLazyInit() - Method in interface org.springframework.beans.factory.config.BeanDefinition
Return whether this bean should be lazily initialized, i.e. not eagerly instantiated on startup.
isLazyInit() - Method in class org.springframework.beans.factory.support.AbstractBeanDefinition
Return whether this bean should be lazily initialized, i.e. not eagerly instantiated on startup.
isLazyInit() - Method in class org.springframework.jdbc.support.JdbcAccessor
Return whether to lazily initialize the SQLExceptionTranslator for this accessor.
isLocalRollbackOnly() - Method in class org.springframework.transaction.support.AbstractTransactionStatus
Determine the rollback-only flag via checking this TransactionStatus.
isLog() - Method in class org.springframework.jmx.export.metadata.ManagedResource
 
isMaintainSession() - Method in class org.springframework.remoting.jaxrpc.JaxRpcPortClientInterceptor
Return the maintain session flag to specify on the stub or call.
isMappedToReference(char) - Method in class org.springframework.web.util.HtmlCharacterEntityReferences
Return true if the given character is mapped to a supported entity reference.
isMatch(String, String) - Method in class org.springframework.aop.framework.autoproxy.BeanNameAutoProxyCreator
Return if the given bean name matches the mapped name.
isMatch(String, String) - Method in class org.springframework.aop.support.NameMatchMethodPointcut
Return if the given method name matches the mapped name.
isMatch(Method, String) - Method in class org.springframework.jmx.export.assembler.MethodNameBasedMBeanInfoAssembler
 
isMatch(String, String) - Method in class org.springframework.transaction.interceptor.MethodMapTransactionAttributeSource
Return if the given method name matches the mapped name.
isMatch(String, String) - Method in class org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource
Return if the given method name matches the mapped name.
isMatchingFieldError(String, FieldError) - Method in exception org.springframework.validation.BindException
Check whether the given FieldError matches the given field.
isMBean(Class) - Static method in class org.springframework.jmx.support.JmxUtils
Check whether the supplied Class is a valid MBean resource.
isMessageIdEnabled() - Method in class org.springframework.jms.core.JmsTemplate
Return whether message IDs are enabled.
isMessageTimestampEnabled() - Method in class org.springframework.jms.core.JmsTemplate
Return whether message timestamps are enabled.
isMethodOnIntroducedInterface(MethodInvocation) - Method in class org.springframework.aop.support.IntroductionInfoSupport
Is this method on an introduced interface?
isMultipart() - Method in class org.springframework.mail.javamail.MimeMessageHelper
Return whether this helper is in multipart mode, i.e. whether it holds a multipart message.
isMultipart(HttpServletRequest) - Method in class org.springframework.web.multipart.commons.CommonsMultipartResolver
 
isMultipart(HttpServletRequest) - Method in class org.springframework.web.multipart.cos.CosMultipartResolver
 
isMultipart(HttpServletRequest) - Method in interface org.springframework.web.multipart.MultipartResolver
Determine if the request contains multipart content.
isMutable() - Method in class org.springframework.orm.hibernate.support.AbstractLobType
This implementation returns false.
isMutable() - Method in class org.springframework.orm.hibernate.support.BlobByteArrayType
 
isMutable() - Method in class org.springframework.orm.hibernate.support.BlobSerializableType
 
isMutable() - Method in class org.springframework.orm.hibernate3.support.AbstractLobType
This implementation returns false.
isMutable() - Method in class org.springframework.orm.hibernate3.support.BlobByteArrayType
 
isMutable() - Method in class org.springframework.orm.hibernate3.support.BlobSerializableType
 
isNativeConnectionNecessaryForNativeCallableStatements() - Method in class org.springframework.jdbc.support.nativejdbc.C3P0NativeJdbcExtractor
 
isNativeConnectionNecessaryForNativeCallableStatements() - Method in interface org.springframework.jdbc.support.nativejdbc.NativeJdbcExtractor
Return whether it is necessary to work on the native Connection to receive native CallableStatements.
isNativeConnectionNecessaryForNativeCallableStatements() - Method in class org.springframework.jdbc.support.nativejdbc.NativeJdbcExtractorAdapter
Return false by default.
isNativeConnectionNecessaryForNativeCallableStatements() - Method in class org.springframework.jdbc.support.nativejdbc.SimpleNativeJdbcExtractor
 
isNativeConnectionNecessaryForNativeCallableStatements() - Method in class org.springframework.jdbc.support.nativejdbc.WebLogicNativeJdbcExtractor
Return true, as WebLogic returns wrapped CallableStatements.
isNativeConnectionNecessaryForNativeCallableStatements() - Method in class org.springframework.jdbc.support.nativejdbc.WebSphereNativeJdbcExtractor
Return true, as WebSphere returns wrapped CallableStatements.
isNativeConnectionNecessaryForNativeCallableStatements() - Method in class org.springframework.jdbc.support.nativejdbc.XAPoolNativeJdbcExtractor
Return true, as CoreCallableStatement does not allow access to the underlying Connection.
isNativeConnectionNecessaryForNativePreparedStatements() - Method in class org.springframework.jdbc.support.nativejdbc.C3P0NativeJdbcExtractor
 
isNativeConnectionNecessaryForNativePreparedStatements() - Method in interface org.springframework.jdbc.support.nativejdbc.NativeJdbcExtractor
Return whether it is necessary to work on the native Connection to receive native PreparedStatements.
isNativeConnectionNecessaryForNativePreparedStatements() - Method in class org.springframework.jdbc.support.nativejdbc.NativeJdbcExtractorAdapter
Return false by default.
isNativeConnectionNecessaryForNativePreparedStatements() - Method in class org.springframework.jdbc.support.nativejdbc.SimpleNativeJdbcExtractor
 
isNativeConnectionNecessaryForNativePreparedStatements() - Method in class org.springframework.jdbc.support.nativejdbc.WebLogicNativeJdbcExtractor
Return true, as WebLogic returns wrapped PreparedStatements.
isNativeConnectionNecessaryForNativePreparedStatements() - Method in class org.springframework.jdbc.support.nativejdbc.WebSphereNativeJdbcExtractor
Return true, as WebSphere returns wrapped PreparedStatements.
isNativeConnectionNecessaryForNativeStatements() - Method in class org.springframework.jdbc.support.nativejdbc.C3P0NativeJdbcExtractor
 
isNativeConnectionNecessaryForNativeStatements() - Method in interface org.springframework.jdbc.support.nativejdbc.NativeJdbcExtractor
Return whether it is necessary to work on the native Connection to receive native Statements.
isNativeConnectionNecessaryForNativeStatements() - Method in class org.springframework.jdbc.support.nativejdbc.NativeJdbcExtractorAdapter
Return false by default.
isNativeConnectionNecessaryForNativeStatements() - Method in class org.springframework.jdbc.support.nativejdbc.SimpleNativeJdbcExtractor
 
isNativeConnectionNecessaryForNativeStatements() - Method in class org.springframework.jdbc.support.nativejdbc.WebLogicNativeJdbcExtractor
Return true, as WebLogic returns wrapped Statements.
isNativeConnectionNecessaryForNativeStatements() - Method in class org.springframework.jdbc.support.nativejdbc.WebSphereNativeJdbcExtractor
Return true, as WebSphere returns wrapped Statements.
isNativeConnectionNecessaryForNativeStatements() - Method in class org.springframework.jdbc.support.nativejdbc.XAPoolNativeJdbcExtractor
Return true, as CoreStatement does not allow access to the underlying Connection.
isNestedTransactionAllowed() - Method in class org.springframework.transaction.support.AbstractPlatformTransactionManager
Return whether nested transactions are allowed.
isNew() - Method in class org.springframework.mock.web.MockHttpSession
 
isNewSynchronization() - Method in class org.springframework.transaction.support.DefaultTransactionStatus
Return if a new transaction synchronization has been opened for this transaction.
isNewTransaction() - Method in class org.springframework.transaction.support.DefaultTransactionStatus
 
isNewTransaction() - Method in class org.springframework.transaction.support.SimpleTransactionStatus
 
isNewTransaction() - Method in interface org.springframework.transaction.TransactionStatus
Return if the transaction is new, else participating in an existing transaction.
isNumeric(int) - Static method in class org.springframework.jdbc.support.JdbcUtils
Check that a SQL type is numeric.
Isolation - Enum in org.springframework.transaction.annotation
Enumeration that represents transaction isolation levels for use with the JDK 1.5+ transaction annotation, corresponding to the TransactionDefinition interface.
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
 
isOpaque() - Method in class org.springframework.aop.framework.ProxyConfig
Return whether proxies created by this configuration should be prevented from being cast to Advised.
isOpen() - Method in class org.springframework.core.io.AbstractResource
This implementation always returns false.
isOpen() - Method in class org.springframework.core.io.InputStreamResource
This implementation always returns true.
isOpen() - Method in interface org.springframework.core.io.Resource
Return whether this resource represents a handle with an open stream.
isOpen() - Method in class org.springframework.transaction.support.ResourceHolderSupport
Return whether there are still open references to this holder.
isOptimize() - Method in class org.springframework.aop.framework.ProxyConfig
Return whether proxies should perform aggressive optimizations.
isOverloaded() - Method in class org.springframework.beans.factory.support.MethodOverride
Return whether the overridden method has to be considered as overloaded (that is, whether arg type matching has to happen).
isOverloadEnabled() - Method in class org.springframework.remoting.caucho.CauchoRemoteAccessor
 
isPattern(String) - Method in class org.springframework.util.AntPathMatcher
 
isPattern(String) - Method in interface org.springframework.util.PathMatcher
Return if the given string represents a pattern to be matched via this class: If not, the "match" method does not have to be used because direct equality comparisons are sufficient.
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.AbstractPointcutAdvisor
 
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.DynamicMethodMatcherPointcutAdvisor
 
isPerInstance() - Method in class org.springframework.aop.support.NameMatchMethodPointcutAdvisor
 
isPerInstance() - Method in class org.springframework.aop.support.StaticMethodMatcherPointcutAdvisor
 
isPopulateProtectedVariables() - Method in class org.springframework.test.AbstractDependencyInjectionSpringContextTests
 
isPrimitiveArray(Class) - Static method in class org.springframework.beans.BeanUtils
Check if the given class represents an array of primitives, i.e. boolean, byte, char, short, int, long, float, or double.
isPrimitiveWrapper(Class) - Static method in class org.springframework.beans.BeanUtils
Check if the given class represents a primitive wrapper, 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.
isPrototypeBased() - Method in class org.springframework.aop.framework.autoproxy.target.AbstractBeanFactoryBasedTargetSourceCreator
Return whether this TargetSourceCreator is prototype-based.
isPrototypeBased() - Method in class org.springframework.aop.framework.autoproxy.target.LazyInitTargetSourceCreator
 
isProxyTargetClass() - Method in interface org.springframework.aop.framework.Advised
Should we proxy the target class as well as any interfaces?
isProxyTargetClass() - Method in class org.springframework.aop.framework.ProxyConfig
Return whether to proxy the target class directly as well as any interfaces.
isPublishContext() - Method in class org.springframework.web.servlet.FrameworkServlet
Return whether to publish this servlet's context as a ServletContext attribute.
isPublishEvents() - Method in class org.springframework.web.servlet.FrameworkServlet
Return whether this servlet should publish a RequestHandlerEvent at the end of each request.
isPubSubDomain() - Method in class org.springframework.jms.connection.JmsTransactionManager102
Return whether the Publish/Subscribe domain (Topics) is used.
isPubSubDomain() - Method in class org.springframework.jms.connection.SingleConnectionFactory102
Return whether the Publish/Subscribe domain (Topics) is used.
isPubSubDomain() - Method in class org.springframework.jms.core.JmsTemplate
Return whether the Publish/Subscribe domain (Topics) is used.
isPubSubNoLocal() - Method in class org.springframework.jms.core.JmsTemplate
Return whether to inhibit the delivery of messages published by its own connection.
isReadableProperty(String) - Method in interface org.springframework.beans.BeanWrapper
Return whether this property is readable.
isReadableProperty(String) - Method in class org.springframework.beans.BeanWrapperImpl
 
isReadOnly() - Method in class org.springframework.transaction.interceptor.DelegatingTransactionAttribute
 
isReadOnly() - Method in class org.springframework.transaction.support.DefaultTransactionDefinition
 
isReadOnly() - Method in class org.springframework.transaction.support.DefaultTransactionStatus
Return if this transaction is defined as read-only transaction.
isReadOnly() - Method in interface org.springframework.transaction.TransactionDefinition
Return whether to optimize as read-only transaction.
isReference() - Method in class org.springframework.web.servlet.ModelAndView
Return whether we use a view reference, i.e. true if the view has been specified via a name to be resolved by the DispatcherServlet via a ViewResolver.
isRegisterTraceInterceptor() - Method in class org.springframework.remoting.support.RemoteExporter
Return whether to register a RemoteInvocationTraceInterceptor for exported services.
isRequestedSessionIdFromCookie() - Method in class org.springframework.mock.web.MockHttpServletRequest
 
isRequestedSessionIdFromURL() - Method in class org.springframework.mock.web.MockHttpServletRequest
 
isRequestedSessionIdFromUrl() - Method in class org.springframework.mock.web.MockHttpServletRequest
 
isRequestedSessionIdValid() - Method in class org.springframework.mock.web.MockHttpServletRequest
 
isRequireSession() - Method in class org.springframework.web.servlet.support.WebContentGenerator
Return whether a session is required to handle requests.
isResourceRef() - Method in class org.springframework.jndi.JndiLocatorSupport
Return whether the lookup occurs in a J2EE container.
isResultSetSupported() - Method in class org.springframework.jdbc.core.ResultSetSupportingSqlParameter
Does this parameter support a ResultSet, i.e. does it hold a ResultSetExtractor, RowCallbackHandler or RowMapper?
isReturnGeneratedKeys() - Method in class org.springframework.jdbc.object.RdbmsOperation
Return whether statements should be capable of returning auto-generated keys.
isReturnTypeSupported() - Method in class org.springframework.jdbc.core.SqlOutParameter
Return whether this parameter holds a custom return type.
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.jca.cci.connection.CciLocalTransactionManager
 
isRollbackOnly() - Method in class org.springframework.transaction.jta.JtaTransactionObject
 
isRollbackOnly() - Method in class org.springframework.transaction.support.AbstractTransactionStatus
Determine the rollback-only flag via checking both the local rollback-only flag of this TransactionStatus and the global rollback-only flag of the underlying transaction, if any.
isRollbackOnly() - Method in class org.springframework.transaction.support.ResourceHolderSupport
Return whether the resource transaction is marked as rollback-only.
isRollbackOnly() - Method in interface org.springframework.transaction.support.SmartTransactionObject
Return whether the transaction is internally marked as rollback-only.
isRollbackOnly() - Method in interface org.springframework.transaction.TransactionStatus
Return if the transaction has been set rollback-only.
isRowCallbackHandlerSupported() - Method in class org.springframework.jdbc.core.ResultSetSupportingSqlParameter
Does this parameter support a RowCallbackHandler, i.e. does it hold a RowCallbackHandler or RowMapper?
isRunning() - Method in class org.springframework.util.StopWatch
Return whether the stop watch is currently running.
isRuntime() - Method in interface org.springframework.aop.MethodMatcher
Is this MethodMatcher dynamic?
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
 
isRuntime() - Method in class org.springframework.aop.TrueMethodMatcher
 
isSavepointAllowed() - Method in class org.springframework.jdbc.datasource.JdbcTransactionObjectSupport
 
isSecure() - Method in class org.springframework.mock.web.MockHttpServletRequest
 
isSessionForm() - Method in class org.springframework.web.servlet.mvc.AbstractFormController
Return if session form mode is activated.
isSessionTransacted() - Method in class org.springframework.jms.support.JmsAccessor
Return whether the JMS sessions used for sending a message are transacted.
isSessionTransactional(Session, SessionFactory) - Static method in class org.springframework.orm.hibernate.SessionFactoryUtils
Return whether the given Hibernate Session is transactional, that is, bound to the current thread by Spring's transaction facilities.
isSessionTransactional(Session, SessionFactory) - Static method in class org.springframework.orm.hibernate3.SessionFactoryUtils
Return whether the given Hibernate Session is transactional, that is, bound to the current thread by Spring's transaction facilities.
isSetterDefinedInInterface(PropertyDescriptor, Set) - Static method in class org.springframework.beans.factory.support.AutowireUtils
Return whether the setter method of the given bean property is defined in any of the given interfaces.
isSigned(int) - Method in class org.springframework.jdbc.support.rowset.ResultSetWrappingSqlRowSetMetaData
 
isSigned(int) - Method in interface org.springframework.jdbc.support.rowset.SqlRowSetMetaData
Indicates whether the designated column contains a signed number.
isSimpleProperty(Class) - Static method in class org.springframework.beans.BeanUtils
Check if the given class represents a "simple" property, i.e. a primitive, a String, a Class, or a corresponding array.
isSingleSession() - Method in class org.springframework.orm.hibernate.support.OpenSessionInViewFilter
Return whether to use a single session for each request.
isSingleSession() - Method in class org.springframework.orm.hibernate.support.OpenSessionInViewInterceptor
Return whether to use a single session for each request.
isSingleSession() - Method in class org.springframework.orm.hibernate3.support.OpenSessionInViewFilter
Return whether to use a single session for each request.
isSingleSession() - Method in class org.springframework.orm.hibernate3.support.OpenSessionInViewInterceptor
Return whether to use a single session for each request.
isSingleton() - Method in class org.springframework.aop.framework.ProxyFactoryBean
 
isSingleton(String) - Method in interface org.springframework.beans.factory.BeanFactory
Is this bean a singleton?
isSingleton() - Method in class org.springframework.beans.factory.config.AbstractFactoryBean
 
isSingleton() - Method in interface org.springframework.beans.factory.config.BeanDefinition
Return whether this a Singleton, with a single, shared instance returned on all calls.
isSingleton() - Method in class org.springframework.beans.factory.config.BeanReferenceFactoryBean
 
isSingleton() - Method in class org.springframework.beans.factory.config.CommonsLogFactoryBean
 
isSingleton() - Method in class org.springframework.beans.factory.config.FieldRetrievingFactoryBean
 
isSingleton() - Method in class org.springframework.beans.factory.config.MethodInvokingFactoryBean
 
isSingleton() - Method in class org.springframework.beans.factory.config.PropertiesFactoryBean
 
isSingleton() - Method in class org.springframework.beans.factory.config.PropertyPathFactoryBean
While this FactoryBean will often be used for singleton targets, the invoked getters for the property path might return a new object for each call, so we have to assume that we're not returning the same object for each getObject() call.
isSingleton() - Method in class org.springframework.beans.factory.config.ResourceFactoryBean
 
isSingleton() - Method in class org.springframework.beans.factory.config.ServiceLocatorFactoryBean
 
isSingleton() - Method in interface org.springframework.beans.factory.FactoryBean
Is the bean managed by this factory a singleton or a prototype?
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() - Method in class org.springframework.cache.ehcache.EhCacheFactoryBean
 
isSingleton() - Method in class org.springframework.cache.ehcache.EhCacheManagerFactoryBean
 
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.jca.support.LocalConnectionFactoryBean
 
isSingleton() - Method in class org.springframework.jmx.access.MBeanProxyFactoryBean
 
isSingleton() - Method in class org.springframework.jmx.support.ConnectorServerFactoryBean
 
isSingleton() - Method in class org.springframework.jmx.support.MBeanServerConnectionFactoryBean
 
isSingleton() - Method in class org.springframework.jmx.support.MBeanServerFactoryBean
 
isSingleton() - Method in class org.springframework.jmx.support.WebLogicMBeanServerFactoryBean
 
isSingleton() - Method in class org.springframework.jndi.JndiObjectFactoryBean
 
isSingleton() - Method in class org.springframework.orm.hibernate.LocalSessionFactoryBean
 
isSingleton() - Method in class org.springframework.orm.hibernate3.FilterDefinitionFactoryBean
 
isSingleton() - Method in class org.springframework.orm.hibernate3.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.orm.jdo.TransactionAwarePersistenceManagerFactoryProxy
 
isSingleton() - Method in class org.springframework.orm.toplink.LocalSessionFactoryBean
 
isSingleton() - Method in class org.springframework.orm.toplink.support.TransactionAwareSessionAdapter
 
isSingleton() - Method in class org.springframework.remoting.caucho.BurlapProxyFactoryBean
 
isSingleton() - Method in class org.springframework.remoting.caucho.HessianProxyFactoryBean
 
isSingleton() - Method in class org.springframework.remoting.httpinvoker.HttpInvokerProxyFactoryBean
 
isSingleton() - Method in class org.springframework.remoting.jaxrpc.JaxRpcPortProxyFactoryBean
 
isSingleton() - Method in class org.springframework.remoting.jaxrpc.LocalJaxRpcServiceFactoryBean
 
isSingleton() - Method in class org.springframework.remoting.rmi.JndiRmiProxyFactoryBean
 
isSingleton() - Method in class org.springframework.remoting.rmi.RmiProxyFactoryBean
 
isSingleton() - Method in class org.springframework.remoting.rmi.RmiRegistryFactoryBean
 
isSingleton() - Method in class org.springframework.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.WebLogicServerTransactionManagerFactoryBean
 
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
 
isSingleton() - Method in class org.springframework.web.context.support.ServletContextAttributeFactoryBean
 
isSingleton() - Method in class org.springframework.web.context.support.ServletContextFactoryBean
 
isSingletonCurrentlyInCreation(String) - Method in class org.springframework.beans.factory.support.AbstractBeanFactory
Return whether the specified singleton is currently in creation
isSourceModified(Resource) - Method in class org.springframework.ui.velocity.SpringResourceLoader
 
isSqlReadyForUse() - Method in class org.springframework.jdbc.object.SqlCall
Return whether the SQL can be used as is.
isStatic() - Method in class org.springframework.aop.target.AbstractBeanFactoryBasedTargetSource
 
isStatic() - Method in class org.springframework.aop.target.EmptyTargetSource
 
isStatic() - Method in class org.springframework.aop.target.HotSwappableTargetSource
 
isStatic() - Method in class org.springframework.aop.target.SingletonTargetSource
 
isStatic() - Method in interface org.springframework.aop.TargetSource
Will all calls to getTarget() return the same object?
isStatic() - Method in class org.springframework.jndi.JndiObjectTargetSource
 
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 transaction synchronization is active for the current thread.
isSynchronizedWithTransaction() - Method in class org.springframework.transaction.support.ResourceHolderSupport
Return whether the resource is synchronized with a transaction.
isSynchronizeOnSession() - Method in class org.springframework.web.servlet.mvc.AbstractController
Return whether controller execution should be synchronized on the session.
isTargetFilterLifecycle() - Method in class org.springframework.web.filter.DelegatingFilterProxy
Return whether to invoke the Filter.init and Filter.destroy lifecycle methods on the target bean.
isToggleAscendingOnProperty() - Method in class org.springframework.beans.support.MutableSortDefinition
Return whether to toggle the ascending flag if the same property gets set again (that is, setProperty gets called with already set property name again).
isToParent() - Method in class org.springframework.beans.factory.config.RuntimeBeanReference
Return whether this is an explicit reference to a bean in the parent factory.
isToStringMethod(Method) - Static method in class org.springframework.aop.support.AopUtils
Return whether the given method is an "toString" method.
isTransactionSavepointManager() - Method in class org.springframework.transaction.support.DefaultTransactionStatus
Return whether the underlying transaction implements the SavepointManager interface.
isTrue(boolean, String) - Static method in class org.springframework.util.Assert
Assert a boolean expression, throwing IllegalArgumentException if the test result is false.
isTrue(boolean) - Static method in class org.springframework.util.Assert
Assert a boolean expression, throwing IllegalArgumentException if the test result is false.
isUpdatableResults() - Method in class org.springframework.jdbc.object.RdbmsOperation
Return whether statements will return updatable ResultSets.
isUrl(String) - Static method in class org.springframework.core.io.support.ResourcePatternUtils
Return whether the given resource location is a URL: either a special "classpath" or "classpath*" pseudo URL or a standard URL.
isUrl(String) - Static method in class org.springframework.util.ResourceUtils
Return whether the given resource location is a URL: either a special "classpath" pseudo URL or a standard URL.
isUseCacheControlHeader() - Method in class org.springframework.web.servlet.support.WebContentGenerator
Return whether the HTTP 1.1 cache-control header is used.
isUseExpiresHeader() - Method in class org.springframework.web.servlet.support.WebContentGenerator
Return whether the HTTP 1.0 expires header is used.
isUsePrefix() - Method in class org.springframework.aop.framework.autoproxy.DefaultAdvisorAutoProxyCreator
Return whether to exclude advisors with a certain prefix in the bean name.
isUserInRole(String) - Method in class org.springframework.mock.web.MockHttpServletRequest
 
isUseSqlStateForTranslation() - Method in class org.springframework.jdbc.support.SQLErrorCodes
 
isUseStrictCasing() - Method in class org.springframework.jmx.export.assembler.AbstractReflectiveMBeanInfoAssembler
Return whether strict casing for attributes is enabled.
isValidateAddresses() - Method in class org.springframework.mail.javamail.MimeMessageHelper
Return whether this helper will validate all addresses passed to it.
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
 
iterate(String) - Method in interface org.springframework.orm.hibernate.HibernateOperations
Execute a query for persistent instances.
iterate(String, Object) - Method in interface org.springframework.orm.hibernate.HibernateOperations
Execute a query for persistent instances, binding one value to a "?"
iterate(String, Object, Type) - Method in interface org.springframework.orm.hibernate.HibernateOperations
Execute a query for persistent instances, binding one value to a "?"
iterate(String, Object[]) - Method in interface org.springframework.orm.hibernate.HibernateOperations
Execute a query for persistent instances, binding a number of values to "?"
iterate(String, Object[], Type[]) - Method in interface org.springframework.orm.hibernate.HibernateOperations
Execute a query for persistent instances, binding a number of values to "?"
iterate(String) - Method in class org.springframework.orm.hibernate.HibernateTemplate
 
iterate(String, Object) - Method in class org.springframework.orm.hibernate.HibernateTemplate
 
iterate(String, Object, Type) - Method in class org.springframework.orm.hibernate.HibernateTemplate
 
iterate(String, Object[]) - Method in class org.springframework.orm.hibernate.HibernateTemplate
 
iterate(String, Object[], Type[]) - Method in class org.springframework.orm.hibernate.HibernateTemplate
 
iterate(String) - Method in interface org.springframework.orm.hibernate3.HibernateOperations
Execute a query for persistent instances.
iterate(String, Object) - Method in interface org.springframework.orm.hibernate3.HibernateOperations
Execute a query for persistent instances, binding one value to a "?"
iterate(String, Object[]) - Method in interface org.springframework.orm.hibernate3.HibernateOperations
Execute a query for persistent instances, binding a number of values to "?"
iterate(String) - Method in class org.springframework.orm.hibernate3.HibernateTemplate
 
iterate(String, Object) - Method in class org.springframework.orm.hibernate3.HibernateTemplate
 
iterate(String, Object[]) - Method in class org.springframework.orm.hibernate3.HibernateTemplate
 
iterator() - Method in class org.springframework.beans.factory.support.ManagedSet
 

J

JamonPerformanceMonitorInterceptor - Class in org.springframework.aop.interceptor
Performance monitor interceptor that uses JAMon library to perform the performance measurement on the intercepted method and output the stats.
JamonPerformanceMonitorInterceptor() - Constructor for class org.springframework.aop.interceptor.JamonPerformanceMonitorInterceptor
Create a new JamonPerformanceMonitorInterceptor with a static logger.
JamonPerformanceMonitorInterceptor(boolean) - Constructor for class org.springframework.aop.interceptor.JamonPerformanceMonitorInterceptor
Create a new JamonPerformanceMonitorInterceptor with a dynamic or static logger, according to the given flag.
JasperReportsCsvView - Class in org.springframework.web.servlet.view.jasperreports
Implementation of AbstractJasperReportsSingleFormatView that renders report results in CSV format.
JasperReportsCsvView() - Constructor for class org.springframework.web.servlet.view.jasperreports.JasperReportsCsvView
 
JasperReportsHtmlView - Class in org.springframework.web.servlet.view.jasperreports
Implementation of AbstractJasperReportsSingleFormatView that renders report results in HTML format.
JasperReportsHtmlView() - Constructor for class org.springframework.web.servlet.view.jasperreports.JasperReportsHtmlView
 
JasperReportsMultiFormatView - Class in org.springframework.web.servlet.view.jasperreports
Jasper Reports view class that allows for the actual rendering format to be specified at runtime using a parameter contained in the model.
JasperReportsMultiFormatView() - Constructor for class org.springframework.web.servlet.view.jasperreports.JasperReportsMultiFormatView
Creates a new JasperReportsMultiFormatView instance with a default set of mappings.
JasperReportsPdfView - Class in org.springframework.web.servlet.view.jasperreports
Implementation of AbstractJasperReportsSingleFormatView that renders report results in PDF format.
JasperReportsPdfView() - Constructor for class org.springframework.web.servlet.view.jasperreports.JasperReportsPdfView
 
JasperReportsUtils - Class in org.springframework.ui.jasperreports
Utility methods for working with JasperReports.
JasperReportsUtils() - Constructor for class org.springframework.ui.jasperreports.JasperReportsUtils
 
JasperReportsXlsView - Class in org.springframework.web.servlet.view.jasperreports
Implementation of AbstractJasperReportsSingleFormatView that renders report results in XLS format.
JasperReportsXlsView() - Constructor for class org.springframework.web.servlet.view.jasperreports.JasperReportsXlsView
 
JAVA_13 - Static variable in class org.springframework.core.JdkVersion
 
JAVA_14 - Static variable in class org.springframework.core.JdkVersion
 
JAVA_15 - Static variable in class org.springframework.core.JdkVersion
 
JavaMailSender - Interface in org.springframework.mail.javamail
Extended MailSender interface for JavaMail, supporting MIME messages both as direct arguments and through preparation callbacks.
JavaMailSenderImpl - Class in org.springframework.mail.javamail
Production implementation of the JavaMailSender interface.
JavaMailSenderImpl() - Constructor for class org.springframework.mail.javamail.JavaMailSenderImpl
Constructor for JavaMailSenderImpl.
javaScriptEscape(String) - Static method in class org.springframework.web.util.JavaScriptUtils
Turn special characters into escaped characters conforming to JavaScript.
JavaScriptUtils - Class in org.springframework.web.util
Utility class for JavaScript escaping.
JavaScriptUtils() - Constructor for class org.springframework.web.util.JavaScriptUtils
 
JaxRpcPortClientInterceptor - Class in org.springframework.remoting.jaxrpc
Interceptor for accessing a specific port of a JAX-RPC service.
JaxRpcPortClientInterceptor() - Constructor for class org.springframework.remoting.jaxrpc.JaxRpcPortClientInterceptor
 
JaxRpcPortProxyFactoryBean - Class in org.springframework.remoting.jaxrpc
FactoryBean for a specific port of a JAX-RPC service.
JaxRpcPortProxyFactoryBean() - Constructor for class org.springframework.remoting.jaxrpc.JaxRpcPortProxyFactoryBean
 
JaxRpcServicePostProcessor - Interface in org.springframework.remoting.jaxrpc
Callback interface for post-processing a JAX-RPC Service.
JBossNativeJdbcExtractor - Class in org.springframework.jdbc.support.nativejdbc
Implementation of the NativeJdbcExtractor interface for the JBoss 3.2 connection pool.
JBossNativeJdbcExtractor() - Constructor for class org.springframework.jdbc.support.nativejdbc.JBossNativeJdbcExtractor
This constructor retrieves JBoss JDBC wrapper classes, so we can get the underlying vendor connection using reflection.
JdbcAccessor - Class in org.springframework.jdbc.support
Base class for JdbcTemplate and other JDBC-accessing DAO helpers, defining common properties like DataSource and exception translator.
JdbcAccessor() - Constructor for class org.springframework.jdbc.support.JdbcAccessor
 
JdbcBeanDefinitionReader - Class in org.springframework.jdbc.core.support
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 in org.springframework.jdbc.core.support
Convenient super class for JDBC data access objects.
JdbcDaoSupport() - Constructor for class org.springframework.jdbc.core.support.JdbcDaoSupport
 
JdbcOperations - Interface in org.springframework.jdbc.core
Interface that specifies a basic set of JDBC operations.
JdbcTemplate - Class in org.springframework.jdbc.core
This is the central class in the JDBC core package.
JdbcTemplate() - Constructor for class org.springframework.jdbc.core.JdbcTemplate
Construct a new JdbcTemplate for bean usage.
JdbcTemplate(DataSource) - Constructor for class org.springframework.jdbc.core.JdbcTemplate
Construct a new JdbcTemplate, given a DataSource to obtain connections from.
JdbcTemplate(DataSource, boolean) - Constructor for class org.springframework.jdbc.core.JdbcTemplate
Construct a new JdbcTemplate, given a DataSource to obtain connections from.
jdbcTemplate - Variable in class org.springframework.test.AbstractTransactionalDataSourceSpringContextTests
 
JdbcTransactionObjectSupport - Class in org.springframework.jdbc.datasource
Convenient base class for JDBC-aware transaction objects.
JdbcTransactionObjectSupport() - Constructor for class org.springframework.jdbc.datasource.JdbcTransactionObjectSupport
 
JdbcUpdateAffectedIncorrectNumberOfRowsException - Exception in org.springframework.jdbc
Exception thrown when a JDBC update affects an unexpected number of rows.
JdbcUpdateAffectedIncorrectNumberOfRowsException(String, int, int) - Constructor for exception org.springframework.jdbc.JdbcUpdateAffectedIncorrectNumberOfRowsException
Constructor for JdbcUpdateAffectedIncorrectNumberOfRowsException.
JdbcUtils - Class in org.springframework.jdbc.support
Generic utility methods for working with JDBC.
JdbcUtils() - Constructor for class org.springframework.jdbc.support.JdbcUtils
 
JdkDynamicAopProxy - Class in org.springframework.aop.framework
InvocationHandler implementation for the Spring AOP framework, based on J2SE 1.3+ dynamic proxies.
JdkDynamicAopProxy(AdvisedSupport) - Constructor for class org.springframework.aop.framework.JdkDynamicAopProxy
Construct a new JDK proxy.
JdkRegexpMethodPointcut - Class in org.springframework.aop.support
Java 1.4 regular expression pointcut.
JdkRegexpMethodPointcut() - Constructor for class org.springframework.aop.support.JdkRegexpMethodPointcut
 
JdkVersion - Class in org.springframework.core
Helper class used to find the current Java/JDK version.
JdkVersion() - Constructor for class org.springframework.core.JdkVersion
 
JdoAccessor - Class in org.springframework.orm.jdo
Base class for JdoTemplate and JdoInterceptor, defining common properties like PersistenceManagerFactory and flushing behavior.
JdoAccessor() - Constructor for class org.springframework.orm.jdo.JdoAccessor
 
JdoCallback - Interface in org.springframework.orm.jdo
Callback interface for JDO code.
JdoDaoSupport - Class in org.springframework.orm.jdo.support
Convenient super class for JDO data access objects.
JdoDaoSupport() - Constructor for class org.springframework.orm.jdo.support.JdoDaoSupport
 
JdoDialect - Interface in org.springframework.orm.jdo
SPI 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 in org.springframework.orm.jdo
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
 
JdoObjectRetrievalFailureException - Exception in org.springframework.orm.jdo
JDO-specific subclass of ObjectRetrievalFailureException.
JdoObjectRetrievalFailureException(JDOObjectNotFoundException) - Constructor for exception org.springframework.orm.jdo.JdoObjectRetrievalFailureException
 
JdoOperations - Interface in org.springframework.orm.jdo
Interface that specifies a basic set of JDO operations.
JdoOptimisticLockingFailureException - Exception in org.springframework.orm.jdo
JDO-specific subclass of ObjectOptimisticLockingFailureException.
JdoOptimisticLockingFailureException(JDOOptimisticVerificationException) - Constructor for exception org.springframework.orm.jdo.JdoOptimisticLockingFailureException
 
JdoResourceFailureException - Exception in org.springframework.orm.jdo
JDO-specific subclass of DataAccessResourceFailureException.
JdoResourceFailureException(JDODataStoreException) - Constructor for exception org.springframework.orm.jdo.JdoResourceFailureException
 
JdoResourceFailureException(JDOFatalDataStoreException) - Constructor for exception org.springframework.orm.jdo.JdoResourceFailureException
 
JdoSystemException - Exception in org.springframework.orm.jdo
JDO-specific subclass of UncategorizedDataAccessException, for JDO system errors that do not match any concrete org.springframework.dao exceptions.
JdoSystemException(JDOException) - Constructor for exception org.springframework.orm.jdo.JdoSystemException
 
JdoTemplate - Class in org.springframework.orm.jdo
Helper class that simplifies JDO data access code, and converts JDOExceptions into Spring DataAccessExceptions, following 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.
JdoTemplate(PersistenceManagerFactory, boolean) - Constructor for class org.springframework.orm.jdo.JdoTemplate
Create a new JdoTemplate instance.
JdoTransactionManager - Class in org.springframework.orm.jdo
PlatformTransactionManager implementation for a single JDO PersistenceManagerFactory.
JdoTransactionManager() - Constructor for class org.springframework.orm.jdo.JdoTransactionManager
Create a new JdoTransactionManager instance.
JdoTransactionManager(PersistenceManagerFactory) - Constructor for class org.springframework.orm.jdo.JdoTransactionManager
Create a new JdoTransactionManager instance.
JdoUsageException - Exception in org.springframework.orm.jdo
JDO-specific subclass of InvalidDataAccessApiUsageException.
JdoUsageException(JDOUserException) - Constructor for exception org.springframework.orm.jdo.JdoUsageException
 
JdoUsageException(JDOFatalUserException) - Constructor for exception org.springframework.orm.jdo.JdoUsageException
 
JmsAccessor - Class in org.springframework.jms.support
Base class for JmsTemplate and other JMS-accessing gateway helpers, defining common properties like the ConnectionFactory.
JmsAccessor() - Constructor for class org.springframework.jms.support.JmsAccessor
 
JmsException - Exception in org.springframework.jms
Base class for exception thrown by the framework whenever it encounters a problem related to JMS.
JmsException(String) - Constructor for exception org.springframework.jms.JmsException
Constructor that takes a message.
JmsException(String, Throwable) - Constructor for exception org.springframework.jms.JmsException
Constructor that allows a message and a root cause.
JmsException(Throwable) - Constructor for exception org.springframework.jms.JmsException
Constructor that allows a plain root cause, intended for subclasses mirroring respective javax.jms exceptions.
JmsGatewaySupport - Class in org.springframework.jms.core.support
Convenient super class for application classes that need JMS access.
JmsGatewaySupport() - Constructor for class org.springframework.jms.core.support.JmsGatewaySupport
 
JmsOperations - Interface in org.springframework.jms.core
Interface that specifies a basic set of JMS operations.
JmsSecurityException - Exception in org.springframework.jms
Runtime exception mirroring the JMS JMSSecurityException.
JmsSecurityException(JMSSecurityException) - Constructor for exception org.springframework.jms.JmsSecurityException
 
JmsTemplate - Class in org.springframework.jms.core
Helper class that simplifies JMS access code.
JmsTemplate() - Constructor for class org.springframework.jms.core.JmsTemplate
Create a new JmsTemplate for bean-style usage.
JmsTemplate(ConnectionFactory) - Constructor for class org.springframework.jms.core.JmsTemplate
Create a new JmsTemplate, given a ConnectionFactory.
JmsTemplate102 - Class in org.springframework.jms.core
A subclass of JmsTemplate that uses the JMS 1.0.2 specification, rather than the JMS 1.1 methods used by JmsTemplate itself.
JmsTemplate102() - Constructor for class org.springframework.jms.core.JmsTemplate102
Create a new JmsTemplate102 for bean-style usage.
JmsTemplate102(ConnectionFactory, boolean) - Constructor for class org.springframework.jms.core.JmsTemplate102
Create a new JmsTemplate102, given a ConnectionFactory.
JmsTransactionManager - Class in org.springframework.jms.connection
PlatformTransactionManager implementation for a single JMS ConnectionFactory.
JmsTransactionManager() - Constructor for class org.springframework.jms.connection.JmsTransactionManager
Create a new JmsTransactionManager for bean-style usage.
JmsTransactionManager(ConnectionFactory) - Constructor for class org.springframework.jms.connection.JmsTransactionManager
Create a new JmsTransactionManager, given a ConnectionFactory.
JmsTransactionManager102 - Class in org.springframework.jms.connection
A subclass of JmsTransactionManager that uses the JMS 1.0.2 specification, rather than the JMS 1.1 methods used by JmsTransactionManager itself.
JmsTransactionManager102() - Constructor for class org.springframework.jms.connection.JmsTransactionManager102
Create a new JmsTransactionManager102 for bean-style usage.
JmsTransactionManager102(ConnectionFactory, boolean) - Constructor for class org.springframework.jms.connection.JmsTransactionManager102
Create a new JmsTransactionManager102, given a ConnectionFactory.
JmsUtils - Class in org.springframework.jms.support
Generic utility methods for working with JMS.
JmsUtils() - Constructor for class org.springframework.jms.support.JmsUtils
 
JmxAttributeSource - Interface in org.springframework.jmx.export.metadata
Interface used by the MetadataMBeanInfoAssembler to read source-level metadata from a managed resource's class.
JmxUtils - Class in org.springframework.jmx.support
Collection of generic utility methods to support Spring JMX.
JmxUtils() - Constructor for class org.springframework.jmx.support.JmxUtils
 
JndiAccessor - Class in org.springframework.jndi
Convenient superclass for JNDI accessors that provides "jndiTemplate" and "jndiEnvironment" bean properties.
JndiAccessor() - Constructor for class org.springframework.jndi.JndiAccessor
 
JndiCallback - Interface in org.springframework.jndi
Callback interface to be implemented by classes that need to perform an operation (such as a lookup) in a JNDI context.
JndiDestinationResolver - Class in org.springframework.jms.support.destination
Implementation of the DestinationResolver interface which interprets destination names as JNDI locations, falling back to dynamic destinations else.
JndiDestinationResolver() - Constructor for class org.springframework.jms.support.destination.JndiDestinationResolver
 
JndiLocatorSupport - Class in org.springframework.jndi
Convenient superclass for classes that can locate any number of JNDI objects.
JndiLocatorSupport() - Constructor for class org.springframework.jndi.JndiLocatorSupport
 
JndiObjectFactoryBean - Class in org.springframework.jndi
FactoryBean that looks up a JNDI object.
JndiObjectFactoryBean() - Constructor for class org.springframework.jndi.JndiObjectFactoryBean
 
JndiObjectLocator - Class in org.springframework.jndi
Convenient superclass for JNDI-based service locators.
JndiObjectLocator() - Constructor for class org.springframework.jndi.JndiObjectLocator
 
JndiObjectTargetSource - Class in org.springframework.jndi
TargetSource which performs a fresh JNDI lookup for each call.
JndiObjectTargetSource() - Constructor for class org.springframework.jndi.JndiObjectTargetSource
 
JndiRmiClientInterceptor - Class in org.springframework.remoting.rmi
Interceptor for accessing RMI services from JNDI.
JndiRmiClientInterceptor() - Constructor for class org.springframework.remoting.rmi.JndiRmiClientInterceptor
 
JndiRmiProxyFactoryBean - Class in org.springframework.remoting.rmi
Factory bean for RMI proxies from JNDI.
JndiRmiProxyFactoryBean() - Constructor for class org.springframework.remoting.rmi.JndiRmiProxyFactoryBean
 
JndiRmiServiceExporter - Class in org.springframework.remoting.rmi
Service exporter which binds RMI services to JNDI.
JndiRmiServiceExporter() - Constructor for class org.springframework.remoting.rmi.JndiRmiServiceExporter
 
JndiTemplate - Class in org.springframework.jndi
Helper class that simplifies JNDI operations.
JndiTemplate() - Constructor for class org.springframework.jndi.JndiTemplate
Create a new JndiTemplate instance.
JndiTemplate(Properties) - Constructor for class org.springframework.jndi.JndiTemplate
Create a new JndiTemplate instance, using the given environment.
JndiTemplateEditor - Class in org.springframework.jndi
Properties editor for JndiTemplate objects.
JndiTemplateEditor() - Constructor for class org.springframework.jndi.JndiTemplateEditor
 
JobDetailAwareTrigger - Interface in org.springframework.scheduling.quartz
Interface to be implemented by Quartz Triggers that are aware of the JobDetail object that they are associated with.
JobDetailBean - Class in org.springframework.scheduling.quartz
Convenience subclass of Quartz' JobDetail class that eases bean-style usage.
JobDetailBean() - Constructor for class org.springframework.scheduling.quartz.JobDetailBean
 
joinpointIdentification() - Method in class org.springframework.transaction.interceptor.TransactionAspectSupport.TransactionInfo
Return a String representation of this joinpoint (usually a Method call) for use in logging.
JotmFactoryBean - Class in org.springframework.transaction.jta
FactoryBean that retrieves the JTA UserTransaction/TransactionManager for ObjectWeb's JOTM.
JotmFactoryBean() - Constructor for class org.springframework.transaction.jta.JotmFactoryBean
 
JspAwareRequestContext - Class in org.springframework.web.servlet.support
JSP-aware subclass of RequestContext, allowing population of the context from a JSP PageContext.
JspAwareRequestContext(PageContext) - Constructor for class org.springframework.web.servlet.support.JspAwareRequestContext
Create a new JspAwareRequestContext for the given page context, using the request attributes for Errors retrieval.
JspAwareRequestContext(PageContext, Map) - Constructor for class org.springframework.web.servlet.support.JspAwareRequestContext
Create a new JspAwareRequestContext for the given page context, using the given model attributes for Errors retrieval.
JSTL_LOCALE_ATTRIBUTE - Static variable in class org.springframework.web.servlet.support.RequestContext
JSTL locale attribute, as used by JSTL implementations to expose their current locale.
JstlUtils - Class in org.springframework.web.servlet.support
Helper class for preparing JSTL views, in particular for exposing a JSTL localization context.
JstlUtils() - Constructor for class org.springframework.web.servlet.support.JstlUtils
 
JstlView - Class in org.springframework.web.servlet.view
Specialization of InternalResourceView for JSTL pages, i.e.
JstlView() - Constructor for class org.springframework.web.servlet.view.JstlView
 
JtaTransactionManager - Class in org.springframework.transaction.jta
PlatformTransactionManager implementation for JTA, i.e.
JtaTransactionManager() - Constructor for class org.springframework.transaction.jta.JtaTransactionManager
Create a new JtaTransactionManager instance, to be configured as bean.
JtaTransactionManager(UserTransaction) - Constructor for class org.springframework.transaction.jta.JtaTransactionManager
Create a new JtaTransactionManager instance.
JtaTransactionManager(UserTransaction, TransactionManager) - Constructor for class org.springframework.transaction.jta.JtaTransactionManager
Create a new JtaTransactionManager instance.
JtaTransactionManager(TransactionManager) - Constructor for class org.springframework.transaction.jta.JtaTransactionManager
Create a new JtaTransactionManager instance.
JtaTransactionObject - Class in org.springframework.transaction.jta
JTA transaction object, representing a UserTransaction.
JtaTransactionObject(UserTransaction) - Constructor for class org.springframework.transaction.jta.JtaTransactionObject
 

K

KEY_ATTRIBUTE - Static variable in class org.springframework.beans.factory.xml.DefaultXmlBeanDefinitionParser
 
KEY_ELEMENT - Static variable in class org.springframework.beans.factory.xml.DefaultXmlBeanDefinitionParser
 
KEY_REF_ATTRIBUTE - Static variable in class org.springframework.beans.factory.xml.DefaultXmlBeanDefinitionParser
 
KeyHolder - Interface in org.springframework.jdbc.support
Interface for retrieving keys, typically used for auto-generated keys as potentially returned by JDBC insert statements.
KeyNamingStrategy - Class in org.springframework.jmx.export.naming
ObjectNamingStrategy implementation that builds ObjectName instances from the key used in the "beans" map passed to MBeanExporter.
KeyNamingStrategy() - Constructor for class org.springframework.jmx.export.naming.KeyNamingStrategy
 
keySet() - Method in class org.springframework.beans.factory.support.ManagedMap
 
keySet() - Method in class org.springframework.util.CachingMapDecorator
 

L

LABEL_ORDER - Static variable in interface org.springframework.core.enums.LabeledEnum
Shared Comparator instance that sorts enumerations by LABEL_ORDER.
LabeledEnum - Interface in org.springframework.core.enums
A interface for objects that represent a labled enumeration.
LabeledEnumResolver - Interface in org.springframework.core.enums
Interface for looking up LabeledEnum instances.
last() - Method in class org.springframework.jdbc.support.rowset.ResultSetWrappingSqlRowSet
 
last() - Method in interface org.springframework.jdbc.support.rowset.SqlRowSet
Moves the cursor to the last row of this RowSet.
LAST_MODIFIED_METHOD_SUFFIX - Static variable in class org.springframework.web.servlet.mvc.multiaction.MultiActionController
Suffix for last-modified methods
LastModified - Interface in org.springframework.web.servlet.mvc
Supports last-modified HTTP requests to facilitate content caching.
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.
LazyConnectionDataSourceProxy - Class in org.springframework.jdbc.datasource
Proxy for a target DataSource, fetching actual JDBC Connections lazily, i.e. not until first creation of a Statement.
LazyConnectionDataSourceProxy() - Constructor for class org.springframework.jdbc.datasource.LazyConnectionDataSourceProxy
Create a new LazyConnectionDataSourceProxy.
LazyConnectionDataSourceProxy(DataSource) - Constructor for class org.springframework.jdbc.datasource.LazyConnectionDataSourceProxy
Create a new LazyConnectionDataSourceProxy.
LazyInitTargetSource - Class in org.springframework.aop.target
TargetSource that lazily accesses a singleton from a BeanFactory.
LazyInitTargetSource() - Constructor for class org.springframework.aop.target.LazyInitTargetSource
 
LazyInitTargetSourceCreator - Class in org.springframework.aop.framework.autoproxy.target
TargetSourceCreator that enforces a LazyInitTargetSource for each bean that is defined as "lazy-init".
LazyInitTargetSourceCreator() - Constructor for class org.springframework.aop.framework.autoproxy.target.LazyInitTargetSourceCreator
 
LetterCodedLabeledEnum - Class in org.springframework.core.enums
Implementation of LabeledEnum which uses a letter as the code type.
LetterCodedLabeledEnum(char, String) - Constructor for class org.springframework.core.enums.LetterCodedLabeledEnum
Create a new LetterCodedLabeledEnum instance.
list(String) - Method in class org.springframework.mock.jndi.SimpleNamingContext
 
list(Name) - Method in class org.springframework.mock.jndi.SimpleNamingContext
 
LIST_ELEMENT - Static variable in class org.springframework.beans.factory.xml.DefaultXmlBeanDefinitionParser
 
ListableBeanFactory - Interface in org.springframework.beans.factory
Extension of the BeanFactory interface to be implemented by bean factories that can enumerate all their bean instances, rather than attempting bean lookup by name one by one as requested by clients.
listBindings(String) - Method in class org.springframework.mock.jndi.SimpleNamingContext
 
listBindings(Name) - Method in class org.springframework.mock.jndi.SimpleNamingContext
 
ListFactoryBean - Class in org.springframework.beans.factory.config
Simple factory for shared List instances.
ListFactoryBean() - Constructor for class org.springframework.beans.factory.config.ListFactoryBean
 
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(Object, Serializable) - Method in interface org.springframework.orm.hibernate.HibernateOperations
Load the persistent instance with the given identifier into the given object, 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(Object, Serializable) - Method in class org.springframework.orm.hibernate.HibernateTemplate
 
load(Class, Serializable) - Method in interface org.springframework.orm.hibernate3.HibernateOperations
Return the persistent instance of the given entity class with the given identifier, throwing an exception if not found.
load(Class, Serializable, LockMode) - Method in interface org.springframework.orm.hibernate3.HibernateOperations
Return the persistent instance of the given entity class with the given identifier, throwing an exception if not found.
load(String, Serializable) - Method in interface org.springframework.orm.hibernate3.HibernateOperations
Return the persistent instance of the given entity class with the given identifier, throwing an exception if not found.
load(String, Serializable, LockMode) - Method in interface org.springframework.orm.hibernate3.HibernateOperations
Return the persistent instance of the given entity class with the given identifier, throwing an exception if not found.
load(Object, Serializable) - Method in interface org.springframework.orm.hibernate3.HibernateOperations
Load the persistent instance with the given identifier into the given object, throwing an exception if not found.
load(Class, Serializable) - Method in class org.springframework.orm.hibernate3.HibernateTemplate
 
load(Class, Serializable, LockMode) - Method in class org.springframework.orm.hibernate3.HibernateTemplate
 
load(String, Serializable) - Method in class org.springframework.orm.hibernate3.HibernateTemplate
 
load(String, Serializable, LockMode) - Method in class org.springframework.orm.hibernate3.HibernateTemplate
 
load(Object, Serializable) - Method in class org.springframework.orm.hibernate3.HibernateTemplate
 
load(Properties, InputStream) - Method in class org.springframework.util.DefaultPropertiesPersister
 
load(Properties, Reader) - Method in class org.springframework.util.DefaultPropertiesPersister
 
load(Properties, InputStream) - Method in interface org.springframework.util.PropertiesPersister
Load properties from the given InputStream into the given Properties object.
load(Properties, Reader) - Method in interface org.springframework.util.PropertiesPersister
Load properties from the given Reader into the given Properties object.
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
 
loadAll(Class) - Method in interface org.springframework.orm.hibernate3.HibernateOperations
Return all persistent instances of the given entity class.
loadAll(Class) - Method in class org.springframework.orm.hibernate3.HibernateTemplate
 
loadBeanDefinitions(Resource[]) - Method in class org.springframework.beans.factory.support.AbstractBeanDefinitionReader
 
loadBeanDefinitions(String) - Method in class org.springframework.beans.factory.support.AbstractBeanDefinitionReader
 
loadBeanDefinitions(Resource) - Method in interface org.springframework.beans.factory.support.BeanDefinitionReader
Load bean definitions from the specified resource.
loadBeanDefinitions(Resource[]) - Method in interface org.springframework.beans.factory.support.BeanDefinitionReader
Load bean definitions from the specified resources.
loadBeanDefinitions(String) - Method in interface org.springframework.beans.factory.support.BeanDefinitionReader
Load bean definitions from the specified resource location.
loadBeanDefinitions(Resource) - Method in class org.springframework.beans.factory.support.PropertiesBeanDefinitionReader
Load bean definitions from the specified properties file, using all property keys (i.e. not filtering by prefix).
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(DefaultListableBeanFactory) - Method in class org.springframework.context.support.AbstractRefreshableApplicationContext
Load bean definitions into the given bean factory, typically through delegating to one or more bean definition readers.
loadBeanDefinitions(DefaultListableBeanFactory) - Method in class org.springframework.context.support.AbstractXmlApplicationContext
Loads the bean definitions via an XmlBeanDefinitionReader.
loadBeanDefinitions(XmlBeanDefinitionReader) - Method in class org.springframework.context.support.AbstractXmlApplicationContext
Load the bean definitions with the given XmlBeanDefinitionReader.
loadBeanDefinitions(String) - Method in class org.springframework.jdbc.core.support.JdbcBeanDefinitionReader
Load bean definitions from the database via the given SQL string.
loadBeanDefinitions(DefaultListableBeanFactory) - Method in class org.springframework.web.context.support.XmlWebApplicationContext
Loads the bean definitions via an XmlBeanDefinitionReader.
loadBeanDefinitions(XmlBeanDefinitionReader) - Method in class org.springframework.web.context.support.XmlWebApplicationContext
Load the bean definitions with the given XmlBeanDefinitionReader.
loadBeanFactory() - Method in class org.springframework.ejb.support.AbstractEnterpriseBean
Load a Spring BeanFactory namespace.
loadBeanFactory() - Method in class org.springframework.ejb.support.AbstractStatefulSessionBean
Load a Spring BeanFactory namespace.
loadContext(Object) - Method in class org.springframework.test.AbstractSpringContextTests
 
loadContextLocations(String[]) - Method in class org.springframework.test.AbstractDependencyInjectionSpringContextTests
 
loadContextLocations(String[]) - Method in class org.springframework.test.AbstractSpringContextTests
Subclasses can invoke this to get a context key for the given location.
loadDatabaseSession(String, String, ClassLoader) - Method in class org.springframework.orm.toplink.LocalSessionFactory
Load the specified DatabaseSession from the TopLink sessions.xml configuration file.
loadFromXml(Properties, InputStream) - Method in class org.springframework.util.DefaultPropertiesPersister
 
loadFromXml(Properties, InputStream) - Method in interface org.springframework.util.PropertiesPersister
Load properties from the given XML InputStream into the given Properties object.
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 with default implementation (which may be overridden by a subclass), to load or obtain an ApplicationContext instance which will be used as the parent context of the root WebApplicationContext.
loadProperties(Properties) - Method in class org.springframework.core.io.support.PropertiesLoaderSupport
Load properties into the given 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
Delegates to buildView for creating a new instance of the specified view class, and applies the following Spring lifecycle methods (as supported by the generic Spring bean factory): ApplicationContextAware's setApplicationContext InitializingBean's afterPropertiesSet
loadView(String, Locale) - Method in class org.springframework.web.servlet.view.XmlViewResolver
 
LOB_CREATOR_SYNCHRONIZATION_ORDER - Static variable in class org.springframework.orm.hibernate.support.AbstractLobType
Order value for TransactionSynchronization objects that clean up LobCreators.
LOB_CREATOR_SYNCHRONIZATION_ORDER - Static variable in class org.springframework.orm.hibernate3.support.AbstractLobType
Order value for TransactionSynchronization objects that clean up LobCreators.
LOB_CREATOR_SYNCHRONIZATION_ORDER - Static variable in class org.springframework.orm.ibatis.support.AbstractLobTypeHandler
Order value for TransactionSynchronization objects that clean up LobCreators.
LobCreator - Interface in org.springframework.jdbc.support.lob
Interface that abstracts potentially database-specific creation of large binary fields and large text fields.
LobHandler - Interface in org.springframework.jdbc.support.lob
Abstraction for handling large binary fields and large text fields in specific databases, no matter if represented as simple types or Large OBjects.
LobRetrievalFailureException - Exception in org.springframework.jdbc
Exception to be thrown when a LOB could not be retrieved.
LobRetrievalFailureException(String) - Constructor for exception org.springframework.jdbc.LobRetrievalFailureException
Constructor for LobRetrievalFailureException.
LobRetrievalFailureException(String, IOException) - Constructor for exception org.springframework.jdbc.LobRetrievalFailureException
Constructor for LobRetrievalFailureException.
LOCAL_REF_ATTRIBUTE - Static variable in class org.springframework.beans.factory.xml.DefaultXmlBeanDefinitionParser
 
LocalConnectionFactoryBean - Class in org.springframework.jca.support
This FactoryBean creates a local JCA connection factory in "non-managed" mode (as defined by the Java Connector Architecture specification).
LocalConnectionFactoryBean() - Constructor for class org.springframework.jca.support.LocalConnectionFactoryBean
 
LocalDataSourceConnectionFactory - Class in org.springframework.orm.ojb.support
OJB connection factory that delegates to Spring-managed DataSource beans.
LocalDataSourceConnectionFactory() - Constructor for class org.springframework.orm.ojb.support.LocalDataSourceConnectionFactory
 
LocalDataSourceConnectionProvider - Class in org.springframework.orm.hibernate
Hibernate connection provider for local DataSource instances in an application context.
LocalDataSourceConnectionProvider() - Constructor for class org.springframework.orm.hibernate.LocalDataSourceConnectionProvider
 
LocalDataSourceConnectionProvider - Class in org.springframework.orm.hibernate3
Hibernate connection provider for local DataSource instances in an application context.
LocalDataSourceConnectionProvider() - Constructor for class org.springframework.orm.hibernate3.LocalDataSourceConnectionProvider
 
LocalDataSourceJobStore - Class in org.springframework.scheduling.quartz
Subclass of Quartz' JobStoreCMT class that delegates to a Spring-managed DataSource instead of using a Quartz-managed connection pool.
LocalDataSourceJobStore() - Constructor for class org.springframework.scheduling.quartz.LocalDataSourceJobStore
 
LOCALE_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.
LocaleChangeInterceptor - Class in org.springframework.web.servlet.i18n
Interceptor that allows for changing the current locale on every request, via a configurable request parameter.
LocaleChangeInterceptor() - Constructor for class org.springframework.web.servlet.i18n.LocaleChangeInterceptor
 
LocaleContext - Interface in org.springframework.context.i18n
Strategy interface for determining the current Locale.
LocaleContextHolder - Class in org.springframework.context.i18n
Simple holder class that associates a LocaleContext instance with the current thread.
LocaleContextHolder() - Constructor for class org.springframework.context.i18n.LocaleContextHolder
 
LocaleEditor - Class in org.springframework.beans.propertyeditors
Editor for java.util.Locale, to directly populate a Locale property.
LocaleEditor() - Constructor for class org.springframework.beans.propertyeditors.LocaleEditor
 
LocaleResolver - Interface in org.springframework.web.servlet
Interface for web-based locale resolution strategies that allows for both locale resolution via the request and locale modification via request and response.
LocalJaxRpcServiceFactory - Class in org.springframework.remoting.jaxrpc
Factory for locally defined JAX-RPC Service references.
LocalJaxRpcServiceFactory() - Constructor for class org.springframework.remoting.jaxrpc.LocalJaxRpcServiceFactory
 
LocalJaxRpcServiceFactoryBean - Class in org.springframework.remoting.jaxrpc
FactoryBean for locally defined JAX-RPC Service references.
LocalJaxRpcServiceFactoryBean() - Constructor for class org.springframework.remoting.jaxrpc.LocalJaxRpcServiceFactoryBean
 
LocalOjbConfigurer - Class in org.springframework.orm.ojb.support
This configurer needs to be defined as Spring bean when using LocalDataSourceConnectionFactory, to expose the Spring BeanFactory to the corresponding static field of the connection factory.
LocalOjbConfigurer() - Constructor for class org.springframework.orm.ojb.support.LocalOjbConfigurer
 
LocalPersistenceManagerFactoryBean - Class in org.springframework.orm.jdo
FactoryBean that creates a local JDO PersistenceManager instance.
LocalPersistenceManagerFactoryBean() - Constructor for class org.springframework.orm.jdo.LocalPersistenceManagerFactoryBean
 
LocalSessionFactory - Class in org.springframework.orm.toplink
Convenient JavaBean-style factory for a TopLink SessionFactory instance.
LocalSessionFactory() - Constructor for class org.springframework.orm.toplink.LocalSessionFactory
 
LocalSessionFactoryBean - Class in org.springframework.orm.hibernate
FactoryBean that creates a local Hibernate SessionFactory instance.
LocalSessionFactoryBean() - Constructor for class org.springframework.orm.hibernate.LocalSessionFactoryBean
 
LocalSessionFactoryBean - Class in org.springframework.orm.hibernate3
FactoryBean that creates a local Hibernate SessionFactory instance.
LocalSessionFactoryBean() - Constructor for class org.springframework.orm.hibernate3.LocalSessionFactoryBean
 
LocalSessionFactoryBean - Class in org.springframework.orm.toplink
Factory bean that configures a TopLink SessionFactory and provides it as bean reference.
LocalSessionFactoryBean() - Constructor for class org.springframework.orm.toplink.LocalSessionFactoryBean
 
LocalSlsbInvokerInterceptor - Class in org.springframework.ejb.access
Invoker for a local Stateless Session Bean.
LocalSlsbInvokerInterceptor() - Constructor for class org.springframework.ejb.access.LocalSlsbInvokerInterceptor
 
LocalStatelessSessionProxyFactoryBean - Class in org.springframework.ejb.access
Convenient factory for local Stateless Session Bean (SLSB) proxies.
LocalStatelessSessionProxyFactoryBean() - Constructor for class org.springframework.ejb.access.LocalStatelessSessionProxyFactoryBean
 
LocalTransactionManagerLookup - Class in org.springframework.orm.hibernate
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
 
LocalTransactionManagerLookup - Class in org.springframework.orm.hibernate3
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.hibernate3.LocalTransactionManagerLookup
 
locateMBeanServer() - Static method in class org.springframework.jmx.support.JmxUtils
Attempt to find a locally running MBeanServer.
locateMBeanServer(String) - Static method in class org.springframework.jmx.support.JmxUtils
Attempt to find a locally running MBeanServer.
locateMBeanServer(String) - Method in class org.springframework.jmx.support.MBeanServerFactoryBean
Attempt to locate an existing MBeanServer.
LOCATOR_FACTORY_KEY_PARAM - Static variable in class org.springframework.web.context.ContextLoader
Optional servlet context parameter used only when obtaining a parent context using the default implementation of ContextLoader.loadParentContext(ServletContext servletContext).
LOCATOR_FACTORY_SELECTOR_PARAM - Static variable in class org.springframework.web.context.ContextLoader
Optional servlet context parameter used only when obtaining a parent context using the default implementation of ContextLoader.loadParentContext(ServletContext servletContext).
lock(Object, LockMode) - Method in interface org.springframework.orm.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
 
lock(Object, LockMode) - Method in interface org.springframework.orm.hibernate3.HibernateOperations
Obtain the specified lock level upon the given object, implicitly checking whether the corresponding database entry still exists (throwing an OptimisticLockingFailureException if not found).
lock(String, Object, LockMode) - Method in interface org.springframework.orm.hibernate3.HibernateOperations
Obtain the specified lock level upon the given object, implicitly checking whether the corresponding database entry still exists (throwing an OptimisticLockingFailureException if not found).
lock(Object, LockMode) - Method in class org.springframework.orm.hibernate3.HibernateTemplate
 
lock(String, Object, LockMode) - Method in class org.springframework.orm.hibernate3.HibernateTemplate
 
log(String) - Method in class org.springframework.mock.web.MockServletContext
 
log(Exception, String) - Method in class org.springframework.mock.web.MockServletContext
 
log(String, Throwable) - Method in class org.springframework.mock.web.MockServletContext
 
log(SessionLogEntry) - Method in class org.springframework.orm.toplink.support.CommonsLoggingSessionLog
 
log(SessionLogEntry) - Method in class org.springframework.orm.toplink.support.CommonsLoggingSessionLog
Throws an UnsupportedOperationException: This method is not called any longer as of TopLink 10.1.3, but abstract in 10.1.3 Preview 3 (which we want to be able to compile against).
log(SessionLogEntry) - Method in class org.springframework.orm.toplink.support.CommonsLoggingSessionLog904
 
Log4jConfigListener - Class in org.springframework.web.util
Bootstrap listener for custom Log4J initialization in a web environment.
Log4jConfigListener() - Constructor for class org.springframework.web.util.Log4jConfigListener
 
Log4jConfigServlet - Class in org.springframework.web.util
Bootstrap servlet for custom Log4J initialization in a web environment.
Log4jConfigServlet() - Constructor for class org.springframework.web.util.Log4jConfigServlet
 
Log4jConfigurer - Class in org.springframework.util
Convenience class that features simple methods for custom Log4J configuration.
Log4jConfigurer() - Constructor for class org.springframework.util.Log4jConfigurer
 
Log4jWebConfigurer - Class in org.springframework.web.util
Convenience class that performs custom Log4J initialization for web environments, allowing for log file paths within the web application, with the option to perform automatic refresh checks (for runtime changes in logging configuration).
Log4jWebConfigurer() - Constructor for class org.springframework.web.util.Log4jWebConfigurer
 
logger - Variable in class org.springframework.aop.framework.autoproxy.target.AbstractBeanFactoryBasedTargetSourceCreator
 
logger - Static variable in class org.springframework.aop.framework.Cglib2AopProxy
Static to optimize serialization
logger - Variable in class org.springframework.aop.framework.ProxyConfig
Transient to optimize serialization: AdvisedSupport resets it.
logger - Static variable in class org.springframework.aop.interceptor.ClassLoaderAnalyzerInterceptor
Static to avoid serializing the logger
logger - Static variable in class org.springframework.aop.interceptor.ConcurrencyThrottleInterceptor
Static to avoid serializing the logger
logger - Variable in class org.springframework.aop.support.AbstractRegexpMethodPointcut
Transient as it's reinitialized on deserialization
logger - Variable in class org.springframework.aop.support.IntroductionInfoSupport
 
logger - Variable in class org.springframework.aop.support.RegexpMethodPointcutAdvisor
 
logger - Variable in class org.springframework.aop.target.AbstractBeanFactoryBasedTargetSource
 
logger - Static variable in class org.springframework.beans.factory.access.SingletonBeanFactoryLocator
 
logger - Variable in class org.springframework.beans.factory.config.AbstractFactoryBean
Logger available to subclasses
logger - Variable in class org.springframework.beans.factory.support.AbstractBeanDefinitionReader
 
logger - Variable in class org.springframework.beans.factory.support.AbstractBeanFactory
Logger available to subclasses
logger - Variable in class org.springframework.beans.factory.support.BeanDefinitionValueResolver
 
logger - Variable in class org.springframework.beans.factory.support.SimpleInstantiationStrategy
 
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.support.PropertyComparator
 
logger - Variable in class org.springframework.cache.ehcache.EhCacheFactoryBean
 
logger - Variable in class org.springframework.cache.ehcache.EhCacheManagerFactoryBean
 
logger - Variable in class org.springframework.context.support.AbstractApplicationContext
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 - Variable in class org.springframework.core.enums.AbstractCachingLabeledEnumResolver
 
logger - Static variable in class org.springframework.core.io.AbstractPathResolvingPropertyEditor
 
logger - Variable in class org.springframework.core.io.support.PathMatchingResourcePatternResolver
 
logger - Variable in class org.springframework.core.io.support.PropertiesLoaderSupport
Logger available to subclasses
logger - Variable in class org.springframework.dao.support.DaoSupport
Logger available to subclasses
logger - Variable in class org.springframework.ejb.support.AbstractMessageDrivenBean
 
logger - Variable in class org.springframework.ejb.support.AbstractStatelessSessionBean
 
logger - Variable in class org.springframework.jca.cci.connection.SingleConnectionFactory
 
logger - Variable in class org.springframework.jdbc.datasource.AbstractDataSource
 
logger - Static variable in class org.springframework.jdbc.datasource.JdbcTransactionObjectSupport
 
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.JdbcAccessor
 
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.jdbc.support.nativejdbc.SimpleNativeJdbcExtractor
 
logger - Variable in class org.springframework.jdbc.support.nativejdbc.WebSphereNativeJdbcExtractor
 
logger - Static variable in class org.springframework.jdbc.support.SQLErrorCodesFactory
 
logger - Variable in class org.springframework.jdbc.support.SQLErrorCodeSQLExceptionTranslator
 
logger - Variable in class org.springframework.jdbc.support.SQLStateSQLExceptionTranslator
 
logger - Variable in class org.springframework.jms.connection.SingleConnectionFactory
 
logger - Variable in class org.springframework.jms.core.support.JmsGatewaySupport
 
logger - Variable in class org.springframework.jms.support.JmsAccessor
 
logger - Variable in class org.springframework.jmx.export.MBeanExporter
Log instance for this class.
logger - Variable in class org.springframework.jmx.export.naming.KeyNamingStrategy
Log instance for this class.
logger - Variable in class org.springframework.jmx.support.ConnectorServerFactoryBean
 
logger - Variable in class org.springframework.jmx.support.MBeanServerFactoryBean
 
logger - Variable in class org.springframework.jndi.JndiAccessor
Logger, available to subclasses.
logger - Variable in class org.springframework.jndi.JndiTemplate
 
logger - Variable in class org.springframework.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.AbstractLobType
 
logger - Variable in class org.springframework.orm.hibernate3.HibernateAccessor
 
logger - Variable in class org.springframework.orm.hibernate3.LocalSessionFactoryBean
 
logger - Variable in class org.springframework.orm.hibernate3.support.AbstractLobType
 
logger - Variable in class org.springframework.orm.jdo.DefaultJdoDialect
 
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.OpenPersistenceManagerInViewInterceptor
 
logger - Variable in class org.springframework.orm.toplink.LocalSessionFactory
 
logger - Variable in class org.springframework.orm.toplink.TopLinkAccessor
 
logger - Variable in class org.springframework.remoting.httpinvoker.AbstractHttpInvokerRequestExecutor
 
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.RmiRegistryFactoryBean
 
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.remoting.support.RemoteInvocationTraceInterceptor
 
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.test.AbstractSpringContextTests
Logger available to subclasses.
logger - Variable in class org.springframework.transaction.interceptor.AbstractFallbackTransactionAttributeSource
 
logger - Variable in class org.springframework.transaction.interceptor.MethodMapTransactionAttributeSource
 
logger - Static variable in class org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource
Static for optimal serialization
logger - Static variable in class org.springframework.transaction.interceptor.RuleBasedTransactionAttribute
Static for optimal serializability
logger - Variable in class org.springframework.transaction.interceptor.TransactionAspectSupport
Transient to avoid serialization.
logger - Variable in class org.springframework.transaction.interceptor.TransactionAttributeSourceEditor
 
logger - Variable in class org.springframework.transaction.jta.WebLogicServerTransactionManagerFactoryBean
 
logger - Variable in class org.springframework.transaction.jta.WebSphereTransactionManagerFactoryBean
 
logger - Variable in class org.springframework.transaction.support.AbstractPlatformTransactionManager
Transient to optimize serialization
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 - Static variable in class org.springframework.validation.DataBinder
We'll create a lot of DataBinder instances: Let's use a static logger.
logger - Variable in class org.springframework.web.context.support.PerformanceMonitorListener
 
logger - Variable in class org.springframework.web.context.support.ServletContextAttributeExporter
 
logger - Variable in class org.springframework.web.context.support.ServletContextAwareProcessor
 
logger - Variable in class org.springframework.web.filter.GenericFilterBean
Logger available to subclasses
logger - Variable in class org.springframework.web.jsf.DelegatingVariableResolver
 
logger - Static variable in class org.springframework.web.multipart.commons.CommonsMultipartFile
 
logger - Variable in class org.springframework.web.multipart.commons.CommonsMultipartResolver
 
logger - Static variable in class org.springframework.web.multipart.cos.CosMultipartHttpServletRequest
 
logger - Variable in class org.springframework.web.multipart.cos.CosMultipartResolver
 
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.handler.AbstractHandlerMapping
 
logger - Variable in class org.springframework.web.servlet.handler.SimpleMappingExceptionResolver
 
logger - Variable in class org.springframework.web.servlet.HttpServletBean
Logger available to subclasses
logger - Variable in class org.springframework.web.servlet.mvc.multiaction.AbstractUrlMethodNameResolver
 
logger - Variable in class org.springframework.web.servlet.tags.RequestContextAwareTag
 
logger - Variable in class org.springframework.web.struts.ContextLoaderPlugIn
 
logger - Static variable in class org.springframework.web.struts.DelegatingActionUtils
 
logger - Variable in class org.springframework.web.util.CookieGenerator
 
logVelocityMessage(int, String) - Method in class org.springframework.ui.velocity.CommonsLoggingLogSystem
 
longResult(Collection) - Static method in class org.springframework.dao.support.DataAccessUtils
Return a unique long result from the given Collection.
lookup() - Method in class org.springframework.ejb.access.AbstractRemoteSlsbInvokerInterceptor
This overridden lookup implementation performs a narrow operation after the JNDI lookup, provided that a home interface is specified.
lookup(String) - Method in class org.springframework.jndi.JndiLocatorSupport
Perform an actual JNDI lookup for the given name via the JndiTemplate.
lookup() - Method in class org.springframework.jndi.JndiObjectLocator
Perform the actual JNDI lookup via the JndiTemplate.
lookup(String) - Method in class org.springframework.jndi.JndiTemplate
Look up the object with the given name in the current JNDI context.
lookup(String, Class) - Method in class org.springframework.jndi.JndiTemplate
Look up the object with the given name in the current JNDI context.
lookup(String) - Method in class org.springframework.mock.jndi.ExpectedLookupTemplate
If the name is the expected name specified in the constructor, return the object provided in the constructor.
lookup(String) - Method in class org.springframework.mock.jndi.SimpleNamingContext
Look up the object with the given name.
lookup(Name) - Method in class org.springframework.mock.jndi.SimpleNamingContext
 
LOOKUP_METHOD_ELEMENT - Static variable in class org.springframework.beans.factory.xml.DefaultXmlBeanDefinitionParser
 
lookupCacheSeconds(String) - Method in class org.springframework.web.servlet.mvc.WebContentInterceptor
Look up a cache seconds value for the given URL path.
lookupConnection(JdbcConnectionDescriptor) - Method in class org.springframework.orm.ojb.support.LocalDataSourceConnectionFactory
 
LookupDispatchActionSupport - Class in org.springframework.web.struts
Convenience class for Spring-aware Struts 1.1+ LookupDispatchActions.
LookupDispatchActionSupport() - Constructor for class org.springframework.web.struts.LookupDispatchActionSupport
 
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.mock.jndi.SimpleNamingContext
 
lookupLink(Name) - Method in class org.springframework.mock.jndi.SimpleNamingContext
 
lookupMultipartResolver(HttpServletRequest) - Method in class org.springframework.web.multipart.support.MultipartFilter
Look up the MultipartResolver that this filter should use, taking the current HTTP request as argument.
lookupMultipartResolver() - Method in class org.springframework.web.multipart.support.MultipartFilter
Look for a MultipartResolver bean in the root web application context.
LookupOverride - Class in org.springframework.beans.factory.support
Represents an override of a method that looks up an object in the same IoC context.
LookupOverride(String, String) - Constructor for class org.springframework.beans.factory.support.LookupOverride
Construct a new LookupOverride.
lookupPersistenceManagerFactory(HttpServletRequest) - Method in class org.springframework.orm.jdo.support.OpenPersistenceManagerInViewFilter
Look up the PersistenceManagerFactory that this filter should use, taking the current HTTP request as argument.
lookupPersistenceManagerFactory() - Method in class org.springframework.orm.jdo.support.OpenPersistenceManagerInViewFilter
Look up the PersistenceManagerFactory that this filter should use.
lookupSessionFactory(HttpServletRequest) - Method in class org.springframework.orm.hibernate.support.OpenSessionInViewFilter
Look up the SessionFactory that this filter should use, taking the current HTTP request as argument.
lookupSessionFactory() - Method in class org.springframework.orm.hibernate.support.OpenSessionInViewFilter
Look up the SessionFactory that this filter should use.
lookupSessionFactory(HttpServletRequest) - Method in class org.springframework.orm.hibernate3.support.OpenSessionInViewFilter
Look up the SessionFactory that this filter should use, taking the current HTTP request as argument.
lookupSessionFactory() - Method in class org.springframework.orm.hibernate3.support.OpenSessionInViewFilter
Look up the SessionFactory that this filter should use.
lookupStub() - Method in class org.springframework.remoting.rmi.JndiRmiClientInterceptor
Create the RMI stub, typically by looking it up.
lookupStub() - Method in class org.springframework.remoting.rmi.RmiClientInterceptor
Create the RMI stub, typically by looking it up.
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

MailAuthenticationException - Exception in org.springframework.mail
Exception thrown on failed authentication.
MailAuthenticationException(String) - Constructor for exception org.springframework.mail.MailAuthenticationException
Constructor for MailAuthenticationException.
MailAuthenticationException(String, Throwable) - Constructor for exception org.springframework.mail.MailAuthenticationException
Constructor for MailAuthenticationException.
MailAuthenticationException(Throwable) - Constructor for exception org.springframework.mail.MailAuthenticationException
Constructor for MailAuthenticationException.
MailException - Exception in org.springframework.mail
Base class for all mail exceptions.
MailException(String) - Constructor for exception org.springframework.mail.MailException
Constructor for MailException.
MailException(String, Throwable) - Constructor for exception org.springframework.mail.MailException
Constructor for MailException.
MailMessage - Interface in org.springframework.mail
This is a common interface for mail messages, allowing a user to set key values required in assembling a mail message, without needing to know if the underlying message is a simple text message or a more sophisticated MIME message.
MailParseException - Exception in org.springframework.mail
Exception thrown if illegal message properties are encountered.
MailParseException(String) - Constructor for exception org.springframework.mail.MailParseException
Constructor for MailParseException.
MailParseException(String, Throwable) - Constructor for exception org.springframework.mail.MailParseException
Constructor for MailParseException.
MailParseException(Throwable) - Constructor for exception org.springframework.mail.MailParseException
Constructor for MailParseException.
MailPreparationException - Exception in org.springframework.mail
Exception to be thrown by user code if a mail cannot be prepared properly, for example when a Velocity template cannot be rendered for the mail text.
MailPreparationException(String) - Constructor for exception org.springframework.mail.MailPreparationException
Constructor for MailPreparationException.
MailPreparationException(String, Throwable) - Constructor for exception org.springframework.mail.MailPreparationException
Constructor for MailPreparationException.
MailPreparationException(Throwable) - Constructor for exception org.springframework.mail.MailPreparationException
 
MailSender - Interface in org.springframework.mail
This interface defines a strategy for sending simple mails.
MailSendException - Exception in org.springframework.mail
Exception thrown when a mail sending error is encountered.
MailSendException(String) - Constructor for exception org.springframework.mail.MailSendException
Constructor for MailSendException.
MailSendException(String, Throwable) - Constructor for exception org.springframework.mail.MailSendException
Constructor for MailSendException.
MailSendException(Map) - Constructor for exception org.springframework.mail.MailSendException
Constructor for registration of failed messages, with the messages that failed as keys, and the thrown exceptions as values.
makeObject() - Method in class org.springframework.aop.target.CommonsPoolTargetSource
 
makePersistent(Object) - Method in interface org.springframework.orm.jdo.JdoOperations
Make the given transient instance persistent.
makePersistent(Object) - Method in class org.springframework.orm.jdo.JdoTemplate
 
makePersistentAll(Collection) - Method in interface org.springframework.orm.jdo.JdoOperations
Make the given transient instances persistent.
makePersistentAll(Collection) - Method in class org.springframework.orm.jdo.JdoTemplate
 
ManagedAttribute - Annotation Type in org.springframework.jmx.export.annotation
JDK 1.5+ method-level annotation that indicates to expose a given bean property as JMX attribute, corresponding to the ManagedAttribute attribute.
ManagedAttribute - Class in org.springframework.jmx.export.metadata
Metadata that indicates to expose a given bean property as JMX attribute.
ManagedAttribute() - Constructor for class org.springframework.jmx.export.metadata.ManagedAttribute
 
ManagedList - Class in org.springframework.beans.factory.support
Tag subclass used to hold managed List elements, which may include runtime bean references.
ManagedList() - Constructor for class org.springframework.beans.factory.support.ManagedList
 
ManagedList(int) - Constructor for class org.springframework.beans.factory.support.ManagedList
 
ManagedMap - Class in org.springframework.beans.factory.support
Tag collection class used to hold managed Map values, which may include runtime bean references.
ManagedMap() - Constructor for class org.springframework.beans.factory.support.ManagedMap
 
ManagedMap(int) - Constructor for class org.springframework.beans.factory.support.ManagedMap
 
ManagedMap(Map) - Constructor for class org.springframework.beans.factory.support.ManagedMap
 
ManagedOperation - Annotation Type in org.springframework.jmx.export.annotation
JDK 1.5+ method-level annotation that indicates to expose a given method as JMX operation, corresponding to the ManagedOperation attribute.
ManagedOperation - Class in org.springframework.jmx.export.metadata
Metadata that indicates to expose a given method as JMX operation.
ManagedOperation() - Constructor for class org.springframework.jmx.export.metadata.ManagedOperation
 
ManagedOperationParameter - Annotation Type in org.springframework.jmx.export.annotation
JDK 1.5+ method-level annotation used to provide metadata about operation parameters, corresponding to a ManagedOperationParameter attribute.
ManagedOperationParameter - Class in org.springframework.jmx.export.metadata
Metadata about JMX operation parameters.
ManagedOperationParameter() - Constructor for class org.springframework.jmx.export.metadata.ManagedOperationParameter
 
ManagedOperationParameters - Annotation Type in org.springframework.jmx.export.annotation
JDK 1.5+ method-level annotation used to provide metadata about operation parameters, corresponding to an array of ManagedOperationParameter attributes.
ManagedResource - Annotation Type in org.springframework.jmx.export.annotation
JDK 1.5+ class-level annotation that indicates to register instances of a class with a JMX server, corresponding to the ManagedResource attribute.
ManagedResource - Class in org.springframework.jmx.export.metadata
Metadata that indicates to register instances of a given class with a JMX server.
ManagedResource() - Constructor for class org.springframework.jmx.export.metadata.ManagedResource
 
ManagedSet - Class in org.springframework.beans.factory.support
Tag collection class used to hold managed Set values, which may include runtime bean references.
ManagedSet() - Constructor for class org.springframework.beans.factory.support.ManagedSet
 
ManagedSet(int) - Constructor for class org.springframework.beans.factory.support.ManagedSet
 
ManagedSet(Set) - Constructor for class org.springframework.beans.factory.support.ManagedSet
 
managedVariableNames - Variable in class org.springframework.test.AbstractDependencyInjectionSpringContextTests
 
MAP_ELEMENT - Static variable in class org.springframework.beans.factory.xml.DefaultXmlBeanDefinitionParser
 
MapFactoryBean - Class in org.springframework.beans.factory.config
Simple factory for shared Map instances.
MapFactoryBean() - Constructor for class org.springframework.beans.factory.config.MapFactoryBean
 
MappingCommAreaOperation - Class in org.springframework.jca.cci.object
EIS operation object for access to COMMAREA records.
MappingCommAreaOperation() - Constructor for class org.springframework.jca.cci.object.MappingCommAreaOperation
Create a new MappingCommAreaQuery.
MappingCommAreaOperation(ConnectionFactory, InteractionSpec) - Constructor for class org.springframework.jca.cci.object.MappingCommAreaOperation
Create a new MappingCommAreaQuery.
MappingDispatchActionSupport - Class in org.springframework.web.struts
Convenience class for Spring-aware Struts 1.2 MappingDispatchActions.
MappingDispatchActionSupport() - Constructor for class org.springframework.web.struts.MappingDispatchActionSupport
 
MappingRecordOperation - Class in org.springframework.jca.cci.object
EIS operation object that expects mapped input and output objects, converting to and from CCI Records.
MappingRecordOperation() - Constructor for class org.springframework.jca.cci.object.MappingRecordOperation
Constructor that allows use as a JavaBean.
MappingRecordOperation(ConnectionFactory, InteractionSpec) - Constructor for class org.springframework.jca.cci.object.MappingRecordOperation
Convenient constructor with ConnectionFactory and specifications (connection and interaction).
MappingRecordOperation.RecordCreatorImpl - Class in org.springframework.jca.cci.object
Implementation of RecordCreator that calls the enclosing class's createInputRecord method.
MappingRecordOperation.RecordCreatorImpl(Object) - Constructor for class org.springframework.jca.cci.object.MappingRecordOperation.RecordCreatorImpl
 
MappingRecordOperation.RecordExtractorImpl - Class in org.springframework.jca.cci.object
Implementation of RecordExtractor that calls the enclosing class's extractOutputData method.
MappingRecordOperation.RecordExtractorImpl() - Constructor for class org.springframework.jca.cci.object.MappingRecordOperation.RecordExtractorImpl
 
MappingSqlQuery - Class in org.springframework.jdbc.object
Reusable query in which concrete subclasses must implement the abstract mapRow(ResultSet, int) method to convert each row of the JDBC ResultSet into an object.
MappingSqlQuery() - Constructor for class org.springframework.jdbc.object.MappingSqlQuery
Constructor that allows use as a JavaBean.
MappingSqlQuery(DataSource, String) - Constructor for class org.springframework.jdbc.object.MappingSqlQuery
Convenient constructor with DataSource and SQL string.
MappingSqlQueryWithParameters - Class in org.springframework.jdbc.object
Reusable RDBMS query in which concrete subclasses must implement the abstract mapRow(ResultSet, int) method to map each row of the JDBC ResultSet into an object.
MappingSqlQueryWithParameters() - Constructor for class org.springframework.jdbc.object.MappingSqlQueryWithParameters
Constructor to allow use as a JavaBean
MappingSqlQueryWithParameters(DataSource, String) - Constructor for class org.springframework.jdbc.object.MappingSqlQueryWithParameters
Convenient constructor with DataSource and SQL string.
MappingSqlQueryWithParameters.ResultReaderImpl - Class in org.springframework.jdbc.object
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.
mapRow(ResultSet, int) - Method in class org.springframework.jdbc.core.ColumnMapRowMapper
 
mapRow(ResultSet, int) - Method in interface org.springframework.jdbc.core.RowMapper
Implementations must implement this method to map each row of data in the ResultSet.
mapRow(ResultSet, int) - Method in class org.springframework.jdbc.core.SingleColumnRowMapper
 
mapRow(ResultSet, int, Object[], Map) - Method in class org.springframework.jdbc.object.MappingSqlQuery
This method is implemented to invoke the simpler mapRow template method, ignoring parameters.
mapRow(ResultSet, int) - Method in class org.springframework.jdbc.object.MappingSqlQuery
Subclasses must implement this method to convert each row of the ResultSet into an object of the result type.
mapRow(ResultSet, int, Object[], Map) - Method in class org.springframework.jdbc.object.MappingSqlQueryWithParameters
Subclasses must implement this method to convert each row of the ResultSet into an object of the result type.
mapRow(ResultSet, int) - Method in class org.springframework.jdbc.object.SqlFunction
This implementation of this method extracts a single value from the single row returned by the function.
match(String, String) - Method in class org.springframework.util.AntPathMatcher
 
match(String, String) - Method in interface org.springframework.util.PathMatcher
Match a string against the given pattern.
MatchAlwaysTransactionAttributeSource - Class in org.springframework.transaction.interceptor
Very simple implementation of TransactionAttributeSource which will always return the same TransactionAttribute for all methods fed to it.
MatchAlwaysTransactionAttributeSource() - Constructor for class org.springframework.transaction.interceptor.MatchAlwaysTransactionAttributeSource
 
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(String, int) - Method in class org.springframework.aop.support.AbstractRegexpMethodPointcut
Does the pattern at the given index match this string?
matches(Method, Class) - Method in class org.springframework.aop.support.AbstractRegexpMethodPointcut
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.AbstractRegexpMethodPointcut
 
matches(Class) - Method in class org.springframework.aop.support.ControlFlowPointcut
Subclasses can override this for greater filtering (and performance).
matches(Method, Class) - Method in class org.springframework.aop.support.ControlFlowPointcut
Subclasses can override this if it's possible to filter out some candidate classes.
matches(Method, Class, Object[]) - Method in class org.springframework.aop.support.ControlFlowPointcut
 
matches(Class) - Method in class org.springframework.aop.support.DefaultIntroductionAdvisor
 
matches(Method, Class) - Method in class org.springframework.aop.support.DynamicMethodMatcher
Can override to add preconditions for dynamic matching.
matches(String, int) - Method in class org.springframework.aop.support.JdkRegexpMethodPointcut
 
matches(Method, Class) - Method in class org.springframework.aop.support.NameMatchMethodPointcut
 
matches(String, int) - Method in class org.springframework.aop.support.Perl5RegexpMethodPointcut
 
matches(Pointcut, Method, Class, Object[]) - Static method in class org.springframework.aop.support.Pointcuts
Perform the least expensive check for a match.
matches(Class) - Method in class org.springframework.aop.support.RootClassFilter
 
matches(Method, Class, Object[]) - Method in class org.springframework.aop.support.StaticMethodMatcher
 
matches(Class) - Method in class org.springframework.aop.TrueClassFilter
 
matches(Method, Class) - Method in class org.springframework.aop.TrueMethodMatcher
 
matches(Method, Class, Object[]) - Method in class org.springframework.aop.TrueMethodMatcher
 
matches(Method) - Method in class org.springframework.beans.factory.support.LookupOverride
Doesn't allow for overloading, so matching method name is fine.
matches(Method) - Method in class org.springframework.beans.factory.support.MethodOverride
Subclasses must override this to indicate whether they match the given method.
matches(Method) - Method in class org.springframework.beans.factory.support.ReplaceOverride
 
matches(Method, Class) - Method in class org.springframework.transaction.interceptor.TransactionAttributeSourceAdvisor
 
MaxUploadSizeExceededException - Exception in org.springframework.web.multipart
MultipartException subclass thrown when an upload exceeds the maximum upload size allowed.
MaxUploadSizeExceededException(long) - Constructor for exception org.springframework.web.multipart.MaxUploadSizeExceededException
Constructor for MaxUploadSizeExceededException.
MaxUploadSizeExceededException(long, Throwable) - Constructor for exception org.springframework.web.multipart.MaxUploadSizeExceededException
Constructor for MaxUploadSizeExceededException.
MBeanClientInterceptor - Class in org.springframework.jmx.access
MethodInterceptor implementation that routes calls to an MBean running on the supplied MBeanServerConnection.
MBeanClientInterceptor() - Constructor for class org.springframework.jmx.access.MBeanClientInterceptor
 
MBeanExporter - Class in org.springframework.jmx.export
A bean that allows for any Spring-managed bean to be exposed to a JMX MBeanServer, without the need to define any JMX-specific information in the bean classes.
MBeanExporter() - Constructor for class org.springframework.jmx.export.MBeanExporter
 
MBeanExporterListener - Interface in org.springframework.jmx.export
Listener to be registered with an MBeanExporter.
MBeanInfoAssembler - Interface in org.springframework.jmx.export.assembler
Interface to be implemented by all classes that can create management interface metadata for a managed resource.
MBeanInfoRetrievalException - Exception in org.springframework.jmx.access
Thrown if an exception is encountered when trying to retrieve MBean metadata.
MBeanInfoRetrievalException(String) - Constructor for exception org.springframework.jmx.access.MBeanInfoRetrievalException
Create a new MBeanInfoRetrievalException with the specified error message.
MBeanInfoRetrievalException(String, Throwable) - Constructor for exception org.springframework.jmx.access.MBeanInfoRetrievalException
Create a new MBeanInfoRetrievalException with the specified error message and root cause.
MBeanProxyFactoryBean - Class in org.springframework.jmx.access
Creates a proxy to a managed resource running either locally or remotely.
MBeanProxyFactoryBean() - Constructor for class org.springframework.jmx.access.MBeanProxyFactoryBean
 
mbeanRegistered(ObjectName) - Method in interface org.springframework.jmx.export.MBeanExporterListener
Called by MBeanExporter after an MBean has been registered with the MBeanServer.
MBeanServerConnectionFactoryBean - Class in org.springframework.jmx.support
FactoryBean implementation that creates an MBeanServerConnection to a remote MBeanServer exposed via a JMXServerConnector.
MBeanServerConnectionFactoryBean() - Constructor for class org.springframework.jmx.support.MBeanServerConnectionFactoryBean
 
MBeanServerFactoryBean - Class in org.springframework.jmx.support
FactoryBean that obtains an MBeanServer instance through the standard JMX 1.2 MBeanServerFactory API (which is available on JDK 1.5 or as part of a JMX 1.2 provider).
MBeanServerFactoryBean() - Constructor for class org.springframework.jmx.support.MBeanServerFactoryBean
 
MBeanServerNotFoundException - Exception in org.springframework.jmx
Thrown when we cannot locate an instance of an MBeanServer, or when more than one instance is found.
MBeanServerNotFoundException(String) - Constructor for exception org.springframework.jmx.MBeanServerNotFoundException
Create a new MBeanServerNotFoundException with the supplied error message.
MBeanServerNotFoundException(String, Throwable) - Constructor for exception org.springframework.jmx.MBeanServerNotFoundException
Create a new MBeanServerNotFoundException with the specified error message and root cause.
mbeanUnregistered(ObjectName) - Method in interface org.springframework.jmx.export.MBeanExporterListener
Called by MBeanExporter after an MBean has been unregistered from the MBeanServer.
merge(Object) - Method in interface org.springframework.orm.hibernate3.HibernateOperations
Copy the state of the given object onto the persistent object with the same identifier.
merge(String, Object) - Method in interface org.springframework.orm.hibernate3.HibernateOperations
Copy the state of the given object onto the persistent object with the same identifier.
merge(Object) - Method in class org.springframework.orm.hibernate3.HibernateTemplate
 
merge(String, Object) - Method in class org.springframework.orm.hibernate3.HibernateTemplate
 
merge(Object) - Method in interface org.springframework.orm.toplink.TopLinkOperations
Reassociate the given entity copy with the current UnitOfWork, using simple merging.
merge(Object) - Method in class org.springframework.orm.toplink.TopLinkTemplate
 
mergeProperties() - Method in class org.springframework.core.io.support.PropertiesLoaderSupport
Return a merged Properties instance containing both the loaded properties and properties set on this FactoryBean.
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.
mergeWithReferences(Object) - Method in interface org.springframework.orm.toplink.TopLinkOperations
Reassociate the given entity copy with the current UnitOfWork, using merging with all references from this clone.
mergeWithReferences(Object) - Method in class org.springframework.orm.toplink.TopLinkTemplate
 
MESSAGE_SOURCE_BEAN_NAME - Static variable in class org.springframework.context.support.AbstractApplicationContext
Name of the MessageSource bean in the factory.
MessageCodesResolver - Interface in org.springframework.validation
Strategy interface for building message codes from validation error codes.
MessageConversionException - Exception in org.springframework.jms.support.converter
Thrown by MessageConverter when it can not convert an object to/from a JMS message.
MessageConversionException(String) - Constructor for exception org.springframework.jms.support.converter.MessageConversionException
 
MessageConversionException(String, Throwable) - Constructor for exception org.springframework.jms.support.converter.MessageConversionException
 
MessageConverter - Interface in org.springframework.jms.support.converter
Strategy interface that specifies a MessageConverter between Java objects and JMS messages.
MessageCreator - Interface in org.springframework.jms.core
The callback interface used by JmsTemplate.
MessageEOFException - Exception in org.springframework.jms
Runtime exception mirroring the JMS MessageEOFException.
MessageEOFException(MessageEOFException) - Constructor for exception org.springframework.jms.MessageEOFException
 
MessageFormatException - Exception in org.springframework.jms
Runtime exception mirroring the JMS MessageFormatException.
MessageFormatException(MessageFormatException) - Constructor for exception org.springframework.jms.MessageFormatException
 
MessageNotReadableException - Exception in org.springframework.jms
Runtime exception mirroring the JMS MessageNotReadableException.
MessageNotReadableException(MessageNotReadableException) - Constructor for exception org.springframework.jms.MessageNotReadableException
 
MessageNotWriteableException - Exception in org.springframework.jms
Runtime exception mirroring the JMS MessageNotWriteableException.
MessageNotWriteableException(MessageNotWriteableException) - Constructor for exception org.springframework.jms.MessageNotWriteableException
 
MessagePostProcessor - Interface in org.springframework.jms.core
To be used with JmsTemplate's send method that convert an object to a message.
MessageSource - Interface in org.springframework.context
Interface to be implemented by objects that can resolve messages.
MessageSourceAccessor - Class in org.springframework.context.support
Helper class for easy access to messages from a MessageSource, providing various overloaded getMessage methods.
MessageSourceAccessor(MessageSource) - Constructor for class org.springframework.context.support.MessageSourceAccessor
Create a new MessageSourceAccessor, using LocaleContextHolder's locale as default locale.
MessageSourceAccessor(MessageSource, Locale) - Constructor for class org.springframework.context.support.MessageSourceAccessor
Create a new MessageSourceAccessor, using the given default locale.
MessageSourceAware - Interface in org.springframework.context
Interface to be implemented by any object that wishes to be notified of the MessageSource (typically the ApplicationContext) that it runs in.
MessageSourceResolvable - Interface in org.springframework.context
Interface for objects that are suitable for message resolution in a MessageSource.
MessageSourceResourceBundle - Class in org.springframework.context.support
Helper class that allows for accessing a MessageSource as a ResourceBundle.
MessageSourceResourceBundle(MessageSource, Locale) - Constructor for class org.springframework.context.support.MessageSourceResourceBundle
 
MessageTag - Class in org.springframework.web.servlet.tags
Custom JSP tag to look up a message in the scope of this page.
MessageTag() - Constructor for class org.springframework.web.servlet.tags.MessageTag
 
MetaDataAccessException - Exception in org.springframework.jdbc.support
Exception indicating that something went wrong during JDBC metadata lookup.
MetaDataAccessException(String) - Constructor for exception org.springframework.jdbc.support.MetaDataAccessException
Constructor for MetaDataAccessException.
MetaDataAccessException(String, Throwable) - Constructor for exception org.springframework.jdbc.support.MetaDataAccessException
Constructor for MetaDataAccessException.
MetadataMBeanInfoAssembler - Class in org.springframework.jmx.export.assembler
Implementation of MBeanInfoAssembler that reads the management interface information from source level metadata.
MetadataMBeanInfoAssembler() - Constructor for class org.springframework.jmx.export.assembler.MetadataMBeanInfoAssembler
 
MetadataNamingStrategy - Class in org.springframework.jmx.export.naming
An implementation of the ObjectNamingStrategy interface that reads the ObjectName from the source-level metadata.
MetadataNamingStrategy() - Constructor for class org.springframework.jmx.export.naming.MetadataNamingStrategy
 
method - Variable in class org.springframework.aop.framework.ReflectiveMethodInvocation
 
METHOD_GET - Static variable in class org.springframework.web.servlet.support.WebContentGenerator
 
METHOD_HEAD - Static variable in class org.springframework.web.servlet.support.WebContentGenerator
 
METHOD_POST - Static variable in class org.springframework.web.servlet.support.WebContentGenerator
 
MethodBeforeAdvice - Interface in org.springframework.aop
Advice invoked before a method is invoked.
MethodBeforeAdviceInterceptor - Class in org.springframework.aop.framework.adapter
Interceptor to wrap a MethodBeforeAdvice.
MethodBeforeAdviceInterceptor(MethodBeforeAdvice) - Constructor for class org.springframework.aop.framework.adapter.MethodBeforeAdviceInterceptor
 
methodIdentification(Method) - Method in class org.springframework.transaction.interceptor.TransactionAspectSupport
Convenience method to return a String representation of this Method for use in logging.
MethodInvocationException - Exception in org.springframework.beans
Thrown when a bean property getter or setter method throws an exception, analogous to an InvocationTargetException.
MethodInvocationException(PropertyChangeEvent, Throwable) - Constructor for exception org.springframework.beans.MethodInvocationException
Create a new MethodInvocationException.
MethodInvoker - Class in org.springframework.util
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 in org.springframework.util
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 in org.springframework.beans.factory.config
FactoryBean which returns a value which is the result of a static or instance method invocation.
MethodInvokingFactoryBean() - Constructor for class org.springframework.beans.factory.config.MethodInvokingFactoryBean
 
MethodInvokingJobDetailFactoryBean - Class in org.springframework.scheduling.quartz
FactoryBean that exposes a 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 in org.springframework.scheduling.quartz
Quartz Job implementation that invokes a specified method.
MethodInvokingJobDetailFactoryBean.MethodInvokingJob() - Constructor for class org.springframework.scheduling.quartz.MethodInvokingJobDetailFactoryBean.MethodInvokingJob
 
MethodInvokingJobDetailFactoryBean.StatefulMethodInvokingJob - Class in org.springframework.scheduling.quartz
Extension of the MethodInvokingJob, implementing the StatefulJob interface.
MethodInvokingJobDetailFactoryBean.StatefulMethodInvokingJob() - Constructor for class org.springframework.scheduling.quartz.MethodInvokingJobDetailFactoryBean.StatefulMethodInvokingJob
 
MethodInvokingTimerTaskFactoryBean - Class in org.springframework.scheduling.timer
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 in org.springframework.transaction.interceptor
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 - Variable in class org.springframework.aop.framework.InterceptorAndDynamicMethodMatcher
 
MethodMatcher - Interface in org.springframework.aop
Part of a Pointcut.
MethodMatchers - Class in org.springframework.aop.support
Static methods useful for composing MethodMatchers.
MethodMatchers() - Constructor for class org.springframework.aop.support.MethodMatchers
 
MethodNameBasedMBeanInfoAssembler - Class in org.springframework.jmx.export.assembler
Subclass of AbstractReflectiveMBeanInfoAssembler that allows to specify method names to be exposed as MBean operations and attributes.
MethodNameBasedMBeanInfoAssembler() - Constructor for class org.springframework.jmx.export.assembler.MethodNameBasedMBeanInfoAssembler
 
MethodNameResolver - Interface in org.springframework.web.servlet.mvc.multiaction
Interface that parameterizes the MultiActionController class using the Strategy GoF Design pattern, allowing the mapping from incoming request to handler method name to be varied without affecting other application code.
MethodOverride - Class in org.springframework.beans.factory.support
Object representing the override of a method on a managed object by the IoC container.
MethodOverride(String) - Constructor for class org.springframework.beans.factory.support.MethodOverride
Construct a new override for the given method.
MethodOverrides - Class in org.springframework.beans.factory.support
Set of method overrides, determining which, if any, methods on a managed object the Spring IoC container will override at runtime.
MethodOverrides() - Constructor for class org.springframework.beans.factory.support.MethodOverrides
Create new MethodOverrides.
MethodOverrides(MethodOverrides) - Constructor for class org.springframework.beans.factory.support.MethodOverrides
Deep copy constructor.
MethodReplacer - Interface in org.springframework.beans.factory.support
Interface to be implemented by classes that can reimplement any method on an IoC-managed object: the Method Injection form of Dependency Injection.
MimeMailMessage - Class in org.springframework.mail.javamail
Implementation of the MailMessage interface for a JavaMail MIME message, to let message population code interact with a simple message or a MIME message through a common interface.
MimeMailMessage(MimeMessageHelper) - Constructor for class org.springframework.mail.javamail.MimeMailMessage
Create a new MimeMailMessage based on the given MimeMessageHelper.
MimeMailMessage(MimeMessage) - Constructor for class org.springframework.mail.javamail.MimeMailMessage
Create a new MimeMailMessage based on the given JavaMail MimeMessage.
MimeMessageHelper - Class in org.springframework.mail.javamail
Helper class for easy population of a javax.mail.internet.MimeMessage.
MimeMessageHelper(MimeMessage) - Constructor for class org.springframework.mail.javamail.MimeMessageHelper
Create a new MimeMessageHelper for the given MimeMessage, assuming a simple text message (no multipart content, i.e. no alternative texts and no inline elements or attachments).
MimeMessageHelper(MimeMessage, String) - Constructor for class org.springframework.mail.javamail.MimeMessageHelper
Create a new MimeMessageHelper for the given MimeMessage, assuming a simple text message (no multipart content, i.e. no alternative texts and no inline elements or attachments).
MimeMessageHelper(MimeMessage, boolean) - Constructor for class org.springframework.mail.javamail.MimeMessageHelper
Create a new MimeMessageHelper for the given MimeMessage, in multipart mode (supporting alternative texts, inline elements and attachments) if requested.
MimeMessageHelper(MimeMessage, boolean, String) - Constructor for class org.springframework.mail.javamail.MimeMessageHelper
Create a new MimeMessageHelper for the given MimeMessage, in multipart mode (supporting alternative texts, inline elements and attachments) if requested.
MimeMessagePreparator - Interface in org.springframework.mail.javamail
Callback interface for preparation of JavaMail MIME messages.
MISSING_FIELD_ERROR_CODE - Static variable in class org.springframework.validation.DefaultBindingErrorProcessor
Error code that a missing field error (i.e. a required field not found in the list of property values) will be registered with: "required".
MockExpressionEvaluator - Class in org.springframework.mock.web
Mock implementation of the JSP 2.0 ExpressionEvaluator, delegating to the Jakarta JSTL ExpressionEvaluatorManager.
MockExpressionEvaluator(PageContext) - Constructor for class org.springframework.mock.web.MockExpressionEvaluator
 
MockFilterConfig - Class in org.springframework.mock.web
Mock implementation of the FilterConfig interface.
MockFilterConfig(ServletContext) - Constructor for class org.springframework.mock.web.MockFilterConfig
Create new MockServletConfig with empty String as name.
MockFilterConfig(ServletContext, String) - Constructor for class org.springframework.mock.web.MockFilterConfig
Create new MockServletConfig.
MockHttpServletRequest - Class in org.springframework.mock.web
Mock implementation of the HttpServletRequest interface.
MockHttpServletRequest(ServletContext) - Constructor for class org.springframework.mock.web.MockHttpServletRequest
Create a new MockHttpServletRequest.
MockHttpServletRequest(ServletContext, String, String) - Constructor for class org.springframework.mock.web.MockHttpServletRequest
Create a new MockHttpServletRequest.
MockHttpServletRequest() - Constructor for class org.springframework.mock.web.MockHttpServletRequest
Create a new MockHttpServletRequest with a MockServletContext.
MockHttpServletRequest(String, String) - Constructor for class org.springframework.mock.web.MockHttpServletRequest
Create a new MockHttpServletRequest with a MockServletContext.
MockHttpServletResponse - Class in org.springframework.mock.web
Mock implementation of the HttpServletResponse interface.
MockHttpServletResponse() - Constructor for class org.springframework.mock.web.MockHttpServletResponse
 
MockHttpSession - Class in org.springframework.mock.web
Mock implementation of the HttpSession interface.
MockHttpSession(ServletContext) - Constructor for class org.springframework.mock.web.MockHttpSession
Create a new MockHttpSession.
MockHttpSession() - Constructor for class org.springframework.mock.web.MockHttpSession
Create a new MockHttpSession with a MockServletContext.
MockPageContext - Class in org.springframework.mock.web
Mock implementation of the JSP PageContext interface.
MockPageContext() - Constructor for class org.springframework.mock.web.MockPageContext
Create new MockPageContext with a MockServletContext, MockHttpServletRequest, MockHttpServletResponse, MockServletConfig.
MockPageContext(ServletContext) - Constructor for class org.springframework.mock.web.MockPageContext
Create new MockPageContext with a MockHttpServletRequest, MockHttpServletResponse, MockServletConfig.
MockPageContext(ServletContext, HttpServletRequest) - Constructor for class org.springframework.mock.web.MockPageContext
Create new MockPageContext with a MockHttpServletResponse, MockServletConfig.
MockPageContext(ServletContext, HttpServletRequest, HttpServletResponse) - Constructor for class org.springframework.mock.web.MockPageContext
Create new MockPageContext with a MockServletConfig.
MockPageContext(ServletContext, HttpServletRequest, HttpServletResponse, ServletConfig) - Constructor for class org.springframework.mock.web.MockPageContext
Create new MockServletConfig.
MockRequestDispatcher - Class in org.springframework.mock.web
Mock implementation of the RequestDispatcher interface.
MockRequestDispatcher(String) - Constructor for class org.springframework.mock.web.MockRequestDispatcher
 
MockServletConfig - Class in org.springframework.mock.web
Mock implementation of the ServletConfig interface.
MockServletConfig(ServletContext) - Constructor for class org.springframework.mock.web.MockServletConfig
Create new MockServletConfig with empty String as name.
MockServletConfig(ServletContext, String) - Constructor for class org.springframework.mock.web.MockServletConfig
Create new MockServletConfig.
MockServletContext - Class in org.springframework.mock.web
Mock implementation of the ServletContext interface.
MockServletContext() - Constructor for class org.springframework.mock.web.MockServletContext
Create a new MockServletContext, using no base path and a DefaultResourceLoader (i.e. the classpath root as WAR root).
MockServletContext(String) - Constructor for class org.springframework.mock.web.MockServletContext
Create a new MockServletContext, using a DefaultResourceLoader.
MockServletContext(String, ResourceLoader) - Constructor for class org.springframework.mock.web.MockServletContext
Create a new MockServletContext.
ModelAndView - Class in org.springframework.web.servlet
Holder for both Model and View in the web MVC framework.
ModelAndView() - Constructor for class org.springframework.web.servlet.ModelAndView
Default constructor for bean-style usage: populating bean properties instead of passing in constructor arguments.
ModelAndView(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 in org.springframework.web.servlet
Exception to be thrown on error conditions that should forward to a specific view with a specific model.
ModelAndViewDefiningException(ModelAndView) - Constructor for exception org.springframework.web.servlet.ModelAndViewDefiningException
Create new ModelAndViewDefiningException with the given ModelAndView, typically representing a specific error page.
monitor(Object, WeakReferenceMonitor.ReleaseListener) - Static method in class org.springframework.util.WeakReferenceMonitor
Start to monitor given handle object for becoming weakly reachable.
MultiActionController - Class in org.springframework.web.servlet.mvc.multiaction
Controller implementation that allows multiple request types to be handled by the same class.
MultiActionController() - Constructor for class org.springframework.web.servlet.mvc.multiaction.MultiActionController
Constructor for MultiActionController that looks for handler methods in the present subclass.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.
multicastEvent(ApplicationEvent) - Method in interface org.springframework.context.event.ApplicationEventMulticaster
Multicast the given application event to appropriate listeners.
multicastEvent(ApplicationEvent) - Method in class org.springframework.context.event.SimpleApplicationEventMulticaster
 
MULTIPART_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.
MultipartException - Exception in org.springframework.web.multipart
Exception thrown on multipart resolution.
MultipartException(String) - Constructor for exception org.springframework.web.multipart.MultipartException
Constructor for MultipartException.
MultipartException(String, Throwable) - Constructor for exception org.springframework.web.multipart.MultipartException
Constructor for MultipartException.
MultipartFile - Interface in org.springframework.web.multipart
Interface which represents an uploaded file received in a multipart request.
MultipartFilter - Class in org.springframework.web.multipart.support
Servlet 2.3 Filter that resolves multipart requests via a MultipartResolver.
MultipartFilter() - Constructor for class org.springframework.web.multipart.support.MultipartFilter
 
MultipartHttpServletRequest - Interface in org.springframework.web.multipart
Interface which provides additional methods for dealing with multipart content within a servlet request, allowing to access uploaded files.
MultipartResolver - Interface in org.springframework.web.multipart
Interface for multipart resolution strategies that handle file uploads as defined in RFC 1867.
MutablePropertyValues - Class in org.springframework.beans
Default implementation of the PropertyValues interface.
MutablePropertyValues() - Constructor for class org.springframework.beans.MutablePropertyValues
Creates a new empty MutablePropertyValues object.
MutablePropertyValues(PropertyValues) - Constructor for class org.springframework.beans.MutablePropertyValues
Deep copy constructor.
MutablePropertyValues(Map) - Constructor for class org.springframework.beans.MutablePropertyValues
Construct a new PropertyValues object from a Map.
MutableSortDefinition - Class in org.springframework.beans.support
Mutable implementation of SortDefinition.
MutableSortDefinition() - Constructor for class org.springframework.beans.support.MutableSortDefinition
Create an empty MutableSortDefinition, to be populated via its bean properties.
MutableSortDefinition(SortDefinition) - Constructor for class org.springframework.beans.support.MutableSortDefinition
Copy constructor: create a new MutableSortDefinition that mirrors the given sort definition.
MutableSortDefinition(String, boolean, boolean) - Constructor for class org.springframework.beans.support.MutableSortDefinition
Create a MutableSortDefinition for the given settings.
MutableSortDefinition(boolean) - Constructor for class org.springframework.beans.support.MutableSortDefinition
Create a new MutableSortDefinition.
MySQLMaxValueIncrementer - Class in org.springframework.jdbc.support.incrementer
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.

N

NAME - Static variable in class org.springframework.ui.velocity.SpringResourceLoader
 
NAME_ATTRIBUTE - Static variable in class org.springframework.beans.factory.xml.DefaultXmlBeanDefinitionParser
 
NameMatchMethodPointcut - Class in org.springframework.aop.support
Pointcut bean for simple method name matches, as alternative to regexp patterns.
NameMatchMethodPointcut() - Constructor for class org.springframework.aop.support.NameMatchMethodPointcut
 
NameMatchMethodPointcutAdvisor - Class in org.springframework.aop.support
Convenient class for name-match method pointcuts that hold an 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 in org.springframework.transaction.interceptor
Simple implementation of TransactionAttributeSource that allows attributes to be matched by registered name.
NameMatchTransactionAttributeSource() - Constructor for class org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource
 
NAMESPACE - Static variable in class org.springframework.orm.toplink.support.CommonsLoggingSessionLog904
 
NAMESPACE_PREFIX - Static variable in class org.springframework.orm.toplink.support.CommonsLoggingSessionLog
 
NativeJdbcExtractor - Interface in org.springframework.jdbc.support.nativejdbc
Interface for extracting native JDBC objects from wrapped objects coming from connection pools.
NativeJdbcExtractorAdapter - Class in org.springframework.jdbc.support.nativejdbc
Abstract adapter class for the NativeJdbcExtractor interface, for simplified implementation of basic extractors.
NativeJdbcExtractorAdapter() - Constructor for class org.springframework.jdbc.support.nativejdbc.NativeJdbcExtractorAdapter
 
NESTED_PATH_SEPARATOR - Static variable in interface org.springframework.validation.Errors
Separator between path elements in a nested path, e.g. in "customer.name" or "customer.address.street"
NESTED_PATH_VARIABLE_NAME - Static variable in class org.springframework.web.servlet.tags.NestedPathTag
Name of the exposed variable within the scope of this tag: "nestedPath".
NESTED_PROPERTY_SEPARATOR - Static variable in interface org.springframework.beans.PropertyAccessor
Path separator for nested properties.
NESTED_PROPERTY_SEPARATOR_CHAR - Static variable in interface org.springframework.beans.PropertyAccessor
 
NestedCheckedException - Exception in org.springframework.core
Handy class for wrapping checked Exceptions with a root cause.
NestedCheckedException(String) - Constructor for exception org.springframework.core.NestedCheckedException
Construct a NestedCheckedException with the specified detail message.
NestedCheckedException(String, Throwable) - Constructor for exception org.springframework.core.NestedCheckedException
Construct a NestedCheckedException with the specified detail message and nested exception.
NestedPathTag - Class in org.springframework.web.servlet.tags
Nested-path tag, to support and assist with nested beans or bean properties in the model.
NestedPathTag() - Constructor for class org.springframework.web.servlet.tags.NestedPathTag
 
NestedRuntimeException - Exception in org.springframework.core
Handy class for wrapping runtime Exceptions with a root cause.
NestedRuntimeException(String) - Constructor for exception org.springframework.core.NestedRuntimeException
Construct a NestedRuntimeException with the specified detail message.
NestedRuntimeException(String, Throwable) - Constructor for exception org.springframework.core.NestedRuntimeException
Construct a NestedRuntimeException with the specified detail message and nested exception.
NestedTransactionNotSupportedException - Exception in org.springframework.transaction
Exception thrown when attempting to work with a nested transaction but nested transactions are not supported by the underlying backend.
NestedTransactionNotSupportedException(String) - Constructor for exception org.springframework.transaction.NestedTransactionNotSupportedException
Constructor for NestedTransactionNotSupportedException.
NestedTransactionNotSupportedException(String, Throwable) - Constructor for exception org.springframework.transaction.NestedTransactionNotSupportedException
Constructor for NestedTransactionNotSupportedException.
newCachedRowSet() - Method in class org.springframework.jdbc.core.SqlRowSetResultSetExtractor
Create a new CachedRowSet instance, to be populated by the createSqlRowSet implementation.
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.orm.hibernate3.LocalSessionFactoryBean
Subclasses can override this method to perform custom initialization of the Configuration instance used for SessionFactory creation.
newConfiguration() - Method in class org.springframework.ui.freemarker.FreeMarkerConfigurationFactory
Return a new Configuration object.
newDocument() - Method in class org.springframework.web.servlet.view.document.AbstractPdfView
Create a new document to hold the PDF contents.
newFileUpload() - Method in class org.springframework.web.multipart.commons.CommonsMultipartResolver
Initialize the underlying org.apache.commons.fileupload.DiskFileUpload instance.
newJdbcExceptionTranslator(SessionFactory) - Static method in class org.springframework.orm.hibernate.SessionFactoryUtils
Create an appropriate SQLExceptionTranslator for the given SessionFactory.
newJdbcExceptionTranslator(SessionFactory) - Static method in class org.springframework.orm.hibernate3.SessionFactoryUtils
Create an appropriate SQLExceptionTranslator for the given SessionFactory.
newJdbcExceptionTranslator(PersistenceManagerFactory) - Static method in class org.springframework.orm.jdo.PersistenceManagerFactoryUtils
Create an appropriate SQLExceptionTranslator for the given PersistenceManagerFactory.
newMultipartRequest(HttpServletRequest) - Method in class org.springframework.web.multipart.cos.CosMultipartResolver
Create a com.oreilly.servlet.MultipartRequest for the given HTTP request.
newNamedQuery(PersistenceManager, Class, String) - Method in class org.springframework.orm.jdo.DefaultJdoDialect
This implementation delegates to JDO 2.0's newNamedQuery method.
newNamedQuery(PersistenceManager, Class, String) - Method in interface org.springframework.orm.jdo.JdoDialect
Create a new Query object for the given named query.
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 for the given parameters.
newPreparedStatementCreator(List) - Method in class org.springframework.jdbc.core.PreparedStatementCreatorFactory
Return a new PreparedStatementCreator for the given parameters.
newPreparedStatementCreator(Object[]) - Method in class org.springframework.jdbc.object.SqlOperation
Return a PreparedStatementCreator to perform an operation with the given parameters.
newPreparedStatementSetter(Object[]) - Method in class org.springframework.jdbc.core.PreparedStatementCreatorFactory
Return a new PreparedStatementSetter for the given parameters.
newPreparedStatementSetter(List) - Method in class org.springframework.jdbc.core.PreparedStatementCreatorFactory
Return a new PreparedStatementSetter for the given parameters.
newPreparedStatementSetter(Object[]) - Method in class org.springframework.jdbc.object.SqlOperation
Return a PreparedStatementSetter to perform an operation with the given parameters.
newPrototypeInstance() - Method in class org.springframework.aop.target.AbstractPrototypeBasedTargetSource
Subclasses should use this method to create a new prototype instance.
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
Return a new instance of the stateless session bean.
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.
newSessionFactory(Configuration) - Method in class org.springframework.orm.hibernate3.LocalSessionFactoryBean
Subclasses can override this method to perform custom initialization of the SessionFactory instance, creating it via the given Configuration object that got prepared by this LocalSessionFactoryBean.
newSessionFactory(DatabaseSession) - Method in class org.springframework.orm.toplink.LocalSessionFactory
Create a new SessionFactory for the given TopLink DatabaseSession.
newTransactionStatus(TransactionStatus) - Method in class org.springframework.transaction.interceptor.TransactionAspectSupport.TransactionInfo
 
newVelocityEngine() - Method in class org.springframework.ui.velocity.VelocityEngineFactory
Return a new VelocityEngine.
next() - Method in class org.springframework.jdbc.support.rowset.ResultSetWrappingSqlRowSet
 
next() - Method in interface org.springframework.jdbc.support.rowset.SqlRowSet
Moves the cursor to the next row.
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.
noHandlerFound(HttpServletRequest, HttpServletResponse) - Method in class org.springframework.web.servlet.DispatcherServlet
No handler found -> set appropriate HTTP response status.
NON_TX_DATA_SOURCE_PREFIX - Static variable in class org.springframework.scheduling.quartz.LocalDataSourceJobStore
Name used for the non-transactional ConnectionProvider for Quartz.
NoRollbackRuleAttribute - Class in org.springframework.transaction.interceptor
Tag subclass of RollbackRule.
NoRollbackRuleAttribute(Class) - Constructor for class org.springframework.transaction.interceptor.NoRollbackRuleAttribute
Construct 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 in org.springframework.beans.factory
Exception thrown when a BeanFactory is asked for a bean instance name for which it cannot find a definition.
NoSuchBeanDefinitionException(String, String) - Constructor for exception org.springframework.beans.factory.NoSuchBeanDefinitionException
Create a new NoSuchBeanDefinitionException.
NoSuchBeanDefinitionException(Class, String) - Constructor for exception org.springframework.beans.factory.NoSuchBeanDefinitionException
Create a new NoSuchBeanDefinitionException.
NoSuchMessageException - Exception in org.springframework.context
Exception thrown when a message can't be resolved.
NoSuchMessageException(String, Locale) - Constructor for exception org.springframework.context.NoSuchMessageException
Create a new exception.
NoSuchMessageException(String) - Constructor for exception org.springframework.context.NoSuchMessageException
Create a new exception.
NoSuchRequestHandlingMethodException - Exception in org.springframework.web.servlet.mvc.multiaction
Exception thrown when there's no request handling method for a request.
NoSuchRequestHandlingMethodException(HttpServletRequest) - Constructor for exception org.springframework.web.servlet.mvc.multiaction.NoSuchRequestHandlingMethodException
 
NoSuchRequestHandlingMethodException(String, Class) - Constructor for exception org.springframework.web.servlet.mvc.multiaction.NoSuchRequestHandlingMethodException
 
notEmpty(Object[], String) - Static method in class org.springframework.util.Assert
Assert that an array has elements; that is, it must not be null and must have at least one element.
notEmpty(Object[]) - Static method in class org.springframework.util.Assert
Assert that an array has elements; that is, it must not be null and must have at least one element.
notEmpty(Collection, String) - Static method in class org.springframework.util.Assert
Assert that a collection has elements; that is, it must not be null and must have at least one element.
notEmpty(Collection) - Static method in class org.springframework.util.Assert
Assert that a collection has elements; that is, it must not be null and must have at least one element.
notEmpty(Map, String) - Static method in class org.springframework.util.Assert
Assert that a Map has entries; that is, it must not be null and must have at least one entry.
notEmpty(Map) - Static method in class org.springframework.util.Assert
Assert that a Map has entries; that is, it must not be null and must have at least one entry.
notNull(Object, String) - Static method in class org.springframework.util.Assert
Assert that an object is not null.
notNull(Object) - Static method in class org.springframework.util.Assert
Assert that an object is not null.
NoTransactionException - Exception in org.springframework.transaction
Exception thrown when an operation is attempted that relies on an existing transaction (such as setting rollback status) and there is no existing transaction.
NoTransactionException(String) - Constructor for exception org.springframework.transaction.NoTransactionException
Constructor for NoTransactionException.
NoTransactionException(String, Throwable) - Constructor for exception org.springframework.transaction.NoTransactionException
Constructor for NoTransactionException.
NotReadablePropertyException - Exception in org.springframework.beans
Exception thrown on an attempt to get the value of a property that isn't readable, because there's no getter method.
NotReadablePropertyException(Class, String) - Constructor for exception org.springframework.beans.NotReadablePropertyException
Create a new NotReadablePropertyException.
NotWritablePropertyException - Exception in org.springframework.beans
Exception thrown on an attempt to set the value of a property that isn't writable, because there's no setter method.
NotWritablePropertyException(Class, String) - Constructor for exception org.springframework.beans.NotWritablePropertyException
Create a new NotWritablePropertyException.
NotWritablePropertyException(Class, String, String, Throwable) - Constructor for exception org.springframework.beans.NotWritablePropertyException
Create a new NotWritablePropertyException.
NULL_ELEMENT - Static variable in class org.springframework.beans.factory.xml.DefaultXmlBeanDefinitionParser
 
NULLS_HIGH - Static variable in class org.springframework.util.comparator.NullSafeComparator
A shared default instance of this comparator, treating nulls higher than non-null objects.
NULLS_LOW - Static variable in class org.springframework.util.comparator.NullSafeComparator
A shared default instance of this comparator, treating nulls lower than non-null objects.
NullSafeComparator - Class in org.springframework.util.comparator
A Comparator that will safely compare nulls to be lower or higher than other objects.
NullSafeComparator(Comparator, boolean) - Constructor for class org.springframework.util.comparator.NullSafeComparator
Create a NullSafeComparator that sorts null based on the provided flag, decorating the given Comparator.
nullSafeEquals(Object, Object) - Static method in class org.springframework.util.ObjectUtils
Determine if the given objects are equal, returning true if both are null or false if only one is null.
nullSafeGet(ResultSet, String[], Object) - Method in class org.springframework.orm.hibernate.support.AbstractLobType
This implementation delegates to nullSafeGetInternal, passing in the LobHandler of this type.
nullSafeGet(ResultSet, String[], Object) - Method in class org.springframework.orm.hibernate3.support.AbstractLobType
This implementation delegates to nullSafeGetInternal, passing in the LobHandler of this type.
nullSafeGetInternal(ResultSet, int, LobHandler) - Method in class org.springframework.orm.hibernate.support.AbstractLobType
Template method to extract a value from the given result set.
nullSafeGetInternal(ResultSet, int, LobHandler) - Method in class org.springframework.orm.hibernate.support.BlobByteArrayType
 
nullSafeGetInternal(ResultSet, int, LobHandler) - Method in class org.springframework.orm.hibernate.support.BlobSerializableType
 
nullSafeGetInternal(ResultSet, int, LobHandler) - Method in class org.springframework.orm.hibernate.support.ClobStringType
 
nullSafeGetInternal(ResultSet, String[], Object, LobHandler) - Method in class org.springframework.orm.hibernate3.support.AbstractLobType
Template method to extract a value from the given result set.
nullSafeGetInternal(ResultSet, String[], Object, LobHandler) - Method in class org.springframework.orm.hibernate3.support.BlobByteArrayType
 
nullSafeGetInternal(ResultSet, String[], Object, LobHandler) - Method in class org.springframework.orm.hibernate3.support.BlobSerializableType
 
nullSafeGetInternal(ResultSet, String[], Object, LobHandler) - Method in class org.springframework.orm.hibernate3.support.ClobStringType
 
nullSafeSet(PreparedStatement, Object, int) - Method in class org.springframework.orm.hibernate.support.AbstractLobType
This implementation delegates to nullSafeSetInternal, passing in a transaction-synchronized LobCreator for the LobHandler of this type.
nullSafeSet(PreparedStatement, Object, int) - Method in class org.springframework.orm.hibernate3.support.AbstractLobType
This implementation delegates to nullSafeSetInternal, passing in a transaction-synchronized LobCreator for the LobHandler of this type.
nullSafeSetInternal(PreparedStatement, int, Object, LobCreator) - Method in class org.springframework.orm.hibernate.support.AbstractLobType
Template method to set the given parameter value on the given statement.
nullSafeSetInternal(PreparedStatement, int, Object, LobCreator) - Method in class org.springframework.orm.hibernate.support.BlobByteArrayType
 
nullSafeSetInternal(PreparedStatement, int, Object, LobCreator) - Method in class org.springframework.orm.hibernate.support.BlobSerializableType
 
nullSafeSetInternal(PreparedStatement, int, Object, LobCreator) - Method in class org.springframework.orm.hibernate.support.ClobStringType
 
nullSafeSetInternal(PreparedStatement, int, Object, LobCreator) - Method in class org.springframework.orm.hibernate3.support.AbstractLobType
Template method to set the given parameter value on the given statement.
nullSafeSetInternal(PreparedStatement, int, Object, LobCreator) - Method in class org.springframework.orm.hibernate3.support.BlobByteArrayType
 
nullSafeSetInternal(PreparedStatement, int, Object, LobCreator) - Method in class org.springframework.orm.hibernate3.support.BlobSerializableType
 
nullSafeSetInternal(PreparedStatement, int, Object, LobCreator) - Method in class org.springframework.orm.hibernate3.support.ClobStringType
 
NullValueInNestedPathException - Exception in org.springframework.beans
Exception thrown when navigation of a valid nested property path encounters a NullPointerException.
NullValueInNestedPathException(Class, String) - Constructor for exception org.springframework.beans.NullValueInNestedPathException
Create a new NullValueInNestedPathException.
NullValueInNestedPathException(Class, String, String) - Constructor for exception org.springframework.beans.NullValueInNestedPathException
Create a new NullValueInNestedPathException.
NumberUtils - Class in org.springframework.util
Miscellaneous utility methods for number conversion and parsing.
NumberUtils() - Constructor for class org.springframework.util.NumberUtils
 

O

ObjectError - Class in org.springframework.validation
Class that encapsulates an object error, i.e. a global reason for rejecting an object.
ObjectError(String, String[], Object[], String) - Constructor for class org.springframework.validation.ObjectError
Create a new ObjectError instance.
ObjectFactory - Interface in org.springframework.beans.factory
Interface defining a factory which can return an Object instance (possibly shared or independent) when invoked.
ObjectFactoryCreatingFactoryBean - Class in org.springframework.beans.factory.config
FactoryBean which returns a value which is an ObjectFactory that returns a bean from the BeanFactory.
ObjectFactoryCreatingFactoryBean() - Constructor for class org.springframework.beans.factory.config.ObjectFactoryCreatingFactoryBean
 
ObjectNameManager - Class in org.springframework.jmx.support
Wraps the creation of ObjectName instances.
ObjectNameManager() - Constructor for class org.springframework.jmx.support.ObjectNameManager
 
ObjectNamingStrategy - Interface in org.springframework.jmx.export.naming
Strategy interface that encapsulates the creation of ObjectName instances.
ObjectOptimisticLockingFailureException - Exception in org.springframework.orm
Exception thrown on an optimistic locking violation for a mapped object.
ObjectOptimisticLockingFailureException(Class, Object) - Constructor for exception org.springframework.orm.ObjectOptimisticLockingFailureException
Create a new ObjectOptimisticLockingFailureException for the given object, with the default "optimistic locking failed" message.
ObjectOptimisticLockingFailureException(Class, Object, String, Throwable) - Constructor for exception org.springframework.orm.ObjectOptimisticLockingFailureException
Create a new ObjectOptimisticLockingFailureException for the given object, with the given explicit message.
ObjectOptimisticLockingFailureException(String, Object) - Constructor for exception org.springframework.orm.ObjectOptimisticLockingFailureException
Create a new ObjectOptimisticLockingFailureException for the given object, with the default "optimistic locking failed" message.
ObjectOptimisticLockingFailureException(String, Object, String, Throwable) - Constructor for exception org.springframework.orm.ObjectOptimisticLockingFailureException
Create a new ObjectOptimisticLockingFailureException for the given object, with the given explicit message.
objectResult(Collection, Class) - Static method in class org.springframework.dao.support.DataAccessUtils
Return a unique result object from the given Collection.
ObjectRetrievalFailureException - Exception in org.springframework.orm
Exception thrown if a mapped object could not be retrieved via its identifier.
ObjectRetrievalFailureException(Class, Object) - Constructor for exception org.springframework.orm.ObjectRetrievalFailureException
Create a new ObjectRetrievalFailureException for the given object, with the default "not found" message.
ObjectRetrievalFailureException(Class, Object, String, Throwable) - Constructor for exception org.springframework.orm.ObjectRetrievalFailureException
Create a new ObjectRetrievalFailureException for the given object, with the given explicit message and exception.
ObjectRetrievalFailureException(String, Object) - Constructor for exception org.springframework.orm.ObjectRetrievalFailureException
Create a new ObjectRetrievalFailureException for the given object, with the default "not found" message.
ObjectRetrievalFailureException(String, Object, String, Throwable) - Constructor for exception org.springframework.orm.ObjectRetrievalFailureException
Create a new ObjectRetrievalFailureException for the given object, with the given explicit message and exception.
objectToBytes(Object) - Method in class org.springframework.jca.cci.object.MappingCommAreaOperation
Method used to convert an object into COMMAREA bytes.
ObjectUtils - Class in org.springframework.util
Miscellaneous object utility methods.
ObjectUtils() - Constructor for class org.springframework.util.ObjectUtils
 
OjbAccessor - Class in org.springframework.orm.ojb
Base class for OJB-accessing classes, defining common properties like PBKey.
OjbAccessor() - Constructor for class org.springframework.orm.ojb.OjbAccessor
 
OjbFactoryUtils - Class in org.springframework.orm.ojb
Helper class featuring methods for OJB PersistenceBroker handling, allowing for reuse of PersistenceBroker instances within transactions.
OjbFactoryUtils() - Constructor for class org.springframework.orm.ojb.OjbFactoryUtils
 
OjbOperationException - Exception in org.springframework.orm.ojb
Generic exception thrown on OJB operation failure without SQLException cause.
OjbOperationException(PersistenceBrokerException) - Constructor for exception org.springframework.orm.ojb.OjbOperationException
 
onApplicationEvent(ApplicationEvent) - Method in interface org.springframework.context.ApplicationListener
Handle an application event.
onApplicationEvent(ApplicationEvent) - Method in class org.springframework.context.event.ConsoleListener
 
onApplicationEvent(ApplicationEvent) - Method in class org.springframework.web.context.support.PerformanceMonitorListener
 
onBind(HttpServletRequest, Object, BindException) - Method in class org.springframework.web.servlet.mvc.BaseCommandController
Callback for custom post-processing in terms of binding.
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
Calls 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.
onBindOnNewForm(HttpServletRequest, Object, BindException) - Method in class org.springframework.web.servlet.mvc.AbstractFormController
Callback for custom post-processing in terms of binding for a new form.
onBindOnNewForm(HttpServletRequest, Object) - Method in class org.springframework.web.servlet.mvc.AbstractFormController
Callback for custom post-processing in terms of binding for a new form.
onCancel(HttpServletRequest, HttpServletResponse, Object) - Method in class org.springframework.web.servlet.mvc.CancellableFormController
Callback method for handling a cancel request.
onCancel(Object) - Method in class org.springframework.web.servlet.mvc.CancellableFormController
Simple onCancel version.
OncePerRequestFilter - Class in org.springframework.web.filter
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
 
onCompileInternal() - Method in class org.springframework.jdbc.object.SqlCall
Hook method that subclasses may override to react to compilation.
onCompileInternal() - Method in class org.springframework.jdbc.object.SqlOperation
Hook method that subclasses may override to post-process compilation.
onDestroy() - Method in class org.springframework.web.struts.ActionSupport
Callback for custom destruction when the ActionServlet shuts down.
onDestroy() - Method in class org.springframework.web.struts.DispatchActionSupport
Callback for custom destruction when the ActionServlet shuts down.
onDestroy() - Method in class org.springframework.web.struts.LookupDispatchActionSupport
Callback for custom destruction when the ActionServlet shuts down.
onDestroy() - Method in class org.springframework.web.struts.MappingDispatchActionSupport
Callback for custom destruction when the ActionServlet shuts down.
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.
onEjbRemove() - Method in class org.springframework.ejb.support.AbstractEnterpriseBean
Subclasses must implement this method to do any initialization they would otherwise have done in an ejbRemove() method.
onFormChange(HttpServletRequest, HttpServletResponse, Object) - Method in class org.springframework.web.servlet.mvc.SimpleFormController
Called during form submission if SimpleFormController.isFormChangeRequest(javax.servlet.http.HttpServletRequest) returns true.
onInit() - Method in class org.springframework.remoting.jaxrpc.ServletEndpointSupport
Callback for custom initialization after the context has been set up.
onInit() - Method in class org.springframework.web.struts.ActionSupport
Callback for custom initialization after the context has been set up.
onInit() - Method in class org.springframework.web.struts.ContextLoaderPlugIn
Callback for custom initialization after the context has been set up.
onInit() - Method in class org.springframework.web.struts.DispatchActionSupport
Callback for custom initialization after the context has been set up.
onInit() - Method in class org.springframework.web.struts.LookupDispatchActionSupport
Callback for custom initialization after the context has been set up.
onInit() - Method in class org.springframework.web.struts.MappingDispatchActionSupport
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.AbstractRefreshableWebApplicationContext
Initialize the theme capability.
onRefresh() - Method in class org.springframework.web.context.support.GenericWebApplicationContext
Initialize the theme capability.
onRefresh() - Method in class org.springframework.web.context.support.StaticWebApplicationContext
Initialize the theme capability.
onSetUp() - Method in class org.springframework.test.AbstractDependencyInjectionSpringContextTests
Subclasses can override this method in place of the setUp() method, which is final in this class.
onSetUp() - Method in class org.springframework.test.AbstractTransactionalSpringContextTests
This implementation creates a transaction before test execution.
onSetUpBeforeTransaction() - Method in class org.springframework.test.AbstractTransactionalSpringContextTests
Subclasses can override this method to perform any setup operations, such as populating a database table, before the transaction created by this class.
onSetUpInTransaction() - Method in class org.springframework.test.AbstractTransactionalSpringContextTests
Subclasses can override this method to perform any setup operations, such as populating a database table, within the transaction created by this class.
onSubmit(HttpServletRequest, HttpServletResponse, Object, BindException) - Method in class org.springframework.web.servlet.mvc.SimpleFormController
Submit callback with all parameters.
onSubmit(Object, BindException) - Method in class org.springframework.web.servlet.mvc.SimpleFormController
Simpler onSubmit version.
onSubmit(Object) - Method in class org.springframework.web.servlet.mvc.SimpleFormController
Simplest onSubmit version.
onTearDown() - Method in class org.springframework.test.AbstractDependencyInjectionSpringContextTests
Subclasses can override this to add custom behavior on teardown.
onTearDown() - Method in class org.springframework.test.AbstractTransactionalSpringContextTests
This implementation ends the transaction after test execution.
onTearDownAfterTransaction() - Method in class org.springframework.test.AbstractTransactionalSpringContextTests
Subclasses can override this method to perform cleanup here.
onTearDownInTransaction() - Method in class org.springframework.test.AbstractTransactionalSpringContextTests
Subclasses can override this method to run invariant tests here.
OpenPersistenceManagerInViewFilter - Class in org.springframework.orm.jdo.support
Servlet 2.3 Filter that binds a JDO PersistenceManager to the thread for the entire processing of the request.
OpenPersistenceManagerInViewFilter() - Constructor for class org.springframework.orm.jdo.support.OpenPersistenceManagerInViewFilter
 
OpenPersistenceManagerInViewInterceptor - Class in org.springframework.orm.jdo.support
Spring web HandlerInterceptor that binds a JDO PersistenceManager to the thread for the entire processing of the request.
OpenPersistenceManagerInViewInterceptor() - Constructor for class org.springframework.orm.jdo.support.OpenPersistenceManagerInViewInterceptor
 
openSession(SessionFactory) - Method in class org.springframework.orm.hibernate.support.OpenSessionInViewFilter
Get a Session for the SessionFactory that this filter uses.
OpenSessionInViewFilter - Class in org.springframework.orm.hibernate.support
Servlet 2.3 Filter that binds a Hibernate Session to the thread for the entire processing of the request.
OpenSessionInViewFilter() - Constructor for class org.springframework.orm.hibernate.support.OpenSessionInViewFilter
 
OpenSessionInViewFilter - Class in org.springframework.orm.hibernate3.support
Servlet 2.3 Filter that binds a Hibernate Session to the thread for the entire processing of the request.
OpenSessionInViewFilter() - Constructor for class org.springframework.orm.hibernate3.support.OpenSessionInViewFilter
 
OpenSessionInViewInterceptor - Class in org.springframework.orm.hibernate.support
Spring web HandlerInterceptor that binds a Hibernate Session to the thread for the entire 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.
OpenSessionInViewInterceptor - Class in org.springframework.orm.hibernate3.support
Spring web HandlerInterceptor that binds a Hibernate Session to the thread for the entire processing of the request.
OpenSessionInViewInterceptor() - Constructor for class org.springframework.orm.hibernate3.support.OpenSessionInViewInterceptor
Create a new OpenSessionInViewInterceptor, turning the default flushMode to FLUSH_NEVER.
OptimisticLockingFailureException - Exception in org.springframework.dao
Exception thrown on an optimistic locking violation.
OptimisticLockingFailureException(String) - Constructor for exception org.springframework.dao.OptimisticLockingFailureException
Constructor for OptimisticLockingFailureException.
OptimisticLockingFailureException(String, Throwable) - Constructor for exception org.springframework.dao.OptimisticLockingFailureException
Constructor for OptimisticLockingFailureException.
OracleLobHandler - Class in org.springframework.jdbc.support.lob
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 in org.springframework.jdbc.support.lob
Internal callback interface for use with createLob.
OracleLobHandler.OracleLobCreator - Class in org.springframework.jdbc.support.lob
LobCreator implementation for Oracle databases.
OracleLobHandler.OracleLobCreator() - Constructor for class org.springframework.jdbc.support.lob.OracleLobHandler.OracleLobCreator
 
OracleSequenceMaxValueIncrementer - Class in org.springframework.jdbc.support.incrementer
DataFieldMaxValueIncrementer that retrieves the next value of a given Oracle sequence.
OracleSequenceMaxValueIncrementer() - Constructor for class org.springframework.jdbc.support.incrementer.OracleSequenceMaxValueIncrementer
Default constructor.
OracleSequenceMaxValueIncrementer(DataSource, String) - Constructor for class org.springframework.jdbc.support.incrementer.OracleSequenceMaxValueIncrementer
Convenience constructor.
OrderComparator - Class in org.springframework.core
Comparator implementation for Ordered objects, sorting by order value ascending (resp. by priority descending).
OrderComparator() - Constructor for class org.springframework.core.OrderComparator
 
Ordered - Interface in org.springframework.core
Interface that can be implemented by objects that should be orderable, e.g. in a Collection.
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.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.cache.ehcache - package org.springframework.cache.ehcache
Support classes for the open source cache EHCache, allowing to set up an EHCache CacheManager and Caches as beans in a Spring context.
org.springframework.context - package org.springframework.context
This package builds on the beans package to add support for message sources and for the Observer design pattern, and the ability for application objects to obtain resources using a consistent API.
org.springframework.context.access - package org.springframework.context.access
Helper infrastructure to locate and access shared application contexts.
org.springframework.context.event - package org.springframework.context.event
Support classes for application events, like standard context events.
org.springframework.context.i18n - package org.springframework.context.i18n
Abstraction for determining the current Locale, plus global holder that exposes a thread-bound Locale.
org.springframework.context.support - package org.springframework.context.support
Classes supporting the org.springframework.context package, such as abstract base classes for ApplicationContext implementations and a MessageSource implementation.
org.springframework.core - package org.springframework.core
Provides basic classes for exception handling and version detection, and other core helpers that are not specific to any part of the framework.
org.springframework.core.enums - package org.springframework.core.enums
Interfaces and classes for type-safe enum support on JDK >= 1.3.
org.springframework.core.io - package org.springframework.core.io
Generic abstraction for (file-based) resources, used throughout the framework.
org.springframework.core.io.support - package org.springframework.core.io.support
Support classes for Spring's resource abstraction, like a ResourcePatternResolver mechanism.
org.springframework.core.style - package org.springframework.core.style
Support for styling values as Strings, with ToStringCreator as central class.
org.springframework.dao - package org.springframework.dao
Exception hierarchy enabling sophisticated error handling independent of the data access approach in use.
org.springframework.dao.support - package org.springframework.dao.support
Support classes for DAO implementations, providing miscellaneous utility methods.
org.springframework.ejb.access - package org.springframework.ejb.access
This package contains classes that allow easy access to EJBs.
org.springframework.ejb.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.jca.cci - package org.springframework.jca.cci
This package contains Spring's support for the Common Client Interface (CCI), as defined by the J2EE Connector Architecture.
org.springframework.jca.cci.connection - package org.springframework.jca.cci.connection
Provides a utility class for easy ConnectionFactory access, a PlatformTransactionManager for local CCI transactions, and various simple ConnectionFactory proxies/adapters.
org.springframework.jca.cci.core - package org.springframework.jca.cci.core
Provides the core JCA CCI support, based on CciTemplate and its associated callback interfaces.
org.springframework.jca.cci.core.support - package org.springframework.jca.cci.core.support
Classes supporting the org.springframework.jca.cci.core package.
org.springframework.jca.cci.object - package org.springframework.jca.cci.object
The classes in this package represent EIS operations as threadsafe, reusable objects.
org.springframework.jca.support - package org.springframework.jca.support
Provides generic support classes for JCA usage within Spring, mainly for local setup of a JCA ConnectionFactory.
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.jdbc.support.rowset - package org.springframework.jdbc.support.rowset
Provides a convenient holder for disconnected result sets.
org.springframework.jms - package org.springframework.jms
This package contains integration classes for JMS, allowing for Spring-style JMS access.
org.springframework.jms.connection - package org.springframework.jms.connection
Provides a PlatformTransactionManager implementation for a single JMS ConnectionFactory, and a SingleConnectionFactory adapter.
org.springframework.jms.core - package org.springframework.jms.core
Core package of the JMS support.
org.springframework.jms.core.support - package org.springframework.jms.core.support
Classes supporting the org.springframework.jms.core package.
org.springframework.jms.support - package org.springframework.jms.support
This package provides generic JMS support classes, to be used by higher-level classes like JmsTemplate.
org.springframework.jms.support.converter - package org.springframework.jms.support.converter
Provides a MessageConverter abstraction to convert between Java objects and JMS messages.
org.springframework.jms.support.destination - package org.springframework.jms.support.destination
Support classes for Spring's JMS framework.
org.springframework.jmx - package org.springframework.jmx
This package contains Spring's JMX support, which includes registration of Spring-managed beans as JMX MBeans as well as access to remote JMX MBeans.
org.springframework.jmx.access - package org.springframework.jmx.access
Provides proxy support for accessing MBean resources through standard Java interfaces.
org.springframework.jmx.export - package org.springframework.jmx.export
This package provides declarative creation and registration of Spring-managed beans as JMX MBeans.
org.springframework.jmx.export.annotation - package org.springframework.jmx.export.annotation
JDK 1.5+ annotations for MBean exposure.
org.springframework.jmx.export.assembler - package org.springframework.jmx.export.assembler
Provides a strategy for MBeanInfo assembly.
org.springframework.jmx.export.metadata - package org.springframework.jmx.export.metadata
Provides generic JMX metadata classes and basic support for reading JMX metadata in a provider-agnostic manner.
org.springframework.jmx.export.naming - package org.springframework.jmx.export.naming
Provides a strategy for ObjectName creation.
org.springframework.jmx.support - package org.springframework.jmx.support
Contains support classes for connecting to local and remote MBeanServers and for exposing an MBeanServer to remote clients.
org.springframework.jndi - package org.springframework.jndi
The classes in this package make JNDI easier to use, facilitating the accessing of configuration stored in JNDI, and provide useful superclasses for JNDI access classes.
org.springframework.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.mock.jndi - package org.springframework.mock.jndi
The simplest implementation of the JNDI SPI that could possibly work.
org.springframework.mock.web - package org.springframework.mock.web
A comprehensive set of Servlet API mock objects, targeted at usage with Spring's web MVC framework.
org.springframework.orm - package org.springframework.orm
Root package for Spring's O/R Mapping integration classes.
org.springframework.orm.hibernate - package org.springframework.orm.hibernate
Package providing integration of Hibernate 2.1 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.hibernate3 - package org.springframework.orm.hibernate3
Package providing integration of Hibernate3 with Spring concepts.
org.springframework.orm.hibernate3.annotation - package org.springframework.orm.hibernate3.annotation
Support package for the Hibernate3 Annotation add-on, which supports EJB3-compliant JDK 1.5+ annotations for mappings.
org.springframework.orm.hibernate3.support - package org.springframework.orm.hibernate3.support
Classes supporting the org.springframework.orm.hibernate3 package.
org.springframework.orm.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.orm.ojb - package org.springframework.orm.ojb
Package providing integration of Apache OJB with Spring concepts.
org.springframework.orm.ojb.support - package org.springframework.orm.ojb.support
Classes supporting the org.springframework.orm.ojb package.
org.springframework.orm.toplink - package org.springframework.orm.toplink
Package providing integration of Oracle TopLink with Spring concepts.
org.springframework.orm.toplink.support - package org.springframework.orm.toplink.support
Classes supporting the org.springframework.orm.toplink 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.httpinvoker - package org.springframework.remoting.httpinvoker
Remoting classes for transparent Java-to-Java remoting via HTTP invokers.
org.springframework.remoting.jaxrpc - package org.springframework.remoting.jaxrpc
Remoting classes for Web Services via JAX-RPC.
org.springframework.remoting.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.test - package org.springframework.test
Superclasses for tests requiring Spring application contexts, including support for transactional execution of test cases, with automatic rollback on completion.
org.springframework.transaction - package org.springframework.transaction
Exception hierarchy for Spring's transaction infrastructure, independent of any specific transaction management system.
org.springframework.transaction.annotation - package org.springframework.transaction.annotation
JDK 1.5+ annotation for transaction demarcation.
org.springframework.transaction.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.jasperreports - package org.springframework.ui.jasperreports
Support classes for JasperReports.
org.springframework.ui.velocity - package org.springframework.ui.velocity
Support classes for setting up Velocity within a Spring application context.
org.springframework.util - package org.springframework.util
Miscellaneous utility classes, such as String manipulation utilities, a Log4J configurer, and a state holder for paged lists of objects.
org.springframework.util.comparator - package org.springframework.util.comparator
Useful generic java.util.Comparator implementations, such as an invertible comparator and a compound comparator.
org.springframework.util.xml - package org.springframework.util.xml
Miscellaneous utility classes for XML parsing and transformation, such as error handlers that log warnings via Commons Logging.
org.springframework.validation - package org.springframework.validation
Provides data binding and validation functionality, for usage in business and/or UI layers.
org.springframework.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.jsf - package org.springframework.web.jsf
Support classes for integrating a JSF web tier with a Spring middle tier which is hosted in a Spring root WebApplicationContext.
org.springframework.web.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.jasperreports - package org.springframework.web.servlet.view.jasperreports
Support classes for the integration of JasperReports as Spring web view technology.
org.springframework.web.servlet.view.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.struts - package org.springframework.web.struts
Support classes for integrating a Struts web tier with a Spring middle tier which is typically hosted in a Spring root WebApplicationContext.
org.springframework.web.util - package org.springframework.web.util
Miscellaneous web utility classes, such as HTML escaping, Log4J initialization, and cookie handling.
ORIGINAL_DEFAULT_THEME_NAME - Static variable in class org.springframework.web.servlet.theme.AbstractThemeResolver
 
ORIGINAL_DEFAULT_THEME_NAME - Static variable in class org.springframework.web.servlet.theme.CookieThemeResolver
 
originalVariableResolver - Variable in class org.springframework.web.jsf.DelegatingVariableResolver
 
overrideFrom(AbstractBeanDefinition) - Method in class org.springframework.beans.factory.support.AbstractBeanDefinition
Override settings in this bean definition from the given bean definition.

P

paddingLength - Variable in class org.springframework.jdbc.support.incrementer.AbstractDataFieldMaxValueIncrementer
The length to which a string result should be pre-pended with zeroes
PAGE_NOT_FOUND_LOG_CATEGORY - Static variable in class org.springframework.web.servlet.DispatcherServlet
Log category to use when no mapped handler is found for a request.
PAGE_NOT_FOUND_LOG_CATEGORY - Static variable in class org.springframework.web.servlet.mvc.multiaction.MultiActionController
Log category to use when no mapped handler is found for a request.
PAGE_SCOPE_SUFFIX - Static variable in class org.springframework.web.servlet.support.JspAwareRequestContext
 
PagedListHolder - Class in org.springframework.beans.support
PagedListHolder is a simple state holder for handling lists of objects, separating them into pages.
PagedListHolder() - Constructor for class org.springframework.beans.support.PagedListHolder
Create a new holder instance.
PagedListHolder(List) - Constructor for class org.springframework.beans.support.PagedListHolder
Create a new holder instance with the given source list, starting with a default sort definition (with "toggleAscendingOnProperty" activated).
PagedListHolder(List, SortDefinition) - Constructor for class org.springframework.beans.support.PagedListHolder
Create a new holder instance with the given source list.
PagedListSourceProvider - Interface in org.springframework.beans.support
Callback that provides the source for a reloadable List.
pageNotFoundLogger - Static variable in class org.springframework.web.servlet.DispatcherServlet
Additional logger to use when no mapped handler is found for a request.
pageNotFoundLogger - Static variable in class org.springframework.web.servlet.mvc.multiaction.MultiActionController
Additional logger to use when no mapped handler is found for a request.
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_PAGE - Static variable in class org.springframework.web.servlet.mvc.AbstractWizardFormController
Parameter specifying the current page as value.
PARAM_TARGET - Static variable in class org.springframework.web.servlet.mvc.AbstractWizardFormController
Parameter specifying the target page, appending the page number to the name.
ParameterDisposer - Interface in org.springframework.jdbc.core
Interface to be implemented by objects that can close resources allocated by parameters like SqlLobValues.
parameterInfoToTypes(MBeanParameterInfo[]) - Static method in class org.springframework.jmx.support.JmxUtils
Convert an array of MBeanParameterInfo into an array of Class instances corresponding to the parameters.
ParameterizableViewController - Class in org.springframework.web.servlet.mvc
Trivial controller that always returns a named view.
ParameterizableViewController() - Constructor for class org.springframework.web.servlet.mvc.ParameterizableViewController
 
ParameterMapper - Interface in org.springframework.jdbc.core
Implement this interface when parameters need to be customized based on the connection.
ParameterMethodNameResolver - Class in org.springframework.web.servlet.mvc.multiaction
Implementation of MethodNameResolver which supports several strategies for mapping parameter values to the names of methods to invoke.
ParameterMethodNameResolver() - Constructor for class org.springframework.web.servlet.mvc.multiaction.ParameterMethodNameResolver
 
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.
PARENT_REF_ATTRIBUTE - Static variable in class org.springframework.beans.factory.xml.DefaultXmlBeanDefinitionParser
 
parseBeanDefinitionElement(Element, boolean) - Method in class org.springframework.beans.factory.xml.DefaultXmlBeanDefinitionParser
Parse a standard bean definition into a BeanDefinitionHolder, including bean name and aliases.
parseBeanDefinitionElement(Element, String) - Method in class org.springframework.beans.factory.xml.DefaultXmlBeanDefinitionParser
Parse the BeanDefinition itself, without regard to name or aliases.
parseBeanDefinitions(Element) - Method in class org.springframework.beans.factory.xml.DefaultXmlBeanDefinitionParser
Parse the elements at the root level in the document: "import", "alias", "bean".
parseConstructorArgElement(Element, String, ConstructorArgumentValues) - Method in class org.springframework.beans.factory.xml.DefaultXmlBeanDefinitionParser
Parse a constructor-arg element.
parseConstructorArgElements(Element, String) - Method in class org.springframework.beans.factory.xml.DefaultXmlBeanDefinitionParser
Parse constructor-arg sub-elements of the given bean element.
parseExpression(String, Class, FunctionMapper) - Method in class org.springframework.mock.web.MockExpressionEvaluator
 
parseKeyElement(Element, String) - Method in class org.springframework.beans.factory.xml.DefaultXmlBeanDefinitionParser
Parse a key sub-element of a map element.
parseListElement(Element, String) - Method in class org.springframework.beans.factory.xml.DefaultXmlBeanDefinitionParser
Parse a list element.
parseLocaleString(String) - Static method in class org.springframework.util.StringUtils
Parse the given locale string into a java.util.Locale.
parseLookupOverrideSubElements(Element, String, MethodOverrides) - Method in class org.springframework.beans.factory.xml.DefaultXmlBeanDefinitionParser
Parse lookup-override sub-elements of the given bean element.
parseMapElement(Element, String) - Method in class org.springframework.beans.factory.xml.DefaultXmlBeanDefinitionParser
Parse a map element.
parseNumber(String, Class) - Static method in class org.springframework.util.NumberUtils
Parse the given text into a number instance of the given target class, using the corresponding default valueOf methods.
parseNumber(String, Class, NumberFormat) - Static method in class org.springframework.util.NumberUtils
Parse the given text into a number instance of the given target class, using the given NumberFormat.
parsePropertyElement(Element, String, MutablePropertyValues) - Method in class org.springframework.beans.factory.xml.DefaultXmlBeanDefinitionParser
Parse a property element.
parsePropertyElements(Element, String) - Method in class org.springframework.beans.factory.xml.DefaultXmlBeanDefinitionParser
Parse property sub-elements of the given bean element.
parsePropertySubElement(Element, String) - Method in class org.springframework.beans.factory.xml.DefaultXmlBeanDefinitionParser
Parse a value, ref or collection sub-element of a property or constructor-arg element.
parsePropertyValue(Element, String, String) - Method in class org.springframework.beans.factory.xml.DefaultXmlBeanDefinitionParser
Get the value of a property element.
parsePropsElement(Element, String) - Method in class org.springframework.beans.factory.xml.DefaultXmlBeanDefinitionParser
Parse a props element.
parseReplacedMethodSubElements(Element, String, MethodOverrides) - Method in class org.springframework.beans.factory.xml.DefaultXmlBeanDefinitionParser
Parse replaced-method sub-elements of the given bean element.
parseSetElement(Element, String) - Method in class org.springframework.beans.factory.xml.DefaultXmlBeanDefinitionParser
Parse a set element.
parseStringValue(String, Properties, String) - Method in class org.springframework.beans.factory.config.PropertyPlaceholderConfigurer
Parse the given String value recursively, to be able to resolve nested placeholders (when resolved property values in turn contain placeholders again).
PARTICIPATE_SUFFIX - Static variable in class org.springframework.orm.hibernate.support.OpenSessionInViewInterceptor
Suffix that gets appended to the SessionFactory toString representation for the "participate in existing session handling" request attribute.
PARTICIPATE_SUFFIX - Static variable in class org.springframework.orm.hibernate3.support.OpenSessionInViewInterceptor
Suffix that gets appended to the SessionFactory toString representation for the "participate in existing session handling" request attribute.
PARTICIPATE_SUFFIX - Static variable in class org.springframework.orm.jdo.support.OpenPersistenceManagerInViewInterceptor
Suffix that gets appended to the PersistenceManagerFactory toString representation for the "participate in existing persistence manager handling" request attribute.
passivateObject(Object) - Method in class org.springframework.aop.target.CommonsPoolTargetSource
 
PATH_ATTRIBUTE - Static variable in class org.springframework.web.servlet.view.tiles.TilesView
Name of the attribute that will override the path of the layout page to render.
pathEquals(String, String) - Static method in class org.springframework.util.StringUtils
Compare two paths after normalization of them.
PathMap - Class in org.springframework.web.servlet.handler.metadata
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
Create a new PathMap attribute for the given URL.
PathMatcher - Interface in org.springframework.util
Strategy interface for String-based path matching.
PathMatchingResourcePatternResolver - Class in org.springframework.core.io.support
ResourcePatternResolver implementation that applies Ant-style path matching, using Spring's PathMatcher class.
PathMatchingResourcePatternResolver() - Constructor for class org.springframework.core.io.support.PathMatchingResourcePatternResolver
Create a new PathMatchingResourcePatternResolver with a DefaultResourceLoader.
PathMatchingResourcePatternResolver(ClassLoader) - Constructor for class org.springframework.core.io.support.PathMatchingResourcePatternResolver
Create a new PathMatchingResourcePatternResolver with a DefaultResourceLoader.
PathMatchingResourcePatternResolver(ResourceLoader) - Constructor for class org.springframework.core.io.support.PathMatchingResourcePatternResolver
Create a new PathMatchingResourcePatternResolver.
PathMatchingResourcePatternResolver(ResourceLoader, ClassLoader) - Constructor for class org.springframework.core.io.support.PathMatchingResourcePatternResolver
Create a new PathMatchingResourcePatternResolver.
perform(ComponentContext, HttpServletRequest, HttpServletResponse, ServletContext) - Method in class org.springframework.web.servlet.view.tiles.ComponentControllerSupport
This implementation delegates to execute, converting non-Servlet/IO Exceptions to ServletException.
PerformanceMonitorInterceptor - Class in org.springframework.aop.interceptor
Simple AOP Alliance MethodInterceptor for performance monitoring.
PerformanceMonitorInterceptor() - Constructor for class org.springframework.aop.interceptor.PerformanceMonitorInterceptor
Create a new PerformanceMonitorInterceptor with a static logger.
PerformanceMonitorInterceptor(boolean) - Constructor for class org.springframework.aop.interceptor.PerformanceMonitorInterceptor
Create a new PerformanceMonitorInterceptor with a dynamic or static logger, according to the given flag.
PerformanceMonitorListener - Class in org.springframework.web.context.support
Listener that logs the response times of web requests.
PerformanceMonitorListener() - Constructor for class org.springframework.web.context.support.PerformanceMonitorListener
 
performJaxRpcCall(MethodInvocation) - Method in class org.springframework.remoting.jaxrpc.JaxRpcPortClientInterceptor
Perform a JAX-RPC dynamic call for the given AOP method invocation.
Perl5RegexpMethodPointcut - Class in org.springframework.aop.support
Perl5-style regular expression pointcut.
Perl5RegexpMethodPointcut() - Constructor for class org.springframework.aop.support.Perl5RegexpMethodPointcut
 
persist(Object) - Method in interface org.springframework.orm.hibernate3.HibernateOperations
Persist the given transient instance.
persist(String, Object) - Method in interface org.springframework.orm.hibernate3.HibernateOperations
Persist the given transient instance.
persist(Object) - Method in class org.springframework.orm.hibernate3.HibernateTemplate
 
persist(String, Object) - Method in class org.springframework.orm.hibernate3.HibernateTemplate
 
PERSISTENCE_BROKER_SYNCHRONIZATION_ORDER - Static variable in class org.springframework.orm.ojb.OjbFactoryUtils
Order value for TransactionSynchronization objects that clean up OJB PersistenceBrokers.
PERSISTENCE_MANAGER_SYNCHRONIZATION_ORDER - Static variable in class org.springframework.orm.jdo.PersistenceManagerFactoryUtils
Order value for TransactionSynchronization objects that clean up JDO PersistenceManagers.
PersistenceBrokerCallback - Interface in org.springframework.orm.ojb
Callback interface for OJB PersistenceBroker code.
PersistenceBrokerDaoSupport - Class in org.springframework.orm.ojb.support
Convenient super class for OJB PersistenceBroker data access objects.
PersistenceBrokerDaoSupport() - Constructor for class org.springframework.orm.ojb.support.PersistenceBrokerDaoSupport
 
PersistenceBrokerHolder - Class in org.springframework.orm.ojb
Holder wrapping an OJB PersistenceBroker.
PersistenceBrokerHolder(PersistenceBroker) - Constructor for class org.springframework.orm.ojb.PersistenceBrokerHolder
 
PersistenceBrokerOperations - Interface in org.springframework.orm.ojb
Interface that specifies a basic set of OJB PersistenceBroker operations.
PersistenceBrokerTemplate - Class in org.springframework.orm.ojb
Helper class that simplifies OJB PersistenceBroker data access code, and converts PersistenceBrokerExceptions into Spring DataAccessExceptions, following the org.springframework.dao exception hierarchy.
PersistenceBrokerTemplate() - Constructor for class org.springframework.orm.ojb.PersistenceBrokerTemplate
Create a new PersistenceBrokerTemplate, using the default connection configured for OJB.
PersistenceBrokerTemplate(boolean) - Constructor for class org.springframework.orm.ojb.PersistenceBrokerTemplate
Create a new PersistenceBrokerTemplate, using the default connection configured for OJB.
PersistenceBrokerTemplate(PBKey) - Constructor for class org.springframework.orm.ojb.PersistenceBrokerTemplate
Create a new PersistenceBrokerTemplate.
PersistenceBrokerTemplate(PBKey, boolean) - Constructor for class org.springframework.orm.ojb.PersistenceBrokerTemplate
Create a new PersistenceBrokerTemplate.
PersistenceBrokerTransactionManager - Class in org.springframework.orm.ojb
PlatformTransactionManager implementation for a single OJB persistence broker key.
PersistenceBrokerTransactionManager() - Constructor for class org.springframework.orm.ojb.PersistenceBrokerTransactionManager
Create a new PersistenceBrokerTransactionManager, sing the default connection configured for OJB.
PersistenceBrokerTransactionManager(String) - Constructor for class org.springframework.orm.ojb.PersistenceBrokerTransactionManager
Create a new PersistenceBrokerTransactionManager.
PersistenceBrokerTransactionManager(PBKey) - Constructor for class org.springframework.orm.ojb.PersistenceBrokerTransactionManager
Create a new PersistenceBrokerTransactionManager.
PersistenceManagerFactoryUtils - Class in org.springframework.orm.jdo
Helper class featuring methods for JDO PersistenceManager handling, allowing for reuse of PersistenceManager instances within transactions.
PersistenceManagerFactoryUtils() - Constructor for class org.springframework.orm.jdo.PersistenceManagerFactoryUtils
 
PersistenceManagerHolder - Class in org.springframework.orm.jdo
Holder wrapping a JDO PersistenceManager.
PersistenceManagerHolder(PersistenceManager) - Constructor for class org.springframework.orm.jdo.PersistenceManagerHolder
 
PessimisticLockingFailureException - Exception in org.springframework.dao
Exception thrown on a pessimistic locking violation.
PessimisticLockingFailureException(String) - Constructor for exception org.springframework.dao.PessimisticLockingFailureException
Constructor for PessimisticLockingFailureException.
PessimisticLockingFailureException(String, Throwable) - Constructor for exception org.springframework.dao.PessimisticLockingFailureException
Constructor for PessimisticLockingFailureException.
PLACEHOLDER_ARGUMENT_TYPES - Static variable in class org.springframework.aop.interceptor.CustomizableTraceInterceptor
The $[argumentTypes] placeholder.
PLACEHOLDER_ARGUMENTS - Static variable in class org.springframework.aop.interceptor.CustomizableTraceInterceptor
The $[arguments] placeholder.
PLACEHOLDER_EXCEPTION - Static variable in class org.springframework.aop.interceptor.CustomizableTraceInterceptor
The $[exception] placeholder.
PLACEHOLDER_INVOCATION_TIME - Static variable in class org.springframework.aop.interceptor.CustomizableTraceInterceptor
The $[invocationTime] placeholder.
PLACEHOLDER_METHOD_NAME - Static variable in class org.springframework.aop.interceptor.CustomizableTraceInterceptor
The $[methodName] placeholder.
PLACEHOLDER_PREFIX - Static variable in class org.springframework.core.io.AbstractPathResolvingPropertyEditor
 
PLACEHOLDER_RETURN_VALUE - Static variable in class org.springframework.aop.interceptor.CustomizableTraceInterceptor
The $[returnValue] placeholder.
PLACEHOLDER_SUFFIX - Static variable in class org.springframework.core.io.AbstractPathResolvingPropertyEditor
 
PLACEHOLDER_TARGET_CLASS_NAME - Static variable in class org.springframework.aop.interceptor.CustomizableTraceInterceptor
The $[targetClassName] placeholder.
PLACEHOLDER_TARGET_CLASS_SHORT_NAME - Static variable in class org.springframework.aop.interceptor.CustomizableTraceInterceptor
The $[targetClassShortName] placeholder.
PlatformTransactionManager - Interface in org.springframework.transaction
This is the central interface in Spring's transaction infrastructure.
Pointcut - Interface in org.springframework.aop
Core Spring pointcut abstraction.
PointcutAdvisor - Interface in org.springframework.aop
Superinterface for all Advisors that are driven by a pointcut.
Pointcuts - Class in org.springframework.aop.support
Pointcut constants for matching getters and setters, and static methods useful for manipulating and evaluating pointcuts.
Pointcuts() - Constructor for class org.springframework.aop.support.Pointcuts
 
PoolingAttribute - Class in org.springframework.aop.framework.autoproxy.target
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 in org.springframework.aop.target
Config interface for a pooling target source.
popNestedPath() - Method in exception org.springframework.validation.BindException
 
popNestedPath() - Method in interface org.springframework.validation.Errors
Pop the former nested path from the nested path stack.
popNestedPath() - Method in class org.springframework.web.bind.EscapedErrors
 
populateAttributeDescriptor(Descriptor, Method, Method, String) - Method in class org.springframework.jmx.export.assembler.AbstractReflectiveMBeanInfoAssembler
Allows subclasses to add extra fields to the Descriptor for a particular attribute.
populateAttributeDescriptor(Descriptor, Method, Method, String) - Method in class org.springframework.jmx.export.assembler.MetadataMBeanInfoAssembler
Adds descriptor fields from the ManagedAttribute attribute to the attribute descriptor.
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.
populateMBeanDescriptor(Descriptor, Object, String) - Method in class org.springframework.jmx.export.assembler.AbstractMBeanInfoAssembler
Called after the ModelMBeanInfo instance has been constructed but before it is passed to the MBeanExporter.
populateMBeanDescriptor(Descriptor, Object, String) - Method in class org.springframework.jmx.export.assembler.AbstractReflectiveMBeanInfoAssembler
Allows subclasses to add extra fields to the Descriptor for an MBean.
populateMBeanDescriptor(Descriptor, Object, String) - Method in class org.springframework.jmx.export.assembler.MetadataMBeanInfoAssembler
Adds descriptor fields from the ManagedResource attribute to the MBean descriptor.
populateOperationDescriptor(Descriptor, Method, String) - Method in class org.springframework.jmx.export.assembler.AbstractReflectiveMBeanInfoAssembler
Allows subclasses to add extra fields to the Descriptor for a particular operation.
populateOperationDescriptor(Descriptor, Method, String) - Method in class org.springframework.jmx.export.assembler.MetadataMBeanInfoAssembler
Adds descriptor fields from the ManagedAttribute attribute to the attribute descriptor.
populateProtectedVariables() - Method in class org.springframework.test.AbstractDependencyInjectionSpringContextTests
 
PostgreSQLSequenceMaxValueIncrementer - Class in org.springframework.jdbc.support.incrementer
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.
postHandle(HttpServletRequest, HttpServletResponse, Object, ModelAndView) - Method in class org.springframework.orm.hibernate.support.OpenSessionInViewInterceptor
Flush the Hibernate Session before view rendering, if necessary.
postHandle(HttpServletRequest, HttpServletResponse, Object, ModelAndView) - Method in class org.springframework.orm.hibernate3.support.OpenSessionInViewInterceptor
Flush the Hibernate Session before view rendering, if necessary.
postHandle(HttpServletRequest, HttpServletResponse, Object, ModelAndView) - Method in class org.springframework.web.servlet.handler.HandlerInterceptorAdapter
This implementation is empty.
postHandle(HttpServletRequest, HttpServletResponse, Object, ModelAndView) - Method in interface org.springframework.web.servlet.HandlerInterceptor
Intercept the execution of a handler.
postHandle(HttpServletRequest, HttpServletResponse, Object, ModelAndView) - Method in class org.springframework.web.servlet.mvc.WebContentInterceptor
This implementation is empty.
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
 
postProcessAfterInitialization(Object, String) - Method in class org.springframework.web.servlet.handler.SimpleServletPostProcessor
 
postProcessAfterInitialization(Object, String) - Method in class org.springframework.web.struts.ActionServletAwareProcessor
 
postProcessAnnotationConfiguration(AnnotationConfiguration) - Method in class org.springframework.orm.hibernate3.annotation.AnnotationSessionFactoryBean
To be implemented by subclasses that want to to perform custom post-processing of the AnnotationConfiguration object after this FactoryBean performed its default initialization.
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.AbstractRefreshableWebApplicationContext
Register ServletContextAwareProcessor.
postProcessBeanFactory(ConfigurableListableBeanFactory) - Method in class org.springframework.web.context.support.GenericWebApplicationContext
Register ServletContextAwareProcessor.
postProcessBeanFactory(ConfigurableListableBeanFactory) - Method in class org.springframework.web.context.support.StaticWebApplicationContext
Register ServletContextAwareProcessor.
postProcessBeforeDestruction(Object, String) - Method in interface org.springframework.beans.factory.config.DestructionAwareBeanPostProcessor
Apply this BeanPostProcessor to the given bean instance before its destruction.
postProcessBeforeDestruction(Object, String) - Method in class org.springframework.web.servlet.handler.SimpleServletPostProcessor
 
postProcessBeforeDestruction(Object, String) - Method in class org.springframework.web.struts.ActionServletAwareProcessor
 
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
 
postProcessBeforeInitialization(Object, String) - Method in class org.springframework.web.servlet.handler.SimpleServletPostProcessor
 
postProcessBeforeInitialization(Object, String) - Method in class org.springframework.web.struts.ActionServletAwareProcessor
 
postProcessBeforeInstantiation(Class, String) - Method in class org.springframework.aop.framework.autoproxy.AbstractAutoProxyCreator
 
postProcessBeforeInstantiation(Class, String) - Method in interface org.springframework.beans.factory.config.InstantiationAwareBeanPostProcessor
Apply this BeanPostProcessor before the target bean gets instantiated.
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.orm.hibernate3.annotation.AnnotationSessionFactoryBean
Reads metadata from annotated classes and packages into the AnnotationConfiguration instance.
postProcessConfiguration(Configuration) - Method in class org.springframework.orm.hibernate3.LocalSessionFactoryBean
To be implemented by subclasses that want to to perform custom post-processing of the Configuration object after this FactoryBean performed its default initialization.
postProcessConfiguration(Configuration) - Method in class org.springframework.ui.freemarker.FreeMarkerConfigurationFactory
To be 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.web.servlet.view.freemarker.FreeMarkerConfigurer
Post-processes the config to ensure that the Spring macro library can be resolved and imported by application templates: A ClassTemplateLoader for this package is added to the FreeMarker configuration.
postProcessJaxRpcCall(Call, MethodInvocation) - Method in class org.springframework.remoting.jaxrpc.JaxRpcPortClientInterceptor
Post-process the given JAX-RPC call.
postProcessJaxRpcService(Service) - Method in interface org.springframework.remoting.jaxrpc.JaxRpcServicePostProcessor
Post-process the given JAX-RPC Service.
postProcessJaxRpcService(Service) - Method in class org.springframework.remoting.jaxrpc.LocalJaxRpcServiceFactory
Post-process the given JAX-RPC Service.
postProcessMessage(Message) - Method in interface org.springframework.jms.core.MessagePostProcessor
Apply a MessagePostProcessor to the message.
postProcessPage(HttpServletRequest, Object, Errors, int) - Method in class org.springframework.web.servlet.mvc.AbstractWizardFormController
Post-process the given page after binding and validation, potentially updating its command object.
postProcessPortStub(Stub) - Method in class org.springframework.remoting.jaxrpc.JaxRpcPortClientInterceptor
Post-process the given JAX-RPC port stub.
postProcessVelocityEngine(VelocityEngine) - Method in class org.springframework.ui.velocity.VelocityEngineFactory
To be implemented by subclasses that want to to perform custom post-processing of the VelocityEngine after this FactoryBean performed its default configuration (but before VelocityEngine.init).
postProcessVelocityEngine(VelocityEngine) - Method in class org.springframework.web.servlet.view.velocity.VelocityConfigurer
Provides a ClasspathResourceLoader in addition to any default or user-defined loader in order to load the spring Velocity macros from the class path.
PreferencesPlaceholderConfigurer - Class in org.springframework.beans.factory.config
Subclass of PropertyPlaceholderConfigurer that supports J2SE 1.4's Preferences API (java.util.prefs).
PreferencesPlaceholderConfigurer() - Constructor for class org.springframework.beans.factory.config.PreferencesPlaceholderConfigurer
 
PREFIX_COMMONS_POOL - Static variable in class org.springframework.aop.framework.autoproxy.target.QuickTargetSourceCreator
 
PREFIX_PROTOTYPE - Static variable in class org.springframework.aop.framework.autoproxy.target.QuickTargetSourceCreator
 
PREFIX_THREAD_LOCAL - Static variable in class org.springframework.aop.framework.autoproxy.target.QuickTargetSourceCreator
 
preHandle(HttpServletRequest, HttpServletResponse, Object) - Method in class org.springframework.orm.hibernate.support.OpenSessionInViewInterceptor
Open 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 class org.springframework.orm.hibernate3.support.OpenSessionInViewInterceptor
Open 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 class org.springframework.orm.jdo.support.OpenPersistenceManagerInViewInterceptor
 
preHandle(HttpServletRequest, HttpServletResponse, Object) - Method in class org.springframework.web.servlet.handler.HandlerInterceptorAdapter
This implementation always returns true.
preHandle(HttpServletRequest, HttpServletResponse, Object) - Method in class org.springframework.web.servlet.handler.UserRoleAuthorizationInterceptor
 
preHandle(HttpServletRequest, HttpServletResponse, Object) - Method in interface org.springframework.web.servlet.HandlerInterceptor
Intercept the execution of a handler.
preHandle(HttpServletRequest, HttpServletResponse, Object) - Method in class org.springframework.web.servlet.i18n.LocaleChangeInterceptor
 
preHandle(HttpServletRequest, HttpServletResponse, Object) - Method in class org.springframework.web.servlet.mvc.WebContentInterceptor
 
preHandle(HttpServletRequest, HttpServletResponse, Object) - Method in class org.springframework.web.servlet.theme.ThemeChangeInterceptor
 
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.remoting.caucho.BurlapClientInterceptor
Initialize the Burlap proxy for this interceptor.
prepare() - Method in class org.springframework.remoting.caucho.CauchoRemoteAccessor
Initialize the underlying Hessian/Burlap proxy for this accessor.
prepare() - Method in class org.springframework.remoting.caucho.HessianClientInterceptor
Initialize the Hessian proxy for this interceptor.
prepare() - Method in class org.springframework.remoting.jaxrpc.JaxRpcPortClientInterceptor
Create and initialize the JAX-RPC service for the specified port.
prepare() - Method in class org.springframework.remoting.rmi.JndiRmiClientInterceptor
Fetches RMI stub on startup, if necessary.
prepare() - Method in class org.springframework.remoting.rmi.RmiClientInterceptor
Fetches RMI stub on startup, if necessary.
prepare() - Method in class org.springframework.util.MethodInvoker
Prepare the specified method.
prepareConnection(HttpURLConnection, int) - Method in class org.springframework.remoting.httpinvoker.SimpleHttpInvokerRequestExecutor
Prepare the given HTTP connection.
prepareConnectionForTransaction(Connection, TransactionDefinition) - Static method in class org.springframework.jdbc.datasource.DataSourceUtils
Prepare the given Connection with the given transaction semantics.
prepareCriteria(Criteria) - Method in class org.springframework.orm.hibernate.HibernateTemplate
Prepare the given Criteria object, applying cache settings and/or a transaction timeout.
prepareCriteria(Criteria) - Method in class org.springframework.orm.hibernate3.HibernateTemplate
Prepare the given Criteria object, applying cache settings and/or a transaction timeout.
PreparedStatementCallback - Interface in org.springframework.jdbc.core
Generic callback interface for code that operates on a PreparedStatement.
PreparedStatementCreator - Interface in org.springframework.jdbc.core
One of the two central callback interfaces used by the JdbcTemplate class.
PreparedStatementCreatorFactory - Class in org.springframework.jdbc.core
Helper class that 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 in org.springframework.jdbc.core
Callback interface used by the JdbcTemplate class.
prepareForRendering(HttpServletRequest, HttpServletResponse) - Method in class org.springframework.web.servlet.view.InternalResourceView
Prepare for rendering, and determine the request dispatcher path to forward to (or to include).
prepareForRendering(HttpServletRequest, HttpServletResponse) - Method in class org.springframework.web.servlet.view.tiles.TilesView
Prepare for rendering the Tiles definition: Execute the associated component controller if any, and determine the request dispatcher path.
prepareJaxRpcCall(Call) - Method in class org.springframework.remoting.jaxrpc.JaxRpcPortClientInterceptor
Prepare the given JAX-RPC call, applying properties to it.
prepareLob(Connection, Class) - Method in class org.springframework.jdbc.support.lob.OracleLobHandler.OracleLobCreator
Create and open an oracle.sql.BLOB/CLOB instance via reflection.
preparePortStub(Stub) - Method in class org.springframework.remoting.jaxrpc.JaxRpcPortClientInterceptor
Prepare the given JAX-RPC port stub, applying properties to it.
prepareQuery(Query) - Method in class org.springframework.orm.hibernate.HibernateTemplate
Prepare the given Query object, applying cache settings and/or a transaction timeout.
prepareQuery(Query) - Method in class org.springframework.orm.hibernate3.HibernateTemplate
Prepare the given Query object, applying cache settings and/or a transaction timeout.
prepareQuery(Query) - Method in class org.springframework.orm.jdo.JdoTemplate
Prepare the given JDO query object.
preProcessXml(Element) - Method in class org.springframework.beans.factory.xml.DefaultXmlBeanDefinitionParser
Allow the XML to be extensible by processing any custom element types first, before we start to process the bean definitions.
prettyPrint() - Method in class org.springframework.util.StopWatch
Return 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.
previous() - Method in class org.springframework.jdbc.support.rowset.ResultSetWrappingSqlRowSet
 
previous() - Method in interface org.springframework.jdbc.support.rowset.SqlRowSet
Moves the cursor to the previous row.
previousPage() - Method in class org.springframework.beans.support.PagedListHolder
Switch to previous page.
printStackTrace(PrintStream) - Method in exception org.springframework.beans.PropertyAccessExceptionsException
 
printStackTrace(PrintWriter) - Method in exception org.springframework.beans.PropertyAccessExceptionsException
 
printStackTrace(PrintStream) - Method in exception org.springframework.core.NestedCheckedException
Print the composite message and the embedded stack trace to the specified stream.
printStackTrace(PrintWriter) - Method in exception org.springframework.core.NestedCheckedException
Print the composite message and the embedded stack trace to the specified print writer.
printStackTrace(PrintStream) - Method in exception org.springframework.core.NestedRuntimeException
Print the composite message and the embedded stack trace to the specified stream.
printStackTrace(PrintWriter) - Method in exception org.springframework.core.NestedRuntimeException
Print the composite message and the embedded stack trace to the specified writer.
printStackTrace(PrintStream) - Method in exception org.springframework.mail.MailSendException
 
printStackTrace(PrintWriter) - Method in exception org.springframework.mail.MailSendException
 
proceed() - Method in class org.springframework.aop.framework.ReflectiveMethodInvocation
 
processActionCreate(HttpServletRequest, HttpServletResponse, ActionMapping) - Method in class org.springframework.web.struts.DelegatingRequestProcessor
Override the base class method to return the delegate action.
processActionCreate(HttpServletRequest, HttpServletResponse, ActionMapping) - Method in class org.springframework.web.struts.DelegatingTilesRequestProcessor
Override the base class method to return the delegate action.
processCancel(HttpServletRequest, HttpServletResponse, Object, BindException) - Method in class org.springframework.web.servlet.mvc.AbstractWizardFormController
Template method for processing the cancel action of this wizard.
processDeferredClose(SessionFactory) - Static method in class org.springframework.orm.hibernate.SessionFactoryUtils
Process Sessions that have been registered for deferred close for the given SessionFactory.
processDeferredClose(SessionFactory) - Static method in class org.springframework.orm.hibernate3.SessionFactoryUtils
Process Sessions that have been registered for deferred close for the given SessionFactory.
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.CancellableFormController
This implementation first checks to see if the incoming is a cancel request, through a call to CancellableFormController.isCancelRequest(javax.servlet.http.HttpServletRequest).
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.
processHandlerException(HttpServletRequest, HttpServletResponse, Object, Exception) - Method in class org.springframework.web.servlet.DispatcherServlet
Determine an error ModelAndView via the registered HandlerExceptionResolvers.
processKey(ConfigurableListableBeanFactory, String, String) - Method in class org.springframework.beans.factory.config.PropertyOverrideConfigurer
Process the given key as 'beanName.property' entry.
processMetaData(DatabaseMetaData) - Method in interface org.springframework.jdbc.support.DatabaseMetaDataCallback
Implementations must implement this method to process the meta data passed in.
processMissingFieldError(String, BindException) - Method in interface org.springframework.validation.BindingErrorProcessor
Apply the missing field error to the given BindException.
processMissingFieldError(String, BindException) - Method in class org.springframework.validation.DefaultBindingErrorProcessor
 
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.
processPropertyAccessException(PropertyAccessException, BindException) - Method in interface org.springframework.validation.BindingErrorProcessor
Translate the given PropertyAccessException to an appropriate error registered on the given Errors instance.
processPropertyAccessException(PropertyAccessException, BindException) - Method in class org.springframework.validation.DefaultBindingErrorProcessor
 
processResultSet(ResultSet, ResultSetSupportingSqlParameter) - Method in class org.springframework.jdbc.core.JdbcTemplate
Process the given ResultSet from a stored procedure.
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.RowMapperResultReader
 
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.
ProducerCallback - Interface in org.springframework.jms.core
Callback interface for JMS code.
PROP_ELEMENT - Static variable in class org.springframework.beans.factory.xml.DefaultXmlBeanDefinitionParser
 
PROP_THREAD_COUNT - Static variable in class org.springframework.scheduling.quartz.SchedulerFactoryBean
 
Propagation - Enum in org.springframework.transaction.annotation
Enumeration that represents transaction propagation behaviors for use with the JDK 1.5+ transaction annotation, corresponding to the TransactionDefinition interface.
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_NESTED - Static variable in interface org.springframework.transaction.TransactionDefinition
Execute within a nested transaction if a current transaction exists, behave like PROPAGATION_REQUIRED else.
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, suspend 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, suspend 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.
PropertiesBeanDefinitionReader - Class in org.springframework.beans.factory.support
Bean definition reader for a simple properties format.
PropertiesBeanDefinitionReader(BeanDefinitionRegistry) - Constructor for class org.springframework.beans.factory.support.PropertiesBeanDefinitionReader
Create new PropertiesBeanDefinitionReader for the given bean factory.
PropertiesEditor - Class in org.springframework.beans.propertyeditors
Editor for java.util.Properties objects.
PropertiesEditor() - Constructor for class org.springframework.beans.propertyeditors.PropertiesEditor
 
PropertiesFactoryBean - Class in org.springframework.beans.factory.config
Allows for making a properties file from a classpath location available as Properties instance in a bean factory.
PropertiesFactoryBean() - Constructor for class org.springframework.beans.factory.config.PropertiesFactoryBean
 
PropertiesLoaderSupport - Class in org.springframework.core.io.support
Base class for JavaBean-style components that need to load properties from one or more resources.
PropertiesLoaderSupport() - Constructor for class org.springframework.core.io.support.PropertiesLoaderSupport
 
PropertiesMethodNameResolver - Class in org.springframework.web.servlet.mvc.multiaction
The most flexible out-of-the-box implementation of the MethodNameResolver interface.
PropertiesMethodNameResolver() - Constructor for class org.springframework.web.servlet.mvc.multiaction.PropertiesMethodNameResolver
 
PropertiesPersister - Interface in org.springframework.util
Strategy interface for persisting java.util.Properties, allowing for pluggable parsing strategies.
PROPERTY_ELEMENT - Static variable in class org.springframework.beans.factory.xml.DefaultXmlBeanDefinitionParser
 
PROPERTY_KEY_PREFIX - Static variable in interface org.springframework.beans.PropertyAccessor
Marker that indicates the start of a property key for an indexed or mapped property like "person.addresses[0]".
PROPERTY_KEY_PREFIX_CHAR - Static variable in interface org.springframework.beans.PropertyAccessor
 
PROPERTY_KEY_SUFFIX - Static variable in interface org.springframework.beans.PropertyAccessor
Marker that indicates the end of a property key for an indexed or mapped property like "person.addresses[0]".
PROPERTY_KEY_SUFFIX_CHAR - Static variable in interface org.springframework.beans.PropertyAccessor
 
PropertyAccessException - Exception in org.springframework.beans
Superclass for exceptions related to a property access, such as type mismatch or invocation target exception.
PropertyAccessException(PropertyChangeEvent, String) - Constructor for exception org.springframework.beans.PropertyAccessException
Create a new PropertyAccessException.
PropertyAccessException(PropertyChangeEvent, String, Throwable) - Constructor for exception org.springframework.beans.PropertyAccessException
Create a new PropertyAccessException.
PropertyAccessExceptionsException - Exception in org.springframework.beans
Combined exception, composed of individual binding propertyAccessExceptions.
PropertyAccessExceptionsException(BeanWrapper, PropertyAccessException[]) - Constructor for exception org.springframework.beans.PropertyAccessExceptionsException
Create a new PropertyAccessExceptionsException.
PropertyAccessor - Interface in org.springframework.beans
Common interface for classes that can access bean properties.
PropertyComparator - Class in org.springframework.beans.support
PropertyComparator performs a comparison of two beans, evaluating the specified bean property via a BeanWrapper.
PropertyComparator(SortDefinition) - Constructor for class org.springframework.beans.support.PropertyComparator
Create a new PropertyComparator for the given SortDefinition.
PropertyComparator(String, boolean, boolean) - Constructor for class org.springframework.beans.support.PropertyComparator
Create a PropertyComparator for the given settings.
PropertyEditorRegistrar - Interface in org.springframework.validation
Interface for strategies that register custom property editors with a data binder.
PropertyOverrideConfigurer - Class in org.springframework.beans.factory.config
A property resource configurer that overrides bean property values in an application context definition.
PropertyOverrideConfigurer() - Constructor for class org.springframework.beans.factory.config.PropertyOverrideConfigurer
 
PropertyPathFactoryBean - Class in org.springframework.beans.factory.config
FactoryBean that evaluates a property path on a given target object.
PropertyPathFactoryBean() - Constructor for class org.springframework.beans.factory.config.PropertyPathFactoryBean
 
PropertyPlaceholderConfigurer - Class in org.springframework.beans.factory.config
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 in org.springframework.beans.factory.config
Allows for configuration of individual bean property values from a property resource, i.e. a properties file.
PropertyResourceConfigurer() - Constructor for class org.springframework.beans.factory.config.PropertyResourceConfigurer
 
propertyToConstantNamePrefix(String) - Method in class org.springframework.core.Constants
Convert the given bean property name to a constant name prefix.
PropertyValue - Class in org.springframework.beans
Class to hold information and value for an individual property.
PropertyValue(String, Object) - Constructor for class org.springframework.beans.PropertyValue
Create a new PropertyValue instance.
PropertyValues - Interface in org.springframework.beans
Object containing 0 or more PropertyValue objects comprising one update.
PropertyValuesEditor - Class in org.springframework.beans
Editor for PropertyValues objects.
PropertyValuesEditor() - Constructor for class org.springframework.beans.PropertyValuesEditor
 
PROPS_ELEMENT - Static variable in class org.springframework.beans.factory.xml.DefaultXmlBeanDefinitionParser
 
PrototypeAttribute - Class in org.springframework.aop.framework.autoproxy.metadata
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 in org.springframework.aop.target
TargetSource that creates a new instance of the target bean for each request.
PrototypeTargetSource() - Constructor for class org.springframework.aop.target.PrototypeTargetSource
 
proxiedUserInterfaces(Object) - Static method in class org.springframework.aop.framework.AopProxyUtils
Extract the user-specified interfaces that the given proxy implements, i.e. all non-Advised interfaces that the proxy implements.
proxy - Variable in class org.springframework.aop.framework.ReflectiveMethodInvocation
 
PROXY_WITHOUT_ADDITIONAL_INTERCEPTORS - Static variable in class org.springframework.aop.framework.autoproxy.AbstractAutoProxyCreator
Convenience constant for subclasses: Return value for "proxy without additional interceptors, just the common ones".
ProxyConfig - Class in org.springframework.aop.framework
Convenience superclass for configuration used in creating proxies, to ensure that all proxy creators have consistent properties.
ProxyConfig() - Constructor for class org.springframework.aop.framework.ProxyConfig
 
ProxyFactory - Class in org.springframework.aop.framework
Factory for AOP proxies for programmatic use, rather than via a bean factory.
ProxyFactory() - Constructor for class org.springframework.aop.framework.ProxyFactory
Create a new ProxyFactory.
ProxyFactory(Object) - Constructor for class org.springframework.aop.framework.ProxyFactory
Create a new ProxyFactory.
ProxyFactory(Class[]) - Constructor for class org.springframework.aop.framework.ProxyFactory
Create a new ProxyFactory.
ProxyFactoryBean - Class in org.springframework.aop.framework
FactoryBean implementation for use to source AOP proxies from a Spring BeanFactory.
ProxyFactoryBean() - Constructor for class org.springframework.aop.framework.ProxyFactoryBean
 
ProxyMethodInvocation - Interface in org.springframework.aop
Extension of the AOP Alliance MethodInvocation interface, allowing to access the proxy that the method invocation was made through.
publishedInterfaces - Variable in class org.springframework.aop.support.IntroductionInfoSupport
Set of Class
publishEvent(ApplicationEvent) - Method in interface org.springframework.context.ApplicationContext
Notify all listeners registered with this application of an application event.
publishEvent(ApplicationEvent) - Method in interface org.springframework.context.ApplicationEventPublisher
Notify all listeners registered with this application of an application event.
publishEvent(ApplicationEvent) - Method in class org.springframework.context.support.AbstractApplicationContext
Publish the given event to all listeners.
pushNestedPath(String) - Method in exception org.springframework.validation.BindException
 
pushNestedPath(String) - Method in interface org.springframework.validation.Errors
Push the given sub path onto the nested path stack.
pushNestedPath(String) - Method in class org.springframework.web.bind.EscapedErrors
 
put(Object, Object) - Method in class org.springframework.beans.factory.support.ManagedMap
 
put(Object, Object) - Method in class org.springframework.util.CachingMapDecorator
 
putAll(Map) - Method in class org.springframework.beans.factory.support.ManagedMap
 
putAll(Map) - Method in class org.springframework.util.CachingMapDecorator
 
putValue(String, Object) - Method in class org.springframework.mock.web.MockHttpSession
 

Q

QuartzJobBean - Class in org.springframework.scheduling.quartz
Simple implementation of the Quartz Job interface, applying the passed-in JobDataMap and also the SchedulerContext as bean property values.
QuartzJobBean() - Constructor for class org.springframework.scheduling.quartz.QuartzJobBean
 
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(String, RowMapper) - Method in interface org.springframework.jdbc.core.JdbcOperations
Execute a query given static SQL, mapping each row to a Java object via a RowMapper.
query(PreparedStatementCreator, ResultSetExtractor) - Method in interface org.springframework.jdbc.core.JdbcOperations
Query using a prepared statement, reading the ResultSet with a ResultSetExtractor.
query(String, PreparedStatementSetter, ResultSetExtractor) - Method in interface org.springframework.jdbc.core.JdbcOperations
Query using a prepared statement, reading the ResultSet with a ResultSetExtractor.
query(String, Object[], int[], ResultSetExtractor) - Method in interface org.springframework.jdbc.core.JdbcOperations
Query given SQL to create a prepared statement from SQL and a list of arguments to bind to the query, reading the ResultSet with a ResultSetExtractor.
query(String, Object[], ResultSetExtractor) - Method in interface org.springframework.jdbc.core.JdbcOperations
Query given SQL to create a prepared statement from SQL and a list of arguments to bind to the query, reading the ResultSet with a ResultSetExtractor.
query(PreparedStatementCreator, RowCallbackHandler) - Method in interface org.springframework.jdbc.core.JdbcOperations
Query using a prepared statement, reading the ResultSet on a per-row basis with a RowCallbackHandler (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(PreparedStatementCreator, RowMapper) - Method in interface org.springframework.jdbc.core.JdbcOperations
Query using a prepared statement, mapping each row to a Java object via a RowMapper.
query(String, PreparedStatementSetter, RowMapper) - Method in interface org.springframework.jdbc.core.JdbcOperations
Query given SQL to create a prepared statement from SQL and a PreparedStatementSetter implementation that knows how to bind values to the query, mapping each row to a Java object via a RowMapper.
query(String, Object[], int[], RowMapper) - Method in interface org.springframework.jdbc.core.JdbcOperations
Query given SQL to create a prepared statement from SQL and a list of arguments to bind to the query, mapping each row to a Java object via a RowMapper.
query(String, Object[], RowMapper) - Method in interface org.springframework.jdbc.core.JdbcOperations
Query given SQL to create a prepared statement from SQL and a list of arguments to bind to the query, mapping each row to a Java object via a RowMapper.
query(String, ResultSetExtractor) - Method in class org.springframework.jdbc.core.JdbcTemplate
 
query(String, RowCallbackHandler) - Method in class org.springframework.jdbc.core.JdbcTemplate
 
query(String, RowMapper) - 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(String, Object[], int[], ResultSetExtractor) - Method in class org.springframework.jdbc.core.JdbcTemplate
 
query(String, Object[], 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
 
query(PreparedStatementCreator, RowMapper) - Method in class org.springframework.jdbc.core.JdbcTemplate
 
query(String, PreparedStatementSetter, RowMapper) - Method in class org.springframework.jdbc.core.JdbcTemplate
 
query(String, Object[], int[], RowMapper) - Method in class org.springframework.jdbc.core.JdbcTemplate
 
query(String, Object[], RowMapper) - 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[], int[]) - Method in interface org.springframework.jdbc.core.JdbcOperations
Query given SQL to create a prepared statement from SQL and a list of arguments to bind to the query, resulting in an int value.
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[], int[]) - Method in class org.springframework.jdbc.core.JdbcTemplate
 
queryForInt(String, Object[]) - Method in class org.springframework.jdbc.core.JdbcTemplate
 
queryForList(String, Class) - Method in interface org.springframework.jdbc.core.JdbcOperations
Execute a query for a result list, given static SQL.
queryForList(String) - Method in interface org.springframework.jdbc.core.JdbcOperations
Execute a query for a result list, given static SQL.
queryForList(String, Object[], int[], Class) - Method in interface org.springframework.jdbc.core.JdbcOperations
Query given SQL to create a prepared statement from SQL and a list of arguments to bind to the query, expecting a result list.
queryForList(String, Object[], Class) - Method in interface org.springframework.jdbc.core.JdbcOperations
Query given SQL to create a prepared statement from SQL and a list of arguments to bind to the query, expecting a result list.
queryForList(String, Object[], int[]) - Method in interface org.springframework.jdbc.core.JdbcOperations
Query given SQL to create a prepared statement from SQL and a list of arguments to bind to the query, expecting a result list.
queryForList(String, Object[]) - Method in interface org.springframework.jdbc.core.JdbcOperations
Query given SQL to create a prepared statement from SQL and a list of arguments to bind to the query, expecting a result list.
queryForList(String, Class) - Method in class org.springframework.jdbc.core.JdbcTemplate
 
queryForList(String) - Method in class org.springframework.jdbc.core.JdbcTemplate
 
queryForList(String, Object[], int[], Class) - Method in class org.springframework.jdbc.core.JdbcTemplate
 
queryForList(String, Object[], Class) - Method in class org.springframework.jdbc.core.JdbcTemplate
 
queryForList(String, Object[], int[]) - Method in class org.springframework.jdbc.core.JdbcTemplate
 
queryForList(String, Object[]) - Method in class org.springframework.jdbc.core.JdbcTemplate
 
queryForList(String, 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) - Method in class org.springframework.orm.ibatis.SqlMapClientTemplate
 
queryForList(String, Object, int, int) - 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[], int[]) - Method in interface org.springframework.jdbc.core.JdbcOperations
Query given SQL to create a prepared statement from SQL and a list of arguments to bind to the query, resulting in a long value.
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[], int[]) - Method in class org.springframework.jdbc.core.JdbcTemplate
 
queryForLong(String, Object[]) - Method in class org.springframework.jdbc.core.JdbcTemplate
 
queryForMap(String) - Method in interface org.springframework.jdbc.core.JdbcOperations
Execute a query for a result Map, given static SQL.
queryForMap(String, Object[], int[]) - Method in interface org.springframework.jdbc.core.JdbcOperations
Query given SQL to create a prepared statement from SQL and a list of arguments to bind to the query, expecting a result Map.
queryForMap(String, Object[]) - Method in interface org.springframework.jdbc.core.JdbcOperations
Query given SQL to create a prepared statement from SQL and a list of arguments to bind to the query, expecting a result Map.
queryForMap(String) - Method in class org.springframework.jdbc.core.JdbcTemplate
 
queryForMap(String, Object[], int[]) - Method in class org.springframework.jdbc.core.JdbcTemplate
 
queryForMap(String, Object[]) - Method in class org.springframework.jdbc.core.JdbcTemplate
 
queryForMap(String, 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, RowMapper) - Method in interface org.springframework.jdbc.core.JdbcOperations
Execute a query given static SQL, mapping a single result row to a Java object via a RowMapper.
queryForObject(String, Class) - Method in interface org.springframework.jdbc.core.JdbcOperations
Execute a query for a result object, given static SQL.
queryForObject(String, Object[], int[], RowMapper) - Method in interface org.springframework.jdbc.core.JdbcOperations
Query given SQL to create a prepared statement from SQL and a list of arguments to bind to the query, mapping a single result row to a Java object via a RowMapper.
queryForObject(String, Object[], RowMapper) - Method in interface org.springframework.jdbc.core.JdbcOperations
Query given SQL to create a prepared statement from SQL and a list of arguments to bind to the query, mapping a single result row to a Java object via a RowMapper.
queryForObject(String, Object[], int[], Class) - Method in interface org.springframework.jdbc.core.JdbcOperations
Query given SQL to create a prepared statement from SQL and a list of arguments to bind to the query, expecting a result object.
queryForObject(String, Object[], Class) - Method in interface org.springframework.jdbc.core.JdbcOperations
Query given SQL to create a prepared statement from SQL and a list of arguments to bind to the query, expecting a result object.
queryForObject(String, RowMapper) - Method in class org.springframework.jdbc.core.JdbcTemplate
 
queryForObject(String, Class) - Method in class org.springframework.jdbc.core.JdbcTemplate
 
queryForObject(String, Object[], int[], RowMapper) - Method in class org.springframework.jdbc.core.JdbcTemplate
 
queryForObject(String, Object[], RowMapper) - Method in class org.springframework.jdbc.core.JdbcTemplate
 
queryForObject(String, Object[], int[], 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
 
queryForPaginatedList(String, Object, int) - Method in interface org.springframework.orm.ibatis.SqlMapClientOperations
 
queryForPaginatedList(String, Object, int) - Method in class org.springframework.orm.ibatis.SqlMapClientTemplate
 
queryForRowSet(String) - Method in interface org.springframework.jdbc.core.JdbcOperations
Execute a query for a SqlRowSet, given static SQL.
queryForRowSet(String, Object[], int[]) - Method in interface org.springframework.jdbc.core.JdbcOperations
Query given SQL to create a prepared statement from SQL and a list of arguments to bind to the query, expecting a SqlRowSet.
queryForRowSet(String, Object[]) - Method in interface org.springframework.jdbc.core.JdbcOperations
Query given SQL to create a prepared statement from SQL and a list of arguments to bind to the query, expecting a SqlRowSet.
queryForRowSet(String) - Method in class org.springframework.jdbc.core.JdbcTemplate
 
queryForRowSet(String, Object[], int[]) - Method in class org.springframework.jdbc.core.JdbcTemplate
 
queryForRowSet(String, Object[]) - Method in class org.springframework.jdbc.core.JdbcTemplate
 
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 appendQueryProperties.
queryWithRowHandler(String, Object, RowHandler) - Method in interface org.springframework.orm.ibatis.SqlMapClientOperations
 
queryWithRowHandler(String, Object, RowHandler) - Method in class org.springframework.orm.ibatis.SqlMapClientTemplate
 
QuickTargetSourceCreator - Class in org.springframework.aop.framework.autoproxy.target
Convenient TargetSourceCreator using bean name prefixes to create one of three well-known TargetSource types: : CommonsPoolTargetSource % ThreadLocalTargetSource !
QuickTargetSourceCreator() - Constructor for class org.springframework.aop.framework.autoproxy.target.QuickTargetSourceCreator
 

R

RdbmsOperation - Class in org.springframework.jdbc.object
An "RDBMS operation" is a multithreaded, reusable object representing a query, update or stored procedure.
RdbmsOperation() - Constructor for class org.springframework.jdbc.object.RdbmsOperation
 
read(InputStream) - Method in class org.springframework.jca.cci.core.support.CommAreaRecord
 
read() - Method in class org.springframework.mock.web.DelegatingServletInputStream
 
read(Class, Expression) - Method in interface org.springframework.orm.toplink.TopLinkOperations
Read an entity instance of the given class that matches the given expression.
read(Class, Expression, boolean) - Method in interface org.springframework.orm.toplink.TopLinkOperations
Read an entity instance of the given class that matches the given expression.
read(Class, Call) - Method in interface org.springframework.orm.toplink.TopLinkOperations
Read an entity instance of the given class, as returned by the given call.
read(Class, Call, boolean) - Method in interface org.springframework.orm.toplink.TopLinkOperations
Read an entity instance of the given class, as returned by the given call.
read(Class, Expression) - Method in class org.springframework.orm.toplink.TopLinkTemplate
 
read(Class, Expression, boolean) - Method in class org.springframework.orm.toplink.TopLinkTemplate
 
read(Class, Call) - Method in class org.springframework.orm.toplink.TopLinkTemplate
 
read(Class, Call, boolean) - Method in class org.springframework.orm.toplink.TopLinkTemplate
 
READ_ONLY_MARKER - Static variable in class org.springframework.transaction.support.DefaultTransactionDefinition
Marker for read-only transactions in description strings
readAll(Class) - Method in interface org.springframework.orm.toplink.TopLinkOperations
Read all entity instances of the given class.
readAll(Class, boolean) - Method in interface org.springframework.orm.toplink.TopLinkOperations
Read all entity instances of the given class.
readAll(Class, Expression) - Method in interface org.springframework.orm.toplink.TopLinkOperations
Read all entity instances of the given class that match the given expression.
readAll(Class, Expression, boolean) - Method in interface org.springframework.orm.toplink.TopLinkOperations
Read all entity instances of the given class that match the given expression.
readAll(Class, Call) - Method in interface org.springframework.orm.toplink.TopLinkOperations
Read all entity instances of the given class, as returned by the given call.
readAll(Class, Call, boolean) - Method in interface org.springframework.orm.toplink.TopLinkOperations
Read all entity instances of the given class, as returned by the given call.
readAll(Class) - Method in class org.springframework.orm.toplink.TopLinkTemplate
 
readAll(Class, boolean) - Method in class org.springframework.orm.toplink.TopLinkTemplate
 
readAll(Class, Expression) - Method in class org.springframework.orm.toplink.TopLinkTemplate
 
readAll(Class, Expression, boolean) - Method in class org.springframework.orm.toplink.TopLinkTemplate
 
readAll(Class, Call) - Method in class org.springframework.orm.toplink.TopLinkTemplate
 
readAll(Class, Call, boolean) - Method in class org.springframework.orm.toplink.TopLinkTemplate
 
readAndCopy(Class, Object) - Method in interface org.springframework.orm.toplink.TopLinkOperations
Read the entity instance of the given class with the given id, throwing an exception if not found.
readAndCopy(Class, Object, boolean) - Method in interface org.springframework.orm.toplink.TopLinkOperations
Read the entity instance of the given class with the given id, throwing an exception if not found.
readAndCopy(Class, Object[]) - Method in interface org.springframework.orm.toplink.TopLinkOperations
Read the entity instance of the given class with the given composite id, throwing an exception if not found.
readAndCopy(Class, Object[], boolean) - Method in interface org.springframework.orm.toplink.TopLinkOperations
Read the entity instance of the given class with the given composite id, throwing an exception if not found.
readAndCopy(Class, Object) - Method in class org.springframework.orm.toplink.TopLinkTemplate
 
readAndCopy(Class, Object, boolean) - Method in class org.springframework.orm.toplink.TopLinkTemplate
 
readAndCopy(Class, Object[]) - Method in class org.springframework.orm.toplink.TopLinkTemplate
 
readAndCopy(Class, Object[], boolean) - Method in class org.springframework.orm.toplink.TopLinkTemplate
 
readBodyContent() - Method in class org.springframework.web.servlet.tags.EscapeBodyTag
Read the unescaped body content from the page.
readById(Class, Object) - Method in interface org.springframework.orm.toplink.TopLinkOperations
Read the entity instance of the given class with the given id, throwing an exception if not found.
readById(Class, Object, boolean) - Method in interface org.springframework.orm.toplink.TopLinkOperations
Read the entity instance of the given class with the given id, throwing an exception if not found.
readById(Class, Object[]) - Method in interface org.springframework.orm.toplink.TopLinkOperations
Read the entity instance of the given class with the given composite id, throwing an exception if not found.
readById(Class, Object[], boolean) - Method in interface org.springframework.orm.toplink.TopLinkOperations
Read the entity instance of the given class with the given composite id, throwing an exception if not found.
readById(Class, Object) - Method in class org.springframework.orm.toplink.TopLinkTemplate
 
readById(Class, Object, boolean) - Method in class org.springframework.orm.toplink.TopLinkTemplate
 
readById(Class, Object[]) - Method in class org.springframework.orm.toplink.TopLinkTemplate
 
readById(Class, Object[], boolean) - Method in class org.springframework.orm.toplink.TopLinkTemplate
 
readFromSession(Session) - Method in class org.springframework.orm.toplink.SessionReadCallback
Called with a Session to work on, either the active UnitOfWork or the plain Session (as determined by the transaction status).
readRemoteInvocation(HttpServletRequest) - Method in class org.springframework.remoting.httpinvoker.HttpInvokerServiceExporter
Read a RemoteInvocation from the given HTTP request.
readRemoteInvocation(HttpServletRequest, InputStream) - Method in class org.springframework.remoting.httpinvoker.HttpInvokerServiceExporter
Deserialize a RemoteInvocation object from the given InputStream.
readRemoteInvocationResult(InputStream, String) - Method in class org.springframework.remoting.httpinvoker.AbstractHttpInvokerRequestExecutor
Deserialize a RemoteInvocationResult object from the given InputStream.
readResolve() - Method in class org.springframework.aop.framework.AdvisedSupport
Used to initialize transient state.
rebind(String, Object) - Method in class org.springframework.jndi.JndiTemplate
Rebind the given object to the current JNDI context, using the given name.
rebind(String, Object) - Method in class org.springframework.mock.jndi.SimpleNamingContext
 
rebind(Name, Object) - Method in class org.springframework.mock.jndi.SimpleNamingContext
 
receive() - Method in interface org.springframework.jms.core.JmsOperations
Receive a message synchronously from the default destination, but only wait up to a specified time for delivery.
receive(Destination) - Method in interface org.springframework.jms.core.JmsOperations
Receive a message synchronously from the specified destination, but only wait up to a specified time for delivery.
receive(String) - Method in interface org.springframework.jms.core.JmsOperations
Receive a message synchronously from the specified destination, but only wait up to a specified time for delivery.
receive() - Method in class org.springframework.jms.core.JmsTemplate
 
receive(Destination) - Method in class org.springframework.jms.core.JmsTemplate
 
receive(String) - Method in class org.springframework.jms.core.JmsTemplate
 
receiveAndConvert() - Method in interface org.springframework.jms.core.JmsOperations
Receive a message synchronously from the default destination, but only wait up to a specified time for delivery.
receiveAndConvert(Destination) - Method in interface org.springframework.jms.core.JmsOperations
Receive a message synchronously from the specified destination, but only wait up to a specified time for delivery.
receiveAndConvert(String) - Method in interface org.springframework.jms.core.JmsOperations
Receive a message synchronously from the specified destination, but only wait up to a specified time for delivery.
receiveAndConvert() - Method in class org.springframework.jms.core.JmsTemplate
 
receiveAndConvert(Destination) - Method in class org.springframework.jms.core.JmsTemplate
 
receiveAndConvert(String) - Method in class org.springframework.jms.core.JmsTemplate
 
receiveSelected(String) - Method in interface org.springframework.jms.core.JmsOperations
Receive a message synchronously from the default destination, but only wait up to a specified time for delivery.
receiveSelected(Destination, String) - Method in interface org.springframework.jms.core.JmsOperations
Receive a message synchronously from the specified destination, but only wait up to a specified time for delivery.
receiveSelected(String, String) - Method in interface org.springframework.jms.core.JmsOperations
Receive a message synchronously from the specified destination, but only wait up to a specified time for delivery.
receiveSelected(String) - Method in class org.springframework.jms.core.JmsTemplate
 
receiveSelected(Destination, String) - Method in class org.springframework.jms.core.JmsTemplate
 
receiveSelected(String, String) - Method in class org.springframework.jms.core.JmsTemplate
 
receiveSelectedAndConvert(String) - Method in interface org.springframework.jms.core.JmsOperations
Receive a message synchronously from the default destination, but only wait up to a specified time for delivery.
receiveSelectedAndConvert(Destination, String) - Method in interface org.springframework.jms.core.JmsOperations
Receive a message synchronously from the specified destination, but only wait up to a specified time for delivery.
receiveSelectedAndConvert(String, String) - Method in interface org.springframework.jms.core.JmsOperations
Receive a message synchronously from the specified destination, but only wait up to a specified time for delivery.
receiveSelectedAndConvert(String) - Method in class org.springframework.jms.core.JmsTemplate
 
receiveSelectedAndConvert(Destination, String) - Method in class org.springframework.jms.core.JmsTemplate
 
receiveSelectedAndConvert(String, String) - Method in class org.springframework.jms.core.JmsTemplate
 
RecordCreator - Interface in org.springframework.jca.cci.core
Callback interface for creating a CCI Record instance, usually based on the passed-in CCI RecordFactory.
RecordExtractor - Interface in org.springframework.jca.cci.core
Callback interface for extracting a result object from a CCI Record instance.
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.
RecordTypeNotSupportedException - Exception in org.springframework.jca.cci
Exception thrown when the creating of a CCI Record failed because the connector doesn't support the desired CCI Record type.
RecordTypeNotSupportedException(String, ResourceException) - Constructor for exception org.springframework.jca.cci.RecordTypeNotSupportedException
Constructor for RecordTypeNotSupportedException.
recreate() - Method in class org.springframework.remoting.support.RemoteInvocationResult
Recreate the invocation result, either returning the result value in case of a successful invocation of the target method, or rethrowing the exception thrown by the target method.
recreateRemoteInvocationResult(RemoteInvocationResult) - Method in class org.springframework.remoting.support.RemoteInvocationBasedAccessor
Recreate the invocation result contained in the given RemoteInvocationResult object.
REDIRECT_URL_PREFIX - Static variable in class org.springframework.web.servlet.view.UrlBasedViewResolver
Prefix for special view names that specify a redirect URL (usually to a controller after a form has been submitted and processed).
RedirectView - Class in org.springframework.web.servlet.view
View that redirects to an absolute, context relative, or current request relative 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.
RedirectView(String, boolean, boolean) - Constructor for class org.springframework.web.servlet.view.RedirectView
Create a new RedirectView with the given URL.
REF_ATTRIBUTE - Static variable in class org.springframework.beans.factory.xml.DefaultXmlBeanDefinitionParser
 
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. owner.dog(ref)=fido.
REFERENCE_END - Static variable in class org.springframework.web.util.HtmlCharacterEntityReferences
 
REFERENCE_START - Static variable in class org.springframework.web.util.HtmlCharacterEntityReferences
 
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
Calls 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.
ReflectionUtils - Class in org.springframework.util
Simple utility class for handling reflection exceptions.
ReflectionUtils() - Constructor for class org.springframework.util.ReflectionUtils
 
ReflectiveMethodInvocation - Class in org.springframework.aop.framework
Spring's 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
ReflectiveVisitorHelper - Class in org.springframework.core
Helper implementation for a reflective visitor.
ReflectiveVisitorHelper() - Constructor for class org.springframework.core.ReflectiveVisitorHelper
 
refresh(boolean) - Method in class org.springframework.beans.support.RefreshablePagedListHolder
Reload the underlying list from the source provider if necessary (i.e. if the locale and/or the filter has changed), and resort it.
refresh() - Method in interface org.springframework.context.ConfigurableApplicationContext
Load or refresh the persistent representation of the configuration, which might an XML file, properties file, or relational database schema.
refresh() - Method in class org.springframework.context.support.AbstractApplicationContext
 
refresh(Object) - Method in interface org.springframework.orm.hibernate.HibernateOperations
Re-read the state of the given persistent instance.
refresh(Object, LockMode) - Method in interface org.springframework.orm.hibernate.HibernateOperations
Re-read the state of the given persistent instance.
refresh(Object) - Method in class org.springframework.orm.hibernate.HibernateTemplate
 
refresh(Object, LockMode) - Method in class org.springframework.orm.hibernate.HibernateTemplate
 
refresh(Object) - Method in interface org.springframework.orm.hibernate3.HibernateOperations
Re-read the state of the given persistent instance.
refresh(Object, LockMode) - Method in interface org.springframework.orm.hibernate3.HibernateOperations
Re-read the state of the given persistent instance.
refresh(Object) - Method in class org.springframework.orm.hibernate3.HibernateTemplate
 
refresh(Object, LockMode) - Method in class org.springframework.orm.hibernate3.HibernateTemplate
 
refresh(Object) - Method in interface org.springframework.orm.jdo.JdoOperations
Re-read the state of the given persistent instance.
refresh(Object) - Method in class org.springframework.orm.jdo.JdoTemplate
 
refresh(Object) - Method in interface org.springframework.orm.toplink.TopLinkOperations
Refresh the given entity object, returning the refreshed object.
refresh(Object, boolean) - Method in interface org.springframework.orm.toplink.TopLinkOperations
Refresh the given entity object, returning the refreshed object.
refresh(Object) - Method in class org.springframework.orm.toplink.TopLinkTemplate
 
refresh(Object, boolean) - Method in class org.springframework.orm.toplink.TopLinkTemplate
 
refresh() - Method in class org.springframework.web.context.support.AbstractRefreshableWebApplicationContext
Sets a default config location if no explicit config location specified.
REFRESH_INTERVAL_PARAM - Static variable in class org.springframework.web.util.Log4jWebConfigurer
Parameter specifying the refresh interval for checking the Log4J config file
RefreshablePagedListHolder - Class in org.springframework.beans.support
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.
refreshAll(Collection) - Method in interface org.springframework.orm.jdo.JdoOperations
Re-read the state of all given persistent instances.
refreshAll() - Method in interface org.springframework.orm.jdo.JdoOperations
Re-read the state of all persistent instances.
refreshAll(Collection) - Method in class org.springframework.orm.jdo.JdoTemplate
 
refreshAll() - Method in class org.springframework.orm.jdo.JdoTemplate
 
refreshAll(Collection) - Method in interface org.springframework.orm.toplink.TopLinkOperations
Refresh the given entity objects, returning the corresponding refreshed objects.
refreshAll(Collection, boolean) - Method in interface org.springframework.orm.toplink.TopLinkOperations
Refresh the given entity objects, returning the corresponding refreshed objects.
refreshAll(Collection) - Method in class org.springframework.orm.toplink.TopLinkTemplate
 
refreshAll(Collection, boolean) - Method in class org.springframework.orm.toplink.TopLinkTemplate
 
refreshAndRetry(MethodInvocation) - Method in class org.springframework.ejb.access.AbstractRemoteSlsbInvokerInterceptor
Refresh the EJB home object and retry the given invocation.
refreshAndRetry(MethodInvocation) - Method in class org.springframework.remoting.rmi.JndiRmiClientInterceptor
Refresh the RMI stub and retry the given invocation.
refreshAndRetry(MethodInvocation) - Method in class org.springframework.remoting.rmi.RmiClientInterceptor
Refresh the RMI stub and retry the given invocation.
refreshBeanFactory() - Method in class org.springframework.context.support.AbstractApplicationContext
Subclasses must implement this method to perform the actual configuration load.
refreshBeanFactory() - Method in class org.springframework.context.support.AbstractRefreshableApplicationContext
 
refreshBeanFactory() - Method in class org.springframework.context.support.GenericApplicationContext
Do nothing: We hold a single internal BeanFactory and rely on callers to register beans through our public methods (or the BeanFactory's).
refreshHome() - Method in class org.springframework.ejb.access.AbstractSlsbInvokerInterceptor
Refresh the cached home object, if applicable.
refreshProperties(String, ReloadableResourceBundleMessageSource.PropertiesHolder) - Method in class org.springframework.context.support.ReloadableResourceBundleMessageSource
Refresh the PropertiesHolder for the given bundle filename.
RegexpMethodPointcutAdvisor - Class in org.springframework.aop.support
Convenient class for regexp method pointcuts that hold an Advice, making them an Advisor.
RegexpMethodPointcutAdvisor() - Constructor for class org.springframework.aop.support.RegexpMethodPointcutAdvisor
Create an empty RegexpMethodPointcutAdvisor.
RegexpMethodPointcutAdvisor(Advice) - Constructor for class org.springframework.aop.support.RegexpMethodPointcutAdvisor
Create a RegexpMethodPointcutAdvisor for the given advice.
RegexpMethodPointcutAdvisor(String, Advice) - Constructor for class org.springframework.aop.support.RegexpMethodPointcutAdvisor
Create a RegexpMethodPointcutAdvisor for the given advice.
RegexpMethodPointcutAdvisor(String[], Advice) - Constructor for class org.springframework.aop.support.RegexpMethodPointcutAdvisor
Create a RegexpMethodPointcutAdvisor for the given advice.
register(Object) - Method in interface org.springframework.orm.toplink.TopLinkOperations
Register the given (new or existing) entity with the current UnitOfWork.
register(Object) - Method in class org.springframework.orm.toplink.TopLinkTemplate
 
registerAdvisorAdapter(AdvisorAdapter) - Method in interface org.springframework.aop.framework.adapter.AdvisorAdapterRegistry
Register the given AdvisorAdapter.
registerAdvisorAdapter(AdvisorAdapter) - Method in class org.springframework.aop.framework.adapter.DefaultAdvisorAdapterRegistry
 
registerAfterCompletionWithExistingTransaction(List) - Method in class org.springframework.transaction.jta.JtaTransactionManager
 
registerAfterCompletionWithExistingTransaction(List) - Method in class org.springframework.transaction.support.AbstractPlatformTransactionManager
Register the given list of transaction synchronizations with the existing transaction.
registerAlias(String, String) - Method in interface org.springframework.beans.factory.config.ConfigurableBeanFactory
Given a bean name, create an alias.
registerAlias(String, String) - Method in class org.springframework.beans.factory.support.AbstractBeanFactory
 
registerAlias(String, String) - Method in interface org.springframework.beans.factory.support.BeanDefinitionRegistry
Given a bean name, create an alias.
registerAlias(String, String) - Method in class org.springframework.context.support.GenericApplicationContext
 
registerAll(Collection) - Method in interface org.springframework.orm.toplink.TopLinkOperations
Register all given entities with the current UnitOfWork.
registerAll(Collection) - Method in class org.springframework.orm.toplink.TopLinkTemplate
 
registerBeanDefinition(BeanDefinitionHolder, BeanDefinitionRegistry) - Static method in class org.springframework.beans.factory.support.BeanDefinitionReaderUtils
Register the given bean definition with the given bean factory.
registerBeanDefinition(String, BeanDefinition) - Method in interface org.springframework.beans.factory.support.BeanDefinitionRegistry
Register a new bean definition with this registry.
registerBeanDefinition(String, BeanDefinition) - Method in class org.springframework.beans.factory.support.DefaultListableBeanFactory
 
registerBeanDefinition(String, Map, String, String) - Method in class org.springframework.beans.factory.support.PropertiesBeanDefinitionReader
Get all property values, given a prefix (which will be stripped) and add the bean they define to the factory with the given name
registerBeanDefinition(String, BeanDefinition) - Method in class org.springframework.context.support.GenericApplicationContext
 
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. not filtering by prefix).
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. not filtering by prefix).
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(BeanDefinitionReader, Document, Resource) - Method in class org.springframework.beans.factory.xml.DefaultXmlBeanDefinitionParser
 
registerBeanDefinitions(BeanDefinitionReader, 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.
registerBeans() - Method in class org.springframework.jmx.export.MBeanExporter
Registers the defined beans with the MBeanServer.
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.beans.support.ArgumentConvertingMethodInvoker
Register the given custom property editor for all properties of the given type.
registerCustomEditor(Class, PropertyEditor) - Method in class org.springframework.validation.DataBinder
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.
registerCustomEditors(DataBinder) - Method in interface org.springframework.validation.PropertyEditorRegistrar
Register custom PropertyEditors with the given DataBinder.
registerDependentBean(String, String) - Method in class org.springframework.beans.factory.support.AbstractBeanFactory
Register a dependent bean for the given bean, to be destroyed before the given bean is destroyed.
registerDisposableBean(String, DisposableBean) - Method in class org.springframework.beans.factory.support.AbstractBeanFactory
Add the given bean to the list of further disposable beans in this factory.
registerDisposableBeanIfNecessary(String, Object, RootBeanDefinition) - Method in class org.springframework.beans.factory.support.AbstractBeanFactory
Add the given bean to the list of disposable beans in this factory, registering its DisposableBean interface and/or the given destroy method to be called on factory shutdown (if applicable).
registerExisting(Object) - Method in interface org.springframework.orm.toplink.TopLinkOperations
Register the given existing entity with the current UnitOfWork.
registerExisting(Object) - Method in class org.springframework.orm.toplink.TopLinkTemplate
 
registerHandler(String, Object) - Method in class org.springframework.web.servlet.handler.AbstractUrlHandlerMapping
Register the given handler instance for the given URL path.
registerNew(Object) - Method in interface org.springframework.orm.toplink.TopLinkOperations
Register the given new entity with the current UnitOfWork.
registerNew(Object) - Method in class org.springframework.orm.toplink.TopLinkTemplate
 
registerPrototype(String, Class) - Method in class org.springframework.context.support.StaticApplicationContext
Register a prototype bean with the underlying bean factory.
registerPrototype(String, Class, MutablePropertyValues) - Method in class org.springframework.context.support.StaticApplicationContext
Register a prototype bean with the underlying bean factory.
registerResourceEditors(ConfigurableBeanFactory, ResourceLoader) - Static method in class org.springframework.beans.factory.support.ConfigurableBeanFactoryUtils
Populate the given bean factory with the following resource editors: ResourceEditor, URLEditor, InputStreamEditor.
registerResourceEditors(ConfigurableBeanFactory, ResourcePatternResolver) - Static method in class org.springframework.beans.factory.support.ConfigurableBeanFactoryUtils
Populate the given bean factory with the following resource editors: ResourceEditor, URLEditor, InputStreamEditor, ResourceArrayPropertyEditor.
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) - Method in class org.springframework.context.support.StaticApplicationContext
Register a singleton bean with the underlying bean factory.
registerSingleton(String, Class, MutablePropertyValues) - Method in class org.springframework.context.support.StaticApplicationContext
Register a singleton bean with the underlying bean factory.
registerSynchronization(TransactionSynchronization) - Static method in class org.springframework.transaction.support.TransactionSynchronizationManager
Register a new transaction synchronization for the current thread.
reimplement(Object, Method, Object[]) - Method in interface org.springframework.beans.factory.support.MethodReplacer
Reimplement the given method.
reinitialize() - Static method in class org.springframework.beans.factory.access.BeanFactoryBootstrap
For testing only.
reject(String) - Method in exception org.springframework.validation.BindException
 
reject(String, String) - Method in exception org.springframework.validation.BindException
 
reject(String, Object[], String) - Method in exception org.springframework.validation.BindException
 
reject(String) - Method in interface org.springframework.validation.Errors
Reject the current object, using the given error description.
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) - Method in class org.springframework.web.bind.EscapedErrors
 
reject(String, String) - Method in class org.springframework.web.bind.EscapedErrors
 
reject(String, Object[], String) - Method in class org.springframework.web.bind.EscapedErrors
 
rejectIfEmpty(Errors, 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.
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.
rejectIfEmpty(Errors, String, String, Object[], String) - Static method in class org.springframework.validation.ValidationUtils
Reject the given field with the given error code, error arguments and message if the value is empty.
rejectIfEmptyOrWhitespace(Errors, String, String) - Static method in class org.springframework.validation.ValidationUtils
Reject the given field with the given error code and message if the value is empty or just contains whitespace.
rejectIfEmptyOrWhitespace(Errors, String, String, String) - Static method in class org.springframework.validation.ValidationUtils
Reject the given field with the given error code and message if the value is empty or just contains whitespace.
rejectIfEmptyOrWhitespace(Errors, String, String, Object[], String) - Static method in class org.springframework.validation.ValidationUtils
Reject the given field with the given error code, error arguments and message if the value is empty or just contains whitespace.
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) - Method in exception org.springframework.validation.BindException
 
rejectValue(String, String, String) - Method in exception org.springframework.validation.BindException
 
rejectValue(String, String, Object[], String) - Method in exception org.springframework.validation.BindException
 
rejectValue(String, String) - Method in interface org.springframework.validation.Errors
Reject the given field of the current object, using the given error description.
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) - Method in class org.springframework.web.bind.EscapedErrors
 
rejectValue(String, String, String) - Method in class org.springframework.web.bind.EscapedErrors
 
rejectValue(String, String, Object[], String) - Method in class org.springframework.web.bind.EscapedErrors
 
relative(int) - Method in class org.springframework.jdbc.support.rowset.ResultSetWrappingSqlRowSet
 
relative(int) - Method in interface org.springframework.jdbc.support.rowset.SqlRowSet
Moves the cursor a relative number f rows, either positive or negative.
release() - Method in interface org.springframework.beans.factory.access.BeanFactoryReference
Indicate that the BeanFactory instance referred to by this object is not needed any longer by the client code which obtained the ref object.
release() - Method in class org.springframework.context.access.ContextBeanFactoryReference
 
release() - Method in class org.springframework.mock.web.MockPageContext
 
releaseConnection(Connection, ConnectionFactory) - Static method in class org.springframework.jca.cci.connection.ConnectionFactoryUtils
Close the given Connection if necessary, i.e. if it is not bound to the thread and it is not created by a SmartDataSource returning shouldClose=false.
releaseConnection(Connection) - Method in class org.springframework.jca.cci.core.support.CciDaoSupport
Close the given CCI Connection, created via this bean's ConnectionFactory, if it isn't bound to the thread.
releaseConnection(Connection) - Method in class org.springframework.jdbc.core.support.JdbcDaoSupport
Close the given JDBC Connection, created via this DAO's DataSource, if it isn't bound to the thread.
releaseConnection(Connection) - Method in interface org.springframework.jdbc.datasource.ConnectionHandle
Release the JDBC Connection that this handle refers to.
releaseConnection(Connection, DataSource) - Static method in class org.springframework.jdbc.datasource.DataSourceUtils
Close the given Connection, created via the given DataSource, if it is not managed externally (i.e. not bound to the thread).
releaseConnection(Connection) - Method in class org.springframework.jdbc.datasource.SimpleConnectionHandle
 
released() - Method in class org.springframework.jdbc.datasource.ConnectionHolder
Releases the current Connection held by this ConnectionHolder.
released() - Method in class org.springframework.transaction.support.ResourceHolderSupport
Decrease the reference count by one because the holder has been released (i.e. someone released the resource held by it).
released() - Method in interface org.springframework.util.WeakReferenceMonitor.ReleaseListener
This callback method is invoked once the associated handle has been released, i.e. once there are no monitored strong references to the handle anymore.
releaseHeldSavepoint() - Method in class org.springframework.transaction.support.AbstractTransactionStatus
Release the savepoint that is held for the transaction.
releaseJdbcConnection(ConnectionHandle, PersistenceManager) - Method in class org.springframework.orm.jdo.DefaultJdoDialect
This implementation does nothing, assuming that the Connection will implicitly be closed with the PersistenceManager.
releaseJdbcConnection(ConnectionHandle, PersistenceManager) - Method in interface org.springframework.orm.jdo.JdoDialect
Release the given JDBC Connection, which has originally been retrieved via getJdbcConnection.
releasePersistenceBroker(PersistenceBroker, PBKey) - Static method in class org.springframework.orm.ojb.OjbFactoryUtils
Close the given PersistenceBroker, created for the given PBKey, if it is not managed externally (i.e. not bound to the thread).
releasePersistenceBroker(PersistenceBroker) - Method in class org.springframework.orm.ojb.PersistenceBrokerTemplate
Close the given PersistenceBroker, created for the PBKey of this template, if it isn't bound to the thread.
releasePersistenceBroker(PersistenceBroker) - Method in class org.springframework.orm.ojb.PersistenceBrokerTransactionManager
Close the given PersistenceBroker, created for the PBKey of this transaction manager, if it isn't bound to the thread.
releasePersistenceBroker(PersistenceBroker) - Method in class org.springframework.orm.ojb.support.PersistenceBrokerDaoSupport
Close the given PersistenceBroker if it isn't bound to the thread.
releasePersistenceManager(PersistenceManager, PersistenceManagerFactory) - Static method in class org.springframework.orm.jdo.PersistenceManagerFactoryUtils
Close the given PersistenceManager, created via the given factory, if it is not managed externally (i.e. not bound to the thread).
releasePersistenceManager(PersistenceManager) - Method in class org.springframework.orm.jdo.support.JdoDaoSupport
Close the given JDO PersistenceManager, created via this DAO's PersistenceManagerFactory, if it isn't bound to the thread.
releaseSavepoint(Object) - Method in class org.springframework.jdbc.datasource.JdbcTransactionObjectSupport
This implementation releases the given JDBC 3.0 Savepoint.
releaseSavepoint(Object) - Method in interface org.springframework.transaction.SavepointManager
Explicitly release the given savepoint.
releaseSavepoint(Object) - Method in class org.springframework.transaction.support.AbstractTransactionStatus
This implementation delegates to a SavepointManager for the underlying transaction, if possible.
releaseSession(Session, SessionFactory) - Static method in class org.springframework.orm.hibernate.SessionFactoryUtils
Close the given Session, created via the given factory, if it is not managed externally (i.e. not bound to the thread).
releaseSession(Session) - Method in class org.springframework.orm.hibernate.support.HibernateDaoSupport
Close the given Hibernate Session, created via this DAO's SessionFactory, if it isn't bound to the thread.
releaseSession(Session, SessionFactory) - Static method in class org.springframework.orm.hibernate3.SessionFactoryUtils
Close the given Session, created via the given factory, if it is not managed externally (i.e. not bound to the thread).
releaseSession(Session) - Method in class org.springframework.orm.hibernate3.support.HibernateDaoSupport
Close the given Hibernate Session, created via this DAO's SessionFactory, if it isn't bound to the thread.
releaseSession(Session, SessionFactory) - Static method in class org.springframework.orm.toplink.SessionFactoryUtils
Close the given Session, created via the given factory, if it is not managed externally (i.e. not bound to the thread).
releaseSession(Session) - Method in class org.springframework.orm.toplink.support.TopLinkDaoSupport
Close the given TopLink Session, created via this DAO's SessionFactory, if it isn't bound to the thread.
releaseSessionBeanInstance(EJBLocalObject) - Method in class org.springframework.ejb.access.LocalSlsbInvokerInterceptor
Release the given EJB instance.
releaseSessionBeanInstance(EJBObject) - Method in class org.springframework.ejb.access.SimpleRemoteSlsbInvokerInterceptor
Release the given EJB instance.
releaseTarget(Object) - Method in class org.springframework.aop.target.AbstractBeanFactoryBasedTargetSource
 
releaseTarget(Object) - Method in class org.springframework.aop.target.AbstractPoolingTargetSource
Return the given object to the pool.
releaseTarget(Object) - Method in class org.springframework.aop.target.CommonsPoolTargetSource
Returns the specified object to the underlying ObjectPool.
releaseTarget(Object) - Method in class org.springframework.aop.target.EmptyTargetSource
 
releaseTarget(Object) - Method in class org.springframework.aop.target.HotSwappableTargetSource
 
releaseTarget(Object) - Method in class org.springframework.aop.target.SingletonTargetSource
 
releaseTarget(Object) - Method in interface org.springframework.aop.TargetSource
Release the given target object obtained from the getTarget() method.
releaseTarget(Object) - Method in class org.springframework.jndi.JndiObjectTargetSource
 
ReloadableResourceBundleMessageSource - Class in org.springframework.context.support
MessageSource that accesses the ResourceBundles with the specified basenames.
ReloadableResourceBundleMessageSource() - Constructor for class org.springframework.context.support.ReloadableResourceBundleMessageSource
 
ReloadableResourceBundleMessageSource.PropertiesHolder - Class in org.springframework.context.support
PropertiesHolder for caching.
ReloadableResourceBundleMessageSource.PropertiesHolder(Properties, long) - Constructor for class org.springframework.context.support.ReloadableResourceBundleMessageSource.PropertiesHolder
 
ReloadableResourceBundleMessageSource.PropertiesHolder() - Constructor for class org.springframework.context.support.ReloadableResourceBundleMessageSource.PropertiesHolder
 
RemoteAccessException - Exception in org.springframework.remoting
Generic remote access exception.
RemoteAccessException(String) - Constructor for exception org.springframework.remoting.RemoteAccessException
Constructor for RemoteAccessException.
RemoteAccessException(String, Throwable) - Constructor for exception org.springframework.remoting.RemoteAccessException
Constructor for RemoteAccessException.
RemoteAccessor - Class in org.springframework.remoting.support
Abstract base class for classes that access a remote service.
RemoteAccessor() - Constructor for class org.springframework.remoting.support.RemoteAccessor
 
RemoteConnectFailureException - Exception in org.springframework.remoting
RemoteAccessException subclass to be thrown when no connection could be established with a remote service.
RemoteConnectFailureException(String, Throwable) - Constructor for exception org.springframework.remoting.RemoteConnectFailureException
Constructor for RemoteConnectFailureException.
RemoteExporter - Class in org.springframework.remoting.support
Abstract base class for classes that export a remote service.
RemoteExporter() - Constructor for class org.springframework.remoting.support.RemoteExporter
 
RemoteInvocation - Class in org.springframework.remoting.support
Encapsulates a remote invocation, providing core method invocation properties in a serializable fashion.
RemoteInvocation() - Constructor for class org.springframework.remoting.support.RemoteInvocation
Create a new RemoteInvocation for use as JavaBean.
RemoteInvocation(String, Class[], Object[]) - Constructor for class org.springframework.remoting.support.RemoteInvocation
Create a new RemoteInvocation for the given parameters.
RemoteInvocation(MethodInvocation) - Constructor for class org.springframework.remoting.support.RemoteInvocation
Create a new RemoteInvocation for the given AOP method invocation.
RemoteInvocationBasedAccessor - Class in org.springframework.remoting.support
Abstract base class for remote service accessors that are based on serialization of RemoteInvocation objects.
RemoteInvocationBasedAccessor() - Constructor for class org.springframework.remoting.support.RemoteInvocationBasedAccessor
 
RemoteInvocationBasedExporter - Class in org.springframework.remoting.support
Abstract base class for remote service exporters that are based on deserialization of RemoteInvocation objects.
RemoteInvocationBasedExporter() - Constructor for class org.springframework.remoting.support.RemoteInvocationBasedExporter
 
RemoteInvocationExecutor - Interface in org.springframework.remoting.support
Strategy interface for executing a RemoteInvocation on a target object.
RemoteInvocationFactory - Interface in org.springframework.remoting.support
Strategy interface for creating a RemoteInvocation from an AOP MethodInvocation.
RemoteInvocationResult - Class in org.springframework.remoting.support
Encapsulates a remote invocation result, holding a result value or an exception.
RemoteInvocationResult(Object) - Constructor for class org.springframework.remoting.support.RemoteInvocationResult
Create a new RemoteInvocationResult for the given result value.
RemoteInvocationResult(Throwable) - Constructor for class org.springframework.remoting.support.RemoteInvocationResult
Create a new RemoteInvocationResult for the given exception.
RemoteInvocationTraceInterceptor - Class in org.springframework.remoting.support
AOP Alliance MethodInterceptor for tracing remote invocations.
RemoteInvocationTraceInterceptor(String) - Constructor for class org.springframework.remoting.support.RemoteInvocationTraceInterceptor
Create a new RemoteInvocationTraceInterceptor.
RemoteLookupFailureException - Exception in org.springframework.remoting
RemoteAccessException subclass to be thrown in case of a lookup failure, typically if the lookup happens on demand for each method invocation.
RemoteLookupFailureException(String, Throwable) - Constructor for exception org.springframework.remoting.RemoteLookupFailureException
Constructor for RemoteLookupFailureException.
remove(Object) - Method in class org.springframework.beans.factory.support.ManagedMap
 
remove(Object) - Method in class org.springframework.beans.factory.support.ManagedSet
 
remove(Object) - Method in class org.springframework.util.CachingMapDecorator
 
removeAdvice(Advice) - Method in interface org.springframework.aop.framework.Advised
Remove the Advisor containing the given advice.
removeAdvice(Advice) - Method in class org.springframework.aop.framework.AdvisedSupport
Remove the Advisor containing the given advice
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
 
removeAll(Collection) - Method in class org.springframework.beans.factory.support.ManagedSet
 
removeAllListeners() - Method in class org.springframework.context.event.AbstractApplicationEventMulticaster
 
removeAllListeners() - Method in interface org.springframework.context.event.ApplicationEventMulticaster
Remove all listeners registered with this multicaster.
removeApplicationListener(ApplicationListener) - Method in class org.springframework.context.event.AbstractApplicationEventMulticaster
 
removeApplicationListener(ApplicationListener) - Method in interface org.springframework.context.event.ApplicationEventMulticaster
Remove a listener from the notification list.
removeAttribute(String) - Method in class org.springframework.mock.web.MockHttpServletRequest
 
removeAttribute(String) - Method in class org.springframework.mock.web.MockHttpSession
 
removeAttribute(String) - Method in class org.springframework.mock.web.MockPageContext
 
removeAttribute(String, int) - Method in class org.springframework.mock.web.MockPageContext
 
removeAttribute(String) - Method in class org.springframework.mock.web.MockServletContext
 
removeConnectionSpecFromCurrentThread() - Method in class org.springframework.jca.cci.connection.ConnectionSpecConnectionFactoryAdapter
Remove any ConnectionSpec for this proxy from the current thread.
removeCookie(HttpServletResponse) - Method in class org.springframework.web.util.CookieGenerator
Remove the cookie that this generator describes from the response.
removeCredentialsFromCurrentThread() - Method in class org.springframework.jdbc.datasource.UserCredentialsDataSourceAdapter
Remove any user credentials for this proxy from the current thread.
removeCredentialsFromCurrentThread() - Method in class org.springframework.jms.connection.UserCredentialsConnectionFactoryAdapter
Remove any user credentials for this proxy from the current thread.
removeFromCache(Object) - Method in interface org.springframework.orm.ojb.PersistenceBrokerOperations
 
removeFromCache(Object) - Method in class org.springframework.orm.ojb.PersistenceBrokerTemplate
 
removeFromCache(String, Locale) - Method in class org.springframework.web.servlet.view.AbstractCachingViewResolver
Provides functionality to clear the cache for a certain view.
removeFromEnvironment(String) - Method in class org.springframework.mock.jndi.SimpleNamingContext
 
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.
removeSession(Object) - Method in class org.springframework.orm.hibernate.SessionHolder
 
removeSession(Object) - Method in class org.springframework.orm.hibernate3.SessionHolder
 
removeSessionBeanInstance(EJBObject) - Method in class org.springframework.ejb.access.AbstractRemoteSlsbInvokerInterceptor
Remove the given EJB instance.
removeSessionBeanInstance(EJBLocalObject) - Method in class org.springframework.ejb.access.LocalSlsbInvokerInterceptor
Remove the given EJB instance.
removeSingleton(String) - Method in class org.springframework.beans.factory.support.AbstractBeanFactory
Remove the bean with the given name from the singleton cache of this factory.
removeValue(String) - Method in class org.springframework.mock.web.MockHttpSession
 
removeWebAppRootSystemProperty(ServletContext) - Static method in class org.springframework.web.util.WebUtils
Remove the system property that points to the web app root directory.
rename(String, String) - Method in class org.springframework.mock.jndi.SimpleNamingContext
 
rename(Name, Name) - Method in class org.springframework.mock.jndi.SimpleNamingContext
 
render(JRAbstractExporter, JasperPrint, Writer) - Static method in class org.springframework.ui.jasperreports.JasperReportsUtils
Render the supplied JasperPrint instance using the supplied JRAbstractExporter instance and write the results to the supplied Writer.
render(JRAbstractExporter, JasperPrint, OutputStream) - Static method in class org.springframework.ui.jasperreports.JasperReportsUtils
Render the supplied JasperPrint instance using the supplied JRAbstractExporter instance and write the results to the supplied OutputStream.
render(ModelAndView, HttpServletRequest, HttpServletResponse) - Method in class org.springframework.web.servlet.DispatcherServlet
Render the given ModelAndView.
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.
render(Map, HttpServletRequest, HttpServletResponse) - Method in interface org.springframework.web.servlet.View
Render the view given the specified model.
renderAsCsv(JasperReport, Map, Object, Writer) - Static method in class org.springframework.ui.jasperreports.JasperReportsUtils
Render a report in CSV format using the supplied report data.
renderAsHtml(JasperReport, Map, Object, Writer) - Static method in class org.springframework.ui.jasperreports.JasperReportsUtils
Render a report in HTML format using the supplied report data.
renderAsPdf(JasperReport, Map, Object, OutputStream) - Static method in class org.springframework.ui.jasperreports.JasperReportsUtils
Render a report in PDF format using the supplied report data.
renderAsXls(JasperReport, Map, Object, OutputStream) - Static method in class org.springframework.ui.jasperreports.JasperReportsUtils
Render a report in PDF format using the supplied report data.
renderMergedOutputModel(Map, HttpServletRequest, HttpServletResponse) - Method in class org.springframework.web.servlet.view.AbstractTemplateView
 
renderMergedOutputModel(Map, HttpServletRequest, HttpServletResponse) - Method in class org.springframework.web.servlet.view.AbstractView
Subclasses must implement this method to actually render the view.
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.InternalResourceView
Render the internal resource given the specified model.
renderMergedOutputModel(Map, HttpServletRequest, HttpServletResponse) - Method in class org.springframework.web.servlet.view.jasperreports.AbstractJasperReportsView
Finds the report data to use for rendering the report and then invokes the renderReport method that should be implemented by the subclass.
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.xslt.AbstractXsltView
 
renderMergedTemplateModel(Map, HttpServletRequest, HttpServletResponse) - Method in class org.springframework.web.servlet.view.AbstractTemplateView
Subclasses must implement this method to actually render the view.
renderMergedTemplateModel(Map, HttpServletRequest, HttpServletResponse) - Method in class org.springframework.web.servlet.view.freemarker.FreeMarkerView
Process the model map by merging it with the FreeMarker template.
renderMergedTemplateModel(Map, HttpServletRequest, HttpServletResponse) - Method in class org.springframework.web.servlet.view.velocity.VelocityView
Process the model map by merging it with the Velocity template.
renderReport(JasperPrint, Map, HttpServletResponse) - Method in class org.springframework.web.servlet.view.jasperreports.AbstractJasperReportsSingleFormatView
Perform rendering for a single Jasper Reports exporter, i.e. a pre-defined output format.
renderReport(JasperPrint, Map, HttpServletResponse) - Method in class org.springframework.web.servlet.view.jasperreports.AbstractJasperReportsView
Subclasses should implement this method to perform the actual rendering process.
renderReport(JasperPrint, Map, HttpServletResponse) - Method in class org.springframework.web.servlet.view.jasperreports.JasperReportsMultiFormatView
Locates the format key in the model using the configured discriminator key and uses this key to lookup the appropriate view class from the mappings.
replace(Object, Object, Object) - Method in class org.springframework.orm.hibernate3.support.AbstractLobType
This implementation returns the passed-in original as-is.
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.
REPLACED_METHOD_ELEMENT - Static variable in class org.springframework.beans.factory.xml.DefaultXmlBeanDefinitionParser
 
ReplaceOverride - Class in org.springframework.beans.factory.support
Extension of MethodOverride that represents an arbitrary override of a method by the IoC container.
ReplaceOverride(String, String) - Constructor for class org.springframework.beans.factory.support.ReplaceOverride
Construct a new ReplaceOverride.
replacePlaceholders(String, MethodInvocation, Object, Throwable, long) - Method in class org.springframework.aop.interceptor.CustomizableTraceInterceptor
Replace the placeholders in the given message with the supplied values, or values derived from those supplied.
REPLACER_ATTRIBUTE - Static variable in class org.springframework.beans.factory.xml.DefaultXmlBeanDefinitionParser
 
REQUEST_CONTEXT_PAGE_ATTRIBUTE - Static variable in class org.springframework.web.servlet.tags.RequestContextAwareTag
PageContext attribute for page-level RequestContext instance
REQUEST_SCOPE_SUFFIX - Static variable in class org.springframework.web.servlet.support.JstlUtils
 
REQUEST_SCOPE_SUFFIX - Static variable in class org.springframework.web.servlet.support.RequestContext
 
RequestContext - Class in org.springframework.web.servlet.support
Context holder for request-specific state, like current web application context, current locale, current theme, and potential binding errors.
RequestContext(HttpServletRequest) - Constructor for class org.springframework.web.servlet.support.RequestContext
Create a new RequestContext for the given request, using the request attributes for Errors retrieval.
RequestContext(HttpServletRequest, ServletContext) - Constructor for class org.springframework.web.servlet.support.RequestContext
Create a new RequestContext for the given request, using the request attributes for Errors retrieval.
RequestContext(HttpServletRequest, Map) - Constructor for class org.springframework.web.servlet.support.RequestContext
Create a new RequestContext for the given request, using the given model attributes for Errors retrieval.
RequestContext(HttpServletRequest, ServletContext, 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.
RequestContext() - Constructor for class org.springframework.web.servlet.support.RequestContext
 
RequestContextAwareTag - Class in org.springframework.web.servlet.tags
Superclass for all tags that require a RequestContext.
RequestContextAwareTag() - Constructor for class org.springframework.web.servlet.tags.RequestContextAwareTag
 
RequestContextUtils - Class in org.springframework.web.servlet.support
Utility class for easy access to request-specific state which has been set by the DispatcherServlet.
RequestContextUtils() - Constructor for class org.springframework.web.servlet.support.RequestContextUtils
 
requested() - Method in class org.springframework.transaction.support.ResourceHolderSupport
Increase the reference count by one because the holder has been requested (i.e. someone requested the resource held by it).
RequestHandledEvent - Class in org.springframework.web.context.support
Event raised when a request is handled within a WebApplicationContext.
RequestHandledEvent(Object, String, long, String, String, String) - Constructor for class org.springframework.web.context.support.RequestHandledEvent
Create a new RequestHandledEvent.
RequestHandledEvent(Object, String, long, String, String, String, Throwable) - Constructor for class org.springframework.web.context.support.RequestHandledEvent
Create a new RequestHandledEvent.
RequestHandledEvent(Object, String, long, String, String, String, String, String) - Constructor for class org.springframework.web.context.support.RequestHandledEvent
Create a new RequestHandledEvent with session information.
RequestHandledEvent(Object, String, long, String, String, String, String, String, Throwable) - Constructor for class org.springframework.web.context.support.RequestHandledEvent
Create a new RequestHandledEvent with session information.
RequestMethodNotSupportedException - Exception in org.springframework.web.servlet.support
Exception thrown when a web content generator does not support a specific request method.
RequestMethodNotSupportedException(String) - Constructor for exception org.springframework.web.servlet.support.RequestMethodNotSupportedException
 
RequestUtils - Class in org.springframework.web.bind
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
 
requiredContextClass() - Method in class org.springframework.context.support.ApplicationObjectSupport
Determine the context class that any context passed to setApplicationContext must be an instance of.
requiredUniqueResult(Collection) - Static method in class org.springframework.dao.support.DataAccessUtils
Return a unique result object from the given Collection.
requiredViewClass() - Method in class org.springframework.web.servlet.view.AbstractTemplateViewResolver
 
requiredViewClass() - Method in class org.springframework.web.servlet.view.freemarker.FreeMarkerViewResolver
Requires FreeMarkerView.
requiredViewClass() - Method in class org.springframework.web.servlet.view.InternalResourceViewResolver
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.
reset() - Method in class org.springframework.jdbc.object.BatchSqlUpdate
Reset the statement parameter queue, the rows affected cache, and the execution count.
reset() - Method in class org.springframework.mock.web.MockHttpServletResponse
 
resetBuffer() - Method in class org.springframework.mock.web.MockHttpServletResponse
 
resetConnectionAfterTransaction(Connection, Integer) - Static method in class org.springframework.jdbc.datasource.DataSourceUtils
Reset the given Connection after a transaction, regarding read-only flag and isolation level.
resetCount() - Method in class org.springframework.aop.interceptor.DebugInterceptor
Reset the invocation count to zero.
resolvableToString() - Method in class org.springframework.context.support.DefaultMessageSourceResolvable
 
resolveArguments(Object[], Locale) - Method in class org.springframework.context.support.AbstractMessageSource
Search through the given array of objects, find any MessageSourceResolvable objects and resolve them.
resolveClass(ObjectStreamClass) - Method in class org.springframework.remoting.rmi.CodebaseAwareObjectInputStream
Overridden version delegates to super class first, falling back to the specified codebase if not found locally.
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
 
resolveCodeWithoutArguments(String, Locale) - Method in class org.springframework.context.support.AbstractMessageSource
Subclasses can override this method to resolve a message without arguments in an optimized fashion, i.e. to resolve a message without involving a MessageFormat.
resolveCodeWithoutArguments(String, Locale) - Method in class org.springframework.context.support.ReloadableResourceBundleMessageSource
 
resolveCodeWithoutArguments(String, Locale) - Method in class org.springframework.context.support.ResourceBundleMessageSource
 
resolveDestinationName(Session, String) - Method in class org.springframework.jms.core.JmsTemplate
Resolve the given destination name into a JMS Destination, via this template's DestinationResolver.
resolveDestinationName(Session, String, boolean) - Method in interface org.springframework.jms.support.destination.DestinationResolver
Resolve the given destination name, either as located resource or as dynamic destination.
resolveDestinationName(Session, String, boolean) - Method in class org.springframework.jms.support.destination.DynamicDestinationResolver
 
resolveDestinationName(Session, String, boolean) - Method in class org.springframework.jms.support.destination.JndiDestinationResolver
 
resolveEntity(String, String) - Method in class org.springframework.beans.factory.xml.BeansDtdResolver
 
resolveEntity(String, String) - Method in class org.springframework.beans.factory.xml.ResourceEntityResolver
 
resolveException(HttpServletRequest, HttpServletResponse, Object, Exception) - Method in class org.springframework.web.servlet.handler.SimpleMappingExceptionResolver
 
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.
resolveLocale(HttpServletRequest) - Method in class org.springframework.web.servlet.i18n.AcceptHeaderLocaleResolver
 
resolveLocale(HttpServletRequest) - Method in class org.springframework.web.servlet.i18n.CookieLocaleResolver
 
resolveLocale(HttpServletRequest) - Method in class org.springframework.web.servlet.i18n.FixedLocaleResolver
 
resolveLocale(HttpServletRequest) - Method in class org.springframework.web.servlet.i18n.SessionLocaleResolver
 
resolveLocale(HttpServletRequest) - Method in interface org.springframework.web.servlet.LocaleResolver
Resolve the current locale via the given request.
resolveMessageCodes(String) - Method in exception org.springframework.validation.BindException
Resolve the given error code into message codes.
resolveMessageCodes(String, String) - Method in exception org.springframework.validation.BindException
Resolve the given error code into message codes for the given field.
resolveMessageCodes(String, String) - Method in class org.springframework.validation.DefaultMessageCodesResolver
 
resolveMessageCodes(String, String, String, Class) - Method in class org.springframework.validation.DefaultMessageCodesResolver
Build the code list for the given code and field: an object/field-specific code, a field-specific code, a plain error code.
resolveMessageCodes(String, String) - Method in interface org.springframework.validation.MessageCodesResolver
Build message codes for the given error code and object name.
resolveMessageCodes(String, String, String, Class) - Method in interface org.springframework.validation.MessageCodesResolver
Build message codes for the given error code and field specification.
resolveMultipart(HttpServletRequest) - Method in class org.springframework.web.multipart.commons.CommonsMultipartResolver
 
resolveMultipart(HttpServletRequest) - Method in class org.springframework.web.multipart.cos.CosMultipartResolver
 
resolveMultipart(HttpServletRequest) - Method in interface org.springframework.web.multipart.MultipartResolver
Parse the given HTTP request into multipart files and parameters, and wrap the request inside a MultipartHttpServletRequest object that provides access to file descriptors and makes contained parameters accessible via the standard ServletRequest methods.
resolvePath(String) - Method in class org.springframework.core.io.AbstractPathResolvingPropertyEditor
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, int) - Method in class org.springframework.beans.factory.config.PropertyPlaceholderConfigurer
Resolve the given placeholder using the given properties, performing a system properties check according to the given mode.
resolvePlaceholder(String, Properties) - Method in class org.springframework.beans.factory.config.PropertyPlaceholderConfigurer
Resolve the given placeholder using the given properties.
resolvePlaceholder(String, Properties) - Method in class org.springframework.web.context.support.ServletContextPropertyPlaceholderConfigurer
 
resolvePlaceholder(String, ServletContext, boolean) - Method in class org.springframework.web.context.support.ServletContextPropertyPlaceholderConfigurer
Resolves the given placeholder using the init parameters and optionally also the attributes of the given ServletContext.
resolvePrimitiveClassName(String) - Static method in class org.springframework.util.ClassUtils
Resolve the given class name as primitive class, if appropriate.
resolveProxyClass(String[]) - Method in class org.springframework.remoting.rmi.CodebaseAwareObjectInputStream
Overridden version delegates to super class first, falling back to the specified codebase if not found locally.
resolveStringValue(String) - Method in class org.springframework.beans.factory.config.BeanDefinitionVisitor
Resolve the given String value, for example parsing placeholders.
resolveThemeName(HttpServletRequest) - Method in class org.springframework.web.servlet.theme.CookieThemeResolver
 
resolveThemeName(HttpServletRequest) - Method in class org.springframework.web.servlet.theme.FixedThemeResolver
 
resolveThemeName(HttpServletRequest) - Method in class org.springframework.web.servlet.theme.SessionThemeResolver
 
resolveThemeName(HttpServletRequest) - Method in interface org.springframework.web.servlet.ThemeResolver
Resolve the current theme name via the given request.
resolveValue(Object) - Method in class org.springframework.beans.factory.config.BeanDefinitionVisitor
 
resolveValueIfNecessary(String, Object) - Method in class org.springframework.beans.factory.support.BeanDefinitionValueResolver
Given a PropertyValue, return a value, resolving any references to other beans in the factory if necessary.
resolveVariable(FacesContext, String) - Method in class org.springframework.web.jsf.DelegatingVariableResolver
 
resolveViewName(String, Map, Locale, HttpServletRequest) - Method in class org.springframework.web.servlet.DispatcherServlet
Resolve the given view name into a View object (to be rendered).
resolveViewName(String, Locale) - Method in class org.springframework.web.servlet.view.AbstractCachingViewResolver
 
resolveViewName(String, Locale) - Method in class org.springframework.web.servlet.view.BeanNameViewResolver
 
resolveViewName(String, Locale) - Method in interface org.springframework.web.servlet.ViewResolver
Resolve the given view by name.
resort() - Method in class org.springframework.beans.support.PagedListHolder
Resort the list if necessary, i.e. if the current sort instance isn't equal to the backed-up sortUsed instance.
Resource - Interface in org.springframework.core.io
Interface for a resource descriptor that abstracts from the actual type of underlying resource, such as a file or class path resource.
RESOURCE_ATTRIBUTE - Static variable in class org.springframework.beans.factory.xml.DefaultXmlBeanDefinitionParser
 
RESOURCE_PARAM_NAME - Static variable in class org.springframework.web.servlet.ResourceServlet
Name of the parameter that must contain the actual resource path.
RESOURCE_URL_DELIMITERS - Static variable in class org.springframework.web.servlet.ResourceServlet
Any number of these characters are considered delimiters between multiple resource paths in a single String value.
ResourceAllocationException - Exception in org.springframework.jms
Runtime exception mirroring the JMS ResourceAllocationException.
ResourceAllocationException(ResourceAllocationException) - Constructor for exception org.springframework.jms.ResourceAllocationException
 
ResourceArrayPropertyEditor - Class in org.springframework.core.io.support
Editor for Resource descriptor arrays, to automatically convert String location patterns (e.g.
ResourceArrayPropertyEditor() - Constructor for class org.springframework.core.io.support.ResourceArrayPropertyEditor
Create a new ResourceArrayPropertyEditor with a default PathMatchingResourcePatternResolver.
ResourceArrayPropertyEditor(ResourcePatternResolver) - Constructor for class org.springframework.core.io.support.ResourceArrayPropertyEditor
Create a new ResourceArrayPropertyEditor with the given ResourcePatternResolver.
ResourceBundleMessageSource - Class in org.springframework.context.support
MessageSource that accesses the ResourceBundles with the specified basenames.
ResourceBundleMessageSource() - Constructor for class org.springframework.context.support.ResourceBundleMessageSource
 
ResourceBundleThemeSource - Class in org.springframework.ui.context.support
ThemeSource implementation that looks up an individual ResourceBundle per theme.
ResourceBundleThemeSource() - Constructor for class org.springframework.ui.context.support.ResourceBundleThemeSource
 
ResourceBundleViewResolver - Class in org.springframework.web.servlet.view
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 in org.springframework.core.io
Editor for Resource descriptors, to automatically convert String locations (e.g.
ResourceEditor() - Constructor for class org.springframework.core.io.ResourceEditor
Create a new ResourceEditor with a DefaultResourceLoader.
ResourceEditor(ResourceLoader) - Constructor for class org.springframework.core.io.ResourceEditor
Create a new ResourceEditor with the given ResourceLoader.
ResourceEntityResolver - Class in org.springframework.beans.factory.xml
EntityResolver implementation that tries to resolve entity references through a ResourceLoader (usually, relative to the resource base of an ApplicationContext), if applicable.
ResourceEntityResolver(ResourceLoader) - Constructor for class org.springframework.beans.factory.xml.ResourceEntityResolver
Creae a ResourceEntityResolver for the specified ResourceLoader (usually, an ApplicationContext).
ResourceFactoryBean - Class in org.springframework.beans.factory.config
FactoryBean for Resource descriptors.
ResourceFactoryBean() - Constructor for class org.springframework.beans.factory.config.ResourceFactoryBean
 
ResourceHolderSupport - Class in org.springframework.transaction.support
Convenient base class for resource holders.
ResourceHolderSupport() - Constructor for class org.springframework.transaction.support.ResourceHolderSupport
 
ResourceJobSchedulingDataProcessor - Class in org.springframework.scheduling.quartz
Subclass of Quartz' JobSchedulingDataProcessor that considers given filenames as Spring resource locations.
ResourceJobSchedulingDataProcessor() - Constructor for class org.springframework.scheduling.quartz.ResourceJobSchedulingDataProcessor
 
ResourceJobSchedulingDataProcessor.JobSchedulingDataInitializationException - Exception in org.springframework.scheduling.quartz
Exception to be thrown if a resource cannot be loaded.
ResourceLoader - Interface in org.springframework.core.io
Interface to be implemented by objects that can load resources.
ResourceLoaderAware - Interface in org.springframework.context
Interface to be implemented by any object that wishes to be notified of the ResourceLoader (typically the ApplicationContext) that it runs in.
ResourceMapFactoryBean - Class in org.springframework.context.support
FactoryBean that creates a Map with String keys and Resource values from properties, interpreting passed-in String values as resource locations.
ResourceMapFactoryBean() - Constructor for class org.springframework.context.support.ResourceMapFactoryBean
 
ResourcePatternResolver - Interface in org.springframework.core.io.support
Strategy interface for resolving a location pattern (for example, an Ant-style path pattern) into Resource objects.
ResourcePatternUtils - Class in org.springframework.core.io.support
Utility class for determining whether a given URL is a resource location that can be loaded via a ResourcePatternResolver.
ResourcePatternUtils() - Constructor for class org.springframework.core.io.support.ResourcePatternUtils
 
ResourceServlet - Class in org.springframework.web.servlet
Simple servlet that can expose an internal resource, including a default URL if the specified resource is not found.
ResourceServlet() - Constructor for class org.springframework.web.servlet.ResourceServlet
 
ResourceUtils - Class in org.springframework.util
Utility methods for resolving resource locations to files in the file system.
ResourceUtils() - Constructor for class org.springframework.util.ResourceUtils
 
ResponseTimeMonitor - Interface in org.springframework.util
Interface implemented by objects that can provide performance information as well as a record of the number of times they are accessed.
responseTimeMonitor - Variable in class org.springframework.web.context.support.PerformanceMonitorListener
 
ResponseTimeMonitorImpl - Class in org.springframework.util
Implementation of ResponseTimeMonitor for use via delegation by objects that implement this interface.
ResponseTimeMonitorImpl() - Constructor for class org.springframework.util.ResponseTimeMonitorImpl
Create a new ResponseTimeMonitorImpl.
ResultReader - Interface in org.springframework.jdbc.core
Extension of RowCallbackHandler interface that saves the accumulated results as a List.
ResultSetExtractor - Interface in org.springframework.jdbc.core
Callback interface used by JdbcTemplate's query methods.
ResultSetSupportingSqlParameter - Class in org.springframework.jdbc.core
Common base class for ResultSet-supporting SqlParameters like SqlOutParameter and SqlReturnResultSet.
ResultSetSupportingSqlParameter(String, int) - Constructor for class org.springframework.jdbc.core.ResultSetSupportingSqlParameter
Create a new ResultSetSupportingSqlParameter.
ResultSetSupportingSqlParameter(String, int, String) - Constructor for class org.springframework.jdbc.core.ResultSetSupportingSqlParameter
Create a new ResultSetSupportingSqlParameter.
ResultSetSupportingSqlParameter(String, int, ResultSetExtractor) - Constructor for class org.springframework.jdbc.core.ResultSetSupportingSqlParameter
Create a new ResultSetSupportingSqlParameter.
ResultSetSupportingSqlParameter(String, int, RowCallbackHandler) - Constructor for class org.springframework.jdbc.core.ResultSetSupportingSqlParameter
Create a new ResultSetSupportingSqlParameter.
ResultSetSupportingSqlParameter(String, int, RowMapper) - Constructor for class org.springframework.jdbc.core.ResultSetSupportingSqlParameter
Create a new ResultSetSupportingSqlParameter.
ResultSetSupportingSqlParameter(String, int, RowMapper, int) - Constructor for class org.springframework.jdbc.core.ResultSetSupportingSqlParameter
Create a new ResultSetSupportingSqlParameter.
ResultSetWrappingSqlRowSet - Class in org.springframework.jdbc.support.rowset
Default implementation of Spring's SqlRowSet interface.
ResultSetWrappingSqlRowSet(ResultSet) - Constructor for class org.springframework.jdbc.support.rowset.ResultSetWrappingSqlRowSet
Create a new ResultSetWrappingSqlRowSet for the given ResultSet.
ResultSetWrappingSqlRowSetMetaData - Class in org.springframework.jdbc.support.rowset
Default implementation of Spring's SqlRowSetMetaData interface.
ResultSetWrappingSqlRowSetMetaData(ResultSetMetaData) - Constructor for class org.springframework.jdbc.support.rowset.ResultSetWrappingSqlRowSetMetaData
Create a new ResultSetWrappingSqlRowSetMetaData object for the given ResultSetMetaData instance.
resume() - Method in interface org.springframework.transaction.support.TransactionSynchronization
Resume this synchronization.
resume() - Method in class org.springframework.transaction.support.TransactionSynchronizationAdapter
 
retainAll(Collection) - Method in class org.springframework.beans.factory.support.ManagedSet
 
retrieveMatchingFiles(File, String) - Method in class org.springframework.core.io.support.PathMatchingResourcePatternResolver
Retrieve files that match the given path pattern, checking the given directory and its subdirectories.
retrieveTransactionManager() - Method in class org.springframework.transaction.jta.JtaTransactionManager
Allows subclasses to retrieve the JTA TransactionManager in a vendor-specific manner.
retrieveTransactionManager() - Method in class org.springframework.transaction.jta.WebLogicJtaTransactionManager
 
retrieveUserTransaction() - Method in class org.springframework.transaction.jta.JtaTransactionManager
Allows subclasses to retrieve the JTA UserTransaction in a vendor-specific manner.
retrieveUserTransaction() - Method in class org.springframework.transaction.jta.WebLogicJtaTransactionManager
 
returnedClass() - Method in class org.springframework.orm.hibernate.support.BlobByteArrayType
 
returnedClass() - Method in class org.springframework.orm.hibernate.support.BlobSerializableType
 
returnedClass() - Method in class org.springframework.orm.hibernate.support.ClobStringType
 
returnedClass() - Method in class org.springframework.orm.hibernate3.support.BlobByteArrayType
 
returnedClass() - Method in class org.springframework.orm.hibernate3.support.BlobSerializableType
 
returnedClass() - Method in class org.springframework.orm.hibernate3.support.ClobStringType
 
RmiClientInterceptor - Class in org.springframework.remoting.rmi
Interceptor for accessing conventional RMI services or RMI invokers.
RmiClientInterceptor() - Constructor for class org.springframework.remoting.rmi.RmiClientInterceptor
 
RmiClientInterceptorUtils - Class in org.springframework.remoting.rmi
Factored-out methods for performing invocations within an RMI client.
RmiClientInterceptorUtils() - Constructor for class org.springframework.remoting.rmi.RmiClientInterceptorUtils
 
RmiInvocationHandler - Interface in org.springframework.remoting.rmi
Interface for RMI invocation handlers instances on the server, wrapping exported services.
RmiInvocationWrapper - Class in org.springframework.remoting.rmi
Server-side implementation of RmiInvocationHandler.
RmiInvocationWrapper(Object, RmiServiceExporter) - Constructor for class org.springframework.remoting.rmi.RmiInvocationWrapper
 
RmiProxyFactoryBean - Class in org.springframework.remoting.rmi
Factory bean for RMI proxies, supporting both conventional RMI services and RMI invokers.
RmiProxyFactoryBean() - Constructor for class org.springframework.remoting.rmi.RmiProxyFactoryBean
 
RmiRegistryFactoryBean - Class in org.springframework.remoting.rmi
FactoryBean that locates an RMI Registry and exposes it for bean references.
RmiRegistryFactoryBean() - Constructor for class org.springframework.remoting.rmi.RmiRegistryFactoryBean
 
RmiServiceExporter - Class in org.springframework.remoting.rmi
RMI exporter that exposes the specified service as RMI object with the specified name.
RmiServiceExporter() - Constructor for class org.springframework.remoting.rmi.RmiServiceExporter
 
ROLE_GETTER - Static variable in class org.springframework.jmx.export.assembler.AbstractReflectiveMBeanInfoAssembler
 
ROLE_OPERATION - Static variable in class org.springframework.jmx.export.assembler.AbstractReflectiveMBeanInfoAssembler
 
ROLE_SETTER - Static variable in class org.springframework.jmx.export.assembler.AbstractReflectiveMBeanInfoAssembler
 
rollback() - Method in class org.springframework.transaction.jta.UserTransactionAdapter
 
rollback(TransactionStatus) - Method in interface org.springframework.transaction.PlatformTransactionManager
Roll back the given transaction.
rollback(TransactionStatus) - Method in class org.springframework.transaction.support.AbstractPlatformTransactionManager
This implementation of rollback handles participating in existing transactions.
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
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.DelegatingTransactionAttribute
 
rollbackOn(Throwable) - Method in class org.springframework.transaction.interceptor.RuleBasedTransactionAttribute
Winning rule is the shallowest rule (that is, the closest in the inheritance hierarchy to the exception).
rollbackOn(Throwable) - Method in interface org.springframework.transaction.interceptor.TransactionAttribute
Should we roll back on the given exception?
RollbackRuleAttribute - Class in org.springframework.transaction.interceptor
Rule determining whether or not a given exception (and any subclasses) should cause a rollback.
RollbackRuleAttribute(Class) - Constructor for class org.springframework.transaction.interceptor.RollbackRuleAttribute
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.
rollbackToHeldSavepoint() - Method in class org.springframework.transaction.support.AbstractTransactionStatus
Roll back to the savepoint that is held for the transaction.
rollbackToSavepoint(Object) - Method in class org.springframework.jdbc.datasource.JdbcTransactionObjectSupport
This implementation rolls back to the given JDBC 3.0 Savepoint.
rollbackToSavepoint(Object) - Method in interface org.springframework.transaction.SavepointManager
Roll back to the given savepoint.
rollbackToSavepoint(Object) - Method in class org.springframework.transaction.support.AbstractTransactionStatus
This implementation delegates to a SavepointManager for the underlying transaction, if possible.
ROOT_WEB_APPLICATION_CONTEXT_ATTRIBUTE - Static variable in interface org.springframework.web.context.WebApplicationContext
Context attribute to bind root WebApplicationContext to on successful startup.
RootBeanDefinition - Class in org.springframework.beans.factory.support
Root bean definitions are the most common type of bean definition.
RootBeanDefinition(Class) - Constructor for class org.springframework.beans.factory.support.RootBeanDefinition
Create a new RootBeanDefinition for a singleton.
RootBeanDefinition(Class, boolean) - Constructor for class org.springframework.beans.factory.support.RootBeanDefinition
Create a new RootBeanDefinition with the given singleton status.
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
Create a new RootBeanDefinition as deep copy of the given bean definition.
RootClassFilter - Class in org.springframework.aop.support
Simple ClassFilter implementation that passes classes (and optionally subclasses)
RootClassFilter(Class) - Constructor for class org.springframework.aop.support.RootClassFilter
 
RowCallbackHandler - Interface in org.springframework.jdbc.core
Callback interface used by JdbcTemplate's query methods.
RowCountCallbackHandler - Class in org.springframework.jdbc.core
Implementation of RowCallbackHandler.
RowCountCallbackHandler() - Constructor for class org.springframework.jdbc.core.RowCountCallbackHandler
 
RowMapper - Interface in org.springframework.jdbc.core
An interface used by JdbcTemplate for mapping returned result sets.
RowMapperResultReader - Class in org.springframework.jdbc.core
Adapter implementation of the ResultReader interface that delegates to a RowMapper which is supposed to create an object for each row.
RowMapperResultReader(RowMapper) - Constructor for class org.springframework.jdbc.core.RowMapperResultReader
Create a new RowMapperResultReader.
RowMapperResultReader(RowMapper, int) - Constructor for class org.springframework.jdbc.core.RowMapperResultReader
Create a new RowMapperResultReader.
RuleBasedTransactionAttribute - Class in org.springframework.transaction.interceptor
TransactionAttribute implementation that works out whether a given exception should cause transaction rollback by applying a number of rollback rules, both positive and negative.
RuleBasedTransactionAttribute() - Constructor for class org.springframework.transaction.interceptor.RuleBasedTransactionAttribute
Create a new RuleBasedTransactionAttribute, with default settings.
RuleBasedTransactionAttribute(RuleBasedTransactionAttribute) - Constructor for class org.springframework.transaction.interceptor.RuleBasedTransactionAttribute
Copy constructor.
RuleBasedTransactionAttribute(int, List) - Constructor for class org.springframework.transaction.interceptor.RuleBasedTransactionAttribute
Create a new DefaultTransactionAttribute with the the given propagation behavior.
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.
RuntimeBeanReference - Class in org.springframework.beans.factory.config
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, without explicitly marking it as reference to a bean in the parent factory.
RuntimeBeanReference(String, boolean) - Constructor for class org.springframework.beans.factory.config.RuntimeBeanReference
Create a new RuntimeBeanReference to the given bean name, with the option to mark it as reference to a bean in the parent factory.

S

save(Object) - Method in interface org.springframework.orm.hibernate.HibernateOperations
Persist the given transient instance.
save(Object, Serializable) - Method in interface org.springframework.orm.hibernate.HibernateOperations
Persist the given transient 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
 
save(Object) - Method in interface org.springframework.orm.hibernate3.HibernateOperations
Persist the given transient instance.
save(Object, Serializable) - Method in interface org.springframework.orm.hibernate3.HibernateOperations
Persist the given transient instance with the given identifier.
save(String, Object) - Method in interface org.springframework.orm.hibernate3.HibernateOperations
Persist the given transient instance.
save(String, Object, Serializable) - Method in interface org.springframework.orm.hibernate3.HibernateOperations
Persist the given transient instance with the given identifier.
save(Object) - Method in class org.springframework.orm.hibernate3.HibernateTemplate
 
save(Object, Serializable) - Method in class org.springframework.orm.hibernate3.HibernateTemplate
 
save(String, Object) - Method in class org.springframework.orm.hibernate3.HibernateTemplate
 
save(String, Object, Serializable) - Method in class org.springframework.orm.hibernate3.HibernateTemplate
 
saveOrUpdate(Object) - Method in interface org.springframework.orm.hibernate.HibernateOperations
Save or update the given persistent instance, according to its id (matching the configured "unsaved-value"?).
saveOrUpdate(Object) - Method in class org.springframework.orm.hibernate.HibernateTemplate
 
saveOrUpdate(Object) - Method in interface org.springframework.orm.hibernate3.HibernateOperations
Save or update the given persistent instance, according to its id (matching the configured "unsaved-value"?).
saveOrUpdate(String, Object) - Method in interface org.springframework.orm.hibernate3.HibernateOperations
Save or update the given persistent instance, according to its id (matching the configured "unsaved-value"?).
saveOrUpdate(Object) - Method in class org.springframework.orm.hibernate3.HibernateTemplate
 
saveOrUpdate(String, Object) - Method in class org.springframework.orm.hibernate3.HibernateTemplate
 
saveOrUpdateAll(Collection) - Method in interface org.springframework.orm.hibernate.HibernateOperations
Save or update all given persistent instances, according to its id (matching the configured "unsaved-value"?).
saveOrUpdateAll(Collection) - Method in class org.springframework.orm.hibernate.HibernateTemplate
 
saveOrUpdateAll(Collection) - Method in interface org.springframework.orm.hibernate3.HibernateOperations
Save or update all given persistent instances, according to its id (matching the configured "unsaved-value"?).
saveOrUpdateAll(Collection) - Method in class org.springframework.orm.hibernate3.HibernateTemplate
 
saveOrUpdateCopy(Object) - Method in interface org.springframework.orm.hibernate.HibernateOperations
Save or 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
 
SavepointManager - Interface in org.springframework.transaction
Interface that specifies an API to programmatically manage transaction savepoints in a generic fashion.
ScheduledTimerTask - Class in org.springframework.scheduling.timer
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
Create a new ScheduledTimerTask, to be populated via bean properties.
ScheduledTimerTask(TimerTask) - Constructor for class org.springframework.scheduling.timer.ScheduledTimerTask
Create a new ScheduledTimerTask, with default one-time execution without delay.
ScheduledTimerTask(TimerTask, long) - Constructor for class org.springframework.scheduling.timer.ScheduledTimerTask
Create a new ScheduledTimerTask, with default one-time execution with the given delay.
ScheduledTimerTask(TimerTask, long, long, boolean) - Constructor for class org.springframework.scheduling.timer.ScheduledTimerTask
Create a new ScheduledTimerTask.
SchedulerFactoryBean - Class in org.springframework.scheduling.quartz
FactoryBean that sets up a Quartz Scheduler and exposes it for bean references.
SchedulerFactoryBean() - Constructor for class org.springframework.scheduling.quartz.SchedulerFactoryBean
 
SchedulerFactoryBean.DelayedSchedulerStartException - Exception in org.springframework.scheduling.quartz
Exception to be thrown if the Quartz scheduler cannot be started after the specified delay has passed.
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
SelfNaming - Interface in org.springframework.jmx.export.naming
Interface that allows infrastructure components to provide their own ObjectNames to the MBeanExporter.
send(MessageCreator) - Method in interface org.springframework.jms.core.JmsOperations
Send a message to the default destination.
send(Destination, MessageCreator) - Method in interface org.springframework.jms.core.JmsOperations
Send a message to the specified destination.
send(String, MessageCreator) - Method in interface org.springframework.jms.core.JmsOperations
Send a message to the specified destination.
send(MessageCreator) - Method in class org.springframework.jms.core.JmsTemplate
 
send(Destination, MessageCreator) - Method in class org.springframework.jms.core.JmsTemplate
 
send(String, MessageCreator) - Method in class org.springframework.jms.core.JmsTemplate
 
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(MimeMessagePreparator) - Method in class org.springframework.mail.javamail.JavaMailSenderImpl
 
send(MimeMessagePreparator[]) - Method in class org.springframework.mail.javamail.JavaMailSenderImpl
 
send(SimpleMailMessage) - Method in interface org.springframework.mail.MailSender
Send the given simple mail message.
send(SimpleMailMessage[]) - Method in interface org.springframework.mail.MailSender
Send the given array of simple mail messages in batch.
sendError(int, String) - Method in class org.springframework.mock.web.MockHttpServletResponse
 
sendError(int) - Method in class org.springframework.mock.web.MockHttpServletResponse
 
sendRedirect(String) - Method in class org.springframework.mock.web.MockHttpServletResponse
 
sendRedirect(HttpServletRequest, HttpServletResponse, String, boolean) - Method in class org.springframework.web.servlet.view.RedirectView
Send a redirect back to the HTTP client
SEPARATOR - Static variable in class org.springframework.aop.framework.autoproxy.DefaultAdvisorAutoProxyCreator
Separator between prefix and remainder of bean name
SEPARATOR - Static variable in class org.springframework.beans.factory.support.PropertiesBeanDefinitionReader
Separator between bean name and property name.
ServerSessionFactory - Class in org.springframework.orm.toplink
Full-fledged default implementation of the SessionFactory interface: creates ClientSessions for a given ServerSession.
ServerSessionFactory(ServerSession) - Constructor for class org.springframework.orm.toplink.ServerSessionFactory
Create a new ServerSessionFactory for the given ServerSession.
service(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.
service(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.
ServiceLocatorFactoryBean - Class in org.springframework.beans.factory.config
FactoryBean that takes an interface which must have one or more methods with the signatures MyType xxx() or MyType xxx(MyIdType id) (typically, MyService getService() or MyService getService(String id)) and creates a dynamic proxy which implements that interface, delegating to the Spring BeanFactory underneath.
ServiceLocatorFactoryBean() - Constructor for class org.springframework.beans.factory.config.ServiceLocatorFactoryBean
 
SERVLET_CONTEXT_PREFIX - Static variable in class org.springframework.web.servlet.FrameworkServlet
Prefix for the ServletContext attribute for the WebApplicationContext.
SERVLET_CONTEXT_PREFIX - Static variable in class org.springframework.web.struts.ContextLoaderPlugIn
Prefix for the ServletContext attribute for the WebApplicationContext.
ServletContextAttributeExporter - Class in org.springframework.web.context.support
Exporter that takes Spring-defined objects and exposes them as ServletContext attributes.
ServletContextAttributeExporter() - Constructor for class org.springframework.web.context.support.ServletContextAttributeExporter
 
ServletContextAttributeFactoryBean - Class in org.springframework.web.context.support
FactoryBean that fetches a specific, existing ServletContext attribute.
ServletContextAttributeFactoryBean() - Constructor for class org.springframework.web.context.support.ServletContextAttributeFactoryBean
 
ServletContextAware - Interface in org.springframework.web.context
Interface to be implemented by any object that wishes to be notified of the ServletContext (typically determined by the WebApplicationContext) that it runs in.
ServletContextAwareProcessor - Class in org.springframework.web.context.support
BeanPostProcessor implementation that passes the ServletContext to beans that implement the ServletContextAware interface.
ServletContextAwareProcessor(ServletContext) - Constructor for class org.springframework.web.context.support.ServletContextAwareProcessor
Create a new ServletContextAwareProcessor for the given context.
ServletContextFactoryBean - Class in org.springframework.web.context.support
Simple FactoryBean that exposes the ServletContext for bean references.
ServletContextFactoryBean() - Constructor for class org.springframework.web.context.support.ServletContextFactoryBean
 
ServletContextPropertyPlaceholderConfigurer - Class in org.springframework.web.context.support
Subclass of PropertyPlaceholderConfigurer that resolves placeholders as ServletContext init parameters (that is, web.xml context-param entries).
ServletContextPropertyPlaceholderConfigurer() - Constructor for class org.springframework.web.context.support.ServletContextPropertyPlaceholderConfigurer
 
ServletContextResource - Class in org.springframework.web.context.support
Resource implementation for ServletContext resources, interpreting relative paths within the web application root directory.
ServletContextResource(ServletContext, String) - Constructor for class org.springframework.web.context.support.ServletContextResource
Create a new ServletContextResource.
ServletContextResourceLoader - Class in org.springframework.web.context.support
ResourceLoader implementation that resolves paths as ServletContext resources, for use outside a WebApplicationContext (for example, in a HttpServletBean or GenericFilterBean subclass).
ServletContextResourceLoader(ServletContext) - Constructor for class org.springframework.web.context.support.ServletContextResourceLoader
Create a new ServletContextResourceLoader.
ServletContextResourcePatternResolver - Class in org.springframework.web.context.support
ServletContext-aware subclass of PathMatchingResourcePatternResolver, able to find matching resources below the web application root directory via Servlet 2.3's ServletContext.getResourcePaths.
ServletContextResourcePatternResolver(ServletContext) - Constructor for class org.springframework.web.context.support.ServletContextResourcePatternResolver
Create a new ServletContextResourcePatternResolver.
ServletContextResourcePatternResolver(ResourceLoader) - Constructor for class org.springframework.web.context.support.ServletContextResourcePatternResolver
Create a new ServletContextResourcePatternResolver.
ServletEndpointSupport - Class in org.springframework.remoting.jaxrpc
Convenience base class for JAX-RPC servlet endpoint implementations.
ServletEndpointSupport() - Constructor for class org.springframework.remoting.jaxrpc.ServletEndpointSupport
 
ServletForwardingController - Class in org.springframework.web.servlet.mvc
Spring Controller implementation that forwards to a named servlet, i.e. the "servlet-name" in web.xml rather than a URL path mapping.
ServletForwardingController() - Constructor for class org.springframework.web.servlet.mvc.ServletForwardingController
 
ServletRequestBindingException - Exception in org.springframework.web.bind
Fatal binding exception, thrown when we want to treat binding exceptions as unrecoverable.
ServletRequestBindingException(String) - Constructor for exception org.springframework.web.bind.ServletRequestBindingException
 
ServletRequestBindingException(String, Throwable) - Constructor for exception org.springframework.web.bind.ServletRequestBindingException
 
ServletRequestDataBinder - Class in org.springframework.web.bind
Special DataBinder to perform data binding from servlet request parameters to JavaBeans, including support for multipart files.
ServletRequestDataBinder(Object, String) - Constructor for class org.springframework.web.bind.ServletRequestDataBinder
Create a new ServletRequestDataBinder instance.
ServletRequestParameterPropertyValues - Class in org.springframework.web.bind
PropertyValues implementation created from parameters in a ServletRequest.
ServletRequestParameterPropertyValues(ServletRequest) - Constructor for class org.springframework.web.bind.ServletRequestParameterPropertyValues
Create new ServletRequestPropertyValues using no prefix (and hence, no prefix separator).
ServletRequestParameterPropertyValues(ServletRequest, String) - Constructor for class org.springframework.web.bind.ServletRequestParameterPropertyValues
Create new ServletRequestPropertyValues using the given prefix and the default prefix separator (the underscore character "_").
ServletRequestParameterPropertyValues(ServletRequest, String, String) - Constructor for class org.springframework.web.bind.ServletRequestParameterPropertyValues
Create new ServletRequestPropertyValues supplying both prefix and prefix separator.
ServletWrappingController - Class in org.springframework.web.servlet.mvc
Spring Controller implementation that wraps a servlet instance which it manages internally.
ServletWrappingController() - Constructor for class org.springframework.web.servlet.mvc.ServletWrappingController
 
SESSION_COOKIE_NAME - Static variable in class org.springframework.mock.web.MockHttpSession
 
SESSION_SCOPE_SUFFIX - Static variable in class org.springframework.web.servlet.support.RequestContext
 
SESSION_SYNCHRONIZATION_ORDER - Static variable in class org.springframework.orm.hibernate.SessionFactoryUtils
Order value for TransactionSynchronization objects that clean up Hibernate Sessions.
SESSION_SYNCHRONIZATION_ORDER - Static variable in class org.springframework.orm.hibernate3.SessionFactoryUtils
Order value for TransactionSynchronization objects that clean up Hibernate Sessions.
SessionCallback - Interface in org.springframework.jms.core
Callback interface for JMS code.
SessionFactory - Interface in org.springframework.orm.toplink
The SessionFactory interface serves as factory for TopLink Sessions, allowing for dependency injection on thread-safe TopLink-based DAOs.
SessionFactoryUtils - Class in org.springframework.orm.hibernate
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
 
SessionFactoryUtils - Class in org.springframework.orm.hibernate3
Helper class featuring methods for Hibernate Session handling, allowing for reuse of Hibernate Session instances within transactions.
SessionFactoryUtils() - Constructor for class org.springframework.orm.hibernate3.SessionFactoryUtils
 
SessionFactoryUtils - Class in org.springframework.orm.toplink
Helper class featuring methods for TopLink Session handling, allowing for reuse of TopLink Session instances within transactions.
SessionFactoryUtils() - Constructor for class org.springframework.orm.toplink.SessionFactoryUtils
 
SessionHolder - Class in org.springframework.orm.hibernate
Session holder, wrapping a Hibernate Session and a Hibernate Transaction.
SessionHolder(Session) - Constructor for class org.springframework.orm.hibernate.SessionHolder
 
SessionHolder(Object, Session) - Constructor for class org.springframework.orm.hibernate.SessionHolder
 
SessionHolder - Class in org.springframework.orm.hibernate3
Session holder, wrapping a Hibernate Session and a Hibernate Transaction.
SessionHolder(Session) - Constructor for class org.springframework.orm.hibernate3.SessionHolder
 
SessionHolder(Object, Session) - Constructor for class org.springframework.orm.hibernate3.SessionHolder
 
SessionHolder - Class in org.springframework.orm.toplink
Session holder, wrapping a TopLink Session.
SessionHolder(Session) - Constructor for class org.springframework.orm.toplink.SessionHolder
 
SessionLocaleResolver - Class in org.springframework.web.servlet.i18n
Implementation of LocaleResolver that uses a locale attribute in the user's session in case of a custom setting, with a fallback to the accept header locale.
SessionLocaleResolver() - Constructor for class org.springframework.web.servlet.i18n.SessionLocaleResolver
 
SessionReadCallback - Class in org.springframework.orm.toplink
Convenient abstract implementation of the TopLinkCallback interface, exposing either the plain TopLink Session or the TopLink UnitOfWork (which extends the Session interface) to code that reads persistent objects.
SessionReadCallback() - Constructor for class org.springframework.orm.toplink.SessionReadCallback
Create a new SessionReadCallback, not enforcing read-only objects.
SessionReadCallback(boolean) - Constructor for class org.springframework.orm.toplink.SessionReadCallback
Create a new SessionReadCallback, enforcing read-only objects if demanded.
SessionRequiredException - Exception in org.springframework.web.servlet.support
Exception thrown when a web content generator requires a pre-existing session.
SessionRequiredException(String) - Constructor for exception org.springframework.web.servlet.support.SessionRequiredException
 
SessionThemeResolver - Class in org.springframework.web.servlet.theme
Implementation of ThemeResolver that uses a theme attribute in the user's session in case of a custom setting, with a fallback to the default theme.
SessionThemeResolver() - Constructor for class org.springframework.web.servlet.theme.SessionThemeResolver
 
SET_ELEMENT - Static variable in class org.springframework.beans.factory.xml.DefaultXmlBeanDefinitionParser
 
setAbstract(boolean) - Method in class org.springframework.beans.factory.support.AbstractBeanDefinition
Set if this bean is "abstract", i.e. not meant to be instantiated itself but rather just serving as parent for concrete child bean definitions.
setActualTransactionActive(boolean) - Static method in class org.springframework.transaction.support.TransactionSynchronizationManager
Expose whether there currently is an actual transaction active.
setAdvice(Advice) - Method in class org.springframework.aop.support.AbstractPointcutAdvisor
 
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.StaticMethodMatcherPointcutAdvisor
 
setAdvisorAdapterRegistry(AdvisorAdapterRegistry) - Method in class org.springframework.aop.framework.adapter.AdvisorAdapterRegistrationManager
Specify the AdvisorAdapterRegistry to use.
setAdvisorAdapterRegistry(AdvisorAdapterRegistry) - Method in class org.springframework.aop.framework.autoproxy.AbstractAutoProxyCreator
Specify the AdvisorAdapterRegistry to use.
setAdvisorAdapterRegistry(AdvisorAdapterRegistry) - Method in class org.springframework.aop.framework.ProxyFactoryBean
Specify the AdvisorAdapterRegistry to use.
setAdvisorAdapterRegistry(AdvisorAdapterRegistry) - Method in class org.springframework.transaction.interceptor.TransactionProxyFactoryBean
Specify the AdvisorAdapterRegistry to use.
setAdvisorBeanNamePrefix(String) - Method in class org.springframework.aop.framework.autoproxy.DefaultAdvisorAutoProxyCreator
Set the prefix for bean names that will cause them to be included for auto-proxying by this object.
setAdvisorChainFactory(AdvisorChainFactory) - Method in class org.springframework.aop.framework.AdvisedSupport
 
setAgentId(String) - Method in class org.springframework.jmx.support.MBeanServerFactoryBean
Set the agent id of the MBeanServer to locate.
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 when no transactional Session can be found for the current thread.
setAllowCreate(boolean) - Method in class org.springframework.orm.hibernate3.HibernateTemplate
Set if a new Session should be created when no transactional Session can be found for the current thread.
setAllowCreate(boolean) - Method in class org.springframework.orm.jdo.JdoTemplate
Set if a new PersistenceManager should be created when no transactional PersistenceManager can be found for the current thread.
setAllowCreate(boolean) - Method in class org.springframework.orm.jdo.TransactionAwarePersistenceManagerFactoryProxy
Set whether the PersistenceManagerFactory proxy is allowed to create a non-transactional PersistenceManager when no transactional PersistenceManager can be found for the current thread.
setAllowCreate(boolean) - Method in class org.springframework.orm.ojb.PersistenceBrokerTemplate
Set if a new PersistenceBroker should be created when no transactional PersistenceBroker can be found for the current thread.
setAllowCreate(boolean) - Method in class org.springframework.orm.toplink.TopLinkTemplate
Set if a new Session should be created when no transactional Session can be found for the current thread.
setAllowDirtyBack(boolean) - Method in class org.springframework.web.servlet.mvc.AbstractWizardFormController
Set if "dirty back" is allowed, i.e. if moving to a former wizard page is allowed in case of validation errors for the current page.
setAllowDirtyForward(boolean) - Method in class org.springframework.web.servlet.mvc.AbstractWizardFormController
Set if "dirty forward" is allowed, i.e. if moving to a later wizard page is allowed in case of validation errors for the current page.
setAllowedFields(String[]) - Method in class org.springframework.validation.DataBinder
Register fields that should be allowed for binding.
setAllowedResources(String) - Method in class org.springframework.web.servlet.ResourceServlet
Set allowed resources as URL pattern, e.g.
setAllowRequestOverride(boolean) - Method in class org.springframework.web.servlet.view.AbstractTemplateView
Set whether HttpServletRequest attributes are allowed to override (hide) controller generated model attributes of the same name.
setAllowSessionOverride(boolean) - Method in class org.springframework.web.servlet.view.AbstractTemplateView
Set whether HttpSession attributes are allowed to override (hide) controller generated model attributes of the same name.
setAlwaysUseFullPath(boolean) - Method in class org.springframework.web.servlet.handler.AbstractUrlHandlerMapping
Set if URL lookup should always use the full path within the current servlet context.
setAlwaysUseFullPath(boolean) - Method in class org.springframework.web.servlet.mvc.multiaction.AbstractUrlMethodNameResolver
Set if URL lookup should always use full path within current servlet context.
setAlwaysUseFullPath(boolean) - Method in class org.springframework.web.servlet.mvc.WebContentInterceptor
Set if URL lookup should always use full path within current servlet context.
setAlwaysUseFullPath(boolean) - Method in class org.springframework.web.util.UrlPathHelper
Set if URL lookup should always use full path within current servlet context.
setAlwaysUseMessageFormat(boolean) - Method in class org.springframework.context.support.AbstractMessageSource
Set whether to always apply the MessageFormat rules, parsing even messages without arguments.
setAlwaysUseNewSession(boolean) - Method in class org.springframework.orm.hibernate.HibernateTemplate
Set whether to always use a new Hibernate Session for this template.
setAlwaysUseNewSession(boolean) - Method in class org.springframework.orm.hibernate3.HibernateTemplate
Set whether to always use a new Hibernate Session for this template.
setAnnotatedClasses(Class[]) - Method in class org.springframework.orm.hibernate3.annotation.AnnotationSessionFactoryBean
Specify annotated classes, for which mappings will be read from class-level JDK 1.5+ annotation metadata.
setAnnotatedPackages(String[]) - Method in class org.springframework.orm.hibernate3.annotation.AnnotationSessionFactoryBean
Specify the names of annotated packages, for which package-level JDK 1.5+ annotation metadata will be read.
setAopProxyFactory(AopProxyFactory) - Method in class org.springframework.aop.framework.ProxyConfig
Customize the AopProxyFactory, allowing different strategies to be dropped in without changing the core framework.
setApplicationContext(ApplicationContext) - Method in interface org.springframework.context.ApplicationContextAware
Set the ApplicationContext that this object runs in.
setApplicationContext(ApplicationContext) - Method in class org.springframework.context.support.ApplicationObjectSupport
 
setApplicationContext(ApplicationContext) - Method in class org.springframework.scheduling.quartz.JobDetailBean
 
setApplicationContext(ApplicationContext) - Method in class org.springframework.scheduling.quartz.SchedulerFactoryBean
 
setApplicationContextJobDataKey(String) - Method in class org.springframework.scheduling.quartz.JobDetailBean
Set the key of an ApplicationContext reference to expose in the JobDataMap, for example "applicationContext".
setApplicationContextSchedulerContextKey(String) - Method in class org.springframework.scheduling.quartz.SchedulerFactoryBean
Set the key of an ApplicationContext reference to expose in the SchedulerContext, for example "applicationContext".
setApplicationEventClass(Class) - Method in class org.springframework.context.event.EventPublicationInterceptor
Set the application event class to publish.
setApplicationEventPublisher(ApplicationEventPublisher) - Method in interface org.springframework.context.ApplicationEventPublisherAware
Set the ApplicationEventPublisher that this object runs in.
setApplicationEventPublisher(ApplicationEventPublisher) - Method in class org.springframework.context.event.EventPublicationInterceptor
 
setApplyCommonInterceptorsFirst(boolean) - Method in class org.springframework.aop.framework.autoproxy.AbstractAutoProxyCreator
Set whether the common interceptors should be applied before bean-specific ones.
setApplyLastModified(boolean) - Method in class org.springframework.web.servlet.ResourceServlet
Set whether to apply the file timestamp of the target resource as last-modified value.
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.
setArguments(Object) - Method in class org.springframework.web.servlet.tags.MessageTag
Set optional message arguments for this tag, as a comma-delimited String (each String argument can contain JSP EL), an Object array (used as argument array), or a single Object (used as single argument).
setAscending(boolean) - Method in class org.springframework.beans.support.MutableSortDefinition
Set whether to sort ascending (true) or descending (false).
setAscending(boolean) - Method in class org.springframework.util.comparator.InvertibleComparator
Specify the sort order: ascending (true) or descending (false).
setAscendingOrder(int) - Method in class org.springframework.util.comparator.CompoundComparator
Change the sort order at the given index to ascending.
setAssembler(MBeanInfoAssembler) - Method in class org.springframework.jmx.export.MBeanExporter
Set the implementation of the MBeanInfoAssembler interface to use for this exporter.
setAsText(String) - Method in class org.springframework.beans.propertyeditors.ByteArrayPropertyEditor
 
setAsText(String) - Method in class org.springframework.beans.propertyeditors.CharacterEditor
 
setAsText(String) - Method in class org.springframework.beans.propertyeditors.ClassEditor
 
setAsText(String) - Method in class org.springframework.beans.propertyeditors.CustomBooleanEditor
 
setAsText(String) - Method in class org.springframework.beans.propertyeditors.CustomCollectionEditor
Convert the given text value to a Collection with a single element.
setAsText(String) - Method in class org.springframework.beans.propertyeditors.CustomDateEditor
Parse the Date from the given text, using the specified DateFormat.
setAsText(String) - Method in class org.springframework.beans.propertyeditors.CustomNumberEditor
Parse the Number from the given text, using the specified NumberFormat.
setAsText(String) - Method in class org.springframework.beans.propertyeditors.FileEditor
 
setAsText(String) - Method in class org.springframework.beans.propertyeditors.InputStreamEditor
 
setAsText(String) - Method in class org.springframework.beans.propertyeditors.LocaleEditor
 
setAsText(String) - Method in class org.springframework.beans.propertyeditors.PropertiesEditor
Convert String into Properties.
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.beans.PropertyValuesEditor
 
setAsText(String) - Method in class org.springframework.core.io.ResourceEditor
 
setAsText(String) - Method in class org.springframework.core.io.support.ResourceArrayPropertyEditor
 
setAsText(String) - Method in class org.springframework.jndi.JndiTemplateEditor
 
setAsText(String) - Method in class org.springframework.mail.javamail.InternetAddressEditor
 
setAsText(String) - Method in class org.springframework.transaction.interceptor.TransactionAttributeEditor
Format is PROPAGATION_NAME,ISOLATION_NAME,readOnly,timeout_NNNN,+Exception1,-Exception2.
setAsText(String) - Method in class org.springframework.transaction.interceptor.TransactionAttributeSourceEditor
 
setAsText(String) - Method in class org.springframework.web.multipart.support.StringMultipartFileEditor
 
setAttribute(String, Object) - Method in class org.springframework.mock.web.MockHttpServletRequest
 
setAttribute(String, Object) - Method in class org.springframework.mock.web.MockHttpSession
 
setAttribute(String, Object) - Method in class org.springframework.mock.web.MockPageContext
 
setAttribute(String, Object, int) - Method in class org.springframework.mock.web.MockPageContext
 
setAttribute(String, Object) - Method in class org.springframework.mock.web.MockServletContext
 
setAttributeName(String) - Method in class org.springframework.web.context.support.ServletContextAttributeFactoryBean
Set the name of the ServletContext attribute to expose.
setAttributes(Attributes) - Method in class org.springframework.aop.framework.autoproxy.metadata.AttributesPoolingTargetSourceCreator
Set the Attributes implementation to use.
setAttributes(Attributes) - Method in class org.springframework.aop.framework.autoproxy.metadata.AttributesPrototypeTargetSourceCreator
Set the Attributes implementation to use.
setAttributes(Attributes) - Method in class org.springframework.aop.framework.autoproxy.metadata.AttributesThreadLocalTargetSourceCreator
Set the Attributes implementation to use.
setAttributes(Attributes) - Method in class org.springframework.jmx.export.metadata.AttributesJmxAttributeSource
Set the Attributes implementation to use.
setAttributes(Map) - Method in class org.springframework.remoting.support.RemoteInvocation
Set the attributes Map.
setAttributes(Attributes) - Method in class org.springframework.transaction.interceptor.AttributesTransactionAttributeSource
Set the Attributes implementation to use.
setAttributes(Map) - Method in class org.springframework.web.context.support.ServletContextAttributeExporter
Set the ServletContext attributes to expose as key-value pairs.
setAttributes(Properties) - Method in class org.springframework.web.servlet.view.AbstractView
Set static attributes for this view from a java.util.Properties object.
setAttributes(Properties) - Method in class org.springframework.web.servlet.view.UrlBasedViewResolver
Set static attributes from a java.util.Properties object, for all views returned by this resolver.
setAttributesCSV(String) - Method in class org.springframework.web.servlet.view.AbstractView
Set static attributes as a CSV string.
setAttributesMap(Map) - Method in class org.springframework.web.servlet.view.AbstractView
Set static attributes for this view from a Map.
setAttributesMap(Map) - Method in class org.springframework.web.servlet.view.UrlBasedViewResolver
Set static attributes from a Map, for all views returned by this resolver.
setAttributeSource(JmxAttributeSource) - Method in class org.springframework.jmx.export.assembler.MetadataMBeanInfoAssembler
Set the JmxAttributeSource implementation to use for reading the metadata from the bean class.
setAttributeSource(JmxAttributeSource) - Method in class org.springframework.jmx.export.naming.MetadataNamingStrategy
Set the implementation of the JmxAttributeSource interface to use when reading the source level metadata.
setAuthorizedRoles(String[]) - Method in class org.springframework.web.servlet.handler.UserRoleAuthorizationInterceptor
Set the roles that this interceptor should treat as authorized.
setAuthType(String) - Method in class org.springframework.mock.web.MockHttpServletRequest
 
setAutodetect(boolean) - Method in class org.springframework.jmx.export.MBeanExporter
Set whether to autodetect MBeans in the bean factory that this exporter runs in.
setAutodetectDataSource(boolean) - Method in class org.springframework.orm.hibernate.HibernateTransactionManager
Set whether to autodetect a JDBC DataSource used by the Hibernate SessionFactory, if set via LocalSessionFactoryBean's setDataSource.
setAutodetectDataSource(boolean) - Method in class org.springframework.orm.hibernate3.HibernateTransactionManager
Set whether to autodetect a JDBC DataSource used by the Hibernate SessionFactory, if set via LocalSessionFactoryBean's setDataSource.
setAutodetectDataSource(boolean) - Method in class org.springframework.orm.jdo.JdoTransactionManager
Set whether to autodetect a JDBC DataSource used by the JDO PersistenceManagerFactory, as returned by the getConnectionFactory() method.
setAutodetectTransactionManager(boolean) - Method in class org.springframework.transaction.jta.JtaTransactionManager
Set whether to autodetect a JTA UserTransaction object that implements the JTA TransactionManager interface too (i.e. the JNDI location for the TransactionManager is "java:comp/UserTransaction", same as for the UserTransaction).
setAutoStartup(boolean) - Method in class org.springframework.scheduling.quartz.SchedulerFactoryBean
Set whether to automatically start the scheduler after initialization.
setAutowireMode(int) - Method in class org.springframework.beans.factory.support.AbstractBeanDefinition
Set the autowire mode.
setAutowireMode(int) - Method in class org.springframework.web.servlet.handler.metadata.AbstractPathMapHandlerMapping
Set the autowire mode for handlers.
setAutowireModeName(String) - Method in class org.springframework.web.servlet.handler.metadata.AbstractPathMapHandlerMapping
Set the autowire mode for handlers, by the name of the corresponding constant in the AutowireCapableBeanFactory interface, e.g.
setBadSqlGrammarCodes(String[]) - Method in class org.springframework.jdbc.support.SQLErrorCodes
 
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. the theme names.
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.
setBasenames(String[]) - Method in class org.springframework.web.servlet.view.ResourceBundleViewResolver
Set multiple ResourceBundle basenames.
setBatchSize(int) - Method in class org.springframework.jdbc.object.BatchSqlUpdate
Set the number of statements that will trigger an automatic intermediate flush.
setBcc(String) - Method in class org.springframework.mail.javamail.MimeMailMessage
 
setBcc(String[]) - Method in class org.springframework.mail.javamail.MimeMailMessage
 
setBcc(InternetAddress) - Method in class org.springframework.mail.javamail.MimeMessageHelper
 
setBcc(InternetAddress[]) - Method in class org.springframework.mail.javamail.MimeMessageHelper
 
setBcc(String) - Method in class org.springframework.mail.javamail.MimeMessageHelper
 
setBcc(String[]) - Method in class org.springframework.mail.javamail.MimeMessageHelper
 
setBcc(String) - Method in interface org.springframework.mail.MailMessage
 
setBcc(String[]) - Method in interface org.springframework.mail.MailMessage
 
setBcc(String) - Method in class org.springframework.mail.SimpleMailMessage
 
setBcc(String[]) - Method in class org.springframework.mail.SimpleMailMessage
 
setBeanClass(Class) - Method in class org.springframework.beans.factory.support.AbstractBeanDefinition
Specify the class for this bean.
setBeanClassLoader(ClassLoader) - Method in class org.springframework.beans.factory.support.AbstractBeanDefinitionReader
Set the ClassLoader to use for bean classes.
setBeanClassName(String) - Method in class org.springframework.beans.factory.support.AbstractBeanDefinition
Specify the class name for this bean.
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.framework.autoproxy.target.AbstractBeanFactoryBasedTargetSourceCreator
 
setBeanFactory(BeanFactory) - Method in class org.springframework.aop.framework.ProxyFactoryBean
 
setBeanFactory(BeanFactory) - Method in class org.springframework.aop.target.AbstractBeanFactoryBasedTargetSource
Set the owning BeanFactory.
setBeanFactory(BeanFactory) - Method in class org.springframework.aop.target.AbstractPoolingTargetSource
 
setBeanFactory(BeanFactory) - Method in class org.springframework.aop.target.AbstractPrototypeBasedTargetSource
 
setBeanFactory(BeanFactory) - Method in interface org.springframework.beans.factory.BeanFactoryAware
Callback that supplies the owning factory to a bean instance.
setBeanFactory(BeanFactory) - Method in class org.springframework.beans.factory.config.BeanReferenceFactoryBean
 
setBeanFactory(BeanFactory) - Method in class org.springframework.beans.factory.config.ObjectFactoryCreatingFactoryBean
 
setBeanFactory(BeanFactory) - Method in class org.springframework.beans.factory.config.PropertyPathFactoryBean
 
setBeanFactory(BeanFactory) - Method in class org.springframework.beans.factory.config.PropertyPlaceholderConfigurer
Only necessary to check that we're not parsing our own bean definition, to avoid failing on unresolvable placeholders in properties file locations.
setBeanFactory(BeanFactory) - Method in class org.springframework.beans.factory.config.ServiceLocatorFactoryBean
 
setBeanFactory(BeanFactory) - Method in class org.springframework.jmx.export.MBeanExporter
This callback is only required for resolution of bean names in the "beans" Map and for autodetection of MBeans (in the latter case, a ListableBeanFactory is required).
setBeanFactory(BeanFactory) - Method in class org.springframework.orm.hibernate.HibernateAccessor
The bean factory just needs to be known for resolving entity interceptor bean names.
setBeanFactory(BeanFactory) - Method in class org.springframework.orm.hibernate.HibernateTransactionManager
The bean factory just needs to be known for resolving entity interceptor bean names.
setBeanFactory(BeanFactory) - Method in class org.springframework.orm.hibernate3.HibernateAccessor
The bean factory just needs to be known for resolving entity interceptor bean names.
setBeanFactory(BeanFactory) - Method in class org.springframework.orm.hibernate3.HibernateTransactionManager
The bean factory just needs to be known for resolving entity interceptor bean names.
setBeanFactory(BeanFactory) - Method in class org.springframework.orm.ojb.support.LocalOjbConfigurer
 
setBeanFactory(BeanFactory) - Method in class org.springframework.transaction.interceptor.TransactionProxyFactoryBean
This callback is optional: If running in a BeanFactory and no transaction manager has been set explicitly, a single matching bean of type PlatformTransactionManager will be fetched from the BeanFactory.
setBeanFactoryLocator(BeanFactoryLocator) - Method in class org.springframework.ejb.support.AbstractEnterpriseBean
Set the BeanFactoryLocator to use for this EJB.
setBeanFactoryLocatorKey(String) - Method in class org.springframework.ejb.support.AbstractEnterpriseBean
Set the bean factory locator key.
setBeanName(String) - Method in class org.springframework.aop.framework.autoproxy.DefaultAdvisorAutoProxyCreator
 
setBeanName(String) - Method in interface org.springframework.beans.factory.BeanNameAware
Set the name of the bean in the bean factory that created this bean.
setBeanName(String) - Method in class org.springframework.beans.factory.config.FieldRetrievingFactoryBean
The bean name of this FieldRetrievingFactoryBean will be interpreted as "staticField" pattern, if neither "targetClass" nor "targetObject" nor "targetField" have been specified.
setBeanName(String) - Method in class org.springframework.beans.factory.config.PropertyPathFactoryBean
The bean name of this PropertyPathFactoryBean will be interpreted as "beanName.property" pattern, if neither "targetObject" nor "targetBeanName" nor "propertyPath" have been specified.
setBeanName(String) - Method in class org.springframework.beans.factory.config.PropertyPlaceholderConfigurer
Only necessary to check that we're not parsing our own bean definition, to avoid failing on unresolvable placeholders in properties file locations.
setBeanName(String) - Method in class org.springframework.cache.ehcache.EhCacheFactoryBean
 
setBeanName(String) - Method in class org.springframework.orm.hibernate3.FilterDefinitionFactoryBean
If no explicit filter name has been specified, the bean name of the FilterDefinitionFactoryBean will be used.
setBeanName(String) - Method in class org.springframework.orm.hibernate3.TypeDefinitionBean
If no explicit type name has been specified, the bean name of the TypeDefinitionBean will be used.
setBeanName(String) - Method in class org.springframework.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.mvc.ServletForwardingController
 
setBeanName(String) - Method in class org.springframework.web.servlet.mvc.ServletWrappingController
 
setBeanName(String) - Method in class org.springframework.web.servlet.view.AbstractView
Set the view's name.
setBeanNames(String[]) - Method in class org.springframework.aop.framework.autoproxy.BeanNameAutoProxyCreator
Set the names of the beans that should automatically get wrapped with proxies.
setBeanNameSeparator(String) - Method in class org.springframework.beans.factory.config.PropertyOverrideConfigurer
Set the separator to expect between bean name and property path.
setBeans(Map) - Method in class org.springframework.jmx.export.MBeanExporter
Supply a Map of beans to be registered with the JMX MBeanServer.
setBindEmptyMultipartFiles(boolean) - Method in class org.springframework.web.bind.ServletRequestDataBinder
Set whether to bind empty MultipartFile parameters.
setBindingErrorProcessor(BindingErrorProcessor) - Method in class org.springframework.validation.DataBinder
Set the strategy to use for processing binding errors, that is, required field errors and PropertyAccessExceptions.
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. a new form.
setBlobAsBinaryStream(PreparedStatement, int, InputStream, int) - Method in class org.springframework.jdbc.support.lob.DefaultLobHandler.DefaultLobCreator
 
setBlobAsBinaryStream(PreparedStatement, int, InputStream, int) - Method in interface org.springframework.jdbc.support.lob.LobCreator
Set the given content as binary stream on the given statement, using the given parameter index.
setBlobAsBinaryStream(PreparedStatement, int, InputStream, int) - Method in class org.springframework.jdbc.support.lob.OracleLobHandler.OracleLobCreator
 
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
 
setBodyContent(BodyContent) - Method in class org.springframework.web.servlet.tags.EscapeBodyTag
 
setBufferSize(int) - Method in class org.springframework.mock.web.MockHttpServletResponse
 
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.jms.support.destination.JndiDestinationResolver
Set whether to cache resolved destinations.
setCache(boolean) - Method in class org.springframework.jndi.JndiObjectFactoryBean
Set whether to cache the JNDI object once it has been located.
setCache(boolean) - Method in class org.springframework.jndi.JndiObjectTargetSource
Set whether to cache the JNDI object once it has been located.
setCache(boolean) - Method in class org.springframework.web.servlet.view.AbstractCachingViewResolver
Enable or disable caching.
setCache(boolean) - Method in class org.springframework.web.servlet.view.xslt.AbstractXsltView
Set whether to activate the cache.
setCacheableMappingLocations(Resource[]) - Method in class org.springframework.orm.hibernate3.LocalSessionFactoryBean
Set locations of cacheable Hibernate mapping files, for example as web app resource "/WEB-INF/mapping/example.hbm.xml".
setCacheHome(boolean) - Method in class org.springframework.ejb.access.AbstractSlsbInvokerInterceptor
Set whether to cache the EJB home object once it has been located.
setCacheManager(CacheManager) - Method in class org.springframework.cache.ehcache.EhCacheFactoryBean
Set a CacheManager from which to retrieve a named Cache instance.
setCacheMappings(Properties) - Method in class org.springframework.web.servlet.mvc.WebContentInterceptor
Map specific URL paths to specific cache seconds.
setCacheName(String) - Method in class org.springframework.cache.ehcache.EhCacheFactoryBean
Set a name for which to retrieve or create a cache instance.
setCacheQueries(boolean) - Method in class org.springframework.orm.hibernate.HibernateTemplate
Set whether to cache all queries executed by this template.
setCacheQueries(boolean) - Method in class org.springframework.orm.hibernate3.HibernateTemplate
Set whether to cache all queries executed by this template.
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.
setCacheStub(boolean) - Method in class org.springframework.remoting.rmi.JndiRmiClientInterceptor
Set whether to cache the RMI stub once it has been located.
setCacheStub(boolean) - Method in class org.springframework.remoting.rmi.RmiClientInterceptor
Set whether to cache the RMI stub once it has been located.
setCacheTemplate(boolean) - Method in class org.springframework.web.servlet.view.velocity.VelocityView
Set whether the Velocity template should be cached.
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.
setCancelParamKey(String) - Method in class org.springframework.web.servlet.mvc.CancellableFormController
Set the key of the request parameter used to identify a cancel request.
setCancelView(String) - Method in class org.springframework.web.servlet.mvc.CancellableFormController
Sets the name of the cancel view.
setCannotAcquireLockCodes(String[]) - Method in class org.springframework.jdbc.support.SQLErrorCodes
 
setCannotSerializeTransactionCodes(String[]) - Method in class org.springframework.jdbc.support.SQLErrorCodes
 
setCc(String) - Method in class org.springframework.mail.javamail.MimeMailMessage
 
setCc(String[]) - Method in class org.springframework.mail.javamail.MimeMailMessage
 
setCc(InternetAddress) - Method in class org.springframework.mail.javamail.MimeMessageHelper
 
setCc(InternetAddress[]) - Method in class org.springframework.mail.javamail.MimeMessageHelper
 
setCc(String) - Method in class org.springframework.mail.javamail.MimeMessageHelper
 
setCc(String[]) - Method in class org.springframework.mail.javamail.MimeMessageHelper
 
setCc(String) - Method in interface org.springframework.mail.MailMessage
 
setCc(String[]) - Method in interface org.springframework.mail.MailMessage
 
setCc(String) - Method in class org.springframework.mail.SimpleMailMessage
 
setCc(String[]) - Method in class org.springframework.mail.SimpleMailMessage
 
setCciTemplate(CciTemplate) - Method in class org.springframework.jca.cci.core.support.CciDaoSupport
Set the CciTemplate for this DAO explicitly, as an alternative to specifying a ConnectionFactory.
setCciTemplate(CciTemplate) - Method in class org.springframework.jca.cci.object.EisOperation
Set the CciTemplate to be used by this operation.
setCharacterEncoding(String) - Method in class org.springframework.mock.web.MockHttpServletRequest
 
setCharacterEncoding(String) - Method in class org.springframework.mock.web.MockHttpServletResponse
 
setCheckWriteOperations(boolean) - Method in class org.springframework.orm.hibernate.HibernateTemplate
Set whether to check that the Hibernate Session is not in read-only mode in case of write operations (save/update/delete).
setCheckWriteOperations(boolean) - Method in class org.springframework.orm.hibernate3.HibernateTemplate
Set whether to check that the Hibernate Session is not in read-only mode in case of write operations (save/update/delete).
setClassFilter(ClassFilter) - Method in class org.springframework.aop.support.StaticMethodMatcherPointcut
Set the ClassFilter to use for this pointcut.
setClassLoader(ClassLoader) - Method in class org.springframework.context.support.ResourceBundleMessageSource
Set the ClassLoader to load resource bundles with, or null for using the thread context class loader on actual access (applying to the thread that does the "getMessage" call).
setCleanupAfterInclude(boolean) - Method in class org.springframework.web.servlet.DispatcherServlet
Set whether to perform cleanup of request attributes after an include request, i.e. whether to reset the original state of all request attributes after the DispatcherServlet has processed within an include request.
setClientSocketFactory(RMIClientSocketFactory) - Method in class org.springframework.remoting.rmi.RmiRegistryFactoryBean
Set a custom RMI client socket factory to use for the RMI registry.
setClientSocketFactory(RMIClientSocketFactory) - Method in class org.springframework.remoting.rmi.RmiServiceExporter
Set a custom RMI client socket factory to use for exporting the service.
setClobAsAsciiStream(PreparedStatement, int, InputStream, int) - Method in class org.springframework.jdbc.support.lob.DefaultLobHandler.DefaultLobCreator
 
setClobAsAsciiStream(PreparedStatement, int, InputStream, int) - Method in interface org.springframework.jdbc.support.lob.LobCreator
Set the given content as ASCII stream on the given statement, using the given parameter index.
setClobAsAsciiStream(PreparedStatement, int, InputStream, int) - Method in class org.springframework.jdbc.support.lob.OracleLobHandler.OracleLobCreator
 
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.
setCodebaseUrl(String) - Method in class org.springframework.remoting.httpinvoker.HttpInvokerClientInterceptor
Set the codebase URL to download classes from if not found locally.
setCollectionCacheStrategies(Properties) - Method in class org.springframework.orm.hibernate3.LocalSessionFactoryBean
Specify the cache strategies for persistent collections (with specific roles).
setCollectionClass(Class) - Method in class org.springframework.context.event.AbstractApplicationEventMulticaster
Specify the collection class to use.
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.
setCommandName(String) - Method in class org.springframework.web.servlet.mvc.throwaway.ThrowawayControllerHandlerAdapter
Set the name of the command in the model.
setCommitted(boolean) - Method in class org.springframework.mock.web.MockHttpServletResponse
 
setComparator(int, Comparator) - Method in class org.springframework.util.comparator.CompoundComparator
Replace the Comparator at the given index.
setComparator(int, Comparator, boolean) - Method in class org.springframework.util.comparator.CompoundComparator
Replace the Comparator at the given index using the given sort order.
setComplete() - Method in class org.springframework.test.AbstractTransactionalDataSourceSpringContextTests
Overridden to prevent the transaction committing if a number of tables have been cleared, as a defensive measure against accidental permanent wiping of a database.
setComplete() - Method in class org.springframework.test.AbstractTransactionalSpringContextTests
Cause the transaction to commit for this test method, even if default is set to rollback.
setCompleted() - Method in class org.springframework.transaction.support.AbstractTransactionStatus
Mark this transaction as completed, that is, committed or rolled back.
setConcurrencyLimit(int) - Method in class org.springframework.aop.interceptor.ConcurrencyThrottleInterceptor
Set the maximum number of parallel invocations that this interceptor allows.
setConcurrent(boolean) - Method in class org.springframework.scheduling.quartz.MethodInvokingJobDetailFactoryBean
Specify whether or not multiple jobs should be run in a concurrent fashion.
setConfigLocation(Resource) - Method in class org.springframework.cache.ehcache.EhCacheManagerFactoryBean
Set the location of the EHCache config file.
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.hibernate3.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.
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(String) - Method in class org.springframework.orm.toplink.LocalSessionFactory
Set the TopLink sessions.xml configuration file that defines TopLink Sessions, as class path resource location.
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.AbstractRefreshableWebApplicationContext
 
setConfigLocations(String[]) - Method in class org.springframework.web.context.support.StaticWebApplicationContext
 
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. a shared one for web and email usage, set up via FreeMarkerConfigurationFactoryBean.
setConfiguration(Configuration) - Method in class org.springframework.web.servlet.view.freemarker.FreeMarkerView
Set the FreeMarker Configuration to be used by this view.
setConfigurationClass(Class) - Method in class org.springframework.orm.hibernate3.annotation.AnnotationSessionFactoryBean
 
setConfigurationClass(Class) - Method in class org.springframework.orm.hibernate3.LocalSessionFactoryBean
Specify the Hibernate Configuration class to use.
setConnectionFactory(ConnectionFactory) - Method in class org.springframework.jca.cci.connection.CciLocalTransactionManager
Set the CCI ConnectionFactory that this instance should manage local transactions for.
setConnectionFactory(ConnectionFactory) - Method in class org.springframework.jca.cci.core.CciTemplate
Set the CCI ConnectionFactory to obtain connections from.
setConnectionFactory(ConnectionFactory) - Method in class org.springframework.jca.cci.core.support.CciDaoSupport
Set the ConnectionFactory to be used by this DAO.
setConnectionFactory(ConnectionFactory) - Method in class org.springframework.jca.cci.object.EisOperation
Set the CCI ConnectionFactory to be used by this operation.
setConnectionFactory(ConnectionFactory) - Method in class org.springframework.jms.connection.JmsTransactionManager
Set the JMS ConnectionFactory that this instance should manage transactions for.
setConnectionFactory(ConnectionFactory) - Method in class org.springframework.jms.core.support.JmsGatewaySupport
Set the JMS connection factory to be used by the gateway.
setConnectionFactory(ConnectionFactory) - Method in class org.springframework.jms.support.JmsAccessor
Set the connection factory used for obtaining JMS connections.
setConnectionHolder(ConnectionHolder) - Method in class org.springframework.jdbc.datasource.JdbcTransactionObjectSupport
 
setConnectionManager(ConnectionManager) - Method in class org.springframework.jca.support.LocalConnectionFactoryBean
Set the JCA ConnectionManager that should be used to create the desired connection factory.
setConnectionProperties(Properties) - Method in class org.springframework.jdbc.datasource.DriverManagerDataSource
Specify arbitrary connection properties as key/value pairs, to be passed to the DriverManager.
setConnectionSpec(ConnectionSpec) - Method in class org.springframework.jca.cci.connection.ConnectionSpecConnectionFactoryAdapter
Set the ConnectionSpec that this adapter should use for retrieving Connections.
setConnectionSpecForCurrentThread(ConnectionSpec) - Method in class org.springframework.jca.cci.connection.ConnectionSpecConnectionFactoryAdapter
Set a ConnectionSpec for this proxy and the current thread.
setConstructorArguments(Object[], Class[]) - Method in class org.springframework.aop.framework.Cglib2AopProxy
Set constructor arguments to use for creating the proxy.
setConstructorArgumentValues(ConstructorArgumentValues) - Method in class org.springframework.beans.factory.support.AbstractBeanDefinition
Specify constructor argument values for this bean.
setContent(byte[]) - Method in class org.springframework.mock.web.MockHttpServletRequest
 
setContentDispositionMappings(Properties) - Method in class org.springframework.web.servlet.view.jasperreports.JasperReportsMultiFormatView
Set the mappings of Content-Disposition header values to mapping keys.
setContentLength(int) - Method in class org.springframework.mock.web.MockHttpServletResponse
 
setContentType(String) - Method in class org.springframework.mock.web.MockHttpServletRequest
 
setContentType(String) - Method in class org.springframework.mock.web.MockHttpServletResponse
 
setContentType(String) - Method in class org.springframework.web.servlet.ResourceServlet
Set the content type of the target resource (typically a JSP).
setContentType(String) - Method in class org.springframework.web.servlet.view.AbstractView
Set the content type for this view.
setContentType(String) - Method in class org.springframework.web.servlet.view.UrlBasedViewResolver
Set the content type for all views.
setContextClass(Class) - Method in class org.springframework.web.servlet.FrameworkServlet
Set a custom context class.
setContextClass(Class) - Method in class org.springframework.web.struts.ContextLoaderPlugIn
Set a custom context class.
setContextClassName(String) - Method in class org.springframework.web.struts.ContextLoaderPlugIn
Set a custom context class by name.
setContextConfigLocation(String) - Method in class org.springframework.web.servlet.FrameworkServlet
Set the context config location explicitly, instead of relying on the default location built from the namespace.
setContextConfigLocation(String) - Method in class org.springframework.web.struts.ContextLoaderPlugIn
Set the context config location explicitly, instead of relying on the default location built from the namespace.
setContextOverride(boolean) - Method in class org.springframework.web.context.support.ServletContextPropertyPlaceholderConfigurer
Set whether ServletContext init parameters (and optionally also ServletContext attributes) should override local properties within the application.
setContextPath(String) - Method in class org.springframework.mock.web.MockHttpServletRequest
 
setContextRelative(boolean) - Method in class org.springframework.web.servlet.view.RedirectView
Set whether to interpret a given URL that starts with a slash ("/") as relative to the current ServletContext, i.e. as relative to the web application root.
setCookieDomain(String) - Method in class org.springframework.web.util.CookieGenerator
Use the given domain for cookies created by this generator.
setCookieMaxAge(int) - Method in class org.springframework.web.util.CookieGenerator
Use the given maximum age (in seconds) for cookies created by this generator.
setCookieName(String) - Method in class org.springframework.web.util.CookieGenerator
Use the given name for cookies created by this generator.
setCookiePath(String) - Method in class org.springframework.web.util.CookieGenerator
Use the given path for cookies created by this generator.
setCookies(Cookie[]) - Method in class org.springframework.mock.web.MockHttpServletRequest
 
setCredentialsForCurrentThread(String, String) - Method in class org.springframework.jdbc.datasource.UserCredentialsDataSourceAdapter
Set user credententials for this proxy and the current thread.
setCredentialsForCurrentThread(String, String) - Method in class org.springframework.jms.connection.UserCredentialsConnectionFactoryAdapter
Set user credententials for this proxy and the current thread.
setCurrencyTimeLimit(int) - Method in class org.springframework.jmx.export.metadata.AbstractJmxAttribute
 
setCurrentProxy(Object) - Static method in class org.springframework.aop.framework.AopContext
Make the given proxy available via the currentProxy method.
setCurrentTransactionName(String) - Static method in class org.springframework.transaction.support.TransactionSynchronizationManager
Expose the name of the current transaction, if any.
setCurrentTransactionReadOnly(boolean) - Static method in class org.springframework.transaction.support.TransactionSynchronizationManager
Expose a read-only flag for the current transaction.
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 or call.
setCustomTargetSourceCreators(TargetSourceCreator[]) - Method in class org.springframework.aop.framework.autoproxy.AbstractAutoProxyCreator
Set custom TargetSourceCreators to be applied in this order.
setCustomTranslations(CustomSQLErrorCodesTranslation[]) - Method in class org.springframework.jdbc.support.SQLErrorCodes
 
setDaemon(boolean) - Method in class org.springframework.jmx.support.ConnectorServerFactoryBean
Set whether any threads started for the JMXConnectorServer should be started as daemon threads.
setDaemon(boolean) - Method in class org.springframework.scheduling.timer.TimerFactoryBean
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
 
setDatabaseLogin(DatabaseLogin) - Method in class org.springframework.orm.toplink.LocalSessionFactory
Specify the DatabaseLogin instance that carries the TopLink database configuration to use.
setDatabasePlatform(DatabasePlatform) - Method in class org.springframework.orm.toplink.LocalSessionFactory
Specify the TopLink DatabasePlatform instance that the Session should use: for example, HSQLPlatform.
setDatabaseProductName(String) - Method in class org.springframework.jdbc.support.JdbcAccessor
Specify the database product name for the DataSource that this accessor uses.
setDatabaseProductName(String) - Method in class org.springframework.jdbc.support.SQLErrorCodes
Set this property if the database name contains spaces, in which case we can not use the bean name for lookup.
setDatabaseProductName(String) - Method in class org.springframework.jdbc.support.SQLErrorCodeSQLExceptionTranslator
Set the database product name for this translator.
setDatabaseProductNames(String[]) - Method in class org.springframework.jdbc.support.SQLErrorCodes
Set this property to specify multiple database names that contains spaces, in which case we can not use bean names for lookup.
setDataIntegrityViolationCodes(String[]) - Method in class org.springframework.jdbc.support.SQLErrorCodes
 
setDataSource(DataSource) - Method in class org.springframework.jdbc.core.support.JdbcBeanDefinitionReader
Set the DataSource to use to obtain database connections.
setDataSource(DataSource) - Method in class org.springframework.jdbc.core.support.JdbcDaoSupport
Set the JDBC DataSource to be used by this DAO.
setDataSource(DataSource) - Method in class org.springframework.jdbc.datasource.DataSourceTransactionManager
Set the JDBC DataSource that this instance should manage transactions for.
setDataSource(DataSource) - Method in class org.springframework.jdbc.object.RdbmsOperation
Set the JDBC DataSource to obtain connections from.
setDataSource(DataSource) - Method in class org.springframework.jdbc.support.DatabaseStartupValidator
Set the DataSource to validate.
setDataSource(DataSource) - Method in class org.springframework.jdbc.support.incrementer.AbstractDataFieldMaxValueIncrementer
Set the data source to retrieve the value from.
setDataSource(DataSource) - Method in class org.springframework.jdbc.support.JdbcAccessor
Set the JDBC DataSource to obtain connections from.
setDataSource(DataSource) - Method in class org.springframework.jdbc.support.SQLErrorCodeSQLExceptionTranslator
Set the DataSource for this translator.
setDataSource(DataSource) - Method in class org.springframework.orm.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.hibernate3.HibernateTransactionManager
Set the JDBC DataSource that this instance should manage transactions for.
setDataSource(DataSource) - Method in class org.springframework.orm.hibernate3.LocalSessionFactoryBean
Set the DataSource to be used by the SessionFactory.
setDataSource(DataSource) - Method in class org.springframework.orm.ibatis.SqlMapClientFactoryBean
Set the DataSource to be used by iBATIS SQL Maps.
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.ojb.PersistenceBrokerTransactionManager
Set the JDBC DataSource that this instance should manage transactions for.
setDataSource(DataSource) - Method in class org.springframework.orm.toplink.LocalSessionFactory
Specify a standard JDBC DataSource that TopLink should use as connection pool.
setDataSource(DataSource) - Method in class org.springframework.orm.toplink.TopLinkTransactionManager
Set the JDBC DataSource that this instance should manage transactions for.
setDataSource(DataSource) - Method in class org.springframework.scheduling.quartz.SchedulerFactoryBean
Set the default DataSource to be used by the Scheduler.
setDataSource(DataSource) - Method in class org.springframework.test.AbstractTransactionalDataSourceSpringContextTests
Setter: DataSource is provided by Dependency Injection.
setDateHeader(String, long) - Method in class org.springframework.mock.web.MockHttpServletResponse
 
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.
setDeadlockLoserCodes(String[]) - Method in class org.springframework.jdbc.support.SQLErrorCodes
 
setDefaultAutoCommit(boolean) - Method in class org.springframework.jdbc.datasource.LazyConnectionDataSourceProxy
Set the default auto-commit mode to expose when no target Connection has been fetched yet (-> actual JDBC Connection default not known yet).
setDefaultCurrencyTimeLimit(Integer) - Method in class org.springframework.jmx.export.assembler.AbstractReflectiveMBeanInfoAssembler
Set the default for the JMX field "currencyTimeLimit".
setDefaultDestination(Destination) - Method in class org.springframework.jms.core.JmsTemplate
Set the destination to be used on send operations that do not have a destination parameter.
setDefaultDestinationName(String) - Method in class org.springframework.jms.core.JmsTemplate
Set the destination name to be used on send operations that do not have a destination parameter.
setDefaultDomain(String) - Method in class org.springframework.jmx.support.MBeanServerFactoryBean
Set the default domain to be used by the MBeanServer, to be passed to MBeanServerFactory.createMBeanServer() or MBeanServerFactory.findMBeanServer().
setDefaultEncoding(String) - Method in class org.springframework.context.support.ReloadableResourceBundleMessageSource
Set the default charset to use for parsing properties files.
setDefaultEncoding(String) - Method in class org.springframework.mail.javamail.JavaMailSenderImpl
Set the default encoding to use for MimeMessages created by this JavaMailSender.
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.
setDefaultFileTypeMap(FileTypeMap) - Method in class org.springframework.mail.javamail.JavaMailSenderImpl
Set the default Java Activation FileTypeMap to use for MimeMessages created by this JavaMailSender.
setDefaultFilterCondition(String) - Method in class org.springframework.orm.hibernate3.FilterDefinitionFactoryBean
Specify a default filter condition for the filter, if any.
setDefaultHandler(Object) - Method in class org.springframework.web.servlet.handler.AbstractHandlerMapping
Set the default handler for this handler mapping.
setDefaultHtmlEscape(boolean) - Method in class org.springframework.web.servlet.support.RequestContext
(De)activate default HTML escaping for messages and errors, for the scope of this RequestContext.
setDefaultHtmlEscape(String) - Method in class org.springframework.web.servlet.tags.HtmlEscapeTag
Set the default value for HTML escaping, to be put into the current PageContext.
setDefaultLocale(Locale) - Method in class org.springframework.web.servlet.i18n.FixedLocaleResolver
Set the fixed Locale that this resolver will return.
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.
setDefaultRollback(boolean) - Method in class org.springframework.test.AbstractTransactionalSpringContextTests
Subclasses can set this value in their constructor to change default, which is always to roll the transaction back
setDefaultStatusCode(int) - Method in class org.springframework.web.servlet.handler.SimpleMappingExceptionResolver
Set the default HTTP status code that this exception resolver will apply if it resolves an error view.
setDefaultThemeName(String) - Method in class org.springframework.web.servlet.theme.AbstractThemeResolver
Set the name of the default theme.
setDefaultThemeName(String) - Method in class org.springframework.web.servlet.theme.CookieThemeResolver
Set the name of the default theme.
setDefaultTransactionIsolation(int) - Method in class org.springframework.jdbc.datasource.LazyConnectionDataSourceProxy
Set the default transaction isolation level to expose when no target Connection has been fetched yet (-> actual JDBC Connection default not known yet).
setDefaultUrl(String) - Method in class org.springframework.web.servlet.ResourceServlet
Set the URL within the current web application from which to include content if the requested path isn't found, or if none is specified in the first place.
setDefaultValue(Object) - Method in class org.springframework.jmx.export.metadata.ManagedAttribute
 
setDefinitions(String[]) - Method in class org.springframework.web.servlet.view.tiles.TilesConfigurer
Set the Tiles definitions, i.e. the list of files containing the definitions.
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.
setDeliveryMode(int) - Method in class org.springframework.jms.core.JmsTemplate
Set the delivery mode to use when sending a message.
setDependencyCheck(int) - Method in class org.springframework.beans.factory.support.AbstractBeanDefinition
Set the dependency check code.
setDependencyCheck(boolean) - Method in class org.springframework.test.AbstractDependencyInjectionSpringContextTests
Set whether or not dependency checking should be performed for test properties set by Dependency Injection.
setDependencyCheck(boolean) - Method in class org.springframework.web.servlet.handler.metadata.AbstractPathMapHandlerMapping
Set whether to perform a dependency check for objects on autowired handlers.
setDependsOn(String[]) - Method in class org.springframework.beans.factory.support.AbstractBeanDefinition
Set the names of the beans that this bean depends on being initialized.
setDescendingOrder(int) - Method in class org.springframework.util.comparator.CompoundComparator
Change the sort order at the given index to descending sort.
setDescription(String) - Method in class org.springframework.jmx.export.metadata.AbstractJmxAttribute
 
setDescription(String) - Method in class org.springframework.jmx.export.metadata.ManagedOperationParameter
 
setDestinationResolver(DestinationResolver) - Method in class org.springframework.jms.core.JmsTemplate
Set the destination resolver for this template.
setDestroyMethodName(String) - Method in class org.springframework.beans.factory.support.AbstractBeanDefinition
Set the name of the destroy method.
setDetectAllHandlerExceptionResolvers(boolean) - Method in class org.springframework.web.servlet.DispatcherServlet
Set whether to detect all HandlerExceptionResolver beans in this servlet's context.
setDetectAllHandlerMappings(boolean) - Method in class org.springframework.web.servlet.DispatcherServlet
Set whether to detect all HandlerMapping beans in this servlet's context.
setDetectAllViewResolvers(boolean) - Method in class org.springframework.web.servlet.DispatcherServlet
Set whether to detect all ViewResolver beans in this servlet's context.
setDirty() - Method in class org.springframework.test.AbstractDependencyInjectionSpringContextTests
Called to say that the "applicationContext" instance variable is dirty and should be reloaded.
setDirty(String[]) - Method in class org.springframework.test.AbstractSpringContextTests
Set custom locations dirty.
setDiskExpiryThreadIntervalSeconds(int) - Method in class org.springframework.cache.ehcache.EhCacheFactoryBean
Set the number of seconds between runs of the disk expiry thread.
setDiskPersistent(boolean) - Method in class org.springframework.cache.ehcache.EhCacheFactoryBean
Set whether the disk store persists between restarts of the Virtual Machine.
setDisplayName(String) - Method in class org.springframework.context.support.AbstractApplicationContext
Set a friendly name for this context.
setDriverClassName(String) - Method in class org.springframework.jdbc.datasource.DriverManagerDataSource
Set the JDBC driver class name.
setDynamicDestinationResolver(DestinationResolver) - Method in class org.springframework.jms.support.destination.JndiDestinationResolver
Set the DestinationResolver to use when falling back to dynamic destinations.
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
Set the endpoint address to specify on the stub or call.
setEnterMessage(String) - Method in class org.springframework.aop.interceptor.CustomizableTraceInterceptor
Ses the template used for method entry log messages.
setEntityCacheStrategies(Properties) - Method in class org.springframework.orm.hibernate3.LocalSessionFactoryBean
Specify the cache strategies for entities (persistent classes or named entities).
setEntityInterceptor(Interceptor) - Method in class org.springframework.orm.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.
setEntityInterceptor(Interceptor) - Method in class org.springframework.orm.hibernate3.HibernateAccessor
Set a Hibernate entity interceptor that allows to inspect and change property values before writing to and reading from the database.
setEntityInterceptor(Interceptor) - Method in class org.springframework.orm.hibernate3.HibernateTransactionManager
Set a Hibernate entity interceptor that allows to inspect and change property values before writing to and reading from the database.
setEntityInterceptor(Interceptor) - Method in class org.springframework.orm.hibernate3.LocalSessionFactoryBean
Set a Hibernate entity interceptor that allows to inspect and change property values before writing to and reading from the database.
setEntityInterceptorBeanName(String) - Method in class org.springframework.orm.hibernate.HibernateAccessor
Set the bean name of a Hibernate entity interceptor that allows to inspect and change property values before writing to and reading from the database.
setEntityInterceptorBeanName(String) - Method in class org.springframework.orm.hibernate.HibernateTransactionManager
Set the bean name of a Hibernate entity interceptor that allows to inspect and change property values before writing to and reading from the database.
setEntityInterceptorBeanName(String) - Method in class org.springframework.orm.hibernate3.HibernateAccessor
Set the bean name of a Hibernate entity interceptor that allows to inspect and change property values before writing to and reading from the database.
setEntityInterceptorBeanName(String) - Method in class org.springframework.orm.hibernate3.HibernateTransactionManager
Set the bean name of a Hibernate entity interceptor that allows to inspect and change property values before writing to and reading from the database.
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.jmx.support.ConnectorServerFactoryBean
Set the environment properties used to construct the JMXConnectorServer as java.util.Properties (String key/value pairs).
setEnvironment(Properties) - Method in class org.springframework.jmx.support.MBeanServerConnectionFactoryBean
Set the environment properties used to construct the JMXConnector as java.util.Properties (String key/value pairs).
setEnvironment(Properties) - Method in class org.springframework.jndi.JndiTemplate
Set the environment for the JNDI InitialContext.
setEnvironmentMap(Map) - Method in class org.springframework.jmx.support.ConnectorServerFactoryBean
Set the environment properties used to construct the JMXConnector as a Map of String keys and arbitrary Object values.
setEnvironmentMap(Map) - Method in class org.springframework.jmx.support.MBeanServerConnectionFactoryBean
Set the environment properties used to construct the JMXConnector as a Map of String keys and arbitrary Object values.
setErrorCodes(String[]) - Method in class org.springframework.jdbc.support.CustomSQLErrorCodesTranslation
Set the SQL error codes to match.
setErrorHandler(ErrorHandler) - Method in class org.springframework.beans.factory.xml.XmlBeanDefinitionReader
Set an implementation of the org.xml.sax.ErrorHandler interface for custom handling of XML parsing errors and warnings.
setErrorListener(ErrorListener) - Method in class org.springframework.web.servlet.view.xslt.AbstractXsltView
Set an implementation of the javax.xml.transform.ErrorListener interface for custom handling of transformation errors and warnings.
setEternal(boolean) - Method in class org.springframework.cache.ehcache.EhCacheFactoryBean
Set whether elements are eternal.
setEventListeners(Map) - Method in class org.springframework.orm.hibernate3.LocalSessionFactoryBean
Specify the Hibernate event listeners to register, with listener types as keys and listener objects as values.
setExceptionAttribute(String) - Method in class org.springframework.web.servlet.handler.SimpleMappingExceptionResolver
Set the name of the model attribute as which the exception should be exposed.
setExceptionClass(Class) - Method in class org.springframework.jdbc.support.CustomSQLErrorCodesTranslation
Set the exception class for the specified error codes.
setExceptionMappings(Properties) - Method in class org.springframework.web.servlet.handler.SimpleMappingExceptionResolver
Set the mappings between exception class names and error view names.
setExceptionMessage(String) - Method in class org.springframework.aop.interceptor.CustomizableTraceInterceptor
Set the template used for method exception log messages.
setExceptionTranslator(SQLExceptionTranslator) - Method in class org.springframework.jdbc.support.JdbcAccessor
Set the exception translator for this instance.
setExitMessage(String) - Method in class org.springframework.aop.interceptor.CustomizableTraceInterceptor
Set the template used for method exit log messages.
setExpectedType(Class) - Method in class org.springframework.jndi.JndiObjectLocator
Set the type that the located JNDI object is supposed to be assignable to, if any.
setExplicitQosEnabled(boolean) - Method in class org.springframework.jms.core.JmsTemplate
Set if the QOS values (deliveryMode, priority, timeToLive) should be used for sending a message.
setExporterParameters(Map) - Method in class org.springframework.web.servlet.view.jasperreports.AbstractJasperReportsView
Set the exporter parameters that should be used when rendering a view.
setExposeClassDescriptor(boolean) - Method in class org.springframework.jmx.export.assembler.AbstractReflectiveMBeanInfoAssembler
Set whether to expose the JMX descriptor field "class" for managed operations.
setExposeNativePersistenceManager(boolean) - Method in class org.springframework.orm.jdo.JdoTemplate
Set whether to expose the native JDO PersistenceManager to JdoCallback code.
setExposeNativeSession(boolean) - Method in class org.springframework.orm.hibernate.HibernateTemplate
Set whether to expose the native Hibernate Session to HibernateCallback code.
setExposeNativeSession(boolean) - Method in class org.springframework.orm.hibernate3.HibernateTemplate
Set whether to expose the native Hibernate Session to HibernateCallback code.
setExposeProxy(boolean) - Method in interface org.springframework.aop.framework.Advised
Set whether the proxy should be exposed by the AOP framework as a ThreadLocal for retrieval via the AopContext class.
setExposeProxy(boolean) - Method in class org.springframework.aop.framework.ProxyConfig
Set whether the proxy should be exposed by the AOP framework as a ThreadLocal for retrieval via the AopContext class.
setExposeRequestAttributes(boolean) - Method in class org.springframework.web.servlet.view.AbstractTemplateView
Set whether all request attributes should be added to the model prior to merging with the template.
setExposeRequestAttributes(boolean) - Method in class org.springframework.web.servlet.view.AbstractTemplateViewResolver
Set whether all request attributes should be added to the model prior to merging with the template.
setExposeSessionAttributes(boolean) - Method in class org.springframework.web.servlet.view.AbstractTemplateView
Set whether all HttpSession attributes should be added to the model prior to merging with the template.
setExposeSessionAttributes(boolean) - Method in class org.springframework.web.servlet.view.AbstractTemplateViewResolver
Set whether all HttpSession attributes should be added to the model prior to merging with the template.
setExposeSpringMacroHelpers(boolean) - Method in class org.springframework.web.servlet.view.AbstractTemplateView
Set whether to expose a RequestContext for use by Spring's macro library, under the name "springBindRequestContext".
setExposeSpringMacroHelpers(boolean) - Method in class org.springframework.web.servlet.view.AbstractTemplateViewResolver
Set whether to expose a RequestContext for use by Spring's macro library, under the name "springBindRequestContext".
setExposeTransactionAwareSessionFactory(boolean) - Method in class org.springframework.orm.hibernate3.LocalSessionFactoryBean
Set whether to expose a transaction-aware proxy for the SessionFactory, returning the Session that's associated with the current Spring-managed transaction on getCurrentSession, if any.
SetFactoryBean - Class in org.springframework.beans.factory.config
Simple factory for shared Set instances.
SetFactoryBean() - Constructor for class org.springframework.beans.factory.config.SetFactoryBean
 
setFactoryBeanName(String) - Method in class org.springframework.beans.factory.support.AbstractBeanDefinition
Specify the factory bean to use, if any.
setFactoryClass(Class) - Method in class org.springframework.web.servlet.view.tiles.TilesConfigurer
Set the factory class for Tiles.
setFactoryMethodName(String) - Method in class org.springframework.beans.factory.support.AbstractBeanDefinition
Specify a factory method, if any.
setFallbackToDynamicDestination(boolean) - Method in class org.springframework.jms.support.destination.JndiDestinationResolver
Set the ability of JmsTemplate to create dynamic destinations if the destination name is not found in JNDI.
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 SQL state fallback translator.
setFetchSize(int) - Method in class org.springframework.jdbc.core.JdbcTemplate
Set the fetch size for this JdbcTemplate.
setFetchSize(int) - Method in class org.springframework.jdbc.object.RdbmsOperation
Set the fetch size for this RDBMS operation.
setFieldMarkerPrefix(String) - Method in class org.springframework.web.bind.WebDataBinder
Specify a prefix that can be used for parameters that mark potentially empty fields, having "prefix + field" as name.
setFileEncoding(String) - Method in class org.springframework.core.io.support.PropertiesLoaderSupport
Set the encoding to use for parsing properties files.
setFileEncodings(Properties) - Method in class org.springframework.context.support.ReloadableResourceBundleMessageSource
Set per-file charsets to use for parsing properties files.
setFileTypeMap(FileTypeMap) - Method in class org.springframework.mail.javamail.MimeMessageHelper
Set the Java Activation Framework FileTypeMap to use for determining the content type of inline content and attachments that get added to the message.
setFilter(Object) - Method in class org.springframework.beans.support.RefreshablePagedListHolder
Set the filter object that the source provider should use for loading the list.
setFilterConfig(FilterConfig) - Method in class org.springframework.web.filter.GenericFilterBean
Alternative way of initializing this filter.
setFilterDefinitions(FilterDefinition[]) - Method in class org.springframework.orm.hibernate3.LocalSessionFactoryBean
Specify the Hibernate FilterDefinitions to register with the SessionFactory.
setFilterName(String) - Method in class org.springframework.orm.hibernate3.FilterDefinitionFactoryBean
Set the name of the filter.
setFilterName(String) - Method in class org.springframework.orm.hibernate3.HibernateAccessor
Set the name of a Hibernate filter to be activated for all Sessions that this accessor works with.
setFilterNames(String[]) - Method in class org.springframework.orm.hibernate3.HibernateAccessor
Set one or more names of Hibernate filters to be activated for all Sessions that this accessor works with.
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.
setFlushMode(int) - Method in class org.springframework.orm.hibernate3.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.
setFlushModeName(String) - Method in class org.springframework.orm.hibernate3.HibernateAccessor
Set the flush behavior by the name of the respective constant in this class, e.g.
setForceEncoding(boolean) - Method in class org.springframework.web.filter.CharacterEncodingFilter
Set whether the encoding of this filter should override existing request encodings.
setFormatKey(String) - Method in class org.springframework.web.servlet.view.jasperreports.JasperReportsMultiFormatView
Set the key of the model parameter that holds the format discriminator.
setFormatMappings(Properties) - Method in class org.springframework.web.servlet.view.jasperreports.JasperReportsMultiFormatView
Set the mappings of format discriminators to view class names.
setFormView(String) - Method in class org.springframework.web.servlet.mvc.SimpleFormController
Set the name of the view that should be used for form display.
setForwardedUrl(String) - Method in class org.springframework.mock.web.MockHttpServletResponse
 
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.javamail.MimeMailMessage
 
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
 
setFrom(String) - Method in interface org.springframework.mail.MailMessage
 
setFrom(String) - Method in class org.springframework.mail.SimpleMailMessage
 
setFrozen(boolean) - Method in class org.springframework.aop.framework.ProxyConfig
Set whether this config should be frozen.
setFrozen(boolean) - Method in class org.springframework.aop.framework.ProxyFactoryBean
 
setFunction(boolean) - Method in class org.springframework.jdbc.object.SqlCall
Set whether this call is for a function.
setGeneratedKeysColumnNames(String[]) - Method in class org.springframework.jdbc.core.PreparedStatementCreatorFactory
Set the column names of the auto-generated keys.
setGeneratedKeysColumnNames(String[]) - Method in class org.springframework.jdbc.object.RdbmsOperation
Set the column names of the auto-generated keys.
setGlobalJobListeners(JobListener[]) - Method in class org.springframework.scheduling.quartz.SchedulerFactoryBean
Specify global Quartz JobListeners to be registered with the Scheduler.
setGlobalRollbackOnParticipationFailure(boolean) - Method in class org.springframework.transaction.support.AbstractPlatformTransactionManager
Set whether to globally mark an existing transaction as rollback-only after a participating transaction failed.
setGlobalTriggerListeners(TriggerListener[]) - Method in class org.springframework.scheduling.quartz.SchedulerFactoryBean
Specify global Quartz TriggerListeners to be registered with the Scheduler.
setGroup(String) - Method in class org.springframework.scheduling.quartz.MethodInvokingJobDetailFactoryBean
Set the group of the job.
setHeader(String, String) - Method in class org.springframework.mock.web.MockHttpServletResponse
 
setHeaders(Properties) - Method in class org.springframework.web.servlet.view.jasperreports.AbstractJasperReportsView
Specify the set of headers that are included in each of response.
setHibernateProperties(Properties) - Method in class org.springframework.orm.hibernate.LocalSessionFactoryBean
Set Hibernate properties, like "hibernate.dialect".
setHibernateProperties(Properties) - Method in class org.springframework.orm.hibernate3.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.
setHibernateTemplate(HibernateTemplate) - Method in class org.springframework.orm.hibernate3.support.HibernateDaoSupport
Set the HibernateTemplate for this DAO explicitly, as an alternative to specifying a SessionFactory.
setHomeInterface(Class) - Method in class org.springframework.ejb.access.AbstractRemoteSlsbInvokerInterceptor
Set a home interface that this invoker will narrow to before performing the parameterless SLSB create() call that returns the actual SLSB proxy.
setHost(String) - Method in class org.springframework.mail.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.
setHost(String) - Method in class org.springframework.remoting.rmi.RmiRegistryFactoryBean
Set the port of the registry for the exported RMI service, i.e.
setHtmlEscape(String) - Method in class org.springframework.web.servlet.tags.HtmlEscapingAwareTag
Set HTML escaping for this tag, as boolean value.
setHttp10Compatible(boolean) - Method in class org.springframework.web.servlet.view.RedirectView
Set whether to stay compatible with HTTP 1.0 clients.
setHttpClient(HttpClient) - Method in class org.springframework.remoting.httpinvoker.CommonsHttpInvokerRequestExecutor
Set the HttpClient instance to use for this request executor.
setHttpInvokerRequestExecutor(HttpInvokerRequestExecutor) - Method in class org.springframework.remoting.httpinvoker.HttpInvokerClientInterceptor
Set the HttpInvokerRequestExecutor implementation to use for executing remote invocations.
setIgnoreCase(boolean) - Method in class org.springframework.beans.support.MutableSortDefinition
Set whether upper and lower case in String values should be ignored.
setIgnoreInvalidKeys(boolean) - Method in class org.springframework.beans.factory.config.PropertyOverrideConfigurer
Set whether to ignore invalid keys.
setIgnoreNestedPath(boolean) - Method in class org.springframework.web.servlet.tags.BindTag
Set whether to ignore a nested path, if any.
setIgnoreResourceNotFound(boolean) - Method in class org.springframework.core.io.support.PropertiesLoaderSupport
Set if failure to find the property resource should be ignored.
setIgnoreUnknownFields(boolean) - Method in class org.springframework.validation.DataBinder
Set whether to ignore unknown fields, i.e. whether to ignore request parameters that don't have corresponding fields in the target object.
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.
setIncludedUrl(String) - Method in class org.springframework.mock.web.MockHttpServletResponse
 
setIncrementerName(String) - Method in class org.springframework.jdbc.support.incrementer.AbstractDataFieldMaxValueIncrementer
Set the name of the sequence/table.
setIndent(boolean) - Method in class org.springframework.web.servlet.view.xslt.AbstractXsltView
Set whether the XSLT transformer may add additional whitespace when outputting the result tree.
setIndex(int) - Method in class org.springframework.jmx.export.metadata.ManagedOperationParameter
Set the index of the parameter in the operation signature.
setInitMethodName(String) - Method in class org.springframework.beans.factory.support.AbstractBeanDefinition
Set the name of the initializer method.
setInitParameters(Properties) - Method in class org.springframework.web.servlet.mvc.ServletWrappingController
Specify init parameters for the servlet to wrap, as name-value pairs.
setInstantiationStrategy(InstantiationStrategy) - Method in class org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory
Set the instantiation strategy to use for creating bean instances.
setInteractionSpec(InteractionSpec) - Method in class org.springframework.jca.cci.object.EisOperation
Set the CCI InteractionSpec for this operation.
setInterceptorNames(String[]) - Method in class org.springframework.aop.framework.autoproxy.AbstractAutoProxyCreator
Set the common interceptors.
setInterceptorNames(String[]) - Method in class org.springframework.aop.framework.ProxyFactoryBean
Set the list of Advice/Advisor bean names.
setInterceptors(HandlerInterceptor[]) - Method in class org.springframework.web.servlet.handler.AbstractHandlerMapping
Set the handler interceptors to apply for all handlers mapped by this handler mapping.
setInterfaceMappings(Properties) - Method in class org.springframework.jmx.export.assembler.InterfaceBasedMBeanInfoAssembler
Set the mappings of bean keys to a comma-separated list of interface names.
setInterfaces(Class[]) - Method in class org.springframework.aop.framework.AdvisedSupport
Set the interfaces to be proxied.
setInterval(int) - Method in class org.springframework.jdbc.support.DatabaseStartupValidator
Set the interval between validation runs (in seconds).
setIntHeader(String, int) - Method in class org.springframework.mock.web.MockHttpServletResponse
 
setIntrospectionClass(Class) - Method in class org.springframework.beans.BeanWrapperImpl
Set the class to introspect.
setInvalidResultSetAccessCodes(String[]) - Method in class org.springframework.jdbc.support.SQLErrorCodes
 
setIsolationLevel(int) - Method in class org.springframework.transaction.support.DefaultTransactionDefinition
Set the isolation level.
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.
setJavaScriptEscape(String) - Method in class org.springframework.web.servlet.tags.EscapeBodyTag
Set JavaScript escaping for this tag, as boolean value.
setJavaScriptEscape(String) - Method in class org.springframework.web.servlet.tags.MessageTag
Set JavaScript escaping for this tag, as boolean value.
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.
setJcdAlias(String) - Method in class org.springframework.orm.ojb.OjbAccessor
Set the JDBC Connection Descriptor alias of the PersistenceBroker configuration to use.
setJcdAlias(String) - Method in class org.springframework.orm.ojb.PersistenceBrokerTransactionManager
Set the JDBC Connection Descriptor alias of the PersistenceBroker configuration to use.
setJcdAlias(String) - Method in class org.springframework.orm.ojb.support.PersistenceBrokerDaoSupport
Set the JDBC Connection Descriptor alias of the PersistenceBroker configuration to use.
setJdbcDataSource(DataSource) - Method in class org.springframework.web.servlet.view.jasperreports.AbstractJasperReportsView
Specify the javax.sql.DataSource to use for reports with embedded SQL statements.
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.
setJdbcExceptionTranslator(SQLExceptionTranslator) - Method in class org.springframework.orm.hibernate3.HibernateAccessor
Set the JDBC exception translator for this instance.
setJdbcExceptionTranslator(SQLExceptionTranslator) - Method in class org.springframework.orm.hibernate3.HibernateTransactionManager
Set the JDBC exception translator for this transaction manager.
setJdbcExceptionTranslator(SQLExceptionTranslator) - Method in class org.springframework.orm.jdo.DefaultJdoDialect
Set the JDBC exception translator for this dialect.
setJdbcExceptionTranslator(SQLExceptionTranslator) - Method in class org.springframework.orm.toplink.TopLinkAccessor
Set the JDBC exception translator for this instance.
setJdbcExceptionTranslator(SQLExceptionTranslator) - Method in class org.springframework.orm.toplink.TopLinkTransactionManager
Set the JDBC exception translator for this instance.
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.
setJmsTemplate(JmsTemplate) - Method in class org.springframework.jms.core.support.JmsGatewaySupport
Set the JmsTemplate for the gateway.
setJndiEnvironment(Properties) - Method in class org.springframework.jndi.JndiAccessor
Set the JNDI environment to use for JNDI lookups.
setJndiEnvironment(Properties) - Method in class org.springframework.transaction.jta.JtaTransactionManager
Set the JNDI environment to use for JNDI lookups.
setJndiName(String) - Method in class org.springframework.jndi.JndiObjectLocator
Set the JNDI name to look up.
setJndiName(String) - Method in class org.springframework.remoting.rmi.JndiRmiServiceExporter
Set the JNDI name of the exported RMI service.
setJndiTemplate(JndiTemplate) - Method in class org.springframework.jndi.JndiAccessor
Set the JNDI template to use for JNDI lookups.
setJndiTemplate(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
Register objects in the JobDataMap via a given Map.
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.
setJobListenerNames(String[]) - Method in class org.springframework.scheduling.quartz.JobDetailBean
Set a list of JobListener names for this job, referring to non-global JobListeners registered with the Scheduler.
setJobListeners(JobListener[]) - Method in class org.springframework.scheduling.quartz.SchedulerFactoryBean
Specify named Quartz JobListeners to be registered with the Scheduler.
setJobSchedulingDataLocation(String) - Method in class org.springframework.scheduling.quartz.SchedulerFactoryBean
Set the location of a Quartz job definition XML file that follows the "job_scheduling_data_1_0" DTD.
setJobSchedulingDataLocations(String[]) - Method in class org.springframework.scheduling.quartz.SchedulerFactoryBean
Set the locations of Quartz job definition XML files that follow the "job_scheduling_data_1_0" DTD.
setJtaTransactionManager(TransactionManager) - Method in class org.springframework.orm.hibernate.LocalSessionFactoryBean
Set the JTA TransactionManager to be used for Hibernate's TransactionManagerLookup.
setJtaTransactionManager(TransactionManager) - Method in class org.springframework.orm.hibernate3.LocalSessionFactoryBean
Set the JTA TransactionManager to be used for Hibernate's TransactionManagerLookup.
setKeepTaskList(boolean) - Method in class org.springframework.util.StopWatch
Determine whether the TaskInfo array is built over time.
setLayoutKey(String) - Method in class org.springframework.web.servlet.view.velocity.VelocityLayoutView
Set the context key used to specify an alternate layout to be used instead of the default layout.
setLayoutUrl(String) - Method in class org.springframework.web.servlet.view.velocity.VelocityLayoutView
Set the layout template to use.
setLazyDatabaseTransaction(boolean) - Method in class org.springframework.orm.toplink.TopLinkTransactionManager
Set whether to lazily start a database transaction within a TopLink transaction.
setLazyInit(boolean) - Method in class org.springframework.beans.factory.support.AbstractBeanDefinition
Set whether this bean should be lazily initialized.
setLazyInit(boolean) - Method in class org.springframework.jdbc.support.JdbcAccessor
Set whether to lazily initialize the SQLExceptionTranslator for this accessor, on first encounter of a SQLException.
setLazyInitHandlers(boolean) - Method in class org.springframework.web.servlet.handler.AbstractUrlHandlerMapping
Set whether to lazily initialize handlers.
setListeners(MBeanExporterListener[]) - Method in class org.springframework.jmx.export.MBeanExporter
Set the MBeanExporterListeners that should be notified of MBean registration and unregistration events.
setLobHandler(LobHandler) - Method in class org.springframework.orm.hibernate.LocalSessionFactoryBean
Set the LobHandler to be used by the SessionFactory.
setLobHandler(LobHandler) - Method in class org.springframework.orm.hibernate3.LocalSessionFactoryBean
Set the LobHandler to be used by the SessionFactory.
setLobHandler(LobHandler) - Method in class org.springframework.orm.ibatis.SqlMapClientFactoryBean
Set the LobHandler to be used by the SqlMapClient.
setLocalAddr(String) - Method in class org.springframework.mock.web.MockHttpServletRequest
 
setLocale(Locale) - Method in class org.springframework.beans.support.RefreshablePagedListHolder
Set the Locale that the source provider should use for loading the list.
setLocale(Locale) - Static method in class org.springframework.context.i18n.LocaleContextHolder
Associate the given Locale with the current thread.
setLocale(Locale) - Method in class org.springframework.mock.web.MockHttpServletResponse
 
setLocale(HttpServletRequest, HttpServletResponse, Locale) - Method in class org.springframework.web.servlet.i18n.AcceptHeaderLocaleResolver
 
setLocale(HttpServletRequest, HttpServletResponse, Locale) - Method in class org.springframework.web.servlet.i18n.CookieLocaleResolver
 
setLocale(HttpServletRequest, HttpServletResponse, Locale) - Method in class org.springframework.web.servlet.i18n.FixedLocaleResolver
 
setLocale(HttpServletRequest, HttpServletResponse, Locale) - Method in class org.springframework.web.servlet.i18n.SessionLocaleResolver
 
setLocale(HttpServletRequest, HttpServletResponse, Locale) - Method in interface org.springframework.web.servlet.LocaleResolver
Set the current locale to the given one.
setLocaleContext(LocaleContext) - Static method in class org.springframework.context.i18n.LocaleContextHolder
Associate the given LocaleContext with the current thread.
setLocalName(String) - Method in class org.springframework.mock.web.MockHttpServletRequest
 
setLocalOverride(boolean) - Method in class org.springframework.core.io.support.PropertiesLoaderSupport
Set whether local properties override properties from files.
setLocalPort(int) - Method in class org.springframework.mock.web.MockHttpServletRequest
 
setLocateExistingServerIfPossible(boolean) - Method in class org.springframework.jmx.support.MBeanServerFactoryBean
Set whether or not the MBeanServerFactoryBean should attempt to locate a running MBeanServer before creating one.
setLocation(Resource) - Method in class org.springframework.beans.factory.config.ResourceFactoryBean
Set the resource location.
setLocation(Resource) - Method in class org.springframework.core.io.support.PropertiesLoaderSupport
Set a location of a properties file to be loaded.
setLocation(Resource) - Method in class org.springframework.web.servlet.view.XmlViewResolver
Set the location of the XML file that defines the view beans.
setLocations(Resource[]) - Method in class org.springframework.core.io.support.PropertiesLoaderSupport
Set locations of properties files to be loaded.
setLog(boolean) - Method in class org.springframework.jmx.export.metadata.ManagedResource
 
setLogFile(String) - Method in class org.springframework.jmx.export.metadata.ManagedResource
 
setLogicalMappings(Properties) - Method in class org.springframework.web.servlet.mvc.multiaction.ParameterMethodNameResolver
Specifies a set of optional logical method name mappings.
setLoginTimeout(int) - Method in class org.springframework.jdbc.datasource.AbstractDataSource
 
setLoginTimeout(int) - Method in class org.springframework.jdbc.datasource.DelegatingDataSource
 
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.
setLogWriter(PrintWriter) - Method in class org.springframework.jdbc.datasource.DelegatingDataSource
 
setLookupHomeOnStartup(boolean) - Method in class org.springframework.ejb.access.AbstractSlsbInvokerInterceptor
Set whether to look up the EJB home object on startup.
setLookupOnStartup(boolean) - Method in class org.springframework.jndi.JndiObjectFactoryBean
Set whether to look up the JNDI object on startup.
setLookupOnStartup(boolean) - Method in class org.springframework.jndi.JndiObjectTargetSource
Set whether to look up the JNDI object on startup.
setLookupStubOnStartup(boolean) - Method in class org.springframework.remoting.rmi.JndiRmiClientInterceptor
Set whether to look up the RMI stub on startup.
setLookupStubOnStartup(boolean) - Method in class org.springframework.remoting.rmi.RmiClientInterceptor
Set whether to look up the RMI stub on startup.
setMaintainSession(boolean) - Method in class org.springframework.remoting.jaxrpc.JaxRpcPortClientInterceptor
Set the maintain session flag to specify on the stub or call.
setManagedConnectionFactory(ManagedConnectionFactory) - Method in class org.springframework.jca.support.LocalConnectionFactoryBean
Set the JCA ManagerConnectionFactory that should be used to create the desired connection factory.
setManagedInterfaces(Class[]) - Method in class org.springframework.jmx.export.assembler.InterfaceBasedMBeanInfoAssembler
Set the array of interfaces to use for creating the management info.
setManagedMethods(String[]) - Method in class org.springframework.jmx.export.assembler.MethodNameBasedMBeanInfoAssembler
Set the array of method names to use for creating the management info.
setMappedHandlers(Set) - Method in class org.springframework.web.servlet.handler.SimpleMappingExceptionResolver
Specify the set 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".
setMappingDirectoryLocations(Resource[]) - Method in class org.springframework.orm.hibernate3.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".
setMappingJarLocations(Resource[]) - Method in class org.springframework.orm.hibernate3.LocalSessionFactoryBean
Set locations of jar files that contain Hibernate mapping resources, like "WEB-INF/lib/example.hbm.jar".
setMappingLocation(Resource) - Method in class org.springframework.jmx.export.naming.KeyNamingStrategy
Set a location of a properties file to be loaded, containing object name mappings.
setMappingLocation(Resource) - Method in class org.springframework.mail.javamail.ConfigurableMimeFileTypeMap
Specify the Resource from which mappings are loaded.
setMappingLocations(Resource[]) - Method in class org.springframework.jmx.export.naming.KeyNamingStrategy
Set location of properties files to be loaded, containing object name mappings.
setMappingLocations(Resource[]) - Method in class org.springframework.orm.hibernate.LocalSessionFactoryBean
Set locations of Hibernate mapping files, for example as classpath resource "classpath:example.hbm.xml".
setMappingLocations(Resource[]) - Method in class org.springframework.orm.hibernate3.LocalSessionFactoryBean
Set locations of Hibernate mapping files, for example as classpath resource "classpath:example.hbm.xml".
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".
setMappingResources(String[]) - Method in class org.springframework.orm.hibernate3.LocalSessionFactoryBean
Set Hibernate mapping resources to be found in the class path, like "example.hbm.xml" or "mypackage/example.hbm.xml".
setMappings(Properties) - Method in class org.springframework.jmx.export.naming.KeyNamingStrategy
Set local properties, containing object name mappings, e.g. via the "props" tag in XML bean definitions.
setMappings(String[]) - Method in class org.springframework.mail.javamail.ConfigurableMimeFileTypeMap
Specify additional MIME type mappings as lines that follow the mime.types file format, as specified by the Java Activation Framework, for example:
text/html html htm HTML HTM
setMappings(Properties) - Method in class org.springframework.web.servlet.handler.SimpleUrlHandlerMapping
Map URL paths to handler bean names.
setMappings(Properties) - Method in class org.springframework.web.servlet.mvc.multiaction.PropertiesMethodNameResolver
Set explicit URL to method name mappings through a Properties object.
setMaxElementsInMemory(int) - Method in class org.springframework.cache.ehcache.EhCacheFactoryBean
Specify the maximum number of cached objects in memory.
setMaxIdle(int) - Method in class org.springframework.aop.target.CommonsPoolTargetSource
Set the maximum number of idle objects in the pool.
setMaxInactiveInterval(int) - Method in class org.springframework.mock.web.MockHttpSession
 
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.
setMaxRows(int) - Method in class org.springframework.jdbc.core.JdbcTemplate
Set the maximum number of rows for this JdbcTemplate.
setMaxRows(int) - Method in class org.springframework.jdbc.object.RdbmsOperation
Set the maximum number of rows for this RDBMS operation.
setMaxRowsAffected(int) - Method in class org.springframework.jdbc.object.SqlUpdate
Set the maximum number of rows that may be affected by this update.
setMaxSize(int) - Method in class org.springframework.aop.target.AbstractPoolingTargetSource
Set the maximum size of the pool.
setMaxUploadSize(long) - Method in class org.springframework.web.multipart.commons.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 size (in bytes) before uploads are refused
setMaxWait(long) - Method in class org.springframework.aop.target.CommonsPoolTargetSource
Set the maximum waiting time for fetching an object from the pool.
setMessageCodesResolver(MessageCodesResolver) - Method in exception org.springframework.validation.BindException
Set the strategy to use for resolving errors into message codes.
setMessageCodesResolver(MessageCodesResolver) - Method in class org.springframework.validation.DataBinder
Set the strategy to use for resolving errors into message codes.
setMessageCodesResolver(MessageCodesResolver) - Method in class org.springframework.web.servlet.mvc.BaseCommandController
Set the strategy to use for resolving errors into message codes.
setMessageConverter(MessageConverter) - Method in class org.springframework.jms.core.JmsTemplate
Set the message converter for this template.
setMessageDrivenContext(MessageDrivenContext) - Method in class org.springframework.ejb.support.AbstractMessageDrivenBean
Required lifecycle method.
setMessageIdEnabled(boolean) - Method in class org.springframework.jms.core.JmsTemplate
Set whether message IDs are enabled.
setMessageSource(MessageSource) - Method in interface org.springframework.context.MessageSourceAware
Set the MessageSource that this object runs in.
setMessageTimestampEnabled(boolean) - Method in class org.springframework.jms.core.JmsTemplate
Set whether message timestamps are enabled.
setMethod(String) - Method in class org.springframework.mock.web.MockHttpServletRequest
 
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.
setMethodMappings(Properties) - Method in class org.springframework.jmx.export.assembler.MethodNameBasedMBeanInfoAssembler
Set the mappings of bean keys to a comma-separated list of method names.
setMethodName(String) - Method in class org.springframework.remoting.support.RemoteInvocation
 
setMethodNameResolver(MethodNameResolver) - Method in class org.springframework.web.servlet.mvc.multiaction.MultiActionController
Set the method name resolver that this class should use.
setMethodOverrides(MethodOverrides) - Method in class org.springframework.beans.factory.support.AbstractBeanDefinition
Specify method overrides for the bean, if any.
setMethodParamNames(String[]) - Method in class org.springframework.web.servlet.mvc.multiaction.ParameterMethodNameResolver
Set a String array of parameter names, where the very existence of a parameter in the list (with value ignored) means that a method of the same name should be invoked.
setMinEvictableIdleTimeMillis(long) - Method in class org.springframework.aop.target.CommonsPoolTargetSource
Set the minimum time that an idle object can sit in the pool before it becomes subject to eviction.
setMinIdle(int) - Method in class org.springframework.aop.target.CommonsPoolTargetSource
Set the minimum number of idle objects in the pool.
setMisfireInstructionName(String) - Method in class org.springframework.scheduling.quartz.CronTriggerBean
Set the misfire instruction via the name of the corresponding constant in the SimpleTrigger 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
Set a Map with parameter names as keys and MultipartFile objects as values.
setMultipartResolverBeanName(String) - Method in class org.springframework.web.multipart.support.MultipartFilter
Set the bean name of the MultipartResolver to fetch from Spring's root application context.
setName(String) - Method in class org.springframework.jmx.export.metadata.ManagedOperationParameter
Set the name of the parameter in the operation signature.
setName(String) - Method in class org.springframework.scheduling.quartz.MethodInvokingJobDetailFactoryBean
Set the name of the job.
setName(String) - Method in class org.springframework.transaction.support.DefaultTransactionDefinition
Set the name of this transaction.
setName(String) - Method in class org.springframework.web.servlet.tags.BindErrorsTag
Set the name of the bean that this tag should check.
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.AbstractRefreshableWebApplicationContext
 
setNamespace(String) - Method in class org.springframework.web.context.support.StaticWebApplicationContext
 
setNamespace(String) - Method in class org.springframework.web.servlet.FrameworkServlet
Set a custom namespace for this servlet, to be used for building a default context config location.
setNamespace(String) - Method in class org.springframework.web.struts.ContextLoaderPlugIn
Set a custom namespace for the ActionServlet, to be used for building a default context config location.
setNamespaceAware(boolean) - Method in class org.springframework.beans.factory.xml.XmlBeanDefinitionReader
Set whether or not the XML parser should be XML namespace aware.
setNamespaceUri(String) - Method in class org.springframework.remoting.jaxrpc.LocalJaxRpcServiceFactory
Set the namespace URI of the service.
setNamingStrategy(ObjectNamingStrategy) - Method in class org.springframework.jmx.export.MBeanExporter
Set the implementation of the ObjectNamingStrategy interface to use for this exporter.
setNamingStrategy(NamingStrategy) - Method in class org.springframework.orm.hibernate.LocalSessionFactoryBean
Set a Hibernate NamingStrategy for the SessionFactory, determining the physical column and table names given the info in the mapping document.
setNamingStrategy(NamingStrategy) - Method in class org.springframework.orm.hibernate3.LocalSessionFactoryBean
Set a Hibernate NamingStrategy for the SessionFactory, determining the physical column and table names given the info in the mapping document.
setNativeConnectionNecessaryForNativeCallableStatements(boolean) - Method in class org.springframework.jdbc.support.nativejdbc.SimpleNativeJdbcExtractor
Set whether it is necessary to work on the native Connection to receive native CallableStatements.
setNativeConnectionNecessaryForNativePreparedStatements(boolean) - Method in class org.springframework.jdbc.support.nativejdbc.SimpleNativeJdbcExtractor
Set whether it is necessary to work on the native Connection to receive native PreparedStatements.
setNativeConnectionNecessaryForNativeStatements(boolean) - Method in class org.springframework.jdbc.support.nativejdbc.SimpleNativeJdbcExtractor
Set whether it is necessary to work on the native Connection to receive native Statements.
setNativeJdbcExtractor(NativeJdbcExtractor) - Method in class org.springframework.jdbc.core.CallableStatementCreatorFactory
Specify the NativeJdbcExtractor to use for unwrapping CallableStatements, if any.
setNativeJdbcExtractor(NativeJdbcExtractor) - Method in class org.springframework.jdbc.core.JdbcTemplate
Set a NativeJdbcExtractor to extract native JDBC objects from wrapped handles.
setNativeJdbcExtractor(NativeJdbcExtractor) - Method in class org.springframework.jdbc.core.PreparedStatementCreatorFactory
Specify the NativeJdbcExtractor to use for unwrapping PreparedStatements, if any.
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 exception org.springframework.validation.BindException
 
setNestedPath(String) - Method in interface org.springframework.validation.Errors
Allow context to be changed so that standard validators can validate subtrees.
setNestedPath(String) - Method in class org.springframework.web.bind.EscapedErrors
 
setNestedTransactionAllowed(boolean) - Method in class org.springframework.transaction.support.AbstractPlatformTransactionManager
Set whether nested transactions are allowed.
setNew(boolean) - Method in class org.springframework.mock.web.MockHttpSession
 
setNonTransactionalDataSource(DataSource) - Method in class org.springframework.scheduling.quartz.SchedulerFactoryBean
Set the DataSource to be used by the Scheduler for non-transactional access.
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.
setObjectName(String) - Method in class org.springframework.jmx.access.MBeanClientInterceptor
Set the ObjectName of the MBean which calls are routed to.
setObjectName(String) - Method in class org.springframework.jmx.export.metadata.ManagedResource
 
setObjectName(String) - Method in class org.springframework.jmx.support.ConnectorServerFactoryBean
Set the ObjectName used to register the JMXConnectorServer itself with the MBeanServer.
setOpaque(boolean) - Method in class org.springframework.aop.framework.ProxyConfig
Set whether proxies created by this configuration should be prevented from being cast to Advised to query proxy status.
setOptimize(boolean) - Method in class org.springframework.aop.framework.ProxyConfig
Set whether proxies should perform aggressive 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.aop.support.AbstractPointcutAdvisor
 
setOrder(int) - Method in class org.springframework.aop.support.DefaultIntroductionAdvisor
 
setOrder(int) - Method in class org.springframework.aop.support.DynamicMethodMatcherPointcutAdvisor
 
setOrder(int) - Method in class org.springframework.aop.support.NameMatchMethodPointcutAdvisor
 
setOrder(int) - Method in class org.springframework.aop.support.StaticMethodMatcherPointcutAdvisor
 
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
 
setOrder(int) - Method in class org.springframework.web.servlet.view.BeanNameViewResolver
 
setOrder(int) - Method in class org.springframework.web.servlet.view.ResourceBundleViewResolver
 
setOrder(int) - Method in class org.springframework.web.servlet.view.XmlViewResolver
 
setOutputRecordCreator(RecordCreator) - Method in class org.springframework.jca.cci.core.CciTemplate
Set a RecordCreator that should be used for creating default output Records.
setOutputRecordCreator(RecordCreator) - Method in class org.springframework.jca.cci.object.MappingRecordOperation
Set a RecordCreator that should be used for creating default output Records.
setOverflowToDisk(boolean) - Method in class org.springframework.cache.ehcache.EhCacheFactoryBean
Set whether elements can overflow to disk when the in-memory cache has reached the maximum size limit.
setOverloaded(boolean) - Method in class org.springframework.beans.factory.support.MethodOverride
Set whether the overridden method has to be considered as overloaded (that is, whether arg type matching has to happen).
setOverloadEnabled(boolean) - Method in class org.springframework.remoting.caucho.CauchoRemoteAccessor
Set whether overloaded methods should be enabled for remote invocations.
setOverrideLogging(boolean) - Method in class org.springframework.ui.velocity.VelocityEngineFactory
Set whether Velocity should log via Commons Logging, i.e. whether Velocity's log system should be set to CommonsLoggingLogSystem.
setOverwriteExistingJobs(boolean) - Method in class org.springframework.scheduling.quartz.SchedulerFactoryBean
Set whether any jobs defined on this SchedulerFactoryBean should overwrite existing job definitions.
setPaddingLength(int) - Method in class org.springframework.jdbc.support.incrementer.AbstractDataFieldMaxValueIncrementer
Set the padding length, i.e. the length to which a string result should be pre-pended with zeroes.
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.
setPages(String[]) - Method in class org.springframework.web.servlet.mvc.AbstractWizardFormController
Set the wizard pages, i.e. the view names for the pages.
setPageSize(int) - Method in class org.springframework.beans.support.PagedListHolder
Set the current page size.
setParameter(PreparedStatement, int, Object, String) - Method in class org.springframework.orm.ibatis.support.AbstractLobTypeHandler
This implementation delegates to setParameterInternal, passing in a transaction-synchronized LobCreator for the LobHandler of this type.
setParameterInternal(PreparedStatement, int, Object, String, LobCreator) - Method in class org.springframework.orm.ibatis.support.AbstractLobTypeHandler
Template method to set the given value on the given statement.
setParameterInternal(PreparedStatement, int, Object, String, LobCreator) - Method in class org.springframework.orm.ibatis.support.BlobByteArrayTypeHandler
 
setParameterInternal(PreparedStatement, int, Object, String, LobCreator) - Method in class org.springframework.orm.ibatis.support.BlobSerializableTypeHandler
 
setParameterInternal(PreparedStatement, int, Object, String, LobCreator) - Method in class org.springframework.orm.ibatis.support.ClobStringTypeHandler
 
setParameters(Properties) - Method in class org.springframework.orm.hibernate3.TypeDefinitionBean
Specify default parameters for the type.
setParameterTypes(Properties) - Method in class org.springframework.orm.hibernate3.FilterDefinitionFactoryBean
Set the parameter types for the filter, with parameter names as keys and type names as values.
setParameterTypes(Class[]) - Method in class org.springframework.remoting.support.RemoteInvocation
 
setParameterValue(PreparedStatement, int, SqlParameter, Object) - Static method in class org.springframework.jdbc.core.StatementCreatorUtils
Set the value for a parameter.
setParameterValue(PreparedStatement, int, int, String, Object) - Static method in class org.springframework.jdbc.core.StatementCreatorUtils
Set the value for a parameter.
setParamName(String) - Method in class org.springframework.web.servlet.i18n.LocaleChangeInterceptor
Set the name of the parameter that contains a locale specification in a locale change request.
setParamName(String) - Method in class org.springframework.web.servlet.mvc.multiaction.ParameterMethodNameResolver
Set the name of the parameter whose value identifies the name of the method to invoke.
setParamName(String) - Method in class org.springframework.web.servlet.theme.ThemeChangeInterceptor
Set the name of the parameter that contains a theme specification in a theme change request.
setParent(ApplicationContext) - Method in interface org.springframework.context.ConfigurableApplicationContext
Set the parent of this application context.
setParent(ApplicationContext) - Method in class org.springframework.context.support.AbstractApplicationContext
 
setParent(ApplicationContext) - Method in class org.springframework.context.support.GenericApplicationContext
Set the parent of this application context, also setting the parent of the internal BeanFactory accordingly.
setParentBeanFactory(BeanFactory) - Method in interface org.springframework.beans.factory.config.ConfigurableBeanFactory
Set the parent of this bean factory.
setParentBeanFactory(BeanFactory) - Method in class org.springframework.beans.factory.support.AbstractBeanFactory
 
setParentMessageSource(MessageSource) - Method in interface org.springframework.context.HierarchicalMessageSource
Set the parent that will be used to try to resolve messages that this object can't resolve.
setParentMessageSource(MessageSource) - Method in class org.springframework.context.support.AbstractMessageSource
 
setParentMessageSource(MessageSource) - Method in class org.springframework.context.support.DelegatingMessageSource
 
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, responsible for the actual parsing of XML bean definitions.
setPassword(String) - Method in class org.springframework.jdbc.datasource.DriverManagerDataSource
Set the JDBC password to use for accessing the DriverManager.
setPassword(String) - Method in class org.springframework.jdbc.datasource.UserCredentialsDataSourceAdapter
Set the password that this adapter should use for retrieving Connections.
setPassword(String) - Method in class org.springframework.jms.connection.UserCredentialsConnectionFactoryAdapter
Set the password that this adapter should use for retrieving Connections.
setPassword(String) - Method in class org.springframework.jmx.support.WebLogicMBeanServerFactoryBean
Set the password to use for retrieving the WebLogic MBeanServer.
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.CauchoRemoteAccessor
Set the password that this factory should use to access the remote service.
setPassword(String) - Method in class org.springframework.remoting.jaxrpc.JaxRpcPortClientInterceptor
Set the password to specify on the stub or call.
setPath(String) - Method in class org.springframework.web.servlet.tags.BindTag
Set the path that this tag should apply.
setPath(String) - Method in class org.springframework.web.servlet.tags.NestedPathTag
Set the path that this tag should apply.
setPath(HttpServletRequest, String) - Static method in class org.springframework.web.servlet.view.tiles.TilesView
Set the path of the layout page to render.
setPathInfo(String) - Method in class org.springframework.mock.web.MockHttpServletRequest
 
setPathMatcher(PathMatcher) - Method in class org.springframework.core.io.support.PathMatchingResourcePatternResolver
Set the PathMatcher implementation to use for this resource pattern resolver.
setPathMatcher(PathMatcher) - Method in class org.springframework.web.servlet.handler.AbstractUrlHandlerMapping
Set the PathMatcher implementation to use for matching URL paths against registered URL patterns.
setPathMatcher(PathMatcher) - Method in class org.springframework.web.servlet.mvc.multiaction.PropertiesMethodNameResolver
Set the PathMatcher implementation to use for matching URL paths against registered URL patterns.
setPathMatcher(PathMatcher) - Method in class org.springframework.web.servlet.mvc.WebContentInterceptor
Set the PathMatcher implementation to use for matching URL paths against registered URL patterns, for determining cache mappings.
setPattern(String) - Method in class org.springframework.aop.support.AbstractRegexpMethodPointcut
Convenience method when we have only a single pattern.
setPattern(String) - Method in class org.springframework.aop.support.RegexpMethodPointcutAdvisor
Convenience method when we have only a single pattern.
setPatterns(String[]) - Method in class org.springframework.aop.support.AbstractRegexpMethodPointcut
Set the regular expressions defining methods to match.
setPatterns(String[]) - Method in class org.springframework.aop.support.RegexpMethodPointcutAdvisor
Set the regular expressions defining methods to match.
setPbKey(PBKey) - Method in class org.springframework.orm.ojb.OjbAccessor
Set the PBKey of the PersistenceBroker configuration to use.
setPbKey(PBKey) - Method in class org.springframework.orm.ojb.PersistenceBrokerTransactionManager
Set the PBKey of the PersistenceBroker configuration to use.
setPeriod(long) - Method in class org.springframework.scheduling.timer.ScheduledTimerTask
Set the period between repeated task executions, in milliseconds.
setPerl5(boolean) - Method in class org.springframework.aop.support.RegexpMethodPointcutAdvisor
Set whether to enforce Perl5 regexp syntax.
setPersistenceBrokerTemplate(PersistenceBrokerTemplate) - Method in class org.springframework.orm.ojb.support.PersistenceBrokerDaoSupport
Set the PersistenceBrokerTemplate for this DAO explicitly, as an alternative to specifying a JCD alias.
setPersistenceManagerFactory(PersistenceManagerFactory) - Method in class org.springframework.orm.jdo.DefaultJdoDialect
Set the JDO PersistenceManagerFactory, which is used to initialize the default JDBC exception translator if none specified.
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.
setPersistenceManagerFactory(PersistenceManagerFactory) - Method in class org.springframework.orm.jdo.support.OpenPersistenceManagerInViewInterceptor
Set the JDO PersistenceManagerFactory that should be used to create PersistenceManagers.
setPersistenceManagerFactoryBeanName(String) - Method in class org.springframework.orm.jdo.support.OpenPersistenceManagerInViewFilter
Set the bean name of the PersistenceManagerFactory to fetch from Spring's root application context.
setPersistLocation(String) - Method in class org.springframework.jmx.export.metadata.ManagedResource
 
setPersistName(String) - Method in class org.springframework.jmx.export.metadata.ManagedResource
 
setPersistPeriod(int) - Method in class org.springframework.jmx.export.metadata.ManagedAttribute
 
setPersistPeriod(int) - Method in class org.springframework.jmx.export.metadata.ManagedResource
 
setPersistPolicy(String) - Method in class org.springframework.jmx.export.metadata.ManagedAttribute
 
setPersistPolicy(String) - Method in class org.springframework.jmx.export.metadata.ManagedResource
 
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.
setPopulateProtectedVariables(boolean) - Method in class org.springframework.test.AbstractDependencyInjectionSpringContextTests
Set whether to populate protected variables of this test case.
setPort(int) - Method in class org.springframework.mail.javamail.JavaMailSenderImpl
Set the mail server port.
setPort(int) - Method in class org.springframework.remoting.rmi.RmiRegistryFactoryBean
Set the port of the registry for the exported RMI service, i.e.
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.
setPreferFileSystemAccess(boolean) - Method in class org.springframework.ui.freemarker.FreeMarkerConfigurationFactory
Set whether to prefer file system access for template loading.
setPreferFileSystemAccess(boolean) - Method in class org.springframework.ui.velocity.VelocityEngineFactory
Set whether to prefer file system access for template loading.
setPrefix(String) - Method in class org.springframework.aop.interceptor.AbstractPerformanceMonitorInterceptor
Sets the String value that gets appended to the trace data used by performance monitoring interceptors.
setPrefix(String) - Method in class org.springframework.web.servlet.mvc.multiaction.InternalPathMethodNameResolver
Specify a common prefix for handler method names.
setPrefix(String) - Method in class org.springframework.web.servlet.view.UrlBasedViewResolver
Set the prefix that gets applied to view names when building a URL.
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.
setPreviousFlushMode(FlushMode) - Method in class org.springframework.orm.hibernate.SessionHolder
 
setPreviousFlushMode(FlushMode) - Method in class org.springframework.orm.hibernate3.SessionHolder
 
setPreviousIsolationLevel(Integer) - Method in class org.springframework.jdbc.datasource.JdbcTransactionObjectSupport
 
setPriority(int) - Method in class org.springframework.jms.core.JmsTemplate
Set the priority of a message when sending.
setPropagationBehavior(int) - Method in class org.springframework.transaction.support.DefaultTransactionDefinition
Set the propagation behavior.
setPropagationBehaviorName(String) - Method in class org.springframework.transaction.support.DefaultTransactionDefinition
Set the propagation behavior by the name of the corresponding constant in TransactionDefinition, e.g.
setProperties(Properties) - Method in class org.springframework.core.io.support.PropertiesLoaderSupport
Set local properties, e.g. via the "props" tag in XML bean definitions.
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.context.support.ReloadableResourceBundleMessageSource
Set the PropertiesPersister to use for parsing properties files.
setPropertiesPersister(PropertiesPersister) - Method in class org.springframework.core.io.support.PropertiesLoaderSupport
Set the PropertiesPersister to use for parsing properties files.
setProperty(String) - Method in class org.springframework.beans.support.MutableSortDefinition
Set the property to compare.
setPropertyPath(String) - Method in class org.springframework.beans.factory.config.PropertyPathFactoryBean
Specify the property path to apply to the target.
setPropertyValue(String, Object) - Method in class org.springframework.beans.BeanWrapperImpl
 
setPropertyValue(BeanWrapperImpl.PropertyTokenHolder, Object) - Method in class org.springframework.beans.BeanWrapperImpl
 
setPropertyValue(PropertyValue) - Method in class org.springframework.beans.BeanWrapperImpl
 
setPropertyValue(String, Object) - Method in interface org.springframework.beans.PropertyAccessor
Set a property value.
setPropertyValue(PropertyValue) - Method in interface org.springframework.beans.PropertyAccessor
Update a property value.
setPropertyValueAt(PropertyValue, int) - Method in class org.springframework.beans.MutablePropertyValues
Modify a PropertyValue object held in this object.
setPropertyValues(Map) - Method in class org.springframework.beans.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
 
setPropertyValues(MutablePropertyValues) - Method in class org.springframework.beans.factory.support.AbstractBeanDefinition
Specify property values for this bean, if any.
setPropertyValues(Map) - Method in interface org.springframework.beans.PropertyAccessor
Perform a bulk update from a Map.
setPropertyValues(PropertyValues) - Method in interface org.springframework.beans.PropertyAccessor
The preferred way to perform a bulk update.
setPropertyValues(PropertyValues, boolean) - Method in interface org.springframework.beans.PropertyAccessor
Perform a bulk update with full control over behavior.
setProtocol(String) - Method in class org.springframework.mail.javamail.JavaMailSenderImpl
Set the mail protocol.
setProtocol(String) - Method in class org.springframework.mock.web.MockHttpServletRequest
 
setProxyFactory(BurlapProxyFactory) - Method in class org.springframework.remoting.caucho.BurlapClientInterceptor
Set the BurlapProxyFactory instance to use.
setProxyFactory(HessianProxyFactory) - Method in class org.springframework.remoting.caucho.HessianClientInterceptor
Set the HessianProxyFactory instance to use.
setProxyInterface(Class) - Method in class org.springframework.jmx.access.MBeanProxyFactoryBean
Sets the interface that the generated proxy will implement.
setProxyInterface(Class) - Method in class org.springframework.jndi.JndiObjectFactoryBean
Specify the proxy interface to use for the JNDI object.
setProxyInterfaces(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
Specify the set of interfaces being proxied.
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, available to all objects in the web container.
setPublishEvents(boolean) - Method in class org.springframework.web.servlet.FrameworkServlet
Set whether this servlet should publish a RequestHandlerEvent at the end of each request.
setPubSubDomain(boolean) - Method in class org.springframework.jms.connection.JmsTransactionManager102
Configure the JmsTransactionManager102 with knowledge of the JMS domain used.
setPubSubDomain(boolean) - Method in class org.springframework.jms.connection.SingleConnectionFactory102
Configure the factory with knowledge of the JMS domain used.
setPubSubDomain(boolean) - Method in class org.springframework.jms.core.JmsTemplate
Configure the JmsTemplate with knowledge of the JMS domain used.
setPubSubNoLocal(boolean) - Method in class org.springframework.jms.core.JmsTemplate
Set whether to inhibit the delivery of messages published by its own connection.
setQuartzProperties(Properties) - Method in class org.springframework.scheduling.quartz.SchedulerFactoryBean
Set Quartz properties, like "org.quartz.threadPool.class".
setQueryCacheRegion(String) - Method in class org.springframework.orm.hibernate.HibernateTemplate
Set the name of the cache region for queries executed by this template.
setQueryCacheRegion(String) - Method in class org.springframework.orm.hibernate3.HibernateTemplate
Set the name of the cache region for queries executed by this template.
setQueryString(String) - Method in class org.springframework.mock.web.MockHttpServletRequest
 
setReadOnly(boolean) - Method in class org.springframework.transaction.support.DefaultTransactionDefinition
Set whether to optimize as read-only transaction.
setReceiveTimeout(long) - Method in class org.springframework.jms.core.JmsTemplate
Set the timeout to use for receive calls.
setRecordName(String) - Method in class org.springframework.jca.cci.core.support.CommAreaRecord
 
setRecordShortDescription(String) - Method in class org.springframework.jca.cci.core.support.CommAreaRecord
 
setRedirectContextRelative(boolean) - Method in class org.springframework.web.servlet.view.UrlBasedViewResolver
Set whether to interpret a given redirect URL that starts with a slash ("/") as relative to the current ServletContext, i.e. as relative to the web application root.
setRedirectHttp10Compatible(boolean) - Method in class org.springframework.web.servlet.view.UrlBasedViewResolver
Set whether redirects should stay compatible with HTTP 1.0 clients.
setReference(Reference) - Method in class org.springframework.jca.cci.connection.DelegatingConnectionFactory
 
setReference(Reference) - Method in class org.springframework.jca.cci.connection.SingleConnectionFactory
 
setRefreshHomeOnConnectFailure(boolean) - Method in class org.springframework.ejb.access.AbstractRemoteSlsbInvokerInterceptor
Set whether to refresh the EJB home on connect failure.
setRefreshStubOnConnectFailure(boolean) - Method in class org.springframework.remoting.rmi.JndiRmiClientInterceptor
Set whether to refresh the RMI stub on connect failure.
setRefreshStubOnConnectFailure(boolean) - Method in class org.springframework.remoting.rmi.RmiClientInterceptor
Set whether to refresh the RMI stub on connect failure.
setRefreshTimestamp(long) - Method in class org.springframework.context.support.ReloadableResourceBundleMessageSource.PropertiesHolder
 
setRegisterTraceInterceptor(boolean) - Method in class org.springframework.remoting.support.RemoteExporter
Set whether to register a RemoteInvocationTraceInterceptor for exported services.
setRegisterWithFactory(boolean) - Method in class org.springframework.jmx.support.MBeanServerFactoryBean
Set whether to register the MBeanServer with the MBeanServerFactory, making it available through MBeanServerFactory.findMBeanServer().
setRegistry(Registry) - Method in class org.springframework.remoting.rmi.RmiServiceExporter
Specify the RMI registry to register the exported service with.
setRegistryClientSocketFactory(RMIClientSocketFactory) - Method in class org.springframework.remoting.rmi.RmiServiceExporter
Set a custom RMI client socket factory to use for the RMI registry.
setRegistryHost(String) - Method in class org.springframework.remoting.rmi.RmiServiceExporter
Set the port of the registry for the exported RMI service, i.e.
setRegistryPort(int) - Method in class org.springframework.remoting.rmi.RmiServiceExporter
Set the port of the registry for the exported RMI service, i.e.
setRegistryServerSocketFactory(RMIServerSocketFactory) - Method in class org.springframework.remoting.rmi.RmiServiceExporter
Set a custom RMI server socket factory to use for the RMI registry.
setRemoteAddr(String) - Method in class org.springframework.mock.web.MockHttpServletRequest
 
setRemoteHost(String) - Method in class org.springframework.mock.web.MockHttpServletRequest
 
setRemoteInvocationExecutor(RemoteInvocationExecutor) - Method in class org.springframework.remoting.support.RemoteInvocationBasedExporter
Set the RemoteInvocationExecutor to use for this exporter.
setRemoteInvocationFactory(RemoteInvocationFactory) - Method in class org.springframework.remoting.support.RemoteInvocationBasedAccessor
Set the RemoteInvocationFactory to use for this accessor.
setRemotePort(int) - Method in class org.springframework.mock.web.MockHttpServletRequest
 
setRemoteUser(String) - Method in class org.springframework.mock.web.MockHttpServletRequest
 
setReplyTo(String) - Method in class org.springframework.mail.javamail.MimeMailMessage
 
setReplyTo(InternetAddress) - Method in class org.springframework.mail.javamail.MimeMessageHelper
 
setReplyTo(String) - Method in class org.springframework.mail.javamail.MimeMessageHelper
 
setReplyTo(String, String) - Method in class org.springframework.mail.javamail.MimeMessageHelper
 
setReplyTo(String) - Method in interface org.springframework.mail.MailMessage
 
setReplyTo(String) - Method in class org.springframework.mail.SimpleMailMessage
 
setReportCompiler(JRCompiler) - Method in class org.springframework.web.servlet.view.jasperreports.AbstractJasperReportsView
Specify the JRCompiler implementation to use for compiling a ".jrxml" report file on-the-fly into a report class.
setReportDataKey(String) - Method in class org.springframework.web.servlet.view.jasperreports.AbstractJasperReportsView
Set the name of the model attribute that represents the report data.
setRequestContextAttribute(String) - Method in class org.springframework.web.servlet.view.AbstractView
Set the name of the RequestContext attribute for this view.
setRequestContextAttribute(String) - Method in class org.springframework.web.servlet.view.UrlBasedViewResolver
Set the name of the RequestContext attribute for all views.
setRequestedSessionIdFromCookie(boolean) - Method in class org.springframework.mock.web.MockHttpServletRequest
 
setRequestedSessionIdFromURL(boolean) - Method in class org.springframework.mock.web.MockHttpServletRequest
 
setRequestedSessionIdValid(boolean) - Method in class org.springframework.mock.web.MockHttpServletRequest
 
setRequestURI(String) - Method in class org.springframework.mock.web.MockHttpServletRequest
 
setRequiredFields(String[]) - Method in class org.springframework.validation.DataBinder
Register fields that are required for each binding process.
setRequiredRowsAffected(int) - Method in class org.springframework.jdbc.object.SqlUpdate
Set the exact number of rows that must be affected by this update.
setRequiredType(Class) - Method in class org.springframework.jdbc.core.SingleColumnRowMapper
Set the type that each result object is expected to match.
setRequireSession(boolean) - Method in class org.springframework.web.servlet.support.WebContentGenerator
Set whether a session should be required to handle requests.
setResourceBasePath(String) - Method in class org.springframework.context.support.ResourceMapFactoryBean
Set a base path to prepend to each resource location value in the properties file.
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 class org.springframework.beans.factory.support.AbstractBeanDefinitionReader
Set the ResourceLoader to use for resource locations.
setResourceLoader(ResourceLoader) - Method in interface org.springframework.context.ResourceLoaderAware
Set the ResourceLoader that this object runs in.
setResourceLoader(ResourceLoader) - Method in class org.springframework.context.support.GenericApplicationContext
Set a ResourceLoader to use for this context.
setResourceLoader(ResourceLoader) - Method in class org.springframework.context.support.ReloadableResourceBundleMessageSource
Set the ResourceLoader to use for loading bundle properties files.
setResourceLoader(ResourceLoader) - Method in class org.springframework.context.support.ResourceMapFactoryBean
 
setResourceLoader(ResourceLoader) - Method in class org.springframework.scheduling.quartz.ResourceJobSchedulingDataProcessor
 
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.JndiLocatorSupport
Set whether the lookup occurs in a J2EE container, i.e. if the prefix "java:comp/env/" needs to be added if the JNDI name doesn't already contain it.
setResultSetType(int) - Method in class org.springframework.jdbc.core.CallableStatementCreatorFactory
Set whether to use prepared statements that return a specific type of ResultSet.
setResultSetType(int) - Method in class org.springframework.jdbc.core.PreparedStatementCreatorFactory
Set whether to use prepared statements that return a specific type of ResultSet.
setResultSetType(int) - Method in class org.springframework.jdbc.object.RdbmsOperation
Set whether to use statements that return a specific type of ResultSet.
setResultType(Class) - Method in class org.springframework.beans.factory.config.PropertyPathFactoryBean
Specify the type of the result from evaluating the property path.
setReturnGeneratedKeys(boolean) - Method in class org.springframework.jdbc.core.PreparedStatementCreatorFactory
Set whether prepared statements should be capable of returning auto-generated keys.
setReturnGeneratedKeys(boolean) - Method in class org.springframework.jdbc.object.RdbmsOperation
Set whether prepared statements should be capable of returning auto-generated keys.
setRollbackOnCommitFailure(boolean) - Method in class org.springframework.transaction.support.AbstractPlatformTransactionManager
Set if doRollback should be performed on failure of the doCommit call.
setRollbackOnly() - Method in class org.springframework.transaction.jta.UserTransactionAdapter
 
setRollbackOnly() - Method in class org.springframework.transaction.support.AbstractTransactionStatus
 
setRollbackOnly() - Method in class org.springframework.transaction.support.ResourceHolderSupport
Mark the resource transaction as rollback-only.
setRollbackOnly() - Method in interface org.springframework.transaction.TransactionStatus
Set the transaction rollback-only.
setRollbackRules(List) - Method in class org.springframework.transaction.interceptor.RuleBasedTransactionAttribute
Set the list of RollbackRuleAttribute objects (and/or NoRollbackRuleAttribute objects) to apply.
setRoot(String) - Method in class org.springframework.web.servlet.view.xslt.AbstractXsltView
Document root element name.
setRowsExpected(int) - Method in class org.springframework.jdbc.object.SqlQuery
Set the number of rows expected.
setSavepoint(Object) - Method in class org.springframework.transaction.support.AbstractTransactionStatus
Set a savepoint for this transaction.
setSavepointAllowed(boolean) - Method in class org.springframework.jdbc.datasource.JdbcTransactionObjectSupport
 
setScheduledTimerTasks(ScheduledTimerTask[]) - Method in class org.springframework.scheduling.timer.TimerFactoryBean
Register a list of ScheduledTimerTask objects with the Timer that this FactoryBean creates.
setSchedulerContextAsMap(Map) - Method in class org.springframework.scheduling.quartz.SchedulerFactoryBean
Register objects in the Scheduler context via a given Map.
setSchedulerFactoryClass(Class) - Method in class org.springframework.scheduling.quartz.SchedulerFactoryBean
Set the Quartz SchedulerFactory implementation to use.
setSchedulerListeners(SchedulerListener[]) - Method in class org.springframework.scheduling.quartz.SchedulerFactoryBean
Specify Quartz SchedulerListeners to be registered with the Scheduler.
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.
setSchemaUpdate(boolean) - Method in class org.springframework.orm.hibernate3.LocalSessionFactoryBean
Set whether to execute a schema update after SessionFactory initialization.
setScheme(String) - Method in class org.springframework.mock.web.MockHttpServletRequest
 
setScope(String) - Method in class org.springframework.web.servlet.tags.MessageTag
Set the scope to export the variable to.
setScope(String) - Method in class org.springframework.web.servlet.tags.TransformTag
Set the scope to export the variable to.
setScreenContentKey(String) - Method in class org.springframework.web.servlet.view.velocity.VelocityLayoutView
Set the name of the context key that will hold the content of the screen within the layout template.
setSearchContextAttributes(boolean) - Method in class org.springframework.web.context.support.ServletContextPropertyPlaceholderConfigurer
Set whether to search for matching a ServletContext attribute before checking a ServletContext init parameter.
setSecure(boolean) - Method in class org.springframework.mock.web.MockHttpServletRequest
 
setSentDate(Date) - Method in class org.springframework.mail.javamail.MimeMailMessage
 
setSentDate(Date) - Method in class org.springframework.mail.javamail.MimeMessageHelper
 
setSentDate(Date) - Method in interface org.springframework.mail.MailMessage
 
setSentDate(Date) - Method in class org.springframework.mail.SimpleMailMessage
 
setSeparator(String) - Method in class org.springframework.orm.toplink.support.CommonsLoggingSessionLog
Specify the separator between TopLink's supplemental details (session, connection) and the log message itself.
setSeparator(String) - Method in class org.springframework.orm.toplink.support.CommonsLoggingSessionLog904
Specify the separator between TopLink's supplemental details (session, connection) and the log message itself.
setServer(MBeanServerConnection) - Method in class org.springframework.jmx.access.MBeanClientInterceptor
Set the MBeanServerConnection used to connect to the MBean which all invocations are routed to.
setServer(MBeanServer) - Method in class org.springframework.jmx.export.MBeanExporter
Specify the instance MBeanServer with which all beans should be registered.
setServer(MBeanServer) - Method in class org.springframework.jmx.support.ConnectorServerFactoryBean
Set the MBeanServer that the JMXConnectorServer should expose.
setServerName(String) - Method in class org.springframework.jmx.support.WebLogicMBeanServerFactoryBean
Set the server name to use for retrieving the WebLogic MBeanServer.
setServerName(String) - Method in class org.springframework.mock.web.MockHttpServletRequest
 
setServerPort(int) - Method in class org.springframework.mock.web.MockHttpServletRequest
 
setServerSocketFactory(RMIServerSocketFactory) - Method in class org.springframework.remoting.rmi.RmiRegistryFactoryBean
Set a custom RMI server socket factory to use for the RMI registry.
setServerSocketFactory(RMIServerSocketFactory) - Method in class org.springframework.remoting.rmi.RmiServiceExporter
Set a custom RMI server socket factory to use for exporting the service.
setServerUrl(String) - Method in class org.springframework.jmx.support.WebLogicMBeanServerFactoryBean
Set the server URL to use for retrieving the WebLogic MBeanServer.
setService(Remote) - Method in class org.springframework.remoting.rmi.JndiRmiServiceExporter
Set the RMI service to export.
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.rmi.JndiRmiClientInterceptor
Set the interface of the service to access.
setServiceInterface(Class) - Method in class org.springframework.remoting.support.RemoteAccessor
Set the interface of the service to access.
setServiceInterface(Class) - Method in class org.springframework.remoting.support.RemoteExporter
Set the interface of the service to export.
setServiceLocatorExceptionClass(Class) - Method in class org.springframework.beans.factory.config.ServiceLocatorFactoryBean
Set the exception class that the service locator should throw if service lookup failed.
setServiceLocatorInterface(Class) - Method in class org.springframework.beans.factory.config.ServiceLocatorFactoryBean
Set the service locator interface to use, which must have one or more methods with the signatures MyType xxx() or MyType xxx(MyIdType id) (typically, MyService getService() or MyService getService(String id)).
setServiceMappings(Properties) - Method in class org.springframework.beans.factory.config.ServiceLocatorFactoryBean
Set mappings between service ids (passed into the service locator) and bean names (in the bean factory).
setServiceName(String) - Method in class org.springframework.remoting.jaxrpc.LocalJaxRpcServiceFactory
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.
setServicePostProcessors(JaxRpcServicePostProcessor[]) - Method in class org.springframework.remoting.jaxrpc.LocalJaxRpcServiceFactory
Set the JaxRpcServicePostProcessors to be applied to JAX-RPC Service instances created by this factory.
setServiceUrl(String) - Method in class org.springframework.jmx.access.MBeanClientInterceptor
Set the service URL of the remote MBeanServer.
setServiceUrl(String) - Method in class org.springframework.jmx.support.ConnectorServerFactoryBean
Set the service URL for the JMXConnectorServer.
setServiceUrl(String) - Method in class org.springframework.jmx.support.MBeanServerConnectionFactoryBean
Set the service URL of the remote MBeanServer.
setServiceUrl(String) - Method in class org.springframework.remoting.support.UrlBasedRemoteAccessor
Set the URL of the service that this factory should create a proxy for.
setServlet(ActionServlet) - Method in class org.springframework.web.struts.ActionSupport
Initialize the WebApplicationContext for this Action.
setServlet(ActionServlet) - Method in class org.springframework.web.struts.DispatchActionSupport
Initialize the WebApplicationContext for this Action.
setServlet(ActionServlet) - Method in class org.springframework.web.struts.LookupDispatchActionSupport
Initialize the WebApplicationContext for this Action.
setServlet(ActionServlet) - Method in class org.springframework.web.struts.MappingDispatchActionSupport
Initialize the WebApplicationContext for this Action.
setServletClass(Class) - Method in class org.springframework.web.servlet.mvc.ServletWrappingController
Set the class of the servlet to wrap.
setServletContext(ServletContext) - Method in interface org.springframework.web.context.ConfigurableWebApplicationContext
Set the ServletContext for this web application context.
setServletContext(ServletContext) - Method in interface org.springframework.web.context.ServletContextAware
Set the ServletContext that this object runs in.
setServletContext(ServletContext) - Method in class org.springframework.web.context.support.AbstractRefreshableWebApplicationContext
 
setServletContext(ServletContext) - Method in class org.springframework.web.context.support.GenericWebApplicationContext
Set the ServletContext that this WebApplicationContext runs in.
setServletContext(ServletContext) - Method in class org.springframework.web.context.support.ServletContextAttributeExporter
 
setServletContext(ServletContext) - Method in class org.springframework.web.context.support.ServletContextAttributeFactoryBean
 
setServletContext(ServletContext) - Method in class org.springframework.web.context.support.ServletContextFactoryBean
 
setServletContext(ServletContext) - Method in class org.springframework.web.context.support.ServletContextPropertyPlaceholderConfigurer
 
setServletContext(ServletContext) - Method in class org.springframework.web.context.support.StaticWebApplicationContext
Set the ServletContext that this WebApplicationContext runs in.
setServletContext(ServletContext) - Method in class org.springframework.web.multipart.commons.CommonsMultipartResolver
 
setServletContext(ServletContext) - Method in class org.springframework.web.multipart.cos.CosMultipartResolver
 
setServletContext(ServletContext) - Method in class org.springframework.web.servlet.handler.SimpleServletPostProcessor
 
setServletName(String) - Method in class org.springframework.web.servlet.mvc.ServletForwardingController
Set the name of the servlet to forward to, i.e. the "servlet-name" of the target servlet in web.xml.
setServletName(String) - Method in class org.springframework.web.servlet.mvc.ServletWrappingController
Set the name of the servlet to wrap.
setServletPath(String) - Method in class org.springframework.mock.web.MockHttpServletRequest
 
setSession(Session) - Method in class org.springframework.mail.javamail.JavaMailSenderImpl
Set the JavaMail Session, possibly pulled from JNDI.
setSession(HttpSession) - Method in class org.springframework.mock.web.MockHttpServletRequest
 
setSessionAcknowledgeMode(int) - Method in class org.springframework.jms.support.JmsAccessor
Set the JMS acknowledgement mode that is used when creating a JMS session to send a message.
setSessionAcknowledgeModeName(String) - Method in class org.springframework.jms.support.JmsAccessor
Set the JMS acknowledgement mode by the name of the corresponding constant in the JMS Session interface, e.g.
setSessionAttribute(HttpServletRequest, String, Object) - Static method in class org.springframework.web.util.WebUtils
Set the session attribute with the given name to the given value.
setSessionClassLoader(ClassLoader) - Method in class org.springframework.orm.toplink.LocalSessionFactory
Set the ClassLoader that should be used to lookup the config resources.
setSessionContext(SessionContext) - Method in class org.springframework.ejb.support.AbstractSessionBean
Set the session context.
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.
setSessionFactory(SessionFactory) - Method in class org.springframework.orm.hibernate3.HibernateAccessor
Set the Hibernate SessionFactory that should be used to create Hibernate Sessions.
setSessionFactory(SessionFactory) - Method in class org.springframework.orm.hibernate3.HibernateTransactionManager
Set the SessionFactory that this instance should manage transactions for.
setSessionFactory(SessionFactory) - Method in class org.springframework.orm.hibernate3.support.HibernateDaoSupport
Set the Hibernate SessionFactory to be used by this DAO.
setSessionFactory(SessionFactory) - Method in class org.springframework.orm.toplink.support.TopLinkDaoSupport
Set the TopLink SessionFactory to be used by this DAO.
setSessionFactory(SessionFactory) - Method in class org.springframework.orm.toplink.support.TransactionAwareSessionAdapter
Set the SessionFactory that this adapter is supposed to expose a transaction-aware TopLink Session for.
setSessionFactory(SessionFactory) - Method in class org.springframework.orm.toplink.TopLinkAccessor
Set the the TopLink SessionFactory that should be used to create TopLink Sessions.
setSessionFactory(SessionFactory) - Method in class org.springframework.orm.toplink.TopLinkTransactionManager
Set the the TopLink SessionFactory to manage transactions for.
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.
setSessionFactoryBeanName(String) - Method in class org.springframework.orm.hibernate3.support.OpenSessionInViewFilter
Set the bean name of the SessionFactory to fetch from Spring's root application context.
setSessionForm(boolean) - Method in class org.springframework.web.servlet.mvc.AbstractFormController
Activate resp. deactivate session form mode.
setSessionLog(SessionLog) - Method in class org.springframework.orm.toplink.LocalSessionFactory
Specify a TopLink SessionLog instance to use for detailed logging of the Session's activities: for example, DefaultSessionLog (which logs to the console), JavaLog (which logs through JDK 1.4'S java.util.logging, available as of TopLink 10.1.3), or CommonsLoggingSessionLog / CommonsLoggingSessionLog904 (which logs through Commons Logging, on TopLink 10.1.3 and 9.0.4, respectively).
setSessionName(String) - Method in class org.springframework.orm.toplink.LocalSessionFactory
Set the name of the TopLink Session, as defined in TopLink's sessions.xml configuration file.
setSessionTransacted(boolean) - Method in class org.springframework.jms.support.JmsAccessor
Set the transaction mode that is used when creating a JMS session to send a message.
setSingleSession(boolean) - Method in class org.springframework.orm.hibernate.support.OpenSessionInViewFilter
Set whether to use a single session for each request.
setSingleSession(boolean) - Method in class org.springframework.orm.hibernate.support.OpenSessionInViewInterceptor
Set whether to use a single session for each request.
setSingleSession(boolean) - Method in class org.springframework.orm.hibernate3.support.OpenSessionInViewFilter
Set whether to use a single session for each request.
setSingleSession(boolean) - Method in class org.springframework.orm.hibernate3.support.OpenSessionInViewInterceptor
Set whether to use a single session for each request.
setSingleton(boolean) - Method in class org.springframework.aop.framework.ProxyFactoryBean
Set the value of the singleton property.
setSingleton(boolean) - Method in class org.springframework.beans.factory.config.AbstractFactoryBean
Set if a singleton should be created, or a new object on each request 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.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 SqlMapClient to work with.
setSqlMapClientProperties(Properties) - Method in class org.springframework.orm.ibatis.SqlMapClientFactoryBean
Set optional properties to be passed into the SqlMapClientBuilder, as alternative to a <properties> tag in the sql-map-config.xml file.
setSqlMapClientTemplate(SqlMapClientTemplate) - Method in class org.springframework.orm.ibatis.support.SqlMapClientDaoSupport
Set the SqlMapClientTemplate for this DAO explicitly, as an alternative to specifying a SqlMapClient.
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 SqlMapTemplate for this DAO explicitly, as an alternative to specifying a SqlMap.
setSqlReadyForUse(boolean) - Method in class org.springframework.jdbc.object.SqlCall
Set whether the SQL can be used as is.
setStartDelay(long) - Method in class org.springframework.scheduling.quartz.SimpleTriggerBean
Set the delay before starting the job for the first time.
setStartupDelay(int) - Method in class org.springframework.scheduling.quartz.SchedulerFactoryBean
Set the number of seconds to wait after initialization before starting the scheduler asynchronously.
setStaticField(String) - Method in class org.springframework.beans.factory.config.FieldRetrievingFactoryBean
Set a fully qualified static field name to retrieve, e.g.
setStaticMethod(String) - Method in class org.springframework.util.MethodInvoker
Set a fully qualified static method name to invoke, e.g.
setStatus(int) - Method in class org.springframework.mock.web.MockHttpServletResponse
 
setStatus(int, String) - Method in class org.springframework.mock.web.MockHttpServletResponse
 
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.javamail.MimeMailMessage
 
setSubject(String) - Method in class org.springframework.mail.javamail.MimeMessageHelper
 
setSubject(String) - Method in interface org.springframework.mail.MailMessage
 
setSubject(String) - Method in class org.springframework.mail.SimpleMailMessage
 
setSubReportDataKeys(String[]) - Method in class org.springframework.web.servlet.view.jasperreports.AbstractJasperReportsView
Set the list of names corresponding to the model parameters that will contain data source objects for use in sub-reports.
setSubReportUrls(Properties) - Method in class org.springframework.web.servlet.view.jasperreports.AbstractJasperReportsView
Specify resource paths which must be loaded as instances of JasperReport and passed to the JasperReports engine for rendering as sub-reports, under the same keys as in this mapping.
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.aop.interceptor.AbstractPerformanceMonitorInterceptor
Sets the String value that gets prepended to the trace data used by performance monitoring interceptors.
setSuffix(String) - Method in class org.springframework.web.servlet.mvc.multiaction.InternalPathMethodNameResolver
Specify a common suffix for handler method names.
setSuffix(String) - Method in class org.springframework.web.servlet.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.
setSynchronizedWithTransaction(boolean) - Method in class org.springframework.transaction.support.ResourceHolderSupport
Mark the resource as synchronized with a transaction.
setSynchronizeOnSession(boolean) - Method in class org.springframework.web.servlet.mvc.AbstractController
Set if controller execution should be synchronized on the session, to serialize parallel invocations from the same client.
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
Set the given object as target.
setTarget(Object) - Method in class org.springframework.transaction.interceptor.TransactionProxyFactoryBean
Set the target object, i.e. the bean to be wrapped with a transactional proxy.
setTargetBeanName(String) - Method in class org.springframework.aop.target.AbstractBeanFactoryBasedTargetSource
Set the name of the target bean in the factory.
setTargetBeanName(String) - Method in class org.springframework.beans.factory.config.BeanReferenceFactoryBean
Set the name of the target bean, potentially in a different bean definition file.
setTargetBeanName(String) - Method in class org.springframework.beans.factory.config.ObjectFactoryCreatingFactoryBean
Set the name of the target bean.
setTargetBeanName(String) - Method in class org.springframework.beans.factory.config.PropertyPathFactoryBean
Specify the name of a target bean to apply the property path to.
setTargetBeanName(String) - Method in class org.springframework.web.filter.DelegatingFilterProxy
Set the name of the target bean in the Spring application context.
setTargetClass(Class) - Method in class org.springframework.beans.factory.config.FieldRetrievingFactoryBean
Set the target class on which the field is defined.
setTargetClass(Class) - Method in class org.springframework.util.MethodInvoker
Set the target class on which to call the target method.
setTargetConnectionFactory(ConnectionFactory) - Method in class org.springframework.jca.cci.connection.DelegatingConnectionFactory
Set the target ConnectionFactory that this ConnectionFactory should delegate to.
setTargetConnectionFactory(ConnectionFactory) - Method in class org.springframework.jms.connection.SingleConnectionFactory
Set the target ConnectionFactory which will be used to lazily create a single Connection.
setTargetConnectionFactory(ConnectionFactory) - Method in class org.springframework.jms.connection.UserCredentialsConnectionFactoryAdapter
Set the target ConnectionFactory that this ConnectionFactory should delegate to.
setTargetDataSource(DataSource) - Method in class org.springframework.jdbc.datasource.DelegatingDataSource
Set the target DataSource that this DataSource should delegate to.
setTargetField(String) - Method in class org.springframework.beans.factory.config.FieldRetrievingFactoryBean
Set the name of the field to be retrieved.
setTargetFilterLifecycle(boolean) - Method in class org.springframework.web.filter.DelegatingFilterProxy
Set whether to invoke the Filter.init and Filter.destroy lifecycle methods on the target bean.
setTargetListClass(Class) - Method in class org.springframework.beans.factory.config.ListFactoryBean
Set the class to use for the target List.
setTargetMapClass(Class) - Method in class org.springframework.beans.factory.config.MapFactoryBean
Set the class to use for the target Map.
setTargetMethod(String) - Method in class org.springframework.util.MethodInvoker
Set the name of the method to be invoked.
setTargetName(String) - Method in class org.springframework.aop.framework.ProxyFactoryBean
Set the name of the target bean.
setTargetObject(Object) - Method in class org.springframework.beans.factory.config.FieldRetrievingFactoryBean
Set the target object on which the field is defined.
setTargetObject(Object) - Method in class org.springframework.beans.factory.config.PropertyPathFactoryBean
Specify a target object to apply the property path to.
setTargetObject(Object) - Method in class org.springframework.util.MethodInvoker
Set the target object on which to call the target method.
setTargetPersistenceManagerFactory(PersistenceManagerFactory) - Method in class org.springframework.orm.jdo.TransactionAwarePersistenceManagerFactoryProxy
Set the target JDO PersistenceManagerFactory that this proxy should delegate to.
setTargetSetClass(Class) - Method in class org.springframework.beans.factory.config.SetFactoryBean
Set the class to use for the target Set.
setTargetSource(TargetSource) - Method in interface org.springframework.aop.framework.Advised
Change the TargetSource used by this Advised object.
setTargetSource(TargetSource) - Method in class org.springframework.aop.framework.AdvisedSupport
 
setTargetType(Class) - Method in class org.springframework.beans.factory.config.TypedStringValue
Set the type to convert to.
setTemplateLoaderPath(String) - Method in class org.springframework.ui.freemarker.FreeMarkerConfigurationFactory
Set the Freemarker template loader path via a Spring resource location.
SETTERS - Static variable in class org.springframework.aop.support.Pointcuts
Pointcut matching all setters, in any class
setText(String) - Method in class org.springframework.mail.javamail.MimeMailMessage
 
setText(String) - Method in class org.springframework.mail.javamail.MimeMessageHelper
Set the given text directly as content in non-multipart mode or as default body part in multipart mode.
setText(String, boolean) - Method in class org.springframework.mail.javamail.MimeMessageHelper
Set the given text directly as content in non-multipart mode or as default body part in multipart mode.
setText(String, String) - Method in class org.springframework.mail.javamail.MimeMessageHelper
Set the given plain text and HTML text as alternatives, offering both options to the email client.
setText(String) - Method in interface org.springframework.mail.MailMessage
 
setText(String) - Method in class org.springframework.mail.SimpleMailMessage
 
setText(String) - Method in class org.springframework.web.servlet.tags.MessageTag
Set the message text for this tag.
setText(HSSFCell, String) - Method in class org.springframework.web.servlet.view.document.AbstractExcelView
Convenient method to set a String as text content in a cell.
setThemeName(HttpServletRequest, HttpServletResponse, String) - Method in class org.springframework.web.servlet.theme.CookieThemeResolver
 
setThemeName(HttpServletRequest, HttpServletResponse, String) - Method in class org.springframework.web.servlet.theme.FixedThemeResolver
 
setThemeName(HttpServletRequest, HttpServletResponse, String) - Method in class org.springframework.web.servlet.theme.SessionThemeResolver
 
setThemeName(HttpServletRequest, HttpServletResponse, String) - Method in interface org.springframework.web.servlet.ThemeResolver
Set the current theme name to the given one.
setThreaded(boolean) - Method in class org.springframework.jmx.support.ConnectorServerFactoryBean
Set whether the JMXConnectorServer should be started in a separate thread.
setTimeBetweenEvictionRunsMillis(long) - Method in class org.springframework.aop.target.CommonsPoolTargetSource
Set the time between eviction runs that check idle objects whether they have been idle for too long or have become invalid.
setTimeout(int) - Method in class org.springframework.jdbc.support.DatabaseStartupValidator
Set the timeout (in seconds) after which a fatal exception will be thrown.
setTimeout(int) - Method in class org.springframework.transaction.support.DefaultTransactionDefinition
Set the timeout to apply, as number of seconds.
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.
setTimeToIdle(int) - Method in class org.springframework.cache.ehcache.EhCacheFactoryBean
Set the time in seconds to idle for an element before it expires i.e. the maximum amount of time between accesses before an element expires.
setTimeToLive(int) - Method in class org.springframework.cache.ehcache.EhCacheFactoryBean
Set t he time in seconds to live for an element before it expires, i.e. the maximum time between creation time and when an element expires.
setTimeToLive(long) - Method in class org.springframework.jms.core.JmsTemplate
Set the time-to-live of the message when sending.
setTo(String) - Method in class org.springframework.mail.javamail.MimeMailMessage
 
setTo(String[]) - Method in class org.springframework.mail.javamail.MimeMailMessage
 
setTo(InternetAddress) - Method in class org.springframework.mail.javamail.MimeMessageHelper
 
setTo(InternetAddress[]) - Method in class org.springframework.mail.javamail.MimeMessageHelper
 
setTo(String) - Method in class org.springframework.mail.javamail.MimeMessageHelper
 
setTo(String[]) - Method in class org.springframework.mail.javamail.MimeMessageHelper
 
setTo(String) - Method in interface org.springframework.mail.MailMessage
 
setTo(String[]) - Method in interface org.springframework.mail.MailMessage
 
setTo(String) - Method in class org.springframework.mail.SimpleMailMessage
 
setTo(String[]) - Method in class org.springframework.mail.SimpleMailMessage
 
setToggleAscendingOnProperty(boolean) - Method in class org.springframework.beans.support.MutableSortDefinition
Set whether to toggle the ascending flag if the same property gets set again (that is, setProperty gets called with already set property name again).
setToolAttributes(Properties) - Method in class org.springframework.web.servlet.view.velocity.VelocityView
Set tool attributes to expose to the view, as attribute name / class name pairs.
setToolboxConfigLocation(String) - Method in class org.springframework.web.servlet.view.velocity.VelocityToolboxView
Set a Velocity Toolbox config location, for example "/WEB-INF/toolbox.xml", to automatically load a Velocity Tools toolbox definition file and expose all defined tools in the specified scopes.
setToolboxConfigLocation(String) - Method in class org.springframework.web.servlet.view.velocity.VelocityViewResolver
Set a Velocity Toolbox config location, for example "/WEB-INF/toolbox.xml", to automatically load a Velocity Tools toolbox definition file and expose all defined tools in the specified scopes.
setTopLinkTemplate(TopLinkTemplate) - Method in class org.springframework.orm.toplink.support.TopLinkDaoSupport
Set the TopLinkTemplate for this DAO explicitly, as an alternative to specifying a SessionFactory.
setTransaction(Transaction) - Method in class org.springframework.orm.hibernate.SessionHolder
 
setTransaction(Transaction) - Method in class org.springframework.orm.hibernate3.SessionHolder
 
setTransactionAttribute(TransactionAttribute) - Method in class org.springframework.transaction.interceptor.MatchAlwaysTransactionAttributeSource
Allows a transaction attribute to be specified, using the String form, for example, "PROPAGATION_REQUIRED".
setTransactionAttributes(Properties) - Method in class org.springframework.transaction.interceptor.TransactionAspectSupport
Set properties with method names as keys and transaction attribute descriptors (parsed via TransactionAttributeEditor) as values: e.g. key = "myMethod", value = "PROPAGATION_REQUIRED,readOnly".
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. key = "myMethod", value = "PROPAGATION_REQUIRED,readOnly".
setTransactionAttributeSource(TransactionAttributeSource) - Method in class org.springframework.transaction.interceptor.TransactionAspectSupport
Set the transaction attribute source which is used to find transaction attributes.
setTransactionAttributeSource(TransactionAttributeSource) - Method in class org.springframework.transaction.interceptor.TransactionProxyFactoryBean
Set the transaction attribute source which is used to find transaction attributes.
setTransactionConfigClass(Class) - Method in class org.springframework.orm.ibatis.SqlMapClientFactoryBean
Set the iBATIS TransactionConfig class to use.
setTransactionConfigProperties(Properties) - Method in class org.springframework.orm.ibatis.SqlMapClientFactoryBean
Set properties to be passed to the TransactionConfig instance used by this SqlMapClient.
setTransactionInterceptor(TransactionInterceptor) - Method in class org.springframework.transaction.interceptor.TransactionAttributeSourceAdvisor
Set the transaction interceptor to use for this advisor.
setTransactionManager(PlatformTransactionManager) - Method in class org.springframework.scheduling.quartz.SchedulerFactoryBean
Set the transaction manager to be used for registering jobs and triggers that are defined by this SchedulerFactoryBean.
setTransactionManager(PlatformTransactionManager) - Method in class org.springframework.test.AbstractTransactionalSpringContextTests
The transaction manager to use.
setTransactionManager(PlatformTransactionManager) - Method in class org.springframework.transaction.interceptor.TransactionAspectSupport
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.
setTransactionTimeout(int) - Method in class org.springframework.transaction.jta.UserTransactionAdapter
 
setTriggerListenerNames(String[]) - Method in class org.springframework.scheduling.quartz.CronTriggerBean
Set a list of TriggerListener names for this job, referring to non-global TriggerListeners registered with the Scheduler.
setTriggerListenerNames(String[]) - Method in class org.springframework.scheduling.quartz.SimpleTriggerBean
Set a list of TriggerListener names for this job, referring to non-global TriggerListeners registered with the Scheduler.
setTriggerListeners(TriggerListener[]) - Method in class org.springframework.scheduling.quartz.SchedulerFactoryBean
Specify named Quartz TriggerListeners to be registered with the Scheduler.
setTriggers(Trigger[]) - Method in class org.springframework.scheduling.quartz.SchedulerFactoryBean
Register a list of Trigger objects with the Scheduler that this FactoryBean creates.
setType(String) - Method in class org.springframework.beans.factory.config.ConstructorArgumentValues.ValueHolder
Set the type of the constructor argument.
setTypeClass(String) - Method in class org.springframework.orm.hibernate3.TypeDefinitionBean
Set the type implementation class.
setTypeDefinitions(TypeDefinitionBean[]) - Method in class org.springframework.orm.hibernate3.LocalSessionFactoryBean
Specify the Hibernate type definitions to register with the SessionFactory, as Spring TypeDefinitionBean instances.
setTypeName(String) - Method in class org.springframework.orm.hibernate3.TypeDefinitionBean
Set the name of the type.
setTypes(int[]) - Method in class org.springframework.jdbc.object.RdbmsOperation
Add anonymous parameters, specifying only their SQL types as defined in the java.sql.Types class.
setTypeValue(PreparedStatement, int, int, String) - Method in interface org.springframework.jdbc.core.SqlTypeValue
Set the type value on the given PreparedStatement.
setTypeValue(PreparedStatement, int, int, String) - Method in class org.springframework.jdbc.core.support.AbstractSqlTypeValue
 
setTypeValue(PreparedStatement, int, int, String) - Method in class org.springframework.jdbc.core.support.SqlLobValue
Set the specified content via the LobCreator.
setUp() - Method in class org.springframework.test.AbstractDependencyInjectionSpringContextTests
 
setUpdatableResults(boolean) - Method in class org.springframework.jdbc.core.CallableStatementCreatorFactory
Set whether to use prepared statements capable of returning updatable ResultSets.
setUpdatableResults(boolean) - Method in class org.springframework.jdbc.core.PreparedStatementCreatorFactory
Set whether to use prepared statements capable of returning updatable ResultSets.
setUpdatableResults(boolean) - Method in class org.springframework.jdbc.object.RdbmsOperation
Set whether to use statements that are capable of returning updatable ResultSets.
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
Set the JDBC URL to use for accessing the DriverManager.
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.servlet.mvc.WebContentInterceptor
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 URL paths 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.
setUrlPathHelper(UrlPathHelper) - Method in class org.springframework.web.servlet.mvc.WebContentInterceptor
Set the UrlPathHelper to use for resolution of lookup paths.
setUrlPathHelper(UrlPathHelper) - Method in class org.springframework.web.servlet.support.RequestContext
Set the UrlPathHelper to use for context path and request URI decoding.
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.
setUseDynamicLogger(boolean) - Method in class org.springframework.aop.interceptor.AbstractTraceInterceptor
Set whether to use a dynamic logger or a static logger.
setUseExpiresHeader(boolean) - Method in class org.springframework.web.servlet.support.WebContentGenerator
Set whether to use the HTTP 1.0 expires header.
setUsePrefix(boolean) - Method in class org.springframework.aop.framework.autoproxy.DefaultAdvisorAutoProxyCreator
Set whether to exclude advisors with a certain prefix in the bean name.
setUsername(String) - Method in class org.springframework.jdbc.datasource.DriverManagerDataSource
Set the JDBC username to use for accessing the DriverManager.
setUsername(String) - Method in class org.springframework.jdbc.datasource.UserCredentialsDataSourceAdapter
Set the username that this adapter should use for retrieving Connections.
setUsername(String) - Method in class org.springframework.jms.connection.UserCredentialsConnectionFactoryAdapter
Set the username that this adapter should use for retrieving Connections.
setUsername(String) - Method in class org.springframework.jmx.support.WebLogicMBeanServerFactoryBean
Set the username to use for retrieving the WebLogic MBeanServer.
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.CauchoRemoteAccessor
Set the username that this factory should use to access the remote service.
setUsername(String) - Method in class org.springframework.remoting.jaxrpc.JaxRpcPortClientInterceptor
Set the username to specify on the stub or call.
setUserPrincipal(Principal) - Method in class org.springframework.mock.web.MockHttpServletRequest
 
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.
setUseSqlStateForTranslation(boolean) - Method in class org.springframework.jdbc.support.SQLErrorCodes
Set this property to true for databases that do not provide an error code but that do provide SQL State (this includes PostgreSQL).
setUseStrictCasing(boolean) - Method in class org.springframework.jmx.access.MBeanClientInterceptor
Set whether to use strict casing for attributes.
setUseStrictCasing(boolean) - Method in class org.springframework.jmx.export.assembler.AbstractReflectiveMBeanInfoAssembler
Set whether to use strict casing for attributes.
setUseTransactionAwareDataSource(boolean) - Method in class org.springframework.orm.hibernate.LocalSessionFactoryBean
Set whether to use a transaction-aware DataSource for the SessionFactory, i.e. whether to automatically wrap the passed-in DataSource with Spring's TransactionAwareDataSourceProxy.
setUseTransactionAwareDataSource(boolean) - Method in class org.springframework.orm.hibernate3.LocalSessionFactoryBean
Set whether to use a transaction-aware DataSource for the SessionFactory, i.e. whether to automatically wrap the passed-in DataSource with Spring's TransactionAwareDataSourceProxy.
setUseTransactionAwareDataSource(boolean) - Method in class org.springframework.orm.ibatis.SqlMapClientFactoryBean
Set whether to use a transaction-aware DataSource for the SqlMapClient, i.e. whether to automatically wrap the passed-in DataSource with Spring's TransactionAwareDataSourceProxy.
setValidateAddresses(boolean) - Method in class org.springframework.mail.javamail.MimeMessageHelper
Set whether to validate all addresses which get passed to this helper.
setValidateDefinitions(boolean) - Method in class org.springframework.web.servlet.view.tiles.TilesConfigurer
Set whether to validate the Tiles definitions.
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 primary Validator for this controller.
setValidators(Validator[]) - Method in class org.springframework.web.servlet.mvc.BaseCommandController
Set the Validators for this controller.
setValue(Object) - Method in class org.springframework.beans.factory.config.ConstructorArgumentValues.ValueHolder
Set the value for the constructor argument.
setValue(String) - Method in class org.springframework.beans.factory.config.TypedStringValue
Set the String value.
setValue(Object) - Method in class org.springframework.beans.propertyeditors.CustomCollectionEditor
Convert the given value to a Collection of the target type.
setValue(Object) - Method in class org.springframework.beans.propertyeditors.PropertiesEditor
Take Properties as-is; convert java.util.Map into Properties.
setValue(Object) - Method in class org.springframework.web.multipart.support.ByteArrayMultipartFileEditor
 
setValue(Object) - Method in class org.springframework.web.multipart.support.StringMultipartFileEditor
 
setValue(Object) - Method in class org.springframework.web.servlet.tags.TransformTag
Set the value to transform, using the appropriate PropertyEditor from the enclosing 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.
setValues(PreparedStatement, LobCreator) - Method in class org.springframework.jdbc.core.support.AbstractLobCreatingPreparedStatementCallback
Set values on the given PreparedStatement, using the given LobCreator for BLOB/CLOB arguments.
setVar(String) - Method in class org.springframework.web.servlet.tags.MessageTag
Set PageContext attribute name under which to expose a variable that contains the resolved message.
setVar(String) - Method in class org.springframework.web.servlet.tags.TransformTag
Set PageContext attribute name under which to expose a variable that contains the result of the transformation.
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".
setVelocityPropertiesMap(Map) - Method in class org.springframework.ui.velocity.VelocityEngineFactory
Set Velocity properties as Map, to allow for non-String values like "ds.resource.loader.instance".
setView(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 name of the view to delegate to.
setWaitForJobsToCompleteOnShutdown(boolean) - Method in class org.springframework.scheduling.quartz.SchedulerFactoryBean
Set whether to wait for running jobs to complete on shutdown.
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
Switch the target object, replacing the cached introspection results only if the class of the new object is different to that of the replaced object.
setWrappedInstance(Object, String, Object) - Method in class org.springframework.beans.BeanWrapperImpl
Switch the target object, replacing the cached introspection results only if the class of the new object is different to that of the replaced object.
setWsdlDocumentUrl(URL) - Method in class org.springframework.remoting.jaxrpc.LocalJaxRpcServiceFactory
Set the URL of the WSDL document that describes the service.
shallowMerge(Object) - Method in interface org.springframework.orm.toplink.TopLinkOperations
Reassociate the given entity copy with the current UnitOfWork, using shallow merging of the entity instance.
shallowMerge(Object) - Method in class org.springframework.orm.toplink.TopLinkTemplate
 
ShortCodedLabeledEnum - Class in org.springframework.core.enums
Implementation of LabeledEnum which uses Short as the code type.
ShortCodedLabeledEnum(int, String) - Constructor for class org.springframework.core.enums.ShortCodedLabeledEnum
Create a new ShortCodedLabeledEnum instance.
shortSummary() - Method in class org.springframework.util.StopWatch
Return a short description of the total running time.
shouldClose(Connection) - Method in class org.springframework.jdbc.datasource.SingleConnectionDataSource
This is a single connection: Do not close it when returning to the "pool".
shouldClose(Connection) - Method in interface org.springframework.jdbc.datasource.SmartDataSource
Should we close this connection, obtained from this DataSource?
shouldCommitOnGlobalRollbackOnly() - Method in class org.springframework.transaction.jta.JtaTransactionManager
This implementation returns "true": a JTA commit will properly handle transactions that have been marked rollback-only at a global level.
shouldCommitOnGlobalRollbackOnly() - Method in class org.springframework.transaction.support.AbstractPlatformTransactionManager
Return whether to call doCommit on a transaction that has been marked as rollback-only in a global fashion.
shouldNotFilter(HttpServletRequest) - Method in class org.springframework.web.filter.OncePerRequestFilter
Can return true to avoid filtering of the given request.
shouldSkip(Class, 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(Class, 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 auto-proxying by this post processor.
showClassLoaderHierarchy(Object, String) - Static method in class org.springframework.util.ClassLoaderUtils
Show the class loader hierarchy for this class.
showClassLoaderHierarchy(Object, String, String, String) - Static method in class org.springframework.util.ClassLoaderUtils
Show the class loader hierarchy for this class.
showClassLoaderHierarchy(ClassLoader) - Static method in class org.springframework.util.ClassLoaderUtils
Show the class loader hierarchy for the given class loader.
showClassLoaderHierarchy(ClassLoader, String, String) - Static method in class org.springframework.util.ClassLoaderUtils
Show the class loader hierarchy for the given class loader.
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, delegating to the analogous showForm version with a controlModel argument.
showForm(HttpServletRequest, HttpServletResponse, BindException, Map) - 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
Shut down Log4J, properly releasing all file locks.
shutdownLogging(ServletContext) - Static method in class org.springframework.web.util.Log4jWebConfigurer
Shut down Log4J, properly releasing all file locks and resetting the web app root system property.
SIMPLE_ADVISOR_CHAIN_FACTORY - Static variable in class org.springframework.aop.framework.AdvisorChainFactoryUtils
 
SimpleApplicationEventMulticaster - Class in org.springframework.context.event
Simple implementation of the ApplicationEventMulticaster interface.
SimpleApplicationEventMulticaster() - Constructor for class org.springframework.context.event.SimpleApplicationEventMulticaster
 
SimpleConnectionHandle - Class in org.springframework.jdbc.datasource
Simple implementation of the ConnectionHandle interface, containing a given JDBC Connection.
SimpleConnectionHandle(Connection) - Constructor for class org.springframework.jdbc.datasource.SimpleConnectionHandle
Create a new SimpleConnectionHandle for the given Connection.
SimpleControllerHandlerAdapter - Class in org.springframework.web.servlet.mvc
Adapter to use the Controller workflow interface with the generic DispatcherServlet.
SimpleControllerHandlerAdapter() - Constructor for class org.springframework.web.servlet.mvc.SimpleControllerHandlerAdapter
 
SimpleFormController - Class in org.springframework.web.servlet.mvc
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.
SimpleHttpInvokerRequestExecutor - Class in org.springframework.remoting.httpinvoker
HttpInvokerRequestExecutor implementation that uses J2SE facilities to execute POST requests, without support for HTTP authentication or advanced configuration options.
SimpleHttpInvokerRequestExecutor() - Constructor for class org.springframework.remoting.httpinvoker.SimpleHttpInvokerRequestExecutor
 
SimpleInstantiationStrategy - Class in org.springframework.beans.factory.support
Simple object instantiation strategy for use in a BeanFactory.
SimpleInstantiationStrategy() - Constructor for class org.springframework.beans.factory.support.SimpleInstantiationStrategy
 
SimpleLocaleContext - Class in org.springframework.context.i18n
Simple implementation of the LocaleContext interface, always returning a specified Locale.
SimpleLocaleContext(Locale) - Constructor for class org.springframework.context.i18n.SimpleLocaleContext
Create a new SimpleLocaleContext that exposes the specified Locale.
SimpleMailMessage - Class in org.springframework.mail
Encapsulates properties of a simple mail such as from, to, cc, subject, text.
SimpleMailMessage() - Constructor for class org.springframework.mail.SimpleMailMessage
Create a new SimpleMailMessage.
SimpleMailMessage(SimpleMailMessage) - Constructor for class org.springframework.mail.SimpleMailMessage
Copy constructor.
SimpleMappingExceptionResolver - Class in org.springframework.web.servlet.handler
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
 
SimpleMessageConverter - Class in org.springframework.jms.support.converter
A simple message converter that can handle TextMessages, BytesMessages, MapMessages, and ObjectMessages.
SimpleMessageConverter() - Constructor for class org.springframework.jms.support.converter.SimpleMessageConverter
 
SimpleMessageConverter102 - Class in org.springframework.jms.support.converter
A subclass of SimpleMessageConverter that uses the JMS 1.0.2 specification, rather than the JMS 1.1 methods used by SimpleMessageConverter itself.
SimpleMessageConverter102() - Constructor for class org.springframework.jms.support.converter.SimpleMessageConverter102
 
SimpleNamingContext - Class in org.springframework.mock.jndi
Simple implementation of a JNDI naming context.
SimpleNamingContext() - Constructor for class org.springframework.mock.jndi.SimpleNamingContext
Create a new naming context.
SimpleNamingContext(String) - Constructor for class org.springframework.mock.jndi.SimpleNamingContext
Create a new naming context with the given naming root.
SimpleNamingContext(String, Hashtable, Hashtable) - Constructor for class org.springframework.mock.jndi.SimpleNamingContext
Create a new naming context with the given naming root, the given name/object map, and the JNDI environment entries.
SimpleNamingContextBuilder - Class in org.springframework.mock.jndi
Simple implementation of a JNDI naming context builder.
SimpleNamingContextBuilder() - Constructor for class org.springframework.mock.jndi.SimpleNamingContextBuilder
 
SimpleNativeJdbcExtractor - Class in org.springframework.jdbc.support.nativejdbc
Simple implementation of the NativeJdbcExtractor interface.
SimpleNativeJdbcExtractor() - Constructor for class org.springframework.jdbc.support.nativejdbc.SimpleNativeJdbcExtractor
 
SimpleRecordOperation - Class in org.springframework.jca.cci.object
EIS operation object that accepts a passed-in CCI input Record and returns a corresponding CCI output Record.
SimpleRecordOperation() - Constructor for class org.springframework.jca.cci.object.SimpleRecordOperation
Constructor that allows use as a JavaBean.
SimpleRecordOperation(ConnectionFactory, InteractionSpec) - Constructor for class org.springframework.jca.cci.object.SimpleRecordOperation
Convenient constructor with ConnectionFactory and specifications (connection and interaction).
SimpleReflectiveMBeanInfoAssembler - Class in org.springframework.jmx.export.assembler
Simple subclass of AbstractReflectiveMBeanInfoAssembler that always votes yes for method and property inclusion, effectively exposing all public methods and properties as operations and attributes.
SimpleReflectiveMBeanInfoAssembler() - Constructor for class org.springframework.jmx.export.assembler.SimpleReflectiveMBeanInfoAssembler
 
SimpleRemoteSlsbInvokerInterceptor - Class in org.springframework.ejb.access
Basic invoker for a remote Stateless Session Bean.
SimpleRemoteSlsbInvokerInterceptor() - Constructor for class org.springframework.ejb.access.SimpleRemoteSlsbInvokerInterceptor
 
SimpleRemoteStatelessSessionProxyFactoryBean - Class in org.springframework.ejb.access
Convenient factory for remote SLSB proxies.
SimpleRemoteStatelessSessionProxyFactoryBean() - Constructor for class org.springframework.ejb.access.SimpleRemoteStatelessSessionProxyFactoryBean
 
SimpleSaxErrorHandler - Class in org.springframework.util.xml
Simple org.xml.sax.ErrorHandler implementation: logs warnings using the given Commons Logging logger instance, and rethrows errors to discontinue the XML transformation.
SimpleSaxErrorHandler(Log) - Constructor for class org.springframework.util.xml.SimpleSaxErrorHandler
Create a new SimpleSaxErrorHandler for the given Commons Logging logger instance.
SimpleServletHandlerAdapter - Class in org.springframework.web.servlet.handler
Adapter to use the Servlet interface with the generic DispatcherServlet.
SimpleServletHandlerAdapter() - Constructor for class org.springframework.web.servlet.handler.SimpleServletHandlerAdapter
 
SimpleServletPostProcessor - Class in org.springframework.web.servlet.handler
Bean post-processor that applies initialization and destruction callbacks to beans that implement the Servlet interface.
SimpleServletPostProcessor() - Constructor for class org.springframework.web.servlet.handler.SimpleServletPostProcessor
 
SimpleTheme - Class in org.springframework.ui.context.support
Default Theme implementation, wrapping a name and an underlying MessageSource.
SimpleTheme(String, MessageSource) - Constructor for class org.springframework.ui.context.support.SimpleTheme
 
SimpleTraceInterceptor - Class in org.springframework.aop.interceptor
Simple AOP Alliance MethodInterceptor that can be introduced in a chain to display verbose trace information about intercepted method invocations, with method entry and method exit info.
SimpleTraceInterceptor() - Constructor for class org.springframework.aop.interceptor.SimpleTraceInterceptor
Create a new SimpleTraceInterceptor with a static logger.
SimpleTraceInterceptor(boolean) - Constructor for class org.springframework.aop.interceptor.SimpleTraceInterceptor
Create a new SimpleTraceInterceptor with dynamic or static logger, according to the given flag.
SimpleTransactionStatus - Class in org.springframework.transaction.support
Simple, generic implementation of the TransactionStatus interface.
SimpleTransactionStatus() - Constructor for class org.springframework.transaction.support.SimpleTransactionStatus
Create a new SimpleTransactionStatus, indicating a new transaction.
SimpleTransactionStatus(boolean) - Constructor for class org.springframework.transaction.support.SimpleTransactionStatus
Create a new SimpleTransactionStatus.
SimpleTransformErrorListener - Class in org.springframework.util.xml
Simple javax.xml.transform.ErrorListener implementation: logs warnings using the given Commons Logging logger instance, and rethrows errors to discontinue the XML transformation.
SimpleTransformErrorListener(Log) - Constructor for class org.springframework.util.xml.SimpleTransformErrorListener
Create a new SimpleTransformErrorListener for the given Commons Logging logger instance.
SimpleTriggerBean - Class in org.springframework.scheduling.quartz
Convenience subclass of Quartz' SimpleTrigger class that eases bean-style usage.
SimpleTriggerBean() - Constructor for class org.springframework.scheduling.quartz.SimpleTriggerBean
 
SimpleUrlHandlerMapping - Class in org.springframework.web.servlet.handler
Implementation of the HandlerMapping interface to map from URLs to request handler beans.
SimpleUrlHandlerMapping() - Constructor for class org.springframework.web.servlet.handler.SimpleUrlHandlerMapping
 
SingleColumnRowMapper - Class in org.springframework.jdbc.core
RowMapper implementation that converts a single column into a single result value per row.
SingleColumnRowMapper() - Constructor for class org.springframework.jdbc.core.SingleColumnRowMapper
Create a new SingleColumnRowMapper.
SingleColumnRowMapper(Class) - Constructor for class org.springframework.jdbc.core.SingleColumnRowMapper
Create a new SingleColumnRowMapper.
SingleConnectionDataSource - Class in org.springframework.jdbc.datasource
Implementation of SmartDataSource that wraps a single 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(String, String, String, boolean) - Constructor for class org.springframework.jdbc.datasource.SingleConnectionDataSource
Create a new SingleConnectionDataSource with the given standard DriverManager parameters.
SingleConnectionDataSource(String, boolean) - Constructor for class org.springframework.jdbc.datasource.SingleConnectionDataSource
Create a new SingleConnectionDataSource with the given standard DriverManager parameters.
SingleConnectionDataSource(Connection, boolean) - Constructor for class org.springframework.jdbc.datasource.SingleConnectionDataSource
Create a new SingleConnectionDataSource with a given connection.
SingleConnectionFactory - Class in org.springframework.jca.cci.connection
A CCI ConnectionFactory adapter that returns the same Connection on all getConnection calls, and ignores calls to close.
SingleConnectionFactory() - Constructor for class org.springframework.jca.cci.connection.SingleConnectionFactory
Create a new SingleConnectionFactory for bean-style usage.
SingleConnectionFactory(Connection) - Constructor for class org.springframework.jca.cci.connection.SingleConnectionFactory
Create a new SingleConnectionFactory that always returns the given Connection.
SingleConnectionFactory(ConnectionFactory) - Constructor for class org.springframework.jca.cci.connection.SingleConnectionFactory
Create a new SingleConnectionFactory that always returns a single Connection that it will lazily create via the given target ConnectionFactory.
SingleConnectionFactory - Class in org.springframework.jms.connection
A JMS ConnectionFactory adapter that returns the same Connection on all createConnection calls, and ignores calls to close.
SingleConnectionFactory() - Constructor for class org.springframework.jms.connection.SingleConnectionFactory
Create a new SingleConnectionFactory for bean-style usage.
SingleConnectionFactory(Connection) - Constructor for class org.springframework.jms.connection.SingleConnectionFactory
Create a new SingleConnectionFactory that always returns the given Connection.
SingleConnectionFactory(ConnectionFactory) - Constructor for class org.springframework.jms.connection.SingleConnectionFactory
Create a new SingleConnectionFactory that always returns a single Connection that it will lazily create via the given target ConnectionFactory.
SingleConnectionFactory102 - Class in org.springframework.jms.connection
A subclass of SingleConnectionFactory that uses the JMS 1.0.2 specification, rather than the JMS 1.1 methods used by SingleConnectionFactory itself.
SingleConnectionFactory102() - Constructor for class org.springframework.jms.connection.SingleConnectionFactory102
Create a new SingleConnectionFactory102 for bean-style usage.
SingleConnectionFactory102(ConnectionFactory, boolean) - Constructor for class org.springframework.jms.connection.SingleConnectionFactory102
Create a new SingleConnectionFactory102 that always returns a single Connection that it will lazily create via the given target ConnectionFactory.
SingleSessionFactory - Class in org.springframework.orm.toplink
Simple implementation of the SessionFactory interface: always returns the passed-in Session as-is.
SingleSessionFactory(Session) - Constructor for class org.springframework.orm.toplink.SingleSessionFactory
Create a new SingleSessionFactory with the given Session.
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.
SingletonBeanFactoryLocator - Class in org.springframework.beans.factory.access
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 in org.springframework.aop.target
Implementation of the TargetSource interface that holds a local object.
SingletonTargetSource(Object) - Constructor for class org.springframework.aop.target.SingletonTargetSource
Create a new SingletonTargetSource for the given target.
size() - Method in class org.springframework.beans.factory.support.ManagedMap
 
size() - Method in class org.springframework.beans.factory.support.ManagedSet
 
size() - Method in class org.springframework.util.CachingMapDecorator
 
SmartDataSource - Interface in org.springframework.jdbc.datasource
Subinterface of javax.sql.DataSource, to be implemented by special DataSources that return JDBC Connections in an unwrapped fashion.
SmartMimeMessage - Class in org.springframework.mail.javamail
Special subclass of the standard JavaMail MimeMessage, carrying a default encoding to be used when populating the message and a default Java Activation FileTypeMap to be used for resolving attachment types.
SmartMimeMessage(Session, String, FileTypeMap) - Constructor for class org.springframework.mail.javamail.SmartMimeMessage
 
SmartSessionBean - Interface in org.springframework.ejb.support
Interface to be implemented by Session Beans that want to expose important state to cooperating classes.
SmartTransactionObject - Interface in org.springframework.transaction.support
Interface to be implemented by transaction objects that are able to return an internal rollback-only marker, typically from a another transaction that has participated and marked it as rollback-only.
sort(List, SortDefinition) - Static method in class org.springframework.beans.support.PropertyComparator
Sort the given List according to the given sort definition.
sort(Object[], SortDefinition) - Static method in class org.springframework.beans.support.PropertyComparator
Sort the given source according to the given sort definition.
sortAdvisors(List) - Method in class org.springframework.aop.framework.autoproxy.AbstractAdvisorAutoProxyCreator
Sort advisors based on ordering.
sortConstructors(Constructor[]) - Static method in class org.springframework.beans.factory.support.AutowireUtils
Sort the given constructors, preferring public constructors and "greedy" ones with a maximum of arguments.
SortDefinition - Interface in org.springframework.beans.support
Definition for sorting bean instances by a property.
sortStringArray(String[]) - Static method in class org.springframework.util.StringUtils
Turn given source String array into sorted array.
split(String, String) - Static method in class org.springframework.util.StringUtils
Split a String at the first occurrence of the delimiter.
splitArrayElementsIntoProperties(String[], String) - Static method in class org.springframework.util.StringUtils
Take an array Strings and split each element based on the given delimiter.
splitArrayElementsIntoProperties(String[], String, String) - Static method in class org.springframework.util.StringUtils
Take an array Strings and split each element based on the given delimiter.
SPRING_MACRO_REQUEST_CONTEXT_ATTRIBUTE - Static variable in class org.springframework.web.servlet.view.AbstractTemplateView
Variable name of the RequestContext instance in the template model, available to Spring's macros: e.g. for creating BindStatus objects.
SPRING_RESOURCE_LOADER - Static variable in class org.springframework.ui.velocity.SpringResourceLoader
 
SPRING_RESOURCE_LOADER_CACHE - Static variable in class org.springframework.ui.velocity.SpringResourceLoader
 
SPRING_RESOURCE_LOADER_CLASS - Static variable in class org.springframework.ui.velocity.SpringResourceLoader
 
SPRING_RESOURCE_LOADER_PATH - Static variable in class org.springframework.ui.velocity.SpringResourceLoader
 
SpringBindingActionForm - Class in org.springframework.web.struts
A thin Struts ActionForm adapter that delegates to Spring's more complete and advanced data binder and Errors object underneath the covers to bind to POJOs and manage rejected values.
SpringBindingActionForm() - Constructor for class org.springframework.web.struts.SpringBindingActionForm
 
SpringResourceLoader - Class in org.springframework.ui.velocity
Velocity ResourceLoader adapter that loads via a Spring ResourceLoader.
SpringResourceLoader() - Constructor for class org.springframework.ui.velocity.SpringResourceLoader
 
SpringTemplateLoader - Class in org.springframework.ui.freemarker
FreeMarker TemplateLoader adapter that loads via a Spring ResourceLoader.
SpringTemplateLoader(ResourceLoader, String) - Constructor for class org.springframework.ui.freemarker.SpringTemplateLoader
Create a new SpringTemplateLoader.
SpringVersion - Class in org.springframework.core
Class that exposes the Spring version.
SpringVersion() - Constructor for class org.springframework.core.SpringVersion
 
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. in the "WEB-INF/classes" directory).
SqlCall - Class in org.springframework.jdbc.object
RdbmsOperation using a JdbcTemplate and representing a SQL-based call such as a stored procedure or a stored function.
SqlCall() - Constructor for class org.springframework.jdbc.object.SqlCall
 
SQLErrorCodes - Class in org.springframework.jdbc.support
JavaBean for holding JDBC error codes for a particular database.
SQLErrorCodes() - Constructor for class org.springframework.jdbc.support.SQLErrorCodes
 
SQLErrorCodesFactory - Class in org.springframework.jdbc.support
Factory for creating SQLErrorCodes based on the "databaseProductName" taken from the DatabaseMetaData.
SQLErrorCodesFactory() - Constructor for class org.springframework.jdbc.support.SQLErrorCodesFactory
Not public to enforce Singleton design pattern.
SQLErrorCodeSQLExceptionTranslator - Class in org.springframework.jdbc.support
Implementation of SQLExceptionTranslator that uses specific vendor codes.
SQLErrorCodeSQLExceptionTranslator() - Constructor for class org.springframework.jdbc.support.SQLErrorCodeSQLExceptionTranslator
Constructor for use as a JavaBean.
SQLErrorCodeSQLExceptionTranslator(DataSource) - Constructor for class org.springframework.jdbc.support.SQLErrorCodeSQLExceptionTranslator
Create a SQL error code translator for the given DataSource.
SQLErrorCodeSQLExceptionTranslator(String) - Constructor for class org.springframework.jdbc.support.SQLErrorCodeSQLExceptionTranslator
Create a SQL error code translator for the given database product name.
SQLErrorCodeSQLExceptionTranslator(SQLErrorCodes) - Constructor for class org.springframework.jdbc.support.SQLErrorCodeSQLExceptionTranslator
Create a SQLErrorCode translator given these error codes.
SQLExceptionTranslator - Interface in org.springframework.jdbc.support
Interface to be implemented by classes that can translate between SQLExceptions and our data access strategy-agnostic org.springframework.dao.DataAccessException.
SqlFunction - Class in org.springframework.jdbc.object
SQL "function" wrapper for a query that returns a single row of results.
SqlFunction() - Constructor for class org.springframework.jdbc.object.SqlFunction
Constructor to allow use as a JavaBean.
SqlFunction(DataSource, String) - Constructor for class org.springframework.jdbc.object.SqlFunction
Create a new SQLFunction object with SQL, but without parameters.
SqlFunction(DataSource, String, int[]) - Constructor for class org.springframework.jdbc.object.SqlFunction
Create a new SQLFunction object with SQL and parameters.
SqlFunction(DataSource, String, int) - Constructor for class org.springframework.jdbc.object.SqlFunction
Create a new SQLFunction object with SQL and return type, but without 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
SqlLobValue - Class in org.springframework.jdbc.core.support
Object to represent an SQL BLOB/CLOB value parameter.
SqlLobValue(byte[]) - Constructor for class org.springframework.jdbc.core.support.SqlLobValue
Create a new BLOB value with the given byte array, using a DefaultLobHandler.
SqlLobValue(byte[], LobHandler) - Constructor for class org.springframework.jdbc.core.support.SqlLobValue
Create a new BLOB value with the given byte array.
SqlLobValue(String) - Constructor for class org.springframework.jdbc.core.support.SqlLobValue
Create a new CLOB value with the given content string, using a DefaultLobHandler.
SqlLobValue(String, LobHandler) - Constructor for class org.springframework.jdbc.core.support.SqlLobValue
Create a new CLOB value with the given content string.
SqlLobValue(InputStream, int) - Constructor for class org.springframework.jdbc.core.support.SqlLobValue
Create a new BLOB/CLOB value with the given stream, using a DefaultLobHandler.
SqlLobValue(InputStream, int, LobHandler) - Constructor for class org.springframework.jdbc.core.support.SqlLobValue
Create a new BLOB/CLOB value with the given stream.
SqlLobValue(Reader, int) - Constructor for class org.springframework.jdbc.core.support.SqlLobValue
Create a new CLOB value with the given character stream, using a DefaultLobHandler.
SqlLobValue(Reader, int, LobHandler) - Constructor for class org.springframework.jdbc.core.support.SqlLobValue
Create a new CLOB value with the given character stream.
SqlMapCallback - Interface in org.springframework.orm.ibatis
Callback interface for data access code that works on an iBATIS Database Layer MappedStatement.
SqlMapClientCallback - Interface in org.springframework.orm.ibatis
Callback interface for data access code that works with the iBATIS Database Layer SqlMapExecutor interfae.
SqlMapClientDaoSupport - Class in org.springframework.orm.ibatis.support
Convenient super class for iBATIS SqlMapClient data access objects.
SqlMapClientDaoSupport() - Constructor for class org.springframework.orm.ibatis.support.SqlMapClientDaoSupport
 
SqlMapClientFactoryBean - Class in org.springframework.orm.ibatis
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 in org.springframework.orm.ibatis
Interface that specifies a basic set of iBATIS SqlMapClient operations.
SqlMapClientTemplate - Class in org.springframework.orm.ibatis
Helper class that simplifies data access via the SqlMapClient API of iBATIS SQL Maps, and converts checked SQLExceptions into unchecked DataAccessExceptions, following the org.springframework.dao exception hierarchy.
SqlMapClientTemplate() - Constructor for class org.springframework.orm.ibatis.SqlMapClientTemplate
Create a new SqlMapClientTemplate.
SqlMapClientTemplate(SqlMapClient) - Constructor for class org.springframework.orm.ibatis.SqlMapClientTemplate
Create a new SqlMapTemplate.
SqlMapClientTemplate(DataSource, SqlMapClient) - Constructor for class org.springframework.orm.ibatis.SqlMapClientTemplate
Create a new SqlMapTemplate.
SqlMapDaoSupport - Class in org.springframework.orm.ibatis.support
Convenient super class for iBATIS SqlMap data access objects.
SqlMapDaoSupport() - Constructor for class org.springframework.orm.ibatis.support.SqlMapDaoSupport
 
SqlMapFactoryBean - Class in org.springframework.orm.ibatis
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 in org.springframework.orm.ibatis
Interface that specifies a basic set of iBATIS SqlMap operations.
SqlMapTemplate - Class in org.springframework.orm.ibatis
Helper class that simplifies data access via the MappedStatement API of iBATIS SQL Maps, and converts checked SQLExceptions into unchecked DataAccessExceptions, following 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 in org.springframework.jdbc.object
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 in org.springframework.jdbc.core
Subclass of SqlParameter to represent an output parameter.
SqlOutParameter(String, int) - Constructor for class org.springframework.jdbc.core.SqlOutParameter
Create a new SqlOutParameter.
SqlOutParameter(String, int, String) - Constructor for class org.springframework.jdbc.core.SqlOutParameter
Create a new SqlOutParameter.
SqlOutParameter(String, int, String, SqlReturnType) - Constructor for class org.springframework.jdbc.core.SqlOutParameter
Create a new SqlOutParameter.
SqlOutParameter(String, int, ResultSetExtractor) - Constructor for class org.springframework.jdbc.core.SqlOutParameter
Create a new SqlOutParameter.
SqlOutParameter(String, int, RowCallbackHandler) - Constructor for class org.springframework.jdbc.core.SqlOutParameter
Create a new SqlOutParameter.
SqlOutParameter(String, int, RowMapper) - Constructor for class org.springframework.jdbc.core.SqlOutParameter
Create a new SqlOutParameter.
SqlOutParameter(String, int, RowMapper, int) - Constructor for class org.springframework.jdbc.core.SqlOutParameter
Create a new SqlOutParameter.
SqlParameter - Class in org.springframework.jdbc.core
Object to represent a SQL parameter definition.
SqlParameter(int) - Constructor for class org.springframework.jdbc.core.SqlParameter
Create a new anonymous SqlParameter, supplying SQL type.
SqlParameter(int, String) - Constructor for class org.springframework.jdbc.core.SqlParameter
Create a new anonymous SqlParameter, supplying SQL type.
SqlParameter(String, int) - Constructor for class org.springframework.jdbc.core.SqlParameter
Create a new SqlParameter, supplying name and SQL type.
SqlParameter(String, int, String) - Constructor for class org.springframework.jdbc.core.SqlParameter
Create a new SqlParameter, supplying name and SQL type.
SqlProvider - Interface in org.springframework.jdbc.core
Interface to be implemented by objects that can provide SQL strings.
SqlQuery - Class in org.springframework.jdbc.object
Reusable object to represent a SQL query.
SqlQuery() - Constructor for class org.springframework.jdbc.object.SqlQuery
Constructor to allow use as a JavaBean.
SqlQuery(DataSource, String) - Constructor for class org.springframework.jdbc.object.SqlQuery
Convenient constructor with DataSource and SQL string.
SqlReturnResultSet - Class in org.springframework.jdbc.core
Subclass of SqlOutParameter to represent a returned ResultSet from a stored procedure call.
SqlReturnResultSet(String, ResultSetExtractor) - Constructor for class org.springframework.jdbc.core.SqlReturnResultSet
Create a new SqlReturnResultSet.
SqlReturnResultSet(String, RowCallbackHandler) - Constructor for class org.springframework.jdbc.core.SqlReturnResultSet
Create a new SqlReturnResultSet.
SqlReturnResultSet(String, RowMapper) - Constructor for class org.springframework.jdbc.core.SqlReturnResultSet
Create a new SqlReturnResultSet.
SqlReturnResultSet(String, RowMapper, int) - Constructor for class org.springframework.jdbc.core.SqlReturnResultSet
Create a new SqlReturnResultSet.
SqlReturnType - Interface in org.springframework.jdbc.core
Interface to be implemented for retrieving values for more complex database specific types not supported by the standard getObject method.
SqlRowSet - Interface in org.springframework.jdbc.support.rowset
Mirror interface for javax.sql.RowSet, representing disconnected java.sql.ResultSet data.
SqlRowSetMetaData - Interface in org.springframework.jdbc.support.rowset
Meta data interface for Spring's SqlRowSet, analogous to javax.sql.ResultSetMetaData The main difference to the standard JDBC RowSetMetaData is that an SQLException is never thrown here.
SqlRowSetResultSetExtractor - Class in org.springframework.jdbc.core
ResultSetExtractor implementation that returns a Spring SqlRowSet representation for each given ResultSet.
SqlRowSetResultSetExtractor() - Constructor for class org.springframework.jdbc.core.SqlRowSetResultSetExtractor
 
SQLStateSQLExceptionTranslator - Class in org.springframework.jdbc.support
Implementation of SQLExceptionTranslator that uses the SQLState code in the SQLException.
SQLStateSQLExceptionTranslator() - Constructor for class org.springframework.jdbc.support.SQLStateSQLExceptionTranslator
 
sqlTypes() - Method in class org.springframework.orm.hibernate.support.BlobByteArrayType
 
sqlTypes() - Method in class org.springframework.orm.hibernate.support.BlobSerializableType
 
sqlTypes() - Method in class org.springframework.orm.hibernate.support.ClobStringType
 
sqlTypes() - Method in class org.springframework.orm.hibernate3.support.BlobByteArrayType
 
sqlTypes() - Method in class org.springframework.orm.hibernate3.support.BlobSerializableType
 
sqlTypes() - Method in class org.springframework.orm.hibernate3.support.ClobStringType
 
sqlTypesToAnonymousParameterList(int[]) - Static method in class org.springframework.jdbc.core.SqlParameter
Convert a list of JDBC types, as defined in java.sql.Types, to a List of SqlParameter objects as used in this package.
SqlTypeValue - Interface in org.springframework.jdbc.core
Interface to be implemented for setting values for more complex database specific types not supported by the standard setObject method.
SqlUpdate - Class in org.springframework.jdbc.object
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.
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.
SQLWarning() - Method in exception org.springframework.jdbc.SQLWarningException
Return the SQLWarning.
SQLWarningException - Exception in org.springframework.jdbc
Exception thrown when we're not ignoring warnings.
SQLWarningException(String, SQLWarning) - Constructor for exception org.springframework.jdbc.SQLWarningException
Constructor for ConnectionFactoryException.
start(String) - Method in class org.springframework.util.StopWatch
Start a named task.
startScheduler(Scheduler, int) - Method in class org.springframework.scheduling.quartz.SchedulerFactoryBean
Start the Quartz Scheduler, respecting the "startupDelay" setting.
startsWithIgnoreCase(String, String) - Static method in class org.springframework.util.StringUtils
Test if the given String starts with the specified prefix, ignoring upper/lower case.
state(boolean, String) - Static method in class org.springframework.util.Assert
Assert a boolean expression, throwing IllegalStateException if the test result is false.
state(boolean) - Static method in class org.springframework.util.Assert
Assert a boolean expression, throwing IllegalStateException if the test result is false.
STATE_COMMITTED - Static variable in exception org.springframework.transaction.HeuristicCompletionException
 
STATE_MIXED - Static variable in exception org.springframework.transaction.HeuristicCompletionException
 
STATE_ROLLED_BACK - Static variable in exception org.springframework.transaction.HeuristicCompletionException
 
STATE_UNKNOWN - Static variable in exception org.springframework.transaction.HeuristicCompletionException
Values for the outcome state of a heuristically completed transaction.
StatementCallback - Interface in org.springframework.jdbc.core
Generic callback interface for code that operates on a JDBC Statement.
StatementCreatorUtils - Class in org.springframework.jdbc.core
Utility methods for PreparedStatementCreator and CallableStatementCreator implementations, providing sophisticated parameter management (including support for LOB values).
StatementCreatorUtils() - Constructor for class org.springframework.jdbc.core.StatementCreatorUtils
 
StaticApplicationContext - Class in org.springframework.context.support
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 a new StaticApplicationContext.
StaticApplicationContext(ApplicationContext) - Constructor for class org.springframework.context.support.StaticApplicationContext
Create a new StaticApplicationContext with the given parent.
StaticLabeledEnumResolver - Class in org.springframework.core.enums
LabeledEnumResolver that resolves statically defined enumerations.
StaticLabeledEnumResolver() - Constructor for class org.springframework.core.enums.StaticLabeledEnumResolver
 
StaticListableBeanFactory - Class in org.springframework.beans.factory.support
Static factory that allows to register existing singleton instances programmatically.
StaticListableBeanFactory() - Constructor for class org.springframework.beans.factory.support.StaticListableBeanFactory
 
StaticMessageSource - Class in org.springframework.context.support
Simple implementation of MessageSource that allows messages to be held in a Java object, and added programmatically.
StaticMessageSource() - Constructor for class org.springframework.context.support.StaticMessageSource
 
StaticMethodMatcher - Class in org.springframework.aop.support
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 in org.springframework.aop.support
Convenient superclass when we want to force subclasses to implement the MethodMatcher interface, but subclasses will want to be pointcuts.
StaticMethodMatcherPointcut() - Constructor for class org.springframework.aop.support.StaticMethodMatcherPointcut
 
StaticMethodMatcherPointcutAdvisor - Class in org.springframework.aop.support
Convenient 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 in org.springframework.web.context.support
Static WebApplicationContext implementation for testing.
StaticWebApplicationContext() - Constructor for class org.springframework.web.context.support.StaticWebApplicationContext
 
STATUS_COMMITTED - Static variable in interface org.springframework.transaction.support.TransactionSynchronization
Completion status in case of proper commit
STATUS_ROLLED_BACK - Static variable in interface org.springframework.transaction.support.TransactionSynchronization
Completion status in case of proper rollback
STATUS_UNKNOWN - Static variable in interface org.springframework.transaction.support.TransactionSynchronization
Completion status in case of heuristic mixed completion or system errors
STATUS_VARIABLE_NAME - Static variable in class org.springframework.web.servlet.tags.BindTag
Name of the exposed variable within the scope of this tag: "status".
stop() - Method in class org.springframework.util.StopWatch
Stop the current task.
StopWatch - Class in org.springframework.util
Simple stop watch, allowing for timing of a number of tasks, exposing total running time and running time for each named task.
StopWatch() - Constructor for class org.springframework.util.StopWatch
Construct a new stop watch.
StopWatch(String) - Constructor for class org.springframework.util.StopWatch
Construct a new stop watch with the given id.
StopWatch.TaskInfo - Class in org.springframework.util
Inner class to hold data about one task executed within the stop watch.
store(Object) - Method in interface org.springframework.orm.ojb.PersistenceBrokerOperations
 
store(Object) - Method in class org.springframework.orm.ojb.PersistenceBrokerTemplate
 
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.
StoredProcedure - Class in org.springframework.jdbc.object
Superclass for object abstractions of RDBMS stored procedures.
StoredProcedure() - Constructor for class org.springframework.jdbc.object.StoredProcedure
Allow use as a bean.
StoredProcedure(DataSource, String) - Constructor for class org.springframework.jdbc.object.StoredProcedure
Create a new object wrapper for a stored procedure.
StoredProcedure(JdbcTemplate, String) - Constructor for class org.springframework.jdbc.object.StoredProcedure
Create a new object wrapper for a stored procedure.
storeToXml(Properties, OutputStream, String) - Method in class org.springframework.util.DefaultPropertiesPersister
 
storeToXml(Properties, OutputStream, String, String) - Method in class org.springframework.util.DefaultPropertiesPersister
 
storeToXml(Properties, OutputStream, String) - Method in interface org.springframework.util.PropertiesPersister
Write the contents of the given Properties object to the given XML OutputStream.
storeToXml(Properties, OutputStream, String, String) - Method in interface org.springframework.util.PropertiesPersister
Write the contents of the given Properties object to the given XML OutputStream.
streamData(ResultSet) - Method in class org.springframework.jdbc.core.support.AbstractLobStreamingResultSetExtractor
Stream LOB content from the given ResultSet to some OutputStream.
StringArrayPropertyEditor - Class in org.springframework.beans.propertyeditors
Editor for String arrays.
StringArrayPropertyEditor() - Constructor for class org.springframework.beans.propertyeditors.StringArrayPropertyEditor
 
StringCodedLabeledEnum - Class in org.springframework.core.enums
Implementation of LabeledEnum which uses a String as the code type.
StringCodedLabeledEnum(String, String) - Constructor for class org.springframework.core.enums.StringCodedLabeledEnum
Create a new StringCodedLabeledEnum instance.
StringMultipartFileEditor - Class in org.springframework.web.multipart.support
Custom PropertyEditor for converting MultipartFiles to Strings.
StringMultipartFileEditor() - Constructor for class org.springframework.web.multipart.support.StringMultipartFileEditor
Create a new StringMultipartFileEditor, using the default charset.
StringMultipartFileEditor(String) - Constructor for class org.springframework.web.multipart.support.StringMultipartFileEditor
Create a new StringMultipartFileEditor, using the given charset.
StringTrimmerEditor - Class in org.springframework.beans.propertyeditors
Property editor that trims Strings.
StringTrimmerEditor(boolean) - Constructor for class org.springframework.beans.propertyeditors.StringTrimmerEditor
Create a new StringTrimmerEditor instance.
StringTrimmerEditor(String, boolean) - Constructor for class org.springframework.beans.propertyeditors.StringTrimmerEditor
Create a new StringTrimmerEditor instance.
StringUtils - Class in org.springframework.util
Miscellaneous string utility methods.
StringUtils() - Constructor for class org.springframework.util.StringUtils
 
style(Object) - Method in class org.springframework.core.style.DefaultValueStyler
 
style(Object) - Static method in class org.springframework.core.style.StylerUtils
Style the specified value according to default conventions.
style(Object) - Method in interface org.springframework.core.style.ValueStyler
Style the given value, returning a String representation.
styleEnd(StringBuffer, Object) - Method in class org.springframework.core.style.DefaultToStringStyler
 
styleEnd(StringBuffer, Object) - Method in interface org.springframework.core.style.ToStringStyler
Style a toString()'ed object after it's fields are styled.
styleField(StringBuffer, String, Object) - Method in class org.springframework.core.style.DefaultToStringStyler
 
styleField(StringBuffer, String, Object) - Method in interface org.springframework.core.style.ToStringStyler
Style a field value as a string.
styleFieldEnd(StringBuffer, String) - Method in class org.springframework.core.style.DefaultToStringStyler
 
styleFieldSeparator(StringBuffer) - Method in class org.springframework.core.style.DefaultToStringStyler
 
styleFieldSeparator(StringBuffer) - Method in interface org.springframework.core.style.ToStringStyler
Style the field separator.
styleFieldStart(StringBuffer, String) - Method in class org.springframework.core.style.DefaultToStringStyler
 
StylerUtils - Class in org.springframework.core.style
Simple utility class to allow for convenient access to value styling logic, mainly to support descriptive logging messages.
StylerUtils() - Constructor for class org.springframework.core.style.StylerUtils
 
styleStart(StringBuffer, Object) - Method in class org.springframework.core.style.DefaultToStringStyler
 
styleStart(StringBuffer, Object) - Method in interface org.springframework.core.style.ToStringStyler
Style a toString()'ed object before its fields are styled.
styleValue(StringBuffer, Object) - Method in class org.springframework.core.style.DefaultToStringStyler
 
styleValue(StringBuffer, Object) - Method in interface org.springframework.core.style.ToStringStyler
Style the given value.
SUBMIT_IMAGE_SUFFIXES - Static variable in class org.springframework.web.util.WebUtils
Name suffixes in case of image buttons
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 class org.springframework.web.servlet.handler.SimpleServletHandlerAdapter
 
supports(Object) - Method in interface org.springframework.web.servlet.HandlerAdapter
Given a handler instance, return whether or not this HandlerAdapter can support it.
supports(Object) - Method in class org.springframework.web.servlet.mvc.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?
supportsAdvice(Advice) - Method in class org.springframework.aop.framework.adapter.AfterReturningAdviceAdapter
 
supportsAdvice(Advice) - Method in class org.springframework.aop.framework.adapter.BeforeAdviceAdapter
 
supportsAdvice(Advice) - Method in class org.springframework.aop.framework.adapter.ThrowsAdviceAdapter
 
supportsAggressiveRelease() - Method in class org.springframework.orm.hibernate3.LocalDataSourceConnectionProvider
This implementation returns false: We cannot guarantee to receive the same Connection within a transaction, not even when dealing with a JNDI DataSource.
supportsAggressiveRelease() - Method in class org.springframework.orm.hibernate3.TransactionAwareDataSourceConnectionProvider
This implementation returns true: We can guarantee to receive the same Connection within a transaction, as we are exposing a TransactionAwareDataSourceProxy.
supportsBatchUpdates(Connection) - Static method in class org.springframework.jdbc.support.JdbcUtils
Return whether the given JDBC driver supports JDBC 2.0 batch updates.
supportsLobParameters() - Method in class org.springframework.jdbc.object.BatchSqlUpdate
BatchSqlUpdate does not support BLOB or CLOB parameters.
supportsLobParameters() - Method in class org.springframework.jdbc.object.RdbmsOperation
Return whether BLOB or CLOB parameters are supported for this kind of operation.
suppressBinding(HttpServletRequest) - Method in class org.springframework.web.servlet.mvc.BaseCommandController
Return whether to suppress binding for the given request.
suppressInterface(Class) - Method in class org.springframework.aop.support.IntroductionInfoSupport
Suppress the specified interface, which will have been autodetected due to its implementation by the delegate.
suppressValidation(HttpServletRequest) - Method in class org.springframework.web.servlet.mvc.BaseCommandController
Return whether to suppress validation for the given request.
suppressValidation(HttpServletRequest) - Method in class org.springframework.web.servlet.mvc.SimpleFormController
This implementation delegates to isFormChangeRequest: A form change request changes the appearance of the form and should not get validated but just show the new form.
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.
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. not for empty ones that result from PROPAGATION_SUPPORTS with no existing backend transaction.
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.

T

TagUtils - Class in org.springframework.web.util
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
 
target - Variable in class org.springframework.aop.framework.ReflectiveMethodInvocation
 
targetSource - Variable in class org.springframework.aop.framework.AdvisedSupport
Package-protected to allow direct access for efficiency
TargetSource - Interface in org.springframework.aop
A TargetSource is used to obtain the current "target" of an AOP invocation, which will be invoked via reflection if no around advice chooses to end the interceptor chain itself.
TargetSourceCreator - Interface in org.springframework.aop.framework.autoproxy
Implementations can create special target sources, such as pooling target sources, for particular beans.
tearDown() - Method in class org.springframework.test.AbstractDependencyInjectionSpringContextTests
Reload the context if it's marked as dirty.
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
testRegistry(Registry) - Method in class org.springframework.remoting.rmi.RmiRegistryFactoryBean
Test the given RMI registry, calling some operation on it to check whether it is still active.
testRegistry(Registry) - Method in class org.springframework.remoting.rmi.RmiServiceExporter
Test the given RMI registry, calling some operation on it to check whether it is still active.
Theme - Interface in org.springframework.ui.context
A Theme can resolve theme-specific messages, codes, file paths, etcetera (e.g. CSS and image files in a web environment).
THEME_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.
ThemeChangeInterceptor - Class in org.springframework.web.servlet.theme
Interceptor that allows for changing the current theme on every request, via a configurable request parameter.
ThemeChangeInterceptor() - Constructor for class org.springframework.web.servlet.theme.ThemeChangeInterceptor
 
ThemeResolver - Interface in org.springframework.web.servlet
Interface for web-based theme resolution strategies that allows for both theme resolution via the request and theme modification via request and response.
ThemeSource - Interface in org.springframework.ui.context
Interface to be implemented by objects that can resolve Themes.
ThemeTag - Class in org.springframework.web.servlet.tags
Custom tag to look up a theme message in the scope of this page.
ThemeTag() - Constructor for class org.springframework.web.servlet.tags.ThemeTag
 
ThreadLocalAttribute - Class in org.springframework.aop.framework.autoproxy.metadata
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 in org.springframework.aop.target
Alternative to an object pool.
ThreadLocalTargetSource() - Constructor for class org.springframework.aop.target.ThreadLocalTargetSource
 
ThreadLocalTargetSourceStats - Interface in org.springframework.aop.target
Statistics for a ThreadLocal TargetSource.
ThrowawayController - Interface in org.springframework.web.servlet.mvc.throwaway
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 in org.springframework.web.servlet.mvc.throwaway
Adapter to use the ThrowawayController workflow interface with the generic DispatcherServlet.
ThrowawayControllerHandlerAdapter() - Constructor for class org.springframework.web.servlet.mvc.throwaway.ThrowawayControllerHandlerAdapter
 
ThrowsAdvice - Interface in org.springframework.aop
Tag interface for throws advice.
ThrowsAdviceAdapter - Class in org.springframework.aop.framework.adapter
 
ThrowsAdviceAdapter() - Constructor for class org.springframework.aop.framework.adapter.ThrowsAdviceAdapter
 
ThrowsAdviceInterceptor - Class in org.springframework.aop.framework.adapter
Interceptor to wrap an after throwing advice.
ThrowsAdviceInterceptor(Object) - Constructor for class org.springframework.aop.framework.adapter.ThrowsAdviceInterceptor
Create a new ThrowsAdviceInterceptor for the given ThrowsAdvice.
TilesConfigurer - Class in org.springframework.web.servlet.view.tiles
Helper class to configure Tiles for the Spring Framework.
TilesConfigurer() - Constructor for class org.springframework.web.servlet.view.tiles.TilesConfigurer
 
TilesJstlView - Class in org.springframework.web.servlet.view.tiles
Specialization of TilesView for JSTL pages, i.e.
TilesJstlView() - Constructor for class org.springframework.web.servlet.view.tiles.TilesJstlView
 
TilesView - Class in org.springframework.web.servlet.view.tiles
View implementation that retrieves a Tiles definition.
TilesView() - Constructor for class org.springframework.web.servlet.view.tiles.TilesView
 
TIMEOUT_DEFAULT - Static variable in interface org.springframework.transaction.TransactionDefinition
Use the default timeout of the underlying transaction system, or none if timeouts are not supported.
TIMEOUT_PREFIX - Static variable in class org.springframework.transaction.support.DefaultTransactionDefinition
Prefix for transaction timeout values in description strings
TimerFactoryBean - Class in org.springframework.scheduling.timer
FactoryBean that sets up a J2SE Timer and exposes it for bean references.
TimerFactoryBean() - Constructor for class org.springframework.scheduling.timer.TimerFactoryBean
 
toArray() - Method in class org.springframework.beans.factory.support.ManagedSet
 
toArray(Object[]) - Method in class org.springframework.beans.factory.support.ManagedSet
 
toByteArray() - Method in class org.springframework.jca.cci.core.support.CommAreaRecord
 
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.
toInterfaceArray(String[]) - Static method in class org.springframework.aop.support.AopUtils
Convenience method to convert a string array of interface names to a class array.
tokenizeToStringArray(String, String) - Static method in class org.springframework.util.StringUtils
Tokenize the given String into a String array via a StringTokenizer.
tokenizeToStringArray(String, String, boolean, boolean) - Static method in class org.springframework.util.StringUtils
Tokenize the given String into a String array via a StringTokenizer.
toMessage(Object, Session) - Method in interface org.springframework.jms.support.converter.MessageConverter
Convert a Java object to a JMS Message using the supplied session to create the message object.
toMessage(Object, Session) - Method in class org.springframework.jms.support.converter.SimpleMessageConverter
This implementation creates a TextMessage for a String, a BytesMessage for a byte array, a MapMessage for a Map, and an ObjectMessage for a Serializable object.
toObjectArray(Object) - Static method in class org.springframework.util.ObjectUtils
Convert a primitive array to an object array of primitive wrapper objects.
TopLinkAccessor - Class in org.springframework.orm.toplink
Base class for TopLinkTemplate and TopLinkInterceptor, defining common properties like SessionFactory and JDBC exception translator.
TopLinkAccessor() - Constructor for class org.springframework.orm.toplink.TopLinkAccessor
 
TopLinkCallback - Interface in org.springframework.orm.toplink
Callback interface for TopLink code.
TopLinkDaoSupport - Class in org.springframework.orm.toplink.support
Convenient super class for TopLink data access objects.
TopLinkDaoSupport() - Constructor for class org.springframework.orm.toplink.support.TopLinkDaoSupport
 
TopLinkInterceptor - Class in org.springframework.orm.toplink
This interceptor binds a new TopLink Session to the thread before a method call, closing and removing it afterwards in case of any method outcome.
TopLinkInterceptor() - Constructor for class org.springframework.orm.toplink.TopLinkInterceptor
 
TopLinkJdbcException - Exception in org.springframework.orm.toplink
TopLink-specific subclass of DataAccessException, for JDBC exceptions that TopLink rethrew.
TopLinkJdbcException(DatabaseException) - Constructor for exception org.springframework.orm.toplink.TopLinkJdbcException
 
TopLinkOperations - Interface in org.springframework.orm.toplink
Interface that specifies a basic set of TopLink operations.
TopLinkOptimisticLockingFailureException - Exception in org.springframework.orm.toplink
TopLink-specific subclass of ObjectOptimisticLockingFailureException.
TopLinkOptimisticLockingFailureException(OptimisticLockException) - Constructor for exception org.springframework.orm.toplink.TopLinkOptimisticLockingFailureException
 
TopLinkQueryException - Exception in org.springframework.orm.toplink
TopLink-specific subclass of InvalidDataAccessResourceUsageException, thrown on invalid TopLik query syntax or behavior.
TopLinkQueryException(QueryException) - Constructor for exception org.springframework.orm.toplink.TopLinkQueryException
 
TopLinkSystemException - Exception in org.springframework.orm.toplink
TopLink-specific subclass of UncategorizedDataAccessException, for TopLink system errors that do not match any concrete org.springframework.dao exceptions.
TopLinkSystemException(TopLinkException) - Constructor for exception org.springframework.orm.toplink.TopLinkSystemException
 
TopLinkTemplate - Class in org.springframework.orm.toplink
Helper class that simplifies TopLink data access code, and converts TopLinkExceptions into unchecked DataAccessExceptions, following the org.springframework.dao exception hierarchy.
TopLinkTemplate() - Constructor for class org.springframework.orm.toplink.TopLinkTemplate
Create a new TopLinkTemplate instance.
TopLinkTemplate(SessionFactory) - Constructor for class org.springframework.orm.toplink.TopLinkTemplate
Create a new TopLinkTemplate instance.
TopLinkTemplate(SessionFactory, boolean) - Constructor for class org.springframework.orm.toplink.TopLinkTemplate
Create a new TopLinkTemplate instance.
TopLinkTransactionManager - Class in org.springframework.orm.toplink
PlatformTransactionManager implementation for a single TopLink SessionFactory.
TopLinkTransactionManager() - Constructor for class org.springframework.orm.toplink.TopLinkTransactionManager
Create a new TopLinkTransactionManager instance.
TopLinkTransactionManager(SessionFactory) - Constructor for class org.springframework.orm.toplink.TopLinkTransactionManager
Create a new TopLinkTransactionManager instance.
toProxyConfigString() - Method in interface org.springframework.aop.framework.Advised
As toString() will normally be delegated to the target, this returns the equivalent for the AOP proxy.
toProxyConfigString() - Method in class org.springframework.aop.framework.AdvisedSupport
 
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.AbstractPointcutAdvisor
 
toString() - Method in class org.springframework.aop.support.DefaultIntroductionAdvisor
 
toString() - Method in class org.springframework.aop.target.EmptyTargetSource
 
toString() - Method in class org.springframework.aop.target.HotSwappableTargetSource
 
toString() - Method in class org.springframework.aop.target.SingletonTargetSource
 
toString() - Method in class org.springframework.aop.TrueClassFilter
 
toString() - Method in class org.springframework.aop.TrueMethodMatcher
 
toString() - Method in class org.springframework.aop.TruePointcut
 
toString() - Method in class org.springframework.beans.BeanWrapperImpl
 
toString() - Method in class org.springframework.beans.factory.config.BeanDefinitionHolder
 
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.LookupOverride
 
toString() - Method in class org.springframework.beans.factory.support.ManagedMap
 
toString() - Method in class org.springframework.beans.factory.support.ManagedSet
 
toString() - Method in class org.springframework.beans.factory.support.ReplaceOverride
 
toString() - Method in class org.springframework.beans.factory.support.RootBeanDefinition
 
toString() - Method in class org.springframework.beans.MutablePropertyValues
 
toString() - Method in exception org.springframework.beans.PropertyAccessExceptionsException
 
toString() - Method in class org.springframework.beans.PropertyValue
 
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.ControlFlowFactory.Jdk14ControlFlow
 
toString() - Method in class org.springframework.core.enums.AbstractLabeledEnum
 
toString() - Method in class org.springframework.core.io.AbstractResource
This implementation returns the description of this resource.
toString() - Method in class org.springframework.core.style.ToStringCreator
Return the String representation that this ToStringCreator built.
toString() - Method in class org.springframework.jdbc.datasource.SimpleConnectionHandle
 
toString() - Method in class org.springframework.mail.SimpleMailMessage
 
toString(Session) - Static method in class org.springframework.orm.hibernate3.SessionFactoryUtils
Stringify the given Session for debug logging.
toString() - Method in class org.springframework.remoting.support.RemoteInvocation
 
toString() - Method in class org.springframework.transaction.interceptor.DefaultTransactionAttribute
Return a description of this transaction attribute.
toString() - Method in class org.springframework.transaction.interceptor.DelegatingTransactionAttribute
 
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.CachingMapDecorator
 
toString() - Method in class org.springframework.util.comparator.BooleanComparator
 
toString() - Method in class org.springframework.util.comparator.CompoundComparator
 
toString() - Method in class org.springframework.util.comparator.InvertibleComparator
 
toString() - Method in class org.springframework.util.comparator.NullSafeComparator
 
toString() - Method in class org.springframework.util.ResponseTimeMonitorImpl
Return a human-readable string showing the performance data recorded by this object.
toString() - Method in class org.springframework.util.StopWatch
Return an informative string describing all tasks performed For custom reporting, call getTaskInfo() and use the task info directly.
toString() - Method in class org.springframework.validation.FieldError
 
toString() - Method in class org.springframework.validation.ObjectError
 
toString() - Method in class org.springframework.web.context.support.AbstractRefreshableWebApplicationContext
Return diagnostic information.
toString() - Method in class org.springframework.web.context.support.RequestHandledEvent
 
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.support.BindStatus
 
toString() - Method in class org.springframework.web.servlet.view.AbstractUrlBasedView
 
toString() - Method in class org.springframework.web.servlet.view.AbstractView
 
ToStringCreator - Class in org.springframework.core.style
Utility class that builds pretty-printing toString() methods with pluggable styling conventions.
ToStringCreator(Object) - Constructor for class org.springframework.core.style.ToStringCreator
Create a ToStringBuilder for this object.
ToStringCreator(Object, ValueStyler) - Constructor for class org.springframework.core.style.ToStringCreator
Create a ToStringBuilder for this object with the provided style.
ToStringCreator(Object, ToStringStyler) - Constructor for class org.springframework.core.style.ToStringCreator
Create a ToStringBuilder for this object with the provided style.
ToStringStyler - Interface in org.springframework.core.style
A strategy interface for pretty-printing toString() methods.
TraceInterceptor - Class in org.springframework.aop.interceptor
Deprecated. in favor of SimpleTraceInterceptor
TraceInterceptor() - Constructor for class org.springframework.aop.interceptor.TraceInterceptor
Deprecated.  
Transactional - Annotation Type in org.springframework.transaction.annotation
JDK 1.5+ annotation for describing transaction attributes on a method or class.
TransactionAspectSupport - Class in org.springframework.transaction.interceptor
Superclass for transactional aspects, such as the AOP Alliance-compatible TransactionInterceptor, or an AspectJ aspect.
TransactionAspectSupport() - Constructor for class org.springframework.transaction.interceptor.TransactionAspectSupport
 
TransactionAspectSupport.TransactionInfo - Class in org.springframework.transaction.interceptor
Opaque object used to hold Transaction information.
TransactionAspectSupport.TransactionInfo(TransactionAttribute, Method) - Constructor for class org.springframework.transaction.interceptor.TransactionAspectSupport.TransactionInfo
 
TransactionAttribute - Interface in org.springframework.transaction.interceptor
This interface adds a rollbackOn specification to TransactionDefinition.
TransactionAttributeEditor - Class in org.springframework.transaction.interceptor
PropertyEditor for TransactionAttribute objects.
TransactionAttributeEditor() - Constructor for class org.springframework.transaction.interceptor.TransactionAttributeEditor
 
transactionAttributeSource - Variable in class org.springframework.transaction.interceptor.TransactionAspectSupport
Helper used to find transaction attributes
TransactionAttributeSource - Interface in org.springframework.transaction.interceptor
Interface used by TransactionInterceptor.
TransactionAttributeSourceAdvisor - Class in org.springframework.transaction.interceptor
Advisor driven by a TransactionAttributeSource, used to exclude a TransactionInterceptor from methods that are non-transactional.
TransactionAttributeSourceAdvisor() - Constructor for class org.springframework.transaction.interceptor.TransactionAttributeSourceAdvisor
Create a new TransactionAttributeSourceAdvisor.
TransactionAttributeSourceAdvisor(TransactionInterceptor) - Constructor for class org.springframework.transaction.interceptor.TransactionAttributeSourceAdvisor
Create a new TransactionAttributeSourceAdvisor.
TransactionAttributeSourceEditor - Class in org.springframework.transaction.interceptor
Property editor that can convert String into TransactionAttributeSource.
TransactionAttributeSourceEditor() - Constructor for class org.springframework.transaction.interceptor.TransactionAttributeSourceEditor
 
TransactionAwareConnectionFactoryProxy - Class in org.springframework.jca.cci.connection
Proxy for a target ConnectionFactory, adding awareness of Spring-managed transactions.
TransactionAwareConnectionFactoryProxy() - Constructor for class org.springframework.jca.cci.connection.TransactionAwareConnectionFactoryProxy
Create a new TransactionAwareConnectionFactoryProxy.
TransactionAwareConnectionFactoryProxy(ConnectionFactory) - Constructor for class org.springframework.jca.cci.connection.TransactionAwareConnectionFactoryProxy
Create a new TransactionAwareConnectionFactoryProxy.
TransactionAwareDataSourceConnectionFactory - Class in org.springframework.orm.ojb.support
Subclass of LocalDataSourceConnectionFactory that returns transaction-aware proxies for all DataSources retrieved by OJB.
TransactionAwareDataSourceConnectionFactory() - Constructor for class org.springframework.orm.ojb.support.TransactionAwareDataSourceConnectionFactory
 
TransactionAwareDataSourceConnectionProvider - Class in org.springframework.orm.hibernate
Subclass of LocalDataSourceConnectionProvider that returns a transaction-aware proxy for the exposed DataSource.
TransactionAwareDataSourceConnectionProvider() - Constructor for class org.springframework.orm.hibernate.TransactionAwareDataSourceConnectionProvider
 
TransactionAwareDataSourceConnectionProvider - Class in org.springframework.orm.hibernate3
Subclass of LocalDataSourceConnectionProvider that returns a transaction-aware proxy for the exposed DataSource.
TransactionAwareDataSourceConnectionProvider() - Constructor for class org.springframework.orm.hibernate3.TransactionAwareDataSourceConnectionProvider
 
TransactionAwareDataSourceProxy - Class in org.springframework.jdbc.datasource
Proxy for a target DataSource, adding awareness of Spring-managed transactions.
TransactionAwareDataSourceProxy() - Constructor for class org.springframework.jdbc.datasource.TransactionAwareDataSourceProxy
Create a new TransactionAwareDataSourceProxy.
TransactionAwareDataSourceProxy(DataSource) - Constructor for class org.springframework.jdbc.datasource.TransactionAwareDataSourceProxy
Create a new TransactionAwareDataSourceProxy.
TransactionAwarePersistenceManagerFactoryProxy - Class in org.springframework.orm.jdo
This FactoryBean exposes a proxy for a target JDO PersistenceManagerFactory, returning the current thread-bound PersistenceManager (the Spring-managed transactional PersistenceManager or a the single OpenPersistenceManagerInView PersistenceManager) on getPersistenceManager(), if any.
TransactionAwarePersistenceManagerFactoryProxy() - Constructor for class org.springframework.orm.jdo.TransactionAwarePersistenceManagerFactoryProxy
 
TransactionAwareSessionAdapter - Class in org.springframework.orm.toplink.support
This adapter FactoryBean takes a TopLink SessionFactory and exposes a corresponding transaction-aware TopLink Session as bean reference.
TransactionAwareSessionAdapter() - Constructor for class org.springframework.orm.toplink.support.TransactionAwareSessionAdapter
 
TransactionCallback - Interface in org.springframework.transaction.support
Callback interface for transactional code.
TransactionCallbackWithoutResult - Class in org.springframework.transaction.support
Simple convenience class for TransactionCallback implementation.
TransactionCallbackWithoutResult() - Constructor for class org.springframework.transaction.support.TransactionCallbackWithoutResult
 
TransactionDefinition - Interface in org.springframework.transaction
Interface for classes that define transaction properties.
TransactionException - Exception in org.springframework.transaction
Superclass for all transaction exceptions.
TransactionException(String) - Constructor for exception org.springframework.transaction.TransactionException
Constructor for TransactionException.
TransactionException(String, Throwable) - Constructor for exception org.springframework.transaction.TransactionException
Constructor for TransactionException.
TransactionInProgressException - Exception in org.springframework.jms
Runtime exception mirroring the JMS TransactionInProgressException.
TransactionInProgressException(TransactionInProgressException) - Constructor for exception org.springframework.jms.TransactionInProgressException
 
TransactionInterceptor - Class in org.springframework.transaction.interceptor
AOP Alliance MethodInterceptor providing declarative transaction management using the common Spring transaction infrastructure.
TransactionInterceptor() - Constructor for class org.springframework.transaction.interceptor.TransactionInterceptor
Create a new TransactionInterceptor.
TransactionInterceptor(PlatformTransactionManager, Properties) - Constructor for class org.springframework.transaction.interceptor.TransactionInterceptor
Create a new TransactionInterceptor.
TransactionInterceptor(PlatformTransactionManager, TransactionAttributeSource) - Constructor for class org.springframework.transaction.interceptor.TransactionInterceptor
Create a new TransactionInterceptor.
transactionManager - Variable in class org.springframework.test.AbstractTransactionalSpringContextTests
 
transactionManager - Variable in class org.springframework.transaction.interceptor.TransactionAspectSupport
Delegate used to create, commit and rollback transactions
TransactionProxyFactoryBean - Class in org.springframework.transaction.interceptor
Proxy factory bean for simplified declarative transaction handling.
TransactionProxyFactoryBean() - Constructor for class org.springframework.transaction.interceptor.TransactionProxyFactoryBean
 
TransactionRolledBackException - Exception in org.springframework.jms
Runtime exception mirroring the JMS TransactionRolledBackException.
TransactionRolledBackException(TransactionRolledBackException) - Constructor for exception org.springframework.jms.TransactionRolledBackException
 
transactionStatus - Variable in class org.springframework.test.AbstractTransactionalSpringContextTests
TransactionStatus for this test.
TransactionStatus - Interface in org.springframework.transaction
Representation of the status of a transaction, consisting of a transaction object and some status flags.
TransactionSuspensionNotSupportedException - Exception in org.springframework.transaction
Exception thrown when attempting to suspend an existing transaction but transaction suspension is not supported by the underlying backend.
TransactionSuspensionNotSupportedException(String) - Constructor for exception org.springframework.transaction.TransactionSuspensionNotSupportedException
Constructor for TransactionSuspensionNotSupportedException.
TransactionSuspensionNotSupportedException(String, Throwable) - Constructor for exception org.springframework.transaction.TransactionSuspensionNotSupportedException
Constructor for TransactionSuspensionNotSupportedException.
TransactionSynchronization - Interface in org.springframework.transaction.support
Interface for transaction synchronization callbacks.
TransactionSynchronizationAdapter - Class in org.springframework.transaction.support
Adapter for the TransactionSynchronization interface.
TransactionSynchronizationAdapter() - Constructor for class org.springframework.transaction.support.TransactionSynchronizationAdapter
 
TransactionSynchronizationManager - Class in org.springframework.transaction.support
Central helper that manages resources and transaction synchronizations per thread.
TransactionSynchronizationManager() - Constructor for class org.springframework.transaction.support.TransactionSynchronizationManager
 
TransactionSystemException - Exception in org.springframework.transaction
Exception thrown when a general transaction system error is encountered, like on commit or rollback.
TransactionSystemException(String) - Constructor for exception org.springframework.transaction.TransactionSystemException
Constructor for TransactionSystemException.
TransactionSystemException(String, Throwable) - Constructor for exception org.springframework.transaction.TransactionSystemException
Constructor for TransactionSystemException.
TransactionTemplate - Class in org.springframework.transaction.support
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.
TransactionTimedOutException - Exception in org.springframework.transaction
Exception to be thrown when a transaction has timed out.
TransactionTimedOutException(String) - Constructor for exception org.springframework.transaction.TransactionTimedOutException
Constructor for TransactionTimedOutException.
TransactionTimedOutException(String, Throwable) - Constructor for exception org.springframework.transaction.TransactionTimedOutException
Constructor for TransactionTimedOutException.
TransactionUsageException - Exception in org.springframework.transaction
Superclass for exceptions caused by inappropriate usage of a Spring transaction API.
TransactionUsageException(String) - Constructor for exception org.springframework.transaction.TransactionUsageException
Constructor for TransactionUsageException.
TransactionUsageException(String, Throwable) - Constructor for exception org.springframework.transaction.TransactionUsageException
Constructor for TransactionUsageException.
transferTo(File) - Method in class org.springframework.web.multipart.commons.CommonsMultipartFile
 
transferTo(File) - Method in interface org.springframework.web.multipart.MultipartFile
Transfer the received file to the given destination file.
transformedBeanName(String) - Static method in class org.springframework.beans.factory.BeanFactoryUtils
Return the bean name, stripping out the factory dereference prefix if necessary.
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.
TransformTag - Class in org.springframework.web.servlet.tags
Tag for transforming reference data values from form controllers and other objects inside a spring:bind tag.
TransformTag() - Constructor for class org.springframework.web.servlet.tags.TransformTag
 
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 class org.springframework.orm.jdo.DefaultJdoDialect
This implementation delegates to PersistenceManagerFactoryUtils.
translateException(JDOException) - Method in interface org.springframework.orm.jdo.JdoDialect
Translate the given JDOException to a corresponding exception from Spring's generic DataAccessException hierarchy.
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.
trimLeadingWhitespace(String) - Static method in class org.springframework.util.StringUtils
Trim leading whitespace from the given String.
trimTrailingWhitespace(String) - Static method in class org.springframework.util.StringUtils
Trim trailing whitespace from the given String.
TRUE - Static variable in interface org.springframework.aop.ClassFilter
Canonical instance of a ClassFilter that matches all classes.
TRUE - Static variable in interface org.springframework.aop.MethodMatcher
Canonical instance that matches all methods.
TRUE - Static variable in interface org.springframework.aop.Pointcut
 
TRUE_HIGH - Static variable in class org.springframework.util.comparator.BooleanComparator
A shared default instance of this comparator, treating true higher than false.
TRUE_LOW - Static variable in class org.springframework.util.comparator.BooleanComparator
A shared default instance of this comparator, treating true lower than false.
TRUE_VALUE - Static variable in class org.springframework.beans.factory.support.PropertiesBeanDefinitionReader
Value of a T/F attribute that represents true.
TRUE_VALUE - Static variable in class org.springframework.beans.factory.xml.DefaultXmlBeanDefinitionParser
Value of a T/F attribute that represents true.
TrueClassFilter - Class in org.springframework.aop
Canonical ClassFilter instance that matches all classes.
TrueMethodMatcher - Class in org.springframework.aop
Canonical MethodMatcher instance that matches all methods.
TruePointcut - Class in org.springframework.aop
Canonical Pointcut instance that always matches.
TX_DATA_SOURCE_PREFIX - Static variable in class org.springframework.scheduling.quartz.LocalDataSourceJobStore
Name used for the transactional ConnectionProvider for Quartz.
TYPE_ATTRIBUTE - Static variable in class org.springframework.beans.factory.xml.DefaultXmlBeanDefinitionParser
 
TYPE_UNKNOWN - Static variable in interface org.springframework.jdbc.core.SqlReturnType
Constant that indicates an unknown (or unspecified) SQL type.
TYPE_UNKNOWN - Static variable in interface org.springframework.jdbc.core.SqlTypeValue
Constant that indicates an unknown (or unspecified) SQL type.
TypeDefinitionBean - Class in org.springframework.orm.hibernate3
Bean that encapsulates a Hibernate type definition.
TypeDefinitionBean() - Constructor for class org.springframework.orm.hibernate3.TypeDefinitionBean
 
TypedStringValue - Class in org.springframework.beans.factory.config
Holder for a typed String value.
TypedStringValue(String, Class) - Constructor for class org.springframework.beans.factory.config.TypedStringValue
Create a new TypedStrignValue for the given String value and target type.
TypeMismatchDataAccessException - Exception in org.springframework.dao
Exception thrown on mismatch between Java type and database type: for example on an attempt to set an object of the wrong type in an RDBMS column.
TypeMismatchDataAccessException(String) - Constructor for exception org.springframework.dao.TypeMismatchDataAccessException
Constructor for TypeMismatchDataAccessException.
TypeMismatchDataAccessException(String, Throwable) - Constructor for exception org.springframework.dao.TypeMismatchDataAccessException
Constructor for TypeMismatchDataAccessException.
TypeMismatchException - Exception in org.springframework.beans
Exception thrown on a type mismatch when trying to set a bean property.
TypeMismatchException(PropertyChangeEvent, Class) - Constructor for exception org.springframework.beans.TypeMismatchException
Create a new TypeMismatchException.
TypeMismatchException(PropertyChangeEvent, Class, Throwable) - Constructor for exception org.springframework.beans.TypeMismatchException
Create a new TypeMismatchException.

U

UiApplicationContextUtils - Class in org.springframework.ui.context.support
Utilities common to all UI application context implementations.
UiApplicationContextUtils() - Constructor for class org.springframework.ui.context.support.UiApplicationContextUtils
 
unbind(String) - Method in class org.springframework.jndi.JndiTemplate
Remove the binding for the given name from the current JNDI context.
unbind(String) - Method in class org.springframework.mock.jndi.SimpleNamingContext
 
unbind(Name) - Method in class org.springframework.mock.jndi.SimpleNamingContext
 
unbindResource(Object) - Static method in class org.springframework.transaction.support.TransactionSynchronizationManager
Unbind a resource for the given key from the current thread.
uncapitalize(String) - Static method in class org.springframework.util.StringUtils
Uncapitalize a String, changing the first letter to lower case as per Character.toLowerCase(char).
UncategorizedDataAccessException - Exception in org.springframework.dao
Normal superclass when we can't distinguish anything more specific than "something went wrong with the underlying resource": for example, a SQLException from JDBC we can't pinpoint more precisely.
UncategorizedDataAccessException(String, Throwable) - Constructor for exception org.springframework.dao.UncategorizedDataAccessException
Constructor for UncategorizedDataAccessException.
UncategorizedJmsException - Exception in org.springframework.jms
JmsException to be thrown when no other matching subclass found.
UncategorizedJmsException(String) - Constructor for exception org.springframework.jms.UncategorizedJmsException
 
UncategorizedJmsException(String, Throwable) - Constructor for exception org.springframework.jms.UncategorizedJmsException
 
UncategorizedJmsException(Throwable) - Constructor for exception org.springframework.jms.UncategorizedJmsException
 
UncategorizedSQLException - Exception in org.springframework.jdbc
Exception thrown when we can't classify a SQLException into one of our generic data access exceptions.
UncategorizedSQLException(String, String, SQLException) - Constructor for exception org.springframework.jdbc.UncategorizedSQLException
Constructor for UncategorizedSQLException.
under(Class) - Method in interface org.springframework.core.ControlFlow
Detect whether we're under the given class, according to the current stack trace.
under(Class, String) - Method in interface org.springframework.core.ControlFlow
Detect whether we're under the given class and method, according to the current stack trace.
under(Class) - Method in class org.springframework.core.ControlFlowFactory.Jdk13ControlFlow
 
under(Class, String) - Method in class org.springframework.core.ControlFlowFactory.Jdk13ControlFlow
Matches whole method name.
under(Class) - Method in class org.springframework.core.ControlFlowFactory.Jdk14ControlFlow
 
under(Class, String) - Method in class org.springframework.core.ControlFlowFactory.Jdk14ControlFlow
Matches whole method name.
underToken(String) - Method in interface org.springframework.core.ControlFlow
Detect whether the current stack trace contains the given token.
underToken(String) - Method in class org.springframework.core.ControlFlowFactory.Jdk13ControlFlow
Leave it up to the caller to decide what matches.
underToken(String) - Method in class org.springframework.core.ControlFlowFactory.Jdk14ControlFlow
Leave it up to the caller to decide what matches.
unescape(String) - Method in class org.springframework.util.DefaultPropertiesPersister
 
UnexpectedRollbackException - Exception in org.springframework.transaction
Thrown when an attempt to commit a transaction resulted in an unexpected rollback.
UnexpectedRollbackException(String) - Constructor for exception org.springframework.transaction.UnexpectedRollbackException
Constructor for UnexpectedRollbackException.
UnexpectedRollbackException(String, Throwable) - Constructor for exception org.springframework.transaction.UnexpectedRollbackException
Constructor for UnexpectedRollbackException.
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
Match all methods that either (or both) of the given pointcuts matches
UnionPointcut - Class in org.springframework.aop.support
Pointcut unions are tricky, because we can't just OR the MethodMatchers: we need to check that each MethodMatcher's ClassFilter was happy as well.
UnionPointcut(Pointcut, Pointcut) - Constructor for class org.springframework.aop.support.UnionPointcut
 
uniqueResult(Collection) - Static method in class org.springframework.dao.support.DataAccessUtils
Return a unique result object from the given Collection.
UnitOfWorkCallback - Class in org.springframework.orm.toplink
Convenient abstract implementation of the TopLinkCallback interface, exposing a UnitOfWork to perform write operations on.
UnitOfWorkCallback() - Constructor for class org.springframework.orm.toplink.UnitOfWorkCallback
 
UnknownAdviceTypeException - Exception in org.springframework.aop.framework.adapter
Exception thrown when an attempt is made to use an unsupported Advisor or Advice type.
UnknownAdviceTypeException(Object) - Constructor for exception org.springframework.aop.framework.adapter.UnknownAdviceTypeException
Create a new UnknownAdviceTypeException for the given advice object.
UnknownAdviceTypeException(String) - Constructor for exception org.springframework.aop.framework.adapter.UnknownAdviceTypeException
Create a new UnknownAdviceTypeException with the given message.
unloadBeanFactory() - Method in class org.springframework.ejb.support.AbstractEnterpriseBean
Unload the Spring BeanFactory instance.
unloadBeanFactory() - Method in class org.springframework.ejb.support.AbstractStatefulSessionBean
Unload the Spring BeanFactory instance.
unqualify(String) - Static method in class org.springframework.util.StringUtils
Unqualify a string qualified by a '.' dot character.
unqualify(String, char) - Static method in class org.springframework.util.StringUtils
Unqualify a string qualified by a separator character.
UnsatisfiedDependencyException - Exception in org.springframework.beans.factory
Exception thrown when a bean depends on other beans or simple properties that were not specified in the bean factory definition, although dependency checking was enabled.
UnsatisfiedDependencyException(String, String, int, Class, String) - Constructor for exception org.springframework.beans.factory.UnsatisfiedDependencyException
 
UnsatisfiedDependencyException(String, String, String, String) - Constructor for exception org.springframework.beans.factory.UnsatisfiedDependencyException
 
unsatisfiedNonSimpleProperties(RootBeanDefinition, BeanWrapper) - Method in class org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory
Return an array of non-simple bean properties that are unsatisfied.
UpdatableSqlQuery - Class in org.springframework.jdbc.object
Reusable RDBMS query in which concrete subclasses must implement the abstract updateRow(ResultSet, int, context) method to update each row of the JDBC ResultSet and optionally map contents into an object.
UpdatableSqlQuery() - Constructor for class org.springframework.jdbc.object.UpdatableSqlQuery
Constructor to allow use as a JavaBean
UpdatableSqlQuery(DataSource, String) - Constructor for class org.springframework.jdbc.object.UpdatableSqlQuery
Convenient constructor with DataSource and SQL string.
UpdatableSqlQuery.ResultReaderImpl - Class in org.springframework.jdbc.object
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.
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(PreparedStatementCreator, KeyHolder) - 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(PreparedStatementCreator, KeyHolder) - Method in class org.springframework.jdbc.core.JdbcTemplate
 
update(String, PreparedStatementSetter) - Method in class org.springframework.jdbc.core.JdbcTemplate
 
update(String, Object[], int[]) - Method in class org.springframework.jdbc.core.JdbcTemplate
 
update(String, Object[]) - Method in class org.springframework.jdbc.core.JdbcTemplate
 
update(Object[]) - Method in class org.springframework.jdbc.object.BatchSqlUpdate
Overridden version of update that adds the given statement parameters to the queue rather than executing them immediately.
update(Object[]) - Method in class org.springframework.jdbc.object.SqlUpdate
Generic method to execute the update given arguments.
update(Object[], KeyHolder) - Method in class org.springframework.jdbc.object.SqlUpdate
Method to execute the update given arguments and retrieve the generated keys using a KeyHolder.
update() - Method in class org.springframework.jdbc.object.SqlUpdate
Convenience method to execute an update with no parameters.
update(int) - Method in class org.springframework.jdbc.object.SqlUpdate
Convenient method to execute an update given one int arg.
update(int, int) - Method in class org.springframework.jdbc.object.SqlUpdate
Convenient method to execute an update given two int args.
update(long) - Method in class org.springframework.jdbc.object.SqlUpdate
Convenient method to execute an update given one long arg.
update(long, long) - Method in class org.springframework.jdbc.object.SqlUpdate
Convenient method to execute an update given two long args.
update(String) - Method in class org.springframework.jdbc.object.SqlUpdate
Convenient method to execute an update given one String arg.
update(String, String) - Method in class org.springframework.jdbc.object.SqlUpdate
Convenient method to execute an update given two String args.
update(Object) - Method in interface org.springframework.orm.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(Object) - Method in interface org.springframework.orm.hibernate3.HibernateOperations
Update the given persistent instance, associating it with the current Hibernate Session.
update(Object, LockMode) - Method in interface org.springframework.orm.hibernate3.HibernateOperations
Update the given persistent instance, associating it with the current Hibernate Session.
update(String, Object) - Method in interface org.springframework.orm.hibernate3.HibernateOperations
Update the given persistent instance, associating it with the current Hibernate Session.
update(String, Object, LockMode) - Method in interface org.springframework.orm.hibernate3.HibernateOperations
Update the given persistent instance, associating it with the current Hibernate Session.
update(Object) - Method in class org.springframework.orm.hibernate3.HibernateTemplate
 
update(Object, LockMode) - Method in class org.springframework.orm.hibernate3.HibernateTemplate
 
update(String, Object) - Method in class org.springframework.orm.hibernate3.HibernateTemplate
 
update(String, Object, LockMode) - Method in class org.springframework.orm.hibernate3.HibernateTemplate
 
update(String, Object) - Method in interface org.springframework.orm.ibatis.SqlMapClientOperations
 
update(String, Object, int) - Method in interface org.springframework.orm.ibatis.SqlMapClientOperations
Convenience method provided by Spring: execute an update operation with an automatic check that the update affected the given required number of rows.
update(String, Object) - Method in class org.springframework.orm.ibatis.SqlMapClientTemplate
 
update(String, Object, int) - 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.
updateDatabaseSchema() - Method in class org.springframework.orm.hibernate3.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.
URL_PROTOCOL_FILE - Static variable in class org.springframework.util.ResourceUtils
URL protocol for a file in the file system: "file"
UrlBasedRemoteAccessor - Class in org.springframework.remoting.support
Abstract base class for classes that access remote services via URLs.
UrlBasedRemoteAccessor() - Constructor for class org.springframework.remoting.support.UrlBasedRemoteAccessor
 
UrlBasedViewResolver - Class in org.springframework.web.servlet.view
Simple implementation of 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
 
URLEditor - Class in org.springframework.beans.propertyeditors
Editor for java.net.URL, to directly populate a URL property instead of using a String property as bridge.
URLEditor() - Constructor for class org.springframework.beans.propertyeditors.URLEditor
Create a new URLEditor, using the default ResourceEditor underneath.
URLEditor(ResourceEditor) - Constructor for class org.springframework.beans.propertyeditors.URLEditor
Create a new URLEditor, using the given ResourceEditor underneath.
UrlFilenameViewController - Class in org.springframework.web.servlet.mvc
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 in org.springframework.web.util
Helper class for URL path matching.
UrlPathHelper() - Constructor for class org.springframework.web.util.UrlPathHelper
 
UrlResource - Class in org.springframework.core.io
Resource implementation for java.net.URL locators.
UrlResource(URL) - Constructor for class org.springframework.core.io.UrlResource
Create a new UrlResource.
UrlResource(String) - Constructor for class org.springframework.core.io.UrlResource
Create a new UrlResource.
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.SingletonBeanFactoryLocator
 
useBeanFactory(String) - Method in class org.springframework.context.access.ContextJndiBeanFactoryLocator
Load/use a bean factory, as specified by a factoryKey which is a JNDI address, of the form java:comp/env/ejb/BeanFactoryPath.
useInclude(HttpServletRequest, HttpServletResponse) - Method in class org.springframework.web.servlet.view.InternalResourceView
Determine whether to use RequestDispatcher's include or forward method.
UserCredentialsConnectionFactoryAdapter - Class in org.springframework.jms.connection
An adapter for a target ConnectionFactory, applying the given user credentials to every standard createConnection() call, that is, implicitly invoking createConnection(username, password) on the target.
UserCredentialsConnectionFactoryAdapter() - Constructor for class org.springframework.jms.connection.UserCredentialsConnectionFactoryAdapter
 
UserCredentialsDataSourceAdapter - Class in org.springframework.jdbc.datasource
An adapter for a target DataSource, applying the given user credentials to every standard getConnection() call, that is, implicitly invoking getConnection(username, password) on the target.
UserCredentialsDataSourceAdapter() - Constructor for class org.springframework.jdbc.datasource.UserCredentialsDataSourceAdapter
 
UserRoleAuthorizationInterceptor - Class in org.springframework.web.servlet.handler
Interceptor that checks the authorization of the current user via the user's roles, as evaluated by HttpServletRequest's isUserInRole method.
UserRoleAuthorizationInterceptor() - Constructor for class org.springframework.web.servlet.handler.UserRoleAuthorizationInterceptor
 
UserTransactionAdapter - Class in org.springframework.transaction.jta
Adapter for a JTA UserTransaction handle, taking a JTA TransactionManager reference and creating a JTA UserTransaction handle for it.
UserTransactionAdapter(TransactionManager) - Constructor for class org.springframework.transaction.jta.UserTransactionAdapter
Create a new UserTransactionAdapter.
useSavepointForNestedTransaction() - Method in class org.springframework.transaction.jta.JtaTransactionManager
This implementation returns false to cause a further invocation of doBegin despite an already existing transaction.
useSavepointForNestedTransaction() - Method in class org.springframework.transaction.support.AbstractPlatformTransactionManager
Return whether to use a savepoint for a nested transaction.
useWriter() - Method in class org.springframework.web.servlet.view.jasperreports.AbstractJasperReportsSingleFormatView
Return whether to use a java.io.Writer to write text content to the HTTP response.
useWriter() - Method in class org.springframework.web.servlet.view.jasperreports.JasperReportsCsvView
 
useWriter() - Method in class org.springframework.web.servlet.view.jasperreports.JasperReportsHtmlView
 
useWriter() - Method in class org.springframework.web.servlet.view.jasperreports.JasperReportsPdfView
 
useWriter() - Method in class org.springframework.web.servlet.view.jasperreports.JasperReportsXlsView
 

V

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.
validateAddress(InternetAddress) - Method in class org.springframework.mail.javamail.MimeMessageHelper
Validate the given mail address.
validateAddresses(InternetAddress[]) - Method in class org.springframework.mail.javamail.MimeMessageHelper
Validate all given mail addresses.
validateInterfaces() - Method in interface org.springframework.aop.IntroductionAdvisor
Can the advised interfaces be implemented by the introduction advice?
validateInterfaces() - Method in class org.springframework.aop.support.DefaultIntroductionAdvisor
 
validateMethodOverride(MethodOverride) - Method in class org.springframework.beans.factory.support.AbstractBeanDefinition
Validate the given method override.
validateObject(Object) - Method in class org.springframework.aop.target.CommonsPoolTargetSource
 
validatePage(Object, Errors, int, boolean) - Method in class org.springframework.web.servlet.mvc.AbstractWizardFormController
Template method for custom validation logic for individual pages.
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.
ValidationUtils - Class in org.springframework.validation
This utility class offers convenient methods for invoking a Validator and for rejecting empty fields.
ValidationUtils() - Constructor for class org.springframework.validation.ValidationUtils
 
Validator - Interface in org.springframework.validation
Interface to be implemented by objects that can validate application-specific objects.
value() - Method in enum org.springframework.transaction.annotation.Isolation
 
value() - Method in enum org.springframework.transaction.annotation.Propagation
 
VALUE_0 - Static variable in class org.springframework.beans.propertyeditors.CustomBooleanEditor
 
VALUE_1 - Static variable in class org.springframework.beans.propertyeditors.CustomBooleanEditor
 
VALUE_ATTRIBUTE - Static variable in class org.springframework.beans.factory.xml.DefaultXmlBeanDefinitionParser
 
VALUE_ELEMENT - Static variable in class org.springframework.beans.factory.xml.DefaultXmlBeanDefinitionParser
 
VALUE_FALSE - Static variable in class org.springframework.beans.propertyeditors.CustomBooleanEditor
 
VALUE_NO - Static variable in class org.springframework.beans.propertyeditors.CustomBooleanEditor
 
VALUE_OFF - Static variable in class org.springframework.beans.propertyeditors.CustomBooleanEditor
 
VALUE_ON - Static variable in class org.springframework.beans.propertyeditors.CustomBooleanEditor
 
VALUE_REF_ATTRIBUTE - Static variable in class org.springframework.beans.factory.xml.DefaultXmlBeanDefinitionParser
 
VALUE_TRUE - Static variable in class org.springframework.beans.propertyeditors.CustomBooleanEditor
 
VALUE_YES - Static variable in class org.springframework.beans.propertyeditors.CustomBooleanEditor
 
valueOf(String) - Method in class org.springframework.orm.ibatis.support.BlobByteArrayTypeHandler
 
valueOf(String) - Method in class org.springframework.orm.ibatis.support.BlobSerializableTypeHandler
 
valueOf(String) - Method in class org.springframework.orm.ibatis.support.ClobStringTypeHandler
 
valueOf(String) - Static method in enum org.springframework.transaction.annotation.Isolation
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.springframework.transaction.annotation.Propagation
Returns the enum constant of this type with the specified name.
values() - Method in class org.springframework.beans.factory.support.ManagedMap
 
values() - Static method in enum org.springframework.transaction.annotation.Isolation
Returns an array containing the constants of this enum type, in the order they're declared.
values() - Static method in enum org.springframework.transaction.annotation.Propagation
Returns an array containing the constants of this enum type, in the order they're declared.
values() - Method in class org.springframework.util.CachingMapDecorator
 
ValueStyler - Interface in org.springframework.core.style
Strategy that encapsulates value string styling algorithms according to Spring conventions.
VelocityConfig - Interface in org.springframework.web.servlet.view.velocity
Interface to be implemented by objects that configure and manage a VelocityEngine for automatic lookup in a web environment.
VelocityConfigurer - Class in org.springframework.web.servlet.view.velocity
JavaBean to configure Velocity for web usage, via the "configLocation" and/or "velocityProperties" and/or "resourceLoaderPath" bean properties.
VelocityConfigurer() - Constructor for class org.springframework.web.servlet.view.velocity.VelocityConfigurer
 
VelocityEngineFactory - Class in org.springframework.ui.velocity
Factory that configures a VelocityEngine.
VelocityEngineFactory() - Constructor for class org.springframework.ui.velocity.VelocityEngineFactory
 
VelocityEngineFactoryBean - Class in org.springframework.ui.velocity
Factory bean that configures a VelocityEngine and provides it as bean reference.
VelocityEngineFactoryBean() - Constructor for class org.springframework.ui.velocity.VelocityEngineFactoryBean
 
VelocityEngineUtils - Class in org.springframework.ui.velocity
Utility class for working with a VelocityEngine.
VelocityEngineUtils() - Constructor for class org.springframework.ui.velocity.VelocityEngineUtils
 
VelocityLayoutView - Class in org.springframework.web.servlet.view.velocity
VelocityLayoutView emulates the functionality offered by Velocity's VelocityLayoutServlet to ease page composition from different templates.
VelocityLayoutView() - Constructor for class org.springframework.web.servlet.view.velocity.VelocityLayoutView
 
VelocityToolboxView - Class in org.springframework.web.servlet.view.velocity
VelocityView subclass which adds support for Velocity Tools toolboxes and Velocity Tools' ViewTool callbacks.
VelocityToolboxView() - Constructor for class org.springframework.web.servlet.view.velocity.VelocityToolboxView
 
VelocityView - Class in org.springframework.web.servlet.view.velocity
View using the Velocity template engine.
VelocityView() - Constructor for class org.springframework.web.servlet.view.velocity.VelocityView
 
VelocityViewResolver - Class in org.springframework.web.servlet.view.velocity
Convenience subclass of UrlBasedViewResolver that supports VelocityView (i.e.
VelocityViewResolver() - Constructor for class org.springframework.web.servlet.view.velocity.VelocityViewResolver
Sets default viewClass to VelocityView.
View - Interface in org.springframework.web.servlet
MVC View for a web interaction.
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.
ViewResolver - Interface in org.springframework.web.servlet
Interface to be implemented by objects that can resolve views by name.
visit(String) - Method in class org.springframework.core.style.DefaultValueStyler
 
visit(Number) - Method in class org.springframework.core.style.DefaultValueStyler
 
visit(Class) - Method in class org.springframework.core.style.DefaultValueStyler
 
visit(Method) - Method in class org.springframework.core.style.DefaultValueStyler
 
visit(Map) - Method in class org.springframework.core.style.DefaultValueStyler
 
visit(Map.Entry) - Method in class org.springframework.core.style.DefaultValueStyler
 
visit(Collection) - Method in class org.springframework.core.style.DefaultValueStyler
 
visit(Object) - Method in class org.springframework.core.style.DefaultValueStyler
 
visitBeanDefinition(BeanDefinition) - Method in class org.springframework.beans.factory.config.BeanDefinitionVisitor
Traverse the given BeanDefinition object and the MutablePropertyValues and ConstructorArgumentValues contained in them.
visitGenericArgumentValues(List) - Method in class org.springframework.beans.factory.config.BeanDefinitionVisitor
 
visitIndexedArgumentValues(Map) - Method in class org.springframework.beans.factory.config.BeanDefinitionVisitor
 
visitList(List) - Method in class org.springframework.beans.factory.config.BeanDefinitionVisitor
 
visitMap(Map) - Method in class org.springframework.beans.factory.config.BeanDefinitionVisitor
 
visitNull() - Method in class org.springframework.core.style.DefaultValueStyler
 
visitPropertyValues(MutablePropertyValues) - Method in class org.springframework.beans.factory.config.BeanDefinitionVisitor
 
visitSet(Set) - Method in class org.springframework.beans.factory.config.BeanDefinitionVisitor
 
VOID - Static variable in class org.springframework.util.MethodInvoker
Marker now used only by MethodInvokingFactoryBean, but left here for compatibility

W

warning(SAXParseException) - Method in class org.springframework.util.xml.SimpleSaxErrorHandler
 
warning(TransformerException) - Method in class org.springframework.util.xml.SimpleTransformErrorListener
 
wasDataUpdated() - Method in exception org.springframework.dao.IncorrectUpdateSemanticsDataAccessException
Return whether data was updated.
wasDataUpdated() - Method in exception org.springframework.jdbc.JdbcUpdateAffectedIncorrectNumberOfRowsException
 
wasFailure() - Method in class org.springframework.web.context.support.RequestHandledEvent
Return whether the request failed.
wasNull() - Method in class org.springframework.jdbc.support.rowset.ResultSetWrappingSqlRowSet
 
wasNull() - Method in interface org.springframework.jdbc.support.rowset.SqlRowSet
Reports whether the last column read had a value of SQL NULL.
WeakReferenceMonitor - Class in org.springframework.util
Track references to arbitrary objects using proxy and weak references.
WeakReferenceMonitor() - Constructor for class org.springframework.util.WeakReferenceMonitor
 
WeakReferenceMonitor.ReleaseListener - Interface in org.springframework.util
Listener that is notified when the handle is being released.
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. a context-param in web.xml): "webAppRootKey".
WEB_APPLICATION_CONTEXT_ATTRIBUTE - Static variable in class org.springframework.web.servlet.DispatcherServlet
Request attribute to hold current web application context.
WebApplicationContext - Interface in org.springframework.web.context
Interface to provide configuration for a web application.
WebApplicationContextUtils - Class in org.springframework.web.context.support
Convenience methods to retrieve the root WebApplicationContext for a given ServletContext.
WebApplicationContextUtils() - Constructor for class org.springframework.web.context.support.WebApplicationContextUtils
 
WebApplicationObjectSupport - Class in org.springframework.web.context.support
Convenient superclass for application objects running in a WebApplicationContext.
WebApplicationObjectSupport() - Constructor for class org.springframework.web.context.support.WebApplicationObjectSupport
 
WebAppRootListener - Class in org.springframework.web.util
Listener that sets a system property to the web application root directory.
WebAppRootListener() - Constructor for class org.springframework.web.util.WebAppRootListener
 
WebContentGenerator - Class in org.springframework.web.servlet.support
Convenient superclass for any kind of web content generator, like AbstractController and WebContentInterceptor.
WebContentGenerator() - Constructor for class org.springframework.web.servlet.support.WebContentGenerator
 
WebContentInterceptor - Class in org.springframework.web.servlet.mvc
Interceptor that checks and prepares request and response.
WebContentInterceptor() - Constructor for class org.springframework.web.servlet.mvc.WebContentInterceptor
 
WebDataBinder - Class in org.springframework.web.bind
Special DataBinder to perform data binding from web request parameters to JavaBeans.
WebDataBinder(Object, String) - Constructor for class org.springframework.web.bind.WebDataBinder
Create a new WebDataBinder instance.
WebLogicJtaTransactionManager - Class in org.springframework.transaction.jta
Special JtaTransactionManager version for BEA WebLogic (7.0, 8.1 and higher).
WebLogicJtaTransactionManager() - Constructor for class org.springframework.transaction.jta.WebLogicJtaTransactionManager
 
WebLogicMBeanServerFactoryBean - Class in org.springframework.jmx.support
FactoryBean that obtains the WebLogic MBeanServer instance through WebLogic's proprietary Helper / MBeanHome API, which is available on WebLogic 6.1 and higher.
WebLogicMBeanServerFactoryBean() - Constructor for class org.springframework.jmx.support.WebLogicMBeanServerFactoryBean
 
WebLogicNativeJdbcExtractor - Class in org.springframework.jdbc.support.nativejdbc
Implementation of the NativeJdbcExtractor interface for WebLogic Server.
WebLogicNativeJdbcExtractor() - Constructor for class org.springframework.jdbc.support.nativejdbc.WebLogicNativeJdbcExtractor
This constructor retrieves the WebLogic JDBC extension interface, so we can get the underlying vendor connection using reflection.
WebLogicServerTransactionManagerFactoryBean - Class in org.springframework.transaction.jta
FactoryBean that retrieves the internal JTA TransactionManager of BEA's WebLogic version 7.0, which is required for proper transaction suspension support on that application server version.
WebLogicServerTransactionManagerFactoryBean() - Constructor for class org.springframework.transaction.jta.WebLogicServerTransactionManagerFactoryBean
This constructor retrieves the WebLogic TransactionManager factory class, so we can get access to the JTA TransactionManager.
WebSphereNativeJdbcExtractor - Class in org.springframework.jdbc.support.nativejdbc
Implementation of the NativeJdbcExtractor interface for WebSphere.
WebSphereNativeJdbcExtractor() - Constructor for class org.springframework.jdbc.support.nativejdbc.WebSphereNativeJdbcExtractor
This constructor retrieves WebSphere JDBC adapter classes, so we can get the underlying vendor connection using reflection.
WebSphereTransactionManagerFactoryBean - Class in org.springframework.transaction.jta
FactoryBean that retrieves the JTA TransactionManager for IBM's WebSphere application servers (versions 5.1, 5.0 and 4).
WebSphereTransactionManagerFactoryBean() - Constructor for class org.springframework.transaction.jta.WebSphereTransactionManagerFactoryBean
This constructor retrieves the WebSphere TransactionManager factory class, so we can get access to the JTA TransactionManager.
WebUtils - Class in org.springframework.web.util
Miscellaneous utilities for web applications.
WebUtils() - Constructor for class org.springframework.web.util.WebUtils
 
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
 
write(OutputStream) - Method in class org.springframework.jca.cci.core.support.CommAreaRecord
 
write(int) - Method in class org.springframework.mock.web.DelegatingServletOutputStream
 
writeBodyContent(String) - Method in class org.springframework.web.servlet.tags.EscapeBodyTag
Write the escaped body content to the page.
writeMessage(String) - Method in class org.springframework.web.servlet.tags.MessageTag
Write the message to the page.
writeRemoteInvocation(RemoteInvocation, OutputStream) - Method in class org.springframework.remoting.httpinvoker.AbstractHttpInvokerRequestExecutor
Serialize the given RemoteInvocation to the given OutputStream.
writeRemoteInvocationResult(HttpServletRequest, HttpServletResponse, RemoteInvocationResult) - Method in class org.springframework.remoting.httpinvoker.HttpInvokerServiceExporter
Write the given RemoteInvocationResult to the given HTTP response.
writeRemoteInvocationResult(HttpServletRequest, HttpServletResponse, RemoteInvocationResult, OutputStream) - Method in class org.springframework.remoting.httpinvoker.HttpInvokerServiceExporter
Serialize the given RemoteInvocation to the given OutputStream.
writeReplace() - Method in class org.springframework.aop.framework.AdvisedSupport
Serialize a copy of the state of this class, ignoring subclass state.
writeReplace() - Method in class org.springframework.aop.target.AbstractBeanFactoryBasedTargetSource
Replaces this object with a SingletonTargetSource on serialization.

X

XAPoolNativeJdbcExtractor - Class in org.springframework.jdbc.support.nativejdbc
Implementation of the NativeJdbcExtractor interface for ObjectWeb's XAPool.
XAPoolNativeJdbcExtractor() - Constructor for class org.springframework.jdbc.support.nativejdbc.XAPoolNativeJdbcExtractor
 
XML_FILE_EXTENSION - Static variable in class org.springframework.core.io.support.PropertiesLoaderSupport
 
XML_FILE_EXTENSION - Static variable in class org.springframework.util.Log4jConfigurer
 
XmlBeanDefinitionParser - Interface in org.springframework.beans.factory.xml
Strategy interface for parsing XML bean definitions.
XmlBeanDefinitionReader - Class in org.springframework.beans.factory.xml
Bean definition reader for XML bean definitions.
XmlBeanDefinitionReader(BeanDefinitionRegistry) - Constructor for class org.springframework.beans.factory.xml.XmlBeanDefinitionReader
Create new XmlBeanDefinitionReader for the given bean factory.
XmlBeanFactory - Class in org.springframework.beans.factory.xml
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(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 in org.springframework.web.servlet.view
Implementation of ViewResolver that uses bean definitions in an XML file, specified by resource location.
XmlViewResolver() - Constructor for class org.springframework.web.servlet.view.XmlViewResolver
 
XmlWebApplicationContext - Class in org.springframework.web.context.support
WebApplicationContext implementation that takes configuration from an XML document, understood by an XmlBeanDefinitionReader.
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) 2002-2005 The Spring Framework Project.