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 key 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 each eligible bean with an AOP proxy, delegating to specified interceptors before invoking the bean itself.
AbstractAutoProxyCreator() - Constructor for class org.springframework.aop.framework.autoproxy.AbstractAutoProxyCreator
 
AbstractAutowireCapableBeanFactory - Class in org.springframework.beans.factory.support
Abstract 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 base class for BeanFactory implementations, providing the full capabilities of the ConfigurableBeanFactory SPI.
AbstractBeanFactory() - Constructor for class org.springframework.beans.factory.support.AbstractBeanFactory
Create a new AbstractBeanFactory.
AbstractBeanFactory(BeanFactory) - Constructor for class org.springframework.beans.factory.support.AbstractBeanFactory
Create a new AbstractBeanFactory with the given parent.
AbstractBeanFactoryBasedTargetSource - Class in org.springframework.aop.target
Base class for TargetSource implementations that are based on a Spring BeanFactory, delegating to Spring-managed bean instances.
AbstractBeanFactoryBasedTargetSource() - Constructor for class org.springframework.aop.target.AbstractBeanFactoryBasedTargetSource
 
AbstractBeanFactoryBasedTargetSourceCreator - Class in org.springframework.aop.framework.autoproxy.target
Convenient superclass for 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
Default constructor for AbstractDependencyInjectionSpringContextTests.
AbstractDependencyInjectionSpringContextTests(String) - Constructor for class org.springframework.test.AbstractDependencyInjectionSpringContextTests
Constructor for AbstractDependencyInjectionSpringContextTests with a JUnit name.
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
Default Constructor.
AbstractFactoryBean - Class in org.springframework.beans.factory.config
Simple template superclass for FactoryBean implementations that creates a singleton or a prototype object, depending on a flag.
AbstractFactoryBean() - Constructor for class org.springframework.beans.factory.config.AbstractFactoryBean
 
AbstractFallbackTransactionAttributeSource - Class in org.springframework.transaction.interceptor
Abstract implementation of TransactionAttributeSource that caches attributes for methods and implements a fallback policy: 1. specific target method; 2. target class; 3. declaring method; 4. declaring class/interface.
AbstractFallbackTransactionAttributeSource() - Constructor for class org.springframework.transaction.interceptor.AbstractFallbackTransactionAttributeSource
 
AbstractFormController - Class in org.springframework.web.servlet.mvc
Form controller that auto-populates a form bean from the request.
AbstractFormController() - Constructor for class org.springframework.web.servlet.mvc.AbstractFormController
Create a new AbstractFormController.
AbstractGenericLabeledEnum - Class in org.springframework.core.enums
Base class for labeled enum instances that aren't static.
AbstractGenericLabeledEnum(String) - Constructor for class org.springframework.core.enums.AbstractGenericLabeledEnum
Create a new StaticLabeledEnum instance.
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 use a fixed format, e.g. 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
 
AbstractJExcelView - Class in org.springframework.web.servlet.view.document
Convenient superclass for Excel document views.
AbstractJExcelView() - Constructor for class org.springframework.web.servlet.view.document.AbstractJExcelView
Default Constructor.
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() - Constructor for class org.springframework.core.enums.AbstractLabeledEnum
Create a new AbstractLabeledEnum instance.
AbstractLazyCreationTargetSource - Class in org.springframework.aop.target
TargetSource implementation that will lazily create a user-managed object.
AbstractLazyCreationTargetSource() - Constructor for class org.springframework.aop.target.AbstractLazyCreationTargetSource
 
AbstractLazyInitTargetSource - Class in org.springframework.aop.target
Deprecated. since Spring 1.2.7: use AbstractLazyCreationTargetSource instead
AbstractLazyInitTargetSource() - Constructor for class org.springframework.aop.target.AbstractLazyInitTargetSource
Deprecated.  
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.
AbstractLocaleResolver - Class in org.springframework.web.servlet.i18n
Abstract base class for LocaleResolver implementations.
AbstractLocaleResolver() - Constructor for class org.springframework.web.servlet.i18n.AbstractLocaleResolver
 
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
 
AbstractMonitoringInterceptor - Class in org.springframework.aop.interceptor
Base class for monitoring interceptors, such as performance monitors.
AbstractMonitoringInterceptor() - Constructor for class org.springframework.aop.interceptor.AbstractMonitoringInterceptor
 
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
 
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
Deprecated. since Spring 1.2.7: use AbstractMonitoringInterceptor instead
AbstractPerformanceMonitorInterceptor() - Constructor for class org.springframework.aop.interceptor.AbstractPerformanceMonitorInterceptor
Deprecated.  
AbstractPlatformTransactionManager - Class in org.springframework.transaction.support
Abstract base class that implements Spring's standard transaction workflow, serving as basis for concrete platform transaction managers like JtaTransactionManager 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 base class for pooling TargetSource implementations which maintain a pool of target instances, acquiring and releasing a target object from the pool for each method invocation.
AbstractPoolingTargetSource() - Constructor for class org.springframework.aop.target.AbstractPoolingTargetSource
 
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
 
AbstractRequestLoggingFilter - Class in org.springframework.web.filter
Base class for Filters that perform logging operations before and after a request is processed.
AbstractRequestLoggingFilter() - Constructor for class org.springframework.web.filter.AbstractRequestLoggingFilter
 
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
 
AbstractSessionFactory - Class in org.springframework.orm.toplink
Abstract SessionFactory implementation that creates proxies for "managed" client Sessions and transaction-aware Session references.
AbstractSessionFactory() - Constructor for class org.springframework.orm.toplink.AbstractSessionFactory
 
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
Default constructor for AbstractSpringContextTests.
AbstractSpringContextTests(String) - Constructor for class org.springframework.test.AbstractSpringContextTests
Constructor for AbstractSpringContextTests with a JUnit name.
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
Default constructor for AbstractTransactionalDataSourceSpringContextTests.
AbstractTransactionalDataSourceSpringContextTests(String) - Constructor for class org.springframework.test.AbstractTransactionalDataSourceSpringContextTests
Constructor for AbstractTransactionalDataSourceSpringContextTests with a JUnit name.
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
Default constructor for AbstractTransactionalSpringContextTests.
AbstractTransactionalSpringContextTests(String) - Constructor for class org.springframework.test.AbstractTransactionalSpringContextTests
Constructor for AbstractTransactionalSpringContextTests with a JUnit name.
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
 
AbstractUrlViewController - Class in org.springframework.web.servlet.mvc
Abstract base class for Controllers that return a view name based on the URL.
AbstractUrlViewController() - Constructor for class org.springframework.web.servlet.mvc.AbstractUrlViewController
 
AbstractView - Class in org.springframework.web.servlet.view
Abstract base class for View implementations.
AbstractView() - Constructor for class org.springframework.web.servlet.view.AbstractView
 
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 the 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(Advisor) - Method in class org.springframework.aop.framework.AdvisedSupport
 
addAdvisor(int, Advisor) - Method in class org.springframework.aop.framework.AdvisedSupport
 
addAdvisor(int, IntroductionAdvisor) - 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.
addAttachment(String, InputStreamSource, String) - Method in class org.springframework.mail.javamail.MimeMessageHelper
Add an attachment to the MimeMessage, taking the content from an org.springframework.core.io.InputStreamResource.
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
Add the given AdvisedSupportListener to this proxy configuration.
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.mock.jndi.ExpectedLookupTemplate
Add the given object to the list of JNDI objects that this template will expose.
addObject(String, Object) - Method in class org.springframework.web.servlet.ModelAndView
Add an object to the model.
addObjectToArray(Object[], Object) - Static method in class org.springframework.util.ObjectUtils
Append the given Object to the given array, returning a new array consisting of the input array contents plus the given Object.
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 the specified HTTP parameter.
addParameter(String, String[]) - Method in class org.springframework.mock.web.MockHttpServletRequest
Add an array of values for the specified HTTP parameter.
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 the given advice included in any advisor within this proxy configuration?
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
The configuration used to configure this proxy
AdvisedSupport - Class in org.springframework.aop.framework
Base class for AOP proxy configuration managers.
AdvisedSupport() - Constructor for class org.springframework.aop.framework.AdvisedSupport
No-arg constructor for use as a JavaBean.
AdvisedSupport(Class[]) - Constructor for class org.springframework.aop.framework.AdvisedSupport
Create a AdvisedSupport instance with the given parameters.
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
The AdvisorChainFactory to use
AdvisorChainFactory - Interface in org.springframework.aop.framework
Factory interface for advisor chains.
AdvisorChainFactoryUtils - Class in org.springframework.aop.framework
Utility methods for use by AdvisorChainFactory implementations.
AdvisorChainFactoryUtils() - Constructor for class org.springframework.aop.framework.AdvisorChainFactoryUtils
 
afterAccess() - Method in class org.springframework.util.ConcurrencyThrottleSupport
To be invoked after the main execution logic of concrete subclasses.
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.
afterPhase(PhaseEvent) - Method in class org.springframework.web.jsf.DelegatingPhaseListenerMulticaster
 
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 ConnectionFactory 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.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 generates the proxy for the target MBean.
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.WebLogicJndiMBeanServerFactoryBean
 
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
 
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
Prepares the JAX-RPC service and port if the "lookupServiceOnStartup" is turned on (which it is by default).
afterPropertiesSet() - Method in class org.springframework.remoting.jaxrpc.JaxRpcPortProxyFactoryBean
 
afterPropertiesSet() - Method in class org.springframework.remoting.jaxrpc.LocalJaxRpcServiceFactoryBean
 
afterPropertiesSet() - Method in class org.springframework.remoting.rmi.JndiRmiClientInterceptor
Fetch the RMI stub on startup, if necessary.
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
Initialize this service exporter, registering 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.support.MethodInvokingRunnable
 
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.filter.GenericFilterBean
Calls the initFilterBean() method that might contain custom initialization of a subclass.
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.
afterRequest(HttpServletRequest, String) - Method in class org.springframework.web.filter.AbstractRequestLoggingFilter
Concrete subclasses should implement this method to write a log message after the request is processed.
afterRequest(HttpServletRequest, String) - Method in class org.springframework.web.filter.CommonsRequestLoggingFilter
Writes a log message after the request is processed.
afterRequest(HttpServletRequest, String) - Method in class org.springframework.web.filter.Log4jNestedDiagnosticContextFilter
Removes the log message from the Log4J NDC after the request is processed and logs the after-request message through Log4J.
afterRequest(HttpServletRequest, String) - Method in class org.springframework.web.filter.ServletContextRequestLoggingFilter
Writes a log message after the request is processed.
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
 
allowsUnusedParameters() - Method in class org.springframework.jdbc.object.RdbmsOperation
Return whether this operation accepts additional parameters that are given but not actually used.
allowsUnusedParameters() - Method in class org.springframework.jdbc.object.StoredProcedure
StoredProcedure parameter Maps are by default allowed to contain additional entries that are not actually used as parameters.
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
Constructor for AopConfigException.
AopConfigException(String, Throwable) - Constructor for exception org.springframework.aop.framework.AopConfigException
Constructor for 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
 
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 specified bean definition (by class and name), invoking their postProcessBeforeInstantiation methods.
applyBeanPropertyValues(Object, String) - Method in interface org.springframework.beans.factory.config.AutowireCapableBeanFactory
Apply the property values of the bean definition with the given name to the given bean instance.
applyBeanPropertyValues(Object, String) - Method in class org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory
 
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(JtaTransactionObject, 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);
applyStatementSettings(Statement) - Method in class org.springframework.jdbc.core.JdbcTemplate
Prepare the given JDBC Statement (or PreparedStatement or CallableStatement), applying statement settings such as fetch size, max rows, and query timeout.
applyTimeout(JtaTransactionObject, int) - Method in class org.springframework.transaction.jta.JtaTransactionManager
Apply the given transaction timeout.
applyTransactionConfig(SqlMapClient, TransactionConfig) - Method in class org.springframework.orm.ibatis.SqlMapClientFactoryBean
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.
arrayToList(Object) - Static method in class org.springframework.util.CollectionUtils
Convert the supplied array into a List.
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
Assertion 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.
attributeCache - Variable in class org.springframework.transaction.interceptor.AbstractFallbackTransactionAttributeSource
Cache of TransactionAttributes, keyed by Method and target class.
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
Constant that indicates determining an appropriate autowire strategy through introspection of the bean class.
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
Constant that indicates autowiring bean properties by name.
AUTOWIRE_BY_NAME - Static variable in class org.springframework.test.AbstractDependencyInjectionSpringContextTests
Constant that indicates autowiring bean properties by name.
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
Constant that indicates autowiring bean properties by type.
AUTOWIRE_BY_TYPE - Static variable in class org.springframework.test.AbstractDependencyInjectionSpringContextTests
Constant that indicates autowiring bean properties by type.
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
Constant that indicates autowiring a constructor.
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
Constant that indicates no autowiring at all.
AUTOWIRE_NO - Static variable in class org.springframework.test.AbstractDependencyInjectionSpringContextTests
Constant that indicates no autowiring at all.
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
Deprecated.  
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 reader implementations.
BeanDefinitionReaderUtils() - Constructor for class org.springframework.beans.factory.support.BeanDefinitionReaderUtils
 
BeanDefinitionRegistry - Interface in org.springframework.beans.factory.support
Interface for registries that hold bean definitions, for example RootBeanDefinition and ChildBeanDefinition instances.
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
Deprecated. since Spring 1.2.7: consider using a BeanFactoryLocator or a custom bootstrap class instead
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
 
