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

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 DataAccessResourceFailureException.
DataAccessResourceFailureException(String, Throwable) - Constructor for exception org.springframework.dao.DataAccessResourceFailureException
Constructor for DataAccessResourceFailureException.
DataAccessUtils - Class in org.springframework.dao.support
Miscellaneous utility methods for DAO implementations.
DataAccessUtils() - Constructor for class org.springframework.dao.support.DataAccessUtils
 
Database - Enum in org.springframework.orm.jpa.vendor
Enumeration for common database platforms.
DatabaseMetaDataCallback - Interface in org.springframework.jdbc.support
A callback interface used by the JdbcUtils class.
DatabasePopulator - Interface in org.springframework.jdbc.datasource.init
Strategy used to populate a database during initialization.
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 setting property values onto a target object, including support for validation and binding result analysis.
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.
DataSourceFactory - Interface in org.springframework.jdbc.datasource.embedded
Encapsulates the creation of a particular DataSource implementation, such as a SimpleDriverDataSource or connection pool such as Apache DBCP or C3P0.
DataSourceInitializer - Class in org.springframework.jdbc.datasource.init
Used to populate a database during initialization.
DataSourceInitializer() - Constructor for class org.springframework.jdbc.datasource.init.DataSourceInitializer
 
DataSourceLookup - Interface in org.springframework.jdbc.datasource.lookup
Strategy interface for looking up DataSources by name.
DataSourceLookupFailureException - Exception in org.springframework.jdbc.datasource.lookup
Exception to be thrown by a DataSourceLookup implementation, indicating that the specified DataSource could not be obtained.
DataSourceLookupFailureException(String) - Constructor for exception org.springframework.jdbc.datasource.lookup.DataSourceLookupFailureException
Constructor for DataSourceLookupFailureException.
DataSourceLookupFailureException(String, Throwable) - Constructor for exception org.springframework.jdbc.datasource.lookup.DataSourceLookupFailureException
Constructor for DataSourceLookupFailureException.
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
 
DateFormatter - Class in org.springframework.format.datetime
A formatter for Date types.
DateFormatter() - Constructor for class org.springframework.format.datetime.DateFormatter
Create a new default DateFormatter.
DateFormatter(String) - Constructor for class org.springframework.format.datetime.DateFormatter
Create a new DateFormatter for the given date pattern.
DateTimeFormat - Annotation Type in org.springframework.format.annotation
Declares that a field should be formatted as a date time.
DateTimeFormat.ISO - Enum in org.springframework.format.annotation
Common ISO date time format patterns.
DateTimeParser - Class in org.springframework.format.datetime.joda
Parses Joda Time DateTime instances using a DateTimeFormatter.
DateTimeParser(DateTimeFormatter) - Constructor for class org.springframework.format.datetime.joda.DateTimeParser
Create a new DateTimeParser.
Db2CallMetaDataProvider - Class in org.springframework.jdbc.core.metadata
DB2 specific implementation for the CallMetaDataProvider interface.
Db2CallMetaDataProvider(DatabaseMetaData) - Constructor for class org.springframework.jdbc.core.metadata.Db2CallMetaDataProvider
 
DB2MainframeSequenceMaxValueIncrementer - Class in org.springframework.jdbc.support.incrementer
DataFieldMaxValueIncrementer that retrieves the next value of a given sequence on DB2/390 or DB2/400.
DB2MainframeSequenceMaxValueIncrementer() - Constructor for class org.springframework.jdbc.support.incrementer.DB2MainframeSequenceMaxValueIncrementer
Default constructor for bean property style usage.
DB2MainframeSequenceMaxValueIncrementer(DataSource, String) - Constructor for class org.springframework.jdbc.support.incrementer.DB2MainframeSequenceMaxValueIncrementer
Convenience constructor.
DB2SequenceMaxValueIncrementer - Class in org.springframework.jdbc.support.incrementer
DataFieldMaxValueIncrementer that retrieves the next value of a given sequence on DB2 UDB (for Unix and Windows).
DB2SequenceMaxValueIncrementer() - Constructor for class org.springframework.jdbc.support.incrementer.DB2SequenceMaxValueIncrementer
Default constructor for bean property style usage.
DB2SequenceMaxValueIncrementer(DataSource, String) - Constructor for class org.springframework.jdbc.support.incrementer.DB2SequenceMaxValueIncrementer
Convenience constructor.
deactivate() - Method in class org.springframework.mock.jndi.SimpleNamingContextBuilder
Temporarily deactivate this context builder.
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.
declareParameter(SqlParameter) - Method in class org.springframework.jdbc.object.RdbmsOperation
Declare a parameter for this operation.
declareParameter(SqlParameter) - Method in class org.springframework.jdbc.object.StoredProcedure
Declare a parameter.
declareParameters(SqlParameter...) - Method in class org.springframework.jdbc.core.simple.SimpleJdbcCall
 
declareParameters(SqlParameter...) - Method in interface org.springframework.jdbc.core.simple.SimpleJdbcCallOperations
Specify one or more parameters if desired.
DeclareParentsAdvisor - Class in org.springframework.aop.aspectj
Introduction advisor delegating to the given object.
DeclareParentsAdvisor(Class, String, Class) - Constructor for class org.springframework.aop.aspectj.DeclareParentsAdvisor
Create a new advisor for this DeclareParents field.
DeclareParentsAdvisor(Class, String, Object) - Constructor for class org.springframework.aop.aspectj.DeclareParentsAdvisor
Create a new advisor for this DeclareParents field.
declaresException(Method, Class<?>) - Static method in class org.springframework.util.ReflectionUtils
Determine whether the given method explicitly declares the given exception or one of its superclasses, which means that an exception of that type can be propagated as-is within a reflective invocation.
decode(String, String) - Static method in class org.springframework.web.util.UriUtils
Decodes the given encoded source String into an URI.
decodeRequestString(HttpServletRequest, String) - Method in class org.springframework.web.util.UrlPathHelper
Decode the given source string with a URLDecoder.
decorate(Node, BeanDefinitionHolder, ParserContext) - Method in class org.springframework.aop.config.AbstractInterceptorDrivenBeanDefinitionDecorator
 
decorate(Node, BeanDefinitionHolder, ParserContext) - Method in interface org.springframework.beans.factory.xml.BeanDefinitionDecorator
Parse the specified Node (either an element or an attribute) and decorate the supplied BeanDefinition, returning the decorated definition.
decorate(Node, BeanDefinitionHolder, ParserContext) - Method in interface org.springframework.beans.factory.xml.NamespaceHandler
Parse the specified Node and decorate the supplied BeanDefinitionHolder, returning the decorated definition.
decorate(Node, BeanDefinitionHolder, ParserContext) - Method in class org.springframework.beans.factory.xml.NamespaceHandlerSupport
Decorates the supplied Node by delegating to the BeanDefinitionDecorator that is registered to handle that Node.
decorate(Node, BeanDefinitionHolder, ParserContext) - Method in class org.springframework.beans.factory.xml.SimplePropertyNamespaceHandler
 
decorateBeanDefinitionIfRequired(Element, BeanDefinitionHolder) - Method in class org.springframework.beans.factory.xml.BeanDefinitionParserDelegate
 
decorateBeanDefinitionIfRequired(Element, BeanDefinitionHolder, BeanDefinition) - Method in class org.springframework.beans.factory.xml.BeanDefinitionParserDelegate
 
decorateCache(Ehcache) - Method in class org.springframework.cache.ehcache.EhCacheFactoryBean
Decorate the given Cache, if necessary.
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.
decorateInputStream(HttpExchange, InputStream) - Method in class org.springframework.remoting.httpinvoker.SimpleHttpInvokerServiceExporter
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.
decorateOutputStream(HttpExchange, OutputStream) - Method in class org.springframework.remoting.httpinvoker.SimpleHttpInvokerServiceExporter
Return the OutputStream to use for writing remote invocation results, potentially decorating the given original OutputStream.
decorateTaskWithErrorHandler(Runnable, ErrorHandler, boolean) - Static method in class org.springframework.scheduling.support.TaskUtils
Decorates the task for error handling.
DecoratingClassLoader - Class in org.springframework.core
Base class for decorating ClassLoaders such as OverridingClassLoader and ShadowingClassLoader, providing common handling of excluded packages and classes.
DecoratingClassLoader() - Constructor for class org.springframework.core.DecoratingClassLoader
Create a new DecoratingClassLoader with no parent ClassLoader.
DecoratingClassLoader(ClassLoader) - Constructor for class org.springframework.core.DecoratingClassLoader
Create a new DecoratingClassLoader using the given parent ClassLoader for delegation.
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.
decreaseNestingLevel() - Method in class org.springframework.core.MethodParameter
Decrease this parameter's nesting level.
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
 
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_AOP_XML_LOCATION - Static variable in class org.springframework.test.jpa.AbstractAspectjJpaTests
Deprecated. Default location of the aop.xml file in the class path: "META-INF/aop.xml"
DEFAULT_ARGUMENT_SEPARATOR - Static variable in class org.springframework.web.servlet.tags.MessageTag
Default separator for splitting an arguments String: a comma (",")
DEFAULT_AUTO_GROW_COLLECTION_LIMIT - Static variable in class org.springframework.validation.DataBinder
Default limit for array and collection growing: 256
DEFAULT_AUTOWIRE_ATTRIBUTE - Static variable in class org.springframework.beans.factory.xml.BeanDefinitionParserDelegate
 
DEFAULT_AUTOWIRE_CANDIDATES_ATTRIBUTE - Static variable in class org.springframework.beans.factory.xml.BeanDefinitionParserDelegate
 
DEFAULT_BASE_ADDRESS - Static variable in class org.springframework.remoting.jaxws.SimpleJaxWsServiceExporter
 
DEFAULT_BASENAME - Static variable in class org.springframework.web.servlet.view.ResourceBundleViewResolver
The default basename 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_CACHE_LIMIT - Static variable in class org.springframework.core.type.classreading.CachingMetadataReaderFactory
Default maximum number of entries for the MetadataReader cache: 256
DEFAULT_CACHE_LIMIT - Static variable in class org.springframework.jdbc.core.namedparam.NamedParameterJdbcTemplate
Default maximum number of entries for this template's SQL cache: 256
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_CHARSET - Static variable in class org.springframework.http.converter.feed.AbstractWireFeedHttpMessageConverter
 
DEFAULT_CHARSET - Static variable in class org.springframework.http.converter.json.MappingJacksonHttpMessageConverter
 
DEFAULT_CHARSET - Static variable in class org.springframework.http.converter.StringHttpMessageConverter
 
DEFAULT_COMMAND_NAME - Static variable in class org.springframework.web.portlet.mvc.BaseCommandController
Deprecated.  
DEFAULT_COMMAND_NAME - Static variable in class org.springframework.web.servlet.mvc.BaseCommandController
Deprecated. 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.tags.form.FormTag
The default attribute name: "command"
DEFAULT_CONFIG_LOCATION - Static variable in class org.springframework.web.context.support.XmlWebApplicationContext
Default config location for the root context
DEFAULT_CONFIG_LOCATION - Static variable in class org.springframework.web.portlet.context.XmlPortletApplicationContext
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_PREFIX - Static variable in class org.springframework.web.portlet.context.XmlPortletApplicationContext
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_CONFIG_LOCATION_SUFFIX - Static variable in class org.springframework.web.portlet.context.XmlPortletApplicationContext
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_CONTENT_TYPE - Static variable in class org.springframework.web.servlet.view.json.MappingJacksonJsonView
Default content type.
DEFAULT_CONTENT_TYPE - Static variable in class org.springframework.web.servlet.view.xml.MarshallingView
Default content type.
DEFAULT_CONTEXT_CLASS - Static variable in class org.springframework.web.portlet.FrameworkPortlet
Default context class for FrameworkPortlet.
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
Deprecated. Default context class for ContextLoaderPlugIn.
DEFAULT_CONTEXT_CONFIG_LOCATION - Static variable in class org.springframework.jca.context.SpringContextResourceAdapter
 