BeanInstantiationException - Exception in org.springframework.beans
Exception thrown when instantiation of a bean failed.
BeanInstantiationException(Class, String) - Constructor for exception org.springframework.beans.BeanInstantiationException
Create a new BeanInstantiationException.
BeanInstantiationException(Class, String, Throwable) - Constructor for exception org.springframework.beans.BeanInstantiationException
Create a new BeanInstantiationException.
BeanIsAbstractException - Exception in org.springframework.beans.factory
Exception thrown when a bean instance has been requested for a bean 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 2.0.
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.
BeanWrapperImpl - Class in org.springframework.beans
Default BeanWrapper implementation that should be sufficient for all typical use cases.
BeanWrapperImpl() - Constructor for class org.springframework.beans.BeanWrapperImpl
Create new empty BeanWrapperImpl.
BeanWrapperImpl(boolean) - Constructor for class org.springframework.beans.BeanWrapperImpl
Create new empty BeanWrapperImpl.
BeanWrapperImpl(Object) - Constructor for class org.springframework.beans.BeanWrapperImpl
Create new BeanWrapperImpl for the given object.
BeanWrapperImpl(Class) - Constructor for class org.springframework.beans.BeanWrapperImpl
Create new BeanWrapperImpl, wrapping a new instance of the specified class.
BeanWrapperImpl(Object, String, Object) - Constructor for class org.springframework.beans.BeanWrapperImpl
Create new BeanWrapperImpl for the given object, registering a nested path that the object is in.
before(Method, Object[], Object) - Method in interface org.springframework.aop.MethodBeforeAdvice
Callback before a given method is invoked.
beforeAccess() - Method in class org.springframework.util.ConcurrencyThrottleSupport
 
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.
beforePhase(PhaseEvent) - Method in class org.springframework.web.jsf.DelegatingPhaseListenerMulticaster
 
beforeRequest(HttpServletRequest, String) - Method in class org.springframework.web.filter.AbstractRequestLoggingFilter
Concrete subclasses should implement this method to write a log message before the request is processed.
beforeRequest(HttpServletRequest, String) - Method in class org.springframework.web.filter.CommonsRequestLoggingFilter
Writes a log message before the request is processed.
beforeRequest(HttpServletRequest, String) - Method in class org.springframework.web.filter.Log4jNestedDiagnosticContextFilter
Logs the before-request message through Log4J and adds a message the Log4J NDC before the request is processed.
beforeRequest(HttpServletRequest, String) - Method in class org.springframework.web.filter.ServletContextRequestLoggingFilter
Writes a log message before the request is processed.
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
Bind the given object under the given name, for all naming contexts that this context builder will generate.
bind(PropertyValues) - Method in class org.springframework.validation.DataBinder
Bind the given property values to this binder's target.
bind(ServletRequest, Object, String) - Static method in class org.springframework.web.bind.BindUtils
Deprecated. 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
Deprecated. 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
Deprecated. 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
Deprecated. 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
Deprecated. since Spring 1.2.7: prefer direct ServletRequestDataBinder usage, potentially in combination with a PropertyEditorRegistrar
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
Deprecated. since Spring 1.2.7: prefer direct ServletRequestDataBinder usage, potentially in combination with a PropertyEditorRegistrar
BindUtils() - Constructor for class org.springframework.web.bind.BindUtils
Deprecated.  
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.
BlobStringType - Class in org.springframework.orm.hibernate.support
Hibernate UserType implementation for Strings that get mapped to BLOBs.
BlobStringType() - Constructor for class org.springframework.orm.hibernate.support.BlobStringType
Constructor used by Hibernate: fetches config-time LobHandler and config-time JTA TransactionManager from LocalSessionFactoryBean.
BlobStringType(LobHandler, TransactionManager) - Constructor for class org.springframework.orm.hibernate.support.BlobStringType
Constructor used for testing: takes an explicit LobHandler and an explicit JTA TransactionManager (can be null).
BlobStringType - Class in org.springframework.orm.hibernate3.support
Hibernate UserType implementation for Strings that get mapped to BLOBs.
BlobStringType() - Constructor for class org.springframework.orm.hibernate3.support.BlobStringType
Constructor used by Hibernate: fetches config-time LobHandler and config-time JTA TransactionManager from LocalSessionFactoryBean.
BlobStringType(LobHandler, TransactionManager) - Constructor for class org.springframework.orm.hibernate3.support.BlobStringType
Constructor used for testing: takes an explicit LobHandler and an explicit JTA TransactionManager (can be null).
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.
buildExcelDocument(Map, WritableWorkbook, HttpServletRequest, HttpServletResponse) - Method in class org.springframework.web.servlet.view.document.AbstractJExcelView
Subclasses must implement this method to create an Excel Workbook document, given the model.
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.
buildLocaleContext(HttpServletRequest) - Method in class org.springframework.web.servlet.DispatcherServlet
Build a LocaleContext for the given request, exposing the request's primary locale as current locale.
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.jasperreports.JasperReportsViewResolver
 
buildView(String) - Method in class org.springframework.web.servlet.view.UrlBasedViewResolver
Creates a new View instance of the specified view class and configures it.
buildView(String) - Method in class org.springframework.web.servlet.view.velocity.VelocityLayoutViewResolver
 
buildView(String) - Method in class org.springframework.web.servlet.view.velocity.VelocityViewResolver
 
bulkUpdate(String) - Method in interface org.springframework.orm.hibernate3.HibernateOperations
Update/delete all objects according to the given query.
bulkUpdate(String, Object) - Method in interface org.springframework.orm.hibernate3.HibernateOperations
Update/delete all objects according to the given query, binding one value to a "?"
bulkUpdate(String, Object[]) - Method in interface org.springframework.orm.hibernate3.HibernateOperations
Update/delete all objects according to the given query, binding a number of values to "?"
bulkUpdate(String) - Method in class org.springframework.orm.hibernate3.HibernateTemplate
 
bulkUpdate(String, Object) - Method in class org.springframework.orm.hibernate3.HibernateTemplate
 
bulkUpdate(String, Object[]) - Method in class org.springframework.orm.hibernate3.HibernateTemplate
 
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
Internal class that caches JavaBeans 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, using an underlying synchronized Map.
CachingMapDecorator(boolean) - Constructor for class org.springframework.util.CachingMapDecorator
Create a CachingMapDecorator, using an underlying synchronized Map.
CachingMapDecorator(boolean, int) - Constructor for class org.springframework.util.CachingMapDecorator
Create a CachingMapDecorator with initial size, using an underlying synchronized Map.
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.
callNextHandlerInChain(FacesContext, String, String, NavigationHandler) - Method in class org.springframework.web.jsf.DecoratingNavigationHandler
Method to be called by subclasses when intending to delegate to the next handler in the NavigationHandler chain.
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.
canonicalName(String) - Static method in class org.springframework.beans.BeanUtils
Deprecated. as of Spring 1.2.9, in favor of PropertyAccessorUtils.canonicalPropertyName(String)
canonicalPropertyName(String) - Static method in class org.springframework.beans.PropertyAccessorUtils
Determine the canonical name for the given property path.
canonicalPropertyNames(String[]) - Static method in class org.springframework.beans.PropertyAccessorUtils
Determine the canonical names for the given property paths.
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 AOP configuration.
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 one to specify a character encoding for requests.
CharacterEncodingFilter() - Constructor for class org.springframework.web.filter.CharacterEncodingFilter
 
CharArrayPropertyEditor - Class in org.springframework.beans.propertyeditors
Editor for char arrays.
CharArrayPropertyEditor() - Constructor for class org.springframework.beans.propertyeditors.CharArrayPropertyEditor
 
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.
checkCompiled() - Method in class org.springframework.jdbc.object.RdbmsOperation
Check whether this operation has been compiled already; lazily compile it if not already compiled.
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) - Constructor for class org.springframework.beans.factory.support.ChildBeanDefinition
Create a new ChildBeanDefinition for the given parent, to be configured through its bean properties and configuration methods.
ChildBeanDefinition(String, MutablePropertyValues) - Constructor for class org.springframework.beans.factory.support.ChildBeanDefinition
Create a new ChildBeanDefinition for the given parent.
ChildBeanDefinition(String, ConstructorArgumentValues, MutablePropertyValues) - Constructor for class org.springframework.beans.factory.support.ChildBeanDefinition
Create a new ChildBeanDefinition for the given parent.
ChildBeanDefinition(String, Class, ConstructorArgumentValues, MutablePropertyValues) - Constructor for class org.springframework.beans.factory.support.ChildBeanDefinition
Create a new ChildBeanDefinition for the given parent, providing constructor arguments and property values.
ChildBeanDefinition(String, String, ConstructorArgumentValues, MutablePropertyValues) - Constructor for class org.springframework.beans.factory.support.ChildBeanDefinition
Create a new ChildBeanDefinition for the given parent, providing constructor arguments and property values.
CLASS_ATTRIBUTE - Static variable in class org.springframework.beans.factory.xml.DefaultXmlBeanDefinitionParser
 
CLASS_KEY - Static variable in class org.springframework.beans.factory.support.PropertiesBeanDefinitionReader
Special key to distinguish owner.
ClassEditor - Class in org.springframework.beans.propertyeditors
Property editor for java.lang.Class, to enable the direct population of a Class property without recourse to having to use a String class name property as bridge.
ClassEditor() - Constructor for class org.springframework.beans.propertyeditors.ClassEditor
Create a default ClassEditor, using the thread context ClassLoader.
ClassEditor(ClassLoader) - Constructor for class org.springframework.beans.propertyeditors.ClassEditor
Create a default ClassEditor, using the given ClassLoader.
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.
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.config.ConstructorArgumentValues
Clear this holder, removing all argument values.
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.beans.MutablePropertyValues
Clear this holder, removing all PropertyValues.
clear() - Method in class org.springframework.jdbc.datasource.ConnectionHolder
 
clear() - Method in class org.springframework.mock.jndi.SimpleNamingContextBuilder
Clear all bindings in this context builder.
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 transactional 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
 
clearCache() - Method in class org.springframework.web.servlet.view.AbstractCachingViewResolver
Clear the entire view cache, removing all cached view objects.
clearCacheIncludingAncestors() - Method in class org.springframework.context.support.ReloadableResourceBundleMessageSource
Clear the resource bundle caches of this MessageSource and all its ancestors.
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 class org.springframework.orm.toplink.SessionBrokerSessionFactory
Shut the pre-configured TopLink SessionBroker 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 HibernateDaoSupport.releaseSession(net.sf.hibernate.Session)
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 HibernateDaoSupport.releaseSession(org.hibernate.Session)
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
commitIfNecessary(Session) - Static method in class org.springframework.jms.support.JmsUtils
Commit the Session if not within a JTA transaction.
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
TargetSource implementation that holds objects in a configurable Jakarta Commons Pool.
CommonsPoolTargetSource() - Constructor for class org.springframework.aop.target.CommonsPoolTargetSource
Create a CommonsPoolTargetSource with default settings.
CommonsRequestLoggingFilter - Class in org.springframework.web.filter
Simple request logging filter that writes the request URI (and optionally the query string) to the Commons Log.
CommonsRequestLoggingFilter() - Constructor for class org.springframework.web.filter.CommonsRequestLoggingFilter
 
ComparableComparator - 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(String, String) - Method in class org.springframework.mock.jndi.SimpleNamingContext
 
composeName(Name, Name) - 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.
concatenateStringArrays(String[], String[]) - Static method in class org.springframework.util.StringUtils
Concatenate the given String arrays into one, with overlapping array elements included twice.
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
 
ConcurrencyThrottleSupport - Class in org.springframework.util
Support class for throttling concurrent access to a specific resource.
ConcurrencyThrottleSupport() - Constructor for class org.springframework.util.ConcurrencyThrottleSupport
 
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 for obtaining CCI Connections from a ConnectionFactory.
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
Create a new ConnectionHolder for the given JMS resources.
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
Deprecated. since Spring 1.2.7: doesn't serve any purpose
ConsoleListener() - Constructor for class org.springframework.context.event.ConsoleListener
Deprecated.  
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(Class) - Method in exception org.springframework.beans.PropertyAccessExceptionsException
 
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
 
contains(Iterator, Object) - Static method in class org.springframework.util.CollectionUtils
Check whether the given Iterator contains the given element.
contains(Enumeration, Object) - Static method in class org.springframework.util.CollectionUtils
Check whether the given Enumeration contains the given element.
containsAll(Collection) - Method in class org.springframework.beans.factory.support.ManagedSet
 
containsAny(Collection, Collection) - Static method in class org.springframework.util.CollectionUtils
Return true if any element in 'candidates' is contained in 'source'; otherwise returns false.
containsBean(String) - Method in interface org.springframework.beans.factory.BeanFactory
Does this bean factory contain a bean with the given name?
containsBean(String) - Method in class org.springframework.beans.factory.support.AbstractBeanFactory
 
containsBean(String) - Method in class org.springframework.beans.factory.support.StaticListableBeanFactory
 
containsBean(String) - Method in class org.springframework.context.support.AbstractApplicationContext
 
containsBeanDefinition(String) - Method in interface org.springframework.beans.factory.ListableBeanFactory
Check if this bean factory contains a bean definition with the given name.
containsBeanDefinition(String) - Method in class org.springframework.beans.factory.support.AbstractBeanFactory
Check if this bean factory contains a bean definition with the given name.
containsBeanDefinition(String) - Method in interface org.springframework.beans.factory.support.BeanDefinitionRegistry
Check if this registry contains a bean definition with the given name.
containsBeanDefinition(String) - Method in class org.springframework.beans.factory.support.DefaultListableBeanFactory
 
containsBeanDefinition(String) - Method in class org.springframework.beans.factory.support.StaticListableBeanFactory
 
containsBeanDefinition(String) - Method in class org.springframework.context.support.AbstractApplicationContext
 
containsHeader(String) - Method in class org.springframework.mock.web.MockHttpServletResponse
 
containsInstance(Collection, Object) - Static method in class org.springframework.util.CollectionUtils
Check whether the given Collection contains the given element instance.
containsKey(Object) - Method in class org.springframework.beans.factory.support.ManagedMap
 
containsKey(Object) - Method in class org.springframework.util.CachingMapDecorator
 
containsLocalBean(String) - Method in interface org.springframework.beans.factory.HierarchicalBeanFactory
Return whether the local bean factory contains a bean of the given name, ignoring beans defined in ancestor contexts.
containsLocalBean(String) - Method in class org.springframework.beans.factory.support.AbstractBeanFactory
 
containsLocalBean(String) - Method in class org.springframework.context.support.AbstractApplicationContext
 
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
 
containsWhitespace(String) - Static method in class org.springframework.util.StringUtils
Check whether the given String contains any whitespace characters.
CONTENT_DISPOSITION_INLINE - Static variable in class org.springframework.web.servlet.view.jasperreports.AbstractJasperReportsView
The default Content-Disposition header.
CONTENT_TYPE_CHARSET_PREFIX - Static variable in class org.springframework.web.util.WebUtils
Prefix of the charset clause in a content type String: ";charset="
CONTENT_TYPE_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
Create a new ContextBeanFactoryReference for the given context.
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 a 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
Construct a new pointcut that matches all control flows below that class.
ControlFlowPointcut(Class, String) - Constructor for class org.springframework.aop.support.ControlFlowPointcut
Construct a new pointcut that matches all calls below the given method in the given class.
Controller - 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.
convertClassLoaderURL(URL) - Method in class org.springframework.core.io.support.PathMatchingResourcePatternResolver
Convert the given URL as returned from the ClassLoader into a Resource object.
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.
convertToObjectName(Object) - Static method in class org.springframework.jmx.support.JmxUtils
Attempts to covert the supplied Object to an instance ObjectName.
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.
convertValueToRequiredType(Object, Class) - Method in class org.springframework.jdbc.core.SingleColumnRowMapper
Convert the given column value to the specified required type.
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
LocaleResolver implementation that uses a cookie sent back to the user in case of a custom setting, with a fallback to the specified default locale or the request's accept-header locale.
CookieLocaleResolver() - Constructor for class org.springframework.web.servlet.i18n.CookieLocaleResolver
Creates a new instance of the CookieLocaleResolver class using the default cookie name.
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 given object.
copyConfigurationFrom(AdvisedSupport, TargetSource, List) - Method in class org.springframework.aop.framework.AdvisedSupport
Copy the AOP configuration from the given AdvisedSupport object, but allow substitution of a fresh TargetSource and a given interceptor chain.
copyCustomEditorsTo(PropertyEditorRegistry, String) - Method in class org.springframework.beans.PropertyEditorRegistrySupport
Copy the custom editors registered in this instance to the given target registry.
copyDefaultEditorsTo(PropertyEditorRegistrySupport) - Method in class org.springframework.beans.PropertyEditorRegistrySupport
Copy the default editors registered in this instance to the given target registry.
copyFrom(ProxyConfig) - Method in class org.springframework.aop.framework.ProxyConfig
Copy configuration from the other config object.
copyFrom(AbstractBeanFactoryBasedTargetSource) - Method in class org.springframework.aop.target.AbstractBeanFactoryBasedTargetSource
Copy configuration from the other AbstractBeanFactoryBasedTargetSource object.
copyProperties(Object, Object) - Static method in class org.springframework.beans.BeanUtils
Copy the property values of the given source bean into the target bean.
copyProperties(Object, Object, Class) - Static method in class org.springframework.beans.BeanUtils
Copy the property values of the given source bean into the given target bean, only setting properties defined in the given "editable" class (or interface).
copyProperties(Object, Object, String[]) - Static method in class org.springframework.beans.BeanUtils
Copy the property values of the given source bean into the given target bean, ignoring the given "ignoreProperties".
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
 
createApplicationContext(String[]) - Method in class org.springframework.context.access.ContextJndiBeanFactoryLocator
Create the ApplicationContext instance, given an array of class path resource Strings which should be combined
createBean(String, RootBeanDefinition, Object[]) - Method in class org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory
Central method of this class: creates a bean instance, populates the bean instance, applies post-processors, etc.
createBean(String, RootBeanDefinition, Object[]) - Method in class org.springframework.beans.factory.support.AbstractBeanFactory
Create a bean instance for the given bean definition.
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
Create the BeanFactory instance, given an array of class path resource Strings which should be combined.
createBeanFactory() - Method in class org.springframework.context.support.AbstractRefreshableApplicationContext
Create 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.
createClientSession() - Method in class org.springframework.orm.toplink.AbstractSessionFactory
Create a new client Session for this factory's master Session.
createClientSession() - Method in class org.springframework.orm.toplink.ServerSessionFactory
Create a plain ClientSession for this factory's ServerSession.
createClientSession() - Method in class org.springframework.orm.toplink.SessionBrokerSessionFactory
Create a plain client SessionBroker for this factory's ServerSession.
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.
createConnectionProxy(Connection) - Method in class org.springframework.jdbc.core.JdbcTemplate
Create a close-suppressing proxy for the given JDBC Connection.
createConsumer(Session, Destination, String) - Method in class org.springframework.jms.core.JmsTemplate
Create a JMS MessageConsumer for the given Session and Destination.
createConsumer(Session, Destination, String) - Method in class org.springframework.jms.core.JmsTemplate102
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)
createEnhancer() - Method in class org.springframework.aop.framework.Cglib2AopProxy
Creates the CGLIB Enhancer.
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.connection.NotSupportedRecordFactory
 
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
Create the Map instance, populated with keys and Resource values.
createInvocationTraceName(MethodInvocation) - Method in class org.springframework.aop.interceptor.AbstractMonitoringInterceptor
Create a String name for the given MethodInvocation that can be used for trace/logging purposes.
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, boolean, 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.AbstractSessionFactory
Create a "managed" client Session reference for an underlying client Session created for this factory.
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.connection.NotSupportedRecordFactory
 
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.
createMessage(HttpServletRequest, String, String) - Method in class org.springframework.web.filter.AbstractRequestLoggingFilter
Create a log message for the given request, prefix and suffix.
createMessageForByteArray(byte[], Session) - Method in class org.springframework.jms.support.converter.SimpleMessageConverter
Create a JMS BytesMessage for the given byte array.
createMessageForMap(Map, Session) - Method in class org.springframework.jms.support.converter.SimpleMessageConverter
Create a JMS MapMessage for the given Map.
createMessageFormat(String, Locale) - Method in class org.springframework.context.support.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.
createMessageSource(String) - Method in class org.springframework.ui.context.support.ResourceBundleThemeSource
Create a MessageSource for the given basename, to be used as MessageSource for the corresponding theme.
createMimeMessage() - Method in interface org.springframework.mail.javamail.JavaMailSender
Create a new JavaMail MimeMessage for the underlying JavaMail Session of this sender.
createMimeMessage(InputStream) - Method in interface org.springframework.mail.javamail.JavaMailSender
Create a new JavaMail MimeMessage for the underlying JavaMail Session of this sender, using the given input stream as the message source.
createMimeMessage() - Method in class org.springframework.mail.javamail.JavaMailSenderImpl
This implementation creates a SmartMimeMessage, holding the specified default encoding and default FileTypeMap.
createMimeMessage(InputStream) - Method in class org.springframework.mail.javamail.JavaMailSenderImpl
 
createMimeMultiparts(MimeMessage, int) - Method in class org.springframework.mail.javamail.MimeMessageHelper
Determine the MimeMultipart objects to use, which will be used to store attachments on the one hand and text(s) and inline elements on the other hand.
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.
createObject() - Method in class org.springframework.aop.target.AbstractLazyCreationTargetSource
Subclasses should implement this method to return the lazy initialized object.
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.
createObjectOutputStream(OutputStream) - Method in class org.springframework.remoting.httpinvoker.HttpInvokerServiceExporter
Create an ObjectOutputStream for the given OutputStream.
createObjectPool() - Method in class org.springframework.aop.target.CommonsPoolTargetSource
Subclasses can override this if they want to return a specific Commons pool.
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
Creates and holds an ObjectPool instance.
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.rmi.JndiRmiClientInterceptor
Create a new RemoteInvocation object for the given AOP method invocation.
createRemoteInvocation(MethodInvocation) - Method in class org.springframework.remoting.support.DefaultRemoteInvocationFactory
 
createRemoteInvocation(MethodInvocation) - Method in class org.springframework.remoting.support.RemoteInvocationBasedAccessor
Create a new RemoteInvocation object for the given AOP method invocation.
createRemoteInvocation(MethodInvocation) - Method in interface org.springframework.remoting.support.RemoteInvocationFactory
Create a serializable RemoteInvocation object from the given AOP MethodInvocation.
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.
createService(ServiceFactory) - Method in class org.springframework.remoting.jaxrpc.LocalJaxRpcServiceFactory
Actually create the JAX-RPC Service instance, based on this factory's settings.
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.AbstractSessionFactory
Create a plain client Session for this factory's master Session.
createSession() - Method in class org.springframework.orm.toplink.SessionBrokerSessionFactory
Try to create a client Session; fall back to the master Session, if no client Session can be created (because of the session broker's configuration).
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.AbstractSessionFactory
Create a transaction-aware Session reference for this factory's master Session, expecting transactions to be registered for this SessionFactory.
createTransactionAwareSession(SessionFactory) - Method in class org.springframework.orm.toplink.AbstractSessionFactory
Create a transaction-aware Session reference for this factory's master Session, 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 the default context class 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's CronTrigger class, making bean-style usage easier.
CronTriggerBean() - Constructor for class org.springframework.scheduling.quartz.CronTriggerBean
 
currency(double, Locale) - Static method in class org.springframework.web.servlet.view.xslt.FormatHelper
Deprecated. Format a currency amount in a given locale.
currency(double, String, String) - Static method in class org.springframework.web.servlet.view.xslt.FormatHelper
Deprecated. Format a currency amount for a given language and country.
currentFormObject(HttpServletRequest, Object) - Method in class org.springframework.web.servlet.mvc.AbstractFormController
Return the current form object to use for binding and further processing, based on the passed-in form object as found in the HttpSession.
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, keeping an incoming null as-is.
CustomCollectionEditor(Class, boolean) - Constructor for class org.springframework.beans.propertyeditors.CustomCollectionEditor
Create a new CustomCollectionEditor for the given target type.
CustomDateEditor - Class in org.springframework.beans.propertyeditors
PropertyEditor for java.util.Date, supporting a custom java.text.DateFormat.
CustomDateEditor(DateFormat, boolean) - Constructor for class org.springframework.beans.propertyeditors.CustomDateEditor
Create a new CustomDateEditor instance, using the given DateFormat for parsing and rendering.
CustomDateEditor(DateFormat, boolean, int) - Constructor for class org.springframework.beans.propertyeditors.CustomDateEditor
Create a new CustomDateEditor instance, using the given DateFormat for parsing and rendering.
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) - Constructor for class org.springframework.validation.DataBinder
Create a new DataBinder instance, with default object name.
DataBinder(Object, String) - Constructor for class org.springframework.validation.DataBinder
Create a new DataBinder instance.
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 for obtaining JDBC Connections from a DataSource.
DataSourceUtils() - Constructor for class org.springframework.jdbc.datasource.DataSourceUtils
 
dateTimeElement(long, String, String) - Static method in class org.springframework.web.servlet.view.xslt.FormatHelper
Deprecated. 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
Deprecated. Creates a formatted-date node with system default Locale
dateTimeElement(long, Locale) - Static method in class org.springframework.web.servlet.view.xslt.FormatHelper
Deprecated. 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 URLDecoder.
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.
DecoratingNavigationHandler - Class in org.springframework.web.jsf
Base class for JSF NavigationHandler implementations that want to be capable of decorating an original NavigationHandler.
DecoratingNavigationHandler() - Constructor for class org.springframework.web.jsf.DecoratingNavigationHandler
Create a DecoratingNavigationHandler without fixed original NavigationHandler.
DecoratingNavigationHandler(NavigationHandler) - Constructor for class org.springframework.web.jsf.DecoratingNavigationHandler
Create a DecoratingNavigationHandler with fixed original NavigationHandler.
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_AFTER_MESSAGE_PREFIX - Static variable in class org.springframework.web.filter.AbstractRequestLoggingFilter
 
DEFAULT_AFTER_MESSAGE_SUFFIX - Static variable in class org.springframework.web.filter.AbstractRequestLoggingFilter
 
DEFAULT_ARGUMENT_SEPARATOR - Static variable in class org.springframework.web.servlet.tags.MessageTag
Default separator for splitting an arguments String: a comma (",")
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_BEFORE_MESSAGE_PREFIX - Static variable in class org.springframework.web.filter.AbstractRequestLoggingFilter
 
DEFAULT_BEFORE_MESSAGE_SUFFIX - Static variable in class org.springframework.web.filter.AbstractRequestLoggingFilter
 
DEFAULT_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 used for binding command objects: "command"
DEFAULT_COMMAND_NAME - Static variable in class org.springframework.web.servlet.mvc.multiaction.MultiActionController
Default command name used for binding command objects: "command"
DEFAULT_COMMAND_NAME - Static variable in class org.springframework.web.servlet.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.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
The default cookie name used if none is explicitly set.
DEFAULT_COOKIE_NAME - Static variable in class org.springframework.web.servlet.theme.CookieThemeResolver
 
DEFAULT_COOKIE_PATH - Static variable in class org.springframework.web.util.CookieGenerator
Default path that cookies will be visible to: "/", i.e. the entire server.
DEFAULT_DEPENDENCY_CHECK_ATTRIBUTE - Static variable in class org.springframework.beans.factory.xml.DefaultXmlBeanDefinitionParser
 
DEFAULT_DESTROY_METHOD_ATTRIBUTE - Static variable in class org.springframework.beans.factory.xml.DefaultXmlBeanDefinitionParser
 
DEFAULT_ENCODING_SCHEME - Static variable in class org.springframework.web.servlet.view.RedirectView
The default encoding scheme: UTF-8
DEFAULT_EXCEPTION_ATTRIBUTE - Static variable in class org.springframework.web.servlet.handler.SimpleMappingExceptionResolver
The default name of the exception attribute: "exception".
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_INIT_METHOD_ATTRIBUTE - Static variable in class org.springframework.beans.factory.xml.DefaultXmlBeanDefinitionParser
 
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_OBJECT_NAME - Static variable in class org.springframework.validation.DataBinder
Default object name used for binding: "target"
DEFAULT_ORDER - Static variable in interface org.springframework.core.enums.LabeledEnum
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 name of the locale specification parameter: "locale".
DEFAULT_PARAM_NAME - Static variable in class org.springframework.web.servlet.mvc.multiaction.ParameterMethodNameResolver
Default name for the parameter whose value identifies the method to invoke: "action".
DEFAULT_PARAM_NAME - Static variable in class org.springframework.web.servlet.theme.ThemeChangeInterceptor
Default name of the theme specification parameter: "theme".
DEFAULT_PATH_SEPARATOR - Static variable in class org.springframework.util.AntPathMatcher
Default path separator: "/"
DEFAULT_PERSISTENCE_MANAGER_FACTORY_BEAN_NAME - Static variable in class org.springframework.orm.jdo.support.OpenPersistenceManagerInViewFilter
 