DEFAULT_COOKIE_MAX_AGE - Static variable in class org.springframework.web.util.CookieGenerator
Deprecated. in favor of setting no max age value at all in such a case
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.
DEFAULT_DEPENDENCY_CHECK_ATTRIBUTE - Static variable in class org.springframework.beans.factory.xml.BeanDefinitionParserDelegate
 
DEFAULT_DESTROY_METHOD_ATTRIBUTE - Static variable in class org.springframework.beans.factory.xml.BeanDefinitionParserDelegate
 
DEFAULT_ENCODING - Static variable in class org.springframework.oxm.castor.CastorMarshaller
The default encoding used for stream access: UTF-8.
DEFAULT_ENCODING - Static variable in class org.springframework.oxm.xstream.XStreamMarshaller
The default encoding used for stream access: UTF-8.
DEFAULT_EXCEPTION_ATTRIBUTE - Static variable in class org.springframework.web.portlet.handler.SimpleMappingExceptionResolver
The default name of the exception attribute: "exception".
DEFAULT_EXCEPTION_ATTRIBUTE - Static variable in class org.springframework.web.servlet.handler.SimpleMappingExceptionResolver
The default name of the exception attribute: "exception".
DEFAULT_EXCLUDED_PACKAGES - Static variable in class org.springframework.core.OverridingClassLoader
Packages that are excluded by default
DEFAULT_EXCLUDED_PACKAGES - Static variable in class org.springframework.instrument.classloading.ShadowingClassLoader
Packages that are excluded by default
DEFAULT_EXPRESSION_PREFIX - Static variable in class org.springframework.context.expression.StandardBeanExpressionResolver
Default expression prefix: "#{"
DEFAULT_EXPRESSION_SUFFIX - Static variable in class org.springframework.context.expression.StandardBeanExpressionResolver
Default expression suffix: "}"
DEFAULT_FEED_TYPE - Static variable in class org.springframework.web.servlet.view.feed.AbstractAtomFeedView
 
DEFAULT_FIELD_DEFAULT_PREFIX - Static variable in class org.springframework.web.bind.WebDataBinder
Default prefix that field default parameters start with, followed by the field name: e.g.
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: "format"
DEFAULT_HANDLER_MAPPINGS_LOCATION - Static variable in class org.springframework.beans.factory.xml.DefaultNamespaceHandlerResolver
The location to look for the mapping files.
DEFAULT_INDENT_AMOUNT - Static variable in class org.springframework.util.xml.TransformerUtils
The indent amount of characters if indenting is enabled.
DEFAULT_INIT_METHOD_ATTRIBUTE - Static variable in class org.springframework.beans.factory.xml.BeanDefinitionParserDelegate
 
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
The default layout key.
DEFAULT_LAYOUT_URL - Static variable in class org.springframework.web.servlet.view.velocity.VelocityLayoutView
The default layout url.
DEFAULT_LAZY_INIT_ATTRIBUTE - Static variable in class org.springframework.beans.factory.xml.BeanDefinitionParserDelegate
 
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_MERGE_ATTRIBUTE - Static variable in class org.springframework.beans.factory.xml.BeanDefinitionParserDelegate
 
DEFAULT_METHOD_PARAM - Static variable in class org.springframework.web.filter.HiddenHttpMethodFilter
Default method parameter: _method
DEFAULT_MULTIPART_RESOLVER_BEAN_NAME - Static variable in class org.springframework.web.multipart.support.MultipartFilter
 
DEFAULT_NAMESPACE_SUFFIX - Static variable in class org.springframework.web.portlet.FrameworkPortlet
Suffix for Portlet ApplicationContext namespaces.
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
Deprecated. Suffix for WebApplicationContext namespaces.
DEFAULT_NONE - Static variable in interface org.springframework.web.bind.annotation.ValueConstants
Constant defining a value for no default - as a replacement for null which we cannot use in annotation attributes.
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
Deprecated. 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_PARAMETER_NAME - Static variable in class org.springframework.web.portlet.handler.ParameterHandlerMapping
Default request parameter name to use for mapping to handlers: "action".
DEFAULT_PARAMETER_NAME - Static variable in class org.springframework.web.portlet.handler.ParameterMappingInterceptor
Request parameter name to use for mapping to handlers
DEFAULT_PARAMETER_NAME - Static variable in class org.springframework.web.portlet.handler.PortletModeParameterHandlerMapping
Default request parameter name to use for mapping to handlers: "action".
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_PERSISTENCE_MANAGER_FACTORY_BEAN_NAME - Static variable in class org.springframework.orm.jpa.support.OpenEntityManagerInViewFilter
 
DEFAULT_PERSISTENCE_XML_LOCATION - Static variable in class org.springframework.orm.jpa.persistenceunit.DefaultPersistenceUnitManager
Default location of the persistence.xml file: "classpath*:META-INF/persistence.xml".
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_PREFIX_SEPARATOR - Static variable in class org.springframework.web.portlet.bind.PortletRequestParameterPropertyValues
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.listener.AbstractPollingMessageListenerContainer
The default receive timeout: 1000 ms = 1 second.
DEFAULT_RECOVERY_INTERVAL - Static variable in class org.springframework.jms.listener.DefaultMessageListenerContainer
The default recovery interval: 5000 ms = 5 seconds.
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
Deprecated. The default document root name
DEFAULT_SCHEMA_MAPPINGS_LOCATION - Static variable in class org.springframework.beans.factory.xml.PluggableSchemaResolver
The location of the file that defines schema mappings.
DEFAULT_SCREEN_CONTENT_KEY - Static variable in class org.springframework.web.servlet.view.velocity.VelocityLayoutView
The default screen content key.
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_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.hibernate3.support.OpenSessionInViewFilter
 
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_THREAD_NAME_PREFIX - Static variable in class org.springframework.jms.listener.DefaultMessageListenerContainer
Default thread name prefix: "DefaultMessageListenerContainer-".
DEFAULT_TIMEOUT - Static variable in class org.springframework.jdbc.support.DatabaseStartupValidator
 
DEFAULT_TRANSACTION_SYNCHRONIZATION_REGISTRY_NAME - Static variable in class org.springframework.transaction.jta.JtaTransactionManager
Standard Java EE 5 JNDI location for the JTA TransactionSynchronizationRegistry.
DEFAULT_UOW_MANAGER_NAME - Static variable in class org.springframework.transaction.jta.WebSphereUowTransactionManager
Default JNDI location for the WebSphere UOWManager.
DEFAULT_USER_TRANSACTION_NAME - Static variable in class org.springframework.transaction.jta.JtaTransactionManager
Default JNDI location for the JTA UserTransaction.
DEFAULT_USERINFO_ATTRIBUTE_NAMES - Static variable in class org.springframework.web.portlet.FrameworkPortlet
Default USER_INFO attribute names to search for the current username: "user.login.id", "user.name".
DEFAULT_VALUE - Static variable in class org.springframework.beans.factory.xml.BeanDefinitionParserDelegate
 
DEFAULT_VALUE_SEPARATOR - Static variable in class org.springframework.beans.factory.config.PropertyPlaceholderConfigurer
Default value separator: ":"
DEFAULT_VIEW_RENDERER_URL - Static variable in class org.springframework.web.portlet.DispatcherPortlet
Default URL to ViewRendererServlet.
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
Create a new DefaultAdvisorAdapterRegistry, registering well-known adapters.
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
 
DefaultAdvisorChainFactory - Class in org.springframework.aop.framework
A simple but definitive way of working out an advice chain for a Method, given an Advised object.
DefaultAdvisorChainFactory() - Constructor for class org.springframework.aop.framework.DefaultAdvisorChainFactory
 
DefaultAnnotationHandlerMapping - Class in org.springframework.web.portlet.mvc.annotation
Implementation of the HandlerMapping interface that maps handlers based on portlet modes expressed through the RequestMapping annotation at the type or method level.
DefaultAnnotationHandlerMapping() - Constructor for class org.springframework.web.portlet.mvc.annotation.DefaultAnnotationHandlerMapping
 
DefaultAnnotationHandlerMapping - Class in org.springframework.web.servlet.mvc.annotation
Implementation of the HandlerMapping interface that maps handlers based on HTTP paths expressed through the RequestMapping annotation at the type or method level.
DefaultAnnotationHandlerMapping() - Constructor for class org.springframework.web.servlet.mvc.annotation.DefaultAnnotationHandlerMapping
 
DefaultAopProxyFactory - Class in org.springframework.aop.framework
Default 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.
DefaultBeanDefinitionDocumentReader - Class in org.springframework.beans.factory.xml
Default implementation of the BeanDefinitionDocumentReader interface.
DefaultBeanDefinitionDocumentReader() - Constructor for class org.springframework.beans.factory.xml.DefaultBeanDefinitionDocumentReader
 
DefaultBeanFactoryPointcutAdvisor - Class in org.springframework.aop.support
Concrete BeanFactory-based PointcutAdvisor that allows for any Advice to be configured as reference to an Advice bean in the BeanFactory, as well as the Pointcut to be configured through a bean property.
DefaultBeanFactoryPointcutAdvisor() - Constructor for class org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor
 
DefaultBeanNameGenerator - Class in org.springframework.beans.factory.support
Default implementation of the BeanNameGenerator interface, delegating to BeanDefinitionReaderUtils.generateBeanName(BeanDefinition, BeanDefinitionRegistry).
DefaultBeanNameGenerator() - Constructor for class org.springframework.beans.factory.support.DefaultBeanNameGenerator
 
DefaultBindingErrorProcessor - Class in org.springframework.validation
Default BindingErrorProcessor implementation.
DefaultBindingErrorProcessor() - Constructor for class org.springframework.validation.DefaultBindingErrorProcessor
 
DefaultContextLoadTimeWeaver - Class in org.springframework.context.weaving
Default LoadTimeWeaver bean for use in an application context, decorating an automatically detected internal LoadTimeWeaver.
DefaultContextLoadTimeWeaver() - Constructor for class org.springframework.context.weaving.DefaultContextLoadTimeWeaver
 
DefaultDeserializer - Class in org.springframework.core.serializer
Deserializer that reads an input stream using Java Serialization.
DefaultDeserializer() - Constructor for class org.springframework.core.serializer.DefaultDeserializer
 
DefaultDocumentLoader - Class in org.springframework.beans.factory.xml
Spring's default DocumentLoader implementation.
DefaultDocumentLoader() - Constructor for class org.springframework.beans.factory.xml.DefaultDocumentLoader
 
DefaultHandlerExceptionResolver - Class in org.springframework.web.servlet.mvc.support
Default implementation of the HandlerExceptionResolver interface that resolves standard Spring exceptions and translates them to corresponding HTTP status codes.
DefaultHandlerExceptionResolver() - Constructor for class org.springframework.web.servlet.mvc.support.DefaultHandlerExceptionResolver
Sets the order to Ordered.LOWEST_PRECEDENCE.
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
Create a DefaultIntroductionAdvisor for the given advice.
DefaultIntroductionAdvisor(Advice, IntroductionInfo) - Constructor for class org.springframework.aop.support.DefaultIntroductionAdvisor
Create a DefaultIntroductionAdvisor for the given advice.
DefaultIntroductionAdvisor(DynamicIntroductionAdvice, Class) - Constructor for class org.springframework.aop.support.DefaultIntroductionAdvisor
Create a DefaultIntroductionAdvisor for the given advice.
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.
DefaultJmsActivationSpecFactory - Class in org.springframework.jms.listener.endpoint
Default implementation of the JmsActivationSpecFactory interface.
DefaultJmsActivationSpecFactory() - Constructor for class org.springframework.jms.listener.endpoint.DefaultJmsActivationSpecFactory
 
DefaultJpaDialect - Class in org.springframework.orm.jpa
Default implementation of the JpaDialect interface.
DefaultJpaDialect() - Constructor for class org.springframework.orm.jpa.DefaultJpaDialect
 