DEFAULT_PLACEHOLDER_PREFIX - Static variable in class org.springframework.beans.factory.config.PropertyPlaceholderConfigurer
Default placeholder prefix: "${"
DEFAULT_PLACEHOLDER_SUFFIX - Static variable in class org.springframework.beans.factory.config.PropertyPlaceholderConfigurer
Default placeholder suffix: "}"
DEFAULT_PORT - Static variable in class org.springframework.mail.javamail.JavaMailSenderImpl
The default port: -1.
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
The default protocol: 'smtp'.
DEFAULT_PROTOCOL - Static variable in class org.springframework.mock.web.MockHttpServletRequest
The default protocol: 'http'.
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
The default remote address: '127.0.0.1'.
DEFAULT_REMOTE_HOST - Static variable in class org.springframework.mock.web.MockHttpServletRequest
The default remote host: 'localhost'.
DEFAULT_ROOT - Static variable in class org.springframework.web.servlet.view.xslt.AbstractXsltView
The default document root name.
DEFAULT_SCREEN_CONTENT_KEY - Static variable in class org.springframework.web.servlet.view.velocity.VelocityLayoutView
 
DEFAULT_SEPARATOR - Static variable in class org.springframework.beans.propertyeditors.StringArrayPropertyEditor
Default separator for splitting a String: a comma (",")
DEFAULT_SEPARATOR - Static variable in class org.springframework.core.io.support.LocalizedResourceHelper
The default separator to use inbetween file name parts: an underscore
DEFAULT_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
The default server address: '127.0.0.1'.
DEFAULT_SERVER_NAME - Static variable in class org.springframework.mock.web.MockHttpServletRequest
The default server name: 'localhost'.
DEFAULT_SERVER_PORT - Static variable in class org.springframework.mock.web.MockHttpServletRequest
The default server port: '80'.
DEFAULT_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_TARGET_BEAN_NAME - Static variable in class org.springframework.web.jsf.DelegatingNavigationHandlerProxy
Default name of the target bean in the Spring application context: "jsfNavigationHandler"
DEFAULT_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 AopProxyFactory implementation, creating either 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
Create a new DefaultToStringStyler.
DefaultTransactionAttribute - Class in org.springframework.transaction.interceptor
Transaction attribute that takes the EJB approach to rolling back on runtime, but not checked, exceptions.
DefaultTransactionAttribute() - Constructor for class org.springframework.transaction.interceptor.DefaultTransactionAttribute
Create a new DefaultTransactionAttribute, with default settings.
DefaultTransactionAttribute(TransactionAttribute) - Constructor for class org.springframework.transaction.interceptor.DefaultTransactionAttribute
Copy constructor.
DefaultTransactionAttribute(int) - Constructor for class org.springframework.transaction.interceptor.DefaultTransactionAttribute
Create a new DefaultTransactionAttribute with the the given propagation behavior.
DefaultTransactionDefinition - Class in org.springframework.transaction.support
Default implementation of the TransactionDefinition interface, offering bean-style configuration and sensible default values (PROPAGATION_REQUIRED, ISOLATION_DEFAULT, TIMEOUT_DEFAULT, readOnly=false).
DefaultTransactionDefinition() - Constructor for class org.springframework.transaction.support.DefaultTransactionDefinition
Create a new DefaultTransactionDefinition, with default settings.
DefaultTransactionDefinition(TransactionDefinition) - Constructor for class org.springframework.transaction.support.DefaultTransactionDefinition
Copy constructor.
DefaultTransactionDefinition(int) - Constructor for class org.springframework.transaction.support.DefaultTransactionDefinition
Create a new DefaultTransactionDefinition with the the given propagation behavior.
defaultTransactionIsolation() - 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 letting Struts Actions work with a Spring WebApplicationContext.
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
 
DelegatingNavigationHandlerProxy - Class in org.springframework.web.jsf
JSF NavigationHandler implementation that delegates to a NavigationHandler bean obtained from the Spring root WebApplicationContext.
DelegatingNavigationHandlerProxy() - Constructor for class org.springframework.web.jsf.DelegatingNavigationHandlerProxy
Create a new DelegatingNavigationHandlerProxy.
DelegatingNavigationHandlerProxy(NavigationHandler) - Constructor for class org.springframework.web.jsf.DelegatingNavigationHandlerProxy
Create a new DelegatingNavigationHandlerProxy.
DelegatingPhaseListenerMulticaster - Class in org.springframework.web.jsf
JSF PhaseListener implementation that delegates to one or more Spring-managed PhaseListener beans coming from the Spring root WebApplicationContext.
DelegatingPhaseListenerMulticaster() - Constructor for class org.springframework.web.jsf.DelegatingPhaseListenerMulticaster
 
DelegatingRequestProcessor - Class in org.springframework.web.struts
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.
DelegatingThemeSource - Class in org.springframework.ui.context.support
Empty ThemeSource that delegates all calls to the parent ThemeSource.
DelegatingThemeSource() - Constructor for class org.springframework.ui.context.support.DelegatingThemeSource
 
DelegatingTilesRequestProcessor - Class in org.springframework.web.struts
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
 
DelegatingTimerTask - Class in org.springframework.scheduling.timer
Simple TimerTask adapter that delegates to a given Runnable.
DelegatingTimerTask(Runnable) - Constructor for class org.springframework.scheduling.timer.DelegatingTimerTask
Create a new DelegatingTimerTask.
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) - Method in interface org.springframework.orm.ibatis.SqlMapClientOperations
 
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) - Method in class org.springframework.orm.ibatis.SqlMapClientTemplate
 
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
Constant that indicates dependency checking for all properties (object references as well as "simple" properties).
DEPENDENCY_CHECK_ALL_ATTRIBUTE_VALUE - Static variable in class org.springframework.beans.factory.xml.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
Constant that indicates no dependency check at all.
DEPENDENCY_CHECK_OBJECTS - Static variable in class org.springframework.beans.factory.support.AbstractBeanDefinition
Constant that indicates dependency checking for object references.
DEPENDENCY_CHECK_OBJECTS_ATTRIBUTE_VALUE - Static variable in class org.springframework.beans.factory.xml.DefaultXmlBeanDefinitionParser
 
DEPENDENCY_CHECK_SIMPLE - Static variable in class org.springframework.beans.factory.support.AbstractBeanDefinition
Constant that indicates dependency checking for "simple" properties.
DEPENDENCY_CHECK_SIMPLE_ATTRIBUTE_VALUE - Static variable in class org.springframework.beans.factory.xml.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
 
DescriptiveResource - Class in org.springframework.core.io
Simple Resource implementation that holds a resource description but does not point to an actually readable resource.
DescriptiveResource(String) - Constructor for class org.springframework.core.io.DescriptiveResource
Create a new DescriptiveResource.
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 class org.springframework.beans.factory.config.AbstractFactoryBean
 
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.access.MBeanClientInterceptor
Closes any JMXConnector that may be managed by this interceptor.
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
Stop the local JOTM instance, if created by this FactoryBean.
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
Close the bundle bean factories on context shutdown.
destroy() - Method in class org.springframework.web.servlet.view.XmlViewResolver
Close the view bean factory on context shutdown.
destroy() - Method in class org.springframework.web.struts.ContextLoaderPlugIn
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.
destroyInstance(Object) - Method in class org.springframework.beans.factory.config.AbstractFactoryBean
Callback for destroying a singleton instance.
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.
determineContextClass(ServletContext) - Method in class org.springframework.web.context.ContextLoader
Return the WebApplicationContext implementation class to use, either the default XmlWebApplicationContext or a custom context class if specified.
determineDefaultLocale(HttpServletRequest) - Method in class org.springframework.web.servlet.i18n.CookieLocaleResolver
Determine the default locale for the given request, Called if no locale cookie has been found.
determineDefaultLocale(HttpServletRequest) - Method in class org.springframework.web.servlet.i18n.SessionLocaleResolver
Determine the default locale for the given request, Called if no locale session attribute has been found.
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 HTTP request handlers/controllers, 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
Extract the content from the given JMS message.
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 processRequest/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
Execute the given request through Commons HttpClient.
doExecuteRequest(HttpInvokerClientConfiguration, ByteArrayOutputStream) - Method in class org.springframework.remoting.httpinvoker.SimpleHttpInvokerRequestExecutor
Execute the given request through a standard J2SE HttpURLConnection.
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.AbstractRequestLoggingFilter
Forwards the request to the next filter in the chain and delegates down to the subclasses to perform the actual request logging both before and after the request is processed.
doFilterInternal(HttpServletRequest, HttpServletResponse, FilterChain) - Method in class org.springframework.web.filter.CharacterEncodingFilter
 
doFilterInternal(HttpServletRequest, HttpServletResponse, FilterChain) - Method in class org.springframework.web.filter.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
 
doFindMatchingFileSystemResources(File, String) - Method in class org.springframework.core.io.support.PathMatchingResourcePatternResolver
Find all resources in the file system that match the given location pattern via the Ant-style PathMatcher.
doFindPathMatchingFileResources(Resource, String) - Method in class org.springframework.core.io.support.PathMatchingResourcePatternResolver
Find all resources in the file system that match the given location pattern via the Ant-style PathMatcher.
doFindPathMatchingFileResources(Resource, String) - Method in class org.springframework.web.context.support.ServletContextResourcePatternResolver
Overridden version which checks for ServletContextResource and uses ServletContext.getResourcePaths to find matching resources below the web application root directory.
doFindPathMatchingJarResources(Resource, String) - Method in class org.springframework.core.io.support.PathMatchingResourcePatternResolver
Find all resources in jar files that match the given location pattern via the Ant-style PathMatcher.
doGet(HttpServletRequest, HttpServletResponse) - Method in class org.springframework.web.servlet.FrameworkServlet
Delegate GET requests to processRequest/doService.
doGet(HttpServletRequest, HttpServletResponse) - Method in class org.springframework.web.servlet.ResourceServlet
Determine the URL of the target resource and include it.
doGetBundle(String, Locale) - Method in class org.springframework.context.support.ResourceBundleMessageSource
Obtain the resource bundle for the given basename and Locale.
doGetConnection(ConnectionFactory) - Static method in class org.springframework.jca.cci.connection.ConnectionFactoryUtils
Actually obtain a CCI Connection from the given ConnectionFactory.
doGetConnection(ConnectionSpec) - Method in class org.springframework.jca.cci.connection.ConnectionSpecConnectionFactoryAdapter
This implementation delegates to the getConnection(ConnectionSpec) method of the target ConnectionFactory, passing in the specified user credentials.
doGetConnection(DataSource) - Static method in class org.springframework.jdbc.datasource.DataSourceUtils
Actually obtain a JDBC Connection 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.
doGetJtaTransaction(UserTransaction) - Method in class org.springframework.transaction.jta.JtaTransactionManager
Get a JTA transaction object for the given current UserTransaction.
doGetNativeConnection(Connection) - Method in class org.springframework.jdbc.support.nativejdbc.C3P0NativeJdbcExtractor
Retrieve the Connection via C3P0's rawConnectionOperation API, using the getRawConnection as callback to get access to the raw Connection (which is otherwise not directly supported by C3P0).
doGetNativeConnection(Connection) - Method in class org.springframework.jdbc.support.nativejdbc.CommonsDbcpNativeJdbcExtractor
 
doGetNativeConnection(Connection) - Method in class org.springframework.jdbc.support.nativejdbc.JBossNativeJdbcExtractor
Retrieve the Connection via JBoss' getUnderlyingConnection method.
doGetNativeConnection(Connection) - Method in class org.springframework.jdbc.support.nativejdbc.NativeJdbcExtractorAdapter
Not able to unwrap: return passed-in Connection.
doGetNativeConnection(Connection) - Method in class org.springframework.jdbc.support.nativejdbc.WebLogicNativeJdbcExtractor
Retrieve the Connection via WebLogic's getVendorConnection method.
doGetNativeConnection(Connection) - Method in class org.springframework.jdbc.support.nativejdbc.WebSphereNativeJdbcExtractor
Retrieve the Connection via WebSphere's getNativeConnection method.
doGetNativeConnection(Connection) - Method in class org.springframework.jdbc.support.nativejdbc.XAPoolNativeJdbcExtractor
 
doGetPersistenceManager(PersistenceManagerFactory, boolean) - Static method in class org.springframework.orm.jdo.PersistenceManagerFactoryUtils
Obtain 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, RmiInvocationHandler) - Method in class org.springframework.remoting.rmi.JndiRmiClientInterceptor
Apply the given AOP method invocation to the given RmiInvocationHandler.
doInvoke(MethodInvocation, Remote) - Method in class org.springframework.remoting.rmi.RmiClientInterceptor
Perform the given invocation on the given RMI stub.
doInvoke(MethodInvocation, RmiInvocationHandler) - Method in class org.springframework.remoting.rmi.RmiClientInterceptor
Apply the given AOP method invocation to the given RmiInvocationHandler.
doInvoke(MethodInvocation, Remote) - Static method in class org.springframework.remoting.rmi.RmiClientInterceptorUtils
Perform a raw method invocation on the given RMI stub, letting reflection exceptions through as-is.
doJtaBegin(JtaTransactionObject, TransactionDefinition) - Method in class org.springframework.transaction.jta.JtaTransactionManager
Perform a JTA begin on the JTA UserTransaction or TransactionManager.
doJtaBegin(JtaTransactionObject, TransactionDefinition) - Method in class org.springframework.transaction.jta.WebLogicJtaTransactionManager
 
doJtaResume(JtaTransactionObject, Object) - Method in class org.springframework.transaction.jta.JtaTransactionManager
Perform a JTA resume on the JTA TransactionManager.
doJtaResume(JtaTransactionObject, Object) - Method in class org.springframework.transaction.jta.WebLogicJtaTransactionManager
 
doJtaSuspend(JtaTransactionObject) - Method in class org.springframework.transaction.jta.JtaTransactionManager
Perform a JTA suspend on the JTA TransactionManager.
doLoadBeanDefinitions(InputSource, Resource) - Method in class org.springframework.beans.factory.xml.XmlBeanDefinitionReader
Actually load bean definitions from the specified XML file.
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 processRequest/doService.
doPut(HttpServletRequest, HttpServletResponse) - Method in class org.springframework.web.servlet.FrameworkServlet
Delegate PUT requests to processRequest/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, String) - Method in class org.springframework.jms.core.JmsTemplate
Receive a JMS message.
doReceive(Session, MessageConsumer) - Method in class org.springframework.jms.core.JmsTemplate
Actually receive a JMS message.
doRegisterAfterCompletionWithJtaTransaction(JtaTransactionObject, 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 the given Connection, obtained from the given ConnectionFactory.
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
Send the given JMS message.
doSend(MessageProducer, Message) - Method in class org.springframework.jms.core.JmsTemplate
Actually send the given JMS message.
doSend(MessageProducer, Message) - Method in class org.springframework.jms.core.JmsTemplate102
This implementation overrides the superclass method to use JMS 1.0.2 API.
doSend(MimeMessage[], Object[]) - Method in class org.springframework.mail.javamail.JavaMailSenderImpl
Actually send the given array of MimeMessages via JavaMail.
doService(HttpServletRequest, HttpServletResponse) - Method in class org.springframework.web.servlet.DispatcherServlet
Exposes the DispatcherServlet-specific request attributes and delegates to DispatcherServlet.doDispatch(javax.servlet.http.HttpServletRequest, javax.servlet.http.HttpServletResponse) for the actual dispatching.
doService(HttpServletRequest, HttpServletResponse) - Method in class org.springframework.web.servlet.FrameworkServlet
Subclasses must implement this method to do the work of request handling, receiving a centralized callback for GET, POST, PUT and DELETE.
doSetNestedPath(String) - Method in 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
Resolves the message, escapes it if demanded, and writes it to the page (or exposes it as variable).
doStartTagInternal() - Method in class org.springframework.web.servlet.tags.RequestContextAwareTag
Called by doStartTag to perform the actual work.
doStartTagInternal() - Method in class org.springframework.web.servlet.tags.TransformTag
 
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.
enableFilter(String) - Method in interface org.springframework.orm.hibernate3.HibernateOperations
Return an enabled Hibernate Filter for the given filter name.
enableFilter(String) - Method in class org.springframework.orm.hibernate3.HibernateTemplate
 
enableFilters(Session) - Method in class org.springframework.orm.hibernate3.HibernateAccessor
Enable the specified filters on the given Session.
EncodedResource - Class in org.springframework.core.io.support
Holder that combines a Resource with an encoding.
EncodedResource(Resource) - Constructor for class org.springframework.core.io.support.EncodedResource
Create a new EncodedResource for the given Resource, not specifying a specific encoding.
EncodedResource(Resource, String) - Constructor for class org.springframework.core.io.support.EncodedResource
Create a new EncodedResource for the given Resource, using the specified encoding.
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
 
endsWithIgnoreCase(String, String) - Static method in class org.springframework.util.StringUtils
Test if the given String ends with the specified suffix, ignoring upper/lower case.
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
Hibernate 3.0 implementation of ID transferral.
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
 
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 current target objects are equal.
equals(Object) - Method in class org.springframework.aop.target.SingletonTargetSource
Two invoker interceptors are equal if they have the same target or if the targets or the targets are equal.
equals(Object) - Method in class org.springframework.beans.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.DescriptiveResource
This implementation compares the underlying description String.
equals(Object) - Method in class org.springframework.core.io.FileSystemResource
This implementation compares the underlying File references.
equals(Object) - Method in class org.springframework.core.io.InputStreamResource
This implementation compares the underlying InputStream.
equals(Object) - Method in class org.springframework.core.io.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
Stores and exposes information about data-binding and validation 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.
evaluate(String, String, PageContext) - Static method in class org.springframework.web.util.ExpressionEvaluationUtils
Evaluate the given expression (be it EL or a literal String value) to an Object.
evaluateBoolean(String, String, PageContext) - Static method in class org.springframework.web.util.ExpressionEvaluationUtils
Evaluate the given expression (be it EL or a literal String value) to a boolean.
evaluateInteger(String, String, PageContext) - Static method in class org.springframework.web.util.ExpressionEvaluationUtils
Evaluate the given expression (be it EL or a literal String value) to an integer.
evaluateString(String, String, PageContext) - Static method in class org.springframework.web.util.ExpressionEvaluationUtils
Evaluate the given expression (be it EL or a literal String value) to a 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.
executeSchemaStatement(Statement, String) - Method in class org.springframework.orm.hibernate.LocalSessionFactoryBean
Execute the given schema SQL on the given JDBC Statement.
executeSchemaStatement(Statement, String) - Method in class org.springframework.orm.hibernate3.LocalSessionFactoryBean
Execute the given schema SQL on the given JDBC Statement.
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() - Constructor for class org.springframework.mock.jndi.ExpectedLookupTemplate
Construct a new JndiTemplate that will always return given objects for given names.
ExpectedLookupTemplate(String, Object) - Constructor for class org.springframework.mock.jndi.ExpectedLookupTemplate
Construct a new JndiTemplate that will always return the given object, but honour only requests for the given name.
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
 
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 the entire 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.
extractFilenameFromUrlPath(String) - Static method in class org.springframework.web.util.WebUtils
Extract the URL filename from the given request URL path.
extractHandlerMethodNameFromUrlPath(String) - Method in class org.springframework.web.servlet.mvc.multiaction.InternalPathMethodNameResolver
Extract the handler method name from the given request URI.
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.
extractViewNameFromUrlPath(String) - Method in class org.springframework.web.servlet.mvc.UrlFilenameViewController
Extract the URL filename from the given request URI.

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 instance 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
 
FILE_URL_PREFIX - Static variable in class org.springframework.util.ResourceUtils
URL prefix for loading from the file system: "file:"
FileCopyUtils - Class in org.springframework.util
Simple utility methods for file and stream copying.
FileCopyUtils() - Constructor for class org.springframework.util.FileCopyUtils
 
FileEditor - Class in org.springframework.beans.propertyeditors
Editor for java.io.File, to directly populate a File property 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(String, Object[]) - Method in interface org.springframework.orm.jdo.JdoOperations
Find persistent instances through the given single-string JDOQL query.
find(String, Map) - 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
 
find(String, Object[]) - Method in class org.springframework.orm.jdo.JdoTemplate
 
find(String, Map) - Method in class org.springframework.orm.jdo.JdoTemplate
 
findAdvisorsThatCanApply(List, Class) - Static method in class org.springframework.aop.support.AopUtils
Determine the sublist of the candidateAdvisors list that is applicable to the given class.
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
 
findByCriteria(DetachedCriteria) - Method in interface org.springframework.orm.hibernate3.HibernateOperations
Execute a query based on a given Hibernate criteria object.
findByCriteria(DetachedCriteria, int, int) - Method in interface org.springframework.orm.hibernate3.HibernateOperations
Execute a query based on a given Hibernate criteria object.
findByCriteria(DetachedCriteria) - Method in class org.springframework.orm.hibernate3.HibernateTemplate
 
findByCriteria(DetachedCriteria, int, int) - Method in class org.springframework.orm.hibernate3.HibernateTemplate
 
findByExample(Object) - Method in interface org.springframework.orm.hibernate3.HibernateOperations
Execute a query based on a given example entity object.
findByExample(Object, int, int) - Method in interface org.springframework.orm.hibernate3.HibernateOperations
Execute a query based on a given example entity object.
findByExample(Object) - Method in class org.springframework.orm.hibernate3.HibernateTemplate
 
findByExample(Object, int, int) - Method in class org.springframework.orm.hibernate3.HibernateTemplate
 
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, Object[]) - Method in interface org.springframework.orm.jdo.JdoOperations
Find persistent instances through the given named query.
findByNamedQuery(Class, String, Map) - 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
 
findByNamedQuery(Class, String, Object[]) - Method in class org.springframework.orm.jdo.JdoTemplate
 
findByNamedQuery(Class, String, Map) - 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.PropertyEditorRegistry
Find a custom property editor for the given type and property.
findCustomEditor(Class, String) - Method in class org.springframework.beans.PropertyEditorRegistrySupport
 
findCustomEditor(Class, String) - Method in class org.springframework.validation.DataBinder
 
findDeclaredMethod(Class, String, Class[]) - Static method in class org.springframework.beans.BeanUtils
Find a method with the given method name and the given parameter types, declared on the given class or one of its superclasses.
findDeclaredMethodWithMinimalParameters(Class, String) - Static method in class org.springframework.beans.BeanUtils
Find a method with the given method name and minimal parameters (best case: none), declared on the given class or one of its superclasses.
findEligibleAdvisors(Class) - Method in class org.springframework.aop.framework.autoproxy.AbstractAdvisorAutoProxyCreator
Find all eligible advices for auto-proxying this class.
findFirstMatch(Collection, Collection) - Static method in class org.springframework.util.CollectionUtils
Return the first element in 'candidates' that is contained in 'source'.
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
 
findLocalizedResource(String, String, Locale) - Method in class org.springframework.core.io.support.LocalizedResourceHelper
Find the most specific localized resource for the given name, extension and locale: The file will be searched with locations in the following order, similar to java.util.ResourceBundle's search order: [name]_[language]_[country]_[variant][extension] [name]_[language]_[country][extension] [name]_[language][extension] [name][extension] If none of the specific files can be found, a resource descriptor for the default location will be returned.
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.
findMatchingViewName(Properties, Exception) - Method in class org.springframework.web.servlet.handler.SimpleMappingExceptionResolver
Find a matching view name in the given exception mappings
findMethod(Class, String, Class[]) - Static method in class org.springframework.beans.BeanUtils
Find a method with the given method name and the given parameter types, declared on the given class or one of its superclasses.
findMethod(Class, String, Class[]) - Static method in class org.springframework.util.ReflectionUtils
Attempt to find a Method on the supplied type with the supplied name and parameter types.
findMethodWithMinimalParameters(Class, String) - Static method in class org.springframework.beans.BeanUtils
Find a method with the given method name and minimal parameters (best case: none), declared on the given class or one of its superclasses.
findObject(Object[], Map) - Method in class org.springframework.jdbc.object.SqlQuery
Generic object finder method, used by all other findObject methods.
findObject(Object[]) - Method in class org.springframework.jdbc.object.SqlQuery
Convenient method to find a single object without context.
findObject(int, Map) - Method in class org.springframework.jdbc.object.SqlQuery
Convenient method to find a single object given a single int parameter and a context.
findObject(int) - Method in class org.springframework.jdbc.object.SqlQuery
Convenient method to find a single object given a single int parameter.
findObject(int, int, Map) - Method in class org.springframework.jdbc.object.SqlQuery
Convenient method to find a single object given two int parameters and a context.
findObject(int, int) - Method in class org.springframework.jdbc.object.SqlQuery
Convenient method to find a single object given two int parameters.
findObject(long, Map) - Method in class org.springframework.jdbc.object.SqlQuery
Convenient method to find a single object given a single long parameter and a context.
findObject(long) - Method in class org.springframework.jdbc.object.SqlQuery
Convenient method to find a single object given a single long parameter.
findObject(String, Map) - Method in class org.springframework.jdbc.object.SqlQuery
Convenient method to find a single object given a single String parameter and a context.
findObject(String) - Method in class org.springframework.jdbc.object.SqlQuery
Convenient method to find a single object given a single String parameter.
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.
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.
findRequiredWebApplicationContext(ActionServlet, ModuleConfig) - Static method in class org.springframework.web.struts.DelegatingActionUtils
Find most specific context available: check ContextLoaderPlugIn's WebApplicationContext first, fall back to root WebApplicationContext else.
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
Create CachedIntrospectionResults for the given bean class.
FormatHelper - Class in org.springframework.web.servlet.view.xslt
Deprecated. as of Spring 1.2.9; to be removed
FormatHelper() - Constructor for class org.springframework.web.servlet.view.xslt.FormatHelper
Deprecated.  
FormatHelper.XsltFormattingException - Exception in org.springframework.web.servlet.view.xslt
Deprecated. Exception thrown in case of formatting failure.
FormatHelper.XsltFormattingException(String, Throwable) - Constructor for exception org.springframework.web.servlet.view.xslt.FormatHelper.XsltFormattingException
Deprecated.  
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 requiredViewClass.
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
Return the advisor chain factory to use (never null).
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
 
getAggregateTemplateLoader(List) - Method in class org.springframework.ui.freemarker.FreeMarkerConfigurationFactory
Return a TemplateLoader based on the given TemplateLoader list.
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
Return the alias names for the bean, as specified directly for the bean definition.
getAliases(String) - Method in class org.springframework.beans.factory.support.AbstractBeanFactory
 
getAliases(String) - Method in 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.util.ClassUtils
Return all interfaces that the given object implements as array, including ones implemented by superclasses.
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.util.ClassUtils
Return all interfaces that the given class implements as array, including ones implemented by superclasses.
getAllInterfacesForClassAsSet(Class) - Static method in class org.springframework.util.ClassUtils
Return all interfaces that the given class implements as Set, including ones implemented by superclasses.
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 argument values held in this instance, counting both indexed and generic argument values.
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.CharArrayPropertyEditor
 
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
 