DefaultLifecycleProcessor - Class in org.springframework.context.support
Default implementation of the LifecycleProcessor strategy.
DefaultLifecycleProcessor() - Constructor for class org.springframework.context.support.DefaultLifecycleProcessor
 
DefaultListableBeanFactory - Class in org.springframework.beans.factory.support
Default implementation of the ListableBeanFactory and BeanDefinitionRegistry interfaces: a full-fledged bean factory based on bean definition objects.
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
Default LobCreator implementation as inner class.
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
 
DefaultMessageListenerContainer - Class in org.springframework.jms.listener
Message listener container variant that uses plain JMS client API, specifically a loop of MessageConsumer.receive() calls that also allow for transactional reception of messages (registering them with XA transactions).
DefaultMessageListenerContainer() - Constructor for class org.springframework.jms.listener.DefaultMessageListenerContainer
 
DefaultMessageListenerContainer102 - Class in org.springframework.jms.listener
Deprecated. as of Spring 3.0, in favor of the JMS 1.1 based DefaultMessageListenerContainer
DefaultMessageListenerContainer102() - Constructor for class org.springframework.jms.listener.DefaultMessageListenerContainer102
Deprecated.  
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.
DefaultMultipartActionRequest - Class in org.springframework.web.portlet.multipart
Default implementation of the MultipartActionRequest interface.
DefaultMultipartActionRequest(ActionRequest, MultiValueMap<String, MultipartFile>, Map<String, String[]>) - Constructor for class org.springframework.web.portlet.multipart.DefaultMultipartActionRequest
Wrap the given Portlet ActionRequest in a MultipartActionRequest.
DefaultMultipartActionRequest(ActionRequest) - Constructor for class org.springframework.web.portlet.multipart.DefaultMultipartActionRequest
Wrap the given Portlet ActionRequest in a MultipartActionRequest.
DefaultMultipartHttpServletRequest - Class in org.springframework.web.multipart.support
Default implementation of the MultipartHttpServletRequest interface.
DefaultMultipartHttpServletRequest(HttpServletRequest, MultiValueMap<String, MultipartFile>, Map<String, String[]>) - Constructor for class org.springframework.web.multipart.support.DefaultMultipartHttpServletRequest
Wrap the given HttpServletRequest in a MultipartHttpServletRequest.
DefaultMultipartHttpServletRequest(HttpServletRequest) - Constructor for class org.springframework.web.multipart.support.DefaultMultipartHttpServletRequest
Wrap the given HttpServletRequest in a MultipartHttpServletRequest.
DefaultNamespaceHandlerResolver - Class in org.springframework.beans.factory.xml
Default implementation of the NamespaceHandlerResolver interface.
DefaultNamespaceHandlerResolver() - Constructor for class org.springframework.beans.factory.xml.DefaultNamespaceHandlerResolver
Create a new DefaultNamespaceHandlerResolver using the default mapping file location.
DefaultNamespaceHandlerResolver(ClassLoader) - Constructor for class org.springframework.beans.factory.xml.DefaultNamespaceHandlerResolver
Create a new DefaultNamespaceHandlerResolver using the default mapping file location.
DefaultNamespaceHandlerResolver(ClassLoader, String) - Constructor for class org.springframework.beans.factory.xml.DefaultNamespaceHandlerResolver
Create a new DefaultNamespaceHandlerResolver using the supplied mapping file location.
DefaultPersistenceUnitManager - Class in org.springframework.orm.jpa.persistenceunit
Default implementation of the PersistenceUnitManager interface.
DefaultPersistenceUnitManager() - Constructor for class org.springframework.orm.jpa.persistenceunit.DefaultPersistenceUnitManager
 
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
 
DefaultRequestToViewNameTranslator - Class in org.springframework.web.servlet.view
RequestToViewNameTranslator that simply transforms the URI of the incoming request into a view name.
DefaultRequestToViewNameTranslator() - Constructor for class org.springframework.web.servlet.view.DefaultRequestToViewNameTranslator
 
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.
DefaultResponseErrorHandler - Class in org.springframework.web.client
Default implementation of the ResponseErrorHandler interface.
DefaultResponseErrorHandler() - Constructor for class org.springframework.web.client.DefaultResponseErrorHandler
 
DefaultScopedObject - Class in org.springframework.aop.scope
Default implementation of the ScopedObject interface.
DefaultScopedObject(ConfigurableBeanFactory, String) - Constructor for class org.springframework.aop.scope.DefaultScopedObject
Creates a new instance of the DefaultScopedObject class.
DefaultsDefinition - Interface in org.springframework.beans.factory.parsing
Marker interface for a defaults definition, extending BeanMetadataElement to inherit source exposure.
DefaultSerializer - Class in org.springframework.core.serializer
Serializer that writes an object to an output stream using Java Serialization.
DefaultSerializer() - Constructor for class org.springframework.core.serializer.DefaultSerializer
 
DefaultServletHttpRequestHandler - Class in org.springframework.web.servlet.resource
An HttpRequestHandler for serving static files using the Servlet container's "default" Servlet.
DefaultServletHttpRequestHandler() - Constructor for class org.springframework.web.servlet.resource.DefaultServletHttpRequestHandler
 