getAutowireMode() - Method in class org.springframework.test.AbstractDependencyInjectionSpringContextTests
Return the autowire mode for test properties set by Dependency Injection.
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 specified bean.
getBean(String, Class) - Method in interface org.springframework.beans.factory.BeanFactory
Return an instance, which may be shared or independent, of the specified bean.
getBean(String) - Method in class org.springframework.beans.factory.support.AbstractBeanFactory
 
getBean(String, Class) - Method in class org.springframework.beans.factory.support.AbstractBeanFactory
 
getBean(String, Object[]) - Method in class org.springframework.beans.factory.support.AbstractBeanFactory
Return an instance, which may be shared or independent, of the specified bean.
getBean(String, Class, Object[]) - Method in class org.springframework.beans.factory.support.AbstractBeanFactory
Return an instance, which may be shared or independent, of the specified bean.
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 exception org.springframework.beans.BeanInstantiationException
Return the offending bean class.
getBeanClass() - Method in class org.springframework.beans.CachedIntrospectionResults
 
getBeanClass() - Method in class org.springframework.beans.factory.support.AbstractBeanDefinition
Return the class of the wrapped bean.
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
Return the wrapped BeanDefinition.
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 2.0.
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
Deprecated. 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().
getBeanFactory(FacesContext) - Method in class org.springframework.web.jsf.DelegatingNavigationHandlerProxy
Retrieve the Spring BeanFactory to delegate bean name resolution to.
getBeanFactory(FacesContext) - Method in class org.springframework.web.jsf.DelegatingPhaseListenerMulticaster
Retrieve the Spring BeanFactory to delegate bean name resolution to.
getBeanFactory(FacesContext) - Method in class org.springframework.web.jsf.DelegatingVariableResolver
Retrieve the Spring BeanFactory to delegate bean name resolution to.
getBeanFactoryPostProcessors() - Method in class org.springframework.context.support.AbstractApplicationContext
Return the list of BeanFactoryPostProcessors that will get applied to the internal BeanFactory.
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
Return the primary name of the bean, as specified for the bean definition.
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.
getBindingErrorProcessor() - Method in class org.springframework.web.servlet.mvc.BaseCommandController
Return the strategy to use 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
 
getBundle(String, Locale) - Method in class org.springframework.web.servlet.view.ResourceBundleViewResolver
Obtain the resource bundle for the given basename and Locale.
getBundleClassLoader() - Method in class org.springframework.context.support.ResourceBundleMessageSource
Return the ClassLoader to load resource bundles with.
getBundleClassLoader() - Method in class org.springframework.web.servlet.view.ResourceBundleViewResolver
Return the ClassLoader to load resource bundles with.
getBusinessInterface() - Method in class org.springframework.ejb.access.LocalStatelessSessionProxyFactoryBean
Return the business interface of the EJB we're proxying.
getBusinessInterface() - Method in class org.springframework.ejb.access.SimpleRemoteStatelessSessionProxyFactoryBean
Return the business interface of the EJB we're proxying.
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
 
getCharacterEncoding() - Method in class org.springframework.orm.hibernate.support.BlobStringType
Determine the character encoding to apply to the BLOB's bytes to turn them into a String.
getCharacterEncoding() - Method in class org.springframework.orm.hibernate3.support.BlobStringType
Determine the character encoding to apply to the BLOB's bytes to turn them into a String.
getChildElementByTagName(Element, String) - Static method in class org.springframework.util.xml.DomUtils
Utility method that returns the first child element identified by its name.
getChildElementsByTagName(Element, String) - Static method in class org.springframework.util.xml.DomUtils
Retrieve all child elements of the given DOM element that match the given element name.
getChildElementValueByTagName(Element, String) - Static method in class org.springframework.util.xml.DomUtils
Utility method that returns the first child element value identified by its name.
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
Return the ClassFilter for this 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.DefaultResourceLoader
Return the ClassLoader to load class path resources with, or null if using the thread context class loader on actual access (applying to the thread that constructs the ClassPathResource object).
getClassLoader() - Method in class org.springframework.core.io.support.PathMatchingResourcePatternResolver
Return the ClassLoader that this pattern resolver works with (never null).
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.
getClassToExpose(Object) - Static method in class org.springframework.jmx.support.JmxUtils
Return the class or interface to expose for the given bean.
getClassToExpose(Class) - Static method in class org.springframework.jmx.support.JmxUtils
Return the class or interface to expose for the given bean class.
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
 
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.StaticLabeledEnum
 
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.
getColumnMapRowMapper() - Method in class org.springframework.jdbc.core.JdbcTemplate
Create a new RowMapper for reading columns as key-value pairs.
getColumnName() - Method in class org.springframework.jdbc.support.incrementer.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, Class) - Method in class org.springframework.jdbc.core.SingleColumnRowMapper
Retrieve a JDBC object value for the specified column.
getColumnValue(ResultSet, int) - Method in class org.springframework.jdbc.core.SingleColumnRowMapper
Retrieve a JDBC object value for the specified column, using the most appropriate value type.
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(Object) - Method in class org.springframework.web.servlet.mvc.multiaction.MultiActionController
Return the command name to use for the given command object.
getCommandName() - Method in class org.springframework.web.servlet.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.
getConcurrencyLimit() - Method in class org.springframework.util.ConcurrencyThrottleSupport
Return the maximum number of parallel accesses allowed.
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
Return the Configuration object wrapped by this bean.
getConfiguration() - Method in class org.springframework.web.servlet.view.freemarker.FreeMarkerView
Return the FreeMarker configuration used by this view.
getConnection(ConnectionFactory) - Static method in class org.springframework.jca.cci.connection.ConnectionFactoryUtils
Obtain a Connection from the given ConnectionFactory.
getConnection() - Method in class org.springframework.jca.cci.connection.ConnectionHolder
 
getConnection() - Method in class org.springframework.jca.cci.connection.ConnectionSpecConnectionFactoryAdapter
Determine whether there is currently a thread-bound ConnectionSpec, using it if available, falling back to the statically specified "connectionSpec" property else.
getConnection() - Method in class org.springframework.jca.cci.connection.DelegatingConnectionFactory
 
getConnection(ConnectionSpec) - Method in class org.springframework.jca.cci.connection.DelegatingConnectionFactory
 
getConnection() - Method in class org.springframework.jca.cci.connection.SingleConnectionFactory
 
getConnection(ConnectionSpec) - Method in class org.springframework.jca.cci.connection.SingleConnectionFactory
 
getConnection() - Method in class org.springframework.jca.cci.connection.TransactionAwareConnectionFactoryProxy
Delegate to ConnectionFactoryUtils for automatically participating in Spring-managed transactions.
getConnection() - Method in class org.springframework.jca.cci.core.support.CciDaoSupport
Get a CCI Connection, either from the current transaction or a new one.
getConnection() - Method in class org.springframework.jdbc.core.support.JdbcDaoSupport
Get a JDBC Connection, either from the current transaction or a new one.
getConnection() - Method in interface org.springframework.jdbc.datasource.ConnectionHandle
Fetch the JDBC Connection that this handle refers to.
getConnection() - Method in class org.springframework.jdbc.datasource.ConnectionHolder
Return the current Connection held by this ConnectionHolder.
getConnection(DataSource) - Static method in class org.springframework.jdbc.datasource.DataSourceUtils
Obtain a Connection from the given DataSource.
getConnection() - Method in class org.springframework.jdbc.datasource.DelegatingDataSource
 
getConnection(String, String) - Method in class org.springframework.jdbc.datasource.DelegatingDataSource
 
getConnection() - Method in class org.springframework.jdbc.datasource.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
Return the specified Connection as-is.
getConnection() - Method in class org.springframework.jdbc.datasource.SingleConnectionDataSource
 
getConnection(String, String) - Method in class org.springframework.jdbc.datasource.SingleConnectionDataSource
Specifying a custom username and password doesn't make sense with a single connection.
getConnection() - Method in class org.springframework.jdbc.datasource.TransactionAwareDataSourceProxy
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
Return this holder's JMS Connection.
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 ConnectionFactory that this accessor uses 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 (never null).
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.
getContentType() - Method in class org.springframework.web.servlet.view.UrlBasedViewResolver
Return the content type for all views, if any.
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.
getDecoratedNavigationHandler() - Method in class org.springframework.web.jsf.DecoratingNavigationHandler
Return the fixed original NavigationHandler decorated by this handler, if any (that is, if passed in through the constructor).
getDefaultAutowire() - Method in class org.springframework.beans.factory.xml.DefaultXmlBeanDefinitionParser
Return the default autowire setting for the document that's currently parsed.
getDefaultClassLoader() - Static method in class org.springframework.util.ClassUtils
Return a default ClassLoader to use (never null).
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/receive operations that do not have a destination parameter.
getDefaultDestinationName() - Method in class org.springframework.jms.core.JmsTemplate
Return the destination name to be used on send/receive operations that do not have a destination parameter.
getDefaultDestroyMethod() - Method in class org.springframework.beans.factory.xml.DefaultXmlBeanDefinitionParser
Return the default destroy-method setting for the document that's currently parsed.
getDefaultEditor(Class) - Method in class org.springframework.beans.PropertyEditorRegistrySupport
Retrieve the default editor for the given property type, if any.
getDefaultEncoding() - Method in class org.springframework.mail.javamail.JavaMailSenderImpl
Return the default encoding for MimeMessages, or null if none.
getDefaultEncoding(MimeMessage) - Method in class org.springframework.mail.javamail.MimeMessageHelper
Determine the default encoding for the given MimeMessage.
getDefaultEncoding() - Method in class org.springframework.mail.javamail.SmartMimeMessage
Return the default encoding of this message, or null if none.
getDefaultEncoding() - Method in class org.springframework.web.multipart.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
Return the default FileTypeMap of this message, or null if none.
getDefaultHandler() - Method in class org.springframework.web.servlet.handler.AbstractHandlerMapping
Return the default handler for this handler mapping.
getDefaultInitMethod() - Method in class org.springframework.beans.factory.xml.DefaultXmlBeanDefinitionParser
Return the default init-method setting for the document that's currently parsed.
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.
getDefaultLocale() - Method in class org.springframework.web.servlet.i18n.AbstractLocaleResolver
Return the default Locale that this resolver is supposed to fall back to, if any.
getDefaultLocale() - Method in class org.springframework.web.servlet.i18n.CookieLocaleResolver
Return the fixed Locale that this resolver will return if no cookie found, if any.
getDefaultMessage() - Method in interface org.springframework.context.MessageSourceResolvable
Return the default message to be used to resolve this message.
getDefaultMessage(String) - Method in class org.springframework.context.support.AbstractMessageSource
Return a fallback default message for the given code, if any.
getDefaultMessage() - Method in class org.springframework.context.support.DefaultMessageSourceResolvable
 
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.
getDelegate(FacesContext) - Method in class org.springframework.web.jsf.DelegatingNavigationHandlerProxy
Return the target NavigationHandler to delegate to.
getDelegateAction(ActionMapping) - Method in class org.springframework.web.struts.DelegatingActionProxy
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.
getDelegates(FacesContext) - Method in class org.springframework.web.jsf.DelegatingPhaseListenerMulticaster
Obtain the delegate PhaseListener beans from the Spring root WebApplicationContext.
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.DescriptiveResource
 
getDescription() - Method in class org.springframework.core.io.FileSystemResource
This implementation returns a description that includes the absolute path of the file.
getDescription() - Method in class org.springframework.core.io.InputStreamResource
This implementation returns the passed-in description, if any.
getDescription() - Method in interface org.springframework.core.io.Resource
Return a description for this resource, to be used for error output when working with the resource.
getDescription() - Method in class org.springframework.core.io.UrlResource
This implementation returns a description that includes the URL.
getDescription(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.support.destination.JmsDestinationAccessor
Return the DestinationResolver for this accessor.
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.core.io.support.EncodedResource
Return the encoding to use for reading from the resource, or null if none specified.
getEncoding() - Method in class org.springframework.mail.javamail.MimeMessageHelper
Return the specific character encoding used for this message, if any.
getEncoding() - Method in class org.springframework.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, if any.
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(String) - Method in class org.springframework.jdbc.support.SQLErrorCodesFactory
Return the SQLErrorCodes instance for the given database.
getErrorCodes(DataSource) - Method in class org.springframework.jdbc.support.SQLErrorCodesFactory
Return SQLErrorCodes for the given DataSource, evaluating "databaseProductName" from the DatabaseMetaData, or an empty error codes instance if no SQLErrorCodes were found.
getErrorCodes() - Method in class org.springframework.web.servlet.support.BindStatus
Return the error codes for the field or object, if any.
getErrorCount() - 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.
getFetchSize() - Method in class org.springframework.orm.hibernate.HibernateTemplate
Return the fetch size specified for this HibernateTemplate.
getFetchSize() - Method in class org.springframework.orm.hibernate3.HibernateTemplate
Return the fetch size specified for this HibernateTemplate.
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.
getFilenameExtension(String) - Static method in class org.springframework.util.StringUtils
Extract the filename extension from the given path, e.g.
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, if any.
getFilterName() - Method in class org.springframework.mock.web.MockFilterConfig
 
getFilterName() - Method in class org.springframework.web.filter.GenericFilterBean
Make the name of this filter available to subclasses.
getFilterNames() - Method in class org.springframework.orm.hibernate3.HibernateAccessor
Return the names of Hibernate filters to be activated, if any.
getFirstElementOnPage() - Method in class org.springframework.beans.support.PagedListHolder
Return the element index of the first element on the current page.
getFirstLinkedPage() - Method in class org.springframework.beans.support.PagedListHolder
Return the first page to which create a link around the current page.
getFirstNestedPropertySeparatorIndex(String) - Static method in class org.springframework.beans.PropertyAccessorUtils
Determine the first nested property separator in the given property path, ignoring dots in keys (like "map[my.key]").
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.
getFlushMode() - Method in class org.springframework.orm.hibernate3.support.OpenSessionInViewFilter
Return the Hibernate flush mode to use for a single session managed by this filter.
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 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
Look up a handler for the given request, returning null if no specific one is found.
getHandlerInternal(HttpServletRequest) - Method in class org.springframework.web.servlet.handler.AbstractUrlHandlerMapping
Look up a handler for the URL path of the given request.
getHandlerMap() - Method in class org.springframework.web.servlet.handler.AbstractUrlHandlerMapping
Return the registered handlers as an unmodifiable Map, with the registered path as key and the handler object (or handler bean name in case of a lazy-init handler) as value.
getHandlerMethodCount() - Method in class org.springframework.aop.framework.adapter.ThrowsAdviceInterceptor
 
getHandlerMethodName(HttpServletRequest) - Method in class org.springframework.web.servlet.mvc.multiaction.AbstractUrlMethodNameResolver
Retrieves the URL path to use for lookup and delegates to getHandlerMethodNameForUrlPath.
getHandlerMethodName(HttpServletRequest) - Method in interface org.springframework.web.servlet.mvc.multiaction.MethodNameResolver
Return a method name that can handle this request.
getHandlerMethodName(HttpServletRequest) - Method in class org.springframework.web.servlet.mvc.multiaction.ParameterMethodNameResolver
 
getHandlerMethodNameForUrlPath(String) - Method in class org.springframework.web.servlet.mvc.multiaction.AbstractUrlMethodNameResolver
Return a method name that can handle this request, based on the given lookup path.
getHandlerMethodNameForUrlPath(String) - Method in class org.springframework.web.servlet.mvc.multiaction.InternalPathMethodNameResolver
Extracts the method name indicated by the URL path.
getHandlerMethodNameForUrlPath(String) - Method in class org.springframework.web.servlet.mvc.multiaction.PropertiesMethodNameResolver
 
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
 
getHibernateProperties() - Method in class org.springframework.orm.hibernate.LocalSessionFactoryBean
Return the Hibernate properties, if any.
getHibernateProperties() - Method in class org.springframework.orm.hibernate3.LocalSessionFactoryBean
Return the Hibernate properties, if any.
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.
getHost() - Method in class org.springframework.remoting.rmi.RmiRegistryFactoryBean
Return the host of the registry for the exported RMI service.
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.DescriptiveResource
 
getInputStream() - Method in class org.springframework.core.io.FileSystemResource
This implementation opens a FileInputStream for the underlying file.
getInputStream() - Method in class org.springframework.core.io.InputStreamResource
This implementation throws IllegalStateException if attempting to read the underlying stream multiple times.
getInputStream() - Method in interface org.springframework.core.io.InputStreamSource
Return an InputStream.
getInputStream() - Method in class org.springframework.core.io.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
Deprecated. 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 the 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.
getInstantiationStrategy() - Method in class org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory
Return the current instantiation strategy.
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
Determine a list of MethodInterceptor and InterceptorAndDynamicMethodMatcher elements (using the latter if there is a dynamic method matcher that needs evaluation at runtime)
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.
getInvocationFailureMessage() - Method in class org.springframework.scheduling.support.MethodInvokingRunnable
 
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.
getJaxRpcServiceInterface() - Method in class org.springframework.remoting.jaxrpc.LocalJaxRpcServiceFactory
Return the JAX-RPC service interface to use for looking up the service.
getJaxRpcServiceProperties() - Method in class org.springframework.remoting.jaxrpc.LocalJaxRpcServiceFactory
Return JAX-RPC service properties to be passed to the ServiceFactory, 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.AbstractGenericLabeledEnum
 
getLabel() - Method in class org.springframework.core.enums.AbstractLabeledEnum
 
getLabel() - Method in interface org.springframework.core.enums.LabeledEnum
Return a descriptive, optional label.
getLabel() - Method in class org.springframework.core.enums.StaticLabeledEnum
 
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).
getLastNestedPropertySeparatorIndex(String) - Static method in class org.springframework.beans.PropertyAccessorUtils
Determine the first nested property separator in the given property path, ignoring dots in keys (like "map[my.key]").
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
Return the current number of context load attempts.
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.
getMasterSession() - Method in class org.springframework.orm.toplink.AbstractSessionFactory
Return this factory's "master" Session.
getMasterSession() - Method in class org.springframework.orm.toplink.ServerSessionFactory
Return this factory's ServerSession as-is.
getMasterSession() - Method in class org.springframework.orm.toplink.SessionBrokerSessionFactory
Return this factory's SessionBroker as-is.
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.
getMaxResults() - Method in class org.springframework.orm.hibernate.HibernateTemplate
Return the maximum number of rows specified for this HibernateTemplate.
getMaxResults() - Method in class org.springframework.orm.hibernate3.HibernateTemplate
Return the maximum number of rows specified for this HibernateTemplate.
getMaxRows() - Method in class org.springframework.jdbc.core.JdbcTemplate
Return the maximum number of rows specified for this JdbcTemplate.
getMaxSize() - Method in class org.springframework.aop.target.AbstractPoolingTargetSource
Return the maximum size of the pool.
getMaxSize() - Method in interface org.springframework.aop.target.PoolingConfig
Return the maximum size of the pool.
getMaxUploadSize() - Method in 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 top-level bean, by merging with the parent if the given bean's 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).
getMessage() - Method in exception org.springframework.web.util.NestedServletException
Return the detail message, including the message from the nested exception if there is one.
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.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.
getMethodIfAvailable(Class, String, Class[]) - Static method in class org.springframework.util.ClassUtils
Determine whether the given class has a method with the given signature, and return it if available (else return null).
getMethodMatcher() - Method in interface org.springframework.aop.Pointcut
Return the MethodMatcher for this 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
 
getMethodName() - Method in exception org.springframework.web.servlet.mvc.multiaction.NoSuchRequestHandlingMethodException
Return the name of the offending method, if known.
getMethodNameResolver() - Method in class org.springframework.web.servlet.mvc.multiaction.MultiActionController
Return the MethodNameResolver used by this class.
getMethodOverrides() - Method in class org.springframework.beans.factory.support.AbstractBeanDefinition
Return information about methods to be overridden by the IoC container.
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, HttpServletRequest) - Method in class org.springframework.web.servlet.handler.SimpleMappingExceptionResolver
Return a ModelAndView for the given request, view name and exception.
getModelAndView(String, Exception) - Method in class org.springframework.web.servlet.handler.SimpleMappingExceptionResolver
Return a ModelAndView for the given view name and exception.
getModelAndView() - Method in 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.
getNestedDiagnosticContextMessage(HttpServletRequest) - Method in class org.springframework.web.filter.Log4jNestedDiagnosticContextFilter
Determine the message to be pushed onto the Log4J nested diagnostic context.
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.WebLogicJndiMBeanServerFactoryBean
 
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
 
getObject() - Method in class org.springframework.web.context.support.ServletContextParameterFactoryBean
 
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 root object.
getObjectName() - Method in class org.springframework.validation.ObjectError
Return the name of the affected object.
getObjectName() - Method in class org.springframework.web.bind.EscapedErrors
 
getObjectToExport() - Method in class org.springframework.remoting.rmi.RmiBasedExporter
Determine the object to export: either the service object itself or a RmiInvocationWrapper in case of a non-RMI service object.
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.WebLogicJndiMBeanServerFactoryBean
 
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
 
getObjectType() - Method in class org.springframework.web.context.support.ServletContextParameterFactoryBean
 
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 JSF VariableResolver that this resolver delegates to.
getOriginalVariableResolver() - Method in class org.springframework.web.jsf.WebApplicationContextVariableResolver
Return the original JSF 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 transformer parameters to be applied to the stylesheet.
getParameters() - Method in class org.springframework.web.servlet.view.xslt.AbstractXsltView
Return a Map of transformer 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.DelegatingThemeSource
 
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 file 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
Return this holder's OJB PersistenceBroker.
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
Obtain a JDO PersistenceManager via the given factory.
getPersistenceManager() - Method in class org.springframework.orm.jdo.PersistenceManagerHolder
Return this holder's JDO PersistenceManager.
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
 
getPhaseId() - Method in class org.springframework.web.jsf.DelegatingPhaseListenerMulticaster
 
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.
getPort() - Method in class org.springframework.remoting.rmi.RmiRegistryFactoryBean
Return the port of the registry for the exported RMI service.
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.AbstractMonitoringInterceptor
Return the text that will get appended to the trace data.
getPrefix() - Method in class org.springframework.web.servlet.mvc.multiaction.InternalPathMethodNameResolver
Return the common prefix for handler method names.
getPrefix() - Method in class org.springframework.web.servlet.mvc.UrlFilenameViewController
Return the prefix to prepend to the request URL filename.
getPrefix() - Method in class org.springframework.web.servlet.view.UrlBasedViewResolver
Return the prefix that gets prepended to view names when building a URL.
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
 
getPropertiesPersister() - Method in class org.springframework.beans.factory.support.PropertiesBeanDefinitionReader
Return the PropertiesPersister to use for parsing properties files.
getProperty() - Method in class org.springframework.beans.support.MutableSortDefinition
 
getProperty() - Method in interface org.springframework.beans.support.SortDefinition
Return the name of the bean property to compare.
getProperty(String) - Method in class org.springframework.context.support.ReloadableResourceBundleMessageSource.PropertiesHolder
 
getProperty() - 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(Class, String) - Static method in class org.springframework.beans.BeanUtils
Retrieve the JavaBeans PropertyDescriptors for the given property.
getPropertyDescriptor(String) - Method in interface org.springframework.beans.BeanWrapper
Obtain the property descriptor for a specific property of the wrapped object.
getPropertyDescriptor(String) - Method in class org.springframework.beans.BeanWrapperImpl
 
getPropertyDescriptor(String) - Method in class org.springframework.beans.CachedIntrospectionResults
 
getPropertyDescriptorInternal(String) - Method in class org.springframework.beans.BeanWrapperImpl
Internal version of BeanWrapperImpl.getPropertyDescriptor(java.lang.String): Returns null if not found rather than throwing an exception.
getPropertyDescriptors(Class) - Static method in class org.springframework.beans.BeanUtils
Retrieve the JavaBeans PropertyDescriptors of a given class.
getPropertyDescriptors() - Method in interface org.springframework.beans.BeanWrapper
Obtain the PropertyDescriptors for the wrapped object (as determined by standard JavaBeans introspection).
getPropertyDescriptors() - Method in class org.springframework.beans.BeanWrapperImpl
 
getPropertyEditorRegistrars() - Method in class org.springframework.web.servlet.mvc.BaseCommandController
Return the PropertyEditorRegistrars to be applied to every DataBinder that this controller uses.
getPropertyEditorRegistry() - Method in exception org.springframework.validation.BindException
Return the underlying BeanWrapper as PropertyEditorRegistry.
getPropertyName() - Method in exception org.springframework.beans.InvalidPropertyException
Return the name of the offending property.
getPropertyName(String) - Static method in class org.springframework.beans.PropertyAccessorUtils
Return the actual property name for the given property path.
getPropertyType(String) - Method in interface org.springframework.beans.BeanWrapper
Determine the property type for the specified property, either checking the property descriptor or checking the value in case of an indexed or mapped element.
getPropertyType(String) - Method in class org.springframework.beans.BeanWrapperImpl
 
getPropertyType(String) - Method in class org.springframework.beans.PropertyEditorRegistrySupport
Determine the property type for the given property path.
getPropertyValue(String) - Method in class org.springframework.beans.BeanWrapperImpl
 
getPropertyValue(String) - Method in class org.springframework.beans.MutablePropertyValues
 
getPropertyValue(String) - Method in interface org.springframework.beans.PropertyAccessor
Get the current value of the specified property.
getPropertyValue(String) - Method in interface org.springframework.beans.PropertyValues
Return the property value with the given name, if any.
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 (never null).
getPropertyValues() - Method in class org.springframework.beans.MutablePropertyValues
 
getPropertyValues() - Method in interface org.springframework.beans.PropertyValues
Return an array of the PropertyValue objects held in this object.
getProtocol() - Method in class org.springframework.mail.javamail.JavaMailSenderImpl
Return the mail protocol.
getProtocol() - Method in class org.springframework.mock.web.MockHttpServletRequest
 
getProxiedInterfaces() - Method in interface org.springframework.aop.framework.Advised
Return the interfaces proxied by the AOP proxy.
getProxiedInterfaces() - Method in class org.springframework.aop.framework.AdvisedSupport
 
getProxy() - Method in interface org.springframework.aop.framework.AopProxy
Create a new proxy object.
getProxy(ClassLoader) - Method in interface org.springframework.aop.framework.AopProxy
Create a new proxy object.
getProxy() - Method in class org.springframework.aop.framework.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(ClassLoader) - 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(Class, TargetSource) - Static method in class org.springframework.aop.framework.ProxyFactory
Create a proxy for the specified TargetSource that implements the specified interface.
getProxy(TargetSource) - Static method in class org.springframework.aop.framework.ProxyFactory
Create a proxy for the specified TargetSource that extends the target class of the TargetSource.
getProxy(AopProxy) - Method in class org.springframework.aop.framework.ProxyFactoryBean
Return the proxy object to expose.
getProxy() - Method in class org.springframework.aop.framework.ReflectiveMethodInvocation
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.
getProxy(AopProxy) - Method in class org.springframework.transaction.interceptor.TransactionProxyFactoryBean
Return the proxy object to expose.
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.
getQualifiedName(Class) - Static method in class org.springframework.util.ClassUtils
Return the qualified name of the given class: usually simply the class name, but component type class name + "[]" for arrays.
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.core.io.support.EncodedResource
Open a java.io.Reader for the specified resource, using the specified encoding (if any).
getReader() - Method in class org.springframework.mock.web.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(ConnectionFactory) - Method in class org.springframework.jca.cci.core.CciTemplate
Return a RecordFactory for the given ConnectionFactory.
getRecordName() - Method in class org.springframework.jca.cci.core.support.CommAreaRecord
 
getRecordShortDescription() - Method in class org.springframework.jca.cci.core.support.CommAreaRecord
 
getRedirectedUrl() - Method in class org.springframework.mock.web.MockHttpServletResponse
 