DefaultSessionAttributeStore - Class in org.springframework.web.bind.support
Default implementation of the SessionAttributeStore interface, storing the attributes in the WebRequest session (i.e.
DefaultSessionAttributeStore() - Constructor for class org.springframework.web.bind.support.DefaultSessionAttributeStore
 
DefaultSingletonBeanRegistry - Class in org.springframework.beans.factory.support
Generic registry for shared bean instances, implementing the SingletonBeanRegistry.
DefaultSingletonBeanRegistry() - Constructor for class org.springframework.beans.factory.support.DefaultSingletonBeanRegistry
 
defaultsRegistered(DefaultsDefinition) - Method in class org.springframework.beans.factory.parsing.EmptyReaderEventListener
 
defaultsRegistered(DefaultsDefinition) - Method in interface org.springframework.beans.factory.parsing.ReaderEventListener
Notification that the given defaults has been registered.
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
 
DelegatePerTargetObjectIntroductionInterceptor - Class in org.springframework.aop.support
Convenient implementation of the IntroductionInterceptor interface.
DelegatePerTargetObjectIntroductionInterceptor(Class, Class) - Constructor for class org.springframework.aop.support.DelegatePerTargetObjectIntroductionInterceptor
 
DelegatingActionProxy - Class in org.springframework.web.struts
Deprecated. as of Spring 3.0
DelegatingActionProxy() - Constructor for class org.springframework.web.struts.DelegatingActionProxy
Deprecated.  
DelegatingActionUtils - Class in org.springframework.web.struts
Deprecated. as of Spring 3.0
DelegatingActionUtils() - Constructor for class org.springframework.web.struts.DelegatingActionUtils
Deprecated.  
DelegatingConnectionFactory - Class in org.springframework.jca.cci.connection
CCI ConnectionFactory implementation that delegates all calls to a given target ConnectionFactory.
DelegatingConnectionFactory() - Constructor for class org.springframework.jca.cci.connection.DelegatingConnectionFactory
 
DelegatingConnectionFactory - Class in org.springframework.jms.connection
ConnectionFactory implementation that delegates all calls to a given target ConnectionFactory, adapting specific create(Queue/Topic)Connection calls to the target ConnectionFactory if necessary (e.g.
DelegatingConnectionFactory() - Constructor for class org.springframework.jms.connection.DelegatingConnectionFactory
 
DelegatingDataSource - Class in org.springframework.jdbc.datasource
JDBC DataSource implementation that delegates all calls to a given target DataSource.
DelegatingDataSource() - Constructor for class org.springframework.jdbc.datasource.DelegatingDataSource
Create a new DelegatingDataSource.
DelegatingDataSource(DataSource) - Constructor for class org.springframework.jdbc.datasource.DelegatingDataSource
Create a new DelegatingDataSource.
DelegatingEntityResolver - Class in org.springframework.beans.factory.xml
EntityResolver implementation that delegates to a BeansDtdResolver and a PluggableSchemaResolver for DTDs and XML schemas, respectively.
DelegatingEntityResolver(ClassLoader) - Constructor for class org.springframework.beans.factory.xml.DelegatingEntityResolver
Create a new DelegatingEntityResolver that delegates to a default BeansDtdResolver and a default PluggableSchemaResolver.
DelegatingEntityResolver(EntityResolver, EntityResolver) - Constructor for class org.springframework.beans.factory.xml.DelegatingEntityResolver
Create a new DelegatingEntityResolver that delegates to the given EntityResolvers.
DelegatingErrorHandlingRunnable - Class in org.springframework.scheduling.support
Runnable wrapper that catches any exception or error thrown from its delegate Runnable and allows an ErrorHandler to handle it.
DelegatingErrorHandlingRunnable(Runnable, ErrorHandler) - Constructor for class org.springframework.scheduling.support.DelegatingErrorHandlingRunnable
Create a new DelegatingErrorHandlingRunnable.
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.
DelegatingJob - Class in org.springframework.scheduling.quartz
Simple Quartz Job adapter that delegates to a given Runnable instance.
DelegatingJob(Runnable) - Constructor for class org.springframework.scheduling.quartz.DelegatingJob
Create a new DelegatingJob.
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
Deprecated. as of Spring 3.0
DelegatingRequestProcessor() - Constructor for class org.springframework.web.struts.DelegatingRequestProcessor
Deprecated.  
DelegatingServletInputStream - Class in org.springframework.mock.web
Delegating implementation of ServletInputStream.
DelegatingServletInputStream(InputStream) - Constructor for class org.springframework.mock.web.DelegatingServletInputStream
Create a DelegatingServletInputStream for the given source stream.
DelegatingServletOutputStream - Class in org.springframework.mock.web
Delegating implementation of ServletOutputStream.
DelegatingServletOutputStream(OutputStream) - Constructor for class org.springframework.mock.web.DelegatingServletOutputStream
Create a DelegatingServletOutputStream for the given target stream.
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
Deprecated. as of Spring 3.0
DelegatingTilesRequestProcessor() - Constructor for class org.springframework.web.struts.DelegatingTilesRequestProcessor
Deprecated.  
DelegatingTimerListener - Class in org.springframework.scheduling.commonj
Simple TimerListener adapter that delegates to a given Runnable.
DelegatingTimerListener(Runnable) - Constructor for class org.springframework.scheduling.commonj.DelegatingTimerListener
Create a new DelegatingTimerListener.
DelegatingTimerTask - Class in org.springframework.scheduling.timer
Deprecated. as of Spring 3.0, in favor of the scheduling.concurrent package which is based on Java 5's java.util.concurrent.ExecutorService
DelegatingTimerTask(Runnable) - Constructor for class org.springframework.scheduling.timer.DelegatingTimerTask
Deprecated. Create a new DelegatingTimerTask.
DelegatingTransactionAttribute - Class in org.springframework.transaction.interceptor
TransactionAttribute implementation that delegates all calls to a given target TransactionAttribute instance.
DelegatingTransactionAttribute(TransactionAttribute) - Constructor for class org.springframework.transaction.interceptor.DelegatingTransactionAttribute
Create a DelegatingTransactionAttribute for the given target attribute.
DelegatingTransactionDefinition - Class in org.springframework.transaction.support
TransactionDefinition implementation that delegates all calls to a given target TransactionDefinition instance.
DelegatingTransactionDefinition(TransactionDefinition) - Constructor for class org.springframework.transaction.support.DelegatingTransactionDefinition
Create a DelegatingTransactionAttribute for the given target attribute.
DelegatingVariableResolver - Class in org.springframework.web.jsf
JSF 1.1 VariableResolver that first delegates to the original resolver of the underlying JSF implementation (for resolving managed-bean objects as defined in faces-config.xml as well as well-known implicit EL attributes), then to the Spring root WebApplicationContext (for resolving Spring beans).
DelegatingVariableResolver(VariableResolver) - Constructor for class org.springframework.web.jsf.DelegatingVariableResolver
Create a new DelegatingVariableResolver, using the given original VariableResolver.
DelegatingWork - Class in org.springframework.jca.work
Simple Work adapter that delegates to a given Runnable.
DelegatingWork(Runnable) - Constructor for class org.springframework.jca.work.DelegatingWork
Create a new DelegatingWork.
DelegatingWork - Class in org.springframework.scheduling.commonj
Simple Work adapter that delegates to a given Runnable.
DelegatingWork(Runnable) - Constructor for class org.springframework.scheduling.commonj.DelegatingWork
Create a new DelegatingWork.
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(String, Object) - Method in interface org.springframework.orm.hibernate3.HibernateOperations
Delete the given persistent instance.
delete(String, Object, LockMode) - Method in interface org.springframework.orm.hibernate3.HibernateOperations
Delete the given persistent instance.
delete(Object) - Method in class org.springframework.orm.hibernate3.HibernateTemplate
 
delete(Object, LockMode) - Method in class org.springframework.orm.hibernate3.HibernateTemplate
 
delete(String, Object) - Method in class org.springframework.orm.hibernate3.HibernateTemplate
 
delete(String, 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(String, String) - Static method in class org.springframework.util.StringUtils
Delete all occurrences of the given substring.
delete(String, Object...) - Method in interface org.springframework.web.client.RestOperations
Delete the resources at the specified URI.
delete(String, Map<String, ?>) - Method in interface org.springframework.web.client.RestOperations
Delete the resources at the specified URI.
delete(URI) - Method in interface org.springframework.web.client.RestOperations
Delete the resources at the specified URL.
delete(String, Object...) - Method in class org.springframework.web.client.RestTemplate
 
delete(String, Map<String, ?>) - Method in class org.springframework.web.client.RestTemplate
 
delete(URI) - Method in class org.springframework.web.client.RestTemplate
 
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
 
deleteAny(String, String) - Static method in class org.springframework.util.StringUtils
Delete any character in a given String.
deleteFromTables(String[]) - Method in class org.springframework.test.AbstractTransactionalDataSourceSpringContextTests
Deprecated. Convenient method to delete all rows from these tables.
deleteFromTables(String...) - Method in class org.springframework.test.context.junit38.AbstractTransactionalJUnit38SpringContextTests
Convenience method for deleting all rows from the specified tables.
deleteFromTables(String...) - Method in class org.springframework.test.context.junit4.AbstractTransactionalJUnit4SpringContextTests
Convenience method for deleting all rows from the specified tables.
deleteFromTables(String...) - Method in class org.springframework.test.context.testng.AbstractTransactionalTestNGSpringContextTests
Convenience method for deleting all rows from the specified tables.
deleteFromTables(SimpleJdbcTemplate, String...) - Static method in class org.springframework.test.jdbc.SimpleJdbcTestUtils
Delete all rows from the specified 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
 
deleteRecursively(File) - Static method in class org.springframework.util.FileSystemUtils
Delete the supplied File - for directories, recursively delete any nested directories or files as well.
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.
delimitedListToStringArray(String, 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.
delistResource(XAResource, int) - Method in class org.springframework.transaction.jta.ManagedTransactionAdapter
 
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.BeanDefinitionParserDelegate
 
DEPENDENCY_CHECK_ATTRIBUTE - Static variable in class org.springframework.beans.factory.xml.BeanDefinitionParserDelegate
 
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.BeanDefinitionParserDelegate
 
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.BeanDefinitionParserDelegate
 
DependencyDescriptor - Class in org.springframework.beans.factory.config
Descriptor for a specific dependency that is about to be injected.
DependencyDescriptor(MethodParameter, boolean) - Constructor for class org.springframework.beans.factory.config.DependencyDescriptor
Create a new descriptor for a method or constructor parameter.
DependencyDescriptor(MethodParameter, boolean, boolean) - Constructor for class org.springframework.beans.factory.config.DependencyDescriptor
Create a new descriptor for a method or constructor parameter.
DependencyDescriptor(Field, boolean) - Constructor for class org.springframework.beans.factory.config.DependencyDescriptor
Create a new descriptor for a field.
DependencyDescriptor(Field, boolean, boolean) - Constructor for class org.springframework.beans.factory.config.DependencyDescriptor
Create a new descriptor for a field.
DependencyInjectionTestExecutionListener - Class in org.springframework.test.context.support
TestExecutionListener which provides support for dependency injection and initialization of test instances.
DependencyInjectionTestExecutionListener() - Constructor for class org.springframework.test.context.support.DependencyInjectionTestExecutionListener
 
DEPENDS_ON_ATTRIBUTE - Static variable in class org.springframework.beans.factory.xml.BeanDefinitionParserDelegate
 
DependsOn - Annotation Type in org.springframework.context.annotation
Beans on which the current bean depends.
DeprecatedBeanWarner - Class in org.springframework.beans.factory.config
Bean factory post processor that logs a warning for @Deprecated beans.
DeprecatedBeanWarner() - Constructor for class org.springframework.beans.factory.config.DeprecatedBeanWarner
 
DerbyCallMetaDataProvider - Class in org.springframework.jdbc.core.metadata
Derby specific implementation for the CallMetaDataProvider interface.
DerbyCallMetaDataProvider(DatabaseMetaData) - Constructor for class org.springframework.jdbc.core.metadata.DerbyCallMetaDataProvider
 
DerbyMaxValueIncrementer - Class in org.springframework.jdbc.support.incrementer
DataFieldMaxValueIncrementer that increments the maximum value of a given Derby table with the equivalent of an auto-increment column.
DerbyMaxValueIncrementer() - Constructor for class org.springframework.jdbc.support.incrementer.DerbyMaxValueIncrementer
Default constructor for bean property style usage.
DerbyMaxValueIncrementer(DataSource, String, String) - Constructor for class org.springframework.jdbc.support.incrementer.DerbyMaxValueIncrementer
Convenience constructor.
DerbyMaxValueIncrementer(DataSource, String, String, String) - Constructor for class org.springframework.jdbc.support.incrementer.DerbyMaxValueIncrementer
Convenience constructor.
DerbyTableMetaDataProvider - Class in org.springframework.jdbc.core.metadata
The Derby specific implementation of the TableMetaDataProvider.
DerbyTableMetaDataProvider(DatabaseMetaData) - Constructor for class org.springframework.jdbc.core.metadata.DerbyTableMetaDataProvider
 
DESCRIPTION_ELEMENT - Static variable in class org.springframework.beans.factory.xml.BeanDefinitionParserDelegate
 
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.
deserialize(InputStream) - Method in class org.springframework.core.serializer.DefaultDeserializer
Reads the input stream and deserializes into an object.
deserialize(InputStream) - Method in interface org.springframework.core.serializer.Deserializer
Read (assemble) an object of type T from the given InputStream.
deserialize(byte[]) - Static method in class org.springframework.util.SerializationUtils
Deserialize the byte array into an object.
Deserializer<T> - Interface in org.springframework.core.serializer
A strategy interface for converting from data in an InputStream to an Object.
deserializeState(Serializable) - Method in class org.springframework.mock.web.MockHttpSession
Deserialize the attributes of this session from a state object created by MockHttpSession.serializeState().
DeserializingConverter - Class in org.springframework.core.serializer.support
A Converter that delegates to a Deserializer to convert data in a byte array to an object.
DeserializingConverter() - Constructor for class org.springframework.core.serializer.support.DeserializingConverter
Create a default DeserializingConverter that uses standard Java deserialization.
DeserializingConverter(Deserializer<Object>) - Constructor for class org.springframework.core.serializer.support.DeserializingConverter
Create a DeserializingConverter that delegates to the provided Deserializer.
DestinationResolutionException - Exception in org.springframework.jms.support.destination
Thrown by a DestinationResolver when it cannot resolve a destination name.
DestinationResolutionException(String) - Constructor for exception org.springframework.jms.support.destination.DestinationResolutionException
Create a new DestinationResolutionException.
DestinationResolutionException(String, Throwable) - Constructor for exception org.springframework.jms.support.destination.DestinationResolutionException
Create a new DestinationResolutionException.
DestinationResolver - Interface in org.springframework.jms.support.destination
Strategy interface for resolving 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 the singleton instance, if any.
destroy() - Method in interface org.springframework.beans.factory.DisposableBean
Invoked by a BeanFactory on destruction of a singleton.
destroy() - Method in class org.springframework.beans.factory.wiring.BeanConfigurerSupport
Release references to the BeanFactory and BeanWiringInfoResolver when the container is destroyed.
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.context.weaving.DefaultContextLoadTimeWeaver
 
destroy() - Method in class org.springframework.ejb.access.SimpleRemoteSlsbInvokerInterceptor
Remove the cached session bean instance, if necessary.
destroy() - Method in class org.springframework.http.client.CommonsClientHttpRequestFactory
Shutdown hook that closes the underlying HttpConnectionManager's connection pool, if any.
destroy() - Method in class org.springframework.jca.cci.connection.SingleConnectionFactory
Close the underlying Connection.
destroy() - Method in class org.springframework.jca.endpoint.GenericMessageEndpointManager
Deactivates the message endpoint, preparing it for shutdown.
destroy() - Method in class org.springframework.jca.support.ResourceAdapterFactoryBean
Stops the ResourceAdapter.
destroy() - Method in class org.springframework.jdbc.datasource.embedded.EmbeddedDatabaseFactoryBean
 
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 shared connection.
destroy() - Method in class org.springframework.jms.listener.AbstractJmsListeningContainer
Calls AbstractJmsListeningContainer.shutdown() when the BeanFactory destroys the container instance.
destroy() - Method in class org.springframework.jmx.access.MBeanClientInterceptor
 
destroy() - Method in class org.springframework.jmx.access.NotificationListenerRegistrar
Unregisters the specified NotificationListener.
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.hibernate3.AbstractSessionFactoryBean
Close the SessionFactory on bean factory shutdown.
destroy() - Method in class org.springframework.orm.hibernate3.LocalSessionFactoryBean
Allows for schema export on shutdown.
destroy() - Method in class org.springframework.orm.jdo.LocalPersistenceManagerFactoryBean
Close the PersistenceManagerFactory on bean factory shutdown.
destroy() - Method in class org.springframework.orm.jpa.AbstractEntityManagerFactoryBean
Close the EntityManagerFactory on bean factory shutdown.
destroy() - Method in class org.springframework.remoting.jaxrpc.ServletEndpointSupport
Deprecated. This implementation of destroy is empty.
destroy() - Method in class org.springframework.remoting.jaxws.AbstractJaxWsServiceExporter
Stops all published endpoints, taking the web services offline.
destroy() - Method in class org.springframework.remoting.jaxws.SimpleHttpServerJaxWsServiceExporter
 
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.remoting.support.SimpleHttpServerFactoryBean
 
destroy() - Method in class org.springframework.scheduling.annotation.ScheduledAnnotationBeanPostProcessor
 
destroy() - Method in class org.springframework.scheduling.backportconcurrent.ThreadPoolTaskExecutor
Calls shutdown when the BeanFactory destroys the task executor instance.
destroy() - Method in class org.springframework.scheduling.commonj.TimerManagerAccessor
Stops the underlying TimerManager (if not shared).
destroy() - Method in class org.springframework.scheduling.commonj.TimerManagerFactoryBean
Cancels all statically registered Timers on shutdown, and stops the underlying TimerManager (if not shared).
destroy() - Method in class org.springframework.scheduling.concurrent.ExecutorConfigurationSupport
Calls shutdown when the BeanFactory destroys the task executor instance.
destroy() - Method in class org.springframework.scheduling.config.ScheduledTaskRegistrar
 
destroy() - Method in class org.springframework.scheduling.config.TaskExecutorFactoryBean
 
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.quartz.SimpleThreadPoolTaskExecutor
 
destroy() - Method in class org.springframework.scheduling.timer.TimerFactoryBean
Deprecated. Cancel the Timer on bean factory shutdown, stopping all scheduled tasks.
destroy() - Method in class org.springframework.scheduling.timer.TimerTaskExecutor
Deprecated. Cancel the Timer on bean factory shutdown, stopping all scheduled tasks.
destroy() - Method in class org.springframework.scripting.support.ScriptFactoryPostProcessor
Destroy the inner bean factory (used for scripts) on shutdown.
destroy() - Method in class org.springframework.web.context.support.ServletContextScope
Invoke all registered destruction callbacks.
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.portlet.context.PortletContextScope
Invoke all registered destruction callbacks.
destroy() - Method in class org.springframework.web.portlet.FrameworkPortlet
Close the ApplicationContext of this portlet.
destroy() - Method in class org.springframework.web.portlet.mvc.PortletWrappingController
 
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 the wrapped Servlet instance.
destroy() - Method in class org.springframework.web.servlet.view.ResourceBundleViewResolver
Close the bundle View factories on context shutdown.
destroy() - Method in class org.springframework.web.servlet.view.tiles2.TilesConfigurer
Removes the TilesContainer from this web application.
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
Deprecated. Close the WebApplicationContext of the ActionServlet.
DESTROY_METHOD_ATTRIBUTE - Static variable in class org.springframework.beans.factory.xml.BeanDefinitionParserDelegate
 
destroyBean(String, Object) - Method in interface org.springframework.beans.factory.config.ConfigurableBeanFactory
Destroy the given bean instance (usually a prototype instance obtained from this factory) according to its bean definition.
destroyBean(String, Object) - Method in class org.springframework.beans.factory.support.AbstractBeanFactory
 
destroyBean(String, Object, RootBeanDefinition) - Method in class org.springframework.beans.factory.support.AbstractBeanFactory
Destroy the given bean instance (usually a prototype instance obtained from this factory) according to the given bean definition.
destroyBean(String, DisposableBean) - Method in class org.springframework.beans.factory.support.DefaultSingletonBeanRegistry
Destroy the given bean.
destroyBeans() - Method in class org.springframework.context.support.AbstractApplicationContext
Template method for destroying all beans that this context manages.
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 the default method to operate on an ApplicationContext, invoking ConfigurableApplicationContext.close().
destroyDelegate(Filter) - Method in class org.springframework.web.filter.DelegatingFilterProxy
Destroy the Filter delegate.
destroyInstance(T) - 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
 
destroyPrototypeInstance(Object) - Method in class org.springframework.aop.target.AbstractPrototypeBasedTargetSource
Subclasses should call this method to destroy an obsolete prototype instance.
destroyScopedBean(String) - Method in interface org.springframework.beans.factory.config.ConfigurableBeanFactory
Destroy the specified scoped bean in the current target scope, if any.
destroyScopedBean(String) - Method in class org.springframework.beans.factory.support.AbstractBeanFactory
 
destroySingleton(String) - Method in class org.springframework.beans.factory.support.DefaultSingletonBeanRegistry
Destroy the given bean.
destroySingletons() - Method in interface org.springframework.beans.factory.config.ConfigurableBeanFactory
Destroy all singleton beans in this factory, including inner beans that have been registered as disposable.
destroySingletons() - Method in class org.springframework.beans.factory.support.DefaultSingletonBeanRegistry
 
destroySubcontext(String) - Method in class org.springframework.mock.jndi.SimpleNamingContext
 
destroySubcontext(Name) - Method in class org.springframework.mock.jndi.SimpleNamingContext
 
DESTRUCTION_CALLBACK_NAME_PREFIX - Static variable in class org.springframework.web.context.request.ServletRequestAttributes
Constant identifying the String prefixed to the name of a destruction callback when it is stored in a HttpSession.
DESTRUCTION_CALLBACK_NAME_PREFIX - Static variable in class org.springframework.web.portlet.context.PortletRequestAttributes
Constant identifying the String prefixed to the name of a destruction callback when it is stored in a PortletSession.
DestructionAwareBeanPostProcessor - Interface in org.springframework.beans.factory.config
Subinterface of BeanPostProcessor that adds a before-destruction callback.
DestructionCallbackBindingListener - Class in org.springframework.web.context.request
Adapter that implements the Servlet 2.3 HttpSessionBindingListener interface, wrapping a session destruction callback.
DestructionCallbackBindingListener(Runnable) - Constructor for class org.springframework.web.context.request.DestructionCallbackBindingListener
Create a new DestructionCallbackBindingListener for the given callback.
detachCopy(T) - 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(T) - Method in class org.springframework.orm.jdo.JdoTemplate
 
detachCopyAll(Collection<T>) - 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<T>) - Method in class org.springframework.orm.jdo.JdoTemplate
 
detectHandlerMethods(Class<?>, String, RequestMapping) - Method in class org.springframework.web.portlet.mvc.annotation.DefaultAnnotationHandlerMapping
Derive portlet mode mappings from the handler's method-level mappings.
detectHandlers() - Method in class org.springframework.web.portlet.mvc.annotation.DefaultAnnotationHandlerMapping
Register all handlers specified in the Portlet mode map for the corresponding modes.
detectHandlers() - Method in class org.springframework.web.servlet.handler.AbstractDetectingUrlHandlerMapping
Register all handlers found in the current ApplicationContext.
detectPersistenceExceptionTranslators(ListableBeanFactory) - Method in class org.springframework.dao.support.PersistenceExceptionTranslationInterceptor
Detect all PersistenceExceptionTranslators in the given BeanFactory.
detectValidationMode(Resource) - Method in class org.springframework.beans.factory.xml.XmlBeanDefinitionReader
Detects which kind of validation to perform on the XML file identified by the supplied Resource.
detectValidationMode(InputStream) - Method in class org.springframework.util.xml.XmlValidationModeDetector
Detect the validation mode for the XML document in the supplied InputStream.
determineActionBeanName(ActionMapping) - Method in class org.springframework.web.struts.DelegatingActionProxy
Deprecated. 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
Deprecated. 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
Deprecated. Determine the name of the Action bean, to be looked up in the WebApplicationContext.
determineActionBeanName(ActionMapping) - Method in class org.springframework.web.struts.DelegatingTilesRequestProcessor
Deprecated. Determine the name of the Action bean, to be looked up in the WebApplicationContext.
determineActivationSpecClass(ResourceAdapter) - Method in class org.springframework.jms.listener.endpoint.DefaultJmsActivationSpecFactory
This implementation guesses the ActivationSpec class name from the provider's class name: e.g.
determineActivationSpecClass(ResourceAdapter) - Method in class org.springframework.jms.listener.endpoint.StandardJmsActivationSpecFactory
Determine the ActivationSpec class for the given ResourceAdapter, if possible.
determineBeanNameFromAnnotation(AnnotatedBeanDefinition) - Method in class org.springframework.context.annotation.AnnotationBeanNameGenerator
Derive a bean name from one of the annotations on the class.
determineCandidateConstructors(Class<?>, String) - Method in class org.springframework.aop.framework.autoproxy.AbstractAutoProxyCreator
 
determineCandidateConstructors(Class, String) - Method in class org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor
 
determineCandidateConstructors(Class, String) - Method in class org.springframework.beans.factory.config.InstantiationAwareBeanPostProcessorAdapter
 
determineCandidateConstructors(Class<?>, String) - Method in interface org.springframework.beans.factory.config.SmartInstantiationAwareBeanPostProcessor
Determine the candidate constructors to use for the given bean.
determineConstructorsFromBeanPostProcessors(Class, String) - Method in class org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory
Determine candidate constructors to use for the given bean, checking all registered SmartInstantiationAwareBeanPostProcessors.
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.
determineCurrentLookupKey() - Method in class org.springframework.jdbc.datasource.lookup.AbstractRoutingDataSource
Determine the current lookup key.
determineCurrentLookupKey() - Method in class org.springframework.jdbc.datasource.lookup.IsolationLevelDataSourceRouter
 
determineDatabaseDialectClass(Database) - Method in class org.springframework.orm.jpa.vendor.HibernateJpaVendorAdapter
Determine the Hibernate database dialect class for the given target database.
determineDatabaseDictionary(Database) - Method in class org.springframework.orm.jpa.vendor.OpenJpaVendorAdapter
Determine the OpenJPA database dictionary name for the given database.
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(ActionRequest) - Method in class org.springframework.web.portlet.multipart.CommonsPortletMultipartResolver
Determine the encoding for the given request.
determineEncoding(HttpServletRequest) - Method in class org.springframework.web.util.UrlPathHelper
Determine the encoding for the given request.
determinePersistenceUnitInfo(PersistenceUnitManager) - Method in class org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean
Determine the PersistenceUnitInfo to use for the EntityManagerFactory created by this bean.
determinePrimaryCandidate(Map<String, Object>, DependencyDescriptor) - Method in class org.springframework.beans.factory.support.DefaultListableBeanFactory
Determine the primary autowire candidate in the given set of beans.
determineRequiredStatus(Annotation) - Method in class org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor
Determine if the annotated field or method requires its dependency.
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.
determineStatusCode(HttpServletRequest, String) - Method in class org.springframework.web.servlet.handler.SimpleMappingExceptionResolver
Determine the HTTP status code to apply for the given error view.
determineTargetDatabaseName(Database) - Method in class org.springframework.orm.jpa.vendor.EclipseLinkJpaVendorAdapter
Determine the EclipseLink target database name for the given database.
determineTargetDatabaseName(Database) - Method in class org.springframework.orm.jpa.vendor.TopLinkJpaVendorAdapter
Determine the TopLink target database name for the given database.
determineTargetDataSource() - Method in class org.springframework.jdbc.datasource.lookup.AbstractRoutingDataSource
Retrieve the current target DataSource.
determineTimeout(TransactionDefinition) - Method in class org.springframework.transaction.support.AbstractPlatformTransactionManager
Determine the actual timeout to use for the given definition.
determineTransactionAttribute(AnnotatedElement) - Method in class org.springframework.transaction.annotation.AnnotationTransactionAttributeSource
Determine the transaction attribute for the given method or class.
determineTransactionManager(TransactionAttribute) - Method in class org.springframework.transaction.interceptor.TransactionAspectSupport
Determine the specific transaction manager to use for the given transaction.
determineUrlsForHandler(String) - Method in class org.springframework.web.servlet.handler.AbstractDetectingUrlHandlerMapping
Determine the URLs for the given handler bean.
determineUrlsForHandler(String) - Method in class org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping
Checks name and aliases of the given bean for URLs, starting with "/".
determineUrlsForHandler(String) - Method in class org.springframework.web.servlet.mvc.annotation.DefaultAnnotationHandlerMapping
Checks for presence of the RequestMapping annotation on the handler class and on any of its methods.
determineUrlsForHandler(String) - Method in class org.springframework.web.servlet.mvc.support.AbstractControllerUrlHandlerMapping
This implementation delegates to AbstractControllerUrlHandlerMapping.buildUrlsForHandler(java.lang.String, java.lang.Class), provided that AbstractControllerUrlHandlerMapping.isEligibleForMapping(java.lang.String, java.lang.Class) returns true.
determineUrlsForHandlerMethods(Class<?>, boolean) - Method in class org.springframework.web.servlet.mvc.annotation.DefaultAnnotationHandlerMapping
Derive URL mappings from the handler's method-level mappings.
determineUrlsForHandlerMethods(Class<?>) - Method in class org.springframework.web.servlet.mvc.annotation.DefaultAnnotationHandlerMapping
Derive URL mappings from the handler's method-level mappings.
determineViewName(Exception, PortletRequest) - Method in class org.springframework.web.portlet.handler.SimpleMappingExceptionResolver
Determine the view name for the given exception, searching the "exceptionMappings", using the "defaultErrorView" as fallback.
determineViewName(Exception, HttpServletRequest) - Method in class org.springframework.web.servlet.handler.SimpleMappingExceptionResolver
Determine the view name for the given exception, searching the "exceptionMappings", using the "defaultErrorView" as fallback.
DigestUtils - Class in org.springframework.util
Miscellaneous methods for calculating digests.
DigestUtils() - Constructor for class org.springframework.util.DigestUtils
 
DIR_ATTRIBUTE - Static variable in class org.springframework.web.servlet.tags.form.AbstractHtmlElementTag
 
DirectFieldAccessor - Class in org.springframework.beans
PropertyAccessor implementation that directly accesses instance fields.
DirectFieldAccessor(Object) - Constructor for class org.springframework.beans.DirectFieldAccessor
Create a new DirectFieldAccessor for the given target object.
DirectFieldBindingResult - Class in org.springframework.validation
Special implementation of the Errors and BindingResult interfaces, supporting registration and evaluation of binding errors on value objects.
DirectFieldBindingResult(Object, String) - Constructor for class org.springframework.validation.DirectFieldBindingResult
Create a new DirectFieldBindingResult instance.
DirtiesContext - Annotation Type in org.springframework.test.annotation
Test annotation which indicates that the ApplicationContext associated with a test is dirty and should be closed: after the current test, when declared at the method level after each test method in the current test class, when declared at the class level with class mode set to AFTER_EACH_TEST_METHOD after the current test class, when declared at the class level with class mode set to AFTER_CLASS
DirtiesContext.ClassMode - Enum in org.springframework.test.annotation
Defines modes which determine how @DirtiesContext is interpreted when used to annotate a test class.
DirtiesContextTestExecutionListener - Class in org.springframework.test.context.support
TestExecutionListener which provides support for marking the ApplicationContext associated with a test as dirty for both test classes and test methods configured with the @DirtiesContext annotation.
DirtiesContextTestExecutionListener() - Constructor for class org.springframework.test.context.support.DirtiesContextTestExecutionListener
 
dirtyContext(TestContext) - Method in class org.springframework.test.context.support.DirtiesContextTestExecutionListener
Marks the application context of the supplied test context as dirty, and sets the REINJECT_DEPENDENCIES_ATTRIBUTE in the test context to true .
DISABLED_ATTRIBUTE - Static variable in class org.springframework.web.servlet.tags.form.AbstractHtmlInputElementTag
The name of the 'disabled' attribute.
disableFilters(Session) - Method in class org.springframework.orm.hibernate3.HibernateAccessor
Disable the specified filters on the given Session.
disableIndenting(Transformer) - Static method in class org.springframework.util.xml.TransformerUtils
Disable indenting for the supplied Transformer.
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
Deprecated. as of Spring 3.0
DispatchActionSupport() - Constructor for class org.springframework.web.struts.DispatchActionSupport
Deprecated.  
DispatcherPortlet - Class in org.springframework.web.portlet
Central dispatcher for use within the Portlet MVC framework, e.g.
DispatcherPortlet() - Constructor for class org.springframework.web.portlet.DispatcherPortlet
 
DispatcherServlet - Class in org.springframework.web.servlet
Central dispatcher for HTTP request handlers/controllers, e.g.
DispatcherServlet() - Constructor for class org.springframework.web.servlet.DispatcherServlet
 
DispatcherServletWebRequest - Class in org.springframework.web.servlet.handler
ServletWebRequest subclass that is aware of DispatcherServlet's request context, such as the Locale determined by the configured LocaleResolver.
DispatcherServletWebRequest(HttpServletRequest) - Constructor for class org.springframework.web.servlet.handler.DispatcherServletWebRequest
Create a new DispatcherServletWebRequest instance for the given request.
DispatcherServletWebRequest(HttpServletRequest, HttpServletResponse) - Constructor for class org.springframework.web.servlet.handler.DispatcherServletWebRequest
Create a new DispatcherServletWebRequest instance for the given request and response.
DISPLAY_VALUE_VARIABLE_NAME - Static variable in class org.springframework.web.servlet.tags.form.OptionTag
The name of the JSP variable used to expose the display value for this tag.
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".
doActionService(ActionRequest, ActionResponse) - Method in class org.springframework.web.portlet.DispatcherPortlet
Processes the actual dispatching to the handler for action requests.
doActionService(ActionRequest, ActionResponse) - Method in class org.springframework.web.portlet.FrameworkPortlet
Subclasses must implement this method to do the work of action request handling.
doAfterBody() - Method in class org.springframework.web.servlet.tags.EscapeBodyTag
 
doAutowireBean(Object) - Method in class org.springframework.ejb.interceptor.SpringBeanAutowiringInterceptor
Actually autowire the target bean after construction/passivation.
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.hibernate3.HibernateTransactionManager
 
doBegin(Object, TransactionDefinition) - Method in class org.springframework.orm.jdo.JdoTransactionManager
 
doBegin(Object, TransactionDefinition) - Method in class org.springframework.orm.jpa.JpaTransactionManager
 
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(WebDataBinder, NativeWebRequest) - Method in class org.springframework.web.bind.annotation.support.HandlerMethodInvoker
 
doBind(MutablePropertyValues) - Method in class org.springframework.web.bind.WebDataBinder
This implementation performs a field default and marker check before delegating to the superclass binding process.
doCatch(Throwable) - Method in class org.springframework.web.servlet.tags.NestedPathTag
 
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.hibernate3.HibernateTransactionManager
 
doCleanupAfterCompletion(Object) - Method in class org.springframework.orm.jdo.JdoTransactionManager
 
doCleanupAfterCompletion(Object) - Method in class org.springframework.orm.jpa.JpaTransactionManager
 
doCleanupAfterCompletion(Object) - Method in class org.springframework.transaction.support.AbstractPlatformTransactionManager
Cleanup resources after transaction completion.
doClearAttributes(Map<String, Object>) - Method in class org.springframework.mock.web.portlet.MockPortletSession
 
doClose() - Method in class org.springframework.context.support.AbstractApplicationContext
Actually performs context closing: publishes a ContextClosedEvent and destroys the singletons in the bean factory of this application context.
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.hibernate3.HibernateTransactionManager
 
doCommit(DefaultTransactionStatus) - Method in class org.springframework.orm.jdo.JdoTransactionManager
 
doCommit(DefaultTransactionStatus) - Method in class org.springframework.orm.jpa.JpaTransactionManager
 
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.
doConvertFromMessage(Message) - Method in class org.springframework.jms.core.JmsTemplate
Extract the content from the given JMS message.
doCreateBean(String, RootBeanDefinition, Object[]) - Method in class org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory
Actually create the specified bean.
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
Deprecated. 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
Deprecated. 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.
DocumentDefaultsDefinition - Class in org.springframework.beans.factory.xml
Simple JavaBean that holds the defaults specified at the <beans> level in a standard Spring XML bean definition document: default-lazy-init, default-autowire, etc.
DocumentDefaultsDefinition() - Constructor for class org.springframework.beans.factory.xml.DocumentDefaultsDefinition
 
DocumentLoader - Interface in org.springframework.beans.factory.xml
Strategy interface for loading an XML Document.
doDelete(HttpServletRequest, HttpServletResponse) - Method in class org.springframework.web.servlet.FrameworkServlet
Delegate DELETE requests to FrameworkServlet.processRequest(javax.servlet.http.HttpServletRequest, javax.servlet.http.HttpServletResponse).
doDispatch(RenderRequest, RenderResponse) - Method in class org.springframework.web.portlet.FrameworkPortlet
Delegate render requests to processRequest/doRenderService.
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.EvalTag
 
doEndTag() - Method in class org.springframework.web.servlet.tags.form.AbstractHtmlElementBodyTag
If rendering, flush any buffered BodyContent or, if no BodyContent is supplied, render the default content.
doEndTag() - Method in class org.springframework.web.servlet.tags.form.FormTag
Closes the 'form' block tag and removes the form object name from the PageContext.
doEndTag() - Method in class org.springframework.web.servlet.tags.form.LabelTag
Close the 'label' tag.
doEndTag() - Method in class org.springframework.web.servlet.tags.form.SelectTag
Closes any block tag that might have been opened when using nested options.
doEndTag() - Method in class org.springframework.web.servlet.tags.NestedPathTag
Reset any previous nestedPath value.
doEndTag() - Method in class org.springframework.web.servlet.tags.ParamTag
 
doEndTag() - Method in class org.springframework.web.servlet.tags.UrlTag
 
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.hibernate3.SessionHolder
 
doEvaluate(String, Class, FunctionMapper) - Method in class org.springframework.mock.web.MockExpressionEvaluator
 
doEventService(EventRequest, EventResponse) - Method in class org.springframework.web.portlet.DispatcherPortlet
Processes the actual dispatching to the handler for event requests.
doEventService(EventRequest, EventResponse) - Method in class org.springframework.web.portlet.FrameworkPortlet
Subclasses must implement this method to do the work of event request handling.
doExecute(Runnable) - Method in class org.springframework.core.task.SimpleAsyncTaskExecutor
Template method for the actual execution of a task.
doExecute(InteractionSpec, Record, Record, RecordExtractor<T>) - Method in class org.springframework.jca.cci.core.CciTemplate
Execute the specified interaction on an EIS with CCI.
doExecute(SqlParameterSource) - Method in class org.springframework.jdbc.core.simple.AbstractJdbcCall
Method that provides execution of the call using the passed in SqlParameterSource
doExecute(Object[]) - Method in class org.springframework.jdbc.core.simple.AbstractJdbcCall
Method that provides execution of the call using the passed in array of parameters
doExecute(Map<String, ?>) - Method in class org.springframework.jdbc.core.simple.AbstractJdbcCall
Method that provides execution of the call using the passed in Map of parameters
doExecute(Map<String, Object>) - Method in class org.springframework.jdbc.core.simple.AbstractJdbcInsert
Method that provides execution of the insert using the passed in Map of parameters
doExecute(SqlParameterSource) - Method in class org.springframework.jdbc.core.simple.AbstractJdbcInsert
Method that provides execution of the insert using the passed in SqlParameterSource
doExecute(HibernateCallback<T>, boolean, boolean) - Method in class org.springframework.orm.hibernate3.HibernateTemplate
Execute the action specified by the given action object within a Session.
doExecute(URI, HttpMethod, RequestCallback, ResponseExtractor<T>) - Method in class org.springframework.web.client.RestTemplate
Execute the given method on the provided URI.
doExecuteAndReturnKey(Map<String, Object>) - Method in class org.springframework.jdbc.core.simple.AbstractJdbcInsert
Method that provides execution of the insert using the passed in Map of parameters and returning a generated key
doExecuteAndReturnKey(SqlParameterSource) - Method in class org.springframework.jdbc.core.simple.AbstractJdbcInsert
Method that provides execution of the insert using the passed in SqlParameterSource and returning a generated key
doExecuteAndReturnKeyHolder(Map<String, Object>) - Method in class org.springframework.jdbc.core.simple.AbstractJdbcInsert
Method that provides execution of the insert using the passed in Map of parameters and returning all generated keys
doExecuteAndReturnKeyHolder(SqlParameterSource) - Method in class org.springframework.jdbc.core.simple.AbstractJdbcInsert
Method that provides execution of the insert using the passed in SqlParameterSource and returning all generated keys
doExecuteBatch(Map<String, Object>[]) - Method in class org.springframework.jdbc.core.simple.AbstractJdbcInsert
Method that provides execution of a batch insert using the passed in Maps of parameters
doExecuteBatch(SqlParameterSource[]) - Method in class org.springframework.jdbc.core.simple.AbstractJdbcInsert
Method that provides execution of a batch insert using the passed in array of SqlParameterSource
doExecuteListener(Session, Message) - Method in class org.springframework.jms.listener.AbstractMessageListenerContainer
Execute the specified listener, committing or rolling back the transaction afterwards (if necessary).
doExecuteRequest(Session, Queue, Message) - Method in class org.springframework.jms.remoting.JmsInvokerClientInterceptor
Actually execute the given request, sending the invoker request message to the specified target queue and waiting for a corresponding response.
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.
doFail() - Method in class org.springframework.test.AssertThrows
Deprecated. Template method called when the test fails; i.e.
doFilter(ServletRequest, ServletResponse) - Method in class org.springframework.mock.web.MockFilterChain
Records the request and response.
doFilter(ServletRequest, ServletResponse) - Method in class org.springframework.mock.web.PassThroughFilterChain
Pass the call on to the Filter/Servlet.
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.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.orm.jpa.support.OpenEntityManagerInViewFilter
 
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.HiddenHttpMethodFilter
 
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.filter.RequestContextFilter
 
doFilterInternal(HttpServletRequest, HttpServletResponse, FilterChain) - Method in class org.springframework.web.filter.ShallowEtagHeaderFilter
 
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() - 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.form.AbstractDataBoundFormElementTag
Disposes of the BindStatus instance.
doFinally() - Method in class org.springframework.web.servlet.tags.form.AbstractHtmlElementBodyTag
Clean up any attributes and stored resources.
doFinally() - Method in class org.springframework.web.servlet.tags.form.FormTag
Clears the stored TagWriter.
doFinally() - Method in class org.springframework.web.servlet.tags.form.LabelTag
Disposes of the TagWriter instance.
doFinally() - Method in class org.springframework.web.servlet.tags.form.SelectTag
Clears the TagWriter that might have been left over when using nested options.
doFinally() - Method in class org.springframework.web.servlet.tags.NestedPathTag
 
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.
doFindMatchingMethod(Object[]) - Method in class org.springframework.beans.support.ArgumentConvertingMethodInvoker
Actually find a method with matching parameter type, i.e.
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.
doFindPathMatchingFileResources(Resource, String) - Method in class org.springframework.web.portlet.context.PortletContextResourcePatternResolver
Overridden version which checks for PortletContextResource and uses PortletContext.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.
doGet(HttpServletRequest, HttpServletResponse) - Method in class org.springframework.web.servlet.ViewRendererServlet
 
doGetBean(String, Class<T>, Object[], boolean) - Method in class org.springframework.beans.factory.support.AbstractBeanFactory
Return an instance, which may be shared or independent, of the specified bean.
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 from the given DataSource.
doGetConnection(String, String) - Method in class org.springframework.jdbc.datasource.IsolationLevelDataSourceAdapter
Applies the current isolation level value and read-only flag to the returned Connection.
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.
doGetConnection(String, String) - Method in class org.springframework.jdbc.datasource.WebSphereDataSourceAdapter
Builds a WebSphere JDBCConnectionSpec object for the current settings and calls WSDataSource.getConnection(JDBCConnectionSpec).
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.Jdbc4NativeJdbcExtractor
 
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.
doGetPath(Object) - Static method in class org.springframework.core.io.VfsUtils
 
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.
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.hibernate3.HibernateTransactionManager
 
doGetTransaction() - Method in class org.springframework.orm.jdo.JdoTransactionManager
 
doGetTransaction() - Method in class org.springframework.orm.jpa.JpaTransactionManager
 
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.
doGetTransactionalEntityManager(EntityManagerFactory, Map) - Static method in class org.springframework.orm.jpa.EntityManagerFactoryUtils
Obtain a JPA EntityManager from the given factory.
doGetTransactionalSession(ConnectionFactory, ConnectionFactoryUtils.ResourceFactory) - Static method in class org.springframework.jms.connection.ConnectionFactoryUtils
Obtain a JMS Session that is synchronized with the current transaction, if any.
doGetTransactionalSession(ConnectionFactory, ConnectionFactoryUtils.ResourceFactory, boolean) - Static method in class org.springframework.jms.connection.ConnectionFactoryUtils
Obtain a JMS Session that is synchronized with the current transaction, if any.
doGetVisitorAttribute() - Static method in class org.springframework.core.io.VfsUtils
 
doHandle(PortletRequest, PortletResponse, Object) - Method in class org.springframework.web.portlet.mvc.annotation.AnnotationMethodHandlerAdapter
 
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.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
 
doInitBody() - Method in class org.springframework.web.servlet.tags.form.AbstractHtmlElementBodyTag
 
doInitialize() - Method in class org.springframework.jms.listener.AbstractJmsListeningContainer
Register any invokers within this container.
doInitialize() - Method in class org.springframework.jms.listener.DefaultMessageListenerContainer
Creates the specified number of concurrent consumers, in the form of a JMS Session plus associated MessageConsumer running in a separate thread.
doInitialize() - Method in class org.springframework.jms.listener.SimpleMessageListenerContainer
Creates the specified number of concurrent consumers, in the form of a JMS Session plus associated MessageConsumer.
doInJdo(PersistenceManager) - Method in interface org.springframework.orm.jdo.JdoCallback
Gets called by JdoTemplate.execute with an active JDO PersistenceManager.
doInJms(Session, QueueBrowser) - Method in interface org.springframework.jms.core.BrowserCallback
Perform operations on the given Session and QueueBrowser.
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 any number of operations against the supplied JMS Session, possibly returning a result.
doInJpa(EntityManager) - Method in interface org.springframework.orm.jpa.JpaCallback
Gets called by JpaTemplate.execute with an active JPA EntityManager.
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.
doInTransaction(TransactionStatus) - Method in interface org.springframework.transaction.support.TransactionCallback
Gets called by TransactionTemplate.execute(org.springframework.transaction.support.TransactionCallback) 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.
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) - Method in class org.springframework.jmx.access.MBeanClientInterceptor
Route the invocation to the configured managed resource.
doInvoke(HessianSkeleton, InputStream, OutputStream) - Method in class org.springframework.remoting.caucho.HessianExporter
Actually invoke the skeleton with the given streams.
doInvoke(MethodInvocation) - Method in class org.springframework.remoting.jaxrpc.JaxRpcPortClientInterceptor
Deprecated. Perform a JAX-RPC service invocation based on the given method invocation.
doInvoke(MethodInvocation, Remote) - Method in class org.springframework.remoting.jaxrpc.JaxRpcPortClientInterceptor
Deprecated. Perform a JAX-RPC service invocation on the given port stub.
doInvoke(MethodInvocation) - Method in class org.springframework.remoting.jaxws.JaxWsPortClientInterceptor
Perform a JAX-WS service invocation based on the given method invocation.
doInvoke(MethodInvocation, Object) - Method in class org.springframework.remoting.jaxws.JaxWsPortClientInterceptor
Perform a JAX-WS service invocation on the given port stub.
doInvoke(MethodInvocation, Object) - 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
Deprecated. as of Spring 2.5, in favor of RmiClientInterceptorUtils.invokeRemoteMethod(org.aopalliance.intercept.MethodInvocation, java.lang.Object)
doInvokeListener(SessionAwareMessageListener, Session, Message) - Method in class org.springframework.jms.listener.AbstractMessageListenerContainer
Invoke the specified listener as Spring SessionAwareMessageListener, exposing a new JMS Session (potentially with its own transaction) to the listener if demanded.
doInvokeListener(MessageListener, Message) - Method in class org.springframework.jms.listener.AbstractMessageListenerContainer
Invoke the specified listener as standard JMS MessageListener.
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.OC4JJtaTransactionManager
 
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.
doLoad(Properties, Reader) - Method in class org.springframework.util.DefaultPropertiesPersister
 
doLoadBeanDefinitions(InputSource, Resource) - Method in class org.springframework.beans.factory.xml.XmlBeanDefinitionReader
Actually load bean definitions from the specified XML file.
doMatch(String, String, boolean, Map<String, String>) - Method in class org.springframework.util.AntPathMatcher
Actually match the given path against the given pattern.
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
 
dontIgnore(IMessage.Kind) - Method in class org.springframework.aop.aspectj.AspectJWeaverMessageHandler
 
doOptions(HttpServletRequest, HttpServletResponse) - Method in class org.springframework.web.servlet.FrameworkServlet
Delegate OPTIONS requests to FrameworkServlet.processRequest(javax.servlet.http.HttpServletRequest, javax.servlet.http.HttpServletResponse), if desired.
doParse(Element, ParserContext, BeanDefinitionBuilder) - Method in class org.springframework.beans.factory.xml.AbstractSimpleBeanDefinitionParser
Parse the supplied Element and populate the supplied BeanDefinitionBuilder as required.
doParse(Element, ParserContext, BeanDefinitionBuilder) - Method in class org.springframework.beans.factory.xml.AbstractSingleBeanDefinitionParser
Parse the supplied Element and populate the supplied BeanDefinitionBuilder as required.
doParse(Element, BeanDefinitionBuilder) - Method in class org.springframework.beans.factory.xml.AbstractSingleBeanDefinitionParser
Parse the supplied Element and populate the supplied BeanDefinitionBuilder as required.
doParse(Element, ParserContext, BeanDefinitionBuilder) - Method in class org.springframework.scheduling.config.ExecutorBeanDefinitionParser
 
doParse(Element, ParserContext, BeanDefinitionBuilder) - Method in class org.springframework.scheduling.config.ScheduledTasksBeanDefinitionParser
 
doParse(Element, BeanDefinitionBuilder) - Method in class org.springframework.scheduling.config.SchedulerBeanDefinitionParser
 
doParseExpression(String, ParserContext) - Method in class org.springframework.expression.common.TemplateAwareExpressionParser
Actually parse the expression string and return an Expression object.
doParseExpression(String, ParserContext) - Method in class org.springframework.expression.spel.standard.SpelExpressionParser
 
doPerform(ComponentContext, HttpServletRequest, HttpServletResponse) - Method in class org.springframework.web.servlet.view.tiles.ComponentControllerSupport
Deprecated. 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 FrameworkServlet.processRequest(javax.servlet.http.HttpServletRequest, javax.servlet.http.HttpServletResponse).
doPost(HttpServletRequest, HttpServletResponse) - Method in class org.springframework.web.servlet.ViewRendererServlet
 
doProceed(MethodInvocation) - Method in class org.springframework.aop.support.DelegatePerTargetObjectIntroductionInterceptor
Proceed with the supplied MethodInterceptor.
doProceed(MethodInvocation) - Method in class org.springframework.aop.support.DelegatingIntroductionInterceptor
Proceed with the supplied MethodInterceptor.
doPut(HttpServletRequest, HttpServletResponse) - Method in class org.springframework.web.servlet.FrameworkServlet
Delegate PUT requests to FrameworkServlet.processRequest(javax.servlet.http.HttpServletRequest, javax.servlet.http.HttpServletResponse).
doReadRemoteInvocation(ObjectInputStream) - Method in class org.springframework.remoting.rmi.RemoteInvocationSerializingExporter
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.
doReceiveAndExecute(Object, Session, MessageConsumer, TransactionStatus) - Method in class org.springframework.jms.listener.AbstractPollingMessageListenerContainer
Actually execute the listener for a message received from the given consumer, fetching all requires resources and invoking the listener.
doRegister(Object, ObjectName) - Method in class org.springframework.jmx.support.MBeanRegistrationSupport
Actually register the MBean with the server.
doRegisterAfterCompletionWithJtaTransaction(JtaTransactionObject, List<TransactionSynchronization>) - Method in class org.springframework.transaction.jta.JtaTransactionManager
Register a JTA synchronization on the JTA TransactionManager, for calling afterCompletion on the given Spring TransactionSynchronizations.
doRegisterAfterCompletionWithJtaTransaction(JtaTransactionObject, List<TransactionSynchronization>) - Method in class org.springframework.transaction.jta.WebSphereUowTransactionManager
Registers the synchronizations as interposed JTA Synchronization on the UOWManager.
doReleaseBean(Object) - Method in class org.springframework.ejb.interceptor.SpringBeanAutowiringInterceptor
Actually release the BeanFactoryReference for the given target bean.
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 close the given Connection, obtained from the given DataSource.
doReleasePersistenceManager(PersistenceManager, PersistenceManagerFactory) - Static method in class org.springframework.orm.jdo.PersistenceManagerFactoryUtils
Actually release a PersistenceManager for the given factory.
doRender(View, Map, PortletRequest, MimeResponse) - Method in class org.springframework.web.portlet.DispatcherPortlet
Actually render the given view.
doRender(Map<String, Object>, 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.
doRenderService(RenderRequest, RenderResponse) - Method in class org.springframework.web.portlet.DispatcherPortlet
Processes the actual dispatching to the handler for render requests.
doRenderService(RenderRequest, RenderResponse) - Method in class org.springframework.web.portlet.FrameworkPortlet
Subclasses must implement this method to do the work of render request handling.
doRescheduleTask(Object) - Method in class org.springframework.jms.listener.AbstractJmsListeningContainer
Reschedule the given task object immediately.
doRescheduleTask(Object) - Method in class org.springframework.jms.listener.DefaultMessageListenerContainer
Re-executes the given task via this listener container's TaskExecutor.
doResolveDependency(DependencyDescriptor, Class<?>, String, Set<String>, TypeConverter) - Method in class org.springframework.beans.factory.support.DefaultListableBeanFactory
 
doResolveException(PortletRequest, MimeResponse, Object, Exception) - Method in class org.springframework.web.portlet.handler.AbstractHandlerExceptionResolver
Actually resolve the given exception that got thrown during on handler execution, returning a ModelAndView that represents a specific error page if appropriate.
doResolveException(PortletRequest, MimeResponse, Object, Exception) - Method in class org.springframework.web.portlet.handler.SimpleMappingExceptionResolver
Actually resolve the given exception that got thrown during on handler execution, returning a ModelAndView that represents a specific error page if appropriate.
doResolveException(PortletRequest, MimeResponse, Object, Exception) - Method in class org.springframework.web.portlet.mvc.annotation.AnnotationMethodHandlerExceptionResolver
 
doResolveException(HttpServletRequest, HttpServletResponse, Object, Exception) - Method in class org.springframework.web.servlet.handler.AbstractHandlerExceptionResolver
Actually resolve the given exception that got thrown during on handler execution, returning a ModelAndView that represents a specific error page if appropriate.
doResolveException(HttpServletRequest, HttpServletResponse, Object, Exception) - Method in class org.springframework.web.servlet.handler.SimpleMappingExceptionResolver
Actually resolve the given exception that got thrown during on handler execution, returning a ModelAndView that represents a specific error page if appropriate.
doResolveException(HttpServletRequest, HttpServletResponse, Object, Exception) - Method in class org.springframework.web.servlet.mvc.annotation.AnnotationMethodHandlerExceptionResolver
 
doResolveException(HttpServletRequest, HttpServletResponse, Object, Exception) - Method in class org.springframework.web.servlet.mvc.annotation.ResponseStatusExceptionResolver
 
doResolveException(HttpServletRequest, HttpServletResponse, Object, Exception) - Method in class org.springframework.web.servlet.mvc.support.DefaultHandlerExceptionResolver
 
doResourceService(ResourceRequest, ResourceResponse) - Method in class org.springframework.web.portlet.DispatcherPortlet
Processes the actual dispatching to the handler for resource requests.
doResourceService(ResourceRequest, ResourceResponse) - Method in class org.springframework.web.portlet.FrameworkPortlet
Subclasses must implement this method to do the work of resource request handling.
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.hibernate3.HibernateTransactionManager
 
doResume(Object, Object) - Method in class org.springframework.orm.jdo.JdoTransactionManager
 
doResume(Object, Object) - Method in class org.springframework.orm.jpa.JpaTransactionManager
 
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<File>) - Method in class org.springframework.core.io.support.PathMatchingResourcePatternResolver
Recursively retrieve files that match the given pattern, adding them to the given result list.
doRetrieveMatchingPortletContextResources(PortletContext, String, String, Set<Resource>) - Method in class org.springframework.web.portlet.context.PortletContextResourcePatternResolver
Recursively retrieve PortletContextResources that match the given pattern, adding them to the given result set.
doRetrieveMatchingServletContextResources(ServletContext, String, String, Set<Resource>) - 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.hibernate3.HibernateTransactionManager
 
doRollback(DefaultTransactionStatus) - Method in class org.springframework.orm.jdo.JdoTransactionManager
 
doRollback(DefaultTransactionStatus) - Method in class org.springframework.orm.jpa.JpaTransactionManager
 
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.
doScan(String...) - Method in class org.springframework.context.annotation.ClassPathBeanDefinitionScanner
Perform a scan within the specified base packages, returning the registered bean definitions.
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
Deprecated. 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 class org.springframework.validation.AbstractErrors
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.hibernate3.HibernateTransactionManager
 
doSetRollbackOnly(DefaultTransactionStatus) - Method in class org.springframework.orm.jdo.JdoTransactionManager
 
doSetRollbackOnly(DefaultTransactionStatus) - Method in class org.springframework.orm.jpa.JpaTransactionManager
 
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.
doShutdown() - Method in class org.springframework.jms.listener.AbstractJmsListeningContainer
Close the registered invokers.
doShutdown() - Method in class org.springframework.jms.listener.DefaultMessageListenerContainer
Destroy the registered JMS Sessions and associated MessageConsumers.
doShutdown() - Method in class org.springframework.jms.listener.SimpleMessageListenerContainer
Destroy the registered JMS Sessions and associated MessageConsumers.
doSort(List<E>, SortDefinition) - Method in class org.springframework.beans.support.PagedListHolder
Actually perform sorting of the given source list, according to the given sort definition.
doStart() - Method in class org.springframework.jms.listener.AbstractJmsListeningContainer
Start the shared Connection, if any, and notify all invoker tasks.
doStart() - Method in class org.springframework.jms.listener.SimpleMessageListenerContainer
Re-initializes this container's JMS message consumers, if not initialized already.
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.EvalTag
 
doStartTagInternal() - Method in class org.springframework.web.servlet.tags.form.AbstractFormTag
Provide a simple template method that calls AbstractFormTag.createTagWriter() and passes the created TagWriter to the AbstractFormTag.writeTagContent(TagWriter) method.
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
 
doStartTagInternal() - Method in class org.springframework.web.servlet.tags.UrlTag
 
doStop() - Method in class org.springframework.jms.listener.AbstractJmsListeningContainer
Notify all invoker tasks and stop the shared Connection, if any.
doStore(Properties, Writer, String) - Method in class org.springframework.util.DefaultPropertiesPersister
 
doSubmitAction(Object) - Method in class org.springframework.web.portlet.mvc.SimpleFormController
Deprecated. Template method for submit actions.
doSubmitAction(Object) - Method in class org.springframework.web.servlet.mvc.SimpleFormController
Deprecated. 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.hibernate3.HibernateTransactionManager
 
doSuspend(Object) - Method in class org.springframework.orm.jdo.JdoTransactionManager
 
doSuspend(Object) - Method in class org.springframework.orm.jpa.JpaTransactionManager
 
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.
doTrace(HttpServletRequest, HttpServletResponse) - Method in class org.springframework.web.servlet.FrameworkServlet
Delegate TRACE requests to FrameworkServlet.processRequest(javax.servlet.http.HttpServletRequest, javax.servlet.http.HttpServletResponse), if desired.
doTransform(Map<String, Object>, Source, HttpServletRequest, HttpServletResponse) - Method in class org.springframework.web.servlet.view.xslt.AbstractXsltView
Deprecated. Perform the actual transformation, writing to the HTTP response.
doTransform(Source, Map<String, Object>, Result, String) - Method in class org.springframework.web.servlet.view.xslt.AbstractXsltView
Deprecated. Perform the actual transformation, writing to the given result.
doTranslate(String, String, SQLException) - Method in class org.springframework.jdbc.support.AbstractFallbackSQLExceptionTranslator
Template method for actually translating the given exception.
doTranslate(String, String, SQLException) - Method in class org.springframework.jdbc.support.SQLErrorCodeSQLExceptionTranslator
 
doTranslate(String, String, SQLException) - Method in class org.springframework.jdbc.support.SQLExceptionSubclassTranslator
 
doTranslate(String, String, SQLException) - Method in class org.springframework.jdbc.support.SQLStateSQLExceptionTranslator
 
doUnregister(ObjectName) - Method in class org.springframework.jmx.support.MBeanRegistrationSupport
Actually unregister the specified MBean from the server.
doValidate(Object) - Method in class org.springframework.validation.beanvalidation.BeanValidationPostProcessor
Perform validation of the given bean.
doWith(Field) - Method in interface org.springframework.util.ReflectionUtils.FieldCallback
Perform an operation using the given field.
doWith(Method) - Method in interface org.springframework.util.ReflectionUtils.MethodCallback
Perform an operation using the given method.
doWithFields(Class<?>, ReflectionUtils.FieldCallback) - Static method in class org.springframework.util.ReflectionUtils
Invoke the given callback on all fields in the target class, going up the class hierarchy to get all declared fields.
doWithFields(Class<?>, ReflectionUtils.FieldCallback, ReflectionUtils.FieldFilter) - Static method in class org.springframework.util.ReflectionUtils
Invoke the given callback on all fields in the target class, going up the class hierarchy to get all declared fields.
doWithMethods(Class<?>, ReflectionUtils.MethodCallback) - Static method in class org.springframework.util.ReflectionUtils
Perform the given callback operation on all matching methods of the given class and superclasses.
doWithMethods(Class<?>, ReflectionUtils.MethodCallback, ReflectionUtils.MethodFilter) - Static method in class org.springframework.util.ReflectionUtils
Perform the given callback operation on all matching methods of the given class and superclasses (or given interface and super-interfaces).
doWithRequest(ClientHttpRequest) - Method in interface org.springframework.web.client.RequestCallback
Gets called by RestTemplate.execute(java.lang.String, org.springframework.http.HttpMethod, org.springframework.web.client.RequestCallback, org.springframework.web.client.ResponseExtractor, java.lang.Object...) with an opened ClientHttpRequest.
doWork(Work) - Method in class org.springframework.jca.work.SimpleTaskWorkManager
 
doWork(Work, long, ExecutionContext, WorkListener) - Method in class org.springframework.jca.work.SimpleTaskWorkManager
 
doWork(Work) - Method in class org.springframework.jca.work.WorkManagerTaskExecutor
 
doWork(Work, long, ExecutionContext, WorkListener) - Method in class org.springframework.jca.work.WorkManagerTaskExecutor
 
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.rmi.RemoteInvocationSerializingExporter
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 the plain old JDBC DriverManager via bean properties, and returning a new Connection from every getConnection call.
DriverManagerDataSource() - Constructor for class org.springframework.jdbc.datasource.DriverManagerDataSource
Constructor for bean-style configuration.
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.
DriverManagerDataSource(String, String, String) - Constructor for class org.springframework.jdbc.datasource.DriverManagerDataSource
Create a new DriverManagerDataSource with the given standard DriverManager parameters.
DriverManagerDataSource(String, Properties) - 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.
DriverManagerDataSource(String, String, String, String) - Constructor for class org.springframework.jdbc.datasource.DriverManagerDataSource
Deprecated. since Spring 2.5. DriverManagerDataSource is primarily intended for accessing pre-registered JDBC drivers. If you need to register a new driver, consider using SimpleDriverDataSource instead.
dropDatabaseSchema() - Method in class org.springframework.orm.hibernate3.LocalSessionFactoryBean
Execute schema drop script, determined by the Configuration object used for creating the SessionFactory.
DTD_SUFFIX - Static variable in class org.springframework.beans.factory.xml.DelegatingEntityResolver
Suffix for DTD files
DuplicateKeyException - Exception in org.springframework.dao
Exception thrown when an attempt to insert or update data results in violation of an primary key or unique constraint.
DuplicateKeyException(String) - Constructor for exception org.springframework.dao.DuplicateKeyException
Constructor for DuplicateKeyException.
DuplicateKeyException(String, Throwable) - Constructor for exception org.springframework.dao.DuplicateKeyException
Constructor for DuplicateKeyException.
DynamicDestinationResolver - Class in org.springframework.jms.support.destination
Simple DestinationResolver implementation 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
 

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