getReference() - Method in class org.springframework.jca.cci.connection.DelegatingConnectionFactory
 
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.rmi.JndiRmiClientInterceptor
Return the RemoteInvocationFactory used by this accessor.
getRemoteInvocationFactory() - Method in class org.springframework.remoting.support.RemoteInvocationBasedAccessor
Return the RemoteInvocationFactory used by this accessor.
getRemotePort() - Method in class org.springframework.mock.web.MockHttpServletRequest
 
getRemoteUser() - Method in class org.springframework.mock.web.MockHttpServletRequest
 
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.
getRequestContextAttribute() - Method in class org.springframework.web.servlet.view.UrlBasedViewResolver
Return the name of the RequestContext attribute for all views, 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, if any.
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.
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.context.support.ResourceMapFactoryBean
Fetch the Resource handle for the given location, prepeding the resource base path.
getResource(String) - Method in class org.springframework.core.io.DefaultResourceLoader
 
getResource(String) - Method in interface org.springframework.core.io.ResourceLoader
Return a Resource handle for the specified resource.
getResource() - Method in class org.springframework.core.io.support.EncodedResource
Return the Resource held.
getResource(String) - Method in class org.springframework.core.io.support.PathMatchingResourcePatternResolver
 
getResource(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.
getResourceLoader() - Method in class org.springframework.ui.freemarker.FreeMarkerConfigurationFactory
Return the Spring ResourceLoader to use for loading FreeMarker template files.
getResourceLoader() - Method in class org.springframework.ui.velocity.VelocityEngineFactory
Return the Spring ResourceLoader to use for loading FreeMarker template files.
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
 
getResponseBody(HttpInvokerClientConfiguration, PostMethod) - Method in class org.springframework.remoting.httpinvoker.CommonsHttpInvokerRequestExecutor
Extract the response body from the given executed remote invocation request.
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, using the most appropriate value type.
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.HttpServletBean
Overridden method that simply returns null when no ServletConfig set yet.
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.servlet.HttpServletBean
Overridden method that simply returns null when no ServletConfig set yet.
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
Return this holder's JMS Session.
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
Obtain a Hibernate Session, either from the current transaction or a new one.
getSession(boolean) - Method in class org.springframework.orm.hibernate.support.HibernateDaoSupport
Obtain 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
Obtain a Hibernate Session, either from the current transaction or a new one.
getSession(boolean) - Method in class org.springframework.orm.hibernate3.support.HibernateDaoSupport
Obtain a Hibernate Session, either from the current transaction or a new one.
getSession(SessionFactory) - Method in class org.springframework.orm.hibernate3.support.OpenSessionInViewFilter
Get a Session for the SessionFactory that this filter uses.
getSession(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
Return this holder's TopLink Session.
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.
getSessionManager() - Method in class org.springframework.orm.toplink.LocalSessionFactory
Return the TopLink SessionManager to use for loading DatabaseSessions.
getSessionMutex(FacesContext) - Static method in class org.springframework.web.jsf.FacesContextUtils
Return the best available mutex for the given session: that is, an object to synchronize on for the given session.
getSessionMutex(HttpSession) - Static method in class org.springframework.web.util.WebUtils
Return the best available mutex for the given session: that is, an object to synchronize on for the given session.
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(String) - Static method in class org.springframework.util.ClassUtils
Get the class name without the qualified package name.
getShortName(Class) - Static method in class org.springframework.util.ClassUtils
Get the class name without the qualified package name.
getShortNameAsProperty(Class) - Static method in class org.springframework.util.ClassUtils
Return the short string name of a Java class in decapitalized JavaBeans property format.
getSingleColumnRowMapper(Class) - Method in class org.springframework.jdbc.core.JdbcTemplate
Create a new RowMapper for reading result objects from a single column.
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.
getSortDefinition() - Method in class org.springframework.beans.support.PropertyComparator
Return the SortDefinition that this comparator uses.
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.AbstractMonitoringInterceptor
Return the text that will get prepended to the trace data.
getSuffix() - Method in class org.springframework.web.servlet.mvc.multiaction.InternalPathMethodNameResolver
Return the common suffix for handler method names.
getSuffix() - Method in class org.springframework.web.servlet.mvc.UrlFilenameViewController
Return the suffix to append to the request URL filename.
getSuffix() - Method in class org.springframework.web.servlet.view.UrlBasedViewResolver
Return the suffix that gets appended to view names when building a URL.
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.AbstractLazyCreationTargetSource
Returns the lazy-initialized target object, creating it on-the-fly if it doesn't exist already.
getTarget() - Method in class org.springframework.aop.target.AbstractPoolingTargetSource
Acquire an object from the pool.
getTarget() - Method in class org.springframework.aop.target.CommonsPoolTargetSource
Borrow an object from the ObjectPool.
getTarget() - Method in class org.springframework.aop.target.EmptyTargetSource
 
getTarget() - Method in class org.springframework.aop.target.HotSwappableTargetSource
 
getTarget() - Method in class org.springframework.aop.target.LazyInitTargetSource
 
getTarget() - Method in class org.springframework.aop.target.PrototypeTargetSource
 
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.
getTargetBeanName(FacesContext) - Method in class org.springframework.web.jsf.DelegatingNavigationHandlerProxy
Return the name of the target NavigationHandler bean in the BeanFactory.
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.AbstractLazyCreationTargetSource
This default implementation returns null if the target is null (it is hasn't yet been initialized), or the target class if the target has already been initialized.
getTargetClass() - Method in class org.springframework.aop.target.EmptyTargetSource
 
getTargetClass() - Method in class org.springframework.aop.target.HotSwappableTargetSource
Return the type of the current target object.
getTargetClass() - Method in class org.springframework.aop.target.SingletonTargetSource
 
getTargetClass() - Method in interface org.springframework.aop.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.
getTargetStream() - Method in class org.springframework.mock.web.DelegatingServletOutputStream
 
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.
getTemplateLoaderForPath(String) - Method in class org.springframework.ui.freemarker.FreeMarkerConfigurationFactory
Determine a FreeMarker TemplateLoader for the given path.
getTemplateSource(String, HttpServletRequest) - Method in class org.springframework.web.servlet.view.document.AbstractExcelView
Creates the workbook from an existing XLS document.
getTemplateSource(String, HttpServletRequest) - Method in class org.springframework.web.servlet.view.document.AbstractJExcelView
Create the workbook from an existing XLS document.
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.DelegatingThemeSource
 
getTheme(String) - Method in class org.springframework.ui.context.support.ResourceBundleThemeSource
This implementation returns a SimpleTheme instance, holding a ResourceBundle-based MessageSource whose basename corresponds to the given theme name (prefixed by the configured "basenamePrefix").
getTheme(String) - Method in interface org.springframework.ui.context.ThemeSource
Return the Theme instance for the given theme name.
getTheme(String) - Method in class org.springframework.web.context.support.AbstractRefreshableWebApplicationContext
 
getTheme(String) - Method in class org.springframework.web.context.support.GenericWebApplicationContext
 
getTheme(String) - Method in class org.springframework.web.context.support.StaticWebApplicationContext
 
getTheme() - Method in class org.springframework.web.servlet.support.RequestContext
Return the current theme.
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
Determine 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
Obtain a Transport object from the given JavaMail Session, using the configured protocol.
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
This implementation determines the type matching createBean's different creation strategies.
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.net.URL.
getURL() - Method in class org.springframework.web.context.support.ServletContextResource
This implementation delegates to ServletContext.getResource, but throws a FileNotFoundException if no resource found.
getUrl() - Method in class org.springframework.web.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.
getUrlMap() - Method in class org.springframework.web.servlet.handler.SimpleUrlHandlerMapping
Allow Map access to the URL path mappings, with the option to add or override specific entries.
getUrlPathHelper() - Method in class org.springframework.web.servlet.support.RequestContext
Return the UrlPathHelper used for context path and request URI decoding.
getUserAttributes() - Method in class org.springframework.aop.framework.ReflectiveMethodInvocation
Return user attributes associated with this invocation.
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
Return the JTA UserTransaction object for the current transaction.
getUserTransactionName() - Method in class org.springframework.orm.hibernate.LocalTransactionManagerLookup
 
getUserTransactionName() - Method in class org.springframework.orm.hibernate3.LocalTransactionManagerLookup
 
getValidatedSession() - Method in class org.springframework.orm.hibernate.SessionHolder
 
getValidatedSession(Object) - Method in class org.springframework.orm.hibernate.SessionHolder
 
getValidatedSession() - Method in class org.springframework.orm.hibernate3.SessionHolder
 
getValidatedSession(Object) - Method in class org.springframework.orm.hibernate3.SessionHolder
 
getValidator() - Method in class org.springframework.web.servlet.mvc.BaseCommandController
Return the primary Validator for this controller.
getValidators() - Method in class org.springframework.web.servlet.mvc.BaseCommandController
Return the Validators for this controller.
getValidators() - Method in class org.springframework.web.servlet.mvc.multiaction.MultiActionController
Return the Validators for this controller.
getValue() - Method in class org.springframework.beans.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
Return the ValueStyler used by this ToStringStyler.
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 version string of the present Spring codebase, or null if it cannot be determined.
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.
getViewNameForUrlPath(String) - Method in class org.springframework.web.servlet.mvc.AbstractUrlViewController
Return the name of the view to render for this request, based on the given lookup path.
getViewNameForUrlPath(String) - Method in class org.springframework.web.servlet.mvc.UrlFilenameViewController
Returns view name based on the URL filename, with prefix/suffix applied when appropriate.
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.DelegatingNavigationHandlerProxy
Retrieve the web application context to delegate bean name resolution to.
getWebApplicationContext(FacesContext) - Method in class org.springframework.web.jsf.DelegatingPhaseListenerMulticaster
Retrieve the web application context to delegate bean name resolution to.
getWebApplicationContext(FacesContext) - Method in class org.springframework.web.jsf.DelegatingVariableResolver
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(FacesContext) - Method in class org.springframework.web.jsf.WebApplicationContextVariableResolver
Retrieve the WebApplicationContext reference to expose.
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, falling back to the root WebApplicationContext.
getWebApplicationContext(ActionServlet, ModuleConfig) - Static method in class org.springframework.web.struts.DelegatingActionUtils
Fetch ContextLoaderPlugIn's WebApplicationContext from the ServletContext.
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.
getWhenExhaustedAction() - Method in class org.springframework.aop.target.CommonsPoolTargetSource
Return the action to take when the pool is exhausted.
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
Return the type of the wrapped JavaBean object.
getWrappedClass() - Method in class org.springframework.beans.BeanWrapperImpl
 
getWrappedInstance() - Method in interface org.springframework.beans.BeanWrapper
Return the bean instance wrapped by this object, if any.
getWrappedInstance() - Method in class org.springframework.beans.BeanWrapperImpl
 
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
 
guessPropertyTypeFromEditors(String) - Method in class org.springframework.beans.PropertyEditorRegistrySupport
Guess the property type of the specified property from the registered custom editors (provided that they were registered for a specific type).

H

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.
handleNavigation(FacesContext, String, String) - Method in class org.springframework.web.jsf.DecoratingNavigationHandler
This implementation of the standard JSF handleNavigation method delegates to the overloaded variant, passing in constructor-injected NavigationHandler as argument.
handleNavigation(FacesContext, String, String, NavigationHandler) - Method in class org.springframework.web.jsf.DecoratingNavigationHandler
Special handleNavigation variant with explicit NavigationHandler argument.
handleNavigation(FacesContext, String, String) - Method in class org.springframework.web.jsf.DelegatingNavigationHandlerProxy
Handle the navigation request implied by the specified parameters, through delegating to the target bean in the Spring application context.
handleNoRowFound() - Method in class org.springframework.jdbc.core.support.AbstractLobStreamingResultSetExtractor
Handle the case where the ResultSet does not contain a row.
handleNoSuchRequestHandlingMethod(NoSuchRequestHandlingMethodException, HttpServletRequest, HttpServletResponse) - Method in class org.springframework.web.servlet.mvc.multiaction.MultiActionController
Handle the case where no request handler method was found.
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_ADAPTER_BEAN_NAME - Static variable in class org.springframework.web.servlet.DispatcherServlet
Well-known name for the HandlerAdapter object in the bean factory for this namespace.
HANDLER_EXCEPTION_RESOLVER_BEAN_NAME - Static variable in class org.springframework.web.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.
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.AbstractUrlViewController
Retrieves the URL path to use for lookup and delegates to getViewNameForUrlPath.
handleRequestInternal(HttpServletRequest, HttpServletResponse) - Method in class org.springframework.web.servlet.mvc.multiaction.MultiActionController
Determine a handler method and invoke it.
handleRequestInternal(HttpServletRequest, HttpServletResponse) - Method in class org.springframework.web.servlet.mvc.ParameterizableViewController
Return a ModelAndView object with the specified view name.
handleRequestInternal(HttpServletRequest, HttpServletResponse) - Method in class org.springframework.web.servlet.mvc.ServletForwardingController
 
handleRequestInternal(HttpServletRequest, HttpServletResponse) - Method in class org.springframework.web.servlet.mvc.ServletWrappingController
 
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.
handleWarnings(SQLWarning) - Method in class org.springframework.jdbc.core.JdbcTemplate
Throw an SQLWarningException if we're not ignoring warnings.
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 definition specifies a bean class.
hasCachedContext(Object) - Method in class org.springframework.test.AbstractSpringContextTests
 
hasConnection() - Method in class org.springframework.jdbc.datasource.ConnectionHolder
Return whether this holder currently has a Connection.
hasConnectionHolder() - Method in class org.springframework.jdbc.datasource.JdbcTransactionObjectSupport
 
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
Are there 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
Are there any global 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.DescriptiveResource
This implementation returns the hash code of the underlying description String.
hashCode() - Method in class org.springframework.core.io.FileSystemResource
This implementation returns the hash code of the underlying File reference.
hashCode() - Method in class org.springframework.core.io.InputStreamResource
This implementation returns the hash code of the underlying InputStream.
hashCode() - Method in class org.springframework.core.io.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 that the given String is neither null nor of length 0.
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, that is, 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 whether the given String has actual 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 an 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 such as 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 such as 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-based 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-based 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.