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

A

AALOAD - Static variable in interface org.springframework.asm.Opcodes
 
AASTORE - Static variable in interface org.springframework.asm.Opcodes
 
absolute(int) - Method in class org.springframework.jdbc.support.rowset.ResultSetWrappingSqlRowSet
 
absolute(int) - Method in interface org.springframework.jdbc.support.rowset.SqlRowSet
Moves the cursor to the given row number in the RowSet, just after the last row.
ABSTRACT_ATTRIBUTE - Static variable in class org.springframework.beans.factory.xml.BeanDefinitionParserDelegate
 
ABSTRACT_KEY - Static variable in class org.springframework.beans.factory.support.PropertiesBeanDefinitionReader
Special key to distinguish owner.(abstract)=true Default is "false".
AbstractAdvisingBeanPostProcessor - Class in org.springframework.aop.framework
Base class for BeanPostProcessor implementations that apply a Spring AOP Advisor to specific beans.
AbstractAdvisingBeanPostProcessor() - Constructor for class org.springframework.aop.framework.AbstractAdvisingBeanPostProcessor
 
AbstractAdvisorAutoProxyCreator - Class in org.springframework.aop.framework.autoproxy
Generic auto proxy creator that builds AOP proxies for specific beans based on detected Advisors for each bean.
AbstractAdvisorAutoProxyCreator() - Constructor for class org.springframework.aop.framework.autoproxy.AbstractAdvisorAutoProxyCreator
 
AbstractAdvisorAutoProxyCreator.BeanFactoryAdvisorRetrievalHelperAdapter - Class in org.springframework.aop.framework.autoproxy
Subclass of BeanFactoryAdvisorRetrievalHelper that delegates to surrounding AbstractAdvisorAutoProxyCreator facilities.
AbstractAnnotationConfigDispatcherServletInitializer - Class in org.springframework.web.servlet.support
Base class for WebApplicationInitializer implementations that register a DispatcherServlet configured with annotated classes, e.g.
AbstractAnnotationConfigDispatcherServletInitializer() - Constructor for class org.springframework.web.servlet.support.AbstractAnnotationConfigDispatcherServletInitializer
 
AbstractApplicationContext - Class in org.springframework.context.support
Abstract implementation of the ApplicationContext interface.
AbstractApplicationContext() - Constructor for class org.springframework.context.support.AbstractApplicationContext
Create a new AbstractApplicationContext with no parent.
AbstractApplicationContext(ApplicationContext) - Constructor for class org.springframework.context.support.AbstractApplicationContext
Create a new AbstractApplicationContext with the given parent context.
AbstractApplicationEventMulticaster - Class in org.springframework.context.event
Abstract implementation of the ApplicationEventMulticaster interface, providing the basic listener registration facility.
AbstractApplicationEventMulticaster() - Constructor for class org.springframework.context.event.AbstractApplicationEventMulticaster
 
AbstractApplicationEventMulticaster.ListenerCacheKey - Class in org.springframework.context.event
Cache key for ListenerRetrievers, based on event type and source type.
AbstractApplicationEventMulticaster.ListenerRetriever - Class in org.springframework.context.event
Helper class that encapsulates a specific set of target listeners, allowing for efficient retrieval of pre-filtered listeners.
AbstractAspectJAdvice - Class in org.springframework.aop.aspectj
Base class for AOP Alliance org.aopalliance.aop.Advice classes wrapping an AspectJ aspect or an AspectJ-annotated advice method.
AbstractAspectJAdvice(Method, AspectJExpressionPointcut, AspectInstanceFactory) - Constructor for class org.springframework.aop.aspectj.AbstractAspectJAdvice
Create a new AbstractAspectJAdvice for the given advice method.
AbstractAspectJAdvice.AdviceExcludingMethodMatcher - Class in org.springframework.aop.aspectj
MethodMatcher that excludes the specified advice method.
AbstractAspectJAdvisorFactory - Class in org.springframework.aop.aspectj.annotation
Abstract base class for factories that can create Spring AOP Advisors given AspectJ classes from classes honoring the AspectJ 5 annotation syntax.
AbstractAspectJAdvisorFactory() - Constructor for class org.springframework.aop.aspectj.annotation.AbstractAspectJAdvisorFactory
 
AbstractAspectJAdvisorFactory.AspectJAnnotation<A extends java.lang.annotation.Annotation> - Class in org.springframework.aop.aspectj.annotation
Class modelling an AspectJ annotation, exposing its type enumeration and pointcut String.
AbstractAspectJAdvisorFactory.AspectJAnnotationParameterNameDiscoverer - Class in org.springframework.aop.aspectj.annotation
ParameterNameDiscoverer implementation that analyzes the arg names specified at the AspectJ annotation level.
AbstractAspectJAdvisorFactory.AspectJAnnotationType - Enum in org.springframework.aop.aspectj.annotation
 
AbstractAsyncClientHttpRequest - Class in org.springframework.http.client
Abstract base for AsyncClientHttpRequest that makes sure that headers and body are not written multiple times.
AbstractAsyncClientHttpRequest() - Constructor for class org.springframework.http.client.AbstractAsyncClientHttpRequest
 
AbstractAsyncConfiguration - Class in org.springframework.scheduling.annotation
Abstract base Configuration class providing common structure for enabling Spring's asynchronous method execution capability.
AbstractAsyncConfiguration() - Constructor for class org.springframework.scheduling.annotation.AbstractAsyncConfiguration
 
AbstractAtomFeedView - Class in org.springframework.web.servlet.view.feed
Abstract superclass for Atom Feed views, using java.net's ROME package.
AbstractAtomFeedView() - Constructor for class org.springframework.web.servlet.view.feed.AbstractAtomFeedView
 
AbstractAutoProxyCreator - Class in org.springframework.aop.framework.autoproxy
BeanPostProcessor implementation that wraps each eligible bean with an AOP proxy, delegating to specified interceptors before invoking the bean itself.
AbstractAutoProxyCreator() - Constructor for class org.springframework.aop.framework.autoproxy.AbstractAutoProxyCreator
 
AbstractAutowireCapableBeanFactory - Class in org.springframework.beans.factory.support
Abstract bean factory superclass that implements default bean creation, with the full capabilities specified by the RootBeanDefinition class.
AbstractAutowireCapableBeanFactory() - Constructor for class org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory
Create a new AbstractAutowireCapableBeanFactory.
AbstractAutowireCapableBeanFactory(BeanFactory) - Constructor for class org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory
Create a new AbstractAutowireCapableBeanFactory with the given parent.
AbstractAutowireCapableBeanFactory.AutowireByTypeDependencyDescriptor - Class in org.springframework.beans.factory.support
Special DependencyDescriptor variant for Spring's good old autowire="byType" mode.
AbstractBeanDefinition - Class in org.springframework.beans.factory.support
Base class for concrete, full-fledged BeanDefinition classes, factoring out common properties of RootBeanDefinition and ChildBeanDefinition.
AbstractBeanDefinition() - Constructor for class org.springframework.beans.factory.support.AbstractBeanDefinition
Create a new AbstractBeanDefinition with default settings.
AbstractBeanDefinition(ConstructorArgumentValues, MutablePropertyValues) - Constructor for class org.springframework.beans.factory.support.AbstractBeanDefinition
Create a new AbstractBeanDefinition with the given constructor argument values and property values.
AbstractBeanDefinition(BeanDefinition) - Constructor for class org.springframework.beans.factory.support.AbstractBeanDefinition
Create a new AbstractBeanDefinition as a deep copy of the given bean definition.
AbstractBeanDefinitionParser - Class in org.springframework.beans.factory.xml
Abstract BeanDefinitionParser implementation providing a number of convenience methods and a template method that subclasses must override to provide the actual parsing logic.
AbstractBeanDefinitionParser() - Constructor for class org.springframework.beans.factory.xml.AbstractBeanDefinitionParser
 
AbstractBeanDefinitionReader - Class in org.springframework.beans.factory.support
Abstract base class for bean definition readers which implement the BeanDefinitionReader interface.
AbstractBeanDefinitionReader(BeanDefinitionRegistry) - Constructor for class org.springframework.beans.factory.support.AbstractBeanDefinitionReader
Create a new AbstractBeanDefinitionReader for the given bean factory.
AbstractBeanFactory - Class in org.springframework.beans.factory.support
Abstract base class for BeanFactory implementations, providing the full capabilities of the ConfigurableBeanFactory SPI.
AbstractBeanFactory() - Constructor for class org.springframework.beans.factory.support.AbstractBeanFactory
Create a new AbstractBeanFactory.
AbstractBeanFactory(BeanFactory) - Constructor for class org.springframework.beans.factory.support.AbstractBeanFactory
Create a new AbstractBeanFactory with the given parent.
AbstractBeanFactoryBasedTargetSource - Class in org.springframework.aop.target
Base class for TargetSource implementations that are based on a Spring BeanFactory, delegating to Spring-managed bean instances.
AbstractBeanFactoryBasedTargetSource() - Constructor for class org.springframework.aop.target.AbstractBeanFactoryBasedTargetSource
 
AbstractBeanFactoryBasedTargetSourceCreator - Class in org.springframework.aop.framework.autoproxy.target
Convenient superclass for TargetSourceCreator implementations that require creating multiple instances of a prototype bean.
AbstractBeanFactoryBasedTargetSourceCreator() - Constructor for class org.springframework.aop.framework.autoproxy.target.AbstractBeanFactoryBasedTargetSourceCreator
 
AbstractBeanFactoryPointcutAdvisor - Class in org.springframework.aop.support
Abstract BeanFactory-based PointcutAdvisor that allows for any Advice to be configured as reference to an Advice bean in a BeanFactory.
AbstractBeanFactoryPointcutAdvisor() - Constructor for class org.springframework.aop.support.AbstractBeanFactoryPointcutAdvisor
 
AbstractBindingResult - Class in org.springframework.validation
Abstract implementation of the BindingResult interface and its super-interface Errors.
AbstractBindingResult(String) - Constructor for class org.springframework.validation.AbstractBindingResult
Create a new AbstractBindingResult instance.
AbstractBrokerMessageHandler - Class in org.springframework.messaging.simp.broker
Abstract base class for a MessageHandler that broker messages to registered subscribers.
AbstractBrokerMessageHandler() - Constructor for class org.springframework.messaging.simp.broker.AbstractBrokerMessageHandler
 
AbstractBrokerMessageHandler(Collection<String>) - Constructor for class org.springframework.messaging.simp.broker.AbstractBrokerMessageHandler
 
AbstractBrokerRegistration - Class in org.springframework.messaging.simp.config
Base class for message broker registration classes.
AbstractBrokerRegistration(SubscribableChannel, MessageChannel, String[]) - Constructor for class org.springframework.messaging.simp.config.AbstractBrokerRegistration
 
AbstractBufferingAsyncClientHttpRequest - Class in org.springframework.http.client
Base implementation of AsyncClientHttpRequest that buffers output in a byte array before sending it over the wire.
AbstractBufferingAsyncClientHttpRequest() - Constructor for class org.springframework.http.client.AbstractBufferingAsyncClientHttpRequest
 
AbstractBufferingClientHttpRequest - Class in org.springframework.http.client
Base implementation of ClientHttpRequest that buffers output in a byte array before sending it over the wire.
AbstractBufferingClientHttpRequest() - Constructor for class org.springframework.http.client.AbstractBufferingClientHttpRequest
 
AbstractCacheManager - Class in org.springframework.cache.support
Abstract base class implementing the common CacheManager methods.
AbstractCacheManager() - Constructor for class org.springframework.cache.support.AbstractCacheManager
 
AbstractCachingConfiguration - Class in org.springframework.cache.annotation
Abstract base @Configuration class providing common structure for enabling Spring's annotation-driven cache management capability.
AbstractCachingConfiguration() - Constructor for class org.springframework.cache.annotation.AbstractCachingConfiguration
 
AbstractCachingViewResolver - Class in org.springframework.web.servlet.view
Convenient base class for ViewResolver implementations.
AbstractCachingViewResolver() - Constructor for class org.springframework.web.servlet.view.AbstractCachingViewResolver
 
AbstractCheckedElementTag - Class in org.springframework.web.servlet.tags.form
Abstract base class to provide common methods for implementing databinding-aware JSP tags for rendering an HTML 'input' element with a 'type' of 'checkbox' or 'radio'.
AbstractCheckedElementTag() - Constructor for class org.springframework.web.servlet.tags.form.AbstractCheckedElementTag
 
AbstractClassTestingTypeFilter - Class in org.springframework.core.type.filter
Type filter that exposes a ClassMetadata object to subclasses, for class testing purposes.
AbstractClassTestingTypeFilter() - Constructor for class org.springframework.core.type.filter.AbstractClassTestingTypeFilter
 
AbstractClientHttpRequest - Class in org.springframework.http.client
Abstract base for ClientHttpRequest that makes sure that headers and body are not written multiple times.
AbstractClientHttpRequest() - Constructor for class org.springframework.http.client.AbstractClientHttpRequest
 
AbstractClientHttpRequestFactoryWrapper - Class in org.springframework.http.client
Abstract base class for ClientHttpRequestFactory implementations that decorate another request factory.
AbstractClientHttpRequestFactoryWrapper(ClientHttpRequestFactory) - Constructor for class org.springframework.http.client.AbstractClientHttpRequestFactoryWrapper
Creates a AbstractClientHttpRequestFactoryWrapper wrapping the given request factory.
AbstractClientHttpResponse - Class in org.springframework.http.client
Abstract base for ClientHttpResponse.
AbstractClientHttpResponse() - Constructor for class org.springframework.http.client.AbstractClientHttpResponse
 
AbstractColumnMaxValueIncrementer - Class in org.springframework.jdbc.support.incrementer
Abstract base class for DataFieldMaxValueIncrementer implementations that use a column in a custom sequence table.
AbstractColumnMaxValueIncrementer() - Constructor for class org.springframework.jdbc.support.incrementer.AbstractColumnMaxValueIncrementer
Default constructor for bean property style usage.
AbstractColumnMaxValueIncrementer(DataSource, String, String) - Constructor for class org.springframework.jdbc.support.incrementer.AbstractColumnMaxValueIncrementer
Convenience constructor.
AbstractComponentDefinition - Class in org.springframework.beans.factory.parsing
Base implementation of ComponentDefinition that provides a basic implementation of AbstractComponentDefinition.getDescription() which delegates to ComponentDefinition.getName().
AbstractComponentDefinition() - Constructor for class org.springframework.beans.factory.parsing.AbstractComponentDefinition
 
AbstractConfigurableMBeanInfoAssembler - Class in org.springframework.jmx.export.assembler
Base class for MBeanInfoAssemblers that support configurable JMX notification behavior.
AbstractConfigurableMBeanInfoAssembler() - Constructor for class org.springframework.jmx.export.assembler.AbstractConfigurableMBeanInfoAssembler
 
AbstractContextLoader - Class in org.springframework.test.context.support
Abstract application context loader that provides a basis for all concrete implementations of the ContextLoader SPI.
AbstractContextLoader() - Constructor for class org.springframework.test.context.support.AbstractContextLoader
 
AbstractContextLoaderInitializer - Class in org.springframework.web.context
Convenient base class for WebApplicationInitializer implementations that register a ContextLoaderListener in the servlet context.
AbstractContextLoaderInitializer() - Constructor for class org.springframework.web.context.AbstractContextLoaderInitializer
 
AbstractController - Class in org.springframework.web.portlet.mvc
Convenient superclass for controller implementations, using the Template Method design pattern.
AbstractController() - Constructor for class org.springframework.web.portlet.mvc.AbstractController
 
AbstractController - Class in org.springframework.web.servlet.mvc
Convenient superclass for controller implementations, using the Template Method design pattern.
AbstractController() - Constructor for class org.springframework.web.servlet.mvc.AbstractController
 
AbstractControllerUrlHandlerMapping - Class in org.springframework.web.servlet.mvc.support
Base class for HandlerMapping implementations that derive URL paths according to conventions for specific controller types.
AbstractControllerUrlHandlerMapping() - Constructor for class org.springframework.web.servlet.mvc.support.AbstractControllerUrlHandlerMapping
 
AbstractCookieValueMethodArgumentResolver - Class in org.springframework.web.method.annotation
A base abstract class to resolve method arguments annotated with @CookieValue.
AbstractCookieValueMethodArgumentResolver(ConfigurableBeanFactory) - Constructor for class org.springframework.web.method.annotation.AbstractCookieValueMethodArgumentResolver
 
AbstractCookieValueMethodArgumentResolver.CookieValueNamedValueInfo - Class in org.springframework.web.method.annotation
 
AbstractDataBoundFormElementTag - Class in org.springframework.web.servlet.tags.form
Base tag for all data-binding aware JSP form tags.
AbstractDataBoundFormElementTag() - Constructor for class org.springframework.web.servlet.tags.form.AbstractDataBoundFormElementTag
 
AbstractDataFieldMaxValueIncrementer - Class in org.springframework.jdbc.support.incrementer
Base implementation of DataFieldMaxValueIncrementer that delegates to a single AbstractDataFieldMaxValueIncrementer.getNextKey() template method that returns a long.
AbstractDataFieldMaxValueIncrementer() - Constructor for class org.springframework.jdbc.support.incrementer.AbstractDataFieldMaxValueIncrementer
Default constructor for bean property style usage.
AbstractDataFieldMaxValueIncrementer(DataSource, String) - Constructor for class org.springframework.jdbc.support.incrementer.AbstractDataFieldMaxValueIncrementer
Convenience constructor.
AbstractDataSource - Class in org.springframework.jdbc.datasource
Abstract base class for Spring's DataSource implementations, taking care of the padding.
AbstractDataSource() - Constructor for class org.springframework.jdbc.datasource.AbstractDataSource
 
AbstractDelegatingSmartContextLoader - Class in org.springframework.test.context.support
AbstractDelegatingSmartContextLoader serves as an abstract base class for implementations of the SmartContextLoader SPI that delegate to a set of candidate SmartContextLoaders (i.e., one that supports XML configuration files and one that supports annotated classes) to determine which context loader is appropriate for a given test class's configuration.
AbstractDelegatingSmartContextLoader() - Constructor for class org.springframework.test.context.support.AbstractDelegatingSmartContextLoader
 
AbstractDestinationResolvingMessagingTemplate<D> - Class in org.springframework.messaging.core
An extension of AbstractMessagingTemplate that adds operations for sending messages to a resolvable destination name as defined by the following interfaces: DestinationResolvingMessageSendingOperations DestinationResolvingMessageReceivingOperations DestinationResolvingMessageRequestReplyOperations
AbstractDestinationResolvingMessagingTemplate() - Constructor for class org.springframework.messaging.core.AbstractDestinationResolvingMessagingTemplate
 
AbstractDetectingUrlHandlerMapping - Class in org.springframework.web.servlet.handler
Abstract implementation of the HandlerMapping interface, detecting URL mappings for handler beans through introspection of all defined beans in the application context.
AbstractDetectingUrlHandlerMapping() - Constructor for class org.springframework.web.servlet.handler.AbstractDetectingUrlHandlerMapping
 
AbstractDispatcherServletInitializer - Class in org.springframework.web.servlet.support
Base class for WebApplicationInitializer implementations that register a DispatcherServlet in the servlet context.
AbstractDispatcherServletInitializer() - Constructor for class org.springframework.web.servlet.support.AbstractDispatcherServletInitializer
 
AbstractDriverBasedDataSource - Class in org.springframework.jdbc.datasource
Abstract base class for JDBC DataSource implementations that operate on a JDBC Driver.
AbstractDriverBasedDataSource() - Constructor for class org.springframework.jdbc.datasource.AbstractDriverBasedDataSource
 
AbstractEmbeddedDatabaseConfigurer - Class in org.springframework.jdbc.datasource.embedded
Base class for EmbeddedDatabaseConfigurer implementations providing common shutdown behavior.
AbstractEmbeddedDatabaseConfigurer() - Constructor for class org.springframework.jdbc.datasource.embedded.AbstractEmbeddedDatabaseConfigurer
 
AbstractEntityManagerFactoryBean - Class in org.springframework.orm.jpa
Abstract FactoryBean that creates a local JPA javax.persistence.EntityManagerFactory instance within a Spring application context.
AbstractEntityManagerFactoryBean() - Constructor for class org.springframework.orm.jpa.AbstractEntityManagerFactoryBean
 
AbstractEntityManagerFactoryBean.ManagedEntityManagerFactoryInvocationHandler - Class in org.springframework.orm.jpa
Dynamic proxy invocation handler proxying an EntityManagerFactory to return a proxy EntityManager if necessary from createEntityManager() methods.
AbstractEntityManagerFactoryBean.SerializedEntityManagerFactoryBeanReference - Class in org.springframework.orm.jpa
Minimal bean reference to the surrounding AbstractEntityManagerFactoryBean.
AbstractEnvironment - Class in org.springframework.core.env
Abstract base class for Environment implementations.
AbstractEnvironment() - Constructor for class org.springframework.core.env.AbstractEnvironment
Create a new Environment instance, calling back to AbstractEnvironment.customizePropertySources(MutablePropertySources) during construction to allow subclasses to contribute or manipulate PropertySource instances as appropriate.
AbstractErrors - Class in org.springframework.validation
Abstract implementation of the Errors interface.
AbstractErrors() - Constructor for class org.springframework.validation.AbstractErrors
 
AbstractExcelView - Class in org.springframework.web.servlet.view.document
Convenient superclass for Excel document views.
AbstractExcelView() - Constructor for class org.springframework.web.servlet.view.document.AbstractExcelView
Default Constructor.
AbstractExceptionHandlerMethodResolver - Class in org.springframework.messaging.handler.invocation
Cache exception handling method mappings and provide options to look up a method that should handle an exception.
AbstractExceptionHandlerMethodResolver(Map<Class<? extends Throwable>, Method>) - Constructor for class org.springframework.messaging.handler.invocation.AbstractExceptionHandlerMethodResolver
Protected constructor accepting exception-to-method mappings.
AbstractExpressionPointcut - Class in org.springframework.aop.support
Abstract superclass for expression pointcuts, offering location and expression properties.
AbstractExpressionPointcut() - Constructor for class org.springframework.aop.support.AbstractExpressionPointcut
 
AbstractFactoryBean<T> - Class in org.springframework.beans.factory.config
Simple template superclass for FactoryBean implementations that creates a singleton or a prototype object, depending on a flag.
AbstractFactoryBean() - Constructor for class org.springframework.beans.factory.config.AbstractFactoryBean
 
AbstractFactoryBean.EarlySingletonInvocationHandler - Class in org.springframework.beans.factory.config
Reflective InvocationHandler for lazy access to the actual singleton object.
AbstractFallbackCacheOperationSource - Class in org.springframework.cache.interceptor
Abstract implementation of CacheOperation that caches attributes for methods and implements a fallback policy: 1.
AbstractFallbackCacheOperationSource() - Constructor for class org.springframework.cache.interceptor.AbstractFallbackCacheOperationSource
 
AbstractFallbackCacheOperationSource.DefaultCacheKey - Class in org.springframework.cache.interceptor
Default cache key for the CacheOperation cache.
AbstractFallbackSQLExceptionTranslator - Class in org.springframework.jdbc.support
Base class for SQLExceptionTranslator implementations that allow for fallback to some other SQLExceptionTranslator.
AbstractFallbackSQLExceptionTranslator() - Constructor for class org.springframework.jdbc.support.AbstractFallbackSQLExceptionTranslator
 
AbstractFallbackTransactionAttributeSource - Class in org.springframework.transaction.interceptor
Abstract implementation of TransactionAttributeSource that caches attributes for methods and implements a fallback policy: 1.
AbstractFallbackTransactionAttributeSource() - Constructor for class org.springframework.transaction.interceptor.AbstractFallbackTransactionAttributeSource
 
AbstractFallbackTransactionAttributeSource.DefaultCacheKey - Class in org.springframework.transaction.interceptor
Default cache key for the TransactionAttribute cache.
AbstractFeedView<T extends WireFeed> - Class in org.springframework.web.servlet.view.feed
Abstract base class for Atom and RSS Feed views, using java.net's ROME package.
AbstractFeedView() - Constructor for class org.springframework.web.servlet.view.feed.AbstractFeedView
 
AbstractFileResolvingResource - Class in org.springframework.core.io
Abstract base class for resources which resolve URLs into File references, such as UrlResource or ClassPathResource.
AbstractFileResolvingResource() - Constructor for class org.springframework.core.io.AbstractFileResolvingResource
 
AbstractFileResolvingResource.VfsResourceDelegate - Class in org.springframework.core.io
Inner delegate class, avoiding a hard JBoss VFS API dependency at runtime.
abstractFlag - Variable in class org.springframework.beans.factory.support.AbstractBeanDefinition
 
AbstractFlashMapManager - Class in org.springframework.web.servlet.support
A base class for FlashMapManager implementations.
AbstractFlashMapManager() - Constructor for class org.springframework.web.servlet.support.AbstractFlashMapManager
 
AbstractFormTag - Class in org.springframework.web.servlet.tags.form
Base class for all JSP form tags.
AbstractFormTag() - Constructor for class org.springframework.web.servlet.tags.form.AbstractFormTag
 
AbstractGenericContextLoader - Class in org.springframework.test.context.support
Abstract, generic extension of AbstractContextLoader that loads a GenericApplicationContext.
AbstractGenericContextLoader() - Constructor for class org.springframework.test.context.support.AbstractGenericContextLoader
 
AbstractGenericPointcutAdvisor - Class in org.springframework.aop.support
Abstract generic PointcutAdvisor that allows for any Advice to be configured.
AbstractGenericPointcutAdvisor() - Constructor for class org.springframework.aop.support.AbstractGenericPointcutAdvisor
 
AbstractGenericWebContextLoader - Class in org.springframework.test.context.web
Abstract, generic extension of AbstractContextLoader that loads a GenericWebApplicationContext.
AbstractGenericWebContextLoader() - Constructor for class org.springframework.test.context.web.AbstractGenericWebContextLoader
 
AbstractHandlerExceptionResolver - Class in org.springframework.web.portlet.handler
Abstract base class for HandlerExceptionResolver implementations.
AbstractHandlerExceptionResolver() - Constructor for class org.springframework.web.portlet.handler.AbstractHandlerExceptionResolver
 
AbstractHandlerExceptionResolver - Class in org.springframework.web.servlet.handler
Abstract base class for HandlerExceptionResolver implementations.
AbstractHandlerExceptionResolver() - Constructor for class org.springframework.web.servlet.handler.AbstractHandlerExceptionResolver
 
AbstractHandlerMapping - Class in org.springframework.web.portlet.handler
Abstract base class for HandlerMapping implementations.
AbstractHandlerMapping() - Constructor for class org.springframework.web.portlet.handler.AbstractHandlerMapping
 
AbstractHandlerMapping - Class in org.springframework.web.servlet.handler
Abstract base class for HandlerMapping implementations.
AbstractHandlerMapping() - Constructor for class org.springframework.web.servlet.handler.AbstractHandlerMapping
 
AbstractHandlerMethodAdapter - Class in org.springframework.web.servlet.mvc.method
Abstract base class for HandlerAdapter implementations that support handlers of type HandlerMethod.
AbstractHandlerMethodAdapter() - Constructor for class org.springframework.web.servlet.mvc.method.AbstractHandlerMethodAdapter
 
AbstractHandlerMethodExceptionResolver - Class in org.springframework.web.servlet.handler
Abstract base class for HandlerExceptionResolver implementations that support handling exceptions from handlers of type HandlerMethod.
AbstractHandlerMethodExceptionResolver() - Constructor for class org.springframework.web.servlet.handler.AbstractHandlerMethodExceptionResolver
 
AbstractHandlerMethodMapping<T> - Class in org.springframework.web.servlet.handler
Abstract base class for HandlerMapping implementations that define a mapping between a request and a HandlerMethod.
AbstractHandlerMethodMapping() - Constructor for class org.springframework.web.servlet.handler.AbstractHandlerMethodMapping
 
AbstractHandlerMethodMapping.Match - Class in org.springframework.web.servlet.handler
A thin wrapper around a matched HandlerMethod and its mapping, for the purpose of comparing the best match with a comparator in the context of the current request.
AbstractHandlerMethodMapping.MatchComparator - Class in org.springframework.web.servlet.handler
 
AbstractHtmlElementBodyTag - Class in org.springframework.web.servlet.tags.form
Convenient super class for many html tags that render content using the databinding features of the AbstractHtmlElementTag.
AbstractHtmlElementBodyTag() - Constructor for class org.springframework.web.servlet.tags.form.AbstractHtmlElementBodyTag
 
AbstractHtmlElementTag - Class in org.springframework.web.servlet.tags.form
Base class for databinding-aware JSP tags that render HTML element.
AbstractHtmlElementTag() - Constructor for class org.springframework.web.servlet.tags.form.AbstractHtmlElementTag
 
AbstractHtmlInputElementTag - Class in org.springframework.web.servlet.tags.form
Base class for databinding-aware JSP tags that render HTML form input element.
AbstractHtmlInputElementTag() - Constructor for class org.springframework.web.servlet.tags.form.AbstractHtmlInputElementTag
 
AbstractHttpInvokerRequestExecutor - Class in org.springframework.remoting.httpinvoker
Abstract base implementation of the HttpInvokerRequestExecutor interface.
AbstractHttpInvokerRequestExecutor() - Constructor for class org.springframework.remoting.httpinvoker.AbstractHttpInvokerRequestExecutor
 
AbstractHttpMessageConverter<T> - Class in org.springframework.http.converter
Abstract base class for most HttpMessageConverter implementations.
AbstractHttpMessageConverter() - Constructor for class org.springframework.http.converter.AbstractHttpMessageConverter
Construct an AbstractHttpMessageConverter with no supported media types.
AbstractHttpMessageConverter(MediaType) - Constructor for class org.springframework.http.converter.AbstractHttpMessageConverter
Construct an AbstractHttpMessageConverter with one supported media type.
AbstractHttpMessageConverter(MediaType...) - Constructor for class org.springframework.http.converter.AbstractHttpMessageConverter
Construct an AbstractHttpMessageConverter with multiple supported media type.
AbstractHttpReceivingTransportHandler - Class in org.springframework.web.socket.sockjs.transport.handler
Base class for HTTP transport handlers that receive messages via HTTP POST.
AbstractHttpReceivingTransportHandler() - Constructor for class org.springframework.web.socket.sockjs.transport.handler.AbstractHttpReceivingTransportHandler
 
AbstractHttpSendingTransportHandler - Class in org.springframework.web.socket.sockjs.transport.handler
Base class for HTTP transport handlers that push messages to connected clients.
AbstractHttpSendingTransportHandler() - Constructor for class org.springframework.web.socket.sockjs.transport.handler.AbstractHttpSendingTransportHandler
 
AbstractHttpSockJsSession - Class in org.springframework.web.socket.sockjs.transport.session
An abstract base class for use with HTTP transport based SockJS sessions.
AbstractHttpSockJsSession(String, SockJsServiceConfig, WebSocketHandler, Map<String, Object>) - Constructor for class org.springframework.web.socket.sockjs.transport.session.AbstractHttpSockJsSession
 
AbstractInterceptorDrivenBeanDefinitionDecorator - Class in org.springframework.aop.config
Base implementation for BeanDefinitionDecorators wishing to add an interceptor to the resulting bean.
AbstractInterceptorDrivenBeanDefinitionDecorator() - Constructor for class org.springframework.aop.config.AbstractInterceptorDrivenBeanDefinitionDecorator
 
AbstractInterruptibleBatchPreparedStatementSetter - Class in org.springframework.jdbc.core.support
Abstract implementation of the InterruptibleBatchPreparedStatementSetter interface, combining the check for available values and setting of those into a single callback method AbstractInterruptibleBatchPreparedStatementSetter.setValuesIfAvailable(java.sql.PreparedStatement, int).
AbstractInterruptibleBatchPreparedStatementSetter() - Constructor for class org.springframework.jdbc.core.support.AbstractInterruptibleBatchPreparedStatementSetter
 
AbstractJasperReportsSingleFormatView - Class in org.springframework.web.servlet.view.jasperreports
Extends AbstractJasperReportsView to provide basic rendering logic for views that use a fixed format, e.g.
AbstractJasperReportsSingleFormatView() - Constructor for class org.springframework.web.servlet.view.jasperreports.AbstractJasperReportsSingleFormatView
 
AbstractJasperReportsView - Class in org.springframework.web.servlet.view.jasperreports
Base class for all JasperReports views.
AbstractJasperReportsView() - Constructor for class org.springframework.web.servlet.view.jasperreports.AbstractJasperReportsView
 
AbstractJaxb2HttpMessageConverter<T> - Class in org.springframework.http.converter.xml
Abstract base class for HttpMessageConverters that use JAXB2.
AbstractJaxb2HttpMessageConverter() - Constructor for class org.springframework.http.converter.xml.AbstractJaxb2HttpMessageConverter
 
AbstractJaxWsServiceExporter - Class in org.springframework.remoting.jaxws
Abstract exporter for JAX-WS services, autodetecting annotated service beans (through the JAX-WS WebService annotation).
AbstractJaxWsServiceExporter() - Constructor for class org.springframework.remoting.jaxws.AbstractJaxWsServiceExporter
 
AbstractJdbc4SqlXmlValue() - Constructor for class org.springframework.jdbc.support.xml.Jdbc4SqlXmlHandler.AbstractJdbc4SqlXmlValue
 
AbstractJdbcCall - Class in org.springframework.jdbc.core.simple
Abstract class to provide base functionality for easy stored procedure calls based on configuration options and database metadata.
AbstractJdbcCall(DataSource) - Constructor for class org.springframework.jdbc.core.simple.AbstractJdbcCall
Constructor to be used when initializing using a DataSource.
AbstractJdbcCall(JdbcTemplate) - Constructor for class org.springframework.jdbc.core.simple.AbstractJdbcCall
Constructor to be used when initializing using a JdbcTemplate.
AbstractJdbcInsert - Class in org.springframework.jdbc.core.simple
Abstract class to provide base functionality for easy inserts based on configuration options and database metadata.
AbstractJdbcInsert(DataSource) - Constructor for class org.springframework.jdbc.core.simple.AbstractJdbcInsert
Constructor for sublasses to delegate to for setting the DataSource.
AbstractJdbcInsert(JdbcTemplate) - Constructor for class org.springframework.jdbc.core.simple.AbstractJdbcInsert
Constructor for sublasses to delegate to for setting the JdbcTemplate.
AbstractJExcelView - Class in org.springframework.web.servlet.view.document
Deprecated.
as of Spring 4.0, since JExcelAPI is an abandoned project (no release since 2009, with serious bugs remaining)
AbstractJExcelView() - Constructor for class org.springframework.web.servlet.view.document.AbstractJExcelView
Deprecated.
Default Constructor.
AbstractJmsListeningContainer - Class in org.springframework.jms.listener
Common base class for all containers which need to implement listening based on a JMS Connection (either shared or freshly obtained for each attempt).
AbstractJmsListeningContainer() - Constructor for class org.springframework.jms.listener.AbstractJmsListeningContainer
 
AbstractJmsListeningContainer.SharedConnectionNotInitializedException - Exception in org.springframework.jms.listener
Exception that indicates that the initial setup of this container's shared JMS Connection failed.
AbstractJmxAttribute - Class in org.springframework.jmx.export.metadata
Base class for all JMX metadata classes.
AbstractJmxAttribute() - Constructor for class org.springframework.jmx.export.metadata.AbstractJmxAttribute
 
AbstractJndiLocatingBeanDefinitionParser - Class in org.springframework.ejb.config
Abstract base class for BeanDefinitionParsers which build JNDI-locating beans, supporting an optional "jndiEnvironment" bean property, populated from an "environment" XML sub-element.
AbstractJndiLocatingBeanDefinitionParser() - Constructor for class org.springframework.ejb.config.AbstractJndiLocatingBeanDefinitionParser
 
AbstractJpaVendorAdapter - Class in org.springframework.orm.jpa.vendor
Abstract JpaVendorAdapter implementation that defines common properties, to be translated into vendor-specific JPA properties by concrete subclasses.
AbstractJpaVendorAdapter() - Constructor for class org.springframework.orm.jpa.vendor.AbstractJpaVendorAdapter
 
AbstractJsonPathRequestMatcher() - Constructor for class org.springframework.test.web.client.match.JsonPathRequestMatchers.AbstractJsonPathRequestMatcher
 
AbstractJUnit4SpringContextTests - Class in org.springframework.test.context.junit4
Abstract base test class which integrates the Spring TestContext Framework with explicit ApplicationContext testing support in a JUnit 4.5+ environment.
AbstractJUnit4SpringContextTests() - Constructor for class org.springframework.test.context.junit4.AbstractJUnit4SpringContextTests
 
AbstractLazyCreationTargetSource - Class in org.springframework.aop.target
TargetSource implementation that will lazily create a user-managed object.
AbstractLazyCreationTargetSource() - Constructor for class org.springframework.aop.target.AbstractLazyCreationTargetSource
 
AbstractListenerContainerParser - Class in org.springframework.jms.config
Abstract parser for JMS listener container elements, providing support for common properties that are identical for all listener container variants.
AbstractListenerContainerParser() - Constructor for class org.springframework.jms.config.AbstractListenerContainerParser
 
AbstractLobCreatingPreparedStatementCallback - Class in org.springframework.jdbc.core.support
Abstract PreparedStatementCallback implementation that manages a LobCreator.
AbstractLobCreatingPreparedStatementCallback(LobHandler) - Constructor for class org.springframework.jdbc.core.support.AbstractLobCreatingPreparedStatementCallback
Create a new AbstractLobCreatingPreparedStatementCallback for the given LobHandler.
AbstractLobHandler - Class in org.springframework.jdbc.support.lob
Abstract base class for LobHandler implementations.
AbstractLobHandler() - Constructor for class org.springframework.jdbc.support.lob.AbstractLobHandler
 
AbstractLobStreamingResultSetExtractor<T> - Class in org.springframework.jdbc.core.support
Abstract ResultSetExtractor implementation that assumes streaming of LOB data.
AbstractLobStreamingResultSetExtractor() - Constructor for class org.springframework.jdbc.core.support.AbstractLobStreamingResultSetExtractor
 
AbstractLobType - Class in org.springframework.orm.hibernate3.support
Abstract base class for Hibernate UserType implementations that map to LOBs.
AbstractLobType() - Constructor for class org.springframework.orm.hibernate3.support.AbstractLobType
Constructor used by Hibernate: fetches config-time LobHandler and config-time JTA TransactionManager from LocalSessionFactoryBean.
AbstractLobType(LobHandler, TransactionManager) - Constructor for class org.springframework.orm.hibernate3.support.AbstractLobType
Constructor used for testing: takes an explicit LobHandler and an explicit JTA TransactionManager (can be null).
AbstractLocaleContextResolver - Class in org.springframework.web.servlet.i18n
Abstract base class for LocaleContextResolver implementations.
AbstractLocaleContextResolver() - Constructor for class org.springframework.web.servlet.i18n.AbstractLocaleContextResolver
 
AbstractLocaleResolver - Class in org.springframework.web.servlet.i18n
Abstract base class for LocaleResolver implementations.
AbstractLocaleResolver() - Constructor for class org.springframework.web.servlet.i18n.AbstractLocaleResolver
 
AbstractMapBasedHandlerMapping<K> - Class in org.springframework.web.portlet.handler
Abstract base class for HandlerMapping implementations that rely on a map which caches handler objects per lookup key.
AbstractMapBasedHandlerMapping() - Constructor for class org.springframework.web.portlet.handler.AbstractMapBasedHandlerMapping
 
AbstractMapBasedHandlerMapping.PortletRequestMappingPredicate - Interface in org.springframework.web.portlet.handler
Predicate interface for determining a match with a given request.
AbstractMappingContentNegotiationStrategy - Class in org.springframework.web.accept
A base class for ContentNegotiationStrategy types that maintain a map with keys such as "json" and media types such as "application/json".
AbstractMappingContentNegotiationStrategy(Map<String, MediaType>) - Constructor for class org.springframework.web.accept.AbstractMappingContentNegotiationStrategy
Create an instance with the given extension-to-MediaType lookup.
AbstractMarshaller - Class in org.springframework.oxm.support
Abstract implementation of the Marshaller and Unmarshaller interface.
AbstractMarshaller() - Constructor for class org.springframework.oxm.support.AbstractMarshaller
 
AbstractMBeanInfoAssembler - Class in org.springframework.jmx.export.assembler
Abstract implementation of the MBeanInfoAssembler interface that encapsulates the creation of a ModelMBeanInfo instance but delegates the creation of metadata to subclasses.
AbstractMBeanInfoAssembler() - Constructor for class org.springframework.jmx.export.assembler.AbstractMBeanInfoAssembler
 
AbstractMediaTypeExpression - Class in org.springframework.web.servlet.mvc.condition
Supports media type expressions as described in: RequestMapping.consumes() and RequestMapping.produces().
AbstractMediaTypeExpression(String) - Constructor for class org.springframework.web.servlet.mvc.condition.AbstractMediaTypeExpression
 
AbstractMediaTypeExpression(MediaType, boolean) - Constructor for class org.springframework.web.servlet.mvc.condition.AbstractMediaTypeExpression
 
AbstractMessageBrokerConfiguration - Class in org.springframework.messaging.simp.config
Provides essential configuration for handling messages with simple messaging protocols such as STOMP.
AbstractMessageBrokerConfiguration() - Constructor for class org.springframework.messaging.simp.config.AbstractMessageBrokerConfiguration
Protected constructor.
AbstractMessageChannel - Class in org.springframework.messaging.support
Abstract base class for MessageChannel implementations.
AbstractMessageChannel() - Constructor for class org.springframework.messaging.support.AbstractMessageChannel
 
AbstractMessageCondition<T extends AbstractMessageCondition<T>> - Class in org.springframework.messaging.handler
AbstractMessageCondition() - Constructor for class org.springframework.messaging.handler.AbstractMessageCondition
 
AbstractMessageConverter - Class in org.springframework.messaging.converter
Abstract base class for MessageConverter implementations including support for common properties and a partial implementation of the conversion methods mainly to check if the converter supports the conversion based on the payload class and MIME type.
AbstractMessageConverter(MimeType) - Constructor for class org.springframework.messaging.converter.AbstractMessageConverter
Construct an AbstractMessageConverter supporting a single MIME type.
AbstractMessageConverter(Collection<MimeType>) - Constructor for class org.springframework.messaging.converter.AbstractMessageConverter
Construct an AbstractMessageConverter supporting multiple MIME types.
AbstractMessageConverterMethodArgumentResolver - Class in org.springframework.web.servlet.mvc.method.annotation
A base class for resolving method argument values by reading from the body of a request with HttpMessageConverters.
AbstractMessageConverterMethodArgumentResolver(List<HttpMessageConverter<?>>) - Constructor for class org.springframework.web.servlet.mvc.method.annotation.AbstractMessageConverterMethodArgumentResolver
 
AbstractMessageConverterMethodProcessor - Class in org.springframework.web.servlet.mvc.method.annotation
Extends AbstractMessageConverterMethodArgumentResolver with the ability to handle method return values by writing to the response with HttpMessageConverters.
AbstractMessageConverterMethodProcessor(List<HttpMessageConverter<?>>) - Constructor for class org.springframework.web.servlet.mvc.method.annotation.AbstractMessageConverterMethodProcessor
 
AbstractMessageConverterMethodProcessor(List<HttpMessageConverter<?>>, ContentNegotiationManager) - Constructor for class org.springframework.web.servlet.mvc.method.annotation.AbstractMessageConverterMethodProcessor
 
AbstractMessageEndpoint() - Constructor for class org.springframework.jca.endpoint.AbstractMessageEndpointFactory.AbstractMessageEndpoint
 
AbstractMessageEndpointFactory - Class in org.springframework.jca.endpoint
Abstract base implementation of the JCA 1.5/1.6/1.7 javax.resource.spi.endpoint.MessageEndpointFactory interface, providing transaction management capabilities as well as ClassLoader exposure for endpoint invocations.
AbstractMessageEndpointFactory() - Constructor for class org.springframework.jca.endpoint.AbstractMessageEndpointFactory
 
AbstractMessageEndpointFactory.AbstractMessageEndpoint - Class in org.springframework.jca.endpoint
Inner class for actual endpoint implementations, based on template method to allow for any kind of concrete endpoint implementation.
AbstractMessageEndpointFactory.TransactionDelegate - Class in org.springframework.jca.endpoint
Private inner class that performs the actual transaction handling, including enlistment of the endpoint's XAResource.
AbstractMessageListenerContainer - Class in org.springframework.jms.listener
Abstract base class for message listener containers.
AbstractMessageListenerContainer() - Constructor for class org.springframework.jms.listener.AbstractMessageListenerContainer
 
AbstractMessageListenerContainer.MessageRejectedWhileStoppingException - Exception in org.springframework.jms.listener
Internal exception class that indicates a rejected message on shutdown.
AbstractMessageSendingTemplate<D> - Class in org.springframework.messaging.core
Abstract base class for implementations of MessageSendingOperations.
AbstractMessageSendingTemplate() - Constructor for class org.springframework.messaging.core.AbstractMessageSendingTemplate
 
AbstractMessageSource - Class in org.springframework.context.support
Abstract implementation of the HierarchicalMessageSource interface, implementing common handling of message variants, making it easy to implement a specific strategy for a concrete MessageSource.
AbstractMessageSource() - Constructor for class org.springframework.context.support.AbstractMessageSource
 
AbstractMessagingTemplate<D> - Class in org.springframework.messaging.core
An extension of AbstractMessageSendingTemplate that adds support for receive as well as request-reply style operations as defined by MessageReceivingOperations and MessageRequestReplyOperations.
AbstractMessagingTemplate() - Constructor for class org.springframework.messaging.core.AbstractMessagingTemplate
 
AbstractMethodArgumentResolutionException - Exception in org.springframework.messaging.handler.annotation.support
Base class for exceptions resulting from the invocation of HandlerMethodArgumentResolver.
AbstractMethodArgumentResolutionException(Message<?>, MethodParameter) - Constructor for exception org.springframework.messaging.handler.annotation.support.AbstractMethodArgumentResolutionException
Create a new instance providing the invalid MethodParameter.
AbstractMethodArgumentResolutionException(Message<?>, MethodParameter, String) - Constructor for exception org.springframework.messaging.handler.annotation.support.AbstractMethodArgumentResolutionException
Create a new instance providing the invalid MethodParameter and a prepared description.
AbstractMethodMessageHandler<T> - Class in org.springframework.messaging.handler.invocation
Abstract base class for HandlerMethod-based message handling.
AbstractMethodMessageHandler() - Constructor for class org.springframework.messaging.handler.invocation.AbstractMethodMessageHandler
 
AbstractMethodMessageHandler.Match - Class in org.springframework.messaging.handler.invocation
A thin wrapper around a matched HandlerMethod and its matched mapping for the purpose of comparing the best match with a comparator in the context of a message.
AbstractMethodMessageHandler.MatchComparator - Class in org.springframework.messaging.handler.invocation
 
AbstractMockMvcBuilder<B extends AbstractMockMvcBuilder<B>> - Class in org.springframework.test.web.servlet.setup
An abstract implementation of MockMvcBuilder with common methods for configuring filters, default request properties, global expectations and global result actions.
AbstractMockMvcBuilder() - Constructor for class org.springframework.test.web.servlet.setup.AbstractMockMvcBuilder
 
AbstractMonitoringInterceptor - Class in org.springframework.aop.interceptor
Base class for monitoring interceptors, such as performance monitors.
AbstractMonitoringInterceptor() - Constructor for class org.springframework.aop.interceptor.AbstractMonitoringInterceptor
 
AbstractMultiCheckedElementTag - Class in org.springframework.web.servlet.tags.form
Abstract base class to provide common methods for implementing databinding-aware JSP tags for rendering multiple HTML 'input' elements with a 'type' of 'checkbox' or 'radio'.
AbstractMultiCheckedElementTag() - Constructor for class org.springframework.web.servlet.tags.form.AbstractMultiCheckedElementTag
 
AbstractMultipartHttpServletRequest - Class in org.springframework.web.multipart.support
Abstract base implementation of the MultipartHttpServletRequest interface.
AbstractMultipartHttpServletRequest(HttpServletRequest) - Constructor for class org.springframework.web.multipart.support.AbstractMultipartHttpServletRequest
Wrap the given HttpServletRequest in a MultipartHttpServletRequest.
AbstractNamedValueMethodArgumentResolver - Class in org.springframework.messaging.handler.annotation.support
Abstract base class for resolving method arguments from a named value.
AbstractNamedValueMethodArgumentResolver(ConversionService, ConfigurableBeanFactory) - Constructor for class org.springframework.messaging.handler.annotation.support.AbstractNamedValueMethodArgumentResolver
Constructor with a ConversionService and a BeanFactory.
AbstractNamedValueMethodArgumentResolver - Class in org.springframework.web.method.annotation
Abstract base class for resolving method arguments from a named value.
AbstractNamedValueMethodArgumentResolver() - Constructor for class org.springframework.web.method.annotation.AbstractNamedValueMethodArgumentResolver
 
AbstractNamedValueMethodArgumentResolver(ConfigurableBeanFactory) - Constructor for class org.springframework.web.method.annotation.AbstractNamedValueMethodArgumentResolver
 
AbstractNamedValueMethodArgumentResolver.NamedValueInfo - Class in org.springframework.messaging.handler.annotation.support
Represents the information about a named value, including name, whether it's required and a default value.
AbstractNamedValueMethodArgumentResolver.NamedValueInfo - Class in org.springframework.web.method.annotation
Represents the information about a named value, including name, whether it's required and a default value.
AbstractNameValueExpression<T> - Class in org.springframework.web.servlet.mvc.condition
Supports "name=value" style expressions as described in: RequestMapping.params() and RequestMapping.headers().
AbstractNameValueExpression(String) - Constructor for class org.springframework.web.servlet.mvc.condition.AbstractNameValueExpression
 
AbstractNamingEnumeration(SimpleNamingContext, String) - Constructor for class org.springframework.mock.jndi.SimpleNamingContext.AbstractNamingEnumeration
 
AbstractNumberFormatter - Class in org.springframework.format.number
Abstract formatter for Numbers, providing a AbstractNumberFormatter.getNumberFormat(java.util.Locale) template method.
AbstractNumberFormatter() - Constructor for class org.springframework.format.number.AbstractNumberFormatter
 
AbstractParameterMappingPredicate(String[]) - Constructor for class org.springframework.web.portlet.mvc.annotation.DefaultAnnotationHandlerMapping.AbstractParameterMappingPredicate
 
AbstractPdfStamperView - Class in org.springframework.web.servlet.view.document
Abstract superclass for PDF views that operate on an existing document with an AcroForm.
AbstractPdfStamperView() - Constructor for class org.springframework.web.servlet.view.document.AbstractPdfStamperView
 
AbstractPdfView - Class in org.springframework.web.servlet.view.document
Abstract superclass for PDF views, using Bruno Lowagie's iText package.
AbstractPdfView() - Constructor for class org.springframework.web.servlet.view.document.AbstractPdfView
This constructor sets the appropriate content type "application/pdf".
AbstractPlatformTransactionManager - Class in org.springframework.transaction.support
Abstract base class that implements Spring's standard transaction workflow, serving as basis for concrete platform transaction managers like JtaTransactionManager.
AbstractPlatformTransactionManager() - Constructor for class org.springframework.transaction.support.AbstractPlatformTransactionManager
 
AbstractPlatformTransactionManager.SuspendedResourcesHolder - Class in org.springframework.transaction.support
Holder for suspended resources.
AbstractPointcutAdvisor - Class in org.springframework.aop.support
Abstract base class for PointcutAdvisor implementations.
AbstractPointcutAdvisor() - Constructor for class org.springframework.aop.support.AbstractPointcutAdvisor
 
AbstractPollingMessageListenerContainer - Class in org.springframework.jms.listener
Base class for listener container implementations which are based on polling.
AbstractPollingMessageListenerContainer() - Constructor for class org.springframework.jms.listener.AbstractPollingMessageListenerContainer
 
AbstractPollingMessageListenerContainer.MessageListenerContainerResourceFactory - Class in org.springframework.jms.listener
ResourceFactory implementation that delegates to this listener container's protected callback methods.
AbstractPoolingTargetSource - Class in org.springframework.aop.target
Abstract base class for pooling TargetSource implementations which maintain a pool of target instances, acquiring and releasing a target object from the pool for each method invocation.
AbstractPoolingTargetSource() - Constructor for class org.springframework.aop.target.AbstractPoolingTargetSource
 
AbstractPromiseToListenableFutureAdapter<S,T> - Class in org.springframework.messaging.tcp.reactor
Adapts a reactor Promise to ListenableFuture optionally converting the result Object type <S> to the expected target type <T>.
AbstractPromiseToListenableFutureAdapter(<any>) - Constructor for class org.springframework.messaging.tcp.reactor.AbstractPromiseToListenableFutureAdapter
 
AbstractPropertyAccessor - Class in org.springframework.beans
Abstract implementation of the PropertyAccessor interface.
AbstractPropertyAccessor() - Constructor for class org.springframework.beans.AbstractPropertyAccessor
 
AbstractPropertyBindingResult - Class in org.springframework.validation
Abstract base class for BindingResult implementations that work with Spring's PropertyAccessor mechanism.
AbstractPropertyBindingResult(String) - Constructor for class org.springframework.validation.AbstractPropertyBindingResult
Create a new AbstractPropertyBindingResult instance.
AbstractPropertyLoadingBeanDefinitionParser - Class in org.springframework.context.config
Abstract parser for <context:property-.../> elements.
AbstractPropertyLoadingBeanDefinitionParser() - Constructor for class org.springframework.context.config.AbstractPropertyLoadingBeanDefinitionParser
 
AbstractPropertyResolver - Class in org.springframework.core.env
Abstract base class for resolving properties against any underlying source.
AbstractPropertyResolver() - Constructor for class org.springframework.core.env.AbstractPropertyResolver
 
AbstractPrototypeBasedTargetSource - Class in org.springframework.aop.target
Base class for dynamic TargetSource implementations that create new prototype bean instances to support a pooling or new-instance-per-invocation strategy.
AbstractPrototypeBasedTargetSource() - Constructor for class org.springframework.aop.target.AbstractPrototypeBasedTargetSource
 
AbstractRecursiveAnnotationVisitor - Class in org.springframework.core.type.classreading
 
AbstractRecursiveAnnotationVisitor(ClassLoader, AnnotationAttributes) - Constructor for class org.springframework.core.type.classreading.AbstractRecursiveAnnotationVisitor
 
AbstractReflectiveMBeanInfoAssembler - Class in org.springframework.jmx.export.assembler
Builds on the AbstractMBeanInfoAssembler superclass to add a basic algorithm for building metadata based on the reflective metadata of the MBean class.
AbstractReflectiveMBeanInfoAssembler() - Constructor for class org.springframework.jmx.export.assembler.AbstractReflectiveMBeanInfoAssembler
 
AbstractRefreshableApplicationContext - Class in org.springframework.context.support
Base class for ApplicationContext implementations which are supposed to support multiple calls to AbstractApplicationContext.refresh(), creating a new internal bean factory instance every time.
AbstractRefreshableApplicationContext() - Constructor for class org.springframework.context.support.AbstractRefreshableApplicationContext
Create a new AbstractRefreshableApplicationContext with no parent.
AbstractRefreshableApplicationContext(ApplicationContext) - Constructor for class org.springframework.context.support.AbstractRefreshableApplicationContext
Create a new AbstractRefreshableApplicationContext with the given parent context.
AbstractRefreshableConfigApplicationContext - Class in org.springframework.context.support
AbstractRefreshableApplicationContext subclass that adds common handling of specified config locations.
AbstractRefreshableConfigApplicationContext() - Constructor for class org.springframework.context.support.AbstractRefreshableConfigApplicationContext
Create a new AbstractRefreshableConfigApplicationContext with no parent.
AbstractRefreshableConfigApplicationContext(ApplicationContext) - Constructor for class org.springframework.context.support.AbstractRefreshableConfigApplicationContext
Create a new AbstractRefreshableConfigApplicationContext with the given parent context.
AbstractRefreshablePortletApplicationContext - Class in org.springframework.web.portlet.context
AbstractRefreshableApplicationContext subclass which implements the ConfigurablePortletApplicationContext interface for portlet environments.
AbstractRefreshablePortletApplicationContext() - Constructor for class org.springframework.web.portlet.context.AbstractRefreshablePortletApplicationContext
 
AbstractRefreshableTargetSource - Class in org.springframework.aop.target.dynamic
Abstract TargetSource implementation that wraps a refreshable target object.
AbstractRefreshableTargetSource() - Constructor for class org.springframework.aop.target.dynamic.AbstractRefreshableTargetSource
 
AbstractRefreshableWebApplicationContext - Class in org.springframework.web.context.support
AbstractRefreshableApplicationContext subclass which implements the ConfigurableWebApplicationContext interface for web environments.
AbstractRefreshableWebApplicationContext() - Constructor for class org.springframework.web.context.support.AbstractRefreshableWebApplicationContext
 
AbstractRegexpMethodPointcut - Class in org.springframework.aop.support
Abstract base regular expression pointcut bean.
AbstractRegexpMethodPointcut() - Constructor for class org.springframework.aop.support.AbstractRegexpMethodPointcut
 
AbstractRemoteSlsbInvokerInterceptor - Class in org.springframework.ejb.access
Base class for interceptors proxying remote Stateless Session Beans.
AbstractRemoteSlsbInvokerInterceptor() - Constructor for class org.springframework.ejb.access.AbstractRemoteSlsbInvokerInterceptor
 
AbstractRequestAttributes - Class in org.springframework.web.context.request
Abstract support class for RequestAttributes implementations, offering a request completion mechanism for request-specific destruction callbacks and for updating accessed session attributes.
AbstractRequestAttributes() - Constructor for class org.springframework.web.context.request.AbstractRequestAttributes
 
AbstractRequestAttributesScope - Class in org.springframework.web.context.request
Abstract Scope implementation that reads from a particular scope in the current thread-bound RequestAttributes object.
AbstractRequestAttributesScope() - Constructor for class org.springframework.web.context.request.AbstractRequestAttributesScope
 
AbstractRequestCondition<T extends AbstractRequestCondition<T>> - Class in org.springframework.web.servlet.mvc.condition
AbstractRequestCondition() - Constructor for class org.springframework.web.servlet.mvc.condition.AbstractRequestCondition
 
AbstractRequestLoggingFilter - Class in org.springframework.web.filter
Base class for Filters that perform logging operations before and after a request is processed.
AbstractRequestLoggingFilter() - Constructor for class org.springframework.web.filter.AbstractRequestLoggingFilter
 
AbstractRequestLoggingFilter.RequestCachingRequestWrapper - Class in org.springframework.web.filter
 
AbstractRequestLoggingFilter.RequestCachingRequestWrapper.RequestCachingInputStream - Class in org.springframework.web.filter
 
AbstractResource - Class in org.springframework.core.io
Convenience base class for Resource implementations, pre-implementing typical behavior.
AbstractResource() - Constructor for class org.springframework.core.io.AbstractResource
 
AbstractRoutingDataSource - Class in org.springframework.jdbc.datasource.lookup
Abstract DataSource implementation that routes AbstractRoutingDataSource.getConnection() calls to one of various target DataSources based on a lookup key.
AbstractRoutingDataSource() - Constructor for class org.springframework.jdbc.datasource.lookup.AbstractRoutingDataSource
 
AbstractRssFeedView - Class in org.springframework.web.servlet.view.feed
Abstract superclass for RSS Feed views, using java.net's ROME package.
AbstractRssFeedView() - Constructor for class org.springframework.web.servlet.view.feed.AbstractRssFeedView
 
AbstractSequenceMaxValueIncrementer - Class in org.springframework.jdbc.support.incrementer
Abstract base class for DataFieldMaxValueIncrementer implementations that use a database sequence.
AbstractSequenceMaxValueIncrementer() - Constructor for class org.springframework.jdbc.support.incrementer.AbstractSequenceMaxValueIncrementer
Default constructor for bean property style usage.
AbstractSequenceMaxValueIncrementer(DataSource, String) - Constructor for class org.springframework.jdbc.support.incrementer.AbstractSequenceMaxValueIncrementer
Convenience constructor.
AbstractServiceLoaderBasedFactoryBean - Class in org.springframework.beans.factory.serviceloader
Abstract base class for FactoryBeans operating on the JDK 1.6 ServiceLoader facility.
AbstractServiceLoaderBasedFactoryBean() - Constructor for class org.springframework.beans.factory.serviceloader.AbstractServiceLoaderBasedFactoryBean
 
AbstractSessionFactoryBean - Class in org.springframework.orm.hibernate3
Abstract FactoryBean that creates a Hibernate org.hibernate.SessionFactory within a Spring application context, providing general infrastructure not related to Hibernate's specific configuration API.
AbstractSessionFactoryBean() - Constructor for class org.springframework.orm.hibernate3.AbstractSessionFactoryBean
 
AbstractSimpleBeanDefinitionParser - Class in org.springframework.beans.factory.xml
Convenient base class for when there exists a one-to-one mapping between attribute names on the element that is to be parsed and the property names on the Class being configured.
AbstractSimpleBeanDefinitionParser() - Constructor for class org.springframework.beans.factory.xml.AbstractSimpleBeanDefinitionParser
 
AbstractSingleBeanDefinitionParser - Class in org.springframework.beans.factory.xml
Base class for those BeanDefinitionParser implementations that need to parse and define just a single BeanDefinition.
AbstractSingleBeanDefinitionParser() - Constructor for class org.springframework.beans.factory.xml.AbstractSingleBeanDefinitionParser
 
AbstractSingleCheckedElementTag - Class in org.springframework.web.servlet.tags.form
Abstract base class to provide common methods for implementing databinding-aware JSP tags for rendering a single HTML 'input' element with a 'type' of 'checkbox' or 'radio'.
AbstractSingleCheckedElementTag() - Constructor for class org.springframework.web.servlet.tags.form.AbstractSingleCheckedElementTag
 
AbstractSingletonProxyFactoryBean - Class in org.springframework.aop.framework
Convenient superclass for FactoryBean types that produce singleton-scoped proxy objects.
AbstractSingletonProxyFactoryBean() - Constructor for class org.springframework.aop.framework.AbstractSingletonProxyFactoryBean
 
AbstractSlsbInvokerInterceptor - Class in org.springframework.ejb.access
Base class for AOP interceptors invoking local or remote Stateless Session Beans.
AbstractSlsbInvokerInterceptor() - Constructor for class org.springframework.ejb.access.AbstractSlsbInvokerInterceptor
 
AbstractSockJsMessageCodec - Class in org.springframework.web.socket.sockjs.frame
An base class for SockJS message codec that provides an implementation of AbstractSockJsMessageCodec.encode(String[]).
AbstractSockJsMessageCodec() - Constructor for class org.springframework.web.socket.sockjs.frame.AbstractSockJsMessageCodec
 
AbstractSockJsService - Class in org.springframework.web.socket.sockjs.support
An abstract base class for SockJsService implementations that provides SockJS path resolution and handling of static SockJS requests (e.g.
AbstractSockJsService(TaskScheduler) - Constructor for class org.springframework.web.socket.sockjs.support.AbstractSockJsService
 
AbstractSockJsService.SockJsRequestHandler - Interface in org.springframework.web.socket.sockjs.support
 
AbstractSockJsSession - Class in org.springframework.web.socket.sockjs.transport.session
An abstract base class for SockJS sessions implementing SockJsSession.
AbstractSockJsSession(String, SockJsServiceConfig, WebSocketHandler, Map<String, Object>) - Constructor for class org.springframework.web.socket.sockjs.transport.session.AbstractSockJsSession
Create a new instance.
AbstractSockJsSession.State - Enum in org.springframework.web.socket.sockjs.transport.session
 
AbstractSpringPreparerFactory - Class in org.springframework.web.servlet.view.tiles2
Abstract implementation of the Tiles2 org.apache.tiles.preparer.PreparerFactory interface, obtaining the current Spring WebApplicationContext and delegating to AbstractSpringPreparerFactory.getPreparer(String, org.springframework.web.context.WebApplicationContext).
AbstractSpringPreparerFactory() - Constructor for class org.springframework.web.servlet.view.tiles2.AbstractSpringPreparerFactory
 
AbstractSpringPreparerFactory - Class in org.springframework.web.servlet.view.tiles3
Abstract implementation of the Tiles3 org.apache.tiles.preparer.PreparerFactory interface, obtaining the current Spring WebApplicationContext and delegating to AbstractSpringPreparerFactory.getPreparer(String, org.springframework.web.context.WebApplicationContext).
AbstractSpringPreparerFactory() - Constructor for class org.springframework.web.servlet.view.tiles3.AbstractSpringPreparerFactory
 
AbstractSqlParameterSource - Class in org.springframework.jdbc.core.namedparam
Abstract base class for SqlParameterSource implementations.
AbstractSqlParameterSource() - Constructor for class org.springframework.jdbc.core.namedparam.AbstractSqlParameterSource
 
AbstractSqlTypeValue - Class in org.springframework.jdbc.core.support
Abstract implementation of the SqlTypeValue interface, for convenient creation of type values that are supposed to be passed into the PreparedStatement.setObject method.
AbstractSqlTypeValue() - Constructor for class org.springframework.jdbc.core.support.AbstractSqlTypeValue
 
AbstractStandardUpgradeStrategy - Class in org.springframework.web.socket.server.standard
A base class for RequestUpgradeStrategy implementations that build on the standard WebSocket API for Java (JSR-356).
AbstractStandardUpgradeStrategy() - Constructor for class org.springframework.web.socket.server.standard.AbstractStandardUpgradeStrategy
 
AbstractStaxHandler - Class in org.springframework.util.xml
Abstract base class for SAX ContentHandler and LexicalHandler implementations that use StAX as a basis.
AbstractStaxHandler() - Constructor for class org.springframework.util.xml.AbstractStaxHandler
 
AbstractStaxXMLReader - Class in org.springframework.util.xml
Abstract base class for SAX XMLReader implementations that use StAX as a basis.
AbstractStaxXMLReader() - Constructor for class org.springframework.util.xml.AbstractStaxXMLReader
 
AbstractStaxXMLReader.StaxLocator - Class in org.springframework.util.xml
Implementation of the Locator interface that is based on a StAX Location.
AbstractSubscribableChannel - Class in org.springframework.messaging.support
Abstract base class for SubscribableChannel implementations.
AbstractSubscribableChannel() - Constructor for class org.springframework.messaging.support.AbstractSubscribableChannel
 
AbstractSubscriptionRegistry - Class in org.springframework.messaging.simp.broker
Abstract base class for implementations of SubscriptionRegistry that looks up information in messages but delegates to abstract methods for the actual storage and retrieval.
AbstractSubscriptionRegistry() - Constructor for class org.springframework.messaging.simp.broker.AbstractSubscriptionRegistry
 
AbstractTemplateView - Class in org.springframework.web.servlet.view
Adapter base class for template-based view technologies such as Velocity and FreeMarker, with the ability to use request and session attributes in their model and the option to expose helper objects for Spring's Velocity/FreeMarker macro library.
AbstractTemplateView() - Constructor for class org.springframework.web.servlet.view.AbstractTemplateView
 
AbstractTemplateViewResolver - Class in org.springframework.web.servlet.view
Abstract base class for template view resolvers, in particular for Velocity and FreeMarker views.
AbstractTemplateViewResolver() - Constructor for class org.springframework.web.servlet.view.AbstractTemplateViewResolver
 
AbstractTestExecutionListener - Class in org.springframework.test.context.support
Abstract implementation of the TestExecutionListener interface which provides empty method stubs.
AbstractTestExecutionListener() - Constructor for class org.springframework.test.context.support.AbstractTestExecutionListener
 
AbstractTestNGSpringContextTests - Class in org.springframework.test.context.testng
Abstract base test class which integrates the Spring TestContext Framework with explicit ApplicationContext testing support in a TestNG environment.
AbstractTestNGSpringContextTests() - Constructor for class org.springframework.test.context.testng.AbstractTestNGSpringContextTests
Construct a new AbstractTestNGSpringContextTests instance and initialize the internal TestContextManager for the current test.
AbstractThemeResolver - Class in org.springframework.web.servlet.theme
Abstract base class for ThemeResolver implementations.
AbstractThemeResolver() - Constructor for class org.springframework.web.servlet.theme.AbstractThemeResolver
 
AbstractTraceInterceptor - Class in org.springframework.aop.interceptor
Base MethodInterceptor implementation for tracing.
AbstractTraceInterceptor() - Constructor for class org.springframework.aop.interceptor.AbstractTraceInterceptor
 
AbstractTransactionalJUnit4SpringContextTests - Class in org.springframework.test.context.junit4
Abstract transactional extension of AbstractJUnit4SpringContextTests which adds convenience functionality for JDBC access.
AbstractTransactionalJUnit4SpringContextTests() - Constructor for class org.springframework.test.context.junit4.AbstractTransactionalJUnit4SpringContextTests
 
AbstractTransactionalTestNGSpringContextTests - Class in org.springframework.test.context.testng
Abstract transactional extension of AbstractTestNGSpringContextTests which adds convenience functionality for JDBC access.
AbstractTransactionalTestNGSpringContextTests() - Constructor for class org.springframework.test.context.testng.AbstractTransactionalTestNGSpringContextTests
 
AbstractTransactionManagementConfiguration - Class in org.springframework.transaction.annotation
Abstract base @Configuration class providing common structure for enabling Spring's annotation-driven transaction management capability.
AbstractTransactionManagementConfiguration() - Constructor for class org.springframework.transaction.annotation.AbstractTransactionManagementConfiguration
 
AbstractTransactionStatus - Class in org.springframework.transaction.support
Abstract base implementation of the TransactionStatus interface.
AbstractTransactionStatus() - Constructor for class org.springframework.transaction.support.AbstractTransactionStatus
 
AbstractTransactionSupportingCacheManager - Class in org.springframework.cache.transaction
Base class for CacheManager implementations that want to support built-in awareness of Spring-managed transactions.
AbstractTransactionSupportingCacheManager() - Constructor for class org.springframework.cache.transaction.AbstractTransactionSupportingCacheManager
 
AbstractTransportHandler - Class in org.springframework.web.socket.sockjs.transport.handler
 
AbstractTransportHandler() - Constructor for class org.springframework.web.socket.sockjs.transport.handler.AbstractTransportHandler
 
AbstractTypeHierarchyTraversingFilter - Class in org.springframework.core.type.filter
Type filter that is aware of traversing over hierarchy.
AbstractTypeHierarchyTraversingFilter(boolean, boolean) - Constructor for class org.springframework.core.type.filter.AbstractTypeHierarchyTraversingFilter
 
AbstractUrlBasedView - Class in org.springframework.web.servlet.view
Abstract base class for URL-based views.
AbstractUrlBasedView() - Constructor for class org.springframework.web.servlet.view.AbstractUrlBasedView
Constructor for use as a bean.
AbstractUrlBasedView(String) - Constructor for class org.springframework.web.servlet.view.AbstractUrlBasedView
Create a new AbstractUrlBasedView with the given URL.
AbstractUrlHandlerMapping - Class in org.springframework.web.servlet.handler
Abstract base class for URL-mapped HandlerMapping implementations.
AbstractUrlHandlerMapping() - Constructor for class org.springframework.web.servlet.handler.AbstractUrlHandlerMapping
 
AbstractUrlHandlerMapping.PathExposingHandlerInterceptor - Class in org.springframework.web.servlet.handler
Special interceptor for exposing the HandlerMapping.PATH_WITHIN_HANDLER_MAPPING_ATTRIBUTE attribute.
AbstractUrlHandlerMapping.UriTemplateVariablesHandlerInterceptor - Class in org.springframework.web.servlet.handler
Special interceptor for exposing the HandlerMapping.URI_TEMPLATE_VARIABLES_ATTRIBUTE attribute.
AbstractUrlMethodNameResolver - Class in org.springframework.web.servlet.mvc.multiaction
Abstract base class for URL-based MethodNameResolver implementations.
AbstractUrlMethodNameResolver() - Constructor for class org.springframework.web.servlet.mvc.multiaction.AbstractUrlMethodNameResolver
 
AbstractUrlViewController - Class in org.springframework.web.servlet.mvc
Abstract base class for Controllers that return a view name based on the request URL.
AbstractUrlViewController() - Constructor for class org.springframework.web.servlet.mvc.AbstractUrlViewController
 
AbstractView - Class in org.springframework.web.servlet.view
Abstract base class for View implementations.
AbstractView() - Constructor for class org.springframework.web.servlet.view.AbstractView
 
AbstractWebArgumentResolverAdapter - Class in org.springframework.web.method.annotation
An abstract base class adapting a WebArgumentResolver to the HandlerMethodArgumentResolver contract.
AbstractWebArgumentResolverAdapter(WebArgumentResolver) - Constructor for class org.springframework.web.method.annotation.AbstractWebArgumentResolverAdapter
Create a new instance.
AbstractWebSocketClient - Class in org.springframework.web.socket.client
Abstract base class for WebSocketClient implementations.
AbstractWebSocketClient() - Constructor for class org.springframework.web.socket.client.AbstractWebSocketClient
 
AbstractWebSocketHandler - Class in org.springframework.web.socket.handler
A convenient base class for WebSocketHandler implementation with empty methods.
AbstractWebSocketHandler() - Constructor for class org.springframework.web.socket.handler.AbstractWebSocketHandler
 
AbstractWebSocketHandlerRegistration<M> - Class in org.springframework.web.socket.config.annotation
Base class for WebSocketHandlerRegistrations that gathers all the configuration options but allows sub-classes to put together the actual HTTP request mappings.
AbstractWebSocketHandlerRegistration(TaskScheduler) - Constructor for class org.springframework.web.socket.config.annotation.AbstractWebSocketHandlerRegistration
 
AbstractWebSocketMessage<T> - Class in org.springframework.web.socket
A message that can be handled or sent on a WebSocket connection.
AbstractWebSocketMessage(T) - Constructor for class org.springframework.web.socket.AbstractWebSocketMessage
Create a new WebSocket message with the given payload.
AbstractWebSocketMessage(T, boolean) - Constructor for class org.springframework.web.socket.AbstractWebSocketMessage
Create a new WebSocket message given payload representing the full or partial message content.
AbstractWebSocketMessageBrokerConfigurer - Class in org.springframework.web.socket.config.annotation
A convenient abstract base class for WebSocketMessageBrokerConfigurer implementations providing empty method implementations for optional methods.
AbstractWebSocketMessageBrokerConfigurer() - Constructor for class org.springframework.web.socket.config.annotation.AbstractWebSocketMessageBrokerConfigurer
 
AbstractWebSocketSession<T> - Class in org.springframework.web.socket.adapter
An abstract base class for implementations of WebSocketSession.
AbstractWebSocketSession(Map<String, Object>) - Constructor for class org.springframework.web.socket.adapter.AbstractWebSocketSession
Create a new instance and associate the given attributes with it.
AbstractWireFeedHttpMessageConverter<T extends WireFeed> - Class in org.springframework.http.converter.feed
Abstract base class for Atom and RSS Feed message converters, using the ROME tools project.
AbstractWireFeedHttpMessageConverter(MediaType) - Constructor for class org.springframework.http.converter.feed.AbstractWireFeedHttpMessageConverter
 
AbstractXmlApplicationContext - Class in org.springframework.context.support
Convenient base class for ApplicationContext implementations, drawing configuration from XML documents containing bean definitions understood by an XmlBeanDefinitionReader.
AbstractXmlApplicationContext() - Constructor for class org.springframework.context.support.AbstractXmlApplicationContext
Create a new AbstractXmlApplicationContext with no parent.
AbstractXmlApplicationContext(ApplicationContext) - Constructor for class org.springframework.context.support.AbstractXmlApplicationContext
Create a new AbstractXmlApplicationContext with the given parent context.
AbstractXmlHttpMessageConverter<T> - Class in org.springframework.http.converter.xml
Abstract base class for HttpMessageConverters that convert from/to XML.
AbstractXmlHttpMessageConverter() - Constructor for class org.springframework.http.converter.xml.AbstractXmlHttpMessageConverter
Protected constructor that sets the supportedMediaTypes to text/xml and application/xml, and application/*-xml.
AbstractXMLReader - Class in org.springframework.util.xml
Abstract base class for SAX XMLReader implementations.
AbstractXMLReader() - Constructor for class org.springframework.util.xml.AbstractXMLReader
 
AbstractXmlRequestMatcher() - Constructor for class org.springframework.test.web.client.match.ContentRequestMatchers.AbstractXmlRequestMatcher
 
AbstractXMLStreamReader - Class in org.springframework.util.xml
Abstract base class for XMLStreamReaders.
AbstractXMLStreamReader() - Constructor for class org.springframework.util.xml.AbstractXMLStreamReader
 
AbstractXpathRequestMatcher() - Constructor for class org.springframework.test.web.client.match.XpathRequestMatchers.AbstractXpathRequestMatcher
 
acc - Variable in class org.springframework.beans.BeanWrapperImpl
The security context used for invoking the property methods
acc - Variable in class org.springframework.beans.factory.support.DisposableBeanAdapter
 
acc - Variable in class org.springframework.beans.factory.support.SimpleSecurityContextProvider
 
ACC_ABSTRACT - Static variable in interface org.springframework.asm.Opcodes
 
ACC_ANNOTATION - Static variable in interface org.springframework.asm.Opcodes
 
ACC_BRIDGE - Static variable in interface org.springframework.asm.Opcodes
 
ACC_CONSTRUCTOR - Static variable in class org.springframework.asm.MethodWriter
Pseudo access flag used to denote constructors.
ACC_DEPRECATED - Static variable in interface org.springframework.asm.Opcodes
 
ACC_ENUM - Static variable in interface org.springframework.asm.Opcodes
 
ACC_FINAL - Static variable in interface org.springframework.asm.Opcodes
 
ACC_INTERFACE - Static variable in interface org.springframework.asm.Opcodes
 
ACC_MANDATED - Static variable in interface org.springframework.asm.Opcodes
 
ACC_NATIVE - Static variable in interface org.springframework.asm.Opcodes
 
ACC_PRIVATE - Static variable in interface org.springframework.asm.Opcodes
 
ACC_PROTECTED - Static variable in interface org.springframework.asm.Opcodes
 
ACC_PUBLIC - Static variable in interface org.springframework.asm.Opcodes
 
ACC_STATIC - Static variable in interface org.springframework.asm.Opcodes
 
ACC_STRICT - Static variable in interface org.springframework.asm.Opcodes
 
ACC_SUPER - Static variable in interface org.springframework.asm.Opcodes
 
ACC_SYNCHRONIZED - Static variable in interface org.springframework.asm.Opcodes
 
ACC_SYNTHETIC - Static variable in interface org.springframework.asm.Opcodes
 
ACC_SYNTHETIC_ATTRIBUTE - Static variable in class org.springframework.asm.ClassWriter
Pseudo access flag to distinguish between the synthetic attribute and the synthetic access flag.
ACC_TRANSIENT - Static variable in interface org.springframework.asm.Opcodes
 
ACC_VARARGS - Static variable in interface org.springframework.asm.Opcodes
 
ACC_VOLATILE - Static variable in interface org.springframework.asm.Opcodes
 
accept(Method) - Method in class org.springframework.aop.framework.CglibAopProxy.ProxyCallbackFilter
Implementation of CallbackFilter.accept() to return the index of the callback we need.
accept(ClassVisitor, int) - Method in class org.springframework.asm.ClassReader
Makes the given visitor visit the Java class of this ClassReader .
accept(ClassVisitor, Attribute[], int) - Method in class org.springframework.asm.ClassReader
Makes the given visitor visit the Java class of this ClassReader.
accept(Method) - Method in class org.springframework.beans.factory.support.CglibSubclassingInstantiationStrategy.MethodOverrideCallbackFilter
 
accept(Method) - Method in class org.springframework.context.annotation.ConfigurationClassEnhancer.ConditionalCallbackFilter
 
ACCEPT - Static variable in class org.springframework.http.HttpHeaders
 
accept(MediaType...) - Method in class org.springframework.test.web.servlet.request.MockHttpServletRequestBuilder
Set the 'Accept' header to the given media type(s).
accept(String...) - Method in class org.springframework.test.web.servlet.request.MockHttpServletRequestBuilder
Set the 'Accept' header to the given media type(s).
ACCEPT_CHARSET - Static variable in class org.springframework.http.HttpHeaders
 
ACCEPT_CHARSET_ATTRIBUTE - Static variable in class org.springframework.web.servlet.tags.form.FormTag
 
ACCEPT_HEADER - Static variable in class org.springframework.web.accept.HeaderContentNegotiationStrategy
 
acceptCharset - Variable in class org.springframework.web.servlet.tags.form.FormTag
 
acceptClassLoader(ClassLoader) - Static method in class org.springframework.beans.CachedIntrospectionResults
Accept the given ClassLoader as cache-safe, even if its classes would not qualify as cache-safe in this CachedIntrospectionResults class.
acceptedClassLoaders - Static variable in class org.springframework.beans.CachedIntrospectionResults
Set of ClassLoaders that this CachedIntrospectionResults class will always accept classes from, even if the classes do not qualify as cache-safe.
acceptedProtocol - Variable in class org.springframework.web.socket.sockjs.transport.session.AbstractHttpSockJsSession
 
acceptExisting - Variable in class org.springframework.cache.ehcache.EhCacheManagerFactoryBean
 
acceptGzipEncoding - Variable in class org.springframework.remoting.httpinvoker.AbstractHttpInvokerRequestExecutor
 
AcceptHeaderLocaleResolver - Class in org.springframework.web.servlet.i18n
LocaleResolver implementation that simply uses the primary locale specified in the "accept-language" header of the HTTP request (that is, the locale sent by the client browser, normally that of the client's OS).
AcceptHeaderLocaleResolver() - Constructor for class org.springframework.web.servlet.i18n.AcceptHeaderLocaleResolver
 
acceptHeaderRequestCallback(Class<T>) - Method in class org.springframework.web.client.AsyncRestTemplate
Returns a request callback implementation that prepares the request Accept headers based on the given response type and configured message converters.
acceptHeaderRequestCallback(Class<T>) - Method in class org.springframework.web.client.RestTemplate
Returns a request callback implementation that prepares the request Accept headers based on the given response type and configured message converters.
AcceptHeaderRequestCallback(Type) - Constructor for class org.springframework.web.client.RestTemplate.AcceptHeaderRequestCallback
 
acceptMessagesWhileStopping - Variable in class org.springframework.jms.listener.AbstractMessageListenerContainer
 
acceptOnExecution - Variable in class org.springframework.jca.work.SimpleTaskWorkManager.DelegatingWorkAdapter
 
acceptProxyClasses - Variable in class org.springframework.core.ConfigurableObjectInputStream
 
acceptProxyClasses - Variable in class org.springframework.remoting.rmi.RemoteInvocationSerializingExporter
 
acceptsProfiles(String...) - Method in class org.springframework.core.env.AbstractEnvironment
 
acceptsProfiles(String...) - Method in interface org.springframework.core.env.Environment
Return whether one or more of the given profiles is active or, in the case of no explicit active profiles, whether one or more of the given profiles is included in the set of default profiles.
access - Variable in class org.springframework.asm.ClassWriter
The access flags of this class.
access - Variable in class org.springframework.asm.Context
The access flags of the method currently being parsed.
access - Variable in class org.springframework.asm.FieldWriter
Access flags of this field.
access - Variable in class org.springframework.asm.MethodWriter
Access flags of this method.
access - Variable in class org.springframework.core.type.classreading.MethodMetadataReadingVisitor
 
access() - Method in class org.springframework.mock.web.MockHttpSession
 
access() - Method in class org.springframework.mock.web.portlet.MockPortletSession
 
accessArrayElement(Object, int) - Method in class org.springframework.expression.spel.ast.Indexer
 
accessCallParameterMetaData - Variable in class org.springframework.jdbc.core.metadata.CallMetaDataContext
should we access call parameter meta data info or not
AccessException - Exception in org.springframework.expression
An AccessException is thrown by an accessor if it has an unexpected problem.
AccessException(String, Exception) - Constructor for exception org.springframework.expression.AccessException
Create an AccessException with a specific message and cause.
AccessException(String) - Constructor for exception org.springframework.expression.AccessException
Create an AccessException with a specific message.
accesskey - Variable in class org.springframework.web.servlet.tags.form.AbstractHtmlInputElementTag
 
ACCESSKEY_ATTRIBUTE - Static variable in class org.springframework.web.servlet.tags.form.AbstractHtmlInputElementTag
The name of the 'accesskey' attribute.
AccessorLValue(PropertyOrFieldReference, TypedValue, EvaluationContext, boolean) - Constructor for class org.springframework.expression.spel.ast.PropertyOrFieldReference.AccessorLValue
 
accessTableColumnMetaData - Variable in class org.springframework.jdbc.core.metadata.TableMetaDataContext
should we access insert parameter meta data info or not
ACKNOWLEDGE_ATTRIBUTE - Static variable in class org.springframework.jms.config.AbstractListenerContainerParser
 
ACKNOWLEDGE_AUTO - Static variable in class org.springframework.jms.config.AbstractListenerContainerParser
 
ACKNOWLEDGE_CLIENT - Static variable in class org.springframework.jms.config.AbstractListenerContainerParser
 
ACKNOWLEDGE_DUPS_OK - Static variable in class org.springframework.jms.config.AbstractListenerContainerParser
 
ACKNOWLEDGE_TRANSACTED - Static variable in class org.springframework.jms.config.AbstractListenerContainerParser
 
acknowledgeMode - Variable in class org.springframework.jms.listener.endpoint.JmsActivationSpecConfig
 
ACONST_NULL - Static variable in interface org.springframework.asm.Opcodes
 
action - Variable in class org.springframework.web.servlet.tags.form.FormTag
 
ACTION_ATTRIBUTE - Static variable in class org.springframework.web.servlet.tags.form.FormTag
 
ACTION_EXCEPTION_RENDER_PARAMETER - Static variable in class org.springframework.web.portlet.DispatcherPortlet
This render parameter is used to indicate forward to the render phase that an exception occurred during the action phase.
ACTION_EXCEPTION_SESSION_ATTRIBUTE - Static variable in class org.springframework.web.portlet.DispatcherPortlet
Unlike the Servlet version of this class, we have to deal with the two-phase nature of the portlet request.
ActionMapping - Annotation Type in org.springframework.web.portlet.bind.annotation
Annotation for mapping Portlet action requests onto handler methods.
ActionMappingPredicate(String, String[]) - Constructor for class org.springframework.web.portlet.mvc.annotation.DefaultAnnotationHandlerMapping.ActionMappingPredicate
 
actionName - Variable in class org.springframework.web.portlet.mvc.annotation.DefaultAnnotationHandlerMapping.ActionMappingPredicate
 
activate() - Method in class org.springframework.aop.framework.ProxyCreatorSupport
Activate this proxy configuration.
activate() - Method in class org.springframework.mock.jndi.SimpleNamingContextBuilder
Register the context builder by registering it with the JNDI NamingManager.
activated(AdvisedSupport) - Method in interface org.springframework.aop.framework.AdvisedSupportListener
Invoked when the first proxy is created.
activated - Static variable in class org.springframework.mock.jndi.SimpleNamingContextBuilder
An instance of this class bound to JNDI
activateObject(Object) - Method in class org.springframework.aop.target.CommonsPoolTargetSource
 
ACTIVATION_SPEC_FACTORY_ATTRIBUTE - Static variable in class org.springframework.jms.config.JcaListenerContainerParser
 
ACTIVATION_SPEC_IMPL_SUFFIX - Static variable in class org.springframework.jms.listener.endpoint.DefaultJmsActivationSpecFactory
 
ACTIVATION_SPEC_SUFFIX - Static variable in class org.springframework.jms.listener.endpoint.DefaultJmsActivationSpecFactory
 
ActivationMediaTypeFactory() - Constructor for class org.springframework.http.converter.ResourceHttpMessageConverter.ActivationMediaTypeFactory
 
ActivationMediaTypeFactory() - Constructor for class org.springframework.web.servlet.resource.ResourceHttpRequestHandler.ActivationMediaTypeFactory
 
activationSpec - Variable in class org.springframework.jca.endpoint.GenericMessageEndpointManager
 
activationSpecClass - Variable in class org.springframework.jms.listener.endpoint.StandardJmsActivationSpecFactory
 
activationSpecConfig - Variable in class org.springframework.jms.listener.endpoint.JmsMessageEndpointManager
 
activationSpecFactory - Variable in class org.springframework.jms.listener.endpoint.JmsMessageEndpointManager
 
active - Variable in class org.springframework.aop.framework.ProxyCreatorSupport
Set to true when the first AOP proxy has been created
active - Variable in class org.springframework.context.support.AbstractApplicationContext
Flag that indicates whether this context is currently active
active - Variable in class org.springframework.jms.connection.CachingConnectionFactory
 
active - Variable in class org.springframework.jms.listener.AbstractJmsListeningContainer
 
active - Variable in class org.springframework.mock.web.MockHttpServletRequest
 
active - Variable in class org.springframework.mock.web.portlet.MockPortletRequest
 
ACTIVE_PROFILES_PROPERTY_NAME - Static variable in class org.springframework.core.env.AbstractEnvironment
Name of property to set to specify active profiles: "spring.profiles.active".
activeInvokerCount - Variable in class org.springframework.jms.listener.DefaultMessageListenerContainer
 
activeMonitor - Variable in class org.springframework.context.support.AbstractApplicationContext
Synchronization monitor for the "active" flag
activeProfiles - Variable in class org.springframework.core.env.AbstractEnvironment
 
ActiveProfiles - Annotation Type in org.springframework.test.context
ActiveProfiles is a class-level annotation that is used to declare which active bean definition profiles should be used when loading an ApplicationContext for test classes.
activeProfiles - Variable in class org.springframework.test.context.MergedContextConfiguration
 
ActiveProfilesResolver - Interface in org.springframework.test.context
Strategy interface for programmatically resolving which active bean definition profiles should be used when loading an ApplicationContext for a test class.
actual - Variable in exception org.springframework.jdbc.JdbcUpdateAffectedIncorrectNumberOfRowsException
Number of rows that actually were affected
actualCount - Variable in exception org.springframework.jdbc.IncorrectResultSetColumnCountException
 
actualException - Variable in class org.springframework.test.AssertThrows
Deprecated.
 
actualFunctionReturnName - Variable in class org.springframework.jdbc.core.metadata.CallMetaDataContext
Actual name to use for the return value in the output map
actualJobClass - Variable in class org.springframework.scheduling.quartz.JobDetailBean
 
actualName - Variable in class org.springframework.beans.BeanWrapperImpl.PropertyTokenHolder
 
actualObjectNames - Variable in class org.springframework.jmx.access.NotificationListenerRegistrar
 
actualParams - Variable in class org.springframework.web.bind.UnsatisfiedServletRequestParameterException
 
actualRequests - Variable in class org.springframework.test.web.client.MockRestServiceServer
 
actualResources - Variable in class org.springframework.beans.factory.parsing.ImportDefinition
 
actualSessionAttributeNames - Variable in class org.springframework.web.bind.annotation.support.HandlerMethodResolver
 
actualSize - Variable in exception org.springframework.dao.IncorrectResultSizeDataAccessException
 
actualSql - Variable in class org.springframework.jdbc.core.PreparedStatementCreatorFactory.PreparedStatementCreatorImpl
 
actualTransaction - Variable in class org.springframework.transaction.jta.WebSphereUowTransactionManager.UOWActionAdapter
 
actualTransactionActive - Static variable in class org.springframework.transaction.support.TransactionSynchronizationManager
 
actualType - Variable in exception org.springframework.beans.factory.BeanNotOfRequiredTypeException
The offending type
actualType - Variable in exception org.springframework.jndi.TypeMismatchNamingException
 
actualValue - Variable in class org.springframework.web.servlet.support.BindStatus
 
adapt(HttpResponse) - Method in class org.springframework.http.client.HttpComponentsAsyncClientHttpRequest.ClientHttpResponseFuture
 
adapt(S) - Method in class org.springframework.messaging.tcp.reactor.AbstractPromiseToListenableFutureAdapter
 
adapt(T) - Method in class org.springframework.messaging.tcp.reactor.PassThroughPromiseToListenableFutureAdapter
 
adapt(S) - Method in class org.springframework.util.concurrent.FutureAdapter
Adapts the given adaptee's result into T.
adapt(ClientHttpResponse) - Method in class org.springframework.web.client.AsyncRestTemplate.ResponseExtractorFuture
 
AdaptableJobFactory - Class in org.springframework.scheduling.quartz
JobFactory implementation that supports Runnable objects as well as standard Quartz org.quartz.Job instances.
AdaptableJobFactory() - Constructor for class org.springframework.scheduling.quartz.AdaptableJobFactory
 
adaptedExecutor - Variable in class org.springframework.scheduling.concurrent.ConcurrentTaskExecutor
 
adaptedInterceptors - Variable in class org.springframework.web.portlet.handler.AbstractHandlerMapping
 
adaptedInterceptors - Variable in class org.springframework.web.servlet.handler.AbstractHandlerMapping
 
adaptee - Variable in class org.springframework.util.concurrent.FutureAdapter
 
adaptee - Variable in class org.springframework.web.client.AsyncRestTemplate.AsyncRequestCallbackAdapter
 
adaptee - Variable in class org.springframework.web.method.annotation.AbstractWebArgumentResolverAdapter
 
adapter - Variable in class org.springframework.instrument.classloading.jboss.JBossLoadTimeWeaver
 
adapters - Variable in class org.springframework.aop.framework.adapter.DefaultAdvisorAdapterRegistry
 
adapters - Variable in class org.springframework.oxm.jaxb.Jaxb2Marshaller
 
adaptExtensions(List<WebSocketExtension>) - Static method in class org.springframework.web.socket.client.standard.StandardWebSocketClient
 
adaptInnerBeanName(String) - Method in class org.springframework.beans.factory.support.BeanDefinitionValueResolver
Checks the given bean name whether it is unique.
adaptInterceptor(Object) - Method in class org.springframework.web.portlet.handler.AbstractHandlerMapping
Adapt the given interceptor object to the HandlerInterceptor interface.
adaptInterceptor(Object) - Method in class org.springframework.web.servlet.handler.AbstractHandlerMapping
Adapt the given interceptor object to the HandlerInterceptor interface.
adaptInternal(S) - Method in class org.springframework.util.concurrent.FutureAdapter
 
adaptJob(Object) - Method in class org.springframework.scheduling.quartz.AdaptableJobFactory
Adapt the given job object to the Quartz Job interface.
adaptJspWriter(Writer, HttpServletResponse) - Static method in class org.springframework.mock.web.MockBodyContent
 
adaptMBeanIfPossible(Object) - Method in class org.springframework.jmx.export.MBeanExporter
Build an adapted MBean for the given bean instance, if possible.
add(Object) - Method in class org.springframework.beans.factory.groovy.GroovyBeanDefinitionReader.GroovyRuntimeBeanReference.GroovyPropertyValue
 
add(String, Object) - Method in class org.springframework.beans.MutablePropertyValues
Add a PropertyValue object, replacing any existing one for the corresponding property or getting merged with it (if applicable).
add(String, Lifecycle) - Method in class org.springframework.context.support.DefaultLifecycleProcessor.LifecycleGroup
 
add(GenericConverter) - Method in class org.springframework.core.convert.support.GenericConversionService.Converters
 
add(GenericConverter) - Method in class org.springframework.core.convert.support.GenericConversionService.ConvertersForPair
 
add(String, String) - Method in class org.springframework.http.HttpHeaders
Add the given, single header value under the given name.
add(ChannelInterceptor) - Method in class org.springframework.messaging.support.ChannelInterceptorChain
 
add(int, E) - Method in class org.springframework.util.AutoPopulatingList
 
add(E) - Method in class org.springframework.util.AutoPopulatingList
 
add(K, V) - Method in class org.springframework.util.CollectionUtils.MultiValueMapAdapter
 
add(Iterator<E>) - Method in class org.springframework.util.CompositeIterator
Add given iterator to this composite.
add(V) - Method in class org.springframework.util.ConcurrentReferenceHashMap.Entries
Add a new entry with the specified value.
add(K, V) - Method in class org.springframework.util.LinkedMultiValueMap
 
add(K, V) - Method in interface org.springframework.util.MultiValueMap
Add the given single value to the current list of values for the given key.
add(String, String) - Method in class org.springframework.web.socket.WebSocketHttpHeaders
Add the given, single header value under the given name.
ADD_TRANSFORMER_METHOD_NAME - Static variable in class org.springframework.instrument.classloading.ReflectiveLoadTimeWeaver
 
addActiveProfile(String) - Method in class org.springframework.core.env.AbstractEnvironment
 
addActiveProfile(String) - Method in interface org.springframework.core.env.ConfigurableEnvironment
Add a profile to the current set of active profiles.
addAdvice(Advice) - Method in interface org.springframework.aop.framework.Advised
Add the given AOP Alliance advice to the tail of the advice (interceptor) chain.
addAdvice(int, Advice) - Method in interface org.springframework.aop.framework.Advised
Add the given AOP Alliance Advice at the specified position in the advice chain.
addAdvice(Advice) - Method in class org.springframework.aop.framework.AdvisedSupport
 
addAdvice(int, Advice) - Method in class org.springframework.aop.framework.AdvisedSupport
Cannot add introductions this way unless the advice implements IntroductionInfo.
addAdvisor(Advisor) - Method in interface org.springframework.aop.framework.Advised
Add an advisor at the end of the advisor chain.
addAdvisor(int, Advisor) - Method in interface org.springframework.aop.framework.Advised
Add an Advisor at the specified position in the chain.
addAdvisor(Advisor) - Method in class org.springframework.aop.framework.AdvisedSupport
 
addAdvisor(int, Advisor) - Method in class org.springframework.aop.framework.AdvisedSupport
 
addAdvisorInternal(int, Advisor) - Method in class org.springframework.aop.framework.AdvisedSupport
 
addAdvisorOnChainCreation(Object, String) - Method in class org.springframework.aop.framework.ProxyFactoryBean
Invoked when advice chain is created.
addAdvisors(Advisor...) - Method in class org.springframework.aop.framework.AdvisedSupport
Add all of the given advisors to this proxy configuration.
addAdvisors(Collection<Advisor>) - Method in class org.springframework.aop.framework.AdvisedSupport
Add all of the given advisors to this proxy configuration.
addAdvisorsFromAspectInstanceFactory(MetadataAwareAspectInstanceFactory) - Method in class org.springframework.aop.aspectj.annotation.AspectJProxyFactory
Add all Advisors from the supplied MetadataAwareAspectInstanceFactory to the current chain.
addAfter(String, PropertySource<?>) - Method in class org.springframework.core.env.MutablePropertySources
Add the given property source object with precedence immediately lower than than the named relative property source.
addAll(Collection) - Method in class org.springframework.beans.factory.groovy.GroovyBeanDefinitionReader.GroovyRuntimeBeanReference.GroovyPropertyValue
 
addAll(Collection<? extends E>) - Method in class org.springframework.util.AutoPopulatingList
 
addAll(int, Collection<? extends E>) - Method in class org.springframework.util.AutoPopulatingList
 
addAllAttributes(Collection<?>) - Method in class org.springframework.ui.ExtendedModelMap
 
addAllAttributes(Map<String, ?>) - Method in class org.springframework.ui.ExtendedModelMap
 
addAllAttributes(Collection<?>) - Method in interface org.springframework.ui.Model
Copy all attributes in the supplied Collection into this Map, using attribute name generation for each element.
addAllAttributes(Map<String, ?>) - Method in interface org.springframework.ui.Model
Copy all attributes in the supplied Map into this Map.
addAllAttributes(Collection<?>) - Method in class org.springframework.ui.ModelMap
Copy all attributes in the supplied Collection into this Map, using attribute name generation for each element.
addAllAttributes(Map<String, ?>) - Method in class org.springframework.ui.ModelMap
Copy all attributes in the supplied Map into this Map.
addAllAttributes(Map<String, ?>) - Method in class org.springframework.web.method.support.ModelAndViewContainer
Copy all attributes to the underlying model.
addAllAttributes(Collection<?>) - Method in interface org.springframework.web.servlet.mvc.support.RedirectAttributes
 
addAllAttributes(Collection<?>) - Method in class org.springframework.web.servlet.mvc.support.RedirectAttributesModelMap
Copy all attributes in the supplied Collection into this Map, using attribute name generation for each element.
addAllAttributes(Map<String, ?>) - Method in class org.springframework.web.servlet.mvc.support.RedirectAttributesModelMap
Copy all attributes in the supplied Map into this Map.
addAllErrors(Errors) - Method in class org.springframework.validation.AbstractBindingResult
 
addAllErrors(Errors) - Method in exception org.springframework.validation.BindException
 
addAllErrors(Errors) - Method in interface org.springframework.validation.Errors
Add all errors from the given Errors instance to this Errors instance.
addAllErrors(Errors) - Method in class org.springframework.web.bind.EscapedErrors
 
addAllObjects(Map<String, ?>) - Method in class org.springframework.web.portlet.ModelAndView
Add all attributes contained in the provided Map to the model.
addAllObjects(Map<String, ?>) - Method in class org.springframework.web.servlet.ModelAndView
Add all attributes contained in the provided Map to the model.
addAnnotatedClasses(Class<?>...) - Method in class org.springframework.orm.hibernate4.LocalSessionFactoryBuilder
Add the given annotated classes in a batch.
addAnnotationsToMap(Map<Class<? extends Annotation>, Annotation>, AnnotatedElement) - Method in class org.springframework.core.convert.Property
 
addApplicationListener(ApplicationListener<?>) - Method in interface org.springframework.context.ConfigurableApplicationContext
Add a new ApplicationListener that will be notified on context events such as context refresh and context shutdown.
addApplicationListener(ApplicationListener<?>) - Method in class org.springframework.context.event.AbstractApplicationEventMulticaster
 
addApplicationListener(ApplicationListener<?>) - Method in interface org.springframework.context.event.ApplicationEventMulticaster
Add a listener to be notified of all events.
addApplicationListener(ApplicationListener<?>) - Method in class org.springframework.context.support.AbstractApplicationContext
 
addApplicationListenerBean(String) - Method in class org.springframework.context.event.AbstractApplicationEventMulticaster
 
addApplicationListenerBean(String) - Method in interface org.springframework.context.event.ApplicationEventMulticaster
Add a listener bean to be notified of all events.
addArgument(Object) - Method in interface org.springframework.web.servlet.tags.ArgumentAware
Callback hook for nested spring:argument tags to pass their value to the parent tag.
addArgument(Object) - Method in class org.springframework.web.servlet.tags.MessageTag
 
addArgumentResolvers(List<HandlerMethodArgumentResolver>) - Method in class org.springframework.test.web.servlet.setup.StandaloneMockMvcBuilder.StandaloneConfiguration
 
addArgumentResolvers(List<HandlerMethodArgumentResolver>) - Method in class org.springframework.web.servlet.config.annotation.DelegatingWebMvcConfiguration
 
addArgumentResolvers(List<HandlerMethodArgumentResolver>) - Method in class org.springframework.web.servlet.config.annotation.WebMvcConfigurationSupport
Add custom HandlerMethodArgumentResolvers to use in addition to the ones registered by default.
addArgumentResolvers(List<HandlerMethodArgumentResolver>) - Method in interface org.springframework.web.servlet.config.annotation.WebMvcConfigurer
Add resolvers to support custom controller method argument types.
addArgumentResolvers(List<HandlerMethodArgumentResolver>) - Method in class org.springframework.web.servlet.config.annotation.WebMvcConfigurerAdapter
Add resolvers to support custom controller method argument types.
addArgumentResolvers(List<HandlerMethodArgumentResolver>) - Method in class org.springframework.web.servlet.config.annotation.WebMvcConfigurerComposite
 
addArgumentValues(ConstructorArgumentValues) - Method in class org.springframework.beans.factory.config.ConstructorArgumentValues
Copy all given argument values into this object, using separate holder instances to keep the values independent from the original object.
addAspect(Object) - Method in class org.springframework.aop.aspectj.annotation.AspectJProxyFactory
Add the supplied aspect instance to the chain.
addAspect(Class<?>) - Method in class org.springframework.aop.aspectj.annotation.AspectJProxyFactory
Add an aspect of the supplied type to the end of the advice chain.
addAtIndex(int, PropertySource<?>) - Method in class org.springframework.core.env.MutablePropertySources
Add the given property source at a particular index in the list.
addAttachment(String, DataSource) - Method in class org.springframework.mail.javamail.MimeMessageHelper
Add an attachment to the MimeMessage, taking the content from a javax.activation.DataSource.
addAttachment(String, File) - Method in class org.springframework.mail.javamail.MimeMessageHelper
Add an attachment to the MimeMessage, taking the content from a java.io.File.
addAttachment(String, InputStreamSource) - Method in class org.springframework.mail.javamail.MimeMessageHelper
Add an attachment to the MimeMessage, taking the content from an org.springframework.core.io.InputStreamResource.
addAttachment(String, InputStreamSource, String) - Method in class org.springframework.mail.javamail.MimeMessageHelper
Add an attachment to the MimeMessage, taking the content from an org.springframework.core.io.InputStreamResource.
addAttachment(String, DataHandler) - Method in interface org.springframework.oxm.mime.MimeContainer
Add the given data handler as an attachment to this container.
addAttribute(String, Serializable) - Method in class org.springframework.remoting.support.RemoteInvocation
Add an additional invocation attribute.
addAttribute(String, Object) - Method in class org.springframework.ui.ExtendedModelMap
 
addAttribute(Object) - Method in class org.springframework.ui.ExtendedModelMap
 
addAttribute(String, Object) - Method in interface org.springframework.ui.Model
Add the supplied attribute under the supplied name.
addAttribute(Object) - Method in interface org.springframework.ui.Model
Add the supplied attribute to this Map using a generated name.
addAttribute(String, Object) - Method in class org.springframework.ui.ModelMap
Add the supplied attribute under the supplied name.
addAttribute(Object) - Method in class org.springframework.ui.ModelMap
Add the supplied attribute to this Map using a generated name.
addAttribute(String, Object) - Method in class org.springframework.web.method.support.ModelAndViewContainer
Add the supplied attribute to the underlying model.
addAttribute(Object) - Method in class org.springframework.web.method.support.ModelAndViewContainer
Add the supplied attribute to the underlying model.
addAttribute(String, Object) - Method in interface org.springframework.web.servlet.mvc.support.RedirectAttributes
 
addAttribute(Object) - Method in interface org.springframework.web.servlet.mvc.support.RedirectAttributes
 
addAttribute(String, Object) - Method in class org.springframework.web.servlet.mvc.support.RedirectAttributesModelMap
Add the supplied attribute under the supplied name.
addAttribute(Object) - Method in class org.springframework.web.servlet.mvc.support.RedirectAttributesModelMap
Add the supplied attribute to this Map using a generated name.
addAttributesIfNotNull(Set<AnnotationAttributes>, Map<String, Object>) - Static method in class org.springframework.context.annotation.AnnotationConfigUtils
 
addAttributeToMap(Map<String, Object>, String, Object) - Static method in class org.springframework.test.web.servlet.request.MockHttpServletRequestBuilder
 
addBcc(InternetAddress) - Method in class org.springframework.mail.javamail.MimeMessageHelper
 
addBcc(String, String) - Method in class org.springframework.mail.javamail.MimeMessageHelper
 
addBean(String, Object) - Method in class org.springframework.beans.factory.support.StaticListableBeanFactory
Add a new singleton bean.
addBean(String, Object) - Method in class org.springframework.test.web.servlet.setup.StubWebApplicationContext
 
addBeanFactoryPostProcessor(BeanFactoryPostProcessor) - Method in interface org.springframework.context.ConfigurableApplicationContext
Add a new BeanFactoryPostProcessor that will get applied to the internal bean factory of this application context on refresh, before any of the bean definitions get evaluated.
addBeanFactoryPostProcessor(BeanFactoryPostProcessor) - Method in class org.springframework.context.support.AbstractApplicationContext
 
addBeanMethod(BeanMethod) - Method in class org.springframework.context.annotation.ConfigurationClass
 
addBeanPostProcessor(BeanPostProcessor) - Method in interface org.springframework.beans.factory.config.ConfigurableBeanFactory
Add a new BeanPostProcessor that will get applied to beans created by this factory.
addBeanPostProcessor(BeanPostProcessor) - Method in class org.springframework.beans.factory.support.AbstractBeanFactory
 
addBeans(List<?>) - Method in class org.springframework.test.web.servlet.setup.StubWebApplicationContext
 
addBefore(String, PropertySource<?>) - Method in class org.springframework.core.env.MutablePropertySources
Add the given property source object with precedence immediately higher than the named relative property source.
addBindValues(MutablePropertyValues, ServletRequest) - Method in class org.springframework.web.bind.ServletRequestDataBinder
Extension point that subclasses can use to add extra bind values for a request.
addBindValues(MutablePropertyValues, ServletRequest) - Method in class org.springframework.web.servlet.mvc.method.annotation.ExtendedServletRequestDataBinder
Merge URI variables into the property values to use for data binding.
addCache(Cache) - Method in class org.springframework.cache.support.AbstractCacheManager
 
addCacheHeaders(ServerHttpResponse) - Method in class org.springframework.web.socket.sockjs.support.AbstractSockJsService
 
addCacheMethod(String, Collection<CacheOperation>) - Method in class org.springframework.cache.interceptor.NameMatchCacheOperationSource
Add an attribute for a cacheable method.
addCallback(ListenableFutureCallback<? super ClientHttpResponse>) - Method in class org.springframework.http.client.HttpComponentsAsyncClientHttpRequest.ClientHttpResponseFuture
 
addCallback(ListenableFutureCallback<? super ClientHttpResponse>) - Method in class org.springframework.http.client.HttpComponentsAsyncClientHttpRequest.HttpResponseFutureCallback
 
addCallback(ListenableFutureCallback<? super T>) - Method in class org.springframework.messaging.tcp.reactor.AbstractPromiseToListenableFutureAdapter
 
addCallback(ListenableFutureCallback<? super T>) - Method in interface org.springframework.util.concurrent.ListenableFuture
Registers the given callback to this ListenableFuture.
addCallback(ListenableFutureCallback<? super T>) - Method in class org.springframework.util.concurrent.ListenableFutureAdapter
 
addCallback(ListenableFutureCallback<? super T>) - Method in class org.springframework.util.concurrent.ListenableFutureCallbackRegistry
Adds the given callback to this registry.
addCallback(ListenableFutureCallback<? super T>) - Method in class org.springframework.util.concurrent.ListenableFutureTask
 
addCc(InternetAddress) - Method in class org.springframework.mail.javamail.MimeMessageHelper
 
addCc(String, String) - Method in class org.springframework.mail.javamail.MimeMessageHelper
 
addCode(Collection<String>, String, String, String) - Method in class org.springframework.validation.DefaultMessageCodesResolver
 
addCodes(Collection<String>, String, String, Iterable<String>) - Method in class org.springframework.validation.DefaultMessageCodesResolver
 
addCollectionConverters(ConverterRegistry) - Static method in class org.springframework.core.convert.support.DefaultConversionService
 
addComparator(Comparator<? extends T>) - Method in class org.springframework.util.comparator.CompoundComparator
Add a Comparator to the end of the chain.
addComparator(Comparator<? extends T>, boolean) - Method in class org.springframework.util.comparator.CompoundComparator
Add a Comparator to the end of the chain using the provided sort order.
addCompletionHandler(Runnable) - Method in interface org.springframework.web.context.request.async.AsyncWebRequest
Add a handle to invoke when request processing completes.
addCompletionHandler(Runnable) - Method in class org.springframework.web.context.request.async.NoSupportAsyncWebRequest
 
addCompletionHandler(Runnable) - Method in class org.springframework.web.context.request.async.StandardServletAsyncWebRequest
 
addConnection(Connection) - Method in class org.springframework.jms.connection.JmsResourceHolder
 
addConstructorArg(Object) - Method in class org.springframework.beans.factory.support.BeanDefinitionBuilder
Deprecated.
addConstructorArgReference(String) - Method in class org.springframework.beans.factory.support.BeanDefinitionBuilder
Add a reference to a named bean as a constructor arg.
addConstructorArgValue(Object) - Method in class org.springframework.beans.factory.support.BeanDefinitionBuilder
Add an indexed constructor arg value.
addConstructorResolver(ConstructorResolver) - Method in class org.springframework.expression.spel.support.StandardEvaluationContext
 
addContainerRuntimeOption(String, String) - Method in class org.springframework.mock.web.portlet.MockPortletConfig
 
addContainerRuntimeOption(String, String[]) - Method in class org.springframework.mock.web.portlet.MockPortletConfig
 
addContainerRuntimeOption(String) - Method in class org.springframework.mock.web.portlet.MockPortletContext
 
addConverter(Converter<?, ?>) - Method in interface org.springframework.core.convert.converter.ConverterRegistry
Add a plain converter to this registry.
addConverter(Class<?>, Class<?>, Converter<?, ?>) - Method in interface org.springframework.core.convert.converter.ConverterRegistry
Add a plain converter to this registry.
addConverter(GenericConverter) - Method in interface org.springframework.core.convert.converter.ConverterRegistry
Add a generic converter to this registry.
addConverter(Converter<?, ?>) - Method in class org.springframework.core.convert.support.GenericConversionService
 
addConverter(Class<?>, Class<?>, Converter<?, ?>) - Method in class org.springframework.core.convert.support.GenericConversionService
 
addConverter(GenericConverter) - Method in class org.springframework.core.convert.support.GenericConversionService
 
addConverterFactory(ConverterFactory<?, ?>) - Method in interface org.springframework.core.convert.converter.ConverterRegistry
Add a ranged converter factory to this registry.
addConverterFactory(ConverterFactory<?, ?>) - Method in class org.springframework.core.convert.support.GenericConversionService
 
addCookie(Cookie) - Method in class org.springframework.mock.web.MockHttpServletResponse
 
addCookie(HttpServletResponse, String) - Method in class org.springframework.web.util.CookieGenerator
Add a cookie with the given value to the response, using the cookie descriptor settings of this generator.
addCorsHeaders(ServerHttpRequest, ServerHttpResponse, HttpMethod...) - Method in class org.springframework.web.socket.sockjs.support.AbstractSockJsService
 
addCronTask(Runnable, String) - Method in class org.springframework.scheduling.config.ScheduledTaskRegistrar
Add a Runnable task to be triggered per the given cron expression
addCronTask(CronTask) - Method in class org.springframework.scheduling.config.ScheduledTaskRegistrar
Add a CronTask.
addCustomProperty(String, Object) - Method in class org.springframework.remoting.jaxws.JaxWsPortClientInterceptor
Add a custom property to this JAX-WS BindingProvider.
addDataSource(String, DataSource) - Method in class org.springframework.jdbc.datasource.lookup.MapDataSourceLookup
Add the supplied DataSource to the map of DataSources maintained by this object.
addDateConverters(ConverterRegistry) - Static method in class org.springframework.format.datetime.DateFormatterRegistrar
Add date converters to the specified registry.
addDateHeader(String, long) - Method in class org.springframework.mock.web.MockHttpServletResponse
 
addDeclaredParameter(SqlParameter) - Method in class org.springframework.jdbc.core.simple.AbstractJdbcCall
Add a declared parameter to the list of parameters for the call.
addDeclaredRowMapper(String, RowMapper<?>) - Method in class org.springframework.jdbc.core.simple.AbstractJdbcCall
Add a RowMapper for the specified parameter or column.
addDefaultConverters(GenericConversionService) - Static method in class org.springframework.core.convert.support.ConversionServiceFactory
addDefaultConverters(ConverterRegistry) - Static method in class org.springframework.core.convert.support.DefaultConversionService
Add converters appropriate for most environments.
addDefaultFormatters(FormatterRegistry) - Static method in class org.springframework.format.support.DefaultFormattingConversionService
Add formatters appropriate for most environments, including number formatters and a Joda-Time date formatter if Joda-Time is present on the classpath.
addDefaultHandlerExceptionResolvers(List<HandlerExceptionResolver>) - Method in class org.springframework.web.servlet.config.annotation.WebMvcConfigurationSupport
A method available to subclasses for adding default HandlerExceptionResolvers.
addDefaultHttpMessageConverters(List<HttpMessageConverter<?>>) - Method in class org.springframework.web.servlet.config.annotation.WebMvcConfigurationSupport
Adds a set of default HttpMessageConverter instances to the given list.
addDefaultScripts() - Method in class org.springframework.jdbc.datasource.embedded.EmbeddedDatabaseBuilder
Add default SQL scripts to execute to populate the database.
addDeferredProperty(String, Object) - Method in class org.springframework.beans.factory.groovy.GroovyBeanDefinitionReader
 
addDelegate(PersistenceExceptionTranslator) - Method in class org.springframework.dao.support.ChainedPersistenceExceptionTranslator
Add a PersistenceExceptionTranslator to the chained delegate list.
addDelegate(ExceptionListener) - Method in class org.springframework.jms.connection.ChainedExceptionListener
Add an ExceptionListener to the chained delegate list.
addDependsOn(String) - Method in class org.springframework.beans.factory.support.BeanDefinitionBuilder
Append the specified bean name to the list of beans that this definition depends on.
addDeserializers(SimpleModule) - Method in class org.springframework.http.converter.json.Jackson2ObjectMapperFactoryBean
 
addDiscoverer(ParameterNameDiscoverer) - Method in class org.springframework.core.PrioritizedParameterNameDiscoverer
Add a further ParameterNameDiscoverer to the list of discoverers that this PrioritizedParameterNameDiscoverer checks.
addDispatchHandler(Runnable) - Method in class org.springframework.mock.web.MockAsyncContext
 
addEmbeddedValueResolver(StringValueResolver) - Method in interface org.springframework.beans.factory.config.ConfigurableBeanFactory
Add a String resolver for embedded values such as annotation attributes.
addEmbeddedValueResolver(StringValueResolver) - Method in class org.springframework.beans.factory.support.AbstractBeanFactory
 
addEndpoint(String...) - Method in interface org.springframework.web.socket.config.annotation.StompEndpointRegistry
Register a STOMP over WebSocket endpoint at the given mapping path.
addEndpoint(String...) - Method in class org.springframework.web.socket.config.annotation.WebMvcStompEndpointRegistry
 
addEntry(Reference<?>, WeakReferenceMonitor.ReleaseListener) - Static method in class org.springframework.util.WeakReferenceMonitor
Add entry to internal map of tracked entries.
addError(ObjectError) - Method in class org.springframework.validation.AbstractBindingResult
 
addError(ObjectError) - Method in exception org.springframework.validation.BindException
 
addError(ObjectError) - Method in interface org.springframework.validation.BindingResult
Add a custom ObjectError or FieldError to the errors list.
addExceptionMapping(Class<? extends Throwable>, Method) - Method in class org.springframework.web.method.annotation.ExceptionHandlerMethodResolver
 
addExcludeFilter(TypeFilter) - Method in class org.springframework.context.annotation.ClassPathScanningCandidateComponentProvider
Add an exclude type filter to the front of the exclusion list.
addFile(MultipartFile) - Method in class org.springframework.mock.web.MockMultipartHttpServletRequest
Add a file to this request.
addFile(MultipartFile) - Method in class org.springframework.mock.web.portlet.MockMultipartActionRequest
Add a file to this request.
addFileExtensionResolvers(MediaTypeFileExtensionResolver...) - Method in class org.springframework.web.accept.ContentNegotiationManager
Add MediaTypeFileExtensionResolver instances.
addFilter(String, String) - Method in class org.springframework.mock.web.MockServletContext
 
addFilter(String, Filter) - Method in class org.springframework.mock.web.MockServletContext
 
addFilter(String, Class<? extends Filter>) - Method in class org.springframework.mock.web.MockServletContext
 
addFilter(Filter, String...) - Method in class org.springframework.test.web.servlet.setup.AbstractMockMvcBuilder
Add a filter mapped to a specific set of patterns.
addFilters(Filter...) - Method in class org.springframework.test.web.servlet.setup.AbstractMockMvcBuilder
Add filters mapped to any request (i.e.
addFirst(PropertySource<?>) - Method in class org.springframework.core.env.MutablePropertySources
Add the given property source object with highest precedence.
addFixedDelayTask(Runnable, long) - Method in class org.springframework.scheduling.config.ScheduledTaskRegistrar
Add a Runnable task to be triggered with the given fixed delay.
addFixedDelayTask(IntervalTask) - Method in class org.springframework.scheduling.config.ScheduledTaskRegistrar
Add a fixed-delay IntervalTask.
addFixedRateTask(Runnable, long) - Method in class org.springframework.scheduling.config.ScheduledTaskRegistrar
Add a Runnable task to be triggered at the given fixed-rate period.
addFixedRateTask(IntervalTask) - Method in class org.springframework.scheduling.config.ScheduledTaskRegistrar
Add a fixed-rate IntervalTask.
addFlashAttribute(String, Object) - Method in interface org.springframework.web.servlet.mvc.support.RedirectAttributes
Add the given flash attribute.
addFlashAttribute(Object) - Method in interface org.springframework.web.servlet.mvc.support.RedirectAttributes
Add the given flash storage using a generated name.
addFlashAttribute(String, Object) - Method in class org.springframework.web.servlet.mvc.support.RedirectAttributesModelMap
 
addFlashAttribute(Object) - Method in class org.springframework.web.servlet.mvc.support.RedirectAttributesModelMap
 
addFormatter(Formatter<?>) - Method in interface org.springframework.format.FormatterRegistry
Adds a Formatter to format fields of a specific type.
addFormatter(Formatter<?>) - Method in class org.springframework.format.support.FormattingConversionService
 
addFormatterForFieldAnnotation(AnnotationFormatterFactory<? extends Annotation>) - Method in interface org.springframework.format.FormatterRegistry
Adds a Formatter to format fields annotated with a specific format annotation.
addFormatterForFieldAnnotation(AnnotationFormatterFactory) - Method in class org.springframework.format.support.FormattingConversionService
 
addFormatterForFields(FormatterRegistry, Printer<?>, Parser<?>, Class<?>...) - Method in class org.springframework.format.datetime.joda.JodaTimeFormatterRegistrar
 
addFormatterForFieldType(Class<?>, Formatter<?>) - Method in interface org.springframework.format.FormatterRegistry
Adds a Formatter to format fields of the given type.
addFormatterForFieldType(Class<?>, Printer<?>, Parser<?>) - Method in interface org.springframework.format.FormatterRegistry
Adds a Printer/Parser pair to format fields of a specific type.
addFormatterForFieldType(Class<?>, Formatter<?>) - Method in class org.springframework.format.support.FormattingConversionService
 
addFormatterForFieldType(Class<?>, Printer<?>, Parser<?>) - Method in class org.springframework.format.support.FormattingConversionService
 
addFormatters(FormatterRegistry) - Method in class org.springframework.web.servlet.config.annotation.DelegatingWebMvcConfiguration
 
addFormatters(FormatterRegistry) - Method in class org.springframework.web.servlet.config.annotation.WebMvcConfigurationSupport
Override this method to add custom Converters and Formatters.
addFormatters(FormatterRegistry) - Method in interface org.springframework.web.servlet.config.annotation.WebMvcConfigurer
Add Converters and Formatters in addition to the ones registered by default.
addFormatters(FormatterRegistry) - Method in class org.springframework.web.servlet.config.annotation.WebMvcConfigurerAdapter
Add Converters and Formatters in addition to the ones registered by default.
addFormatters(FormatterRegistry) - Method in class org.springframework.web.servlet.config.annotation.WebMvcConfigurerComposite
 
addGenericArgumentValue(Object) - Method in class org.springframework.beans.factory.config.ConstructorArgumentValues
Add a generic argument value to be matched by type.
addGenericArgumentValue(Object, String) - Method in class org.springframework.beans.factory.config.ConstructorArgumentValues
Add a generic argument value to be matched by type.
addGenericArgumentValue(ConstructorArgumentValues.ValueHolder) - Method in class org.springframework.beans.factory.config.ConstructorArgumentValues
Add a generic argument value to be matched by type or name (if available).
addGlobalAdvisor(ListableBeanFactory, String) - Method in class org.springframework.aop.framework.ProxyFactoryBean
Add all global interceptors and pointcuts.
addHandler(HandlerMethodReturnValueHandler) - Method in class org.springframework.messaging.handler.invocation.HandlerMethodReturnValueHandlerComposite
addHandler(HandlerMethodReturnValueHandler) - Method in class org.springframework.web.method.support.HandlerMethodReturnValueHandlerComposite
addHandler(WebSocketHandler, String...) - Method in class org.springframework.web.socket.config.annotation.AbstractWebSocketHandlerRegistration
 
addHandler(WebSocketHandler, String...) - Method in class org.springframework.web.socket.config.annotation.ServletWebSocketHandlerRegistry
 
addHandler(WebSocketHandler, String...) - Method in interface org.springframework.web.socket.config.annotation.WebSocketHandlerRegistration
Add more handlers that will share the same configuration (interceptors, SockJS config, etc)
addHandler(WebSocketHandler, String...) - Method in interface org.springframework.web.socket.config.annotation.WebSocketHandlerRegistry
Configure a WebSocketHandler at the specified URL paths.
addHandlers(List<? extends HandlerMethodReturnValueHandler>) - Method in class org.springframework.messaging.handler.invocation.HandlerMethodReturnValueHandlerComposite
addHandlers(List<? extends HandlerMethodReturnValueHandler>) - Method in class org.springframework.web.method.support.HandlerMethodReturnValueHandlerComposite
addHeader(String, Object) - Method in class org.springframework.mock.web.MockHttpServletRequest
Add a header entry for the given name.
addHeader(String, String) - Method in class org.springframework.mock.web.MockHttpServletResponse
 
addHeaders(HttpUriRequest, HttpHeaders) - Static method in class org.springframework.http.client.HttpComponentsClientHttpRequest
Add the given headers to the given HTTP request.
addHeaderValue(String, Object) - Method in class org.springframework.mock.web.MockHttpServletResponse
 
addImportBeanDefinitionRegistrar(ImportBeanDefinitionRegistrar, AnnotationMetadata) - Method in class org.springframework.context.annotation.ConfigurationClass
 
addImportedResource(String, Class<? extends BeanDefinitionReader>) - Method in class org.springframework.context.annotation.ConfigurationClass
 
addIncludedUrl(String) - Method in class org.springframework.mock.web.MockHttpServletResponse
 
addIncludeFilter(TypeFilter) - Method in class org.springframework.context.annotation.ClassPathScanningCandidateComponentProvider
Add an include type filter to the end of the inclusion list.
addIncludePatterns(Element, ParserContext, BeanDefinition) - Method in class org.springframework.aop.config.AspectJAutoProxyBeanDefinitionParser
 
addIndexedArgumentValue(int, Object) - Method in class org.springframework.beans.factory.config.ConstructorArgumentValues
Add an argument value for the given index in the constructor argument list.
addIndexedArgumentValue(int, Object, String) - Method in class org.springframework.beans.factory.config.ConstructorArgumentValues
Add an argument value for the given index in the constructor argument list.
addIndexedArgumentValue(int, ConstructorArgumentValues.ValueHolder) - Method in class org.springframework.beans.factory.config.ConstructorArgumentValues
Add an argument value for the given index in the constructor argument list.
addInitParameter(String, String) - Method in class org.springframework.mock.web.MockFilterConfig
 
addInitParameter(String, String) - Method in class org.springframework.mock.web.MockServletConfig
 
addInitParameter(String, String) - Method in class org.springframework.mock.web.MockServletContext
 
addInitParameter(String, String) - Method in class org.springframework.mock.web.portlet.MockPortletConfig
 
addInitParameter(String, String) - Method in class org.springframework.mock.web.portlet.MockPortletContext
 
addInline(String, DataSource) - Method in class org.springframework.mail.javamail.MimeMessageHelper
Add an inline element to the MimeMessage, taking the content from a javax.activation.DataSource.
addInline(String, File) - Method in class org.springframework.mail.javamail.MimeMessageHelper
Add an inline element to the MimeMessage, taking the content from a java.io.File.
addInline(String, Resource) - Method in class org.springframework.mail.javamail.MimeMessageHelper
Add an inline element to the MimeMessage, taking the content from a org.springframework.core.io.Resource.
addInline(String, InputStreamSource, String) - Method in class org.springframework.mail.javamail.MimeMessageHelper
Add an inline element to the MimeMessage, taking the content from an org.springframework.core.InputStreamResource, and specifying the content type explicitly.
addInterceptor(ChannelInterceptor) - Method in class org.springframework.messaging.support.AbstractMessageChannel
Add a channel interceptor to the end of the list.
addInterceptor(HandlerInterceptor) - Method in class org.springframework.web.portlet.HandlerExecutionChain
 
addInterceptor(HandlerInterceptor) - Method in class org.springframework.web.servlet.config.annotation.InterceptorRegistry
Adds the provided HandlerInterceptor.
addInterceptor(HandlerInterceptor) - Method in class org.springframework.web.servlet.HandlerExecutionChain
 
addInterceptorNameToList(String, BeanDefinition) - Method in class org.springframework.aop.config.AbstractInterceptorDrivenBeanDefinitionDecorator
 
addInterceptors(HandlerInterceptor...) - Method in class org.springframework.test.web.servlet.setup.StandaloneMockMvcBuilder
Add interceptors mapped to all incoming requests.
addInterceptors(InterceptorRegistry) - Method in class org.springframework.test.web.servlet.setup.StandaloneMockMvcBuilder.StandaloneConfiguration
 
addInterceptors(HandlerInterceptor[]) - Method in class org.springframework.web.portlet.HandlerExecutionChain
 
addInterceptors(InterceptorRegistry) - Method in class org.springframework.web.servlet.config.annotation.DelegatingWebMvcConfiguration
 
addInterceptors(InterceptorRegistry) - Method in class org.springframework.web.servlet.config.annotation.WebMvcConfigurationSupport
Override this method to add Spring MVC interceptors for pre- and post-processing of controller invocation.
addInterceptors(InterceptorRegistry) - Method in interface org.springframework.web.servlet.config.annotation.WebMvcConfigurer
Add Spring MVC lifecycle interceptors for pre- and post-processing of controller method invocations.
addInterceptors(InterceptorRegistry) - Method in class org.springframework.web.servlet.config.annotation.WebMvcConfigurerAdapter
Add Spring MVC lifecycle interceptors for pre- and post-processing of controller method invocations.
addInterceptors(InterceptorRegistry) - Method in class org.springframework.web.servlet.config.annotation.WebMvcConfigurerComposite
 
addInterceptors(HandlerInterceptor[]) - Method in class org.springframework.web.servlet.HandlerExecutionChain
 
addInterceptors(HandshakeInterceptor...) - Method in class org.springframework.web.socket.config.annotation.AbstractWebSocketHandlerRegistration
 
addInterceptors(HandshakeInterceptor...) - Method in interface org.springframework.web.socket.config.annotation.WebSocketHandlerRegistration
Configure interceptors for the handshake request.
addInterface(Class<?>) - Method in class org.springframework.aop.framework.AdvisedSupport
Add a new proxied interface.
addInterface(Class<?>) - Method in class org.springframework.aop.support.DefaultIntroductionAdvisor
Add the specified interface to the list of interfaces to introduce.
addIntHeader(String, int) - Method in class org.springframework.mock.web.MockHttpServletResponse
 
additionalFilters - Variable in class org.springframework.web.filter.CompositeFilter.VirtualFilterChain
 
addJarFileUrl(URL) - Method in class org.springframework.orm.jpa.persistenceunit.MutablePersistenceUnitInfo
 
addJobToScheduler(JobDetail) - Method in class org.springframework.scheduling.quartz.SchedulerAccessor
Add the given job to the Scheduler, if it doesn't already exist.
addLast(PropertySource<?>) - Method in class org.springframework.core.env.MutablePropertySources
Add the given property source object with lowest precedence.
addListener(AdvisedSupportListener) - Method in class org.springframework.aop.framework.ProxyCreatorSupport
Add the given AdvisedSupportListener to this proxy configuration.
addListener(AsyncListener) - Method in class org.springframework.mock.web.MockAsyncContext
 
addListener(AsyncListener, ServletRequest, ServletResponse) - Method in class org.springframework.mock.web.MockAsyncContext
 
addListener(Class<? extends EventListener>) - Method in class org.springframework.mock.web.MockServletContext
 
addListener(String) - Method in class org.springframework.mock.web.MockServletContext
 
addListener(T) - Method in class org.springframework.mock.web.MockServletContext
 
addLocale(Locale) - Method in class org.springframework.mock.web.portlet.MockPortletRequest
 
addManagedClassName(String) - Method in class org.springframework.orm.jpa.persistenceunit.MutablePersistenceUnitInfo
 
addMappedInterceptors(String[], HandlerInterceptor...) - Method in class org.springframework.test.web.servlet.setup.StandaloneMockMvcBuilder
Add interceptors mapped to a set of path patterns.
addMapping(String, MediaType) - Method in class org.springframework.web.accept.MappingMediaTypeFileExtensionResolver
Map a MediaType to an extension or ignore if the extensions is already mapped.
addMappingFileName(String) - Method in class org.springframework.orm.jpa.persistenceunit.MutablePersistenceUnitInfo
 
addMatchedPattern(String) - Method in class org.springframework.web.servlet.mvc.annotation.AnnotationMethodHandlerAdapter.RequestSpecificMappingInfo
Deprecated.
 
addMatchesToCollection(Collection<T>, Message<?>, List<AbstractMethodMessageHandler<T>.Match>) - Method in class org.springframework.messaging.handler.invocation.AbstractMethodMessageHandler
 
addMatchingMappings(Collection<T>, List<AbstractHandlerMethodMapping<T>.Match>, HttpServletRequest) - Method in class org.springframework.web.servlet.handler.AbstractHandlerMethodMapping
 
addMediaType(String, MediaType) - Method in class org.springframework.web.accept.ContentNegotiationManagerFactoryBean
Add a mapping from a file extension to a media type.
addMediaTypes(Map<String, MediaType>) - Method in class org.springframework.web.accept.ContentNegotiationManagerFactoryBean
Add mappings from file extensions to media types.
addMessage(String, Locale, String) - Method in class org.springframework.context.support.StaticApplicationContext
Associate the given message with the given code.
addMessage(String, Locale, String) - Method in class org.springframework.context.support.StaticMessageSource
Associate the given message with the given code.
addMessages(Map<String, String>, Locale) - Method in class org.springframework.context.support.StaticMessageSource
Associate the given message values with the given keys as codes.
addMetadataAttribute(BeanMetadataAttribute) - Method in class org.springframework.beans.BeanMetadataAttributeAccessor
Add the given BeanMetadataAttribute to this accessor's set of attributes.
addMethodName(String) - Method in class org.springframework.aop.support.NameMatchMethodPointcut
Add another eligible method name, in addition to those already named.
addMethodName(String) - Method in class org.springframework.aop.support.NameMatchMethodPointcutAdvisor
Add another eligible method name, in addition to those already named.
addMethodResolver(MethodResolver) - Method in class org.springframework.expression.spel.support.StandardEvaluationContext
 
addMissingRequiredProperty(String) - Method in exception org.springframework.core.env.MissingRequiredPropertiesException
 
addMtomAttachment(byte[], int, int, String, String, String) - Method in class org.springframework.oxm.jaxb.Jaxb2Marshaller.Jaxb2AttachmentMarshaller
 
addMtomAttachment(DataHandler, String, String) - Method in class org.springframework.oxm.jaxb.Jaxb2Marshaller.Jaxb2AttachmentMarshaller
 
addNamedParameter(List<NamedParameterUtils.ParameterHolder>, int, int, int, int, String) - Static method in class org.springframework.jdbc.core.namedparam.NamedParameterUtils
 
addNamedParameter(String, int, int) - Method in class org.springframework.jdbc.core.namedparam.ParsedSql
Add a named parameter parsed from this SQL statement.
addNativeHeader(String, String) - Method in class org.springframework.messaging.support.NativeMessageHeaderAccessor
Add the specified native header value.
addNestedComponent(ComponentDefinition) - Method in class org.springframework.beans.factory.parsing.CompositeComponentDefinition
Add the given component as nested element of this composite component.
addNewNamedParameter(Set<String>, int, String) - Static method in class org.springframework.jdbc.core.namedparam.NamedParameterUtils
 
addNoCacheHeaders(ServerHttpResponse) - Method in class org.springframework.web.socket.sockjs.support.AbstractSockJsService
 
addNonOptionArg(String) - Method in class org.springframework.core.env.CommandLineArgs
Add the given value to the list of non-option arguments.
addNoRollbackRuleAttributesTo(List<RollbackRuleAttribute>, String) - Method in class org.springframework.transaction.config.TxAdviceBeanDefinitionParser
 
addObject(String, Object) - Method in class org.springframework.mock.jndi.ExpectedLookupTemplate
Add the given object to the list of JNDI objects that this template will expose.
addObject(String, Object) - Method in class org.springframework.web.portlet.ModelAndView
Add an attribute to the model.
addObject(Object) - Method in class org.springframework.web.portlet.ModelAndView
Add an attribute to the model using parameter name generation.
addObject(String, Object) - Method in class org.springframework.web.servlet.ModelAndView
Add an attribute to the model.
addObject(Object) - Method in class org.springframework.web.servlet.ModelAndView
Add an attribute to the model using parameter name generation.
addObjectToArray(A[], O) - Static method in class org.springframework.util.ObjectUtils
Append the given object to the given array, returning a new array consisting of the input array contents plus the given object.
addOptionArg(String, String) - Method in class org.springframework.core.env.CommandLineArgs
Add an option argument for the given option name and add the given value to the list of values associated with this option (of which there may be zero or more).
addOrMergeGenericArgumentValue(ConstructorArgumentValues.ValueHolder) - Method in class org.springframework.beans.factory.config.ConstructorArgumentValues
Add a generic argument value, merging the new value (typically a collection) with the current value if demanded: see Mergeable.
addOrMergeIndexedArgumentValue(Integer, ConstructorArgumentValues.ValueHolder) - Method in class org.springframework.beans.factory.config.ConstructorArgumentValues
Add an argument value for the given index in the constructor argument list, merging the new value (typically a collection) with the current value if demanded: see Mergeable.
addOverride(MethodOverride) - Method in class org.springframework.beans.factory.support.MethodOverrides
Add the given method override.
addOverrides(MethodOverrides) - Method in class org.springframework.beans.factory.support.MethodOverrides
Copy all given method overrides into this object.
addPackages(String...) - Method in class org.springframework.orm.hibernate4.LocalSessionFactoryBuilder
Add the given annotated packages in a batch.
addParam(Param) - Method in interface org.springframework.web.servlet.tags.ParamAware
Callback hook for nested spring:param tags to pass their value to the parent tag.
addParam(Param) - Method in class org.springframework.web.servlet.tags.UrlTag
 
addParameter(SqlParameter) - Method in class org.springframework.jdbc.core.CallableStatementCreatorFactory
Add a new declared parameter.
addParameter(SqlParameter) - Method in class org.springframework.jdbc.core.PreparedStatementCreatorFactory
Add a new declared parameter.
addParameter(String, String) - Method in class org.springframework.mock.web.MockHttpServletRequest
Add a single value for the specified HTTP parameter.
addParameter(String, String[]) - Method in class org.springframework.mock.web.MockHttpServletRequest
Add an array of values for the specified HTTP parameter.
addParameter(String, String) - Method in class org.springframework.mock.web.portlet.MockPortletRequest
 
addParameter(String, String[]) - Method in class org.springframework.mock.web.portlet.MockPortletRequest
 
addParameters(Map) - Method in class org.springframework.mock.web.MockHttpServletRequest
Adds all provided parameters without replacing any existing values.
addPart(Part) - Method in class org.springframework.mock.web.MockHttpServletRequest
 
addPartConverter(HttpMessageConverter<?>) - Method in class org.springframework.http.converter.FormHttpMessageConverter
Add a message body converter.
addPath(String) - Method in class org.springframework.web.util.UriComponentsBuilder.CompositePathComponentBuilder
 
addPathPatterns(String...) - Method in class org.springframework.web.servlet.config.annotation.InterceptorRegistration
Add URL patterns to which the registered interceptor should apply to.
addPathSegments(String...) - Method in class org.springframework.web.util.UriComponentsBuilder.CompositePathComponentBuilder
 
addPlaceHolderValue(String, String) - Method in class org.springframework.test.web.servlet.setup.StandaloneMockMvcBuilder
In a standalone setup there is no support for placeholder values embedded in request mappings.
addPopulators(DatabasePopulator...) - Method in class org.springframework.jdbc.datasource.init.CompositeDatabasePopulator
Add one or more populators to the list of delegates.
addPreDefinePlugin - Variable in class org.springframework.instrument.classloading.websphere.WebSphereClassLoaderAdapter
 
addPreferredLocale(Locale) - Method in class org.springframework.mock.web.MockHttpServletRequest
Add a new preferred locale, before any existing locales.
addPreferredLocale(Locale) - Method in class org.springframework.mock.web.portlet.MockPortletRequest
 
addPreferredResponseContentType(String) - Method in class org.springframework.mock.web.portlet.MockPortletRequest
 
addPreProcessorMethod - Variable in class org.springframework.instrument.classloading.weblogic.WebLogicClassLoaderAdapter
 
addPrivateRenderParameter(String, String) - Method in class org.springframework.mock.web.portlet.MockResourceRequest
 
addPrivateRenderParameter(String, String[]) - Method in class org.springframework.mock.web.portlet.MockResourceRequest
 
addProcessingEventQName(QName) - Method in class org.springframework.mock.web.portlet.MockPortletConfig
 
addProperty(String, Object) - Method in class org.springframework.beans.factory.groovy.GroovyBeanDefinitionWrapper
 
addProperty(String, String) - Method in class org.springframework.mock.web.portlet.MockBaseURL
 
addProperty(String, String) - Method in class org.springframework.mock.web.portlet.MockPortletRequest
Add a single value for the specified property.
addProperty(String, String) - Method in class org.springframework.mock.web.portlet.MockPortletResponse
 
addProperty(Cookie) - Method in class org.springframework.mock.web.portlet.MockPortletResponse
 
addProperty(String, Element) - Method in class org.springframework.mock.web.portlet.MockPortletResponse
 
addProperty(String, String) - Method in class org.springframework.orm.jpa.persistenceunit.MutablePersistenceUnitInfo
 
addPropertyAccessor(PropertyAccessor) - Method in class org.springframework.expression.spel.support.StandardEvaluationContext
 
addPropertyEditorRegistrar(PropertyEditorRegistrar) - Method in interface org.springframework.beans.factory.config.ConfigurableBeanFactory
Add a PropertyEditorRegistrar to be applied to all bean creation processes.
addPropertyEditorRegistrar(PropertyEditorRegistrar) - Method in class org.springframework.beans.factory.support.AbstractBeanFactory
 
addPropertyReference(String, String) - Method in class org.springframework.beans.factory.support.BeanDefinitionBuilder
Add a reference to the specified bean name under the property specified.
addPropertySource(PropertySource<?>) - Method in class org.springframework.core.env.CompositePropertySource
 
addPropertyValue(String, Object) - Method in class org.springframework.beans.factory.support.BeanDefinitionBuilder
Add the supplied property value under the given name.
addPropertyValue(PropertyValue) - Method in class org.springframework.beans.MutablePropertyValues
Add a PropertyValue object, replacing any existing one for the corresponding property or getting merged with it (if applicable).
addPropertyValue(String, Object) - Method in class org.springframework.beans.MutablePropertyValues
Overloaded version of addPropertyValue that takes a property name and a property value.
addPropertyValues(PropertyValues) - Method in class org.springframework.beans.MutablePropertyValues
Copy all given PropertyValues into this object.
addPropertyValues(Map<?, ?>) - Method in class org.springframework.beans.MutablePropertyValues
Add all property values from the given Map.
addProtocolHandler(SubProtocolHandler) - Method in class org.springframework.web.socket.messaging.SubProtocolWebSocketHandler
Register a sub-protocol handler.
addPublicRenderParameterName(String) - Method in class org.springframework.mock.web.portlet.MockPortletConfig
 
addPublishingEventQName(QName) - Method in class org.springframework.mock.web.portlet.MockPortletConfig
 
addQualifier(AutowireCandidateQualifier) - Method in class org.springframework.beans.factory.support.AbstractBeanDefinition
Register a qualifier to be used for autowire candidate resolution, keyed by the qualifier's type name.
addQualifierType(Class<? extends Annotation>) - Method in class org.springframework.beans.factory.annotation.QualifierAnnotationAutowireCandidateResolver
Register the given type to be used as a qualifier when autowiring.
addReference(int, int) - Method in class org.springframework.asm.Label
Adds a forward reference to this label.
addRelatedCause(Throwable) - Method in exception org.springframework.beans.factory.BeanCreationException
Add a related cause to this bean creation exception, not being a direct cause of the failure but having occured earlier in the creation of the same bean instance.
addRequiredProperty(String) - Method in class org.springframework.web.filter.GenericFilterBean
Subclasses can invoke this method to specify that this property (which must match a JavaBean property they expose) is mandatory, and must be supplied as a config parameter.
addRequiredProperty(String) - Method in class org.springframework.web.portlet.GenericPortletBean
Subclasses can invoke this method to specify that this property (which must match a JavaBean property they expose) is mandatory, and must be supplied as a config parameter.
addRequiredProperty(String) - Method in class org.springframework.web.servlet.HttpServletBean
Subclasses can invoke this method to specify that this property (which must match a JavaBean property they expose) is mandatory, and must be supplied as a config parameter.
addResolver(HandlerMethodArgumentResolver) - Method in class org.springframework.messaging.handler.invocation.HandlerMethodArgumentResolverComposite
addResolver(HandlerMethodArgumentResolver) - Method in class org.springframework.web.method.support.HandlerMethodArgumentResolverComposite
addResolvers(List<? extends HandlerMethodArgumentResolver>) - Method in class org.springframework.messaging.handler.invocation.HandlerMethodArgumentResolverComposite
addResolvers(List<? extends HandlerMethodArgumentResolver>) - Method in class org.springframework.web.method.support.HandlerMethodArgumentResolverComposite
addResourceHandler(String...) - Method in class org.springframework.web.servlet.config.annotation.ResourceHandlerRegistry
Add a resource handler for serving static resources based on the specified URL path patterns.
addResourceHandlers(ResourceHandlerRegistry) - Method in class org.springframework.web.servlet.config.annotation.DelegatingWebMvcConfiguration
 
addResourceHandlers(ResourceHandlerRegistry) - Method in class org.springframework.web.servlet.config.annotation.WebMvcConfigurationSupport
Override this method to add resource handlers for serving static resources.
addResourceHandlers(ResourceHandlerRegistry) - Method in interface org.springframework.web.servlet.config.annotation.WebMvcConfigurer
Add handlers to serve static resources such as images, js, and, css files from specific locations under web application root, the classpath, and others.
addResourceHandlers(ResourceHandlerRegistry) - Method in class org.springframework.web.servlet.config.annotation.WebMvcConfigurerAdapter
Add handlers to serve static resources such as images, js, and, css files from specific locations under web application root, the classpath, and others.
addResourceHandlers(ResourceHandlerRegistry) - Method in class org.springframework.web.servlet.config.annotation.WebMvcConfigurerComposite
 
addResourceLocations(String...) - Method in class org.springframework.web.servlet.config.annotation.ResourceHandlerRegistration
Add one or more resource locations from which to serve static content.
addResourcePathToPackagePath(Class<?>, String) - Static method in class org.springframework.util.ClassUtils
Return a path suitable for use with ClassLoader.getResource (also suitable for use with Class.getResource by prepending a slash ('/') to the return value).
addResponseContentType(String) - Method in class org.springframework.mock.web.portlet.MockPortletRequest
 
addReturnValueAsModelAttribute(Method, Class<?>, Object, ExtendedModelMap) - Method in class org.springframework.web.bind.annotation.support.HandlerMethodInvoker
 
addReturnValueHandlers(List<HandlerMethodReturnValueHandler>) - Method in class org.springframework.test.web.servlet.setup.StandaloneMockMvcBuilder.StandaloneConfiguration
 
addReturnValueHandlers(List<HandlerMethodReturnValueHandler>) - Method in class org.springframework.web.servlet.config.annotation.DelegatingWebMvcConfiguration
 
addReturnValueHandlers(List<HandlerMethodReturnValueHandler>) - Method in class org.springframework.web.servlet.config.annotation.WebMvcConfigurationSupport
Add custom HandlerMethodReturnValueHandlers in addition to the ones registered by default.
addReturnValueHandlers(List<HandlerMethodReturnValueHandler>) - Method in interface org.springframework.web.servlet.config.annotation.WebMvcConfigurer
Add handlers to support custom controller method return value types.
addReturnValueHandlers(List<HandlerMethodReturnValueHandler>) - Method in class org.springframework.web.servlet.config.annotation.WebMvcConfigurerAdapter
Add handlers to support custom controller method return value types.
addReturnValueHandlers(List<HandlerMethodReturnValueHandler>) - Method in class org.springframework.web.servlet.config.annotation.WebMvcConfigurerComposite
 
addRollbackRuleAttributesTo(List<RollbackRuleAttribute>, String) - Method in class org.springframework.transaction.config.TxAdviceBeanDefinitionParser
 
addScalarConverters(ConverterRegistry) - Static method in class org.springframework.core.convert.support.DefaultConversionService
 
addScript(String) - Method in class org.springframework.jdbc.datasource.embedded.EmbeddedDatabaseBuilder
Add an SQL script to execute to initialize or populate the database.
addScript(Resource) - Method in class org.springframework.jdbc.datasource.init.ResourceDatabasePopulator
Add a script to execute to initialize or populate the database.
addScripts(String...) - Method in class org.springframework.jdbc.datasource.embedded.EmbeddedDatabaseBuilder
Add multiple SQL scripts to execute to initialize or populate the database.
addScripts(Resource...) - Method in class org.springframework.jdbc.datasource.init.ResourceDatabasePopulator
Add multiple scripts to execute to initialize or populate the database.
addSerializers(SimpleModule) - Method in class org.springframework.http.converter.json.Jackson2ObjectMapperFactoryBean
 
addServlet(String, String) - Method in class org.springframework.mock.web.MockServletContext
 
addServlet(String, Servlet) - Method in class org.springframework.mock.web.MockServletContext
 
addServlet(String, Class<? extends Servlet>) - Method in class org.springframework.mock.web.MockServletContext
 
addSession(Session) - Method in class org.springframework.jms.connection.JmsResourceHolder
 
addSession(Session, Connection) - Method in class org.springframework.jms.connection.JmsResourceHolder
 
addSession(Session) - Method in class org.springframework.orm.hibernate3.SessionHolder
 
addSession(Object, Session) - Method in class org.springframework.orm.hibernate3.SessionHolder
 
addShareableResource(String) - Method in class org.springframework.jndi.support.SimpleJndiBeanFactory
Add the name of a shareable JNDI resource, which this factory is allowed to cache once obtained.
addSingleton(String, Object) - Method in class org.springframework.beans.factory.support.DefaultSingletonBeanRegistry
Add the given singleton object to the singleton cache of this factory.
addSingletonFactory(String, ObjectFactory<?>) - Method in class org.springframework.beans.factory.support.DefaultSingletonBeanRegistry
Add the given singleton factory for building the specified singleton if necessary.
addSockJsServiceMapping(M, SockJsService, WebSocketHandler, String) - Method in class org.springframework.web.socket.config.annotation.AbstractWebSocketHandlerRegistration
 
addSockJsServiceMapping(MultiValueMap<HttpRequestHandler, String>, SockJsService, WebSocketHandler, String) - Method in class org.springframework.web.socket.config.annotation.ServletWebSocketHandlerRegistration
 
addStaticAttribute(String, Object) - Method in class org.springframework.web.servlet.view.AbstractView
Add static data to this view, exposed in each view.
addStatusCode(String, int) - Method in class org.springframework.web.servlet.handler.SimpleMappingExceptionResolver
An alternative to SimpleMappingExceptionResolver.setStatusCodes(Properties) for use with Java-based configuration.
addStringToArray(String[], String) - Static method in class org.springframework.util.StringUtils
Append the given String to the given String array, returning a new array consisting of the input array contents plus the given String.
addStrippedPropertyPaths(List<String>, String, String) - Method in class org.springframework.beans.PropertyEditorRegistrySupport
Add property paths with all variations of stripped keys and/or indexes.
addSubscription(String, String) - Method in class org.springframework.messaging.simp.broker.DefaultSubscriptionRegistry.SessionSubscriptionInfo
 
addSubscription(String, String, String) - Method in class org.springframework.messaging.simp.broker.DefaultSubscriptionRegistry.SessionSubscriptionRegistry
 
addSubscriptionInternal(String, String, String, Message<?>) - Method in class org.springframework.messaging.simp.broker.AbstractSubscriptionRegistry
 
addSubscriptionInternal(String, String, String, Message<?>) - Method in class org.springframework.messaging.simp.broker.DefaultSubscriptionRegistry
 
addSuccessor(int, Label) - Method in class org.springframework.asm.MethodWriter
Adds a successor to the currentBlock block.
addSupportedLocale(Locale) - Method in class org.springframework.mock.web.portlet.MockPortletConfig
 
addSwaRefAttachment(DataHandler) - Method in class org.springframework.oxm.jaxb.Jaxb2Marshaller.Jaxb2AttachmentMarshaller
 
addTargetRequestParam(String, String) - Method in class org.springframework.web.servlet.FlashMap
Provide a request parameter identifying the request for this FlashMap.
addTargetRequestParams(MultiValueMap<String, String>) - Method in class org.springframework.web.servlet.FlashMap
Provide request parameters identifying the request for this FlashMap.
addTimeoutHandler(Runnable) - Method in interface org.springframework.web.context.request.async.AsyncWebRequest
Add a handler to invoke when concurrent handling has timed out.
addTimeoutHandler(Runnable) - Method in class org.springframework.web.context.request.async.NoSupportAsyncWebRequest
 
addTimeoutHandler(Runnable) - Method in class org.springframework.web.context.request.async.StandardServletAsyncWebRequest
 
addTo(InternetAddress) - Method in class org.springframework.mail.javamail.MimeMessageHelper
 
addTo(String, String) - Method in class org.springframework.mail.javamail.MimeMessageHelper
 
addToClassHierarchy(int, Class<?>, boolean, List<Class<?>>, Set<Class<?>>) - Method in class org.springframework.core.convert.support.GenericConversionService.Converters
 
addToEnvironment(String, Object) - Method in class org.springframework.mock.jndi.SimpleNamingContext
 
addToMap(Map<Object, Object>) - Method in class org.springframework.core.convert.support.MapToMapConverter.MapEntry
 
addToMultiValueMap(MultiValueMap<String, T>, String, T[]) - Static method in class org.springframework.test.web.servlet.request.MockHttpServletRequestBuilder
 
addToSubroutine(long, int) - Method in class org.springframework.asm.Label
Marks this basic block as belonging to the given subroutine.
addTransactionalMethod(String, TransactionAttribute) - Method in class org.springframework.transaction.interceptor.MethodMapTransactionAttributeSource
Add an attribute for a transactional method.
addTransactionalMethod(Class<?>, String, TransactionAttribute) - Method in class org.springframework.transaction.interceptor.MethodMapTransactionAttributeSource
Add an attribute for a transactional method.
addTransactionalMethod(Method, TransactionAttribute) - Method in class org.springframework.transaction.interceptor.MethodMapTransactionAttributeSource
Add an attribute for a transactional method.
addTransactionalMethod(String, TransactionAttribute) - Method in class org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource
Add an attribute for a transactional method.
addTransformer(ClassFileTransformer) - Method in class org.springframework.context.weaving.DefaultContextLoadTimeWeaver
 
addTransformer(ClassFileTransformer) - Method in class org.springframework.instrument.classloading.glassfish.GlassFishLoadTimeWeaver
 
addTransformer(ClassFileTransformer) - Method in class org.springframework.instrument.classloading.InstrumentationLoadTimeWeaver
 
addTransformer(ClassFileTransformer) - Method in interface org.springframework.instrument.classloading.jboss.JBossClassLoaderAdapter
 
addTransformer(ClassFileTransformer) - Method in class org.springframework.instrument.classloading.jboss.JBossLoadTimeWeaver
 
addTransformer(ClassFileTransformer) - Method in class org.springframework.instrument.classloading.jboss.JBossMCAdapter
 
addTransformer - Variable in class org.springframework.instrument.classloading.jboss.JBossModulesAdapter
 
addTransformer(ClassFileTransformer) - Method in class org.springframework.instrument.classloading.jboss.JBossModulesAdapter
 
addTransformer(ClassFileTransformer) - Method in interface org.springframework.instrument.classloading.LoadTimeWeaver
Add a ClassFileTransformer to be applied by this LoadTimeWeaver.
addTransformer(ClassFileTransformer) - Method in class org.springframework.instrument.classloading.ReflectiveLoadTimeWeaver
 
addTransformer(ClassFileTransformer) - Method in class org.springframework.instrument.classloading.ShadowingClassLoader
Add the given ClassFileTransformer to the list of transformers that this ClassLoader will apply.
addTransformer(ClassFileTransformer) - Method in class org.springframework.instrument.classloading.SimpleInstrumentableClassLoader
Add a ClassFileTransformer to be applied by this ClassLoader.
addTransformer(ClassFileTransformer) - Method in class org.springframework.instrument.classloading.SimpleLoadTimeWeaver
 
addTransformer(ClassFileTransformer) - Method in class org.springframework.instrument.classloading.tomcat.TomcatInstrumentableClassLoader
Delegate for LoadTimeWeaver's addTransformer method.
addTransformer(ClassFileTransformer) - Method in class org.springframework.instrument.classloading.tomcat.TomcatLoadTimeWeaver
 
addTransformer(ClassFileTransformer) - Method in class org.springframework.instrument.classloading.WeavingTransformer
Add a class file transformer to be applied by this weaver.
addTransformer(ClassFileTransformer) - Method in class org.springframework.instrument.classloading.weblogic.WebLogicClassLoaderAdapter
 
addTransformer(ClassFileTransformer) - Method in class org.springframework.instrument.classloading.weblogic.WebLogicLoadTimeWeaver
 
addTransformer(ClassFileTransformer) - Method in class org.springframework.instrument.classloading.websphere.WebSphereClassLoaderAdapter
 
addTransformer(ClassFileTransformer) - Method in class org.springframework.instrument.classloading.websphere.WebSphereLoadTimeWeaver
 
addTransformer(ClassTransformer) - Method in class org.springframework.orm.jpa.persistenceunit.MutablePersistenceUnitInfo
This implementation throws an UnsupportedOperationException.
addTransformer(ClassTransformer) - Method in class org.springframework.orm.jpa.persistenceunit.SpringPersistenceUnitInfo
This implementation delegates to the LoadTimeWeaver, if specified.
addTransformerMethod - Variable in class org.springframework.instrument.classloading.glassfish.GlassFishLoadTimeWeaver
 
addTransformerMethod - Variable in class org.springframework.instrument.classloading.ReflectiveLoadTimeWeaver
 
addTransformerMethod - Variable in class org.springframework.instrument.classloading.tomcat.TomcatLoadTimeWeaver
 
addTranslator - Variable in class org.springframework.instrument.classloading.jboss.JBossMCAdapter
 
addTriggerTask(Runnable, Trigger) - Method in class org.springframework.scheduling.config.ScheduledTaskRegistrar
Add a Runnable task to be triggered per the given Trigger.
addTriggerTask(TriggerTask) - Method in class org.springframework.scheduling.config.ScheduledTaskRegistrar
Add a TriggerTask.
addTriggerToScheduler(Trigger) - Method in class org.springframework.scheduling.quartz.SchedulerAccessor
Add the given trigger to the Scheduler, if it doesn't already exist.
addType(String) - Method in class org.springframework.asm.ClassWriter
Adds the given internal name to ClassWriter.typeTable and returns its index.
addType(Item) - Method in class org.springframework.asm.ClassWriter
Adds the given Item to ClassWriter.typeTable.
addTypeDescriptor(PropertyDescriptor, TypeDescriptor) - Method in class org.springframework.beans.CachedIntrospectionResults
 
addTypeIdentifier(String) - Method in class org.springframework.beans.factory.support.ReplaceOverride
Add a fragment of a class string, like "Exception" or "java.lang.Exc", to identify a parameter type.
addUninitializedType(String, int) - Method in class org.springframework.asm.ClassWriter
Adds the given "uninitialized" type to ClassWriter.typeTable and returns its index.
addUrlPattern(String) - Method in class org.springframework.test.web.servlet.setup.PatternMappingFilterProxy
 
addUrlsForPath(Set<String>, String) - Method in class org.springframework.web.servlet.mvc.annotation.DefaultAnnotationHandlerMapping
Deprecated.
Add URLs and/or URL patterns for the given path.
addUserRole(String) - Method in class org.springframework.mock.web.MockHttpServletRequest
 
addUserRole(String) - Method in class org.springframework.mock.web.portlet.MockPortletRequest
 
addValidators(Validator...) - Method in class org.springframework.validation.DataBinder
Add Validators to apply after each binding step.
addValue(String, Object) - Method in class org.springframework.jdbc.core.namedparam.MapSqlParameterSource
Add a parameter to this parameter source.
addValue(String, Object, int) - Method in class org.springframework.jdbc.core.namedparam.MapSqlParameterSource
Add a parameter to this parameter source.
addValue(String, Object, int, String) - Method in class org.springframework.jdbc.core.namedparam.MapSqlParameterSource
Add a parameter to this parameter source.
addValue(Object) - Method in class org.springframework.mock.web.HeaderValueHolder
 
addValueArray(Object) - Method in class org.springframework.mock.web.HeaderValueHolder
 
addValues(Map<String, ?>) - Method in class org.springframework.jdbc.core.namedparam.MapSqlParameterSource
Add a Map of parameters to this parameter source.
addValues(Collection<?>) - Method in class org.springframework.mock.web.HeaderValueHolder
 
addViewController(String) - Method in class org.springframework.web.servlet.config.annotation.ViewControllerRegistry
 
addViewControllers(ViewControllerRegistry) - Method in class org.springframework.web.servlet.config.annotation.DelegatingWebMvcConfiguration
 
addViewControllers(ViewControllerRegistry) - Method in class org.springframework.web.servlet.config.annotation.WebMvcConfigurationSupport
Override this method to add view controllers.
addViewControllers(ViewControllerRegistry) - Method in interface org.springframework.web.servlet.config.annotation.WebMvcConfigurer
Add view controllers to create a direct mapping between a URL path and view name without the need for a controller in between.
addViewControllers(ViewControllerRegistry) - Method in class org.springframework.web.servlet.config.annotation.WebMvcConfigurerAdapter
Add view controllers to create a direct mapping between a URL path and view name without the need for a controller in between.
addViewControllers(ViewControllerRegistry) - Method in class org.springframework.web.servlet.config.annotation.WebMvcConfigurerComposite
 
addWebMvcConfigurers(List<WebMvcConfigurer>) - Method in class org.springframework.web.servlet.config.annotation.WebMvcConfigurerComposite
 
addWebRequestInterceptor(WebRequestInterceptor) - Method in class org.springframework.web.servlet.config.annotation.InterceptorRegistry
Adds the provided WebRequestInterceptor.
addWebSocketHandlerMapping(M, WebSocketHandler, HandshakeHandler, HandshakeInterceptor[], String) - Method in class org.springframework.web.socket.config.annotation.AbstractWebSocketHandlerRegistration
 
addWebSocketHandlerMapping(MultiValueMap<HttpRequestHandler, String>, WebSocketHandler, HandshakeHandler, HandshakeInterceptor[], String) - Method in class org.springframework.web.socket.config.annotation.ServletWebSocketHandlerRegistration
 
ADMIN_SERVICE_FACTORY_CLASS - Static variable in class org.springframework.jmx.support.WebSphereMBeanServerFactoryBean
 
advice - Variable in class org.springframework.aop.aspectj.AspectJPointcutAdvisor
 
advice - Variable in class org.springframework.aop.aspectj.DeclareParentsAdvisor
 
advice - Variable in class org.springframework.aop.framework.adapter.AfterReturningAdviceInterceptor
 
advice - Variable in class org.springframework.aop.framework.adapter.MethodBeforeAdviceInterceptor
 
advice - Variable in class org.springframework.aop.support.AbstractBeanFactoryPointcutAdvisor
 
advice - Variable in class org.springframework.aop.support.AbstractGenericPointcutAdvisor
 
advice - Variable in class org.springframework.aop.support.DefaultIntroductionAdvisor
 
advice - Variable in class org.springframework.aop.support.StaticMethodMatcherPointcutAdvisor
 
advice - Variable in class org.springframework.dao.annotation.PersistenceExceptionTranslationAdvisor
 
advice - Variable in class org.springframework.scheduling.annotation.AsyncAnnotationAdvisor
 
ADVICE_BEAN_NAME - Static variable in class org.springframework.aop.config.ConfigBeanDefinitionParser
 
ADVICE_REF - Static variable in class org.springframework.aop.config.ConfigBeanDefinitionParser
 
adviceBeanName - Variable in class org.springframework.aop.support.AbstractBeanFactoryPointcutAdvisor
 
adviceChain - Variable in class org.springframework.aop.framework.CglibAopProxy.FixedChainStaticTargetInterceptor
 
adviceChanged() - Method in class org.springframework.aop.framework.AdvisedSupport
Invoked when advice has changed.
adviceChanged(AdvisedSupport) - Method in interface org.springframework.aop.framework.AdvisedSupportListener
Invoked when advice is changed after a proxy is created.
adviceChanged() - Method in class org.springframework.aop.framework.ProxyCreatorSupport
Propagate advice change event to all AdvisedSupportListeners.
adviceChanged() - Method in class org.springframework.aop.framework.ProxyFactoryBean
Blow away and recache singleton on an advice change.
AdviceEntry - Class in org.springframework.aop.config
ParseState entry representing an advice element.
AdviceEntry(String) - Constructor for class org.springframework.aop.config.AdviceEntry
Creates a new instance of the AdviceEntry class.
AdviceExcludingMethodMatcher(Method) - Constructor for class org.springframework.aop.aspectj.AbstractAspectJAdvice.AdviceExcludingMethodMatcher
 
adviceIncluded(Advice) - Method in class org.springframework.aop.framework.AdvisedSupport
Is the given advice included in any advisor within this proxy configuration?
adviceInvocationArgumentCount - Variable in class org.springframework.aop.aspectj.AbstractAspectJAdvice
The total number of arguments we have to populate on advice dispatch
adviceMethod - Variable in class org.springframework.aop.aspectj.AbstractAspectJAdvice.AdviceExcludingMethodMatcher
 
AdviceMode - Enum in org.springframework.context.annotation
Enumeration used to determine whether JDK proxy-based or AspectJ weaving-based advice should be applied.
AdviceMode() - Constructor for enum org.springframework.context.annotation.AdviceMode
 
AdviceModeImportSelector<A extends java.lang.annotation.Annotation> - Class in org.springframework.context.annotation
Convenient base class for ImportSelector implementations that select imports based on an AdviceMode value from an annotation (such as the @Enable* annotations).
AdviceModeImportSelector() - Constructor for class org.springframework.context.annotation.AdviceModeImportSelector
 
adviceMonitor - Variable in class org.springframework.aop.support.AbstractBeanFactoryPointcutAdvisor
 
Advised - Interface in org.springframework.aop.framework
Interface to be implemented by classes that hold the configuration of a factory of AOP proxies.
advised - Variable in class org.springframework.aop.framework.CglibAopProxy
The configuration used to configure this proxy
advised - Variable in class org.springframework.aop.framework.CglibAopProxy.AdvisedDispatcher
 
advised - Variable in class org.springframework.aop.framework.CglibAopProxy.DynamicAdvisedInterceptor
 
advised - Variable in class org.springframework.aop.framework.CglibAopProxy.EqualsInterceptor
 
advised - Variable in class org.springframework.aop.framework.CglibAopProxy.HashCodeInterceptor
 
advised - Variable in class org.springframework.aop.framework.CglibAopProxy.ProxyCallbackFilter
 
advised - Variable in class org.springframework.aop.framework.JdkDynamicAopProxy
Config used to configure this proxy
advisedBeans - Variable in class org.springframework.aop.framework.autoproxy.AbstractAutoProxyCreator
 
advisedDispatcher - Variable in class org.springframework.aop.framework.CglibAopProxy
Dispatcher used for methods on Advised
AdvisedDispatcher(AdvisedSupport) - Constructor for class org.springframework.aop.framework.CglibAopProxy.AdvisedDispatcher
 
AdvisedSupport - Class in org.springframework.aop.framework
Base class for AOP proxy configuration managers.
AdvisedSupport() - Constructor for class org.springframework.aop.framework.AdvisedSupport
No-arg constructor for use as a JavaBean.
AdvisedSupport(Class<?>[]) - Constructor for class org.springframework.aop.framework.AdvisedSupport
Create a AdvisedSupport instance with the given parameters.
AdvisedSupport.MethodCacheKey - Class in org.springframework.aop.framework
Simple wrapper class around a Method.
AdvisedSupportListener - Interface in org.springframework.aop.framework
Listener to be registered on ProxyCreatorSupport objects Allows for receiving callbacks on activation and change of advice.
Advisor - Interface in org.springframework.aop
Base interface holding AOP advice (action to take at a joinpoint) and a filter determining the applicability of the advice (such as a pointcut).
advisor - Variable in class org.springframework.aop.aspectj.autoproxy.AspectJAwareAdvisorAutoProxyCreator.PartiallyComparableAdvisorHolder
 
ADVISOR - Static variable in class org.springframework.aop.config.ConfigBeanDefinitionParser
 
advisor - Variable in class org.springframework.aop.framework.AbstractAdvisingBeanPostProcessor
 
ADVISOR - Static variable in class org.springframework.aop.interceptor.ExposeInvocationInterceptor
Singleton advisor for this class.
AdvisorAdapter - Interface in org.springframework.aop.framework.adapter
Interface allowing extension to the Spring AOP framework to allow handling of new Advisors and Advice types.
AdvisorAdapterRegistrationManager - Class in org.springframework.aop.framework.adapter
BeanPostProcessor that registers AdvisorAdapter beans in the BeanFactory with an AdvisorAdapterRegistry (by default the GlobalAdvisorAdapterRegistry).
AdvisorAdapterRegistrationManager() - Constructor for class org.springframework.aop.framework.adapter.AdvisorAdapterRegistrationManager
 
advisorAdapterRegistry - Variable in class org.springframework.aop.framework.AbstractSingletonProxyFactoryBean
Default is global AdvisorAdapterRegistry
advisorAdapterRegistry - Variable in class org.springframework.aop.framework.adapter.AdvisorAdapterRegistrationManager
 
AdvisorAdapterRegistry - Interface in org.springframework.aop.framework.adapter
Interface for registries of Advisor adapters.
advisorAdapterRegistry - Variable in class org.springframework.aop.framework.autoproxy.AbstractAutoProxyCreator
Default is global AdvisorAdapterRegistry
advisorAdapterRegistry - Variable in class org.springframework.aop.framework.ProxyFactoryBean
 
advisorArray - Variable in class org.springframework.aop.framework.AdvisedSupport
Array updated on changes to the advisors list, which is easier to manipulate internally.
advisorBeanName - Variable in class org.springframework.aop.config.AdvisorComponentDefinition
 
advisorBeanNamePrefix - Variable in class org.springframework.aop.framework.autoproxy.DefaultAdvisorAutoProxyCreator
 
advisorChainFactory - Variable in class org.springframework.aop.framework.AdvisedSupport
The AdvisorChainFactory to use
AdvisorChainFactory - Interface in org.springframework.aop.framework
Factory interface for advisor chains.
advisorChainInitialized - Variable in class org.springframework.aop.framework.ProxyFactoryBean
Whether the advisor chain has already been initialized
advisorComparator - Variable in class org.springframework.aop.aspectj.autoproxy.AspectJPrecedenceComparator
 
AdvisorComponentDefinition - Class in org.springframework.aop.config
ComponentDefinition that bridges the gap between the advisor bean definition configured by the &lt;aop:advisor&gt; tag and the component definition infrastructure.
AdvisorComponentDefinition(String, BeanDefinition) - Constructor for class org.springframework.aop.config.AdvisorComponentDefinition
 
AdvisorComponentDefinition(String, BeanDefinition, BeanDefinition) - Constructor for class org.springframework.aop.config.AdvisorComponentDefinition
 
advisorDefinition - Variable in class org.springframework.aop.config.AdvisorComponentDefinition
 
AdvisorEntry - Class in org.springframework.aop.config
ParseState entry representing an advisor.
AdvisorEntry(String) - Constructor for class org.springframework.aop.config.AdvisorEntry
Creates a new instance of the AdvisorEntry class.
advisorFactory - Variable in class org.springframework.aop.aspectj.annotation.BeanFactoryAspectJAdvisorsBuilder
 
advisorRetrievalHelper - Variable in class org.springframework.aop.framework.autoproxy.AbstractAdvisorAutoProxyCreator
 
advisors - Variable in class org.springframework.aop.framework.AdvisedSupport
List of Advisors.
advisorsCache - Variable in class org.springframework.aop.aspectj.annotation.BeanFactoryAspectJAdvisorsBuilder
 
advisorsPreFiltered() - Method in class org.springframework.aop.framework.autoproxy.AbstractAdvisorAutoProxyCreator
This auto-proxy creator always returns pre-filtered Advisors.
advisorsPreFiltered() - Method in class org.springframework.aop.framework.autoproxy.AbstractAutoProxyCreator
Return whether the Advisors returned by the subclass are pre-filtered to match the bean's target class already, allowing the ClassFilter check to be skipped when building advisors chains for AOP invocations.
AFTER - Static variable in class org.springframework.aop.config.ConfigBeanDefinitionParser
 
AFTER_RETURNING_ELEMENT - Static variable in class org.springframework.aop.config.ConfigBeanDefinitionParser
 
AFTER_THROWING - Static variable in class org.springframework.aop.framework.adapter.ThrowsAdviceInterceptor
 
AFTER_THROWING_ELEMENT - Static variable in class org.springframework.aop.config.ConfigBeanDefinitionParser
 
afterAccess() - Method in class org.springframework.core.task.SimpleAsyncTaskExecutor.ConcurrencyThrottleAdapter
 
afterAccess() - Method in class org.springframework.util.ConcurrencyThrottleSupport
To be invoked after the main execution logic of concrete subclasses.
afterActionCompletion(ActionRequest, ActionResponse, Object, Exception) - Method in class org.springframework.web.portlet.handler.HandlerInterceptorAdapter
afterActionCompletion(ActionRequest, ActionResponse, Object, Exception) - Method in class org.springframework.web.portlet.handler.WebRequestHandlerInterceptorAdapter
 
afterActionCompletion(ActionRequest, ActionResponse, Object, Exception) - Method in interface org.springframework.web.portlet.HandlerInterceptor
Callback after completion of request processing in the action phase, that is, after rendering the view.
AfterAdvice - Interface in org.springframework.aop
Common marker interface for after advice, such as AfterReturningAdvice and ThrowsAdvice.
afterCommit() - Method in class org.springframework.orm.hibernate3.SpringSessionSynchronization
 
afterCommit() - Method in class org.springframework.orm.hibernate4.SpringSessionSynchronization
 
afterCommit() - Method in class org.springframework.orm.jpa.ExtendedEntityManagerCreator.ExtendedEntityManagerSynchronization
 
afterCommit() - Method in class org.springframework.transaction.support.ResourceHolderSynchronization
 
afterCommit() - Method in interface org.springframework.transaction.support.TransactionSynchronization
Invoked after transaction commit.
afterCommit() - Method in class org.springframework.transaction.support.TransactionSynchronizationAdapter
 
afterCompletion(int) - Method in class org.springframework.jdbc.datasource.DataSourceUtils.ConnectionSynchronization
 
afterCompletion(int) - Method in class org.springframework.jdbc.support.lob.JtaLobCreatorSynchronization
 
afterCompletion(int) - Method in class org.springframework.jdbc.support.lob.SpringLobCreatorSynchronization
 
afterCompletion(int) - Method in class org.springframework.orm.hibernate3.SpringSessionSynchronization
 
afterCompletion(NativeWebRequest, Callable<T>) - Method in class org.springframework.orm.hibernate3.support.AsyncRequestInterceptor
 
afterCompletion(NativeWebRequest, DeferredResult<T>) - Method in class org.springframework.orm.hibernate3.support.AsyncRequestInterceptor
 
afterCompletion(WebRequest, Exception) - Method in class org.springframework.orm.hibernate3.support.OpenSessionInViewInterceptor
Unbind the Hibernate Session from the thread and close it (in single session mode), or process deferred close for all sessions that have been opened during the current request (in deferred close mode).
afterCompletion(int) - Method in class org.springframework.orm.hibernate4.SpringSessionSynchronization
 
afterCompletion(NativeWebRequest, Callable<T>) - Method in class org.springframework.orm.hibernate4.support.AsyncRequestInterceptor
 
afterCompletion(NativeWebRequest, DeferredResult<T>) - Method in class org.springframework.orm.hibernate4.support.AsyncRequestInterceptor
 
afterCompletion(WebRequest, Exception) - Method in class org.springframework.orm.hibernate4.support.OpenSessionInViewInterceptor
Unbind the Hibernate Session from the thread and close it).
afterCompletion(WebRequest, Exception) - Method in class org.springframework.orm.jdo.support.OpenPersistenceManagerInViewInterceptor
 
afterCompletion(int) - Method in class org.springframework.orm.jpa.ExtendedEntityManagerCreator.ExtendedEntityManagerSynchronization
 
afterCompletion(NativeWebRequest, Callable<T>) - Method in class org.springframework.orm.jpa.support.AsyncRequestInterceptor
 
afterCompletion(NativeWebRequest, DeferredResult<T>) - Method in class org.springframework.orm.jpa.support.AsyncRequestInterceptor
 
afterCompletion(WebRequest, Exception) - Method in class org.springframework.orm.jpa.support.OpenEntityManagerInViewInterceptor
 
afterCompletion(int) - Method in class org.springframework.transaction.jta.JtaAfterCompletionSynchronization
 
afterCompletion(int) - Method in class org.springframework.transaction.jta.SpringJtaSynchronizationAdapter
JTA afterCompletion callback: invoked after commit/rollback.
afterCompletion(int) - Method in class org.springframework.transaction.support.ResourceHolderSynchronization
 
afterCompletion(int) - Method in interface org.springframework.transaction.support.TransactionSynchronization
Invoked after transaction commit/rollback.
afterCompletion(int) - Method in class org.springframework.transaction.support.TransactionSynchronizationAdapter
 
afterCompletion(NativeWebRequest, Callable<T>) - Method in interface org.springframework.web.context.request.async.CallableProcessingInterceptor
Invoked from a container thread when async processing completes for any reason including timeout or network error.
afterCompletion(NativeWebRequest, Callable<T>) - Method in class org.springframework.web.context.request.async.CallableProcessingInterceptorAdapter
This implementation is empty.
afterCompletion(NativeWebRequest, DeferredResult<T>) - Method in interface org.springframework.web.context.request.async.DeferredResultProcessingInterceptor
Invoked from a container thread when an async request completed for any reason including timeout and network error.
afterCompletion(NativeWebRequest, DeferredResult<T>) - Method in class org.springframework.web.context.request.async.DeferredResultProcessingInterceptorAdapter
This implementation is empty.
afterCompletion(WebRequest, Exception) - Method in class org.springframework.web.context.request.Log4jNestedDiagnosticContextInterceptor
Removes the log message from the Log4J NDC after the request is processed.
afterCompletion(WebRequest, Exception) - Method in interface org.springframework.web.context.request.WebRequestInterceptor
Callback after completion of request processing, that is, after rendering the view.
afterCompletion(PortletRequest, PortletResponse, Object, Exception) - Method in class org.springframework.web.portlet.handler.HandlerInterceptorAdapter
Default callback that all "after*" methods delegate to.
afterCompletion(HttpServletRequest, HttpServletResponse, Object, Exception) - Method in class org.springframework.web.servlet.handler.HandlerInterceptorAdapter
This implementation is empty.
afterCompletion(HttpServletRequest, HttpServletResponse, Object, Exception) - Method in class org.springframework.web.servlet.handler.WebRequestHandlerInterceptorAdapter
 
afterCompletion(HttpServletRequest, HttpServletResponse, Object, Exception) - Method in interface org.springframework.web.servlet.HandlerInterceptor
Callback after completion of request processing, that is, after rendering the view.
afterCompletion(HttpServletRequest, HttpServletResponse, Object, Exception) - Method in class org.springframework.web.servlet.mvc.WebContentInterceptor
This implementation is empty.
afterConcurrentHandlingStarted(WebRequest) - Method in class org.springframework.orm.hibernate3.support.OpenSessionInViewInterceptor
 
afterConcurrentHandlingStarted(WebRequest) - Method in class org.springframework.orm.hibernate4.support.OpenSessionInViewInterceptor
 
afterConcurrentHandlingStarted(WebRequest) - Method in class org.springframework.orm.jpa.support.OpenEntityManagerInViewInterceptor
 
afterConcurrentHandlingStarted(WebRequest) - Method in interface org.springframework.web.context.request.AsyncWebRequestInterceptor
Called instead of postHandle and afterCompletion, when the the handler started handling the request concurrently.
afterConcurrentHandlingStarted(WebRequest) - Method in class org.springframework.web.context.request.Log4jNestedDiagnosticContextInterceptor
Removes the log message from the Log4J NDC when the processing thread is exited after the start of asynchronous request handling.
afterConcurrentHandlingStarted(HttpServletRequest, HttpServletResponse, Object) - Method in interface org.springframework.web.servlet.AsyncHandlerInterceptor
Called instead of postHandle and afterCompletion, when the a handler is being executed concurrently.
afterConcurrentHandlingStarted(HttpServletRequest, HttpServletResponse, Object) - Method in class org.springframework.web.servlet.handler.HandlerInterceptorAdapter
This implementation is empty.
afterConcurrentHandlingStarted(HttpServletRequest, HttpServletResponse, Object) - Method in class org.springframework.web.servlet.handler.WebRequestHandlerInterceptorAdapter
 
afterConnected(TcpConnection<byte[]>) - Method in class org.springframework.messaging.simp.stomp.StompBrokerRelayMessageHandler.StompConnectionHandler
 
afterConnected(TcpConnection<P>) - Method in interface org.springframework.messaging.tcp.TcpConnectionHandler
Invoked after a connection is successfully established.
afterConnectFailure(Throwable) - Method in class org.springframework.messaging.simp.stomp.StompBrokerRelayMessageHandler.StompConnectionHandler
 
afterConnectFailure(Throwable) - Method in interface org.springframework.messaging.tcp.TcpConnectionHandler
Invoked after a connection failure.
afterConnectionClosed() - Method in class org.springframework.messaging.simp.stomp.StompBrokerRelayMessageHandler.StompConnectionHandler
 
afterConnectionClosed() - Method in class org.springframework.messaging.simp.stomp.StompBrokerRelayMessageHandler.SystemStompConnectionHandler
 
afterConnectionClosed() - Method in interface org.springframework.messaging.tcp.TcpConnectionHandler
Invoked after the connection is closed.
afterConnectionClosed(WebSocketSession, CloseStatus) - Method in class org.springframework.web.socket.handler.AbstractWebSocketHandler
 
afterConnectionClosed(WebSocketSession, CloseStatus) - Method in class org.springframework.web.socket.handler.ExceptionWebSocketHandlerDecorator
 
afterConnectionClosed(WebSocketSession, CloseStatus) - Method in class org.springframework.web.socket.handler.LoggingWebSocketHandlerDecorator
 
afterConnectionClosed(WebSocketSession, CloseStatus) - Method in class org.springframework.web.socket.handler.PerConnectionWebSocketHandler
 
afterConnectionClosed(WebSocketSession, CloseStatus) - Method in class org.springframework.web.socket.handler.WebSocketHandlerDecorator
 
afterConnectionClosed(WebSocketSession, CloseStatus) - Method in class org.springframework.web.socket.messaging.SubProtocolWebSocketHandler
 
afterConnectionClosed(WebSocketSession, CloseStatus) - Method in class org.springframework.web.socket.sockjs.transport.handler.SockJsWebSocketHandler
 
afterConnectionClosed(WebSocketSession, CloseStatus) - Method in interface org.springframework.web.socket.WebSocketHandler
Invoked after the WebSocket connection has been closed by either side, or after a transport error has occurred.
afterConnectionEstablished(WebSocketSession) - Method in class org.springframework.web.socket.handler.AbstractWebSocketHandler
 
afterConnectionEstablished(WebSocketSession) - Method in class org.springframework.web.socket.handler.ExceptionWebSocketHandlerDecorator
 
afterConnectionEstablished(WebSocketSession) - Method in class org.springframework.web.socket.handler.LoggingWebSocketHandlerDecorator
 
afterConnectionEstablished(WebSocketSession) - Method in class org.springframework.web.socket.handler.PerConnectionWebSocketHandler
 
afterConnectionEstablished(WebSocketSession) - Method in class org.springframework.web.socket.handler.WebSocketHandlerDecorator
 
afterConnectionEstablished(WebSocketSession) - Method in class org.springframework.web.socket.messaging.SubProtocolWebSocketHandler
 
afterConnectionEstablished(WebSocketSession) - Method in class org.springframework.web.socket.sockjs.transport.handler.SockJsWebSocketHandler
 
afterConnectionEstablished(WebSocketSession) - Method in interface org.springframework.web.socket.WebSocketHandler
Invoked after WebSocket negotiation has succeeded and the WebSocket connection is opened and ready for use.
afterDelivery() - Method in class org.springframework.jca.endpoint.AbstractMessageEndpointFactory.AbstractMessageEndpoint
This afterDelivery implementation resets the thread context ClassLoader and completes the transaction, if any.
afterEventCompletion(EventRequest, EventResponse, Object, Exception) - Method in class org.springframework.web.portlet.handler.HandlerInterceptorAdapter
afterEventCompletion(EventRequest, EventResponse, Object, Exception) - Method in class org.springframework.web.portlet.handler.WebRequestHandlerInterceptorAdapter
 
afterEventCompletion(EventRequest, EventResponse, Object, Exception) - Method in interface org.springframework.web.portlet.HandlerInterceptor
Callback after completion of request processing in the action phase, that is, after rendering the view.
afterHandshake(ServerHttpRequest, ServerHttpResponse, WebSocketHandler, Exception) - Method in interface org.springframework.web.socket.server.HandshakeInterceptor
Invoked after the handshake is done.
afterHandshake(ServerHttpRequest, ServerHttpResponse, WebSocketHandler, Exception) - Method in class org.springframework.web.socket.server.support.HttpSessionHandshakeInterceptor
 
afterInitialization - Variable in class org.springframework.validation.beanvalidation.BeanValidationPostProcessor
 
afterLast() - Method in class org.springframework.jdbc.support.rowset.ResultSetWrappingSqlRowSet
 
afterLast() - Method in interface org.springframework.jdbc.support.rowset.SqlRowSet
Moves the cursor to the end of this RowSet.
afterMessagePrefix - Variable in class org.springframework.web.filter.AbstractRequestLoggingFilter
 
afterMessageSuffix - Variable in class org.springframework.web.filter.AbstractRequestLoggingFilter
 
afterPhase(PhaseEvent) - Method in class org.springframework.web.jsf.DelegatingPhaseListenerMulticaster
 
afterPropertiesSet() - Method in class org.springframework.aop.framework.AbstractSingletonProxyFactoryBean
 
afterPropertiesSet() - Method in class org.springframework.beans.factory.config.AbstractFactoryBean
Eagerly create the singleton instance, if necessary.
afterPropertiesSet() - Method in class org.springframework.beans.factory.config.CommonsLogFactoryBean
Deprecated.
 
afterPropertiesSet() - Method in class org.springframework.beans.factory.config.FieldRetrievingFactoryBean
 
afterPropertiesSet() - Method in class org.springframework.beans.factory.config.MethodInvokingBean
 
afterPropertiesSet() - Method in class org.springframework.beans.factory.config.MethodInvokingFactoryBean
 
afterPropertiesSet() - Method in class org.springframework.beans.factory.config.ObjectFactoryCreatingFactoryBean
 
afterPropertiesSet() - Method in class org.springframework.beans.factory.config.PreferencesPlaceholderConfigurer
This implementation eagerly fetches the Preferences instances for the required system and user tree nodes.
afterPropertiesSet() - Method in class org.springframework.beans.factory.config.PropertiesFactoryBean
 
afterPropertiesSet() - Method in class org.springframework.beans.factory.config.ProviderCreatingFactoryBean
 
afterPropertiesSet() - Method in class org.springframework.beans.factory.config.ServiceLocatorFactoryBean
 
afterPropertiesSet() - Method in interface org.springframework.beans.factory.InitializingBean
Invoked by a BeanFactory after it has set all bean properties supplied (and satisfied BeanFactoryAware and ApplicationContextAware).
afterPropertiesSet() - Method in class org.springframework.beans.factory.wiring.BeanConfigurerSupport
Check that a BeanFactory has been set.
afterPropertiesSet() - Method in class org.springframework.cache.concurrent.ConcurrentMapCacheFactoryBean
 
afterPropertiesSet() - Method in class org.springframework.cache.ehcache.EhCacheFactoryBean
 
afterPropertiesSet() - Method in class org.springframework.cache.ehcache.EhCacheManagerFactoryBean
 
afterPropertiesSet() - Method in class org.springframework.cache.interceptor.CacheAspectSupport
 
afterPropertiesSet() - Method in class org.springframework.cache.jcache.JCacheCacheManager
 
afterPropertiesSet() - Method in class org.springframework.cache.jcache.JCacheManagerFactoryBean
 
afterPropertiesSet() - Method in class org.springframework.cache.support.AbstractCacheManager
 
afterPropertiesSet() - Method in class org.springframework.cache.support.CompositeCacheManager
 
afterPropertiesSet() - Method in class org.springframework.cache.transaction.TransactionAwareCacheManagerProxy
 
afterPropertiesSet() - Method in class org.springframework.context.event.EventPublicationInterceptor
 
afterPropertiesSet() - Method in class org.springframework.context.support.AbstractRefreshableConfigApplicationContext
Triggers AbstractApplicationContext.refresh() if not refreshed in the concrete context's constructor already.
afterPropertiesSet() - Method in class org.springframework.context.support.ConversionServiceFactoryBean
 
afterPropertiesSet() - Method in class org.springframework.dao.support.DaoSupport
 
afterPropertiesSet() - Method in class org.springframework.dao.support.PersistenceExceptionTranslationInterceptor
 
afterPropertiesSet() - Method in class org.springframework.ejb.access.AbstractSlsbInvokerInterceptor
Fetches EJB home on startup, if necessary.
afterPropertiesSet() - Method in class org.springframework.ejb.access.LocalStatelessSessionProxyFactoryBean
 
afterPropertiesSet() - Method in class org.springframework.ejb.access.SimpleRemoteStatelessSessionProxyFactoryBean
 
afterPropertiesSet() - Method in class org.springframework.format.datetime.joda.DateTimeFormatterFactoryBean
 
afterPropertiesSet() - Method in class org.springframework.format.datetime.standard.DateTimeFormatterFactoryBean
 
afterPropertiesSet() - Method in class org.springframework.format.support.FormattingConversionServiceFactoryBean
 
afterPropertiesSet() - Method in class org.springframework.http.client.HttpComponentsAsyncClientHttpRequestFactory
 
afterPropertiesSet() - Method in class org.springframework.http.client.support.ProxyFactoryBean
 
afterPropertiesSet() - Method in class org.springframework.http.converter.json.Jackson2ObjectMapperFactoryBean
 
afterPropertiesSet() - Method in class org.springframework.http.converter.json.JacksonObjectMapperFactoryBean
Deprecated.
 
afterPropertiesSet() - Method in class org.springframework.jca.cci.connection.CciLocalTransactionManager
 
afterPropertiesSet() - Method in class org.springframework.jca.cci.connection.DelegatingConnectionFactory
 
afterPropertiesSet() - Method in class org.springframework.jca.cci.connection.SingleConnectionFactory
Make sure a Connection or ConnectionFactory has been set.
afterPropertiesSet() - Method in class org.springframework.jca.cci.core.CciTemplate
 
afterPropertiesSet() - Method in class org.springframework.jca.cci.object.EisOperation
 
afterPropertiesSet() - Method in class org.springframework.jca.endpoint.GenericMessageEndpointManager
Prepares the message endpoint, and automatically activates it if the "autoStartup" flag is set to "true".
afterPropertiesSet() - Method in class org.springframework.jca.support.LocalConnectionFactoryBean
 
afterPropertiesSet() - Method in class org.springframework.jca.support.ResourceAdapterFactoryBean
Builds the BootstrapContext and starts the ResourceAdapter with it.
afterPropertiesSet() - Method in class org.springframework.jca.work.WorkManagerTaskExecutor
 
afterPropertiesSet() - Method in class org.springframework.jdbc.datasource.DataSourceTransactionManager
 
afterPropertiesSet() - Method in class org.springframework.jdbc.datasource.DelegatingDataSource
 
afterPropertiesSet() - Method in class org.springframework.jdbc.datasource.embedded.EmbeddedDatabaseFactoryBean
 
afterPropertiesSet() - Method in class org.springframework.jdbc.datasource.init.DataSourceInitializer
Use the database populator to set up the database.
afterPropertiesSet() - Method in class org.springframework.jdbc.datasource.LazyConnectionDataSourceProxy
 
afterPropertiesSet() - Method in class org.springframework.jdbc.datasource.lookup.AbstractRoutingDataSource
 
afterPropertiesSet() - Method in class org.springframework.jdbc.datasource.WebSphereDataSourceAdapter
Checks that the specified 'targetDataSource' actually is a WebSphere WSDataSource.
afterPropertiesSet() - Method in class org.springframework.jdbc.object.GenericSqlQuery
 
afterPropertiesSet() - Method in class org.springframework.jdbc.object.RdbmsOperation
Ensures compilation if used in a bean factory.
afterPropertiesSet() - Method in class org.springframework.jdbc.support.CustomSQLExceptionTranslatorRegistrar
 
afterPropertiesSet() - Method in class org.springframework.jdbc.support.DatabaseStartupValidator
Check whether the validation query can be executed on a Connection from the specified DataSource, with the specified interval between checks, until the specified timeout.
afterPropertiesSet() - Method in class org.springframework.jdbc.support.incrementer.AbstractColumnMaxValueIncrementer
 
afterPropertiesSet() - Method in class org.springframework.jdbc.support.incrementer.AbstractDataFieldMaxValueIncrementer
 
afterPropertiesSet() - Method in class org.springframework.jdbc.support.JdbcAccessor
Eagerly initialize the exception translator, if demanded, creating a default one for the specified DataSource if none set.
afterPropertiesSet() - Method in class org.springframework.jms.connection.DelegatingConnectionFactory
 
afterPropertiesSet() - Method in class org.springframework.jms.connection.JmsTransactionManager
Make sure the ConnectionFactory has been set.
afterPropertiesSet() - Method in class org.springframework.jms.connection.SingleConnectionFactory
Make sure a Connection or ConnectionFactory has been set.
afterPropertiesSet() - Method in class org.springframework.jms.connection.UserCredentialsConnectionFactoryAdapter
 
afterPropertiesSet() - Method in class org.springframework.jms.core.support.JmsGatewaySupport
 
afterPropertiesSet() - Method in class org.springframework.jms.listener.AbstractJmsListeningContainer
afterPropertiesSet() - Method in class org.springframework.jms.listener.endpoint.JmsMessageEndpointManager
 
afterPropertiesSet() - Method in class org.springframework.jms.remoting.JmsInvokerClientInterceptor
 
afterPropertiesSet() - Method in class org.springframework.jms.remoting.JmsInvokerProxyFactoryBean
 
afterPropertiesSet() - Method in class org.springframework.jms.remoting.JmsInvokerServiceExporter
 
afterPropertiesSet() - Method in class org.springframework.jms.support.converter.MarshallingMessageConverter
 
afterPropertiesSet() - Method in class org.springframework.jms.support.JmsAccessor
 
afterPropertiesSet() - Method in class org.springframework.jmx.access.MBeanClientInterceptor
Prepares the MBeanServerConnection if the "connectOnStartup" is turned on (which it is by default).
afterPropertiesSet() - Method in class org.springframework.jmx.access.MBeanProxyFactoryBean
Checks that the proxyInterface has been specified and then generates the proxy for the target MBean.
afterPropertiesSet() - Method in class org.springframework.jmx.access.NotificationListenerRegistrar
 
afterPropertiesSet() - Method in class org.springframework.jmx.export.assembler.InterfaceBasedMBeanInfoAssembler
 
afterPropertiesSet() - Method in class org.springframework.jmx.export.assembler.MetadataMBeanInfoAssembler
 
afterPropertiesSet() - Method in class org.springframework.jmx.export.MBeanExporter
Start bean registration automatically when deployed in an ApplicationContext.
afterPropertiesSet() - Method in class org.springframework.jmx.export.naming.KeyNamingStrategy
Merges the Properties configured in the mappings and mappingLocations into the final Properties instance used for ObjectName resolution.
afterPropertiesSet() - Method in class org.springframework.jmx.export.naming.MetadataNamingStrategy
 
afterPropertiesSet() - Method in class org.springframework.jmx.export.NotificationListenerBean
 
afterPropertiesSet() - Method in class org.springframework.jmx.support.ConnectorServerFactoryBean
Start the connector server.
afterPropertiesSet() - Method in class org.springframework.jmx.support.MBeanServerConnectionFactoryBean
Creates a JMXConnector for the given settings and exposes the associated MBeanServerConnection.
afterPropertiesSet() - Method in class org.springframework.jmx.support.MBeanServerFactoryBean
Creates the MBeanServer instance.
afterPropertiesSet() - Method in class org.springframework.jmx.support.WebSphereMBeanServerFactoryBean
 
afterPropertiesSet() - Method in class org.springframework.jndi.JndiObjectFactoryBean
Look up the JNDI object and store it.
afterPropertiesSet() - Method in class org.springframework.jndi.JndiObjectLocator
 
afterPropertiesSet() - Method in class org.springframework.jndi.JndiObjectTargetSource
 
afterPropertiesSet() - Method in class org.springframework.mail.javamail.ConfigurableMimeFileTypeMap
Creates the final merged mapping set.
afterPropertiesSet() - Method in class org.springframework.messaging.handler.invocation.AbstractMethodMessageHandler
 
afterPropertiesSet() - Method in class org.springframework.orm.hibernate3.AbstractSessionFactoryBean
Build and expose the SessionFactory.
afterPropertiesSet() - Method in class org.springframework.orm.hibernate3.FilterDefinitionFactoryBean
 
afterPropertiesSet() - Method in class org.springframework.orm.hibernate3.HibernateAccessor
 
afterPropertiesSet() - Method in class org.springframework.orm.hibernate3.HibernateTransactionManager
 
afterPropertiesSet() - Method in class org.springframework.orm.hibernate3.support.OpenSessionInterceptor
 
afterPropertiesSet() - Method in class org.springframework.orm.hibernate3.TypeDefinitionBean
 
afterPropertiesSet() - Method in class org.springframework.orm.hibernate4.HibernateTemplate
 
afterPropertiesSet() - Method in class org.springframework.orm.hibernate4.HibernateTransactionManager
 
afterPropertiesSet() - Method in class org.springframework.orm.hibernate4.LocalSessionFactoryBean
 
afterPropertiesSet() - Method in class org.springframework.orm.hibernate4.support.OpenSessionInterceptor
 
afterPropertiesSet() - Method in class org.springframework.orm.jdo.JdoTransactionManager
Eagerly initialize the JDO dialect, creating a default one for the specified PersistenceManagerFactory if none set.
afterPropertiesSet() - Method in class org.springframework.orm.jdo.LocalPersistenceManagerFactoryBean
Initialize the PersistenceManagerFactory for the given location.
afterPropertiesSet() - Method in class org.springframework.orm.jdo.support.SpringPersistenceManagerProxyBean
 
afterPropertiesSet() - Method in class org.springframework.orm.jpa.AbstractEntityManagerFactoryBean
 
afterPropertiesSet() - Method in class org.springframework.orm.jpa.JpaTransactionManager
Eagerly initialize the JPA dialect, creating a default one for the specified EntityManagerFactory if none set.
afterPropertiesSet() - Method in class org.springframework.orm.jpa.persistenceunit.DefaultPersistenceUnitManager
 
afterPropertiesSet() - Method in class org.springframework.orm.jpa.support.SharedEntityManagerBean
 
afterPropertiesSet() - Method in class org.springframework.oxm.castor.CastorMarshaller
 
afterPropertiesSet() - Method in class org.springframework.oxm.jaxb.Jaxb2Marshaller
 
afterPropertiesSet() - Method in class org.springframework.oxm.jibx.JibxMarshaller
 
afterPropertiesSet() - Method in class org.springframework.oxm.xstream.XStreamMarshaller
 
afterPropertiesSet() - Method in class org.springframework.remoting.caucho.BurlapClientInterceptor
Deprecated.
 
afterPropertiesSet() - Method in class org.springframework.remoting.caucho.BurlapExporter
Deprecated.
 
afterPropertiesSet() - Method in class org.springframework.remoting.caucho.BurlapProxyFactoryBean
Deprecated.
 
afterPropertiesSet() - Method in class org.springframework.remoting.caucho.HessianClientInterceptor
 
afterPropertiesSet() - Method in class org.springframework.remoting.caucho.HessianExporter
 
afterPropertiesSet() - Method in class org.springframework.remoting.caucho.HessianProxyFactoryBean
 
afterPropertiesSet() - Method in class org.springframework.remoting.httpinvoker.HttpInvokerClientInterceptor
 
afterPropertiesSet() - Method in class org.springframework.remoting.httpinvoker.HttpInvokerProxyFactoryBean
 
afterPropertiesSet() - Method in class org.springframework.remoting.jaxws.AbstractJaxWsServiceExporter
Immediately publish all endpoints when fully configured.
afterPropertiesSet() - Method in class org.springframework.remoting.jaxws.JaxWsPortClientInterceptor
 
afterPropertiesSet() - Method in class org.springframework.remoting.jaxws.JaxWsPortProxyFactoryBean
 
afterPropertiesSet() - Method in class org.springframework.remoting.jaxws.LocalJaxWsServiceFactoryBean
 
afterPropertiesSet() - Method in class org.springframework.remoting.jaxws.SimpleHttpServerJaxWsServiceExporter
 
afterPropertiesSet() - Method in class org.springframework.remoting.rmi.JndiRmiClientInterceptor
 
afterPropertiesSet() - Method in class org.springframework.remoting.rmi.JndiRmiProxyFactoryBean
 
afterPropertiesSet() - Method in class org.springframework.remoting.rmi.JndiRmiServiceExporter
 
afterPropertiesSet() - Method in class org.springframework.remoting.rmi.RemoteInvocationSerializingExporter
 
afterPropertiesSet() - Method in class org.springframework.remoting.rmi.RmiClientInterceptor
 
afterPropertiesSet() - Method in class org.springframework.remoting.rmi.RmiProxyFactoryBean
 
afterPropertiesSet() - Method in class org.springframework.remoting.rmi.RmiRegistryFactoryBean
 
afterPropertiesSet() - Method in class org.springframework.remoting.rmi.RmiServiceExporter
 
afterPropertiesSet() - Method in class org.springframework.remoting.support.SimpleHttpServerFactoryBean
 
afterPropertiesSet() - Method in class org.springframework.remoting.support.UrlBasedRemoteAccessor
 
afterPropertiesSet() - Method in class org.springframework.scheduling.commonj.TimerManagerAccessor
 
afterPropertiesSet() - Method in class org.springframework.scheduling.commonj.TimerManagerFactoryBean
 
afterPropertiesSet() - Method in class org.springframework.scheduling.commonj.WorkManagerTaskExecutor
 
afterPropertiesSet() - Method in class org.springframework.scheduling.concurrent.DefaultManagedAwareThreadFactory
 
afterPropertiesSet() - Method in class org.springframework.scheduling.concurrent.DefaultManagedTaskExecutor
 
afterPropertiesSet() - Method in class org.springframework.scheduling.concurrent.DefaultManagedTaskScheduler
 
afterPropertiesSet() - Method in class org.springframework.scheduling.concurrent.ExecutorConfigurationSupport
Calls initialize() after the container applied all property values.
afterPropertiesSet() - Method in class org.springframework.scheduling.concurrent.ForkJoinPoolFactoryBean
 
afterPropertiesSet() - Method in class org.springframework.scheduling.config.ContextLifecycleScheduledTaskRegistrar
If we're running within an ApplicationContext, don't schedule the tasks right here; wait for this context's ContextRefreshedEvent instead.
afterPropertiesSet() - Method in class org.springframework.scheduling.config.ScheduledTaskRegistrar
Calls ScheduledTaskRegistrar.scheduleTasks() at bean construction time.
afterPropertiesSet() - Method in class org.springframework.scheduling.config.TaskExecutorFactoryBean
 
afterPropertiesSet() - Method in class org.springframework.scheduling.quartz.CronTriggerBean
 
afterPropertiesSet() - Method in class org.springframework.scheduling.quartz.CronTriggerFactoryBean
 
afterPropertiesSet() - Method in class org.springframework.scheduling.quartz.JobDetailBean
 
afterPropertiesSet() - Method in class org.springframework.scheduling.quartz.JobDetailFactoryBean
 
afterPropertiesSet() - Method in class org.springframework.scheduling.quartz.MethodInvokingJobDetailFactoryBean
 
afterPropertiesSet() - Method in class org.springframework.scheduling.quartz.SchedulerAccessorBean
 
afterPropertiesSet() - Method in class org.springframework.scheduling.quartz.SchedulerFactoryBean
 
afterPropertiesSet() - Method in class org.springframework.scheduling.quartz.SimpleThreadPoolTaskExecutor
 
afterPropertiesSet() - Method in class org.springframework.scheduling.quartz.SimpleTriggerBean
 
afterPropertiesSet() - Method in class org.springframework.scheduling.quartz.SimpleTriggerFactoryBean
 
afterPropertiesSet() - Method in class org.springframework.scheduling.support.MethodInvokingRunnable
 
afterPropertiesSet() - Method in class org.springframework.transaction.interceptor.MethodMapTransactionAttributeSource
Eagerly initializes the specified "methodMap", if any.
afterPropertiesSet() - Method in class org.springframework.transaction.interceptor.TransactionAspectSupport
Check that required properties were set.
afterPropertiesSet() - Method in class org.springframework.transaction.jta.JtaTransactionManager
Initialize the UserTransaction as well as the TransactionManager handle.
afterPropertiesSet() - Method in class org.springframework.transaction.jta.WebLogicJtaTransactionManager
 
afterPropertiesSet() - Method in class org.springframework.transaction.jta.WebSphereUowTransactionManager
 
afterPropertiesSet() - Method in class org.springframework.transaction.support.TransactionTemplate
 
afterPropertiesSet() - Method in class org.springframework.ui.freemarker.FreeMarkerConfigurationFactoryBean
 
afterPropertiesSet() - Method in class org.springframework.ui.velocity.VelocityEngineFactoryBean
 
afterPropertiesSet() - Method in class org.springframework.validation.beanvalidation.BeanValidationPostProcessor
 
afterPropertiesSet() - Method in class org.springframework.validation.beanvalidation.CustomValidatorBean
 
afterPropertiesSet() - Method in class org.springframework.validation.beanvalidation.LocalValidatorFactoryBean
 
afterPropertiesSet() - Method in class org.springframework.validation.beanvalidation.MethodValidationPostProcessor
 
afterPropertiesSet() - Method in class org.springframework.validation.beanvalidation.OptionalValidatorFactoryBean
 
afterPropertiesSet() - Method in class org.springframework.web.accept.ContentNegotiationManagerFactoryBean
 
afterPropertiesSet() - Method in class org.springframework.web.filter.GenericFilterBean
Calls the initFilterBean() method that might contain custom initialization of a subclass.
afterPropertiesSet() - Method in class org.springframework.web.portlet.mvc.PortletWrappingController
 
afterPropertiesSet() - Method in class org.springframework.web.servlet.config.AnnotationDrivenBeanDefinitionParser.CompositeUriComponentsContributorFactoryBean
 
afterPropertiesSet() - Method in class org.springframework.web.servlet.handler.AbstractHandlerMethodMapping
Detects handler methods at initialization.
afterPropertiesSet() - Method in class org.springframework.web.servlet.mvc.method.annotation.ExceptionHandlerExceptionResolver
 
afterPropertiesSet() - Method in class org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter
 
afterPropertiesSet() - Method in class org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping
 
afterPropertiesSet() - Method in class org.springframework.web.servlet.mvc.multiaction.PropertiesMethodNameResolver
 
afterPropertiesSet() - Method in class org.springframework.web.servlet.mvc.ServletWrappingController
Initialize the wrapped Servlet instance.
afterPropertiesSet() - Method in class org.springframework.web.servlet.resource.ResourceHttpRequestHandler
 
afterPropertiesSet() - Method in class org.springframework.web.servlet.view.AbstractUrlBasedView
 
afterPropertiesSet() - Method in class org.springframework.web.servlet.view.ContentNegotiatingViewResolver
 
afterPropertiesSet() - Method in class org.springframework.web.servlet.view.freemarker.FreeMarkerConfigurer
Initialize FreeMarkerConfigurationFactory's Configuration if not overridden by a preconfigured FreeMarker Configuation.
afterPropertiesSet() - Method in class org.springframework.web.servlet.view.ResourceBundleViewResolver
Eagerly initialize Locales if necessary.
afterPropertiesSet() - Method in class org.springframework.web.servlet.view.tiles2.TilesConfigurer
Creates and exposes a TilesContainer for this web application, delegating to the TilesInitializer.
afterPropertiesSet() - Method in class org.springframework.web.servlet.view.tiles3.TilesConfigurer
Creates and exposes a TilesContainer for this web application, delegating to the TilesInitializer.
afterPropertiesSet() - Method in class org.springframework.web.servlet.view.tiles3.TilesView
 
afterPropertiesSet() - Method in class org.springframework.web.servlet.view.velocity.VelocityConfigurer
Initialize VelocityEngineFactory's VelocityEngine if not overridden by a pre-configured VelocityEngine.
afterPropertiesSet() - Method in class org.springframework.web.servlet.view.XmlViewResolver
Pre-initialize the factory from the XML file.
afterPropertiesSet() - Method in class org.springframework.web.socket.server.standard.ServerEndpointExporter
 
afterPropertiesSet() - Method in class org.springframework.web.socket.server.standard.ServletServerContainerFactoryBean
 
afterPrototypeCreation(String) - Method in class org.springframework.beans.factory.support.AbstractBeanFactory
Callback after prototype creation.
afterRenderCompletion(RenderRequest, RenderResponse, Object, Exception) - Method in class org.springframework.web.portlet.handler.HandlerInterceptorAdapter
afterRenderCompletion(RenderRequest, RenderResponse, Object, Exception) - Method in class org.springframework.web.portlet.handler.WebRequestHandlerInterceptorAdapter
 
afterRenderCompletion(RenderRequest, RenderResponse, Object, Exception) - Method in interface org.springframework.web.portlet.HandlerInterceptor
Callback after completion of request processing, that is, after rendering the view.
afterRequest(HttpServletRequest, String) - Method in class org.springframework.web.filter.AbstractRequestLoggingFilter
Concrete subclasses should implement this method to write a log message after the request is processed.
afterRequest(HttpServletRequest, String) - Method in class org.springframework.web.filter.CommonsRequestLoggingFilter
Writes a log message after the request is processed.
afterRequest(HttpServletRequest, String) - Method in class org.springframework.web.filter.Log4jNestedDiagnosticContextFilter
Removes the log message from the Log4J NDC after the request is processed and logs the after-request message through Log4J.
afterRequest(HttpServletRequest, String) - Method in class org.springframework.web.filter.ServletContextRequestLoggingFilter
Writes a log message after the request is processed.
afterResourceCompletion(ResourceRequest, ResourceResponse, Object, Exception) - Method in class org.springframework.web.portlet.handler.HandlerInterceptorAdapter
afterResourceCompletion(ResourceRequest, ResourceResponse, Object, Exception) - Method in class org.springframework.web.portlet.handler.WebRequestHandlerInterceptorAdapter
 
afterResourceCompletion(ResourceRequest, ResourceResponse, Object, Exception) - Method in interface org.springframework.web.portlet.HandlerInterceptor
Callback after completion of request processing, that is, after rendering the view.
afterResponse(HandshakeResponse) - Method in class org.springframework.web.socket.client.standard.StandardWebSocketClient.StandardWebSocketClientConfigurator
 
afterReturning(Object, Method, Object[], Object) - Method in interface org.springframework.aop.AfterReturningAdvice
Callback after a given method successfully returned.
afterReturning(Object, Method, Object[], Object) - Method in class org.springframework.aop.aspectj.AspectJAfterReturningAdvice
 
AfterReturningAdvice - Interface in org.springframework.aop
After returning advice is invoked only on normal method return, not if an exception is thrown.
AfterReturningAdviceAdapter - Class in org.springframework.aop.framework.adapter
Adapter to enable AfterReturningAdvice to be used in the Spring AOP framework.
AfterReturningAdviceAdapter() - Constructor for class org.springframework.aop.framework.adapter.AfterReturningAdviceAdapter
 
AfterReturningAdviceInterceptor - Class in org.springframework.aop.framework.adapter
Interceptor to wrap am AfterReturningAdvice.
AfterReturningAdviceInterceptor(AfterReturningAdvice) - Constructor for class org.springframework.aop.framework.adapter.AfterReturningAdviceInterceptor
Create a new AfterReturningAdviceInterceptor for the given advice.
afterSessionEnded(WebSocketSession, CloseStatus, MessageChannel) - Method in class org.springframework.web.socket.messaging.StompSubProtocolHandler
 
afterSessionEnded(WebSocketSession, CloseStatus, MessageChannel) - Method in interface org.springframework.web.socket.messaging.SubProtocolHandler
Invoked after a WebSocketSession has ended.
afterSessionFactoryCreation() - Method in class org.springframework.orm.hibernate3.AbstractSessionFactoryBean
Hook that allows post-processing after the SessionFactory has been successfully created.
afterSessionFactoryCreation() - Method in class org.springframework.orm.hibernate3.LocalSessionFactoryBean
Executes schema update if requested.
afterSessionStarted(WebSocketSession, MessageChannel) - Method in class org.springframework.web.socket.messaging.StompSubProtocolHandler
 
afterSessionStarted(WebSocketSession, MessageChannel) - Method in interface org.springframework.web.socket.messaging.SubProtocolHandler
Invoked after a WebSocketSession has started.
afterSingletonCreation(String) - Method in class org.springframework.beans.factory.support.DefaultSingletonBeanRegistry
Callback after singleton creation.
afterStompConnected(StompHeaderAccessor) - Method in class org.springframework.messaging.simp.stomp.StompBrokerRelayMessageHandler.StompConnectionHandler
Invoked after the STOMP CONNECTED frame is received.
afterStompConnected(StompHeaderAccessor) - Method in class org.springframework.messaging.simp.stomp.StompBrokerRelayMessageHandler.SystemStompConnectionHandler
 
afterStompSessionConnected(StompHeaderAccessor, WebSocketSession) - Method in class org.springframework.web.socket.messaging.StompSubProtocolHandler
 
afterTestClass(TestContext) - Method in class org.springframework.test.context.support.AbstractTestExecutionListener
The default implementation is empty.
afterTestClass(TestContext) - Method in class org.springframework.test.context.support.DirtiesContextTestExecutionListener
If the test class of the supplied test context is annotated with @DirtiesContext, the application context of the test context will be marked as dirty, and the REINJECT_DEPENDENCIES_ATTRIBUTE in the test context will be set to true.
afterTestClass() - Method in class org.springframework.test.context.TestContextManager
Hook for post-processing a test class after execution of all tests within the class.
afterTestClass(TestContext) - Method in interface org.springframework.test.context.TestExecutionListener
Post-processes a test class after execution of all tests within the class.
afterTestMethod(TestContext) - Method in class org.springframework.test.context.support.AbstractTestExecutionListener
The default implementation is empty.
afterTestMethod(TestContext) - Method in class org.springframework.test.context.support.DirtiesContextTestExecutionListener
If the current test method of the supplied test context is annotated with @DirtiesContext, or if the test class is annotated with @DirtiesContext and the class mode is set to AFTER_EACH_TEST_METHOD, the application context of the test context will be marked as dirty and the DependencyInjectionTestExecutionListener.REINJECT_DEPENDENCIES_ATTRIBUTE in the test context will be set to true.
afterTestMethod(Object, Method, Throwable) - Method in class org.springframework.test.context.TestContextManager
Hook for post-processing a test after execution of the supplied test method, for example for tearing down test fixtures, ending a transaction, etc.
afterTestMethod(TestContext) - Method in interface org.springframework.test.context.TestExecutionListener
Post-processes a test after execution of the test method in the supplied test context, for example by tearing down test fixtures.
afterTestMethod(TestContext) - Method in class org.springframework.test.context.transaction.TransactionalTestExecutionListener
If a transaction is currently active for the test method of the supplied test context, this method will end the transaction and run @AfterTransaction methods.
afterTestMethod(TestContext) - Method in class org.springframework.test.context.web.ServletTestExecutionListener
Cleans up thread-local state after each test method by resetting Spring Web's RequestContextHolder, but only if the ServletTestExecutionListener.RESET_REQUEST_CONTEXT_HOLDER_ATTRIBUTE in the supplied TestContext has a value of Boolean.TRUE.
AfterTransaction - Annotation Type in org.springframework.test.context.transaction
Test annotation to indicate that the annotated public void method should be executed after a transaction is ended for test methods configured to run within a transaction via the &#064;Transactional annotation.
AGENT_CLASS_PRESENT - Static variable in class org.springframework.instrument.classloading.InstrumentationLoadTimeWeaver
 
AGENT_ID_ATTRIBUTE - Static variable in class org.springframework.context.config.MBeanServerBeanDefinitionParser
 
agentId - Variable in class org.springframework.jmx.access.MBeanClientInterceptor
 
agentId - Variable in class org.springframework.jmx.access.NotificationListenerRegistrar
 
agentId - Variable in class org.springframework.jmx.support.MBeanServerFactoryBean
 
agentmain(String, Instrumentation) - Static method in class org.springframework.instrument.InstrumentationSavingAgent
Save the Instrumentation interface exposed by the JVM.
AJ_ID - Static variable in class org.springframework.aop.aspectj.AspectJWeaverMessageHandler
 
AJC_MAGIC - Static variable in class org.springframework.aop.aspectj.annotation.AbstractAspectJAdvisorFactory
 
ajType - Variable in class org.springframework.aop.aspectj.annotation.AspectMetadata
AspectJ reflection information (AspectJ 5 / Java 5 specific).
alias - Variable in class org.springframework.beans.factory.parsing.AliasDefinition
 
ALIAS_ATTRIBUTE - Static variable in class org.springframework.beans.factory.xml.DefaultBeanDefinitionDocumentReader
 
ALIAS_ELEMENT - Static variable in class org.springframework.beans.factory.xml.DefaultBeanDefinitionDocumentReader
 
AliasDefinition - Class in org.springframework.beans.factory.parsing
Representation of an alias that has been registered during the parsing process.
AliasDefinition(String, String) - Constructor for class org.springframework.beans.factory.parsing.AliasDefinition
Create a new AliasDefinition.
AliasDefinition(String, String, Object) - Constructor for class org.springframework.beans.factory.parsing.AliasDefinition
Create a new AliasDefinition.
aliases - Variable in class org.springframework.beans.factory.config.BeanDefinitionHolder
 
aliases - Variable in class org.springframework.oxm.xstream.XStreamMarshaller
 
aliasesByType - Variable in class org.springframework.oxm.xstream.XStreamMarshaller
 
aliasMap - Variable in class org.springframework.core.SimpleAliasRegistry
Map from alias to canonical name
aliasRegistered(AliasDefinition) - Method in class org.springframework.beans.factory.parsing.EmptyReaderEventListener
 
aliasRegistered(AliasDefinition) - Method in interface org.springframework.beans.factory.parsing.ReaderEventListener
Notification that the given alias has been registered.
AliasRegistry - Interface in org.springframework.core
Common interface for managing aliases.
ALL - Static variable in class org.springframework.expression.spel.ast.Selection
 
ALL - Static variable in class org.springframework.http.MediaType
Public constant media type that includes all media ranges (i.e.
ALL - Static variable in class org.springframework.util.MimeTypeUtils
Public constant mime type that includes all media ranges (i.e.
ALL_VALUE - Static variable in class org.springframework.http.MediaType
A String equivalent of MediaType.ALL.
ALL_VALUE - Static variable in class org.springframework.util.MimeTypeUtils
A String equivalent of MimeTypeUtils.ALL.
allBeanNamesByType - Variable in class org.springframework.beans.factory.support.DefaultListableBeanFactory
Map of singleton and non-singleton bean names keyed by dependency type
AllEncompassingFormHttpMessageConverter - Class in org.springframework.http.converter.support
Extension of FormHttpMessageConverter, adding support for XML and JSON-based parts.
AllEncompassingFormHttpMessageConverter() - Constructor for class org.springframework.http.converter.support.AllEncompassingFormHttpMessageConverter
 
allFileExtensions - Variable in class org.springframework.web.accept.MappingMediaTypeFileExtensionResolver
 
allNestedAttributes - Variable in class org.springframework.core.type.classreading.RecursiveAnnotationArrayVisitor
 
ALLOW - Static variable in class org.springframework.http.HttpHeaders
 
allowAliasOverriding() - Method in class org.springframework.beans.factory.support.DefaultListableBeanFactory
Only allows alias overriding if bean definition overriding is allowed.
allowAliasOverriding() - Method in class org.springframework.core.SimpleAliasRegistry
Return whether alias overriding is allowed.
allowBeanDefinitionOverriding - Variable in class org.springframework.beans.factory.support.DefaultListableBeanFactory
Whether to allow re-registration of a different definition with the same name
allowBeanDefinitionOverriding - Variable in class org.springframework.context.support.AbstractRefreshableApplicationContext
 
allowCaching - Variable in class org.springframework.beans.factory.support.RootBeanDefinition
 
allowCircularReferences - Variable in class org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory
Whether to automatically try to resolve circular references between beans
allowCircularReferences - Variable in class org.springframework.context.support.AbstractRefreshableApplicationContext
 
allowCoreThreadTimeOut - Variable in class org.springframework.scheduling.concurrent.ThreadPoolExecutorFactoryBean
 
allowCoreThreadTimeOut - Variable in class org.springframework.scheduling.concurrent.ThreadPoolTaskExecutor
 
allowCreate - Variable in class org.springframework.orm.hibernate3.HibernateTemplate
 
allowCreate - Variable in class org.springframework.orm.jdo.support.SpringPersistenceManagerProxyBean
 
allowCreate - Variable in class org.springframework.orm.jdo.TransactionAwarePersistenceManagerFactoryProxy
 
allowCustomIsolationLevels - Variable in class org.springframework.transaction.jta.JtaTransactionManager
 
allowDuplicateParameters - Variable in class org.springframework.web.portlet.handler.PortletModeParameterHandlerMapping
 
allowEagerClassLoading - Variable in class org.springframework.beans.factory.support.DefaultListableBeanFactory
Whether to allow eager class loading even for lazy-init beans
allowEagerInit - Variable in class org.springframework.jmx.export.MBeanExporter
Whether to eagerly initialize candidate beans when autodetecting MBeans
ALLOWED_PLACEHOLDERS - Static variable in class org.springframework.aop.interceptor.CustomizableTraceInterceptor
The Set of allowed placeholders.
allowedAttributes - Variable in class org.springframework.jmx.access.MBeanClientInterceptor
 
allowedFields - Variable in class org.springframework.validation.DataBinder
 
allowedOperations - Variable in class org.springframework.jmx.access.MBeanClientInterceptor
 
allowedResources - Variable in class org.springframework.web.servlet.ResourceServlet
 
allowEmpty - Variable in class org.springframework.beans.propertyeditors.CharacterEditor
 
allowEmpty - Variable in class org.springframework.beans.propertyeditors.CustomBooleanEditor
 
allowEmpty - Variable in class org.springframework.beans.propertyeditors.CustomDateEditor
 
allowEmpty - Variable in class org.springframework.beans.propertyeditors.CustomNumberEditor
 
allowNullValues - Variable in class org.springframework.cache.concurrent.ConcurrentMapCache
 
allowNullValues - Variable in class org.springframework.cache.concurrent.ConcurrentMapCacheFactoryBean
 
allowNullValues - Variable in class org.springframework.cache.concurrent.ConcurrentMapCacheManager
 
allowNullValues - Variable in class org.springframework.cache.guava.GuavaCache
 
allowNullValues - Variable in class org.springframework.cache.guava.GuavaCacheManager
 
allowNullValues - Variable in class org.springframework.cache.jcache.JCacheCache
 
allowNullValues - Variable in class org.springframework.cache.jcache.JCacheCacheManager
 
allowPublicMethodsOnly() - Method in class org.springframework.cache.annotation.AnnotationCacheOperationSource
By default, only public methods can be made cacheable.
allowPublicMethodsOnly() - Method in class org.springframework.cache.interceptor.AbstractFallbackCacheOperationSource
Should only public methods be allowed to have caching semantics?
allowPublicMethodsOnly() - Method in class org.springframework.transaction.annotation.AnnotationTransactionAttributeSource
By default, only public methods can be made transactional.
allowPublicMethodsOnly() - Method in class org.springframework.transaction.interceptor.AbstractFallbackTransactionAttributeSource
Should only public methods be allowed to have transactional semantics?
allowRawInjectionDespiteWrapping - Variable in class org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory
Whether to resort to injecting a raw bean instance in case of circular reference, even if the injected bean eventually got wrapped.
allowRequestOverride - Variable in class org.springframework.web.servlet.view.AbstractTemplateView
 
allowRequestOverride - Variable in class org.springframework.web.servlet.view.AbstractTemplateViewResolver
 
allowSessionOverride - Variable in class org.springframework.web.servlet.view.AbstractTemplateView
 
allowSessionOverride - Variable in class org.springframework.web.servlet.view.AbstractTemplateViewResolver
 
allowsUnusedParameters() - Method in class org.springframework.jdbc.object.RdbmsOperation
Return whether this operation accepts additional parameters that are given but not actually used.
allowsUnusedParameters() - Method in class org.springframework.jdbc.object.StoredProcedure
StoredProcedure parameter Maps are by default allowed to contain additional entries that are not actually used as parameters.
allSupportedMediaTypes - Variable in class org.springframework.web.servlet.mvc.method.annotation.AbstractMessageConverterMethodArgumentResolver
 
ALOAD - Static variable in interface org.springframework.asm.Opcodes
 
ALREADY_FILTERED_SUFFIX - Static variable in class org.springframework.web.filter.OncePerRequestFilter
Suffix that gets appended to the filter name for the "already filtered" request attribute.
alreadyBound(String) - Method in class org.springframework.aop.aspectj.AspectJAdviceParameterNameDiscoverer
 
alreadyCreated - Variable in class org.springframework.beans.factory.support.AbstractBeanFactory
Names of beans that have already been created at least once
alreadyPopulatedRequestContextHolder(TestContext) - Method in class org.springframework.test.context.web.ServletTestExecutionListener
 
alt - Variable in class org.springframework.web.servlet.tags.form.InputTag
 
ALT_ATTRIBUTE - Static variable in class org.springframework.web.servlet.tags.form.InputTag
 
ALTERNATIVE_OPERATOR_NAMES - Static variable in class org.springframework.expression.spel.standard.Tokenizer
 
AlternativeJdkIdGenerator - Class in org.springframework.util
A variation of UUID.randomUUID() that uses SecureRandom only for the initial seed and Random thereafter.
AlternativeJdkIdGenerator() - Constructor for class org.springframework.util.AlternativeJdkIdGenerator
 
alwaysCreate - Variable in class org.springframework.remoting.rmi.RmiRegistryFactoryBean
 
alwaysCreateNewCollection() - Method in class org.springframework.beans.propertyeditors.CustomCollectionEditor
Return whether to always create a new Collection, even if the type of the passed-in Collection already matches.
alwaysCreateNewMap() - Method in class org.springframework.beans.propertyeditors.CustomMapEditor
Return whether to always create a new Map, even if the type of the passed-in Map already matches.
alwaysCreateRegistry - Variable in class org.springframework.remoting.rmi.RmiServiceExporter
 
alwaysDo(ResultHandler) - Method in class org.springframework.test.web.servlet.setup.AbstractMockMvcBuilder
Define a global action that should always be applied to every response.
alwaysExpect(ResultMatcher) - Method in class org.springframework.test.web.servlet.setup.AbstractMockMvcBuilder
Define a global expectation that should always be applied to every response.
alwaysInclude - Variable in class org.springframework.web.servlet.view.InternalResourceView
 
alwaysInclude - Variable in class org.springframework.web.servlet.view.InternalResourceViewResolver
 
alwaysMatches() - Method in class org.springframework.aop.aspectj.AspectJExpressionPointcut.DefensiveShadowMatch
 
alwaysMustRevalidate - Variable in class org.springframework.web.servlet.support.WebContentGenerator
 
alwaysTranslate - Variable in class org.springframework.dao.support.PersistenceExceptionTranslationInterceptor
 
alwaysUseFullPath - Variable in class org.springframework.web.util.UrlPathHelper
 
alwaysUseJndiLookup - Variable in class org.springframework.context.annotation.CommonAnnotationBeanPostProcessor
 
alwaysUseMessageFormat - Variable in class org.springframework.context.support.MessageSourceSupport
 
alwaysUseNewSession - Variable in class org.springframework.orm.hibernate3.HibernateTemplate
 
AmbiguousBindingException(String) - Constructor for exception org.springframework.aop.aspectj.AspectJAdviceParameterNameDiscoverer.AmbiguousBindingException
Construct a new AmbiguousBindingException with the specified message.
ambiguousWriteMethods - Variable in class org.springframework.beans.GenericTypeAwarePropertyDescriptor
 
andDo(ResultHandler) - Method in interface org.springframework.test.web.servlet.ResultActions
Provide a general action.
andExpect(RequestMatcher) - Method in class org.springframework.test.web.client.RequestMatcherClientHttpRequest
 
andExpect(RequestMatcher) - Method in interface org.springframework.test.web.client.ResponseActions
Add a request expectation.
andExpect(ResultMatcher) - Method in interface org.springframework.test.web.servlet.ResultActions
Provide an expectation.
andRespond(ResponseCreator) - Method in class org.springframework.test.web.client.RequestMatcherClientHttpRequest
 
andRespond(ResponseCreator) - Method in interface org.springframework.test.web.client.ResponseActions
Define the response.
andReturn() - Method in interface org.springframework.test.web.servlet.ResultActions
Return the result of the executed request for direct access to the results.
ANEWARRAY - Static variable in interface org.springframework.asm.Opcodes
 
annd - Variable in class org.springframework.asm.MethodWriter
The annotation default attribute of this method.
AnnotatedBeanDefinition - Interface in org.springframework.beans.factory.annotation
Extended BeanDefinition interface that exposes AnnotationMetadata about its bean class - without requiring the class to be loaded yet.
AnnotatedBeanDefinitionReader - Class in org.springframework.context.annotation
Convenient adapter for programmatic registration of annotated bean classes.
AnnotatedBeanDefinitionReader(BeanDefinitionRegistry) - Constructor for class org.springframework.context.annotation.AnnotatedBeanDefinitionReader
Create a new AnnotatedBeanDefinitionReader for the given registry.
AnnotatedBeanDefinitionReader(BeanDefinitionRegistry, Environment) - Constructor for class org.springframework.context.annotation.AnnotatedBeanDefinitionReader
Create a new AnnotatedBeanDefinitionReader for the given registry and using the given Environment.
annotatedClasses - Variable in class org.springframework.orm.hibernate3.annotation.AnnotationSessionFactoryBean
 
annotatedClasses - Variable in class org.springframework.orm.hibernate4.LocalSessionFactoryBean
 
annotatedClasses - Variable in class org.springframework.oxm.xstream.XStreamMarshaller
 
annotatedClasses - Variable in class org.springframework.web.context.support.AnnotationConfigWebApplicationContext
 
AnnotatedElementUtils - Class in org.springframework.core.annotation
Utility class used to collect all annotation values including those declared on meta-annotations.
AnnotatedElementUtils() - Constructor for class org.springframework.core.annotation.AnnotatedElementUtils
 
AnnotatedElementUtils.Processor<T> - Interface in org.springframework.core.annotation
Callback interface used to process an annotation.
annotatedEndpointBeanTypes - Variable in class org.springframework.web.socket.server.standard.ServerEndpointExporter
 
annotatedEndpointClasses - Variable in class org.springframework.web.socket.server.standard.ServerEndpointExporter
 
AnnotatedEndpointConnectionManager - Class in org.springframework.web.socket.client.standard
A WebSocket connection manager that is given a URI, a ServerEndpoint-annotated endpoint, connects to a WebSocket server through the ConnectionManagerSupport.start() and ConnectionManagerSupport.stop() methods.
AnnotatedEndpointConnectionManager(Object, String, Object...) - Constructor for class org.springframework.web.socket.client.standard.AnnotatedEndpointConnectionManager
 
AnnotatedEndpointConnectionManager(Class<?>, String, Object...) - Constructor for class org.springframework.web.socket.client.standard.AnnotatedEndpointConnectionManager
 
AnnotatedGenericBeanDefinition - Class in org.springframework.beans.factory.annotation
Extension of the GenericBeanDefinition class, adding support for annotation metadata exposed through the AnnotatedBeanDefinition interface.
AnnotatedGenericBeanDefinition(Class<?>) - Constructor for class org.springframework.beans.factory.annotation.AnnotatedGenericBeanDefinition
Create a new AnnotatedGenericBeanDefinition for the given bean class.
AnnotatedGenericBeanDefinition(AnnotationMetadata) - Constructor for class org.springframework.beans.factory.annotation.AnnotatedGenericBeanDefinition
Create a new AnnotatedGenericBeanDefinition for the given annotation metadata, allowing for ASM-based processing and avoidance of early loading of the bean class.
annotatedInterfaceCache - Static variable in class org.springframework.core.annotation.AnnotationUtils
 
annotatedPackages - Variable in class org.springframework.orm.hibernate3.annotation.AnnotationSessionFactoryBean
 
annotatedPackages - Variable in class org.springframework.orm.hibernate4.LocalSessionFactoryBean
 
AnnotatedTypeMetadata - Interface in org.springframework.core.type
Defines access to the annotations of a specific type (class or method), in a form that does not necessarily require the class-loading.
annotation - Variable in class org.springframework.aop.aspectj.annotation.AbstractAspectJAdvisorFactory.AspectJAnnotation
 
annotation - Variable in class org.springframework.format.support.FormattingConversionService.AnnotationConverterKey
 
annotation - Variable in class org.springframework.test.context.MetaAnnotationUtils.AnnotationDescriptor
 
ANNOTATION_CONFIG_ATTRIBUTE - Static variable in class org.springframework.context.annotation.ComponentScanBeanDefinitionParser
 
AnnotationAsyncExecutionInterceptor - Class in org.springframework.scheduling.annotation
Specialization of AsyncExecutionInterceptor that delegates method execution to an Executor based on the Async annotation.
AnnotationAsyncExecutionInterceptor(Executor) - Constructor for class org.springframework.scheduling.annotation.AnnotationAsyncExecutionInterceptor
Create a new AnnotationAsyncExecutionInterceptor with the given executor.
AnnotationAttributes - Class in org.springframework.core.annotation
LinkedHashMap subclass representing annotation attribute key/value pairs as read by Spring's reflection- or ASM-based AnnotationMetadata implementations.
AnnotationAttributes() - Constructor for class org.springframework.core.annotation.AnnotationAttributes
Create a new, empty AnnotationAttributes instance.
AnnotationAttributes(int) - Constructor for class org.springframework.core.annotation.AnnotationAttributes
Create a new, empty AnnotationAttributes instance with the given initial capacity to optimize performance.
AnnotationAttributes(Map<String, Object>) - Constructor for class org.springframework.core.annotation.AnnotationAttributes
Create a new AnnotationAttributes instance, wrapping the provided map and all its key/value pairs.
annotationAttributes - Variable in class org.springframework.test.context.MetaAnnotationUtils.AnnotationDescriptor
 
AnnotationAttributesReadingVisitor - Class in org.springframework.core.type.classreading
ASM visitor which looks for the annotations defined on a class or method, including tracking meta-annotations.
AnnotationAttributesReadingVisitor(String, MultiValueMap<String, AnnotationAttributes>, Map<String, Set<String>>, ClassLoader) - Constructor for class org.springframework.core.type.classreading.AnnotationAttributesReadingVisitor
 
AnnotationAwareAspectJAutoProxyCreator - Class in org.springframework.aop.aspectj.annotation
AspectJAwareAdvisorAutoProxyCreator subclass that processes all AspectJ annotation aspects in the current application context, as well as Spring Advisors.
AnnotationAwareAspectJAutoProxyCreator() - Constructor for class org.springframework.aop.aspectj.annotation.AnnotationAwareAspectJAutoProxyCreator
 
AnnotationAwareAspectJAutoProxyCreator.BeanFactoryAspectJAdvisorsBuilderAdapter - Class in org.springframework.aop.aspectj.annotation
Subclass of BeanFactoryAspectJAdvisorsBuilderAdapter that delegates to surrounding AnnotationAwareAspectJAutoProxyCreator facilities.
AnnotationAwareOrderComparator - Class in org.springframework.core.annotation
Comparator implementation that checks Ordered as well as the Order annotation, with an order value provided by an Ordered instance overriding a statically defined annotation value (if any).
AnnotationAwareOrderComparator() - Constructor for class org.springframework.core.annotation.AnnotationAwareOrderComparator
 
AnnotationBeanNameGenerator - Class in org.springframework.context.annotation
BeanNameGenerator implementation for bean classes annotated with the @Component annotation or with another annotation that is itself annotated with @Component as a meta-annotation.
AnnotationBeanNameGenerator() - Constructor for class org.springframework.context.annotation.AnnotationBeanNameGenerator
 
AnnotationBeanUtils - Class in org.springframework.beans.annotation
General utility methods for working with annotations in JavaBeans style.
AnnotationBeanUtils() - Constructor for class org.springframework.beans.annotation.AnnotationBeanUtils
 
AnnotationBeanWiringInfoResolver - Class in org.springframework.beans.factory.annotation
BeanWiringInfoResolver that uses the Configurable annotation to identify which classes need autowiring.
AnnotationBeanWiringInfoResolver() - Constructor for class org.springframework.beans.factory.annotation.AnnotationBeanWiringInfoResolver
 
annotationCache - Static variable in class org.springframework.core.convert.Property
 
AnnotationCacheOperationSource - Class in org.springframework.cache.annotation
Implementation of the CacheOperationSource interface for working with caching metadata in annotation format.
AnnotationCacheOperationSource() - Constructor for class org.springframework.cache.annotation.AnnotationCacheOperationSource
Create a default AnnotationCacheOperationSource, supporting public methods that carry the Cacheable and CacheEvict annotations.
AnnotationCacheOperationSource(boolean) - Constructor for class org.springframework.cache.annotation.AnnotationCacheOperationSource
Create a default AnnotationCacheOperationSource, supporting public methods that carry the Cacheable and CacheEvict annotations.
AnnotationCacheOperationSource(CacheAnnotationParser) - Constructor for class org.springframework.cache.annotation.AnnotationCacheOperationSource
Create a custom AnnotationCacheOperationSource.
AnnotationCacheOperationSource(CacheAnnotationParser...) - Constructor for class org.springframework.cache.annotation.AnnotationCacheOperationSource
Create a custom AnnotationCacheOperationSource.
AnnotationCacheOperationSource(Set<CacheAnnotationParser>) - Constructor for class org.springframework.cache.annotation.AnnotationCacheOperationSource
Create a custom AnnotationCacheOperationSource.
AnnotationClassFilter - Class in org.springframework.aop.support.annotation
Simple ClassFilter that looks for a specific Java 5 annotation being present on a class.
AnnotationClassFilter(Class<? extends Annotation>) - Constructor for class org.springframework.aop.support.annotation.AnnotationClassFilter
Create a new AnnotationClassFilter for the given annotation type.
AnnotationClassFilter(Class<? extends Annotation>, boolean) - Constructor for class org.springframework.aop.support.annotation.AnnotationClassFilter
Create a new AnnotationClassFilter for the given annotation type.
AnnotationCollector(Class<? extends Annotation>, Class<A>) - Constructor for class org.springframework.core.annotation.AnnotationUtils.AnnotationCollector
 
AnnotationConfigApplicationContext - Class in org.springframework.context.annotation
Standalone application context, accepting annotated classes as input - in particular @Configuration-annotated classes, but also plain @Component types and JSR-330 compliant classes using javax.inject annotations.
AnnotationConfigApplicationContext() - Constructor for class org.springframework.context.annotation.AnnotationConfigApplicationContext
Create a new AnnotationConfigApplicationContext that needs to be populated through AnnotationConfigApplicationContext.register(java.lang.Class<?>...) calls and then manually refreshed.
AnnotationConfigApplicationContext(DefaultListableBeanFactory) - Constructor for class org.springframework.context.annotation.AnnotationConfigApplicationContext
Create a new AnnotationConfigApplicationContext with the given DefaultListableBeanFactory.
AnnotationConfigApplicationContext(Class<?>...) - Constructor for class org.springframework.context.annotation.AnnotationConfigApplicationContext
Create a new AnnotationConfigApplicationContext, deriving bean definitions from the given annotated classes and automatically refreshing the context.
AnnotationConfigApplicationContext(String...) - Constructor for class org.springframework.context.annotation.AnnotationConfigApplicationContext
Create a new AnnotationConfigApplicationContext, scanning for bean definitions in the given packages and automatically refreshing the context.
AnnotationConfigBeanDefinitionParser - Class in org.springframework.context.annotation
Parser for the <context:annotation-config/> element.
AnnotationConfigBeanDefinitionParser() - Constructor for class org.springframework.context.annotation.AnnotationConfigBeanDefinitionParser
 
AnnotationConfigContextLoader - Class in org.springframework.test.context.support
Concrete implementation of AbstractGenericContextLoader that loads bean definitions from annotated classes.
AnnotationConfigContextLoader() - Constructor for class org.springframework.test.context.support.AnnotationConfigContextLoader
 
AnnotationConfigContextLoaderUtils - Class in org.springframework.test.context.support
Utility methods for SmartContextLoaders that deal with annotated classes (e.g., @Configuration classes).
AnnotationConfigContextLoaderUtils() - Constructor for class org.springframework.test.context.support.AnnotationConfigContextLoaderUtils
 
annotationConfigLoader - Variable in class org.springframework.test.context.support.DelegatingSmartContextLoader
 
annotationConfigLoader - Variable in class org.springframework.test.context.web.WebDelegatingSmartContextLoader
 
AnnotationConfigUtils - Class in org.springframework.context.annotation
Utility class that allows for convenient registration of common BeanPostProcessor and BeanFactoryPostProcessor definitions for annotation-based configuration.
AnnotationConfigUtils() - Constructor for class org.springframework.context.annotation.AnnotationConfigUtils
 
AnnotationConfigWebApplicationContext - Class in org.springframework.web.context.support
WebApplicationContext implementation which accepts annotated classes as input - in particular @Configuration-annotated classes, but also plain @Component classes and JSR-330 compliant classes using javax.inject annotations.
AnnotationConfigWebApplicationContext() - Constructor for class org.springframework.web.context.support.AnnotationConfigWebApplicationContext
 
AnnotationConfigWebContextLoader - Class in org.springframework.test.context.web
Concrete implementation of AbstractGenericWebContextLoader that loads bean definitions from annotated classes.
AnnotationConfigWebContextLoader() - Constructor for class org.springframework.test.context.web.AnnotationConfigWebContextLoader
 
AnnotationControllerTypePredicate - Class in org.springframework.web.servlet.mvc.support
Extension of ControllerTypePredicate that detects annotated @Controller beans as well.
AnnotationControllerTypePredicate() - Constructor for class org.springframework.web.servlet.mvc.support.AnnotationControllerTypePredicate
 
AnnotationConverterKey(Annotation, Class<?>) - Constructor for class org.springframework.format.support.FormattingConversionService.AnnotationConverterKey
 
AnnotationDescriptor(Class<?>, T) - Constructor for class org.springframework.test.context.MetaAnnotationUtils.AnnotationDescriptor
 
AnnotationDescriptor(Class<?>, Class<?>, Annotation, T) - Constructor for class org.springframework.test.context.MetaAnnotationUtils.AnnotationDescriptor
 
AnnotationDrivenBeanDefinitionParser - Class in org.springframework.scheduling.config
Parser for the 'annotation-driven' element of the 'task' namespace.
AnnotationDrivenBeanDefinitionParser() - Constructor for class org.springframework.scheduling.config.AnnotationDrivenBeanDefinitionParser
 
AnnotationDrivenBeanDefinitionParser - Class in org.springframework.transaction.config
BeanDefinitionParser implementation that allows users to easily configure all the infrastructure beans required to enable annotation-driven transaction demarcation.
AnnotationDrivenBeanDefinitionParser() - Constructor for class org.springframework.transaction.config.AnnotationDrivenBeanDefinitionParser
 
AnnotationDrivenBeanDefinitionParser - Class in org.springframework.web.servlet.config
A BeanDefinitionParser that provides the configuration for the <annotation-driven/> MVC namespace element.
AnnotationDrivenBeanDefinitionParser() - Constructor for class org.springframework.web.servlet.config.AnnotationDrivenBeanDefinitionParser
 
AnnotationDrivenBeanDefinitionParser.AopAutoProxyConfigurer - Class in org.springframework.transaction.config
Inner class to just introduce an AOP framework dependency when actually in proxy mode.
AnnotationDrivenBeanDefinitionParser.CompositeUriComponentsContributorFactoryBean - Class in org.springframework.web.servlet.config
A FactoryBean for a CompositeUriComponentsContributor that obtains the HandlerMethodArgumentResolver's configured in RequestMappingHandlerAdapter after it is fully initialized.
AnnotationDrivenCacheBeanDefinitionParser - Class in org.springframework.cache.config
BeanDefinitionParser implementation that allows users to easily configure all the infrastructure beans required to enable annotation-driven cache demarcation.
AnnotationDrivenCacheBeanDefinitionParser() - Constructor for class org.springframework.cache.config.AnnotationDrivenCacheBeanDefinitionParser
 
AnnotationDrivenCacheBeanDefinitionParser.AopAutoProxyConfigurer - Class in org.springframework.cache.config
Inner class to just introduce an AOP framework dependency when actually in proxy mode.
annotationDrivenTransactionManager() - Method in interface org.springframework.transaction.annotation.TransactionManagementConfigurer
Return the transaction manager bean to use for annotation-driven database transaction management, i.e.
AnnotationExceptionHandlerMethodResolver - Class in org.springframework.messaging.handler.annotation.support
A sub-class of AbstractExceptionHandlerMethodResolver that looks for MessageExceptionHandler-annotated methods in a given class.
AnnotationExceptionHandlerMethodResolver(Class<?>) - Constructor for class org.springframework.messaging.handler.annotation.support.AnnotationExceptionHandlerMethodResolver
A constructor that finds MessageExceptionHandler methods in the given type.
AnnotationFormatterFactory<A extends java.lang.annotation.Annotation> - Interface in org.springframework.format
A factory that creates formatters to format values of fields annotated with a particular Annotation.
annotationFormatterFactory - Variable in class org.springframework.format.support.FormattingConversionService.AnnotationParserConverter
 
annotationFormatterFactory - Variable in class org.springframework.format.support.FormattingConversionService.AnnotationPrinterConverter
 
annotationIntrospector - Variable in class org.springframework.http.converter.json.Jackson2ObjectMapperFactoryBean
 
annotationIntrospector - Variable in class org.springframework.http.converter.json.JacksonObjectMapperFactoryBean
Deprecated.
 
AnnotationJmxAttributeSource - Class in org.springframework.jmx.export.annotation
Implementation of the JmxAttributeSource interface that reads JDK 1.5+ annotations and exposes the corresponding attributes.
AnnotationJmxAttributeSource() - Constructor for class org.springframework.jmx.export.annotation.AnnotationJmxAttributeSource
 
AnnotationMatchingPointcut - Class in org.springframework.aop.support.annotation
Simple Pointcut that looks for a specific Java 5 annotation being present on a class or method.
AnnotationMatchingPointcut(Class<? extends Annotation>) - Constructor for class org.springframework.aop.support.annotation.AnnotationMatchingPointcut
Create a new AnnotationMatchingPointcut for the given annotation type.
AnnotationMatchingPointcut(Class<? extends Annotation>, boolean) - Constructor for class org.springframework.aop.support.annotation.AnnotationMatchingPointcut
Create a new AnnotationMatchingPointcut for the given annotation type.
AnnotationMatchingPointcut(Class<? extends Annotation>, Class<? extends Annotation>) - Constructor for class org.springframework.aop.support.annotation.AnnotationMatchingPointcut
Create a new AnnotationMatchingPointcut for the given annotation type.
AnnotationMBeanExporter - Class in org.springframework.jmx.export.annotation
Convenient subclass of Spring's standard MBeanExporter, activating Java 5 annotation usage for JMX exposure of Spring beans: ManagedResource, ManagedAttribute, ManagedOperation, etc.
AnnotationMBeanExporter() - Constructor for class org.springframework.jmx.export.annotation.AnnotationMBeanExporter
 
annotationMetadata - Variable in class org.springframework.context.annotation.ConfigurationClassBeanDefinitionReader.ConfigurationClassBeanDefinition
 
AnnotationMetadata - Interface in org.springframework.core.type
Interface that defines abstract access to the annotations of a specific class, in a form that does not require that class to be loaded yet.
annotationMetadata - Variable in class org.springframework.core.type.classreading.SimpleMetadataReader
 
AnnotationMetadataReadingVisitor - Class in org.springframework.core.type.classreading
ASM class visitor which looks for the class name and implemented types as well as for the annotations defined on the class, exposing them through the AnnotationMetadata interface.
AnnotationMetadataReadingVisitor(ClassLoader) - Constructor for class org.springframework.core.type.classreading.AnnotationMetadataReadingVisitor
 
AnnotationMethodHandlerAdapter - Class in org.springframework.web.portlet.mvc.annotation
Implementation of the HandlerAdapter interface that maps handler methods based on portlet modes, action/render phases and request parameters expressed through the RequestMapping annotation.
AnnotationMethodHandlerAdapter() - Constructor for class org.springframework.web.portlet.mvc.annotation.AnnotationMethodHandlerAdapter
 
AnnotationMethodHandlerAdapter - Class in org.springframework.web.servlet.mvc.annotation
Deprecated.
in Spring 3.2 in favor of RequestMappingHandlerAdapter
AnnotationMethodHandlerAdapter() - Constructor for class org.springframework.web.servlet.mvc.annotation.AnnotationMethodHandlerAdapter
Deprecated.
 
AnnotationMethodHandlerAdapter.PortletHandlerMethodInvoker - Class in org.springframework.web.portlet.mvc.annotation
Portlet-specific subclass of HandlerMethodInvoker.
AnnotationMethodHandlerAdapter.PortletHandlerMethodResolver - Class in org.springframework.web.portlet.mvc.annotation
Portlet-specific subclass of HandlerMethodResolver.
AnnotationMethodHandlerAdapter.RequestMappingInfo - Class in org.springframework.web.portlet.mvc.annotation
Holder for request mapping metadata.
AnnotationMethodHandlerAdapter.RequestMappingInfo - Class in org.springframework.web.servlet.mvc.annotation
Deprecated.
Holder for request mapping metadata.
AnnotationMethodHandlerAdapter.RequestSpecificMappingInfo - Class in org.springframework.web.servlet.mvc.annotation
Deprecated.
Subclass of AnnotationMethodHandlerAdapter.RequestMappingInfo that holds request-specific data.
AnnotationMethodHandlerAdapter.RequestSpecificMappingInfoComparator - Class in org.springframework.web.servlet.mvc.annotation
Deprecated.
Comparator capable of sorting AnnotationMethodHandlerAdapter.RequestSpecificMappingInfos (RHIs) so that sorting a list with this comparator will result in: RHIs with better matched paths take precedence over those with a weaker match (as expressed by the path pattern comparator.) Typically, this means that patterns without wild cards and uri templates will be ordered before those without. RHIs with one single request method will be ordered before those without a method, or with more than one method. RHIs with more request parameters will be ordered before those with less parameters
AnnotationMethodHandlerAdapter.ServletHandlerMethodInvoker - Class in org.springframework.web.servlet.mvc.annotation
Deprecated.
Servlet-specific subclass of HandlerMethodInvoker.
AnnotationMethodHandlerAdapter.ServletHandlerMethodResolver - Class in org.springframework.web.servlet.mvc.annotation
Deprecated.
Servlet-specific subclass of HandlerMethodResolver.
AnnotationMethodHandlerExceptionResolver - Class in org.springframework.web.portlet.mvc.annotation
Implementation of the HandlerExceptionResolver interface that handles exceptions through the ExceptionHandler annotation.
AnnotationMethodHandlerExceptionResolver() - Constructor for class org.springframework.web.portlet.mvc.annotation.AnnotationMethodHandlerExceptionResolver
 
AnnotationMethodHandlerExceptionResolver - Class in org.springframework.web.servlet.mvc.annotation
Deprecated.
as of Spring 3.2, in favor of ExceptionHandlerExceptionResolver
AnnotationMethodHandlerExceptionResolver() - Constructor for class org.springframework.web.servlet.mvc.annotation.AnnotationMethodHandlerExceptionResolver
Deprecated.
 
AnnotationMethodMatcher - Class in org.springframework.aop.support.annotation
Simple MethodMatcher that looks for a specific Java 5 annotation being present on a method (checking both the method on the invoked interface, if any, and the corresponding method on the target class).
AnnotationMethodMatcher(Class<? extends Annotation>) - Constructor for class org.springframework.aop.support.annotation.AnnotationMethodMatcher
Create a new AnnotationClassFilter for the given annotation type.
annotationNotRequired - Variable in class org.springframework.web.method.annotation.ModelAttributeMethodProcessor
 
AnnotationParserConverter(Class<? extends Annotation>, AnnotationFormatterFactory<?>, Class<?>) - Constructor for class org.springframework.format.support.FormattingConversionService.AnnotationParserConverter
 
annotationParsers - Variable in class org.springframework.cache.annotation.AnnotationCacheOperationSource
 
annotationParsers - Variable in class org.springframework.transaction.annotation.AnnotationTransactionAttributeSource
 
AnnotationPrinterConverter(Class<? extends Annotation>, AnnotationFormatterFactory<?>, Class<?>) - Constructor for class org.springframework.format.support.FormattingConversionService.AnnotationPrinterConverter
 
AnnotationReadingVisitorUtils - Class in org.springframework.core.type.classreading
Internal utility class used when reading annotations.
AnnotationReadingVisitorUtils() - Constructor for class org.springframework.core.type.classreading.AnnotationReadingVisitorUtils
 
annotationRequired - Variable in class org.springframework.messaging.simp.annotation.support.SendToMethodReturnValueHandler
 
ANNOTATIONS - Static variable in class org.springframework.asm.ClassReader
True to enable annotations support.
annotations - Variable in class org.springframework.core.convert.Property
 
annotations - Variable in class org.springframework.core.convert.TypeDescriptor
 
annotations - Variable in class org.springframework.web.method.ControllerAdviceBean
 
AnnotationScopeMetadataResolver - Class in org.springframework.context.annotation
A ScopeMetadataResolver implementation that by default checks for the presence of Spring's Scope annotation on the bean class.
AnnotationScopeMetadataResolver() - Constructor for class org.springframework.context.annotation.AnnotationScopeMetadataResolver
Create a new instance of the AnnotationScopeMetadataResolver class.
AnnotationScopeMetadataResolver(ScopedProxyMode) - Constructor for class org.springframework.context.annotation.AnnotationScopeMetadataResolver
Create a new instance of the AnnotationScopeMetadataResolver class.
AnnotationSessionFactoryBean - Class in org.springframework.orm.hibernate3.annotation
Subclass of Spring's standard LocalSessionFactoryBean for Hibernate, supporting annotation metadata for mappings.
AnnotationSessionFactoryBean() - Constructor for class org.springframework.orm.hibernate3.annotation.AnnotationSessionFactoryBean
 
annotationSet - Variable in class org.springframework.core.type.classreading.AnnotationMetadataReadingVisitor
 
annotationSource - Variable in class org.springframework.jmx.export.annotation.AnnotationMBeanExporter
 
AnnotationTransactionAttributeSource - Class in org.springframework.transaction.annotation
Implementation of the TransactionAttributeSource interface for working with transaction metadata in JDK 1.5+ annotation format.
AnnotationTransactionAttributeSource() - Constructor for class org.springframework.transaction.annotation.AnnotationTransactionAttributeSource
Create a default AnnotationTransactionAttributeSource, supporting public methods that carry the Transactional annotation or the EJB3 javax.ejb.TransactionAttribute annotation.
AnnotationTransactionAttributeSource(boolean) - Constructor for class org.springframework.transaction.annotation.AnnotationTransactionAttributeSource
Create a custom AnnotationTransactionAttributeSource, supporting public methods that carry the Transactional annotation or the EJB3 javax.ejb.TransactionAttribute annotation.
AnnotationTransactionAttributeSource(TransactionAnnotationParser) - Constructor for class org.springframework.transaction.annotation.AnnotationTransactionAttributeSource
Create a custom AnnotationTransactionAttributeSource.
AnnotationTransactionAttributeSource(TransactionAnnotationParser...) - Constructor for class org.springframework.transaction.annotation.AnnotationTransactionAttributeSource
Create a custom AnnotationTransactionAttributeSource.
AnnotationTransactionAttributeSource(Set<TransactionAnnotationParser>) - Constructor for class org.springframework.transaction.annotation.AnnotationTransactionAttributeSource
Create a custom AnnotationTransactionAttributeSource.
annotationType - Variable in class org.springframework.aop.aspectj.annotation.AbstractAspectJAdvisorFactory.AspectJAnnotation
 
annotationType - Variable in class org.springframework.aop.support.annotation.AnnotationClassFilter
 
annotationType - Variable in class org.springframework.aop.support.annotation.AnnotationMethodMatcher
 
annotationType - Variable in class org.springframework.core.annotation.AnnotationUtils.AnnotationCollector
 
annotationType - Variable in class org.springframework.core.type.classreading.AnnotationAttributesReadingVisitor
 
annotationType - Variable in class org.springframework.core.type.classreading.RecursiveAnnotationAttributesVisitor
 
annotationType - Variable in class org.springframework.core.type.filter.AnnotationTypeFilter
 
annotationType - Variable in class org.springframework.format.support.FormattingConversionService.AnnotationParserConverter
 
annotationType - Variable in class org.springframework.format.support.FormattingConversionService.AnnotationPrinterConverter
 
AnnotationTypeFilter - Class in org.springframework.core.type.filter
A simple filter which matches classes with a given annotation, checking inherited annotations as well.
AnnotationTypeFilter(Class<? extends Annotation>) - Constructor for class org.springframework.core.type.filter.AnnotationTypeFilter
Create a new AnnotationTypeFilter for the given annotation type.
AnnotationTypeFilter(Class<? extends Annotation>, boolean) - Constructor for class org.springframework.core.type.filter.AnnotationTypeFilter
Create a new AnnotationTypeFilter for the given annotation type.
AnnotationTypeFilter(Class<? extends Annotation>, boolean, boolean) - Constructor for class org.springframework.core.type.filter.AnnotationTypeFilter
Create a new AnnotationTypeFilter for the given annotation type.
annotationTypes - Static variable in class org.springframework.aop.aspectj.annotation.AbstractAspectJAdvisorFactory.AspectJAnnotation
 
AnnotationUtils - Class in org.springframework.core.annotation
General utility methods for working with annotations, handling bridge methods (which the compiler generates for generic declarations) as well as super methods (for optional "annotation inheritance").
AnnotationUtils() - Constructor for class org.springframework.core.annotation.AnnotationUtils
 
AnnotationUtils.AnnotationCollector<A extends java.lang.annotation.Annotation> - Class in org.springframework.core.annotation
 
AnnotationVisitor - Class in org.springframework.asm
A visitor to visit a Java annotation.
AnnotationVisitor(int) - Constructor for class org.springframework.asm.AnnotationVisitor
Constructs a new AnnotationVisitor.
AnnotationVisitor(int, AnnotationVisitor) - Constructor for class org.springframework.asm.AnnotationVisitor
Constructs a new AnnotationVisitor.
AnnotationWriter - Class in org.springframework.asm
An AnnotationVisitor that generates annotations in bytecode form.
AnnotationWriter(ClassWriter, boolean, ByteVector, ByteVector, int) - Constructor for class org.springframework.asm.AnnotationWriter
Constructs a new AnnotationWriter.
anns - Variable in class org.springframework.asm.ClassWriter
The runtime visible annotations of this class.
anns - Variable in class org.springframework.asm.FieldWriter
The runtime visible annotations of this field.
anns - Variable in class org.springframework.asm.MethodWriter
The runtime visible annotations of this method.
AntPathMatcher - Class in org.springframework.util
PathMatcher implementation for Ant-style path patterns.
AntPathMatcher() - Constructor for class org.springframework.util.AntPathMatcher
 
AntPathMatcher.AntPathStringMatcher - Class in org.springframework.util
Tests whether or not a string matches against a pattern via a Pattern.
AntPathMatcher.AntPatternComparator - Class in org.springframework.util
The default Comparator implementation returned by AntPathMatcher.getPatternComparator(String).
AntPathStringMatcher(String) - Constructor for class org.springframework.util.AntPathMatcher.AntPathStringMatcher
 
AntPatternComparator(String) - Constructor for class org.springframework.util.AntPathMatcher.AntPatternComparator
 
ANY_TYPES - Static variable in class org.springframework.expression.spel.support.ReflectivePropertyAccessor
 
anything() - Static method in class org.springframework.test.web.client.match.MockRestRequestMatchers
Match to any request.
AOP_PROXY - Static variable in class org.springframework.aop.framework.CglibAopProxy
 
AopAutoProxyConfigurer() - Constructor for class org.springframework.cache.config.AnnotationDrivenCacheBeanDefinitionParser.AopAutoProxyConfigurer
 
AopAutoProxyConfigurer() - Constructor for class org.springframework.transaction.config.AnnotationDrivenBeanDefinitionParser.AopAutoProxyConfigurer
 
aopAvailable - Static variable in class org.springframework.transaction.support.TransactionSynchronizationUtils
 
AopConfigException - Exception in org.springframework.aop.framework
Exception that gets thrown on illegal AOP configuration arguments.
AopConfigException(String) - Constructor for exception org.springframework.aop.framework.AopConfigException
Constructor for AopConfigException.
AopConfigException(String, Throwable) - Constructor for exception org.springframework.aop.framework.AopConfigException
Constructor for AopConfigException.
AopConfigUtils - Class in org.springframework.aop.config
Utility class for handling registration of AOP auto-proxy creators.
AopConfigUtils() - Constructor for class org.springframework.aop.config.AopConfigUtils
 
AopContext - Class in org.springframework.aop.framework
Class containing static methods used to obtain information about the current AOP invocation.
AopContext() - Constructor for class org.springframework.aop.framework.AopContext
 
AopInfrastructureBean - Interface in org.springframework.aop.framework
Marker interface that indicates a bean that is part of Spring's AOP infrastructure.
AopInvocationException - Exception in org.springframework.aop
Exception that gets thrown when an AOP invocation failed because of misconfiguration or unexpected runtime issues.
AopInvocationException(String) - Constructor for exception org.springframework.aop.AopInvocationException
Constructor for AopInvocationException.
AopInvocationException(String, Throwable) - Constructor for exception org.springframework.aop.AopInvocationException
Constructor for AopInvocationException.
AopNamespaceHandler - Class in org.springframework.aop.config
NamespaceHandler for the aop namespace.
AopNamespaceHandler() - Constructor for class org.springframework.aop.config.AopNamespaceHandler
 
AopNamespaceUtils - Class in org.springframework.aop.config
Utility class for handling registration of auto-proxy creators used internally by the 'aop' namespace tags.
AopNamespaceUtils() - Constructor for class org.springframework.aop.config.AopNamespaceUtils
 
AopProxy - Interface in org.springframework.aop.framework
Delegate interface for a configured AOP proxy, allowing for the creation of actual proxy objects.
AopProxyFactory - Interface in org.springframework.aop.framework
Interface to be implemented by factories that are able to create AOP proxies based on AdvisedSupport configuration objects.
aopProxyFactory - Variable in class org.springframework.aop.framework.ProxyCreatorSupport
 
AopProxyUtils - Class in org.springframework.aop.framework
Utility methods for AOP proxy factories.
AopProxyUtils() - Constructor for class org.springframework.aop.framework.AopProxyUtils
 
AopUtils - Class in org.springframework.aop.support
Utility methods for AOP support code.
AopUtils() - Constructor for class org.springframework.aop.support.AopUtils
 
APC_PRIORITY_LIST - Static variable in class org.springframework.aop.config.AopConfigUtils
Stores the auto proxy creator classes in escalation order.
api - Variable in class org.springframework.asm.AnnotationVisitor
The ASM API version implemented by this visitor.
api - Variable in class org.springframework.asm.ClassVisitor
The ASM API version implemented by this visitor.
api - Variable in class org.springframework.asm.FieldVisitor
The ASM API version implemented by this visitor.
api - Variable in class org.springframework.asm.MethodVisitor
The ASM API version implemented by this visitor.
append(String, byte) - Method in class org.springframework.core.style.ToStringCreator
Append a byte field value.
append(String, short) - Method in class org.springframework.core.style.ToStringCreator
Append a short field value.
append(String, int) - Method in class org.springframework.core.style.ToStringCreator
Append a integer field value.
append(String, long) - Method in class org.springframework.core.style.ToStringCreator
Append a long field value.
append(String, float) - Method in class org.springframework.core.style.ToStringCreator
Append a float field value.
append(String, double) - Method in class org.springframework.core.style.ToStringCreator
Append a double field value.
append(String, boolean) - Method in class org.springframework.core.style.ToStringCreator
Append a boolean field value.
append(String, Object) - Method in class org.springframework.core.style.ToStringCreator
Append a field value.
append(Object) - Method in class org.springframework.core.style.ToStringCreator
Append the provided value.
append(String) - Method in class org.springframework.web.servlet.tags.form.TagWriter.SafeWriter
 
append(String) - Method in class org.springframework.web.util.UriComponentsBuilder.FullPathComponentBuilder
 
append(String...) - Method in class org.springframework.web.util.UriComponentsBuilder.PathSegmentComponentBuilder
 
APPEND_FRAME - Static variable in class org.springframework.asm.MethodWriter
Frame where current locals are the same as the locals in the previous frame, except that k additional locals are defined.
appendArguments(Object[], Object[]) - Method in class org.springframework.web.servlet.tags.MessageTag
 
appendArgumentTypes(MethodInvocation, Matcher, StringBuffer) - Method in class org.springframework.aop.interceptor.CustomizableTraceInterceptor
Adds a comma-separated list of the short Class names of the method argument types to the output.
appendDigestAsHex(String, byte[], StringBuilder) - Static method in class org.springframework.util.DigestUtils
 
appendIdentityToObjectName(ObjectName, Object) - Static method in class org.springframework.jmx.support.JmxUtils
Append an additional key/value pair to an existing ObjectName with the key being the static value identity and the value being the identity hash code of the managed resource being exposed on the supplied ObjectName.
appendMd5DigestAsHex(byte[], StringBuilder) - Static method in class org.springframework.util.DigestUtils
Append a hexadecimal string representation of the MD5 digest of the given bytes to the given StringBuilder.
appendNonMatchingSetsErrorMessage(Set<String>, Set<String>, StringBuilder) - Static method in class org.springframework.test.web.ModelAndViewAssert
 
appendQueryProperties(StringBuilder, Map<String, Object>, String) - Method in class org.springframework.web.servlet.view.RedirectView
Append query properties to the redirect URL.
appendReturnValue(MethodInvocation, Matcher, StringBuffer, Object) - Method in class org.springframework.aop.interceptor.CustomizableTraceInterceptor
Adds the String representation of the method return value to the supplied StringBuffer.
appendSeparatorToScriptIfNecessary(StringBuilder, String) - Static method in class org.springframework.jdbc.datasource.init.ScriptUtils
 
appendTo(StringBuilder) - Method in class org.springframework.util.MimeType
 
appendTo(Map<String, String>, StringBuilder) - Method in class org.springframework.util.MimeType
 
appendType(StringBuilder, Class<?>, boolean) - Method in class org.springframework.aop.aspectj.MethodInvocationProceedingJoinPoint.MethodSignatureImpl
 
appendTypes(StringBuilder, Class<?>[], boolean, boolean) - Method in class org.springframework.aop.aspectj.MethodInvocationProceedingJoinPoint.MethodSignatureImpl
 
appendValue(String) - Method in class org.springframework.web.servlet.tags.form.TagWriter
Close the current opening tag (if necessary) and appends the supplied value as inner text.
APPLICATION_ATOM_XML - Static variable in class org.springframework.http.MediaType
Public constant media type for application/atom+xml.
APPLICATION_ATOM_XML - Static variable in class org.springframework.util.MimeTypeUtils
Public constant mime type for application/atom+xml.
APPLICATION_ATOM_XML_VALUE - Static variable in class org.springframework.http.MediaType
A String equivalent of MediaType.APPLICATION_ATOM_XML.
APPLICATION_ATOM_XML_VALUE - Static variable in class org.springframework.util.MimeTypeUtils
A String equivalent of MimeTypeUtils.APPLICATION_ATOM_XML.
APPLICATION_CONTEXT_ID_PREFIX - Static variable in interface org.springframework.web.context.ConfigurableWebApplicationContext
Prefix for ApplicationContext ids that refer to context path and/or servlet name.
APPLICATION_CONTEXT_ID_PREFIX - Static variable in interface org.springframework.web.portlet.context.ConfigurablePortletApplicationContext
Prefix for ApplicationContext ids that refer to portlet name.
APPLICATION_EVENT_MULTICASTER_BEAN_NAME - Static variable in class org.springframework.context.support.AbstractApplicationContext
Name of the ApplicationEventMulticaster bean in the factory.
APPLICATION_FORM_URLENCODED - Static variable in class org.springframework.http.MediaType
Public constant media type for application/x-www-form-urlencoded.
APPLICATION_FORM_URLENCODED - Static variable in class org.springframework.util.MimeTypeUtils
Public constant mime type for application/x-www-form-urlencoded.
APPLICATION_FORM_URLENCODED_VALUE - Static variable in class org.springframework.http.MediaType
APPLICATION_FORM_URLENCODED_VALUE - Static variable in class org.springframework.util.MimeTypeUtils
APPLICATION_JSON - Static variable in class org.springframework.http.MediaType
Public constant media type for application/json.
APPLICATION_JSON - Static variable in class org.springframework.util.MimeTypeUtils
Public constant mime type for application/json.
APPLICATION_JSON_VALUE - Static variable in class org.springframework.http.MediaType
A String equivalent of MediaType.APPLICATION_JSON.
APPLICATION_JSON_VALUE - Static variable in class org.springframework.util.MimeTypeUtils
A String equivalent of MimeTypeUtils.APPLICATION_JSON.
APPLICATION_OCTET_STREAM - Static variable in class org.springframework.http.MediaType
Public constant media type for application/octet-stream.
APPLICATION_OCTET_STREAM - Static variable in class org.springframework.util.MimeTypeUtils
Public constant mime type for application/octet-stream.
APPLICATION_OCTET_STREAM_VALUE - Static variable in class org.springframework.http.MediaType
A String equivalent of MediaType.APPLICATION_OCTET_STREAM.
APPLICATION_OCTET_STREAM_VALUE - Static variable in class org.springframework.util.MimeTypeUtils
APPLICATION_XHTML_XML - Static variable in class org.springframework.http.MediaType
Public constant media type for application/xhtml+xml.
APPLICATION_XHTML_XML - Static variable in class org.springframework.util.MimeTypeUtils
Public constant mime type for application/xhtml+xml.
APPLICATION_XHTML_XML_VALUE - Static variable in class org.springframework.http.MediaType
A String equivalent of MediaType.APPLICATION_XHTML_XML.
APPLICATION_XHTML_XML_VALUE - Static variable in class org.springframework.util.MimeTypeUtils
A String equivalent of MimeTypeUtils.APPLICATION_XHTML_XML.
APPLICATION_XML - Static variable in class org.springframework.http.MediaType
Public constant media type for application/xml.
APPLICATION_XML - Static variable in class org.springframework.util.MimeTypeUtils
Public constant mime type for application/xml.
APPLICATION_XML_VALUE - Static variable in class org.springframework.http.MediaType
A String equivalent of MediaType.APPLICATION_XML.
APPLICATION_XML_VALUE - Static variable in class org.springframework.util.MimeTypeUtils
A String equivalent of MimeTypeUtils.APPLICATION_XML.
applicationAttributes - Variable in class org.springframework.mock.web.portlet.MockPortletSession
 
applicationContext - Variable in class org.springframework.context.access.ContextBeanFactoryReference
 
ApplicationContext - Interface in org.springframework.context
Central interface to provide configuration for an application.
applicationContext - Variable in class org.springframework.context.support.ApplicationContextAwareProcessor
 
applicationContext - Variable in class org.springframework.context.support.ApplicationObjectSupport
ApplicationContext this object runs in
applicationContext - Variable in class org.springframework.context.support.LiveBeansView
 
applicationContext - Variable in class org.springframework.context.support.PostProcessorRegistrationDelegate.ApplicationListenerDetector
 
applicationContext - Variable in class org.springframework.jca.context.SpringContextResourceAdapter
 
applicationContext - Variable in class org.springframework.messaging.handler.invocation.AbstractMethodMessageHandler
 
applicationContext - Variable in class org.springframework.messaging.simp.config.AbstractMessageBrokerConfiguration
 
applicationContext - Variable in class org.springframework.scheduling.annotation.ScheduledAnnotationBeanPostProcessor
 
applicationContext - Variable in class org.springframework.scheduling.config.ContextLifecycleScheduledTaskRegistrar
 
applicationContext - Variable in class org.springframework.scheduling.quartz.JobDetailBean
 
applicationContext - Variable in class org.springframework.scheduling.quartz.JobDetailFactoryBean
 
applicationContext - Variable in class org.springframework.scheduling.quartz.SchedulerFactoryBean
 
applicationContext - Variable in class org.springframework.test.context.junit4.AbstractJUnit4SpringContextTests
applicationContext - Variable in class org.springframework.test.context.testng.AbstractTestNGSpringContextTests
applicationContext - Variable in class org.springframework.validation.beanvalidation.LocalValidatorFactoryBean
 
applicationContext - Variable in class org.springframework.web.servlet.config.annotation.ResourceHandlerRegistry
 
applicationContext - Variable in class org.springframework.web.servlet.config.annotation.WebMvcConfigurationSupport
 
applicationContext - Variable in class org.springframework.web.servlet.mvc.method.annotation.ExceptionHandlerExceptionResolver
 
applicationContext - Variable in class org.springframework.web.servlet.view.tiles3.TilesView
 
applicationContext - Variable in class org.springframework.web.socket.server.standard.ServerEndpointExporter
 
ApplicationContextAware - Interface in org.springframework.context
Interface to be implemented by any object that wishes to be notified of the ApplicationContext that it runs in.
ApplicationContextAwareProcessor - Class in org.springframework.context.support
BeanPostProcessor implementation that passes the ApplicationContext to beans that implement the EnvironmentAware, EmbeddedValueResolverAware, ResourceLoaderAware, ApplicationEventPublisherAware, MessageSourceAware and/or ApplicationContextAware interfaces.
ApplicationContextAwareProcessor(ConfigurableApplicationContext) - Constructor for class org.springframework.context.support.ApplicationContextAwareProcessor
Create a new ApplicationContextAwareProcessor for the given context.
ApplicationContextAwareProcessor.EmbeddedValueResolver - Class in org.springframework.context.support
 
ApplicationContextEvent - Class in org.springframework.context.event
Base class for events raised for an ApplicationContext.
ApplicationContextEvent(ApplicationContext) - Constructor for class org.springframework.context.event.ApplicationContextEvent
Create a new ContextStartedEvent.
ApplicationContextException - Exception in org.springframework.context
Exception thrown during application context initialization.
ApplicationContextException(String) - Constructor for exception org.springframework.context.ApplicationContextException
Create a new ApplicationContextException with the specified detail message and no root cause.
ApplicationContextException(String, Throwable) - Constructor for exception org.springframework.context.ApplicationContextException
Create a new ApplicationContextException with the specified detail message and the given root cause.
ApplicationContextInitializer<C extends ConfigurableApplicationContext> - Interface in org.springframework.context
Callback interface for initializing a Spring ConfigurableApplicationContext prior to being refreshed.
applicationContextJobDataKey - Variable in class org.springframework.scheduling.quartz.JobDetailBean
 
applicationContextJobDataKey - Variable in class org.springframework.scheduling.quartz.JobDetailFactoryBean
 
applicationContexts - Static variable in class org.springframework.context.support.LiveBeansView
 
applicationContextSchedulerContextKey - Variable in class org.springframework.scheduling.quartz.SchedulerFactoryBean
 
applicationDestinationPrefixes - Variable in class org.springframework.messaging.simp.config.MessageBrokerRegistry
 
ApplicationEvent - Class in org.springframework.context
Class to be extended by all application events.
ApplicationEvent(Object) - Constructor for class org.springframework.context.ApplicationEvent
Create a new ApplicationEvent.
applicationEventClassConstructor - Variable in class org.springframework.context.event.EventPublicationInterceptor
 
ApplicationEventMulticaster - Interface in org.springframework.context.event
Interface to be implemented by objects that can manage a number of ApplicationListener objects, and publish events to them.
applicationEventMulticaster - Variable in class org.springframework.context.support.AbstractApplicationContext
Helper class used in event publishing
ApplicationEventPublisher - Interface in org.springframework.context
Interface that encapsulates event publication functionality.
applicationEventPublisher - Variable in class org.springframework.context.event.EventPublicationInterceptor
 
ApplicationEventPublisherAware - Interface in org.springframework.context
Interface to be implemented by any object that wishes to be notified of the ApplicationEventPublisher (typically the ApplicationContext) that it runs in.
applicationException - Variable in exception org.springframework.transaction.TransactionSystemException
 
ApplicationListener<E extends ApplicationEvent> - Interface in org.springframework.context
Interface to be implemented by application event listeners.
applicationListenerBeans - Variable in class org.springframework.context.event.AbstractApplicationEventMulticaster.ListenerRetriever
 
ApplicationListenerDetector(AbstractApplicationContext) - Constructor for class org.springframework.context.support.PostProcessorRegistrationDelegate.ApplicationListenerDetector
 
applicationListeners - Variable in class org.springframework.context.event.AbstractApplicationEventMulticaster.ListenerRetriever
 
applicationListeners - Variable in class org.springframework.context.support.AbstractApplicationContext
Statically specified listeners
ApplicationObjectSupport - Class in org.springframework.context.support
Convenient superclass for application objects that want to be aware of the application context, e.g.
ApplicationObjectSupport() - Constructor for class org.springframework.context.support.ApplicationObjectSupport
 
appliedPropertySources - Variable in class org.springframework.context.support.PropertySourcesPlaceholderConfigurer
 
apply() - Method in class org.springframework.beans.factory.groovy.GroovyBeanDefinitionReader.DeferredProperty
 
apply(Object) - Method in class org.springframework.cache.interceptor.CacheAspectSupport.CachePutRequest
 
applyAcknowledgeMode(BeanWrapper, int) - Method in class org.springframework.jms.listener.endpoint.DefaultJmsActivationSpecFactory
This implementation maps SESSION_TRANSACTED onto an ActivationSpec property named "useRAManagedTransaction", if available (following ActiveMQ's naming conventions).
applyAcknowledgeMode(BeanWrapper, int) - Method in class org.springframework.jms.listener.endpoint.StandardJmsActivationSpecFactory
Apply the specified acknowledge mode to the ActivationSpec object.
applyAfterConcurrentHandlingStarted(HttpServletRequest, HttpServletResponse) - Method in class org.springframework.web.servlet.HandlerExecutionChain
Apply afterConcurrentHandlerStarted callback on mapped AsyncHandlerInterceptors.
applyAfterHandshake(ServerHttpRequest, ServerHttpResponse, Exception) - Method in class org.springframework.web.socket.server.support.HandshakeInterceptorChain
 
applyBeanPostProcessorsAfterInitialization(Object, String) - Method in interface org.springframework.beans.factory.config.AutowireCapableBeanFactory
Apply BeanPostProcessors to the given existing bean instance, invoking their postProcessAfterInitialization methods.
applyBeanPostProcessorsAfterInitialization(Object, String) - Method in class org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory
 
applyBeanPostProcessorsAfterInitialization(Object, String) - Method in class org.springframework.test.web.servlet.setup.StubWebApplicationContext.StubBeanFactory
 
applyBeanPostProcessorsBeforeInitialization(Object, String) - Method in interface org.springframework.beans.factory.config.AutowireCapableBeanFactory
Apply BeanPostProcessors to the given existing bean instance, invoking their postProcessBeforeInitialization methods.
applyBeanPostProcessorsBeforeInitialization(Object, String) - Method in class org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory
 
applyBeanPostProcessorsBeforeInitialization(Object, String) - Method in class org.springframework.test.web.servlet.setup.StubWebApplicationContext.StubBeanFactory
 
applyBeanPostProcessorsBeforeInstantiation(Class<?>, String) - Method in class org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory
Apply InstantiationAwareBeanPostProcessors to the specified bean definition (by class and name), invoking their postProcessBeforeInstantiation methods.
applyBeanPropertyValues(Object, String) - Method in interface org.springframework.beans.factory.config.AutowireCapableBeanFactory
Apply the property values of the bean definition with the given name to the given bean instance.
applyBeanPropertyValues(Object, String) - Method in class org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory
 
applyBeanPropertyValues(Object, String) - Method in class org.springframework.test.web.servlet.setup.StubWebApplicationContext.StubBeanFactory
 
applyBeforeConcurrentHandling(NativeWebRequest, Callable<?>) - Method in class org.springframework.web.context.request.async.CallableInterceptorChain
 
applyBeforeConcurrentHandling(NativeWebRequest, DeferredResult<?>) - Method in class org.springframework.web.context.request.async.DeferredResultInterceptorChain
 
applyBeforeHandshake(ServerHttpRequest, ServerHttpResponse, Map<String, Object>) - Method in class org.springframework.web.socket.server.support.HandshakeInterceptorChain
 
applyCacheSeconds(MimeResponse, int) - Method in class org.springframework.web.portlet.handler.PortletContentGenerator
Apply the given cache seconds to the render response
applyCacheSeconds(HttpServletResponse, int) - Method in class org.springframework.web.servlet.support.WebContentGenerator
Apply the given cache seconds and generate corresponding HTTP headers, i.e.
applyCacheSeconds(HttpServletResponse, int, boolean) - Method in class org.springframework.web.servlet.support.WebContentGenerator
Apply the given cache seconds and generate respective HTTP headers.
applyCallableInterceptor(WebAsyncManager, String) - Method in class org.springframework.orm.jpa.support.OpenEntityManagerInViewInterceptor
 
applyCommonInterceptorsFirst - Variable in class org.springframework.aop.framework.autoproxy.AbstractAutoProxyCreator
 
applyContentType(HttpServletResponse) - Method in class org.springframework.web.servlet.view.AbstractTemplateView
Apply this view's content type as specified in the "contentType" bean property to the given response.
applyContributors(UriComponentsBuilder, Method, Object[]) - Static method in class org.springframework.web.servlet.mvc.method.annotation.MvcUriComponentsBuilder
 
applyCurrencyTimeLimit(Descriptor, int) - Method in class org.springframework.jmx.export.assembler.AbstractReflectiveMBeanInfoAssembler
Apply the given JMX "currencyTimeLimit" value to the given descriptor.
applyDefaultCurrencyTimeLimit(Descriptor) - Method in class org.springframework.jmx.export.assembler.AbstractReflectiveMBeanInfoAssembler
Set the currencyTimeLimit field to the specified "defaultCurrencyTimeLimit", if any (by default none).
applyDefaultResultActions(MvcResult) - Method in class org.springframework.test.web.servlet.MockMvc
 
applyDefaults(BeanDefinitionDefaults) - Method in class org.springframework.beans.factory.support.AbstractBeanDefinition
Apply the provided default values to this bean.
applyDefaultsFromAnnotation(WebService) - Method in class org.springframework.remoting.jaxws.JaxWsPortClientInterceptor
Initialize this client interceptor's properties from the given WebService annotation, if necessary and possible (i.e.
applyDefaultViewName(HttpServletRequest, ModelAndView) - Method in class org.springframework.web.servlet.DispatcherServlet
Do we need view name translation?
applyEntityManagerBindingInterceptor(WebAsyncManager, String) - Method in class org.springframework.orm.jpa.support.OpenEntityManagerInViewFilter
 
applyFlushMode(Session, boolean) - Method in class org.springframework.orm.hibernate3.HibernateAccessor
Apply the flush mode that's been specified for this accessor to the given Session.
applyInitializers(ConfigurableApplicationContext) - Method in class org.springframework.web.servlet.FrameworkServlet
Delegate the WebApplicationContext before it is refreshed to any ApplicationContextInitializer instances specified by the "contextInitializerClasses" servlet init-param.
applyIsolationLevel(JtaTransactionObject, int) - Method in class org.springframework.transaction.jta.JtaTransactionManager
Apply the given transaction isolation level.
applyJsonQuoting(String) - Method in class org.springframework.web.socket.sockjs.frame.AbstractSockJsMessageCodec
Apply standard JSON string quoting (see http://www.json.org/).
applyJsonQuoting(String) - Method in class org.springframework.web.socket.sockjs.frame.Jackson2SockJsMessageCodec
 
applyLastModified - Variable in class org.springframework.web.servlet.ResourceServlet
 
applyLifecycleMethods(String, AbstractView) - Method in class org.springframework.web.servlet.view.UrlBasedViewResolver
 
applyMergedBeanDefinitionPostProcessors(RootBeanDefinition, Class<?>, String) - Method in class org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory
Apply MergedBeanDefinitionPostProcessors to the specified bean definition, invoking their postProcessMergedBeanDefinition methods.
applyNamedParameterToQuery(Query, String, Object) - Method in class org.springframework.orm.hibernate3.HibernateTemplate
Apply the given name parameter to the given Query object.
applyNamedParameterToQuery(Query, String, Object) - Method in class org.springframework.orm.hibernate4.HibernateTemplate
Apply the given name parameter to the given Query object.
applyPostHandle(HttpServletRequest, HttpServletResponse, ModelAndView) - Method in class org.springframework.web.servlet.HandlerExecutionChain
Apply postHandle methods of registered interceptors.
applyPostProcess(NativeWebRequest, Callable<?>, Object) - Method in class org.springframework.web.context.request.async.CallableInterceptorChain
 
applyPostProcess(NativeWebRequest, DeferredResult<?>, Object) - Method in class org.springframework.web.context.request.async.DeferredResultInterceptorChain
 
applyPreHandle(HttpServletRequest, HttpServletResponse) - Method in class org.springframework.web.servlet.HandlerExecutionChain
Apply preHandle methods of registered interceptors.
applyPreProcess(NativeWebRequest, Callable<?>) - Method in class org.springframework.web.context.request.async.CallableInterceptorChain
 
applyPreProcess(NativeWebRequest, DeferredResult<?>) - Method in class org.springframework.web.context.request.async.DeferredResultInterceptorChain
 
applyPropertyToBeanDefinition(String, Object) - Method in class org.springframework.beans.factory.groovy.GroovyBeanDefinitionReader
 
applyPropertyValue(ConfigurableListableBeanFactory, String, String, String) - Method in class org.springframework.beans.factory.config.PropertyOverrideConfigurer
Apply the given property value to the corresponding bean.
applyPropertyValues(String, BeanDefinition, BeanWrapper, PropertyValues) - Method in class org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory
Apply the given property values, resolving any runtime references to other beans in this bean factory.
applyPropertyValues(MutablePropertyValues) - Method in class org.springframework.validation.DataBinder
Apply given property values to the target object.
applyRelativePath(String, String) - Static method in class org.springframework.util.StringUtils
Apply the given relative path to the given path, assuming standard Java folder separation (i.e.
applyScopedProxyMode(ScopeMetadata, BeanDefinitionHolder, BeanDefinitionRegistry) - Static method in class org.springframework.context.annotation.AnnotationConfigUtils
 
applySessionBindingInterceptor(WebAsyncManager, String) - Method in class org.springframework.orm.hibernate3.support.OpenSessionInViewFilter
 
applySessionBindingInterceptor(WebAsyncManager, String) - Method in class org.springframework.orm.hibernate3.support.OpenSessionInViewInterceptor
 
applySessionBindingInterceptor(WebAsyncManager, String) - Method in class org.springframework.orm.hibernate4.support.OpenSessionInViewFilter
 
applySessionBindingInterceptor(WebAsyncManager, String) - Method in class org.springframework.orm.hibernate4.support.OpenSessionInViewInterceptor
 
applyStatementSettings(Statement) - Method in class org.springframework.jdbc.core.JdbcTemplate
Prepare the given JDBC Statement (or PreparedStatement or CallableStatement), applying statement settings such as fetch size, max rows, and query timeout.
applyStatusCodeIfPossible(HttpServletRequest, HttpServletResponse, int) - Method in class org.springframework.web.servlet.handler.SimpleMappingExceptionResolver
Apply the specified HTTP status code to the given response, if possible (that is, if not executing within an include request).
applyTimeout(Statement, DataSource, int) - Static method in class org.springframework.jdbc.datasource.DataSourceUtils
Apply the specified timeout - overridden by the current transaction timeout, if any - to the given JDBC Statement object.
applyTimeout(JtaTransactionObject, int) - Method in class org.springframework.transaction.jta.JtaTransactionManager
Apply the given transaction timeout.
applyTransactionTimeout(Statement, DataSource) - Static method in class org.springframework.jdbc.datasource.DataSourceUtils
Apply the current transaction timeout, if any, to the given JDBC Statement object.
applyTransactionTimeout(Query, SessionFactory) - Static method in class org.springframework.orm.hibernate3.SessionFactoryUtils
Apply the current transaction timeout, if any, to the given Hibernate Query object.
applyTransactionTimeout(Criteria, SessionFactory) - Static method in class org.springframework.orm.hibernate3.SessionFactoryUtils
Apply the current transaction timeout, if any, to the given Hibernate Criteria object.
applyTransactionTimeout(Query, PersistenceManagerFactory) - Static method in class org.springframework.orm.jdo.PersistenceManagerFactoryUtils
Apply the current transaction timeout, if any, to the given JDO Query object.
applyTransactionTimeout(Query, EntityManagerFactory) - Static method in class org.springframework.orm.jpa.EntityManagerFactoryUtils
Apply the current transaction timeout, if any, to the given JPA Query object.
applyTransformers(String, byte[]) - Method in class org.springframework.instrument.classloading.ShadowingClassLoader
 
applyWebRequestInterceptorsToRenderPhaseOnly - Variable in class org.springframework.web.portlet.handler.AbstractHandlerMapping
 
approximableCollectionTypes - Static variable in class org.springframework.core.CollectionFactory
 
approximableMapTypes - Static variable in class org.springframework.core.CollectionFactory
 
areCallbacksLocalToHibernateTransactions() - Method in class org.springframework.orm.hibernate3.SpringTransactionFactory
 
ARETURN - Static variable in interface org.springframework.asm.Opcodes
 
ARG_NAMES - Static variable in class org.springframework.aop.config.ConfigBeanDefinitionParser
 
ARG_NAMES_PROPERTY - Static variable in class org.springframework.aop.config.ConfigBeanDefinitionParser
 
ARG_TYPE_ELEMENT - Static variable in class org.springframework.beans.factory.xml.BeanDefinitionParserDelegate
 
ARG_TYPE_MATCH_ATTRIBUTE - Static variable in class org.springframework.beans.factory.xml.BeanDefinitionParserDelegate
 
argBinding(JoinPoint, JoinPointMatch, Object, Throwable) - Method in class org.springframework.aop.aspectj.AbstractAspectJAdvice
Take the arguments at the method execution join point and output a set of arguments to the advice method
argName - Variable in class org.springframework.beans.factory.support.BeanDefinitionValueResolver.KeyedArgName
 
args - Variable in class org.springframework.cache.interceptor.CacheAspectSupport.CacheOperationContext
 
args - Variable in class org.springframework.cache.interceptor.CacheExpressionRootObject
 
args - Variable in class org.springframework.cache.interceptor.LazyParamAwareEvaluationContext
 
args - Variable in class org.springframework.core.LocalVariableTableParameterNameDiscoverer.LocalVariableTableVisitor
 
args - Variable in class org.springframework.jdbc.core.ArgumentPreparedStatementSetter
 
args - Variable in class org.springframework.jdbc.core.ArgumentTypePreparedStatementSetter
 
argsObjs - Variable in class org.springframework.aop.aspectj.RuntimeTestWalker.SubtypeSensitiveVarTypeTestVisitor
 
argTypes - Variable in class org.springframework.jdbc.core.ArgumentTypePreparedStatementSetter
 
ArgumentAware - Interface in org.springframework.web.servlet.tags
Allows implementing tag to utilize nested spring:argument tags.
argumentBindings - Variable in class org.springframework.aop.aspectj.AbstractAspectJAdvice
 
ArgumentConvertingMethodInvoker - Class in org.springframework.beans.support
Subclass of MethodInvoker that tries to convert the given arguments for the actual target method via a TypeConverter.
ArgumentConvertingMethodInvoker() - Constructor for class org.springframework.beans.support.ArgumentConvertingMethodInvoker
 
argumentNames - Variable in class org.springframework.aop.aspectj.AbstractAspectJAdvice
This will be non-null if the creator of this advice object knows the argument names and sets them explicitly
argumentNames - Variable in class org.springframework.aop.aspectj.annotation.AbstractAspectJAdvisorFactory.AspectJAnnotation
 
ArgumentPreparedStatementSetter - Class in org.springframework.jdbc.core
Simple adapter for PreparedStatementSetter that applies a given array of arguments.
ArgumentPreparedStatementSetter(Object[]) - Constructor for class org.springframework.jdbc.core.ArgumentPreparedStatementSetter
Create a new ArgPreparedStatementSetter for the given arguments.
argumentResolverCache - Variable in class org.springframework.messaging.handler.invocation.HandlerMethodArgumentResolverComposite
 
argumentResolverCache - Variable in class org.springframework.web.method.support.HandlerMethodArgumentResolverComposite
 
argumentResolvers - Variable in class org.springframework.messaging.handler.invocation.AbstractMethodMessageHandler
 
argumentResolvers - Variable in class org.springframework.messaging.handler.invocation.HandlerMethodArgumentResolverComposite
 
argumentResolvers - Variable in class org.springframework.messaging.handler.invocation.InvocableHandlerMethod
 
argumentResolvers - Variable in class org.springframework.web.method.support.HandlerMethodArgumentResolverComposite
 
argumentResolvers - Variable in class org.springframework.web.method.support.InvocableHandlerMethod
 
argumentResolvers - Variable in class org.springframework.web.servlet.mvc.method.annotation.ExceptionHandlerExceptionResolver
 
argumentResolvers - Variable in class org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter
 
arguments - Variable in class org.springframework.aop.framework.ReflectiveMethodInvocation
 
arguments - Variable in class org.springframework.beans.factory.support.ConstructorResolver.ArgumentsHolder
 
arguments - Variable in class org.springframework.context.support.DefaultMessageSourceResolvable
 
arguments - Variable in class org.springframework.expression.spel.ast.MethodReference.MethodValueRef
 
arguments - Variable in class org.springframework.remoting.support.RemoteInvocation
 
arguments - Variable in class org.springframework.util.MethodInvoker
 
arguments - Variable in class org.springframework.web.servlet.tags.MessageTag
 
argumentSeparator - Variable in class org.springframework.web.servlet.tags.MessageTag
 
ArgumentsHolder(int) - Constructor for class org.springframework.beans.factory.support.ConstructorResolver.ArgumentsHolder
 
ArgumentsHolder(Object[]) - Constructor for class org.springframework.beans.factory.support.ConstructorResolver.ArgumentsHolder
 
argumentsIntrospected - Variable in class org.springframework.aop.aspectj.AbstractAspectJAdvice
 
ArgumentsMatchInfo(ReflectionHelper.ArgumentsMatchKind) - Constructor for class org.springframework.expression.spel.support.ReflectionHelper.ArgumentsMatchInfo
 
ArgumentsMatchKind() - Constructor for enum org.springframework.expression.spel.support.ReflectionHelper.ArgumentsMatchKind
 
ArgumentTag - Class in org.springframework.web.servlet.tags
JSP tag for collecting arguments and passing them to an ArgumentAware ancestor in the tag hierarchy.
ArgumentTag() - Constructor for class org.springframework.web.servlet.tags.ArgumentTag
 
ArgumentTypePreparedStatementSetter - Class in org.springframework.jdbc.core
Simple adapter for PreparedStatementSetter that applies given arrays of arguments and JDBC argument types.
ArgumentTypePreparedStatementSetter(Object[], int[]) - Constructor for class org.springframework.jdbc.core.ArgumentTypePreparedStatementSetter
Create a new ArgTypePreparedStatementSetter for the given arguments.
argumentTypes - Variable in class org.springframework.aop.aspectj.AspectJAdviceParameterNameDiscoverer
 
argumentTypes - Variable in class org.springframework.expression.spel.ast.MethodReference.CachedMethodExecutor
 
argumentValues - Variable in class org.springframework.web.servlet.mvc.method.annotation.MvcUriComponentsBuilder.ControllerMethodInvocationInterceptor
 
AROUND - Static variable in class org.springframework.aop.config.ConfigBeanDefinitionParser
 
ARRAY - Static variable in class org.springframework.asm.Type
The sort of array reference types.
array(TypeDescriptor) - Static method in class org.springframework.core.convert.TypeDescriptor
Create a new type descriptor as an array of the specified type.
ARRAY - Static variable in class org.springframework.core.style.DefaultValueStyler
 
array - Variable in class org.springframework.expression.spel.ast.Indexer.ArrayIndexingValueRef
 
ARRAY_ELEMENT - Static variable in class org.springframework.asm.TypePath
A type path step that steps into the element type of an array type.
ARRAY_ELEMENT - Static variable in class org.springframework.beans.factory.xml.BeanDefinitionParserDelegate
 
ARRAY_ELEMENT_SEPARATOR - Static variable in class org.springframework.util.ObjectUtils
 
ARRAY_END - Static variable in class org.springframework.util.ObjectUtils
 
ARRAY_OF - Static variable in class org.springframework.asm.Frame
Constant to be added to a type to get a type with one more dimension.
ARRAY_START - Static variable in class org.springframework.util.ObjectUtils
 
ARRAY_SUFFIX - Static variable in class org.springframework.util.ClassUtils
Suffix for array class names: "[]"
ArrayIndexingValueRef(TypeConverter, Object, int, TypeDescriptor) - Constructor for class org.springframework.expression.spel.ast.Indexer.ArrayIndexingValueRef
 
ARRAYLENGTH - Static variable in interface org.springframework.asm.Opcodes
 
ArrayToArrayConverter - Class in org.springframework.core.convert.support
Converts an Array to another Array.
ArrayToArrayConverter(ConversionService) - Constructor for class org.springframework.core.convert.support.ArrayToArrayConverter
 
ArrayToCollectionConverter - Class in org.springframework.core.convert.support
Converts an Array to a Collection.
ArrayToCollectionConverter(ConversionService) - Constructor for class org.springframework.core.convert.support.ArrayToCollectionConverter
 
arrayToCommaDelimitedString(Object[]) - Static method in class org.springframework.util.StringUtils
Convenience method to return a String array as a CSV String.
arrayToDelimitedString(Object[], String) - Static method in class org.springframework.util.StringUtils
Convenience method to return a String array as a delimited (e.g.
arrayToList(Object) - Static method in class org.springframework.util.CollectionUtils
Convert the supplied array into a List.
ArrayToObjectConverter - Class in org.springframework.core.convert.support
Converts an Array to an Object by returning the first array element after converting it to the desired targetType.
ArrayToObjectConverter(ConversionService) - Constructor for class org.springframework.core.convert.support.ArrayToObjectConverter
 
ArrayToStringConverter - Class in org.springframework.core.convert.support
Converts an Array to a comma-delimited String.
ArrayToStringConverter(ConversionService) - Constructor for class org.springframework.core.convert.support.ArrayToStringConverter
 
as(Class<?>) - Method in class org.springframework.core.ResolvableType
Return this type as a ResolvableType of the specified class.
asBetweenToken() - Method in class org.springframework.expression.spel.standard.Token
 
asBytes() - Method in class org.springframework.web.socket.TextMessage
 
ascending - Variable in class org.springframework.beans.support.MutableSortDefinition
 
ascending - Variable in class org.springframework.util.comparator.InvertibleComparator
 
asciiStream - Variable in class org.springframework.jdbc.support.lob.PassThroughClob
 
asCollection() - Method in class org.springframework.core.ResolvableType
Convenience method to return this type as a resolvable Collection type.
asConfigClass(ConfigurationClass) - Method in class org.springframework.context.annotation.ConfigurationClassParser.SourceClass
 
asInstanceOfToken() - Method in class org.springframework.expression.spel.standard.Token
 
asList(String...) - Static method in class org.springframework.messaging.handler.DestinationPatternsMessageCondition
 
asList(String...) - Static method in class org.springframework.web.servlet.mvc.condition.PatternsRequestCondition
 
asList(RequestMethod...) - Static method in class org.springframework.web.servlet.mvc.condition.RequestMethodsRequestCondition
 
ASM4 - Static variable in interface org.springframework.asm.Opcodes
 
ASM5 - Static variable in interface org.springframework.asm.Opcodes
 
ASM_VERSION - Static variable in class org.springframework.asm.SpringAsmInfo
The ASM compatibility version for Spring's ASM visitor implementations: as of Spring 4.0.3, it's ASM5.
asMap() - Method in class org.springframework.core.ResolvableType
Convenience method to return this type as a resolvable Map type.
asMap() - Method in class org.springframework.ui.ExtendedModelMap
 
asMap() - Method in interface org.springframework.ui.Model
Return the current set of model attributes as a Map.
asMap() - Method in class org.springframework.web.servlet.mvc.support.RedirectAttributesModelMap
 
asMatchesToken() - Method in class org.springframework.expression.spel.standard.Token
 
asMultipartRequest(HttpServletRequest) - Static method in class org.springframework.web.multipart.support.RequestPartServletServerHttpRequest
 
asNumber(String) - Method in class org.springframework.core.Constants
Return a constant value cast to a Number.
asObject(String) - Method in class org.springframework.core.Constants
Parse the given String (upper or lower case accepted) and return the appropriate value if it's the name of a constant field in the class that we're analysing.
ASPECT - Static variable in class org.springframework.aop.config.ConfigBeanDefinitionParser
 
ASPECT_INSTANCE_FACTORY_INDEX - Static variable in class org.springframework.aop.config.ConfigBeanDefinitionParser
 
ASPECT_NAME_PROPERTY - Static variable in class org.springframework.aop.config.ConfigBeanDefinitionParser
 
aspectBeanName - Variable in class org.springframework.aop.config.SimpleBeanFactoryAwareAspectInstanceFactory
 
aspectBeanNames - Variable in class org.springframework.aop.aspectj.annotation.BeanFactoryAspectJAdvisorsBuilder
 
aspectCache - Static variable in class org.springframework.aop.aspectj.annotation.AspectJProxyFactory
Cache for singleton aspect instances
aspectClass - Variable in class org.springframework.aop.aspectj.SimpleAspectInstanceFactory
 
AspectComponentDefinition - Class in org.springframework.aop.config
ComponentDefinition that holds an aspect definition, including its nested pointcuts.
AspectComponentDefinition(String, BeanDefinition[], BeanReference[], Object) - Constructor for class org.springframework.aop.config.AspectComponentDefinition
 
AspectEntry - Class in org.springframework.aop.config
ParseState entry representing an aspect.
AspectEntry(String, String) - Constructor for class org.springframework.aop.config.AspectEntry
Create a new AspectEntry.
aspectFactory - Variable in class org.springframework.aop.aspectj.annotation.AspectJProxyFactory
 
aspectFactoryCache - Variable in class org.springframework.aop.aspectj.annotation.BeanFactoryAspectJAdvisorsBuilder
 
aspectInstance - Variable in class org.springframework.aop.aspectj.SingletonAspectInstanceFactory
 
aspectInstanceFactory - Variable in class org.springframework.aop.aspectj.AbstractAspectJAdvice
 
aspectInstanceFactory - Variable in class org.springframework.aop.aspectj.annotation.InstantiationModelAwarePointcutAdvisorImpl
 
aspectInstanceFactory - Variable in class org.springframework.aop.aspectj.annotation.InstantiationModelAwarePointcutAdvisorImpl.PerTargetInstantiationModelPointcut
 
AspectInstanceFactory - Interface in org.springframework.aop.aspectj
Interface implemented to provide an instance of an AspectJ aspect.
ASPECTJ_AOP_XML_RESOURCE - Static variable in class org.springframework.context.weaving.AspectJWeavingEnabler
 
ASPECTJ_WEAVING_ATTRIBUTE - Static variable in class org.springframework.context.config.LoadTimeWeaverBeanDefinitionParser
 
ASPECTJ_WEAVING_ENABLER_CLASS_NAME - Static variable in class org.springframework.context.config.LoadTimeWeaverBeanDefinitionParser
 
aspectJAdviceMethod - Variable in class org.springframework.aop.aspectj.AbstractAspectJAdvice
 
AspectJAdviceParameterNameDiscoverer - Class in org.springframework.aop.aspectj
ParameterNameDiscoverer implementation that tries to deduce parameter names for an advice method from the pointcut expression, returning, and throwing clauses.
AspectJAdviceParameterNameDiscoverer(String) - Constructor for class org.springframework.aop.aspectj.AspectJAdviceParameterNameDiscoverer
Create a new discoverer that attempts to discover parameter names from the given pointcut expression.
AspectJAdviceParameterNameDiscoverer.AmbiguousBindingException - Exception in org.springframework.aop.aspectj
Thrown in response to an ambiguous binding being detected when trying to resolve a method's parameter names.
AspectJAdviceParameterNameDiscoverer.PointcutBody - Class in org.springframework.aop.aspectj
Simple struct to hold the extracted text from a pointcut body, together with the number of tokens consumed in extracting it.
aspectJAdvisorFactory - Variable in class org.springframework.aop.aspectj.annotation.AnnotationAwareAspectJAutoProxyCreator
 
AspectJAdvisorFactory - Interface in org.springframework.aop.aspectj.annotation
Interface for factories that can create Spring AOP Advisors from classes annotated with AspectJ annotation syntax.
aspectJAdvisorsBuilder - Variable in class org.springframework.aop.aspectj.annotation.AnnotationAwareAspectJAutoProxyCreator
 
AspectJAfterAdvice - Class in org.springframework.aop.aspectj
Spring AOP advice wrapping an AspectJ after advice method.
AspectJAfterAdvice(Method, AspectJExpressionPointcut, AspectInstanceFactory) - Constructor for class org.springframework.aop.aspectj.AspectJAfterAdvice
 
AspectJAfterReturningAdvice - Class in org.springframework.aop.aspectj
Spring AOP advice wrapping an AspectJ after-returning advice method.
AspectJAfterReturningAdvice(Method, AspectJExpressionPointcut, AspectInstanceFactory) - Constructor for class org.springframework.aop.aspectj.AspectJAfterReturningAdvice
 
AspectJAfterThrowingAdvice - Class in org.springframework.aop.aspectj
Spring AOP advice wrapping an AspectJ after-throwing advice method.
AspectJAfterThrowingAdvice(Method, AspectJExpressionPointcut, AspectInstanceFactory) - Constructor for class org.springframework.aop.aspectj.AspectJAfterThrowingAdvice
 
AspectJAnnotation(A) - Constructor for class org.springframework.aop.aspectj.annotation.AbstractAspectJAdvisorFactory.AspectJAnnotation
 
AspectJAnnotationParameterNameDiscoverer() - Constructor for class org.springframework.aop.aspectj.annotation.AbstractAspectJAdvisorFactory.AspectJAnnotationParameterNameDiscoverer
 
AspectJAnnotationType() - Constructor for enum org.springframework.aop.aspectj.annotation.AbstractAspectJAdvisorFactory.AspectJAnnotationType
 
AspectJAopUtils - Class in org.springframework.aop.aspectj
Utility methods for dealing with AspectJ advisors.
AspectJAopUtils() - Constructor for class org.springframework.aop.aspectj.AspectJAopUtils
 
AspectJAroundAdvice - Class in org.springframework.aop.aspectj
Spring AOP around advice (MethodInterceptor) that wraps an AspectJ advice method.
AspectJAroundAdvice(Method, AspectJExpressionPointcut, AspectInstanceFactory) - Constructor for class org.springframework.aop.aspectj.AspectJAroundAdvice
 
AspectJAsyncConfiguration - Class in org.springframework.scheduling.aspectj
@Configuration class that registers the Spring infrastructure beans necessary to enable AspectJ-based asynchronous method execution.
AspectJAsyncConfiguration() - Constructor for class org.springframework.scheduling.aspectj.AspectJAsyncConfiguration
 
AspectJAutoProxyBeanDefinitionParser - Class in org.springframework.aop.config
BeanDefinitionParser for the aspectj-autoproxy tag, enabling the automatic application of @AspectJ-style aspects found in the BeanFactory.
AspectJAutoProxyBeanDefinitionParser() - Constructor for class org.springframework.aop.config.AspectJAutoProxyBeanDefinitionParser
 
AspectJAutoProxyRegistrar - Class in org.springframework.context.annotation
Registers an AnnotationAwareAspectJAutoProxyCreator against the current BeanDefinitionRegistry as appropriate based on a given @EnableAspectJAutoProxy annotation.
AspectJAutoProxyRegistrar() - Constructor for class org.springframework.context.annotation.AspectJAutoProxyRegistrar
 
AspectJAwareAdvisorAutoProxyCreator - Class in org.springframework.aop.aspectj.autoproxy
AbstractAdvisorAutoProxyCreator subclass that exposes AspectJ's invocation context and understands AspectJ's rules for advice precedence when multiple pieces of advice come from the same aspect.
AspectJAwareAdvisorAutoProxyCreator() - Constructor for class org.springframework.aop.aspectj.autoproxy.AspectJAwareAdvisorAutoProxyCreator
 
AspectJAwareAdvisorAutoProxyCreator.PartiallyComparableAdvisorHolder - Class in org.springframework.aop.aspectj.autoproxy
Implements AspectJ PartialComparable interface for defining partial orderings.
AspectJCachingConfiguration - Class in org.springframework.cache.aspectj
@Configuration class that registers the Spring infrastructure beans necessary to enable AspectJ-based annotation-driven cache management.
AspectJCachingConfiguration() - Constructor for class org.springframework.cache.aspectj.AspectJCachingConfiguration
 
AspectJClassBypassingClassFileTransformer(ClassFileTransformer) - Constructor for class org.springframework.context.weaving.AspectJWeavingEnabler.AspectJClassBypassingClassFileTransformer
 
AspectJExpressionPointcut - Class in org.springframework.aop.aspectj
Spring Pointcut implementation that uses the AspectJ weaver to evaluate a pointcut expression.
AspectJExpressionPointcut() - Constructor for class org.springframework.aop.aspectj.AspectJExpressionPointcut
Create a new default AspectJExpressionPointcut.
AspectJExpressionPointcut(Class<?>, String[], Class<?>[]) - Constructor for class org.springframework.aop.aspectj.AspectJExpressionPointcut
Create a new AspectJExpressionPointcut with the given settings.
AspectJExpressionPointcut.BeanNameContextMatcher - Class in org.springframework.aop.aspectj
Matcher class for the BeanNamePointcutDesignatorHandler.
AspectJExpressionPointcut.BeanNamePointcutDesignatorHandler - Class in org.springframework.aop.aspectj
Handler for the Spring-specific bean() pointcut designator extension to AspectJ.
AspectJExpressionPointcut.DefensiveShadowMatch - Class in org.springframework.aop.aspectj
 
AspectJExpressionPointcutAdvisor - Class in org.springframework.aop.aspectj
Spring AOP Advisor that can be used for any AspectJ pointcut expression.
AspectJExpressionPointcutAdvisor() - Constructor for class org.springframework.aop.aspectj.AspectJExpressionPointcutAdvisor
 
AspectJMethodBeforeAdvice - Class in org.springframework.aop.aspectj
Spring AOP advice that wraps an AspectJ before method.
AspectJMethodBeforeAdvice(Method, AspectJExpressionPointcut, AspectInstanceFactory) - Constructor for class org.springframework.aop.aspectj.AspectJMethodBeforeAdvice
 
AspectJPointcutAdvisor - Class in org.springframework.aop.aspectj
AspectJPointcutAdvisor that adapts an AbstractAspectJAdvice to the PointcutAdvisor interface.
AspectJPointcutAdvisor(AbstractAspectJAdvice) - Constructor for class org.springframework.aop.aspectj.AspectJPointcutAdvisor
Create a new AspectJPointcutAdvisor for the given advice
AspectJPrecedenceComparator - Class in org.springframework.aop.aspectj.autoproxy
Orders AspectJ advice/advisors by precedence (not invocation order).
AspectJPrecedenceComparator() - Constructor for class org.springframework.aop.aspectj.autoproxy.AspectJPrecedenceComparator
Create a default AspectJPrecedenceComparator.
AspectJPrecedenceComparator(Comparator<? super Advisor>) - Constructor for class org.springframework.aop.aspectj.autoproxy.AspectJPrecedenceComparator
Create a AspectJPrecedenceComparator, using the given Comparator for comparing Advisor instances.
AspectJPrecedenceInformation - Interface in org.springframework.aop.aspectj
Interface to be implemented by types that can supply the information needed to sort advice/advisors by AspectJ's precedence rules.
AspectJProxyFactory - Class in org.springframework.aop.aspectj.annotation
AspectJ-based proxy factory, allowing for programmatic building of proxies which include AspectJ aspects (code style as well Java 5 annotation style).
AspectJProxyFactory() - Constructor for class org.springframework.aop.aspectj.annotation.AspectJProxyFactory
Create a new AspectJProxyFactory.
AspectJProxyFactory(Object) - Constructor for class org.springframework.aop.aspectj.annotation.AspectJProxyFactory
Create a new AspectJProxyFactory.
AspectJProxyFactory(Class<?>[]) - Constructor for class org.springframework.aop.aspectj.annotation.AspectJProxyFactory
Create a new AspectJProxyFactory.
AspectJProxyUtils - Class in org.springframework.aop.aspectj
Utility methods for working with AspectJ proxies.
AspectJProxyUtils() - Constructor for class org.springframework.aop.aspectj.AspectJProxyUtils
 
AspectJTransactionManagementConfiguration - Class in org.springframework.transaction.aspectj
@Configuration class that registers the Spring infrastructure beans necessary to enable AspectJ-based annotation-driven transaction management.
AspectJTransactionManagementConfiguration() - Constructor for class org.springframework.transaction.aspectj.AspectJTransactionManagementConfiguration
 
AspectJTypeFilter - Class in org.springframework.core.type.filter
Type filter that uses AspectJ type pattern for matching.
AspectJTypeFilter(String, ClassLoader) - Constructor for class org.springframework.core.type.filter.AspectJTypeFilter
 
aspectJTypePatternMatcher - Variable in class org.springframework.aop.aspectj.TypePatternClassFilter
 
AspectJWeaverMessageHandler - Class in org.springframework.aop.aspectj
Implementation of AspectJ's IMessageHandler interface that routes AspectJ weaving messages through the same logging system as the regular Spring messages.
AspectJWeaverMessageHandler() - Constructor for class org.springframework.aop.aspectj.AspectJWeaverMessageHandler
 
AspectJWeaving() - Constructor for enum org.springframework.context.annotation.EnableLoadTimeWeaving.AspectJWeaving
 
AspectJWeavingEnabler - Class in org.springframework.context.weaving
Post-processor that registers AspectJ's org.aspectj.weaver.loadtime.ClassPreProcessorAgentAdapter with the Spring application context's default LoadTimeWeaver.
AspectJWeavingEnabler() - Constructor for class org.springframework.context.weaving.AspectJWeavingEnabler
 
AspectJWeavingEnabler.AspectJClassBypassingClassFileTransformer - Class in org.springframework.context.weaving
ClassFileTransformer decorator that suppresses processing of AspectJ classes in order to avoid potential LinkageErrors.
AspectMetadata - Class in org.springframework.aop.aspectj.annotation
Metadata for an AspectJ aspect class, with an additional Spring AOP pointcut for the per clause.
AspectMetadata(Class<?>, String) - Constructor for class org.springframework.aop.aspectj.annotation.AspectMetadata
Create a new AspectMetadata instance for the given aspect class.
aspectMetadata - Variable in class org.springframework.aop.aspectj.annotation.BeanFactoryAspectInstanceFactory
 
aspectName - Variable in class org.springframework.aop.aspectj.AbstractAspectJAdvice
The name of the aspect (ref bean) in which this advice was defined (used when determining advice precedence so that we can determine whether two pieces of advice come from the same aspect).
aspectName - Variable in class org.springframework.aop.aspectj.annotation.AspectMetadata
The name of this aspect as defined to Spring (the bean name) - allows us to determine if two pieces of advice come from the same aspect and hence their relative precedence.
aspectName - Variable in class org.springframework.aop.aspectj.annotation.InstantiationModelAwarePointcutAdvisorImpl
 
assemble(Serializable, Object) - Method in class org.springframework.orm.hibernate3.support.AbstractLobType
This implementation returns the passed-in value as-is.
assembleChunksAndReset() - Method in class org.springframework.messaging.simp.stomp.BufferingStompDecoder
 
assembler - Variable in class org.springframework.jmx.export.MBeanExporter
Stores the MBeanInfoAssembler to use for this exporter
Assert - Class in org.springframework.util
Assertion utility class that assists in validating arguments.
Assert() - Constructor for class org.springframework.util.Assert
 
assertAndReturnModelAttributeOfType(ModelAndView, String, Class<T>) - Static method in class org.springframework.test.web.ModelAndViewAssert
Checks whether the model value under the given modelName exists and checks it type, based on the expectedType.
assertBeanFactoryActive() - Method in class org.springframework.context.support.AbstractApplicationContext
Assert that this context's BeanFactory is currently active, throwing an IllegalStateException if it isn't.
assertBeanFactoryActive() - Method in class org.springframework.context.support.AbstractRefreshableApplicationContext
Overridden to turn it into a no-op: With AbstractRefreshableApplicationContext, AbstractRefreshableApplicationContext.getBeanFactory() serves a strong assertion for an active context anyway.
assertBeanFactoryActive() - Method in class org.springframework.context.support.StaticApplicationContext
Overridden to turn it into a no-op, to be more lenient towards test cases.
assertBoolean(String, boolean) - Method in class org.springframework.test.util.XpathExpectationsHelper
Apply the XPath expression and assert the resulting content as a Boolean.
assertCompareListModelAttribute(ModelAndView, String, List) - Static method in class org.springframework.test.web.ModelAndViewAssert
Compare each individual entry in a list, without first sorting the lists.
assertEqualConditionTypes(RequestConditionHolder) - Method in class org.springframework.web.servlet.mvc.condition.RequestConditionHolder
Ensure the held request conditions are of the same type.
assertEquals(String, Object, Object) - Static method in class org.springframework.test.util.AssertionErrors
Assert two objects are equal raise an AssertionError if not.
assertHandlerMethod(MvcResult) - Static method in class org.springframework.test.web.servlet.result.HandlerResultMatchers
 
assertHasAncestorOfType(Tag, Class<?>, String, String) - Static method in class org.springframework.web.util.TagUtils
Determine whether the supplied Tag has any ancestor tag of the supplied type, throwing an IllegalStateException if not.
assertHeaderValueCount(String, HttpHeaders, int) - Static method in class org.springframework.test.web.client.match.MockRestRequestMatchers
 
assertHttpMethod(String) - Method in class org.springframework.web.servlet.tags.form.FormTag
 
AssertionErrors - Class in org.springframework.test.util
JUnit independent assertion class.
AssertionErrors() - Constructor for class org.springframework.test.util.AssertionErrors
 
assertIsMultipartRequest(HttpServletRequest) - Method in class org.springframework.web.method.annotation.RequestParamMethodArgumentResolver
 
assertIsMultipartRequest(HttpServletRequest) - Static method in class org.springframework.web.servlet.mvc.method.annotation.RequestPartMethodArgumentResolver
 
assertIsValid() - Method in class org.springframework.mock.web.MockHttpSession
Convenience method for asserting that this session has not been invalidated.
assertLegalRelativeAddition(String, PropertySource<?>) - Method in class org.springframework.core.env.MutablePropertySources
Ensure that the given property source is not being added relative to itself.
assertModelAttributeAvailable(ModelAndView, String) - Static method in class org.springframework.test.web.ModelAndViewAssert
Assert whether or not a model attribute is available.
assertModelAttributeValue(ModelAndView, String, Object) - Static method in class org.springframework.test.web.ModelAndViewAssert
Compare a given expectedValue to the value from the model bound under the given modelName.
assertModelAttributeValues(ModelAndView, Map<String, Object>) - Static method in class org.springframework.test.web.ModelAndViewAssert
Inspect the expectedModel to see if all elements in the model appear and are equal.
assertNode(String, <any>) - Method in class org.springframework.test.util.XmlExpectationsHelper
Parse the content as Node and apply a Matcher.
assertNode(String, <any>) - Method in class org.springframework.test.util.XpathExpectationsHelper
Parse the content, evaluate the XPath expression as a Node, and assert it with the given Matcher<Node>.
assertNodeCount(String, <any>) - Method in class org.springframework.test.util.XpathExpectationsHelper
Apply the XPath expression and assert the resulting content with the given Hamcrest matcher.
assertNonEmptyAnnotationTypeArray(Class<?>[], String) - Static method in class org.springframework.test.context.MetaAnnotationUtils
 
assertNotExecuted() - Method in class org.springframework.http.client.AbstractAsyncClientHttpRequest
Asserts that this request has not been executed yet.
assertNotExecuted() - Method in class org.springframework.http.client.AbstractClientHttpRequest
Asserts that this request has not been executed yet.
assertNotPrimitiveTargetType(TypeDescriptor, TypeDescriptor) - Method in class org.springframework.core.convert.support.GenericConversionService
 
assertNumber(String, <any>) - Method in class org.springframework.test.util.XpathExpectationsHelper
Apply the XPath expression and assert the resulting content with the given Hamcrest matcher.
assertNumberOfConditions(CompositeRequestCondition) - Method in class org.springframework.web.servlet.mvc.condition.CompositeRequestCondition
 
assertPresentAndGetIndex(String) - Method in class org.springframework.core.env.MutablePropertySources
Assert that the named property source is present and return its index.
assertSortAndCompareListModelAttribute(ModelAndView, String, List, Comparator) - Static method in class org.springframework.test.web.ModelAndViewAssert
Compare each individual entry in a list after having sorted both lists (optionally using a comparator).
assertSource(String, <any>) - Method in class org.springframework.test.util.XmlExpectationsHelper
Parse the content as DOMSource and apply a Matcher.
assertString(String, <any>) - Method in class org.springframework.test.util.XpathExpectationsHelper
Apply the XPath expression and assert the resulting content with the given Hamcrest matcher.
assertTargetBean(Method, Object, Object[]) - Method in class org.springframework.messaging.handler.invocation.InvocableHandlerMethod
Assert that the target bean class is an instance of the class where the given method is declared.
assertTargetBean(Method, Object, Object[]) - Method in class org.springframework.web.method.support.InvocableHandlerMethod
Assert that the target bean class is an instance of the class where the given method is declared.
assertThat(T, <any>) - Static method in class org.springframework.test.util.MatcherAssertionErrors
Asserts that the given matcher matches the actual value.
assertThat(String, T, <any>) - Static method in class org.springframework.test.util.MatcherAssertionErrors
Asserts that the given matcher matches the actual value.
AssertThrows - Class in org.springframework.test
Deprecated.
favor use of JUnit 4's @Test(expected=...) support
AssertThrows(Class) - Constructor for class org.springframework.test.AssertThrows
Deprecated.
Create a new instance of the AssertThrows class.
AssertThrows(Class, String) - Constructor for class org.springframework.test.AssertThrows
Deprecated.
Create a new instance of the AssertThrows class.
assertTrue(String, boolean) - Static method in class org.springframework.test.util.AssertionErrors
Assert the given condition is true and raise an AssertionError if it is not.
assertUnderSelectTag() - Method in class org.springframework.web.servlet.tags.form.OptionTag
 
assertValidators(Validator...) - Method in class org.springframework.validation.DataBinder
 
assertValue(String, <any>) - Method in class org.springframework.test.util.JsonPathExpectationsHelper
Evaluate the JSONPath and assert the resulting value with the given Matcher.
assertValue(String, Object) - Method in class org.springframework.test.util.JsonPathExpectationsHelper
Apply the JSONPath and assert the resulting value.
assertValueIsArray(String) - Method in class org.springframework.test.util.JsonPathExpectationsHelper
Apply the JSONPath and assert the resulting value is an array.
assertValueNotNull(Boolean) - Method in class org.springframework.expression.spel.ast.OpAnd
 
assertValueNotNull(Boolean) - Method in class org.springframework.expression.spel.ast.OpOr
 
assertViewName(ModelAndView, String) - Static method in class org.springframework.test.web.ModelAndViewAssert
Check to see if the view name in the ModelAndView matches the given expectedName.
assertXmlEqual(String, String) - Method in class org.springframework.test.util.XmlExpectationsHelper
Parse the expected and actual content strings as XML and assert that the two are "similar" -- i.e.
Assign - Class in org.springframework.expression.spel.ast
Represents assignment.
Assign(int, SpelNodeImpl...) - Constructor for class org.springframework.expression.spel.ast.Assign
 
AssignableTypeFilter - Class in org.springframework.core.type.filter
A simple filter which matches classes that are assignable to a given type.
AssignableTypeFilter(Class<?>) - Constructor for class org.springframework.core.type.filter.AssignableTypeFilter
Create a new AssignableTypeFilter for the given type.
assignableTypes - Variable in class org.springframework.web.method.ControllerAdviceBean
 
asSourceClass(ConfigurationClass) - Method in class org.springframework.context.annotation.ConfigurationClassParser
Factory method to obtain a ConfigurationClassParser.SourceClass from a ConfigurationClass.
asSourceClass(Class<?>) - Method in class org.springframework.context.annotation.ConfigurationClassParser
Factory method to obtain a ConfigurationClassParser.SourceClass from a Class.
asSourceClass(String) - Method in class org.springframework.context.annotation.ConfigurationClassParser
Factory method to obtain a ConfigurationClassParser.SourceClass from a class name.
asSourceClasses(String[]) - Method in class org.springframework.context.annotation.ConfigurationClassParser
Factory method to obtain ConfigurationClassParser.SourceClasss from class names.
asString(String) - Method in class org.springframework.core.Constants
Return a constant value as a String.
ast - Variable in class org.springframework.expression.spel.standard.SpelExpression
 
ASTORE - Static variable in interface org.springframework.asm.Opcodes
 
AstUtils - Class in org.springframework.expression.spel.ast
Utilities methods for use in the Ast classes.
AstUtils() - Constructor for class org.springframework.expression.spel.ast.AstUtils
 
asVariableResolver() - Method in class org.springframework.core.ResolvableType
Async - Annotation Type in org.springframework.scheduling.annotation
Annotation that marks a method as a candidate for asynchronous execution.
ASYNC_ANNOTATION_PROCESSOR_BEAN_NAME - Static variable in class org.springframework.context.annotation.AnnotationConfigUtils
The bean name of the internally managed Async annotation processor.
ASYNC_ANNOTATION_PROCESSOR_BEAN_NAME - Static variable in class org.springframework.scheduling.config.AnnotationDrivenBeanDefinitionParser
Deprecated.
ASYNC_EXECUTION_ASPECT_BEAN_NAME - Static variable in class org.springframework.context.annotation.AnnotationConfigUtils
The bean name of the internally managed AspectJ async execution aspect.
ASYNC_EXECUTION_ASPECT_BEAN_NAME - Static variable in class org.springframework.scheduling.config.AnnotationDrivenBeanDefinitionParser
Deprecated.
ASYNC_EXECUTION_ASPECT_CLASS_NAME - Static variable in class org.springframework.context.annotation.AnnotationConfigUtils
The class name of the AspectJ async execution aspect.
ASYNC_EXECUTION_ASPECT_CONFIGURATION_CLASS_NAME - Static variable in class org.springframework.context.annotation.AnnotationConfigUtils
The name of the AspectJ async execution aspect @Configuration class.
asyncAdvisor() - Method in class org.springframework.scheduling.annotation.ProxyAsyncConfiguration
 
asyncAdvisor() - Method in class org.springframework.scheduling.aspectj.AspectJAsyncConfiguration
 
AsyncAnnotationAdvisor - Class in org.springframework.scheduling.annotation
Advisor that activates asynchronous method execution through the Async annotation.
AsyncAnnotationAdvisor() - Constructor for class org.springframework.scheduling.annotation.AsyncAnnotationAdvisor
Create a new AsyncAnnotationAdvisor for bean-style configuration.
AsyncAnnotationAdvisor(Executor) - Constructor for class org.springframework.scheduling.annotation.AsyncAnnotationAdvisor
Create a new AsyncAnnotationAdvisor for the given task executor.
AsyncAnnotationBeanPostProcessor - Class in org.springframework.scheduling.annotation
Bean post-processor that automatically applies asynchronous invocation behavior to any bean that carries the Async annotation at class or method-level by adding a corresponding AsyncAnnotationAdvisor to the exposed proxy (either an existing AOP proxy or a newly generated proxy that implements all of the target's interfaces).
AsyncAnnotationBeanPostProcessor() - Constructor for class org.springframework.scheduling.annotation.AsyncAnnotationBeanPostProcessor
 
asyncAnnotationType - Variable in class org.springframework.scheduling.annotation.AsyncAnnotationBeanPostProcessor
 
AsyncClientHttpRequest - Interface in org.springframework.http.client
Represents a client-side asynchronous HTTP request.
AsyncClientHttpRequestFactory - Interface in org.springframework.http.client
Factory for AsyncClientHttpRequest objects.
asyncCompleted - Variable in class org.springframework.http.server.ServletServerHttpAsyncRequestControl
 
asyncCompleted - Variable in class org.springframework.web.context.request.async.StandardServletAsyncWebRequest
 
AsyncConfigurationSelector - Class in org.springframework.scheduling.annotation
Selects which implementation of AbstractAsyncConfiguration should be used based on the value of EnableAsync.mode() on the importing @Configuration class.
AsyncConfigurationSelector() - Constructor for class org.springframework.scheduling.annotation.AsyncConfigurationSelector
 
AsyncConfigurer - Interface in org.springframework.scheduling.annotation
Interface to be implemented by @Configuration classes annotated with @EnableAsync that wish to customize the Executor instance used when processing async method invocations.
asyncContext - Variable in class org.springframework.http.server.ServletServerHttpAsyncRequestControl
 
asyncContext - Variable in class org.springframework.mock.web.MockHttpServletRequest
 
asyncContext - Variable in class org.springframework.web.context.request.async.StandardServletAsyncWebRequest
 
asyncDispatch(MvcResult) - Static method in class org.springframework.test.web.servlet.request.MockMvcRequestBuilders
Create a RequestBuilder for an async dispatch from the MvcResult of the request that started async processing.
AsyncExecutionAspectSupport - Class in org.springframework.aop.interceptor
Base class for asynchronous method execution aspects, such as AnnotationAsyncExecutionInterceptor or org.springframework.scheduling.aspectj.AnnotationAsyncExecutionAspect.
AsyncExecutionAspectSupport(Executor) - Constructor for class org.springframework.aop.interceptor.AsyncExecutionAspectSupport
Create a new AsyncExecutionAspectSupport, using the provided default executor unless individual async methods indicate via qualifier that a more specific executor should be used.
AsyncExecutionInterceptor - Class in org.springframework.aop.interceptor
AOP Alliance MethodInterceptor that processes method invocations asynchronously, using a given AsyncTaskExecutor.
AsyncExecutionInterceptor(Executor) - Constructor for class org.springframework.aop.interceptor.AsyncExecutionInterceptor
Create a new AsyncExecutionInterceptor.
AsyncHandlerInterceptor - Interface in org.springframework.web.servlet
Extends HandlerInterceptor with a callback method invoked during asynchronous request handling.
AsyncHttpAccessor - Class in org.springframework.http.client.support
Base class for AsyncRestTemplate and other HTTP accessing gateway helpers, defining common properties such as the AsyncClientHttpRequestFactory to operate on.
AsyncHttpAccessor() - Constructor for class org.springframework.http.client.support.AsyncHttpAccessor
 
AsyncListenableTaskExecutor - Interface in org.springframework.core.task
Extension of the AsyncTaskExecutor interface, adding the capability to submit tasks for ListenableFutures.
AsyncMessageListenerInvoker() - Constructor for class org.springframework.jms.listener.DefaultMessageListenerContainer.AsyncMessageListenerInvoker
 
asyncMode - Variable in class org.springframework.scheduling.concurrent.ForkJoinPoolFactoryBean
 
asyncNotStarted() - Method in class org.springframework.test.web.servlet.result.RequestResultMatchers
Assert that asynchronous processing was not start.
AsyncRequestCallback - Interface in org.springframework.web.client
Callback interface for code that operates on an AsyncClientHttpRequest.
AsyncRequestCallbackAdapter(RequestCallback) - Constructor for class org.springframework.web.client.AsyncRestTemplate.AsyncRequestCallbackAdapter
Create a new AsyncRequestCallbackAdapter from the given RequestCallback.
asyncRequestControl - Variable in class org.springframework.http.server.ServletServerHttpRequest
 
asyncRequestControl - Variable in class org.springframework.web.socket.sockjs.transport.session.AbstractHttpSockJsSession
 
asyncRequestFactory - Variable in class org.springframework.http.client.support.AsyncHttpAccessor
 
AsyncRequestInterceptor - Class in org.springframework.orm.hibernate3.support
An interceptor with asynchronous web requests used in OpenSessionInViewFilter and OpenSessionInViewInterceptor.
AsyncRequestInterceptor(SessionFactory, SessionHolder) - Constructor for class org.springframework.orm.hibernate3.support.AsyncRequestInterceptor
 
AsyncRequestInterceptor - Class in org.springframework.orm.hibernate4.support
An interceptor with asynchronous web requests used in OpenSessionInViewFilter and OpenSessionInViewInterceptor.
AsyncRequestInterceptor(SessionFactory, SessionHolder) - Constructor for class org.springframework.orm.hibernate4.support.AsyncRequestInterceptor
 
AsyncRequestInterceptor - Class in org.springframework.orm.jpa.support
An interceptor with asynchronous web requests used in OpenSessionInViewFilter and OpenSessionInViewInterceptor.
AsyncRequestInterceptor(EntityManagerFactory, EntityManagerHolder) - Constructor for class org.springframework.orm.jpa.support.AsyncRequestInterceptor
 
asyncRequestTimeout - Variable in class org.springframework.test.web.servlet.setup.StandaloneMockMvcBuilder
 
asyncRequestTimeout - Variable in class org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter
 
AsyncRestOperations - Interface in org.springframework.web.client
Interface specifying a basic set of asynchronous RESTful operations.
AsyncRestTemplate - Class in org.springframework.web.client
Spring's central class for asynchronous client-side HTTP access. Exposes similar methods as RestTemplate, but returns ListenableFuture wrappers as opposed to concrete results.
AsyncRestTemplate() - Constructor for class org.springframework.web.client.AsyncRestTemplate
Create a new instance of the AsyncRestTemplate using default settings.
AsyncRestTemplate(AsyncListenableTaskExecutor) - Constructor for class org.springframework.web.client.AsyncRestTemplate
Create a new instance of the AsyncRestTemplate using the given AsyncTaskExecutor.
AsyncRestTemplate(AsyncClientHttpRequestFactory) - Constructor for class org.springframework.web.client.AsyncRestTemplate
Create a new instance of the AsyncRestTemplate using the given AsyncClientHttpRequestFactory.
AsyncRestTemplate(AsyncClientHttpRequestFactory, ClientHttpRequestFactory) - Constructor for class org.springframework.web.client.AsyncRestTemplate
Creates a new instance of the AsyncRestTemplate using the given asynchronous and synchronous request factories.
AsyncRestTemplate(AsyncClientHttpRequestFactory, RestTemplate) - Constructor for class org.springframework.web.client.AsyncRestTemplate
Create a new instance of the AsyncRestTemplate using the given AsyncClientHttpRequestFactory and synchronous RestTemplate.
AsyncRestTemplate.AsyncRequestCallbackAdapter - Class in org.springframework.web.client
Adapts a RequestCallback to the AsyncRequestCallback interface.
AsyncRestTemplate.ResponseExtractorFuture<T> - Class in org.springframework.web.client
AsyncResult<V> - Class in org.springframework.scheduling.annotation
A pass-through Future handle that can be used for method signatures which are declared with a Future return type for asynchronous execution.
AsyncResult(V) - Constructor for class org.springframework.scheduling.annotation.AsyncResult
Create a new AsyncResult holder.
asyncResult - Variable in class org.springframework.test.web.servlet.DefaultMvcResult
 
asyncResult(<any>) - Method in class org.springframework.test.web.servlet.result.RequestResultMatchers
Assert the result from asynchronous processing with the given matcher.
asyncSendTimeout - Variable in class org.springframework.web.socket.server.standard.ServletServerContainerFactoryBean
 
asyncStarted - Variable in class org.springframework.mock.web.MockHttpServletRequest
 
asyncStarted() - Method in class org.springframework.test.web.servlet.result.RequestResultMatchers
Assert a request attribute value with the given Hamcrest Matcher.
AsyncSupportConfigurer - Class in org.springframework.web.servlet.config.annotation
Helps with configuring options for asynchronous request processing.
AsyncSupportConfigurer() - Constructor for class org.springframework.web.servlet.config.annotation.AsyncSupportConfigurer
 
asyncSupported - Variable in class org.springframework.mock.web.MockHttpServletRequest
 
AsyncTaskExecutor - Interface in org.springframework.core.task
Extended interface for asynchronous TaskExecutor implementations, offering an overloaded AsyncTaskExecutor.execute(Runnable, long) variant with a start timeout parameter as well support for Callable.
asyncTaskExecutor - Variable in class org.springframework.jca.work.SimpleTaskWorkManager
 
AsyncTaskMethodReturnValueHandler - Class in org.springframework.web.servlet.mvc.method.annotation
Handles return values of type WebAsyncTask.
AsyncTaskMethodReturnValueHandler(BeanFactory) - Constructor for class org.springframework.web.servlet.mvc.method.annotation.AsyncTaskMethodReturnValueHandler
 
AsyncWebRequest - Interface in org.springframework.web.context.request.async
Extends NativeWebRequest with methods for asynchronous request processing.
asyncWebRequest - Variable in class org.springframework.web.context.request.async.WebAsyncManager
 
AsyncWebRequestInterceptor - Interface in org.springframework.web.context.request
Extends WebRequestInterceptor with a callback method invoked during asynchronous request handling.
AT_ANNOTATION_VAR - Static variable in class org.springframework.aop.aspectj.RuntimeTestWalker.TestVisitorAdapter
 
AT_TARGET_VAR - Static variable in class org.springframework.aop.aspectj.RuntimeTestWalker.TestVisitorAdapter
 
AT_THIS_VAR - Static variable in class org.springframework.aop.aspectj.RuntimeTestWalker.TestVisitorAdapter
 
atAspectJAdvisorFactory - Variable in class org.springframework.aop.aspectj.annotation.InstantiationModelAwarePointcutAdvisorImpl
 
ATHROW - Static variable in interface org.springframework.asm.Opcodes
 
AtomFeedHttpMessageConverter - Class in org.springframework.http.converter.feed
Implementation of HttpMessageConverter that can read and write Atom feeds.
AtomFeedHttpMessageConverter() - Constructor for class org.springframework.http.converter.feed.AtomFeedHttpMessageConverter
 
attemptToConvertStringToEnum(Class<?>, String, Object) - Method in class org.springframework.beans.TypeConverterDelegate
 
Attribute - Class in org.springframework.asm
A non standard class, field, method or code attribute.
Attribute(String) - Constructor for class org.springframework.asm.Attribute
Constructs a new empty attribute.
attribute(String, <any>) - Method in class org.springframework.test.web.servlet.result.FlashAttributeResultMatchers
Assert a flash attribute's value with the given Hamcrest Matcher.
attribute(String, <any>) - Method in class org.springframework.test.web.servlet.result.ModelResultMatchers
Assert a model attribute value with the given Hamcrest Matcher.
attribute(String, Object) - Method in class org.springframework.test.web.servlet.result.ModelResultMatchers
Assert a model attribute value.
attribute(String, <any>) - Method in class org.springframework.test.web.servlet.result.RequestResultMatchers
Assert a request attribute value with the given Hamcrest Matcher.
attribute - Variable in class org.springframework.web.context.support.ServletContextAttributeFactoryBean
 
ATTRIBUTE_OPERATION_VISIBILITY - Static variable in class org.springframework.jmx.export.assembler.AbstractReflectiveMBeanInfoAssembler
Lowest visibility, used for operations that correspond to accessors or mutators for attributes.
AttributeAccessor - Interface in org.springframework.core
Interface defining a generic contract for attaching and accessing metadata to/from arbitrary objects.
AttributeAccessorSupport - Class in org.springframework.core
Support class for AttributeAccessors, providing a base implementation of all methods.
AttributeAccessorSupport() - Constructor for class org.springframework.core.AttributeAccessorSupport
 
attributeCache - Variable in class org.springframework.cache.interceptor.AbstractFallbackCacheOperationSource
Cache of CacheOperations, keyed by DefaultCacheKey (Method + target Class).
attributeCache - Variable in class org.springframework.transaction.interceptor.AbstractFallbackTransactionAttributeSource
Cache of TransactionAttributes, keyed by DefaultCacheKey (Method + target Class).
attributeCount(int) - Method in class org.springframework.test.web.servlet.result.FlashAttributeResultMatchers
Assert the number of flash attributes.
attributeDecorators - Variable in class org.springframework.beans.factory.xml.NamespaceHandlerSupport
Stores the BeanDefinitionDecorator implementations keyed by the local name of the Attrs they handle.
attributeDoesNotExist(String...) - Method in class org.springframework.test.web.servlet.result.ModelResultMatchers
Assert the given model attributes do not exist
attributeErrorCount(String, int) - Method in class org.springframework.test.web.servlet.result.ModelResultMatchers
Assert the given model attribute(s) have errors.
attributeExists(String...) - Method in class org.springframework.test.web.servlet.result.FlashAttributeResultMatchers
Assert the existence of the given flash attributes.
attributeExists(String...) - Method in class org.springframework.test.web.servlet.result.ModelResultMatchers
Assert the given model attributes exist.
attributeHasErrors(String...) - Method in class org.springframework.test.web.servlet.result.ModelResultMatchers
Assert the given model attribute(s) have errors.
attributeHasFieldErrors(String, String...) - Method in class org.springframework.test.web.servlet.result.ModelResultMatchers
Assert the given model attribute field(s) have errors.
attributeHasNoErrors(String...) - Method in class org.springframework.test.web.servlet.result.ModelResultMatchers
Assert the given model attribute(s) do not have errors.
attributeMap - Variable in class org.springframework.core.type.classreading.MethodMetadataReadingVisitor
 
attributeMethods - Variable in class org.springframework.web.method.annotation.ModelFactory
 
attributeName - Variable in class org.springframework.core.type.classreading.RecursiveAnnotationArrayVisitor
 
attributeName - Variable in class org.springframework.web.context.support.ServletContextAttributeFactoryBean
 
attributeNamePrefix - Variable in class org.springframework.web.bind.support.DefaultSessionAttributeStore
 
attributeNames() - Method in interface org.springframework.core.AttributeAccessor
Return the names of all attributes.
attributeNames() - Method in class org.springframework.core.AttributeAccessorSupport
 
attributeNames - Variable in class org.springframework.web.method.annotation.SessionAttributesHandler
 
attributeNames - Variable in class org.springframework.web.socket.server.support.HttpSessionHandshakeInterceptor
 
attributeNameToPropertyName(String) - Static method in class org.springframework.core.Conventions
Convert Strings in attribute name format (lowercase, hyphens separating words) into property name format (camel-cased).
attributes - Variable in class org.springframework.context.annotation.MBeanExportConfiguration
 
attributes - Variable in class org.springframework.core.AttributeAccessorSupport
Map with String keys and Object values
attributes - Variable in class org.springframework.core.type.classreading.AbstractRecursiveAnnotationVisitor
 
attributes - Variable in class org.springframework.mock.web.MockHttpServletRequest
 
attributes - Variable in class org.springframework.mock.web.MockHttpSession
 
attributes - Variable in class org.springframework.mock.web.MockPageContext
 
attributes - Variable in class org.springframework.mock.web.MockServletContext
 
attributes - Variable in class org.springframework.mock.web.portlet.MockPortletContext
 
attributes - Variable in class org.springframework.mock.web.portlet.MockPortletRequest
 
attributes - Variable in class org.springframework.remoting.support.RemoteInvocation
 
attributes - Variable in class org.springframework.test.web.servlet.request.MockHttpServletRequestBuilder
 
attributes - Variable in class org.springframework.web.context.support.ServletContextAttributeExporter
 
attributes - Variable in class org.springframework.web.socket.adapter.AbstractWebSocketSession
 
attributes - Variable in class org.springframework.web.socket.sockjs.transport.session.AbstractSockJsSession
 
ATTRIBUTES_ELEMENT - Static variable in class org.springframework.transaction.config.TxAdviceBeanDefinitionParser
 
attributesFor(AnnotatedTypeMetadata, Class<?>) - Static method in class org.springframework.context.annotation.AnnotationConfigUtils
 
attributesFor(AnnotatedTypeMetadata, String) - Static method in class org.springframework.context.annotation.AnnotationConfigUtils
 
attributesForRepeatable(AnnotationMetadata, Class<?>, Class<?>) - Static method in class org.springframework.context.annotation.AnnotationConfigUtils
 
attributesForRepeatable(AnnotationMetadata, String, String) - Static method in class org.springframework.context.annotation.AnnotationConfigUtils
 
attributesMap - Variable in class org.springframework.core.type.classreading.AnnotationAttributesReadingVisitor
 
attributesMap - Variable in class org.springframework.core.type.classreading.AnnotationMetadataReadingVisitor
Declared as a LinkedMultiValueMap instead of a MultiValueMap to ensure that the hierarchical ordering of the entries is preserved.
attributeSource - Variable in class org.springframework.jmx.export.assembler.MetadataMBeanInfoAssembler
 
attributeSource - Variable in class org.springframework.jmx.export.naming.MetadataNamingStrategy
The JmxAttributeSource implementation to use for reading metadata.
attributeSource - Variable in class org.springframework.test.context.transaction.TransactionalTestExecutionListener
 
attributeTypes - Variable in class org.springframework.web.method.annotation.SessionAttributesHandler
 
attrs - Variable in class org.springframework.asm.ClassWriter
The non standard attributes of this class.
attrs - Variable in class org.springframework.asm.Context
Prototypes of the attributes that must be parsed for this class.
attrs - Variable in class org.springframework.asm.FieldWriter
The non standard attributes of this field.
attrs - Variable in class org.springframework.asm.MethodWriter
The non standard attributes of the method.
authenticate(HttpServletResponse) - Method in class org.springframework.mock.web.MockHttpServletRequest
 
authenticator - Variable in class org.springframework.remoting.jaxws.SimpleHttpServerJaxWsServiceExporter
 
authenticator - Variable in class org.springframework.remoting.support.SimpleHttpServerFactoryBean
 
authorizedRoles - Variable in class org.springframework.web.portlet.handler.UserRoleAuthorizationInterceptor
 
authorizedRoles - Variable in class org.springframework.web.servlet.handler.UserRoleAuthorizationInterceptor
 
authType - Variable in class org.springframework.mock.web.MockHttpServletRequest
 
authType - Variable in class org.springframework.mock.web.portlet.MockPortletRequest
 
AUTO_PROXY_CREATOR_BEAN_NAME - Static variable in class org.springframework.aop.config.AopConfigUtils
The bean name of the internally managed auto-proxy creator.
autoCommit - Variable in class org.springframework.jdbc.datasource.LazyConnectionDataSourceProxy.LazyConnectionInvocationHandler
 
autoCommit - Variable in class org.springframework.jdbc.datasource.SingleConnectionDataSource
Override auto-commit state?
autocomplete - Variable in class org.springframework.web.servlet.tags.form.FormTag
 
autocomplete - Variable in class org.springframework.web.servlet.tags.form.InputTag
 
AUTOCOMPLETE_ATTRIBUTE - Static variable in class org.springframework.web.servlet.tags.form.FormTag
 
AUTOCOMPLETE_ATTRIBUTE - Static variable in class org.springframework.web.servlet.tags.form.InputTag
 
autodetect(MBeanExporter.AutodetectCallback) - Method in class org.springframework.jmx.export.MBeanExporter
Performs the actual autodetection process, delegating to an AutodetectCallback instance to vote on the inclusion of a given bean.
AUTODETECT_ALL - Static variable in class org.springframework.jmx.export.MBeanExporter
Autodetection mode indicating that all autodetection mechanisms should be used.
AUTODETECT_ASSEMBLER - Static variable in class org.springframework.jmx.export.MBeanExporter
Autodetection mode indicating that only the MBeanInfoAssembler should be able to autodetect beans.
AUTODETECT_MBEAN - Static variable in class org.springframework.jmx.export.MBeanExporter
Autodetection mode indicating that only valid MBeans should be autodetected.
AUTODETECT_NONE - Static variable in class org.springframework.jmx.export.MBeanExporter
Autodetection mode indicating that no autodetection should be used.
autodetectAnnotations - Variable in class org.springframework.oxm.xstream.XStreamMarshaller
 
autodetectBeans(AutodetectCapableMBeanInfoAssembler) - Method in class org.springframework.jmx.export.MBeanExporter
Invoked when using an AutodetectCapableMBeanInfoAssembler.
AutodetectCapableMBeanInfoAssembler - Interface in org.springframework.jmx.export.assembler
Extends the MBeanInfoAssembler to add autodetection logic.
autodetectConfiguration() - Method in class org.springframework.web.servlet.view.freemarker.FreeMarkerView
Autodetect a FreeMarkerConfig object via the ApplicationContext.
autodetectDataSource - Variable in class org.springframework.orm.hibernate3.HibernateTransactionManager
 
autodetectDataSource - Variable in class org.springframework.orm.hibernate4.HibernateTransactionManager
 
autodetectDataSource - Variable in class org.springframework.orm.jdo.JdoTransactionManager
 
autodetectInterfaces - Variable in class org.springframework.aop.framework.ProxyFactoryBean
 
autodetectMBeans() - Method in class org.springframework.jmx.export.MBeanExporter
Attempts to detect any beans defined in the ApplicationContext that are valid MBeans and registers them automatically with the MBeanServer.
autodetectMode - Variable in class org.springframework.jmx.export.MBeanExporter
The autodetect mode to use for this MBeanExporter
autodetectTransactionManager - Variable in class org.springframework.transaction.jta.JtaTransactionManager
 
autodetectTransactionSynchronizationRegistry - Variable in class org.springframework.transaction.jta.JtaTransactionManager
 
autodetectUserTransaction - Variable in class org.springframework.transaction.jta.JtaTransactionManager
 
autodetectVelocityEngine() - Method in class org.springframework.web.servlet.view.velocity.VelocityView
Autodetect a VelocityEngine via the ApplicationContext.
autogenerateFor() - Method in class org.springframework.web.servlet.tags.form.LabelTag
Autogenerate the 'for' attribute value for this tag.
autogenerateId() - Method in class org.springframework.web.servlet.tags.form.AbstractCheckedElementTag
Return a unique ID for the bound name within the current PageContext.
autogenerateId() - Method in class org.springframework.web.servlet.tags.form.AbstractDataBoundFormElementTag
Autogenerate the 'id' attribute value for this tag.
autogenerateId() - Method in class org.springframework.web.servlet.tags.form.ErrorsTag
Get the value for the HTML 'id' attribute.
autogenerateId() - Method in class org.springframework.web.servlet.tags.form.FormTag
Autogenerated IDs correspond to the form object name.
autogenerateId() - Method in class org.springframework.web.servlet.tags.form.OptionTag
 
autoGrowCollectionLimit - Variable in class org.springframework.beans.BeanWrapperImpl
 
autoGrowCollectionLimit - Variable in class org.springframework.validation.BeanPropertyBindingResult
 
autoGrowCollectionLimit - Variable in class org.springframework.validation.DataBinder
 
autoGrowCollections - Variable in class org.springframework.expression.spel.SpelParserConfiguration
 
autoGrowNestedPaths - Variable in class org.springframework.beans.BeanWrapperImpl
 
autoGrowNestedPaths - Variable in class org.springframework.validation.BeanPropertyBindingResult
 
autoGrowNestedPaths - Variable in class org.springframework.validation.DataBinder
 
autoGrowNestedPaths - Variable in class org.springframework.web.bind.support.ConfigurableWebBindingInitializer
 
autoGrowNullReferences - Variable in class org.springframework.expression.spel.ast.PropertyOrFieldReference.AccessorLValue
 
autoGrowNullReferences - Variable in class org.springframework.expression.spel.SpelParserConfiguration
 
AutoPopulatingList<E> - Class in org.springframework.util
Simple List wrapper class that allows for elements to be automatically populated as they are requested.
AutoPopulatingList(Class<? extends E>) - Constructor for class org.springframework.util.AutoPopulatingList
Creates a new AutoPopulatingList that is backed by a standard ArrayList and adds new instances of the supplied element Class to the backing List on demand.
AutoPopulatingList(List<E>, Class<? extends E>) - Constructor for class org.springframework.util.AutoPopulatingList
Creates a new AutoPopulatingList that is backed by the supplied List and adds new instances of the supplied element Class to the backing List on demand.
AutoPopulatingList(AutoPopulatingList.ElementFactory<E>) - Constructor for class org.springframework.util.AutoPopulatingList
Creates a new AutoPopulatingList that is backed by a standard ArrayList and creates new elements on demand using the supplied AutoPopulatingList.ElementFactory.
AutoPopulatingList(List<E>, AutoPopulatingList.ElementFactory<E>) - Constructor for class org.springframework.util.AutoPopulatingList
Creates a new AutoPopulatingList that is backed by the supplied List and creates new elements on demand using the supplied AutoPopulatingList.ElementFactory.
AutoPopulatingList.ElementFactory<E> - Interface in org.springframework.util
Factory interface for creating elements for an index-based access data structure such as a List.
AutoPopulatingList.ElementInstantiationException - Exception in org.springframework.util
Exception to be thrown from ElementFactory.
AutoPopulatingList.ReflectiveElementFactory<E> - Class in org.springframework.util
Reflective implementation of the ElementFactory interface, using Class.newInstance() on a given element class.
AutoProxyRegistrar - Class in org.springframework.context.annotation
Registers an auto proxy creator against the current BeanDefinitionRegistry as appropriate based on an @Enable* annotation having mode and proxyTargetClass attributes set to the correct values.
AutoProxyRegistrar() - Constructor for class org.springframework.context.annotation.AutoProxyRegistrar
 
AutoProxyUtils - Class in org.springframework.aop.framework.autoproxy
Utilities for auto-proxy aware components.
AutoProxyUtils() - Constructor for class org.springframework.aop.framework.autoproxy.AutoProxyUtils
 
autoStartup - Variable in class org.springframework.jca.endpoint.GenericMessageEndpointManager
 
autoStartup - Variable in class org.springframework.jms.listener.AbstractJmsListeningContainer
 
autoStartup - Variable in class org.springframework.messaging.simp.broker.AbstractBrokerMessageHandler
 
autoStartup - Variable in class org.springframework.messaging.simp.config.StompBrokerRelayRegistration
 
autoStartup - Variable in class org.springframework.scheduling.quartz.SchedulerFactoryBean
 
autoStartup - Variable in class org.springframework.web.socket.client.ConnectionManagerSupport
 
autoStartup - Variable in class org.springframework.web.socket.client.jetty.JettyWebSocketClient
 
autoStartupOnly - Variable in class org.springframework.context.support.DefaultLifecycleProcessor.LifecycleGroup
 
Autowire - Enum in org.springframework.beans.factory.annotation
Enumeration determining autowiring status: that is, whether a bean should have its dependencies automatically injected by the Spring container using setter injection.
Autowire(int) - Constructor for enum org.springframework.beans.factory.annotation.Autowire
 
autowire(Class<?>, int, boolean) - Method in interface org.springframework.beans.factory.config.AutowireCapableBeanFactory
Instantiate a new bean instance of the given class with the specified autowire strategy.
AUTOWIRE - Static variable in class org.springframework.beans.factory.groovy.GroovyBeanDefinitionWrapper
 
autowire(Class<?>, int, boolean) - Method in class org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory
 
autowire - Variable in class org.springframework.beans.factory.xml.DocumentDefaultsDefinition
 
autowire(Class, int, boolean) - Method in class org.springframework.test.web.servlet.setup.StubWebApplicationContext.StubBeanFactory
 
AUTOWIRE_ATTRIBUTE - Static variable in class org.springframework.beans.factory.xml.BeanDefinitionParserDelegate
 
AUTOWIRE_ATTRIBUTE - Static variable in class org.springframework.scripting.config.ScriptBeanDefinitionParser
 
AUTOWIRE_AUTODETECT - Static variable in interface org.springframework.beans.factory.config.AutowireCapableBeanFactory
Deprecated.
as of Spring 3.0: If you are using mixed autowiring strategies, prefer annotation-based autowiring for clearer demarcation of autowiring needs.
AUTOWIRE_AUTODETECT - Static variable in class org.springframework.beans.factory.support.AbstractBeanDefinition
Deprecated.
as of Spring 3.0: If you are using mixed autowiring strategies, use annotation-based autowiring for clearer demarcation of autowiring needs.
AUTOWIRE_AUTODETECT_VALUE - Static variable in class org.springframework.beans.factory.xml.BeanDefinitionParserDelegate
 
AUTOWIRE_BY_NAME - Static variable in interface org.springframework.beans.factory.config.AutowireCapableBeanFactory
Constant that indicates autowiring bean properties by name (applying to all bean property setters).
AUTOWIRE_BY_NAME - Static variable in class org.springframework.beans.factory.support.AbstractBeanDefinition
Constant that indicates autowiring bean properties by name.
AUTOWIRE_BY_NAME - Static variable in class org.springframework.beans.factory.wiring.BeanWiringInfo
Constant that indicates autowiring bean properties by name.
AUTOWIRE_BY_NAME_VALUE - Static variable in class org.springframework.beans.factory.xml.BeanDefinitionParserDelegate
 
AUTOWIRE_BY_TYPE - Static variable in interface org.springframework.beans.factory.config.AutowireCapableBeanFactory
Constant that indicates autowiring bean properties by type (applying to all bean property setters).
AUTOWIRE_BY_TYPE - Static variable in class org.springframework.beans.factory.support.AbstractBeanDefinition
Constant that indicates autowiring bean properties by type.
AUTOWIRE_BY_TYPE - Static variable in class org.springframework.beans.factory.wiring.BeanWiringInfo
Constant that indicates autowiring bean properties by type.
AUTOWIRE_BY_TYPE_VALUE - Static variable in class org.springframework.beans.factory.xml.BeanDefinitionParserDelegate
 
AUTOWIRE_CANDIDATE_ATTRIBUTE - Static variable in class org.springframework.beans.factory.xml.BeanDefinitionParserDelegate
 
AUTOWIRE_CONSTRUCTOR - Static variable in interface org.springframework.beans.factory.config.AutowireCapableBeanFactory
Constant that indicates autowiring the greediest constructor that can be satisfied (involves resolving the appropriate constructor).
AUTOWIRE_CONSTRUCTOR - Static variable in class org.springframework.beans.factory.support.AbstractBeanDefinition
Constant that indicates autowiring a constructor.
AUTOWIRE_CONSTRUCTOR_VALUE - Static variable in class org.springframework.beans.factory.xml.BeanDefinitionParserDelegate
 
AUTOWIRE_NO - Static variable in interface org.springframework.beans.factory.config.AutowireCapableBeanFactory
Constant that indicates no externally defined autowiring.
AUTOWIRE_NO - Static variable in class org.springframework.beans.factory.support.AbstractBeanDefinition
Constant that indicates no autowiring at all.
AUTOWIRE_NO_VALUE - Static variable in class org.springframework.beans.factory.xml.BeanDefinitionParserDelegate
 
autowireBean(Object) - Method in interface org.springframework.beans.factory.config.AutowireCapableBeanFactory
Populate the given bean instance through applying after-instantiation callbacks and bean property post-processing (e.g.
autowireBean(Object) - Method in class org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory
 
autowireBean(InvocationContext) - Method in class org.springframework.ejb.interceptor.SpringBeanAutowiringInterceptor
Autowire the target bean after construction as well as after passivation.
autowireBean(Object) - Method in class org.springframework.test.web.servlet.setup.StubWebApplicationContext.StubBeanFactory
 
autowireBeanProperties(Object, int, boolean) - Method in interface org.springframework.beans.factory.config.AutowireCapableBeanFactory
Autowire the bean properties of the given bean instance by name or type.
autowireBeanProperties(Object, int, boolean) - Method in class org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory
 
autowireBeanProperties(Object, int, boolean) - Method in class org.springframework.test.web.servlet.setup.StubWebApplicationContext.StubBeanFactory
 
autowireByName(String, AbstractBeanDefinition, BeanWrapper, MutablePropertyValues) - Method in class org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory
Fill in any missing property values with references to other beans in this factory if autowire is set to "byName".
autowireByType(String, AbstractBeanDefinition, BeanWrapper, MutablePropertyValues) - Method in class org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory
Abstract method defining "autowire by type" (bean properties by type) behavior.
AutowireByTypeDependencyDescriptor(MethodParameter, boolean) - Constructor for class org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.AutowireByTypeDependencyDescriptor
 
autowireCandidate - Variable in class org.springframework.beans.factory.support.AbstractBeanDefinition
 
autowireCandidatePatterns - Variable in class org.springframework.context.annotation.ClassPathBeanDefinitionScanner
 
AutowireCandidateQualifier - Class in org.springframework.beans.factory.support
Qualifier for resolving autowire candidates.
AutowireCandidateQualifier(Class<?>) - Constructor for class org.springframework.beans.factory.support.AutowireCandidateQualifier
Construct a qualifier to match against an annotation of the given type.
AutowireCandidateQualifier(String) - Constructor for class org.springframework.beans.factory.support.AutowireCandidateQualifier
Construct a qualifier to match against an annotation of the given type name.
AutowireCandidateQualifier(Class<?>, Object) - Constructor for class org.springframework.beans.factory.support.AutowireCandidateQualifier
Construct a qualifier to match against an annotation of the given type whose value attribute also matches the specified value.
AutowireCandidateQualifier(String, Object) - Constructor for class org.springframework.beans.factory.support.AutowireCandidateQualifier
Construct a qualifier to match against an annotation of the given type name whose value attribute also matches the specified value.
AutowireCandidateResolver - Interface in org.springframework.beans.factory.support
Strategy interface for determining whether a specific bean definition qualifies as an autowire candidate for a specific dependency.
autowireCandidateResolver - Variable in class org.springframework.beans.factory.support.DefaultListableBeanFactory
Resolver to use for checking if a bean definition is an autowire candidate
autowireCandidates - Variable in class org.springframework.beans.factory.xml.DocumentDefaultsDefinition
 
AutowireCapableBeanFactory - Interface in org.springframework.beans.factory.config
Extension of the BeanFactory interface to be implemented by bean factories that are capable of autowiring, provided that they want to expose this functionality for existing bean instances.
autowireConstructor(String, RootBeanDefinition, Constructor<?>[], Object[]) - Method in class org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory
"autowire constructor" (with constructor arguments by type) behavior.
autowireConstructor(String, RootBeanDefinition, Constructor<?>[], Object[]) - Method in class org.springframework.beans.factory.support.ConstructorResolver
"autowire constructor" (with constructor arguments by type) behavior.
Autowired - Annotation Type in org.springframework.beans.factory.annotation
Marks a constructor, field, setter method or config method as to be autowired by Spring's dependency injection facilities.
AUTOWIRED_ANNOTATION_PROCESSOR_BEAN_NAME - Static variable in class org.springframework.context.annotation.AnnotationConfigUtils
The bean name of the internally managed Autowired annotation processor.
AutowiredAnnotationBeanPostProcessor - Class in org.springframework.beans.factory.annotation
BeanPostProcessor implementation that autowires annotated fields, setter methods and arbitrary config methods.
AutowiredAnnotationBeanPostProcessor() - Constructor for class org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor
Create a new AutowiredAnnotationBeanPostProcessor for Spring's standard Autowired annotation.
AutowiredAnnotationBeanPostProcessor.AutowiredFieldElement - Class in org.springframework.beans.factory.annotation
Class representing injection information about an annotated field.
AutowiredAnnotationBeanPostProcessor.AutowiredMethodElement - Class in org.springframework.beans.factory.annotation
Class representing injection information about an annotated method.
autowiredAnnotationTypes - Variable in class org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor
 
AutowiredArgumentMarker() - Constructor for class org.springframework.beans.factory.support.ConstructorResolver.AutowiredArgumentMarker
 
AutowiredFieldElement(Field, boolean) - Constructor for class org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor.AutowiredFieldElement
 
AutowiredMethodElement(Method, boolean, PropertyDescriptor) - Constructor for class org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor.AutowiredMethodElement
 
autowireMode - Variable in class org.springframework.beans.factory.support.AbstractBeanDefinition
 
autowireMode - Variable in class org.springframework.beans.factory.support.BeanDefinitionDefaults
 
autowireMode - Variable in class org.springframework.beans.factory.wiring.BeanWiringInfo
 
autowireResource(BeanFactory, CommonAnnotationBeanPostProcessor.LookupElement, String) - Method in class org.springframework.context.annotation.CommonAnnotationBeanPostProcessor
Obtain a resource object for the given name and type through autowiring based on the given factory.
AutowireUtils - Class in org.springframework.beans.factory.support
Utility class that contains various methods useful for the implementation of autowire-capable bean factories.
AutowireUtils() - Constructor for class org.springframework.beans.factory.support.AutowireUtils
 
AutowireUtils.ObjectFactoryDelegatingInvocationHandler - Class in org.springframework.beans.factory.support
Reflective InvocationHandler for lazy access to the current target object.
av - Variable in class org.springframework.asm.AnnotationVisitor
The annotation visitor to which this visitor must delegate method calls.
available() - Method in class org.springframework.oxm.xmlbeans.XmlBeansMarshaller.NonClosingInputStream
 
availableCharsets - Variable in class org.springframework.http.converter.StringHttpMessageConverter
 
awaitTermination(long, TimeUnit) - Method in class org.springframework.core.task.support.ExecutorServiceAdapter
 
awaitTerminationIfNecessary() - Method in class org.springframework.scheduling.concurrent.ExecutorConfigurationSupport
Wait for the executor to terminate, according to the value of the "awaitTerminationSeconds" property.
awaitTerminationSeconds - Variable in class org.springframework.scheduling.concurrent.ExecutorConfigurationSupport
 
awaitTerminationSeconds - Variable in class org.springframework.scheduling.concurrent.ForkJoinPoolFactoryBean
 
Aware - Interface in org.springframework.beans.factory
Marker superinterface indicating that a bean is eligible to be notified by the Spring container of a particular framework object through a callback-style method.

B

b - Variable in class org.springframework.asm.ClassReader
The class to be parsed.
b - Variable in class org.springframework.asm.TypePath
The byte array where the path is stored, in Java class file format.
backingList - Variable in class org.springframework.util.AutoPopulatingList
The List that all operations are eventually delegated to.
backlog - Variable in class org.springframework.remoting.jaxws.SimpleHttpServerJaxWsServiceExporter
 
backlog - Variable in class org.springframework.remoting.support.SimpleHttpServerFactoryBean
 
BAD_DATA - Static variable in class org.springframework.web.socket.CloseStatus
"1007 indicates that an endpoint is terminating the connection because it has received data within a message that was not consistent with the type of the message (e.g., non-UTF-8 [RFC3629] data within a text message)."
BAD_SQL_GRAMMAR_CODES - Static variable in class org.springframework.jdbc.support.SQLStateSQLExceptionTranslator
 
badSqlGrammarCodes - Variable in class org.springframework.jdbc.support.SQLErrorCodes
 
BadSqlGrammarException - Exception in org.springframework.jdbc
Exception thrown when SQL specified is invalid.
BadSqlGrammarException(String, String, SQLException) - Constructor for exception org.springframework.jdbc.BadSqlGrammarException
Constructor for BadSqlGrammarException.
BALOAD - Static variable in interface org.springframework.asm.Opcodes
 
BASE - Static variable in class org.springframework.asm.Frame
Kind of the types that are not relative to an input stack map frame.
BASE_KIND - Static variable in class org.springframework.asm.Frame
Mask to get the kind of base types.
BASE_NAME_SEPARATOR - Static variable in class org.springframework.beans.propertyeditors.ResourceBundleEditor
The separator used to distinguish between the base name and the locale (if any) when converting from a String.
BASE_PACKAGE_ATTRIBUTE - Static variable in class org.springframework.context.annotation.ComponentScanBeanDefinitionParser
 
BASE_VALUE - Static variable in class org.springframework.asm.Frame
Mask to get the value of base types.
baseAddress - Variable in class org.springframework.remoting.jaxws.SimpleJaxWsServiceExporter
 
basenamePrefix - Variable in class org.springframework.ui.context.support.ResourceBundleThemeSource
 
basenames - Variable in class org.springframework.context.support.ReloadableResourceBundleMessageSource
 
basenames - Variable in class org.springframework.context.support.ResourceBundleMessageSource
 
basenames - Variable in class org.springframework.web.servlet.view.ResourceBundleViewResolver
 
basePackage - Variable in class org.springframework.web.servlet.mvc.support.ControllerClassNameHandlerMapping
 
basePackages - Variable in class org.springframework.web.context.support.AnnotationConfigWebApplicationContext
 
basePackages - Variable in class org.springframework.web.method.ControllerAdviceBean
 
basePath - Variable in class org.springframework.remoting.jaxws.SimpleHttpServerJaxWsServiceExporter
 
BASTORE - Static variable in interface org.springframework.asm.Opcodes
 
BatchPreparedStatementSetter - Interface in org.springframework.jdbc.core
Batch update callback interface used by the JdbcTemplate class.
batchSize - Variable in class org.springframework.jdbc.object.BatchSqlUpdate
 
BatchSqlUpdate - Class in org.springframework.jdbc.object
SqlUpdate subclass that performs batch update operations.
BatchSqlUpdate() - Constructor for class org.springframework.jdbc.object.BatchSqlUpdate
Constructor to allow use as a JavaBean.
BatchSqlUpdate(DataSource, String) - Constructor for class org.springframework.jdbc.object.BatchSqlUpdate
Construct an update object with a given DataSource and SQL.
BatchSqlUpdate(DataSource, String, int[]) - Constructor for class org.springframework.jdbc.object.BatchSqlUpdate
Construct an update object with a given DataSource, SQL and anonymous parameters.
BatchSqlUpdate(DataSource, String, int[], int) - Constructor for class org.springframework.jdbc.object.BatchSqlUpdate
Construct an update object with a given DataSource, SQL, anonymous parameters and specifying the maximum number of rows that may be affected.
batchUpdate(String[]) - Method in interface org.springframework.jdbc.core.JdbcOperations
Issue multiple SQL updates on a single JDBC Statement using batching.
batchUpdate(String, BatchPreparedStatementSetter) - Method in interface org.springframework.jdbc.core.JdbcOperations
Issue multiple update statements on a single PreparedStatement, using batch updates and a BatchPreparedStatementSetter to set values.
batchUpdate(String, List<Object[]>) - Method in interface org.springframework.jdbc.core.JdbcOperations
Execute a batch using the supplied SQL statement with the batch of supplied arguments.
batchUpdate(String, List<Object[]>, int[]) - Method in interface org.springframework.jdbc.core.JdbcOperations
Execute a batch using the supplied SQL statement with the batch of supplied arguments.
batchUpdate(String, Collection<T>, int, ParameterizedPreparedStatementSetter<T>) - Method in interface org.springframework.jdbc.core.JdbcOperations
Execute multiple batches using the supplied SQL statement with the collect of supplied arguments.
batchUpdate(String[]) - Method in class org.springframework.jdbc.core.JdbcTemplate
 
batchUpdate(String, BatchPreparedStatementSetter) - Method in class org.springframework.jdbc.core.JdbcTemplate
 
batchUpdate(String, List<Object[]>) - Method in class org.springframework.jdbc.core.JdbcTemplate
 
batchUpdate(String, List<Object[]>, int[]) - Method in class org.springframework.jdbc.core.JdbcTemplate
 
batchUpdate(String, Collection<T>, int, ParameterizedPreparedStatementSetter<T>) - Method in class org.springframework.jdbc.core.JdbcTemplate
 
batchUpdate(String, Map<String, ?>[]) - Method in interface org.springframework.jdbc.core.namedparam.NamedParameterJdbcOperations
Executes a batch using the supplied SQL statement with the batch of supplied arguments.
batchUpdate(String, SqlParameterSource[]) - Method in interface org.springframework.jdbc.core.namedparam.NamedParameterJdbcOperations
Execute a batch using the supplied SQL statement with the batch of supplied arguments.
batchUpdate(String, Map<String, ?>[]) - Method in class org.springframework.jdbc.core.namedparam.NamedParameterJdbcTemplate
 
batchUpdate(String, SqlParameterSource[]) - Method in class org.springframework.jdbc.core.namedparam.NamedParameterJdbcTemplate
 
batchUpdate(String, Map<String, ?>[]) - Method in interface org.springframework.jdbc.core.simple.SimpleJdbcOperations
Deprecated.
Executes a batch using the supplied SQL statement with the batch of supplied arguments.
batchUpdate(String, SqlParameterSource[]) - Method in interface org.springframework.jdbc.core.simple.SimpleJdbcOperations
Deprecated.
Execute a batch using the supplied SQL statement with the batch of supplied arguments.
batchUpdate(String, List<Object[]>) - Method in interface org.springframework.jdbc.core.simple.SimpleJdbcOperations
Deprecated.
Execute a batch using the supplied SQL statement with the batch of supplied arguments.
batchUpdate(String, List<Object[]>, int[]) - Method in interface org.springframework.jdbc.core.simple.SimpleJdbcOperations
Deprecated.
Execute a batch using the supplied SQL statement with the batch of supplied arguments.
batchUpdate(String, List<Object[]>) - Method in class org.springframework.jdbc.core.simple.SimpleJdbcTemplate
Deprecated.
 
batchUpdate(String, List<Object[]>, int[]) - Method in class org.springframework.jdbc.core.simple.SimpleJdbcTemplate
Deprecated.
 
batchUpdate(String, Map<String, ?>[]) - Method in class org.springframework.jdbc.core.simple.SimpleJdbcTemplate
Deprecated.
 
batchUpdate(String, SqlParameterSource[]) - Method in class org.springframework.jdbc.core.simple.SimpleJdbcTemplate
Deprecated.
 
BatchUpdateUtils - Class in org.springframework.jdbc.core
Generic utility methods for working with JDBC batch statements.
BatchUpdateUtils() - Constructor for class org.springframework.jdbc.core.BatchUpdateUtils
 
bcc - Variable in class org.springframework.mail.SimpleMailMessage
 
bean(Class<?>) - Method in class org.springframework.beans.factory.groovy.GroovyBeanDefinitionReader
Defines an inner bean definition.
bean(Class<?>, Object...) - Method in class org.springframework.beans.factory.groovy.GroovyBeanDefinitionReader
Define an inner bean definition.
bean - Variable in class org.springframework.beans.factory.support.DisposableBeanAdapter
 
Bean - Annotation Type in org.springframework.context.annotation
Indicates that a method produces a bean to be managed by the Spring container.
bean - Variable in class org.springframework.context.support.DefaultLifecycleProcessor.LifecycleGroupMember
 
bean - Variable in class org.springframework.messaging.handler.HandlerMethod
 
bean - Variable in class org.springframework.web.method.ControllerAdviceBean
 
bean - Variable in class org.springframework.web.method.HandlerMethod
 
BEAN_CONFIGURER_ASPECT_BEAN_NAME - Static variable in class org.springframework.aop.config.SpringConfiguredBeanDefinitionParser
The bean name of the internally managed bean configurer aspect.
BEAN_CONFIGURER_ASPECT_BEAN_NAME - Static variable in class org.springframework.context.annotation.aspectj.SpringConfiguredConfiguration
 
BEAN_CONFIGURER_ASPECT_BEAN_NAME - Static variable in class org.springframework.context.config.SpringConfiguredBeanDefinitionParser
The bean name of the internally managed bean configurer aspect.
BEAN_CONFIGURER_ASPECT_CLASS_NAME - Static variable in class org.springframework.aop.config.SpringConfiguredBeanDefinitionParser
 
BEAN_CONFIGURER_ASPECT_CLASS_NAME - Static variable in class org.springframework.context.config.SpringConfiguredBeanDefinitionParser
 
BEAN_DESIGNATOR_NAME - Static variable in class org.springframework.aop.aspectj.AspectJExpressionPointcut.BeanNamePointcutDesignatorHandler
 
BEAN_ELEMENT - Static variable in class org.springframework.beans.factory.xml.BeanDefinitionParserDelegate
 
BEAN_ELEMENT - Static variable in class org.springframework.beans.factory.xml.DefaultBeanDefinitionDocumentReader
 
BEAN_FACTORY_FIELD - Static variable in class org.springframework.context.annotation.ConfigurationClassEnhancer
 
BEAN_FACTORY_PATH_DELIMITERS - Static variable in class org.springframework.context.access.ContextJndiBeanFactoryLocator
Any number of these characters are considered delimiters between multiple bean factory config paths in a single String value.
BEAN_NAME_ATTRIBUTE - Static variable in class org.springframework.aop.interceptor.ExposeBeanNameAdvisors
Binding for the bean name of the bean which is currently being invoked in the ReflectiveMethodInvocation userAttributes Map.
BEAN_NAME_DELIMITERS - Static variable in class org.springframework.beans.factory.xml.BeanDefinitionParserDelegate
Deprecated.
BEAN_NAME_URL_HANDLER_MAPPING_BEAN_NAME - Static variable in class org.springframework.web.servlet.config.MvcNamespaceUtils
 
BEAN_REF_ATTRIBUTE - Static variable in class org.springframework.beans.factory.xml.BeanDefinitionParserDelegate
 
BeanAnnotationHelper - Class in org.springframework.context.annotation
Utilities for processing Bean-annotated methods.
BeanAnnotationHelper() - Constructor for class org.springframework.context.annotation.BeanAnnotationHelper
 
beanClass - Variable in exception org.springframework.beans.BeanInstantiationException
 
beanClass - Variable in class org.springframework.beans.factory.support.AbstractBeanDefinition
 
beanClass - Variable in class org.springframework.beans.GenericTypeAwarePropertyDescriptor
 
beanClass - Variable in exception org.springframework.beans.InvalidPropertyException
 
beanClassLoader - Variable in class org.springframework.aop.framework.AbstractAdvisingBeanPostProcessor
 
beanClassLoader - Variable in class org.springframework.beans.factory.annotation.CustomAutowireConfigurer
 
beanClassLoader - Variable in class org.springframework.beans.factory.config.AbstractFactoryBean
 
beanClassLoader - Variable in class org.springframework.beans.factory.config.CustomScopeConfigurer
 
beanClassLoader - Variable in class org.springframework.beans.factory.config.FieldRetrievingFactoryBean
 
beanClassLoader - Variable in class org.springframework.beans.factory.config.MethodInvokingBean
 
beanClassLoader - Variable in class org.springframework.beans.factory.serviceloader.AbstractServiceLoaderBasedFactoryBean
 
beanClassLoader - Variable in class org.springframework.beans.factory.support.AbstractBeanDefinitionReader
 
beanClassLoader - Variable in class org.springframework.beans.factory.support.AbstractBeanFactory
ClassLoader to resolve bean class names with, if necessary
beanClassLoader - Variable in class org.springframework.cache.jcache.JCacheManagerFactoryBean
 
beanClassLoader - Variable in class org.springframework.context.annotation.ConfigurationClassPostProcessor
 
beanClassLoader - Variable in class org.springframework.context.annotation.LoadTimeWeavingConfiguration
 
beanClassLoader - Variable in class org.springframework.context.support.ResourceBundleMessageSource
 
beanClassLoader - Variable in class org.springframework.context.weaving.AspectJWeavingEnabler
 
beanClassLoader - Variable in class org.springframework.ejb.access.LocalStatelessSessionProxyFactoryBean
 
beanClassLoader - Variable in class org.springframework.ejb.access.SimpleRemoteStatelessSessionProxyFactoryBean
 
beanClassLoader - Variable in class org.springframework.http.converter.json.Jackson2ObjectMapperFactoryBean
 
beanClassLoader - Variable in class org.springframework.jms.remoting.JmsInvokerProxyFactoryBean
 
beanClassLoader - Variable in class org.springframework.jms.support.converter.MappingJackson2MessageConverter
 
beanClassLoader - Variable in class org.springframework.jms.support.converter.MappingJacksonMessageConverter
Deprecated.
 
beanClassLoader - Variable in class org.springframework.jmx.access.MBeanClientInterceptor
 
beanClassLoader - Variable in class org.springframework.jmx.access.MBeanProxyFactoryBean
 
beanClassLoader - Variable in class org.springframework.jmx.export.assembler.InterfaceBasedMBeanInfoAssembler
 
beanClassLoader - Variable in class org.springframework.jmx.export.MBeanExporter
Stores the ClassLoader to use for generating lazy-init proxies
beanClassLoader - Variable in class org.springframework.jmx.support.MBeanServerConnectionFactoryBean
 
beanClassLoader - Variable in class org.springframework.jndi.JndiObjectFactoryBean
 
beanClassLoader - Variable in class org.springframework.orm.hibernate3.LocalSessionFactoryBean
 
beanClassLoader - Variable in class org.springframework.orm.jdo.LocalPersistenceManagerFactoryBean
 
beanClassLoader - Variable in class org.springframework.orm.jpa.AbstractEntityManagerFactoryBean
 
beanClassLoader - Variable in class org.springframework.oxm.castor.CastorMarshaller
 
beanClassLoader - Variable in class org.springframework.oxm.jaxb.Jaxb2Marshaller
 
beanClassLoader - Variable in class org.springframework.oxm.xstream.XStreamMarshaller
 
beanClassLoader - Variable in class org.springframework.remoting.httpinvoker.AbstractHttpInvokerRequestExecutor
 
beanClassLoader - Variable in class org.springframework.remoting.jaxws.JaxWsPortClientInterceptor
 
beanClassLoader - Variable in class org.springframework.remoting.rmi.JndiRmiProxyFactoryBean
 
beanClassLoader - Variable in class org.springframework.remoting.support.RemotingSupport
 
beanClassLoader - Variable in class org.springframework.scheduling.quartz.MethodInvokingJobDetailFactoryBean
 
beanClassLoader - Variable in class org.springframework.scheduling.support.MethodInvokingRunnable
 
beanClassLoader - Variable in class org.springframework.scripting.bsh.BshScriptFactory
 
beanClassLoader - Variable in class org.springframework.scripting.jruby.JRubyScriptFactory
 
beanClassLoader - Variable in class org.springframework.scripting.support.ScriptFactoryPostProcessor
 
beanClassLoader - Variable in class org.springframework.transaction.interceptor.MethodMapTransactionAttributeSource
 
BeanClassLoaderAware - Interface in org.springframework.beans.factory
Callback that allows a bean to be aware of the bean class loader; that is, the class loader used by the present bean factory to load bean classes.
beanClassName - Variable in exception org.springframework.beans.factory.CannotLoadBeanClassException
 
BeanComponentDefinition - Class in org.springframework.beans.factory.parsing
ComponentDefinition based on a standard BeanDefinition, exposing the given bean definition as well as inner bean definitions and bean references for the given bean.
BeanComponentDefinition(BeanDefinition, String) - Constructor for class org.springframework.beans.factory.parsing.BeanComponentDefinition
Create a new BeanComponentDefinition for the given bean.
BeanComponentDefinition(BeanDefinition, String, String[]) - Constructor for class org.springframework.beans.factory.parsing.BeanComponentDefinition
Create a new BeanComponentDefinition for the given bean.
BeanComponentDefinition(BeanDefinitionHolder) - Constructor for class org.springframework.beans.factory.parsing.BeanComponentDefinition
Create a new BeanComponentDefinition for the given bean.
beanConfigurerAspect() - Method in class org.springframework.context.annotation.aspectj.SpringConfiguredConfiguration
 
BeanConfigurerSupport - Class in org.springframework.beans.factory.wiring
Convenient base class for bean configurers that can perform Dependency Injection on objects (however they may be created).
BeanConfigurerSupport() - Constructor for class org.springframework.beans.factory.wiring.BeanConfigurerSupport
 
BeanCreatingHandlerProvider<T> - Class in org.springframework.web.socket.handler
Instantiates a target handler through a Spring BeanFactory and also provides an equivalent destroy method.
BeanCreatingHandlerProvider(Class<? extends T>) - Constructor for class org.springframework.web.socket.handler.BeanCreatingHandlerProvider
 
BeanCreationException - Exception in org.springframework.beans.factory
Exception thrown when a BeanFactory encounters an error when attempting to create a bean from a bean definition.
BeanCreationException(String) - Constructor for exception org.springframework.beans.factory.BeanCreationException
Create a new BeanCreationException.
BeanCreationException(String, Throwable) - Constructor for exception org.springframework.beans.factory.BeanCreationException
Create a new BeanCreationException.
BeanCreationException(String, String) - Constructor for exception org.springframework.beans.factory.BeanCreationException
Create a new BeanCreationException.
BeanCreationException(String, String, Throwable) - Constructor for exception org.springframework.beans.factory.BeanCreationException
Create a new BeanCreationException.
BeanCreationException(String, String, String) - Constructor for exception org.springframework.beans.factory.BeanCreationException
Create a new BeanCreationException.
BeanCreationException(String, String, String, Throwable) - Constructor for exception org.springframework.beans.factory.BeanCreationException
Create a new BeanCreationException.
BeanCreationNotAllowedException - Exception in org.springframework.beans.factory
Exception thrown in case of a bean being requested despite bean creation currently not being allowed (for example, during the shutdown phase of a bean factory).
BeanCreationNotAllowedException(String, String) - Constructor for exception org.springframework.beans.factory.BeanCreationNotAllowedException
Create a new BeanCreationNotAllowedException.
BeanCurrentlyInCreationException - Exception in org.springframework.beans.factory
Exception thrown in case of a reference to a bean that's currently in creation.
BeanCurrentlyInCreationException(String) - Constructor for exception org.springframework.beans.factory.BeanCurrentlyInCreationException
Create a new BeanCurrentlyInCreationException, with a default error message that indicates a circular reference.
BeanCurrentlyInCreationException(String, String) - Constructor for exception org.springframework.beans.factory.BeanCurrentlyInCreationException
Create a new BeanCurrentlyInCreationException.
BeanDefinition - Interface in org.springframework.beans.factory.config
A BeanDefinition describes a bean instance, which has property values, constructor argument values, and further information supplied by concrete implementations.
beanDefinition - Variable in class org.springframework.beans.factory.config.BeanDefinitionHolder
 
beanDefinition - Variable in class org.springframework.beans.factory.groovy.GroovyBeanDefinitionReader.DeferredProperty
 
beanDefinition - Variable in class org.springframework.beans.factory.groovy.GroovyBeanDefinitionReader.GroovyRuntimeBeanReference
 
beanDefinition - Variable in class org.springframework.beans.factory.support.BeanDefinitionBuilder
The BeanDefinition instance we are creating.
beanDefinition - Variable in class org.springframework.beans.factory.support.BeanDefinitionResource
 
beanDefinition - Variable in class org.springframework.beans.factory.support.BeanDefinitionValueResolver
 
beanDefinition - Variable in class org.springframework.beans.factory.support.CglibSubclassingInstantiationStrategy.CglibIdentitySupport
 
beanDefinition - Variable in class org.springframework.beans.factory.support.CglibSubclassingInstantiationStrategy.CglibSubclassCreator
 
BeanDefinitionBuilder - Class in org.springframework.beans.factory.support
Programmatic means of constructing BeanDefinitions using the builder pattern.
BeanDefinitionBuilder() - Constructor for class org.springframework.beans.factory.support.BeanDefinitionBuilder
Enforce the use of factory methods.
BeanDefinitionDecorator - Interface in org.springframework.beans.factory.xml
Interface used by the DefaultBeanDefinitionDocumentReader to handle custom, nested (directly under a &lt;bean&gt;) tags.
BeanDefinitionDefaults - Class in org.springframework.beans.factory.support
A simple holder for BeanDefinition property defaults.
BeanDefinitionDefaults() - Constructor for class org.springframework.beans.factory.support.BeanDefinitionDefaults
 
beanDefinitionDefaults - Variable in class org.springframework.context.annotation.ClassPathBeanDefinitionScanner
 
BeanDefinitionDocumentReader - Interface in org.springframework.beans.factory.xml
SPI for parsing an XML document that contains Spring bean definitions.
BeanDefinitionHolder - Class in org.springframework.beans.factory.config
Holder for a BeanDefinition with name and aliases.
BeanDefinitionHolder(BeanDefinition, String) - Constructor for class org.springframework.beans.factory.config.BeanDefinitionHolder
Create a new BeanDefinitionHolder.
BeanDefinitionHolder(BeanDefinition, String, String[]) - Constructor for class org.springframework.beans.factory.config.BeanDefinitionHolder
Create a new BeanDefinitionHolder.
BeanDefinitionHolder(BeanDefinitionHolder) - Constructor for class org.springframework.beans.factory.config.BeanDefinitionHolder
Copy constructor: Create a new BeanDefinitionHolder with the same contents as the given BeanDefinitionHolder instance.
beanDefinitionMap - Variable in class org.springframework.beans.factory.support.DefaultListableBeanFactory
Map of bean definition objects, keyed by bean name
beanDefinitionMap - Variable in class org.springframework.beans.factory.support.SimpleBeanDefinitionRegistry
Map of bean definition objects, keyed by bean name
beanDefinitionName - Variable in class org.springframework.beans.factory.parsing.BeanEntry
 
beanDefinitionNames - Variable in class org.springframework.beans.factory.support.DefaultListableBeanFactory
List of bean definition names, in registration order
BeanDefinitionParser - Interface in org.springframework.beans.factory.xml
Interface used by the DefaultBeanDefinitionDocumentReader to handle custom, top-level (directly under <beans/>) tags.
BeanDefinitionParserDelegate - Class in org.springframework.beans.factory.xml
Stateful delegate class used to parse XML bean definitions.
BeanDefinitionParserDelegate(XmlReaderContext, Environment) - Constructor for class org.springframework.beans.factory.xml.BeanDefinitionParserDelegate
Create a new BeanDefinitionParserDelegate associated with the supplied XmlReaderContext and Environment.
BeanDefinitionParserDelegate(XmlReaderContext) - Constructor for class org.springframework.beans.factory.xml.BeanDefinitionParserDelegate
BeanDefinitionParsingException - Exception in org.springframework.beans.factory.parsing
Exception thrown when a bean definition reader encounters an error during the parsing process.
BeanDefinitionParsingException(Problem) - Constructor for exception org.springframework.beans.factory.parsing.BeanDefinitionParsingException
Create a new BeanDefinitionParsingException.
BeanDefinitionReader - Interface in org.springframework.beans.factory.support
Simple interface for bean definition readers.
BeanDefinitionReaderUtils - Class in org.springframework.beans.factory.support
Utility methods that are useful for bean definition reader implementations.
BeanDefinitionReaderUtils() - Constructor for class org.springframework.beans.factory.support.BeanDefinitionReaderUtils
 
BeanDefinitionRegistry - Interface in org.springframework.beans.factory.support
Interface for registries that hold bean definitions, for example RootBeanDefinition and ChildBeanDefinition instances.
BeanDefinitionRegistryPostProcessor - Interface in org.springframework.beans.factory.support
Extension to the standard BeanFactoryPostProcessor SPI, allowing for the registration of further bean definitions before regular BeanFactoryPostProcessor detection kicks in.
BeanDefinitionResource - Class in org.springframework.beans.factory.support
Descriptive Resource wrapper for a BeanDefinition.
BeanDefinitionResource(BeanDefinition) - Constructor for class org.springframework.beans.factory.support.BeanDefinitionResource
Create a new BeanDefinitionResource.
beanDefinitions - Variable in class org.springframework.aop.config.AdvisorComponentDefinition
 
beanDefinitions - Variable in class org.springframework.aop.config.AspectComponentDefinition
 
BeanDefinitionStoreException - Exception in org.springframework.beans.factory
Exception thrown when a BeanFactory encounters an invalid bean definition: e.g.
BeanDefinitionStoreException(String) - Constructor for exception org.springframework.beans.factory.BeanDefinitionStoreException
Create a new BeanDefinitionStoreException.
BeanDefinitionStoreException(String, Throwable) - Constructor for exception org.springframework.beans.factory.BeanDefinitionStoreException
Create a new BeanDefinitionStoreException.
BeanDefinitionStoreException(String, String) - Constructor for exception org.springframework.beans.factory.BeanDefinitionStoreException
Create a new BeanDefinitionStoreException.
BeanDefinitionStoreException(String, String, Throwable) - Constructor for exception org.springframework.beans.factory.BeanDefinitionStoreException
Create a new BeanDefinitionStoreException.
BeanDefinitionStoreException(String, String, String) - Constructor for exception org.springframework.beans.factory.BeanDefinitionStoreException
Create a new BeanDefinitionStoreException.
BeanDefinitionStoreException(String, String, String, Throwable) - Constructor for exception org.springframework.beans.factory.BeanDefinitionStoreException
Create a new BeanDefinitionStoreException.
BeanDefinitionValidationException - Exception in org.springframework.beans.factory.support
Exception thrown when the validation of a bean definition failed.
BeanDefinitionValidationException(String) - Constructor for exception org.springframework.beans.factory.support.BeanDefinitionValidationException
Create a new BeanDefinitionValidationException with the specified message.
BeanDefinitionValidationException(String, Throwable) - Constructor for exception org.springframework.beans.factory.support.BeanDefinitionValidationException
Create a new BeanDefinitionValidationException with the specified message and root cause.
BeanDefinitionValueResolver - Class in org.springframework.beans.factory.support
Helper class for use in bean factory implementations, resolving values contained in bean definition objects into the actual values applied to the target bean instance.
BeanDefinitionValueResolver(AbstractBeanFactory, String, BeanDefinition, TypeConverter) - Constructor for class org.springframework.beans.factory.support.BeanDefinitionValueResolver
Create a BeanDefinitionValueResolver for the given BeanFactory and BeanDefinition.
BeanDefinitionValueResolver.KeyedArgName - Class in org.springframework.beans.factory.support
Holder class used for delayed toString building.
BeanDefinitionVisitor - Class in org.springframework.beans.factory.config
Visitor class for traversing BeanDefinition objects, in particular the property values and constructor argument values contained in them, resolving bean metadata values.
BeanDefinitionVisitor(StringValueResolver) - Constructor for class org.springframework.beans.factory.config.BeanDefinitionVisitor
Create a new BeanDefinitionVisitor, applying the specified value resolver to all bean metadata values.
BeanDefinitionVisitor() - Constructor for class org.springframework.beans.factory.config.BeanDefinitionVisitor
Create a new BeanDefinitionVisitor for subclassing.
BeanEntry - Class in org.springframework.beans.factory.parsing
ParseState entry representing a bean definition.
BeanEntry(String) - Constructor for class org.springframework.beans.factory.parsing.BeanEntry
Creates a new instance of BeanEntry class.
BeanExpressionContext - Class in org.springframework.beans.factory.config
Context object for evaluating an expression within a bean definition.
BeanExpressionContext(ConfigurableBeanFactory, Scope) - Constructor for class org.springframework.beans.factory.config.BeanExpressionContext
 
BeanExpressionContextAccessor - Class in org.springframework.context.expression
EL property accessor that knows how to traverse the beans and contextual objects of a Spring BeanExpressionContext.
BeanExpressionContextAccessor() - Constructor for class org.springframework.context.expression.BeanExpressionContextAccessor
 
BeanExpressionException - Exception in org.springframework.beans.factory
Exception that indicates an expression evaluation attempt having failed.
BeanExpressionException(String) - Constructor for exception org.springframework.beans.factory.BeanExpressionException
Create a new BeanExpressionException with the specified message.
BeanExpressionException(String, Throwable) - Constructor for exception org.springframework.beans.factory.BeanExpressionException
Create a new BeanExpressionException with the specified message and root cause.
beanExpressionParserContext - Variable in class org.springframework.context.expression.StandardBeanExpressionResolver
 
BeanExpressionResolver - Interface in org.springframework.beans.factory.config
Strategy interface for resolving a value through evaluating it as an expression, if applicable.
beanExpressionResolver - Variable in class org.springframework.beans.factory.support.AbstractBeanFactory
Resolution strategy for expressions in bean definition values
beanFactory - Variable in class org.springframework.aop.aspectj.annotation.BeanFactoryAspectInstanceFactory
 
beanFactory - Variable in class org.springframework.aop.aspectj.annotation.BeanFactoryAspectJAdvisorsBuilder
 
beanFactory - Variable in class org.springframework.aop.aspectj.AspectJExpressionPointcut
 
beanFactory - Variable in class org.springframework.aop.config.SimpleBeanFactoryAwareAspectInstanceFactory
 
beanFactory - Variable in class org.springframework.aop.framework.autoproxy.AbstractAutoProxyCreator
 
beanFactory - Variable in class org.springframework.aop.framework.autoproxy.BeanFactoryAdvisorRetrievalHelper
 
beanFactory - Variable in class org.springframework.aop.framework.autoproxy.InfrastructureAdvisorAutoProxyCreator
 
beanFactory - Variable in class org.springframework.aop.framework.autoproxy.target.AbstractBeanFactoryBasedTargetSourceCreator
 
beanFactory - Variable in class org.springframework.aop.framework.ProxyFactoryBean
 
beanFactory - Variable in class org.springframework.aop.interceptor.AsyncExecutionAspectSupport
 
beanFactory - Variable in class org.springframework.aop.scope.DefaultScopedObject
 
beanFactory - Variable in class org.springframework.aop.support.AbstractBeanFactoryPointcutAdvisor
 
beanFactory - Variable in class org.springframework.aop.target.AbstractBeanFactoryBasedTargetSource
BeanFactory that owns this TargetSource.
beanFactory - Variable in class org.springframework.aop.target.dynamic.BeanFactoryRefreshableTargetSource
 
beanFactory - Variable in class org.springframework.beans.factory.access.el.SimpleSpringBeanELResolver
 
beanFactory - Variable in class org.springframework.beans.factory.access.SingletonBeanFactoryLocator.CountingBeanFactoryReference
 
beanFactory - Variable in class org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor
 
beanFactory - Variable in class org.springframework.beans.factory.annotation.RequiredAnnotationBeanPostProcessor
 
BeanFactory - Interface in org.springframework.beans.factory
The root interface for accessing a Spring bean container.
beanFactory - Variable in class org.springframework.beans.factory.config.AbstractFactoryBean
 
beanFactory - Variable in class org.springframework.beans.factory.config.BeanExpressionContext
 
beanFactory - Variable in class org.springframework.beans.factory.config.BeanReferenceFactoryBean
Deprecated.
 
beanFactory - Variable in class org.springframework.beans.factory.config.MethodInvokingBean
 
beanFactory - Variable in class org.springframework.beans.factory.config.ObjectFactoryCreatingFactoryBean.TargetBeanObjectFactory
 
beanFactory - Variable in class org.springframework.beans.factory.config.PlaceholderConfigurerSupport
 
beanFactory - Variable in class org.springframework.beans.factory.config.PropertyPathFactoryBean
 
beanFactory - Variable in class org.springframework.beans.factory.config.ProviderCreatingFactoryBean.TargetBeanProvider
 
beanFactory - Variable in class org.springframework.beans.factory.config.ServiceLocatorFactoryBean
 
beanFactory - Variable in class org.springframework.beans.factory.support.BeanDefinitionValueResolver
 
beanFactory - Variable in class org.springframework.beans.factory.support.ConstructorResolver
 
beanFactory - Variable in class org.springframework.beans.factory.support.GenericTypeAwareAutowireCandidateResolver
 
beanFactory - Variable in class org.springframework.beans.factory.wiring.BeanConfigurerSupport
 
beanFactory - Variable in class org.springframework.context.annotation.CommonAnnotationBeanPostProcessor
 
beanFactory - Variable in class org.springframework.context.annotation.ConditionEvaluator.ConditionContextImpl
 
beanFactory - Variable in class org.springframework.context.annotation.ConfigurationClassPostProcessor.EnhancedConfigurationBeanPostProcessor
 
beanFactory - Variable in class org.springframework.context.annotation.ConfigurationClassPostProcessor.ImportAwareBeanPostProcessor
 
beanFactory - Variable in class org.springframework.context.annotation.MBeanExportConfiguration
 
beanFactory - Variable in class org.springframework.context.event.AbstractApplicationEventMulticaster
 
beanFactory - Variable in class org.springframework.context.expression.BeanFactoryResolver
 
beanFactory - Variable in class org.springframework.context.support.AbstractRefreshableApplicationContext
Bean factory for this context
beanFactory - Variable in class org.springframework.context.support.ApplicationContextAwareProcessor.EmbeddedValueResolver
 
beanFactory - Variable in class org.springframework.context.support.DefaultLifecycleProcessor
 
beanFactory - Variable in class org.springframework.context.support.GenericApplicationContext
 
beanFactory - Variable in class org.springframework.context.support.PostProcessorRegistrationDelegate.BeanPostProcessorChecker
 
beanFactory - Variable in class org.springframework.context.weaving.LoadTimeWeaverAwareProcessor
 
beanFactory - Variable in class org.springframework.dao.support.PersistenceExceptionTranslationInterceptor
 
beanFactory - Variable in class org.springframework.jdbc.datasource.lookup.BeanFactoryDataSourceLookup
 
beanFactory - Variable in class org.springframework.jms.support.destination.BeanFactoryDestinationResolver
 
beanFactory - Variable in class org.springframework.jmx.export.MBeanExporter
Stores the BeanFactory for use in autodetection process
beanFactory - Variable in class org.springframework.jndi.JndiObjectFactoryBean
 
beanFactory - Variable in class org.springframework.messaging.core.BeanFactoryMessageChannelDestinationResolver
 
beanFactory - Variable in class org.springframework.messaging.handler.HandlerMethod
 
beanFactory - Variable in class org.springframework.orm.hibernate3.HibernateAccessor
Just needed for entityInterceptorBeanName.
beanFactory - Variable in class org.springframework.orm.hibernate3.HibernateTransactionManager
Just needed for entityInterceptorBeanName.
beanFactory - Variable in class org.springframework.orm.hibernate4.HibernateTransactionManager
Just needed for entityInterceptorBeanName.
beanFactory - Variable in class org.springframework.orm.jpa.AbstractEntityManagerFactoryBean
 
beanFactory - Variable in class org.springframework.orm.jpa.AbstractEntityManagerFactoryBean.SerializedEntityManagerFactoryBeanReference
 
beanFactory - Variable in class org.springframework.orm.jpa.support.PersistenceAnnotationBeanPostProcessor
 
beanFactory - Variable in class org.springframework.remoting.jaxws.AbstractJaxWsServiceExporter
 
beanFactory - Variable in class org.springframework.scheduling.quartz.MethodInvokingJobDetailFactoryBean
 
beanFactory - Variable in class org.springframework.scheduling.quartz.SchedulerAccessorBean
 
beanFactory - Variable in class org.springframework.scripting.support.ScriptFactoryPostProcessor
 
beanFactory - Variable in class org.springframework.test.web.servlet.setup.StubWebApplicationContext
 
beanFactory - Variable in class org.springframework.transaction.interceptor.TransactionAspectSupport
 
beanFactory - Variable in class org.springframework.validation.beanvalidation.SpringConstraintValidatorFactory
 
beanFactory - Variable in class org.springframework.web.context.request.async.WebAsyncTask
 
beanFactory - Variable in class org.springframework.web.method.ControllerAdviceBean
 
beanFactory - Variable in class org.springframework.web.method.HandlerMethod
 
beanFactory - Variable in class org.springframework.web.portlet.mvc.annotation.AnnotationMethodHandlerAdapter
 
beanFactory - Variable in class org.springframework.web.servlet.mvc.annotation.AnnotationMethodHandlerAdapter
Deprecated.
 
beanFactory - Variable in class org.springframework.web.servlet.mvc.method.annotation.AsyncTaskMethodReturnValueHandler
 
beanFactory - Variable in class org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter
 
beanFactory - Variable in class org.springframework.web.socket.handler.BeanCreatingHandlerProvider
 
BeanFactoryAccessor - Class in org.springframework.context.expression
EL property accessor that knows how to traverse the beans of a Spring BeanFactory.
BeanFactoryAccessor() - Constructor for class org.springframework.context.expression.BeanFactoryAccessor
 
BeanFactoryAdvisorRetrievalHelper - Class in org.springframework.aop.framework.autoproxy
Helper for retrieving standard Spring Advisors from a BeanFactory, for use with auto-proxying.
BeanFactoryAdvisorRetrievalHelper(ConfigurableListableBeanFactory) - Constructor for class org.springframework.aop.framework.autoproxy.BeanFactoryAdvisorRetrievalHelper
Create a new BeanFactoryAdvisorRetrievalHelper for the given BeanFactory.
BeanFactoryAdvisorRetrievalHelperAdapter(ConfigurableListableBeanFactory) - Constructor for class org.springframework.aop.framework.autoproxy.AbstractAdvisorAutoProxyCreator.BeanFactoryAdvisorRetrievalHelperAdapter
 
BeanFactoryAnnotationUtils - Class in org.springframework.beans.factory.annotation
Convenience methods performing bean lookups related to annotations, for example Spring's @Qualifier annotation.
BeanFactoryAnnotationUtils() - Constructor for class org.springframework.beans.factory.annotation.BeanFactoryAnnotationUtils
 
BeanFactoryAspectInstanceFactory - Class in org.springframework.aop.aspectj.annotation
AspectInstanceFactory implementation backed by a Spring BeanFactory.
BeanFactoryAspectInstanceFactory(BeanFactory, String) - Constructor for class org.springframework.aop.aspectj.annotation.BeanFactoryAspectInstanceFactory
Create a BeanFactoryAspectInstanceFactory.
BeanFactoryAspectInstanceFactory(BeanFactory, String, Class<?>) - Constructor for class org.springframework.aop.aspectj.annotation.BeanFactoryAspectInstanceFactory
Create a BeanFactoryAspectInstanceFactory, providing a type that AspectJ should introspect to create AJType metadata.
BeanFactoryAspectJAdvisorsBuilder - Class in org.springframework.aop.aspectj.annotation
Helper for retrieving @AspectJ beans from a BeanFactory and building Spring Advisors based on them, for use with auto-proxying.
BeanFactoryAspectJAdvisorsBuilder(ListableBeanFactory) - Constructor for class org.springframework.aop.aspectj.annotation.BeanFactoryAspectJAdvisorsBuilder
Create a new BeanFactoryAspectJAdvisorsBuilder for the given BeanFactory.
BeanFactoryAspectJAdvisorsBuilder(ListableBeanFactory, AspectJAdvisorFactory) - Constructor for class org.springframework.aop.aspectj.annotation.BeanFactoryAspectJAdvisorsBuilder
Create a new BeanFactoryAspectJAdvisorsBuilder for the given BeanFactory.
BeanFactoryAspectJAdvisorsBuilderAdapter(ListableBeanFactory, AspectJAdvisorFactory) - Constructor for class org.springframework.aop.aspectj.annotation.AnnotationAwareAspectJAutoProxyCreator.BeanFactoryAspectJAdvisorsBuilderAdapter
 
BeanFactoryAware - Interface in org.springframework.beans.factory
Interface to be implemented by beans that wish to be aware of their owning BeanFactory.
BeanFactoryAwareGeneratorStrategy() - Constructor for class org.springframework.context.annotation.ConfigurationClassEnhancer.BeanFactoryAwareGeneratorStrategy
 
BeanFactoryAwareMethodInterceptor() - Constructor for class org.springframework.context.annotation.ConfigurationClassEnhancer.BeanFactoryAwareMethodInterceptor
 
BeanFactoryCacheOperationSourceAdvisor - Class in org.springframework.cache.interceptor
Advisor driven by a CacheOperationSource, used to include a cache advice bean for methods that are cacheable.
BeanFactoryCacheOperationSourceAdvisor() - Constructor for class org.springframework.cache.interceptor.BeanFactoryCacheOperationSourceAdvisor
 
BeanFactoryDataSourceLookup - Class in org.springframework.jdbc.datasource.lookup
DataSourceLookup implementation based on a Spring BeanFactory.
BeanFactoryDataSourceLookup() - Constructor for class org.springframework.jdbc.datasource.lookup.BeanFactoryDataSourceLookup
Create a new instance of the BeanFactoryDataSourceLookup class.
BeanFactoryDataSourceLookup(BeanFactory) - Constructor for class org.springframework.jdbc.datasource.lookup.BeanFactoryDataSourceLookup
Create a new instance of the BeanFactoryDataSourceLookup class.
BeanFactoryDestinationResolver - Class in org.springframework.jms.support.destination
DestinationResolver implementation based on a Spring BeanFactory.
BeanFactoryDestinationResolver() - Constructor for class org.springframework.jms.support.destination.BeanFactoryDestinationResolver
Create a new instance of the BeanFactoryDestinationResolver class.
BeanFactoryDestinationResolver(BeanFactory) - Constructor for class org.springframework.jms.support.destination.BeanFactoryDestinationResolver
Create a new instance of the BeanFactoryDestinationResolver class.
BeanFactoryGroup() - Constructor for class org.springframework.beans.factory.access.SingletonBeanFactoryLocator.BeanFactoryGroup
 
BeanFactoryLocator - Interface in org.springframework.beans.factory.access
Defines a contract for the lookup, use, and release of a BeanFactory, or a BeanFactory subclass such as an ApplicationContext.
BeanFactoryMessageChannelDestinationResolver - Class in org.springframework.messaging.core
An implementation of DestinationResolver that interprets a destination name as the bean name of a MessageChannel and looks up the bean in the configured BeanFactory.
BeanFactoryMessageChannelDestinationResolver() - Constructor for class org.springframework.messaging.core.BeanFactoryMessageChannelDestinationResolver
A default constructor that can be used when the resolver itself is configured as a Spring bean and will have the BeanFactory injected as a result of ing having implemented BeanFactoryAware.
BeanFactoryMessageChannelDestinationResolver(BeanFactory) - Constructor for class org.springframework.messaging.core.BeanFactoryMessageChannelDestinationResolver
A constructor that accepts a BeanFactory useful if instantiating this resolver manually rather than having it defined as a Spring-managed bean.
beanFactoryMonitor - Variable in class org.springframework.context.support.AbstractRefreshableApplicationContext
Synchronization monitor for the internal BeanFactory
BeanFactoryPostProcessor - Interface in org.springframework.beans.factory.config
Allows for custom modification of an application context's bean definitions, adapting the bean property values of the context's underlying bean factory.
beanFactoryPostProcessors - Variable in class org.springframework.context.support.AbstractApplicationContext
BeanFactoryPostProcessors to apply on refresh
BeanFactoryReference - Interface in org.springframework.beans.factory.access
Used to track a reference to a BeanFactory obtained through a BeanFactoryLocator.
beanFactoryReferences - Variable in class org.springframework.ejb.interceptor.SpringBeanAutowiringInterceptor
 
BeanFactoryRefreshableTargetSource - Class in org.springframework.aop.target.dynamic
Refreshable TargetSource that fetches fresh target beans from a BeanFactory.
BeanFactoryRefreshableTargetSource(BeanFactory, String) - Constructor for class org.springframework.aop.target.dynamic.BeanFactoryRefreshableTargetSource
Create a new BeanFactoryRefreshableTargetSource for the given bean factory and bean name.
BeanFactoryResolver - Class in org.springframework.context.expression
EL bean resolver that operates against a Spring BeanFactory.
BeanFactoryResolver(BeanFactory) - Constructor for class org.springframework.context.expression.BeanFactoryResolver
 
BeanFactoryTransactionAttributeSourceAdvisor - Class in org.springframework.transaction.interceptor
Advisor driven by a TransactionAttributeSource, used to include a transaction advice bean for methods that are transactional.
BeanFactoryTransactionAttributeSourceAdvisor() - Constructor for class org.springframework.transaction.interceptor.BeanFactoryTransactionAttributeSourceAdvisor
 
BeanFactoryUtils - Class in org.springframework.beans.factory
Convenience methods operating on bean factories, in particular on the ListableBeanFactory interface.
BeanFactoryUtils() - Constructor for class org.springframework.beans.factory.BeanFactoryUtils
 
beanInfo - Variable in class org.springframework.beans.CachedIntrospectionResults
The BeanInfo object for the introspected bean class
beanInfoFactories - Static variable in class org.springframework.beans.CachedIntrospectionResults
Stores the BeanInfoFactory instances
BeanInfoFactory - Interface in org.springframework.beans
Strategy interface for creating BeanInfo instances for Spring beans.
BeanInitializationException - Exception in org.springframework.beans.factory
Exception that a bean implementation is suggested to throw if its own factory-aware initialization code fails.
BeanInitializationException(String) - Constructor for exception org.springframework.beans.factory.BeanInitializationException
Create a new BeanInitializationException with the specified message.
BeanInitializationException(String, Throwable) - Constructor for exception org.springframework.beans.factory.BeanInitializationException
Create a new BeanInitializationException with the specified message and root cause.
beanInstance - Variable in class org.springframework.ejb.access.SimpleRemoteSlsbInvokerInterceptor
 
beanInstanceMonitor - Variable in class org.springframework.ejb.access.SimpleRemoteSlsbInvokerInterceptor
 
BeanInstantiationException - Exception in org.springframework.beans
Exception thrown when instantiation of a bean failed.
BeanInstantiationException(Class<?>, String) - Constructor for exception org.springframework.beans.BeanInstantiationException
Create a new BeanInstantiationException.
BeanInstantiationException(Class<?>, String, Throwable) - Constructor for exception org.springframework.beans.BeanInstantiationException
Create a new BeanInstantiationException.
BeanIsAbstractException - Exception in org.springframework.beans.factory
Exception thrown when a bean instance has been requested for a bean definition which has been marked as abstract.
BeanIsAbstractException(String) - Constructor for exception org.springframework.beans.factory.BeanIsAbstractException
Create a new BeanIsAbstractException.
BeanIsNotAFactoryException - Exception in org.springframework.beans.factory
Exception thrown when a bean is not a factory, but a user tries to get at the factory for the given bean name.
BeanIsNotAFactoryException(String, Class<?>) - Constructor for exception org.springframework.beans.factory.BeanIsNotAFactoryException
Create a new BeanIsNotAFactoryException.
BeanMetadataAttribute - Class in org.springframework.beans
Holder for a key-value style attribute that is part of a bean definition.
BeanMetadataAttribute(String, Object) - Constructor for class org.springframework.beans.BeanMetadataAttribute
Create a new AttributeValue instance.
BeanMetadataAttributeAccessor - Class in org.springframework.beans
Extension of AttributeAccessorSupport, holding attributes as BeanMetadataAttribute objects in order to keep track of the definition source.
BeanMetadataAttributeAccessor() - Constructor for class org.springframework.beans.BeanMetadataAttributeAccessor
 
BeanMetadataElement - Interface in org.springframework.beans
Interface to be implemented by bean metadata elements that carry a configuration source object.
BeanMethod - Class in org.springframework.context.annotation
Represents a Configuration class method marked with the Bean annotation.
BeanMethod(MethodMetadata, ConfigurationClass) - Constructor for class org.springframework.context.annotation.BeanMethod
 
BeanMethod.NonOverridableMethodError - Class in org.springframework.context.annotation
 
BeanMethodInterceptor() - Constructor for class org.springframework.context.annotation.ConfigurationClassEnhancer.BeanMethodInterceptor
 
beanMethods - Variable in class org.springframework.context.annotation.ConfigurationClass
 
beanName - Variable in class org.springframework.aop.framework.ProxyFactoryBean.PrototypePlaceholderAdvisor
 
beanName - Variable in class org.springframework.aop.interceptor.ExposeBeanNameAdvisors.ExposeBeanNameInterceptor
 
beanName - Variable in class org.springframework.aop.interceptor.ExposeBeanNameAdvisors.ExposeBeanNameIntroduction
 
beanName - Variable in class org.springframework.aop.target.dynamic.BeanFactoryRefreshableTargetSource
 
beanName - Variable in exception org.springframework.beans.factory.BeanCreationException
 
beanName - Variable in exception org.springframework.beans.factory.BeanDefinitionStoreException
 
beanName - Variable in exception org.springframework.beans.factory.BeanNotOfRequiredTypeException
The name of the instance that was of the wrong type
beanName - Variable in exception org.springframework.beans.factory.CannotLoadBeanClassException
 
beanName - Variable in class org.springframework.beans.factory.config.BeanDefinitionHolder
 
beanName - Variable in class org.springframework.beans.factory.config.FieldRetrievingFactoryBean
 
beanName - Variable in class org.springframework.beans.factory.config.PlaceholderConfigurerSupport
 
beanName - Variable in class org.springframework.beans.factory.config.PropertyPathFactoryBean
 
beanName - Variable in class org.springframework.beans.factory.config.RuntimeBeanNameReference
 
beanName - Variable in class org.springframework.beans.factory.config.RuntimeBeanReference
 
beanName - Variable in class org.springframework.beans.factory.groovy.GroovyBeanDefinitionWrapper
 
beanName - Variable in exception org.springframework.beans.factory.NoSuchBeanDefinitionException
Name of the missing bean.
beanName - Variable in class org.springframework.beans.factory.parsing.AliasDefinition
 
beanName - Variable in class org.springframework.beans.factory.support.BeanDefinitionValueResolver
 
beanName - Variable in class org.springframework.beans.factory.support.DefaultListableBeanFactory.DependencyObjectFactory
 
beanName - Variable in class org.springframework.beans.factory.support.DisposableBeanAdapter
 
beanName - Variable in class org.springframework.beans.factory.support.LookupOverride
 
beanName - Variable in class org.springframework.beans.factory.wiring.BeanWiringInfo
 
beanName - Variable in class org.springframework.cache.ehcache.EhCacheFactoryBean
 
beanName - Variable in class org.springframework.context.annotation.CommonAnnotationBeanPostProcessor.EjbRefElement
 
beanName - Variable in class org.springframework.context.annotation.ConfigurationClass
 
beanname - Variable in class org.springframework.expression.spel.ast.BeanReference
 
beanName - Variable in class org.springframework.jca.endpoint.AbstractMessageEndpointFactory
 
beanName - Variable in class org.springframework.jms.listener.AbstractJmsListeningContainer
 
beanName - Variable in class org.springframework.messaging.support.AbstractMessageChannel
 
beanName - Variable in class org.springframework.orm.jpa.AbstractEntityManagerFactoryBean
 
beanName - Variable in class org.springframework.scheduling.concurrent.ExecutorConfigurationSupport
 
beanName - Variable in class org.springframework.scheduling.config.TaskExecutorFactoryBean
 
beanName - Variable in class org.springframework.scheduling.quartz.CronTriggerBean
 
beanName - Variable in class org.springframework.scheduling.quartz.CronTriggerFactoryBean
 
beanName - Variable in class org.springframework.scheduling.quartz.JobDetailBean
 
beanName - Variable in class org.springframework.scheduling.quartz.JobDetailFactoryBean
 
beanName - Variable in class org.springframework.scheduling.quartz.MethodInvokingJobDetailFactoryBean
 
beanName - Variable in class org.springframework.scheduling.quartz.SimpleTriggerBean
 
beanName - Variable in class org.springframework.scheduling.quartz.SimpleTriggerFactoryBean
 
beanName - Variable in class org.springframework.web.filter.GenericFilterBean
 
beanName - Variable in class org.springframework.web.portlet.mvc.PortletWrappingController
 
beanName - Variable in class org.springframework.web.servlet.mvc.ServletForwardingController
 
beanName - Variable in class org.springframework.web.servlet.mvc.ServletWrappingController
 
beanName - Variable in class org.springframework.web.servlet.view.AbstractView
 
BeanNameAutoProxyCreator - Class in org.springframework.aop.framework.autoproxy
Auto proxy creator that identifies beans to proxy via a list of names.
BeanNameAutoProxyCreator() - Constructor for class org.springframework.aop.framework.autoproxy.BeanNameAutoProxyCreator
 
BeanNameAware - Interface in org.springframework.beans.factory
Interface to be implemented by beans that want to be aware of their bean name in a bean factory.
BeanNameContextMatcher(String) - Constructor for class org.springframework.aop.aspectj.AspectJExpressionPointcut.BeanNameContextMatcher
 
beanNameGenerator - Variable in class org.springframework.beans.factory.support.AbstractBeanDefinitionReader
 
BeanNameGenerator - Interface in org.springframework.beans.factory.support
Strategy interface for generating bean names for bean definitions.
beanNameGenerator - Variable in class org.springframework.context.annotation.AnnotatedBeanDefinitionReader
 
beanNameGenerator - Variable in class org.springframework.context.annotation.ClassPathBeanDefinitionScanner
 
beanNameGenerator - Variable in class org.springframework.context.annotation.ComponentScanAnnotationParser
 
beanNameGenerator - Variable in class org.springframework.web.context.support.AnnotationConfigWebApplicationContext
 
beanNameHandlerMapping() - Method in class org.springframework.web.servlet.config.annotation.WebMvcConfigurationSupport
Return a BeanNameUrlHandlerMapping ordered at 2 to map URL paths to controller bean names.
BeanNamePointcutDesignatorHandler() - Constructor for class org.springframework.aop.aspectj.AspectJExpressionPointcut.BeanNamePointcutDesignatorHandler
 
beanNames - Variable in class org.springframework.aop.framework.autoproxy.BeanNameAutoProxyCreator
 
beanNames - Variable in class org.springframework.beans.factory.config.PropertyOverrideConfigurer
Contains names of beans that have overrides
beanNameSeparator - Variable in class org.springframework.beans.factory.config.PropertyOverrideConfigurer
 
beanNamesForTypeIncludingAncestors(ListableBeanFactory, Class<?>) - Static method in class org.springframework.beans.factory.BeanFactoryUtils
Get all bean names for the given type, including those defined in ancestor factories.
beanNamesForTypeIncludingAncestors(ListableBeanFactory, Class<?>, boolean, boolean) - Static method in class org.springframework.beans.factory.BeanFactoryUtils
Get all bean names for the given type, including those defined in ancestor factories.
beanNamesIncludingAncestors(ListableBeanFactory) - Static method in class org.springframework.beans.factory.BeanFactoryUtils
Return all bean names in the factory, including ancestor factories.
BeanNameUrlHandlerMapping - Class in org.springframework.web.servlet.handler
Implementation of the HandlerMapping interface that map from URLs to beans with names that start with a slash ("/"), similar to how Struts maps URLs to action names.
BeanNameUrlHandlerMapping() - Constructor for class org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping
 
BeanNameViewResolver - Class in org.springframework.web.servlet.view
Simple implementation of ViewResolver that interprets a view name as bean name in the current application context, i.e.
BeanNameViewResolver() - Constructor for class org.springframework.web.servlet.view.BeanNameViewResolver
 
BeanNotOfRequiredTypeException - Exception in org.springframework.beans.factory
Thrown when a bean doesn't match the expected type.
BeanNotOfRequiredTypeException(String, Class<?>, Class<?>) - Constructor for exception org.springframework.beans.factory.BeanNotOfRequiredTypeException
Create a new BeanNotOfRequiredTypeException.
beanOfType(ListableBeanFactory, Class<T>) - Static method in class org.springframework.beans.factory.BeanFactoryUtils
Return a single bean of the given type or subtypes, not looking in ancestor factories.
beanOfType(ListableBeanFactory, Class<T>, boolean, boolean) - Static method in class org.springframework.beans.factory.BeanFactoryUtils
Return a single bean of the given type or subtypes, not looking in ancestor factories.
beanOfTypeIncludingAncestors(ListableBeanFactory, Class<T>) - Static method in class org.springframework.beans.factory.BeanFactoryUtils
Return a single bean of the given type or subtypes, also picking up beans defined in ancestor bean factories if the current bean factory is a HierarchicalBeanFactory.
beanOfTypeIncludingAncestors(ListableBeanFactory, Class<T>, boolean, boolean) - Static method in class org.springframework.beans.factory.BeanFactoryUtils
Return a single bean of the given type or subtypes, also picking up beans defined in ancestor bean factories if the current bean factory is a HierarchicalBeanFactory.
BeanPostProcessor - Interface in org.springframework.beans.factory.config
Factory hook that allows for custom modification of new bean instances, e.g.
BeanPostProcessorChecker(ConfigurableListableBeanFactory, int) - Constructor for class org.springframework.context.support.PostProcessorRegistrationDelegate.BeanPostProcessorChecker
 
beanPostProcessors - Variable in class org.springframework.beans.factory.support.AbstractBeanFactory
BeanPostProcessors to apply in createBean
beanPostProcessors - Variable in class org.springframework.beans.factory.support.DisposableBeanAdapter
 
beanPostProcessorTargetCount - Variable in class org.springframework.context.support.PostProcessorRegistrationDelegate.BeanPostProcessorChecker
 
BeanPropertyBindingResult - Class in org.springframework.validation
Default implementation of the Errors and BindingResult interfaces, for the registration and evaluation of binding errors on JavaBean objects.
BeanPropertyBindingResult(Object, String) - Constructor for class org.springframework.validation.BeanPropertyBindingResult
Creates a new instance of the BeanPropertyBindingResult class.
BeanPropertyBindingResult(Object, String, boolean, int) - Constructor for class org.springframework.validation.BeanPropertyBindingResult
Creates a new instance of the BeanPropertyBindingResult class.
BeanPropertyRowMapper<T> - Class in org.springframework.jdbc.core
RowMapper implementation that converts a row into a new instance of the specified mapped target class.
BeanPropertyRowMapper() - Constructor for class org.springframework.jdbc.core.BeanPropertyRowMapper
Create a new BeanPropertyRowMapper for bean-style configuration.
BeanPropertyRowMapper(Class<T>) - Constructor for class org.springframework.jdbc.core.BeanPropertyRowMapper
Create a new BeanPropertyRowMapper, accepting unpopulated properties in the target bean.
BeanPropertyRowMapper(Class<T>, boolean) - Constructor for class org.springframework.jdbc.core.BeanPropertyRowMapper
Create a new BeanPropertyRowMapper.
BeanPropertySqlParameterSource - Class in org.springframework.jdbc.core.namedparam
SqlParameterSource implementation that obtains parameter values from bean properties of a given JavaBean object.
BeanPropertySqlParameterSource(Object) - Constructor for class org.springframework.jdbc.core.namedparam.BeanPropertySqlParameterSource
Create a new BeanPropertySqlParameterSource for the given bean.
BeanReference - Interface in org.springframework.beans.factory.config
Interface that exposes a reference to a bean name in an abstract fashion.
BeanReference - Class in org.springframework.expression.spel.ast
Represents a bean reference to a type, for example "@foo" or "@'foo.bar'"
BeanReference(int, String) - Constructor for class org.springframework.expression.spel.ast.BeanReference
 
beanReference(Element, ParserContext, BeanDefinitionBuilder) - Method in class org.springframework.scheduling.config.ScheduledTasksBeanDefinitionParser
 
BeanReferenceFactoryBean - Class in org.springframework.beans.factory.config
Deprecated.
as of Spring 3.2, in favor of using regular bean name aliases (which support placeholder parsing since Spring 2.5)
BeanReferenceFactoryBean() - Constructor for class org.springframework.beans.factory.config.BeanReferenceFactoryBean
Deprecated.
 
beanReferences - Variable in class org.springframework.aop.config.AdvisorComponentDefinition
 
beanReferences - Variable in class org.springframework.aop.config.AspectComponentDefinition
 
beanReferences - Variable in class org.springframework.beans.factory.parsing.BeanComponentDefinition
 
BeanResolver - Interface in org.springframework.expression
A bean resolver can be registered with the evaluation context and will kick in for @myBeanName still expressions.
beanResolver - Variable in class org.springframework.expression.spel.support.StandardEvaluationContext
 
beans(Closure) - Method in class org.springframework.beans.factory.groovy.GroovyBeanDefinitionReader
Defines a set of beans for the given block or closure.
beans - Variable in class org.springframework.beans.factory.support.StaticListableBeanFactory
Map from bean name to bean instance
beans - Variable in class org.springframework.jmx.export.MBeanExporter
The beans to be exposed as JMX managed resources, with JMX names as keys
BEANS_NAMESPACE_URI - Static variable in class org.springframework.beans.factory.xml.BeanDefinitionParserDelegate
 
BeansDtdResolver - Class in org.springframework.beans.factory.xml
EntityResolver implementation for the Spring beans DTD, to load the DTD from the Spring class path (or JAR file).
BeansDtdResolver() - Constructor for class org.springframework.beans.factory.xml.BeansDtdResolver
 
BeansException - Exception in org.springframework.beans
Abstract superclass for all exceptions thrown in the beans package and subpackages.
BeansException(String) - Constructor for exception org.springframework.beans.BeansException
Create a new BeansException with the specified message.
BeansException(String, Throwable) - Constructor for exception org.springframework.beans.BeansException
Create a new BeansException with the specified message and root cause.
beansOfTypeIncludingAncestors(ListableBeanFactory, Class<T>) - Static method in class org.springframework.beans.factory.BeanFactoryUtils
Return all beans of the given type or subtypes, also picking up beans defined in ancestor bean factories if the current bean factory is a HierarchicalBeanFactory.
beansOfTypeIncludingAncestors(ListableBeanFactory, Class<T>, boolean, boolean) - Static method in class org.springframework.beans.factory.BeanFactoryUtils
Return all beans of the given type or subtypes, also picking up beans defined in ancestor bean factories if the current bean factory is a HierarchicalBeanFactory.
beanType - Variable in exception org.springframework.beans.factory.NoSuchBeanDefinitionException
Required type of the missing bean.
BeanUtils - Class in org.springframework.beans
Static convenience methods for JavaBeans: for instantiating beans, checking bean property types, copying bean properties, etc.
BeanUtils() - Constructor for class org.springframework.beans.BeanUtils
 
BeanValidationPostProcessor - Class in org.springframework.validation.beanvalidation
Simple BeanPostProcessor that checks JSR-303 constraint annotations in Spring-managed beans, throwing an initialization exception in case of constraint violations right before calling the bean's init method (if any).
BeanValidationPostProcessor() - Constructor for class org.springframework.validation.beanvalidation.BeanValidationPostProcessor
 
BeanWiringInfo - Class in org.springframework.beans.factory.wiring
Holder for bean wiring metadata information about a particular class.
BeanWiringInfo() - Constructor for class org.springframework.beans.factory.wiring.BeanWiringInfo
Create a default BeanWiringInfo that suggests plain initialization of factory and post-processor callbacks that the bean class may expect.
BeanWiringInfo(String) - Constructor for class org.springframework.beans.factory.wiring.BeanWiringInfo
Create a new BeanWiringInfo that points to the given bean name.
BeanWiringInfo(String, boolean) - Constructor for class org.springframework.beans.factory.wiring.BeanWiringInfo
Create a new BeanWiringInfo that points to the given bean name.
BeanWiringInfo(int, boolean) - Constructor for class org.springframework.beans.factory.wiring.BeanWiringInfo
Create a new BeanWiringInfo that indicates autowiring.
beanWiringInfoResolver - Variable in class org.springframework.beans.factory.wiring.BeanConfigurerSupport
 
BeanWiringInfoResolver - Interface in org.springframework.beans.factory.wiring
Strategy interface to be implemented by objects than can resolve bean name information, given a newly instantiated bean object.
BeanWrapper - Interface in org.springframework.beans
The central interface of Spring's low-level JavaBeans infrastructure.
beanWrapper - Variable in class org.springframework.beans.support.PropertyComparator
 
beanWrapper - Variable in class org.springframework.jdbc.core.namedparam.BeanPropertySqlParameterSource
 
beanWrapper - Variable in class org.springframework.validation.BeanPropertyBindingResult
 
BeanWrapperImpl - Class in org.springframework.beans
Default BeanWrapper implementation that should be sufficient for all typical use cases.
BeanWrapperImpl() - Constructor for class org.springframework.beans.BeanWrapperImpl
Create new empty BeanWrapperImpl.
BeanWrapperImpl(boolean) - Constructor for class org.springframework.beans.BeanWrapperImpl
Create new empty BeanWrapperImpl.
BeanWrapperImpl(Object) - Constructor for class org.springframework.beans.BeanWrapperImpl
Create new BeanWrapperImpl for the given object.
BeanWrapperImpl(Class<?>) - Constructor for class org.springframework.beans.BeanWrapperImpl
Create new BeanWrapperImpl, wrapping a new instance of the specified class.
BeanWrapperImpl(Object, String, Object) - Constructor for class org.springframework.beans.BeanWrapperImpl
Create new BeanWrapperImpl for the given object, registering a nested path that the object is in.
BeanWrapperImpl(Object, String, BeanWrapperImpl) - Constructor for class org.springframework.beans.BeanWrapperImpl
Create new BeanWrapperImpl for the given object, registering a nested path that the object is in.
BeanWrapperImpl.PropertyTokenHolder - Class in org.springframework.beans
 
before(Method, Object[], Object) - Method in class org.springframework.aop.aspectj.AspectJMethodBeforeAdvice
 
BEFORE - Static variable in class org.springframework.aop.config.ConfigBeanDefinitionParser
 
before(Method, Object[], Object) - Method in interface org.springframework.aop.MethodBeforeAdvice
Callback before a given method is invoked.
beforeAccess() - Method in class org.springframework.core.task.SimpleAsyncTaskExecutor.ConcurrencyThrottleAdapter
 
beforeAccess() - Method in class org.springframework.util.ConcurrencyThrottleSupport
To be invoked before the main execution logic of concrete subclasses.
BeforeAdvice - Interface in org.springframework.aop
Common marker interface for before advice, such as MethodBeforeAdvice.
beforeCommit(boolean) - Method in class org.springframework.orm.hibernate3.SpringSessionSynchronization
 
beforeCommit(boolean) - Method in class org.springframework.orm.hibernate4.SpringSessionSynchronization
 
beforeCommit(boolean) - Method in class org.springframework.transaction.support.ResourceHolderSynchronization
 
beforeCommit(boolean) - Method in interface org.springframework.transaction.support.TransactionSynchronization
Invoked before transaction commit (before "beforeCompletion").
beforeCommit(boolean) - Method in class org.springframework.transaction.support.TransactionSynchronizationAdapter
 
beforeCompletion() - Method in class org.springframework.jdbc.datasource.DataSourceUtils.ConnectionSynchronization
 
beforeCompletion() - Method in class org.springframework.jdbc.support.lob.JtaLobCreatorSynchronization
 
beforeCompletion() - Method in class org.springframework.jdbc.support.lob.SpringLobCreatorSynchronization
 
beforeCompletion() - Method in class org.springframework.orm.hibernate3.SpringSessionSynchronization
 
beforeCompletion() - Method in class org.springframework.orm.hibernate4.SpringSessionSynchronization
 
beforeCompletion() - Method in class org.springframework.transaction.jta.JtaAfterCompletionSynchronization
 
beforeCompletion() - Method in class org.springframework.transaction.jta.SpringJtaSynchronizationAdapter
JTA beforeCompletion callback: just invoked before commit.
beforeCompletion() - Method in class org.springframework.transaction.support.ResourceHolderSynchronization
 
beforeCompletion() - Method in interface org.springframework.transaction.support.TransactionSynchronization
Invoked before transaction commit/rollback.
beforeCompletion() - Method in class org.springframework.transaction.support.TransactionSynchronizationAdapter
 
beforeCompletionCalled - Variable in class org.springframework.jdbc.support.lob.JtaLobCreatorSynchronization
 
beforeCompletionCalled - Variable in class org.springframework.jdbc.support.lob.SpringLobCreatorSynchronization
 
beforeCompletionCalled - Variable in class org.springframework.transaction.jta.SpringJtaSynchronizationAdapter
 
beforeConcurrentHandling(NativeWebRequest, DeferredResult<T>) - Method in class org.springframework.orm.hibernate3.support.AsyncRequestInterceptor
 
beforeConcurrentHandling(NativeWebRequest, DeferredResult<T>) - Method in class org.springframework.orm.hibernate4.support.AsyncRequestInterceptor
 
beforeConcurrentHandling(NativeWebRequest, DeferredResult<T>) - Method in class org.springframework.orm.jpa.support.AsyncRequestInterceptor
 
beforeConcurrentHandling(NativeWebRequest, Callable<T>) - Method in interface org.springframework.web.context.request.async.CallableProcessingInterceptor
Invoked before the start of concurrent handling in the original thread in which the Callable is submitted for concurrent handling.
beforeConcurrentHandling(NativeWebRequest, Callable<T>) - Method in class org.springframework.web.context.request.async.CallableProcessingInterceptorAdapter
This implementation is empty.
beforeConcurrentHandling(NativeWebRequest, DeferredResult<T>) - Method in interface org.springframework.web.context.request.async.DeferredResultProcessingInterceptor
Invoked immediately before the start of concurrent handling, in the same thread that started it.
beforeConcurrentHandling(NativeWebRequest, DeferredResult<T>) - Method in class org.springframework.web.context.request.async.DeferredResultProcessingInterceptorAdapter
This implementation is empty.
beforeDelivery(Method) - Method in class org.springframework.jca.endpoint.AbstractMessageEndpointFactory.AbstractMessageEndpoint
This beforeDelivery implementation starts a transaction, if necessary, and exposes the endpoint ClassLoader as current thread context ClassLoader.
beforeDeliveryCalled - Variable in class org.springframework.jca.endpoint.AbstractMessageEndpointFactory.AbstractMessageEndpoint
 
beforeExistingAdvisors - Variable in class org.springframework.aop.framework.AbstractAdvisingBeanPostProcessor
 
beforeFirst() - Method in class org.springframework.jdbc.support.rowset.ResultSetWrappingSqlRowSet
 
beforeFirst() - Method in interface org.springframework.jdbc.support.rowset.SqlRowSet
Moves the cursor to the front of this RowSet, just before the first row.
beforeHandshake(ServerHttpRequest, ServerHttpResponse, WebSocketHandler, Map<String, Object>) - Method in interface org.springframework.web.socket.server.HandshakeInterceptor
Invoked before the handshake is processed.
beforeHandshake(ServerHttpRequest, ServerHttpResponse, WebSocketHandler, Map<String, Object>) - Method in class org.springframework.web.socket.server.support.HttpSessionHandshakeInterceptor
 
beforeInstantiationResolved - Variable in class org.springframework.beans.factory.support.RootBeanDefinition
Package-visible field that indicates a before-instantiation post-processor having kicked in
beforeInvocation - Variable in class org.springframework.cache.interceptor.CacheEvictOperation
 
beforeMessagePrefix - Variable in class org.springframework.web.filter.AbstractRequestLoggingFilter
 
beforeMessageSuffix - Variable in class org.springframework.web.filter.AbstractRequestLoggingFilter
 
beforePhase(PhaseEvent) - Method in class org.springframework.web.jsf.DelegatingPhaseListenerMulticaster
 
beforePrototypeCreation(String) - Method in class org.springframework.beans.factory.support.AbstractBeanFactory
Callback before prototype creation.
beforeRequest(HttpServletRequest, String) - Method in class org.springframework.web.filter.AbstractRequestLoggingFilter
Concrete subclasses should implement this method to write a log message before the request is processed.
beforeRequest(HttpServletRequest, String) - Method in class org.springframework.web.filter.CommonsRequestLoggingFilter
Writes a log message before the request is processed.
beforeRequest(HttpServletRequest, String) - Method in class org.springframework.web.filter.Log4jNestedDiagnosticContextFilter
Logs the before-request message through Log4J and adds a message the Log4J NDC before the request is processed.
beforeRequest(HttpServletRequest, String) - Method in class org.springframework.web.filter.ServletContextRequestLoggingFilter
Writes a log message before the request is processed.
beforeRequest(Map<String, List<String>>) - Method in class org.springframework.web.socket.client.standard.StandardWebSocketClient.StandardWebSocketClientConfigurator
 
beforeSessionFactoryDestruction() - Method in class org.springframework.orm.hibernate3.AbstractSessionFactoryBean
Hook that allows shutdown processing before the SessionFactory will be closed.
beforeSingletonCreation(String) - Method in class org.springframework.beans.factory.support.DefaultSingletonBeanRegistry
Callback before singleton creation.
beforeTestClass(TestContext) - Method in class org.springframework.test.context.support.AbstractTestExecutionListener
The default implementation is empty.
beforeTestClass() - Method in class org.springframework.test.context.TestContextManager
Hook for pre-processing a test class before execution of any tests within the class.
beforeTestClass(TestContext) - Method in interface org.springframework.test.context.TestExecutionListener
Pre-processes a test class before execution of all tests within the class.
beforeTestMethod(TestContext) - Method in class org.springframework.test.context.support.AbstractTestExecutionListener
The default implementation is empty.
beforeTestMethod(TestContext) - Method in class org.springframework.test.context.support.DependencyInjectionTestExecutionListener
If the DependencyInjectionTestExecutionListener.REINJECT_DEPENDENCIES_ATTRIBUTE in the supplied test context has a value of Boolean.TRUE, this method will have the same effect as prepareTestInstance(); otherwise, this method will have no effect.
beforeTestMethod(Object, Method) - Method in class org.springframework.test.context.TestContextManager
Hook for pre-processing a test before execution of the supplied test method, for example for setting up test fixtures, starting a transaction, etc.
beforeTestMethod(TestContext) - Method in interface org.springframework.test.context.TestExecutionListener
Pre-processes a test before execution of the test method in the supplied test context, for example by setting up test fixtures.
beforeTestMethod(TestContext) - Method in class org.springframework.test.context.transaction.TransactionalTestExecutionListener
If the test method of the supplied test context is configured to run within a transaction, this method will run @BeforeTransaction methods and start a new transaction.
beforeTestMethod(TestContext) - Method in class org.springframework.test.context.web.ServletTestExecutionListener
Sets up thread-local state before each test method via Spring Web's RequestContextHolder, but only if the test class is annotated with @WebAppConfiguration.
BeforeTransaction - Annotation Type in org.springframework.test.context.transaction
Test annotation to indicate that the annotated public void method should be executed before a transaction is started for test methods configured to run within a transaction via the &#064;Transactional annotation.
begin() - Method in class org.springframework.transaction.jta.UserTransactionAdapter
 
beginTransaction() - Method in class org.springframework.jca.endpoint.AbstractMessageEndpointFactory.TransactionDelegate
 
beginTransaction(Transaction, TransactionDefinition) - Method in class org.springframework.orm.jdo.DefaultJdoDialect
This implementation invokes the standard JDO Transaction#begin() method and also Transaction#setIsolationLevel(String) if necessary.
beginTransaction(Transaction, TransactionDefinition) - Method in interface org.springframework.orm.jdo.JdoDialect
Begin the given JDO transaction, applying the semantics specified by the given Spring transaction definition (in particular, an isolation level and a timeout).
beginTransaction(EntityManager, TransactionDefinition) - Method in class org.springframework.orm.jpa.DefaultJpaDialect
This implementation invokes the standard JPA Transaction.begin method.
beginTransaction(EntityManager, TransactionDefinition) - Method in interface org.springframework.orm.jpa.JpaDialect
Begin the given JPA transaction, applying the semantics specified by the given Spring transaction definition (in particular, an isolation level and a timeout).
beginTransaction(EntityManager, TransactionDefinition) - Method in class org.springframework.orm.jpa.vendor.EclipseLinkJpaDialect
 
beginTransaction(EntityManager, TransactionDefinition) - Method in class org.springframework.orm.jpa.vendor.HibernateJpaDialect
 
beginTransaction(EntityManager, TransactionDefinition) - Method in class org.springframework.orm.jpa.vendor.OpenJpaDialect
 
beginWithNameAndTimeoutMethod - Variable in class org.springframework.transaction.jta.WebLogicJtaTransactionManager
 
beginWithNameMethod - Variable in class org.springframework.transaction.jta.WebLogicJtaTransactionManager
 
BEST_MATCHING_PATTERN_ATTRIBUTE - Static variable in interface org.springframework.web.servlet.HandlerMapping
Name of the HttpServletRequest attribute that contains the best matching pattern within the handler mapping.
bestMatchedPattern() - Method in class org.springframework.web.servlet.mvc.annotation.AnnotationMethodHandlerAdapter.RequestSpecificMappingInfo
Deprecated.
 
bestMatchingPattern - Variable in class org.springframework.web.servlet.handler.AbstractUrlHandlerMapping.PathExposingHandlerInterceptor
 
bfgInstancesByKey - Variable in class org.springframework.beans.factory.access.SingletonBeanFactoryLocator
 
bfgInstancesByObj - Variable in class org.springframework.beans.factory.access.SingletonBeanFactoryLocator
 
BinaryDecoder() - Constructor for class org.springframework.web.socket.adapter.standard.ConvertingEncoderDecoderSupport.BinaryDecoder
 
BinaryEncoder() - Constructor for class org.springframework.web.socket.adapter.standard.ConvertingEncoderDecoderSupport.BinaryEncoder
 
BinaryMessage - Class in org.springframework.web.socket
A binary WebSocket message.
BinaryMessage(ByteBuffer) - Constructor for class org.springframework.web.socket.BinaryMessage
Create a new binary WebSocket message with the given ByteBuffer payload.
BinaryMessage(ByteBuffer, boolean) - Constructor for class org.springframework.web.socket.BinaryMessage
Create a new binary WebSocket message with the given payload representing the full or partial message content.
BinaryMessage(byte[]) - Constructor for class org.springframework.web.socket.BinaryMessage
Create a new binary WebSocket message with the given byte[] payload.
BinaryMessage(byte[], boolean) - Constructor for class org.springframework.web.socket.BinaryMessage
Create a new binary WebSocket message with the given byte[] payload representing the full or partial message content.
BinaryMessage(byte[], int, int, boolean) - Constructor for class org.springframework.web.socket.BinaryMessage
Create a new binary WebSocket message by wrapping an existing byte array.
binaryStream - Variable in class org.springframework.jdbc.support.lob.PassThroughBlob
 
BinaryWebSocketHandler - Class in org.springframework.web.socket.handler
A convenient base class for WebSocketHandler implementation that process binary messages only.
BinaryWebSocketHandler() - Constructor for class org.springframework.web.socket.handler.BinaryWebSocketHandler
 
bind(String, Object) - Method in class org.springframework.jndi.JndiTemplate
Bind the given object to the current JNDI context, using the given name.
bind(String, Object) - Method in class org.springframework.mock.jndi.SimpleNamingContext
Bind the given object to the given name.
bind(Name, Object) - Method in class org.springframework.mock.jndi.SimpleNamingContext
 
bind(String, Object) - Method in class org.springframework.mock.jndi.SimpleNamingContextBuilder
Bind the given object under the given name, for all naming contexts that this context builder will generate.
bind(PropertyValues) - Method in class org.springframework.validation.DataBinder
Bind the given property values to this binder's target.
bind(ServletRequest) - Method in class org.springframework.web.bind.ServletRequestDataBinder
Bind the parameters of the given request to this binder's target, also binding multipart files in case of a multipart request.
bind(WebRequest) - Method in class org.springframework.web.bind.support.WebRequestDataBinder
Bind the parameters of the given request to this binder's target, also binding multipart files in case of a multipart request.
bind(PortletRequest) - Method in class org.springframework.web.portlet.bind.PortletRequestDataBinder
Bind the parameters of the given request to this binder's target, also binding multipart files in case of a multipart request.
bind(HttpServletRequest, Object) - Method in class org.springframework.web.servlet.mvc.multiaction.MultiActionController
Bind request parameters onto the given command bean
bindAnnotationsFromVarNames(List<String>) - Method in class org.springframework.aop.aspectj.AspectJAdviceParameterNameDiscoverer
Match the given list of extracted variable names to argument slots.
bindArgumentsByName(int) - Method in class org.springframework.aop.aspectj.AbstractAspectJAdvice
 
bindDefaultNamespaceUri(String) - Method in class org.springframework.util.xml.SimpleNamespaceContext
Binds the given namespace as default namespace.
bindEmptyMultipartFiles - Variable in class org.springframework.web.bind.support.WebRequestDataBinder.Servlet3MultipartHelper
 
bindEmptyMultipartFiles - Variable in class org.springframework.web.bind.WebDataBinder
 
binderFactory - Variable in class org.springframework.web.method.annotation.ModelFactory
 
binderMethods - Variable in class org.springframework.web.method.annotation.InitBinderDataBinderFactory
 
BindErrorsTag - Class in org.springframework.web.servlet.tags
JSP tag that evaluates content if there are binding errors for a certain bean.
BindErrorsTag() - Constructor for class org.springframework.web.servlet.tags.BindErrorsTag
 
BindException - Exception in org.springframework.validation
Thrown when binding errors are considered fatal.
BindException(BindingResult) - Constructor for exception org.springframework.validation.BindException
Create a new BindException instance for a BindingResult.
BindException(Object, String) - Constructor for exception org.springframework.validation.BindException
Create a new BindException instance for a target bean.
bindExplicitArguments(int) - Method in class org.springframework.aop.aspectj.AbstractAspectJAdvice
 
binding - Variable in class org.springframework.beans.factory.groovy.GroovyBeanDefinitionReader
 
BindingAwareModelMap - Class in org.springframework.validation.support
Subclass of ExtendedModelMap that automatically removes a BindingResult object if the corresponding target attribute gets replaced.
BindingAwareModelMap() - Constructor for class org.springframework.validation.support.BindingAwareModelMap
 
BindingEnumeration(SimpleNamingContext, String) - Constructor for class org.springframework.mock.jndi.SimpleNamingContext.BindingEnumeration
 
BindingErrorProcessor - Interface in org.springframework.validation
Strategy for processing DataBinder's missing field errors, and for translating a PropertyAccessException to a FieldError.
bindingErrorProcessor - Variable in class org.springframework.validation.DataBinder
 
bindingErrorProcessor - Variable in class org.springframework.web.bind.support.ConfigurableWebBindingInitializer
 
bindingFactory - Variable in class org.springframework.oxm.jibx.JibxMarshaller
 
bindingFailure - Variable in class org.springframework.validation.FieldError
 
bindingInitializer - Variable in class org.springframework.web.bind.annotation.support.HandlerMethodInvoker
 
bindingName - Variable in class org.springframework.oxm.jibx.JibxMarshaller
 
bindingResult - Variable in exception org.springframework.messaging.handler.annotation.support.MethodArgumentNotValidException
 
bindingResult - Variable in exception org.springframework.validation.BindException
 
BindingResult - Interface in org.springframework.validation
General interface that represents binding results.
bindingResult - Variable in class org.springframework.validation.DataBinder
 
bindingResult - Variable in exception org.springframework.web.bind.MethodArgumentNotValidException
 
bindingResult - Variable in class org.springframework.web.servlet.support.BindStatus
 
BindingResultUtils - Class in org.springframework.validation
Convenience methods for looking up BindingResults in a model Map.
BindingResultUtils() - Constructor for class org.springframework.validation.BindingResultUtils
 
bindingType - Variable in class org.springframework.remoting.jaxws.AbstractJaxWsServiceExporter
 
bindMultipart(Map<String, List<MultipartFile>>, MutablePropertyValues) - Method in class org.springframework.web.bind.WebDataBinder
Bind all multipart files contained in the given request, if any (in case of a multipart request).
bindNamespaceUri(String, String) - Method in class org.springframework.util.xml.SimpleNamespaceContext
Binds the given prefix to the given namespace.
bindParameterName(int, String) - Method in class org.springframework.aop.aspectj.AspectJAdviceParameterNameDiscoverer
 
bindParameters(ProxyMethodInvocation, JoinPointMatch) - Method in class org.springframework.aop.aspectj.AspectJExpressionPointcut
 
bindParts(HttpServletRequest, MutablePropertyValues) - Method in class org.springframework.web.bind.support.WebRequestDataBinder.Servlet3MultipartHelper
 
bindRequestParameters(WebDataBinder, NativeWebRequest) - Method in class org.springframework.web.method.annotation.ModelAttributeMethodProcessor
Extension point to bind the request to the target object.
bindRequestParameters(WebDataBinder, NativeWebRequest) - Method in class org.springframework.web.servlet.mvc.method.annotation.ServletModelAttributeMethodProcessor
Extension point to bind the request to the target object.
bindResource(Object, Object) - Static method in class org.springframework.transaction.support.TransactionSynchronizationManager
Bind the given resource for the given key to the current thread.
bindSession() - Method in class org.springframework.orm.hibernate3.support.AsyncRequestInterceptor
 
bindSession() - Method in class org.springframework.orm.hibernate4.support.AsyncRequestInterceptor
 
bindSession() - Method in class org.springframework.orm.jpa.support.AsyncRequestInterceptor
 
BindStatus - Class in org.springframework.web.servlet.support
Simple adapter to expose the bind status of a field or object.
BindStatus(RequestContext, String, boolean) - Constructor for class org.springframework.web.servlet.support.BindStatus
Create a new BindStatus instance, representing a field or object status.
bindStatus - Variable in class org.springframework.web.servlet.tags.form.AbstractDataBoundFormElementTag
The BindStatus of this tag.
bindStatus - Variable in class org.springframework.web.servlet.tags.form.OptionWriter
 
BindTag - Class in org.springframework.web.servlet.tags
Bind tag, supporting evaluation of binding errors for a certain bean or bean property.
BindTag() - Constructor for class org.springframework.web.servlet.tags.BindTag
 
bindToThread() - Method in class org.springframework.transaction.interceptor.TransactionAspectSupport.TransactionInfo
 
BIPUSH - Static variable in interface org.springframework.asm.Opcodes
 
BLOB_CLASS_NAME - Static variable in class org.springframework.jdbc.support.lob.OracleLobHandler
Deprecated.
 
BlobByteArrayType - Class in org.springframework.orm.hibernate3.support
Hibernate UserType implementation for byte arrays that get mapped to BLOBs.
BlobByteArrayType() - Constructor for class org.springframework.orm.hibernate3.support.BlobByteArrayType
Constructor used by Hibernate: fetches config-time LobHandler and config-time JTA TransactionManager from LocalSessionFactoryBean.
BlobByteArrayType(LobHandler, TransactionManager) - Constructor for class org.springframework.orm.hibernate3.support.BlobByteArrayType
Constructor used for testing: takes an explicit LobHandler and an explicit JTA TransactionManager (can be null).
blobClass - Variable in class org.springframework.jdbc.support.lob.OracleLobHandler
Deprecated.
 
BlobSerializableType - Class in org.springframework.orm.hibernate3.support
Hibernate UserType implementation for arbitrary objects that get serialized to BLOBs.
BlobSerializableType() - Constructor for class org.springframework.orm.hibernate3.support.BlobSerializableType
Constructor used by Hibernate: fetches config-time LobHandler and config-time JTA TransactionManager from LocalSessionFactoryBean.
BlobSerializableType(LobHandler, TransactionManager) - Constructor for class org.springframework.orm.hibernate3.support.BlobSerializableType
Constructor used for testing: takes an explicit LobHandler and an explicit JTA TransactionManager (can be null).
BlobStringType - Class in org.springframework.orm.hibernate3.support
Hibernate UserType implementation for Strings that get mapped to BLOBs.
BlobStringType() - Constructor for class org.springframework.orm.hibernate3.support.BlobStringType
Constructor used by Hibernate: fetches config-time LobHandler and config-time JTA TransactionManager from LocalSessionFactoryBean.
BlobStringType(LobHandler, TransactionManager) - Constructor for class org.springframework.orm.hibernate3.support.BlobStringType
Constructor used for testing: takes an explicit LobHandler and an explicit JTA TransactionManager (can be null).
blockCommentEndDelimiter - Variable in class org.springframework.jdbc.datasource.init.ResourceDatabasePopulator
 
blockCommentStartDelimiter - Variable in class org.springframework.jdbc.datasource.init.ResourceDatabasePopulator
 
blockForAvailableThreads() - Method in class org.springframework.scheduling.quartz.LocalTaskExecutorThreadPool
 
blocking - Variable in class org.springframework.cache.ehcache.EhCacheFactoryBean
 
blockTag - Variable in class org.springframework.web.servlet.tags.form.TagWriter.TagStateEntry
 
blockUntilCompleted - Variable in class org.springframework.jca.work.WorkManagerTaskExecutor
 
blockUntilStarted - Variable in class org.springframework.jca.work.WorkManagerTaskExecutor
 
body - Variable in class org.springframework.http.client.BufferingClientHttpResponseWrapper
 
body - Variable in class org.springframework.http.client.HttpComponentsStreamingClientHttpRequest
 
body - Variable in class org.springframework.http.client.HttpComponentsStreamingClientHttpRequest.StreamingHttpEntity
 
body - Variable in class org.springframework.http.client.SimpleStreamingAsyncClientHttpRequest
 
body - Variable in class org.springframework.http.client.SimpleStreamingClientHttpRequest
 
body - Variable in class org.springframework.http.HttpEntity
 
body - Variable in class org.springframework.mock.http.MockHttpInputMessage
 
body - Variable in class org.springframework.mock.http.MockHttpOutputMessage
 
body(String) - Method in class org.springframework.test.web.client.response.DefaultResponseCreator
Set the body as a UTF-8 String.
body(byte[]) - Method in class org.springframework.test.web.client.response.DefaultResponseCreator
Set the body as a byte array.
body(Resource) - Method in class org.springframework.test.web.client.response.DefaultResponseCreator
Set the body as a Resource.
bodyAllowed - Static variable in enum org.springframework.messaging.simp.stomp.StompCommand
 
bodyContent - Variable in class org.springframework.web.servlet.tags.EscapeBodyTag
 
bodyContent - Variable in class org.springframework.web.servlet.tags.form.AbstractHtmlElementBodyTag
 
BOOLEAN - Static variable in class org.springframework.asm.Frame
The BOOLEAN type.
BOOLEAN - Static variable in class org.springframework.asm.Type
The sort of the boolean type.
BOOLEAN_PARSER - Static variable in class org.springframework.web.bind.ServletRequestUtils
 
BOOLEAN_PARSER - Static variable in class org.springframework.web.portlet.bind.PortletRequestUtils
 
BOOLEAN_TYPE - Static variable in class org.springframework.asm.Type
The boolean type.
BOOLEAN_TYPES - Static variable in class org.springframework.expression.spel.support.ReflectivePropertyAccessor
 
BooleanComparator - Class in org.springframework.util.comparator
A Comparator for Boolean objects that can sort either true or false first.
BooleanComparator(boolean) - Constructor for class org.springframework.util.comparator.BooleanComparator
Create a BooleanComparator that sorts boolean values based on the provided flag.
BooleanLiteral - Class in org.springframework.expression.spel.ast
Represents the literal values TRUE and FALSE.
BooleanLiteral(String, int, boolean) - Constructor for class org.springframework.expression.spel.ast.BooleanLiteral
 
BooleanParser() - Constructor for class org.springframework.web.bind.ServletRequestUtils.BooleanParser
 
BooleanParser() - Constructor for class org.springframework.web.portlet.bind.PortletRequestUtils.BooleanParser
 
BooleanTypedValue - Class in org.springframework.expression.spel.support
 
BooleanTypedValue(boolean) - Constructor for class org.springframework.expression.spel.support.BooleanTypedValue
 
booleanValue(Boolean) - Method in class org.springframework.test.web.client.match.XpathRequestMatchers
Apply the XPath and assert the boolean value found.
booleanValue(Boolean) - Method in class org.springframework.test.web.servlet.result.XpathResultMatchers
Evaluate the XPath and assert the Boolean value found.
bootstrapCacheLoader - Variable in class org.springframework.cache.ehcache.EhCacheFactoryBean
 
bootstrapContext - Variable in class org.springframework.jca.context.BootstrapContextAwareProcessor
 
bootstrapContext - Variable in class org.springframework.jca.context.ResourceAdapterApplicationContext
 
bootstrapContext - Variable in class org.springframework.jca.support.ResourceAdapterFactoryBean
 
BootstrapContextAware - Interface in org.springframework.jca.context
Interface to be implemented by any object that wishes to be notified of the BootstrapContext (typically determined by the ResourceAdapterApplicationContext) that it runs in.
BootstrapContextAwareProcessor - Class in org.springframework.jca.context
BeanPostProcessor implementation that passes the BootstrapContext to beans that implement the BootstrapContextAware interface.
BootstrapContextAwareProcessor(BootstrapContext) - Constructor for class org.springframework.jca.context.BootstrapContextAwareProcessor
Create a new BootstrapContextAwareProcessor for the given context.
BootstrapException - Exception in org.springframework.beans.factory.access
Exception thrown if a bean factory could not be loaded by a bootstrap class.
BootstrapException(String) - Constructor for exception org.springframework.beans.factory.access.BootstrapException
Create a new BootstrapException with the specified message.
BootstrapException(String, Throwable) - Constructor for exception org.springframework.beans.factory.access.BootstrapException
Create a new BootstrapException with the specified message and root cause.
bootstrapMethods - Variable in class org.springframework.asm.ClassWriter
The BootstrapMethods attribute.
bootstrapMethods - Variable in class org.springframework.asm.Context
The start index of each bootstrap method.
bootstrapMethodsCount - Variable in class org.springframework.asm.ClassWriter
The number of entries in the BootstrapMethods attribute.
bos - Variable in class org.springframework.web.filter.AbstractRequestLoggingFilter.RequestCachingRequestWrapper
 
BOUNDARY_CHARS - Static variable in class org.springframework.http.converter.FormHttpMessageConverter
 
boundObjects - Variable in class org.springframework.mock.jndi.SimpleNamingContext
 
boundObjects - Variable in class org.springframework.mock.jndi.SimpleNamingContextBuilder
 
bounds - Variable in class org.springframework.core.ResolvableType.WildcardBounds
 
Bracket(char, int) - Constructor for class org.springframework.expression.common.TemplateAwareExpressionParser.Bracket
 
bracket - Variable in class org.springframework.expression.common.TemplateAwareExpressionParser.Bracket
 
bridgedMethod - Variable in class org.springframework.messaging.handler.HandlerMethod
 
bridgedMethod - Variable in class org.springframework.web.method.HandlerMethod
 
BridgeMethodResolver - Class in org.springframework.core
Helper for resolving synthetic bridge Methods to the Method being bridged.
BridgeMethodResolver() - Constructor for class org.springframework.core.BridgeMethodResolver
 
BrokerAvailabilityEvent - Class in org.springframework.messaging.simp.broker
Event raised when a broker's availabilty changes
BrokerAvailabilityEvent(boolean, Object) - Constructor for class org.springframework.messaging.simp.broker.BrokerAvailabilityEvent
Creates a new BrokerAvailabilityEvent.
brokerAvailable - Variable in class org.springframework.messaging.simp.broker.AbstractBrokerMessageHandler
 
brokerAvailable - Variable in class org.springframework.messaging.simp.broker.BrokerAvailabilityEvent
 
brokerChannel - Variable in class org.springframework.messaging.simp.broker.SimpleBrokerMessageHandler
 
brokerChannel() - Method in class org.springframework.messaging.simp.config.AbstractMessageBrokerConfiguration
 
brokerChannel - Variable in class org.springframework.messaging.simp.stomp.StompBrokerRelayMessageHandler
 
brokerChannel - Variable in class org.springframework.messaging.simp.user.UserDestinationMessageHandler
 
brokerChannelExecutor() - Method in class org.springframework.messaging.simp.config.AbstractMessageBrokerConfiguration
 
brokerChannelRegistration - Variable in class org.springframework.messaging.simp.config.MessageBrokerRegistry
 
brokerMessageConverter() - Method in class org.springframework.messaging.simp.config.AbstractMessageBrokerConfiguration
 
brokerMessagingTemplate() - Method in class org.springframework.messaging.simp.config.AbstractMessageBrokerConfiguration
 
brokerMessagingTemplate - Variable in class org.springframework.messaging.simp.user.UserDestinationMessageHandler
 
brokerRegistry - Variable in class org.springframework.messaging.simp.config.AbstractMessageBrokerConfiguration
 
brokerRelayRegistration - Variable in class org.springframework.messaging.simp.config.MessageBrokerRegistry
 
brokerTemplate - Variable in class org.springframework.messaging.simp.annotation.support.SimpAnnotationMethodMessageHandler
 
browse(BrowserCallback<T>) - Method in interface org.springframework.jms.core.JmsOperations
Browse messages in the default JMS queue.
browse(Queue, BrowserCallback<T>) - Method in interface org.springframework.jms.core.JmsOperations
Browse messages in a JMS queue.
browse(BrowserCallback<T>) - Method in class org.springframework.jms.core.JmsTemplate
 
browse(Queue, BrowserCallback<T>) - Method in class org.springframework.jms.core.JmsTemplate
 
BrowserCallback<T> - Interface in org.springframework.jms.core
Callback for browsing the messages in a JMS queue.
browseSelected(String, BrowserCallback<T>) - Method in interface org.springframework.jms.core.JmsOperations
Browse selected messages in a JMS queue.
browseSelected(Queue, String, BrowserCallback<T>) - Method in interface org.springframework.jms.core.JmsOperations
Browse selected messages in a JMS queue.
browseSelected(String, BrowserCallback<T>) - Method in class org.springframework.jms.core.JmsTemplate
 
browseSelected(Queue, String, BrowserCallback<T>) - Method in class org.springframework.jms.core.JmsTemplate
 
BshExecutionException(EvalError) - Constructor for exception org.springframework.scripting.bsh.BshScriptUtils.BshExecutionException
 
BshObjectInvocationHandler(XThis) - Constructor for class org.springframework.scripting.bsh.BshScriptUtils.BshObjectInvocationHandler
 
BshScriptEvaluator - Class in org.springframework.scripting.bsh
BeanShell-based implementation of Spring's ScriptEvaluator strategy interface.
BshScriptEvaluator() - Constructor for class org.springframework.scripting.bsh.BshScriptEvaluator
Construct a new BshScriptEvaluator.
BshScriptEvaluator(ClassLoader) - Constructor for class org.springframework.scripting.bsh.BshScriptEvaluator
Construct a new BshScriptEvaluator.
BshScriptFactory - Class in org.springframework.scripting.bsh
ScriptFactory implementation for a BeanShell script.
BshScriptFactory(String) - Constructor for class org.springframework.scripting.bsh.BshScriptFactory
Create a new BshScriptFactory for the given script source.
BshScriptFactory(String, Class<?>...) - Constructor for class org.springframework.scripting.bsh.BshScriptFactory
Create a new BshScriptFactory for the given script source.
BshScriptUtils - Class in org.springframework.scripting.bsh
Utility methods for handling BeanShell-scripted objects.
BshScriptUtils() - Constructor for class org.springframework.scripting.bsh.BshScriptUtils
 
BshScriptUtils.BshExecutionException - Exception in org.springframework.scripting.bsh
Exception to be thrown on script execution failure.
BshScriptUtils.BshObjectInvocationHandler - Class in org.springframework.scripting.bsh
InvocationHandler that invokes a BeanShell script method.
BSM - Static variable in class org.springframework.asm.ClassWriter
The type of BootstrapMethods items.
buf - Variable in class org.springframework.asm.Type
A buffer containing the internal name of this Java type.
buffer - Variable in class org.springframework.asm.Context
The buffer used to read strings.
buffer - Variable in class org.springframework.core.style.ToStringCreator
 
buffer - Variable in class org.springframework.util.CommonsLogWriter
 
buffer - Variable in class org.springframework.web.socket.handler.ConcurrentWebSocketSessionDecorator
 
BUFFER_SIZE - Static variable in class org.springframework.util.FileCopyUtils
 
BUFFER_SIZE - Static variable in class org.springframework.util.StreamUtils
 
BufferedImageHttpMessageConverter - Class in org.springframework.http.converter
Implementation of HttpMessageConverter that can read and write BufferedImages.
BufferedImageHttpMessageConverter() - Constructor for class org.springframework.http.converter.BufferedImageHttpMessageConverter
 
bufferedOutput - Variable in class org.springframework.http.client.AbstractBufferingAsyncClientHttpRequest
 
bufferedOutput - Variable in class org.springframework.http.client.AbstractBufferingClientHttpRequest
 
BufferingClientHttpRequestFactory - Class in org.springframework.http.client
Wrapper for a ClientHttpRequestFactory that buffers all outgoing and incoming streams in memory.
BufferingClientHttpRequestFactory(ClientHttpRequestFactory) - Constructor for class org.springframework.http.client.BufferingClientHttpRequestFactory
 
BufferingClientHttpRequestWrapper - Class in org.springframework.http.client
Simple implementation of ClientHttpRequest that wraps another request.
BufferingClientHttpRequestWrapper(ClientHttpRequest) - Constructor for class org.springframework.http.client.BufferingClientHttpRequestWrapper
 
BufferingClientHttpResponseWrapper - Class in org.springframework.http.client
Simple implementation of ClientHttpResponse that reads the request's body into memory, thus allowing for multiple invocations of BufferingClientHttpResponseWrapper.getBody().
BufferingClientHttpResponseWrapper(ClientHttpResponse) - Constructor for class org.springframework.http.client.BufferingClientHttpResponseWrapper
 
BufferingStompDecoder - Class in org.springframework.messaging.simp.stomp
An extension of StompDecoder that buffers content remaining in the input ByteBuffer after the parent class has read all (complete) STOMP frames from it.
BufferingStompDecoder(int) - Constructor for class org.springframework.messaging.simp.stomp.BufferingStompDecoder
 
bufferRequestBody - Variable in class org.springframework.http.client.HttpComponentsClientHttpRequestFactory
 
bufferRequestBody - Variable in class org.springframework.http.client.SimpleClientHttpRequestFactory
 
bufferSize - Variable in class org.springframework.mock.web.MockHttpServletResponse
 
bufferSize - Variable in class org.springframework.mock.web.portlet.MockMimeResponse
 
bufferSize - Variable in class org.springframework.web.socket.handler.ConcurrentWebSocketSessionDecorator
 
bufferSizeLimit - Variable in class org.springframework.messaging.simp.stomp.BufferingStompDecoder
 
bufferSizeLimit - Variable in class org.springframework.web.socket.handler.ConcurrentWebSocketSessionDecorator
 
build() - Method in class org.springframework.jdbc.datasource.embedded.EmbeddedDatabaseBuilder
Build the embedded database.
build() - Method in class org.springframework.messaging.support.MessageBuilder
 
build() - Method in interface org.springframework.test.web.servlet.MockMvcBuilder
Build a MockMvc instance.
build() - Method in class org.springframework.test.web.servlet.setup.AbstractMockMvcBuilder
Build a MockMvc instance.
build() - Method in class org.springframework.web.util.UriComponentsBuilder
Builds a UriComponents instance from the various components contained in this builder.
build(boolean) - Method in class org.springframework.web.util.UriComponentsBuilder
Builds a UriComponents instance from the various components contained in this builder.
build() - Method in class org.springframework.web.util.UriComponentsBuilder.CompositePathComponentBuilder
 
build() - Method in class org.springframework.web.util.UriComponentsBuilder.FullPathComponentBuilder
 
build() - Method in interface org.springframework.web.util.UriComponentsBuilder.PathComponentBuilder
 
build() - Method in class org.springframework.web.util.UriComponentsBuilder.PathSegmentComponentBuilder
 
buildAdvice(Executor) - Method in class org.springframework.scheduling.annotation.AsyncAnnotationAdvisor
 
buildAdvisors(String, Object[]) - Method in class org.springframework.aop.framework.autoproxy.AbstractAutoProxyCreator
Determine the advisors for the given bean, including the specific interceptors as well as the common interceptor, all adapted to the Advisor interface.
buildAndExpand(Map<String, ?>) - Method in class org.springframework.web.util.UriComponentsBuilder
Builds a UriComponents instance and replaces URI template variables with the values from a map.
buildAndExpand(Object...) - Method in class org.springframework.web.util.UriComponentsBuilder
Builds a UriComponents instance and replaces URI template variables with the values from an array.
buildAspectJAdvisors() - Method in class org.springframework.aop.aspectj.annotation.BeanFactoryAspectJAdvisorsBuilder
Look for AspectJ-annotated aspect beans in the current bean factory, and return to a list of Spring AOP Advisors representing them.
buildAutowiringMetadata(Class<?>) - Method in class org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor
 
buildCollectionRegion(String, Properties, CacheDataDescription) - Method in class org.springframework.orm.hibernate3.LocalRegionFactoryProxy
 
buildContextHierarchyMap(Class<?>) - Static method in class org.springframework.test.context.ContextLoaderUtils
Build a context hierarchy map for the supplied test class and its superclasses, taking into account context hierarchies declared via @ContextHierarchy and @ContextConfiguration.
buildDefaultBeanName(BeanDefinition, BeanDefinitionRegistry) - Method in class org.springframework.context.annotation.AnnotationBeanNameGenerator
Derive a default bean name from the given bean definition.
buildDefaultBeanName(BeanDefinition) - Method in class org.springframework.context.annotation.AnnotationBeanNameGenerator
Derive a default bean name from the given bean definition.
buildDefaultPersistenceUnitInfo() - Method in class org.springframework.orm.jpa.persistenceunit.DefaultPersistenceUnitManager
Perform Spring-based scanning for entity classes.
buildDescription(BeanReference, BeanDefinition) - Method in class org.springframework.aop.config.AdvisorComponentDefinition
 
buildDescription(BeanReference, BeanReference) - Method in class org.springframework.aop.config.AdvisorComponentDefinition
 
buildDocument(ErrorHandler, InputStream) - Method in class org.springframework.orm.jpa.persistenceunit.PersistenceUnitReader
Validate the given stream and return a valid DOM document for parsing.
buildEntityRegion(String, Properties, CacheDataDescription) - Method in class org.springframework.orm.hibernate3.LocalRegionFactoryProxy
 
buildErrorMessage() - Method in class org.springframework.beans.PropertyMatches
Build an error message for the given invalid property name, indicating the possible property matches.
buildExcelDocument(Map<String, Object>, HSSFWorkbook, HttpServletRequest, HttpServletResponse) - Method in class org.springframework.web.servlet.view.document.AbstractExcelView
Subclasses must implement this method to create an Excel HSSFWorkbook document, given the model.
buildExcelDocument(Map<String, Object>, WritableWorkbook, HttpServletRequest, HttpServletResponse) - Method in class org.springframework.web.servlet.view.document.AbstractJExcelView
Deprecated.
Subclasses must implement this method to create an Excel Workbook document, given the model.
buildExceptionMessage(List<String>, String) - Method in class org.springframework.beans.factory.annotation.RequiredAnnotationBeanPostProcessor
Build an exception message for the given list of invalid properties.
buildExceptionMessage(JMSException) - Static method in class org.springframework.jms.support.JmsUtils
Build a descriptive exception message for the given JMSException, incorporating a linked exception's message if appropriate.
buildFeedEntries(Map<String, Object>, Feed, HttpServletRequest, HttpServletResponse) - Method in class org.springframework.web.servlet.view.feed.AbstractAtomFeedView
buildFeedEntries(Map<String, Object>, HttpServletRequest, HttpServletResponse) - Method in class org.springframework.web.servlet.view.feed.AbstractAtomFeedView
Subclasses must implement this method to build feed entries, given the model.
buildFeedEntries(Map<String, Object>, T, HttpServletRequest, HttpServletResponse) - Method in class org.springframework.web.servlet.view.feed.AbstractFeedView
Subclasses must implement this method to build feed entries, given the model.
buildFeedEntries(Map<String, Object>, Channel, HttpServletRequest, HttpServletResponse) - Method in class org.springframework.web.servlet.view.feed.AbstractRssFeedView
buildFeedItems(Map<String, Object>, HttpServletRequest, HttpServletResponse) - Method in class org.springframework.web.servlet.view.feed.AbstractRssFeedView
Subclasses must implement this method to build feed items, given the model.
buildFeedMetadata(Map<String, Object>, T, HttpServletRequest) - Method in class org.springframework.web.servlet.view.feed.AbstractFeedView
Populate the feed metadata (title, link, description, etc.).
buildFieldList(String, List<String>) - Method in class org.springframework.validation.DefaultMessageCodesResolver
Add both keyed and non-keyed entries for the supplied field to the supplied field list.
buildGenericTypeAwarePropertyDescriptor(Class<?>, PropertyDescriptor) - Method in class org.springframework.beans.CachedIntrospectionResults
 
buildHttpContext(Endpoint, String) - Method in class org.springframework.remoting.jaxws.SimpleHttpServerJaxWsServiceExporter
Build the HttpContext for the given endpoint.
buildIndexedPropertyName(String, int) - Method in class org.springframework.beans.TypeConverterDelegate
 
buildInternalBeanFactory(ConfigurableBeanFactory) - Method in class org.springframework.aop.framework.autoproxy.target.AbstractBeanFactoryBasedTargetSourceCreator
Build an internal BeanFactory for resolving target beans.
buildKeyedPropertyName(String, Object) - Method in class org.springframework.beans.TypeConverterDelegate
 
buildLazyResolutionProxy(DependencyDescriptor, String) - Method in class org.springframework.context.annotation.ContextAnnotationAutowireCandidateResolver
 
buildLifecycleMetadata(Class<?>) - Method in class org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor
 
buildListenerArguments(Object) - Method in class org.springframework.jms.listener.adapter.MessageListenerAdapter
Build an array of arguments to be passed into the target listener method.
buildLiveBeansView() - Method in class org.springframework.web.context.support.LiveBeansViewServlet
 
buildLocaleContext(PortletRequest) - Method in class org.springframework.web.portlet.FrameworkPortlet
Build a LocaleContext for the given request, exposing the request's primary locale as current locale.
buildLocaleContext(HttpServletRequest) - Method in class org.springframework.web.servlet.DispatcherServlet
Build a LocaleContext for the given request, exposing the request's primary locale as current locale.
buildLocaleContext(HttpServletRequest) - Method in class org.springframework.web.servlet.FrameworkServlet
Build a LocaleContext for the given request, exposing the request's primary locale as current locale.
buildLogMessage(Exception, PortletRequest) - Method in class org.springframework.web.portlet.handler.AbstractHandlerExceptionResolver
Build a log message for the given exception, occured during processing the given request.
buildLogMessage(Exception, HttpServletRequest) - Method in class org.springframework.web.servlet.handler.AbstractHandlerExceptionResolver
Build a log message for the given exception, occurred during processing the given request.
buildManagedTask(Runnable, String) - Static method in class org.springframework.scheduling.concurrent.ConcurrentTaskExecutor.ManagedTaskBuilder
 
buildManagedTask(Callable<T>, String) - Static method in class org.springframework.scheduling.concurrent.ConcurrentTaskExecutor.ManagedTaskBuilder
 
buildMergedContextConfiguration(Class<?>, String, CacheAwareContextLoaderDelegate) - Static method in class org.springframework.test.context.ContextLoaderUtils
Build the merged context configuration for the supplied testClass and defaultContextLoaderClassName, taking into account context hierarchies declared via @ContextHierarchy and @ContextConfiguration.
buildMergedContextConfiguration(Class<?>, List<ContextConfigurationAttributes>, String, MergedContextConfiguration, CacheAwareContextLoaderDelegate) - Static method in class org.springframework.test.context.ContextLoaderUtils
Build the merged context configuration for the supplied testClass, context configuration attributes, defaultContextLoaderClassName, and parent context configuration.
buildMessage(String, Throwable) - Static method in class org.springframework.core.NestedExceptionUtils
Build a message for the given base message and root cause.
buildMessage(String, EncodedResource) - Static method in exception org.springframework.jdbc.datasource.init.ScriptParseException
 
buildMessage(String, String, SQLException) - Method in class org.springframework.jdbc.support.AbstractFallbackSQLExceptionTranslator
Build a message String for the given SQLException.
buildMessage(Session, Object) - Method in class org.springframework.jms.listener.adapter.MessageListenerAdapter
Build a JMS message to be sent as response based on the given result object.
buildMessage(RaiseException) - Static method in exception org.springframework.scripting.jruby.JRubyScriptUtils.JRubyExecutionException
 
buildMessageInterpolator(MessageSource) - Static method in class org.springframework.validation.beanvalidation.LocalValidatorFactoryBean.HibernateValidatorDelegate
 
buildOrObtainSession() - Method in class org.springframework.orm.hibernate4.SpringJtaSessionContext
 
buildPathExposingHandler(Object, String, String, Map<String, String>) - Method in class org.springframework.web.servlet.handler.AbstractUrlHandlerMapping
Build a handler object for the given raw handler, exposing the actual handler, the HandlerMapping.PATH_WITHIN_HANDLER_MAPPING_ATTRIBUTE, as well as the HandlerMapping.URI_TEMPLATE_VARIABLES_ATTRIBUTE before executing the handler.
buildPathPrefix(Class<?>) - Method in class org.springframework.web.servlet.mvc.support.ControllerClassNameHandlerMapping
Build a path prefix for the given controller bean class.
buildPdfDocument(Map<String, Object>, Document, PdfWriter, HttpServletRequest, HttpServletResponse) - Method in class org.springframework.web.servlet.view.document.AbstractPdfView
Subclasses must implement this method to build an iText PDF document, given the model.
buildPdfMetadata(Map<String, Object>, Document, HttpServletRequest) - Method in class org.springframework.web.servlet.view.document.AbstractPdfView
Populate the iText Document's meta fields (author, title, etc.).
buildPointcut(Set<Class<? extends Annotation>>) - Method in class org.springframework.scheduling.annotation.AsyncAnnotationAdvisor
Calculate a pointcut for the given async annotation types, if any.
buildPointcutExpression() - Method in class org.springframework.aop.aspectj.AspectJExpressionPointcut
Build the underlying AspectJ pointcut expression.
buildPointcutExpression(ClassLoader) - Method in class org.springframework.aop.aspectj.AspectJExpressionPointcut
Build the underlying AspectJ pointcut expression.
buildQueryResultsRegion(String, Properties) - Method in class org.springframework.orm.hibernate3.LocalRegionFactoryProxy
 
buildRequest(ServletContext) - Method in class org.springframework.test.web.servlet.request.MockHttpServletRequestBuilder
buildRequest(ServletContext) - Method in interface org.springframework.test.web.servlet.RequestBuilder
Build the request.
buildRequestAttributes(HttpServletRequest, HttpServletResponse, RequestAttributes) - Method in class org.springframework.web.servlet.FrameworkServlet
Build ServletRequestAttributes for the given request (potentially also holding a reference to the response), taking pre-bound attributes (and their type) into consideration.
buildSafePointcut() - Method in class org.springframework.aop.aspectj.AbstractAspectJAdvice
Build a 'safe' pointcut that excludes the AspectJ advice method itself.
buildSessionFactory() - Method in class org.springframework.orm.hibernate3.AbstractSessionFactoryBean
Build the underlying Hibernate SessionFactory.
buildSessionFactory() - Method in class org.springframework.orm.hibernate3.LocalSessionFactoryBean
 
buildSessionFactory(LocalSessionFactoryBuilder) - Method in class org.springframework.orm.hibernate4.LocalSessionFactoryBean
Subclasses can override this method to perform custom initialization of the SessionFactory instance, creating it via the given Configuration object that got prepared by this LocalSessionFactoryBean.
buildSessionFactory() - Method in class org.springframework.orm.hibernate4.LocalSessionFactoryBuilder
Build the SessionFactory.
buildSessionModel(HttpServletRequest, HttpServletResponse) - Method in class org.springframework.web.servlet.view.freemarker.FreeMarkerView
Build a FreeMarker HttpSessionHashModel for the given request, detecting whether a session already exists and reacting accordingly.
buildSettings(Properties, ServiceRegistry) - Method in class org.springframework.orm.hibernate4.LocalSessionFactoryBuilder
 
buildSqlParameterList(ParsedSql, SqlParameterSource) - Static method in class org.springframework.jdbc.core.namedparam.NamedParameterUtils
Convert parameter declarations from an SqlParameterSource to a corresponding List of SqlParameters.
buildSqlTypeArray(ParsedSql, SqlParameterSource) - Static method in class org.springframework.jdbc.core.namedparam.NamedParameterUtils
Convert parameter types from an SqlParameterSource into a corresponding int array.
buildTemplateModel(Map<String, Object>, HttpServletRequest, HttpServletResponse) - Method in class org.springframework.web.servlet.view.freemarker.FreeMarkerView
Build a FreeMarker template model for the given model Map.
buildTimestampsRegion(String, Properties) - Method in class org.springframework.orm.hibernate3.LocalRegionFactoryProxy
 
buildTypedStringValue(String, String) - Method in class org.springframework.beans.factory.xml.BeanDefinitionParserDelegate
Build a typed String value Object for the given raw value.
buildTypedStringValueForMap(String, String, Element) - Method in class org.springframework.beans.factory.xml.BeanDefinitionParserDelegate
Build a typed String value Object for the given raw value.
buildTypeVariableMap(ResolvableType, Map<TypeVariable, Type>) - Static method in class org.springframework.core.GenericTypeResolver
 
buildUrlsForHandler(String, Class<?>) - Method in class org.springframework.web.servlet.mvc.support.AbstractControllerUrlHandlerMapping
Abstract template method to be implemented by subclasses.
buildUrlsForHandler(String, Class<?>) - Method in class org.springframework.web.servlet.mvc.support.ControllerBeanNameHandlerMapping
 
buildUrlsForHandler(String, Class<?>) - Method in class org.springframework.web.servlet.mvc.support.ControllerClassNameHandlerMapping
 
buildUserTransaction(TransactionManager) - Method in class org.springframework.transaction.jta.JtaTransactionManager
Build a UserTransaction handle based on the given TransactionManager.
buildValidatorFactory() - Static method in class org.springframework.validation.beanvalidation.MethodValidationInterceptor.HibernateValidatorDelegate
 
buildValueArray(ParsedSql, SqlParameterSource, List<SqlParameter>) - Static method in class org.springframework.jdbc.core.namedparam.NamedParameterUtils
Convert a Map of named parameter values to a corresponding array.
buildValueArray(String, Map<String, ?>) - Static method in class org.springframework.jdbc.core.namedparam.NamedParameterUtils
Convert a Map of named parameter values to a corresponding array.
buildView(String) - Method in class org.springframework.web.servlet.view.AbstractTemplateViewResolver
 
buildView(String) - Method in class org.springframework.web.servlet.view.InternalResourceViewResolver
 
buildView(String) - Method in class org.springframework.web.servlet.view.jasperreports.JasperReportsViewResolver
 
buildView(String) - Method in class org.springframework.web.servlet.view.tiles3.TilesViewResolver
 
buildView(String) - Method in class org.springframework.web.servlet.view.UrlBasedViewResolver
Creates a new View instance of the specified view class and configures it.
buildView(String) - Method in class org.springframework.web.servlet.view.velocity.VelocityLayoutViewResolver
 
buildView(String) - Method in class org.springframework.web.servlet.view.velocity.VelocityViewResolver
 
buildView(String) - Method in class org.springframework.web.servlet.view.xslt.XsltViewResolver
 
buildWebMergedContextConfiguration(Class<?>, String[], Class<?>[], Set<Class<? extends ApplicationContextInitializer<? extends ConfigurableApplicationContext>>>, String[], ContextLoader, CacheAwareContextLoaderDelegate, MergedContextConfiguration) - Static method in class org.springframework.test.context.ContextLoaderUtils
Attempt to build a WebMergedContextConfiguration from the supplied arguments, using reflection in order to avoid package cycles.
buildWiringInfo(Object, Configurable) - Method in class org.springframework.beans.factory.annotation.AnnotationBeanWiringInfoResolver
Build the BeanWiringInfo for the given Configurable annotation.
buildXStream() - Method in class org.springframework.oxm.xstream.XStreamMarshaller
Build the native XStream delegate to be used by this marshaller, delegating to XStreamMarshaller.constructXStream(), XStreamMarshaller.configureXStream(XStream) and XStreamMarshaller.customizeXStream(XStream).
bulkUpdate(String) - Method in interface org.springframework.orm.hibernate3.HibernateOperations
Update/delete all objects according to the given query.
bulkUpdate(String, Object) - Method in interface org.springframework.orm.hibernate3.HibernateOperations
Update/delete all objects according to the given query, binding one value to a "?" parameter in the query string.
bulkUpdate(String, Object...) - Method in interface org.springframework.orm.hibernate3.HibernateOperations
Update/delete all objects according to the given query, binding a number of values to "?" parameters in the query string.
bulkUpdate(String) - Method in class org.springframework.orm.hibernate3.HibernateTemplate
 
bulkUpdate(String, Object) - Method in class org.springframework.orm.hibernate3.HibernateTemplate
 
bulkUpdate(String, Object...) - Method in class org.springframework.orm.hibernate3.HibernateTemplate
 
bulkUpdate(String, Object...) - Method in interface org.springframework.orm.hibernate4.HibernateOperations
Update/delete all objects according to the given query, binding a number of values to "?" parameters in the query string.
bulkUpdate(String, Object...) - Method in class org.springframework.orm.hibernate4.HibernateTemplate
 
bundleCache - Variable in class org.springframework.web.servlet.view.ResourceBundleViewResolver
 
bundleClassLoader - Variable in class org.springframework.context.support.ResourceBundleMessageSource
 
bundleClassLoader - Variable in class org.springframework.web.servlet.view.ResourceBundleViewResolver
 
BurlapClientInterceptor - Class in org.springframework.remoting.caucho
Deprecated.
as of Spring 4.0, since Burlap hasn't evolved in years and is effectively retired (in contrast to its sibling Hessian)
BurlapClientInterceptor() - Constructor for class org.springframework.remoting.caucho.BurlapClientInterceptor
Deprecated.
 
BurlapExporter - Class in org.springframework.remoting.caucho
Deprecated.
as of Spring 4.0, since Burlap hasn't evolved in years and is effectively retired (in contrast to its sibling Hessian)
BurlapExporter() - Constructor for class org.springframework.remoting.caucho.BurlapExporter
Deprecated.
 
burlapProxy - Variable in class org.springframework.remoting.caucho.BurlapClientInterceptor
Deprecated.
 
BurlapProxyFactoryBean - Class in org.springframework.remoting.caucho
Deprecated.
as of Spring 4.0, since Burlap hasn't evolved in years and is effectively retired (in contrast to its sibling Hessian)
BurlapProxyFactoryBean() - Constructor for class org.springframework.remoting.caucho.BurlapProxyFactoryBean
Deprecated.
 
BurlapServiceExporter - Class in org.springframework.remoting.caucho
Deprecated.
as of Spring 4.0, since Burlap hasn't evolved in years and is effectively retired (in contrast to its sibling Hessian)
BurlapServiceExporter() - Constructor for class org.springframework.remoting.caucho.BurlapServiceExporter
Deprecated.
 
businessInterface - Variable in class org.springframework.ejb.access.LocalStatelessSessionProxyFactoryBean
The business interface of the EJB we're proxying
businessInterface - Variable in class org.springframework.ejb.access.SimpleRemoteStatelessSessionProxyFactoryBean
The business interface of the EJB we're proxying
ButtonTag - Class in org.springframework.web.servlet.tags.form
An HTML button tag.
ButtonTag() - Constructor for class org.springframework.web.servlet.tags.form.ButtonTag
 
bv - Variable in class org.springframework.asm.AnnotationWriter
The annotation values in bytecode form.
byPassReturnParameter(String) - Method in interface org.springframework.jdbc.core.metadata.CallMetaDataProvider
Should we bypass the return parameter with the specified name.
byPassReturnParameter(String) - Method in class org.springframework.jdbc.core.metadata.GenericCallMetaDataProvider
 
byPassReturnParameter(String) - Method in class org.springframework.jdbc.core.metadata.PostgresCallMetaDataProvider
 
byPassReturnParameter(String) - Method in class org.springframework.jdbc.core.metadata.SqlServerCallMetaDataProvider
 
byPassReturnParameter(String) - Method in class org.springframework.jdbc.core.metadata.SybaseCallMetaDataProvider
 
BYTE - Static variable in class org.springframework.asm.Frame
The BYTE type.
BYTE - Static variable in class org.springframework.asm.Type
The sort of the byte type.
BYTE_ARRAY_TYPE - Static variable in class org.springframework.core.convert.support.ByteBufferConverter
 
BYTE_BUFFER_TYPE - Static variable in class org.springframework.core.convert.support.ByteBufferConverter
 
BYTE_TYPE - Static variable in class org.springframework.asm.Type
The byte type.
byteArray - Variable in class org.springframework.core.io.ByteArrayResource
 
ByteArrayDataSource(String, byte[], int, int) - Constructor for class org.springframework.oxm.jaxb.Jaxb2Marshaller.ByteArrayDataSource
 
ByteArrayHttpMessageConverter - Class in org.springframework.http.converter
Implementation of HttpMessageConverter that can read and write byte arrays.
ByteArrayHttpMessageConverter() - Constructor for class org.springframework.http.converter.ByteArrayHttpMessageConverter
Creates a new instance of the ByteArrayHttpMessageConverter.
ByteArrayMessageConverter - Class in org.springframework.messaging.converter
A MessageConverter that supports MIME type "application/octet-stream" with the payload converted to and from a byte[].
ByteArrayMessageConverter() - Constructor for class org.springframework.messaging.converter.ByteArrayMessageConverter
 
ByteArrayMultipartFileEditor - Class in org.springframework.web.multipart.support
Custom PropertyEditor for converting MultipartFiles to byte arrays.
ByteArrayMultipartFileEditor() - Constructor for class org.springframework.web.multipart.support.ByteArrayMultipartFileEditor
 
ByteArrayPropertyEditor - Class in org.springframework.beans.propertyeditors
Editor for byte arrays.
ByteArrayPropertyEditor() - Constructor for class org.springframework.beans.propertyeditors.ByteArrayPropertyEditor
 
ByteArrayResource - Class in org.springframework.core.io
Resource implementation for a given byte array.
ByteArrayResource(byte[]) - Constructor for class org.springframework.core.io.ByteArrayResource
Create a new ByteArrayResource.
ByteArrayResource(byte[], String) - Constructor for class org.springframework.core.io.ByteArrayResource
Create a new ByteArrayResource.
ByteBufferConverter - Class in org.springframework.core.convert.support
Converts a ByteBuffer directly to and from byte[]s and indirectly to any type that the ConversionService support via byte[].
ByteBufferConverter(ConversionService) - Constructor for class org.springframework.core.convert.support.ByteBufferConverter
 
byteCount - Variable in class org.springframework.web.socket.sockjs.transport.session.StreamingSockJsSession
 
bytes - Variable in class org.springframework.jca.cci.core.support.CommAreaRecord
 
bytes(byte[]) - Method in class org.springframework.test.web.client.match.ContentRequestMatchers
Compare the body of the request to the given byte array.
bytes(byte[]) - Method in class org.springframework.test.web.servlet.result.ContentResultMatchers
Assert the response body content as a byte array.
bytes - Variable in class org.springframework.web.socket.TextMessage
 
bytesCache - Variable in class org.springframework.context.support.ContextTypeMatchClassLoader
Cache for byte array per class name
bytesToObject(byte[]) - Method in class org.springframework.jca.cci.object.MappingCommAreaOperation
Method used to convert the COMMAREA's bytes to an object.
ByteVector - Class in org.springframework.asm
A dynamically extensible vector of bytes.
ByteVector() - Constructor for class org.springframework.asm.ByteVector
Constructs a new ByteVector with a default initial size.
ByteVector(int) - Constructor for class org.springframework.asm.ByteVector
Constructs a new ByteVector with the given initial size.

C

C3P0NativeJdbcExtractor - Class in org.springframework.jdbc.support.nativejdbc
Implementation of the NativeJdbcExtractor interface for the C3P0 connection pool.
C3P0NativeJdbcExtractor() - Constructor for class org.springframework.jdbc.support.nativejdbc.C3P0NativeJdbcExtractor
 
Cache - Interface in org.springframework.cache
Interface that defines the common cache operations.
cache - Variable in class org.springframework.cache.concurrent.ConcurrentMapCacheFactoryBean
 
cache - Variable in class org.springframework.cache.ehcache.EhCacheCache
 
cache - Variable in class org.springframework.cache.ehcache.EhCacheFactoryBean
 
cache - Variable in class org.springframework.cache.guava.GuavaCache
 
cache - Variable in class org.springframework.cache.jcache.JCacheCache
 
cache - Static variable in class org.springframework.core.ResolvableType
 
cache - Static variable in class org.springframework.core.SerializableTypeWrapper
 
cache - Variable in class org.springframework.jdbc.support.lob.OracleLobHandler
Deprecated.
 
cache - Variable in class org.springframework.jms.support.destination.JndiDestinationResolver
 
cache - Variable in class org.springframework.jndi.JndiObjectFactoryBean
 
cache - Variable in class org.springframework.jndi.JndiObjectTargetSource
 
cache - Static variable in class org.springframework.web.socket.server.standard.SpringConfigurator
 
Cache.ValueWrapper - Interface in org.springframework.cache
A (wrapper) object representing a cache value.
CACHE_ADVISOR_BEAN_NAME - Static variable in class org.springframework.context.annotation.AnnotationConfigUtils
The bean name of the internally managed cache advisor.
CACHE_ASPECT_BEAN_NAME - Static variable in class org.springframework.context.annotation.AnnotationConfigUtils
The bean name of the internally managed cache aspect.
CACHE_ASPECT_CLASS_NAME - Static variable in class org.springframework.context.annotation.AnnotationConfigUtils
The class name of the AspectJ caching aspect.
CACHE_ASPECT_CONFIGURATION_CLASS_NAME - Static variable in class org.springframework.context.annotation.AnnotationConfigUtils
The name of the AspectJ caching aspect @Configuration class.
CACHE_ATTRIBUTE - Static variable in class org.springframework.jms.config.JmsListenerContainerParser
 
CACHE_AUTO - Static variable in class org.springframework.jms.listener.DefaultMessageListenerContainer
Constant that indicates automatic choice of an appropriate caching level (depending on the transaction management strategy).
CACHE_CONNECTION - Static variable in class org.springframework.jms.listener.DefaultMessageListenerContainer
Constant that indicates to cache a shared JMS Connection for each listener thread.
CACHE_CONSUMER - Static variable in class org.springframework.jms.listener.DefaultMessageListenerContainer
Constant that indicates to cache a shared JMS Connection, a JMS Session, and a JMS MessageConsumer for each listener thread.
CACHE_CONTROL - Static variable in class org.springframework.http.HttpHeaders
 
CACHE_EVICT_ELEMENT - Static variable in class org.springframework.cache.config.CacheAdviceParser
 
CACHE_MANAGER_ATTRIBUTE - Static variable in class org.springframework.cache.config.CacheNamespaceHandler
 
CACHE_NONE - Static variable in class org.springframework.jms.listener.DefaultMessageListenerContainer
Constant that indicates to cache no JMS resources at all.
CACHE_PUT_ELEMENT - Static variable in class org.springframework.cache.config.CacheAdviceParser
 
CACHE_SESSION - Static variable in class org.springframework.jms.listener.DefaultMessageListenerContainer
Constant that indicates to cache a shared JMS Connection and a JMS Session for each listener thread.
CACHE_TURNOFF_THRESHOLD - Static variable in class org.springframework.util.AntPathMatcher
 
cacheability - Variable in class org.springframework.mock.web.portlet.MockResourceRequest
 
cacheability - Variable in class org.springframework.mock.web.portlet.MockResourceURL
 
Cacheable - Annotation Type in org.springframework.cache.annotation
Annotation indicating that a method (or all the methods on a class) can be cached.
CACHEABLE_ELEMENT - Static variable in class org.springframework.cache.config.CacheAdviceParser
 
cacheableMappingLocations - Variable in class org.springframework.orm.hibernate3.LocalSessionFactoryBean
 
cacheableMappingLocations - Variable in class org.springframework.orm.hibernate4.LocalSessionFactoryBean
 
CacheableOperation - Class in org.springframework.cache.interceptor
Class describing a cache 'cacheable' operation.
CacheableOperation() - Constructor for class org.springframework.cache.interceptor.CacheableOperation
 
CacheAdviceParser - Class in org.springframework.cache.config
BeanDefinitionParser for the <tx:advice/> tag.
CacheAdviceParser() - Constructor for class org.springframework.cache.config.CacheAdviceParser
 
CacheAdviceParser.Props - Class in org.springframework.cache.config
Simple, reusable class used for overriding defaults.
cacheAdvisor() - Method in class org.springframework.cache.annotation.ProxyCachingConfiguration
 
CacheAnnotationParser - Interface in org.springframework.cache.annotation
Strategy interface for parsing known caching annotation types.
cacheAspect() - Method in class org.springframework.cache.aspectj.AspectJCachingConfiguration
 
CacheAspectSupport - Class in org.springframework.cache.interceptor
Base class for caching aspects, such as the CacheInterceptor or an AspectJ aspect.
CacheAspectSupport() - Constructor for class org.springframework.cache.interceptor.CacheAspectSupport
 
CacheAspectSupport.CacheOperationContext - Class in org.springframework.cache.interceptor
 
CacheAspectSupport.CacheOperationContexts - Class in org.springframework.cache.interceptor
 
CacheAspectSupport.CachePutRequest - Class in org.springframework.cache.interceptor
 
CacheAspectSupport.Invoker - Interface in org.springframework.cache.interceptor
 
CacheAwareContextLoaderDelegate - Class in org.springframework.test.context
CacheAwareContextLoaderDelegate loads application contexts from MergedContextConfiguration by delegating to the ContextLoader configured in the MergedContextConfiguration and interacting transparently with the ContextCache behind the scenes.
CacheAwareContextLoaderDelegate(ContextCache) - Constructor for class org.springframework.test.context.CacheAwareContextLoaderDelegate
 
cacheAwareContextLoaderDelegate - Variable in class org.springframework.test.context.DefaultTestContext
 
cacheAwareContextLoaderDelegate - Variable in class org.springframework.test.context.MergedContextConfiguration
 
cacheBeanMetadata - Variable in class org.springframework.beans.factory.support.AbstractBeanFactory
Whether to cache bean metadata or rather reobtain it for every access
cacheBuilder - Variable in class org.springframework.cache.guava.GuavaCacheManager
 
cacheConsumers - Variable in class org.springframework.jms.connection.CachingConnectionFactory
 
cacheControl - Variable in class org.springframework.mock.web.portlet.MockMimeResponse
 
cached - Variable in class org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor.AutowiredFieldElement
 
cached - Variable in class org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor.AutowiredMethodElement
 
CACHED_COMMON_TYPES - Static variable in class org.springframework.core.convert.TypeDescriptor
 
cachedAdvisorBeanNames - Variable in class org.springframework.aop.framework.autoproxy.BeanFactoryAdvisorRetrievalHelper
 
cachedBundleMessageFormats - Variable in class org.springframework.context.support.ResourceBundleMessageSource
Cache to hold already generated MessageFormats.
cachedConsumers - Variable in class org.springframework.jms.connection.CachingConnectionFactory.CachedSessionInvocationHandler
 
cachedExecutor - Variable in class org.springframework.expression.spel.ast.ConstructorReference
The cached executor that may be reused on subsequent evaluations.
cachedExecutor - Variable in class org.springframework.expression.spel.ast.MethodReference
 
cachedFactory - Variable in class org.springframework.web.servlet.view.XmlViewResolver
 
cachedFieldValue - Variable in class org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor.AutowiredFieldElement
 
cachedFilenames - Variable in class org.springframework.context.support.ReloadableResourceBundleMessageSource
Cache to hold filename lists per Locale
cachedHome - Variable in class org.springframework.ejb.access.AbstractSlsbInvokerInterceptor
The EJB's home object, potentially cached.
cachedIntrospectionResults - Variable in class org.springframework.beans.BeanWrapperImpl
Cached introspections results for this object, to prevent encountering the cost of JavaBeans introspection every time.
CachedIntrospectionResults - Class in org.springframework.beans
Internal class that caches JavaBeans PropertyDescriptor information for a Java class.
CachedIntrospectionResults(Class<?>) - Constructor for class org.springframework.beans.CachedIntrospectionResults
Create a new CachedIntrospectionResults instance for the given class.
cacheDir - Variable in class org.springframework.http.converter.BufferedImageHttpMessageConverter
 
cachedMappings - Variable in class org.springframework.web.servlet.mvc.annotation.DefaultAnnotationHandlerMapping
Deprecated.
 
cachedMergedProperties - Variable in class org.springframework.context.support.ReloadableResourceBundleMessageSource
Cache to hold merged loaded properties per locale
CachedMessageConsumer - Class in org.springframework.jms.connection
JMS MessageConsumer decorator that adapts all calls to a shared MessageConsumer instance underneath.
CachedMessageConsumer(MessageConsumer) - Constructor for class org.springframework.jms.connection.CachedMessageConsumer
 
cachedMessageFormats - Variable in class org.springframework.context.support.ReloadableResourceBundleMessageSource.PropertiesHolder
Cache to hold already generated MessageFormats per message code
cachedMessageFormats - Variable in class org.springframework.context.support.StaticMessageSource
 
CachedMessageProducer - Class in org.springframework.jms.connection
JMS MessageProducer decorator that adapts calls to a shared MessageProducer instance underneath, managing QoS settings locally within the decorator.
CachedMessageProducer(MessageProducer) - Constructor for class org.springframework.jms.connection.CachedMessageProducer
 
CachedMessageProducer.Jms2MessageProducerInvocationHandler - Class in org.springframework.jms.connection
Reflective InvocationHandler which adapts to JMS 2.0 API methods that we cannot statically compile against while preserving JMS 1.1 compatibility (due to the new javax.jms.CompletionListener type in the signatures).
cachedMethodArguments - Variable in class org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor.AutowiredMethodElement
 
CachedMethodExecutor(MethodExecutor, Class<?>, TypeDescriptor, List<TypeDescriptor>) - Constructor for class org.springframework.expression.spel.ast.MethodReference.CachedMethodExecutor
 
cachedObject - Variable in class org.springframework.jndi.JndiObjectTargetSource
 
cachedParsers - Variable in class org.springframework.format.support.FormattingConversionService
 
cachedPrinters - Variable in class org.springframework.format.support.FormattingConversionService
 
cachedProducers - Variable in class org.springframework.jms.connection.CachingConnectionFactory.CachedSessionInvocationHandler
 
cachedProperties - Variable in class org.springframework.context.support.ReloadableResourceBundleMessageSource
Cache to hold already loaded properties per filename
cachedReadAccessor - Variable in class org.springframework.expression.spel.ast.Indexer
 
cachedReadAccessor - Variable in class org.springframework.expression.spel.ast.PropertyOrFieldReference
 
cachedReadName - Variable in class org.springframework.expression.spel.ast.Indexer
 
cachedReadTargetType - Variable in class org.springframework.expression.spel.ast.Indexer
 
cachedResourceBundles - Variable in class org.springframework.context.support.ResourceBundleMessageSource
Cache to hold loaded ResourceBundles.
cachedResult - Variable in class org.springframework.scripting.groovy.GroovyScriptFactory
 
CachedResultHolder(Object) - Constructor for class org.springframework.scripting.groovy.GroovyScriptFactory.CachedResultHolder
 
cachedRowSetFactory - Static variable in class org.springframework.jdbc.core.SqlRowSetResultSetExtractor
 
CachedSessionInvocationHandler(Session, LinkedList<Session>) - Constructor for class org.springframework.jms.connection.CachingConnectionFactory.CachedSessionInvocationHandler
 
cachedSessions - Variable in class org.springframework.jms.connection.CachingConnectionFactory
 
cachedSql - Variable in class org.springframework.jdbc.object.SqlOperation
Parsed representation of the SQL statement
cachedStub - Variable in class org.springframework.remoting.rmi.JndiRmiClientInterceptor
 
cachedStub - Variable in class org.springframework.remoting.rmi.RmiClientInterceptor
 
cachedTemplates - Variable in class org.springframework.web.servlet.view.xslt.XsltView
 
cachedWriteAccessor - Variable in class org.springframework.expression.spel.ast.Indexer
 
cachedWriteAccessor - Variable in class org.springframework.expression.spel.ast.PropertyOrFieldReference
 
cachedWriteName - Variable in class org.springframework.expression.spel.ast.Indexer
 
cachedWriteTargetType - Variable in class org.springframework.expression.spel.ast.Indexer
 
cacheEntryFactory - Variable in class org.springframework.cache.ehcache.EhCacheFactoryBean
 
cacheEventListeners - Variable in class org.springframework.cache.ehcache.EhCacheFactoryBean
 
CacheEvict - Annotation Type in org.springframework.cache.annotation
Annotation indicating that a method (or all methods on a class) trigger(s) a cache invalidate operation.
CacheEvictOperation - Class in org.springframework.cache.interceptor
Class describing a cache 'evict' operation.
CacheEvictOperation() - Constructor for class org.springframework.cache.interceptor.CacheEvictOperation
 
CacheExpressionRootObject - Class in org.springframework.cache.interceptor
Class describing the root object used during the expression evaluation.
CacheExpressionRootObject(Collection<? extends Cache>, Method, Object[], Object, Class<?>) - Constructor for class org.springframework.cache.interceptor.CacheExpressionRootObject
 
cacheForSeconds(MimeResponse, int) - Method in class org.springframework.web.portlet.handler.PortletContentGenerator
Set portlet response to allow caching for the given number of seconds.
cacheForSeconds(HttpServletResponse, int) - Method in class org.springframework.web.servlet.support.WebContentGenerator
Set HTTP headers to allow caching for the given number of seconds.
cacheForSeconds(HttpServletResponse, int, boolean) - Method in class org.springframework.web.servlet.support.WebContentGenerator
Set HTTP headers to allow caching for the given number of seconds.
cacheHome - Variable in class org.springframework.ejb.access.AbstractSlsbInvokerInterceptor
 
cacheInterceptor() - Method in class org.springframework.cache.annotation.ProxyCachingConfiguration
 
CacheInterceptor - Class in org.springframework.cache.interceptor
AOP Alliance MethodInterceptor for declarative cache management using the common Spring caching infrastructure (Cache).
CacheInterceptor() - Constructor for class org.springframework.cache.interceptor.CacheInterceptor
 
CacheInterceptor.ThrowableWrapper - Exception in org.springframework.cache.interceptor
 
CacheKey(Class<?>, String, boolean) - Constructor for class org.springframework.expression.spel.support.ReflectivePropertyAccessor.CacheKey
 
cacheLevel - Variable in class org.springframework.jms.listener.DefaultMessageListenerContainer
 
cacheLimit - Variable in class org.springframework.core.type.classreading.CachingMetadataReaderFactory
 
cacheLimit - Variable in class org.springframework.jdbc.core.namedparam.NamedParameterJdbcTemplate
 
cacheLimit - Variable in class org.springframework.web.servlet.view.AbstractCachingViewResolver
The maximum number of entries in the cache
cacheLoader - Variable in class org.springframework.cache.guava.GuavaCacheManager
 
cacheManager - Variable in class org.springframework.cache.annotation.AbstractCachingConfiguration
 
cacheManager() - Method in interface org.springframework.cache.annotation.CachingConfigurer
Return the cache manager bean to use for annotation-driven cache management.
CacheManager - Interface in org.springframework.cache
Spring's central cache manager SPI.
cacheManager - Variable in class org.springframework.cache.ehcache.EhCacheCacheManager
 
cacheManager - Variable in class org.springframework.cache.ehcache.EhCacheFactoryBean
 
cacheManager - Variable in class org.springframework.cache.ehcache.EhCacheManagerFactoryBean
 
cacheManager - Variable in class org.springframework.cache.interceptor.CacheAspectSupport
 
cacheManager - Variable in class org.springframework.cache.jcache.JCacheCacheManager
 
cacheManager - Variable in class org.springframework.cache.jcache.JCacheManagerFactoryBean
 
cacheManagerBeans - Variable in class org.springframework.cache.annotation.AbstractCachingConfiguration
 
cacheManagerName - Variable in class org.springframework.cache.ehcache.EhCacheManagerFactoryBean
 
cacheManagerProperties - Variable in class org.springframework.cache.jcache.JCacheManagerFactoryBean
 
cacheManagers - Variable in class org.springframework.cache.support.CompositeCacheManager
 
cacheManagerUri - Variable in class org.springframework.cache.jcache.JCacheManagerFactoryBean
 
cacheMap - Variable in class org.springframework.cache.concurrent.ConcurrentMapCacheManager
 
cacheMap - Variable in class org.springframework.cache.guava.GuavaCacheManager
 
cacheMap - Variable in class org.springframework.cache.support.AbstractCacheManager
 
cacheMappings - Variable in class org.springframework.web.servlet.mvc.WebContentInterceptor
 
cacheMillis - Variable in class org.springframework.context.support.ReloadableResourceBundleMessageSource
 
cacheMillis - Variable in class org.springframework.context.support.ResourceBundleMessageSource
 
cacheNames - Variable in class org.springframework.cache.interceptor.CacheOperation
 
cacheNames - Variable in class org.springframework.cache.support.AbstractCacheManager
 
cacheNames - Variable in class org.springframework.cache.support.NoOpCacheManager
 
CacheNamespaceHandler - Class in org.springframework.cache.config
NamespaceHandler allowing for the configuration of declarative cache management using either XML or using annotations.
CacheNamespaceHandler() - Constructor for class org.springframework.cache.config.CacheNamespaceHandler
 
CacheOperation - Class in org.springframework.cache.interceptor
Base class for cache operations.
CacheOperation() - Constructor for class org.springframework.cache.interceptor.CacheOperation
 
CacheOperationContext(CacheOperation, Method, Object[], Object, Class<?>) - Constructor for class org.springframework.cache.interceptor.CacheAspectSupport.CacheOperationContext
 
CacheOperationContexts(Collection<? extends CacheOperation>, Method, Object[], Object, Class<?>) - Constructor for class org.springframework.cache.interceptor.CacheAspectSupport.CacheOperationContexts
 
cacheOperationSource() - Method in class org.springframework.cache.annotation.ProxyCachingConfiguration
 
cacheOperationSource - Variable in class org.springframework.cache.interceptor.BeanFactoryCacheOperationSourceAdvisor
 
cacheOperationSource - Variable in class org.springframework.cache.interceptor.CacheAspectSupport
 
CacheOperationSource - Interface in org.springframework.cache.interceptor
Interface used by CacheInterceptor.
CacheOperationSourcePointcut - Class in org.springframework.cache.interceptor
A Pointcut that matches if the underlying CacheOperationSource has an attribute for a given method.
CacheOperationSourcePointcut() - Constructor for class org.springframework.cache.interceptor.CacheOperationSourcePointcut
 
cacheOperationSources - Variable in class org.springframework.cache.interceptor.CompositeCacheOperationSource
 
cachePatterns - Variable in class org.springframework.util.AntPathMatcher
 
cachePeriod - Variable in class org.springframework.web.servlet.config.annotation.ResourceHandlerRegistration
 
cacheProducers - Variable in class org.springframework.jms.connection.CachingConnectionFactory
 
CacheProxyFactoryBean - Class in org.springframework.cache.interceptor
Proxy factory bean for simplified declarative caching handling.
CacheProxyFactoryBean() - Constructor for class org.springframework.cache.interceptor.CacheProxyFactoryBean
 
CachePut - Annotation Type in org.springframework.cache.annotation
Annotation indicating that a method (or all methods on a class) trigger(s) a Cache.put(Object, Object) operation.
CachePutOperation - Class in org.springframework.cache.interceptor
Class describing a cache 'put' operation.
CachePutOperation() - Constructor for class org.springframework.cache.interceptor.CachePutOperation
 
CachePutRequest(CacheAspectSupport.CacheOperationContext, Object) - Constructor for class org.springframework.cache.interceptor.CacheAspectSupport.CachePutRequest
 
cacheQueries - Variable in class org.springframework.orm.hibernate3.HibernateTemplate
 
cacheQueries - Variable in class org.springframework.orm.hibernate4.HibernateTemplate
 
cacheRegionFactory - Variable in class org.springframework.orm.hibernate3.LocalSessionFactoryBean
 
cacheRegionFactory - Variable in class org.springframework.orm.hibernate4.LocalSessionFactoryBean
 
cacheRegionFactory - Variable in class org.springframework.orm.hibernate4.LocalSessionFactoryBuilder
 
caches - Variable in class org.springframework.cache.config.CacheAdviceParser.Props
 
caches - Variable in class org.springframework.cache.interceptor.CacheAspectSupport.CacheOperationContext
 
caches - Variable in class org.springframework.cache.interceptor.CacheExpressionRootObject
 
caches - Variable in class org.springframework.cache.support.NoOpCacheManager
 
caches - Variable in class org.springframework.cache.support.SimpleCacheManager
 
cacheSeconds - Variable in class org.springframework.web.portlet.handler.PortletContentGenerator
 
cacheSeconds - Variable in class org.springframework.web.servlet.support.WebContentGenerator
 
cacheSecondsForSessionAttributeHandlers - Variable in class org.springframework.web.portlet.mvc.annotation.AnnotationMethodHandlerAdapter
 
cacheSecondsForSessionAttributeHandlers - Variable in class org.springframework.web.servlet.mvc.annotation.AnnotationMethodHandlerAdapter
Deprecated.
 
cacheSecondsForSessionAttributeHandlers - Variable in class org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter
 
cacheSessionBean - Variable in class org.springframework.ejb.access.SimpleRemoteSlsbInvokerInterceptor
 
cacheSize - Variable in class org.springframework.jdbc.support.incrementer.AbstractColumnMaxValueIncrementer
The number of keys buffered in a cache
cacheStub - Variable in class org.springframework.remoting.rmi.JndiRmiClientInterceptor
 
cacheStub - Variable in class org.springframework.remoting.rmi.RmiClientInterceptor
 
cacheTemplate - Variable in class org.springframework.web.servlet.view.velocity.VelocityView
 
cacheTemplates - Variable in class org.springframework.web.servlet.view.xslt.XsltView
 
cacheTemplates - Variable in class org.springframework.web.servlet.view.xslt.XsltViewResolver
 
cacheUnresolved - Variable in class org.springframework.web.servlet.view.AbstractCachingViewResolver
Whether we should refrain from resolving views again if unresolved once
cacheUserTransaction - Variable in class org.springframework.transaction.jta.JtaTransactionManager
 
cacheWide - Variable in class org.springframework.cache.interceptor.CacheEvictOperation
 
Caching - Annotation Type in org.springframework.cache.annotation
Group annotation for multiple cache annotations (of different or the same type).
CachingConfigurationSelector - Class in org.springframework.cache.annotation
Selects which implementation of AbstractCachingConfiguration should be used based on the value of EnableCaching.mode() on the importing @Configuration class.
CachingConfigurationSelector() - Constructor for class org.springframework.cache.annotation.CachingConfigurationSelector
 
CachingConfigurer - Interface in org.springframework.cache.annotation
Interface to be implemented by @Configuration classes annotated with @EnableCaching that wish or need to specify explicitly the CacheManager and KeyGenerator beans to be used for annotation-driven cache management.
cachingConfigurers - Variable in class org.springframework.cache.annotation.AbstractCachingConfiguration
 
CachingConnectionFactory - Class in org.springframework.jms.connection
SingleConnectionFactory subclass that adds javax.jms.Session caching as well javax.jms.MessageProducer caching.
CachingConnectionFactory() - Constructor for class org.springframework.jms.connection.CachingConnectionFactory
Create a new CachingConnectionFactory for bean-style usage.
CachingConnectionFactory(ConnectionFactory) - Constructor for class org.springframework.jms.connection.CachingConnectionFactory
Create a new CachingConnectionFactory for the given target ConnectionFactory.
CachingConnectionFactory.CachedSessionInvocationHandler - Class in org.springframework.jms.connection
Invocation handler for a cached JMS Session proxy.
CachingConnectionFactory.ConsumerCacheKey - Class in org.springframework.jms.connection
Simple wrapper class around a Destination and other consumer attributes.
CachingConnectionFactory.DestinationCacheKey - Class in org.springframework.jms.connection
Simple wrapper class around a Destination reference.
CachingDestinationResolver - Interface in org.springframework.jms.support.destination
Extension of the DestinationResolver interface, exposing methods for clearing the cache.
cachingInterceptor - Variable in class org.springframework.cache.interceptor.CacheProxyFactoryBean
 
CachingMetadataReaderFactory - Class in org.springframework.core.type.classreading
Caching implementation of the MetadataReaderFactory interface, caching MetadataReader per Spring Resource handle (i.e.
CachingMetadataReaderFactory() - Constructor for class org.springframework.core.type.classreading.CachingMetadataReaderFactory
Create a new CachingMetadataReaderFactory for the default class loader.
CachingMetadataReaderFactory(ResourceLoader) - Constructor for class org.springframework.core.type.classreading.CachingMetadataReaderFactory
Create a new CachingMetadataReaderFactory for the given resource loader.
CachingMetadataReaderFactory(ClassLoader) - Constructor for class org.springframework.core.type.classreading.CachingMetadataReaderFactory
Create a new CachingMetadataReaderFactory for the given class loader.
calculateAllFilenames(String, Locale) - Method in class org.springframework.context.support.ReloadableResourceBundleMessageSource
Calculate all filenames for the given bundle basename and Locale.
calculateArgumentBindings() - Method in class org.springframework.aop.aspectj.AbstractAspectJAdvice
Do as much work as we can as part of the set-up so that argument binding on subsequent advice invocations can be as fast as possible.
calculateEndpointAddress(Endpoint, String) - Method in class org.springframework.remoting.jaxws.SimpleJaxWsServiceExporter
Calculate the full endpoint address for the given endpoint.
calculateEndpointPath(Endpoint, String) - Method in class org.springframework.remoting.jaxws.SimpleHttpServerJaxWsServiceExporter
Calculate the full endpoint path for the given endpoint.
calculateFilenamesForLocale(String, Locale) - Method in class org.springframework.context.support.ReloadableResourceBundleMessageSource
Calculate the filenames for the given bundle basename and Locale, appending language code, country code, and variant code.
calculateMatches(PropertyDescriptor[], int) - Method in class org.springframework.beans.PropertyMatches
Generate possible property alternatives for the given property and class.
calculateShift(int, int) - Static method in class org.springframework.util.ConcurrentReferenceHashMap
Calculate a shift value that can be used to create a power-of-two value between the specified maximum and minimum values.
calculateStringDistance(String, String) - Method in class org.springframework.beans.PropertyMatches
Calculate the distance between the given two Strings according to the Levenshtein algorithm.
calendarName - Variable in class org.springframework.scheduling.quartz.CronTriggerFactoryBean
 
calendars - Variable in class org.springframework.scheduling.quartz.SchedulerAccessor
 
CalendarToDateConverter() - Constructor for class org.springframework.format.datetime.DateFormatterRegistrar.CalendarToDateConverter
 
CalendarToInstantConverter() - Constructor for class org.springframework.format.datetime.standard.DateTimeConverters.CalendarToInstantConverter
 
CalendarToLocalDateConverter() - Constructor for class org.springframework.format.datetime.standard.DateTimeConverters.CalendarToLocalDateConverter
 
CalendarToLocalDateTimeConverter() - Constructor for class org.springframework.format.datetime.standard.DateTimeConverters.CalendarToLocalDateTimeConverter
 
CalendarToLocalTimeConverter() - Constructor for class org.springframework.format.datetime.standard.DateTimeConverters.CalendarToLocalTimeConverter
 
CalendarToLongConverter() - Constructor for class org.springframework.format.datetime.DateFormatterRegistrar.CalendarToLongConverter
 
CalendarToOffsetDateTimeConverter() - Constructor for class org.springframework.format.datetime.standard.DateTimeConverters.CalendarToOffsetDateTimeConverter
 
CalendarToReadableInstantConverter() - Constructor for class org.springframework.format.datetime.joda.JodaTimeConverters.CalendarToReadableInstantConverter
 
calendarToZonedDateTime(Calendar) - Static method in class org.springframework.format.datetime.standard.DateTimeConverters
 
CalendarToZonedDateTimeConverter() - Constructor for class org.springframework.format.datetime.standard.DateTimeConverters.CalendarToZonedDateTimeConverter
 
call(CallableStatementCreator, List<SqlParameter>) - Method in interface org.springframework.jdbc.core.JdbcOperations
Execute a SQL call using a CallableStatementCreator to provide SQL and any required parameters.
call(CallableStatementCreator, List<SqlParameter>) - Method in class org.springframework.jdbc.core.JdbcTemplate
 
call() - Method in class org.springframework.messaging.simp.stomp.StompBrokerRelayMessageHandler.VoidCallable
 
call() - Method in class org.springframework.scheduling.concurrent.ThreadPoolTaskScheduler.DelegatingErrorHandlingCallable
 
callable - Variable in class org.springframework.web.context.request.async.WebAsyncTask
 
CallableHandlerMethod(Callable<?>) - Constructor for class org.springframework.web.servlet.mvc.method.annotation.ServletInvocableHandlerMethod.CallableHandlerMethod
 
CallableInterceptorChain - Class in org.springframework.web.context.request.async
Assists with the invocation of CallableProcessingInterceptor's.
CallableInterceptorChain(List<CallableProcessingInterceptor>) - Constructor for class org.springframework.web.context.request.async.CallableInterceptorChain
 
callableInterceptors - Variable in class org.springframework.web.context.request.async.WebAsyncManager
 
callableInterceptors - Variable in class org.springframework.web.servlet.config.annotation.AsyncSupportConfigurer
 
callableInterceptors - Variable in class org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter
 
CallableMethodReturnValueHandler - Class in org.springframework.web.servlet.mvc.method.annotation
Handles return values of type Callable.
CallableMethodReturnValueHandler() - Constructor for class org.springframework.web.servlet.mvc.method.annotation.CallableMethodReturnValueHandler
 
CallableProcessingInterceptor - Interface in org.springframework.web.context.request.async
Intercepts concurrent request handling, where the concurrent result is obtained by executing a Callable on behalf of the application with an AsyncTaskExecutor.
CallableProcessingInterceptorAdapter - Class in org.springframework.web.context.request.async
Abstract adapter class for the CallableProcessingInterceptor interface, for simplified implementation of individual methods.
CallableProcessingInterceptorAdapter() - Constructor for class org.springframework.web.context.request.async.CallableProcessingInterceptorAdapter
 
CallableStatementCallback<T> - Interface in org.springframework.jdbc.core
Generic callback interface for code that operates on a CallableStatement.
CallableStatementCreator - Interface in org.springframework.jdbc.core
One of the three central callback interfaces used by the JdbcTemplate class.
CallableStatementCreatorFactory - Class in org.springframework.jdbc.core
Helper class that efficiently creates multiple CallableStatementCreator objects with different parameters based on a SQL statement and a single set of parameter declarations.
CallableStatementCreatorFactory(String) - Constructor for class org.springframework.jdbc.core.CallableStatementCreatorFactory
Create a new factory.
CallableStatementCreatorFactory(String, List<SqlParameter>) - Constructor for class org.springframework.jdbc.core.CallableStatementCreatorFactory
Create a new factory with the given SQL and the given parameters.
CallableStatementCreatorFactory.CallableStatementCreatorImpl - Class in org.springframework.jdbc.core
CallableStatementCreator implementation returned by this class.
CallableStatementCreatorImpl(ParameterMapper) - Constructor for class org.springframework.jdbc.core.CallableStatementCreatorFactory.CallableStatementCreatorImpl
Create a new CallableStatementCreatorImpl.
CallableStatementCreatorImpl(Map<String, ?>) - Constructor for class org.springframework.jdbc.core.CallableStatementCreatorFactory.CallableStatementCreatorImpl
Create a new CallableStatementCreatorImpl.
callableStatementFactory - Variable in class org.springframework.jdbc.core.simple.AbstractJdbcCall
Object enabling us to create CallableStatementCreators efficiently, based on this class's declared parameters.
callableStatementFactory - Variable in class org.springframework.jdbc.object.SqlCall
Object enabling us to create CallableStatementCreators efficiently, based on this class's declared parameters.
callableStatementType - Variable in class org.springframework.jdbc.support.nativejdbc.Jdbc4NativeJdbcExtractor
 
callback - Variable in class org.springframework.http.client.HttpComponentsAsyncClientHttpRequest.ClientHttpResponseFuture
 
callback - Variable in class org.springframework.transaction.jta.WebSphereUowTransactionManager.UOWActionAdapter
 
CALLBACK_FILTER - Static variable in class org.springframework.context.annotation.ConfigurationClassEnhancer
 
CALLBACK_TYPES - Static variable in class org.springframework.beans.factory.support.CglibSubclassingInstantiationStrategy.CglibSubclassCreator
 
CallbackPreferringPlatformTransactionManager - Interface in org.springframework.transaction.support
Extension of the PlatformTransactionManager interface, exposing a method for executing a given callback within a transaction.
CALLBACKS - Static variable in class org.springframework.context.annotation.ConfigurationClassEnhancer
 
callbacks - Variable in class org.springframework.context.annotation.ConfigurationClassEnhancer.ConditionalCallbackFilter
 
callbacks - Variable in class org.springframework.http.client.HttpComponentsAsyncClientHttpRequest.HttpResponseFutureCallback
 
callbacks - Variable in class org.springframework.util.concurrent.ListenableFutureCallbackRegistry
 
callbacks - Variable in class org.springframework.util.concurrent.ListenableFutureTask
 
callbackTypes - Variable in class org.springframework.context.annotation.ConfigurationClassEnhancer.ConditionalCallbackFilter
 
CallMetaDataContext - Class in org.springframework.jdbc.core.metadata
Class to manage context metadata used for the configuration and execution of the call.
CallMetaDataContext() - Constructor for class org.springframework.jdbc.core.metadata.CallMetaDataContext
 
callMetaDataContext - Variable in class org.springframework.jdbc.core.simple.AbstractJdbcCall
context used to retrieve and manage database metadata
CallMetaDataProvider - Interface in org.springframework.jdbc.core.metadata
Interface specifying the API to be implemented by a class providing call metadata.
CallMetaDataProviderFactory - Class in org.springframework.jdbc.core.metadata
Factory used to create a CallMetaDataProvider implementation based on the type of databse being used.
CallMetaDataProviderFactory() - Constructor for class org.springframework.jdbc.core.metadata.CallMetaDataProviderFactory
 
callNextHandlerInChain(FacesContext, String, String, NavigationHandler) - Method in class org.springframework.web.jsf.DecoratingNavigationHandler
Method to be called by subclasses when intending to delegate to the next handler in the NavigationHandler chain.
CallParameterMetaData - Class in org.springframework.jdbc.core.metadata
Holder of metadata for a specific parameter that is used for call processing.
CallParameterMetaData(String, int, int, String, boolean) - Constructor for class org.springframework.jdbc.core.metadata.CallParameterMetaData
Constructor taking all the properties
callParameterMetaData - Variable in class org.springframework.jdbc.core.metadata.GenericCallMetaDataProvider
 
callParameters - Variable in class org.springframework.jdbc.core.metadata.CallMetaDataContext
List of SqlParameter objects to be used in call execution
callString - Variable in class org.springframework.jdbc.core.CallableStatementCreatorFactory
The SQL call string, which won't change when the parameters change.
callString - Variable in class org.springframework.jdbc.core.JdbcTemplate.SimpleCallableStatementCreator
 
callString - Variable in class org.springframework.jdbc.core.simple.AbstractJdbcCall
the generated string used for call statement
callString - Variable in class org.springframework.jdbc.object.SqlCall
Call string as defined in java.sql.CallableStatement.
CALOAD - Static variable in interface org.springframework.asm.Opcodes
 
canApply(Pointcut, Class<?>) - Static method in class org.springframework.aop.support.AopUtils
Can the given pointcut apply at all on the given class?
canApply(Pointcut, Class<?>, boolean) - Static method in class org.springframework.aop.support.AopUtils
Can the given pointcut apply at all on the given class?
canApply(Advisor, Class<?>) - Static method in class org.springframework.aop.support.AopUtils
Can the given advisor apply at all on the given class? This is an important test as it can be used to optimize out a advisor for a class.
canApply(Advisor, Class<?>, boolean) - Static method in class org.springframework.aop.support.AopUtils
Can the given advisor apply at all on the given class?
canBypassConvert(TypeDescriptor, TypeDescriptor) - Method in class org.springframework.core.convert.support.GenericConversionService
Returns true if conversion between the sourceType and targetType can be bypassed.
cancel(boolean) - Method in class org.springframework.messaging.tcp.reactor.AbstractPromiseToListenableFutureAdapter
 
cancel(boolean) - Method in class org.springframework.scheduling.annotation.AsyncResult
 
cancel(boolean) - Method in class org.springframework.scheduling.commonj.TimerManagerTaskScheduler.TimerScheduledFuture
 
cancel(boolean) - Method in class org.springframework.scheduling.concurrent.ReschedulingRunnable
 
cancel(boolean) - Method in class org.springframework.util.concurrent.FutureAdapter
 
cancelHeartbeat() - Method in class org.springframework.web.socket.sockjs.transport.session.AbstractSockJsSession
 
cancelled() - Method in class org.springframework.http.client.HttpComponentsAsyncClientHttpRequest.HttpResponseFutureCallback
 
cancelled - Variable in class org.springframework.scheduling.commonj.TimerManagerTaskScheduler.TimerScheduledFuture
 
cancelRefresh(BeansException) - Method in class org.springframework.context.support.AbstractApplicationContext
Cancel this context's refresh attempt, resetting the active flag after an exception got thrown.
cancelRefresh(BeansException) - Method in class org.springframework.context.support.AbstractRefreshableApplicationContext
 
cancelRefresh(BeansException) - Method in class org.springframework.context.support.GenericApplicationContext
 
canCompare(Object, Object) - Method in class org.springframework.expression.spel.support.StandardTypeComparator
 
canCompare(Object, Object) - Method in interface org.springframework.expression.TypeComparator
Return true if the comparator can compare these two objects.
canConvert(Class<?>, Class<?>) - Method in interface org.springframework.core.convert.ConversionService
Return true if objects of sourceType can be converted to the targetType.
canConvert(TypeDescriptor, TypeDescriptor) - Method in interface org.springframework.core.convert.ConversionService
Return true if objects of sourceType can be converted to the targetType.
canConvert(Class<?>, Class<?>) - Method in class org.springframework.core.convert.support.GenericConversionService
 
canConvert(TypeDescriptor, TypeDescriptor) - Method in class org.springframework.core.convert.support.GenericConversionService
 
canConvert(TypeDescriptor, TypeDescriptor) - Method in class org.springframework.expression.spel.support.StandardTypeConverter
 
canConvert(TypeDescriptor, TypeDescriptor) - Method in interface org.springframework.expression.TypeConverter
Return true if the type converter can convert the specified type to the desired target type.
canConvert(Class) - Method in class org.springframework.oxm.xstream.CatchAllConverter
 
canConvertElements(TypeDescriptor, TypeDescriptor, ConversionService) - Static method in class org.springframework.core.convert.support.ConversionUtils
 
canConvertFrom(Message<?>, Class<?>) - Method in class org.springframework.messaging.converter.AbstractMessageConverter
 
canConvertFrom(Message<?>, Class<?>) - Method in class org.springframework.messaging.converter.MappingJackson2MessageConverter
 
canConvertKey(TypeDescriptor, TypeDescriptor) - Method in class org.springframework.core.convert.support.MapToMapConverter
 
canConvertTo(Object, MessageHeaders) - Method in class org.springframework.messaging.converter.AbstractMessageConverter
 
canConvertTo(Object, MessageHeaders) - Method in class org.springframework.messaging.converter.MappingJackson2MessageConverter
 
canConvertToString - Variable in class org.springframework.core.convert.support.ConvertingPropertyEditorAdapter
 
canConvertValue(TypeDescriptor, TypeDescriptor) - Method in class org.springframework.core.convert.support.MapToMapConverter
 
canCreateCopy(Class<?>) - Method in class org.springframework.beans.TypeConverterDelegate
 
candidateConstructorsCache - Variable in class org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor
 
canHandle(String, Locale) - Method in class org.springframework.web.servlet.view.UrlBasedViewResolver
Indicates whether or not this ViewResolver can handle the supplied view name.
cannotAcquireLockCodes - Variable in class org.springframework.jdbc.support.SQLErrorCodes
 
CannotAcquireLockException - Exception in org.springframework.dao
Exception thrown on failure to aquire a lock during an update, for example during a "select for update" statement.
CannotAcquireLockException(String) - Constructor for exception org.springframework.dao.CannotAcquireLockException
Constructor for CannotAcquireLockException.
CannotAcquireLockException(String, Throwable) - Constructor for exception org.springframework.dao.CannotAcquireLockException
Constructor for CannotAcquireLockException.
CannotCreateRecordException - Exception in org.springframework.jca.cci
Exception thrown when the creating of a CCI Record failed for connector-internal reasons.
CannotCreateRecordException(String, ResourceException) - Constructor for exception org.springframework.jca.cci.CannotCreateRecordException
Constructor for CannotCreateRecordException.
CannotCreateTransactionException - Exception in org.springframework.transaction
Exception thrown when a transaction can't be created using an underlying transaction API such as JTA.
CannotCreateTransactionException(String) - Constructor for exception org.springframework.transaction.CannotCreateTransactionException
Constructor for CannotCreateTransactionException.
CannotCreateTransactionException(String, Throwable) - Constructor for exception org.springframework.transaction.CannotCreateTransactionException
Constructor for CannotCreateTransactionException.
CannotGetCciConnectionException - Exception in org.springframework.jca.cci
Fatal exception thrown when we can't connect to an EIS using CCI.
CannotGetCciConnectionException(String, ResourceException) - Constructor for exception org.springframework.jca.cci.CannotGetCciConnectionException
Constructor for CannotGetCciConnectionException.
CannotGetJdbcConnectionException - Exception in org.springframework.jdbc
Fatal exception thrown when we can't connect to an RDBMS using JDBC.
CannotGetJdbcConnectionException(String, SQLException) - Constructor for exception org.springframework.jdbc.CannotGetJdbcConnectionException
Constructor for CannotGetJdbcConnectionException.
CannotLoadBeanClassException - Exception in org.springframework.beans.factory
Exception thrown when the BeanFactory cannot load the specified class of a given bean.
CannotLoadBeanClassException(String, String, String, ClassNotFoundException) - Constructor for exception org.springframework.beans.factory.CannotLoadBeanClassException
Create a new CannotLoadBeanClassException.
CannotLoadBeanClassException(String, String, String, LinkageError) - Constructor for exception org.springframework.beans.factory.CannotLoadBeanClassException
Create a new CannotLoadBeanClassException.
CannotReadScriptException - Exception in org.springframework.jdbc.datasource.init
Thrown by ScriptUtils if an SQL script cannot be read.
CannotReadScriptException(EncodedResource, Throwable) - Constructor for exception org.springframework.jdbc.datasource.init.CannotReadScriptException
Construct a new CannotReadScriptException.
cannotSerializeTransactionCodes - Variable in class org.springframework.jdbc.support.SQLErrorCodes
 
CannotSerializeTransactionException - Exception in org.springframework.dao
Exception thrown on failure to complete a transaction in serialized mode due to update conflicts.
CannotSerializeTransactionException(String) - Constructor for exception org.springframework.dao.CannotSerializeTransactionException
Constructor for CannotSerializeTransactionException.
CannotSerializeTransactionException(String, Throwable) - Constructor for exception org.springframework.dao.CannotSerializeTransactionException
Constructor for CannotSerializeTransactionException.
canonicalFieldName(String) - Method in class org.springframework.validation.AbstractErrors
Determine the canonical field name for the given field.
canonicalFieldName(String) - Method in class org.springframework.validation.AbstractPropertyBindingResult
Returns the canonical property name.
canonicalName - Variable in class org.springframework.beans.BeanWrapperImpl.PropertyTokenHolder
 
canonicalName(String) - Method in class org.springframework.core.SimpleAliasRegistry
Determine the raw name, resolving aliases to canonical names.
canonicalPropertyName(String) - Static method in class org.springframework.beans.PropertyAccessorUtils
Determine the canonical name for the given property path.
canonicalPropertyNames(String[]) - Static method in class org.springframework.beans.PropertyAccessorUtils
Determine the canonical names for the given property paths.
canPutToCache(Object) - Method in class org.springframework.cache.interceptor.CacheAspectSupport.CacheOperationContext
 
canRead(EvaluationContext, Object, String) - Method in class org.springframework.context.expression.BeanExpressionContextAccessor
 
canRead(EvaluationContext, Object, String) - Method in class org.springframework.context.expression.BeanFactoryAccessor
 
canRead(EvaluationContext, Object, String) - Method in class org.springframework.context.expression.EnvironmentAccessor
Can read any Environment, thus always returns true.
canRead(EvaluationContext, Object, String) - Method in class org.springframework.context.expression.MapAccessor
 
canRead(EvaluationContext, Object, String) - Method in interface org.springframework.expression.PropertyAccessor
Called to determine if a resolver instance is able to access a specified property on a specified target object.
canRead(EvaluationContext, Object, String) - Method in class org.springframework.expression.spel.support.ReflectivePropertyAccessor
 
canRead(EvaluationContext, Object, String) - Method in class org.springframework.expression.spel.support.ReflectivePropertyAccessor.OptimalPropertyAccessor
 
canRead(Class<?>, MediaType) - Method in class org.springframework.http.converter.AbstractHttpMessageConverter
This implementation checks if the given class is supported, and if the supported media types include the given media type.
canRead(MediaType) - Method in class org.springframework.http.converter.AbstractHttpMessageConverter
Returns true if any of the supported media types include the given media type.
canRead(Class<?>, MediaType) - Method in class org.springframework.http.converter.BufferedImageHttpMessageConverter
 
canRead(Class<?>, MediaType) - Method in class org.springframework.http.converter.FormHttpMessageConverter
 
canRead(Type, Class<?>, MediaType) - Method in interface org.springframework.http.converter.GenericHttpMessageConverter
Indicates whether the given type can be read by this converter.
canRead(Class<?>, MediaType) - Method in interface org.springframework.http.converter.HttpMessageConverter
Indicates whether the given class can be read by this converter.
canRead(Class<?>, MediaType) - Method in class org.springframework.http.converter.json.MappingJackson2HttpMessageConverter
 
canRead(Type, Class<?>, MediaType) - Method in class org.springframework.http.converter.json.MappingJackson2HttpMessageConverter
 
canRead(Class<?>, MediaType) - Method in class org.springframework.http.converter.json.MappingJacksonHttpMessageConverter
Deprecated.
 
canRead(Type, Class<?>, MediaType) - Method in class org.springframework.http.converter.json.MappingJacksonHttpMessageConverter
Deprecated.
 
canRead(Class<?>, MediaType) - Method in class org.springframework.http.converter.ObjectToStringHttpMessageConverter
 
canRead(Class<?>, MediaType) - Method in class org.springframework.http.converter.xml.Jaxb2CollectionHttpMessageConverter
Always returns false since Jaxb2CollectionHttpMessageConverter required generic type information in order to read a Collection.
canRead(Type, Class<?>, MediaType) - Method in class org.springframework.http.converter.xml.Jaxb2CollectionHttpMessageConverter
Indicates whether the given type can be read by this converter.
canRead(Class<?>, MediaType) - Method in class org.springframework.http.converter.xml.Jaxb2RootElementHttpMessageConverter
 
canRead(Class<?>, MediaType) - Method in class org.springframework.http.converter.xml.MarshallingHttpMessageConverter
 
canRead(EvaluationContext, Object, String) - Method in class org.springframework.web.servlet.tags.EvalTag.JspPropertyAccessor
 
canRegisterSynchronization() - Method in class org.springframework.orm.hibernate4.ConfigurableJtaPlatform
 
canWrite(EvaluationContext, Object, String) - Method in class org.springframework.context.expression.BeanExpressionContextAccessor
 
canWrite(EvaluationContext, Object, String) - Method in class org.springframework.context.expression.BeanFactoryAccessor
 
canWrite(EvaluationContext, Object, String) - Method in class org.springframework.context.expression.EnvironmentAccessor
Read-only: returns false.
canWrite(EvaluationContext, Object, String) - Method in class org.springframework.context.expression.MapAccessor
 
canWrite(EvaluationContext, Object, String) - Method in interface org.springframework.expression.PropertyAccessor
Called to determine if a resolver instance is able to write to a specified property on a specified target object.
canWrite(EvaluationContext, Object, String) - Method in class org.springframework.expression.spel.support.ReflectivePropertyAccessor
 
canWrite(EvaluationContext, Object, String) - Method in class org.springframework.expression.spel.support.ReflectivePropertyAccessor.OptimalPropertyAccessor
 
canWrite(Class<?>, MediaType) - Method in class org.springframework.http.converter.AbstractHttpMessageConverter
This implementation checks if the given class is supported, and if the supported media types include the given media type.
canWrite(MediaType) - Method in class org.springframework.http.converter.AbstractHttpMessageConverter
Returns true if the given media type includes any of the supported media types.
canWrite(Class<?>, MediaType) - Method in class org.springframework.http.converter.BufferedImageHttpMessageConverter
 
canWrite(Class<?>, MediaType) - Method in class org.springframework.http.converter.FormHttpMessageConverter
 
canWrite(Class<?>, MediaType) - Method in interface org.springframework.http.converter.HttpMessageConverter
Indicates whether the given class can be written by this converter.
canWrite(Class<?>, MediaType) - Method in class org.springframework.http.converter.json.MappingJackson2HttpMessageConverter
 
canWrite(Class<?>, MediaType) - Method in class org.springframework.http.converter.json.MappingJacksonHttpMessageConverter
Deprecated.
 
canWrite(Class<?>, MediaType) - Method in class org.springframework.http.converter.ObjectToStringHttpMessageConverter
 
canWrite(Class<?>, MediaType) - Method in class org.springframework.http.converter.xml.Jaxb2CollectionHttpMessageConverter
Always returns false since Jaxb2CollectionHttpMessageConverter does not convert collections to XML.
canWrite(Class<?>, MediaType) - Method in class org.springframework.http.converter.xml.Jaxb2RootElementHttpMessageConverter
 
canWrite(Class<?>, MediaType) - Method in class org.springframework.http.converter.xml.MarshallingHttpMessageConverter
 
canWrite(EvaluationContext, Object, String) - Method in class org.springframework.web.servlet.tags.EvalTag.JspPropertyAccessor
 
capacity() - Method in class org.springframework.util.ResizableByteArrayOutputStream
Return the current size of this stream's internal buffer.
capitalize(String) - Static method in class org.springframework.util.StringUtils
Capitalize a String, changing the first letter to upper case as per Character.toUpperCase(char).
caseInsensitiveKeys - Variable in class org.springframework.util.LinkedCaseInsensitiveMap
 
caseInsensitiveValueOf(E[], String) - Static method in class org.springframework.util.ObjectUtils
Case insensitive alternative to Enum.valueOf(Class, String).
caseSensitive - Variable in class org.springframework.web.servlet.mvc.support.ControllerClassNameHandlerMapping
 
CAST - Static variable in class org.springframework.asm.TypeReference
The sort of type references that target the type declared in an explicit or implicit cast instruction.
CASTORE - Static variable in interface org.springframework.asm.Opcodes
 
CastorMappingException - Exception in org.springframework.oxm.castor
Exception thrown by CastorMarshaller whenever it encounters a mapping problem.
CastorMappingException(String, Throwable) - Constructor for exception org.springframework.oxm.castor.CastorMappingException
Construct a CastorMappingException with the specified detail message and nested exception.
CastorMarshaller - Class in org.springframework.oxm.castor
Implementation of the Marshaller interface for Castor.
CastorMarshaller() - Constructor for class org.springframework.oxm.castor.CastorMarshaller
 
CastorMarshallerBeanDefinitionParser - Class in org.springframework.oxm.config
Parser for the &lt;oxm:castor-marshaller/&gt; element.
CastorMarshallerBeanDefinitionParser() - Constructor for class org.springframework.oxm.config.CastorMarshallerBeanDefinitionParser
 
castorProperties - Variable in class org.springframework.oxm.castor.CastorMarshaller
 
catalogName - Variable in class org.springframework.jdbc.core.metadata.CallMetaDataContext
name of catalog for call
catalogName - Variable in class org.springframework.jdbc.core.metadata.GenericTableMetaDataProvider.TableMetaData
 
catalogName - Variable in class org.springframework.jdbc.core.metadata.TableMetaDataContext
name of catalog for call
catalogNameToUse(String) - Method in interface org.springframework.jdbc.core.metadata.CallMetaDataProvider
Provide any modification of the catalog name passed in to match the meta data currently used.
catalogNameToUse(String) - Method in class org.springframework.jdbc.core.metadata.GenericCallMetaDataProvider
 
catalogNameToUse(String) - Method in class org.springframework.jdbc.core.metadata.GenericTableMetaDataProvider
 
catalogNameToUse(String) - Method in interface org.springframework.jdbc.core.metadata.TableMetaDataProvider
Get the catalog name formatted based on metadata information.
CatchAllConverter - Class in org.springframework.oxm.xstream
XStream Converter that supports all classes but throws exceptions for (un)marshalling.
CatchAllConverter() - Constructor for class org.springframework.oxm.xstream.CatchAllConverter
 
category - Variable in class org.springframework.jmx.export.metadata.ManagedMetric
 
cattrs - Variable in class org.springframework.asm.MethodWriter
The non standard attributes of the method's code.
cc - Variable in class org.springframework.mail.SimpleMailMessage
 
CciDaoSupport - Class in org.springframework.jca.cci.core.support
Convenient super class for CCI-based data access objects.
CciDaoSupport() - Constructor for class org.springframework.jca.cci.core.support.CciDaoSupport
 
CciLocalTransactionManager - Class in org.springframework.jca.cci.connection
PlatformTransactionManager implementation that manages local transactions for a single CCI ConnectionFactory.
CciLocalTransactionManager() - Constructor for class org.springframework.jca.cci.connection.CciLocalTransactionManager
Create a new CciLocalTransactionManager instance.
CciLocalTransactionManager(ConnectionFactory) - Constructor for class org.springframework.jca.cci.connection.CciLocalTransactionManager
Create a new CciLocalTransactionManager instance.
CciLocalTransactionManager.CciLocalTransactionObject - Class in org.springframework.jca.cci.connection
CCI local transaction object, representing a ConnectionHolder.
CciLocalTransactionObject() - Constructor for class org.springframework.jca.cci.connection.CciLocalTransactionManager.CciLocalTransactionObject
 
CciOperationNotSupportedException - Exception in org.springframework.jca.cci
Exception thrown when the connector doesn't support a specific CCI operation.
CciOperationNotSupportedException(String, ResourceException) - Constructor for exception org.springframework.jca.cci.CciOperationNotSupportedException
Constructor for CciOperationNotSupportedException.
CciOperations - Interface in org.springframework.jca.cci.core
Interface that specifies a basic set of CCI operations on an EIS.
CciTemplate - Class in org.springframework.jca.cci.core
This is the central class in the CCI core package. It simplifies the use of CCI and helps to avoid common errors.
CciTemplate() - Constructor for class org.springframework.jca.cci.core.CciTemplate
Construct a new CciTemplate for bean usage.
CciTemplate(ConnectionFactory) - Constructor for class org.springframework.jca.cci.core.CciTemplate
Construct a new CciTemplate, given a ConnectionFactory to obtain Connections from.
CciTemplate(ConnectionFactory, ConnectionSpec) - Constructor for class org.springframework.jca.cci.core.CciTemplate
Construct a new CciTemplate, given a ConnectionFactory to obtain Connections from.
cciTemplate - Variable in class org.springframework.jca.cci.core.support.CciDaoSupport
 
cciTemplate - Variable in class org.springframework.jca.cci.object.EisOperation
 
CciTemplate.SimpleRecordExtractor - Class in org.springframework.jca.cci.core
 
cDataInternal(String) - Method in class org.springframework.util.xml.AbstractStaxHandler
 
cDataInternal(String) - Method in class org.springframework.util.xml.StaxEventHandler
 
cDataInternal(String) - Method in class org.springframework.util.xml.StaxStreamHandler
 
cf1 - Variable in class org.springframework.aop.support.MethodMatchers.ClassFilterAwareUnionMethodMatcher
 
cf2 - Variable in class org.springframework.aop.support.MethodMatchers.ClassFilterAwareUnionMethodMatcher
 
CGLIB_CLASS_SEPARATOR - Static variable in class org.springframework.util.ClassUtils
The CGLIB class separator character "$$"
CGLIB_RENAMED_METHOD_PATTERN - Static variable in class org.springframework.util.ReflectionUtils
Pattern for detecting CGLIB-renamed methods.
CglibAopProxy - Class in org.springframework.aop.framework
CGLIB-based AopProxy implementation for the Spring AOP framework.
CglibAopProxy(AdvisedSupport) - Constructor for class org.springframework.aop.framework.CglibAopProxy
Create a new CglibAopProxy for the given AOP configuration.
CglibAopProxy.AdvisedDispatcher - Class in org.springframework.aop.framework
Dispatcher for any methods declared on the Advised class.
CglibAopProxy.CglibMethodInvocation - Class in org.springframework.aop.framework
Implementation of AOP Alliance MethodInvocation used by this AOP proxy.
CglibAopProxy.DynamicAdvisedInterceptor - Class in org.springframework.aop.framework
General purpose AOP callback.
CglibAopProxy.DynamicUnadvisedExposedInterceptor - Class in org.springframework.aop.framework
Interceptor for unadvised dynamic targets when the proxy needs exposing.
CglibAopProxy.DynamicUnadvisedInterceptor - Class in org.springframework.aop.framework
Interceptor used to invoke a dynamic target without creating a method invocation or evaluating an advice chain.
CglibAopProxy.EqualsInterceptor - Class in org.springframework.aop.framework
Dispatcher for the equals method.
CglibAopProxy.FixedChainStaticTargetInterceptor - Class in org.springframework.aop.framework
Interceptor used specifically for advised methods on a frozen, static proxy.
CglibAopProxy.HashCodeInterceptor - Class in org.springframework.aop.framework
Dispatcher for the hashCode method.
CglibAopProxy.ProxyCallbackFilter - Class in org.springframework.aop.framework
CallbackFilter to assign Callbacks to methods.
CglibAopProxy.SerializableNoOp - Class in org.springframework.aop.framework
Serializable replacement for CGLIB's NoOp interface.
CglibAopProxy.StaticDispatcher - Class in org.springframework.aop.framework
Dispatcher for a static target.
CglibAopProxy.StaticUnadvisedExposedInterceptor - Class in org.springframework.aop.framework
Method interceptor used for static targets with no advice chain, when the proxy is to be exposed.
CglibAopProxy.StaticUnadvisedInterceptor - Class in org.springframework.aop.framework
Method interceptor used for static targets with no advice chain.
CglibIdentitySupport(RootBeanDefinition) - Constructor for class org.springframework.beans.factory.support.CglibSubclassingInstantiationStrategy.CglibIdentitySupport
 
CglibMethodInvocation(Object, Object, Method, Object[], Class<?>, List<Object>, MethodProxy) - Constructor for class org.springframework.aop.framework.CglibAopProxy.CglibMethodInvocation
 
CglibSubclassCreator(RootBeanDefinition, BeanFactory) - Constructor for class org.springframework.beans.factory.support.CglibSubclassingInstantiationStrategy.CglibSubclassCreator
 
CglibSubclassingInstantiationStrategy - Class in org.springframework.beans.factory.support
Default object instantiation strategy for use in BeanFactories.
CglibSubclassingInstantiationStrategy() - Constructor for class org.springframework.beans.factory.support.CglibSubclassingInstantiationStrategy
 
CglibSubclassingInstantiationStrategy.CglibIdentitySupport - Class in org.springframework.beans.factory.support
Class providing hashCode and equals methods required by CGLIB to ensure that CGLIB doesn't generate a distinct class per bean.
CglibSubclassingInstantiationStrategy.CglibSubclassCreator - Class in org.springframework.beans.factory.support
An inner class created for historical reasons to avoid external CGLIB dependency in Spring versions earlier than 3.2.
CglibSubclassingInstantiationStrategy.LookupOverrideMethodInterceptor - Class in org.springframework.beans.factory.support
CGLIB MethodInterceptor to override methods, replacing them with an implementation that returns a bean looked up in the container.
CglibSubclassingInstantiationStrategy.MethodOverrideCallbackFilter - Class in org.springframework.beans.factory.support
CGLIB callback for filtering method interception behavior.
CglibSubclassingInstantiationStrategy.ReplaceOverrideMethodInterceptor - Class in org.springframework.beans.factory.support
CGLIB MethodInterceptor to override methods, replacing them with a call to a generic MethodReplacer.
ChainedExceptionListener - Class in org.springframework.jms.connection
Implementation of the JMS ExceptionListener interface that supports chaining, allowing the addition of multiple ExceptionListener instances in order.
ChainedExceptionListener() - Constructor for class org.springframework.jms.connection.ChainedExceptionListener
 
ChainedPersistenceExceptionTranslator - Class in org.springframework.dao.support
Implementation of PersistenceExceptionTranslator that supports chaining, allowing the addition of PersistenceExceptionTranslator instances in order.
ChainedPersistenceExceptionTranslator() - Constructor for class org.springframework.dao.support.ChainedPersistenceExceptionTranslator
 
changeFirstCharacterCase(String, boolean) - Static method in class org.springframework.util.StringUtils
 
changeLocale(Locale) - Method in class org.springframework.web.servlet.support.RequestContext
Change the current locale to the specified one, storing the new locale through the configured LocaleResolver.
changeLocale(Locale, TimeZone) - Method in class org.springframework.web.servlet.support.RequestContext
Change the current locale to the specified locale and time zone context, storing the new locale context through the configured LocaleResolver.
changeSessionId() - Method in class org.springframework.mock.web.MockHttpServletRequest
The implementation of this (Servlet 3.1+) method calls MockHttpSession.changeSessionId() if the session is a mock session.
changeSessionId() - Method in class org.springframework.mock.web.MockHttpSession
As of Servlet 3.1 the id of a session can be changed.
changesSince(PropertyValues) - Method in class org.springframework.beans.MutablePropertyValues
 
changesSince(PropertyValues) - Method in interface org.springframework.beans.PropertyValues
Return the changes since the previous PropertyValues.
changeTheme(Theme) - Method in class org.springframework.web.servlet.support.RequestContext
Change the current theme to the specified one, storing the new theme name through the configured ThemeResolver.
changeTheme(String) - Method in class org.springframework.web.servlet.support.RequestContext
Change the current theme to the specified theme by name, storing the new theme name through the configured ThemeResolver.
ChannelInterceptor - Interface in org.springframework.messaging.support
Interface for interceptors that are able to view and/or modify the Messages being sent-to and/or received-from a MessageChannel.
ChannelInterceptorAdapter - Class in org.springframework.messaging.support
A ChannelInterceptor base class with empty method implementations as a convenience.
ChannelInterceptorAdapter() - Constructor for class org.springframework.messaging.support.ChannelInterceptorAdapter
 
ChannelInterceptorChain - Class in org.springframework.messaging.support
A convenience wrapper class for invoking a list of ChannelInterceptors.
ChannelInterceptorChain() - Constructor for class org.springframework.messaging.support.ChannelInterceptorChain
 
ChannelRegistration - Class in org.springframework.messaging.simp.config
A registration class for customizing the configuration for a MessageChannel.
ChannelRegistration() - Constructor for class org.springframework.messaging.simp.config.ChannelRegistration
 
CHAR - Static variable in class org.springframework.asm.Frame
The CHAR type.
CHAR - Static variable in class org.springframework.asm.Type
The sort of the char type.
CHAR_NULL - Static variable in class org.springframework.web.util.HtmlCharacterEntityReferences
 
CHAR_TYPE - Static variable in class org.springframework.asm.Type
The char type.
CharacterEditor - Class in org.springframework.beans.propertyeditors
Editor for a Character, to populate a property of type Character or char from a String value.
CharacterEditor(boolean) - Constructor for class org.springframework.beans.propertyeditors.CharacterEditor
Create a new CharacterEditor instance.
characterEncoding - Variable in class org.springframework.mock.web.MockHttpServletRequest
 
characterEncoding - Variable in class org.springframework.mock.web.MockHttpServletResponse
 
characterEncoding - Variable in class org.springframework.mock.web.portlet.MockClientDataRequest
 
characterEncoding - Variable in class org.springframework.mock.web.portlet.MockMimeResponse
 
characterEncoding - Variable in class org.springframework.test.web.servlet.request.MockHttpServletRequestBuilder
 
characterEncoding(String) - Method in class org.springframework.test.web.servlet.request.MockHttpServletRequestBuilder
Set the character encoding of the request.
CharacterEncodingFilter - Class in org.springframework.web.filter
Servlet 2.3/2.4 Filter that allows one to specify a character encoding for requests.
CharacterEncodingFilter() - Constructor for class org.springframework.web.filter.CharacterEncodingFilter
 
characterEntityReferences - Variable in class org.springframework.web.util.HtmlCharacterEntityDecoder
 
characterEntityReferences - Static variable in class org.springframework.web.util.HtmlUtils
Shared instance of pre-parsed HTML character entity references.
characters(char[], int, int) - Method in class org.springframework.util.xml.AbstractStaxHandler
 
characters(char[], int, int) - Method in class org.springframework.util.xml.DomContentHandler
 
charactersInternal(String) - Method in class org.springframework.util.xml.AbstractStaxHandler
 
charactersInternal(String) - Method in class org.springframework.util.xml.StaxEventHandler
 
charactersInternal(String) - Method in class org.springframework.util.xml.StaxStreamHandler
 
characterStream - Variable in class org.springframework.jdbc.support.lob.PassThroughClob
 
characterToEntityReferenceMap - Variable in class org.springframework.web.util.HtmlCharacterEntityReferences
 
CharacterToNumber(Class<T>) - Constructor for class org.springframework.core.convert.support.CharacterToNumberFactory.CharacterToNumber
 
CharacterToNumberFactory - Class in org.springframework.core.convert.support
Converts from a Character to any JDK-standard Number implementation.
CharacterToNumberFactory() - Constructor for class org.springframework.core.convert.support.CharacterToNumberFactory
 
CharacterToNumberFactory.CharacterToNumber<T extends java.lang.Number> - Class in org.springframework.core.convert.support
 
CharArrayPropertyEditor - Class in org.springframework.beans.propertyeditors
Editor for char arrays.
CharArrayPropertyEditor() - Constructor for class org.springframework.beans.propertyeditors.CharArrayPropertyEditor
 
charset - Variable in class org.springframework.core.io.support.EncodedResource
 
charset - Variable in class org.springframework.http.converter.FormHttpMessageConverter
 
charset - Variable in class org.springframework.mock.web.MockHttpServletResponse
 
CHARSET_PREFIX - Static variable in class org.springframework.mock.web.MockHttpServletRequest
 
CHARSET_PREFIX - Static variable in class org.springframework.mock.web.MockHttpServletResponse
 
CharsetEditor - Class in org.springframework.beans.propertyeditors
Editor for java.nio.charset.Charset, translating charset String representations into Charset objects and back.
CharsetEditor() - Constructor for class org.springframework.beans.propertyeditors.CharsetEditor
 
charsetName - Variable in class org.springframework.web.multipart.support.StringMultipartFileEditor
 
charsToDelete - Variable in class org.springframework.beans.propertyeditors.StringArrayPropertyEditor
 
charsToDelete - Variable in class org.springframework.beans.propertyeditors.StringTrimmerEditor
 
check(PortletRequest, PortletResponse) - Method in class org.springframework.web.portlet.handler.PortletContentGenerator
Check and prepare the given request and response according to the settings of this generator.
checkAccess(int, int) - Method in class org.springframework.expression.spel.ast.Indexer
 
checkActive() - Method in class org.springframework.mock.web.MockHttpServletRequest
Check whether this request is still active (that is, not completed yet), throwing an IllegalStateException if not active anymore.
checkActive() - Method in class org.springframework.mock.web.portlet.MockPortletRequest
Check whether this request is still active (that is, not completed yet), throwing an IllegalStateException if not active anymore.
checkAllowedFields(MutablePropertyValues) - Method in class org.springframework.validation.DataBinder
Check the given property values against the allowed fields, removing values for fields that are not allowed.
checkAndPrepare(PortletRequest, MimeResponse) - Method in class org.springframework.web.portlet.handler.PortletContentGenerator
Check and prepare the given request and response according to the settings of this generator.
checkAndPrepare(PortletRequest, MimeResponse, int) - Method in class org.springframework.web.portlet.handler.PortletContentGenerator
Check and prepare the given request and response according to the settings of this generator.
checkAndPrepare(HttpServletRequest, HttpServletResponse, boolean) - Method in class org.springframework.web.servlet.support.WebContentGenerator
Check and prepare the given request and response according to the settings of this generator.
checkAndPrepare(HttpServletRequest, HttpServletResponse, int, boolean) - Method in class org.springframework.web.servlet.support.WebContentGenerator
Check and prepare the given request and response according to the settings of this generator.
CheckboxesTag - Class in org.springframework.web.servlet.tags.form
Databinding-aware JSP tag for rendering multiple HTML 'input' elements with a 'type' of 'checkbox'.
CheckboxesTag() - Constructor for class org.springframework.web.servlet.tags.form.CheckboxesTag
 
CheckboxTag - Class in org.springframework.web.servlet.tags.form
Databinding-aware JSP tag for rendering an HTML 'input' element with a 'type' of 'checkbox'.
CheckboxTag() - Constructor for class org.springframework.web.servlet.tags.form.CheckboxTag
 
checkBufferLimits() - Method in class org.springframework.messaging.simp.stomp.BufferingStompDecoder
 
checkCandidate(String, BeanDefinition) - Method in class org.springframework.context.annotation.ClassPathBeanDefinitionScanner
Check the given candidate's bean name, determining whether the corresponding bean definition needs to be registered or conflicts with an existing definition.
CHECKCAST - Static variable in interface org.springframework.asm.Opcodes
 
checkCompiled() - Method in class org.springframework.jdbc.core.simple.AbstractJdbcCall
Check whether this operation has been compiled already; lazily compile it if not already compiled.
checkCompiled() - Method in class org.springframework.jdbc.core.simple.AbstractJdbcInsert
Check whether this operation has been compiled already; lazily compile it if not already compiled.
checkCompiled() - Method in class org.springframework.jdbc.object.RdbmsOperation
Check whether this operation has been compiled already; lazily compile it if not already compiled.
checkConfigMembers(RootBeanDefinition) - Method in class org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor.LifecycleMetadata
 
checkConfigMembers(RootBeanDefinition) - Method in class org.springframework.beans.factory.annotation.InjectionMetadata
 
checkConfigurationClassCandidate(BeanDefinition, MetadataReaderFactory) - Static method in class org.springframework.context.annotation.ConfigurationClassUtils
Check whether the given bean definition is a candidate for a configuration class (or a nested component class declared within a configuration/component class, to be auto-registered as well), and mark it accordingly.
checkCustomTranslatorRegistry(String, SQLErrorCodes) - Method in class org.springframework.jdbc.support.SQLErrorCodesFactory
Check the CustomSQLExceptionTranslatorRegistry for any entries.
checkDaoConfig() - Method in class org.springframework.dao.support.DaoSupport
Abstract subclasses must override this to check their configuration.
checkDaoConfig() - Method in class org.springframework.jca.cci.core.support.CciDaoSupport
 
checkDaoConfig() - Method in class org.springframework.jdbc.core.support.JdbcDaoSupport
 
checkDaoConfig() - Method in class org.springframework.orm.hibernate3.support.HibernateDaoSupport
 
checkDaoConfig() - Method in class org.springframework.orm.hibernate4.support.HibernateDaoSupport
 
checkDefaultConnectionProperties(Connection) - Method in class org.springframework.jdbc.datasource.LazyConnectionDataSourceProxy
Check the default connection properties (auto-commit, transaction isolation), keeping them to be able to expose them correctly without fetching an actual JDBC Connection from the target DataSource.
checkDelegateSessionInitialized() - Method in class org.springframework.web.socket.sockjs.transport.session.WebSocketServerSockJsSession
 
checkDependencies(String, AbstractBeanDefinition, PropertyDescriptor[], PropertyValues) - Method in class org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory
Perform a dependency check that all properties exposed have been set, if desired.
checkDestination(String, String) - Method in class org.springframework.messaging.simp.user.DefaultUserDestinationResolver
 
checkDestinationPrefix(String) - Method in class org.springframework.messaging.simp.broker.AbstractBrokerMessageHandler
 
checkedDestroyMethods - Variable in class org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor.LifecycleMetadata
 
checkedElements - Variable in class org.springframework.beans.factory.annotation.InjectionMetadata
 
checkedInitMethods - Variable in class org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor.LifecycleMetadata
 
checkExceptionExpectations(Exception) - Method in class org.springframework.test.AssertThrows
Deprecated.
Does the donkey work of checking (verifying) that the Exception that was thrown in the body of a test is an instance of the AssertThrows.getExpectedException() class (or an instance of a subclass).
checkExposedObject(Object, Object) - Method in class org.springframework.beans.factory.wiring.BeanConfigurerSupport
 
checkFieldDefaults(MutablePropertyValues) - Method in class org.springframework.web.bind.WebDataBinder
Check the given property values for field defaults, i.e.
checkFieldMarkers(MutablePropertyValues) - Method in class org.springframework.web.bind.WebDataBinder
Check the given property values for field markers, i.e.
checkForAliasCircle(String, String) - Method in class org.springframework.core.SimpleAliasRegistry
Check whether the given name points back to given alias as an alias in the other direction, catching a circular reference upfront and throwing a corresponding IllegalStateException.
checkForInvalidPlaceholders(String) - Method in class org.springframework.aop.interceptor.CustomizableTraceInterceptor
Checks to see if the supplied String has any placeholders that are not specified as constants on this class and throws an IllegalArgumentException if so.
checkForXmlRootElement - Variable in class org.springframework.oxm.jaxb.Jaxb2Marshaller
 
checkFullyPopulated - Variable in class org.springframework.jdbc.core.BeanPropertyRowMapper
Whether we're strictly validating
checkGenericTypeMatch(BeanDefinitionHolder, DependencyDescriptor) - Method in class org.springframework.beans.factory.support.GenericTypeAwareAutowireCandidateResolver
Match the given dependency type with its generic type information against the given candidate bean definition.
checkHeaders(String[], PortletRequest) - Static method in class org.springframework.web.portlet.mvc.annotation.PortletAnnotationMappingUtils
Check whether the given request matches the specified header conditions.
checkHeaders(String[], HttpServletRequest) - Static method in class org.springframework.web.servlet.mvc.annotation.ServletAnnotationMappingUtils
Deprecated.
Check whether the given request matches the specified header conditions.
checkIfConfigurationModificationIsAllowed() - Method in class org.springframework.jdbc.core.simple.AbstractJdbcInsert
Method to check whether we are allowed to make any configuration changes at this time.
checkIfConstant() - Method in class org.springframework.expression.spel.ast.InlineList
If all the components of the list are constants, or lists that themselves contain constants, then a constant list can be built to represent this node.
checkInherited - Variable in class org.springframework.aop.support.annotation.AnnotationClassFilter
 
checkInterceptorNames() - Method in class org.springframework.aop.framework.ProxyFactoryBean
Check the interceptorNames list whether it contains a target name as final element.
checkLeftOperand(Token, SpelNodeImpl) - Method in class org.springframework.expression.spel.standard.InternalSpelExpressionParser
 
checkManagedBean(Object) - Method in class org.springframework.jmx.export.assembler.AbstractMBeanInfoAssembler
Check the given bean instance, throwing an IllegalArgumentException if it is not eligible for exposure with this assembler.
checkManagedBean(Object) - Method in class org.springframework.jmx.export.assembler.MetadataMBeanInfoAssembler
Throws an IllegalArgumentException if it encounters a JDK dynamic proxy.
checkMergedBeanDefinition(RootBeanDefinition, String, Object[]) - Method in class org.springframework.beans.factory.support.AbstractBeanFactory
Check the given merged bean definition, potentially throwing validation exceptions.
checkMessageListener(Object) - Method in class org.springframework.jms.listener.AbstractMessageListenerContainer
Check the given message listener, throwing an exception if it does not correspond to a supported listener type.
checkMultipart() - Method in class org.springframework.mail.javamail.MimeMessageHelper
Throw an IllegalStateException if this helper is not in multipart mode.
checkMultipart(ActionRequest) - Method in class org.springframework.web.portlet.DispatcherPortlet
Convert the request into a multipart request, and make multipart resolver available.
checkMultipart(HttpServletRequest) - Method in class org.springframework.web.servlet.DispatcherServlet
Convert the request into a multipart request, and make multipart resolver available.
checkName(String, Collection<ConstructorArgumentValues.ValueHolder>) - Method in class org.springframework.beans.factory.xml.SimpleConstructorNamespaceHandler
 
checkNameUniqueness(String, List<String>, Element) - Method in class org.springframework.beans.factory.xml.BeanDefinitionParserDelegate
Validate that the specified bean name and aliases have not been used already within the current level of beans element nesting.
checkNativeSessionInitialized() - Method in class org.springframework.web.socket.adapter.AbstractWebSocketSession
 
checkNotModified(long) - Method in class org.springframework.web.context.request.FacesWebRequest
 
checkNotModified(String) - Method in class org.springframework.web.context.request.FacesWebRequest
 
checkNotModified(long) - Method in class org.springframework.web.context.request.ServletWebRequest
 
checkNotModified(String) - Method in class org.springframework.web.context.request.ServletWebRequest
 
checkNotModified(long) - Method in interface org.springframework.web.context.request.WebRequest
Check whether the request qualifies as not modified given the supplied last-modified timestamp (as determined by the application).
checkNotModified(String) - Method in interface org.springframework.web.context.request.WebRequest
Check whether the request qualifies as not modified given the supplied ETag (entity tag), as determined by the application.
checkNotModified(long) - Method in class org.springframework.web.portlet.context.PortletWebRequest
Last-modified handling not supported for portlet requests: As a consequence, this method always returns false.
checkNotModified(String) - Method in class org.springframework.web.portlet.context.PortletWebRequest
Last-modified handling not supported for portlet requests: As a consequence, this method always returns false.
checkOperands(Token, SpelNodeImpl, SpelNodeImpl) - Method in class org.springframework.expression.spel.standard.InternalSpelExpressionParser
 
checkOrigin(String) - Method in class org.springframework.web.socket.server.standard.ServerEndpointRegistration
 
checkParameters(String, String) - Method in class org.springframework.http.MediaType
 
checkParameters(String, String) - Method in class org.springframework.util.MimeType
 
checkParameters(String[], PortletRequest) - Static method in class org.springframework.web.portlet.mvc.annotation.PortletAnnotationMappingUtils
Check whether the given request matches the specified parameter conditions.
checkParameters(String[], HttpServletRequest) - Static method in class org.springframework.web.servlet.mvc.annotation.ServletAnnotationMappingUtils
Deprecated.
Check whether the given request matches the specified parameter conditions.
checkPropertySkipping(PropertyValues) - Method in class org.springframework.beans.factory.annotation.InjectionMetadata.InjectedElement
Checks whether this injector's property needs to be skipped due to an explicit property value having been specified.
checkQualifier(BeanDefinitionHolder, Annotation, TypeConverter) - Method in class org.springframework.beans.factory.annotation.QualifierAnnotationAutowireCandidateResolver
Match the given qualifier annotation against the candidate bean definition.
checkQualifiers(BeanDefinitionHolder, Annotation[]) - Method in class org.springframework.beans.factory.annotation.QualifierAnnotationAutowireCandidateResolver
Match the given qualifier annotations against the candidate bean definition.
checkReactorVersion() - Static method in class org.springframework.messaging.tcp.reactor.ReactorTcpClient
 
checkReadyToMatch() - Method in class org.springframework.aop.aspectj.AspectJExpressionPointcut
Check whether this pointcut is ready to match, lazily building the underlying AspectJ pointcut expression.
checkRefresh - Variable in class org.springframework.web.servlet.view.tiles2.TilesConfigurer
 
checkRefresh - Variable in class org.springframework.web.servlet.view.tiles3.TilesConfigurer
 
checkRequestMethod(RequestMethod[], PortletRequest) - Static method in class org.springframework.web.portlet.mvc.annotation.PortletAnnotationMappingUtils
Check whether the given request matches the specified request methods.
checkRequestMethod(Set<String>, PortletRequest) - Static method in class org.springframework.web.portlet.mvc.annotation.PortletAnnotationMappingUtils
Check whether the given request matches the specified request methods.
checkRequestMethod(RequestMethod[], HttpServletRequest) - Static method in class org.springframework.web.servlet.mvc.annotation.ServletAnnotationMappingUtils
Deprecated.
Check whether the given request matches the specified request methods.
checkRequiredFields(MutablePropertyValues) - Method in class org.springframework.validation.DataBinder
Check the given property values against the required fields, generating missing field errors where appropriate.
checkResource(Locale) - Method in class org.springframework.web.servlet.view.AbstractUrlBasedView
Check whether the underlying resource that the configured URL points to actually exists.
checkResource(Locale) - Method in class org.springframework.web.servlet.view.freemarker.FreeMarkerView
Check that the FreeMarker template used for this view exists and is valid.
checkResource(Locale) - Method in class org.springframework.web.servlet.view.tiles2.TilesView
 
checkResource(Locale) - Method in class org.springframework.web.servlet.view.tiles3.TilesView
 
checkResource(Locale) - Method in class org.springframework.web.servlet.view.velocity.VelocityLayoutView
Overrides VelocityView.checkTemplate() to additionally check that both the layout template and the screen content template can be loaded.
checkResource(Locale) - Method in class org.springframework.web.servlet.view.velocity.VelocityView
Check that the Velocity template used for this view exists and is valid.
checkResourceType(Class<?>) - Method in class org.springframework.beans.factory.annotation.InjectionMetadata.InjectedElement
 
checkRightOperand(Token, SpelNodeImpl) - Method in class org.springframework.expression.spel.standard.InternalSpelExpressionParser
 
checkRowsAffected(int) - Method in class org.springframework.jdbc.object.SqlUpdate
Check the given number of affected rows against the specified maximum number or required number.
checkService() - Method in class org.springframework.remoting.support.RemoteExporter
Check whether the service reference has been set.
checkServiceInterface() - Method in class org.springframework.remoting.support.RemoteExporter
Check whether a service reference has been set, and whether it matches the specified service.
checkSessionLimits() - Method in class org.springframework.web.socket.handler.ConcurrentWebSocketSessionDecorator
 
checkToken(String) - Method in class org.springframework.util.MimeType
Checks the given token string for illegal characters, as defined in RFC 2616, section 2.2.
checkTransactionTimeout(boolean) - Method in class org.springframework.transaction.support.ResourceHolderSupport
Set the transaction rollback-only if the deadline has been reached, and throw a TransactionTimedOutException.
checkUserTransactionAndTransactionManager() - Method in class org.springframework.transaction.jta.JtaTransactionManager
Check the UserTransaction as well as the TransactionManager handle, assuming standard JTA requirements.
checkValue(String, Object, Class<?>) - Method in class org.springframework.web.bind.annotation.support.HandlerMethodInvoker
 
checkWriteOperationAllowed(Session) - Method in class org.springframework.orm.hibernate3.HibernateTemplate
Check whether write operations are allowed on the given Session.
checkWriteOperationAllowed(Session) - Method in class org.springframework.orm.hibernate4.HibernateTemplate
Check whether write operations are allowed on the given Session.
checkWriteOperations - Variable in class org.springframework.orm.hibernate3.HibernateTemplate
 
checkWriteOperations - Variable in class org.springframework.orm.hibernate4.HibernateTemplate
 
childBeanDefinition(String) - Static method in class org.springframework.beans.factory.support.BeanDefinitionBuilder
Create a new BeanDefinitionBuilder used to construct a ChildBeanDefinition.
ChildBeanDefinition - Class in org.springframework.beans.factory.support
Bean definition for beans which inherit settings from their parent.
ChildBeanDefinition(String) - Constructor for class org.springframework.beans.factory.support.ChildBeanDefinition
Create a new ChildBeanDefinition for the given parent, to be configured through its bean properties and configuration methods.
ChildBeanDefinition(String, MutablePropertyValues) - Constructor for class org.springframework.beans.factory.support.ChildBeanDefinition
Create a new ChildBeanDefinition for the given parent.
ChildBeanDefinition(String, ConstructorArgumentValues, MutablePropertyValues) - Constructor for class org.springframework.beans.factory.support.ChildBeanDefinition
Create a new ChildBeanDefinition for the given parent.
ChildBeanDefinition(String, Class<?>, ConstructorArgumentValues, MutablePropertyValues) - Constructor for class org.springframework.beans.factory.support.ChildBeanDefinition
Create a new ChildBeanDefinition for the given parent, providing constructor arguments and property values.
ChildBeanDefinition(String, String, ConstructorArgumentValues, MutablePropertyValues) - Constructor for class org.springframework.beans.factory.support.ChildBeanDefinition
Create a new ChildBeanDefinition for the given parent, providing constructor arguments and property values.
ChildBeanDefinition(ChildBeanDefinition) - Constructor for class org.springframework.beans.factory.support.ChildBeanDefinition
Create a new ChildBeanDefinition as deep copy of the given bean definition.
children - Variable in class org.springframework.expression.spel.ast.SpelNodeImpl
 
CHOP_FRAME - Static variable in class org.springframework.asm.MethodWriter
Frame where current locals are the same as the locals in the previous frame, except that the k last locals are absent.
chronology - Variable in class org.springframework.format.datetime.joda.JodaTimeContext
 
chronology - Variable in class org.springframework.format.datetime.standard.DateTimeContext
 
chunks - Variable in class org.springframework.messaging.simp.stomp.BufferingStompDecoder
 
chunkSize - Variable in class org.springframework.http.client.SimpleClientHttpRequestFactory
 
chunkSize - Variable in class org.springframework.http.client.SimpleStreamingAsyncClientHttpRequest
 
chunkSize - Variable in class org.springframework.http.client.SimpleStreamingClientHttpRequest
 
CID - Static variable in class org.springframework.oxm.jaxb.Jaxb2Marshaller
 
CircularImportProblem(ConfigurationClass, Stack<ConfigurationClass>, AnnotationMetadata) - Constructor for class org.springframework.context.annotation.ConfigurationClassParser.CircularImportProblem
 
CLASS - Static variable in class org.springframework.asm.ClassWriter
The type of CONSTANT_Class constant pool items.
CLASS_ATTRIBUTE - Static variable in class org.springframework.beans.factory.xml.BeanDefinitionParserDelegate
 
CLASS_ATTRIBUTE - Static variable in class org.springframework.web.servlet.tags.form.AbstractHtmlElementTag
 
CLASS_EXTENDS - Static variable in class org.springframework.asm.TypeReference
The sort of type references that target the super class of a class or one of the interfaces it implements.
CLASS_FILE_SUFFIX - Static variable in class org.springframework.core.OverridingClassLoader
 
CLASS_FILE_SUFFIX - Static variable in class org.springframework.util.ClassUtils
The ".class" file suffix
CLASS_KEY - Static variable in class org.springframework.beans.factory.support.PropertiesBeanDefinitionReader
Special key to distinguish owner.(class)=com.myapp.MyClass-
CLASS_PRE_PROCESSOR_NAME - Static variable in class org.springframework.instrument.classloading.weblogic.WebLogicClassLoaderAdapter
 
CLASS_PRE_PROCESSOR_NAME - Static variable in class org.springframework.instrument.classloading.websphere.WebSphereClassLoaderAdapter
 
CLASS_SUFFIX - Static variable in class org.springframework.instrument.classloading.tomcat.TomcatInstrumentableClassLoader
 
CLASS_TYPE_PARAMETER - Static variable in class org.springframework.asm.TypeReference
The sort of type references that target a type parameter of a generic class.
CLASS_TYPE_PARAMETER_BOUND - Static variable in class org.springframework.asm.TypeReference
The sort of type references that target a bound of a type parameter of a generic class.
ClassArrayEditor - Class in org.springframework.beans.propertyeditors
Property editor for an array of Classes, to enable the direct population of a Class[] property without having to use a String class name property as bridge.
ClassArrayEditor() - Constructor for class org.springframework.beans.propertyeditors.ClassArrayEditor
Create a default ClassEditor, using the thread context ClassLoader.
ClassArrayEditor(ClassLoader) - Constructor for class org.springframework.beans.propertyeditors.ClassArrayEditor
Create a default ClassArrayEditor, using the given ClassLoader.
classCache - Static variable in class org.springframework.beans.CachedIntrospectionResults
Map keyed by class containing CachedIntrospectionResults.
classCache - Variable in class org.springframework.instrument.classloading.ShadowingClassLoader
 
ClassConversionException(Class<?>, Class<?>) - Constructor for exception org.springframework.core.env.PropertySourcesPropertyResolver.ClassConversionException
 
ClassConversionException(String, Class<?>, Exception) - Constructor for exception org.springframework.core.env.PropertySourcesPropertyResolver.ClassConversionException
 
classDescriptorResolver - Variable in class org.springframework.oxm.castor.CastorMarshaller
 
ClassEditor - Class in org.springframework.beans.propertyeditors
Property editor for java.lang.Class, to enable the direct population of a Class property without recourse to having to use a String class name property as bridge.
ClassEditor() - Constructor for class org.springframework.beans.propertyeditors.ClassEditor
Create a default ClassEditor, using the thread context ClassLoader.
ClassEditor(ClassLoader) - Constructor for class org.springframework.beans.propertyeditors.ClassEditor
Create a default ClassEditor, using the given ClassLoader.
classes - Variable in class org.springframework.test.context.ContextConfigurationAttributes
 
classes - Variable in class org.springframework.test.context.MergedContextConfiguration
 
classesToBeBound - Variable in class org.springframework.oxm.jaxb.Jaxb2Marshaller
 
ClassFileTransformerAdapter - Class in org.springframework.orm.jpa.persistenceunit
Simple adapter that implements the java.lang.instrument.ClassFileTransformer interface based on a JPA ClassTransformer which a JPA PersistenceProvider asks the PersistenceUnitInfo to install in the current runtime.
ClassFileTransformerAdapter(ClassTransformer) - Constructor for class org.springframework.orm.jpa.persistenceunit.ClassFileTransformerAdapter
 
classFileTransformers - Variable in class org.springframework.instrument.classloading.ShadowingClassLoader
 
ClassFilter - Interface in org.springframework.aop
Filter that restricts matching of a pointcut or introduction to a given set of target classes.
classFilter - Variable in class org.springframework.aop.support.annotation.AnnotationMatchingPointcut
 
classFilter - Variable in class org.springframework.aop.support.ComposablePointcut
 
classFilter - Variable in class org.springframework.aop.support.StaticMethodMatcherPointcut
 
ClassFilterAwareUnionMethodMatcher(MethodMatcher, ClassFilter, MethodMatcher, ClassFilter) - Constructor for class org.springframework.aop.support.MethodMatchers.ClassFilterAwareUnionMethodMatcher
 
ClassFilters - Class in org.springframework.aop.support
Static utility methods for composing ClassFilters.
ClassFilters() - Constructor for class org.springframework.aop.support.ClassFilters
 
ClassFilters.IntersectionClassFilter - Class in org.springframework.aop.support
ClassFilter implementation for an intersection of the given ClassFilters.
ClassFilters.UnionClassFilter - Class in org.springframework.aop.support
ClassFilter implementation for a union of the given ClassFilters.
classicJdbcTemplate - Variable in class org.springframework.jdbc.core.namedparam.NamedParameterJdbcTemplate
The JdbcTemplate we are wrapping
classIdMappings - Variable in class org.springframework.jms.support.converter.MappingJackson2MessageConverter
 
classIdMappings - Variable in class org.springframework.jms.support.converter.MappingJacksonMessageConverter
Deprecated.
 
classLoader - Variable in class org.springframework.beans.factory.xml.DefaultNamespaceHandlerResolver
ClassLoader to use for NamespaceHandler classes
classLoader - Variable in class org.springframework.beans.factory.xml.PluggableSchemaResolver
 
classLoader - Variable in class org.springframework.beans.propertyeditors.ClassArrayEditor
 
classLoader - Variable in class org.springframework.beans.propertyeditors.ClassEditor
 
classLoader - Variable in class org.springframework.beans.propertyeditors.URIEditor
 
classLoader - Variable in class org.springframework.core.ConfigurableObjectInputStream
 
classLoader - Variable in class org.springframework.core.io.ClassPathResource
 
classLoader - Variable in class org.springframework.core.io.DefaultResourceLoader
 
classLoader - Variable in class org.springframework.core.type.classreading.AbstractRecursiveAnnotationVisitor
 
classLoader - Variable in class org.springframework.core.type.classreading.AnnotationMetadataReadingVisitor
 
classLoader - Variable in class org.springframework.core.type.classreading.MethodMetadataReadingVisitor
 
classLoader - Variable in class org.springframework.expression.spel.support.StandardTypeLocator
 
classLoader - Variable in class org.springframework.instrument.classloading.glassfish.GlassFishLoadTimeWeaver
 
classLoader - Variable in class org.springframework.instrument.classloading.InstrumentationLoadTimeWeaver
 
classLoader - Variable in class org.springframework.instrument.classloading.jboss.JBossMCAdapter
 
classLoader - Variable in class org.springframework.instrument.classloading.jboss.JBossModulesAdapter
 
classLoader - Variable in class org.springframework.instrument.classloading.ReflectiveLoadTimeWeaver
 
classLoader - Variable in class org.springframework.instrument.classloading.SimpleLoadTimeWeaver
 
classLoader - Variable in class org.springframework.instrument.classloading.tomcat.TomcatLoadTimeWeaver
 
classLoader - Variable in class org.springframework.instrument.classloading.WeavingTransformer
 
classLoader - Variable in class org.springframework.instrument.classloading.weblogic.WebLogicClassLoaderAdapter
 
classLoader - Variable in class org.springframework.instrument.classloading.weblogic.WebLogicLoadTimeWeaver
 
classLoader - Variable in class org.springframework.instrument.classloading.websphere.WebSphereClassLoaderAdapter
 
classLoader - Variable in class org.springframework.instrument.classloading.websphere.WebSphereLoadTimeWeaver
 
classLoader - Variable in class org.springframework.orm.jpa.persistenceunit.SpringPersistenceUnitInfo
 
classLoader - Variable in class org.springframework.scripting.bsh.BshScriptEvaluator
 
classLoader - Variable in class org.springframework.scripting.groovy.GroovyScriptEvaluator
 
classLoaderConfigured - Variable in class org.springframework.aop.framework.autoproxy.AbstractAutoProxyCreator
 
classLoaderConfigured - Variable in class org.springframework.aop.framework.ProxyFactoryBean
 
ClassMetadata - Interface in org.springframework.core.type
Interface that defines abstract metadata of a specific class, in a form that does not require that class to be loaded yet.
classMetadata - Variable in class org.springframework.core.type.classreading.SimpleMetadataReader
 
ClassMetadataReadingVisitor - Class in org.springframework.core.type.classreading
ASM class visitor which looks only for the class name and implemented types, exposing them through the ClassMetadata interface.
ClassMetadataReadingVisitor() - Constructor for class org.springframework.core.type.classreading.ClassMetadataReadingVisitor
 
ClassMode() - Constructor for enum org.springframework.test.annotation.DirtiesContext.ClassMode
 
className - Variable in class org.springframework.core.Constants
The name of the introspected class
className - Variable in class org.springframework.core.type.classreading.ClassMetadataReadingVisitor
 
className - Variable in class org.springframework.scripting.support.StaticScriptSource
 
ClassNameBeanWiringInfoResolver - Class in org.springframework.beans.factory.wiring
Simple default implementation of the BeanWiringInfoResolver interface, looking for a bean with the same name as the fully-qualified class name.
ClassNameBeanWiringInfoResolver() - Constructor for class org.springframework.beans.factory.wiring.ClassNameBeanWiringInfoResolver
 
classNamesToString(Class<?>...) - Static method in class org.springframework.util.ClassUtils
Build a String that consists of the names of the classes/interfaces in the given array.
classNamesToString(Collection<Class<?>>) - Static method in class org.springframework.util.ClassUtils
Build a String that consists of the names of the classes/interfaces in the given collection.
classPackageAsResourcePath(Class<?>) - Static method in class org.springframework.util.ClassUtils
Given an input class object, return a string which consists of the class's package name as a pathname, i.e., all dots ('.') are replaced by slashes ('/').
CLASSPATH_ALL_URL_PREFIX - Static variable in interface org.springframework.core.io.support.ResourcePatternResolver
Pseudo URL prefix for all matching resources from the class path: "classpath*:" This differs from ResourceLoader's classpath URL prefix in that it retrieves all matching resources for a given name (e.g.
CLASSPATH_URL_PREFIX - Static variable in interface org.springframework.core.io.ResourceLoader
Pseudo URL prefix for loading from the class path: "classpath:"
CLASSPATH_URL_PREFIX - Static variable in class org.springframework.util.Log4jConfigurer
Pseudo URL prefix for loading from the class path: "classpath:"
CLASSPATH_URL_PREFIX - Static variable in class org.springframework.util.ResourceUtils
Pseudo URL prefix for loading from the class path: "classpath:"
ClassPathBeanDefinitionScanner - Class in org.springframework.context.annotation
A bean definition scanner that detects bean candidates on the classpath, registering corresponding bean definitions with a given registry (BeanFactory or ApplicationContext).
ClassPathBeanDefinitionScanner(BeanDefinitionRegistry) - Constructor for class org.springframework.context.annotation.ClassPathBeanDefinitionScanner
Create a new ClassPathBeanDefinitionScanner for the given bean factory.
ClassPathBeanDefinitionScanner(BeanDefinitionRegistry, boolean) - Constructor for class org.springframework.context.annotation.ClassPathBeanDefinitionScanner
Create a new ClassPathBeanDefinitionScanner for the given bean factory.
ClassPathBeanDefinitionScanner(BeanDefinitionRegistry, boolean, Environment) - Constructor for class org.springframework.context.annotation.ClassPathBeanDefinitionScanner
Create a new ClassPathBeanDefinitionScanner for the given bean factory and using the given Environment when evaluating bean definition profile metadata.
ClassPathContextResource(String, ClassLoader) - Constructor for class org.springframework.core.io.DefaultResourceLoader.ClassPathContextResource
 
ClassPathJaxb2TypeScanner - Class in org.springframework.oxm.jaxb
Helper class for Jaxb2Marshaller that scans given packages for classes marked with JAXB2 annotations.
ClassPathJaxb2TypeScanner(ClassLoader, String...) - Constructor for class org.springframework.oxm.jaxb.ClassPathJaxb2TypeScanner
 
ClassPathResource - Class in org.springframework.core.io
Resource implementation for class path resources.
ClassPathResource(String) - Constructor for class org.springframework.core.io.ClassPathResource
Create a new ClassPathResource for ClassLoader usage.
ClassPathResource(String, ClassLoader) - Constructor for class org.springframework.core.io.ClassPathResource
Create a new ClassPathResource for ClassLoader usage.
ClassPathResource(String, Class<?>) - Constructor for class org.springframework.core.io.ClassPathResource
Create a new ClassPathResource for Class usage.
ClassPathResource(String, ClassLoader, Class<?>) - Constructor for class org.springframework.core.io.ClassPathResource
Create a new ClassPathResource with optional ClassLoader and Class.
ClassPathScanningCandidateComponentProvider - Class in org.springframework.context.annotation
A component provider that scans the classpath from a base package.
ClassPathScanningCandidateComponentProvider(boolean) - Constructor for class org.springframework.context.annotation.ClassPathScanningCandidateComponentProvider
Create a ClassPathScanningCandidateComponentProvider with a StandardEnvironment.
ClassPathScanningCandidateComponentProvider(boolean, Environment) - Constructor for class org.springframework.context.annotation.ClassPathScanningCandidateComponentProvider
Create a ClassPathScanningCandidateComponentProvider with the given Environment.
ClassPathXmlApplicationContext - Class in org.springframework.context.support
Standalone XML application context, taking the context definition files from the class path, interpreting plain paths as class path resource names that include the package path (e.g.
ClassPathXmlApplicationContext() - Constructor for class org.springframework.context.support.ClassPathXmlApplicationContext
Create a new ClassPathXmlApplicationContext for bean-style configuration.
ClassPathXmlApplicationContext(ApplicationContext) - Constructor for class org.springframework.context.support.ClassPathXmlApplicationContext
Create a new ClassPathXmlApplicationContext for bean-style configuration.
ClassPathXmlApplicationContext(String) - Constructor for class org.springframework.context.support.ClassPathXmlApplicationContext
Create a new ClassPathXmlApplicationContext, loading the definitions from the given XML file and automatically refreshing the context.
ClassPathXmlApplicationContext(String...) - Constructor for class org.springframework.context.support.ClassPathXmlApplicationContext
Create a new ClassPathXmlApplicationContext, loading the definitions from the given XML files and automatically refreshing the context.
ClassPathXmlApplicationContext(String[], ApplicationContext) - Constructor for class org.springframework.context.support.ClassPathXmlApplicationContext
Create a new ClassPathXmlApplicationContext with the given parent, loading the definitions from the given XML files and automatically refreshing the context.
ClassPathXmlApplicationContext(String[], boolean) - Constructor for class org.springframework.context.support.ClassPathXmlApplicationContext
Create a new ClassPathXmlApplicationContext, loading the definitions from the given XML files.
ClassPathXmlApplicationContext(String[], boolean, ApplicationContext) - Constructor for class org.springframework.context.support.ClassPathXmlApplicationContext
Create a new ClassPathXmlApplicationContext with the given parent, loading the definitions from the given XML files.
ClassPathXmlApplicationContext(String, Class<?>) - Constructor for class org.springframework.context.support.ClassPathXmlApplicationContext
Create a new ClassPathXmlApplicationContext, loading the definitions from the given XML file and automatically refreshing the context.
ClassPathXmlApplicationContext(String[], Class<?>) - Constructor for class org.springframework.context.support.ClassPathXmlApplicationContext
Create a new ClassPathXmlApplicationContext, loading the definitions from the given XML files and automatically refreshing the context.
ClassPathXmlApplicationContext(String[], Class<?>, ApplicationContext) - Constructor for class org.springframework.context.support.ClassPathXmlApplicationContext
Create a new ClassPathXmlApplicationContext with the given parent, loading the definitions from the given XML files and automatically refreshing the context.
ClassReader - Class in org.springframework.asm
A Java class parser to make a ClassVisitor visit an existing class.
ClassReader(byte[]) - Constructor for class org.springframework.asm.ClassReader
Constructs a new ClassReader object.
ClassReader(byte[], int, int) - Constructor for class org.springframework.asm.ClassReader
Constructs a new ClassReader object.
ClassReader(InputStream) - Constructor for class org.springframework.asm.ClassReader
Constructs a new ClassReader object.
ClassReader(String) - Constructor for class org.springframework.asm.ClassReader
Constructs a new ClassReader object.
classReaderLength - Variable in class org.springframework.asm.MethodWriter
If not zero, indicates that the code of this method must be copied from the ClassReader associated to this writer in cw.cr.
classReaderOffset - Variable in class org.springframework.asm.MethodWriter
If not zero, indicates that the code of this method must be copied from the ClassReader associated to this writer in cw.cr.
ClassRelativeContextResource(String, Class<?>) - Constructor for class org.springframework.core.io.ClassRelativeResourceLoader.ClassRelativeContextResource
 
ClassRelativeResourceLoader - Class in org.springframework.core.io
ResourceLoader implementation that interprets plain resource paths as relative to a given java.lang.Class.
ClassRelativeResourceLoader(Class<?>) - Constructor for class org.springframework.core.io.ClassRelativeResourceLoader
Create a new ClassRelativeResourceLoader for the given class.
ClassRelativeResourceLoader.ClassRelativeContextResource - Class in org.springframework.core.io
ClassPathResource that explicitly expresses a context-relative path through implementing the ContextResource interface.
classTransformer - Variable in class org.springframework.orm.jpa.persistenceunit.ClassFileTransformerAdapter
 
ClassUtils - Class in org.springframework.util
Miscellaneous class utility methods.
ClassUtils() - Constructor for class org.springframework.util.ClassUtils
 
ClassVisitor - Class in org.springframework.asm
A visitor to visit a Java class.
ClassVisitor(int) - Constructor for class org.springframework.asm.ClassVisitor
Constructs a new ClassVisitor.
ClassVisitor(int, ClassVisitor) - Constructor for class org.springframework.asm.ClassVisitor
Constructs a new ClassVisitor.
ClassWriter - Class in org.springframework.asm
A ClassVisitor that generates classes in bytecode form.
ClassWriter(int) - Constructor for class org.springframework.asm.ClassWriter
Constructs a new ClassWriter object.
ClassWriter(ClassReader, int) - Constructor for class org.springframework.asm.ClassWriter
Constructs a new ClassWriter object and enables optimizations for "mostly add" bytecode transformations.
clazz - Variable in class org.springframework.aop.support.ControlFlowPointcut
 
clazz - Variable in class org.springframework.aop.support.RootClassFilter
 
clazz - Variable in class org.springframework.beans.factory.groovy.GroovyBeanDefinitionWrapper
 
clazz - Variable in class org.springframework.core.io.ClassPathResource
 
clazz - Variable in class org.springframework.core.io.ClassRelativeResourceLoader.ClassRelativeContextResource
 
clazz - Variable in class org.springframework.core.io.ClassRelativeResourceLoader
 
clazz - Variable in class org.springframework.core.LocalVariableTableParameterNameDiscoverer.LocalVariableTableVisitor
 
clazz - Variable in class org.springframework.core.LocalVariableTableParameterNameDiscoverer.ParameterNameDiscoveringVisitor
 
clazz - Variable in class org.springframework.expression.spel.support.ReflectivePropertyAccessor.CacheKey
 
cleanedUrl - Variable in class org.springframework.core.io.UrlResource
Cleaned URL (with normalized path), used for comparisons.
cleanPath(String) - Static method in class org.springframework.util.StringUtils
Normalize the path by suppressing sequences like "path/.." and inner simple dots.
cleanup() - Method in interface org.springframework.jdbc.core.DisposableSqlTypeValue
Clean up resources held by this type value, for example the LobCreator in case of a SqlLobValue.
cleanup() - Method in class org.springframework.jdbc.core.support.SqlLobValue
Close the LobCreator, if any.
cleanup() - Method in interface org.springframework.jdbc.support.SqlValue
Clean up resources held by this value object.
cleanup() - Method in class org.springframework.jdbc.support.xml.Jdbc4SqlXmlHandler.AbstractJdbc4SqlXmlValue
 
cleanupAfterBeanCreationFailure(String) - Method in class org.springframework.beans.factory.support.AbstractBeanFactory
Perform appropriate cleanup of cached metadata after bean creation failed.
cleanupAfterCompletion(DefaultTransactionStatus) - Method in class org.springframework.transaction.support.AbstractPlatformTransactionManager
Clean up after completion, clearing synchronization if necessary, and invoking doCleanupAfterCompletion.
cleanupAfterInclude - Variable in class org.springframework.web.servlet.DispatcherServlet
Perform cleanup of request attributes after include request?
cleanupAttribute(WebRequest, String) - Method in class org.springframework.web.bind.support.DefaultSessionAttributeStore
 
cleanupAttribute(WebRequest, String) - Method in interface org.springframework.web.bind.support.SessionAttributeStore
Clean up the specified attribute in the backend session.
cleanupAttributes(ServletContext) - Static method in class org.springframework.web.context.ContextCleanupListener
Find all ServletContext attributes which implement DisposableBean and destroy them, removing all affected ServletContext attributes eventually.
cleanupAttributes(WebRequest) - Method in class org.springframework.web.method.annotation.SessionAttributesHandler
Remove "known" attributes from the session, i.e.
CleanupFailureDataAccessException - Exception in org.springframework.dao
Exception thrown when we couldn't cleanup after a data access operation, but the actual operation went OK.
CleanupFailureDataAccessException(String, Throwable) - Constructor for exception org.springframework.dao.CleanupFailureDataAccessException
Constructor for CleanupFailureDataAccessException.
cleanupFileItems(MultiValueMap<String, MultipartFile>) - Method in class org.springframework.web.multipart.commons.CommonsFileUploadSupport
Cleanup the Spring MultipartFiles created during multipart parsing, potentially holding temporary data on disk.
cleanupMultipart(MultipartHttpServletRequest) - Method in class org.springframework.web.multipart.commons.CommonsMultipartResolver
 
cleanupMultipart(MultipartHttpServletRequest) - Method in interface org.springframework.web.multipart.MultipartResolver
Cleanup any resources used for the multipart handling, like a storage for the uploaded files.
cleanupMultipart(MultipartHttpServletRequest) - Method in class org.springframework.web.multipart.support.StandardServletMultipartResolver
 
cleanupMultipart(MultipartActionRequest) - Method in class org.springframework.web.portlet.multipart.CommonsPortletMultipartResolver
 
cleanupMultipart(MultipartActionRequest) - Method in interface org.springframework.web.portlet.multipart.PortletMultipartResolver
Cleanup any resources used for the multipart handling, such as storage for any uploaded file(s).
cleanupMultipart(HttpServletRequest) - Method in class org.springframework.web.servlet.DispatcherServlet
Clean up any resources used by the given multipart request (if any).
cleanupParameters() - Method in class org.springframework.jdbc.core.ArgumentPreparedStatementSetter
 
cleanupParameters() - Method in class org.springframework.jdbc.core.ArgumentTypePreparedStatementSetter
 
cleanupParameters() - Method in class org.springframework.jdbc.core.CallableStatementCreatorFactory.CallableStatementCreatorImpl
 
cleanupParameters() - Method in interface org.springframework.jdbc.core.ParameterDisposer
Close the resources allocated by parameters that the implementing object holds, for example in case of a DisposableSqlTypeValue (like a SqlLobValue).
cleanupParameters() - Method in class org.springframework.jdbc.core.PreparedStatementCreatorFactory.PreparedStatementCreatorImpl
 
cleanupParameters(Object...) - Static method in class org.springframework.jdbc.core.StatementCreatorUtils
Clean up all resources held by parameter values which were passed to an execute method.
cleanupParameters(Collection<?>) - Static method in class org.springframework.jdbc.core.StatementCreatorUtils
Clean up all resources held by parameter values which were passed to an execute method.
cleanupResource(EntityManagerHolder, EntityManagerFactory, boolean) - Method in class org.springframework.orm.jpa.EntityManagerFactoryUtils.TransactionalEntityManagerSynchronization
 
cleanupResource(H, K, boolean) - Method in class org.springframework.transaction.support.ResourceHolderSynchronization
Perform a cleanup on the given resource (which is left bound to the thread).
cleanupTransaction(Object) - Method in class org.springframework.orm.jdo.DefaultJdoDialect
This implementation does nothing, as the default beginTransaction implementation does not require any cleanup.
cleanupTransaction(Object) - Method in interface org.springframework.orm.jdo.JdoDialect
Clean up the transaction via the given transaction data.
cleanupTransaction(Object) - Method in class org.springframework.orm.jpa.DefaultJpaDialect
This implementation does nothing, since the default beginTransaction implementation does not require any cleanup.
cleanupTransaction(Object, EntityManagerFactory) - Static method in class org.springframework.orm.jpa.EntityManagerFactoryUtils
Prepare a transaction on the given EntityManager, if possible.
cleanupTransaction(Object) - Method in interface org.springframework.orm.jpa.JpaDialect
Clean up the transaction via the given transaction data.
cleanupTransaction(Object) - Method in class org.springframework.orm.jpa.vendor.HibernateJpaDialect
 
cleanupTransactionInfo(TransactionAspectSupport.TransactionInfo) - Method in class org.springframework.transaction.interceptor.TransactionAspectSupport
Reset the TransactionInfo ThreadLocal.
clear() - Method in class org.springframework.beans.factory.config.ConstructorArgumentValues
Clear this holder, removing all argument values.
clear() - Method in interface org.springframework.cache.Cache
Remove all mappings from the cache.
clear() - Method in class org.springframework.cache.concurrent.ConcurrentMapCache
 
clear() - Method in class org.springframework.cache.ehcache.EhCacheCache
 
clear() - Method in class org.springframework.cache.guava.GuavaCache
 
clear() - Method in class org.springframework.cache.jcache.JCacheCache
 
clear() - Method in class org.springframework.cache.support.NoOpCacheManager.NoOpCache
 
clear() - Method in class org.springframework.cache.transaction.TransactionAwareCacheDecorator
 
clear() - Method in class org.springframework.core.env.ReadOnlySystemAttributesMap
 
clear() - Method in class org.springframework.http.HttpHeaders
 
clear() - Method in class org.springframework.jdbc.datasource.ConnectionHolder
 
clear() - Method in class org.springframework.messaging.handler.invocation.HandlerMethodArgumentResolverComposite
Clear the list of configured resolvers.
clear() - Method in class org.springframework.messaging.handler.invocation.HandlerMethodReturnValueHandlerComposite
Clear the list of configured handlers.
clear() - Method in class org.springframework.messaging.MessageHeaders
Since MessageHeaders are immutable, the call to this method will result in UnsupportedOperationException.
clear() - Method in class org.springframework.mock.jndi.SimpleNamingContextBuilder
Clear all bindings in this context builder, while keeping it active.
clear() - Method in class org.springframework.mock.web.MockBodyContent
 
clear() - Method in class org.springframework.mock.web.MockJspWriter
 
clear() - Method in interface org.springframework.orm.hibernate3.HibernateOperations
Remove all objects from the org.hibernate.Session cache, and cancel all pending saves, updates and deletes.
clear() - Method in class org.springframework.orm.hibernate3.HibernateTemplate
 
clear() - Method in class org.springframework.orm.hibernate3.SessionHolder
 
clear() - Method in interface org.springframework.orm.hibernate4.HibernateOperations
Remove all objects from the org.hibernate.Session cache, and cancel all pending saves, updates and deletes.
clear() - Method in class org.springframework.orm.hibernate4.HibernateTemplate
 
clear() - Method in class org.springframework.orm.hibernate4.SessionHolder
 
clear() - Method in class org.springframework.orm.jdo.PersistenceManagerHolder
 
clear() - Method in class org.springframework.orm.jpa.EntityManagerHolder
 
clear() - Method in class org.springframework.test.context.ContextCache
Clears all contexts from the cache and clears context hierarchy information as well.
clear() - Method in class org.springframework.transaction.support.ResourceHolderSupport
Clear the transactional state of this resource holder.
clear() - Static method in class org.springframework.transaction.support.TransactionSynchronizationManager
Clear the entire transaction synchronization state for the current thread: registered synchronizations as well as the various transaction characteristics.
clear() - Method in class org.springframework.util.AutoPopulatingList
 
clear() - Method in class org.springframework.util.CollectionUtils.MultiValueMapAdapter
 
clear() - Method in class org.springframework.util.ConcurrentReferenceHashMap
 
clear() - Method in class org.springframework.util.ConcurrentReferenceHashMap.EntrySet
 
clear() - Method in class org.springframework.util.ConcurrentReferenceHashMap.Segment
Clear all items from this segment.
clear() - Method in class org.springframework.util.LinkedCaseInsensitiveMap
 
clear() - Method in class org.springframework.util.LinkedMultiValueMap
 
clear() - Method in class org.springframework.util.xml.SimpleNamespaceContext
Removes all declared prefixes.
clear() - Method in class org.springframework.web.portlet.ModelAndView
Clear the state of this ModelAndView object.
clear() - Method in class org.springframework.web.servlet.ModelAndView
Clear the state of this ModelAndView object.
clear() - Method in class org.springframework.web.socket.WebSocketHttpHeaders
 
clearAllRenderParameters(ActionResponse) - Static method in class org.springframework.web.portlet.util.PortletUtils
Clear all the render parameters from the javax.portlet.ActionResponse.
clearAttributes() - Method in class org.springframework.mock.web.MockHttpServletRequest
Clear all of this request's attributes.
clearAttributes() - Method in class org.springframework.mock.web.MockHttpSession
Clear all of this session's attributes.
clearAttributes() - Method in class org.springframework.mock.web.portlet.MockPortletSession
Clear all of this session's attributes.
clearBuffer() - Method in class org.springframework.mock.web.MockBodyContent
 
clearBuffer() - Method in class org.springframework.mock.web.MockJspWriter
 
clearByTypeCache() - Method in class org.springframework.beans.factory.support.DefaultListableBeanFactory
Remove any assumptions about by-type mappings.
clearCache() - Method in class org.springframework.context.annotation.ClassPathScanningCandidateComponentProvider
Clear the underlying metadata cache, removing all cached class metadata.
clearCache() - Method in class org.springframework.context.support.ReloadableResourceBundleMessageSource
Clear the resource bundle cache.
clearCache() - Method in class org.springframework.core.type.classreading.CachingMetadataReaderFactory
Clear the entire MetadataReader cache, removing all cached class metadata.
clearCache() - Method in interface org.springframework.jms.support.destination.CachingDestinationResolver
Clear the entire destination cache.
clearCache() - Method in class org.springframework.jms.support.destination.JndiDestinationResolver
 
clearCache() - Method in class org.springframework.web.servlet.view.AbstractCachingViewResolver
Clear the entire view cache, removing all cached view objects.
clearCacheIncludingAncestors() - Method in class org.springframework.context.support.ReloadableResourceBundleMessageSource
Clear the resource bundle caches of this MessageSource and all its ancestors.
clearClassLoader(ClassLoader) - Static method in class org.springframework.beans.CachedIntrospectionResults
Clear the introspection cache for the given ClassLoader, removing the introspection results for all classes underneath that ClassLoader, and removing the ClassLoader (and its children) from the acceptance list.
clearCollections - Variable in class org.springframework.oxm.castor.CastorMarshaller
 
clearConcurrentResult() - Method in class org.springframework.web.context.request.async.WebAsyncManager
clearConnection() - Method in class org.springframework.messaging.simp.stomp.StompBrokerRelayMessageHandler.StompConnectionHandler
Close the TCP connection to the broker and release the connection reference, Any exception arising from closing the connection is propagated.
cleared - Variable in class org.springframework.web.portlet.ModelAndView
Indicates whether or not this instance has been cleared with a call to ModelAndView.clear().
cleared - Variable in class org.springframework.web.servlet.ModelAndView
Indicates whether or not this instance has been cleared with a call to ModelAndView.clear()
clearErrorRequestAttributes(HttpServletRequest) - Static method in class org.springframework.web.util.WebUtils
Clear the Servlet spec's error attributes as javax.servlet.http.HttpServletRequest attributes under the keys defined in the Servlet 2.3 specification: javax.servlet.error.status_code, javax.servlet.error.exception_type, javax.servlet.error.message, javax.servlet.error.exception, javax.servlet.error.request_uri, javax.servlet.error.servlet_name.
clearMergedBeanDefinition(String) - Method in class org.springframework.beans.factory.support.AbstractBeanFactory
Remove the merged bean definition for the specified bean, recreating it on next access.
clearResources() - Method in class org.springframework.jms.listener.DefaultMessageListenerContainer.AsyncMessageListenerInvoker
 
clearSession(WebSocketSession, CloseStatus) - Method in class org.springframework.web.socket.messaging.SubProtocolWebSocketHandler
 
clearStatistics() - Method in class org.springframework.test.context.ContextCache
Clears hit and miss count statistics for the cache (i.e., resets counters to zero).
clearSynchronization() - Static method in class org.springframework.transaction.support.TransactionSynchronizationManager
Deactivate transaction synchronization for the current thread.
client - Variable in class org.springframework.web.socket.client.jetty.JettyWebSocketClient
 
client - Variable in class org.springframework.web.socket.client.WebSocketConnectionManager
 
CLIENT_ID_ATTRIBUTE - Static variable in class org.springframework.jms.config.AbstractListenerContainerParser
 
CLIENT_TRANSACTION_MANAGER_CLASS_NAME - Static variable in class org.springframework.transaction.jta.WebLogicJtaTransactionManager
 
clientAddress - Variable in class org.springframework.web.context.support.ServletRequestHandledEvent
IP address that the request came from
ClientHttpRequest - Interface in org.springframework.http.client
Represents a client-side HTTP request.
ClientHttpRequestExecution - Interface in org.springframework.http.client
Represents the context of a client-side HTTP request execution.
ClientHttpRequestFactory - Interface in org.springframework.http.client
Factory for ClientHttpRequest objects.
ClientHttpRequestInterceptor - Interface in org.springframework.http.client
Intercepts client-side HTTP requests.
ClientHttpResponse - Interface in org.springframework.http.client
Represents a client-side HTTP response.
clientHttpResponse - Variable in class org.springframework.mock.http.client.MockClientHttpRequest
 
ClientHttpResponseFuture(Future<HttpResponse>, HttpComponentsAsyncClientHttpRequest.HttpResponseFutureCallback) - Constructor for class org.springframework.http.client.HttpComponentsAsyncClientHttpRequest.ClientHttpResponseFuture
 
clientId - Variable in class org.springframework.jms.connection.SingleConnectionFactory
 
clientId - Variable in class org.springframework.jms.listener.AbstractJmsListeningContainer
 
clientId - Variable in class org.springframework.jms.listener.endpoint.JmsActivationSpecConfig
 
clientInboundChannel - Variable in class org.springframework.messaging.simp.annotation.support.SimpAnnotationMethodMessageHandler
 
clientInboundChannel - Variable in class org.springframework.messaging.simp.broker.SimpleBrokerMessageHandler
 
clientInboundChannel - Variable in class org.springframework.messaging.simp.config.AbstractBrokerRegistration
 
clientInboundChannel() - Method in class org.springframework.messaging.simp.config.AbstractMessageBrokerConfiguration
 
clientInboundChannel - Variable in class org.springframework.messaging.simp.config.MessageBrokerRegistry
 
clientInboundChannel - Variable in class org.springframework.messaging.simp.stomp.StompBrokerRelayMessageHandler
 
clientInboundChannel - Variable in class org.springframework.messaging.simp.user.UserDestinationMessageHandler
 
clientInboundChannel - Variable in class org.springframework.web.socket.messaging.SubProtocolWebSocketHandler
 
clientInboundChannelExecutor() - Method in class org.springframework.messaging.simp.config.AbstractMessageBrokerConfiguration
 
clientInboundChannelRegistration - Variable in class org.springframework.messaging.simp.config.AbstractMessageBrokerConfiguration
 
clientLibraryUrl - Variable in class org.springframework.web.socket.config.annotation.SockJsServiceRegistration
 
clientLibraryUrl - Variable in class org.springframework.web.socket.sockjs.support.AbstractSockJsService
 
clientLogin - Variable in class org.springframework.messaging.simp.config.StompBrokerRelayRegistration
 
clientLogin - Variable in class org.springframework.messaging.simp.stomp.StompBrokerRelayMessageHandler
 
clientMessagingTemplate - Variable in class org.springframework.messaging.simp.annotation.support.SimpAnnotationMethodMessageHandler
 
clientOutboundChannel - Variable in class org.springframework.messaging.simp.broker.SimpleBrokerMessageHandler
 
clientOutboundChannel - Variable in class org.springframework.messaging.simp.config.AbstractBrokerRegistration
 
clientOutboundChannel() - Method in class org.springframework.messaging.simp.config.AbstractMessageBrokerConfiguration
 
clientOutboundChannel - Variable in class org.springframework.messaging.simp.config.MessageBrokerRegistry
 
clientOutboundChannel - Variable in class org.springframework.messaging.simp.stomp.StompBrokerRelayMessageHandler
 
clientOutboundChannel - Variable in class org.springframework.web.socket.messaging.SubProtocolWebSocketHandler
 
clientOutboundChannelExecutor() - Method in class org.springframework.messaging.simp.config.AbstractMessageBrokerConfiguration
 
clientOutboundChannelRegistration - Variable in class org.springframework.messaging.simp.config.AbstractMessageBrokerConfiguration
 
clientPasscode - Variable in class org.springframework.messaging.simp.config.StompBrokerRelayRegistration
 
clientPasscode - Variable in class org.springframework.messaging.simp.stomp.StompBrokerRelayMessageHandler
 
clientSocketFactory - Variable in class org.springframework.remoting.rmi.RmiRegistryFactoryBean
 
clientSocketFactory - Variable in class org.springframework.remoting.rmi.RmiServiceExporter
 
CLOB_CLASS_NAME - Static variable in class org.springframework.jdbc.support.lob.OracleLobHandler
Deprecated.
 
clobClass - Variable in class org.springframework.jdbc.support.lob.OracleLobHandler
Deprecated.
 
ClobStringType - Class in org.springframework.orm.hibernate3.support
Hibernate UserType implementation for Strings that get mapped to CLOBs.
ClobStringType() - Constructor for class org.springframework.orm.hibernate3.support.ClobStringType
Constructor used by Hibernate: fetches config-time LobHandler and config-time JTA TransactionManager from LocalSessionFactoryBean.
ClobStringType(LobHandler, TransactionManager) - Constructor for class org.springframework.orm.hibernate3.support.ClobStringType
Constructor used for testing: takes an explicit LobHandler and an explicit JTA TransactionManager (can be null).
clone() - Method in class org.springframework.beans.factory.support.AbstractBeanDefinition
Public declaration of Object's clone() method.
clone() - Method in class org.springframework.jca.cci.core.support.CommAreaRecord
 
cloneBeanDefinition() - Method in class org.springframework.beans.factory.support.AbstractBeanDefinition
Clone this bean definition.
cloneBeanDefinition() - Method in class org.springframework.beans.factory.support.ChildBeanDefinition
 
cloneBeanDefinition() - Method in class org.springframework.beans.factory.support.GenericBeanDefinition
 
cloneBeanDefinition() - Method in class org.springframework.beans.factory.support.RootBeanDefinition
 
cloneBeanDefinition() - Method in class org.springframework.context.annotation.ConfigurationClassBeanDefinitionReader.ConfigurationClassBeanDefinition
 
cloneConstructor - Variable in class org.springframework.instrument.classloading.websphere.WebSphereClassLoaderAdapter
 
close() - Method in interface org.springframework.context.ConfigurableApplicationContext
Close this application context, releasing all resources and locks that the implementation might hold.
close() - Method in class org.springframework.context.support.AbstractApplicationContext
Close this application context, destroying all beans in its bean factory.
close() - Method in class org.springframework.http.client.BufferingClientHttpResponseWrapper
 
close() - Method in interface org.springframework.http.client.ClientHttpResponse
Closes this response, freeing any resources created.
close() - Method in class org.springframework.http.client.HttpComponentsAsyncClientHttpResponse
 
close() - Method in class org.springframework.http.client.HttpComponentsClientHttpResponse
 
close() - Method in class org.springframework.http.client.SimpleClientHttpResponse
 
close() - Method in interface org.springframework.http.server.ServerHttpResponse
Close this response, freeing any resources created.
close() - Method in class org.springframework.http.server.ServletServerHttpResponse
 
close() - Method in class org.springframework.jdbc.support.lob.DefaultLobHandler.DefaultLobCreator
 
close() - Method in interface org.springframework.jdbc.support.lob.LobCreator
Close this LobCreator session and free its temporarily created BLOBs and CLOBs.
close() - Method in class org.springframework.jdbc.support.lob.OracleLobHandler.OracleLobCreator
Deprecated.
Free all temporary BLOBs and CLOBs created by this creator.
close() - Method in class org.springframework.jdbc.support.lob.TemporaryLobCreator
 
close() - Method in class org.springframework.jms.connection.CachedMessageConsumer
 
close() - Method in class org.springframework.jms.connection.CachedMessageProducer
 
close() - Method in class org.springframework.jmx.access.ConnectorDelegate
Closes any JMXConnector that may be managed by this interceptor.
close() - Method in class org.springframework.messaging.tcp.reactor.ReactorTcpConnection
 
close() - Method in interface org.springframework.messaging.tcp.TcpConnection
Close the connection.
close() - Method in class org.springframework.mock.http.client.MockClientHttpResponse
 
close() - Method in class org.springframework.mock.jndi.SimpleNamingContext.AbstractNamingEnumeration
 
close() - Method in class org.springframework.mock.jndi.SimpleNamingContext
 
close() - Method in class org.springframework.mock.web.DelegatingServletInputStream
 
close() - Method in class org.springframework.mock.web.DelegatingServletOutputStream
 
close() - Method in class org.springframework.mock.web.MockBodyContent
 
close() - Method in class org.springframework.mock.web.MockHttpServletRequest
Mark this request as completed, keeping its state.
close() - Method in class org.springframework.mock.web.MockJspWriter
 
close() - Method in class org.springframework.mock.web.portlet.MockPortletRequest
Mark this request as completed.
close() - Method in class org.springframework.orm.hibernate3.LocalDataSourceConnectionProvider
This implementation does nothing: We're dealing with an externally managed DataSource.
close() - Method in class org.springframework.oxm.xmlbeans.XmlBeansMarshaller.NonClosingInputStream
 
close() - Method in class org.springframework.oxm.xmlbeans.XmlBeansMarshaller.NonClosingReader
 
close() - Method in class org.springframework.util.CommonsLogWriter
 
close() - Method in class org.springframework.util.StreamUtils.NonClosingInputStream
 
close() - Method in class org.springframework.util.StreamUtils.NonClosingOutputStream
 
close() - Method in class org.springframework.util.xml.XMLEventStreamReader
 
close() - Method in class org.springframework.util.xml.XMLEventStreamWriter
 
close() - Method in class org.springframework.validation.beanvalidation.LocalValidatorFactoryBean
 
close() - Method in class org.springframework.validation.DataBinder
Close this DataBinder, which may result in throwing a BindException if it encountered any errors.
close() - Method in class org.springframework.web.socket.adapter.AbstractWebSocketSession
 
close(CloseStatus) - Method in class org.springframework.web.socket.adapter.AbstractWebSocketSession
 
close() - Method in class org.springframework.web.socket.handler.WebSocketSessionDecorator
 
close(CloseStatus) - Method in class org.springframework.web.socket.handler.WebSocketSessionDecorator
 
close() - Method in class org.springframework.web.socket.sockjs.transport.session.AbstractSockJsSession
Close the WebSocket connection with status 1000, i.e.
close(CloseStatus) - Method in class org.springframework.web.socket.sockjs.transport.session.AbstractSockJsSession
Close the WebSocket connection with the given close status.
close() - Method in interface org.springframework.web.socket.WebSocketSession
Close the WebSocket connection with status 1000, i.e.
close(CloseStatus) - Method in interface org.springframework.web.socket.WebSocketSession
Close the WebSocket connection with the given close status.
CLOSE_METHOD_NAME - Static variable in class org.springframework.beans.factory.support.DisposableBeanAdapter
 
closeableInterface - Static variable in class org.springframework.beans.factory.support.DisposableBeanAdapter
 
closeAfterTimeout() - Method in class org.springframework.orm.hibernate3.support.AsyncRequestInterceptor
 
closeAfterTimeout() - Method in class org.springframework.orm.hibernate4.support.AsyncRequestInterceptor
 
closeAfterTimeout() - Method in class org.springframework.orm.jpa.support.AsyncRequestInterceptor
 
closeAll() - Method in class org.springframework.jms.connection.JmsResourceHolder
 
closeAnotherConnectionOpenFrame - Static variable in class org.springframework.web.socket.sockjs.frame.SockJsFrame
 
closeBeanFactory() - Method in class org.springframework.context.support.AbstractApplicationContext
Subclasses must implement this method to release their internal bean factory.
closeBeanFactory() - Method in class org.springframework.context.support.AbstractRefreshableApplicationContext
 
closeBeanFactory() - Method in class org.springframework.context.support.GenericApplicationContext
Not much to do: We hold a single internal BeanFactory that will never get released.
closeConnection(Connection) - Method in class org.springframework.jca.cci.connection.SingleConnectionFactory
Close the given Connection.
closeConnection() - Method in class org.springframework.jdbc.datasource.SingleConnectionDataSource
Close the underlying shared Connection.
closeConnection(Connection) - Static method in class org.springframework.jdbc.support.JdbcUtils
Close the given JDBC Connection and ignore any thrown exception.
closeConnection(Connection) - Method in class org.springframework.jms.connection.SingleConnectionFactory
Close the given Connection.
closeConnection(Connection) - Static method in class org.springframework.jms.support.JmsUtils
Close the given JMS Connection and ignore any thrown exception.
closeConnection(Connection, boolean) - Static method in class org.springframework.jms.support.JmsUtils
Close the given JMS Connection and ignore any thrown exception.
closeConnection(Connection) - Method in class org.springframework.orm.hibernate3.LocalDataSourceConnectionProvider
closeConnection(Connection) - Method in class org.springframework.scheduling.quartz.LocalDataSourceJobStore
 
closeConnection() - Method in class org.springframework.web.socket.client.ConnectionManagerSupport
 
closeConnection() - Method in class org.springframework.web.socket.client.standard.AnnotatedEndpointConnectionManager
 
closeConnection() - Method in class org.springframework.web.socket.client.standard.EndpointConnectionManager
 
closeConnection() - Method in class org.springframework.web.socket.client.WebSocketConnectionManager
 
closed - Variable in class org.springframework.context.support.AbstractApplicationContext
Flag that indicates whether this context has been closed already
closed - Variable in class org.springframework.jdbc.datasource.LazyConnectionDataSourceProxy.LazyConnectionInvocationHandler
 
closed - Variable in class org.springframework.jdbc.datasource.TransactionAwareDataSourceProxy.TransactionAwareInvocationHandler
 
closeEmptyElementIfNecessary() - Method in class org.springframework.util.xml.XMLEventStreamWriter
 
closeEntityManager(EntityManager) - Static method in class org.springframework.orm.jpa.EntityManagerFactoryUtils
Close the given JPA EntityManager, catching and logging any cleanup exceptions thrown.
closeEntityManagerAfterFailedBegin(JpaTransactionManager.JpaTransactionObject) - Method in class org.springframework.orm.jpa.JpaTransactionManager
Close the current transaction's EntityManager.
closeFrame(int, String) - Static method in class org.springframework.web.socket.sockjs.frame.SockJsFrame
 
closeFrameAnotherConnectionOpen() - Static method in class org.springframework.web.socket.sockjs.frame.SockJsFrame
 
closeFrameGoAway() - Static method in class org.springframework.web.socket.sockjs.frame.SockJsFrame
 
closeGoAwayFrame - Static variable in class org.springframework.web.socket.sockjs.frame.SockJsFrame
 
closeInteraction(Interaction) - Method in class org.springframework.jca.cci.core.CciTemplate
Close the given CCI Interaction and ignore any thrown exception.
closeInternal(CloseStatus) - Method in class org.springframework.web.socket.adapter.AbstractWebSocketSession
 
closeInternal(CloseStatus) - Method in class org.springframework.web.socket.adapter.jetty.JettyWebSocketSession
 
closeInternal(CloseStatus) - Method in class org.springframework.web.socket.adapter.standard.StandardWebSocketSession
 
closeIterator(Iterator<?>) - Method in interface org.springframework.orm.hibernate3.HibernateOperations
Immediately close an Iterator created by any of the various iterate(..) operations, instead of waiting until the session is closed or disconnected.
closeIterator(Iterator<?>) - Method in class org.springframework.orm.hibernate3.HibernateTemplate
 
closeIterator(Iterator<?>) - Method in interface org.springframework.orm.hibernate4.HibernateOperations
Immediately close an Iterator created by any of the various iterate(..) operations, instead of waiting until the session is closed or disconnected.
closeIterator(Iterator<?>) - Method in class org.springframework.orm.hibernate4.HibernateTemplate
 
closeLock - Variable in class org.springframework.web.socket.handler.ConcurrentWebSocketSessionDecorator
 
closeMessageConsumer(MessageConsumer) - Static method in class org.springframework.jms.support.JmsUtils
Close the given JMS MessageConsumer and ignore any thrown exception.
closeMessageProducer(MessageProducer) - Static method in class org.springframework.jms.support.JmsUtils
Close the given JMS MessageProducer and ignore any thrown exception.
closeMethod - Static variable in class org.springframework.validation.beanvalidation.LocalValidatorFactoryBean
 
closeNoCatch() - Method in class org.springframework.web.bind.ServletRequestDataBinder
Treats errors as fatal.
closeNoCatch() - Method in class org.springframework.web.bind.support.WebRequestDataBinder
Treats errors as fatal.
closeNoCatch() - Method in class org.springframework.web.portlet.bind.PortletRequestDataBinder
Treats errors as fatal.
closeOnCompletion - Variable in class org.springframework.orm.jpa.ExtendedEntityManagerCreator.ExtendedEntityManagerSynchronization
 
closePersistenceManagerAfterFailedBegin(JdoTransactionManager.JdoTransactionObject) - Method in class org.springframework.orm.jdo.JdoTransactionManager
Close the current transaction's EntityManager.
closeQueueBrowser(QueueBrowser) - Static method in class org.springframework.jms.support.JmsUtils
Close the given JMS QueueBrowser and ignore any thrown exception.
closeQueueRequestor(QueueRequestor) - Static method in class org.springframework.jms.support.JmsUtils
Close the given JMS QueueRequestor and ignore any thrown exception.
closeResultSet(ResultSet) - Method in class org.springframework.jca.cci.core.CciTemplate
Close the given CCI ResultSet and ignore any thrown exception.
closeResultSet(ResultSet) - Static method in class org.springframework.jdbc.support.JdbcUtils
Close the given JDBC ResultSet and ignore any thrown exception.
closeSession(Session) - Static method in class org.springframework.jms.support.JmsUtils
Close the given JMS Session and ignore any thrown exception.
closeSession(Session) - Static method in class org.springframework.orm.hibernate3.SessionFactoryUtils
Perform actual closing of the Hibernate Session, catching and logging any cleanup exceptions thrown.
closeSession(Session, SessionFactory) - Method in class org.springframework.orm.hibernate3.support.OpenSessionInViewFilter
Close the given Session.
closeSession(Session) - Static method in class org.springframework.orm.hibernate4.SessionFactoryUtils
Perform actual closing of the Hibernate Session, catching and logging any cleanup exceptions thrown.
closeSessionOrRegisterDeferredClose(Session, SessionFactory) - Static method in class org.springframework.orm.hibernate3.SessionFactoryUtils
Close the given Session or register it for deferred close.
closeSourceIfNecessary(Source) - Method in class org.springframework.web.servlet.view.xslt.XsltView
Close the underlying resource managed by the supplied Source if applicable.
closeStatement(Statement) - Static method in class org.springframework.jdbc.support.JdbcUtils
Close the given JDBC Statement and ignore any thrown exception.
CloseStatus - Class in org.springframework.web.socket
Represents a WebSocket close status code and reason.
CloseStatus(int) - Constructor for class org.springframework.web.socket.CloseStatus
Create a new CloseStatus instance.
CloseStatus(int, String) - Constructor for class org.springframework.web.socket.CloseStatus
Create a new CloseStatus instance.
CloseSuppressingInvocationHandler(Connection) - Constructor for class org.springframework.jca.cci.connection.SingleConnectionFactory.CloseSuppressingInvocationHandler
 
CloseSuppressingInvocationHandler(Connection) - Constructor for class org.springframework.jdbc.core.JdbcTemplate.CloseSuppressingInvocationHandler
 
CloseSuppressingInvocationHandler(Connection) - Constructor for class org.springframework.jdbc.datasource.SingleConnectionDataSource.CloseSuppressingInvocationHandler
 
CloseSuppressingInvocationHandler(Session) - Constructor for class org.springframework.orm.hibernate3.HibernateTemplate.CloseSuppressingInvocationHandler
 
CloseSuppressingInvocationHandler(Session) - Constructor for class org.springframework.orm.hibernate4.HibernateTemplate.CloseSuppressingInvocationHandler
 
CloseSuppressingSessionInvocationHandler(Session) - Constructor for class org.springframework.jms.connection.TransactionAwareConnectionFactoryProxy.CloseSuppressingSessionInvocationHandler
 
closeTagAndMarkAsBlock() - Method in class org.springframework.web.servlet.tags.form.TagWriter
Closes the current opening tag and marks it as a block tag.
closeTemplateSource(Object) - Method in class org.springframework.ui.freemarker.SpringTemplateLoader
 
closeWebApplicationContext(ServletContext) - Method in class org.springframework.web.context.ContextLoader
Close Spring's web application context for the given servlet context.
cnManagerFactoryBean - Variable in class org.springframework.web.servlet.view.ContentNegotiatingViewResolver
 
code - Variable in class org.springframework.asm.MethodWriter
The bytecode of this method.
code - Variable in enum org.springframework.expression.spel.SpelMessage
 
code - Variable in class org.springframework.web.servlet.tags.MessageTag
 
code - Variable in class org.springframework.web.socket.CloseStatus
 
CODE_SEPARATOR - Static variable in class org.springframework.validation.DefaultMessageCodesResolver
The separator that this implementation uses when resolving message codes.
CodebaseAwareObjectInputStream - Class in org.springframework.remoting.rmi
Special ObjectInputStream subclass that falls back to a specified codebase to load classes from if not found locally.
CodebaseAwareObjectInputStream(InputStream, String) - Constructor for class org.springframework.remoting.rmi.CodebaseAwareObjectInputStream
Create a new CodebaseAwareObjectInputStream for the given InputStream and codebase.
CodebaseAwareObjectInputStream(InputStream, ClassLoader, String) - Constructor for class org.springframework.remoting.rmi.CodebaseAwareObjectInputStream
Create a new CodebaseAwareObjectInputStream for the given InputStream and codebase.
CodebaseAwareObjectInputStream(InputStream, ClassLoader, boolean) - Constructor for class org.springframework.remoting.rmi.CodebaseAwareObjectInputStream
Create a new CodebaseAwareObjectInputStream for the given InputStream and codebase.
codebaseUrl - Variable in class org.springframework.remoting.httpinvoker.HttpInvokerClientInterceptor
 
codebaseUrl - Variable in class org.springframework.remoting.rmi.CodebaseAwareObjectInputStream
 
codes - Variable in class org.springframework.context.support.DefaultMessageSourceResolvable
 
collatePropertySources(String, List<PropertySource<?>>) - Method in class org.springframework.context.annotation.ConfigurationClassParser
 
collectImports(ConfigurationClassParser.SourceClass, Set<ConfigurationClassParser.SourceClass>, Set<ConfigurationClassParser.SourceClass>) - Method in class org.springframework.context.annotation.ConfigurationClassParser
Recursively collect all declared @Import values.
collection(Class<?>, TypeDescriptor) - Static method in class org.springframework.core.convert.TypeDescriptor
Create a new type descriptor from a Collection type.
COLLECTION - Static variable in class org.springframework.core.style.DefaultValueStyler
 
collection - Variable in class org.springframework.expression.spel.ast.Indexer.CollectionIndexingValueRef
 
collectionCacheStrategies - Variable in class org.springframework.orm.hibernate3.LocalSessionFactoryBean
 
collectionCompare(Collection<?>, Object, BindStatus) - Static method in class org.springframework.web.servlet.tags.form.SelectedValueComparator
 
collectionEntryDescriptor - Variable in class org.springframework.expression.spel.ast.Indexer.CollectionIndexingValueRef
 
CollectionFactory - Class in org.springframework.core
Factory for collections, being aware of Java 5 and Java 6 collections.
CollectionFactory() - Constructor for class org.springframework.core.CollectionFactory
 
CollectionIndexingValueRef(Collection, int, TypeDescriptor, TypeConverter, boolean, int) - Constructor for class org.springframework.expression.spel.ast.Indexer.CollectionIndexingValueRef
 
CollectionToArrayConverter - Class in org.springframework.core.convert.support
Converts a Collection to an array.
CollectionToArrayConverter(ConversionService) - Constructor for class org.springframework.core.convert.support.CollectionToArrayConverter
 
CollectionToCollectionConverter - Class in org.springframework.core.convert.support
Converts from a Collection to another Collection.
CollectionToCollectionConverter(ConversionService) - Constructor for class org.springframework.core.convert.support.CollectionToCollectionConverter
 
collectionToCommaDelimitedString(Collection<?>) - Static method in class org.springframework.util.StringUtils
Convenience method to return a Collection as a CSV String.
collectionToDelimitedString(Collection<?>, String, String, String) - Static method in class org.springframework.util.StringUtils
Convenience method to return a Collection as a delimited (e.g.
collectionToDelimitedString(Collection<?>, String) - Static method in class org.springframework.util.StringUtils
Convenience method to return a Collection as a delimited (e.g.
CollectionToObjectConverter - Class in org.springframework.core.convert.support
Converts a Collection to an Object by returning the first collection element after converting it to the desired targetType.
CollectionToObjectConverter(ConversionService) - Constructor for class org.springframework.core.convert.support.CollectionToObjectConverter
 
CollectionToStringConverter - Class in org.springframework.core.convert.support
Converts a Collection to a comma-delimited String.
CollectionToStringConverter(ConversionService) - Constructor for class org.springframework.core.convert.support.CollectionToStringConverter
 
collectionType - Variable in class org.springframework.beans.propertyeditors.CustomCollectionEditor
 
CollectionUtils - Class in org.springframework.util
Miscellaneous collection utility methods.
CollectionUtils() - Constructor for class org.springframework.util.CollectionUtils
 
CollectionUtils.EnumerationIterator<E> - Class in org.springframework.util
Iterator wrapping an Enumeration.
CollectionUtils.MultiValueMapAdapter<K,V> - Class in org.springframework.util
Adapts a Map to the MultiValueMap contract.
collectPutRequests(Collection<CacheAspectSupport.CacheOperationContext>, Object, Collection<CacheAspectSupport.CachePutRequest>) - Method in class org.springframework.cache.interceptor.CacheAspectSupport
Collect the CacheAspectSupport.CachePutRequest for all CacheOperation using the specified result item.
COLON - Static variable in class org.springframework.messaging.simp.stomp.StompEncoder
 
cols - Variable in class org.springframework.web.servlet.tags.form.TextareaTag
 
COLS_ATTRIBUTE - Static variable in class org.springframework.web.servlet.tags.form.TextareaTag
 
columnCount - Variable in class org.springframework.jdbc.core.RowCountCallbackHandler
Columns we've seen so far
columnLabelMap - Variable in class org.springframework.jdbc.support.rowset.ResultSetWrappingSqlRowSet
 
ColumnMapRowMapper - Class in org.springframework.jdbc.core
RowMapper implementation that creates a java.util.Map for each row, representing all columns as key-value pairs: one entry for each column, with the column name as key.
ColumnMapRowMapper() - Constructor for class org.springframework.jdbc.core.ColumnMapRowMapper
 
columnName - Variable in class org.springframework.jdbc.support.incrementer.AbstractColumnMaxValueIncrementer
The name of the column for this sequence
columnNames - Variable in class org.springframework.jdbc.core.RowCountCallbackHandler
Indexed from 0.
columnNames - Variable in class org.springframework.jdbc.support.rowset.ResultSetWrappingSqlRowSetMetaData
 
columnTypes - Variable in class org.springframework.jdbc.core.RowCountCallbackHandler
Indexed from 0.
combine(DestinationPatternsMessageCondition) - Method in class org.springframework.messaging.handler.DestinationPatternsMessageCondition
Returns a new instance with URL patterns from the current instance ("this") and the "other" instance as follows: If there are patterns in both instances, combine the patterns in "this" with the patterns in "other" using PathMatcher.combine(String, String).
combine(T) - Method in interface org.springframework.messaging.handler.MessageCondition
Define the rules for combining this condition with another.
combine(SimpMessageMappingInfo) - Method in class org.springframework.messaging.simp.SimpMessageMappingInfo
 
combine(SimpMessageTypeMessageCondition) - Method in class org.springframework.messaging.simp.SimpMessageTypeMessageCondition
 
combine(String, String) - Method in class org.springframework.util.AntPathMatcher
Combines two patterns into a new pattern that is returned.
combine(String, String) - Method in interface org.springframework.util.PathMatcher
Combines two patterns into a new pattern that is returned.
combine(CompositeRequestCondition) - Method in class org.springframework.web.servlet.mvc.condition.CompositeRequestCondition
If one instance is empty, return the other.
combine(ConsumesRequestCondition) - Method in class org.springframework.web.servlet.mvc.condition.ConsumesRequestCondition
Returns the "other" instance if it has any expressions; returns "this" instance otherwise.
combine(HeadersRequestCondition) - Method in class org.springframework.web.servlet.mvc.condition.HeadersRequestCondition
Returns a new instance with the union of the header expressions from "this" and the "other" instance.
combine(ParamsRequestCondition) - Method in class org.springframework.web.servlet.mvc.condition.ParamsRequestCondition
Returns a new instance with the union of the param expressions from "this" and the "other" instance.
combine(PatternsRequestCondition) - Method in class org.springframework.web.servlet.mvc.condition.PatternsRequestCondition
Returns a new instance with URL patterns from the current instance ("this") and the "other" instance as follows: If there are patterns in both instances, combine the patterns in "this" with the patterns in "other" using PathMatcher.combine(String, String).
combine(ProducesRequestCondition) - Method in class org.springframework.web.servlet.mvc.condition.ProducesRequestCondition
Returns the "other" instance if it has any expressions; returns "this" instance otherwise.
combine(T) - Method in interface org.springframework.web.servlet.mvc.condition.RequestCondition
Defines the rules for combining this condition (i.e.
combine(RequestConditionHolder) - Method in class org.springframework.web.servlet.mvc.condition.RequestConditionHolder
Combine the request conditions held by the two RequestConditionHolder instances after making sure the conditions are of the same type.
combine(RequestMethodsRequestCondition) - Method in class org.springframework.web.servlet.mvc.condition.RequestMethodsRequestCondition
Returns a new instance with a union of the HTTP request methods from "this" and the "other" instance.
combine(RequestMappingInfo) - Method in class org.springframework.web.servlet.mvc.method.RequestMappingInfo
Combines "this" request mapping info (i.e.
commaDelimitedListToSet(String) - Static method in class org.springframework.util.StringUtils
Convenience method to convert a CSV string list to a set.
commaDelimitedListToStringArray(String) - Static method in class org.springframework.util.StringUtils
Convert a CSV list into an array of Strings.
COMMAND_HEADER - Static variable in class org.springframework.messaging.simp.stomp.StompHeaderAccessor
 
COMMAND_LINE_PROPERTY_SOURCE_NAME - Static variable in class org.springframework.core.env.CommandLinePropertySource
The default name given to CommandLinePropertySource instances: "commandLineArgs"
CommandLineArgs - Class in org.springframework.core.env
A simple representation of command line arguments, broken into "option arguments" and "non-option arguments".
CommandLineArgs() - Constructor for class org.springframework.core.env.CommandLineArgs
 
CommandLinePropertySource<T> - Class in org.springframework.core.env
Abstract base class for PropertySource implementations backed by command line arguments.
CommandLinePropertySource(T) - Constructor for class org.springframework.core.env.CommandLinePropertySource
Create a new CommandLinePropertySource having the default name "commandLineArgs" and backed by the given source object.
CommandLinePropertySource(String, T) - Constructor for class org.springframework.core.env.CommandLinePropertySource
Create a new CommandLinePropertySource having the given name and backed by the given source object.
CommAreaRecord - Class in org.springframework.jca.cci.core.support
CCI Record implementation for a COMMAREA, holding a byte array.
CommAreaRecord() - Constructor for class org.springframework.jca.cci.core.support.CommAreaRecord
Create a new CommAreaRecord.
CommAreaRecord(byte[]) - Constructor for class org.springframework.jca.cci.core.support.CommAreaRecord
Create a new CommAreaRecord.
comment - Variable in class org.springframework.mock.web.MockSessionCookieConfig
 
comment(String, <any>) - Method in class org.springframework.test.web.servlet.result.CookieResultMatchers
Assert a cookie's comment with a Hamcrest Matcher.
comment(char[], int, int) - Method in class org.springframework.util.xml.AbstractStaxHandler
 
commentInternal(String) - Method in class org.springframework.util.xml.AbstractStaxHandler
 
commentInternal(String) - Method in class org.springframework.util.xml.StaxEventHandler
 
commentInternal(String) - Method in class org.springframework.util.xml.StaxStreamHandler
 
commentPrefix - Variable in class org.springframework.jdbc.datasource.init.ResourceDatabasePopulator
 
commentToken(String, String, boolean) - Method in class org.springframework.util.xml.XmlValidationModeDetector
Try to consume the supplied token against the supplied content and update the in comment parse state to the supplied value.
commit() - Method in class org.springframework.transaction.jta.ManagedTransactionAdapter
 
commit() - Method in class org.springframework.transaction.jta.UserTransactionAdapter
 
commit(TransactionStatus) - Method in interface org.springframework.transaction.PlatformTransactionManager
Commit the given transaction, with regard to its status.
commit(TransactionStatus) - Method in class org.springframework.transaction.support.AbstractPlatformTransactionManager
This implementation of commit handles participating in existing transactions and programmatic rollback requests.
commitAfterNoMessageReceived - Variable in class org.springframework.jms.listener.AbstractPollingMessageListenerContainer
 
commitAll() - Method in class org.springframework.jms.connection.JmsResourceHolder
 
commitIfNecessary(Session, Message) - Method in class org.springframework.jms.listener.AbstractMessageListenerContainer
Perform a commit or message acknowledgement, as appropriate.
commitIfNecessary(Session) - Static method in class org.springframework.jms.support.JmsUtils
Commit the Session if not within a JTA transaction.
committed - Variable in class org.springframework.mock.web.MockHttpServletResponse
 
committed - Variable in class org.springframework.mock.web.portlet.MockMimeResponse
 
commitTransactionAfterReturning(TransactionAspectSupport.TransactionInfo) - Method in class org.springframework.transaction.interceptor.TransactionAspectSupport
Execute after successful completion of call, but not after an exception was handled.
COMMON_ANNOTATION_PROCESSOR_BEAN_NAME - Static variable in class org.springframework.context.annotation.AnnotationConfigUtils
The bean name of the internally managed JSR-250 annotation processor.
COMMON_DEFAULT_SERVLET_NAME - Static variable in class org.springframework.mock.web.MockServletContext
Default Servlet name used by Tomcat, Jetty, JBoss, and GlassFish: "default".
COMMON_DEFAULT_SERVLET_NAME - Static variable in class org.springframework.web.servlet.resource.DefaultServletHttpRequestHandler
Default Servlet name used by Tomcat, Jetty, JBoss, and GlassFish
CommonAnnotationBeanPostProcessor - Class in org.springframework.context.annotation
BeanPostProcessor implementation that supports common Java annotations out of the box, in particular the JSR-250 annotations in the javax.annotation package.
CommonAnnotationBeanPostProcessor() - Constructor for class org.springframework.context.annotation.CommonAnnotationBeanPostProcessor
Create a new CommonAnnotationBeanPostProcessor, with the init and destroy annotation types set to PostConstruct and PreDestroy, respectively.
CommonAnnotationBeanPostProcessor.EjbRefElement - Class in org.springframework.context.annotation
Class representing injection information about an annotated field or setter method, supporting the @EJB annotation.
CommonAnnotationBeanPostProcessor.LookupDependencyDescriptor - Class in org.springframework.context.annotation
Extension of the DependencyDescriptor class, overriding the dependency type with the specified resource type.
CommonAnnotationBeanPostProcessor.LookupElement - Class in org.springframework.context.annotation
Class representing generic injection information about an annotated field or setter method, supporting @Resource and related annotations.
CommonAnnotationBeanPostProcessor.ResourceElement - Class in org.springframework.context.annotation
Class representing injection information about an annotated field or setter method, supporting the @Resource annotation.
CommonAnnotationBeanPostProcessor.WebServiceRefElement - Class in org.springframework.context.annotation
Class representing injection information about an annotated field or setter method, supporting the @WebServiceRef annotation.
commonClassCache - Static variable in class org.springframework.util.ClassUtils
Map with common "java.lang" class name as key and corresponding Class as value.
commonDatabaseName(String) - Static method in class org.springframework.jdbc.support.JdbcUtils
Extract a common name for the database in use even if various drivers/platforms provide varying names.
commonMessages - Variable in class org.springframework.context.support.AbstractMessageSource
 
commonPool - Variable in class org.springframework.scheduling.concurrent.ForkJoinPoolFactoryBean
 
CommonsDbcpNativeJdbcExtractor - Class in org.springframework.jdbc.support.nativejdbc
Implementation of the NativeJdbcExtractor interface for the Jakarta Commons DBCP connection pool, version 1.1 or higher.
CommonsDbcpNativeJdbcExtractor() - Constructor for class org.springframework.jdbc.support.nativejdbc.CommonsDbcpNativeJdbcExtractor
 
CommonsFileUploadSupport - Class in org.springframework.web.multipart.commons
Base class for multipart resolvers that use Jakarta Commons FileUpload 1.2 or above.
CommonsFileUploadSupport() - Constructor for class org.springframework.web.multipart.commons.CommonsFileUploadSupport
Instantiate a new CommonsFileUploadSupport with its corresponding FileItemFactory and FileUpload instances.
CommonsFileUploadSupport.MultipartParsingResult - Class in org.springframework.web.multipart.commons
Holder for a Map of Spring MultipartFiles and a Map of multipart parameters.
CommonsLogFactoryBean - Class in org.springframework.beans.factory.config
Deprecated.
as of Spring 3.2, in favor of a bean definition that points to the bean class "org.apache.commons.logging.LogFactory" and the factory method "getLog", passing in the log name as constructor argument
CommonsLogFactoryBean() - Constructor for class org.springframework.beans.factory.config.CommonsLogFactoryBean
Deprecated.
 
CommonsLogWriter - Class in org.springframework.util
java.io.Writer adapter for a Commons Logging Log.
CommonsLogWriter(Log) - Constructor for class org.springframework.util.CommonsLogWriter
Create a new CommonsLogWriter for the given Commons Logging logger.
CommonsMultipartFile - Class in org.springframework.web.multipart.commons
MultipartFile implementation for Jakarta Commons FileUpload.
CommonsMultipartFile(FileItem) - Constructor for class org.springframework.web.multipart.commons.CommonsMultipartFile
Create an instance wrapping the given FileItem.
CommonsMultipartResolver - Class in org.springframework.web.multipart.commons
Servlet-based MultipartResolver implementation for Jakarta Commons FileUpload 1.2 or above.
CommonsMultipartResolver() - Constructor for class org.springframework.web.multipart.commons.CommonsMultipartResolver
Constructor for use as bean.
CommonsMultipartResolver(ServletContext) - Constructor for class org.springframework.web.multipart.commons.CommonsMultipartResolver
Constructor for standalone usage.
CommonsPoolTargetSource - Class in org.springframework.aop.target
TargetSource implementation that holds objects in a configurable Apache Commons Pool.
CommonsPoolTargetSource() - Constructor for class org.springframework.aop.target.CommonsPoolTargetSource
Create a CommonsPoolTargetSource with default settings.
CommonsPortletMultipartResolver - Class in org.springframework.web.portlet.multipart
PortletMultipartResolver implementation for Jakarta Commons FileUpload 1.2 or above.
CommonsPortletMultipartResolver() - Constructor for class org.springframework.web.portlet.multipart.CommonsPortletMultipartResolver
Constructor for use as bean.
CommonsPortletMultipartResolver(PortletContext) - Constructor for class org.springframework.web.portlet.multipart.CommonsPortletMultipartResolver
Constructor for standalone usage.
CommonsRequestLoggingFilter - Class in org.springframework.web.filter
Simple request logging filter that writes the request URI (and optionally the query string) to the Commons Log.
CommonsRequestLoggingFilter() - Constructor for class org.springframework.web.filter.CommonsRequestLoggingFilter
 
commonTypesCache - Static variable in class org.springframework.core.convert.TypeDescriptor
 
ComparableComparator<T extends java.lang.Comparable<T>> - Class in org.springframework.util.comparator
Comparator that adapts Comparables to the Comparator interface.
ComparableComparator() - Constructor for class org.springframework.util.comparator.ComparableComparator
 
comparator - Variable in class org.springframework.aop.aspectj.autoproxy.AspectJAwareAdvisorAutoProxyCreator.PartiallyComparableAdvisorHolder
 
comparator - Variable in class org.springframework.core.convert.converter.ConvertingComparator
 
comparator - Variable in class org.springframework.messaging.handler.invocation.AbstractMethodMessageHandler.MatchComparator
 
comparator - Variable in class org.springframework.util.comparator.InvertibleComparator
 
comparator - Variable in class org.springframework.web.servlet.handler.AbstractHandlerMethodMapping.MatchComparator
 
comparators - Variable in class org.springframework.util.comparator.CompoundComparator
 
compare(Advisor, Advisor) - Method in class org.springframework.aop.aspectj.autoproxy.AspectJPrecedenceComparator
 
compare(PropertyDescriptor, PropertyDescriptor) - Method in class org.springframework.beans.PropertyDescriptorComparator
 
compare(T, T) - Method in class org.springframework.beans.support.PropertyComparator
 
compare(S, S) - Method in class org.springframework.core.convert.converter.ConvertingComparator
 
compare(Class<? extends Throwable>, Class<? extends Throwable>) - Method in class org.springframework.core.ExceptionDepthComparator
 
compare(Object, Object) - Method in class org.springframework.core.OrderComparator
 
compare(Object, Object) - Method in class org.springframework.expression.spel.support.StandardTypeComparator
 
compare(int, int) - Static method in class org.springframework.expression.spel.support.StandardTypeComparator
 
compare(long, long) - Static method in class org.springframework.expression.spel.support.StandardTypeComparator
 
compare(Object, Object) - Method in interface org.springframework.expression.TypeComparator
Compare two given objects.
compare(AbstractMethodMessageHandler<T>.Match, AbstractMethodMessageHandler<T>.Match) - Method in class org.springframework.messaging.handler.invocation.AbstractMethodMessageHandler.MatchComparator
 
compare(String, String) - Method in class org.springframework.util.AntPathMatcher.AntPatternComparator
 
compare(Boolean, Boolean) - Method in class org.springframework.util.comparator.BooleanComparator
 
compare(T, T) - Method in class org.springframework.util.comparator.ComparableComparator
 
compare(T, T) - Method in class org.springframework.util.comparator.CompoundComparator
 
compare(T, T) - Method in class org.springframework.util.comparator.InstanceComparator
 
compare(T, T) - Method in class org.springframework.util.comparator.InvertibleComparator
 
compare(T, T) - Method in class org.springframework.util.comparator.NullSafeComparator
 
compare(T, T) - Method in class org.springframework.util.MimeType.SpecificityComparator
 
compare(AbstractHandlerMethodMapping<T>.Match, AbstractHandlerMethodMapping<T>.Match) - Method in class org.springframework.web.servlet.handler.AbstractHandlerMethodMapping.MatchComparator
 
compare(AnnotationMethodHandlerAdapter.RequestSpecificMappingInfo, AnnotationMethodHandlerAdapter.RequestSpecificMappingInfo) - Method in class org.springframework.web.servlet.mvc.annotation.AnnotationMethodHandlerAdapter.RequestSpecificMappingInfoComparator
Deprecated.
 
compareAcceptHeaders(AnnotationMethodHandlerAdapter.RequestMappingInfo, AnnotationMethodHandlerAdapter.RequestMappingInfo) - Method in class org.springframework.web.servlet.mvc.annotation.AnnotationMethodHandlerAdapter.RequestSpecificMappingInfoComparator
Deprecated.
 
compareArguments(List<TypeDescriptor>, List<TypeDescriptor>, TypeConverter) - Static method in class org.springframework.expression.spel.support.ReflectionHelper
Compare argument arrays and return information about whether they match.
compareArgumentsVarargs(List<TypeDescriptor>, List<TypeDescriptor>, TypeConverter) - Static method in class org.springframework.expression.spel.support.ReflectionHelper
Compare argument arrays and return information about whether they match.
compareMatchingMediaTypes(ProducesRequestCondition, int, ProducesRequestCondition, int) - Method in class org.springframework.web.servlet.mvc.condition.ProducesRequestCondition
 
compareMethods(Method, Method) - Static method in class org.springframework.beans.PropertyDescriptorUtils
 
compareParameters(T, T) - Method in class org.springframework.util.MimeType.SpecificityComparator
 
compareParams(DefaultAnnotationHandlerMapping.AbstractParameterMappingPredicate) - Method in class org.springframework.web.portlet.mvc.annotation.DefaultAnnotationHandlerMapping.AbstractParameterMappingPredicate
 
compareParams(Object) - Method in class org.springframework.web.portlet.mvc.annotation.DefaultAnnotationHandlerMapping.AbstractParameterMappingPredicate
 
comparePrecedenceWithinAspect(Advisor, Advisor) - Method in class org.springframework.aop.aspectj.autoproxy.AspectJPrecedenceComparator
 
compareTo(Object) - Method in class org.springframework.aop.aspectj.autoproxy.AspectJAwareAdvisorAutoProxyCreator.PartiallyComparableAdvisorHolder
 
compareTo(DefaultLifecycleProcessor.LifecycleGroupMember) - Method in class org.springframework.context.support.DefaultLifecycleProcessor.LifecycleGroupMember
 
compareTo(DestinationPatternsMessageCondition, Message<?>) - Method in class org.springframework.messaging.handler.DestinationPatternsMessageCondition
Compare the two conditions based on the destination patterns they contain.
compareTo(T, Message<?>) - Method in interface org.springframework.messaging.handler.MessageCondition
Compare this condition to another in the context of a specific message.
compareTo(SimpMessageMappingInfo, Message<?>) - Method in class org.springframework.messaging.simp.SimpMessageMappingInfo
 
compareTo(SimpMessageTypeMessageCondition, Message<?>) - Method in class org.springframework.messaging.simp.SimpMessageTypeMessageCondition
 
compareTo(Delayed) - Method in class org.springframework.scheduling.commonj.TimerManagerTaskScheduler.TimerScheduledFuture
 
compareTo(Delayed) - Method in class org.springframework.scheduling.concurrent.ReschedulingRunnable
 
compareTo(MimeType) - Method in class org.springframework.util.MimeType
Compares this MediaType to another alphabetically.
compareTo(AbstractMapBasedHandlerMapping.PortletRequestMappingPredicate) - Method in class org.springframework.web.portlet.mvc.annotation.DefaultAnnotationHandlerMapping.ActionMappingPredicate
 
compareTo(AbstractMapBasedHandlerMapping.PortletRequestMappingPredicate) - Method in class org.springframework.web.portlet.mvc.annotation.DefaultAnnotationHandlerMapping.EventMappingPredicate
 
compareTo(AbstractMapBasedHandlerMapping.PortletRequestMappingPredicate) - Method in class org.springframework.web.portlet.mvc.annotation.DefaultAnnotationHandlerMapping.MethodLevelMappingPredicate
 
compareTo(AbstractMapBasedHandlerMapping.PortletRequestMappingPredicate) - Method in class org.springframework.web.portlet.mvc.annotation.DefaultAnnotationHandlerMapping.RenderMappingPredicate
 
compareTo(AbstractMapBasedHandlerMapping.PortletRequestMappingPredicate) - Method in class org.springframework.web.portlet.mvc.annotation.DefaultAnnotationHandlerMapping.ResourceMappingPredicate
 
compareTo(AbstractMapBasedHandlerMapping.PortletRequestMappingPredicate) - Method in class org.springframework.web.portlet.mvc.annotation.DefaultAnnotationHandlerMapping.TypeLevelMappingPredicate
 
compareTo(FlashMap) - Method in class org.springframework.web.servlet.FlashMap
Compare two FlashMaps and prefer the one that specifies a target URL path or has more target URL parameters.
compareTo(AbstractMediaTypeExpression) - Method in class org.springframework.web.servlet.mvc.condition.AbstractMediaTypeExpression
 
compareTo(CompositeRequestCondition, HttpServletRequest) - Method in class org.springframework.web.servlet.mvc.condition.CompositeRequestCondition
If one instance is empty, the other "wins".
compareTo(ConsumesRequestCondition, HttpServletRequest) - Method in class org.springframework.web.servlet.mvc.condition.ConsumesRequestCondition
Returns: 0 if the two conditions have the same number of expressions Less than 0 if "this" has more or more specific media type expressions Greater than 0 if "other" has more or more specific media type expressions
compareTo(HeadersRequestCondition, HttpServletRequest) - Method in class org.springframework.web.servlet.mvc.condition.HeadersRequestCondition
Returns: 0 if the two conditions have the same number of header expressions Less than 0 if "this" instance has more header expressions Greater than 0 if the "other" instance has more header expressions
compareTo(ParamsRequestCondition, HttpServletRequest) - Method in class org.springframework.web.servlet.mvc.condition.ParamsRequestCondition
Returns: 0 if the two conditions have the same number of parameter expressions Less than 0 if "this" instance has more parameter expressions Greater than 0 if the "other" instance has more parameter expressions
compareTo(PatternsRequestCondition, HttpServletRequest) - Method in class org.springframework.web.servlet.mvc.condition.PatternsRequestCondition
Compare the two conditions based on the URL patterns they contain.
compareTo(ProducesRequestCondition, HttpServletRequest) - Method in class org.springframework.web.servlet.mvc.condition.ProducesRequestCondition
Compares this and another "produces" condition as follows: Sort 'Accept' header media types by quality value via MediaType.sortByQualityValue(List) and iterate the list.
compareTo(T, HttpServletRequest) - Method in interface org.springframework.web.servlet.mvc.condition.RequestCondition
Compares this condition to another condition in the context of a specific request.
compareTo(RequestConditionHolder, HttpServletRequest) - Method in class org.springframework.web.servlet.mvc.condition.RequestConditionHolder
Compare the request conditions held by the two RequestConditionHolder instances after making sure the conditions are of the same type.
compareTo(RequestMethodsRequestCondition, HttpServletRequest) - Method in class org.springframework.web.servlet.mvc.condition.RequestMethodsRequestCondition
Returns: 0 if the two conditions contain the same number of HTTP request methods Less than 0 if "this" instance has an HTTP request method but "other" doesn't Greater than 0 "other" has an HTTP request method but "this" doesn't
compareTo(RequestMappingInfo, HttpServletRequest) - Method in class org.springframework.web.servlet.mvc.method.RequestMappingInfo
Compares "this" info (i.e.
ComparisonPropertySource(String) - Constructor for class org.springframework.core.env.PropertySource.ComparisonPropertySource
 
compatibleWithCloseBracket(char) - Method in class org.springframework.expression.common.TemplateAwareExpressionParser.Bracket
 
compile() - Method in class org.springframework.jdbc.core.simple.AbstractJdbcCall
Compile this JdbcCall using provided parameters and meta data plus other settings.
compile() - Method in class org.springframework.jdbc.core.simple.AbstractJdbcInsert
Compile this JdbcInsert using provided parameters and meta data plus other settings.
compile() - Method in class org.springframework.jdbc.object.RdbmsOperation
Compile this query.
compiled - Variable in class org.springframework.jdbc.core.simple.AbstractJdbcCall
Has this operation been compiled? Compilation means at least checking that a DataSource and sql have been provided, but subclasses may also implement their own custom validation.
compiled - Variable in class org.springframework.jdbc.core.simple.AbstractJdbcInsert
Has this operation been compiled? Compilation means at least checking that a DataSource or JdbcTemplate has been provided, but subclasses may also implement their own custom validation.
compiled - Variable in class org.springframework.jdbc.object.RdbmsOperation
Has this operation been compiled? Compilation means at least checking that a DataSource and sql have been provided, but subclasses may also implement their own custom validation.
compiledByAjc(Class<?>) - Method in class org.springframework.aop.aspectj.annotation.AbstractAspectJAdvisorFactory
We need to detect this as "code-style" AspectJ aspects should not be interpreted by Spring AOP.
compiledExclusionPatterns - Variable in class org.springframework.aop.support.JdkRegexpMethodPointcut
Compiled form of the exclusion patterns.
compiledPatterns - Variable in class org.springframework.aop.support.JdkRegexpMethodPointcut
Compiled form of the patterns.
compileInternal() - Method in class org.springframework.jdbc.core.simple.AbstractJdbcCall
Method to perform the actual compilation.
compileInternal() - Method in class org.springframework.jdbc.core.simple.AbstractJdbcInsert
Method to perform the actual compilation.
compileInternal() - Method in class org.springframework.jdbc.object.RdbmsOperation
Subclasses must implement this template method to perform their own compilation.
compileInternal() - Method in class org.springframework.jdbc.object.SqlCall
Overridden method to configure the CallableStatementCreatorFactory based on our declared parameters.
compileInternal() - Method in class org.springframework.jdbc.object.SqlOperation
Overridden method to configure the PreparedStatementCreatorFactory based on our declared parameters.
compilePatterns(String[]) - Method in class org.springframework.aop.support.JdkRegexpMethodPointcut
Compiles the supplied String[] into an array of Pattern objects and returns that array.
compileXpathExpression(String, Map<String, String>) - Method in class org.springframework.test.util.XpathExpectationsHelper
 
complete() - Method in interface org.springframework.http.server.ServerHttpAsyncRequestControl
Causes asynchronous request processing to be completed.
complete() - Method in class org.springframework.http.server.ServletServerHttpAsyncRequestControl
 
complete() - Method in class org.springframework.mock.web.MockAsyncContext
 
complete - Variable in class org.springframework.web.bind.support.SimpleSessionStatus
 
completed(HttpResponse) - Method in class org.springframework.http.client.HttpComponentsAsyncClientHttpRequest.HttpResponseFutureCallback
 
completed - Variable in class org.springframework.transaction.support.AbstractTransactionStatus
 
completeProxiedInterfaces(AdvisedSupport) - Static method in class org.springframework.aop.framework.AopProxyUtils
Determine the complete set of interfaces to proxy for the given AOP configuration.
completeTransactionAfterThrowing(TransactionAspectSupport.TransactionInfo, Throwable) - Method in class org.springframework.transaction.interceptor.TransactionAspectSupport
Handle a throwable, completing the transaction.
completionCallback - Variable in class org.springframework.web.context.request.async.DeferredResult
 
completionCallback - Variable in class org.springframework.web.context.request.async.WebAsyncTask
 
completionHandlers - Variable in class org.springframework.web.context.request.async.StandardServletAsyncWebRequest
 
completionListenerClass - Static variable in class org.springframework.jms.connection.CachedMessageProducer
 
Component - Annotation Type in org.springframework.stereotype
Indicates that an annotated class is a "component".
COMPONENT_ANNOTATION_CLASSNAME - Static variable in class org.springframework.context.annotation.AnnotationBeanNameGenerator
 
componentBuilders - Variable in class org.springframework.web.util.UriComponentsBuilder.CompositePathComponentBuilder
 
ComponentDefinition - Interface in org.springframework.beans.factory.parsing
Interface that describes the logical view of a set of BeanDefinitions and BeanReferences as presented in some configuration context.
componentRegistered(ComponentDefinition) - Method in class org.springframework.beans.factory.parsing.EmptyReaderEventListener
 
componentRegistered(ComponentDefinition) - Method in interface org.springframework.beans.factory.parsing.ReaderEventListener
Notification that the given component has been registered.
ComponentScan - Annotation Type in org.springframework.context.annotation
Configures component scanning directives for use with @Configuration classes.
ComponentScan.Filter - Annotation Type in org.springframework.context.annotation
Declares the type filter to be used as an include filter or exclude filter.
ComponentScanAnnotationParser - Class in org.springframework.context.annotation
Parser for the @ComponentScan annotation.
ComponentScanAnnotationParser(ResourceLoader, Environment, BeanNameGenerator, BeanDefinitionRegistry) - Constructor for class org.springframework.context.annotation.ComponentScanAnnotationParser
 
ComponentScanBeanDefinitionParser - Class in org.springframework.context.annotation
Parser for the <context:component-scan/> element.
ComponentScanBeanDefinitionParser() - Constructor for class org.springframework.context.annotation.ComponentScanBeanDefinitionParser
 
componentScanBeanNameGenerator - Variable in class org.springframework.context.annotation.ConfigurationClassPostProcessor
 
componentScanParser - Variable in class org.springframework.context.annotation.ConfigurationClassParser
 
componentType - Variable in class org.springframework.core.ResolvableType
The component type for an array or null if the type should be deduced.
ComposablePointcut - Class in org.springframework.aop.support
Convenient class for building up pointcuts.
ComposablePointcut() - Constructor for class org.springframework.aop.support.ComposablePointcut
Create a default ComposablePointcut, with ClassFilter.TRUE and MethodMatcher.TRUE.
ComposablePointcut(Pointcut) - Constructor for class org.springframework.aop.support.ComposablePointcut
Create a ComposablePointcut based on the given Pointcut.
ComposablePointcut(ClassFilter) - Constructor for class org.springframework.aop.support.ComposablePointcut
Create a ComposablePointcut for the given ClassFilter, with MethodMatcher.TRUE.
ComposablePointcut(MethodMatcher) - Constructor for class org.springframework.aop.support.ComposablePointcut
Create a ComposablePointcut for the given MethodMatcher, with ClassFilter.TRUE.
ComposablePointcut(ClassFilter, MethodMatcher) - Constructor for class org.springframework.aop.support.ComposablePointcut
Create a ComposablePointcut for the given ClassFilter and MethodMatcher.
composeConnectionHandling(<any>, TcpConnectionHandler<P>) - Method in class org.springframework.messaging.tcp.reactor.ReactorTcpClient
 
composedAnnotation - Variable in class org.springframework.test.context.MetaAnnotationUtils.AnnotationDescriptor
 
composeName(String, String) - Method in class org.springframework.mock.jndi.SimpleNamingContext
 
composeName(Name, Name) - Method in class org.springframework.mock.jndi.SimpleNamingContext
 
CompositeCacheManager - Class in org.springframework.cache.support
Composite CacheManager implementation that iterates over a given collection of delegate CacheManager instances.
CompositeCacheManager() - Constructor for class org.springframework.cache.support.CompositeCacheManager
Construct an empty CompositeCacheManager, with delegate CacheManagers to be added via the "cacheManagers" property.
CompositeCacheManager(CacheManager...) - Constructor for class org.springframework.cache.support.CompositeCacheManager
Construct a CompositeCacheManager from the given delegate CacheManagers.
CompositeCacheOperationSource - Class in org.springframework.cache.interceptor
Composite CacheOperationSource implementation that iterates over a given array of CacheOperationSource instances.
CompositeCacheOperationSource(CacheOperationSource...) - Constructor for class org.springframework.cache.interceptor.CompositeCacheOperationSource
Create a new CompositeCacheOperationSource for the given sources.
CompositeComponentDefinition - Class in org.springframework.beans.factory.parsing
ComponentDefinition implementation that holds one or more nested ComponentDefinition instances, aggregating them into a named group of components.
CompositeComponentDefinition(String, Object) - Constructor for class org.springframework.beans.factory.parsing.CompositeComponentDefinition
Create a new CompositeComponentDefinition.
CompositeDatabasePopulator - Class in org.springframework.jdbc.datasource.init
DatabasePopulator implementation that delegates to a list of other DatabasePopulator implementations, executing all scripts.
CompositeDatabasePopulator() - Constructor for class org.springframework.jdbc.datasource.init.CompositeDatabasePopulator
 
CompositeELResolverImpl() - Constructor for class org.springframework.web.servlet.view.tiles3.TilesConfigurer.CompositeELResolverImpl
 
CompositeFilter - Class in org.springframework.web.filter
A generic composite servlet Filter that just delegates its behaviour to a chain (list) of user supplied filters, achieving the functionality of a FilterChain, but conveniently using only Filter instances.
CompositeFilter() - Constructor for class org.springframework.web.filter.CompositeFilter
 
CompositeFilter.VirtualFilterChain - Class in org.springframework.web.filter
 
CompositeIterator<E> - Class in org.springframework.util
Iterator that combines multiple other iterators.
CompositeIterator() - Constructor for class org.springframework.util.CompositeIterator
Create a new composite iterator.
CompositeMessageConverter - Class in org.springframework.messaging.converter
A MessageConverter that delegates to a list of other converters to be invoked until one of them returns a non-null result.
CompositeMessageConverter(Collection<MessageConverter>) - Constructor for class org.springframework.messaging.converter.CompositeMessageConverter
Create an instance with the given converters.
CompositePathComponentBuilder() - Constructor for class org.springframework.web.util.UriComponentsBuilder.CompositePathComponentBuilder
 
CompositePathComponentBuilder(String) - Constructor for class org.springframework.web.util.UriComponentsBuilder.CompositePathComponentBuilder
 
CompositePropertySource - Class in org.springframework.core.env
Composite PropertySource implementation that iterates over a set of PropertySource instances.
CompositePropertySource(String) - Constructor for class org.springframework.core.env.CompositePropertySource
Create a new CompositePropertySource.
CompositeRequestCondition - Class in org.springframework.web.servlet.mvc.condition
Implements the RequestCondition contract by delegating to multiple RequestCondition types and using a logical conjunction (' && ') to ensure all conditions match a given request.
CompositeRequestCondition(RequestCondition<?>...) - Constructor for class org.springframework.web.servlet.mvc.condition.CompositeRequestCondition
Create an instance with 0 or more RequestCondition types.
CompositeRequestCondition(RequestConditionHolder[]) - Constructor for class org.springframework.web.servlet.mvc.condition.CompositeRequestCondition
 
CompositeStringExpression - Class in org.springframework.expression.common
Represents a template expression broken into pieces.
CompositeStringExpression(String, Expression[]) - Constructor for class org.springframework.expression.common.CompositeStringExpression
 
CompositeTransactionAttributeSource - Class in org.springframework.transaction.interceptor
Composite TransactionAttributeSource implementation that iterates over a given array of TransactionAttributeSource instances.
CompositeTransactionAttributeSource(TransactionAttributeSource[]) - Constructor for class org.springframework.transaction.interceptor.CompositeTransactionAttributeSource
Create a new CompositeTransactionAttributeSource for the given sources.
CompositeUriComponentsContributor - Class in org.springframework.web.method.support
A UriComponentsContributor containing a list of other contributors to delegate and also encapsulating a specific ConversionService to use for formatting method argument values to Strings.
CompositeUriComponentsContributor(UriComponentsContributor...) - Constructor for class org.springframework.web.method.support.CompositeUriComponentsContributor
Create an instance from a collection of UriComponentsContributors or HandlerMethodArgumentResolvers.
CompositeUriComponentsContributor(Collection<?>) - Constructor for class org.springframework.web.method.support.CompositeUriComponentsContributor
Create an instance from a collection of UriComponentsContributors or HandlerMethodArgumentResolvers.
CompositeUriComponentsContributor(Collection<?>, ConversionService) - Constructor for class org.springframework.web.method.support.CompositeUriComponentsContributor
Create an instance from a collection of UriComponentsContributors or HandlerMethodArgumentResolvers.
CompositeUriComponentsContributorFactoryBean() - Constructor for class org.springframework.web.servlet.config.AnnotationDrivenBeanDefinitionParser.CompositeUriComponentsContributorFactoryBean
 
COMPOUND_CLASS_LOADER_NAME - Static variable in class org.springframework.instrument.classloading.websphere.WebSphereClassLoaderAdapter
 
CompoundComparator<T> - Class in org.springframework.util.comparator
A comparator that chains a sequence of one or more more Comparators.
CompoundComparator() - Constructor for class org.springframework.util.comparator.CompoundComparator
Construct a CompoundComparator with initially no Comparators.
CompoundComparator(Comparator...) - Constructor for class org.springframework.util.comparator.CompoundComparator
Construct a CompoundComparator from the Comparators in the provided array.
CompoundExpression - Class in org.springframework.expression.spel.ast
Represents a DOT separated expression sequence, such as 'property1.property2.methodOne()'
CompoundExpression(int, SpelNodeImpl...) - Constructor for class org.springframework.expression.spel.ast.CompoundExpression
 
compute - Variable in class org.springframework.asm.MethodWriter
Indicates what must be automatically computed.
COMPUTE_FRAMES - Static variable in class org.springframework.asm.ClassWriter
Flag to automatically compute the stack map frames of methods from scratch.
COMPUTE_MAXS - Static variable in class org.springframework.asm.ClassWriter
Flag to automatically compute the maximum stack size and the maximum number of local variables of methods.
computeCacheOperations(Method, Class<?>) - Method in class org.springframework.cache.interceptor.AbstractFallbackCacheOperationSource
 
computeFrames - Variable in class org.springframework.asm.ClassWriter
true if the stack map frames must be recomputed from scratch.
computeLvtSlotIndices(boolean, Type[]) - Static method in class org.springframework.core.LocalVariableTableParameterNameDiscoverer.LocalVariableTableVisitor
 
computeMaxs - Variable in class org.springframework.asm.ClassWriter
true if the maximum stack size and number of local variables must be automatically computed.
computeTransactionAttribute(Method, Class<?>) - Method in class org.springframework.transaction.interceptor.AbstractFallbackTransactionAttributeSource
concatenateStringArrays(String[], String[]) - Static method in class org.springframework.util.StringUtils
Concatenate the given String arrays into one, with overlapping array elements included twice.
CONCURRENCY_ATTRIBUTE - Static variable in class org.springframework.jms.config.AbstractListenerContainerParser
 
CONCURRENCY_FAILURE_CODES - Static variable in class org.springframework.jdbc.support.SQLStateSQLExceptionTranslator
 
concurrencyCount - Variable in class org.springframework.util.ConcurrencyThrottleSupport
 
ConcurrencyFailureException - Exception in org.springframework.dao
Exception thrown on concurrency failure.
ConcurrencyFailureException(String) - Constructor for exception org.springframework.dao.ConcurrencyFailureException
Constructor for ConcurrencyFailureException.
ConcurrencyFailureException(String, Throwable) - Constructor for exception org.springframework.dao.ConcurrencyFailureException
Constructor for ConcurrencyFailureException.
concurrencyLimit - Variable in class org.springframework.util.ConcurrencyThrottleSupport
 
concurrencyThrottle - Variable in class org.springframework.core.task.SimpleAsyncTaskExecutor
Internal concurrency throttle used by this executor
ConcurrencyThrottleAdapter() - Constructor for class org.springframework.core.task.SimpleAsyncTaskExecutor.ConcurrencyThrottleAdapter
 
ConcurrencyThrottleInterceptor - Class in org.springframework.aop.interceptor
Interceptor that throttles concurrent access, blocking invocations if a specified concurrency limit is reached.
ConcurrencyThrottleInterceptor() - Constructor for class org.springframework.aop.interceptor.ConcurrencyThrottleInterceptor
 
ConcurrencyThrottleSupport - Class in org.springframework.util
Support class for throttling concurrent access to a specific resource.
ConcurrencyThrottleSupport() - Constructor for class org.springframework.util.ConcurrencyThrottleSupport
 
ConcurrencyThrottlingRunnable(Runnable) - Constructor for class org.springframework.core.task.SimpleAsyncTaskExecutor.ConcurrencyThrottlingRunnable
 
concurrent - Variable in class org.springframework.scheduling.quartz.MethodInvokingJobDetailFactoryBean
 
concurrentConsumers - Variable in class org.springframework.jms.listener.DefaultMessageListenerContainer
 
concurrentConsumers - Variable in class org.springframework.jms.listener.SimpleMessageListenerContainer
 
concurrentExecutor - Variable in class org.springframework.core.task.support.TaskExecutorAdapter
 
concurrentExecutor - Variable in class org.springframework.scheduling.concurrent.ConcurrentTaskExecutor
 
ConcurrentExecutorAdapter - Class in org.springframework.core.task.support
Adapter that exposes the Executor interface for any Spring TaskExecutor.
ConcurrentExecutorAdapter(TaskExecutor) - Constructor for class org.springframework.core.task.support.ConcurrentExecutorAdapter
Create a new ConcurrentExecutorAdapter for the given Spring TaskExecutor.
ConcurrentMapCache - Class in org.springframework.cache.concurrent
Simple Cache implementation based on the core JDK java.util.concurrent package.
ConcurrentMapCache(String) - Constructor for class org.springframework.cache.concurrent.ConcurrentMapCache
Create a new ConcurrentMapCache with the specified name.
ConcurrentMapCache(String, boolean) - Constructor for class org.springframework.cache.concurrent.ConcurrentMapCache
Create a new ConcurrentMapCache with the specified name.
ConcurrentMapCache(String, ConcurrentMap<Object, Object>, boolean) - Constructor for class org.springframework.cache.concurrent.ConcurrentMapCache
Create a new ConcurrentMapCache with the specified name and the given internal ConcurrentMap to use.
ConcurrentMapCache.NullHolder - Class in org.springframework.cache.concurrent
 
ConcurrentMapCacheFactoryBean - Class in org.springframework.cache.concurrent
FactoryBean for easy configuration of a ConcurrentMapCache when used within a Spring container.
ConcurrentMapCacheFactoryBean() - Constructor for class org.springframework.cache.concurrent.ConcurrentMapCacheFactoryBean
 
ConcurrentMapCacheManager - Class in org.springframework.cache.concurrent
CacheManager implementation that lazily builds ConcurrentMapCache instances for each ConcurrentMapCacheManager.getCache(java.lang.String) request.
ConcurrentMapCacheManager() - Constructor for class org.springframework.cache.concurrent.ConcurrentMapCacheManager
Construct a dynamic ConcurrentMapCacheManager, lazily creating cache instances as they are being requested.
ConcurrentMapCacheManager(String...) - Constructor for class org.springframework.cache.concurrent.ConcurrentMapCacheManager
Construct a static ConcurrentMapCacheManager, managing caches for the specified cache names only.
ConcurrentReferenceHashMap<K,V> - Class in org.springframework.util
A ConcurrentHashMap that uses soft or weak references for both keys and values.
ConcurrentReferenceHashMap() - Constructor for class org.springframework.util.ConcurrentReferenceHashMap
Create a new ConcurrentReferenceHashMap instance.
ConcurrentReferenceHashMap(int) - Constructor for class org.springframework.util.ConcurrentReferenceHashMap
Create a new ConcurrentReferenceHashMap instance.
ConcurrentReferenceHashMap(int, float) - Constructor for class org.springframework.util.ConcurrentReferenceHashMap
Create a new ConcurrentReferenceHashMap instance.
ConcurrentReferenceHashMap(int, int) - Constructor for class org.springframework.util.ConcurrentReferenceHashMap
Create a new ConcurrentReferenceHashMap instance.
ConcurrentReferenceHashMap(int, ConcurrentReferenceHashMap.ReferenceType) - Constructor for class org.springframework.util.ConcurrentReferenceHashMap
Create a new ConcurrentReferenceHashMap instance.
ConcurrentReferenceHashMap(int, float, int) - Constructor for class org.springframework.util.ConcurrentReferenceHashMap
Create a new ConcurrentReferenceHashMap instance.
ConcurrentReferenceHashMap(int, float, int, ConcurrentReferenceHashMap.ReferenceType) - Constructor for class org.springframework.util.ConcurrentReferenceHashMap
Create a new ConcurrentReferenceHashMap instance.
ConcurrentReferenceHashMap.Entries - Class in org.springframework.util
Allows a task access to ConcurrentReferenceHashMap.Segment entries.
ConcurrentReferenceHashMap.Entry<K,V> - Class in org.springframework.util
A single map entry.
ConcurrentReferenceHashMap.EntryIterator - Class in org.springframework.util
Internal entry iterator implementation.
ConcurrentReferenceHashMap.EntrySet - Class in org.springframework.util
Internal entry-set implementation.
ConcurrentReferenceHashMap.Reference<K,V> - Interface in org.springframework.util
A reference to an ConcurrentReferenceHashMap.Entry contained in the map.
ConcurrentReferenceHashMap.ReferenceManager - Class in org.springframework.util
Strategy class used to manage ConcurrentReferenceHashMap.References.
ConcurrentReferenceHashMap.ReferenceType - Enum in org.springframework.util
Various reference types supported by this map.
ConcurrentReferenceHashMap.Restructure - Enum in org.springframework.util
The types of restructuring that can be performed.
ConcurrentReferenceHashMap.Segment - Class in org.springframework.util
A single segment used to divide the map to allow better concurrent performance.
ConcurrentReferenceHashMap.SoftEntryReference<K,V> - Class in org.springframework.util
Internal ConcurrentReferenceHashMap.Reference implementation for SoftReferences.
ConcurrentReferenceHashMap.Task<T> - Class in org.springframework.util
A task that can be run against a ConcurrentReferenceHashMap.Segment.
ConcurrentReferenceHashMap.TaskOption - Enum in org.springframework.util
Various options supported by a Task.
ConcurrentReferenceHashMap.WeakEntryReference<K,V> - Class in org.springframework.util
Internal ConcurrentReferenceHashMap.Reference implementation for WeakReferences.
concurrentResult - Variable in class org.springframework.web.context.request.async.WebAsyncManager
 
concurrentResultContext - Variable in class org.springframework.web.context.request.async.WebAsyncManager
 
ConcurrentTaskExecutor - Class in org.springframework.scheduling.concurrent
Adapter that takes a java.util.concurrent.Executor and exposes a Spring TaskExecutor for it.
ConcurrentTaskExecutor() - Constructor for class org.springframework.scheduling.concurrent.ConcurrentTaskExecutor
Create a new ConcurrentTaskExecutor, using a single thread executor as default.
ConcurrentTaskExecutor(Executor) - Constructor for class org.springframework.scheduling.concurrent.ConcurrentTaskExecutor
Create a new ConcurrentTaskExecutor, using the given Executor.
ConcurrentTaskExecutor.ManagedTaskBuilder - Class in org.springframework.scheduling.concurrent
Delegate that wraps a given Runnable/Callable with a JSR-236 ManagedTask, exposing a long-running hint based on SchedulingAwareRunnable and a given identity name.
ConcurrentTaskExecutor.ManagedTaskExecutorAdapter - Class in org.springframework.scheduling.concurrent
TaskExecutorAdapter subclass that wraps all provided Runnables and Callables with a JSR-236 ManagedTask, exposing a long-running hint based on SchedulingAwareRunnable and an identity name based on the task's toString() representation.
ConcurrentTaskScheduler - Class in org.springframework.scheduling.concurrent
Adapter that takes a java.util.concurrent.ScheduledExecutorService and exposes a Spring TaskScheduler for it.
ConcurrentTaskScheduler() - Constructor for class org.springframework.scheduling.concurrent.ConcurrentTaskScheduler
Create a new ConcurrentTaskScheduler, using a single thread executor as default.
ConcurrentTaskScheduler(ScheduledExecutorService) - Constructor for class org.springframework.scheduling.concurrent.ConcurrentTaskScheduler
Create a new ConcurrentTaskScheduler, using the given ScheduledExecutorService as shared delegate.
ConcurrentTaskScheduler(Executor, ScheduledExecutorService) - Constructor for class org.springframework.scheduling.concurrent.ConcurrentTaskScheduler
Create a new ConcurrentTaskScheduler, using the given Executor and ScheduledExecutorService as delegates.
ConcurrentTaskScheduler.EnterpriseConcurrentTriggerScheduler - Class in org.springframework.scheduling.concurrent
Delegate that adapts a Spring Trigger to a JSR-236 Trigger.
ConcurrentWebSocketSessionDecorator - Class in org.springframework.web.socket.handler
Wraps a WebSocketSession and guarantees only one thread can send messages at a time.
ConcurrentWebSocketSessionDecorator(WebSocketSession, int, int) - Constructor for class org.springframework.web.socket.handler.ConcurrentWebSocketSessionDecorator
 
condition - Variable in class org.springframework.cache.config.CacheAdviceParser.Props
 
condition - Variable in class org.springframework.cache.interceptor.CacheOperation
 
condition(String, Method, EvaluationContext) - Method in class org.springframework.cache.interceptor.ExpressionEvaluator
 
Condition - Interface in org.springframework.context.annotation
A single condition that must be matched in order for a component to be registered.
condition - Variable in class org.springframework.web.servlet.mvc.condition.RequestConditionHolder
 
Conditional - Annotation Type in org.springframework.context.annotation
Indicates that a component is only eligible for registration when all specified conditions match.
ConditionalCallbackFilter(Callback[]) - Constructor for class org.springframework.context.annotation.ConfigurationClassEnhancer.ConditionalCallbackFilter
 
ConditionalConverter - Interface in org.springframework.core.convert.converter
Allows a Converter, GenericConverter or ConverterFactory to conditionally execute based on attributes of the source and target TypeDescriptor.
ConditionalGenericConverter - Interface in org.springframework.core.convert.converter
A GenericConverter that may conditionally execute based on attributes of the source and target TypeDescriptor.
conditionCache - Variable in class org.springframework.cache.interceptor.ExpressionEvaluator
 
ConditionContext - Interface in org.springframework.context.annotation
Context information for use by Conditions.
ConditionContextImpl(BeanDefinitionRegistry, Environment, ResourceLoader) - Constructor for class org.springframework.context.annotation.ConditionEvaluator.ConditionContextImpl
 
conditionEvaluator - Variable in class org.springframework.context.annotation.AnnotatedBeanDefinitionReader
 
conditionEvaluator - Variable in class org.springframework.context.annotation.ClassPathScanningCandidateComponentProvider
 
ConditionEvaluator - Class in org.springframework.context.annotation
Internal class used to evaluate Conditional annotations.
ConditionEvaluator(BeanDefinitionRegistry, Environment, ResourceLoader) - Constructor for class org.springframework.context.annotation.ConditionEvaluator
Create a new ConditionEvaluator instance.
conditionEvaluator - Variable in class org.springframework.context.annotation.ConfigurationClassBeanDefinitionReader
 
conditionEvaluator - Variable in class org.springframework.context.annotation.ConfigurationClassParser
 
ConditionEvaluator.ConditionContextImpl - Class in org.springframework.context.annotation
Implementation of a ConditionContext.
config - Variable in class org.springframework.web.socket.sockjs.transport.session.AbstractSockJsSession
 
CONFIG_LOCATION_DELIMITERS - Static variable in interface org.springframework.context.ConfigurableApplicationContext
Any number of these characters are considered delimiters between multiple context config paths in a single String value.
CONFIG_LOCATION_DELIMITERS - Static variable in class org.springframework.jca.context.SpringContextResourceAdapter
Any number of these characters are considered delimiters between multiple context config paths in a single String value.
CONFIG_LOCATION_PARAM - Static variable in class org.springframework.web.context.ContextLoader
Name of servlet context parameter (i.e., "contextConfigLocation") that can specify the config location for the root context, falling back to the implementation's default otherwise.
CONFIG_LOCATION_PARAM - Static variable in class org.springframework.web.util.Log4jWebConfigurer
Parameter specifying the location of the log4j config file
ConfigBeanDefinitionParser - Class in org.springframework.aop.config
BeanDefinitionParser for the &lt;aop:config&gt; tag.
ConfigBeanDefinitionParser() - Constructor for class org.springframework.aop.config.ConfigBeanDefinitionParser
 
configBuilder - Variable in class org.springframework.web.socket.client.standard.EndpointConnectionManager
 
configLocation - Variable in class org.springframework.cache.ehcache.EhCacheManagerFactoryBean
 
configLocation - Variable in class org.springframework.orm.jdo.LocalPersistenceManagerFactoryBean
 
configLocation - Variable in class org.springframework.scheduling.quartz.SchedulerFactoryBean
 
configLocation - Variable in class org.springframework.ui.freemarker.FreeMarkerConfigurationFactory
 
configLocation - Variable in class org.springframework.ui.velocity.VelocityEngineFactory
 
configLocations - Variable in class org.springframework.context.support.AbstractRefreshableConfigApplicationContext
 
configLocations - Variable in class org.springframework.orm.hibernate3.LocalSessionFactoryBean
 
configLocations - Variable in class org.springframework.orm.hibernate4.LocalSessionFactoryBean
 
configResources - Variable in class org.springframework.context.support.ClassPathXmlApplicationContext
 
configTimeDataSourceHolder - Static variable in class org.springframework.orm.hibernate3.LocalSessionFactoryBean
 
configTimeDataSourceHolder - Static variable in class org.springframework.scheduling.quartz.SchedulerFactoryBean
 
configTimeLobHandlerHolder - Static variable in class org.springframework.orm.hibernate3.LocalSessionFactoryBean
 
configTimeNonTransactionalDataSourceHolder - Static variable in class org.springframework.scheduling.quartz.SchedulerFactoryBean
 
configTimeRegionFactoryHolder - Static variable in class org.springframework.orm.hibernate3.LocalSessionFactoryBean
 
configTimeResourceLoaderHolder - Static variable in class org.springframework.scheduling.quartz.SchedulerFactoryBean
 
configTimeTaskExecutorHolder - Static variable in class org.springframework.scheduling.quartz.SchedulerFactoryBean
 
configTimeTransactionManagerHolder - Static variable in class org.springframework.orm.hibernate3.LocalSessionFactoryBean
 
Configurable - Annotation Type in org.springframework.beans.factory.annotation
Marks a class as being eligible for Spring-driven configuration.
ConfigurableApplicationContext - Interface in org.springframework.context
SPI interface to be implemented by most if not all application contexts.
ConfigurableBeanFactory - Interface in org.springframework.beans.factory.config
Configuration interface to be implemented by most bean factories.
configurableBeanFactory - Variable in class org.springframework.messaging.handler.annotation.support.AbstractNamedValueMethodArgumentResolver
 
configurableBeanFactory - Variable in class org.springframework.web.method.annotation.AbstractNamedValueMethodArgumentResolver
 
ConfigurableConversionService - Interface in org.springframework.core.convert.support
Configuration interface to be implemented by most if not all ConversionService types.
ConfigurableEnvironment - Interface in org.springframework.core.env
Configuration interface to be implemented by most if not all Environment types.
ConfigurableJasperReportsView - Class in org.springframework.web.servlet.view.jasperreports
Configurable JasperReports View, allowing to specify the JasperReports exporter to be specified through bean properties rather than through the view class name.
ConfigurableJasperReportsView() - Constructor for class org.springframework.web.servlet.view.jasperreports.ConfigurableJasperReportsView
 
ConfigurableJtaPlatform - Class in org.springframework.orm.hibernate4
Implementation of Hibernate 4's JtaPlatform SPI (which has a different package location in Hibernate 4.0-4.2 vs 4.3), exposing passed-in TransactionManager, UserTransaction and TransactionSynchronizationRegistry references.
ConfigurableJtaPlatform(TransactionManager, UserTransaction, TransactionSynchronizationRegistry) - Constructor for class org.springframework.orm.hibernate4.ConfigurableJtaPlatform
Create a new ConfigurableJtaPlatform instance with the given JTA TransactionManager and optionally a given UserTransaction.
ConfigurableListableBeanFactory - Interface in org.springframework.beans.factory.config
Configuration interface to be implemented by most listable bean factories.
ConfigurableMimeFileTypeMap - Class in org.springframework.mail.javamail
Spring-configurable FileTypeMap implementation that will read MIME type to file extension mappings from a standard JavaMail MIME type mapping file, using a standard MimetypesFileTypeMap underneath.
ConfigurableMimeFileTypeMap() - Constructor for class org.springframework.mail.javamail.ConfigurableMimeFileTypeMap
 
ConfigurableObject - Interface in org.springframework.beans.factory.aspectj
Marker interface for domain object that need DI through aspects.
ConfigurableObjectInputStream - Class in org.springframework.core
Special ObjectInputStream subclass that resolves class names against a specific ClassLoader.
ConfigurableObjectInputStream(InputStream, ClassLoader) - Constructor for class org.springframework.core.ConfigurableObjectInputStream
Create a new ConfigurableObjectInputStream for the given InputStream and ClassLoader.
ConfigurableObjectInputStream(InputStream, ClassLoader, boolean) - Constructor for class org.springframework.core.ConfigurableObjectInputStream
Create a new ConfigurableObjectInputStream for the given InputStream and ClassLoader.
ConfigurablePortletApplicationContext - Interface in org.springframework.web.portlet.context
Interface to be implemented by configurable portlet application contexts.
ConfigurablePropertyAccessor - Interface in org.springframework.beans
Interface that encapsulates configuration methods for a PropertyAccessor.
ConfigurablePropertyResolver - Interface in org.springframework.core.env
Configuration interface to be implemented by most if not all PropertyResolver types.
ConfigurableWebApplicationContext - Interface in org.springframework.web.context
Interface to be implemented by configurable web application contexts.
ConfigurableWebBindingInitializer - Class in org.springframework.web.bind.support
Convenient WebBindingInitializer for declarative configuration in a Spring application context.
ConfigurableWebBindingInitializer() - Constructor for class org.springframework.web.bind.support.ConfigurableWebBindingInitializer
 
ConfigurableWebEnvironment - Interface in org.springframework.web.context
Specialization of ConfigurableEnvironment allowing initialization of servlet-related PropertySource objects at the earliest moment that the ServletContext and (optionally) ServletConfig become available.
Configuration - Annotation Type in org.springframework.context.annotation
Indicates that a class declares one or more @Bean methods and may be processed by the Spring container to generate bean definitions and service requests for those beans at runtime, for example:
 @Configuration
 public class AppConfig {
     @Bean
     public MyBean myBean() {
         // instantiate, configure and return bean ...
configuration - Variable in class org.springframework.expression.spel.ExpressionState
 
configuration - Variable in class org.springframework.expression.spel.standard.InternalSpelExpressionParser
 
configuration - Variable in class org.springframework.expression.spel.standard.SpelExpression
 
configuration - Variable in class org.springframework.expression.spel.standard.SpelExpressionParser
 
configuration - Variable in class org.springframework.orm.hibernate3.LocalSessionFactoryBean
 
configuration - Variable in class org.springframework.orm.hibernate4.LocalSessionFactoryBean
 
configuration - Variable in class org.springframework.ui.freemarker.FreeMarkerConfigurationFactoryBean
 
configuration - Variable in class org.springframework.web.servlet.view.freemarker.FreeMarkerConfigurer
 
configuration - Variable in class org.springframework.web.servlet.view.freemarker.FreeMarkerView
 
CONFIGURATION_ANNOTATION_PROCESSOR_BEAN_NAME - Static variable in class org.springframework.context.annotation.AnnotationConfigUtils
The bean name of the internally managed Configuration annotation processor.
CONFIGURATION_BEAN_NAME_GENERATOR - Static variable in class org.springframework.context.annotation.AnnotationConfigUtils
The bean name of the internally managed BeanNameGenerator for use when processing Configuration classes.
CONFIGURATION_CLASS_ATTRIBUTE - Static variable in class org.springframework.context.annotation.ConfigurationClassUtils
 
CONFIGURATION_CLASS_FULL - Static variable in class org.springframework.context.annotation.ConfigurationClassUtils
 
CONFIGURATION_CLASS_LITE - Static variable in class org.springframework.context.annotation.ConfigurationClassUtils
 
configurationAttributes - Variable in class org.springframework.test.context.transaction.TransactionalTestExecutionListener
 
ConfigurationClass - Class in org.springframework.context.annotation
Represents a user-defined @Configuration class.
ConfigurationClass(MetadataReader, String) - Constructor for class org.springframework.context.annotation.ConfigurationClass
Create a new ConfigurationClass with the given name.
ConfigurationClass(MetadataReader, ConfigurationClass) - Constructor for class org.springframework.context.annotation.ConfigurationClass
Create a new ConfigurationClass representing a class that was imported using the Import annotation or automatically processed as a nested configuration class (if importedBy is not null).
ConfigurationClass(Class<?>, String) - Constructor for class org.springframework.context.annotation.ConfigurationClass
Create a new ConfigurationClass with the given name.
ConfigurationClass(Class<?>, ConfigurationClass) - Constructor for class org.springframework.context.annotation.ConfigurationClass
Create a new ConfigurationClass representing a class that was imported using the Import annotation or automatically processed as a nested configuration class (if imported is true).
configurationClass - Variable in class org.springframework.context.annotation.ConfigurationClassParser.DeferredImportSelectorHolder
 
configurationClass - Variable in class org.springframework.context.annotation.ConfigurationMethod
 
configurationClass - Variable in class org.springframework.orm.hibernate3.LocalSessionFactoryBean
 
ConfigurationClass.FinalConfigurationProblem - Class in org.springframework.context.annotation
Configuration classes must be non-final to accommodate CGLIB subclassing.
ConfigurationClassBeanDefinition(ConfigurationClass) - Constructor for class org.springframework.context.annotation.ConfigurationClassBeanDefinitionReader.ConfigurationClassBeanDefinition
 
ConfigurationClassBeanDefinition(RootBeanDefinition, ConfigurationClass) - Constructor for class org.springframework.context.annotation.ConfigurationClassBeanDefinitionReader.ConfigurationClassBeanDefinition
 
ConfigurationClassBeanDefinition(ConfigurationClassBeanDefinitionReader.ConfigurationClassBeanDefinition) - Constructor for class org.springframework.context.annotation.ConfigurationClassBeanDefinitionReader.ConfigurationClassBeanDefinition
 
ConfigurationClassBeanDefinitionReader - Class in org.springframework.context.annotation
Reads a given fully-populated set of ConfigurationClass instances, registering bean definitions with the given BeanDefinitionRegistry based on its contents.
ConfigurationClassBeanDefinitionReader(BeanDefinitionRegistry, SourceExtractor, ProblemReporter, MetadataReaderFactory, ResourceLoader, Environment, BeanNameGenerator) - Constructor for class org.springframework.context.annotation.ConfigurationClassBeanDefinitionReader
Create a new ConfigurationClassBeanDefinitionReader instance that will be used to populate the given BeanDefinitionRegistry.
ConfigurationClassBeanDefinitionReader.ConfigurationClassBeanDefinition - Class in org.springframework.context.annotation
RootBeanDefinition marker subclass used to signify that a bean definition was created from a configuration class as opposed to any other configuration source.
ConfigurationClassBeanDefinitionReader.InvalidConfigurationImportProblem - Class in org.springframework.context.annotation
Configuration classes must be annotated with @Configuration or declare at least one @Bean method.
ConfigurationClassBeanDefinitionReader.TrackedConditionEvaluator - Class in org.springframework.context.annotation
Evaluate @Conditional annotations, tracking results and taking into account 'imported by'.
ConfigurationClassEnhancer - Class in org.springframework.context.annotation
Enhances Configuration classes by generating a CGLIB subclass which interacts with the Spring container to respect bean scoping semantics for @Bean methods.
ConfigurationClassEnhancer() - Constructor for class org.springframework.context.annotation.ConfigurationClassEnhancer
 
ConfigurationClassEnhancer.BeanFactoryAwareGeneratorStrategy - Class in org.springframework.context.annotation
Custom extension of CGLIB's DefaultGeneratorStrategy, introducing a BeanFactory field.
ConfigurationClassEnhancer.BeanFactoryAwareMethodInterceptor - Class in org.springframework.context.annotation
Intercepts the invocation of any BeanFactoryAware.setBeanFactory(BeanFactory) on @Configuration class instances for the purpose of recording the BeanFactory.
ConfigurationClassEnhancer.BeanMethodInterceptor - Class in org.springframework.context.annotation
Intercepts the invocation of any Bean-annotated methods in order to ensure proper handling of bean semantics such as scoping and AOP proxying.
ConfigurationClassEnhancer.ConditionalCallback - Interface in org.springframework.context.annotation
Conditional Callback.
ConfigurationClassEnhancer.ConditionalCallbackFilter - Class in org.springframework.context.annotation
A CallbackFilter that works by interrogating Callbacks in the order that they are defined via ConfigurationClassEnhancer.ConditionalCallback.
ConfigurationClassEnhancer.DisposableBeanMethodInterceptor - Class in org.springframework.context.annotation
Intercepts the invocation of any DisposableBean.destroy() on @Configuration class instances for the purpose of de-registering CGLIB callbacks.
ConfigurationClassEnhancer.EnhancedConfiguration - Interface in org.springframework.context.annotation
Marker interface to be implemented by all @Configuration CGLIB subclasses.
configurationClasses - Variable in class org.springframework.context.annotation.ConfigurationClassParser
 
ConfigurationClassParser - Class in org.springframework.context.annotation
Parses a Configuration class definition, populating a collection of ConfigurationClass objects (parsing a single Configuration class may result in any number of ConfigurationClass objects because one Configuration class may import another using the Import annotation).
ConfigurationClassParser(MetadataReaderFactory, ProblemReporter, Environment, ResourceLoader, BeanNameGenerator, BeanDefinitionRegistry) - Constructor for class org.springframework.context.annotation.ConfigurationClassParser
Create a new ConfigurationClassParser instance that will be used to populate the set of configuration classes.
ConfigurationClassParser.CircularImportProblem - Class in org.springframework.context.annotation
Problem registered upon detection of a circular Import.
ConfigurationClassParser.DeferredImportSelectorHolder - Class in org.springframework.context.annotation
 
ConfigurationClassParser.ImportRegistry - Interface in org.springframework.context.annotation
 
ConfigurationClassParser.ImportStack - Class in org.springframework.context.annotation
 
ConfigurationClassParser.SourceClass - Class in org.springframework.context.annotation
Simple wrapper that allows annotated source classes to be dealt with in a uniform manor, regardless of how they are loaded.
ConfigurationClassPostProcessor - Class in org.springframework.context.annotation
BeanFactoryPostProcessor used for bootstrapping processing of @Configuration classes.
ConfigurationClassPostProcessor() - Constructor for class org.springframework.context.annotation.ConfigurationClassPostProcessor
 
ConfigurationClassPostProcessor.EnhancedConfigurationBeanPostProcessor - Class in org.springframework.context.annotation
ConfigurationClassPostProcessor.ImportAwareBeanPostProcessor - Class in org.springframework.context.annotation
 
ConfigurationClassUtils - Class in org.springframework.context.annotation
Utilities for processing @Configuration classes.
ConfigurationClassUtils() - Constructor for class org.springframework.context.annotation.ConfigurationClassUtils
 
ConfigurationCondition - Interface in org.springframework.context.annotation
A Condition that offers more fine-grained control when used with @Configuration.
ConfigurationCondition.ConfigurationPhase - Enum in org.springframework.context.annotation
The various configuration phases where the condition could be evaluated.
configurationFrozen - Variable in class org.springframework.beans.factory.support.DefaultListableBeanFactory
Whether bean definition metadata may be cached for all beans
ConfigurationMethod - Class in org.springframework.context.annotation
 
ConfigurationMethod(MethodMetadata, ConfigurationClass) - Constructor for class org.springframework.context.annotation.ConfigurationMethod
 
ConfigurationPhase() - Constructor for enum org.springframework.context.annotation.ConfigurationCondition.ConfigurationPhase
 
configure(Properties) - Method in class org.springframework.orm.hibernate3.LocalDataSourceConnectionProvider
 
configure(Properties) - Method in class org.springframework.orm.hibernate3.SpringTransactionFactory
 
configureAndRefreshWebApplicationContext(ConfigurableWebApplicationContext, ServletContext) - Method in class org.springframework.web.context.ContextLoader
 
configureAndRefreshWebApplicationContext(ConfigurableWebApplicationContext) - Method in class org.springframework.web.servlet.FrameworkServlet
 
configureAsyncSupport(AsyncSupportConfigurer) - Method in class org.springframework.test.web.servlet.setup.StandaloneMockMvcBuilder.StandaloneConfiguration
 
configureAsyncSupport(AsyncSupportConfigurer) - Method in class org.springframework.web.servlet.config.annotation.DelegatingWebMvcConfiguration
 
configureAsyncSupport(AsyncSupportConfigurer) - Method in class org.springframework.web.servlet.config.annotation.WebMvcConfigurationSupport
Override this method to configure asynchronous request processing options.
configureAsyncSupport(AsyncSupportConfigurer) - Method in interface org.springframework.web.servlet.config.annotation.WebMvcConfigurer
Configure asynchronous request handling options.
configureAsyncSupport(AsyncSupportConfigurer) - Method in class org.springframework.web.servlet.config.annotation.WebMvcConfigurerAdapter
Configure asynchronous request handling options.
configureAsyncSupport(AsyncSupportConfigurer) - Method in class org.springframework.web.servlet.config.annotation.WebMvcConfigurerComposite
 
configureAutoProxyCreator(ParserContext, Element) - Method in class org.springframework.aop.config.ConfigBeanDefinitionParser
Configures the auto proxy creator needed to support the BeanDefinitions created by the '&lt;aop:config/&gt;' tag.
configureAutoProxyCreator(Element, ParserContext) - Static method in class org.springframework.cache.config.AnnotationDrivenCacheBeanDefinitionParser.AopAutoProxyConfigurer
 
configureAutoProxyCreator(Element, ParserContext) - Static method in class org.springframework.transaction.config.AnnotationDrivenBeanDefinitionParser.AopAutoProxyConfigurer
 
configureBean(Object, String) - Method in interface org.springframework.beans.factory.config.AutowireCapableBeanFactory
Configure the given raw bean: autowiring bean properties, applying bean property values, applying factory callbacks such as setBeanName and setBeanFactory, and also applying all bean post processors (including ones which might wrap the given raw bean).
configureBean(Object, String) - Method in class org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory
 
configureBean(Object) - Method in class org.springframework.beans.factory.wiring.BeanConfigurerSupport
Configure the bean instance.
configureBean(Object, String) - Method in class org.springframework.test.web.servlet.setup.StubWebApplicationContext.StubBeanFactory
 
configureBeanPostProcessor(AutowiredAnnotationBeanPostProcessor, Object) - Method in class org.springframework.ejb.interceptor.SpringBeanAutowiringInterceptor
Template method for configuring the AutowiredAnnotationBeanPostProcessor used for autowiring.
configureBrokerChannel() - Method in class org.springframework.messaging.simp.config.MessageBrokerRegistry
Customize the channel used to send messages from the application to the message broker.
configureClientInboundChannel(ChannelRegistration) - Method in class org.springframework.messaging.simp.config.AbstractMessageBrokerConfiguration
A hook for sub-classes to customize the message channel for inbound messages from WebSocket clients.
configureClientInboundChannel(ChannelRegistration) - Method in class org.springframework.web.socket.config.annotation.AbstractWebSocketMessageBrokerConfigurer
 
configureClientInboundChannel(ChannelRegistration) - Method in class org.springframework.web.socket.config.annotation.DelegatingWebSocketMessageBrokerConfiguration
 
configureClientInboundChannel(ChannelRegistration) - Method in interface org.springframework.web.socket.config.annotation.WebSocketMessageBrokerConfigurer
Configure the MessageChannel used for incoming messages from WebSocket clients.
configureClientOutboundChannel(ChannelRegistration) - Method in class org.springframework.messaging.simp.config.AbstractMessageBrokerConfiguration
A hook for sub-classes to customize the message channel for messages from the application or message broker to WebSocket clients.
configureClientOutboundChannel(ChannelRegistration) - Method in class org.springframework.web.socket.config.annotation.AbstractWebSocketMessageBrokerConfigurer
 
configureClientOutboundChannel(ChannelRegistration) - Method in class org.springframework.web.socket.config.annotation.DelegatingWebSocketMessageBrokerConfiguration
 
configureClientOutboundChannel(ChannelRegistration) - Method in interface org.springframework.web.socket.config.annotation.WebSocketMessageBrokerConfigurer
Configure the MessageChannel used for incoming messages from WebSocket clients.
configureConnectionProperties(ConnectionProperties, String) - Method in class org.springframework.jdbc.datasource.embedded.DerbyEmbeddedDatabaseConfigurer
 
configureConnectionProperties(ConnectionProperties, String) - Method in interface org.springframework.jdbc.datasource.embedded.EmbeddedDatabaseConfigurer
Configure the properties required to create and connect to the embedded database instance.
configureConnectionProperties(ConnectionProperties, String) - Method in class org.springframework.jdbc.datasource.embedded.H2EmbeddedDatabaseConfigurer
 
configureConnectionProperties(ConnectionProperties, String) - Method in class org.springframework.jdbc.datasource.embedded.HsqlEmbeddedDatabaseConfigurer
 
configureContentNegotiation(ContentNegotiationConfigurer) - Method in class org.springframework.web.servlet.config.annotation.DelegatingWebMvcConfiguration
 
configureContentNegotiation(ContentNegotiationConfigurer) - Method in class org.springframework.web.servlet.config.annotation.WebMvcConfigurationSupport
Override this method to configure content negotiation.
configureContentNegotiation(ContentNegotiationConfigurer) - Method in interface org.springframework.web.servlet.config.annotation.WebMvcConfigurer
Configure content negotiation options.
configureContentNegotiation(ContentNegotiationConfigurer) - Method in class org.springframework.web.servlet.config.annotation.WebMvcConfigurerAdapter
Configure content negotiation options.
configureContentNegotiation(ContentNegotiationConfigurer) - Method in class org.springframework.web.servlet.config.annotation.WebMvcConfigurerComposite
 
configureDefaultServletHandling(DefaultServletHandlerConfigurer) - Method in class org.springframework.web.servlet.config.annotation.DelegatingWebMvcConfiguration
 
configureDefaultServletHandling(DefaultServletHandlerConfigurer) - Method in class org.springframework.web.servlet.config.annotation.WebMvcConfigurationSupport
Override this method to configure "default" Servlet handling.
configureDefaultServletHandling(DefaultServletHandlerConfigurer) - Method in interface org.springframework.web.servlet.config.annotation.WebMvcConfigurer
Configure a handler to delegate unhandled requests by forwarding to the Servlet container's "default" servlet.
configureDefaultServletHandling(DefaultServletHandlerConfigurer) - Method in class org.springframework.web.servlet.config.annotation.WebMvcConfigurerAdapter
Configure a handler to delegate unhandled requests by forwarding to the Servlet container's "default" servlet.
configureDefaultServletHandling(DefaultServletHandlerConfigurer) - Method in class org.springframework.web.servlet.config.annotation.WebMvcConfigurerComposite
 
configureFeature(Object, boolean) - Method in class org.springframework.http.converter.json.Jackson2ObjectMapperFactoryBean
 
configureFeature(Object, boolean) - Method in class org.springframework.http.converter.json.JacksonObjectMapperFactoryBean
Deprecated.
 
configureFormatterFrom(NumberFormat) - Method in class org.springframework.format.number.NumberFormatAnnotationFormatterFactory
 
configureHandlerExceptionResolvers(List<HandlerExceptionResolver>) - Method in class org.springframework.test.web.servlet.setup.StandaloneMockMvcBuilder.StandaloneConfiguration
 
configureHandlerExceptionResolvers(List<HandlerExceptionResolver>) - Method in class org.springframework.web.servlet.config.annotation.DelegatingWebMvcConfiguration
 
configureHandlerExceptionResolvers(List<HandlerExceptionResolver>) - Method in class org.springframework.web.servlet.config.annotation.WebMvcConfigurationSupport
Override this method to configure the list of HandlerExceptionResolvers to use.
configureHandlerExceptionResolvers(List<HandlerExceptionResolver>) - Method in interface org.springframework.web.servlet.config.annotation.WebMvcConfigurer
Configure the HandlerExceptionResolvers to handle unresolved controller exceptions.
configureHandlerExceptionResolvers(List<HandlerExceptionResolver>) - Method in class org.springframework.web.servlet.config.annotation.WebMvcConfigurerAdapter
Configure the HandlerExceptionResolvers to handle unresolved controller exceptions.
configureHandlerExceptionResolvers(List<HandlerExceptionResolver>) - Method in class org.springframework.web.servlet.config.annotation.WebMvcConfigurerComposite
 
configureIndentation(Transformer) - Method in class org.springframework.web.servlet.view.xslt.XsltView
Configure the indentation settings for the supplied Transformer.
configureMessageBroker(MessageBrokerRegistry) - Method in class org.springframework.messaging.simp.config.AbstractMessageBrokerConfiguration
A hook for sub-classes to customize message broker configuration through the provided MessageBrokerRegistry instance.
configureMessageBroker(MessageBrokerRegistry) - Method in class org.springframework.web.socket.config.annotation.AbstractWebSocketMessageBrokerConfigurer
 
configureMessageBroker(MessageBrokerRegistry) - Method in class org.springframework.web.socket.config.annotation.DelegatingWebSocketMessageBrokerConfiguration
 
configureMessageBroker(MessageBrokerRegistry) - Method in interface org.springframework.web.socket.config.annotation.WebSocketMessageBrokerConfigurer
Configure message broker options.
configureMessageConverters(List<MessageConverter>) - Method in class org.springframework.messaging.simp.config.AbstractMessageBrokerConfiguration
Override this method to add custom message converters.
configureMessageConverters(List<HttpMessageConverter<?>>) - Method in class org.springframework.test.web.servlet.setup.StandaloneMockMvcBuilder.StandaloneConfiguration
 
configureMessageConverters(List<HttpMessageConverter<?>>) - Method in class org.springframework.web.servlet.config.annotation.DelegatingWebMvcConfiguration
 
configureMessageConverters(List<HttpMessageConverter<?>>) - Method in class org.springframework.web.servlet.config.annotation.WebMvcConfigurationSupport
Override this method to add custom HttpMessageConverters to use with the RequestMappingHandlerAdapter and the ExceptionHandlerExceptionResolver.
configureMessageConverters(List<HttpMessageConverter<?>>) - Method in interface org.springframework.web.servlet.config.annotation.WebMvcConfigurer
Configure the HttpMessageConverters to use in argument resolvers and return value handlers that support reading and/or writing to the body of the request and response.
configureMessageConverters(List<HttpMessageConverter<?>>) - Method in class org.springframework.web.servlet.config.annotation.WebMvcConfigurerAdapter
Configure the HttpMessageConverters to use in argument resolvers and return value handlers that support reading and/or writing to the body of the request and response.
configureMessageConverters(List<HttpMessageConverter<?>>) - Method in class org.springframework.web.servlet.config.annotation.WebMvcConfigurerComposite
 
configureMessageConverters(List<MessageConverter>) - Method in class org.springframework.web.socket.config.annotation.AbstractWebSocketMessageBrokerConfigurer
 
configureMessageConverters(List<MessageConverter>) - Method in class org.springframework.web.socket.config.annotation.DelegatingWebSocketMessageBrokerConfiguration
 
configureMessageConverters(List<MessageConverter>) - Method in interface org.springframework.web.socket.config.annotation.WebSocketMessageBrokerConfigurer
Configure the message converters to use when extracting the payload of messages in annotated methods and when sending messages (e.g.
configureParameterNameProviderIfPossible(<any>) - Method in class org.springframework.validation.beanvalidation.LocalValidatorFactoryBean
 
configurePathMatch(PathMatchConfigurer) - Method in class org.springframework.web.servlet.config.annotation.DelegatingWebMvcConfiguration
 
configurePathMatch(PathMatchConfigurer) - Method in class org.springframework.web.servlet.config.annotation.WebMvcConfigurationSupport
Override this method to configure path matching options.
configurePathMatch(PathMatchConfigurer) - Method in interface org.springframework.web.servlet.config.annotation.WebMvcConfigurer
Configure path matching options.
configurePathMatch(PathMatchConfigurer) - Method in class org.springframework.web.servlet.config.annotation.WebMvcConfigurerAdapter
Configure path matching options.
configurePathMatch(PathMatchConfigurer) - Method in class org.springframework.web.servlet.config.annotation.WebMvcConfigurerComposite
 
configurePathMatchingProperties(RootBeanDefinition, Element) - Method in class org.springframework.web.servlet.config.AnnotationDrivenBeanDefinitionParser
 
configurePointcutParameters(int) - Method in class org.springframework.aop.aspectj.AbstractAspectJAdvice
All parameters from argumentIndexOffset onwards are candidates for pointcut parameters - but returning and throwing vars are handled differently and must be removed from the list if present.
configurePrettyPrint() - Method in class org.springframework.http.converter.json.MappingJackson2HttpMessageConverter
 
configurePrettyPrint() - Method in class org.springframework.http.converter.json.MappingJacksonHttpMessageConverter
Deprecated.
 
configurePrettyPrint() - Method in class org.springframework.messaging.converter.MappingJackson2MessageConverter
 
configurePrettyPrint() - Method in class org.springframework.web.servlet.view.json.MappingJackson2JsonView
 
configurePrettyPrint() - Method in class org.springframework.web.servlet.view.json.MappingJacksonJsonView
Deprecated.
 
configureRejectionPolicy(Element, BeanDefinitionBuilder) - Method in class org.springframework.scheduling.config.ExecutorBeanDefinitionParser
 
configureResponse(Map<String, Object>, HttpServletResponse, Transformer) - Method in class org.springframework.web.servlet.view.xslt.XsltView
Configure the supplied HttpServletResponse.
configurers - Variable in class org.springframework.web.servlet.config.annotation.DelegatingWebMvcConfiguration
 
configurers - Variable in class org.springframework.web.socket.config.annotation.DelegatingWebSocketConfiguration
 
configurers - Variable in class org.springframework.web.socket.config.annotation.DelegatingWebSocketMessageBrokerConfiguration
 
configureScanner(ParserContext, Element) - Method in class org.springframework.context.annotation.ComponentScanBeanDefinitionParser
 
configureTasks(ScheduledTaskRegistrar) - Method in interface org.springframework.scheduling.annotation.SchedulingConfigurer
Callback allowing a TaskScheduler and specific Task instances to be registered against the given the ScheduledTaskRegistrar
configureTransformer(Map<String, Object>, HttpServletResponse, Transformer) - Method in class org.springframework.web.servlet.view.xslt.XsltView
Configure the supplied Transformer instance.
configureWebResources(GenericWebApplicationContext, WebMergedContextConfiguration) - Method in class org.springframework.test.context.web.AbstractGenericWebContextLoader
Configures web resources for the supplied web application context (WAC).
configureWebSocketTransport(WebSocketTransportRegistration) - Method in class org.springframework.web.socket.config.annotation.AbstractWebSocketMessageBrokerConfigurer
 
configureWebSocketTransport(WebSocketTransportRegistration) - Method in class org.springframework.web.socket.config.annotation.DelegatingWebSocketMessageBrokerConfiguration
 
configureWebSocketTransport(WebSocketTransportRegistration) - Method in class org.springframework.web.socket.config.annotation.WebSocketMessageBrokerConfigurationSupport
 
configureWebSocketTransport(WebSocketTransportRegistration) - Method in interface org.springframework.web.socket.config.annotation.WebSocketMessageBrokerConfigurer
Configure options related to the processing of messages received from and sent to WebSocket clients.
configureXStream(XStream) - Method in class org.springframework.oxm.xstream.XStreamMarshaller
Configure the XStream instance with this marshaller's bean properties.
configValueEditorsActive - Variable in class org.springframework.beans.PropertyEditorRegistrySupport
 
ConflictingBeanDefinitionException - Exception in org.springframework.context.annotation
Marker subclass of IllegalStateException, allowing for explicit catch clauses in calling code.
ConflictingBeanDefinitionException(String) - Constructor for exception org.springframework.context.annotation.ConflictingBeanDefinitionException
 
connect(JMXServiceURL, Map<String, ?>, String) - Method in class org.springframework.jmx.access.ConnectorDelegate
Connects to the remote MBeanServer using the configured JMXServiceURL: to the specified JMX service, or to a local MBeanServer if no service URL specified.
connect() - Method in class org.springframework.jmx.support.MBeanServerConnectionFactoryBean
Connects to the remote MBeanServer using the configured service URL and environment properties.
connect(TcpConnectionHandler<P>) - Method in class org.springframework.messaging.tcp.reactor.ReactorTcpClient
 
connect(TcpConnectionHandler<P>, ReconnectStrategy) - Method in class org.springframework.messaging.tcp.reactor.ReactorTcpClient
 
connect(TcpConnectionHandler<P>) - Method in interface org.springframework.messaging.tcp.TcpOperations
Open a new connection.
connect(TcpConnectionHandler<P>, ReconnectStrategy) - Method in interface org.springframework.messaging.tcp.TcpOperations
Open a new connection and a strategy for reconnecting if the connection fails.
CONNECT_MESSAGE_HEADER - Static variable in class org.springframework.messaging.simp.SimpMessageHeaderAccessor
 
CONNECTED_USER_HEADER - Static variable in class org.springframework.web.socket.messaging.StompSubProtocolHandler
The name of the header set on the CONNECTED frame indicating the name of the user authenticated on the WebSocket session.
connectHeaders - Variable in class org.springframework.messaging.simp.stomp.StompBrokerRelayMessageHandler.StompConnectionHandler
 
connection - Variable in class org.springframework.http.client.SimpleBufferingAsyncClientHttpRequest
 
connection - Variable in class org.springframework.http.client.SimpleBufferingClientHttpRequest
 
connection - Variable in class org.springframework.http.client.SimpleClientHttpResponse
 
connection - Variable in class org.springframework.http.client.SimpleStreamingAsyncClientHttpRequest
 
connection - Variable in class org.springframework.http.client.SimpleStreamingClientHttpRequest
 
CONNECTION - Static variable in class org.springframework.http.HttpHeaders
 
connection - Variable in class org.springframework.jca.cci.connection.ConnectionHolder
 
connection - Variable in class org.springframework.jca.cci.connection.SingleConnectionFactory
Proxy Connection
connection - Variable in class org.springframework.jdbc.datasource.SimpleConnectionHandle
 
connection - Variable in class org.springframework.jdbc.datasource.SingleConnectionDataSource
Proxy Connection
connection - Variable in class org.springframework.jms.connection.SingleConnectionFactory
Proxy Connection
connection - Variable in class org.springframework.jmx.support.MBeanServerConnectionFactoryBean
 
CONNECTION_FACTORY_ATTRIBUTE - Static variable in class org.springframework.jms.config.JmsListenerContainerParser
 
CONNECTION_SYNCHRONIZATION_ORDER - Static variable in class org.springframework.jdbc.datasource.DataSourceUtils
Order value for TransactionSynchronization objects that clean up JDBC Connections.
ConnectionCallback<T> - Interface in org.springframework.jca.cci.core
Generic callback interface for code that operates on a CCI Connection.
ConnectionCallback<T> - Interface in org.springframework.jdbc.core
Generic callback interface for code that operates on a JDBC Connection.
connectionEquals(ConnectionHolder, Connection) - Static method in class org.springframework.jdbc.datasource.DataSourceUtils
Determine whether the given two Connections are equal, asking the target Connection in case of a proxy.
connectionFactory - Variable in class org.springframework.jca.cci.connection.CciLocalTransactionManager
 
connectionFactory - Variable in class org.springframework.jca.cci.connection.TransactionAwareConnectionFactoryProxy.TransactionAwareInvocationHandler
 
connectionFactory - Variable in class org.springframework.jca.cci.core.CciTemplate
 
connectionFactory - Variable in class org.springframework.jca.support.LocalConnectionFactoryBean
 
connectionFactory - Variable in class org.springframework.jms.connection.JmsResourceHolder
 
connectionFactory - Variable in class org.springframework.jms.connection.JmsTransactionManager
 
connectionFactory - Variable in class org.springframework.jms.remoting.JmsInvokerClientInterceptor
 
connectionFactory - Variable in class org.springframework.jms.support.JmsAccessor
 
ConnectionFactoryUtils - Class in org.springframework.jca.cci.connection
Helper class that provides static methods for obtaining CCI Connections from a javax.resource.cci.ConnectionFactory.
ConnectionFactoryUtils() - Constructor for class org.springframework.jca.cci.connection.ConnectionFactoryUtils
 
ConnectionFactoryUtils - Class in org.springframework.jms.connection
Helper class for managing a JMS javax.jms.ConnectionFactory, in particular for obtaining transactional JMS resources for a given ConnectionFactory.
ConnectionFactoryUtils() - Constructor for class org.springframework.jms.connection.ConnectionFactoryUtils
 
ConnectionFactoryUtils.ConnectionSynchronization - Class in org.springframework.jca.cci.connection
Callback for resource cleanup at the end of a non-native CCI transaction (e.g.
ConnectionFactoryUtils.JmsResourceSynchronization - Class in org.springframework.jms.connection
Callback for resource cleanup at the end of a non-native JMS transaction (e.g.
ConnectionFactoryUtils.ResourceFactory - Interface in org.springframework.jms.connection
Callback interface for resource creation.
ConnectionHandle - Interface in org.springframework.jdbc.datasource
Simple interface to be implemented by handles for a JDBC Connection.
connectionHandle - Variable in class org.springframework.jdbc.datasource.ConnectionHolder
 
connectionHandlers - Variable in class org.springframework.messaging.simp.stomp.StompBrokerRelayMessageHandler
 
connectionHolder - Variable in class org.springframework.jca.cci.connection.CciLocalTransactionManager.CciLocalTransactionObject
 
ConnectionHolder - Class in org.springframework.jca.cci.connection
Connection holder, wrapping a CCI Connection.
ConnectionHolder(Connection) - Constructor for class org.springframework.jca.cci.connection.ConnectionHolder
 
ConnectionHolder - Class in org.springframework.jdbc.datasource
Connection holder, wrapping a JDBC Connection.
ConnectionHolder(ConnectionHandle) - Constructor for class org.springframework.jdbc.datasource.ConnectionHolder
Create a new ConnectionHolder for the given ConnectionHandle.
ConnectionHolder(Connection) - Constructor for class org.springframework.jdbc.datasource.ConnectionHolder
Create a new ConnectionHolder for the given JDBC Connection, wrapping it with a SimpleConnectionHandle, assuming that there is no ongoing transaction.
ConnectionHolder(Connection, boolean) - Constructor for class org.springframework.jdbc.datasource.ConnectionHolder
Create a new ConnectionHolder for the given JDBC Connection, wrapping it with a SimpleConnectionHandle.
connectionHolder - Variable in class org.springframework.jdbc.datasource.DataSourceUtils.ConnectionSynchronization
 
connectionHolder - Variable in class org.springframework.jdbc.datasource.JdbcTransactionObjectSupport
 
connectionHolder - Variable in class org.springframework.orm.hibernate3.HibernateTransactionManager.SuspendedResourcesHolder
 
connectionHolder - Variable in class org.springframework.orm.hibernate4.HibernateTransactionManager.SuspendedResourcesHolder
 
connectionHolder - Variable in class org.springframework.orm.jdo.JdoTransactionManager.SuspendedResourcesHolder
 
connectionHolder - Variable in class org.springframework.orm.jpa.JpaTransactionManager.SuspendedResourcesHolder
 
connectionManager - Variable in class org.springframework.jca.support.LocalConnectionFactoryBean
 
ConnectionManagerSupport - Class in org.springframework.web.socket.client
A base class for WebSocket connection managers.
ConnectionManagerSupport(String, Object...) - Constructor for class org.springframework.web.socket.client.ConnectionManagerSupport
 
connectionMethodToUse - Static variable in class org.springframework.orm.jpa.vendor.HibernateJpaDialect.HibernateConnectionHandle
 
connectionMonitor - Variable in class org.springframework.jca.cci.connection.SingleConnectionFactory
Synchronization monitor for the shared Connection
connectionMonitor - Variable in class org.springframework.jdbc.datasource.SingleConnectionDataSource
Synchronization monitor for the shared Connection
connectionMonitor - Variable in class org.springframework.jms.connection.SingleConnectionFactory
Synchronization monitor for the shared Connection
connectionProperties - Variable in class org.springframework.jdbc.datasource.AbstractDriverBasedDataSource
 
ConnectionProperties - Interface in org.springframework.jdbc.datasource.embedded
ConnectionProperties serves as a simple data container that allows essential JDBC connection properties to be configured consistently, independent of the actual DataSource implementation.
ConnectionProxy - Interface in org.springframework.jdbc.datasource
Subinterface of Connection to be implemented by Connection proxies.
connections - Variable in class org.springframework.jms.connection.JmsResourceHolder
 
connectionSpec - Variable in class org.springframework.jca.cci.connection.ConnectionSpecConnectionFactoryAdapter
 
connectionSpec - Variable in class org.springframework.jca.cci.core.CciTemplate
 
ConnectionSpecConnectionFactoryAdapter - Class in org.springframework.jca.cci.connection
An adapter for a target CCI javax.resource.cci.ConnectionFactory, applying the given ConnectionSpec to every standard getConnection() call, that is, implicitly invoking getConnection(ConnectionSpec) on the target.
ConnectionSpecConnectionFactoryAdapter() - Constructor for class org.springframework.jca.cci.connection.ConnectionSpecConnectionFactoryAdapter
 
ConnectionSynchronization(ConnectionHolder, ConnectionFactory) - Constructor for class org.springframework.jca.cci.connection.ConnectionFactoryUtils.ConnectionSynchronization
 
ConnectionSynchronization(ConnectionHolder, DataSource) - Constructor for class org.springframework.jdbc.datasource.DataSourceUtils.ConnectionSynchronization
 
connectionType - Variable in class org.springframework.jdbc.support.nativejdbc.Jdbc4NativeJdbcExtractor
 
connectLazily - Variable in class org.springframework.jms.listener.SimpleMessageListenerContainer
 
connectOnStartup - Variable in class org.springframework.jmx.access.MBeanClientInterceptor
 
connectOnStartup - Variable in class org.springframework.jmx.support.MBeanServerConnectionFactoryBean
 
connector - Variable in class org.springframework.jmx.access.ConnectorDelegate
 
connector - Variable in class org.springframework.jmx.access.MBeanClientInterceptor
 
connector - Variable in class org.springframework.jmx.access.NotificationListenerRegistrar
 
connector - Variable in class org.springframework.jmx.support.MBeanServerConnectionFactoryBean
 
ConnectorDelegate - Class in org.springframework.jmx.access
Internal helper class for managing a JMX connector.
ConnectorDelegate() - Constructor for class org.springframework.jmx.access.ConnectorDelegate
 
connectorServer - Variable in class org.springframework.jmx.support.ConnectorServerFactoryBean
 
ConnectorServerFactoryBean - Class in org.springframework.jmx.support
FactoryBean that creates a JSR-160 JMXConnectorServer, optionally registers it with the MBeanServer and then starts it.
ConnectorServerFactoryBean() - Constructor for class org.springframework.jmx.support.ConnectorServerFactoryBean
 
connectorTargetSource - Variable in class org.springframework.jmx.support.MBeanServerConnectionFactoryBean
 
connectTimeout - Variable in class org.springframework.http.client.HttpComponentsClientHttpRequestFactory
 
connectTimeout - Variable in class org.springframework.http.client.SimpleClientHttpRequestFactory
 
connectTimeout - Variable in class org.springframework.remoting.httpinvoker.SimpleHttpInvokerRequestExecutor
 
considerInherited - Variable in class org.springframework.core.type.filter.AbstractTypeHierarchyTraversingFilter
 
considerInterfaces - Variable in class org.springframework.core.type.filter.AbstractTypeHierarchyTraversingFilter
 
considerMetaAnnotations - Variable in class org.springframework.core.type.filter.AnnotationTypeFilter
 
ConsolePrintingResultHandler() - Constructor for class org.springframework.test.web.servlet.result.MockMvcResultHandlers.ConsolePrintingResultHandler
 
constant - Variable in class org.springframework.expression.spel.ast.InlineList
 
CONSTANT_PREFIX_AUTODETECT - Static variable in class org.springframework.jmx.export.MBeanExporter
Prefix for the autodetect constants defined in this class
ConstantBeanDefinitionParser() - Constructor for class org.springframework.beans.factory.xml.UtilNamespaceHandler.ConstantBeanDefinitionParser
 
ConstantException - Exception in org.springframework.core
Exception thrown when the Constants class is asked for an invalid constant name.
ConstantException(String, String, String) - Constructor for exception org.springframework.core.ConstantException
Thrown when an invalid constant name is requested.
ConstantException(String, String, Object) - Constructor for exception org.springframework.core.ConstantException
Thrown when an invalid constant value is looked up.
constants - Static variable in class org.springframework.aop.target.CommonsPoolTargetSource
 
constants - Static variable in class org.springframework.beans.factory.config.PropertyPlaceholderConfigurer
 
constants - Static variable in class org.springframework.beans.factory.xml.XmlBeanDefinitionReader
Constants instance for this class
Constants - Class in org.springframework.core
This class can be used to parse other classes containing constant definitions in public static final members.
Constants(Class<?>) - Constructor for class org.springframework.core.Constants
Create a new Constants converter class wrapping the given class.
constants - Static variable in class org.springframework.jdbc.datasource.IsolationLevelDataSourceAdapter
Constants instance for TransactionDefinition
constants - Static variable in class org.springframework.jdbc.datasource.LazyConnectionDataSourceProxy
Constants instance for TransactionDefinition
constants - Static variable in class org.springframework.jdbc.datasource.lookup.IsolationLevelDataSourceRouter
Constants instance for TransactionDefinition
constants - Static variable in class org.springframework.jms.listener.DefaultMessageListenerContainer
 
constants - Static variable in class org.springframework.jmx.export.MBeanExporter
Constants instance for this class
constants - Static variable in class org.springframework.jmx.support.MBeanRegistrationSupport
Constants for this class.
constants - Static variable in class org.springframework.orm.hibernate3.HibernateAccessor
Constants instance for HibernateAccessor
constants - Static variable in class org.springframework.scheduling.quartz.CronTriggerBean
Constants for the CronTrigger class
constants - Static variable in class org.springframework.scheduling.quartz.CronTriggerFactoryBean
Constants for the CronTrigger class
constants - Static variable in class org.springframework.scheduling.quartz.SimpleTriggerBean
Constants for the SimpleTrigger class
constants - Static variable in class org.springframework.scheduling.quartz.SimpleTriggerFactoryBean
Constants for the SimpleTrigger class
constants - Static variable in class org.springframework.transaction.support.AbstractPlatformTransactionManager
Constants instance for AbstractPlatformTransactionManager
constants - Static variable in class org.springframework.transaction.support.DefaultTransactionDefinition
Constants instance for TransactionDefinition
constraintValidatorFactory - Variable in class org.springframework.validation.beanvalidation.LocalValidatorFactoryBean
 
constructedNodes - Variable in class org.springframework.expression.spel.standard.InternalSpelExpressionParser
 
CONSTRUCTOR - Static variable in class org.springframework.core.LocalVariableTableParameterNameDiscoverer.LocalVariableTableVisitor
 
constructor - Variable in class org.springframework.core.MethodParameter
 
CONSTRUCTOR_ARG_ELEMENT - Static variable in class org.springframework.beans.factory.xml.BeanDefinitionParserDelegate
 
CONSTRUCTOR_ARG_PREFIX - Static variable in class org.springframework.beans.factory.support.PropertiesBeanDefinitionReader
Prefix used to denote a constructor argument definition.
CONSTRUCTOR_ARGS - Static variable in class org.springframework.beans.factory.groovy.GroovyBeanDefinitionWrapper
 
CONSTRUCTOR_INVOCATION_TYPE_ARGUMENT - Static variable in class org.springframework.asm.TypeReference
The sort of type references that target a type parameter of a generic constructor in a constructor call.
CONSTRUCTOR_REFERENCE - Static variable in class org.springframework.asm.TypeReference
The sort of type references that target the receiver type of a constructor reference.
CONSTRUCTOR_REFERENCE_TYPE_ARGUMENT - Static variable in class org.springframework.asm.TypeReference
The sort of type references that target a type parameter of a generic constructor in a constructor reference.
constructorArgIndex - Variable in class org.springframework.beans.factory.support.BeanDefinitionBuilder
Our current position with respect to constructor args.
constructorArgs - Variable in class org.springframework.aop.framework.CglibAopProxy
 
constructorArgs - Variable in class org.springframework.beans.factory.groovy.GroovyBeanDefinitionWrapper
 
constructorArgTypes - Variable in class org.springframework.aop.framework.CglibAopProxy
 
ConstructorArgumentEntry - Class in org.springframework.beans.factory.parsing
ParseState entry representing a (possibly indexed) constructor argument.
ConstructorArgumentEntry() - Constructor for class org.springframework.beans.factory.parsing.ConstructorArgumentEntry
Creates a new instance of the ConstructorArgumentEntry class representing a constructor argument with a (currently) unknown index.
ConstructorArgumentEntry(int) - Constructor for class org.springframework.beans.factory.parsing.ConstructorArgumentEntry
Creates a new instance of the ConstructorArgumentEntry class representing a constructor argument at the supplied index.
constructorArgumentLock - Variable in class org.springframework.beans.factory.support.RootBeanDefinition
 
constructorArgumentsResolved - Variable in class org.springframework.beans.factory.support.RootBeanDefinition
Package-visible field that marks the constructor arguments as resolved
ConstructorArgumentValues - Class in org.springframework.beans.factory.config
Holder for constructor argument values, typically as part of a bean definition.
ConstructorArgumentValues() - Constructor for class org.springframework.beans.factory.config.ConstructorArgumentValues
Create a new empty ConstructorArgumentValues object.
ConstructorArgumentValues(ConstructorArgumentValues) - Constructor for class org.springframework.beans.factory.config.ConstructorArgumentValues
Deep copy constructor.
constructorArgumentValues - Variable in class org.springframework.beans.factory.support.AbstractBeanDefinition
 
ConstructorArgumentValues.ValueHolder - Class in org.springframework.beans.factory.config
Holder for a constructor argument value, with an optional type attribute indicating the target type of the actual constructor argument.
ConstructorExecutor - Interface in org.springframework.expression
Executors are built by resolvers and can be cached by the infrastructure to repeat an operation quickly without going back to the resolvers.
ConstructorPropertiesChecker() - Constructor for class org.springframework.beans.factory.support.ConstructorResolver.ConstructorPropertiesChecker
 
ConstructorReference - Class in org.springframework.expression.spel.ast
Represents the invocation of a constructor.
ConstructorReference(int, SpelNodeImpl...) - Constructor for class org.springframework.expression.spel.ast.ConstructorReference
Create a constructor reference.
ConstructorReference(int, SpelNodeImpl[], SpelNodeImpl...) - Constructor for class org.springframework.expression.spel.ast.ConstructorReference
Create a constructor reference.
ConstructorResolver - Class in org.springframework.beans.factory.support
Delegate for resolving constructors and factory methods.
ConstructorResolver(AbstractAutowireCapableBeanFactory) - Constructor for class org.springframework.beans.factory.support.ConstructorResolver
Create a new ConstructorResolver for the given factory and instantiation strategy.
ConstructorResolver - Interface in org.springframework.expression
A constructor resolver attempts locate a constructor and returns a ConstructorExecutor that can be used to invoke that constructor.
ConstructorResolver.ArgumentsHolder - Class in org.springframework.beans.factory.support
Private inner class for holding argument combinations.
ConstructorResolver.AutowiredArgumentMarker - Class in org.springframework.beans.factory.support
Marker for autowired arguments in a cached argument array.
ConstructorResolver.ConstructorPropertiesChecker - Class in org.springframework.beans.factory.support
Delegate for checking Java 6's ConstructorProperties annotation.
constructorResolvers - Variable in class org.springframework.expression.spel.support.StandardEvaluationContext
 
constructXStream() - Method in class org.springframework.oxm.xstream.XStreamMarshaller
Construct an XStream instance, either using one of the standard constructors or creating a custom subclass.
consume(String) - Method in class org.springframework.util.xml.XmlValidationModeDetector
Consume the next comment token, update the "inComment" flag and return the remaining content.
consumeArguments(List<SpelNodeImpl>) - Method in class org.springframework.expression.spel.standard.InternalSpelExpressionParser
Used for consuming arguments for either a method or a constructor call
consumeCommentTokens(String) - Method in class org.springframework.util.xml.XmlValidationModeDetector
Consumes all the leading comment data in the given String and returns the remaining content, which may be empty since the supplied content might be all comment data.
consumeContent() - Method in class org.springframework.http.client.HttpComponentsStreamingClientHttpRequest.StreamingHttpEntity
Deprecated.
ConsumeMediaTypeExpression(String) - Constructor for class org.springframework.web.servlet.mvc.condition.ConsumesRequestCondition.ConsumeMediaTypeExpression
 
ConsumeMediaTypeExpression(MediaType, boolean) - Constructor for class org.springframework.web.servlet.mvc.condition.ConsumesRequestCondition.ConsumeMediaTypeExpression
 
consumer - Variable in class org.springframework.jms.listener.DefaultMessageListenerContainer.AsyncMessageListenerInvoker
 
ConsumerCacheKey(Destination, String, Boolean, String) - Constructor for class org.springframework.jms.connection.CachingConnectionFactory.ConsumerCacheKey
 
consumers - Variable in class org.springframework.jms.listener.SimpleMessageListenerContainer
 
consumersMonitor - Variable in class org.springframework.jms.listener.SimpleMessageListenerContainer
 
consumesCondition - Variable in class org.springframework.web.servlet.mvc.method.RequestMappingInfo
 
ConsumesRequestCondition - Class in org.springframework.web.servlet.mvc.condition
A logical disjunction (' || ') request condition to match a request's 'Content-Type' header to a list of media type expressions.
ConsumesRequestCondition(String...) - Constructor for class org.springframework.web.servlet.mvc.condition.ConsumesRequestCondition
Creates a new instance from 0 or more "consumes" expressions.
ConsumesRequestCondition(String[], String[]) - Constructor for class org.springframework.web.servlet.mvc.condition.ConsumesRequestCondition
Creates a new instance with "consumes" and "header" expressions.
ConsumesRequestCondition(Collection<ConsumesRequestCondition.ConsumeMediaTypeExpression>) - Constructor for class org.springframework.web.servlet.mvc.condition.ConsumesRequestCondition
Private constructor accepting parsed media type expressions.
ConsumesRequestCondition.ConsumeMediaTypeExpression - Class in org.springframework.web.servlet.mvc.condition
Parses and matches a single media type expression to a request's 'Content-Type' header.
containedBeanMap - Variable in class org.springframework.beans.factory.support.DefaultSingletonBeanRegistry
Map between containing bean names: bean name --> Set of bean names that the bean contains
CONTAINER_CLASS_ATTRIBUTE - Static variable in class org.springframework.jms.config.JmsListenerContainerParser
 
CONTAINER_PREFIX - Static variable in class org.springframework.jndi.JndiLocatorSupport
JNDI prefix used in a J2EE container
CONTAINER_TYPE_ATTRIBUTE - Static variable in class org.springframework.jms.config.JmsListenerContainerParser
 
containerAnnotationType - Variable in class org.springframework.core.annotation.AnnotationUtils.AnnotationCollector
 
containerManaged - Variable in class org.springframework.orm.jpa.ExtendedEntityManagerCreator.ExtendedEntityManagerInvocationHandler
 
containerRuntimeOptions - Variable in class org.springframework.mock.web.portlet.MockPortletConfig
 
containerRuntimeOptions - Variable in class org.springframework.mock.web.portlet.MockPortletContext
 
containingBeanDefinition - Variable in class org.springframework.beans.factory.xml.ParserContext
 
containingClass - Variable in class org.springframework.beans.factory.config.DependencyDescriptor
 
containingClass - Variable in class org.springframework.core.MethodParameter
 
containingComponents - Variable in class org.springframework.beans.factory.xml.ParserContext
 
contains(Class<?>) - Method in exception org.springframework.beans.factory.BeanCreationException
 
contains(String) - Method in class org.springframework.beans.MutablePropertyValues
 
contains(Class<?>) - Method in exception org.springframework.beans.PropertyBatchUpdateException
 
contains(String) - Method in interface org.springframework.beans.PropertyValues
Is there a property value (or other processing entry) for this property?
contains(Object) - Method in class org.springframework.context.annotation.ConfigurationClassParser.ImportStack
Simplified contains() implementation that tests to see if any ConfigurationClass exists within this stack that has the same name as elem.
contains(String) - Method in class org.springframework.core.env.MutablePropertySources
 
contains(String) - Method in interface org.springframework.core.env.PropertySources
Return whether a property source with the given name is contained.
contains(Class<?>) - Method in exception org.springframework.core.NestedCheckedException
Check whether this exception contains an exception of the given type: either it is of the given class itself or it contains a nested cause of the given type.
contains(Class<?>) - Method in exception org.springframework.core.NestedRuntimeException
Check whether this exception contains an exception of the given type: either it is of the given class itself or it contains a nested cause of the given type.
contains(Object) - Method in interface org.springframework.orm.hibernate3.HibernateOperations
Check whether the given object is in the Session cache.
contains(Object) - Method in class org.springframework.orm.hibernate3.HibernateTemplate
 
contains(Object) - Method in interface org.springframework.orm.hibernate4.HibernateOperations
Check whether the given object is in the Session cache.
contains(Object) - Method in class org.springframework.orm.hibernate4.HibernateTemplate
 
contains(MergedContextConfiguration) - Method in class org.springframework.test.context.ContextCache
Return whether there is a cached context for the given key.
contains(Class<?>) - Method in exception org.springframework.transaction.TransactionSystemException
 
contains(Object) - Method in class org.springframework.util.AutoPopulatingList
 
contains(Iterator<?>, Object) - Static method in class org.springframework.util.CollectionUtils
Check whether the given Iterator contains the given element.
contains(Enumeration<?>, Object) - Static method in class org.springframework.util.CollectionUtils
Check whether the given Enumeration contains the given element.
contains(Object) - Method in class org.springframework.util.ConcurrentReferenceHashMap.EntrySet
 
containsAll(Collection<?>) - Method in class org.springframework.util.AutoPopulatingList
 
containsAny(Collection<?>, Collection<?>) - Static method in class org.springframework.util.CollectionUtils
Return true if any element in 'candidates' is contained in 'source'; otherwise returns false.
containsArgWithName(String, ConstructorArgumentValues) - Method in class org.springframework.beans.factory.xml.SimpleConstructorNamespaceHandler
 
containsAttribute(String) - Method in interface org.springframework.ui.Model
Does this model contain an attribute of the given name?
containsAttribute(String) - Method in class org.springframework.ui.ModelMap
Does this model contain an attribute of the given name?
containsAttribute(String) - Method in class org.springframework.web.method.support.ModelAndViewContainer
Whether the underlying model contains the given attribute name.
containsBean(String) - Method in interface org.springframework.beans.factory.BeanFactory
Does this bean factory contain a bean definition or externally registered singleton instance with the given name?
containsBean(String) - Method in class org.springframework.beans.factory.support.AbstractBeanFactory
 
containsBean(String) - Method in class org.springframework.beans.factory.support.StaticListableBeanFactory
 
containsBean(String) - Method in class org.springframework.context.support.AbstractApplicationContext
 
containsBean(String) - Method in class org.springframework.jndi.support.SimpleJndiBeanFactory
 
containsBean(String) - Method in class org.springframework.test.web.servlet.setup.StubWebApplicationContext
 
containsBeanDefinition(String) - Method in interface org.springframework.beans.factory.ListableBeanFactory
Check if this bean factory contains a bean definition with the given name.
containsBeanDefinition(String) - Method in class org.springframework.beans.factory.support.AbstractBeanFactory
Check if this bean factory contains a bean definition with the given name.
containsBeanDefinition(String) - Method in interface org.springframework.beans.factory.support.BeanDefinitionRegistry
Check if this registry contains a bean definition with the given name.
containsBeanDefinition(String) - Method in class org.springframework.beans.factory.support.DefaultListableBeanFactory
 
containsBeanDefinition(String) - Method in class org.springframework.beans.factory.support.SimpleBeanDefinitionRegistry
 
containsBeanDefinition(String) - Method in class org.springframework.beans.factory.support.StaticListableBeanFactory
 
containsBeanDefinition(String) - Method in class org.springframework.context.support.AbstractApplicationContext
 
containsBeanDefinition(String) - Method in class org.springframework.test.web.servlet.setup.StubWebApplicationContext
 
containsConstant(Enum<?>[], String) - Static method in class org.springframework.util.ObjectUtils
Check whether the given array of enum constants contains a constant with the given name, ignoring case when determining a match.
containsConstant(Enum<?>[], String, boolean) - Static method in class org.springframework.util.ObjectUtils
Check whether the given array of enum constants contains a constant with the given name.
containsCookie(Cookie) - Method in class org.springframework.test.web.servlet.request.MockHttpServletRequestBuilder
 
containsElement(Object[], Object) - Static method in class org.springframework.util.ObjectUtils
Check whether the given array contains the given element.
containsHeader(String) - Method in class org.springframework.mock.web.MockHttpServletResponse
 
containsInstance(Collection<?>, Object) - Static method in class org.springframework.util.CollectionUtils
Check whether the given Collection contains the given element instance.
containsKey(String) - Method in class org.springframework.context.support.MessageSourceResourceBundle
This implementation checks whether the target MessageSource can resolve a message for the given key, translating NoSuchMessageException accordingly.
containsKey(Object) - Method in class org.springframework.core.env.ReadOnlySystemAttributesMap
 
containsKey(Object) - Method in class org.springframework.http.HttpHeaders
 
containsKey(Object) - Method in class org.springframework.messaging.MessageHeaders
 
containsKey(Object) - Method in class org.springframework.util.CollectionUtils.MultiValueMapAdapter
 
containsKey(Object) - Method in class org.springframework.util.ConcurrentReferenceHashMap
 
containsKey(Object) - Method in class org.springframework.util.LinkedCaseInsensitiveMap
 
containsKey(Object) - Method in class org.springframework.util.LinkedMultiValueMap
 
containsKey(Object) - Method in class org.springframework.web.socket.WebSocketHttpHeaders
 
containsLocalBean(String) - Method in interface org.springframework.beans.factory.HierarchicalBeanFactory
Return whether the local bean factory contains a bean of the given name, ignoring beans defined in ancestor contexts.
containsLocalBean(String) - Method in class org.springframework.beans.factory.support.AbstractBeanFactory
 
containsLocalBean(String) - Method in class org.springframework.context.support.AbstractApplicationContext
 
containsLocalBean(String) - Method in class org.springframework.test.web.servlet.setup.StubWebApplicationContext
 
containsObject(String) - Method in class org.springframework.beans.factory.config.BeanExpressionContext
 
containsOption(String) - Method in class org.springframework.core.env.CommandLineArgs
Return whether the option with the given name was present on the command line.
containsOption(String) - Method in class org.springframework.core.env.CommandLinePropertySource
Return whether the set of option arguments parsed from the command line contains an option with the given name.
containsOption(String) - Method in class org.springframework.core.env.JOptCommandLinePropertySource
 
containsOption(String) - Method in class org.springframework.core.env.SimpleCommandLinePropertySource
 
containsProperty(String) - Method in class org.springframework.core.env.AbstractEnvironment
 
containsProperty(String) - Method in class org.springframework.core.env.CommandLinePropertySource
Return whether this PropertySource contains a property with the given name.
containsProperty(String) - Method in class org.springframework.core.env.EnumerablePropertySource
Return whether this PropertySource contains a property with the given name.
containsProperty(String) - Method in interface org.springframework.core.env.PropertyResolver
Return whether the given property key is available for resolution, i.e., the value for the given key is not null.
containsProperty(String) - Method in class org.springframework.core.env.PropertySource.ComparisonPropertySource
 
containsProperty(String) - Method in class org.springframework.core.env.PropertySource
Return whether this PropertySource contains the given name.
containsProperty(String) - Method in class org.springframework.core.env.PropertySourcesPropertyResolver
 
containsProperty(String) - Method in class org.springframework.core.env.SystemEnvironmentPropertySource
Return true if a property with the given name or any underscore/uppercase variant thereof exists in this property source.
containsSession(Session) - Method in class org.springframework.jms.connection.JmsResourceHolder
 
containsSession(Session) - Method in class org.springframework.orm.hibernate3.SessionHolder
 
containsSingleton(String) - Method in interface org.springframework.beans.factory.config.SingletonBeanRegistry
Check if this registry contains a singleton instance with the given name.
containsSingleton(String) - Method in class org.springframework.beans.factory.support.DefaultSingletonBeanRegistry
 
containsSqlScriptDelimiters(String, String) - Static method in class org.springframework.jdbc.datasource.init.ScriptUtils
Does the provided SQL script contain the specified delimiter?
containsSqlScriptDelimiters(String, char) - Static method in class org.springframework.test.jdbc.JdbcTestUtils
Deprecated.
containsValue(Object) - Method in class org.springframework.core.env.ReadOnlySystemAttributesMap
 
containsValue(Object) - Method in class org.springframework.http.HttpHeaders
 
containsValue(Object) - Method in class org.springframework.messaging.MessageHeaders
 
containsValue(Object) - Method in class org.springframework.util.CollectionUtils.MultiValueMapAdapter
 
containsValue(Object) - Method in class org.springframework.util.LinkedMultiValueMap
 
containsValue(Object) - Method in class org.springframework.web.socket.WebSocketHttpHeaders
 
containsWhitespace(CharSequence) - Static method in class org.springframework.util.StringUtils
Check whether the given CharSequence contains any whitespace characters.
containsWhitespace(String) - Static method in class org.springframework.util.StringUtils
Check whether the given String contains any whitespace characters.
content - Variable in class org.springframework.jdbc.core.support.SqlLobValue
 
content - Variable in class org.springframework.jdbc.support.lob.PassThroughBlob
 
content - Variable in class org.springframework.jdbc.support.lob.PassThroughClob
 
content - Variable in class org.springframework.mock.web.MockBodyContent
 
content - Variable in class org.springframework.mock.web.MockHttpServletRequest
 
content - Variable in class org.springframework.mock.web.MockHttpServletResponse
 
content - Variable in class org.springframework.mock.web.MockMultipartFile
 
content - Variable in class org.springframework.mock.web.portlet.MockClientDataRequest
 
content - Variable in class org.springframework.oxm.support.MarshallingSource
 
content - Variable in class org.springframework.oxm.support.MarshallingSource.MarshallingXMLReader
 
content() - Static method in class org.springframework.test.web.client.match.MockRestRequestMatchers
Access to request body matchers.
content - Variable in class org.springframework.test.web.client.response.DefaultResponseCreator
 
content - Variable in class org.springframework.test.web.servlet.request.MockHttpServletRequestBuilder
 
content(byte[]) - Method in class org.springframework.test.web.servlet.request.MockHttpServletRequestBuilder
Set the request body.
content(String) - Method in class org.springframework.test.web.servlet.request.MockHttpServletRequestBuilder
Set the request body as a UTF-8 String.
content() - Static method in class org.springframework.test.web.servlet.result.MockMvcResultMatchers
Access to response body assertions.
content - Variable in class org.springframework.web.filter.ShallowEtagHeaderFilter.ShallowEtagResponseWrapper
 
content - Variable in class org.springframework.web.socket.sockjs.frame.SockJsFrame
 
CONTENT_DISPOSITION - Static variable in class org.springframework.http.HttpHeaders
 
CONTENT_DISPOSITION - Static variable in class org.springframework.web.multipart.support.StandardMultipartHttpServletRequest
 
CONTENT_DISPOSITION_INLINE - Static variable in class org.springframework.web.servlet.view.jasperreports.AbstractJasperReportsView
The default Content-Disposition header.
CONTENT_LENGTH - Static variable in class org.springframework.http.HttpHeaders
 
CONTENT_LENGTH_HEADER - Static variable in class org.springframework.mock.web.MockHttpServletResponse
 
CONTENT_TYPE - Static variable in class org.springframework.http.HttpHeaders
 
CONTENT_TYPE - Static variable in class org.springframework.messaging.MessageHeaders
 
CONTENT_TYPE - Static variable in class org.springframework.web.multipart.support.DefaultMultipartHttpServletRequest
 
CONTENT_TYPE - Static variable in class org.springframework.web.servlet.view.document.AbstractExcelView
The content type for an Excel response
CONTENT_TYPE - Static variable in class org.springframework.web.servlet.view.document.AbstractJExcelView
Deprecated.
The content type for an Excel response
CONTENT_TYPE_ALTERNATIVE - Static variable in class org.springframework.mail.javamail.MimeMessageHelper
 
CONTENT_TYPE_CHARSET_PREFIX - Static variable in class org.springframework.web.util.WebUtils
Prefix of the charset clause in a content type String: ";charset="
CONTENT_TYPE_CHARSET_SUFFIX - Static variable in class org.springframework.mail.javamail.MimeMessageHelper
 
CONTENT_TYPE_HEADER - Static variable in class org.springframework.mock.web.MockHttpServletRequest
 
CONTENT_TYPE_HEADER - Static variable in class org.springframework.mock.web.MockHttpServletResponse
 
CONTENT_TYPE_HESSIAN - Static variable in class org.springframework.remoting.caucho.HessianExporter
 
CONTENT_TYPE_HTML - Static variable in class org.springframework.mail.javamail.MimeMessageHelper
 
CONTENT_TYPE_SERIALIZED_OBJECT - Static variable in class org.springframework.remoting.httpinvoker.AbstractHttpInvokerRequestExecutor
Default content type: "application/x-java-serialized-object"
CONTENT_TYPE_SERIALIZED_OBJECT - Static variable in class org.springframework.remoting.rmi.RemoteInvocationSerializingExporter
Default content type: "application/x-java-serialized-object"
contentDispositionMappings - Variable in class org.springframework.web.servlet.view.jasperreports.JasperReportsMultiFormatView
Stores the mappings of mapping keys to Content-Disposition header values.
contentEquals(ConstructorArgumentValues.ValueHolder) - Method in class org.springframework.beans.factory.config.ConstructorArgumentValues.ValueHolder
Determine whether the content of this ValueHolder is equal to the content of the given other ValueHolder.
contentHandler - Variable in class org.springframework.oxm.support.MarshallingSource.MarshallingXMLReader
 
contentHandler - Variable in class org.springframework.util.xml.AbstractXMLReader
 
contentHashCode() - Method in class org.springframework.beans.factory.config.ConstructorArgumentValues.ValueHolder
Determine whether the hash code of the content of this ValueHolder.
contentLength() - Method in class org.springframework.core.io.AbstractFileResolvingResource
 
contentLength() - Method in class org.springframework.core.io.AbstractResource
This implementation reads the entire InputStream to calculate the content length.
contentLength() - Method in class org.springframework.core.io.ByteArrayResource
This implementation returns the length of the underlying byte array.
contentLength() - Method in class org.springframework.core.io.FileSystemResource
This implementation returns the underlying File's length.
contentLength() - Method in class org.springframework.core.io.PathResource
This implementation returns the underlying File's length.
contentLength() - Method in interface org.springframework.core.io.Resource
Determine the content length for this resource.
contentLength() - Method in class org.springframework.core.io.VfsResource
 
contentLength - Variable in class org.springframework.jdbc.support.lob.PassThroughBlob
 
contentLength - Variable in class org.springframework.jdbc.support.lob.PassThroughClob
 
contentLength - Variable in class org.springframework.mock.web.MockHttpServletResponse
 
contentLength - Variable in class org.springframework.mock.web.portlet.MockResourceResponse
 
ContentNegotiatingViewResolver - Class in org.springframework.web.servlet.view
Implementation of ViewResolver that resolves a view based on the request file name or Accept header.
ContentNegotiatingViewResolver() - Constructor for class org.springframework.web.servlet.view.ContentNegotiatingViewResolver
 
ContentNegotiationConfigurer - Class in org.springframework.web.servlet.config.annotation
Helps with configuring a ContentNegotiationManager.
ContentNegotiationConfigurer(ServletContext) - Constructor for class org.springframework.web.servlet.config.annotation.ContentNegotiationConfigurer
Class constructor with javax.servlet.ServletContext.
contentNegotiationManager - Variable in class org.springframework.test.web.servlet.setup.StandaloneMockMvcBuilder
 
ContentNegotiationManager - Class in org.springframework.web.accept
This class is used to determine the requested media types of a request by delegating to a list of ContentNegotiationStrategy instances.
ContentNegotiationManager(ContentNegotiationStrategy...) - Constructor for class org.springframework.web.accept.ContentNegotiationManager
Create an instance with the given ContentNegotiationStrategy instances.
ContentNegotiationManager(Collection<ContentNegotiationStrategy>) - Constructor for class org.springframework.web.accept.ContentNegotiationManager
Create an instance with the given ContentNegotiationStrategy instances.
ContentNegotiationManager() - Constructor for class org.springframework.web.accept.ContentNegotiationManager
Create a default instance with a HeaderContentNegotiationStrategy.
contentNegotiationManager - Variable in class org.springframework.web.accept.ContentNegotiationManagerFactoryBean
 
contentNegotiationManager - Variable in class org.springframework.web.servlet.config.annotation.WebMvcConfigurationSupport
 
contentNegotiationManager - Variable in class org.springframework.web.servlet.mvc.condition.ProducesRequestCondition
 
contentNegotiationManager - Variable in class org.springframework.web.servlet.mvc.method.annotation.AbstractMessageConverterMethodProcessor
 
contentNegotiationManager - Variable in class org.springframework.web.servlet.mvc.method.annotation.ExceptionHandlerExceptionResolver
 
contentNegotiationManager - Variable in class org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter
 
contentNegotiationManager - Variable in class org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping
 
contentNegotiationManager - Variable in class org.springframework.web.servlet.view.ContentNegotiatingViewResolver
 
ContentNegotiationManagerFactoryBean - Class in org.springframework.web.accept
A factory providing convenient access to a ContentNegotiationManager configured with one or more ContentNegotiationStrategy instances.
ContentNegotiationManagerFactoryBean() - Constructor for class org.springframework.web.accept.ContentNegotiationManagerFactoryBean
 
contentNegotiationStrategies - Variable in class org.springframework.web.accept.ContentNegotiationManager
 
ContentNegotiationStrategy - Interface in org.springframework.web.accept
A strategy for resolving the requested media types in a request.
ContentRequestMatchers - Class in org.springframework.test.web.client.match
Factory for request content RequestMatcher's.
ContentRequestMatchers() - Constructor for class org.springframework.test.web.client.match.ContentRequestMatchers
Class constructor, not for direct instantiation.
ContentRequestMatchers.AbstractXmlRequestMatcher - Class in org.springframework.test.web.client.match
Abstract base class for XML RequestMatcher's.
contentResource - Variable in class org.springframework.test.web.client.response.DefaultResponseCreator
 
ContentResultMatchers - Class in org.springframework.test.web.servlet.result
Factory for response content assertions.
ContentResultMatchers() - Constructor for class org.springframework.test.web.servlet.result.ContentResultMatchers
Protected constructor.
contentType - Variable in class org.springframework.mock.web.MockHttpServletRequest
 
contentType - Variable in class org.springframework.mock.web.MockHttpServletResponse
 
contentType - Variable in class org.springframework.mock.web.MockMultipartFile
 
contentType - Variable in class org.springframework.mock.web.portlet.MockClientDataRequest
 
contentType - Variable in class org.springframework.mock.web.portlet.MockMimeResponse
 
contentType - Variable in class org.springframework.oxm.jaxb.Jaxb2Marshaller.ByteArrayDataSource
 
contentType - Variable in class org.springframework.remoting.httpinvoker.AbstractHttpInvokerRequestExecutor
 
contentType - Variable in class org.springframework.remoting.rmi.RemoteInvocationSerializingExporter
 
contentType(String) - Method in class org.springframework.test.web.client.match.ContentRequestMatchers
Assert the request content type as a String.
contentType(MediaType) - Method in class org.springframework.test.web.client.match.ContentRequestMatchers
Assert the request content type as a MediaType.
contentType(MediaType) - Method in class org.springframework.test.web.client.response.DefaultResponseCreator
Set the Content-Type header.
contentType - Variable in class org.springframework.test.web.servlet.request.MockHttpServletRequestBuilder
 
contentType(MediaType) - Method in class org.springframework.test.web.servlet.request.MockHttpServletRequestBuilder
Set the 'Content-Type' header of the request.
contentType(String) - Method in class org.springframework.test.web.servlet.result.ContentResultMatchers
Assert the ServletResponse content type.
contentType(MediaType) - Method in class org.springframework.test.web.servlet.result.ContentResultMatchers
Assert the ServletResponse content type after parsing it as a MediaType.
contentType - Variable in class org.springframework.web.HttpMediaTypeNotSupportedException
 
contentType - Variable in class org.springframework.web.servlet.ResourceServlet
 
contentType - Variable in class org.springframework.web.servlet.view.AbstractView
 
contentType - Variable in class org.springframework.web.servlet.view.UrlBasedViewResolver
 
contentTypeCompatibleWith(String) - Method in class org.springframework.test.web.client.match.ContentRequestMatchers
Assert the request content type is compatible with the given content type as defined by MediaType.isCompatibleWith(MediaType).
contentTypeCompatibleWith(MediaType) - Method in class org.springframework.test.web.client.match.ContentRequestMatchers
Assert the request content type is compatible with the given content type as defined by MediaType.isCompatibleWith(MediaType).
contentTypeCompatibleWith(String) - Method in class org.springframework.test.web.servlet.result.ContentResultMatchers
Assert the ServletResponse content type is compatible with the given content type as defined by MediaType.isCompatibleWith(MediaType).
contentTypeCompatibleWith(MediaType) - Method in class org.springframework.test.web.servlet.result.ContentResultMatchers
Assert the ServletResponse content type is compatible with the given content type as defined by MediaType.isCompatibleWith(MediaType).
contentTypeResolver - Variable in class org.springframework.messaging.converter.AbstractMessageConverter
 
ContentTypeResolver - Interface in org.springframework.messaging.converter
Resolve the content type for a message.
Context - Class in org.springframework.asm
Information about a class being parsed in a ClassReader.
Context() - Constructor for class org.springframework.asm.Context
 
context - Variable in class org.springframework.cache.interceptor.CacheAspectSupport.CachePutRequest
 
context - Variable in class org.springframework.context.annotation.ConditionEvaluator
 
context - Variable in class org.springframework.jdbc.object.MappingSqlQueryWithParameters.RowMapperImpl
 
context - Variable in class org.springframework.jdbc.object.UpdatableSqlQuery.RowMapperImpl
 
context - Variable in class org.springframework.web.context.ContextLoader
The root WebApplicationContext instance that this loader manages.
context - Variable in class org.springframework.web.servlet.tags.UrlTag
 
CONTEXT_ATTRIBUTES_BEAN_NAME - Static variable in interface org.springframework.web.context.WebApplicationContext
Name of the ServletContext/PortletContext attributes environment bean in the factory.
CONTEXT_CLASS_PARAM - Static variable in class org.springframework.web.context.ContextLoader
Config param for the root WebApplicationContext implementation class to use: "contextClass"
CONTEXT_ID_PARAM - Static variable in class org.springframework.web.context.ContextLoader
Config param for the root WebApplicationContext id, to be used as serialization id for the underlying BeanFactory: "contextId"
CONTEXT_INITIALIZER_CLASSES_PARAM - Static variable in class org.springframework.web.context.ContextLoader
Config param for ApplicationContextInitializer classes to use for initializing the root web application context: "contextInitializerClasses"
CONTEXT_PARAMETERS_BEAN_NAME - Static variable in interface org.springframework.web.context.WebApplicationContext
Name of the ServletContext/PortletContext init-params environment bean in the factory.
ContextAnnotationAutowireCandidateResolver - Class in org.springframework.context.annotation
Complete implementation of the AutowireCandidateResolver strategy interface, providing support for qualifier annotations as well as for lazy resolution driven by the Lazy annotation in the context.annotation package.
ContextAnnotationAutowireCandidateResolver() - Constructor for class org.springframework.context.annotation.ContextAnnotationAutowireCandidateResolver
 
contextAttribute - Variable in class org.springframework.web.filter.DelegatingFilterProxy
 
contextAttribute - Variable in class org.springframework.web.servlet.FrameworkServlet
ServletContext attribute to find the WebApplicationContext in
ContextBeanFactoryReference - Class in org.springframework.context.access
ApplicationContext-specific implementation of BeanFactoryReference, wrapping a newly created ApplicationContext, closing it on release.
ContextBeanFactoryReference(ApplicationContext) - Constructor for class org.springframework.context.access.ContextBeanFactoryReference
Create a new ContextBeanFactoryReference for the given context.
contextCache - Variable in class org.springframework.test.context.CacheAwareContextLoaderDelegate
 
ContextCache - Class in org.springframework.test.context
Cache for Spring ApplicationContexts in a test environment.
ContextCache() - Constructor for class org.springframework.test.context.ContextCache
 
contextCache - Variable in class org.springframework.test.context.DefaultTestContext
 
contextCache - Static variable in class org.springframework.test.context.TestContextManager
Cache of Spring application contexts.
contextClass - Variable in class org.springframework.web.portlet.FrameworkPortlet
Portlet ApplicationContext implementation class to use
contextClass - Variable in class org.springframework.web.servlet.FrameworkServlet
WebApplicationContext implementation class to create
ContextCleanupListener - Class in org.springframework.web.context
Web application listener that cleans up remaining disposable attributes in the ServletContext, i.e.
ContextCleanupListener() - Constructor for class org.springframework.web.context.ContextCleanupListener
 
ContextClosedEvent - Class in org.springframework.context.event
Event raised when an ApplicationContext gets closed.
ContextClosedEvent(ApplicationContext) - Constructor for class org.springframework.context.event.ContextClosedEvent
Creates a new ContextClosedEvent.
contextConfigLocation - Variable in class org.springframework.jca.context.SpringContextResourceAdapter
 
contextConfigLocation - Variable in class org.springframework.web.portlet.FrameworkPortlet
Explicit context config location
contextConfigLocation - Variable in class org.springframework.web.servlet.FrameworkServlet
Explicit context config location
ContextConfiguration - Annotation Type in org.springframework.test.context
@ContextConfiguration defines class-level metadata that is used to determine how to load and configure an ApplicationContext for integration tests.
ContextConfigurationAttributes - Class in org.springframework.test.context
ContextConfigurationAttributes encapsulates the context configuration attributes declared on a test class via @ContextConfiguration.
ContextConfigurationAttributes(Class<?>, ContextConfiguration) - Constructor for class org.springframework.test.context.ContextConfigurationAttributes
Construct a new ContextConfigurationAttributes instance for the supplied @ContextConfiguration annotation and the test class that declared it.
ContextConfigurationAttributes(Class<?>, AnnotationAttributes) - Constructor for class org.springframework.test.context.ContextConfigurationAttributes
Construct a new ContextConfigurationAttributes instance for the supplied @ContextConfiguration annotation and the test class that declared it.
ContextConfigurationAttributes(Class<?>, String[], Class<?>[], boolean, Class<? extends ContextLoader>) - Constructor for class org.springframework.test.context.ContextConfigurationAttributes
ContextConfigurationAttributes(Class<?>, String[], Class<?>[], boolean, Class<? extends ApplicationContextInitializer<? extends ConfigurableApplicationContext>>[], boolean, Class<? extends ContextLoader>) - Constructor for class org.springframework.test.context.ContextConfigurationAttributes
Construct a new ContextConfigurationAttributes instance for the test class that declared the @ContextConfiguration annotation and its corresponding attributes.
ContextConfigurationAttributes(Class<?>, String[], Class<?>[], boolean, Class<? extends ApplicationContextInitializer<? extends ConfigurableApplicationContext>>[], boolean, String, Class<? extends ContextLoader>) - Constructor for class org.springframework.test.context.ContextConfigurationAttributes
Construct a new ContextConfigurationAttributes instance for the test class that declared the @ContextConfiguration annotation and its corresponding attributes.
contextDestroyed(ServletContextEvent) - Method in class org.springframework.web.context.ContextCleanupListener
 
contextDestroyed(ServletContextEvent) - Method in class org.springframework.web.context.ContextLoaderListener
Close the root web application context.
contextDestroyed(ServletContextEvent) - Method in class org.springframework.web.util.IntrospectorCleanupListener
 
contextDestroyed(ServletContextEvent) - Method in class org.springframework.web.util.Log4jConfigListener
 
contextDestroyed(ServletContextEvent) - Method in class org.springframework.web.util.WebAppRootListener
 
ContextExposingHttpServletRequest - Class in org.springframework.web.context.support
HttpServletRequest decorator that makes all Spring beans in a given WebApplicationContext accessible as request attributes, through lazy checking once an attribute gets accessed.
ContextExposingHttpServletRequest(HttpServletRequest, WebApplicationContext) - Constructor for class org.springframework.web.context.support.ContextExposingHttpServletRequest
Create a new ContextExposingHttpServletRequest for the given request.
ContextExposingHttpServletRequest(HttpServletRequest, WebApplicationContext, Set<String>) - Constructor for class org.springframework.web.context.support.ContextExposingHttpServletRequest
Create a new ContextExposingHttpServletRequest for the given request.
ContextHierarchy - Annotation Type in org.springframework.test.context
@ContextHierarchy is a class-level annotation that is used to define a hierarchy of ApplicationContexts for integration tests.
contextId - Variable in class org.springframework.web.servlet.FrameworkServlet
WebApplicationContext id to assign
contextInitialized(ServletContextEvent) - Method in class org.springframework.web.context.ContextCleanupListener
 
contextInitialized(ServletContextEvent) - Method in class org.springframework.web.context.ContextLoaderListener
Initialize the root web application context.
contextInitialized(ServletContextEvent) - Method in class org.springframework.web.util.IntrospectorCleanupListener
 
contextInitialized(ServletContextEvent) - Method in class org.springframework.web.util.Log4jConfigListener
 
contextInitialized(ServletContextEvent) - Method in class org.springframework.web.util.WebAppRootListener
 
contextInitializerClasses - Variable in class org.springframework.test.context.MergedContextConfiguration
 
contextInitializerClasses - Variable in class org.springframework.web.servlet.FrameworkServlet
Comma-delimited ApplicationContextInitializer class names set through init param
contextInitializers - Variable in class org.springframework.web.servlet.FrameworkServlet
Actual ApplicationContextInitializer instances to apply to the context
ContextJndiBeanFactoryLocator - Class in org.springframework.context.access
BeanFactoryLocator implementation that creates the BeanFactory from one or more classpath locations specified in a JNDI environment variable.
ContextJndiBeanFactoryLocator() - Constructor for class org.springframework.context.access.ContextJndiBeanFactoryLocator
 
ContextLifecycleScheduledTaskRegistrar - Class in org.springframework.scheduling.config
ScheduledTaskRegistrar subclass that redirects the actual scheduling of tasks to the ContextRefreshedEvent callback.
ContextLifecycleScheduledTaskRegistrar() - Constructor for class org.springframework.scheduling.config.ContextLifecycleScheduledTaskRegistrar
 
ContextLoader - Interface in org.springframework.test.context
Strategy interface for loading an application context for an integration test managed by the Spring TestContext Framework.
contextLoader - Variable in class org.springframework.test.context.MergedContextConfiguration
 
ContextLoader - Class in org.springframework.web.context
Performs the actual initialization work for the root application context.
ContextLoader() - Constructor for class org.springframework.web.context.ContextLoader
Create a new ContextLoader that will create a web application context based on the "contextClass" and "contextConfigLocation" servlet context-params.
ContextLoader(WebApplicationContext) - Constructor for class org.springframework.web.context.ContextLoader
Create a new ContextLoader with the given application context.
contextLoaderClass - Variable in class org.springframework.test.context.ContextConfigurationAttributes
 
ContextLoaderListener - Class in org.springframework.web.context
Bootstrap listener to start up and shut down Spring's root WebApplicationContext.
ContextLoaderListener() - Constructor for class org.springframework.web.context.ContextLoaderListener
Create a new ContextLoaderListener that will create a web application context based on the "contextClass" and "contextConfigLocation" servlet context-params.
ContextLoaderListener(WebApplicationContext) - Constructor for class org.springframework.web.context.ContextLoaderListener
Create a new ContextLoaderListener with the given application context.
ContextLoaderUtils - Class in org.springframework.test.context
Utility methods for working with ContextLoaders and SmartContextLoaders and resolving resource locations, annotated classes, active bean definition profiles, and application context initializers.
ContextLoaderUtils() - Constructor for class org.springframework.test.context.ContextLoaderUtils
 
contextMap - Variable in class org.springframework.test.context.ContextCache
Map of context keys to Spring ApplicationContext instances.
contextMatch(Class<?>) - Method in class org.springframework.aop.aspectj.AspectJExpressionPointcut.BeanNameContextMatcher
 
ContextNamespaceHandler - Class in org.springframework.context.config
NamespaceHandler for the 'context' namespace.
ContextNamespaceHandler() - Constructor for class org.springframework.context.config.ContextNamespaceHandler
 
contextObject - Variable in class org.springframework.expression.spel.ast.PropertyOrFieldReference.AccessorLValue
 
contextObjects - Variable in class org.springframework.expression.spel.ExpressionState
 
contextOverride - Variable in class org.springframework.web.context.support.ServletContextPropertyPlaceholderConfigurer
Deprecated.
 
ContextOverridingClassLoader(ClassLoader) - Constructor for class org.springframework.context.support.ContextTypeMatchClassLoader.ContextOverridingClassLoader
 
contextPath - Variable in class org.springframework.mock.web.MockHttpServletRequest
 
contextPath - Variable in class org.springframework.mock.web.MockServletContext
 
contextPath - Variable in class org.springframework.mock.web.portlet.MockPortletRequest
 
contextPath - Variable in class org.springframework.oxm.jaxb.Jaxb2Marshaller
 
contextPath - Variable in class org.springframework.test.web.servlet.request.MockHttpServletRequestBuilder
 
contextPath(String) - Method in class org.springframework.test.web.servlet.request.MockHttpServletRequestBuilder
Specify the portion of the requestURI that represents the context path.
ContextRefreshedEvent - Class in org.springframework.context.event
Event raised when an ApplicationContext gets initialized or refreshed.
ContextRefreshedEvent(ApplicationContext) - Constructor for class org.springframework.context.event.ContextRefreshedEvent
Create a new ContextRefreshedEvent.
ContextRefreshListener() - Constructor for class org.springframework.web.servlet.FrameworkServlet.ContextRefreshListener
 
contextRelative - Variable in class org.springframework.web.servlet.view.RedirectView
 
ContextResource - Interface in org.springframework.core.io
Extended interface for a resource that is loaded from an enclosing 'context', e.g.
contexts - Variable in class org.springframework.cache.interceptor.CacheAspectSupport.CacheOperationContexts
 
contexts - Variable in class org.springframework.mock.web.MockServletContext
 
contexts - Variable in class org.springframework.remoting.support.SimpleHttpServerFactoryBean
 
ContextSingletonBeanFactoryLocator - Class in org.springframework.context.access
Variant of SingletonBeanFactoryLocator which creates its internal bean factory reference as an ApplicationContext instead of SingletonBeanFactoryLocator's simple BeanFactory.
ContextSingletonBeanFactoryLocator(String) - Constructor for class org.springframework.context.access.ContextSingletonBeanFactoryLocator
Constructor which uses the the specified name as the resource name of the definition file(s).
ContextStartedEvent - Class in org.springframework.context.event
Event raised when an ApplicationContext gets started.
ContextStartedEvent(ApplicationContext) - Constructor for class org.springframework.context.event.ContextStartedEvent
Create a new ContextStartedEvent.
ContextStoppedEvent - Class in org.springframework.context.event
Event raised when an ApplicationContext gets stopped.
ContextStoppedEvent(ApplicationContext) - Constructor for class org.springframework.context.event.ContextStoppedEvent
Create a new ContextStoppedEvent.
ContextTypeMatchClassLoader - Class in org.springframework.context.support
Special variant of an overriding ClassLoader, used for temporary type matching in AbstractApplicationContext.
ContextTypeMatchClassLoader(ClassLoader) - Constructor for class org.springframework.context.support.ContextTypeMatchClassLoader
 
ContextTypeMatchClassLoader.ContextOverridingClassLoader - Class in org.springframework.context.support
ClassLoader to be created for each loaded class.
contextWrapper - Variable in class org.springframework.context.support.GenericGroovyApplicationContext
 
continueOnError(boolean) - Method in class org.springframework.jdbc.datasource.embedded.EmbeddedDatabaseBuilder
Specify that all failures which occur while executing SQL scripts should be logged but should not cause a failure.
continueOnError - Variable in class org.springframework.jdbc.datasource.init.ResourceDatabasePopulator
 
continueScheduledExecutionAfterException - Variable in class org.springframework.scheduling.concurrent.ScheduledExecutorFactoryBean
 
contributeMethodArgument(MethodParameter, Object, UriComponentsBuilder, Map<String, Object>, ConversionService) - Method in class org.springframework.web.method.annotation.RequestParamMethodArgumentResolver
 
contributeMethodArgument(MethodParameter, Object, UriComponentsBuilder, Map<String, Object>, ConversionService) - Method in class org.springframework.web.method.support.CompositeUriComponentsContributor
 
contributeMethodArgument(MethodParameter, Object, UriComponentsBuilder, Map<String, Object>) - Method in class org.springframework.web.method.support.CompositeUriComponentsContributor
An overloaded method that uses the ConversionService created at construction.
contributeMethodArgument(MethodParameter, Object, UriComponentsBuilder, Map<String, Object>, ConversionService) - Method in interface org.springframework.web.method.support.UriComponentsContributor
Process the given method argument and either update the UriComponentsBuilder or add to the map with URI variables to use to expand the URI after all arguments are processed.
contributeMethodArgument(MethodParameter, Object, UriComponentsBuilder, Map<String, Object>, ConversionService) - Method in class org.springframework.web.servlet.mvc.method.annotation.PathVariableMethodArgumentResolver
 
contributors - Variable in class org.springframework.web.method.support.CompositeUriComponentsContributor
 
ControlFlow - Interface in org.springframework.core
Interface to be implemented by objects that can return information about the current call stack.
ControlFlowFactory - Class in org.springframework.core
Static factory to conceal the automatic choice of the ControlFlow implementation class.
ControlFlowFactory() - Constructor for class org.springframework.core.ControlFlowFactory
 
ControlFlowFactory.Jdk14ControlFlow - Class in org.springframework.core
Utilities for cflow-style pointcuts.
ControlFlowPointcut - Class in org.springframework.aop.support
Pointcut and method matcher for use in simple cflow-style pointcut.
ControlFlowPointcut(Class<?>) - Constructor for class org.springframework.aop.support.ControlFlowPointcut
Construct a new pointcut that matches all control flows below that class.
ControlFlowPointcut(Class<?>, String) - Constructor for class org.springframework.aop.support.ControlFlowPointcut
Construct a new pointcut that matches all calls below the given method in the given class.
Controller - Annotation Type in org.springframework.stereotype
Indicates that an annotated class is a "Controller" (e.g.
Controller - Interface in org.springframework.web.portlet.mvc
Base portlet Controller interface, representing a component that receives RenderRequest/RenderResponse and ActionRequest/ActionResponse like a Portlet but is able to participate in an MVC workflow.
Controller - Interface in org.springframework.web.servlet.mvc
Base Controller interface, representing a component that receives HttpServletRequest and HttpServletResponse instances just like a HttpServlet but is able to participate in an MVC workflow.
controller(Class<T>) - Static method in class org.springframework.web.servlet.mvc.method.annotation.MvcUriComponentsBuilder
Return a "mock" controller instance.
CONTROLLER_SUFFIX - Static variable in class org.springframework.web.servlet.mvc.support.ControllerClassNameHandlerMapping
Common suffix at the end of controller implementation classes.
ControllerAdvice - Annotation Type in org.springframework.web.bind.annotation
Indicates the annotated class assists a "Controller".
ControllerAdviceBean - Class in org.springframework.web.method
Encapsulates information about an @ControllerAdvice Spring-managed bean without necessarily requiring it to be instantiated.
ControllerAdviceBean(String, BeanFactory) - Constructor for class org.springframework.web.method.ControllerAdviceBean
Create an instance using the given bean name.
ControllerAdviceBean(Object) - Constructor for class org.springframework.web.method.ControllerAdviceBean
Create an instance using the given bean instance.
ControllerBeanNameHandlerMapping - Class in org.springframework.web.servlet.mvc.support
Implementation of HandlerMapping that follows a simple convention for generating URL path mappings from the bean names of registered Controller beans as well as @Controller annotated beans.
ControllerBeanNameHandlerMapping() - Constructor for class org.springframework.web.servlet.mvc.support.ControllerBeanNameHandlerMapping
 
ControllerClassNameHandlerMapping - Class in org.springframework.web.servlet.mvc.support
Implementation of HandlerMapping that follows a simple convention for generating URL path mappings from the class names of registered Controller beans as well as @Controller annotated beans.
ControllerClassNameHandlerMapping() - Constructor for class org.springframework.web.servlet.mvc.support.ControllerClassNameHandlerMapping
 
controllerMethod - Variable in class org.springframework.web.servlet.mvc.method.annotation.MvcUriComponentsBuilder.ControllerMethodInvocationInterceptor
 
ControllerMethodInvocationInterceptor() - Constructor for class org.springframework.web.servlet.mvc.method.annotation.MvcUriComponentsBuilder.ControllerMethodInvocationInterceptor
 
controllers - Variable in class org.springframework.test.web.servlet.setup.StandaloneMockMvcBuilder
 
ControllerTypePredicate - Class in org.springframework.web.servlet.mvc.support
Internal helper class that identifies controller types.
ControllerTypePredicate() - Constructor for class org.springframework.web.servlet.mvc.support.ControllerTypePredicate
 
Conventions - Class in org.springframework.core
Provides methods to support various naming and other conventions used throughout the framework.
Conventions() - Constructor for class org.springframework.core.Conventions
 
CONVERSION_SERVICE_BEAN_NAME - Static variable in interface org.springframework.context.ConfigurableApplicationContext
Name of the ConversionService bean in the factory.
CONVERSION_SERVICE_BEAN_NAME - Static variable in class org.springframework.web.socket.adapter.standard.ConvertingEncoderDecoderSupport
 
ConversionException - Exception in org.springframework.core.convert
Base class for exceptions thrown by the conversion system.
ConversionException(String) - Constructor for exception org.springframework.core.convert.ConversionException
Construct a new conversion exception.
ConversionException(String, Throwable) - Constructor for exception org.springframework.core.convert.ConversionException
Construct a new conversion exception.
ConversionFailedException - Exception in org.springframework.core.convert
Exception to be thrown when an actual type conversion attempt fails.
ConversionFailedException(TypeDescriptor, TypeDescriptor, Object, Throwable) - Constructor for exception org.springframework.core.convert.ConversionFailedException
Create a new conversion exception.
conversionNecessary - Variable in class org.springframework.beans.PropertyValue
Package-visible field that indicates whether conversion is necessary
ConversionNotSupportedException - Exception in org.springframework.beans
Exception thrown when no suitable editor or converter can be found for a bean property.
ConversionNotSupportedException(PropertyChangeEvent, Class<?>, Throwable) - Constructor for exception org.springframework.beans.ConversionNotSupportedException
Create a new ConversionNotSupportedException.
ConversionNotSupportedException(Object, Class<?>, Throwable) - Constructor for exception org.springframework.beans.ConversionNotSupportedException
Create a new ConversionNotSupportedException.
conversionService - Variable in class org.springframework.beans.factory.support.AbstractBeanFactory
Spring 3.0 ConversionService to use instead of PropertyEditors
conversionService - Variable in class org.springframework.beans.PropertyEditorRegistrySupport
 
conversionService - Variable in class org.springframework.context.support.ConversionServiceFactoryBean
 
ConversionService - Interface in org.springframework.core.convert
A service interface for type conversion.
conversionService - Variable in class org.springframework.core.convert.converter.ConvertingComparator.ConversionServiceConverter
 
conversionService - Variable in class org.springframework.core.convert.support.ArrayToArrayConverter
 
conversionService - Variable in class org.springframework.core.convert.support.ArrayToCollectionConverter
 
conversionService - Variable in class org.springframework.core.convert.support.ArrayToObjectConverter
 
conversionService - Variable in class org.springframework.core.convert.support.ByteBufferConverter
 
conversionService - Variable in class org.springframework.core.convert.support.CollectionToArrayConverter
 
conversionService - Variable in class org.springframework.core.convert.support.CollectionToCollectionConverter
 
conversionService - Variable in class org.springframework.core.convert.support.CollectionToObjectConverter
 
conversionService - Variable in class org.springframework.core.convert.support.CollectionToStringConverter
 
conversionService - Variable in class org.springframework.core.convert.support.ConvertingPropertyEditorAdapter
 
conversionService - Variable in class org.springframework.core.convert.support.EnumToStringConverter
 
conversionService - Variable in class org.springframework.core.convert.support.IdToEntityConverter
 
conversionService - Variable in class org.springframework.core.convert.support.MapToMapConverter
 
conversionService - Variable in class org.springframework.core.convert.support.ObjectToArrayConverter
 
conversionService - Variable in class org.springframework.core.convert.support.ObjectToCollectionConverter
 
conversionService - Variable in class org.springframework.core.convert.support.StringToArrayConverter
 
conversionService - Variable in class org.springframework.core.convert.support.StringToCollectionConverter
 
conversionService - Variable in class org.springframework.core.env.AbstractPropertyResolver
 
conversionService - Variable in class org.springframework.expression.spel.support.StandardTypeConverter
 
conversionService - Variable in class org.springframework.format.support.FormattingConversionService.ParserConverter
 
conversionService - Variable in class org.springframework.format.support.FormattingConversionService.PrinterConverter
 
conversionService - Variable in class org.springframework.format.support.FormattingConversionServiceFactoryBean
 
conversionService - Variable in class org.springframework.http.converter.ObjectToStringHttpMessageConverter
 
conversionService - Variable in class org.springframework.messaging.handler.annotation.support.AbstractNamedValueMethodArgumentResolver
 
conversionService - Variable in class org.springframework.messaging.simp.annotation.support.SimpAnnotationMethodMessageHandler
 
conversionService - Variable in class org.springframework.test.web.servlet.setup.StandaloneMockMvcBuilder
 
conversionService - Variable in class org.springframework.validation.AbstractPropertyBindingResult
 
conversionService - Variable in class org.springframework.validation.DataBinder
 
conversionService - Variable in class org.springframework.web.bind.support.ConfigurableWebBindingInitializer
 
conversionService - Variable in class org.springframework.web.method.support.CompositeUriComponentsContributor
 
conversionService - Variable in class org.springframework.web.servlet.config.AnnotationDrivenBeanDefinitionParser.CompositeUriComponentsContributorFactoryBean
 
conversionService - Variable in class org.springframework.web.servlet.handler.ConversionServiceExposingInterceptor
 
ConversionServiceConverter(ConversionService, Class<? extends T>) - Constructor for class org.springframework.core.convert.converter.ConvertingComparator.ConversionServiceConverter
 
ConversionServiceExposingInterceptor - Class in org.springframework.web.servlet.handler
Interceptor that places the configured ConversionService in request scope so it's available during request processing.
ConversionServiceExposingInterceptor(ConversionService) - Constructor for class org.springframework.web.servlet.handler.ConversionServiceExposingInterceptor
ConversionServiceFactory - Class in org.springframework.core.convert.support
A factory for common ConversionService configurations.
ConversionServiceFactory() - Constructor for class org.springframework.core.convert.support.ConversionServiceFactory
 
ConversionServiceFactoryBean - Class in org.springframework.context.support
A factory providing convenient access to a ConversionService configured with converters appropriate for most environments.
ConversionServiceFactoryBean() - Constructor for class org.springframework.context.support.ConversionServiceFactoryBean
 
ConversionUtils - Class in org.springframework.core.convert.support
Internal utilities for the conversion package.
ConversionUtils() - Constructor for class org.springframework.core.convert.support.ConversionUtils
 
convert(Object, Class<T>) - Method in interface org.springframework.core.convert.ConversionService
Convert the given source to the specified targetType.
convert(Object, TypeDescriptor, TypeDescriptor) - Method in interface org.springframework.core.convert.ConversionService
Convert the given source to the specified targetType.
convert(S) - Method in interface org.springframework.core.convert.converter.Converter
Convert the source of type S to target type T.
convert(S) - Method in class org.springframework.core.convert.converter.ConvertingComparator.ConversionServiceConverter
 
convert(Object, TypeDescriptor, TypeDescriptor) - Method in interface org.springframework.core.convert.converter.GenericConverter
Convert the source to the targetType described by the TypeDescriptor.
convert(Object, TypeDescriptor, TypeDescriptor) - Method in class org.springframework.core.convert.support.ArrayToArrayConverter
 
convert(Object, TypeDescriptor, TypeDescriptor) - Method in class org.springframework.core.convert.support.ArrayToCollectionConverter
 
convert(Object, TypeDescriptor, TypeDescriptor) - Method in class org.springframework.core.convert.support.ArrayToObjectConverter
 
convert(Object, TypeDescriptor, TypeDescriptor) - Method in class org.springframework.core.convert.support.ArrayToStringConverter
 
convert(Object, TypeDescriptor, TypeDescriptor) - Method in class org.springframework.core.convert.support.ByteBufferConverter
 
convert(Character) - Method in class org.springframework.core.convert.support.CharacterToNumberFactory.CharacterToNumber
 
convert(Object, TypeDescriptor, TypeDescriptor) - Method in class org.springframework.core.convert.support.CollectionToArrayConverter
 
convert(Object, TypeDescriptor, TypeDescriptor) - Method in class org.springframework.core.convert.support.CollectionToCollectionConverter
 
convert(Object, TypeDescriptor, TypeDescriptor) - Method in class org.springframework.core.convert.support.CollectionToObjectConverter
 
convert(Object, TypeDescriptor, TypeDescriptor) - Method in class org.springframework.core.convert.support.CollectionToStringConverter
 
convert(Enum<?>) - Method in class org.springframework.core.convert.support.EnumToStringConverter
 
convert(Object, TypeDescriptor, TypeDescriptor) - Method in class org.springframework.core.convert.support.FallbackObjectToStringConverter
 
convert(Object, Class<T>) - Method in class org.springframework.core.convert.support.GenericConversionService
 
convert(Object, TypeDescriptor, TypeDescriptor) - Method in class org.springframework.core.convert.support.GenericConversionService
 
convert(Object, TypeDescriptor) - Method in class org.springframework.core.convert.support.GenericConversionService
Convenience operation for converting a source object to the specified targetType, where the targetType is a descriptor that provides additional conversion context.
convert(Object, TypeDescriptor, TypeDescriptor) - Method in class org.springframework.core.convert.support.GenericConversionService.ConverterAdapter
 
convert(Object, TypeDescriptor, TypeDescriptor) - Method in class org.springframework.core.convert.support.GenericConversionService.ConverterFactoryAdapter
 
convert(Object, TypeDescriptor, TypeDescriptor) - Method in class org.springframework.core.convert.support.GenericConversionService.NoOpConverter
 
convert(Object, TypeDescriptor, TypeDescriptor) - Method in class org.springframework.core.convert.support.IdToEntityConverter
 
convert(Object, TypeDescriptor, TypeDescriptor) - Method in class org.springframework.core.convert.support.MapToMapConverter
 
convert(Number) - Method in class org.springframework.core.convert.support.NumberToCharacterConverter
 
convert(Number) - Method in class org.springframework.core.convert.support.NumberToNumberConverterFactory.NumberToNumber
 
convert(Object, TypeDescriptor, TypeDescriptor) - Method in class org.springframework.core.convert.support.ObjectToArrayConverter
 
convert(Object, TypeDescriptor, TypeDescriptor) - Method in class org.springframework.core.convert.support.ObjectToCollectionConverter
 
convert(Object, TypeDescriptor, TypeDescriptor) - Method in class org.springframework.core.convert.support.ObjectToObjectConverter
 
convert(Object) - Method in class org.springframework.core.convert.support.ObjectToStringConverter
 
convert(Properties) - Method in class org.springframework.core.convert.support.PropertiesToStringConverter
 
convert(Object, TypeDescriptor, TypeDescriptor) - Method in class org.springframework.core.convert.support.StringToArrayConverter
 
convert(String) - Method in class org.springframework.core.convert.support.StringToBooleanConverter
 
convert(String) - Method in class org.springframework.core.convert.support.StringToCharacterConverter
 
convert(Object, TypeDescriptor, TypeDescriptor) - Method in class org.springframework.core.convert.support.StringToCollectionConverter
 
convert(String) - Method in class org.springframework.core.convert.support.StringToEnumConverterFactory.StringToEnum
 
convert(String) - Method in class org.springframework.core.convert.support.StringToLocaleConverter
 
convert(String) - Method in class org.springframework.core.convert.support.StringToNumberConverterFactory.StringToNumber
 
convert(String) - Method in class org.springframework.core.convert.support.StringToPropertiesConverter
 
convert(String) - Method in class org.springframework.core.convert.support.StringToUUIDConverter
 
convert(ZonedDateTime) - Method in class org.springframework.core.convert.support.ZonedDateTimeToCalendarConverter
 
convert(ZoneId) - Method in class org.springframework.core.convert.support.ZoneIdToTimeZoneConverter
 
convert(byte[]) - Method in class org.springframework.core.serializer.support.DeserializingConverter
 
convert(Object) - Method in class org.springframework.core.serializer.support.SerializingConverter
Serializes the source object and returns the byte array result.
convert(EvaluationContext, Object, Class<T>) - Static method in class org.springframework.expression.common.ExpressionUtils
convert(Calendar) - Method in class org.springframework.format.datetime.DateFormatterRegistrar.CalendarToDateConverter
 
convert(Calendar) - Method in class org.springframework.format.datetime.DateFormatterRegistrar.CalendarToLongConverter
 
convert(Date) - Method in class org.springframework.format.datetime.DateFormatterRegistrar.DateToCalendarConverter
 
convert(Date) - Method in class org.springframework.format.datetime.DateFormatterRegistrar.DateToLongConverter
 
convert(Long) - Method in class org.springframework.format.datetime.DateFormatterRegistrar.LongToCalendarConverter
 
convert(Long) - Method in class org.springframework.format.datetime.DateFormatterRegistrar.LongToDateConverter
 
convert(Calendar) - Method in class org.springframework.format.datetime.joda.JodaTimeConverters.CalendarToReadableInstantConverter
 
convert(DateTime) - Method in class org.springframework.format.datetime.joda.JodaTimeConverters.DateTimeToCalendarConverter
 
convert(DateTime) - Method in class org.springframework.format.datetime.joda.JodaTimeConverters.DateTimeToDateConverter
 
convert(DateTime) - Method in class org.springframework.format.datetime.joda.JodaTimeConverters.DateTimeToDateMidnightConverter
Deprecated.
 
convert(DateTime) - Method in class org.springframework.format.datetime.joda.JodaTimeConverters.DateTimeToInstantConverter
 
convert(DateTime) - Method in class org.springframework.format.datetime.joda.JodaTimeConverters.DateTimeToLocalDateConverter
 
convert(DateTime) - Method in class org.springframework.format.datetime.joda.JodaTimeConverters.DateTimeToLocalDateTimeConverter
 
convert(DateTime) - Method in class org.springframework.format.datetime.joda.JodaTimeConverters.DateTimeToLocalTimeConverter
 
convert(DateTime) - Method in class org.springframework.format.datetime.joda.JodaTimeConverters.DateTimeToLongConverter
 
convert(DateTime) - Method in class org.springframework.format.datetime.joda.JodaTimeConverters.DateTimeToMutableDateTimeConverter
 
convert(Date) - Method in class org.springframework.format.datetime.joda.JodaTimeConverters.DateToReadableInstantConverter
 
convert(LocalDateTime) - Method in class org.springframework.format.datetime.joda.JodaTimeConverters.LocalDateTimeToLocalDateConverter
 
convert(LocalDateTime) - Method in class org.springframework.format.datetime.joda.JodaTimeConverters.LocalDateTimeToLocalTimeConverter
 
convert(Long) - Method in class org.springframework.format.datetime.joda.JodaTimeConverters.LongToReadableInstantConverter
 
convert(Calendar) - Method in class org.springframework.format.datetime.standard.DateTimeConverters.CalendarToInstantConverter
 
convert(Calendar) - Method in class org.springframework.format.datetime.standard.DateTimeConverters.CalendarToLocalDateConverter
 
convert(Calendar) - Method in class org.springframework.format.datetime.standard.DateTimeConverters.CalendarToLocalDateTimeConverter
 
convert(Calendar) - Method in class org.springframework.format.datetime.standard.DateTimeConverters.CalendarToLocalTimeConverter
 
convert(Calendar) - Method in class org.springframework.format.datetime.standard.DateTimeConverters.CalendarToOffsetDateTimeConverter
 
convert(Calendar) - Method in class org.springframework.format.datetime.standard.DateTimeConverters.CalendarToZonedDateTimeConverter
 
convert(Instant) - Method in class org.springframework.format.datetime.standard.DateTimeConverters.InstantToLongConverter
 
convert(LocalDateTime) - Method in class org.springframework.format.datetime.standard.DateTimeConverters.LocalDateTimeToLocalDateConverter
 
convert(LocalDateTime) - Method in class org.springframework.format.datetime.standard.DateTimeConverters.LocalDateTimeToLocalTimeConverter
 
convert(Long) - Method in class org.springframework.format.datetime.standard.DateTimeConverters.LongToInstantConverter
 
convert(OffsetDateTime) - Method in class org.springframework.format.datetime.standard.DateTimeConverters.OffsetDateTimeToInstantConverter
 
convert(OffsetDateTime) - Method in class org.springframework.format.datetime.standard.DateTimeConverters.OffsetDateTimeToLocalDateConverter
 
convert(OffsetDateTime) - Method in class org.springframework.format.datetime.standard.DateTimeConverters.OffsetDateTimeToLocalDateTimeConverter
 
convert(OffsetDateTime) - Method in class org.springframework.format.datetime.standard.DateTimeConverters.OffsetDateTimeToLocalTimeConverter
 
convert(OffsetDateTime) - Method in class org.springframework.format.datetime.standard.DateTimeConverters.OffsetDateTimeToZonedDateTimeConverter
 
convert(ZonedDateTime) - Method in class org.springframework.format.datetime.standard.DateTimeConverters.ZonedDateTimeToInstantConverter
 
convert(ZonedDateTime) - Method in class org.springframework.format.datetime.standard.DateTimeConverters.ZonedDateTimeToLocalDateConverter
 
convert(ZonedDateTime) - Method in class org.springframework.format.datetime.standard.DateTimeConverters.ZonedDateTimeToLocalDateTimeConverter
 
convert(ZonedDateTime) - Method in class org.springframework.format.datetime.standard.DateTimeConverters.ZonedDateTimeToLocalTimeConverter
 
convert(ZonedDateTime) - Method in class org.springframework.format.datetime.standard.DateTimeConverters.ZonedDateTimeToOffsetDateTimeConverter
 
convert(Object, TypeDescriptor, TypeDescriptor) - Method in class org.springframework.format.support.FormattingConversionService.AnnotationParserConverter
 
convert(Object, TypeDescriptor, TypeDescriptor) - Method in class org.springframework.format.support.FormattingConversionService.AnnotationPrinterConverter
 
convert(Object, TypeDescriptor, TypeDescriptor) - Method in class org.springframework.format.support.FormattingConversionService.ParserConverter
 
convert(Object, TypeDescriptor, TypeDescriptor) - Method in class org.springframework.format.support.FormattingConversionService.PrinterConverter
 
convertAllArguments(TypeConverter, Object[], Method) - Static method in class org.springframework.expression.spel.support.ReflectionHelper
Convert a supplied set of arguments into the requested types.
convertAndSend(Object) - Method in interface org.springframework.jms.core.JmsOperations
Send the given object to the default destination, converting the object to a JMS message with a configured MessageConverter.
convertAndSend(Destination, Object) - Method in interface org.springframework.jms.core.JmsOperations
Send the given object to the specified destination, converting the object to a JMS message with a configured MessageConverter.
convertAndSend(Object, MessagePostProcessor) - Method in interface org.springframework.jms.core.JmsOperations
Send the given object to the default destination, converting the object to a JMS message with a configured MessageConverter.
convertAndSend(Destination, Object, MessagePostProcessor) - Method in interface org.springframework.jms.core.JmsOperations
Send the given object to the specified destination, converting the object to a JMS message with a configured MessageConverter.
convertAndSend(Object) - Method in class org.springframework.jms.core.JmsTemplate
 
convertAndSend(Destination, Object) - Method in class org.springframework.jms.core.JmsTemplate
 
convertAndSend(Object, MessagePostProcessor) - Method in class org.springframework.jms.core.JmsTemplate
 
convertAndSend(Destination, Object, MessagePostProcessor) - Method in class org.springframework.jms.core.JmsTemplate
 
convertAndSend(String, T) - Method in class org.springframework.messaging.core.AbstractDestinationResolvingMessagingTemplate
 
convertAndSend(String, T, Map<String, Object>) - Method in class org.springframework.messaging.core.AbstractDestinationResolvingMessagingTemplate
 
convertAndSend(String, T, MessagePostProcessor) - Method in class org.springframework.messaging.core.AbstractDestinationResolvingMessagingTemplate
 
convertAndSend(String, T, Map<String, Object>, MessagePostProcessor) - Method in class org.springframework.messaging.core.AbstractDestinationResolvingMessagingTemplate
 
convertAndSend(Object) - Method in class org.springframework.messaging.core.AbstractMessageSendingTemplate
 
convertAndSend(D, Object) - Method in class org.springframework.messaging.core.AbstractMessageSendingTemplate
 
convertAndSend(D, Object, Map<String, Object>) - Method in class org.springframework.messaging.core.AbstractMessageSendingTemplate
 
convertAndSend(Object, MessagePostProcessor) - Method in class org.springframework.messaging.core.AbstractMessageSendingTemplate
 
convertAndSend(D, Object, MessagePostProcessor) - Method in class org.springframework.messaging.core.AbstractMessageSendingTemplate
 
convertAndSend(D, Object, Map<String, Object>, MessagePostProcessor) - Method in class org.springframework.messaging.core.AbstractMessageSendingTemplate
 
convertAndSend(String, T) - Method in interface org.springframework.messaging.core.DestinationResolvingMessageSendingOperations
Resolve the given destination name to a destination, convert the payload Object to serialized form, possibly using a MessageConverter, wrap it as a message and send it to the resolved destination.
convertAndSend(String, T, Map<String, Object>) - Method in interface org.springframework.messaging.core.DestinationResolvingMessageSendingOperations
Resolve the given destination name to a destination, convert the payload Object to serialized form, possibly using a MessageConverter, wrap it as a message with the given headers and send it to the resolved destination.
convertAndSend(String, T, MessagePostProcessor) - Method in interface org.springframework.messaging.core.DestinationResolvingMessageSendingOperations
Resolve the given destination name to a destination, convert the payload Object to serialized form, possibly using a MessageConverter, wrap it as a message, apply the given post processor, and send the resulting message to the resolved destination.
convertAndSend(String, T, Map<String, Object>, MessagePostProcessor) - Method in interface org.springframework.messaging.core.DestinationResolvingMessageSendingOperations
Resolve the given destination name to a destination, convert the payload Object to serialized form, possibly using a MessageConverter, wrap it as a message with the given headers, apply the given post processor, and send the resulting message to the resolved destination.
convertAndSend(Object) - Method in interface org.springframework.messaging.core.MessageSendingOperations
Convert the given Object to serialized form, possibly using a MessageConverter, wrap it as a message and send it to a default destination.
convertAndSend(D, Object) - Method in interface org.springframework.messaging.core.MessageSendingOperations
Convert the given Object to serialized form, possibly using a MessageConverter, wrap it as a message and send it to the given destination.
convertAndSend(D, Object, Map<String, Object>) - Method in interface org.springframework.messaging.core.MessageSendingOperations
Convert the given Object to serialized form, possibly using a MessageConverter, wrap it as a message with the given headers and send it to a default destination.
convertAndSend(Object, MessagePostProcessor) - Method in interface org.springframework.messaging.core.MessageSendingOperations
Convert the given Object to serialized form, possibly using a MessageConverter, wrap it as a message, apply the given post processor, and send the resulting message to a default destination.
convertAndSend(D, Object, MessagePostProcessor) - Method in interface org.springframework.messaging.core.MessageSendingOperations
Convert the given Object to serialized form, possibly using a MessageConverter, wrap it as a message, apply the given post processor, and send the resulting message to the given destination.
convertAndSend(D, Object, Map<String, Object>, MessagePostProcessor) - Method in interface org.springframework.messaging.core.MessageSendingOperations
Convert the given Object to serialized form, possibly using a MessageConverter, wrap it as a message with the given headers, apply the given post processor, and send the resulting message to the given destination.
convertAndSendToUser(String, String, Object) - Method in interface org.springframework.messaging.simp.SimpMessageSendingOperations
Send a message to a specific user.
convertAndSendToUser(String, String, Object, Map<String, Object>) - Method in interface org.springframework.messaging.simp.SimpMessageSendingOperations
Send a message to a specific user.
convertAndSendToUser(String, String, Object, MessagePostProcessor) - Method in interface org.springframework.messaging.simp.SimpMessageSendingOperations
Send a message to a specific user.
convertAndSendToUser(String, String, Object, Map<String, Object>, MessagePostProcessor) - Method in interface org.springframework.messaging.simp.SimpMessageSendingOperations
Send a message to a specific user.
convertAndSendToUser(String, String, Object) - Method in class org.springframework.messaging.simp.SimpMessagingTemplate
 
convertAndSendToUser(String, String, Object, Map<String, Object>) - Method in class org.springframework.messaging.simp.SimpMessagingTemplate
 
convertAndSendToUser(String, String, Object, MessagePostProcessor) - Method in class org.springframework.messaging.simp.SimpMessagingTemplate
 
convertAndSendToUser(String, String, Object, Map<String, Object>, MessagePostProcessor) - Method in class org.springframework.messaging.simp.SimpMessagingTemplate
 
convertAnnotationAttributesToConfigAttributesAndAddToList(AnnotationAttributes, Class<?>, List<ContextConfigurationAttributes>) - Static method in class org.springframework.test.context.ContextLoaderUtils
Convenience method for creating a ContextConfigurationAttributes instance from the supplied AnnotationAttributes and declaring class and then adding the attributes to the supplied list.
convertArguments(TypeConverter, Object[], Object, Integer) - Static method in class org.springframework.expression.spel.support.ReflectionHelper
Takes an input set of argument values and converts them to the types specified as the required parameter types.
convertBurlapAccessException(Throwable) - Method in class org.springframework.remoting.caucho.BurlapClientInterceptor
Deprecated.
Convert the given Burlap access exception to an appropriate Spring RemoteAccessException.
convertCastorException(XMLException, boolean) - Method in class org.springframework.oxm.castor.CastorMarshaller
Convert the given XMLException to an appropriate exception from the org.springframework.oxm hierarchy.
convertClassLoaderURL(URL) - Method in class org.springframework.core.io.support.PathMatchingResourcePatternResolver
Convert the given URL as returned from the ClassLoader into a Resource object.
convertClassNameToResourcePath(String) - Static method in class org.springframework.util.ClassUtils
Convert a "."-based fully qualified class name to a "/"-based resource path.
convertClassValues(ClassLoader, AnnotationAttributes, boolean) - Static method in class org.springframework.core.type.classreading.AnnotationReadingVisitorUtils
 
convertContextConfigToConfigAttributesAndAddToList(ContextConfiguration, Class<?>, List<ContextConfigurationAttributes>) - Static method in class org.springframework.test.context.ContextLoaderUtils
Convenience method for creating a ContextConfigurationAttributes instance from the supplied ContextConfiguration annotation and declaring class and then adding the attributes to the supplied list.
convertCorbaAccessException(SystemException, Method) - Method in class org.springframework.remoting.rmi.JndiRmiClientInterceptor
Convert the given CORBA SystemException that happened during remote access to Spring's RemoteAccessException if the method signature does not declare RemoteException.
convertDataArrayToTargetArray(Object[], Class<?>) - Method in class org.springframework.jmx.access.MBeanClientInterceptor
 
convertDataArrayToTargetCollection(Object[], Class<?>, Class<?>) - Method in class org.springframework.jmx.access.MBeanClientInterceptor
 
converted - Variable in class org.springframework.beans.factory.config.ConstructorArgumentValues.ValueHolder
 
converted - Variable in class org.springframework.beans.MutablePropertyValues
 
converted - Variable in class org.springframework.beans.PropertyValue
 
convertedExporterParameters - Variable in class org.springframework.web.servlet.view.jasperreports.AbstractJasperReportsView
Stores the converted exporter parameters - keyed by JRExporterParameter.
convertedValue - Variable in class org.springframework.beans.factory.config.ConstructorArgumentValues.ValueHolder
 
convertedValue - Variable in class org.springframework.beans.PropertyValue
 
convertElement(Object) - Method in class org.springframework.beans.propertyeditors.CustomCollectionEditor
Hook to convert each encountered Collection/array element.
Converter<S,T> - Interface in org.springframework.core.convert.converter
A converter converts a source object of type S to a target of type T.
converter - Variable in class org.springframework.core.convert.converter.ConvertingComparator
 
converter - Variable in class org.springframework.core.convert.support.GenericConversionService.ConverterAdapter
 
converter - Variable in class org.springframework.messaging.core.AbstractMessageSendingTemplate
 
converter - Variable in class org.springframework.messaging.handler.annotation.support.PayloadArgumentResolver
 
ConverterAdapter(Converter<?, ?>, ResolvableType, ResolvableType) - Constructor for class org.springframework.core.convert.support.GenericConversionService.ConverterAdapter
 
converterCache - Variable in class org.springframework.core.convert.support.GenericConversionService
 
ConverterCacheKey(TypeDescriptor, TypeDescriptor) - Constructor for class org.springframework.core.convert.support.GenericConversionService.ConverterCacheKey
 
ConverterFactory<S,R> - Interface in org.springframework.core.convert.converter
A factory for "ranged" converters that can convert objects from S to subtypes of R.
converterFactory - Variable in class org.springframework.core.convert.support.GenericConversionService.ConverterFactoryAdapter
 
ConverterFactoryAdapter(ConverterFactory<?, ?>, GenericConverter.ConvertiblePair) - Constructor for class org.springframework.core.convert.support.GenericConversionService.ConverterFactoryAdapter
 
converterLookup - Variable in class org.springframework.oxm.xstream.XStreamMarshaller
 
ConverterNotFoundException - Exception in org.springframework.core.convert
Thrown when a suitable converter could not be found in a conversion service.
ConverterNotFoundException(TypeDescriptor, TypeDescriptor) - Constructor for exception org.springframework.core.convert.ConverterNotFoundException
Creates a new conversion executor not found exception.
ConverterRegistry - Interface in org.springframework.core.convert.converter
For registering converters with a type conversion system.
converterRegistry - Variable in class org.springframework.oxm.xstream.XStreamMarshaller
 
converters - Variable in class org.springframework.context.support.ConversionServiceFactoryBean
 
converters - Variable in class org.springframework.core.convert.support.GenericConversionService
 
Converters() - Constructor for class org.springframework.core.convert.support.GenericConversionService.Converters
 
converters - Variable in class org.springframework.core.convert.support.GenericConversionService.Converters
 
converters - Variable in class org.springframework.core.convert.support.GenericConversionService.ConvertersForPair
 
converters - Variable in class org.springframework.format.support.FormattingConversionServiceFactoryBean
 
converters - Variable in class org.springframework.messaging.converter.CompositeMessageConverter
 
converters - Variable in class org.springframework.oxm.xstream.XStreamMarshaller
 
ConvertersForPair() - Constructor for class org.springframework.core.convert.support.GenericConversionService.ConvertersForPair
 
convertException(RuntimeException) - Method in class org.springframework.orm.jpa.ExtendedEntityManagerCreator.ExtendedEntityManagerSynchronization
 
convertExporterParameters() - Method in class org.springframework.web.servlet.view.jasperreports.AbstractJasperReportsView
Converts the exporter parameters passed in by the user which may be keyed by Strings corresponding to the fully qualified name of the JRExporterParameter into parameters which are keyed by JRExporterParameter.
convertForProperty(Object, String) - Method in class org.springframework.beans.BeanWrapperImpl
Convert the given value for the specified property to the latter's type.
convertForProperty(String, Object, Object, TypeDescriptor) - Method in class org.springframework.beans.BeanWrapperImpl
 
convertForProperty(Object, String, BeanWrapper, TypeConverter) - Method in class org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory
Convert the given value for the specified target property.
convertFromByteBuffer(ByteBuffer, TypeDescriptor) - Method in class org.springframework.core.convert.support.ByteBufferConverter
 
convertFromBytesMessage(BytesMessage, JavaType) - Method in class org.springframework.jms.support.converter.MappingJackson2MessageConverter
Convert a BytesMessage to a Java Object with the specified type.
convertFromBytesMessage(BytesMessage, JavaType) - Method in class org.springframework.jms.support.converter.MappingJacksonMessageConverter
Deprecated.
Convert a BytesMessage to a Java Object with the specified type.
convertFromInternal(Message<?>, Class<?>) - Method in class org.springframework.messaging.converter.AbstractMessageConverter
Convert the message payload from serialized form to an Object.
convertFromInternal(Message<?>, Class<?>) - Method in class org.springframework.messaging.converter.ByteArrayMessageConverter
 
convertFromInternal(Message<?>, Class<?>) - Method in class org.springframework.messaging.converter.MappingJackson2MessageConverter
 
convertFromInternal(Message<?>, Class<?>) - Method in class org.springframework.messaging.converter.StringMessageConverter
 
convertFromMessage(Message, JavaType) - Method in class org.springframework.jms.support.converter.MappingJackson2MessageConverter
Template method that allows for custom message mapping.
convertFromMessage(Message, JavaType) - Method in class org.springframework.jms.support.converter.MappingJacksonMessageConverter
Deprecated.
Template method that allows for custom message mapping.
convertFromRuby(IRubyObject, Class<?>) - Method in class org.springframework.scripting.jruby.JRubyScriptUtils.RubyObjectInvocationHandler
 
convertFromRubyArray(IRubyObject[], Class<?>) - Method in class org.springframework.scripting.jruby.JRubyScriptUtils.RubyObjectInvocationHandler
 
convertFromTextMessage(TextMessage, JavaType) - Method in class org.springframework.jms.support.converter.MappingJackson2MessageConverter
Convert a TextMessage to a Java Object with the specified type.
convertFromTextMessage(TextMessage, JavaType) - Method in class org.springframework.jms.support.converter.MappingJacksonMessageConverter
Deprecated.
Convert a TextMessage to a Java Object with the specified type.
convertHessianAccessException(Throwable) - Method in class org.springframework.remoting.caucho.HessianClientInterceptor
Convert the given Hessian access exception to an appropriate Spring RemoteAccessException.
convertHibernateAccessException(HibernateException) - Method in class org.springframework.orm.hibernate3.HibernateAccessor
Convert the given HibernateException to an appropriate exception from the org.springframework.dao hierarchy.
convertHibernateAccessException(HibernateException) - Method in class org.springframework.orm.hibernate3.HibernateExceptionTranslator
Convert the given HibernateException to an appropriate exception from the org.springframework.dao hierarchy.
convertHibernateAccessException(HibernateException) - Method in class org.springframework.orm.hibernate3.HibernateTransactionManager
Convert the given HibernateException to an appropriate exception from the org.springframework.dao hierarchy.
convertHibernateAccessException(HibernateException) - Static method in class org.springframework.orm.hibernate3.SessionFactoryUtils
Convert the given HibernateException to an appropriate exception from the org.springframework.dao hierarchy.
convertHibernateAccessException(HibernateException) - Method in class org.springframework.orm.hibernate3.support.HibernateDaoSupport
Deprecated.
as of Spring 3.2.7, in favor of HibernateTemplate usage
convertHibernateAccessException(HibernateException) - Method in class org.springframework.orm.hibernate4.HibernateExceptionTranslator
Convert the given HibernateException to an appropriate exception from the org.springframework.dao hierarchy.
convertHibernateAccessException(HibernateException) - Method in class org.springframework.orm.hibernate4.HibernateTransactionManager
Convert the given HibernateException to an appropriate exception from the org.springframework.dao hierarchy.
convertHibernateAccessException(HibernateException) - Static method in class org.springframework.orm.hibernate4.SessionFactoryUtils
Convert the given HibernateException to an appropriate exception from the org.springframework.dao hierarchy.
convertHibernateAccessException(HibernateException) - Method in class org.springframework.orm.jpa.vendor.HibernateJpaDialect
Convert the given HibernateException to an appropriate exception from the org.springframework.dao hierarchy.
convertHttpInvokerAccessException(Throwable) - Method in class org.springframework.remoting.httpinvoker.HttpInvokerClientInterceptor
Convert the given HTTP invoker access exception to an appropriate Spring RemoteAccessException.
CONVERTIBLE_PAIRS - Static variable in class org.springframework.core.convert.support.ByteBufferConverter
 
ConvertiblePair(Class<?>, Class<?>) - Constructor for class org.springframework.core.convert.converter.GenericConverter.ConvertiblePair
Create a new source-to-target pair.
convertIfNecessary(String, Object, Object, Class<?>, TypeDescriptor) - Method in class org.springframework.beans.BeanWrapperImpl
 
convertIfNecessary(Object, Class<T>) - Method in interface org.springframework.beans.TypeConverter
Convert the value to the required type (if necessary from a String).
convertIfNecessary(Object, Class<T>, MethodParameter) - Method in interface org.springframework.beans.TypeConverter
Convert the value to the required type (if necessary from a String).
convertIfNecessary(Object, Class<T>, Field) - Method in interface org.springframework.beans.TypeConverter
Convert the value to the required type (if necessary from a String).
convertIfNecessary(Object, Class<T>, MethodParameter) - Method in class org.springframework.beans.TypeConverterDelegate
Convert the value to the specified required type.
convertIfNecessary(Object, Class<T>, Field) - Method in class org.springframework.beans.TypeConverterDelegate
Convert the value to the specified required type.
convertIfNecessary(String, Object, Object, Class<T>) - Method in class org.springframework.beans.TypeConverterDelegate
Convert the value to the required type for the specified property.
convertIfNecessary(String, Object, Object, Class<T>, TypeDescriptor) - Method in class org.springframework.beans.TypeConverterDelegate
Convert the value to the required type (if necessary from a String), for the specified property.
convertIfNecessary(Object, Class<T>) - Method in class org.springframework.beans.TypeConverterSupport
 
convertIfNecessary(Object, Class<T>, MethodParameter) - Method in class org.springframework.beans.TypeConverterSupport
 
convertIfNecessary(Object, Class<T>, Field) - Method in class org.springframework.beans.TypeConverterSupport
 
convertIfNecessary(Object, Class<T>) - Method in class org.springframework.validation.DataBinder
 
convertIfNecessary(Object, Class<T>, MethodParameter) - Method in class org.springframework.validation.DataBinder
 
convertIfNecessary(Object, Class<T>, Field) - Method in class org.springframework.validation.DataBinder
 
ConvertingComparator<S,T> - Class in org.springframework.core.convert.converter
A Comparator that converts values before they are compared.
ConvertingComparator(Converter<S, T>) - Constructor for class org.springframework.core.convert.converter.ConvertingComparator
Create a new ConvertingComparator instance.
ConvertingComparator(Comparator<T>, Converter<S, T>) - Constructor for class org.springframework.core.convert.converter.ConvertingComparator
Create a new ConvertingComparator instance.
ConvertingComparator(Comparator<T>, ConversionService, Class<? extends T>) - Constructor for class org.springframework.core.convert.converter.ConvertingComparator
Create a new ComparableComparator instance.
ConvertingComparator.ConversionServiceConverter<S,T> - Class in org.springframework.core.convert.converter
Adapts a ConversionService and targetType to a Converter.
ConvertingEncoderDecoderSupport<T,M> - Class in org.springframework.web.socket.adapter.standard
Base class that can be used to implement a standard javax.websocket.Encoder and/or javax.websocket.Decoder.
ConvertingEncoderDecoderSupport() - Constructor for class org.springframework.web.socket.adapter.standard.ConvertingEncoderDecoderSupport
 
ConvertingEncoderDecoderSupport.BinaryDecoder<T> - Class in org.springframework.web.socket.adapter.standard
A binary javax.websocket.Encoder that delegates to Spring's conversion service.
ConvertingEncoderDecoderSupport.BinaryEncoder<T> - Class in org.springframework.web.socket.adapter.standard
A binary javax.websocket.Encoder that delegates to Spring's conversion service.
ConvertingEncoderDecoderSupport.TextDecoder<T> - Class in org.springframework.web.socket.adapter.standard
A Text javax.websocket.Encoder that delegates to Spring's conversion service.
ConvertingEncoderDecoderSupport.TextEncoder<T> - Class in org.springframework.web.socket.adapter.standard
A text javax.websocket.Encoder that delegates to Spring's conversion service.
ConvertingPropertyEditorAdapter - Class in org.springframework.core.convert.support
Adapter that exposes a PropertyEditor for any given ConversionService and specific target type.
ConvertingPropertyEditorAdapter(ConversionService, TypeDescriptor) - Constructor for class org.springframework.core.convert.support.ConvertingPropertyEditorAdapter
Create a new ConvertingPropertyEditorAdapter for a given ConversionService and the given target type.
convertJaxbException(JAXBException) - Method in class org.springframework.oxm.jaxb.Jaxb2Marshaller
Convert the given JAXBException to an appropriate exception from the org.springframework.oxm hierarchy.
convertJdbcAccessException(JDBCException, SQLExceptionTranslator) - Method in class org.springframework.orm.hibernate3.HibernateAccessor
Convert the given Hibernate JDBCException to an appropriate exception from the org.springframework.dao hierarchy, using the given SQLExceptionTranslator.
convertJdbcAccessException(SQLException) - Method in class org.springframework.orm.hibernate3.HibernateAccessor
Convert the given SQLException to an appropriate exception from the org.springframework.dao hierarchy.
convertJdbcAccessException(JDBCException, SQLExceptionTranslator) - Method in class org.springframework.orm.hibernate3.HibernateTransactionManager
Convert the given Hibernate JDBCException to an appropriate exception from the org.springframework.dao hierarchy, using the given SQLExceptionTranslator.
convertJdoAccessException(JDOException) - Method in class org.springframework.orm.jdo.JdoTransactionManager
Convert the given JDOException to an appropriate exception from the org.springframework.dao hierarchy.
convertJdoAccessException(JDOException) - Static method in class org.springframework.orm.jdo.PersistenceManagerFactoryUtils
Convert the given JDOException to an appropriate exception from the org.springframework.dao hierarchy.
convertJibxException(JiBXException, boolean) - Method in class org.springframework.oxm.jibx.JibxMarshaller
Convert the given JiBXException to an appropriate exception from the org.springframework.oxm hierarchy.
convertJmsAccessException(JMSException) - Method in class org.springframework.jms.support.JmsAccessor
Convert the specified checked JMSException to a Spring runtime JmsException equivalent.
convertJmsAccessException(JMSException) - Static method in class org.springframework.jms.support.JmsUtils
Convert the specified checked JMSException to a Spring runtime JmsException equivalent.
convertJmsInvokerAccessException(JMSException) - Method in class org.springframework.jms.remoting.JmsInvokerClientInterceptor
Convert the given JMS invoker access exception to an appropriate Spring RemoteAccessException.
convertJndiName(String) - Method in class org.springframework.jndi.JndiLocatorSupport
Convert the given JNDI name into the actual JNDI name to use.
convertJpaAccessExceptionIfPossible(RuntimeException) - Static method in class org.springframework.orm.jpa.EntityManagerFactoryUtils
Convert the given runtime exception to an appropriate exception from the org.springframework.dao hierarchy.
convertKey(Object) - Method in class org.springframework.beans.propertyeditors.CustomMapEditor
Hook to convert each encountered Map key.
convertKey(Object, TypeDescriptor, TypeDescriptor) - Method in class org.springframework.core.convert.support.MapToMapConverter
 
convertKey(String) - Method in class org.springframework.util.LinkedCaseInsensitiveMap
Convert the given key to a case-insensitive key.
convertNullSource(TypeDescriptor, TypeDescriptor) - Method in class org.springframework.core.convert.support.GenericConversionService
Template method to convert a null source.
convertNumberToTargetClass(Number, Class<T>) - Static method in class org.springframework.util.NumberUtils
Convert the given number into an instance of the given target class.
convertParameterValue(JRExporterParameter, Object) - Method in class org.springframework.web.servlet.view.jasperreports.AbstractJasperReportsView
Convert the supplied parameter value into the actual type required by the corresponding JRExporterParameter.
convertProperties(Properties) - Method in class org.springframework.beans.factory.config.PropertyResourceConfigurer
Convert the given merged properties, converting property values if necessary.
convertProperty(String, String) - Method in class org.springframework.beans.factory.config.PropertyResourceConfigurer
Convert the given property from the properties source to the value which should be applied.
convertPropertyValue(String) - Method in class org.springframework.beans.factory.config.PropertyResourceConfigurer
Convert the given property value from the properties source to the value which should be applied.
convertReportData(Object) - Static method in class org.springframework.ui.jasperreports.JasperReportsUtils
Convert the given report data value to a JRDataSource.
convertReportData(Object) - Method in class org.springframework.web.servlet.view.jasperreports.AbstractJasperReportsView
Convert the given report data value to a JRDataSource.
convertResourcePathToClassName(String) - Static method in class org.springframework.util.ClassUtils
Convert a "/"-based resource path to a "."-based fully qualified class name.
convertResponse(ClientHttpResponse) - Method in class org.springframework.web.client.AsyncRestTemplate.ResponseExtractorFuture
 
convertResultValueIfNecessary(Object, MethodParameter) - Method in class org.springframework.jmx.access.MBeanClientInterceptor
Convert the given result object (from attribute access or operation invocation) to the specified target class for returning from the proxy method.
convertRmiAccessException(RemoteException, Method) - Method in class org.springframework.remoting.rmi.JndiRmiClientInterceptor
Convert the given RMI RemoteException that happened during remote access to Spring's RemoteAccessException if the method signature does not declare RemoteException.
convertRmiAccessException(Method, Throwable, String) - Static method in class org.springframework.remoting.rmi.RmiClientInterceptorUtils
Wrap the given arbitrary exception that happened during remote access in either a RemoteException or a Spring RemoteAccessException (if the method signature does not support RemoteException).
convertRmiAccessException(Method, RemoteException, String) - Static method in class org.springframework.remoting.rmi.RmiClientInterceptorUtils
Convert the given RemoteException that happened during remote access to Spring's RemoteAccessException if the method signature does not support RemoteException.
convertRmiAccessException(Method, RemoteException, boolean, String) - Static method in class org.springframework.remoting.rmi.RmiClientInterceptorUtils
Convert the given RemoteException that happened during remote access to Spring's RemoteAccessException if the method signature does not support RemoteException.
convertSendAndReceive(String, Object, Class<T>) - Method in class org.springframework.messaging.core.AbstractDestinationResolvingMessagingTemplate
 
convertSendAndReceive(String, Object, Map<String, Object>, Class<T>) - Method in class org.springframework.messaging.core.AbstractDestinationResolvingMessagingTemplate
 
convertSendAndReceive(String, Object, Class<T>, MessagePostProcessor) - Method in class org.springframework.messaging.core.AbstractDestinationResolvingMessagingTemplate
 
convertSendAndReceive(String, Object, Map<String, Object>, Class<T>, MessagePostProcessor) - Method in class org.springframework.messaging.core.AbstractDestinationResolvingMessagingTemplate
 
convertSendAndReceive(Object, Class<T>) - Method in class org.springframework.messaging.core.AbstractMessagingTemplate
 
convertSendAndReceive(D, Object, Class<T>) - Method in class org.springframework.messaging.core.AbstractMessagingTemplate
 
convertSendAndReceive(D, Object, Map<String, Object>, Class<T>) - Method in class org.springframework.messaging.core.AbstractMessagingTemplate
 
convertSendAndReceive(Object, Class<T>, MessagePostProcessor) - Method in class org.springframework.messaging.core.AbstractMessagingTemplate
 
convertSendAndReceive(D, Object, Class<T>, MessagePostProcessor) - Method in class org.springframework.messaging.core.AbstractMessagingTemplate
 
convertSendAndReceive(D, Object, Map<String, Object>, Class<T>, MessagePostProcessor) - Method in class org.springframework.messaging.core.AbstractMessagingTemplate
 
convertSendAndReceive(String, Object, Class<T>) - Method in interface org.springframework.messaging.core.DestinationResolvingMessageRequestReplyOperations
Resolve the given destination name, convert the payload request Object to serialized form, possibly using a MessageConverter, wrap it as a message and send it to the resolved destination, receive a reply and convert its body to the specified target class.
convertSendAndReceive(String, Object, Map<String, Object>, Class<T>) - Method in interface org.springframework.messaging.core.DestinationResolvingMessageRequestReplyOperations
Resolve the given destination name, convert the payload request Object to serialized form, possibly using a MessageConverter, wrap it as a message with the given headers and send it to the resolved destination, receive a reply and convert its body to the specified target class.
convertSendAndReceive(String, Object, Class<T>, MessagePostProcessor) - Method in interface org.springframework.messaging.core.DestinationResolvingMessageRequestReplyOperations
Resolve the given destination name, convert the payload request Object to serialized form, possibly using a MessageConverter, wrap it as a message, apply the given post process, and send the resulting message to the resolved destination, then receive a reply and convert its body to the specified target class.
convertSendAndReceive(String, Object, Map<String, Object>, Class<T>, MessagePostProcessor) - Method in interface org.springframework.messaging.core.DestinationResolvingMessageRequestReplyOperations
Resolve the given destination name, convert the payload request Object to serialized form, possibly using a MessageConverter, wrap it as a message with the given headers, apply the given post process, and send the resulting message to the resolved destination, then receive a reply and convert its body to the specified target class.
convertSendAndReceive(Object, Class<T>) - Method in interface org.springframework.messaging.core.MessageRequestReplyOperations
Convert the given request Object to serialized form, possibly using a MessageConverter, send it as a Message to a default destination, receive the reply and convert its body of the specified target class.
convertSendAndReceive(D, Object, Class<T>) - Method in interface org.springframework.messaging.core.MessageRequestReplyOperations
Convert the given request Object to serialized form, possibly using a MessageConverter, send it as a Message to the given destination, receive the reply and convert its body of the specified target class.
convertSendAndReceive(D, Object, Map<String, Object>, Class<T>) - Method in interface org.springframework.messaging.core.MessageRequestReplyOperations
Convert the given request Object to serialized form, possibly using a MessageConverter, send it as a Message with the given headers, to the specified destination, receive the reply and convert its body of the specified target class.
convertSendAndReceive(Object, Class<T>, MessagePostProcessor) - Method in interface org.springframework.messaging.core.MessageRequestReplyOperations
Convert the given request Object to serialized form, possibly using a MessageConverter, apply the given post processor and send the resulting Message to a default destination, receive the reply and convert its body of the given target class.
convertSendAndReceive(D, Object, Class<T>, MessagePostProcessor) - Method in interface org.springframework.messaging.core.MessageRequestReplyOperations
Convert the given request Object to serialized form, possibly using a MessageConverter, apply the given post processor and send the resulting Message to the given destination, receive the reply and convert its body of the given target class.
convertSendAndReceive(D, Object, Map<String, Object>, Class<T>, MessagePostProcessor) - Method in interface org.springframework.messaging.core.MessageRequestReplyOperations
Convert the given request Object to serialized form, possibly using a MessageConverter, wrap it as a message with the given headers, apply the given post processor and send the resulting Message to the specified destination, receive the reply and convert its body of the given target class.
convertSource(Object) - Method in class org.springframework.web.servlet.view.xslt.XsltView
Convert the supplied Object into an XSLT Source if the Object type is supported.
convertStyleCharacter(char) - Method in class org.springframework.format.datetime.standard.DateTimeFormatterFactory
 
convertToByteBuffer(Object, TypeDescriptor) - Method in class org.springframework.core.convert.support.ByteBufferConverter
 
convertToCharacter(String) - Method in class org.springframework.web.util.HtmlCharacterEntityReferences
Return the char mapped to the given entityReference or -1.
convertToDisplayString(Object) - Method in class org.springframework.web.servlet.tags.form.AbstractDataBoundFormElementTag
Get a display String for the given value, converted by a PropertyEditor that the BindStatus may have registered for the value's Class.
convertToExporterParameter(String) - Method in class org.springframework.web.servlet.view.jasperreports.AbstractJasperReportsView
Convert the given fully qualified field name to a corresponding JRExporterParameter instance.
convertToInternal(Object, MessageHeaders) - Method in class org.springframework.messaging.converter.AbstractMessageConverter
Convert the payload object to serialized form.
convertToInternal(Object, MessageHeaders) - Method in class org.springframework.messaging.converter.ByteArrayMessageConverter
 
convertToInternal(Object, MessageHeaders) - Method in class org.springframework.messaging.converter.MappingJackson2MessageConverter
 
convertToInternal(Object, MessageHeaders) - Method in class org.springframework.messaging.converter.StringMessageConverter
 
convertToModelMBeanNotificationInfo(ManagedNotification) - Static method in class org.springframework.jmx.export.metadata.JmxMetadataUtils
Convert the supplied ManagedNotification into the corresponding ModelMBeanNotificationInfo.
convertToObject(Message, JavaType) - Method in class org.springframework.jms.support.converter.MappingJackson2MessageConverter
Convenience method to dispatch to converters for individual message types.
convertToObject(Message, JavaType) - Method in class org.springframework.jms.support.converter.MappingJacksonMessageConverter
Deprecated.
Convenience method to dispatch to converters for individual message types.
convertToReference(char) - Method in class org.springframework.web.util.HtmlCharacterEntityReferences
Return the reference mapped to the given character or null.
convertToRuby(Object[]) - Method in class org.springframework.scripting.jruby.JRubyScriptUtils.RubyObjectInvocationHandler
 
convertToScriptSource(String, String, ResourceLoader) - Method in class org.springframework.scripting.support.ScriptFactoryPostProcessor
Convert the given script source locator to a ScriptSource instance.
convertToTypedArray(Object, String, Class<?>) - Method in class org.springframework.beans.TypeConverterDelegate
 
convertToTypedCollection(Collection<?>, String, Class<?>, TypeDescriptor) - Method in class org.springframework.beans.TypeConverterDelegate
 
convertToTypedMap(Map<?, ?>, String, Class<?>, TypeDescriptor) - Method in class org.springframework.beans.TypeConverterDelegate
 
convertToXopPackage() - Method in interface org.springframework.oxm.mime.MimeContainer
Turn this message into a XOP package.
convertTypedValue(EvaluationContext, TypedValue, Class<T>) - Static method in class org.springframework.expression.common.ExpressionUtils
Determines if there is a type converter available in the specified context and attempts to use it to convert the supplied value to the specified type.
convertTypedValueToString(TypedValue, ExpressionState) - Static method in class org.springframework.expression.spel.ast.OpPlus
Convert operand value to string using registered converter or using toString method.
convertUnderscoreNameToPropertyName(String) - Static method in class org.springframework.jdbc.support.JdbcUtils
Convert a column name with underscores to the corresponding property name using "camel case".
convertValue(Object) - Method in class org.springframework.beans.propertyeditors.CustomMapEditor
Hook to convert each encountered Map value.
convertValue(Object, TypeDescriptor, TypeDescriptor) - Method in class org.springframework.core.convert.support.MapToMapConverter
 
convertValue(Object, TypeDescriptor) - Method in class org.springframework.expression.spel.ExpressionState
 
convertValue(TypedValue, TypeDescriptor) - Method in class org.springframework.expression.spel.ExpressionState
 
convertValue(Object, TypeDescriptor, TypeDescriptor) - Method in class org.springframework.expression.spel.support.StandardTypeConverter
 
convertValue(Object, TypeDescriptor, TypeDescriptor) - Method in interface org.springframework.expression.TypeConverter
Convert (or coerce) a value from one type to another, for example from a boolean to a String.
convertValueToRequiredType(Object, Class<?>) - Method in class org.springframework.jdbc.core.SingleColumnRowMapper
Convert the given column value to the specified required type.
convertWebServiceFeature(Object) - Method in class org.springframework.remoting.jaxws.AbstractJaxWsServiceExporter
 
convertWebServiceFeature(Object) - Method in class org.springframework.remoting.jaxws.JaxWsPortClientInterceptor
Convert the given feature specification object to a WebServiceFeature instance
convertXmlBeansException(Exception, boolean) - Method in class org.springframework.oxm.xmlbeans.XmlBeansMarshaller
Convert the given XMLBeans exception to an appropriate exception from the org.springframework.oxm hierarchy.
convertXStreamException(Exception, boolean) - Method in class org.springframework.oxm.xstream.XStreamMarshaller
Convert the given XStream exception to an appropriate exception from the org.springframework.oxm hierarchy.
cookie(Cookie...) - Method in class org.springframework.test.web.servlet.request.MockHttpServletRequestBuilder
Add the given cookies to the request.
cookie() - Static method in class org.springframework.test.web.servlet.result.MockMvcResultMatchers
Access to response cookie assertions.
cookieDomain - Variable in class org.springframework.web.util.CookieGenerator
 
CookieGenerator - Class in org.springframework.web.util
Helper class for cookie generation, carrying cookie descriptor settings as bean properties and being able to add and remove cookie to/from a given response.
CookieGenerator() - Constructor for class org.springframework.web.util.CookieGenerator
 
cookieHttpOnly - Variable in class org.springframework.web.util.CookieGenerator
 
CookieLocaleResolver - Class in org.springframework.web.servlet.i18n
LocaleResolver implementation that uses a cookie sent back to the user in case of a custom setting, with a fallback to the specified default locale or the request's accept-header locale.
CookieLocaleResolver() - Constructor for class org.springframework.web.servlet.i18n.CookieLocaleResolver
Create a new instance of the CookieLocaleResolver class using the default cookie name.
cookieMaxAge - Variable in class org.springframework.web.util.CookieGenerator
 
cookieName - Variable in class org.springframework.web.util.CookieGenerator
 
cookiePath - Variable in class org.springframework.web.util.CookieGenerator
 
CookieResultMatchers - Class in org.springframework.test.web.servlet.result
Factory for response cookie assertions.
CookieResultMatchers() - Constructor for class org.springframework.test.web.servlet.result.CookieResultMatchers
Protected constructor.
cookies - Variable in class org.springframework.mock.web.MockHttpServletRequest
 
cookies - Variable in class org.springframework.mock.web.MockHttpServletResponse
 
cookies - Variable in class org.springframework.mock.web.portlet.MockPortletRequest
 
cookies - Variable in class org.springframework.mock.web.portlet.MockPortletResponse
 
cookies - Variable in class org.springframework.test.web.servlet.request.MockHttpServletRequestBuilder
 
cookieSecure - Variable in class org.springframework.web.util.CookieGenerator
 
CookieThemeResolver - Class in org.springframework.web.servlet.theme
ThemeResolver implementation that uses a cookie sent back to the user in case of a custom setting, with a fallback to the default theme.
CookieThemeResolver() - Constructor for class org.springframework.web.servlet.theme.CookieThemeResolver
 
CookieValue - Annotation Type in org.springframework.web.bind.annotation
Annotation which indicates that a method parameter should be bound to an HTTP cookie.
CookieValueNamedValueInfo(CookieValue) - Constructor for class org.springframework.web.method.annotation.AbstractCookieValueMethodArgumentResolver.CookieValueNamedValueInfo
 
copy() - Method in class org.springframework.beans.factory.config.ConstructorArgumentValues.ValueHolder
Create a copy of this ValueHolder: that is, an independent ValueHolder instance with the same contents.
copy(String[]) - Static method in class org.springframework.mail.SimpleMailMessage
 
copy(File, File) - Static method in class org.springframework.util.FileCopyUtils
Copy the contents of the given input File to the given output File.
copy(byte[], File) - Static method in class org.springframework.util.FileCopyUtils
Copy the contents of the given byte array to the given output File.
copy(InputStream, OutputStream) - Static method in class org.springframework.util.FileCopyUtils
Copy the contents of the given InputStream to the given OutputStream.
copy(byte[], OutputStream) - Static method in class org.springframework.util.FileCopyUtils
Copy the contents of the given byte array to the given OutputStream.
copy(Reader, Writer) - Static method in class org.springframework.util.FileCopyUtils
Copy the contents of the given Reader to the given Writer.
copy(String, Writer) - Static method in class org.springframework.util.FileCopyUtils
Copy the contents of the given String to the given output Writer.
copy(byte[], OutputStream) - Static method in class org.springframework.util.StreamUtils
Copy the contents of the given byte array to the given OutputStream.
copy(String, Charset, OutputStream) - Static method in class org.springframework.util.StreamUtils
Copy the contents of the given String to the given output OutputStream.
copy(InputStream, OutputStream) - Static method in class org.springframework.util.StreamUtils
Copy the contents of the given InputStream to the given OutputStream.
COPYABLE_FIELDS - Static variable in class org.springframework.util.ReflectionUtils
Pre-built FieldFilter that matches all non-static, non-final fields.
copyAttributesFrom(AttributeAccessor) - Method in class org.springframework.core.AttributeAccessorSupport
Copy the attributes from the supplied AttributeAccessor to this accessor.
copyBodyToResponse(byte[], HttpServletResponse) - Method in class org.springframework.web.filter.ShallowEtagHeaderFilter
 
copyBootstrapMethods(ClassWriter, Item[], char[]) - Method in class org.springframework.asm.ClassReader
Copies the bootstrap method data into the given ClassWriter.
copyCharactersTillPotentialReference() - Method in class org.springframework.web.util.HtmlCharacterEntityDecoder
 
copyConfigurationFrom(AdvisedSupport) - Method in class org.springframework.aop.framework.AdvisedSupport
Call this method on a new instance created by the no-arg constructor to create an independent copy of the configuration from the given object.
copyConfigurationFrom(AdvisedSupport, TargetSource, List<Advisor>) - Method in class org.springframework.aop.framework.AdvisedSupport
Copy the AOP configuration from the given AdvisedSupport object, but allow substitution of a fresh TargetSource and a given interceptor chain.
copyConfigurationFrom(ConfigurableBeanFactory) - Method in interface org.springframework.beans.factory.config.ConfigurableBeanFactory
Copy all relevant configuration from the given other factory.
copyConfigurationFrom(ConfigurableBeanFactory) - Method in class org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory
 
copyConfigurationFrom(ConfigurableBeanFactory) - Method in class org.springframework.beans.factory.support.AbstractBeanFactory
 
copyConfigurationFrom(ConfigurableBeanFactory) - Method in class org.springframework.beans.factory.support.DefaultListableBeanFactory
 
copyCustomEditorsTo(PropertyEditorRegistry, String) - Method in class org.springframework.beans.PropertyEditorRegistrySupport
Copy the custom editors registered in this instance to the given target registry.
copyDefaultEditorsTo(PropertyEditorRegistrySupport) - Method in class org.springframework.beans.PropertyEditorRegistrySupport
Copy the default editors registered in this instance to the given target registry.
copyFrom(ProxyConfig) - Method in class org.springframework.aop.framework.ProxyConfig
Copy configuration from the other config object.
copyFrom(AbstractBeanFactoryBasedTargetSource) - Method in class org.springframework.aop.target.AbstractBeanFactoryBasedTargetSource
Copy configuration from the other AbstractBeanFactoryBasedTargetSource object.
copyHeaders(Map<String, ?>) - Method in class org.springframework.messaging.support.MessageBuilder
Copy the name-value pairs from the provided Map.
copyHeaders(Map<String, ?>) - Method in class org.springframework.messaging.support.MessageHeaderAccessor
Copy the name-value pairs from the provided Map.
copyHeadersIfAbsent(Map<String, ?>) - Method in class org.springframework.messaging.support.MessageBuilder
Copy the name-value pairs from the provided Map.
copyHeadersIfAbsent(Map<String, ?>) - Method in class org.springframework.messaging.support.MessageHeaderAccessor
Copy the name-value pairs from the provided Map.
copyMethod - Variable in class org.springframework.instrument.classloading.glassfish.GlassFishLoadTimeWeaver
 
copyMethod - Variable in class org.springframework.instrument.classloading.tomcat.TomcatLoadTimeWeaver
 
copyModelParameters(Map<String, Object>, Transformer) - Method in class org.springframework.web.servlet.view.xslt.XsltView
Copy all entries from the supplied Map into the parameter set of the supplied Transformer.
copyNonMethodProperties(PropertyDescriptor, PropertyDescriptor) - Static method in class org.springframework.beans.PropertyDescriptorUtils
 
copyOutputProperties(Transformer) - Method in class org.springframework.web.servlet.view.xslt.XsltView
Copy the configured output Properties, if any, into the output property set of the supplied Transformer.
copyOverrides(ResourceOverridingShadowingClassLoader) - Method in class org.springframework.instrument.classloading.ResourceOverridingShadowingClassLoader
Copy all overrides from the given ClassLoader.
copyPool(ClassWriter) - Method in class org.springframework.asm.ClassReader
Copies the constant pool data into the given ClassWriter.
copyProperties(Object, Object) - Static method in class org.springframework.beans.BeanUtils
Copy the property values of the given source bean into the target bean.
copyProperties(Object, Object, Class<?>) - Static method in class org.springframework.beans.BeanUtils
Copy the property values of the given source bean into the given target bean, only setting properties defined in the given "editable" class (or interface).
copyProperties(Object, Object, String...) - Static method in class org.springframework.beans.BeanUtils
Copy the property values of the given source bean into the given target bean, ignoring the given "ignoreProperties".
copyProperties(Object, Object, Class<?>, String...) - Static method in class org.springframework.beans.BeanUtils
Copy the property values of the given source bean into the given target bean.
copyPropertiesToBean(Annotation, Object, String...) - Static method in class org.springframework.beans.annotation.AnnotationBeanUtils
Copy the properties of the supplied Annotation to the supplied target bean.
copyPropertiesToBean(Annotation, Object, StringValueResolver, String...) - Static method in class org.springframework.beans.annotation.AnnotationBeanUtils
Copy the properties of the supplied Annotation to the supplied target bean.
copyQualifiersFrom(AbstractBeanDefinition) - Method in class org.springframework.beans.factory.support.AbstractBeanDefinition
Copy the qualifiers from the supplied AbstractBeanDefinition to this bean definition.
copyQualityValue(MediaType) - Method in class org.springframework.http.MediaType
Return a replica of this instance with the quality value of the given MediaType.
copyRecursively(File, File) - Static method in class org.springframework.util.FileSystemUtils
Recursively copy the contents of the src file/directory to the dest file/directory.
copyRegisteredEditorsTo(PropertyEditorRegistry) - Method in interface org.springframework.beans.factory.config.ConfigurableBeanFactory
Initialize the given PropertyEditorRegistry with the custom editors that have been registered with this BeanFactory.
copyRegisteredEditorsTo(PropertyEditorRegistry) - Method in class org.springframework.beans.factory.support.AbstractBeanFactory
 
copySortDefinition(SortDefinition) - Method in class org.springframework.beans.support.PagedListHolder
Create a deep copy of the given sort definition, for use as state holder to compare a modified sort definition against.
copyTo(MailMessage) - Method in class org.springframework.mail.SimpleMailMessage
Copy the contents of this message to the given target message.
copyToByteArray(File) - Static method in class org.springframework.util.FileCopyUtils
Copy the contents of the given input File into a new byte array.
copyToByteArray(InputStream) - Static method in class org.springframework.util.FileCopyUtils
Copy the contents of the given InputStream into a new byte array.
copyToByteArray(InputStream) - Static method in class org.springframework.util.StreamUtils
Copy the contents of the given InputStream into a new byte array.
copyToString(Reader) - Static method in class org.springframework.util.FileCopyUtils
Copy the contents of the given Reader into a String.
copyToString(InputStream, Charset) - Static method in class org.springframework.util.StreamUtils
Copy the contents of the given InputStream into a String.
copyTransformers(ShadowingClassLoader) - Method in class org.springframework.instrument.classloading.ShadowingClassLoader
Copy all ClassFileTransformers from the given ClassLoader to the list of transformers that this ClassLoader will apply.
corePoolSize - Variable in class org.springframework.messaging.simp.config.TaskExecutorRegistration
 
corePoolSize(int) - Method in class org.springframework.messaging.simp.config.TaskExecutorRegistration
Set the core pool size of the ThreadPoolExecutor.
corePoolSize - Variable in class org.springframework.scheduling.concurrent.ThreadPoolExecutorFactoryBean
 
corePoolSize - Variable in class org.springframework.scheduling.concurrent.ThreadPoolTaskExecutor
 
couldMatchJoinPointsInType(Class) - Method in class org.springframework.aop.aspectj.AspectJExpressionPointcut.BeanNameContextMatcher
Deprecated.
couldMatchJoinPointsInType(Class, MatchingContext) - Method in class org.springframework.aop.aspectj.AspectJExpressionPointcut.BeanNameContextMatcher
Deprecated.
count - Variable in class org.springframework.aop.interceptor.DebugInterceptor
 
count - Variable in class org.springframework.http.converter.xml.SourceHttpMessageConverter.CountingOutputStream
 
count - Variable in class org.springframework.util.ConcurrentReferenceHashMap.Segment
The total number of references contained in this segment.
countAdvicesOfType(Class<?>) - Method in class org.springframework.aop.framework.AdvisedSupport
Count advices of the given class.
countBeansIncludingAncestors(ListableBeanFactory) - Static method in class org.springframework.beans.factory.BeanFactoryUtils
Count all beans in any hierarchy in which this factory participates.
CountingBeanFactoryReference(BeanFactory, BeanFactory) - Constructor for class org.springframework.beans.factory.access.SingletonBeanFactoryLocator.CountingBeanFactoryReference
 
CountingOutputStream() - Constructor for class org.springframework.http.converter.xml.SourceHttpMessageConverter.CountingOutputStream
 
countIterator(Iterator) - Static method in class org.springframework.util.xml.XMLEventStreamReader
 
countNumberOfUnboundAnnotationArguments() - Method in class org.springframework.aop.aspectj.AspectJAdviceParameterNameDiscoverer
 
countNumberOfUnboundPrimitiveArguments() - Method in class org.springframework.aop.aspectj.AspectJAdviceParameterNameDiscoverer
 
countOccurrencesOf(String, String) - Static method in class org.springframework.util.StringUtils
Count the occurrences of the substring in string s.
countRowsInTable(String) - Method in class org.springframework.test.context.junit4.AbstractTransactionalJUnit4SpringContextTests
Convenience method for counting the rows in the given table.
countRowsInTable(String) - Method in class org.springframework.test.context.testng.AbstractTransactionalTestNGSpringContextTests
Convenience method for counting the rows in the given table.
countRowsInTable(JdbcTemplate, String) - Static method in class org.springframework.test.jdbc.JdbcTestUtils
Count the rows in the given table.
countRowsInTableWhere(String, String) - Method in class org.springframework.test.context.junit4.AbstractTransactionalJUnit4SpringContextTests
Convenience method for counting the rows in the given table, using the provided WHERE clause.
countRowsInTableWhere(String, String) - Method in class org.springframework.test.context.testng.AbstractTransactionalTestNGSpringContextTests
Convenience method for counting the rows in the given table, using the provided WHERE clause.
countRowsInTableWhere(JdbcTemplate, String, String) - Static method in class org.springframework.test.jdbc.JdbcTestUtils
Count the rows in the given table, using the provided WHERE clause.
cr - Variable in class org.springframework.asm.ClassWriter
The class reader from which this class writer was constructed, if any.
create() - Method in class org.springframework.ejb.access.AbstractSlsbInvokerInterceptor
Invokes the create() method on the cached EJB home object.
create() - Static method in class org.springframework.messaging.simp.SimpMessageHeaderAccessor
create(SimpMessageType) - Static method in class org.springframework.messaging.simp.SimpMessageHeaderAccessor
Create SimpMessageHeaderAccessor for a new Message of a specific type.
create(String, int) - Method in class org.springframework.messaging.simp.stomp.StompBrokerRelayMessageHandler.StompTcpClientFactory
 
create(StompCommand) - Static method in class org.springframework.messaging.simp.stomp.StompHeaderAccessor
Create StompHeaderAccessor for a new Message.
create(StompCommand, Map<String, List<String>>) - Static method in class org.springframework.messaging.simp.stomp.StompHeaderAccessor
Create StompHeaderAccessor from parsed STOP frame content.
createActionURL() - Method in class org.springframework.mock.web.portlet.MockMimeResponse
 
createActivationSpec(ResourceAdapter, JmsActivationSpecConfig) - Method in interface org.springframework.jms.listener.endpoint.JmsActivationSpecFactory
Create a JCA 1.5 ActivationSpec object based on the given JmsActivationSpecConfig object.
createActivationSpec(ResourceAdapter, JmsActivationSpecConfig) - Method in class org.springframework.jms.listener.endpoint.StandardJmsActivationSpecFactory
 
createAdviceDefinition(Element, ParserContext, String, int, RootBeanDefinition, RootBeanDefinition, List<BeanDefinition>, List<BeanReference>) - Method in class org.springframework.aop.config.ConfigBeanDefinitionParser
Creates the RootBeanDefinition for a POJO advice bean.
createAdvisorBeanDefinition(Element, ParserContext) - Method in class org.springframework.aop.config.ConfigBeanDefinitionParser
Create a RootBeanDefinition for the advisor described in the supplied.
createAdvisorIntroducingNamedBean(String) - Static method in class org.springframework.aop.interceptor.ExposeBeanNameAdvisors
Create a new advisor that will expose the given bean name, introducing the NamedBean interface to make the bean name accessible without forcing the target object to be aware of this Spring IoC concept.
createAdvisorWithoutIntroduction(String) - Static method in class org.springframework.aop.interceptor.ExposeBeanNameAdvisors
Create a new advisor that will expose the given bean name, with no introduction
createAndConfigureMBean(Object, String) - Method in class org.springframework.jmx.export.MBeanExporter
Creates an MBean that is configured with the appropriate management interface for the supplied managed resource.
createAndHoldSavepoint() - Method in class org.springframework.transaction.support.AbstractTransactionStatus
Create a savepoint and hold it for the transaction.
createAopProxy(AdvisedSupport) - Method in interface org.springframework.aop.framework.AopProxyFactory
Create an AopProxy for the given AOP configuration.
createAopProxy(AdvisedSupport) - Method in class org.springframework.aop.framework.DefaultAopProxyFactory
 
createAopProxy() - Method in class org.springframework.aop.framework.ProxyCreatorSupport
Subclasses should call this to get a new AOP proxy.
createApplicationContext(String[]) - Method in class org.springframework.context.access.ContextJndiBeanFactoryLocator
Create the ApplicationContext instance, given an array of class path resource Strings which should be combined
createApplicationContext(BootstrapContext) - Method in class org.springframework.jca.context.SpringContextResourceAdapter
Build a Spring ApplicationContext for the given JCA BootstrapContext.
createApplicationManagedEntityManager(EntityManager, EntityManagerFactoryInfo) - Static method in class org.springframework.orm.jpa.ExtendedEntityManagerCreator
Create an application-managed extended EntityManager proxy.
createApplicationManagedEntityManager(EntityManager, EntityManagerFactoryInfo, boolean) - Static method in class org.springframework.orm.jpa.ExtendedEntityManagerCreator
Create an application-managed extended EntityManager proxy.
createApproximateCollection(Object, int) - Static method in class org.springframework.core.CollectionFactory
Create the most approximate collection for the given collection.
createApproximateMap(Object, int) - Static method in class org.springframework.core.CollectionFactory
Create the most approximate map for the given map.
createArgumentArray(String, RootBeanDefinition, ConstructorArgumentValues, BeanWrapper, Class<?>[], String[], Object, boolean) - Method in class org.springframework.beans.factory.support.ConstructorResolver
Create an array of arguments to invoke a constructor or factory method, given the resolved constructor argument values.
createArray(ExpressionState) - Method in class org.springframework.expression.spel.ast.ConstructorReference
Create an array and return it.
createAspectComponentDefinition(Element, String, List<BeanDefinition>, List<BeanReference>, ParserContext) - Method in class org.springframework.aop.config.ConfigBeanDefinitionParser
 
createAspectInstanceFactory(AspectMetadata, Class<?>, String) - Method in class org.springframework.aop.aspectj.annotation.AspectJProxyFactory
Create a MetadataAwareAspectInstanceFactory for the supplied aspect type.
createAspectMetadata(Class<?>, String) - Method in class org.springframework.aop.aspectj.annotation.AspectJProxyFactory
Create an AspectMetadata instance for the supplied aspect type.
createAsyncRequest(URI, HttpMethod) - Method in interface org.springframework.http.client.AsyncClientHttpRequestFactory
Create a new asynchronous AsyncClientHttpRequest for the specified URI and HTTP method.
createAsyncRequest(URI, HttpMethod) - Method in class org.springframework.http.client.HttpComponentsAsyncClientHttpRequestFactory
 
createAsyncRequest(URI, HttpMethod) - Method in class org.springframework.http.client.SimpleClientHttpRequestFactory
Create a new asynchronous AsyncClientHttpRequest for the specified URI and HTTP method.
createAsyncRequest(URI, HttpMethod) - Method in class org.springframework.http.client.support.AsyncHttpAccessor
Create a new AsyncClientHttpRequest via this template's AsyncClientHttpRequestFactory.
createAsyncWebRequest(HttpServletRequest, HttpServletResponse) - Static method in class org.springframework.web.context.request.async.WebAsyncUtils
Create an AsyncWebRequest instance.
createAttribute(String, MethodParameter, WebDataBinderFactory, NativeWebRequest) - Method in class org.springframework.web.method.annotation.ModelAttributeMethodProcessor
Extension point to create the model attribute if not found in the model.
createAttribute(String, MethodParameter, WebDataBinderFactory, NativeWebRequest) - Method in class org.springframework.web.servlet.mvc.method.annotation.ServletModelAttributeMethodProcessor
Instantiate the model attribute from a URI template variable or from a request parameter if the name matches to the model attribute name and if there is an appropriate type conversion strategy.
createAttributeEvaluatorFactory(TilesApplicationContext, TilesRequestContextFactory, LocaleResolver) - Method in class org.springframework.web.servlet.view.tiles2.TilesConfigurer.SpringTilesContainerFactory
 
createAttributeEvaluatorFactory(ApplicationContext, LocaleResolver) - Method in class org.springframework.web.servlet.view.tiles3.TilesConfigurer.SpringTilesContainerFactory
 
createAttributeFromRequestValue(String, String, MethodParameter, WebDataBinderFactory, NativeWebRequest) - Method in class org.springframework.web.servlet.mvc.method.annotation.ServletModelAttributeMethodProcessor
Create a model attribute from a String request value (e.g.
createBatch(Map<String, ?>[]) - Static method in class org.springframework.jdbc.core.namedparam.SqlParameterSourceUtils
Create an array of MapSqlParameterSource objects populated with data from the values passed in.
createBatch(Object[]) - Static method in class org.springframework.jdbc.core.namedparam.SqlParameterSourceUtils
Create an array of BeanPropertySqlParameterSource objects populated with data from the values passed in.
createBean(Class<T>) - Method in interface org.springframework.beans.factory.config.AutowireCapableBeanFactory
Fully create a new bean instance of the given class.
createBean(Class<?>, int, boolean) - Method in interface org.springframework.beans.factory.config.AutowireCapableBeanFactory
Fully create a new bean instance of the given class with the specified autowire strategy.
createBean(Class<T>) - Method in class org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory
 
createBean(Class<?>, int, boolean) - Method in class org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory
 
createBean(String, RootBeanDefinition, Object[]) - Method in class org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory
Central method of this class: creates a bean instance, populates the bean instance, applies post-processors, etc.
createBean(String, RootBeanDefinition, Object[]) - Method in class org.springframework.beans.factory.support.AbstractBeanFactory
Create a bean instance for the given bean definition.
createBean(Class<T>) - Method in class org.springframework.test.web.servlet.setup.StubWebApplicationContext.StubBeanFactory
 
createBean(Class, int, boolean) - Method in class org.springframework.test.web.servlet.setup.StubWebApplicationContext.StubBeanFactory
 
createBeanDefinition() - Method in class org.springframework.beans.factory.groovy.GroovyBeanDefinitionWrapper
 
createBeanDefinition(String, String, ClassLoader) - Static method in class org.springframework.beans.factory.support.BeanDefinitionReaderUtils
Create a new GenericBeanDefinition for the given parent name and class name, eagerly loading the bean class if a ClassLoader has been specified.
createBeanDefinition(String, String) - Method in class org.springframework.beans.factory.xml.BeanDefinitionParserDelegate
Create a bean definition for the given class name and parent name.
createBeanDefinitionDocumentReader() - Method in class org.springframework.beans.factory.xml.XmlBeanDefinitionReader
Create the BeanDefinitionDocumentReader to use for actually reading bean definitions from an XML document.
createBeanDefinitionReader(GenericApplicationContext) - Method in class org.springframework.test.context.support.AbstractGenericContextLoader
Factory method for creating a new BeanDefinitionReader for loading bean definitions into the supplied context.
createBeanDefinitionReader(GenericApplicationContext) - Method in class org.springframework.test.context.support.AnnotationConfigContextLoader
AnnotationConfigContextLoader should be used as a SmartContextLoader, not as a legacy ContextLoader.
createBeanDefinitionReader(GenericApplicationContext) - Method in class org.springframework.test.context.support.GenericPropertiesContextLoader
createBeanDefinitionReader(GenericApplicationContext) - Method in class org.springframework.test.context.support.GenericXmlContextLoader
createBeanFactory(String[]) - Method in class org.springframework.context.access.ContextJndiBeanFactoryLocator
Create the BeanFactory instance, given an array of class path resource Strings which should be combined.
createBeanFactory() - Method in class org.springframework.context.support.AbstractRefreshableApplicationContext
Create an internal bean factory for this context.
createBeanFactoryBasedTargetSource(Class<?>, String) - Method in class org.springframework.aop.framework.autoproxy.target.AbstractBeanFactoryBasedTargetSourceCreator
Subclasses must implement this method to return a new AbstractPrototypeBasedTargetSource if they wish to create a custom TargetSource for this bean, or null if they are not interested it in, in which case no special target source will be created.
createBeanFactoryBasedTargetSource(Class<?>, String) - Method in class org.springframework.aop.framework.autoproxy.target.LazyInitTargetSourceCreator
 
createBeanFactoryBasedTargetSource(Class<?>, String) - Method in class org.springframework.aop.framework.autoproxy.target.QuickTargetSourceCreator
 
createBeanInstance(String, RootBeanDefinition, Object[]) - Method in class org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory
Create a new instance for the specified bean, using an appropriate instantiation strategy: factory method, constructor autowiring, or simple instantiation.
createBeanWrapper() - Method in class org.springframework.validation.BeanPropertyBindingResult
Create a new BeanWrapper for the underlying target object.
createBinder(NativeWebRequest, Object, String) - Method in class org.springframework.web.bind.annotation.support.HandlerMethodInvoker
 
createBinder(NativeWebRequest, Object, String) - Method in class org.springframework.web.bind.support.DefaultDataBinderFactory
Create a new WebDataBinder for the given target object and initialize it through a WebBindingInitializer.
createBinder(NativeWebRequest, Object, String) - Method in interface org.springframework.web.bind.support.WebDataBinderFactory
Create a WebDataBinder for the given object.
createBinder(PortletRequest, Object, String) - Method in class org.springframework.web.portlet.mvc.annotation.AnnotationMethodHandlerAdapter
Template method for creating a new PortletRequestDataBinder instance.
createBinder(NativeWebRequest, Object, String) - Method in class org.springframework.web.portlet.mvc.annotation.AnnotationMethodHandlerAdapter.PortletHandlerMethodInvoker
 
createBinder(HttpServletRequest, Object, String) - Method in class org.springframework.web.servlet.mvc.annotation.AnnotationMethodHandlerAdapter
Deprecated.
Template method for creating a new ServletRequestDataBinder instance.
createBinder(NativeWebRequest, Object, String) - Method in class org.springframework.web.servlet.mvc.annotation.AnnotationMethodHandlerAdapter.ServletHandlerMethodInvoker
Deprecated.
 
createBinder(HttpServletRequest, Object) - Method in class org.springframework.web.servlet.mvc.multiaction.MultiActionController
Create a new binder instance for the given command and request.
createBinderInstance(Object, String, NativeWebRequest) - Method in class org.springframework.web.bind.support.DefaultDataBinderFactory
Extension point to create the WebDataBinder instance.
createBinderInstance(Object, String, NativeWebRequest) - Method in class org.springframework.web.servlet.mvc.method.annotation.ServletRequestDataBinderFactory
Returns an instance of ExtendedServletRequestDataBinder.
createBrowser(Session, Queue, String) - Method in class org.springframework.jms.core.JmsTemplate
Create a JMS MessageProducer for the given Session and Destination, configuring it to disable message ids and/or timestamps (if necessary).
createBshObject(String) - Static method in class org.springframework.scripting.bsh.BshScriptUtils
Create a new BeanShell-scripted object from the given script source.
createBshObject(String, Class<?>...) - Static method in class org.springframework.scripting.bsh.BshScriptUtils
Create a new BeanShell-scripted object from the given script source, using the default ClassLoader.
createBshObject(String, Class<?>[], ClassLoader) - Static method in class org.springframework.scripting.bsh.BshScriptUtils
Create a new BeanShell-scripted object from the given script source.
createBurlapProxy(BurlapProxyFactory) - Method in class org.springframework.remoting.caucho.BurlapClientInterceptor
Deprecated.
Create the Burlap proxy that is wrapped by this interceptor.
createCache() - Method in class org.springframework.cache.ehcache.EhCacheFactoryBean
Create a raw Cache object based on the configuration of this FactoryBean.
createCachedRowSet() - Method in interface org.springframework.jdbc.core.SqlRowSetResultSetExtractor.CachedRowSetFactory
 
createCachedRowSet() - Method in class org.springframework.jdbc.core.SqlRowSetResultSetExtractor.StandardCachedRowSetFactory
 
createCachedRowSet() - Method in class org.springframework.jdbc.core.SqlRowSetResultSetExtractor.SunCachedRowSetFactory
 
createCallableStatement(Connection) - Method in interface org.springframework.jdbc.core.CallableStatementCreator
Create a callable statement in this connection.
createCallableStatement(Connection) - Method in class org.springframework.jdbc.core.CallableStatementCreatorFactory.CallableStatementCreatorImpl
 
createCallableStatement(Connection) - Method in class org.springframework.jdbc.core.JdbcTemplate.SimpleCallableStatementCreator
 
createCallString() - Method in class org.springframework.jdbc.core.metadata.CallMetaDataContext
Build the call string based on configuration and metadata information.
createCciTemplate(ConnectionFactory) - Method in class org.springframework.jca.cci.core.support.CciDaoSupport
Create a CciTemplate for the given ConnectionFactory.
createClass(Enhancer) - Method in class org.springframework.context.annotation.ConfigurationClassEnhancer
Uses enhancer to generate a subclass of superclass, ensuring that callbacks are registered for the new subclass.
createCollection(Class<? extends Collection>, int) - Method in class org.springframework.beans.propertyeditors.CustomCollectionEditor
Create a Collection of the given type, with the given initial capacity (if supported by the Collection type).
createCollection(Class<?>, int) - Static method in class org.springframework.core.CollectionFactory
Create the most appropriate collection for the given collection type.
createCollection(Class<?>) - Method in class org.springframework.http.converter.xml.Jaxb2CollectionHttpMessageConverter
Create a Collection of the given type, with the given initial capacity (if supported by the Collection type).
createColumnMap(int) - Method in class org.springframework.jdbc.core.ColumnMapRowMapper
Create a Map instance to be used as column map.
createCompositeInterface(Class<?>[]) - Method in class org.springframework.aop.framework.ProxyFactoryBean
Create a composite interface Class for the given interfaces, implementing the given interfaces in one single Class.
createCompositeInterface(Class<?>[]) - Method in class org.springframework.jndi.JndiObjectFactoryBean
Create a composite interface Class for the given interfaces, implementing the given interfaces in one single Class.
createCompositeInterface(Class<?>[]) - Method in class org.springframework.scripting.support.ScriptFactoryPostProcessor
Create a composite interface Class for the given interfaces, implementing the given interfaces in one single Class.
createCompositeInterface(Class<?>[], ClassLoader) - Static method in class org.springframework.util.ClassUtils
Create a composite interface Class for the given interfaces, implementing the given interfaces in one single Class.
createConcurrentMapCache(String) - Method in class org.springframework.cache.concurrent.ConcurrentMapCacheManager
Create a new ConcurrentMapCache instance for the specified cache name.
createConfigInterface(BeanDefinition, Class<?>[]) - Method in class org.springframework.scripting.support.ScriptFactoryPostProcessor
Create a config interface for the given bean definition, defining setter methods for the defined property values as well as an init method and a destroy method (if defined).
createConfiguration() - Method in class org.springframework.ui.freemarker.FreeMarkerConfigurationFactory
Prepare the FreeMarker Configuration and return it.
createConfiguredServerEndpoint(String, List<Extension>, Endpoint, HttpServletRequest) - Method in class org.springframework.web.socket.server.standard.UndertowRequestUpgradeStrategy
 
createConnection() - Method in interface org.springframework.jms.connection.ConnectionFactoryUtils.ResourceFactory
Create a new JMS Connection for registration with a JmsResourceHolder.
createConnection() - Method in class org.springframework.jms.connection.DelegatingConnectionFactory
 
createConnection(String, String) - Method in class org.springframework.jms.connection.DelegatingConnectionFactory
 
createConnection() - Method in class org.springframework.jms.connection.JmsTransactionManager
Create a JMS Connection via this template's ConnectionFactory.
createConnection() - Method in class org.springframework.jms.connection.SingleConnectionFactory
 
createConnection(String, String) - Method in class org.springframework.jms.connection.SingleConnectionFactory
 
createConnection() - Method in class org.springframework.jms.connection.TransactionAwareConnectionFactoryProxy
 
createConnection(String, String) - Method in class org.springframework.jms.connection.TransactionAwareConnectionFactoryProxy
 
createConnection() - Method in class org.springframework.jms.connection.UserCredentialsConnectionFactoryAdapter
Determine whether there are currently thread-bound credentials, using them if available, falling back to the statically specified username and password (i.e.
createConnection(String, String) - Method in class org.springframework.jms.connection.UserCredentialsConnectionFactoryAdapter
Delegate the call straight to the target ConnectionFactory.
createConnection() - Method in class org.springframework.jms.core.JmsTemplate.JmsTemplateResourceFactory
 
createConnection() - Method in class org.springframework.jms.listener.AbstractPollingMessageListenerContainer.MessageListenerContainerResourceFactory
 
createConnection() - Method in class org.springframework.jms.remoting.JmsInvokerClientInterceptor
Create a new JMS Connection for this JMS invoker.
createConnection() - Method in class org.springframework.jms.support.JmsAccessor
Create a JMS Connection via this template's ConnectionFactory.
createConnection(TyrusHttpUpgradeHandler, HttpServletResponse) - Method in class org.springframework.web.socket.server.standard.GlassFishRequestUpgradeStrategy
 
createConnectionProxy(Connection) - Method in class org.springframework.jdbc.core.JdbcTemplate
Create a close-suppressing proxy for the given JDBC Connection.
createConnectionSpec(Integer, Boolean, String, String) - Method in class org.springframework.jdbc.datasource.WebSphereDataSourceAdapter
Create a WebSphere JDBCConnectionSpec object for the given charateristics.
createConsumer(Session, Destination, String) - Method in class org.springframework.jms.core.JmsTemplate
Create a JMS MessageConsumer for the given Session and Destination.
createConsumer(Session, Destination) - Method in class org.springframework.jms.listener.AbstractPollingMessageListenerContainer
Create a JMS MessageConsumer for the given Session and Destination.
createConsumer(Session, Destination) - Method in class org.springframework.jms.listener.SimpleMessageListenerContainer
Create a JMS MessageConsumer for the given Session and Destination.
createContainer(ApplicationContext) - Method in class org.springframework.web.servlet.view.tiles3.TilesConfigurer.SpringTilesContainerFactory
 
createContainerFactory(TilesApplicationContext) - Method in class org.springframework.web.servlet.view.tiles2.TilesConfigurer.SpringCompleteAutoloadTilesInitializer
 
createContainerFactory(TilesApplicationContext) - Method in class org.springframework.web.servlet.view.tiles2.TilesConfigurer.SpringTilesInitializer
 
createContainerFactory(ApplicationContext) - Method in class org.springframework.web.servlet.view.tiles3.TilesConfigurer.SpringCompleteAutoloadTilesInitializer
 
createContainerFactory(ApplicationContext) - Method in class org.springframework.web.servlet.view.tiles3.TilesConfigurer.SpringTilesInitializer
 
createContainerManagedEntityManager(EntityManager, EntityManagerFactoryInfo) - Static method in class org.springframework.orm.jpa.ExtendedEntityManagerCreator
Create a container-managed extended EntityManager proxy.
createContainerManagedEntityManager(EntityManagerFactory) - Static method in class org.springframework.orm.jpa.ExtendedEntityManagerCreator
Create a container-managed extended EntityManager proxy.
createContainerManagedEntityManager(EntityManagerFactory, Map<?, ?>) - Static method in class org.springframework.orm.jpa.ExtendedEntityManagerCreator
Create a container-managed extended EntityManager proxy.
createContainerManagedEntityManager(EntityManagerFactory, Map<?, ?>, boolean) - Static method in class org.springframework.orm.jpa.ExtendedEntityManagerCreator
Create a container-managed extended EntityManager proxy.
createContentHandler(Node) - Static method in class org.springframework.util.xml.DomUtils
Returns a SAX ContentHandler that transforms callback calls to DOM Nodes.
createContentHandler(XMLStreamWriter) - Static method in class org.springframework.util.xml.StaxUtils
Create a SAX ContentHandler that writes to the given StAX XMLStreamWriter.
createContentHandler(XMLEventWriter) - Static method in class org.springframework.util.xml.StaxUtils
Create a SAX ContentHandler that writes events to the given StAX XMLEventWriter.
createControlFlow() - Static method in class org.springframework.core.ControlFlowFactory
Return an appropriate ControlFlow instance.
createConversionService() - Method in class org.springframework.context.support.ConversionServiceFactoryBean
Create the ConversionService instance returned by this factory bean.
createConverterDefinition(Class<?>, Object) - Method in class org.springframework.web.servlet.config.AnnotationDrivenBeanDefinitionParser
 
createCookie(String) - Method in class org.springframework.web.util.CookieGenerator
Create a cookie with the given value, using the cookie descriptor settings of this generator (except for "cookieMaxAge").
createCustomException(String, String, SQLException, Class<?>) - Method in class org.springframework.jdbc.support.SQLErrorCodeSQLExceptionTranslator
Create a custom DataAccessException, based on a given exception class from a CustomSQLErrorCodesTranslation definition.
createCustomStaxResult(XMLStreamWriter) - Static method in class org.springframework.util.xml.StaxUtils
Create a custom, non-JAXP 1.4 StAX Result for the given XMLStreamWriter.
createCustomStaxResult(XMLEventWriter) - Static method in class org.springframework.util.xml.StaxUtils
Create a custom, non-JAXP 1.4 StAX Result for the given XMLEventWriter.
createCustomStaxSource(XMLStreamReader) - Static method in class org.springframework.util.xml.StaxUtils
Create a custom, non-JAXP 1.4 StAX Source for the given XMLStreamReader.
createCustomStaxSource(XMLEventReader) - Static method in class org.springframework.util.xml.StaxUtils
Create a custom, non-JAXP 1.4 StAX Source for the given XMLEventReader.
created - Variable in class org.springframework.remoting.rmi.RmiRegistryFactoryBean
 
createDatabasePopulator(Element, List<Element>, String) - Static method in class org.springframework.jdbc.config.DatabasePopulatorConfigUtils
 
createDatabaseSchema() - Method in class org.springframework.orm.hibernate3.LocalSessionFactoryBean
Execute schema creation script, determined by the Configuration object used for creating the SessionFactory.
createDataBinderFactory(List<InvocableHandlerMethod>) - Method in class org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter
Template method to create a new InitBinderDataBinderFactory instance.
createDataSource(InputStreamSource, String, String) - Method in class org.springframework.mail.javamail.MimeMessageHelper
Create an Activation Framework DataSource for the given InputStreamSource.
createDateFormat(Locale) - Method in class org.springframework.format.datetime.DateFormatter
 
createDateTimeFormatter() - Method in class org.springframework.format.datetime.joda.DateTimeFormatterFactory
Create a new DateTimeFormatter using this factory.
createDateTimeFormatter(DateTimeFormatter) - Method in class org.springframework.format.datetime.joda.DateTimeFormatterFactory
Create a new DateTimeFormatter using this factory.
createDateTimeFormatter() - Method in class org.springframework.format.datetime.standard.DateTimeFormatterFactory
Create a new DateTimeFormatter using this factory.
createDateTimeFormatter(DateTimeFormatter) - Method in class org.springframework.format.datetime.standard.DateTimeFormatterFactory
Create a new DateTimeFormatter using this factory.
createDefaultBeanWiringInfoResolver() - Method in class org.springframework.beans.factory.wiring.BeanConfigurerSupport
Create the default BeanWiringInfoResolver to be used if none was specified explicitly.
createDefaultConversionService() - Static method in class org.springframework.core.convert.support.ConversionServiceFactory
Deprecated.
createDefaultEditors() - Method in class org.springframework.beans.PropertyEditorRegistrySupport
Actually register the default editors for this registry instance.
createDefaultInOutParameter(String, CallParameterMetaData) - Method in interface org.springframework.jdbc.core.metadata.CallMetaDataProvider
Create a default inout parameter based on the provided meta data.
createDefaultInOutParameter(String, CallParameterMetaData) - Method in class org.springframework.jdbc.core.metadata.GenericCallMetaDataProvider
 
createDefaultInParameter(String, CallParameterMetaData) - Method in interface org.springframework.jdbc.core.metadata.CallMetaDataProvider
Create a default in parameter based on the provided meta data.
createDefaultInParameter(String, CallParameterMetaData) - Method in class org.springframework.jdbc.core.metadata.GenericCallMetaDataProvider
 
createDefaultNamespaceHandlerResolver() - Method in class org.springframework.beans.factory.xml.XmlBeanDefinitionReader
Create the default implementation of NamespaceHandlerResolver used if none is specified.
createDefaultOutParameter(String, CallParameterMetaData) - Method in interface org.springframework.jdbc.core.metadata.CallMetaDataProvider
Create a default out parameter based on the provided meta data.
createDefaultOutParameter(String, CallParameterMetaData) - Method in class org.springframework.jdbc.core.metadata.GenericCallMetaDataProvider
 
createDefaultOutParameter(String, CallParameterMetaData) - Method in class org.springframework.jdbc.core.metadata.OracleCallMetaDataProvider
 
createDefaultOutParameter(String, CallParameterMetaData) - Method in class org.springframework.jdbc.core.metadata.PostgresCallMetaDataProvider
 
createDefaultPropertyValue(BeanWrapperImpl.PropertyTokenHolder) - Method in class org.springframework.beans.BeanWrapperImpl
 
createDefaultResourceRefLocator() - Static method in class org.springframework.jndi.JndiLocatorDelegate
Configure a JndiLocatorDelegate with its "resourceRef" property set to true, meaning that all names will be prefixed with "java:comp/env/".
createDefaultStrategy(ApplicationContext, Class<?>) - Method in class org.springframework.web.portlet.DispatcherPortlet
Create a default strategy.
createDefaultStrategy(ApplicationContext, Class<?>) - Method in class org.springframework.web.servlet.DispatcherServlet
Create a default strategy.
createDefaultTaskExecutor() - Method in class org.springframework.jms.listener.DefaultMessageListenerContainer
Create a default TaskExecutor.
createDefinition(String, String) - Method in class org.springframework.beans.factory.access.SingletonBeanFactoryLocator
Actually creates definition in the form of a BeanFactory, given a resource name which supports standard Spring resource prefixes ('classpath:', 'classpath*:', etc.) This is split out as a separate method so that subclasses can override the actual type used (to be an ApplicationContext, for example).
createDefinition(String, String) - Method in class org.springframework.context.access.ContextSingletonBeanFactoryLocator
Overrides the default method to create definition object as an ApplicationContext instead of the default BeanFactory.
createDefinitionsFactory(TilesApplicationContext, TilesRequestContextFactory, LocaleResolver) - Method in class org.springframework.web.servlet.view.tiles2.TilesConfigurer.SpringTilesContainerFactory
 
createDefinitionsFactory(ApplicationContext, LocaleResolver) - Method in class org.springframework.web.servlet.view.tiles3.TilesConfigurer.SpringTilesContainerFactory
 
createDefinitionsReader(TilesApplicationContext, TilesRequestContextFactory) - Method in class org.springframework.web.servlet.view.tiles2.TilesConfigurer.SpringTilesContainerFactory
 
createDefinitionsReader(ApplicationContext) - Method in class org.springframework.web.servlet.view.tiles3.TilesConfigurer.SpringTilesContainerFactory
 
createDelegate(XmlReaderContext, Element, BeanDefinitionParserDelegate) - Method in class org.springframework.beans.factory.xml.DefaultBeanDefinitionDocumentReader
 
createDependencyProvider(DependencyDescriptor, String) - Method in class org.springframework.beans.factory.support.DefaultListableBeanFactory.DependencyProviderFactory
 
createDirectFieldAccessor() - Method in class org.springframework.validation.DirectFieldBindingResult
Create a new DirectFieldAccessor for the underlying target object.
createDocumentBuilder(DocumentBuilderFactory, EntityResolver, ErrorHandler) - Method in class org.springframework.beans.factory.xml.DefaultDocumentLoader
Create a JAXP DocumentBuilder that this bean definition reader will use for parsing XML documents.
createDocumentBuilder(DocumentBuilderFactory) - Method in class org.springframework.oxm.support.AbstractMarshaller
Create a DocumentBuilder that this marshaller will use for creating DOM documents when passed an empty DOMSource.
createDocumentBuilderFactory(int, boolean) - Method in class org.springframework.beans.factory.xml.DefaultDocumentLoader
Create the DocumentBuilderFactory instance.
createDocumentBuilderFactory() - Method in class org.springframework.oxm.support.AbstractMarshaller
Create a DocumentBuilder that this marshaller will use for creating DOM documents when passed an empty DOMSource.
createdRegistry - Variable in class org.springframework.remoting.rmi.RmiServiceExporter
 
createDynamicElementReader(String) - Method in class org.springframework.beans.factory.groovy.GroovyBeanDefinitionReader
 
createElement(String) - Method in class org.springframework.mock.web.portlet.MockPortletResponse
 
createElement(int) - Method in interface org.springframework.util.AutoPopulatingList.ElementFactory
Create the element for the supplied index.
createElement(int) - Method in class org.springframework.util.AutoPopulatingList.ReflectiveElementFactory
 
createEndpoint(XAResource) - Method in class org.springframework.jca.endpoint.AbstractMessageEndpointFactory
The standard JCA 1.5 version of createEndpoint.
createEndpoint(XAResource, long) - Method in class org.springframework.jca.endpoint.AbstractMessageEndpointFactory
The alternative JCA 1.6 version of createEndpoint.
createEndpoint(XAResource) - Method in class org.springframework.jca.endpoint.GenericMessageEndpointFactory
Wrap each concrete endpoint instance with an AOP proxy, exposing the message listener's interfaces as well as the endpoint SPI through an AOP introduction.
createEndpoint(Object) - Method in class org.springframework.remoting.jaxws.AbstractJaxWsServiceExporter
Create the actual Endpoint instance.
createEndpointInternal() - Method in class org.springframework.jca.endpoint.AbstractMessageEndpointFactory
Create the actual endpoint instance, as a subclass of the AbstractMessageEndpointFactory.AbstractMessageEndpoint inner class of this factory.
createEndpointInternal() - Method in class org.springframework.jca.endpoint.GenericMessageEndpointFactory
Creates a concrete generic message endpoint, internal to this factory.
createEndpointInternal() - Method in class org.springframework.jms.listener.endpoint.JmsMessageEndpointFactory
Creates a concrete JMS message endpoint, internal to this factory.
createEnhancedSubclass(RootBeanDefinition) - Method in class org.springframework.beans.factory.support.CglibSubclassingInstantiationStrategy.CglibSubclassCreator
Create an enhanced subclass of the bean class for the provided bean definition, using CGLIB.
createEnhancer() - Method in class org.springframework.aop.framework.CglibAopProxy
Creates the CGLIB Enhancer.
createEntityManager() - Method in class org.springframework.orm.jpa.EntityManagerFactoryAccessor
Obtain a new EntityManager from this accessor's EntityManagerFactory.
createEntityManager(EntityManagerFactory) - Method in class org.springframework.orm.jpa.support.OpenEntityManagerInViewFilter
Create a JPA EntityManager to be bound to a request.
createEntityManagerFactoryProxy(EntityManagerFactory) - Method in class org.springframework.orm.jpa.AbstractEntityManagerFactoryBean
Create a proxy of the given EntityManagerFactory.
createEntityManagerForTransaction() - Method in class org.springframework.orm.jpa.JpaTransactionManager
Create a JPA EntityManager to be used for a transaction.
createEntityManagerWithSynchronizationTypeMethod - Static variable in class org.springframework.orm.jpa.EntityManagerFactoryUtils
 
createEnvironment() - Method in class org.springframework.context.support.AbstractApplicationContext
Create and return a new StandardEnvironment.
createEnvironment() - Method in class org.springframework.jca.context.SpringContextResourceAdapter
Return a new StandardEnvironment.
createEnvironment() - Method in class org.springframework.web.context.support.AbstractRefreshableWebApplicationContext
Create and return a new StandardServletEnvironment.
createEnvironment() - Method in class org.springframework.web.context.support.GenericWebApplicationContext
Create and return a new StandardServletEnvironment.
createEnvironment() - Method in class org.springframework.web.context.support.StaticWebApplicationContext
Create and return a new StandardServletEnvironment.
createEnvironment() - Method in class org.springframework.web.portlet.context.AbstractRefreshablePortletApplicationContext
Create and return a new StandardPortletEnvironment.
createEnvironment() - Method in class org.springframework.web.portlet.context.StaticPortletApplicationContext
createEnvironment() - Method in class org.springframework.web.portlet.GenericPortletBean
Create and return a new StandardPortletEnvironment.
createEnvironment() - Method in class org.springframework.web.servlet.HttpServletBean
Create and return a new StandardServletEnvironment.
createEvaluationContext(Object) - Method in class org.springframework.cache.interceptor.CacheAspectSupport.CacheOperationContext
 
createEvaluationContext(Collection<? extends Cache>, Method, Object[], Object, Class<?>) - Method in class org.springframework.cache.interceptor.ExpressionEvaluator
Create an EvaluationContext without a return value.
createEvaluationContext(Collection<? extends Cache>, Method, Object[], Object, Class<?>, Object) - Method in class org.springframework.cache.interceptor.ExpressionEvaluator
createEvaluationContext(PageContext) - Method in class org.springframework.web.servlet.tags.EvalTag
 
createEvaluator(TilesApplicationContext) - Static method in class org.springframework.web.servlet.view.tiles2.TilesConfigurer.TilesElActivator
 
createEvaluator() - Method in class org.springframework.web.servlet.view.tiles3.TilesConfigurer.TilesElActivator
 
createEventStreamReader(XMLEventReader) - Static method in class org.springframework.util.xml.StaxUtils
Return a XMLStreamReader that reads from a XMLEventReader.
createEventStreamWriter(XMLEventWriter) - Static method in class org.springframework.util.xml.StaxUtils
Return a XMLStreamWriter that writes to a XMLEventWriter.
createEventStreamWriter(XMLEventWriter, XMLEventFactory) - Static method in class org.springframework.util.xml.StaxUtils
Return a XMLStreamWriter that writes to a XMLEventWriter.
createExceptionHandlerMethodResolverFor(Class<?>) - Method in class org.springframework.messaging.handler.invocation.AbstractMethodMessageHandler
 
createExceptionHandlerMethodResolverFor(Class<?>) - Method in class org.springframework.messaging.simp.annotation.support.SimpAnnotationMethodMessageHandler
 
createExecutor(int, ThreadFactory, RejectedExecutionHandler) - Method in class org.springframework.scheduling.concurrent.ScheduledExecutorFactoryBean
Create a new ScheduledExecutorService instance.
createExecutor(int, int, int, BlockingQueue<Runnable>, ThreadFactory, RejectedExecutionHandler) - Method in class org.springframework.scheduling.concurrent.ThreadPoolExecutorFactoryBean
Create a new instance of ThreadPoolExecutor or a subclass thereof.
createExecutor(int, ThreadFactory, RejectedExecutionHandler) - Method in class org.springframework.scheduling.concurrent.ThreadPoolTaskScheduler
Create a new ScheduledExecutorService instance.
createExporter() - Method in class org.springframework.web.servlet.view.jasperreports.AbstractJasperReportsSingleFormatView
Create a JasperReports exporter for a specific output format, which will be used to render the report to the HTTP response.
createExporter() - Method in class org.springframework.web.servlet.view.jasperreports.ConfigurableJasperReportsView
Returns a new instance of the specified JRExporter class.
createExporter() - Method in class org.springframework.web.servlet.view.jasperreports.JasperReportsCsvView
 
createExporter() - Method in class org.springframework.web.servlet.view.jasperreports.JasperReportsHtmlView
 
createExporter() - Method in class org.springframework.web.servlet.view.jasperreports.JasperReportsPdfView
 
createExporter() - Method in class org.springframework.web.servlet.view.jasperreports.JasperReportsXlsView
 
createFileTypeMap(Resource, String[]) - Method in class org.springframework.mail.javamail.ConfigurableMimeFileTypeMap
Compile a FileTypeMap from the mappings in the given mapping file and the given mapping entries.
createFilter(Class<T>) - Method in class org.springframework.mock.web.MockServletContext
 
createGuavaCache(String) - Method in class org.springframework.cache.guava.GuavaCacheManager
Create a new GuavaCache instance for the specified cache name.
createHandlerMappingStrategy(RuntimeBeanReference, RuntimeBeanReference, ManagedList<? extends Object>) - Method in class org.springframework.web.socket.config.HandlersBeanDefinitionParser
 
createHandlerMethod(Object, Method) - Method in class org.springframework.messaging.handler.invocation.AbstractMethodMessageHandler
Create a HandlerMethod instance from an Object handler that is either a handler instance or a String-based bean name.
createHandlerMethod(Object, Method) - Method in class org.springframework.web.servlet.handler.AbstractHandlerMethodMapping
Create the HandlerMethod instance.
createHessianProxy(HessianProxyFactory) - Method in class org.springframework.remoting.caucho.HessianClientInterceptor
Create the Hessian proxy that is wrapped by this interceptor.
createHibernateTemplate(SessionFactory) - Method in class org.springframework.orm.hibernate3.support.HibernateDaoSupport
Create a HibernateTemplate for the given SessionFactory.
createHibernateTemplate(SessionFactory) - Method in class org.springframework.orm.hibernate4.support.HibernateDaoSupport
Create a HibernateTemplate for the given SessionFactory.
createHttpContext(HttpMethod, URI) - Method in class org.springframework.http.client.HttpComponentsClientHttpRequestFactory
Template methods that creates a HttpContext for the given HTTP method and URI.
createHttpInputMessage(NativeWebRequest) - Method in class org.springframework.web.bind.annotation.support.HandlerMethodInvoker
Return a HttpInputMessage for the given NativeWebRequest.
createHttpInputMessage(HttpServletRequest) - Method in class org.springframework.web.servlet.mvc.annotation.AnnotationMethodHandlerAdapter
Deprecated.
Template method for creating a new HttpInputMessage instance.
createHttpInputMessage(NativeWebRequest) - Method in class org.springframework.web.servlet.mvc.annotation.AnnotationMethodHandlerAdapter.ServletHandlerMethodInvoker
Deprecated.
 
createHttpOutputMessage(NativeWebRequest) - Method in class org.springframework.web.bind.annotation.support.HandlerMethodInvoker
Return a HttpOutputMessage for the given NativeWebRequest.
createHttpOutputMessage(HttpServletResponse) - Method in class org.springframework.web.servlet.mvc.annotation.AnnotationMethodHandlerAdapter
Deprecated.
Template method for creating a new HttpOutputMessage instance.
createHttpOutputMessage(NativeWebRequest) - Method in class org.springframework.web.servlet.mvc.annotation.AnnotationMethodHandlerAdapter.ServletHandlerMethodInvoker
Deprecated.
 
createHttpPost(HttpInvokerClientConfiguration) - Method in class org.springframework.remoting.httpinvoker.HttpComponentsHttpInvokerRequestExecutor
Create a HttpPost for the given configuration.
createHttpUriRequest(HttpMethod, URI) - Method in class org.springframework.http.client.HttpComponentsClientHttpRequestFactory
Create a Commons HttpMethodBase object for the given HTTP method and URI specification.
createImageInputStream(InputStream) - Method in class org.springframework.http.converter.BufferedImageHttpMessageConverter
 
createImageOutputStream(OutputStream) - Method in class org.springframework.http.converter.BufferedImageHttpMessageConverter
 
createIndexedRecord(String) - Method in class org.springframework.jca.cci.connection.NotSupportedRecordFactory
 
createIndexedRecord(String) - Method in class org.springframework.jca.cci.core.CciTemplate
Create an indexed Record through the ConnectionFactory's RecordFactory.
createInitBinderMethod(Object, Method) - Method in class org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter
 
createInitialContext() - Method in class org.springframework.jndi.JndiTemplate
Create a new JNDI initial context.
createInitialContextFactory(Hashtable<?, ?>) - Method in class org.springframework.mock.jndi.SimpleNamingContextBuilder
Simple InitialContextFactoryBuilder implementation, creating a new SimpleNamingContext instance.
createInputMessage(NativeWebRequest) - Method in class org.springframework.web.servlet.mvc.method.annotation.AbstractMessageConverterMethodArgumentResolver
Create a new HttpInputMessage from the given NativeWebRequest.
createInputRecord(RecordFactory, Object) - Method in class org.springframework.jca.cci.object.MappingCommAreaOperation
 
createInputRecord(RecordFactory, Object) - Method in class org.springframework.jca.cci.object.MappingRecordOperation
Subclasses must implement this method to generate an input Record from an input object passed into the execute method.
createInputSource(Resource) - Static method in class org.springframework.oxm.support.SaxResourceUtils
Create a SAX InputSource from the given resource.
createInsertString(String[]) - Method in class org.springframework.jdbc.core.metadata.TableMetaDataContext
Build the insert string based on configuration and metadata information
createInsertTypes() - Method in class org.springframework.jdbc.core.metadata.TableMetaDataContext
Build the array of Types based on configuration and metadata information
createInstance() - Method in class org.springframework.beans.factory.config.AbstractFactoryBean
Template method that subclasses must override to construct the object returned by this factory.
createInstance() - Method in class org.springframework.beans.factory.config.ListFactoryBean
 
createInstance() - Method in class org.springframework.beans.factory.config.MapFactoryBean
 
createInstance() - Method in class org.springframework.beans.factory.config.ObjectFactoryCreatingFactoryBean
 
createInstance() - Method in class org.springframework.beans.factory.config.ProviderCreatingFactoryBean
 
createInstance() - Method in class org.springframework.beans.factory.config.SetFactoryBean
 
createInstance() - Method in class org.springframework.beans.factory.serviceloader.AbstractServiceLoaderBasedFactoryBean
createInstance() - Method in class org.springframework.jdbc.config.SortedResourcesFactoryBean
 
createInstance() - Method in class org.springframework.web.socket.server.standard.UndertowRequestUpgradeStrategy.EndpointInstanceFactory
 
createInterceptorDefinition(Node) - Method in class org.springframework.aop.config.AbstractInterceptorDrivenBeanDefinitionDecorator
Subclasses should implement this method to return the BeanDefinition for the interceptor they wish to apply to the bean being decorated.
createInvocationTraceName(MethodInvocation) - Method in class org.springframework.aop.interceptor.AbstractMonitoringInterceptor
Create a String name for the given MethodInvocation that can be used for trace/logging purposes.
createJaxbContextFromClasses() - Method in class org.springframework.oxm.jaxb.Jaxb2Marshaller
 
createJaxbContextFromContextPath() - Method in class org.springframework.oxm.jaxb.Jaxb2Marshaller
 
createJaxbContextFromPackages() - Method in class org.springframework.oxm.jaxb.Jaxb2Marshaller
 
createJaxWsService() - Method in class org.springframework.remoting.jaxws.LocalJaxWsServiceFactory
Create a JAX-WS Service according to the parameters of this factory.
createJdbcTemplate(DataSource) - Method in class org.springframework.jdbc.core.support.JdbcDaoSupport
Create a JdbcTemplate for the given DataSource.
createJmsTemplate(ConnectionFactory) - Method in class org.springframework.jms.core.support.JmsGatewaySupport
Create a JmsTemplate for the given ConnectionFactory.
createJndiObjectProxy(JndiObjectFactoryBean) - Static method in class org.springframework.jndi.JndiObjectFactoryBean.JndiObjectProxyFactory
 
createJobInstance(TriggerFiredBundle) - Method in class org.springframework.scheduling.quartz.AdaptableJobFactory
Create an instance of the specified job class.
createJobInstance(TriggerFiredBundle) - Method in class org.springframework.scheduling.quartz.SpringBeanJobFactory
Create the job instance, populating it with property values taken from the scheduler context, job data map and trigger data map.
createJRubyObject(String, Class<?>...) - Static method in class org.springframework.scripting.jruby.JRubyScriptUtils
Create a new JRuby-scripted object from the given script source, using the default ClassLoader.
createJRubyObject(String, Class<?>[], ClassLoader) - Static method in class org.springframework.scripting.jruby.JRubyScriptUtils
Create a new JRuby-scripted object from the given script source.
createLazyConnection() - Method in class org.springframework.jmx.support.MBeanServerConnectionFactoryBean
Creates lazy proxies for the JMXConnector and MBeanServerConnection
createListener(Class<T>) - Method in class org.springframework.mock.web.MockAsyncContext
 
createListener(Class<T>) - Method in class org.springframework.mock.web.MockServletContext
 
createListenerConsumer(Session) - Method in class org.springframework.jms.listener.AbstractPollingMessageListenerContainer
Create a MessageConsumer for the given JMS Session, registering a MessageListener for the specified listener.
createListenerConsumer(Session) - Method in class org.springframework.jms.listener.SimpleMessageListenerContainer
Create a MessageConsumer for the given JMS Session, registering a MessageListener for the specified listener.
createLiteralExpression(ParserContext, String) - Method in class org.springframework.expression.common.TemplateAwareExpressionParser
 
createLob(PreparedStatement, boolean, OracleLobHandler.LobCallback) - Method in class org.springframework.jdbc.support.lob.OracleLobHandler.OracleLobCreator
Deprecated.
Create a LOB instance for the given PreparedStatement, populating it via the given callback.
createLocaleResolver(TilesApplicationContext, TilesRequestContextFactory) - Method in class org.springframework.web.servlet.view.tiles2.TilesConfigurer.SpringCompleteAutoloadTilesContainerFactory
 
createLocaleResolver(TilesApplicationContext, TilesRequestContextFactory) - Method in class org.springframework.web.servlet.view.tiles2.TilesConfigurer.SpringTilesContainerFactory
 
createLocaleResolver(ApplicationContext) - Method in class org.springframework.web.servlet.view.tiles3.TilesConfigurer.SpringCompleteAutoloadTilesContainerFactory
 
createLocaleResolver(ApplicationContext) - Method in class org.springframework.web.servlet.view.tiles3.TilesConfigurer.SpringTilesContainerFactory
 
createMainInterceptor() - Method in class org.springframework.aop.framework.AbstractSingletonProxyFactoryBean
Create the "main" interceptor for this proxy factory bean.
createMainInterceptor() - Method in class org.springframework.cache.interceptor.CacheProxyFactoryBean
 
createMainInterceptor() - Method in class org.springframework.transaction.interceptor.TransactionProxyFactoryBean
Creates an advisor for this FactoryBean's TransactionInterceptor.
createMap(Class<? extends Map>, int) - Method in class org.springframework.beans.propertyeditors.CustomMapEditor
Create a Map of the given type, with the given initial capacity (if supported by the Map type).
createMap(Class<?>, int) - Static method in class org.springframework.core.CollectionFactory
Create the most approximate map for the given map.
createMap(Connection) - Method in interface org.springframework.jdbc.core.ParameterMapper
Create a Map of input parameters, keyed by name.
createMappedRecord(String) - Method in class org.springframework.jca.cci.connection.NotSupportedRecordFactory
 
createMappedRecord(String) - Method in class org.springframework.jca.cci.core.CciTemplate
Create a mapped Record from the ConnectionFactory's RecordFactory.
createMappings() - Method in class org.springframework.web.socket.config.annotation.AbstractWebSocketHandlerRegistration
 
createMappings() - Method in class org.springframework.web.socket.config.annotation.ServletWebSocketHandlerRegistration
 
createMappings(Element, ParserContext) - Method in interface org.springframework.web.socket.config.HandlersBeanDefinitionParser.HandlerMappingStrategy
 
createMappings(Element, ParserContext) - Method in class org.springframework.web.socket.config.HandlersBeanDefinitionParser.SockJSHandlerMappingStrategy
 
createMappings(Element, ParserContext) - Method in class org.springframework.web.socket.config.HandlersBeanDefinitionParser.WebSocketHandlerMappingStrategy
 
createMarshaller(Class<?>) - Method in class org.springframework.http.converter.xml.AbstractJaxb2HttpMessageConverter
Create a new Marshaller for the given class.
createMarshaller() - Method in class org.springframework.oxm.jaxb.Jaxb2Marshaller
Return a newly created JAXB marshaller.
createMarshallingContext() - Method in class org.springframework.oxm.jibx.JibxMarshaller
Create a new IMarshallingContext, configured with the correct indentation.
createMBeanServer(String, boolean) - Method in class org.springframework.jmx.support.MBeanServerFactoryBean
Create a new MBeanServer instance and register it with the MBeanServerFactory, if desired.
createMergedOutputModel(Map<String, ?>, HttpServletRequest, HttpServletResponse) - Method in class org.springframework.web.servlet.view.AbstractView
Creates a combined output Map (never null) that includes dynamic values and static attributes.
createMessage(Session) - Method in interface org.springframework.jms.core.MessageCreator
Create a Message to be sent.
createMessage(HttpServletRequest, String, String) - Method in class org.springframework.web.filter.AbstractRequestLoggingFilter
Create a log message for the given request, prefix and suffix.
createMessageForByteArray(byte[], Session) - Method in class org.springframework.jms.support.converter.SimpleMessageConverter
Create a JMS BytesMessage for the given byte array.
createMessageForMap(Map<?, ?>, Session) - Method in class org.springframework.jms.support.converter.SimpleMessageConverter
Create a JMS MapMessage for the given Map.
createMessageFormat(String, Locale) - Method in class org.springframework.context.support.MessageSourceSupport
Create a MessageFormat for the given message and Locale.
createMessageForNoExceptionThrown() - Method in class org.springframework.test.AssertThrows
Deprecated.
Creates the failure message used if the test fails (i.e.
createMessageForSerializable(Serializable, Session) - Method in class org.springframework.jms.support.converter.SimpleMessageConverter
Create a JMS ObjectMessage for the given Serializable object.
createMessageForString(String, Session) - Method in class org.springframework.jms.support.converter.SimpleMessageConverter
Create a JMS TextMessage for the given String.
createMessageForWrongThrownExceptionType(Exception) - Method in class org.springframework.test.AssertThrows
Deprecated.
Creates the failure message used if the wrong type of Exception is thrown in the body of the test.
createMessageMappingCondition(MessageMapping) - Method in class org.springframework.messaging.simp.annotation.support.SimpAnnotationMethodMessageHandler
 
createMessageSource(String) - Method in class org.springframework.ui.context.support.ResourceBundleThemeSource
Create a MessageSource for the given basename, to be used as MessageSource for the corresponding theme.
createMetaDataProvider(DataSource, CallMetaDataContext) - Static method in class org.springframework.jdbc.core.metadata.CallMetaDataProviderFactory
Create a CallMetaDataProvider based on the database metadata
createMetaDataProvider(DataSource, TableMetaDataContext) - Static method in class org.springframework.jdbc.core.metadata.TableMetaDataProviderFactory
Create a TableMetaDataProvider based on the database metedata
createMetaDataProvider(DataSource, TableMetaDataContext, NativeJdbcExtractor) - Static method in class org.springframework.jdbc.core.metadata.TableMetaDataProviderFactory
Create a TableMetaDataProvider based on the database metedata
createMethod - Variable in class org.springframework.ejb.access.AbstractSlsbInvokerInterceptor
The no-arg create() method required on EJB homes, potentially cached.
createMimeMessage() - Method in interface org.springframework.mail.javamail.JavaMailSender
Create a new JavaMail MimeMessage for the underlying JavaMail Session of this sender.
createMimeMessage(InputStream) - Method in interface org.springframework.mail.javamail.JavaMailSender
Create a new JavaMail MimeMessage for the underlying JavaMail Session of this sender, using the given input stream as the message source.
createMimeMessage() - Method in class org.springframework.mail.javamail.JavaMailSenderImpl
This implementation creates a SmartMimeMessage, holding the specified default encoding and default FileTypeMap.
createMimeMessage(InputStream) - Method in class org.springframework.mail.javamail.JavaMailSenderImpl
 
createMimeMultiparts(MimeMessage, int) - Method in class org.springframework.mail.javamail.MimeMessageHelper
Determine the MimeMultipart objects to use, which will be used to store attachments on the one hand and text(s) and inline elements on the other hand.
createMockMvc(Filter[], MockServletConfig, WebApplicationContext, RequestBuilder, List<ResultMatcher>, List<ResultHandler>, Boolean) - Method in class org.springframework.test.web.servlet.MockMvcBuilderSupport
 
createModelAttributeMethod(WebDataBinderFactory, Object, Method) - Method in class org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter
 
createModelMBean() - Method in class org.springframework.jmx.export.MBeanExporter
Create an instance of a class that implements ModelMBean.
createModelMBeanOperationInfo(Method, String, String) - Method in class org.springframework.jmx.export.assembler.AbstractReflectiveMBeanInfoAssembler
Creates an instance of ModelMBeanOperationInfo for the given method.
createNamedValueInfo(MethodParameter) - Method in class org.springframework.messaging.handler.annotation.support.AbstractNamedValueMethodArgumentResolver
Create the AbstractNamedValueMethodArgumentResolver.NamedValueInfo object for the given method parameter.
createNamedValueInfo(MethodParameter) - Method in class org.springframework.messaging.handler.annotation.support.DestinationVariableMethodArgumentResolver
 
createNamedValueInfo(MethodParameter) - Method in class org.springframework.messaging.handler.annotation.support.HeaderMethodArgumentResolver
 
createNamedValueInfo(MethodParameter) - Method in class org.springframework.web.method.annotation.AbstractCookieValueMethodArgumentResolver
 
createNamedValueInfo(MethodParameter) - Method in class org.springframework.web.method.annotation.AbstractNamedValueMethodArgumentResolver
Create the AbstractNamedValueMethodArgumentResolver.NamedValueInfo object for the given method parameter.
createNamedValueInfo(MethodParameter) - Method in class org.springframework.web.method.annotation.ExpressionValueMethodArgumentResolver
 
createNamedValueInfo(MethodParameter) - Method in class org.springframework.web.method.annotation.RequestHeaderMethodArgumentResolver
 
createNamedValueInfo(MethodParameter) - Method in class org.springframework.web.method.annotation.RequestParamMethodArgumentResolver
 
createNamedValueInfo(MethodParameter) - Method in class org.springframework.web.servlet.mvc.method.annotation.MatrixVariableMethodArgumentResolver
 
createNamedValueInfo(MethodParameter) - Method in class org.springframework.web.servlet.mvc.method.annotation.PathVariableMethodArgumentResolver
 
createNativeEntityManagerFactory() - Method in class org.springframework.orm.jpa.AbstractEntityManagerFactoryBean
Subclasses must implement this method to create the EntityManagerFactory that will be returned by the getObject() method.
createNativeEntityManagerFactory() - Method in class org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean
 
createNativeEntityManagerFactory() - Method in class org.springframework.orm.jpa.LocalEntityManagerFactoryBean
Initialize the EntityManagerFactory for the given configuration.
createNativeGuavaCache(String) - Method in class org.springframework.cache.guava.GuavaCacheManager
Create a native Guava Cache instance for the specified cache name.
createNewDelegate() - Method in class org.springframework.aop.support.DelegatePerTargetObjectIntroductionInterceptor
 
createNewInstance(ExpressionState) - Method in class org.springframework.expression.spel.ast.ConstructorReference
Create a new ordinary object and return it.
createObject() - Method in class org.springframework.aop.target.AbstractLazyCreationTargetSource
Subclasses should implement this method to return the lazy initialized object.
createObject() - Method in class org.springframework.jmx.support.MBeanServerConnectionFactoryBean.JMXConnectorLazyInitTargetSource
 
createObject() - Method in class org.springframework.jmx.support.MBeanServerConnectionFactoryBean.MBeanServerConnectionLazyInitTargetSource
 
createObject(String, Object) - Method in class org.springframework.mock.jndi.SimpleNamingContext.AbstractNamingEnumeration
 
createObject(String, Object) - Method in class org.springframework.mock.jndi.SimpleNamingContext.BindingEnumeration
 
createObject(String, Object) - Method in class org.springframework.mock.jndi.SimpleNamingContext.NameClassPairEnumeration
 
createObjectInputStream(InputStream, String) - Method in class org.springframework.remoting.httpinvoker.AbstractHttpInvokerRequestExecutor
Create an ObjectInputStream for the given InputStream and codebase.
createObjectInputStream(InputStream) - Method in class org.springframework.remoting.rmi.RemoteInvocationSerializingExporter
Create an ObjectInputStream for the given InputStream.
createObjectOutputStream(OutputStream) - Method in class org.springframework.remoting.rmi.RemoteInvocationSerializingExporter
Create an ObjectOutputStream for the given OutputStream.
createObjectPool() - Method in class org.springframework.aop.target.CommonsPoolTargetSource
Subclasses can override this if they want to return a specific Commons pool.
createOptimalAccessor(EvaluationContext, Object, String) - Method in class org.springframework.expression.spel.support.ReflectivePropertyAccessor
Attempt to create an optimized property accessor tailored for a property of a particular name on a particular class.
createOutputMessage(NativeWebRequest) - Method in class org.springframework.web.servlet.mvc.method.annotation.AbstractMessageConverterMethodProcessor
Creates a new HttpOutputMessage from the given NativeWebRequest.
createParameterNameDiscoverer() - Method in class org.springframework.aop.aspectj.AbstractAspectJAdvice
Create a ParameterNameDiscoverer to be used for argument binding.
createPlaceholderHelper(boolean) - Method in class org.springframework.core.env.AbstractPropertyResolver
 
createPointcut() - Method in class org.springframework.aop.support.RegexpMethodPointcutAdvisor
Create the actual pointcut: By default, a JdkRegexpMethodPointcut will be used.
createPointcutDefinition(String) - Method in class org.springframework.aop.config.ConfigBeanDefinitionParser
Creates a BeanDefinition for the AspectJExpressionPointcut class using the supplied pointcut expression.
createPointcutExpression(Method, Class<?>, String[]) - Method in class org.springframework.aop.aspectj.annotation.AbstractAspectJAdvisorFactory
The pointcut and advice annotations both have an "argNames" member which contains a comma-separated list of the argument names.
createPool() - Method in class org.springframework.aop.target.AbstractPoolingTargetSource
Create the pool.
createPool() - Method in class org.springframework.aop.target.CommonsPoolTargetSource
Creates and holds an ObjectPool instance.
createPortletApplicationContext(ApplicationContext) - Method in class org.springframework.web.portlet.FrameworkPortlet
Instantiate the Portlet ApplicationContext for this portlet, either a default XmlPortletApplicationContext or a custom context class if set.
createPreparedStatement(Connection) - Method in class org.springframework.jdbc.core.JdbcTemplate.SimplePreparedStatementCreator
 
createPreparedStatement(Connection) - Method in interface org.springframework.jdbc.core.PreparedStatementCreator
Create a statement in this connection.
createPreparedStatement(Connection) - Method in class org.springframework.jdbc.core.PreparedStatementCreatorFactory.PreparedStatementCreatorImpl
 
createPreparerFactory(TilesApplicationContext, TilesRequestContextFactory) - Method in class org.springframework.web.servlet.view.tiles2.TilesConfigurer.SpringTilesContainerFactory
 
createPreparerFactory(ApplicationContext) - Method in class org.springframework.web.servlet.view.tiles3.TilesConfigurer.SpringTilesContainerFactory
 
createProducer(Session, Destination) - Method in class org.springframework.jms.core.JmsTemplate
Create a JMS MessageProducer for the given Session and Destination, configuring it to disable message ids and/or timestamps (if necessary).
createProperties() - Method in class org.springframework.beans.factory.config.PropertiesFactoryBean
Template method that subclasses may override to construct the object returned by this factory.
createProxy(Class<?>, String, Object[], TargetSource) - Method in class org.springframework.aop.framework.autoproxy.AbstractAutoProxyCreator
Create an AOP proxy for the given bean.
createProxy(EntityManager, EntityManagerFactoryInfo, boolean, boolean) - Static method in class org.springframework.orm.jpa.ExtendedEntityManagerCreator
Actually create the EntityManager proxy.
createProxy(EntityManager, Class<? extends EntityManager>, ClassLoader, PersistenceExceptionTranslator, Boolean, boolean, boolean) - Static method in class org.springframework.orm.jpa.ExtendedEntityManagerCreator
Actually create the EntityManager proxy.
createProxyClassAndInstance(Enhancer, Callback[]) - Method in class org.springframework.aop.framework.CglibAopProxy
 
createProxyClassAndInstance(Enhancer, Callback[]) - Method in class org.springframework.aop.framework.ObjenesisCglibAopProxy
 
createQueryString(List<Param>, Set<String>, boolean) - Method in class org.springframework.web.servlet.tags.UrlTag
Build the query string from available parameters that have not already been applied as template params.
createQueue(int) - Method in class org.springframework.scheduling.concurrent.ThreadPoolExecutorFactoryBean
Create the BlockingQueue to use for the ThreadPoolExecutor.
createQueue(int) - Method in class org.springframework.scheduling.concurrent.ThreadPoolTaskExecutor
Create the BlockingQueue to use for the ThreadPoolExecutor.
createQueueConnection() - Method in class org.springframework.jms.connection.DelegatingConnectionFactory
 
createQueueConnection(String, String) - Method in class org.springframework.jms.connection.DelegatingConnectionFactory
 
createQueueConnection() - Method in class org.springframework.jms.connection.SingleConnectionFactory
 
createQueueConnection(String, String) - Method in class org.springframework.jms.connection.SingleConnectionFactory
 
createQueueConnection() - Method in class org.springframework.jms.connection.TransactionAwareConnectionFactoryProxy
 
createQueueConnection(String, String) - Method in class org.springframework.jms.connection.TransactionAwareConnectionFactoryProxy
 
createQueueConnection() - Method in class org.springframework.jms.connection.UserCredentialsConnectionFactoryAdapter
Determine whether there are currently thread-bound credentials, using them if available, falling back to the statically specified username and password (i.e.
createQueueConnection(String, String) - Method in class org.springframework.jms.connection.UserCredentialsConnectionFactoryAdapter
Delegate the call straight to the target QueueConnectionFactory.
createReaderContext(Resource) - Method in class org.springframework.beans.factory.xml.XmlBeanDefinitionReader
Create the XmlReaderContext to pass over to the document reader.
createRecord(RecordCreator) - Method in class org.springframework.jca.cci.core.CciTemplate
Invoke the given RecordCreator, converting JCA ResourceExceptions to Spring's DataAccessException hierarchy.
createRecord(RecordFactory) - Method in interface org.springframework.jca.cci.core.RecordCreator
Create a CCI Record instance, usually based on the passed-in CCI RecordFactory.
createRecord(RecordFactory) - Method in class org.springframework.jca.cci.object.MappingRecordOperation.RecordCreatorImpl
 
createReference(ConcurrentReferenceHashMap.Entry<K, V>, int, ConcurrentReferenceHashMap.Reference<K, V>) - Method in class org.springframework.util.ConcurrentReferenceHashMap.ReferenceManager
Factory method used to create a new ConcurrentReferenceHashMap.Reference.
createReferenceArray(int) - Method in class org.springframework.util.ConcurrentReferenceHashMap.Segment
 
createReferenceManager() - Method in class org.springframework.util.ConcurrentReferenceHashMap
Factory method that returns the ConcurrentReferenceHashMap.ReferenceManager.
createRefreshableProxy(TargetSource, Class<?>[], boolean) - Method in class org.springframework.scripting.support.ScriptFactoryPostProcessor
Create a refreshable proxy for the given AOP TargetSource.
createRelative(String) - Method in class org.springframework.core.io.AbstractResource
This implementation throws a FileNotFoundException, assuming that relative resources cannot be created for this resource.
createRelative(String) - Method in class org.springframework.core.io.ClassPathResource
This implementation creates a ClassPathResource, applying the given path relative to the path of the underlying resource of this descriptor.
createRelative(String) - Method in class org.springframework.core.io.ClassRelativeResourceLoader.ClassRelativeContextResource
 
createRelative(String) - Method in class org.springframework.core.io.DefaultResourceLoader.ClassPathContextResource
 
createRelative(String) - Method in class org.springframework.core.io.FileSystemResource
This implementation creates a FileSystemResource, applying the given path relative to the path of the underlying file of this resource descriptor.
createRelative(String) - Method in class org.springframework.core.io.PathResource
This implementation creates a FileResource, applying the given path relative to the path of the underlying file of this resource descriptor.
createRelative(String) - Method in interface org.springframework.core.io.Resource
Create a resource relative to this resource.
createRelative(String) - Method in class org.springframework.core.io.UrlResource
This implementation creates a UrlResource, applying the given path relative to the path of the underlying URL of this resource descriptor.
createRelative(String) - Method in class org.springframework.core.io.VfsResource
 
createRelative(String) - Method in class org.springframework.web.context.support.ServletContextResource
This implementation creates a ServletContextResource, applying the given path relative to the path of the underlying file of this resource descriptor.
createRelative(String) - Method in class org.springframework.web.portlet.context.PortletContextResource
 
createRemoteInvocation(MethodInvocation) - Method in class org.springframework.jms.remoting.JmsInvokerClientInterceptor
Create a new RemoteInvocation object for the given AOP method invocation.
createRemoteInvocation(MethodInvocation) - Method in class org.springframework.remoting.rmi.JndiRmiClientInterceptor
Create a new RemoteInvocation object for the given AOP method invocation.
createRemoteInvocation(MethodInvocation) - Method in class org.springframework.remoting.support.DefaultRemoteInvocationFactory
 
createRemoteInvocation(MethodInvocation) - Method in class org.springframework.remoting.support.RemoteInvocationBasedAccessor
Create a new RemoteInvocation object for the given AOP method invocation.
createRemoteInvocation(MethodInvocation) - Method in interface org.springframework.remoting.support.RemoteInvocationFactory
Create a serializable RemoteInvocation object from the given AOP MethodInvocation.
createRenderURL() - Method in class org.springframework.mock.web.portlet.MockMimeResponse
 
createReport(JRDataSourceProvider) - Method in class org.springframework.web.servlet.view.jasperreports.AbstractJasperReportsView
Create a report using the given provider.
createRequest(URI, HttpMethod) - Method in class org.springframework.http.client.AbstractClientHttpRequestFactoryWrapper
This implementation simply calls AbstractClientHttpRequestFactoryWrapper.createRequest(URI, HttpMethod, ClientHttpRequestFactory) with the wrapped request factory provided to the constructor.
createRequest(URI, HttpMethod, ClientHttpRequestFactory) - Method in class org.springframework.http.client.AbstractClientHttpRequestFactoryWrapper
Create a new ClientHttpRequest for the specified URI and HTTP method by using the passed-on request factory.
createRequest(URI, HttpMethod, ClientHttpRequestFactory) - Method in class org.springframework.http.client.BufferingClientHttpRequestFactory
 
createRequest(URI, HttpMethod) - Method in interface org.springframework.http.client.ClientHttpRequestFactory
Create a new ClientHttpRequest for the specified URI and HTTP method.
createRequest(URI, HttpMethod) - Method in class org.springframework.http.client.HttpComponentsClientHttpRequestFactory
 
createRequest(URI, HttpMethod, ClientHttpRequestFactory) - Method in class org.springframework.http.client.InterceptingClientHttpRequestFactory
 
createRequest(URI, HttpMethod) - Method in class org.springframework.http.client.SimpleClientHttpRequestFactory
 
createRequest(URI, HttpMethod) - Method in class org.springframework.http.client.support.HttpAccessor
Create a new ClientHttpRequest via this template's ClientHttpRequestFactory.
createRequest(URI, HttpMethod) - Method in class org.springframework.test.web.client.MockMvcClientHttpRequestFactory
 
createRequest(URI, HttpMethod) - Method in class org.springframework.test.web.client.MockRestServiceServer.RequestMatcherClientHttpRequestFactory
 
createRequestContext(HttpServletRequest, HttpServletResponse, Map<String, Object>) - Method in class org.springframework.web.servlet.view.AbstractView
Create a RequestContext to expose under the specified attribute name.
createRequestMappingInfo(RequestMapping, RequestCondition<?>) - Method in class org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping
Created a RequestMappingInfo from a RequestMapping annotation.
createRequestMappingMethod(HandlerMethod, WebDataBinderFactory) - Method in class org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter
 
createRequestMessage(Session, RemoteInvocation) - Method in class org.springframework.jms.remoting.JmsInvokerClientInterceptor
Create the invoker request message.
createResourceURL() - Method in class org.springframework.mock.web.portlet.MockMimeResponse
 
createResponse(ClientHttpRequest) - Method in class org.springframework.test.web.client.response.DefaultResponseCreator
 
createResponse(ClientHttpRequest) - Method in interface org.springframework.test.web.client.ResponseCreator
Create a response for the given request.
createResponseMessage(Message, Session, RemoteInvocationResult) - Method in class org.springframework.jms.remoting.JmsInvokerServiceExporter
Create the invocation result response message.
createResult(HttpServletResponse) - Method in class org.springframework.web.servlet.view.xslt.XsltView
Create the XSLT Result used to render the result of the transformation.
createResultsMap() - Method in class org.springframework.jdbc.core.JdbcTemplate
Create a Map instance to be used as results map.
createReturnResultSetParameter(String, RowMapper<?>) - Method in class org.springframework.jdbc.core.metadata.CallMetaDataContext
Create a ReturnResultSetParameter/SqlOutParameter depending on the support provided by the JDBC driver used for the database in use.
createRootApplicationContext() - Method in class org.springframework.web.context.AbstractContextLoaderInitializer
Create the "root" application context to be provided to the ContextLoaderListener.
createRootApplicationContext() - Method in class org.springframework.web.servlet.support.AbstractAnnotationConfigDispatcherServletInitializer
Create the "root" application context to be provided to the ContextLoaderListener.
createSavepoint() - Method in class org.springframework.jdbc.datasource.ConnectionHolder
Create a new JDBC 3.0 Savepoint for the current Connection, using generated savepoint names that are unique for the Connection.
createSavepoint() - Method in class org.springframework.jdbc.datasource.JdbcTransactionObjectSupport
This implementation creates a JDBC 3.0 Savepoint and returns it.
createSavepoint() - Method in class org.springframework.orm.jpa.JpaTransactionManager.JpaTransactionObject
 
createSavepoint() - Method in class org.springframework.orm.jpa.vendor.OpenJpaDialect.OpenJpaTransactionData
 
createSavepoint() - Method in interface org.springframework.transaction.SavepointManager
Create a new savepoint.
createSavepoint() - Method in class org.springframework.transaction.support.AbstractTransactionStatus
This implementation delegates to a SavepointManager for the underlying transaction, if possible.
createScanner(XmlReaderContext, boolean) - Method in class org.springframework.context.annotation.ComponentScanBeanDefinitionParser
 
createScheduler(SchedulerFactory, String) - Method in class org.springframework.scheduling.quartz.SchedulerFactoryBean
Create the Scheduler instance for the given factory and scheduler name.
createScopedProxy(BeanDefinitionHolder, BeanDefinitionRegistry, boolean) - Static method in class org.springframework.aop.scope.ScopedProxyUtils
Generate a scoped proxy for the supplied target bean, registering the target bean with an internal name and setting 'targetBeanName' on the scoped proxy.
createScopedProxy(BeanDefinitionHolder, BeanDefinitionRegistry, boolean) - Static method in class org.springframework.context.annotation.ScopedProxyCreator
 
createScriptedObjectBeanDefinition(BeanDefinition, String, ScriptSource, Class<?>[]) - Method in class org.springframework.scripting.support.ScriptFactoryPostProcessor
Create a bean definition for the scripted object, based on the given script definition, extracting the definition data that is relevant for the scripted object (that is, everything but bean class and constructor arguments).
createScriptFactoryBeanDefinition(BeanDefinition) - Method in class org.springframework.scripting.support.ScriptFactoryPostProcessor
Create a ScriptFactory bean definition based on the given script definition, extracting only the definition data that is relevant for the ScriptFactory (that is, only bean class and constructor arguments).
createServer(RestTemplate) - Static method in class org.springframework.test.web.client.MockRestServiceServer
Create a MockRestServiceServer and set up the given RestTemplate with a mock ClientHttpRequestFactory.
createServer(RestGatewaySupport) - Static method in class org.springframework.test.web.client.MockRestServiceServer
Create a MockRestServiceServer and set up the given RestGatewaySupport with a mock ClientHttpRequestFactory.
createServerSpecificLoadTimeWeaver(ClassLoader) - Method in class org.springframework.context.weaving.DefaultContextLoadTimeWeaver
 
createServiceLocatorException(Constructor<Exception>, BeansException) - Method in class org.springframework.beans.factory.config.ServiceLocatorFactoryBean
Create a service locator exception for the given cause.
createServlet(Class<T>) - Method in class org.springframework.mock.web.MockServletContext
 
createServletApplicationContext() - Method in class org.springframework.web.servlet.support.AbstractAnnotationConfigDispatcherServletInitializer
Create a servlet application context to be provided to the DispatcherServlet.
createServletApplicationContext() - Method in class org.springframework.web.servlet.support.AbstractDispatcherServletInitializer
Create a servlet application context to be provided to the DispatcherServlet.
createServletRequest(ServletContext) - Method in class org.springframework.test.web.servlet.request.MockHttpServletRequestBuilder
Create a new MockHttpServletRequest based on the given ServletContext.
createServletRequest(ServletContext) - Method in class org.springframework.test.web.servlet.request.MockMultipartHttpServletRequestBuilder
 
createSession(Connection) - Method in interface org.springframework.jms.connection.ConnectionFactoryUtils.ResourceFactory
Create a new JMS Session for registration with a JmsResourceHolder.
createSession(Connection) - Method in class org.springframework.jms.connection.JmsTransactionManager
Create a JMS Session for the given Connection.
createSession(Connection, Integer) - Method in class org.springframework.jms.connection.SingleConnectionFactory
Create a default Session for this ConnectionFactory, adaptign to JMS 1.0.2 style queue/topic mode if necessary.
createSession(Connection) - Method in class org.springframework.jms.core.JmsTemplate.JmsTemplateResourceFactory
 
createSession(Connection) - Method in class org.springframework.jms.listener.AbstractPollingMessageListenerContainer.MessageListenerContainerResourceFactory
 
createSession(Connection) - Method in class org.springframework.jms.remoting.JmsInvokerClientInterceptor
Create a new JMS Session for this JMS invoker.
createSession(Connection) - Method in class org.springframework.jms.support.JmsAccessor
Create a JMS Session for the given Connection.
createSession(String, WebSocketHandler, Map<String, Object>) - Method in class org.springframework.web.socket.sockjs.transport.handler.EventSourceTransportHandler
 
createSession(String, WebSocketHandler, Map<String, Object>) - Method in class org.springframework.web.socket.sockjs.transport.handler.HtmlFileTransportHandler
 
createSession(String, WebSocketHandler, Map<String, Object>) - Method in class org.springframework.web.socket.sockjs.transport.handler.JsonpPollingTransportHandler
 
createSession(String, WebSocketHandler, Map<String, Object>) - Method in class org.springframework.web.socket.sockjs.transport.handler.WebSocketTransportHandler
 
createSession(String, WebSocketHandler, Map<String, Object>) - Method in class org.springframework.web.socket.sockjs.transport.handler.XhrPollingTransportHandler
 
createSession(String, WebSocketHandler, Map<String, Object>) - Method in class org.springframework.web.socket.sockjs.transport.handler.XhrStreamingTransportHandler
 
createSession(String, WebSocketHandler, Map<String, Object>) - Method in interface org.springframework.web.socket.sockjs.transport.SockJsSessionFactory
Create a new SockJS session.
createSessionProxy(Session) - Method in class org.springframework.orm.hibernate3.HibernateTemplate
Create a close-suppressing proxy for the given Hibernate Session.
createSessionProxy(Session) - Method in class org.springframework.orm.hibernate4.HibernateTemplate
Create a close-suppressing proxy for the given Hibernate Session.
createSharedConnection() - Method in class org.springframework.jms.listener.AbstractJmsListeningContainer
Create a shared Connection for this container.
createSharedDurableConsumerMethod - Static variable in class org.springframework.jms.connection.CachingConnectionFactory
 
createSharedEntityManager(EntityManagerFactory) - Static method in class org.springframework.orm.jpa.SharedEntityManagerCreator
Create a transactional EntityManager proxy for the given EntityManagerFactory.
createSharedEntityManager(EntityManagerFactory, Map<?, ?>) - Static method in class org.springframework.orm.jpa.SharedEntityManagerCreator
Create a transactional EntityManager proxy for the given EntityManagerFactory.
createSharedEntityManager(EntityManagerFactory, Map<?, ?>, boolean) - Static method in class org.springframework.orm.jpa.SharedEntityManagerCreator
Create a transactional EntityManager proxy for the given EntityManagerFactory.
createSharedEntityManager(EntityManagerFactory, Map<?, ?>, Class<?>...) - Static method in class org.springframework.orm.jpa.SharedEntityManagerCreator
Create a transactional EntityManager proxy for the given EntityManagerFactory.
createSharedEntityManager(EntityManagerFactory, Map<?, ?>, boolean, Class<?>...) - Static method in class org.springframework.orm.jpa.SharedEntityManagerCreator
Create a transactional EntityManager proxy for the given EntityManagerFactory.
createSockJsService() - Method in class org.springframework.web.socket.config.annotation.SockJsServiceRegistration
 
createSockJsSession(String, SockJsSessionFactory, WebSocketHandler, Map<String, Object>) - Method in class org.springframework.web.socket.sockjs.transport.TransportHandlingSockJsService
 
createSqlRowSet(ResultSet) - Method in class org.springframework.jdbc.core.SqlRowSetResultSetExtractor
Create a SqlRowSet that wraps the given ResultSet, representing its data in a disconnected fashion.
createStandardServletAsyncWebRequest(HttpServletRequest, HttpServletResponse) - Static method in class org.springframework.web.context.request.async.WebAsyncUtils
 
createStaxResult(XMLStreamWriter) - Static method in class org.springframework.util.xml.StaxUtils
Create a JAXP 1.4 StAXResult for the given XMLStreamWriter.
createStaxResult(XMLEventWriter) - Static method in class org.springframework.util.xml.StaxUtils
Create a JAXP 1.4 StAXResult for the given XMLEventWriter.
createStaxSource(XMLStreamReader) - Static method in class org.springframework.util.xml.StaxUtils
Create a JAXP 1.4 StAXSource for the given XMLStreamReader.
createStaxSource(XMLEventReader) - Static method in class org.springframework.util.xml.StaxUtils
Create a JAXP 1.4 a StAXSource for the given XMLEventReader.
createSubcontext(String) - Method in class org.springframework.mock.jndi.SimpleNamingContext
 
createSubcontext(Name) - Method in class org.springframework.mock.jndi.SimpleNamingContext
 
createSubscribeCondition(SubscribeMapping) - Method in class org.springframework.messaging.simp.annotation.support.SimpAnnotationMethodMessageHandler
 
createTagWriter() - Method in class org.springframework.web.servlet.tags.form.AbstractFormTag
Create the TagWriter which all output will be written to.
createTargetSource(Object) - Method in class org.springframework.aop.framework.AbstractSingletonProxyFactoryBean
Determine a TargetSource for the given target (or TargetSource).
createTargetUrl(Map<String, Object>, HttpServletRequest) - Method in class org.springframework.web.servlet.view.RedirectView
Creates the target URL by checking if the redirect string is a URI template first, expanding it with the given model, and then optionally appending simple type model attributes as query String parameters.
createTemporaryLob - Variable in class org.springframework.jdbc.support.lob.DefaultLobHandler
 
createTemporaryOutputStream() - Method in class org.springframework.web.servlet.view.AbstractView
Create a temporary OutputStream for this view.
createTest() - Method in class org.springframework.test.context.junit4.SpringJUnit4ClassRunner
Delegates to the parent implementation for creating the test instance and then allows the TestContextManager to prepare the test instance before returning it.
createTestContextManager(Class<?>) - Method in class org.springframework.test.context.junit4.SpringJUnit4ClassRunner
Creates a new TestContextManager for the supplied test class and the configured default ContextLoader class name.
createThread(Runnable) - Method in class org.springframework.util.CustomizableThreadCreator
Template method for the creation of a new Thread.
createTilesInitializer() - Method in class org.springframework.web.servlet.view.tiles2.TilesConfigurer
Creates a new instance of TilesConfigurer.SpringTilesInitializer.
createTilesRequest(HttpServletRequest, HttpServletResponse) - Method in class org.springframework.web.servlet.view.tiles3.TilesView
Create a Tiles Request.
createTimer() - Method in class org.springframework.jca.support.SimpleBootstrapContext
 
createTopicConnection() - Method in class org.springframework.jms.connection.DelegatingConnectionFactory
 
createTopicConnection(String, String) - Method in class org.springframework.jms.connection.DelegatingConnectionFactory
 
createTopicConnection() - Method in class org.springframework.jms.connection.SingleConnectionFactory
 
createTopicConnection(String, String) - Method in class org.springframework.jms.connection.SingleConnectionFactory
 
createTopicConnection() - Method in class org.springframework.jms.connection.TransactionAwareConnectionFactoryProxy
 
createTopicConnection(String, String) - Method in class org.springframework.jms.connection.TransactionAwareConnectionFactoryProxy
 
createTopicConnection() - Method in class org.springframework.jms.connection.UserCredentialsConnectionFactoryAdapter
Determine whether there are currently thread-bound credentials, using them if available, falling back to the statically specified username and password (i.e.
createTopicConnection(String, String) - Method in class org.springframework.jms.connection.UserCredentialsConnectionFactoryAdapter
Delegate the call straight to the target TopicConnectionFactory.
createTransaction(JDBCContext, Context) - Method in class org.springframework.orm.hibernate3.SpringTransactionFactory
 
createTransaction(String, int) - Method in class org.springframework.transaction.jta.JtaTransactionManager
 
createTransaction(String, int) - Method in class org.springframework.transaction.jta.SimpleTransactionFactory
 
createTransaction(String, int) - Method in interface org.springframework.transaction.jta.TransactionFactory
Create an active Transaction object based on the given name and timeout.
createTransaction(String, int) - Method in class org.springframework.transaction.jta.WebLogicJtaTransactionManager
 
createTransactionIfNecessary(Method, Class<?>) - Method in class org.springframework.transaction.interceptor.TransactionAspectSupport
createTransactionIfNecessary(PlatformTransactionManager, TransactionAttribute, String) - Method in class org.springframework.transaction.interceptor.TransactionAspectSupport
Create a transaction if necessary based on the given TransactionAttribute.
createTransformer(Templates) - Method in class org.springframework.web.servlet.view.xslt.XsltView
Create the Transformer instance used to prefer the XSLT transformation.
createTypeFilter(Element, ClassLoader) - Method in class org.springframework.context.annotation.ComponentScanBeanDefinitionParser
 
createTypeValue(Connection, int, String) - Method in class org.springframework.jdbc.core.support.AbstractSqlTypeValue
Create the type value to be passed into PreparedStatement.setObject.
createTyrusEndpoint(Endpoint, String, List<Extension>) - Method in class org.springframework.web.socket.server.standard.GlassFishRequestUpgradeStrategy
 
createTyrusEndpoint(EndpointWrapper) - Method in class org.springframework.web.socket.server.standard.GlassFishRequestUpgradeStrategy
 
createUnmarshaller(Class<?>) - Method in class org.springframework.http.converter.xml.AbstractJaxb2HttpMessageConverter
Create a new Unmarshaller for the given class.
createUnmarshaller() - Method in class org.springframework.oxm.castor.CastorMarshaller
 
createUnmarshaller() - Method in class org.springframework.oxm.jaxb.Jaxb2Marshaller
Return a newly created JAXB unmarshaller.
createUnmarshallingContext() - Method in class org.springframework.oxm.jibx.JibxMarshaller
Create a new IUnmarshallingContext.
createURI(String) - Method in class org.springframework.beans.propertyeditors.URIEditor
Create a URI instance for the given (resolved) String value.
createUrl() - Method in class org.springframework.web.servlet.tags.UrlTag
Build the URL for the tag from the tag attributes and parameters.
createVelocityContext(Map<String, Object>, HttpServletRequest, HttpServletResponse) - Method in class org.springframework.web.servlet.view.velocity.VelocityToolboxView
Overridden to create a ChainedContext, which is part of the view package of Velocity Tools, as special context.
createVelocityContext(Map<String, Object>, HttpServletRequest, HttpServletResponse) - Method in class org.springframework.web.servlet.view.velocity.VelocityView
Create a Velocity Context instance for the given model, to be passed to the template for merging.
createVelocityContext(Map<String, Object>) - Method in class org.springframework.web.servlet.view.velocity.VelocityView
Create a Velocity Context instance for the given model, to be passed to the template for merging.
createVelocityEngine() - Method in class org.springframework.ui.velocity.VelocityEngineFactory
Prepare the VelocityEngine instance and return it.
createView(String, Locale) - Method in class org.springframework.web.servlet.view.AbstractCachingViewResolver
Create the actual View object.
createView(String, Locale) - Method in class org.springframework.web.servlet.view.UrlBasedViewResolver
Overridden to implement check for "redirect:" prefix.
createWebApplicationContext(ServletContext) - Method in class org.springframework.web.context.ContextLoader
Instantiate the root WebApplicationContext for this loader, either the default context class or a custom context class if specified.
createWebApplicationContext(ServletContext, ApplicationContext) - Method in class org.springframework.web.context.ContextLoader
createWebApplicationContext(ApplicationContext) - Method in class org.springframework.web.servlet.FrameworkServlet
Instantiate the WebApplicationContext for this servlet, either a default XmlWebApplicationContext or a custom context class, if set.
createWebApplicationContext(WebApplicationContext) - Method in class org.springframework.web.servlet.FrameworkServlet
Instantiate the WebApplicationContext for this servlet, either a default XmlWebApplicationContext or a custom context class, if set.
createWithResolvedBean() - Method in class org.springframework.messaging.handler.HandlerMethod
If the provided instance contains a bean name rather than an object instance, the bean name is resolved before a HandlerMethod is created and returned.
createWithResolvedBean() - Method in class org.springframework.web.method.HandlerMethod
If the provided instance contains a bean name rather than an object instance, the bean name is resolved before a HandlerMethod is created and returned.
createXMLContext(Resource[], Class<?>[], String[]) - Method in class org.springframework.oxm.castor.CastorMarshaller
Create the Castor XMLContext.
createXmlInputFactory() - Method in class org.springframework.http.converter.xml.Jaxb2CollectionHttpMessageConverter
Create a XMLInputFactory that this converter will use to create XMLStreamReader and XMLEventReader objects.
createXmlReader() - Method in class org.springframework.oxm.support.AbstractMarshaller
Create an XMLReader that this marshaller will when passed an empty SAXSource.
createXMLReader(XMLStreamReader) - Static method in class org.springframework.util.xml.StaxUtils
Create a SAX XMLReader that reads from the given StAX XMLStreamReader.
createXMLReader(XMLEventReader) - Static method in class org.springframework.util.xml.StaxUtils
Create a SAX XMLReader that reads from the given StAX XMLEventReader.
creationTime - Variable in class org.springframework.mock.web.MockHttpSession
 
creationTime - Variable in class org.springframework.mock.web.portlet.MockPortletSession
 
CREDENTIALS_HEADER - Static variable in class org.springframework.messaging.simp.stomp.StompHeaderAccessor
 
cronExpression - Variable in class org.springframework.scheduling.quartz.CronTriggerFactoryBean
 
CronSequenceGenerator - Class in org.springframework.scheduling.support
Date sequence generator for a Crontab pattern, allowing clients to specify a pattern that the sequence matches.
CronSequenceGenerator(String) - Constructor for class org.springframework.scheduling.support.CronSequenceGenerator
Construct a CronSequenceGenerator from the pattern provided, using the default TimeZone.
CronSequenceGenerator(String, TimeZone) - Constructor for class org.springframework.scheduling.support.CronSequenceGenerator
Construct a CronSequenceGenerator from the pattern provided, using the specified TimeZone.
CronTask - Class in org.springframework.scheduling.config
TriggerTask implementation defining a Runnable to be executed according to a standard cron expression.
CronTask(Runnable, String) - Constructor for class org.springframework.scheduling.config.CronTask
Create a new CronTask.
CronTask(Runnable, CronTrigger) - Constructor for class org.springframework.scheduling.config.CronTask
Create a new CronTask.
cronTaskReference(String, String, Element, ParserContext) - Method in class org.springframework.scheduling.config.ScheduledTasksBeanDefinitionParser
 
cronTasks - Variable in class org.springframework.scheduling.config.ScheduledTaskRegistrar
 
cronTrigger - Variable in class org.springframework.scheduling.quartz.CronTriggerFactoryBean
 
CronTrigger - Class in org.springframework.scheduling.support
Trigger implementation for cron expressions.
CronTrigger(String) - Constructor for class org.springframework.scheduling.support.CronTrigger
Build a CronTrigger from the pattern provided in the default time zone.
CronTrigger(String, TimeZone) - Constructor for class org.springframework.scheduling.support.CronTrigger
Build a CronTrigger from the pattern provided.
CronTriggerBean - Class in org.springframework.scheduling.quartz
Convenience subclass of Quartz's org.quartz.CronTrigger class, making bean-style usage easier.
CronTriggerBean() - Constructor for class org.springframework.scheduling.quartz.CronTriggerBean
 
CronTriggerFactoryBean - Class in org.springframework.scheduling.quartz
A Spring FactoryBean for creating a Quartz org.quartz.CronTrigger instance, supporting bean-style usage for trigger configuration.
CronTriggerFactoryBean() - Constructor for class org.springframework.scheduling.quartz.CronTriggerFactoryBean
 
cssClass - Variable in class org.springframework.web.servlet.tags.form.AbstractHtmlElementTag
 
cssErrorClass - Variable in class org.springframework.web.servlet.tags.form.AbstractHtmlElementTag
 
cssStyle - Variable in class org.springframework.web.servlet.tags.form.AbstractHtmlElementTag
 
ctanns - Variable in class org.springframework.asm.MethodWriter
The runtime visible type annotations of the code.
ctor - Variable in class org.springframework.expression.spel.support.ReflectiveConstructorExecutor
 
currency - Variable in class org.springframework.format.number.CurrencyFormatter
 
CurrencyEditor - Class in org.springframework.beans.propertyeditors
Editor for java.util.Currency, translating currency codes into Currency objects.
CurrencyEditor() - Constructor for class org.springframework.beans.propertyeditors.CurrencyEditor
 
CurrencyFormatter - Class in org.springframework.format.number
A BigDecimal formatter for currency values.
CurrencyFormatter() - Constructor for class org.springframework.format.number.CurrencyFormatter
 
currencyTimeLimit - Variable in class org.springframework.jmx.export.metadata.AbstractJmxAttribute
 
CURRENT_PATH - Static variable in class org.springframework.util.StringUtils
 
currentBeanDefinition - Variable in class org.springframework.beans.factory.groovy.GroovyBeanDefinitionReader
 
currentBlock - Variable in class org.springframework.asm.MethodWriter
The current basic block.
currentConnection - Variable in class org.springframework.jdbc.datasource.ConnectionHolder
 
currentContext - Static variable in class org.springframework.web.context.ContextLoader
The 'current' WebApplicationContext, if the ContextLoader class is deployed in the web app ClassLoader itself.
currentContextPerThread - Static variable in class org.springframework.web.context.ContextLoader
Map from (thread context) ClassLoader to corresponding 'current' WebApplicationContext.
currentFuture - Variable in class org.springframework.scheduling.concurrent.ReschedulingRunnable
 
currentInterceptorIndex - Variable in class org.springframework.aop.framework.ReflectiveMethodInvocation
Index from 0 of the current interceptor we're invoking.
currentInvocation() - Static method in class org.springframework.aop.interceptor.ExposeInvocationInterceptor
Return the AOP Alliance MethodInvocation object associated with the current invocation.
currentJoinPoint() - Static method in class org.springframework.aop.aspectj.AbstractAspectJAdvice
Lazily instantiate joinpoint for the current invocation.
currentLocals - Variable in class org.springframework.asm.MethodWriter
Number of local variables in the current stack map frame.
currentlyInvokedFactoryMethod - Static variable in class org.springframework.beans.factory.support.SimpleInstantiationStrategy
 
currentNamespaceMapping() - Method in class org.springframework.util.xml.AbstractStaxHandler
 
currentPosition - Variable in class org.springframework.web.filter.CompositeFilter.VirtualFilterChain
 
currentPosition - Variable in class org.springframework.web.util.HtmlCharacterEntityDecoder
 
currentProxiedBeanName - Static variable in class org.springframework.aop.framework.autoproxy.ProxyCreationContext
ThreadLocal holding the current proxied bean name during Advisor matching
currentProxy - Static variable in class org.springframework.aop.framework.AopContext
ThreadLocal holder for AOP proxy associated with this thread.
currentProxy() - Static method in class org.springframework.aop.framework.AopContext
Try to return the current AOP proxy.
currentRecoveryMarker - Variable in class org.springframework.jms.listener.DefaultMessageListenerContainer
 
currentRequestAttributes() - Static method in class org.springframework.web.context.request.RequestContextHolder
Return the RequestAttributes currently bound to the thread.
currentRequestAttributes() - Static method in class org.springframework.web.context.support.WebApplicationContextUtils
Return the current RequestAttributes instance as ServletRequestAttributes.
currentRequestAttributes() - Static method in class org.springframework.web.portlet.context.PortletApplicationContextUtils
Return the current RequestAttributes instance as PortletRequestAttributes.
currentSession() - Method in class org.springframework.orm.hibernate3.SpringSessionContext
Retrieve the Spring-managed Session for the current thread, if any.
currentSession() - Method in class org.springframework.orm.hibernate4.SpringSessionContext
Retrieve the Spring-managed Session for the current thread, if any.
currentSession() - Method in class org.springframework.orm.hibernate4.support.HibernateDaoSupport
Conveniently obtain the current Hibernate Session.
currentState() - Method in class org.springframework.web.servlet.tags.form.TagWriter
 
currentTaskName - Variable in class org.springframework.util.StopWatch
Name of the current task
currentTenantIdentifierResolver - Variable in class org.springframework.orm.hibernate4.LocalSessionFactoryBean
 
currentTransactionInfo() - Static method in class org.springframework.transaction.interceptor.TransactionAspectSupport
Subclasses can use this to return the current TransactionInfo.
currentTransactionIsolationLevel - Static variable in class org.springframework.transaction.support.TransactionSynchronizationManager
 
currentTransactionName - Static variable in class org.springframework.transaction.support.TransactionSynchronizationManager
 
currentTransactionReadOnly - Static variable in class org.springframework.transaction.support.TransactionSynchronizationManager
 
currentTransactionStatus() - Static method in class org.springframework.transaction.interceptor.TransactionAspectSupport
Return the transaction status of the current method invocation.
customArgumentResolvers - Variable in class org.springframework.messaging.handler.invocation.AbstractMethodMessageHandler
 
customArgumentResolvers - Variable in class org.springframework.test.web.servlet.setup.StandaloneMockMvcBuilder
 
customArgumentResolvers - Variable in class org.springframework.web.bind.annotation.support.HandlerMethodInvoker
 
customArgumentResolvers - Variable in class org.springframework.web.portlet.mvc.annotation.AnnotationMethodHandlerAdapter
 
customArgumentResolvers - Variable in class org.springframework.web.portlet.mvc.annotation.AnnotationMethodHandlerExceptionResolver
 
customArgumentResolvers - Variable in class org.springframework.web.servlet.mvc.annotation.AnnotationMethodHandlerAdapter
Deprecated.
 
customArgumentResolvers - Variable in class org.springframework.web.servlet.mvc.annotation.AnnotationMethodHandlerExceptionResolver
Deprecated.
 
customArgumentResolvers - Variable in class org.springframework.web.servlet.mvc.method.annotation.ExceptionHandlerExceptionResolver
 
customArgumentResolvers - Variable in class org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter
 
CustomAutowireConfigurer - Class in org.springframework.beans.factory.annotation
A BeanFactoryPostProcessor implementation that allows for convenient registration of custom autowire qualifier types.
CustomAutowireConfigurer() - Constructor for class org.springframework.beans.factory.annotation.CustomAutowireConfigurer
 
CustomBooleanEditor - Class in org.springframework.beans.propertyeditors
Property editor for Boolean/boolean properties.
CustomBooleanEditor(boolean) - Constructor for class org.springframework.beans.propertyeditors.CustomBooleanEditor
Create a new CustomBooleanEditor instance, with "true"/"on"/"yes" and "false"/"off"/"no" as recognized String values.
CustomBooleanEditor(String, String, boolean) - Constructor for class org.springframework.beans.propertyeditors.CustomBooleanEditor
Create a new CustomBooleanEditor instance, with configurable String values for true and false.
CustomCollectionEditor - Class in org.springframework.beans.propertyeditors
Property editor for Collections, converting any source Collection to a given target Collection type.
CustomCollectionEditor(Class<? extends Collection>) - Constructor for class org.springframework.beans.propertyeditors.CustomCollectionEditor
Create a new CustomCollectionEditor for the given target type, keeping an incoming null as-is.
CustomCollectionEditor(Class<? extends Collection>, boolean) - Constructor for class org.springframework.beans.propertyeditors.CustomCollectionEditor
Create a new CustomCollectionEditor for the given target type.
customConditionHolder - Variable in class org.springframework.web.servlet.mvc.method.RequestMappingInfo
 
CustomDateEditor - Class in org.springframework.beans.propertyeditors
Property editor for java.util.Date, supporting a custom java.text.DateFormat.
CustomDateEditor(DateFormat, boolean) - Constructor for class org.springframework.beans.propertyeditors.CustomDateEditor
Create a new CustomDateEditor instance, using the given DateFormat for parsing and rendering.
CustomDateEditor(DateFormat, boolean, int) - Constructor for class org.springframework.beans.propertyeditors.CustomDateEditor
Create a new CustomDateEditor instance, using the given DateFormat for parsing and rendering.
customEditorCache - Variable in class org.springframework.beans.PropertyEditorRegistrySupport
 
CustomEditorConfigurer - Class in org.springframework.beans.factory.config
BeanFactoryPostProcessor implementation that allows for convenient registration of custom property editors.
CustomEditorConfigurer() - Constructor for class org.springframework.beans.factory.config.CustomEditorConfigurer
 
CustomEditorHolder(PropertyEditor, Class<?>) - Constructor for class org.springframework.beans.PropertyEditorRegistrySupport.CustomEditorHolder
 
customEditors - Variable in class org.springframework.beans.factory.config.CustomEditorConfigurer
 
customEditors - Variable in class org.springframework.beans.factory.support.AbstractBeanFactory
Custom PropertyEditors to apply to the beans of this factory
customEditors - Variable in class org.springframework.beans.PropertyEditorRegistrySupport
 
customEditorsForPath - Variable in class org.springframework.beans.PropertyEditorRegistrySupport
 
CustomizableThreadCreator - Class in org.springframework.util
Simple customizable helper class for creating new Thread instances.
CustomizableThreadCreator() - Constructor for class org.springframework.util.CustomizableThreadCreator
Create a new CustomizableThreadCreator with default thread name prefix.
CustomizableThreadCreator(String) - Constructor for class org.springframework.util.CustomizableThreadCreator
Create a new CustomizableThreadCreator with the given thread name prefix.
CustomizableThreadFactory - Class in org.springframework.scheduling.concurrent
Implementation of the ThreadFactory interface, allowing for customizing the created threads (name, priority, etc).
CustomizableThreadFactory() - Constructor for class org.springframework.scheduling.concurrent.CustomizableThreadFactory
Create a new CustomizableThreadFactory with default thread name prefix.
CustomizableThreadFactory(String) - Constructor for class org.springframework.scheduling.concurrent.CustomizableThreadFactory
Create a new CustomizableThreadFactory with the given thread name prefix.
CustomizableTraceInterceptor - Class in org.springframework.aop.interceptor
MethodInterceptor implementation that allows for highly customizable method-level tracing, using placeholders.
CustomizableTraceInterceptor() - Constructor for class org.springframework.aop.interceptor.CustomizableTraceInterceptor
 
customize(GroovyObject) - Method in interface org.springframework.scripting.groovy.GroovyObjectCustomizer
Customize the supplied GroovyObject.
customizeBeanFactory(DefaultListableBeanFactory) - Method in class org.springframework.context.support.AbstractRefreshableApplicationContext
Customize the internal bean factory used by this context.
customizeBeanFactory(DefaultListableBeanFactory) - Method in class org.springframework.test.context.support.AbstractGenericContextLoader
Customize the internal bean factory of the ApplicationContext created by this ContextLoader.
customizeBeanFactory(DefaultListableBeanFactory, WebMergedContextConfiguration) - Method in class org.springframework.test.context.web.AbstractGenericWebContextLoader
Customize the internal bean factory of the WebApplicationContext created by this context loader.
customizeBeanFactory(DefaultListableBeanFactory) - Method in class org.springframework.web.portlet.context.AbstractRefreshablePortletApplicationContext
 
customizeConnection(URLConnection) - Method in class org.springframework.core.io.AbstractFileResolvingResource
customizeConnection(HttpURLConnection) - Method in class org.springframework.core.io.AbstractFileResolvingResource
customizeContext(GenericApplicationContext) - Method in class org.springframework.test.context.support.AbstractGenericContextLoader
Customize the GenericApplicationContext created by this ContextLoader after bean definitions have been loaded into the context but before the context is refreshed.
customizeContext(GenericWebApplicationContext, WebMergedContextConfiguration) - Method in class org.springframework.test.context.web.AbstractGenericWebContextLoader
Customize the GenericWebApplicationContext created by this context loader after bean definitions have been loaded into the context but before the context is refreshed.
customizeContext(ServletContext, ConfigurableWebApplicationContext) - Method in class org.springframework.web.context.ContextLoader
Customize the ConfigurableWebApplicationContext created by this ContextLoader after config locations have been supplied to the context but before the context is refreshed.
customizeEvaluationContext(StandardEvaluationContext) - Method in class org.springframework.context.expression.StandardBeanExpressionResolver
Template method for customizing the expression evaluation context.
customizeMarshaller(Marshaller) - Method in class org.springframework.http.converter.xml.AbstractJaxb2HttpMessageConverter
Customize the Marshaller created by this message converter before using it to write the object to the output.
customizeMarshaller(Marshaller) - Method in class org.springframework.oxm.castor.CastorMarshaller
Template method that allows for customizing of the given Castor Marshaller.
customizePropertySources(MutablePropertySources) - Method in class org.springframework.core.env.AbstractEnvironment
Customize the set of PropertySource objects to be searched by this Environment during calls to AbstractEnvironment.getProperty(String) and related methods.
customizePropertySources(MutablePropertySources) - Method in class org.springframework.core.env.StandardEnvironment
Customize the set of property sources with those appropriate for any standard Java environment: "systemProperties" "systemEnvironment"
customizePropertySources(MutablePropertySources) - Method in class org.springframework.web.context.support.StandardServletEnvironment
Customize the set of property sources with those contributed by superclasses as well as those appropriate for standard servlet-based environments: "servletConfigInitParams" "servletContextInitParams" "jndiProperties"
customizePropertySources(MutablePropertySources) - Method in class org.springframework.web.portlet.context.StandardPortletEnvironment
Customize the set of property sources with those contributed by superclasses as well as those appropriate for standard portlet-based environments: "portletConfigInitParams" "portletContextInitParams" "servletContextInitParams" "jndiProperties"
customizeProxyFactory(ProxyFactory) - Method in class org.springframework.aop.framework.autoproxy.AbstractAutoProxyCreator
Subclasses may choose to implement this: for example, to change the interfaces exposed.
CUSTOMIZER_REF_ATTRIBUTE - Static variable in class org.springframework.scripting.config.ScriptBeanDefinitionParser
 
customizeRegistration(ServletRegistration.Dynamic) - Method in class org.springframework.web.servlet.support.AbstractDispatcherServletInitializer
Optionally perform further registration customization once AbstractDispatcherServletInitializer.registerDispatcherServlet(ServletContext) has completed.
customizeUnmarshaller(Unmarshaller) - Method in class org.springframework.http.converter.xml.AbstractJaxb2HttpMessageConverter
Customize the Unmarshaller created by this message converter before using it to read the object from the input.
customizeUnmarshaller(Unmarshaller) - Method in class org.springframework.oxm.castor.CastorMarshaller
Template method that allows for customizing of the given Castor Unmarshaller.
customizeXStream(XStream) - Method in class org.springframework.oxm.xstream.XStreamMarshaller
Template to allow for customizing the given XStream.
CustomMapEditor - Class in org.springframework.beans.propertyeditors
Property editor for Maps, converting any source Map to a given target Map type.
CustomMapEditor(Class<? extends Map>) - Constructor for class org.springframework.beans.propertyeditors.CustomMapEditor
Create a new CustomMapEditor for the given target type, keeping an incoming null as-is.
CustomMapEditor(Class<? extends Map>, boolean) - Constructor for class org.springframework.beans.propertyeditors.CustomMapEditor
Create a new CustomMapEditor for the given target type.
customModelAndViewResolvers - Variable in class org.springframework.web.portlet.mvc.annotation.AnnotationMethodHandlerAdapter
 
customModelAndViewResolvers - Variable in class org.springframework.web.servlet.mvc.annotation.AnnotationMethodHandlerAdapter
Deprecated.
 
CustomNumberEditor - Class in org.springframework.beans.propertyeditors
Property editor for any Number subclass such as Short, Integer, Long, BigInteger, Float, Double, BigDecimal.
CustomNumberEditor(Class<? extends Number>, boolean) - Constructor for class org.springframework.beans.propertyeditors.CustomNumberEditor
Create a new CustomNumberEditor instance, using the default valueOf methods for parsing and toString methods for rendering.
CustomNumberEditor(Class<? extends Number>, NumberFormat, boolean) - Constructor for class org.springframework.beans.propertyeditors.CustomNumberEditor
Create a new CustomNumberEditor instance, using the given NumberFormat for parsing and rendering.
customProperties - Variable in class org.springframework.remoting.jaxws.JaxWsPortClientInterceptor
 
customQualifierTypes - Variable in class org.springframework.beans.factory.annotation.CustomAutowireConfigurer
 
customReturnValueHandlers - Variable in class org.springframework.messaging.handler.invocation.AbstractMethodMessageHandler
 
customReturnValueHandlers - Variable in class org.springframework.test.web.servlet.setup.StandaloneMockMvcBuilder
 
customReturnValueHandlers - Variable in class org.springframework.web.servlet.mvc.method.annotation.ExceptionHandlerExceptionResolver
 
customReturnValueHandlers - Variable in class org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter
 
CustomScopeConfigurer - Class in org.springframework.beans.factory.config
Simple BeanFactoryPostProcessor implementation that registers custom Scope(s) with the containing ConfigurableBeanFactory.
CustomScopeConfigurer() - Constructor for class org.springframework.beans.factory.config.CustomScopeConfigurer
 
CustomSQLErrorCodesTranslation - Class in org.springframework.jdbc.support
JavaBean for holding custom JDBC error codes translation for a particular database.
CustomSQLErrorCodesTranslation() - Constructor for class org.springframework.jdbc.support.CustomSQLErrorCodesTranslation
 
customSqlExceptionTranslator - Variable in class org.springframework.jdbc.support.SQLErrorCodes
 
CustomSQLExceptionTranslatorRegistrar - Class in org.springframework.jdbc.support
Registry for registering custom SQLExceptionTranslator instances for specific databases.
CustomSQLExceptionTranslatorRegistrar() - Constructor for class org.springframework.jdbc.support.CustomSQLExceptionTranslatorRegistrar
 
CustomSQLExceptionTranslatorRegistry - Class in org.springframework.jdbc.support
Registry for custom SQLExceptionTranslator instances associated with specific databases allowing for overriding translation based on values contained in the configuration file named "sql-error-codes.xml".
CustomSQLExceptionTranslatorRegistry() - Constructor for class org.springframework.jdbc.support.CustomSQLExceptionTranslatorRegistry
Create a new instance of the CustomSQLExceptionTranslatorRegistry class.
customTargetSourceCreators - Variable in class org.springframework.aop.framework.autoproxy.AbstractAutoProxyCreator
 
customTranslate(String, String, SQLException) - Method in class org.springframework.jdbc.support.SQLErrorCodeSQLExceptionTranslator
Subclasses can override this method to attempt a custom mapping from SQLException to DataAccessException.
customTranslations - Variable in class org.springframework.jdbc.support.SQLErrorCodes
 
CustomValidatorBean - Class in org.springframework.validation.beanvalidation
Configurable bean class that exposes a specific JSR-303 Validator through its original interface as well as through the Spring Validator interface.
CustomValidatorBean() - Constructor for class org.springframework.validation.beanvalidation.CustomValidatorBean
 
cv - Variable in class org.springframework.asm.ClassVisitor
The class visitor to which this visitor must delegate method calls.
cw - Variable in class org.springframework.asm.AnnotationWriter
The class writer to which this annotation must be added.
cw - Variable in class org.springframework.asm.FieldWriter
The class writer to which this field must be added.
cw - Variable in class org.springframework.asm.MethodWriter
The class writer to which this method must be added.

D

D2F - Static variable in interface org.springframework.asm.Opcodes
 
D2I - Static variable in interface org.springframework.asm.Opcodes
 
D2L - Static variable in interface org.springframework.asm.Opcodes
 
DADD - Static variable in interface org.springframework.asm.Opcodes
 
daemon - Variable in class org.springframework.jmx.support.ConnectorServerFactoryBean
 
daemon - Variable in class org.springframework.util.CustomizableThreadCreator
 
DALOAD - Static variable in interface org.springframework.asm.Opcodes
 
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
 
DASTORE - Static variable in interface org.springframework.asm.Opcodes
 
data - Variable in class org.springframework.asm.ByteVector
The content of this vector.
data - Variable in class org.springframework.expression.spel.standard.Token
 
data - Variable in class org.springframework.oxm.jaxb.Jaxb2Marshaller.ByteArrayDataSource
 
DATA_ACCESS_RESOURCE_FAILURE_CODES - Static variable in class org.springframework.jdbc.support.SQLStateSQLExceptionTranslator
 
DATA_INTEGRITY_VIOLATION_CODES - Static variable in class org.springframework.jdbc.support.SQLStateSQLExceptionTranslator
 
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.
dataAccessResourceFailureCodes - Variable in class org.springframework.jdbc.support.SQLErrorCodes
 
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 - Variable in class org.springframework.orm.jpa.vendor.AbstractJpaVendorAdapter
 
Database - Enum in org.springframework.orm.jpa.vendor
Enumeration for common database platforms.
Database() - Constructor for enum org.springframework.orm.jpa.vendor.Database
 
databaseCleaner - Variable in class org.springframework.jdbc.datasource.embedded.EmbeddedDatabaseFactoryBean
 
databaseCleaner - Variable in class org.springframework.jdbc.datasource.init.DataSourceInitializer
 
databaseConfigurer - Variable in class org.springframework.jdbc.datasource.embedded.EmbeddedDatabaseFactory
 
databaseFactory - Variable in class org.springframework.jdbc.datasource.embedded.EmbeddedDatabaseBuilder
 
DatabaseMetaDataCallback - Interface in org.springframework.jdbc.support
A callback interface used by the JdbcUtils class.
databaseName - Variable in class org.springframework.jdbc.datasource.embedded.EmbeddedDatabaseFactory
 
databasePlatform - Variable in class org.springframework.orm.jpa.vendor.AbstractJpaVendorAdapter
 
databasePopulator - Variable in class org.springframework.jdbc.datasource.embedded.EmbeddedDatabaseBuilder
 
databasePopulator - Variable in class org.springframework.jdbc.datasource.embedded.EmbeddedDatabaseFactory
 
DatabasePopulator - Interface in org.springframework.jdbc.datasource.init
Strategy used to populate, initialize, or clean up a database.
databasePopulator - Variable in class org.springframework.jdbc.datasource.init.DataSourceInitializer
 
DatabasePopulatorConfigUtils - Class in org.springframework.jdbc.config
 
DatabasePopulatorConfigUtils() - Constructor for class org.springframework.jdbc.config.DatabasePopulatorConfigUtils
 
DatabasePopulatorUtils - Class in org.springframework.jdbc.datasource.init
Utility methods for executing a DatabasePopulator.
DatabasePopulatorUtils() - Constructor for class org.springframework.jdbc.datasource.init.DatabasePopulatorUtils
 
databaseProductNames - Variable in class org.springframework.jdbc.support.SQLErrorCodes
 
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
 
databaseVersion - Variable in class org.springframework.jdbc.core.metadata.GenericTableMetaDataProvider
the version of the database
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.
dataBinder - Variable in class org.springframework.web.servlet.mvc.support.RedirectAttributesModelMap
 
dataBinderFactory - Variable in class org.springframework.web.method.support.InvocableHandlerMethod
 
DataFieldMaxValueIncrementer - Interface in org.springframework.jdbc.support.incrementer
Interface that defines contract of incrementing any data store field's maximum value.
dataIntegrityViolationCodes - Variable in class org.springframework.jdbc.support.SQLErrorCodes
 
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.
dataSource - Variable in class org.springframework.jdbc.datasource.DataSourceTransactionManager
 
dataSource - Variable in class org.springframework.jdbc.datasource.DataSourceUtils.ConnectionSynchronization
 
dataSource - Variable in class org.springframework.jdbc.datasource.embedded.EmbeddedDatabaseFactory
 
dataSource - Variable in class org.springframework.jdbc.datasource.embedded.EmbeddedDatabaseFactory.EmbeddedDataSourceProxy
 
dataSource - Variable in class org.springframework.jdbc.datasource.embedded.SimpleDriverDataSourceFactory
 
dataSource - Variable in class org.springframework.jdbc.datasource.init.DataSourceInitializer
 
dataSource - Variable in class org.springframework.jdbc.datasource.lookup.SingleDataSourceLookup
 
dataSource - Variable in class org.springframework.jdbc.support.DatabaseStartupValidator
 
dataSource - Variable in class org.springframework.jdbc.support.incrementer.AbstractDataFieldMaxValueIncrementer
 
dataSource - Variable in class org.springframework.jdbc.support.JdbcAccessor
 
dataSource - Variable in class org.springframework.orm.hibernate3.AbstractSessionFactoryBean
 
dataSource - Variable in class org.springframework.orm.hibernate3.HibernateTransactionManager
 
dataSource - Variable in class org.springframework.orm.hibernate3.LocalDataSourceConnectionProvider
 
dataSource - Variable in class org.springframework.orm.hibernate4.HibernateTransactionManager
 
dataSource - Variable in class org.springframework.orm.hibernate4.LocalSessionFactoryBean
 
dataSource - Variable in class org.springframework.orm.jdo.JdoTransactionManager
 
dataSource - Variable in class org.springframework.orm.jpa.JpaTransactionManager
 
dataSource - Variable in class org.springframework.scheduling.quartz.LocalDataSourceJobStore
 
dataSource - Variable in class org.springframework.scheduling.quartz.SchedulerFactoryBean
 
dataSourceCache - Variable in class org.springframework.jdbc.support.SQLErrorCodesFactory
Map to cache the SQLErrorCodes instance per DataSource.
DataSourceFactory - Interface in org.springframework.jdbc.datasource.embedded
DataSourceFactory encapsulates the creation of a particular DataSource implementation such as a SimpleDriverDataSource or a connection pool such as Apache DBCP or C3P0.
dataSourceFactory - Variable in class org.springframework.jdbc.datasource.embedded.EmbeddedDatabaseFactory
 
DataSourceInitializer - Class in org.springframework.jdbc.datasource.init
Used to set up a database during initialization and clean up a database during destruction.
DataSourceInitializer() - Constructor for class org.springframework.jdbc.datasource.init.DataSourceInitializer
 
dataSourceLookup - Variable in class org.springframework.jdbc.datasource.lookup.AbstractRoutingDataSource
 
DataSourceLookup - Interface in org.springframework.jdbc.datasource.lookup
Strategy interface for looking up DataSources by name.
dataSourceLookup - Variable in class org.springframework.orm.jpa.persistenceunit.DefaultPersistenceUnitManager
 
dataSourceLookup - Variable in class org.springframework.orm.jpa.persistenceunit.PersistenceUnitReader
 
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.
dataSources - Variable in class org.springframework.jdbc.datasource.lookup.MapDataSourceLookup
 
dataSourceToUse - Variable in class org.springframework.orm.hibernate3.LocalDataSourceConnectionProvider
 
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.
DataSourceTransactionManager.DataSourceTransactionObject - Class in org.springframework.jdbc.datasource
DataSource transaction object, representing a ConnectionHolder.
DataSourceTransactionObject() - Constructor for class org.springframework.jdbc.datasource.DataSourceTransactionManager.DataSourceTransactionObject
 
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
 
DataSourceUtils.ConnectionSynchronization - Class in org.springframework.jdbc.datasource
Callback for resource cleanup at the end of a non-native JDBC transaction (e.g.
DataStoreConnectionHandle(PersistenceManager) - Constructor for class org.springframework.orm.jdo.DefaultJdoDialect.DataStoreConnectionHandle
 
DATE - Static variable in class org.springframework.http.HttpHeaders
 
DATE_FORMATS - Static variable in class org.springframework.http.HttpHeaders
 
dateFormat - Variable in class org.springframework.beans.propertyeditors.CustomDateEditor
 
dateFormat - Variable in class org.springframework.http.converter.json.Jackson2ObjectMapperFactoryBean
 
dateFormat - Variable in class org.springframework.http.converter.json.JacksonObjectMapperFactoryBean
Deprecated.
 
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.
dateFormatter - Variable in class org.springframework.format.datetime.DateFormatterRegistrar
 
DateFormatterRegistrar - Class in org.springframework.format.datetime
Configures Date formatting for use with Spring.
DateFormatterRegistrar() - Constructor for class org.springframework.format.datetime.DateFormatterRegistrar
 
DateFormatterRegistrar.CalendarToDateConverter - Class in org.springframework.format.datetime
 
DateFormatterRegistrar.CalendarToLongConverter - Class in org.springframework.format.datetime
 
DateFormatterRegistrar.DateToCalendarConverter - Class in org.springframework.format.datetime
 
DateFormatterRegistrar.DateToLongConverter - Class in org.springframework.format.datetime
 
DateFormatterRegistrar.LongToCalendarConverter - Class in org.springframework.format.datetime
 
DateFormatterRegistrar.LongToDateConverter - Class in org.springframework.format.datetime
 
dateStyle - Variable in class org.springframework.format.datetime.standard.DateTimeFormatterFactory
 
DateTimeContext - Class in org.springframework.format.datetime.standard
A context that holds user-specific java.time (JSR-310) settings such as the user's Chronology (calendar system) and time zone.
DateTimeContext() - Constructor for class org.springframework.format.datetime.standard.DateTimeContext
 
DateTimeContextHolder - Class in org.springframework.format.datetime.standard
A holder for a thread-local user DateTimeContext.
DateTimeContextHolder() - Constructor for class org.springframework.format.datetime.standard.DateTimeContextHolder
 
dateTimeContextHolder - Static variable in class org.springframework.format.datetime.standard.DateTimeContextHolder
 
DateTimeConverters - Class in org.springframework.format.datetime.standard
Installs lower-level type converters required to integrate JSR-310 support into Spring's field formatting system.
DateTimeConverters() - Constructor for class org.springframework.format.datetime.standard.DateTimeConverters
 
DateTimeConverters.CalendarToInstantConverter - Class in org.springframework.format.datetime.standard
 
DateTimeConverters.CalendarToLocalDateConverter - Class in org.springframework.format.datetime.standard
 
DateTimeConverters.CalendarToLocalDateTimeConverter - Class in org.springframework.format.datetime.standard
 
DateTimeConverters.CalendarToLocalTimeConverter - Class in org.springframework.format.datetime.standard
 
DateTimeConverters.CalendarToOffsetDateTimeConverter - Class in org.springframework.format.datetime.standard
 
DateTimeConverters.CalendarToZonedDateTimeConverter - Class in org.springframework.format.datetime.standard
 
DateTimeConverters.InstantToLongConverter - Class in org.springframework.format.datetime.standard
 
DateTimeConverters.LocalDateTimeToLocalDateConverter - Class in org.springframework.format.datetime.standard
 
DateTimeConverters.LocalDateTimeToLocalTimeConverter - Class in org.springframework.format.datetime.standard
 
DateTimeConverters.LongToInstantConverter - Class in org.springframework.format.datetime.standard
 
DateTimeConverters.OffsetDateTimeToInstantConverter - Class in org.springframework.format.datetime.standard
 
DateTimeConverters.OffsetDateTimeToLocalDateConverter - Class in org.springframework.format.datetime.standard
 
DateTimeConverters.OffsetDateTimeToLocalDateTimeConverter - Class in org.springframework.format.datetime.standard
 
DateTimeConverters.OffsetDateTimeToLocalTimeConverter - Class in org.springframework.format.datetime.standard
 
DateTimeConverters.OffsetDateTimeToZonedDateTimeConverter - Class in org.springframework.format.datetime.standard
 
DateTimeConverters.ZonedDateTimeToInstantConverter - Class in org.springframework.format.datetime.standard
 
DateTimeConverters.ZonedDateTimeToLocalDateConverter - Class in org.springframework.format.datetime.standard
 
DateTimeConverters.ZonedDateTimeToLocalDateTimeConverter - Class in org.springframework.format.datetime.standard
 
DateTimeConverters.ZonedDateTimeToLocalTimeConverter - Class in org.springframework.format.datetime.standard
 
DateTimeConverters.ZonedDateTimeToOffsetDateTimeConverter - Class in org.springframework.format.datetime.standard
 
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.
DateTimeFormatAnnotationFormatterFactory - Class in org.springframework.format.datetime
Formats fields annotated with the DateTimeFormat annotation using a DateFormatter.
DateTimeFormatAnnotationFormatterFactory() - Constructor for class org.springframework.format.datetime.DateTimeFormatAnnotationFormatterFactory
 
dateTimeFormatter - Variable in class org.springframework.format.datetime.joda.DateTimeFormatterFactoryBean
 
dateTimeFormatter - Variable in class org.springframework.format.datetime.standard.DateTimeFormatterFactoryBean
 
DateTimeFormatterFactory - Class in org.springframework.format.datetime.joda
Factory that creates a Joda-Time DateTimeFormatter.
DateTimeFormatterFactory() - Constructor for class org.springframework.format.datetime.joda.DateTimeFormatterFactory
Create a new DateTimeFormatterFactory instance.
DateTimeFormatterFactory(String) - Constructor for class org.springframework.format.datetime.joda.DateTimeFormatterFactory
Create a new DateTimeFormatterFactory instance.
DateTimeFormatterFactory - Class in org.springframework.format.datetime.standard
Factory that creates a JSR-310 DateTimeFormatter.
DateTimeFormatterFactory() - Constructor for class org.springframework.format.datetime.standard.DateTimeFormatterFactory
Create a new DateTimeFormatterFactory instance.
DateTimeFormatterFactory(String) - Constructor for class org.springframework.format.datetime.standard.DateTimeFormatterFactory
Create a new DateTimeFormatterFactory instance.
DateTimeFormatterFactoryBean - Class in org.springframework.format.datetime.joda
FactoryBean that creates a Joda-Time DateTimeFormatter.
DateTimeFormatterFactoryBean() - Constructor for class org.springframework.format.datetime.joda.DateTimeFormatterFactoryBean
 
DateTimeFormatterFactoryBean - Class in org.springframework.format.datetime.standard
FactoryBean that creates a JSR-310 DateTimeFormatter.
DateTimeFormatterFactoryBean() - Constructor for class org.springframework.format.datetime.standard.DateTimeFormatterFactoryBean
 
DateTimeFormatterRegistrar - Class in org.springframework.format.datetime.standard
Configures the JSR-310 java.time formatting system for use with Spring.
DateTimeFormatterRegistrar() - Constructor for class org.springframework.format.datetime.standard.DateTimeFormatterRegistrar
 
DateTimeFormatterRegistrar.Type - Enum in org.springframework.format.datetime.standard
 
DateTimeParser - Class in org.springframework.format.datetime.joda
Parses Joda DateTime instances using a DateTimeFormatter.
DateTimeParser(DateTimeFormatter) - Constructor for class org.springframework.format.datetime.joda.DateTimeParser
Create a new DateTimeParser.
DateTimeToCalendarConverter() - Constructor for class org.springframework.format.datetime.joda.JodaTimeConverters.DateTimeToCalendarConverter
 
DateTimeToDateConverter() - Constructor for class org.springframework.format.datetime.joda.JodaTimeConverters.DateTimeToDateConverter
 
DateTimeToDateMidnightConverter() - Constructor for class org.springframework.format.datetime.joda.JodaTimeConverters.DateTimeToDateMidnightConverter
Deprecated.
 
DateTimeToInstantConverter() - Constructor for class org.springframework.format.datetime.joda.JodaTimeConverters.DateTimeToInstantConverter
 
DateTimeToLocalDateConverter() - Constructor for class org.springframework.format.datetime.joda.JodaTimeConverters.DateTimeToLocalDateConverter
 
DateTimeToLocalDateTimeConverter() - Constructor for class org.springframework.format.datetime.joda.JodaTimeConverters.DateTimeToLocalDateTimeConverter
 
DateTimeToLocalTimeConverter() - Constructor for class org.springframework.format.datetime.joda.JodaTimeConverters.DateTimeToLocalTimeConverter
 
DateTimeToLongConverter() - Constructor for class org.springframework.format.datetime.joda.JodaTimeConverters.DateTimeToLongConverter
 
DateTimeToMutableDateTimeConverter() - Constructor for class org.springframework.format.datetime.joda.JodaTimeConverters.DateTimeToMutableDateTimeConverter
 
DateToCalendarConverter() - Constructor for class org.springframework.format.datetime.DateFormatterRegistrar.DateToCalendarConverter
 
DateToLongConverter() - Constructor for class org.springframework.format.datetime.DateFormatterRegistrar.DateToLongConverter
 
dateToolAttribute - Variable in class org.springframework.web.servlet.view.velocity.VelocityView
 
dateToolAttribute - Variable in class org.springframework.web.servlet.view.velocity.VelocityViewResolver
 
DateToReadableInstantConverter() - Constructor for class org.springframework.format.datetime.joda.JodaTimeConverters.DateToReadableInstantConverter
 
daysOfMonth - Variable in class org.springframework.scheduling.support.CronSequenceGenerator
 
daysOfWeek - Variable in class org.springframework.scheduling.support.CronSequenceGenerator
 
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.
DCMPG - Static variable in interface org.springframework.asm.Opcodes
 
DCMPL - Static variable in interface org.springframework.asm.Opcodes
 
DCONST_0 - Static variable in interface org.springframework.asm.Opcodes
 
DCONST_1 - Static variable in interface org.springframework.asm.Opcodes
 
DDIV - Static variable in interface org.springframework.asm.Opcodes
 
deactivate() - Method in class org.springframework.mock.jndi.SimpleNamingContextBuilder
Temporarily deactivate this context builder.
deactivatePatternCache() - Method in class org.springframework.util.AntPathMatcher
 
deadline - Variable in class org.springframework.transaction.support.ResourceHolderSupport
 
deadlockLoserCodes - Variable in class org.springframework.jdbc.support.SQLErrorCodes
 
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.
DEBUG - Static variable in class org.springframework.asm.Label
Indicates if this label is only used for debug attributes.
debug - Variable in class org.springframework.transaction.jta.WebSphereUowTransactionManager.UOWActionAdapter
 
debug - Variable in class org.springframework.transaction.support.DefaultTransactionStatus
 
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.
debugLogger - Variable in class org.springframework.remoting.caucho.HessianExporter
 
DECIMAL_REFERENCE_START - Static variable in class org.springframework.web.util.HtmlCharacterEntityReferences
 
DECLARATION_ORDER_PROPERTY - Static variable in class org.springframework.aop.config.ConfigBeanDefinitionParser
 
declarationOrder - Variable in class org.springframework.aop.aspectj.AbstractAspectJAdvice
The order of declaration of this advice within the aspect.
declarationOrder - Variable in class org.springframework.aop.aspectj.annotation.InstantiationModelAwarePointcutAdvisorImpl
 
DECLARE_PARENTS - Static variable in class org.springframework.aop.config.ConfigBeanDefinitionParser
 
declaredColumns - Variable in class org.springframework.jdbc.core.simple.AbstractJdbcInsert
List of columns objects to be used in insert statement
declaredInSameAspect(Advisor, Advisor) - Method in class org.springframework.aop.aspectj.autoproxy.AspectJPrecedenceComparator
 
declaredParameters - Variable in class org.springframework.jdbc.core.CallableStatementCreatorFactory
List of SqlParameter objects.
declaredParameters - Variable in class org.springframework.jdbc.core.PreparedStatementCreatorFactory
List of SqlParameter objects.
declaredParameters - Variable in class org.springframework.jdbc.core.simple.AbstractJdbcCall
List of SqlParameter objects
declaredParameters - Variable in class org.springframework.jdbc.object.RdbmsOperation
 
declaredPointcut - Variable in class org.springframework.aop.aspectj.annotation.InstantiationModelAwarePointcutAdvisorImpl
 
declaredPointcut - Variable in class org.springframework.aop.aspectj.annotation.InstantiationModelAwarePointcutAdvisorImpl.PerTargetInstantiationModelPointcut
 
declaredRoles - Variable in class org.springframework.mock.web.MockServletContext
 
declaredRowMappers - Variable in class org.springframework.jdbc.core.simple.AbstractJdbcCall
List of RefCursor/ResultSet RowMapper objects
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.
DeclareParentsAdvisor(Class<?>, String, Class<?>, Advice) - Constructor for class org.springframework.aop.aspectj.DeclareParentsAdvisor
Private constructor to share common code between impl-based delegate and reference-based delegate (cannot use method such as init() to share common code, due the the use of final fields)
declareRoles(String...) - Method in class org.springframework.mock.web.MockServletContext
 
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.
declaringClass - Variable in class org.springframework.beans.factory.config.DependencyDescriptor
 
declaringClass() - Method in class org.springframework.core.convert.Property
 
declaringClass - Variable in class org.springframework.core.SerializableTypeWrapper.FieldTypeProvider
 
declaringClass - Variable in class org.springframework.core.SerializableTypeWrapper.MethodParameterTypeProvider
 
declaringClass - Variable in class org.springframework.test.context.ContextConfigurationAttributes
 
declaringClass - Variable in class org.springframework.test.context.MetaAnnotationUtils.AnnotationDescriptor
 
declaringClassName - Variable in class org.springframework.core.type.classreading.MethodMetadataReadingVisitor
 
decode(ByteBuffer) - Method in class org.springframework.messaging.simp.stomp.BufferingStompDecoder
Decodes one or more STOMP frames from the given ByteBuffer into a list of Messages.
decode(ByteBuffer) - Method in class org.springframework.messaging.simp.stomp.StompDecoder
Decodes one or more STOMP frames from the given ByteBuffer into a list of Messages.
decode(ByteBuffer, MultiValueMap<String, String>) - Method in class org.springframework.messaging.simp.stomp.StompDecoder
Decodes one or more STOMP frames from the given buffer and returns a list of Messages.
decode(M) - Method in class org.springframework.web.socket.adapter.standard.ConvertingEncoderDecoderSupport
 
decode(String) - Method in class org.springframework.web.socket.sockjs.frame.Jackson2SockJsMessageCodec
 
decode(String) - Method in interface org.springframework.web.socket.sockjs.frame.SockJsMessageCodec
Decode the given SockJS message frame.
decode() - Method in class org.springframework.web.util.HtmlCharacterEntityDecoder
 
decode(String, String) - Static method in class org.springframework.web.util.UriUtils
Decodes the given encoded source String into an URI.
decodeAndCleanUriString(HttpServletRequest, String) - Method in class org.springframework.web.util.UrlPathHelper
Decode the supplied URI string and strips any extraneous portion after a ';'.
decodeAndNormalizePath(String, HttpServletRequest) - Method in class org.springframework.web.servlet.support.AbstractFlashMapManager
 
decodeBigInteger(String) - Static method in class org.springframework.util.NumberUtils
Decode a BigInteger from a String value.
decodedMessage - Variable in class org.springframework.web.util.HtmlCharacterEntityDecoder
 
decodeInputStream(InputStream) - Method in class org.springframework.web.socket.sockjs.frame.Jackson2SockJsMessageCodec
 
decodeInputStream(InputStream) - Method in interface org.springframework.web.socket.sockjs.frame.SockJsMessageCodec
Decode the given SockJS message frame.
decodeInternal(HttpServletRequest, String) - Method in class org.springframework.web.util.UrlPathHelper
 
decodeMatrixVariables(HttpServletRequest, MultiValueMap<String, String>) - Method in class org.springframework.web.util.UrlPathHelper
Decode the given matrix variables via UrlPathHelper.decodeRequestString(HttpServletRequest, String) unless UrlPathHelper.setUrlDecode(boolean) is set to true in which case it is assumed the URL path from which the variables were extracted is already decoded through a call to UrlPathHelper.getLookupPathForRequest(HttpServletRequest).
decodeMessage(ByteBuffer, MultiValueMap<String, String>) - Method in class org.springframework.messaging.simp.stomp.StompDecoder
Decode a single STOMP frame from the given buffer into a Message.
decodeParameters(MultiValueMap<String, String>, HttpServletRequest) - Method in class org.springframework.web.servlet.support.AbstractFlashMapManager
 
decodePathVariables(HttpServletRequest, Map<String, String>) - Method in class org.springframework.web.util.UrlPathHelper
Decode the given URI path variables via UrlPathHelper.decodeRequestString(HttpServletRequest, String) unless UrlPathHelper.setUrlDecode(boolean) is set to true in which case it is assumed the URL path from which the variables were extracted is already decoded through a call to UrlPathHelper.getLookupPathForRequest(HttpServletRequest).
DECODER - Static variable in class org.springframework.messaging.simp.stomp.StompCodec
 
decoder(<any>) - Method in class org.springframework.messaging.simp.stomp.StompCodec
 
decodeRequestString(HttpServletRequest, String) - Method in class org.springframework.web.util.UrlPathHelper
Decode the given source string with a URLDecoder.
decoders - Variable in class org.springframework.web.socket.messaging.StompSubProtocolHandler
 
decoders - Variable in class org.springframework.web.socket.server.standard.ServerEndpointRegistration
 
decorate(Node, BeanDefinitionHolder, ParserContext) - Method in class org.springframework.aop.config.AbstractInterceptorDrivenBeanDefinitionDecorator
 
decorate(Node, BeanDefinitionHolder, ParserContext) - Method in class org.springframework.aop.config.ScopedProxyBeanDefinitionDecorator
 
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.SimpleConstructorNamespaceHandler
 
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.
decorateCache(Cache) - Method in class org.springframework.cache.support.AbstractCacheManager
Decorate the given Cache object if necessary.
decorateCache(Cache) - Method in class org.springframework.cache.transaction.AbstractTransactionSupportingCacheManager
 
decoratedDefinition - Variable in class org.springframework.beans.factory.support.RootBeanDefinition
 
decoratedNavigationHandler - Variable in class org.springframework.web.jsf.DecoratingNavigationHandler
 
decorateIfRequired(Node, BeanDefinitionHolder, BeanDefinition) - Method in class org.springframework.beans.factory.xml.BeanDefinitionParserDelegate
 
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.
decorateTask(Runnable, boolean) - Method in class org.springframework.scheduling.concurrent.ConcurrentTaskScheduler
 
decorateTaskWithErrorHandler(Runnable, ErrorHandler, boolean) - Static method in class org.springframework.scheduling.support.TaskUtils
Decorate the task for error handling.
decorateWebSocketHandler(WebSocketHandler) - Method in class org.springframework.web.socket.client.WebSocketConnectionManager
Decorate the WebSocketHandler provided to the class constructor.
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.
decorators - Variable in class org.springframework.beans.factory.xml.NamespaceHandlerSupport
Stores the BeanDefinitionDecorator implementations keyed by the local name of the Elements they handle.
decreaseActiveInvokerCount() - Method in class org.springframework.jms.listener.DefaultMessageListenerContainer.AsyncMessageListenerInvoker
 
decreaseNestingLevel() - Method in class org.springframework.core.MethodParameter
Decrease this parameter's nesting level.
decrementParticipateCount(WebRequest) - Method in class org.springframework.orm.hibernate3.support.OpenSessionInViewInterceptor
 
decrementParticipateCount(WebRequest) - Method in class org.springframework.orm.hibernate4.support.OpenSessionInViewInterceptor
 
decrementParticipateCount(WebRequest) - Method in class org.springframework.orm.jpa.support.OpenEntityManagerInViewInterceptor
 
deduceBeanFactory(BeanDefinitionRegistry) - Method in class org.springframework.context.annotation.ConditionEvaluator.ConditionContextImpl
 
deduceEnvironment(BeanDefinitionRegistry) - Method in class org.springframework.context.annotation.ConditionEvaluator.ConditionContextImpl
 
deduceResourceLoader(BeanDefinitionRegistry) - Method in class org.springframework.context.annotation.ConditionEvaluator.ConditionContextImpl
 
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_ADVICE_MODE_ATTRIBUTE_NAME - Static variable in class org.springframework.context.annotation.AdviceModeImportSelector
 
DEFAULT_AFTER_MESSAGE_PREFIX - Static variable in class org.springframework.web.filter.AbstractRequestLoggingFilter
 
DEFAULT_AFTER_MESSAGE_SUFFIX - Static variable in class org.springframework.web.filter.AbstractRequestLoggingFilter
 
DEFAULT_ARGUMENT_SEPARATOR - Static variable in class org.springframework.web.servlet.tags.MessageTag
Default separator for splitting an arguments String: a comma (",")
DEFAULT_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_BINDING_NAME - Static variable in class org.springframework.oxm.jibx.JibxMarshaller
 
DEFAULT_BLOCK_COMMENT_END_DELIMITER - Static variable in class org.springframework.jdbc.datasource.init.ScriptUtils
Default end delimiter for block comments within SQL scripts.
DEFAULT_BLOCK_COMMENT_START_DELIMITER - Static variable in class org.springframework.jdbc.datasource.init.ScriptUtils
Default start delimiter for block comments within SQL scripts.
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_CACHE_LIMIT - Static variable in class org.springframework.web.servlet.view.AbstractCachingViewResolver
Default maximum number of entries for the view cache: 1024
DEFAULT_CACHE_MANAGER_BEAN_NAME - Static variable in class org.springframework.cache.config.CacheNamespaceHandler
 
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.MappingJackson2HttpMessageConverter
 
DEFAULT_CHARSET - Static variable in class org.springframework.http.converter.json.MappingJacksonHttpMessageConverter
Deprecated.
 
DEFAULT_CHARSET - Static variable in class org.springframework.http.converter.StringHttpMessageConverter
 
DEFAULT_CHARSET - Static variable in class org.springframework.mock.http.MockHttpOutputMessage
 
DEFAULT_CHARSET - Static variable in exception org.springframework.web.client.HttpStatusCodeException
 
DEFAULT_CHARSET - Static variable in exception org.springframework.web.client.UnknownHttpStatusCodeException
 
DEFAULT_CHUNK_SIZE - Static variable in class org.springframework.http.client.SimpleClientHttpRequestFactory
 
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_COMMENT_PREFIX - Static variable in class org.springframework.jdbc.datasource.init.ScriptUtils
Default prefix for line comments within SQL scripts.
DEFAULT_CONCURRENCY_LEVEL - Static variable in class org.springframework.util.ConcurrentReferenceHashMap
 
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.MappingJackson2JsonView
Default content type: "application/json".
DEFAULT_CONTENT_TYPE - Static variable in class org.springframework.web.servlet.view.json.MappingJacksonJsonView
Deprecated.
Default content type: "application/json".
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_CONFIG_LOCATION - Static variable in class org.springframework.jca.context.SpringContextResourceAdapter
 
DEFAULT_CONTEXT_LOADER_CLASS_NAME - Static variable in class org.springframework.test.context.ContextLoaderUtils
 
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_DATABASE_NAME - Static variable in class org.springframework.jdbc.datasource.embedded.EmbeddedDatabaseFactory
Default name for an embedded database: "testdb".
DEFAULT_DEFAULT_ROLLBACK - Static variable in class org.springframework.test.context.transaction.TransactionalTestExecutionListener
 
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_DOMAIN_ATTRIBUTE - Static variable in class org.springframework.context.config.MBeanExportBeanDefinitionParser
 
DEFAULT_DUMMY_NAME - Static variable in class org.springframework.jdbc.support.incrementer.DerbyMaxValueIncrementer
The default for dummy name
DEFAULT_ENCODING - Static variable in class org.springframework.jms.support.converter.MappingJackson2MessageConverter
The default encoding used for writing to text messages: UTF-8.
DEFAULT_ENCODING - Static variable in class org.springframework.jms.support.converter.MappingJacksonMessageConverter
Deprecated.
The default encoding used for writing to text messages: UTF-8.
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_ENCODING - Static variable in class org.springframework.util.xml.XMLEventStreamWriter
 
DEFAULT_ENCODING - Static variable in class org.springframework.web.util.UriComponents
 
DEFAULT_ENTER_MESSAGE - Static variable in class org.springframework.aop.interceptor.CustomizableTraceInterceptor
The default message used for writing method entry messages.
DEFAULT_ENTITY_MANAGER_FACTORY_BEAN_NAME - Static variable in class org.springframework.orm.jpa.support.OpenEntityManagerInViewFilter
Default EntityManagerFactory bean name: "entityManagerFactory".
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_EXCEPTION_MESSAGE - Static variable in class org.springframework.aop.interceptor.CustomizableTraceInterceptor
The default message used for writing exception messages.
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_EXIT_MESSAGE - Static variable in class org.springframework.aop.interceptor.CustomizableTraceInterceptor
The default message used for writing method exit messages.
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_FLASH_MAPS_MUTEX - Static variable in class org.springframework.web.servlet.support.AbstractFlashMapManager
 
DEFAULT_FORMAT_KEY - Static variable in class org.springframework.web.servlet.view.jasperreports.JasperReportsMultiFormatView
Default value used for format key: "format"
DEFAULT_FORMATTER - Static variable in class org.springframework.validation.DefaultMessageCodesResolver
 
DEFAULT_HANDLER_MAPPINGS_LOCATION - Static variable in class org.springframework.beans.factory.xml.DefaultNamespaceHandlerResolver
The location to look for the mapping files.
DEFAULT_HEARTBEAT - Static variable in class org.springframework.messaging.simp.stomp.StompHeaderAccessor
 
DEFAULT_IMPL - Static variable in class org.springframework.aop.config.ConfigBeanDefinitionParser
 
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_INITIAL_CAPACITY - Static variable in class org.springframework.util.ConcurrentReferenceHashMap
 
DEFAULT_INITIAL_CAPACITY - Static variable in class org.springframework.util.ResizableByteArrayOutputStream
 
DEFAULT_INTERVAL - Static variable in class org.springframework.jdbc.support.DatabaseStartupValidator
 
DEFAULT_KEY - Static variable in class org.springframework.orm.hibernate3.SessionHolder
 
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_LOAD_FACTOR - Static variable in class org.springframework.util.ConcurrentReferenceHashMap
 
DEFAULT_LOAD_TIME_WEAVER_CLASS_NAME - Static variable in class org.springframework.context.config.LoadTimeWeaverBeanDefinitionParser
 
DEFAULT_LOCATION - Static variable in class org.springframework.web.servlet.view.XmlViewResolver
Default if no other location is supplied
DEFAULT_MAPPING_ORDER - Static variable in class org.springframework.web.socket.config.HandlersBeanDefinitionParser
 
DEFAULT_MAPPING_ORDER - Static variable in class org.springframework.web.socket.config.MessageBrokerBeanDefinitionParser
 
DEFAULT_MAX_CONNECTIONS_PER_ROUTE - Static variable in class org.springframework.remoting.httpinvoker.HttpComponentsHttpInvokerRequestExecutor
 
DEFAULT_MAX_DISTANCE - Static variable in class org.springframework.beans.PropertyMatches
Default maximum property distance: 2
DEFAULT_MAX_LINKED_PAGES - Static variable in class org.springframework.beans.support.PagedListHolder
 
DEFAULT_MAX_PAYLOAD_LENGTH - Static variable in class org.springframework.web.filter.AbstractRequestLoggingFilter
 
DEFAULT_MAX_TOTAL_CONNECTIONS - Static variable in class org.springframework.remoting.httpinvoker.HttpComponentsHttpInvokerRequestExecutor
 
DEFAULT_MERGE_ATTRIBUTE - Static variable in class org.springframework.beans.factory.xml.BeanDefinitionParserDelegate
 
DEFAULT_METHOD - Static variable in class org.springframework.web.servlet.tags.form.FormTag
The default HTTP method using which form values are sent to the server: "post"
DEFAULT_METHOD_PARAM - Static variable in class org.springframework.web.filter.HiddenHttpMethodFilter
Default method parameter: _method
DEFAULT_METHOD_PARAM - Static variable in class org.springframework.web.servlet.tags.form.FormTag
Default method parameter, i.e.
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_NON_OPTION_ARGS_PROPERTY_NAME - Static variable in class org.springframework.core.env.CommandLinePropertySource
The default name of the property representing non-option arguments: "nonOptionArgs"
DEFAULT_NONE - Static variable in interface org.springframework.messaging.handler.annotation.ValueConstants
Constant defining a value for no default - as a replacement for null which we cannot use in annotation attributes.
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 - Static variable in class org.springframework.ejb.config.JndiLookupBeanDefinitionParser
 
DEFAULT_OBJECT_NAME - Static variable in class org.springframework.validation.DataBinder
Default object name used for binding: "target"
DEFAULT_ORM_XML_RESOURCE - Static variable in class org.springframework.orm.jpa.persistenceunit.DefaultPersistenceUnitManager
 
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_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.PlaceholderConfigurerSupport
Default placeholder prefix: "${"
DEFAULT_PLACEHOLDER_SUFFIX - Static variable in class org.springframework.beans.factory.config.PlaceholderConfigurerSupport
Default placeholder suffix: "}"
DEFAULT_PORT - Static variable in class org.springframework.mail.javamail.JavaMailSenderImpl
The default port: -1
DEFAULT_PRECEDENCE_COMPARATOR - Static variable in class org.springframework.aop.aspectj.autoproxy.AspectJAwareAdvisorAutoProxyCreator
 
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_PROFILES_PROPERTY_NAME - Static variable in class org.springframework.core.env.AbstractEnvironment
Name of property to set to specify profiles active by default: "spring.profiles.default".
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_READ_TIMEOUT_MILLISECONDS - Static variable in class org.springframework.remoting.httpinvoker.HttpComponentsHttpInvokerRequestExecutor
 
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_REF - Static variable in class org.springframework.ejb.config.JndiLookupBeanDefinitionParser
 
DEFAULT_REFERENCE_TYPE - Static variable in class org.springframework.util.ConcurrentReferenceHashMap
 
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_RESOURCE_LOCATION - Static variable in class org.springframework.beans.factory.access.SingletonBeanFactoryLocator
 
DEFAULT_RESOURCE_LOCATION - Static variable in class org.springframework.context.access.ContextSingletonBeanFactoryLocator
 
DEFAULT_RESOURCE_PATTERN - Static variable in class org.springframework.context.annotation.ClassPathScanningCandidateComponentProvider
 
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_SERVICE_URL - Static variable in class org.springframework.jmx.support.ConnectorServerFactoryBean
The default service URL
DEFAULT_SERVLET_NAME - Static variable in class org.springframework.web.servlet.support.AbstractDispatcherServletInitializer
The default servlet name.
DEFAULT_SESSION_FACTORY_BEAN_NAME - Static variable in class org.springframework.orm.hibernate3.support.OpenSessionInViewFilter
 
DEFAULT_SESSION_FACTORY_BEAN_NAME - Static variable in class org.springframework.orm.hibernate4.support.OpenSessionInViewFilter
 
DEFAULT_SESSION_TRACKING_MODES - Static variable in class org.springframework.mock.web.MockServletContext
 
DEFAULT_STATEMENT_SEPARATOR - Static variable in class org.springframework.jdbc.datasource.init.ScriptUtils
Default statement separator within SQL scripts.
DEFAULT_STRATEGIES_PATH - Static variable in class org.springframework.web.context.ContextLoader
Name of the class path resource (relative to the ContextLoader class) that defines ContextLoader's default strategy names.
DEFAULT_STRATEGIES_PATH - Static variable in class org.springframework.web.portlet.DispatcherPortlet
Name of the class path resource (relative to the DispatcherPortlet class) that defines DispatcherPortet's default strategy names.
DEFAULT_STRATEGIES_PATH - Static variable in class org.springframework.web.servlet.DispatcherServlet
Name of the class path resource (relative to the DispatcherServlet class) that defines DispatcherServlet's default strategy names.
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_TEST_EXECUTION_LISTENER_CLASS_NAMES - Static variable in class org.springframework.test.context.TestContextManager
 
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_TO_STRING_STYLER - Static variable in class org.springframework.core.style.ToStringCreator
Default ToStringStyler instance used by this ToStringCreator.
DEFAULT_TRANSACTION_MANAGER_BEAN_NAME - Static variable in class org.springframework.transaction.config.TxNamespaceHandler
 
DEFAULT_TRANSACTION_MANAGER_NAME - Static variable in class org.springframework.test.context.transaction.TransactionalTestExecutionListener
 
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 - Static variable in class org.springframework.ejb.config.JndiLookupBeanDefinitionParser
 
DEFAULT_VALUE_SEPARATOR - Static variable in class org.springframework.beans.factory.config.PlaceholderConfigurerSupport
Default value separator: ":"
DEFAULT_VALUE_STYLER - Static variable in class org.springframework.core.style.StylerUtils
Default ValueStyler instance used by the style method.
DEFAULT_VARIABLE_PATTERN - Static variable in class org.springframework.util.AntPathMatcher.AntPathStringMatcher
 
DEFAULT_VARIABLE_PATTERN - Static variable in class org.springframework.web.util.UriTemplate
Replaces template variables in the URI template.
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"
DEFAULT_WEB_CONTEXT_LOADER_CLASS_NAME - Static variable in class org.springframework.test.context.ContextLoaderUtils
 
DEFAULT_WORK_MANAGER_MBEAN_NAME - Static variable in class org.springframework.jca.work.jboss.JBossWorkManagerUtils
Deprecated.
 
DEFAULT_XML_VERSION - Static variable in class org.springframework.util.xml.StaxEventXMLReader
 
DEFAULT_XML_VERSION - Static variable in class org.springframework.util.xml.StaxStreamXMLReader
 
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
Deprecated.
in Spring 3.2 in favor of RequestMappingHandlerMapping
DefaultAnnotationHandlerMapping() - Constructor for class org.springframework.web.servlet.mvc.annotation.DefaultAnnotationHandlerMapping
Deprecated.
 
DefaultAnnotationHandlerMapping.AbstractParameterMappingPredicate - Class in org.springframework.web.portlet.mvc.annotation
 
DefaultAnnotationHandlerMapping.ActionMappingPredicate - Class in org.springframework.web.portlet.mvc.annotation
 
DefaultAnnotationHandlerMapping.EventMappingPredicate - Class in org.springframework.web.portlet.mvc.annotation
 
DefaultAnnotationHandlerMapping.MethodLevelMappingPredicate - Class in org.springframework.web.portlet.mvc.annotation
 
DefaultAnnotationHandlerMapping.RenderMappingPredicate - Class in org.springframework.web.portlet.mvc.annotation
 
DefaultAnnotationHandlerMapping.ResourceMappingPredicate - Class in org.springframework.web.portlet.mvc.annotation
 
DefaultAnnotationHandlerMapping.SpecialRequestTypePredicate - Interface in org.springframework.web.portlet.mvc.annotation
 
DefaultAnnotationHandlerMapping.TypeLevelMappingPredicate - Class in org.springframework.web.portlet.mvc.annotation
 
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 - Variable in class org.springframework.jdbc.datasource.LazyConnectionDataSourceProxy
 
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
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
 
DefaultCacheKey(Method, Class<?>) - Constructor for class org.springframework.cache.interceptor.AbstractFallbackCacheOperationSource.DefaultCacheKey
 
DefaultCacheKey(Method, Class<?>) - Constructor for class org.springframework.transaction.interceptor.AbstractFallbackTransactionAttributeSource.DefaultCacheKey
 
defaultCharset - Variable in class org.springframework.http.converter.StringHttpMessageConverter
 
defaultCharset - Variable in class org.springframework.messaging.converter.StringMessageConverter
 
defaultContentType - Variable in class org.springframework.http.converter.BufferedImageHttpMessageConverter
 
defaultContentType - Variable in class org.springframework.web.accept.ContentNegotiationManagerFactoryBean
 
defaultContentType - Variable in class org.springframework.web.accept.FixedContentNegotiationStrategy
 
defaultContentType(MediaType) - Method in class org.springframework.web.servlet.config.annotation.ContentNegotiationConfigurer
Set the default content type.
DefaultContentTypeResolver - Class in org.springframework.messaging.converter
A default ContentTypeResolver that checks the MessageHeaders.CONTENT_TYPE header or falls back to a default value.
DefaultContentTypeResolver() - Constructor for class org.springframework.messaging.converter.DefaultContentTypeResolver
 
defaultContext - Variable in class org.springframework.expression.spel.standard.SpelExpression
 
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
 
DefaultContextLoadTimeWeaver(ClassLoader) - Constructor for class org.springframework.context.weaving.DefaultContextLoadTimeWeaver
 
DefaultConversionService - Class in org.springframework.core.convert.support
A specialization of GenericConversionService configured by default with converters appropriate for most environments.
DefaultConversionService() - Constructor for class org.springframework.core.convert.support.DefaultConversionService
Create a new DefaultConversionService with the set of default converters.
defaultConversionService - Static variable in class org.springframework.expression.spel.support.StandardTypeConverter
 
DefaultConversionService.Jsr310ConverterRegistrar - Class in org.springframework.core.convert.support
Inner class to avoid a hard-coded dependency on Java 8's java.time package.
defaultCurrencyTimeLimit - Variable in class org.springframework.jmx.export.assembler.AbstractReflectiveMBeanInfoAssembler
Default value for the JMX field "currencyTimeLimit".
DefaultDataBinderFactory - Class in org.springframework.web.bind.support
Create a WebRequestDataBinder instance and initialize it with a WebBindingInitializer.
DefaultDataBinderFactory(WebBindingInitializer) - Constructor for class org.springframework.web.bind.support.DefaultDataBinderFactory
Create new instance.
defaultDataSource - Variable in class org.springframework.orm.jpa.persistenceunit.DefaultPersistenceUnitManager
 
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
 
defaultDestination - Variable in class org.springframework.jms.core.JmsTemplate
 
defaultDestination - Variable in class org.springframework.messaging.core.AbstractMessageSendingTemplate
 
defaultDestinationPrefix - Variable in class org.springframework.messaging.simp.annotation.support.SendToMethodReturnValueHandler
 
DefaultDocumentLoader - Class in org.springframework.beans.factory.xml
Spring's default DocumentLoader implementation.
DefaultDocumentLoader() - Constructor for class org.springframework.beans.factory.xml.DefaultDocumentLoader
 
defaultDomain - Variable in class org.springframework.jmx.export.naming.MetadataNamingStrategy
 
defaultDomain - Variable in class org.springframework.jmx.support.MBeanServerFactoryBean
 
defaultEditors - Variable in class org.springframework.beans.PropertyEditorRegistrySupport
 
defaultEditorsActive - Variable in class org.springframework.beans.PropertyEditorRegistrySupport
 
defaultEncoding - Variable in class org.springframework.context.support.ReloadableResourceBundleMessageSource
 
defaultEncoding - Variable in class org.springframework.context.support.ResourceBundleMessageSource
 
defaultEncoding - Variable in class org.springframework.mail.javamail.JavaMailSenderImpl
 
defaultEncoding - Variable in class org.springframework.mail.javamail.SmartMimeMessage
 
defaultEncoding - Variable in class org.springframework.ui.freemarker.FreeMarkerConfigurationFactory
 
defaultEncoding - Variable in class org.springframework.web.util.UrlPathHelper
 
defaultErrorView - Variable in class org.springframework.web.portlet.handler.SimpleMappingExceptionResolver
 
defaultErrorView - Variable in class org.springframework.web.servlet.handler.SimpleMappingExceptionResolver
 
defaultExecutor - Variable in class org.springframework.aop.interceptor.AsyncExecutionAspectSupport
 
defaultFileTypeMap - Variable in class org.springframework.mail.javamail.JavaMailSenderImpl
 
defaultFileTypeMap - Variable in class org.springframework.mail.javamail.SmartMimeMessage
 
defaultFilterCondition - Variable in class org.springframework.orm.hibernate3.FilterDefinitionFactoryBean
 
DefaultFormattingConversionService - Class in org.springframework.format.support
A specialization of FormattingConversionService configured by default with converters and formatters appropriate for most applications.
DefaultFormattingConversionService() - Constructor for class org.springframework.format.support.DefaultFormattingConversionService
Create a new DefaultFormattingConversionService with the set of default converters and default formatters.
DefaultFormattingConversionService(boolean) - Constructor for class org.springframework.format.support.DefaultFormattingConversionService
Create a new DefaultFormattingConversionService with the set of default converters and, based on the value of registerDefaultFormatters, the set of default formatters.
DefaultFormattingConversionService(StringValueResolver, boolean) - Constructor for class org.springframework.format.support.DefaultFormattingConversionService
Create a new DefaultFormattingConversionService with the set of default converters and, based on the value of registerDefaultFormatters, the set of default formatters
defaultFunctionReturnName - Variable in class org.springframework.jdbc.core.metadata.CallMetaDataContext
Default name to use for the return value in the output map
defaultHandler - Variable in class org.springframework.web.portlet.handler.AbstractHandlerMapping
 
defaultHandler - Variable in class org.springframework.web.servlet.handler.AbstractHandlerMapping
 
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
DefaultHandshakeHandler - Class in org.springframework.web.socket.server.support
A default HandshakeHandler implementation.
DefaultHandshakeHandler() - Constructor for class org.springframework.web.socket.server.support.DefaultHandshakeHandler
Default constructor that autodetects and instantiates a RequestUpgradeStrategy suitable for the runtime container.
DefaultHandshakeHandler(RequestUpgradeStrategy) - Constructor for class org.springframework.web.socket.server.support.DefaultHandshakeHandler
A constructor that accepts a runtime-specific RequestUpgradeStrategy.
defaultHtmlEscape - Variable in class org.springframework.web.servlet.support.RequestContext
 
defaultHtmlEscape - Variable in class org.springframework.web.servlet.tags.HtmlEscapeTag
 
defaultIdGenerator - Static variable in class org.springframework.messaging.MessageHeaders
 
defaultImplType - Variable in class org.springframework.aop.support.DelegatePerTargetObjectIntroductionInterceptor
 
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.
defaultJdbcExceptionTranslator - Variable in class org.springframework.orm.hibernate3.HibernateAccessor
 
defaultJdbcExceptionTranslator - Variable in class org.springframework.orm.hibernate3.HibernateTransactionManager
 
DefaultJdoDialect - Class in org.springframework.orm.jdo
Default implementation of the JdoDialect interface.
DefaultJdoDialect() - Constructor for class org.springframework.orm.jdo.DefaultJdoDialect
Create a new DefaultJdoDialect.
DefaultJdoDialect(Object) - Constructor for class org.springframework.orm.jdo.DefaultJdoDialect
Create a new DefaultJdoDialect.
DefaultJdoDialect.DataStoreConnectionHandle - Class in org.springframework.orm.jdo
ConnectionHandle implementation that fetches a new JDO DataStoreConnection for every getConnection call and closes the Connection on releaseConnection.
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
 
defaultJtaDataSource - Variable in class org.springframework.orm.jpa.persistenceunit.DefaultPersistenceUnitManager
 
DefaultKeyGenerator - Class in org.springframework.cache.interceptor
Deprecated.
as of Spring 4.0, in favor of SimpleKeyGenerator or custom KeyGenerator implementations based on hash codes
DefaultKeyGenerator() - Constructor for class org.springframework.cache.interceptor.DefaultKeyGenerator
Deprecated.
 
DefaultLifecycleProcessor - Class in org.springframework.context.support
Default implementation of the LifecycleProcessor strategy.
DefaultLifecycleProcessor() - Constructor for class org.springframework.context.support.DefaultLifecycleProcessor
 
DefaultLifecycleProcessor.LifecycleGroup - Class in org.springframework.context.support
Helper class for maintaining a group of Lifecycle beans that should be started and stopped together based on their 'phase' value (or the default value of 0).
DefaultLifecycleProcessor.LifecycleGroupMember - Class in org.springframework.context.support
Adapts the Comparable interface onto the lifecycle phase model.
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.
DefaultListableBeanFactory.DependencyObjectFactory - Class in org.springframework.beans.factory.support
Serializable ObjectFactory for lazy resolution of a dependency.
DefaultListableBeanFactory.DependencyProvider - Class in org.springframework.beans.factory.support
Serializable ObjectFactory for lazy resolution of a dependency.
DefaultListableBeanFactory.DependencyProviderFactory - Class in org.springframework.beans.factory.support
Separate inner class for avoiding a hard dependency on the javax.inject API.
DefaultListableBeanFactory.SerializedBeanFactoryReference - Class in org.springframework.beans.factory.support
Minimal id reference to the factory.
defaultListenerMethod - Variable in class org.springframework.jms.listener.adapter.MessageListenerAdapter
 
DefaultLobCreator() - Constructor for class org.springframework.jdbc.support.lob.DefaultLobHandler.DefaultLobCreator
 
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 an inner class.
defaultLocale - Variable in class org.springframework.context.support.MessageSourceAccessor
 
defaultLocale - Variable in class org.springframework.web.servlet.i18n.AbstractLocaleResolver
 
defaultLocale - Variable in class org.springframework.web.servlet.i18n.CookieLocaleResolver
 
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.
DefaultManagedAwareThreadFactory - Class in org.springframework.scheduling.concurrent
JNDI-based variant of CustomizableThreadFactory, performing a default lookup for JSR-236's "java:comp/DefaultManagedThreadFactory" in a Java EE 7 environment, falling back to the local CustomizableThreadFactory setup if not found.
DefaultManagedAwareThreadFactory() - Constructor for class org.springframework.scheduling.concurrent.DefaultManagedAwareThreadFactory
 
DefaultManagedTaskExecutor - Class in org.springframework.scheduling.concurrent
JNDI-based variant of ConcurrentTaskExecutor, performing a default lookup for JSR-236's "java:comp/DefaultManagedExecutorService" in a Java EE 7 environment.
DefaultManagedTaskExecutor() - Constructor for class org.springframework.scheduling.concurrent.DefaultManagedTaskExecutor
 
DefaultManagedTaskScheduler - Class in org.springframework.scheduling.concurrent
JNDI-based variant of ConcurrentTaskScheduler, performing a default lookup for JSR-236's "java:comp/DefaultManagedScheduledExecutorService" in a Java EE 7 environment.
DefaultManagedTaskScheduler() - Constructor for class org.springframework.scheduling.concurrent.DefaultManagedTaskScheduler
 
defaultMessage - Variable in class org.springframework.context.support.DefaultMessageSourceResolvable
 
DefaultMessageCodesResolver - Class in org.springframework.validation
Default implementation of the MessageCodesResolver interface.
DefaultMessageCodesResolver() - Constructor for class org.springframework.validation.DefaultMessageCodesResolver
 
DefaultMessageCodesResolver.Format - Enum in org.springframework.validation
Common message code formats.
DefaultMessageListenerContainer - Class in org.springframework.jms.listener
Message listener container variant that uses plain JMS client APIs, 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
 
DefaultMessageListenerContainer.AsyncMessageListenerInvoker - Class in org.springframework.jms.listener
Runnable that performs looped MessageConsumer.receive() calls.
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.
defaultMethodName - Variable in class org.springframework.web.servlet.mvc.multiaction.ParameterMethodNameResolver
 
defaultMimeType - Variable in class org.springframework.messaging.converter.DefaultContentTypeResolver
 
DefaultMockMvcBuilder - Class in org.springframework.test.web.servlet.setup
An concrete implementation of AbstractMockMvcBuilder that simply provides the WebApplicationContext given to it as a constructor argument.
DefaultMockMvcBuilder(WebApplicationContext) - Constructor for class org.springframework.test.web.servlet.setup.DefaultMockMvcBuilder
Protected constructor.
defaultModel - Variable in class org.springframework.web.method.support.ModelAndViewContainer
 
DefaultMultipartActionRequest - Class in org.springframework.web.portlet.multipart
Default implementation of the MultipartActionRequest interface.
DefaultMultipartActionRequest(ActionRequest, MultiValueMap<String, MultipartFile>, Map<String, String[]>, 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[]>, 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.
defaultMultipartResolver - Variable in class org.springframework.web.multipart.support.MultipartFilter
 
DefaultMvcResult - Class in org.springframework.test.web.servlet
A simple implementation of MvcResult with setters.
DefaultMvcResult(MockHttpServletRequest, MockHttpServletResponse) - Constructor for class org.springframework.test.web.servlet.DefaultMvcResult
Create a new instance with the given request and response.
defaultNamespace - Variable in class org.springframework.mock.web.portlet.MockPortletConfig
 
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.
defaultNamespaceUri - Variable in class org.springframework.util.xml.SimpleNamespaceContext
 
defaultObject - Variable in class org.springframework.jndi.JndiObjectFactoryBean
 
DefaultParameterNameDiscoverer - Class in org.springframework.core
Default implementation of the ParameterNameDiscoverer strategy interface, using the Java 8 standard reflection mechanism (if available), and falling back to the ASM-based LocalVariableTableParameterNameDiscoverer for checking debug information in the class file.
DefaultParameterNameDiscoverer() - Constructor for class org.springframework.core.DefaultParameterNameDiscoverer
 
defaultParentBean - Variable in class org.springframework.beans.factory.support.PropertiesBeanDefinitionReader
 
defaultParentView - Variable in class org.springframework.web.servlet.view.ResourceBundleViewResolver
 
DefaultPersistenceUnitManager - Class in org.springframework.orm.jpa.persistenceunit
Default implementation of the PersistenceUnitManager interface.
DefaultPersistenceUnitManager() - Constructor for class org.springframework.orm.jpa.persistenceunit.DefaultPersistenceUnitManager
 
defaultPersistenceUnitName - Variable in class org.springframework.orm.jpa.persistenceunit.DefaultPersistenceUnitManager
 
defaultPersistenceUnitName - Variable in class org.springframework.orm.jpa.support.PersistenceAnnotationBeanPostProcessor
 
defaultPersistenceUnitRootLocation - Variable in 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.
defaultProfiles - Variable in class org.springframework.core.env.AbstractEnvironment
 
defaultProperties - Variable in class org.springframework.jms.listener.endpoint.StandardJmsActivationSpecFactory
 
DefaultPropertiesPersister - Class in org.springframework.util
Default implementation of the PropertiesPersister interface.
DefaultPropertiesPersister() - Constructor for class org.springframework.util.DefaultPropertiesPersister
 
defaultProtocolHandler - Variable in class org.springframework.web.socket.messaging.SubProtocolWebSocketHandler
 
defaultProxyMode - Variable in class org.springframework.context.annotation.AnnotationScopeMetadataResolver
 
defaultProxyTargetClass - Variable in class org.springframework.scripting.support.ScriptFactoryPostProcessor
 
defaultRefreshCheckDelay - Variable in class org.springframework.scripting.support.ScriptFactoryPostProcessor
 
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
 
defaultRequest(RequestBuilder) - Method in class org.springframework.test.web.servlet.setup.AbstractMockMvcBuilder
Define default request properties that should be merged into all performed requests.
defaultRequestBuilder - Variable in class org.springframework.test.web.servlet.MockMvc
 
defaultRequestBuilder - Variable in class org.springframework.test.web.servlet.setup.AbstractMockMvcBuilder
 
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.
DefaultResourceLoader.ClassPathContextResource - Class in org.springframework.core.io
ClassPathResource that explicitly expresses a context-relative path through implementing the ContextResource interface.
DefaultResponseCreator - Class in org.springframework.test.web.client.response
A ResponseCreator with builder-style methods for adding response details.
DefaultResponseCreator(HttpStatus) - Constructor for class org.springframework.test.web.client.response.DefaultResponseCreator
Protected constructor.
defaultResponseDestination - Variable in class org.springframework.jms.listener.adapter.MessageListenerAdapter
 
DefaultResponseErrorHandler - Class in org.springframework.web.client
Default implementation of the ResponseErrorHandler interface.
DefaultResponseErrorHandler() - Constructor for class org.springframework.web.client.DefaultResponseErrorHandler
 
defaultResultHandlers - Variable in class org.springframework.test.web.servlet.MockMvc
 
defaultResultMatchers - Variable in class org.springframework.test.web.servlet.MockMvc
 
defaultRetriever - Variable in class org.springframework.context.event.AbstractApplicationEventMulticaster
 
defaultRollback - Variable in class org.springframework.test.context.transaction.TransactionConfigurationAttributes
 
defaults - Variable in class org.springframework.beans.factory.xml.BeanDefinitionParserDelegate
 
defaultSchema - Variable in class org.springframework.jdbc.core.metadata.OracleTableMetaDataProvider
 
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
 
DefaultServletHandlerBeanDefinitionParser - Class in org.springframework.web.servlet.config
BeanDefinitionParser that parses a default-servlet-handler element to register a DefaultServletHttpRequestHandler.
DefaultServletHandlerBeanDefinitionParser() - Constructor for class org.springframework.web.servlet.config.DefaultServletHandlerBeanDefinitionParser
 
DefaultServletHandlerConfigurer - Class in org.springframework.web.servlet.config.annotation
Configures a request handler for serving static resources by forwarding the request to the Servlet container's "default" Servlet.
DefaultServletHandlerConfigurer(ServletContext) - Constructor for class org.springframework.web.servlet.config.annotation.DefaultServletHandlerConfigurer
defaultServletHandlerMapping() - Method in class org.springframework.web.servlet.config.annotation.WebMvcConfigurationSupport
Return a handler mapping ordered at Integer.MAX_VALUE with a mapped default servlet handler.
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
 
defaultServletName - Variable in class org.springframework.mock.web.MockServletContext
 
defaultServletName - Variable in 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
 
DefaultSockJsFrameFormat - Class in org.springframework.web.socket.sockjs.frame
 
DefaultSockJsFrameFormat(String) - Constructor for class org.springframework.web.socket.sockjs.frame.DefaultSockJsFrameFormat
 
DefaultSockJsService - Class in org.springframework.web.socket.sockjs.transport.handler
A default implementation of SockJsService with all default TransportHandler implementations pre-registered.
DefaultSockJsService(TaskScheduler) - Constructor for class org.springframework.web.socket.sockjs.transport.handler.DefaultSockJsService
Create a DefaultSockJsService with default handler types.
DefaultSockJsService(TaskScheduler, TransportHandler...) - Constructor for class org.springframework.web.socket.sockjs.transport.handler.DefaultSockJsService
Create a DefaultSockJsService with overridden handler types replacing the corresponding default handler implementation.
DefaultSockJsService(TaskScheduler, Collection<TransportHandler>) - Constructor for class org.springframework.web.socket.sockjs.transport.handler.DefaultSockJsService
Create a DefaultSockJsService with overridden handler types replacing the corresponding default handler implementation.
defaultSockJsTaskScheduler() - Method in class org.springframework.web.socket.config.annotation.WebSocketConfigurationSupport
The default TaskScheduler to use if none is configured via SockJsServiceRegistration.setTaskScheduler(org.springframework.scheduling.TaskScheduler), i.e.
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.
defaultStatusCode - Variable in class org.springframework.web.servlet.handler.SimpleMappingExceptionResolver
 
defaultStrategies - Static variable in class org.springframework.web.context.ContextLoader
 
defaultStrategies - Static variable in class org.springframework.web.portlet.DispatcherPortlet
 
defaultStrategies - Static variable in class org.springframework.web.servlet.DispatcherServlet
 
DefaultSubscriptionRegistry - Class in org.springframework.messaging.simp.broker
A default, simple in-memory implementation of SubscriptionRegistry.
DefaultSubscriptionRegistry() - Constructor for class org.springframework.messaging.simp.broker.DefaultSubscriptionRegistry
 
DefaultSubscriptionRegistry.DestinationCache - Class in org.springframework.messaging.simp.broker
Provide direct lookup of session subscriptions by destination (for non-pattern destinations).
DefaultSubscriptionRegistry.SessionSubscriptionInfo - Class in org.springframework.messaging.simp.broker
Hold subscriptions for a session.
DefaultSubscriptionRegistry.SessionSubscriptionRegistry - Class in org.springframework.messaging.simp.broker
Provide access to session subscriptions by sessionId.
defaultTargetDataSource - Variable in class org.springframework.jdbc.datasource.lookup.AbstractRoutingDataSource
 
DefaultTestContext - Class in org.springframework.test.context
Default implementation of the TestContext interface.
DefaultTestContext(Class<?>, ContextCache) - Constructor for class org.springframework.test.context.DefaultTestContext
Delegates to DefaultTestContext.DefaultTestContext(Class, ContextCache, String) with a value of null for the default ContextLoader class name.
DefaultTestContext(Class<?>, ContextCache, String) - Constructor for class org.springframework.test.context.DefaultTestContext
Construct a new test context for the supplied test class and context cache and parse the corresponding @ContextConfiguration or @ContextHierarchy annotation, if present.
defaultThemeName - Variable in class org.springframework.web.servlet.theme.AbstractThemeResolver
 
defaultThemeName - Variable in class org.springframework.web.servlet.theme.CookieThemeResolver
 
defaultTimeout - Variable in class org.springframework.transaction.support.AbstractPlatformTransactionManager
 
defaultTimeZone - Variable in class org.springframework.web.servlet.i18n.AbstractLocaleContextResolver
 
defaultTimeZone - Variable in class org.springframework.web.servlet.i18n.CookieLocaleResolver
 
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 - Variable in class org.springframework.jdbc.datasource.LazyConnectionDataSourceProxy
 
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.
DefaultTypeProvider() - Constructor for class org.springframework.core.SerializableTypeWrapper.DefaultTypeProvider
 
defaultUriComponentsContributor - Static variable in class org.springframework.web.servlet.mvc.method.annotation.MvcUriComponentsBuilder
 
defaultUrl - Variable in class org.springframework.web.servlet.ResourceServlet
 
defaultUserDestinationPrefix - Variable in class org.springframework.messaging.simp.annotation.support.SendToMethodReturnValueHandler
 
DefaultUserDestinationResolver - Class in org.springframework.messaging.simp.user
A default implementation of UserDestinationResolver that relies on the UserSessionRegistry provided to the constructor to find the sessionIds associated with a user and then uses the sessionId to make the target destination unique.
DefaultUserDestinationResolver(UserSessionRegistry) - Constructor for class org.springframework.messaging.simp.user.DefaultUserDestinationResolver
Create an instance that will access user session id information through the provided registry.
DefaultUserDestinationResolver.DestinationInfo - Class in org.springframework.messaging.simp.user
 
DefaultUserSessionRegistry - Class in org.springframework.messaging.simp.user
A default thread-safe implementation of UserSessionRegistry.
DefaultUserSessionRegistry() - Constructor for class org.springframework.messaging.simp.user.DefaultUserSessionRegistry
 
defaultValue - Variable in class org.springframework.jmx.export.metadata.ManagedAttribute
 
defaultValue - Variable in class org.springframework.messaging.handler.annotation.support.AbstractNamedValueMethodArgumentResolver.NamedValueInfo
 
defaultValue - Variable in class org.springframework.web.method.annotation.AbstractNamedValueMethodArgumentResolver.NamedValueInfo
 
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
 
DefaultVariableResolver() - Constructor for class org.springframework.core.ResolvableType.DefaultVariableResolver
 
defaultViews - Variable in class org.springframework.web.servlet.view.ContentNegotiatingViewResolver
 
defensiveCopyOfArgs - Variable in class org.springframework.aop.aspectj.MethodInvocationProceedingJoinPoint
 
DefensiveShadowMatch(ShadowMatch, ShadowMatch) - Constructor for class org.springframework.aop.aspectj.AspectJExpressionPointcut.DefensiveShadowMatch
 
DEFERRED_IMPORT_COMPARATOR - Static variable in class org.springframework.context.annotation.ConfigurationClassParser
 
deferredCloseHolder - Static variable in class org.springframework.orm.hibernate3.SessionFactoryUtils
 
DeferredImportSelector - Interface in org.springframework.context.annotation
A variation of ImportSelector that runs after all @Configuration beans have been processed.
DeferredImportSelectorHolder(ConfigurationClass, DeferredImportSelector) - Constructor for class org.springframework.context.annotation.ConfigurationClassParser.DeferredImportSelectorHolder
 
deferredImportSelectors - Variable in class org.springframework.context.annotation.ConfigurationClassParser
 
deferredProperties - Variable in class org.springframework.beans.factory.groovy.GroovyBeanDefinitionReader
 
DeferredProperty(GroovyBeanDefinitionWrapper, String, Object) - Constructor for class org.springframework.beans.factory.groovy.GroovyBeanDefinitionReader.DeferredProperty
 
DeferredQueryInvocationHandler(Query, EntityManager) - Constructor for class org.springframework.orm.jpa.SharedEntityManagerCreator.DeferredQueryInvocationHandler
 
DeferredResult<T> - Class in org.springframework.web.context.request.async
DeferredResult provides an alternative to using a Callable for asynchronous request processing.
DeferredResult() - Constructor for class org.springframework.web.context.request.async.DeferredResult
Create a DeferredResult.
DeferredResult(long) - Constructor for class org.springframework.web.context.request.async.DeferredResult
Create a DeferredResult with a timeout value.
DeferredResult(Long, Object) - Constructor for class org.springframework.web.context.request.async.DeferredResult
Create a DeferredResult with a timeout value and a default result to use in case of timeout.
DeferredResult.DeferredResultHandler - Interface in org.springframework.web.context.request.async
Handles a DeferredResult value when set.
DeferredResultInterceptorChain - Class in org.springframework.web.context.request.async
Assists with the invocation of DeferredResultProcessingInterceptor's.
DeferredResultInterceptorChain(List<DeferredResultProcessingInterceptor>) - Constructor for class org.springframework.web.context.request.async.DeferredResultInterceptorChain
 
deferredResultInterceptors - Variable in class org.springframework.web.context.request.async.WebAsyncManager
 
deferredResultInterceptors - Variable in class org.springframework.web.servlet.config.annotation.AsyncSupportConfigurer
 
deferredResultInterceptors - Variable in class org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter
 
DeferredResultMethodReturnValueHandler - Class in org.springframework.web.servlet.mvc.method.annotation
Handles return values of type DeferredResult.
DeferredResultMethodReturnValueHandler() - Constructor for class org.springframework.web.servlet.mvc.method.annotation.DeferredResultMethodReturnValueHandler
 
DeferredResultProcessingInterceptor - Interface in org.springframework.web.context.request.async
Intercepts concurrent request handling, where the concurrent result is obtained by waiting for a DeferredResult to be set from a thread chosen by the application (e.g.
DeferredResultProcessingInterceptorAdapter - Class in org.springframework.web.context.request.async
Abstract adapter class for the DeferredResultProcessingInterceptor interface for simplified implementation of individual methods.
DeferredResultProcessingInterceptorAdapter() - Constructor for class org.springframework.web.context.request.async.DeferredResultProcessingInterceptorAdapter
 
definesVariable(String) - Method in class org.springframework.expression.spel.ExpressionState.VariableScope
 
definition - Variable in class org.springframework.beans.factory.access.SingletonBeanFactoryLocator.BeanFactoryGroup
 
definition - Variable in class org.springframework.beans.factory.groovy.GroovyBeanDefinitionWrapper
 
definition - Variable in class org.springframework.transaction.jta.WebSphereUowTransactionManager.UOWActionAdapter
 
definitions - Variable in class org.springframework.web.servlet.view.tiles2.TilesConfigurer
 
definitions - Variable in class org.springframework.web.servlet.view.tiles3.TilesConfigurer
 
definitionsFactoryClass - Variable in class org.springframework.web.servlet.view.tiles2.TilesConfigurer
 
definitionsFactoryClass - Variable in class org.springframework.web.servlet.view.tiles3.TilesConfigurer
 
definitionWrapper - Variable in class org.springframework.beans.factory.groovy.GroovyBeanDefinitionWrapper
 
DEFS_ELEMENT - Static variable in class org.springframework.cache.config.CacheAdviceParser
 
delay - Variable in class org.springframework.scheduling.commonj.ScheduledTimerListener
 
delay - Variable in class org.springframework.scheduling.concurrent.ScheduledExecutorTask
 
delegate - Variable in class org.springframework.aop.support.DelegatingIntroductionInterceptor
Object that actually implements the interfaces.
delegate - Variable in class org.springframework.beans.ExtendedBeanInfo
 
delegate - Variable in class org.springframework.beans.factory.xml.DefaultBeanDefinitionDocumentReader
 
delegate - Variable in class org.springframework.beans.factory.xml.ParserContext
 
delegate - Variable in class org.springframework.context.event.GenericApplicationListenerAdapter
 
delegate - Variable in class org.springframework.context.event.SourceFilteringListener
 
delegate - Variable in class org.springframework.context.weaving.AspectJWeavingEnabler.AspectJClassBypassingClassFileTransformer
 
delegate - Variable in class org.springframework.jca.work.DelegatingWork
 
delegate - Variable in class org.springframework.jms.listener.adapter.MessageListenerAdapter
 
delegate - Variable in class org.springframework.scheduling.commonj.DelegatingWork
 
delegate - Variable in class org.springframework.scheduling.concurrent.ThreadPoolTaskScheduler.DelegatingErrorHandlingCallable
 
delegate - Variable in class org.springframework.scheduling.quartz.DelegatingJob
 
delegate - Variable in class org.springframework.scheduling.support.DelegatingErrorHandlingRunnable
 
delegate - Variable in class org.springframework.test.web.servlet.setup.PatternMappingFilterProxy
 
delegate - Variable in class org.springframework.web.client.RestTemplate.ResponseEntityResponseExtractor
 
delegate - Variable in class org.springframework.web.filter.DelegatingFilterProxy
 
delegate - Variable in class org.springframework.web.servlet.mvc.multiaction.MultiActionController
Object we'll invoke methods on.
delegate - Variable in class org.springframework.web.socket.handler.WebSocketHandlerDecorator
 
delegate - Variable in class org.springframework.web.socket.handler.WebSocketSessionDecorator
 
DELEGATE_REF - Static variable in class org.springframework.aop.config.ConfigBeanDefinitionParser
 
delegateConnectionClosed(CloseStatus) - Method in class org.springframework.web.socket.sockjs.transport.session.AbstractSockJsSession
Invoked in reaction to the underlying connection being closed by the remote side (or the WebSocket container) in order to perform cleanup and notify the WebSocketHandler.
delegateConnectionEstablished() - Method in class org.springframework.web.socket.sockjs.transport.session.AbstractSockJsSession
 
delegateError(Throwable) - Method in class org.springframework.web.socket.sockjs.transport.session.AbstractSockJsSession
 
delegateLoading(SmartContextLoader, MergedContextConfiguration) - Static method in class org.springframework.test.context.support.AbstractDelegatingSmartContextLoader
 
delegateMap - Variable in class org.springframework.aop.support.DelegatePerTargetObjectIntroductionInterceptor
Hold weak references to keys as we don't want to interfere with garbage collection..
delegateMessages(String[]) - Method in class org.springframework.web.socket.sockjs.transport.session.AbstractSockJsSession
 
delegateMonitor - Variable in class org.springframework.web.filter.DelegatingFilterProxy
 
DelegatePerTargetObjectIntroductionInterceptor - Class in org.springframework.aop.support
Convenient implementation of the IntroductionInterceptor interface.
DelegatePerTargetObjectIntroductionInterceptor(Class<?>, Class<?>) - Constructor for class org.springframework.aop.support.DelegatePerTargetObjectIntroductionInterceptor
 
delegateProcessing(SmartContextLoader, ContextConfigurationAttributes) - Static method in class org.springframework.test.context.support.AbstractDelegatingSmartContextLoader
 
delegates - Variable in class org.springframework.dao.support.ChainedPersistenceExceptionTranslator
List of PersistenceExceptionTranslators
delegates - Variable in class org.springframework.jms.connection.ChainedExceptionListener
List of ExceptionListeners
delegates - Variable in class org.springframework.web.servlet.config.annotation.WebMvcConfigurerComposite
 
delegateServlet - Variable in class org.springframework.mock.web.MockFilterChain.ServletFilterProxy
 
DELEGATING_TRANSFORMER_CLASS_NAME - Static variable in class org.springframework.instrument.classloading.jboss.JBossModulesAdapter
 
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
javax.jms.ConnectionFactory implementation that delegates all calls to a given target javax.jms.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.
DelegatingErrorHandlingCallable(Callable<V>, ErrorHandler) - Constructor for class org.springframework.scheduling.concurrent.ThreadPoolTaskScheduler.DelegatingErrorHandlingCallable
 
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
Create a new DelegatingFilterProxy.
DelegatingFilterProxy(Filter) - Constructor for class org.springframework.web.filter.DelegatingFilterProxy
Create a new DelegatingFilterProxy with the given Filter delegate.
DelegatingFilterProxy(String, WebApplicationContext) - Constructor for class org.springframework.web.filter.DelegatingFilterProxy
Create a new DelegatingFilterProxy that will retrieve the named target bean from the given Spring WebApplicationContext.
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 org.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
 
DelegatingPortletConfig(String, PortletContext, PortletConfig) - Constructor for class org.springframework.web.portlet.handler.SimplePortletPostProcessor.DelegatingPortletConfig
 
DelegatingPortletConfig() - Constructor for class org.springframework.web.portlet.mvc.PortletWrappingController.DelegatingPortletConfig
 
DelegatingServletConfig(String, ServletContext) - Constructor for class org.springframework.web.servlet.handler.SimpleServletPostProcessor.DelegatingServletConfig
 
DelegatingServletConfig() - Constructor for class org.springframework.web.servlet.mvc.ServletWrappingController.DelegatingServletConfig
 
DelegatingServletConfig() - Constructor for class org.springframework.web.servlet.view.freemarker.FreeMarkerView.DelegatingServletConfig
 
DelegatingServletInputStream - Class in org.springframework.mock.web
Delegating implementation of javax.servlet.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 javax.servlet.ServletOutputStream.
DelegatingServletOutputStream(OutputStream) - Constructor for class org.springframework.mock.web.DelegatingServletOutputStream
Create a DelegatingServletOutputStream for the given target stream.
DelegatingSmartContextLoader - Class in org.springframework.test.context.support
DelegatingSmartContextLoader is a concrete implementation of AbstractDelegatingSmartContextLoader that delegates to a GenericXmlContextLoader and an AnnotationConfigContextLoader.
DelegatingSmartContextLoader() - Constructor for class org.springframework.test.context.support.DelegatingSmartContextLoader
 
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
 
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.
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.
delegatingTransformer - Variable in class org.springframework.instrument.classloading.jboss.JBossModulesAdapter
 
DelegatingWebMvcConfiguration - Class in org.springframework.web.servlet.config.annotation
A sub-class of WebMvcConfigurationSupport that detects and delegates to all beans of type WebMvcConfigurer allowing them to customize the configuration provided by WebMvcConfigurationSupport.
DelegatingWebMvcConfiguration() - Constructor for class org.springframework.web.servlet.config.annotation.DelegatingWebMvcConfiguration
 
DelegatingWebSocketConfiguration - Class in org.springframework.web.socket.config.annotation
A variation of WebSocketConfigurationSupport that detects implementations of WebSocketConfigurer in Spring configuration and invokes them in order to configure WebSocket request handling.
DelegatingWebSocketConfiguration() - Constructor for class org.springframework.web.socket.config.annotation.DelegatingWebSocketConfiguration
 
DelegatingWebSocketMessageBrokerConfiguration - Class in org.springframework.web.socket.config.annotation
A WebSocketMessageBrokerConfigurationSupport extension that detects beans of type WebSocketMessageBrokerConfigurer and delegates to all of them allowing callback style customization of the configuration provided in WebSocketMessageBrokerConfigurationSupport.
DelegatingWebSocketMessageBrokerConfiguration() - Constructor for class org.springframework.web.socket.config.annotation.DelegatingWebSocketMessageBrokerConfiguration
 
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.
DelegatingWorkAdapter(Work, WorkListener, boolean) - Constructor for class org.springframework.jca.work.SimpleTaskWorkManager.DelegatingWorkAdapter
 
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(Object) - Method in interface org.springframework.orm.hibernate4.HibernateOperations
Delete the given persistent instance.
delete(Object, LockMode) - Method in interface org.springframework.orm.hibernate4.HibernateOperations
Delete the given persistent instance.
delete(String, Object) - Method in interface org.springframework.orm.hibernate4.HibernateOperations
Delete the given persistent instance.
delete(String, Object, LockMode) - Method in interface org.springframework.orm.hibernate4.HibernateOperations
Delete the given persistent instance.
delete(Object) - Method in class org.springframework.orm.hibernate4.HibernateTemplate
 
delete(Object, LockMode) - Method in class org.springframework.orm.hibernate4.HibernateTemplate
 
delete(String, Object) - Method in class org.springframework.orm.hibernate4.HibernateTemplate
 
delete(String, Object, LockMode) - Method in class org.springframework.orm.hibernate4.HibernateTemplate
 
delete(String, Object...) - Static method in class org.springframework.test.web.servlet.request.MockMvcRequestBuilders
Create a MockHttpServletRequestBuilder for a DELETE request.
delete(URI) - Static method in class org.springframework.test.web.servlet.request.MockMvcRequestBuilders
Create a MockHttpServletRequestBuilder for a DELETE request.
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.AsyncRestOperations
Asynchronously delete the resources at the specified URI.
delete(String, Map<String, ?>) - Method in interface org.springframework.web.client.AsyncRestOperations
Asynchronously delete the resources at the specified URI.
delete(URI) - Method in interface org.springframework.web.client.AsyncRestOperations
Asynchronously delete the resources at the specified URI.
delete(String, Object...) - Method in class org.springframework.web.client.AsyncRestTemplate
 
delete(String, Map<String, ?>) - Method in class org.springframework.web.client.AsyncRestTemplate
 
delete(URI) - Method in class org.springframework.web.client.AsyncRestTemplate
 
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
 
deleteAll(Collection<?>) - Method in interface org.springframework.orm.hibernate4.HibernateOperations
Delete all given persistent instances.
deleteAll(Collection<?>) - Method in class org.springframework.orm.hibernate4.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.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(JdbcTemplate, String...) - Static method in class org.springframework.test.jdbc.JdbcTestUtils
Delete all rows from the specified tables.
deleteFromTableWhere(String, String, Object...) - Method in class org.springframework.test.context.junit4.AbstractTransactionalJUnit4SpringContextTests
Convenience method for deleting all rows from the given table, using the provided WHERE clause.
deleteFromTableWhere(String, String, Object...) - Method in class org.springframework.test.context.testng.AbstractTransactionalTestNGSpringContextTests
Convenience method for deleting all rows from the given table, using the provided WHERE clause.
deleteFromTableWhere(JdbcTemplate, String, String, Object...) - Static method in class org.springframework.test.jdbc.JdbcTestUtils
Delete rows from the given table, using the provided WHERE clause.
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.
DELIMITER - Static variable in class org.springframework.core.convert.support.CollectionToStringConverter
 
delimiter - Variable in class org.springframework.web.servlet.tags.form.AbstractMultiCheckedElementTag
Delimiter to use between each 'input type="checkbox/radio"' tags.
delimiter - Variable in class org.springframework.web.servlet.tags.form.ErrorsTag
 
DELIMITER_PREFIX - Static variable in class org.springframework.beans.factory.xml.SimpleConstructorNamespaceHandler
 
delistResource(XAResource, int) - Method in class org.springframework.transaction.jta.ManagedTransactionAdapter
 
deliveryDelay - Variable in class org.springframework.jms.core.JmsTemplate
 
deliveryMode - Variable in class org.springframework.jms.connection.CachedMessageProducer
 
deliveryMode - Variable in class org.springframework.jms.core.JmsTemplate
 
dependenciesForBeanMap - Variable in class org.springframework.beans.factory.support.DefaultSingletonBeanRegistry
Map between depending bean names: bean name --> Set of bean names for the bean's dependencies
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_ATTRIBUTE - Static variable in class org.springframework.scripting.config.ScriptBeanDefinitionParser
 
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
 
dependencyCheck - Variable in class org.springframework.beans.factory.support.AbstractBeanDefinition
 
dependencyCheck - Variable in class org.springframework.beans.factory.support.BeanDefinitionDefaults
 
dependencyCheck - Variable in class org.springframework.beans.factory.wiring.BeanWiringInfo
 
dependencyCheck - Variable in class org.springframework.beans.factory.xml.DocumentDefaultsDefinition
 
dependencyComparator - Variable in class org.springframework.beans.factory.support.DefaultListableBeanFactory
Optional OrderComparator for dependency Lists and arrays
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.
DependencyDescriptor(DependencyDescriptor) - Constructor for class org.springframework.beans.factory.config.DependencyDescriptor
Copy constructor.
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
 
DependencyObjectFactory(DependencyDescriptor, String) - Constructor for class org.springframework.beans.factory.support.DefaultListableBeanFactory.DependencyObjectFactory
 
DependencyProvider(DependencyDescriptor, String) - Constructor for class org.springframework.beans.factory.support.DefaultListableBeanFactory.DependencyProvider
 
DependencyProviderFactory() - Constructor for class org.springframework.beans.factory.support.DefaultListableBeanFactory.DependencyProviderFactory
 
dependentBeanMap - Variable in class org.springframework.beans.factory.support.DefaultSingletonBeanRegistry
Map between dependent bean names: bean name --> Set of dependent bean names
DEPENDS_ON_ATTRIBUTE - Static variable in class org.springframework.beans.factory.xml.BeanDefinitionParserDelegate
 
DEPENDS_ON_ATTRIBUTE - Static variable in class org.springframework.scripting.config.ScriptBeanDefinitionParser
 
dependsOn - Variable in class org.springframework.beans.factory.support.AbstractBeanDefinition
 
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
 
DerbyEmbeddedDatabaseConfigurer - Class in org.springframework.jdbc.datasource.embedded
EmbeddedDatabaseConfigurer for the Apache Derby database 10.6+.
DerbyEmbeddedDatabaseConfigurer() - Constructor for class org.springframework.jdbc.datasource.embedded.DerbyEmbeddedDatabaseConfigurer
 
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
 
desc - Variable in class org.springframework.asm.Context
The descriptor of the method currently being parsed.
desc - Variable in class org.springframework.asm.FieldWriter
The index of the constant pool item that contains the descriptor of this field.
desc - Variable in class org.springframework.asm.Handle
The descriptor of the field or method designated by this handle.
desc - Variable in class org.springframework.asm.Handler
Internal name of the type of exceptions handled by this handler, or null to catch any exceptions.
desc - Variable in class org.springframework.asm.MethodWriter
The index of the constant pool item that contains the descriptor of this method.
describeMismatchMethod - Static variable in class org.springframework.test.util.MatcherAssertionErrors
 
description - Variable in class org.springframework.aop.config.AdvisorComponentDefinition
 
description - Variable in class org.springframework.aop.config.PointcutComponentDefinition
 
description - Variable in class org.springframework.beans.factory.support.AbstractBeanDefinition
 
Description - Annotation Type in org.springframework.context.annotation
Adds a textual description to bean definitions derived from Component or Bean.
description - Variable in class org.springframework.core.io.ByteArrayResource
 
description - Variable in class org.springframework.core.io.DescriptiveResource
 
description - Variable in class org.springframework.core.io.InputStreamResource
 
description - Variable in class org.springframework.jmx.export.metadata.AbstractJmxAttribute
 
description - Variable in class org.springframework.jmx.export.metadata.ManagedNotification
 
description - Variable in class org.springframework.jmx.export.metadata.ManagedOperationParameter
 
description - Variable in class org.springframework.scheduling.quartz.CronTriggerFactoryBean
 
description - Variable in class org.springframework.scheduling.quartz.JobDetailFactoryBean
 
description - Variable in class org.springframework.scheduling.quartz.SimpleTriggerFactoryBean
 
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.
descriptor - Variable in class org.springframework.asm.MethodWriter
The descriptor of this method.
descriptor - Variable in class org.springframework.beans.factory.support.DefaultListableBeanFactory.DependencyObjectFactory
 
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.
deserializer - Variable in class org.springframework.core.serializer.support.DeserializingConverter
 
deserializers - Variable in class org.springframework.http.converter.json.Jackson2ObjectMapperFactoryBean
 
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.
destination - Variable in class org.springframework.jms.connection.CachingConnectionFactory.DestinationCacheKey
 
destination - Variable in class org.springframework.jms.listener.AbstractMessageListenerContainer
 
DESTINATION_ATTRIBUTE - Static variable in class org.springframework.jms.config.AbstractListenerContainerParser
 
DESTINATION_HEADER - Static variable in class org.springframework.messaging.simp.SimpMessageHeaderAccessor
 
DESTINATION_RESOLVER_ATTRIBUTE - Static variable in class org.springframework.jms.config.AbstractListenerContainerParser
 
DESTINATION_TEMPLATE_VARIABLES_HEADER - Static variable in class org.springframework.messaging.handler.annotation.support.DestinationVariableMethodArgumentResolver
 
DESTINATION_TYPE_ATTRIBUTE - Static variable in class org.springframework.jms.config.AbstractListenerContainerParser
 
DESTINATION_TYPE_DURABLE_TOPIC - Static variable in class org.springframework.jms.config.AbstractListenerContainerParser
 
DESTINATION_TYPE_QUEUE - Static variable in class org.springframework.jms.config.AbstractListenerContainerParser
 
DESTINATION_TYPE_TOPIC - Static variable in class org.springframework.jms.config.AbstractListenerContainerParser
 
destinationCache - Variable in class org.springframework.jms.support.destination.JndiDestinationResolver
 
destinationCache - Variable in class org.springframework.messaging.simp.broker.DefaultSubscriptionRegistry
 
DestinationCache() - Constructor for class org.springframework.messaging.simp.broker.DefaultSubscriptionRegistry.DestinationCache
 
DestinationCacheKey(Destination) - Constructor for class org.springframework.jms.connection.CachingConnectionFactory.DestinationCacheKey
 
destinationConditions - Variable in class org.springframework.messaging.simp.SimpMessageMappingInfo
 
destinationEquals(CachingConnectionFactory.DestinationCacheKey) - Method in class org.springframework.jms.connection.CachingConnectionFactory.DestinationCacheKey
 
DestinationInfo(String, String, String, Set<String>) - Constructor for class org.springframework.messaging.simp.user.DefaultUserDestinationResolver.DestinationInfo
 
destinationLookup - Variable in class org.springframework.messaging.handler.invocation.AbstractMethodMessageHandler
 
destinationName - Variable in class org.springframework.jms.listener.endpoint.JmsActivationSpecConfig
 
DestinationNameHolder(String, boolean) - Constructor for class org.springframework.jms.listener.adapter.MessageListenerAdapter.DestinationNameHolder
 
DestinationPatternsMessageCondition - Class in org.springframework.messaging.handler
A MessageCondition for matching the destination of a Message against one or more destination patterns using a PathMatcher.
DestinationPatternsMessageCondition(String...) - Constructor for class org.springframework.messaging.handler.DestinationPatternsMessageCondition
Creates a new instance with the given destination patterns.
DestinationPatternsMessageCondition(String[], PathMatcher) - Constructor for class org.springframework.messaging.handler.DestinationPatternsMessageCondition
Additional constructor with flags for using suffix pattern (.*) and trailing slash matches.
DestinationPatternsMessageCondition(Collection<String>, PathMatcher) - Constructor for class org.springframework.messaging.handler.DestinationPatternsMessageCondition
 
destinationPrefix - Variable in class org.springframework.messaging.simp.user.DefaultUserDestinationResolver
 
destinationPrefixes - Variable in class org.springframework.messaging.handler.invocation.AbstractMethodMessageHandler
 
destinationPrefixes - Variable in class org.springframework.messaging.simp.broker.AbstractBrokerMessageHandler
 
destinationPrefixes - Variable in class org.springframework.messaging.simp.config.AbstractBrokerRegistration
 
destinationRequired - Static variable in enum org.springframework.messaging.simp.stomp.StompCommand
 
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.
DestinationResolutionException - Exception in org.springframework.messaging.core
Thrown by a DestinationResolver when it cannot resolve a destination.
DestinationResolutionException(String) - Constructor for exception org.springframework.messaging.core.DestinationResolutionException
 
DestinationResolutionException(String, Throwable) - Constructor for exception org.springframework.messaging.core.DestinationResolutionException
 
destinationResolver - Variable in class org.springframework.jms.listener.adapter.MessageListenerAdapter
 
destinationResolver - Variable in class org.springframework.jms.listener.endpoint.StandardJmsActivationSpecFactory
 
destinationResolver - Variable in class org.springframework.jms.remoting.JmsInvokerClientInterceptor
 
DestinationResolver - Interface in org.springframework.jms.support.destination
Strategy interface for resolving JMS destinations.
destinationResolver - Variable in class org.springframework.jms.support.destination.JmsDestinationAccessor
 
destinationResolver - Variable in class org.springframework.messaging.core.AbstractDestinationResolvingMessagingTemplate
 
DestinationResolver<D> - Interface in org.springframework.messaging.core
Strategy for resolving a String destination name into an actual destination of type <D>.
DestinationResolvingMessageReceivingOperations<D> - Interface in org.springframework.messaging.core
Extends MessageReceivingOperations and adds operations for receiving messages from a destination specified as a (resolvable) String name.
DestinationResolvingMessageRequestReplyOperations<D> - Interface in org.springframework.messaging.core
Extends MessageRequestReplyOperations and adds operations for sending and receiving messages to and from a destination specified as a (resolvable) String name.
DestinationResolvingMessageSendingOperations<D> - Interface in org.springframework.messaging.core
Extends MessageSendingOperations and adds operations for sending messages to a destination specified as a (resolvable) String name.
destinationString - Variable in class org.springframework.jms.connection.CachingConnectionFactory.DestinationCacheKey
 
DestinationUserNameProvider - Interface in org.springframework.messaging.simp.user
An interface to be implemented in addition to Principal when Principal.getName() is not globally unique enough for use in user destinations.
DestinationVariable - Annotation Type in org.springframework.messaging.handler.annotation
Annotation that indicates a method parameter should be bound to a template variable in a destination template string.
DestinationVariableMethodArgumentResolver - Class in org.springframework.messaging.handler.annotation.support
Resolves method parameters annotated with @DestinationVariable.
DestinationVariableMethodArgumentResolver(ConversionService) - Constructor for class org.springframework.messaging.handler.annotation.support.DestinationVariableMethodArgumentResolver
 
DestinationVariableMethodArgumentResolver.DestinationVariableNamedValueInfo - Class in org.springframework.messaging.handler.annotation.support
 
DestinationVariableNamedValueInfo(DestinationVariable) - Constructor for class org.springframework.messaging.handler.annotation.support.DestinationVariableMethodArgumentResolver.DestinationVariableNamedValueInfo
 
destinationWithoutPrefix - Variable in class org.springframework.messaging.simp.user.DefaultUserDestinationResolver.DestinationInfo
 
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.support.DisposableBeanAdapter
 
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.cache.jcache.JCacheManagerFactoryBean
 
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.HttpComponentsAsyncClientHttpRequestFactory
 
destroy() - Method in class org.springframework.http.client.HttpComponentsClientHttpRequestFactory
Shutdown hook that closes the underlying ClientConnectionManager'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.init.DataSourceInitializer
Use the database cleaner to clean up the database.
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.mock.web.MockFilterChain.ServletFilterProxy
 
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.hibernate4.LocalSessionFactoryBean
 
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.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.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.concurrent.ForkJoinPoolFactoryBean
 
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.scripting.support.ScriptFactoryPostProcessor
Destroy the inner bean factory (used for scripts) on shutdown.
destroy() - Method in class org.springframework.test.web.servlet.setup.PatternMappingFilterProxy
 
destroy() - Method in class org.springframework.validation.beanvalidation.LocalValidatorFactoryBean
 
destroy() - Method in class org.springframework.web.context.support.ServletContextScope
Invoke all registered destruction callbacks.
destroy() - Method in class org.springframework.web.filter.CompositeFilter
Clean up all the filters supplied, calling each one's destroy method in turn, but in reverse order.
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.tiles3.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.socket.adapter.standard.ConvertingEncoderDecoderSupport
 
destroy(T) - Method in class org.springframework.web.socket.handler.BeanCreatingHandlerProvider
 
destroy(WebSocketSession) - Method in class org.springframework.web.socket.handler.PerConnectionWebSocketHandler
 
DESTROY_METHOD - Static variable in class org.springframework.beans.factory.groovy.GroovyBeanDefinitionWrapper
 
DESTROY_METHOD_ATTRIBUTE - Static variable in class org.springframework.beans.factory.xml.BeanDefinitionParserDelegate
 
DESTROY_METHOD_ATTRIBUTE - Static variable in class org.springframework.scripting.config.ScriptBeanDefinitionParser
 
destroyAnnotationType - Variable in class org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor
 
destroyBean(Object) - Method in interface org.springframework.beans.factory.config.AutowireCapableBeanFactory
Destroy the given bean instance (typically coming from AutowireCapableBeanFactory.createBean(java.lang.Class<T>)), applying the DisposableBean contract as well as registered DestructionAwareBeanPostProcessors.
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(Object) - Method in class org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory
 
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.
destroyBean(Object) - Method in class org.springframework.test.web.servlet.setup.StubWebApplicationContext.StubBeanFactory
 
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.
destroyMethod - Variable in class org.springframework.beans.factory.support.DisposableBeanAdapter
 
destroyMethod - Variable in class org.springframework.beans.factory.xml.DocumentDefaultsDefinition
 
destroyMethodName - Variable in class org.springframework.beans.factory.support.AbstractBeanDefinition
 
destroyMethodName - Variable in class org.springframework.beans.factory.support.BeanDefinitionDefaults
 
destroyMethodName - Variable in class org.springframework.beans.factory.support.DisposableBeanAdapter
 
destroyMethods - Variable in class org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor.LifecycleMetadata
 
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.DefaultListableBeanFactory
 
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.
destructionCallback - Variable in class org.springframework.web.context.request.DestructionCallbackBindingListener
 
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.
destructionCallbacks - Variable in class org.springframework.web.context.support.ServletContextScope
 
destructionCallbacks - Variable in class org.springframework.web.portlet.context.PortletContextScope
 
detectAllHandlerAdapters - Variable in class org.springframework.web.portlet.DispatcherPortlet
Detect all HandlerAdapters or just expect "handlerAdapter" bean?
detectAllHandlerAdapters - Variable in class org.springframework.web.servlet.DispatcherServlet
Detect all HandlerAdapters or just expect "handlerAdapter" bean?
detectAllHandlerExceptionResolvers - Variable in class org.springframework.web.portlet.DispatcherPortlet
Detect all HandlerExceptionResolvers or just expect "handlerExceptionResolver" bean?
detectAllHandlerExceptionResolvers - Variable in class org.springframework.web.servlet.DispatcherServlet
Detect all HandlerExceptionResolvers or just expect "handlerExceptionResolver" bean?
detectAllHandlerMappings - Variable in class org.springframework.web.portlet.DispatcherPortlet
Detect all HandlerMappings or just expect "handlerMapping" bean?
detectAllHandlerMappings - Variable in class org.springframework.web.servlet.DispatcherServlet
Detect all HandlerMappings or just expect "handlerMapping" bean?
detectAllViewResolvers - Variable in class org.springframework.web.portlet.DispatcherPortlet
Detect all ViewResolvers or just expect "viewResolver" bean?
detectAllViewResolvers - Variable in class org.springframework.web.servlet.DispatcherServlet
Detect all ViewResolvers or just expect "viewResolver" bean?
detectAnnotationExceptionMappings(Method, List<Class<? extends Throwable>>) - Method in class org.springframework.web.method.annotation.ExceptionHandlerMethodResolver
 
detectDefaultConfigurationClasses(Class<?>) - Method in class org.springframework.test.context.support.AnnotationConfigContextLoader
Detect the default configuration classes for the supplied test class.
detectDefaultConfigurationClasses(Class<?>) - Static method in class org.springframework.test.context.support.AnnotationConfigContextLoaderUtils
Detect the default configuration classes for the supplied test class.
detectDefaultConfigurationClasses(Class<?>) - Method in class org.springframework.test.context.web.AnnotationConfigWebContextLoader
Detect the default configuration classes for the supplied test class.
detectExceptionMappings(Method) - Method in class org.springframework.web.method.annotation.ExceptionHandlerMethodResolver
Extract exception mappings from the @ExceptionHandler annotation first, and then as a fallback from the method signature itself.
detectHandlerMethods(Object) - Method in class org.springframework.messaging.handler.invocation.AbstractMethodMessageHandler
Detect if the given handler has any methods that can handle messages and if so register it with the extracted mapping information.
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.
detectHandlerMethods(Object) - Method in class org.springframework.web.servlet.handler.AbstractHandlerMethodMapping
Look for handler methods in a handler.
detectHandlerMethodsInAncestorContexts - Variable in class org.springframework.web.servlet.handler.AbstractHandlerMethodMapping
 
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.
detectHandlersInAncestorContexts - Variable in class org.springframework.web.servlet.handler.AbstractDetectingUrlHandlerMapping
 
detectMappedInterceptors(List<MappedInterceptor>) - Method in class org.springframework.web.servlet.handler.AbstractHandlerMapping
Detect beans of type MappedInterceptor and add them to the list of mapped interceptors.
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.
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.
determineAdviceType() - Method in class org.springframework.aop.aspectj.annotation.InstantiationModelAwarePointcutAdvisorImpl
Duplicates some logic from getAdvice, but importantly does not force creation of the advice.
determineAnnotationType(A) - Method in class org.springframework.aop.aspectj.annotation.AbstractAspectJAdvisorFactory.AspectJAnnotation
 
determineAsyncExecutor(Method) - Method in class org.springframework.aop.interceptor.AsyncExecutionAspectSupport
Determine the specific executor to use when executing the given method.
determineBeanNameFor(Method) - Static method in class org.springframework.context.annotation.BeanAnnotationHelper
 
determineBeanNameFromAnnotation(AnnotatedBeanDefinition) - Method in class org.springframework.context.annotation.AnnotationBeanNameGenerator
Derive a bean name from one of the annotations on the class.
determineBshObjectType(String, ClassLoader) - Static method in class org.springframework.scripting.bsh.BshScriptUtils
Evaluate the specified BeanShell script based on the given script source, returning the Class defined by the script.
determineCacheOperations(AnnotatedElement) - Method in class org.springframework.cache.annotation.AnnotationCacheOperationSource
Determine the cache operation(s) for the given method or 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.
determineCommonAncestor(Class<?>, Class<?>) - Static method in class org.springframework.util.ClassUtils
Determine the common ancestor of the given classes, if any.
determineCommonType(Class<?>, Class<?>) - Method in class org.springframework.expression.spel.ast.Projection
 
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.
determineContextInitializerClasses(ServletContext) - Method in class org.springframework.web.context.ContextLoader
Return the ApplicationContextInitializer implementation classes to use if any have been specified by ContextLoader.CONTEXT_INITIALIZER_CLASSES_PARAM.
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.
determineDefaultPersistenceUnitRootUrl() - Method in class org.springframework.orm.jpa.persistenceunit.DefaultPersistenceUnitManager
Try to determine the persistence unit root URL based on the given "defaultPersistenceUnitRootLocation".
determineDefaultPhase(Method) - Method in class org.springframework.web.portlet.mvc.annotation.AnnotationMethodHandlerAdapter.PortletHandlerMethodResolver
 
determineDefaultTimeZone(HttpServletRequest) - Method in class org.springframework.web.servlet.i18n.CookieLocaleResolver
Determine the default time zone for the given request, Called if no TimeZone cookie has been found.
determineDefaultTimeZone(HttpServletRequest) - Method in class org.springframework.web.servlet.i18n.SessionLocaleResolver
Determine the default time zone for the given request, Called if no TimeZone session attribute has been found.
determineDestroyMethod() - Method in class org.springframework.beans.factory.support.DisposableBeanAdapter
 
determineEncoding(String, String) - Method in class org.springframework.web.multipart.commons.CommonsFileUploadSupport
 
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.
determineHandlerSupportedProtocols(WebSocketHandler) - Method in class org.springframework.web.socket.server.support.DefaultHandshakeHandler
Determine the sub-protocols supported by the given WebSocketHandler by checking whether it is an instance of SubProtocolCapable.
determinePersistenceUnitInfo(PersistenceUnitManager) - Method in class org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean
Determine the PersistenceUnitInfo to use for the EntityManagerFactory created by this bean.
determinePersistenceUnitRootUrl(Resource) - Method in class org.springframework.orm.jpa.persistenceunit.PersistenceUnitReader
Determine the persistence unit root URL based on the given resource (which points to the persistence.xml file we're reading).
determinePoolSizeRange(BeanWrapper) - Method in class org.springframework.scheduling.config.TaskExecutorFactoryBean
 
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(AnnotationAttributes) - 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<? extends Exception>) - 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.
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
Deprecated.
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
determineUrlsForHandlerMethods(Class<?>, boolean) - Method in class org.springframework.web.servlet.mvc.annotation.DefaultAnnotationHandlerMapping
Deprecated.
Derive URL mappings from the handler's method-level mappings.
determineUrlsForHandlerMethods(Class<?>) - Method in class org.springframework.web.servlet.mvc.annotation.DefaultAnnotationHandlerMapping
Deprecated.
Derive URL mappings from the handler's method-level mappings.
determineUser(ServerHttpRequest, WebSocketHandler, Map<String, Object>) - Method in class org.springframework.web.socket.server.support.DefaultHandshakeHandler
A method that can be used to associate a user with the WebSocket session in the process of being established.
determineValidationGroups(MethodInvocation) - Method in class org.springframework.validation.beanvalidation.MethodValidationInterceptor
Determine the validation groups to validate against for the given method invocation.
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, first checking against the "excludedExecptions", then searching the "exceptionMappings", and finally using the "defaultErrorView" as a fallback.
digest(String, byte[]) - Static method in class org.springframework.util.DigestUtils
 
digestAsHexChars(String, byte[]) - Static method in class org.springframework.util.DigestUtils
 
digestAsHexString(String, byte[]) - Static method in class org.springframework.util.DigestUtils
 
DigestUtils - Class in org.springframework.util
Miscellaneous methods for calculating digests.
DigestUtils() - Constructor for class org.springframework.util.DigestUtils
 
DIM - Static variable in class org.springframework.asm.Frame
Mask to get the dimension of a frame type.
dimensions - Variable in class org.springframework.expression.spel.ast.ConstructorReference
 
dimensions - Variable in class org.springframework.expression.spel.ast.TypeReference
 
dir - Variable in class org.springframework.web.servlet.tags.form.AbstractHtmlElementTag
 
DIR_ATTRIBUTE - Static variable in class org.springframework.web.servlet.tags.form.AbstractHtmlElementTag
 
directFieldAccess - Variable in class org.springframework.web.bind.support.ConfigurableWebBindingInitializer
 
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.
directFieldAccessor - Variable in class org.springframework.validation.DirectFieldBindingResult
 
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.
DIRECTIVE_NO_STORE - Static variable in class org.springframework.web.filter.ShallowEtagHeaderFilter
 
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.
DirtiesContext.HierarchyMode - Enum in org.springframework.test.annotation
Defines modes which determine how the context cache is cleared when @DirtiesContext is used in a test whose context is configured as part of a hierarchy via @ContextHierarchy.
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, DirtiesContext.HierarchyMode) - Method in class org.springframework.test.context.support.DirtiesContextTestExecutionListener
disableCaching - Variable in class org.springframework.web.servlet.view.json.MappingJackson2JsonView
 
disableCaching - Variable in class org.springframework.web.servlet.view.json.MappingJacksonJsonView
Deprecated.
 
disabled - Variable in class org.springframework.cache.ehcache.EhCacheFactoryBean
 
disabled - Variable in class org.springframework.web.servlet.tags.form.AbstractHtmlInputElementTag
 
disabled - Variable in class org.springframework.web.servlet.tags.form.ButtonTag
 
disabled - Variable in class org.springframework.web.servlet.tags.form.HiddenInputTag
 
disabled - Variable in class org.springframework.web.servlet.tags.form.OptionsTag
 
disabled - Variable in class org.springframework.web.servlet.tags.form.OptionTag
 
DISABLED_ATTRIBUTE - Static variable in class org.springframework.web.servlet.tags.form.AbstractHtmlInputElementTag
The name of the 'disabled' attribute.
DISABLED_ATTRIBUTE - Static variable in class org.springframework.web.servlet.tags.form.ButtonTag
The name of the 'disabled' attribute.
DISABLED_ATTRIBUTE - Static variable in class org.springframework.web.servlet.tags.form.HiddenInputTag
The name of the 'disabled' attribute.
DISABLED_ATTRIBUTE - Static variable in class org.springframework.web.servlet.tags.form.OptionTag
The name of the 'disabled' attribute.
disableFilters(Session) - Method in class org.springframework.orm.hibernate3.HibernateAccessor
Disable the specified filters on the given Session.
disableFilters(Session) - Method in class org.springframework.orm.hibernate4.HibernateTemplate
Disable the specified filters on the given Session.
disableHeartbeat() - Method in class org.springframework.web.socket.sockjs.transport.session.AbstractSockJsSession
 
disableHeartbeat() - Method in interface org.springframework.web.socket.sockjs.transport.SockJsSession
Disable SockJS heartbeat, presumably because a higher level protocol has heartbeats enabled for the session.
disableIndenting(Transformer) - Static method in class org.springframework.util.xml.TransformerUtils
Disable indenting for the supplied Transformer.
disallowedFields - Variable in class org.springframework.validation.DataBinder
 
disassemble(Object) - Method in class org.springframework.orm.hibernate3.support.AbstractLobType
This implementation returns the passed-in value as-is.
disconnect(CloseStatus) - Method in class org.springframework.web.socket.sockjs.transport.session.AbstractHttpSockJsSession
 
disconnect(CloseStatus) - Method in class org.springframework.web.socket.sockjs.transport.session.AbstractSockJsSession
Actually close the underlying WebSocket session or in the case of HTTP transports complete the underlying request.
disconnect(CloseStatus) - Method in class org.springframework.web.socket.sockjs.transport.session.WebSocketServerSockJsSession
 
disconnectDelay - Variable in class org.springframework.web.socket.config.annotation.SockJsServiceRegistration
 
disconnectDelay - Variable in class org.springframework.web.socket.sockjs.support.AbstractSockJsService
 
DISCONNECTED_CLIENT_LOG_CATEGORY - Static variable in class org.springframework.web.socket.sockjs.transport.session.AbstractSockJsSession
Log category to use on network IO exceptions after a client has gone away.
disconnectedClientExceptions - Static variable in class org.springframework.web.socket.sockjs.transport.session.AbstractSockJsSession
 
disconnectedClientLogger - Static variable in class org.springframework.web.socket.sockjs.transport.session.AbstractSockJsSession
Separate logger to use on network IO failure after a client has gone away.
discoveredReturningGenericType - Variable in class org.springframework.aop.aspectj.AbstractAspectJAdvice
 
discoveredReturningType - Variable in class org.springframework.aop.aspectj.AbstractAspectJAdvice
 
discoveredThrowingType - Variable in class org.springframework.aop.aspectj.AbstractAspectJAdvice
 
dispatch() - Method in class org.springframework.mock.web.MockAsyncContext
 
dispatch(String) - Method in class org.springframework.mock.web.MockAsyncContext
 
dispatch(ServletContext, String) - Method in class org.springframework.mock.web.MockAsyncContext
 
dispatch() - Method in interface org.springframework.web.context.request.async.AsyncWebRequest
Dispatch the request to the container in order to resume processing after concurrent execution in an application thread.
dispatch() - Method in class org.springframework.web.context.request.async.NoSupportAsyncWebRequest
 
dispatch() - Method in class org.springframework.web.context.request.async.StandardServletAsyncWebRequest
 
DISPATCH_ADVISED - Static variable in class org.springframework.aop.framework.CglibAopProxy
 
DISPATCH_TARGET - Static variable in class org.springframework.aop.framework.CglibAopProxy
 
dispatchedPath - Variable in class org.springframework.mock.web.MockAsyncContext
 
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
Create a new DispatcherServlet that will create its own internal web application context based on defaults and values provided through servlet init-params.
DispatcherServlet(WebApplicationContext) - Constructor for class org.springframework.web.servlet.DispatcherServlet
Create a new DispatcherServlet with the given web application context.
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.
dispatcherType - Variable in class org.springframework.mock.web.MockHttpServletRequest
 
dispatchHandlers - Variable in class org.springframework.mock.web.MockAsyncContext
 
dispatchOptions - Variable in class org.springframework.test.web.servlet.setup.AbstractMockMvcBuilder
 
dispatchOptions(boolean) - Method in class org.springframework.test.web.servlet.setup.AbstractMockMvcBuilder
Should the DispatcherServlet dispatch OPTIONS request to controllers.
dispatchOptionsRequest - Variable in class org.springframework.web.servlet.FrameworkServlet
Should we dispatch an HTTP OPTIONS request to FrameworkServlet.doService(HttpServletRequest, HttpServletResponse)?
dispatchTraceRequest - Variable in class org.springframework.web.servlet.FrameworkServlet
Should we dispatch an HTTP TRACE request to FrameworkServlet.doService(HttpServletRequest, HttpServletResponse)?
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.
displayName - Variable in class org.springframework.context.support.AbstractApplicationContext
Display name
displayName - Variable in class org.springframework.jmx.export.metadata.ManagedMetric
 
displayName - Variable in class org.springframework.test.web.servlet.setup.StubWebApplicationContext
 
DisposableBean - Interface in org.springframework.beans.factory
Interface to be implemented by beans that want to release resources on destruction.
DisposableBeanAdapter - Class in org.springframework.beans.factory.support
Adapter that implements the DisposableBean and Runnable interfaces performing various destruction steps on a given bean instance: DestructionAwareBeanPostProcessors; the bean implementing DisposableBean itself; a custom destroy method specified on the bean definition.
DisposableBeanAdapter(Object, String, RootBeanDefinition, List<BeanPostProcessor>, AccessControlContext) - Constructor for class org.springframework.beans.factory.support.DisposableBeanAdapter
Create a new DisposableBeanAdapter for the given bean.
DisposableBeanAdapter(Object, List<BeanPostProcessor>, AccessControlContext) - Constructor for class org.springframework.beans.factory.support.DisposableBeanAdapter
Create a new DisposableBeanAdapter for the given bean.
DisposableBeanAdapter(Object, String, boolean, boolean, String, List<DestructionAwareBeanPostProcessor>) - Constructor for class org.springframework.beans.factory.support.DisposableBeanAdapter
Create a new DisposableBeanAdapter for the given bean.
DisposableBeanMethodInterceptor() - Constructor for class org.springframework.context.annotation.ConfigurationClassEnhancer.DisposableBeanMethodInterceptor
 
disposableBeans - Variable in class org.springframework.beans.factory.support.DefaultSingletonBeanRegistry
Disposable bean instances: bean name --> disposable instance
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.
DLOAD - Static variable in interface org.springframework.asm.Opcodes
 
DMUL - Static variable in interface org.springframework.asm.Opcodes
 
DNEG - Static variable in interface org.springframework.asm.Opcodes
 
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.
doAddHeaderValue(String, Object, boolean) - Method in class org.springframework.mock.web.MockHttpServletRequest
 
doAddHeaderValue(String, Object, boolean) - Method in class org.springframework.mock.web.MockHttpServletResponse
 
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.hibernate4.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, boolean, Object[], boolean) - Method in class org.springframework.web.bind.annotation.support.HandlerMethodInvoker
 
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.
doBind(WebDataBinder, NativeWebRequest) - Method in class org.springframework.web.portlet.mvc.annotation.AnnotationMethodHandlerAdapter.PortletHandlerMethodInvoker
 
doBind(WebDataBinder, NativeWebRequest) - Method in class org.springframework.web.servlet.mvc.annotation.AnnotationMethodHandlerAdapter.ServletHandlerMethodInvoker
Deprecated.
 
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.hibernate4.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.
doCloseConnection(Connection, DataSource) - Static method in class org.springframework.jdbc.datasource.DataSourceUtils
Close the Connection, unless a SmartDataSource doesn't want us to.
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.hibernate4.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.
doConvert(Object, Class<T>, MethodParameter, Field) - Method in class org.springframework.beans.TypeConverterSupport
 
doConvertFromMessage(Message) - Method in class org.springframework.jms.core.JmsTemplate
Extract the content from the given JMS message.
doConvertTextValue(Object, String, PropertyEditor) - Method in class org.springframework.beans.TypeConverterDelegate
Convert the given text value using the given property editor.
doConvertValue(Object, Object, Class<?>, PropertyEditor) - Method in class org.springframework.beans.TypeConverterDelegate
Convert the value to the required type (if necessary from a String), using the given property editor.
doCopyRecursively(File, File) - Static method in class org.springframework.util.FileSystemUtils
Actually copy the contents of the src file/directory to the dest file/directory.
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(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.
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.
DOCTYPE - Static variable in class org.springframework.util.xml.XmlValidationModeDetector
The token in a XML document that declares the DTD to use for validation and thus that DTD validation is being used.
docTypeInternalSubset - Variable in class org.springframework.oxm.jibx.JibxMarshaller
 
docTypePublicId - Variable in class org.springframework.oxm.jibx.JibxMarshaller
 
docTypeRootElementName - Variable in class org.springframework.oxm.jibx.JibxMarshaller
 
doctypes - Variable in class org.springframework.oxm.castor.CastorMarshaller
 
docTypeSystemId - Variable in class org.springframework.oxm.jibx.JibxMarshaller
 
document - Variable in class org.springframework.util.xml.DomContentHandler
 
documentBuilderFactory - Variable in class org.springframework.oxm.support.AbstractMarshaller
 
documentBuilderFactoryMonitor - Variable in class org.springframework.oxm.support.AbstractMarshaller
 
DocumentDefaultsDefinition - Class in org.springframework.beans.factory.xml
Simple JavaBean that holds the defaults specified at the &lt;beans&gt; 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.
documentLoader - Variable in class org.springframework.beans.factory.xml.XmlBeanDefinitionReader
 
documentReaderClass - Variable in class org.springframework.beans.factory.xml.XmlBeanDefinitionReader
 
doDelete(HttpServletRequest, HttpServletResponse) - Method in class org.springframework.web.servlet.FrameworkServlet
doDispatch(PortletRequestDispatcher, PortletRequest, MimeResponse) - Method in class org.springframework.web.portlet.DispatcherPortlet
Perform a dispatch on the given PortletRequestDispatcher.
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.ArgumentTag
 
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.ButtonTag
Closes the 'button' block tag.
doEndTag() - Method in class org.springframework.web.servlet.tags.form.FormTag
Closes the 'form' block tag and removes the form object name from the javax.servlet.jsp.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.MessageTag
Resolves the message, escapes it if demanded, and writes it to the page (or exposes it as variable).
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.
doesNotExist(String) - Method in class org.springframework.test.util.JsonPathExpectationsHelper
Evaluate the JSON path and assert it doesn't point to any content.
doesNotExist(String) - Method in class org.springframework.test.util.XpathExpectationsHelper
Apply the XPath expression and assert the resulting content does not exist.
doesNotExist() - Method in class org.springframework.test.web.client.match.JsonPathRequestMatchers
Evaluate the JSON path and assert the resulting content exists.
doesNotExist() - Method in class org.springframework.test.web.client.match.XpathRequestMatchers
Assert that content does not exist at the given XPath.
doesNotExist(String) - Method in class org.springframework.test.web.servlet.result.CookieResultMatchers
Assert a cookie does not exist.
doesNotExist(String) - Method in class org.springframework.test.web.servlet.result.HeaderResultMatchers
Assert that the named response header does not exist.
doesNotExist() - Method in class org.springframework.test.web.servlet.result.JsonPathResultMatchers
Evaluate the JSON path and assert not content was found.
doesNotExist() - Method in class org.springframework.test.web.servlet.result.XpathResultMatchers
Evaluate the XPath and assert that content doesn't exist.
doesNotHoldNonDefaultSession() - Method in class org.springframework.orm.hibernate3.SessionHolder
 
doEvaluate(String, Class, javax.servlet.jsp.el.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(HibernateCallback<T>, boolean) - Method in class org.springframework.orm.hibernate4.HibernateTemplate
Execute the action specified by the given action object within a Session.
doExecute(URI, HttpMethod, AsyncRequestCallback, ResponseExtractor<T>) - Method in class org.springframework.web.client.AsyncRestTemplate
Execute the given method on the provided URI.
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.HttpComponentsHttpInvokerRequestExecutor
Execute the given request through the 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.
doFillReport(JasperReport, Map<String, Object>, DataSource) - Method in class org.springframework.web.servlet.view.jasperreports.AbstractJasperReportsView
Fill the given report using the given JDBC DataSource and model.
doFilter(ServletRequest, ServletResponse) - Method in class org.springframework.mock.web.MockFilterChain
Invoke registered Filters and/or Servlet also saving the request and response.
doFilter(ServletRequest, ServletResponse, FilterChain) - Method in class org.springframework.mock.web.MockFilterChain.ServletFilterProxy
 
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.test.web.servlet.setup.PatternMappingFilterProxy
 
doFilter(ServletRequest, ServletResponse, FilterChain) - Method in class org.springframework.web.filter.CompositeFilter
Forms a temporary chain from the list of delegate filters supplied (CompositeFilter.setFilters(List)) and executes them in order.
doFilter(ServletRequest, ServletResponse) - Method in class org.springframework.web.filter.CompositeFilter.VirtualFilterChain
 
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.hibernate4.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.HttpPutFormContentFilter
 
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 within a single request thread.
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(String, Class<T>) - Method in class org.springframework.core.annotation.AnnotationAttributes
 
doGet(HttpServletRequest, HttpServletResponse) - Method in class org.springframework.web.context.support.LiveBeansViewServlet
 
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
 
doGetActiveProfiles() - Method in class org.springframework.core.env.AbstractEnvironment
Return the set of active profiles as explicitly set through AbstractEnvironment.setActiveProfiles(java.lang.String...) or if the current set of active profiles is empty, check for the presence of the "spring.profiles.active" property and assign its value to the set of active profiles.
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.
doGetBeanNamesForType(Class<?>, boolean, boolean) - Method in class org.springframework.beans.factory.support.DefaultListableBeanFactory
 
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).
doGetDefaultProfiles() - Method in class org.springframework.core.env.AbstractEnvironment
Return the set of default profiles explicitly set via AbstractEnvironment.setDefaultProfiles(String...) or if the current set of default profiles consists only of reserved default profiles, then check for the presence of the "spring.profiles.default" property and assign its value (if any) to the set of default profiles.
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.
doGetObjectFromFactoryBean(FactoryBean<?>, String, boolean) - Method in class org.springframework.beans.factory.support.FactoryBeanRegistrySupport
Obtain an object to expose from the given FactoryBean.
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.
doGetResource(Object) - Static method in class org.springframework.transaction.support.TransactionSynchronizationManager
Actually check the value of the resource that is bound for the given key.
doGetSession(SessionFactory, boolean) - Static method in class org.springframework.orm.hibernate3.SessionFactoryUtils
Get a Hibernate Session for the given SessionFactory.
doGetSession(SessionFactory, Interceptor, SQLExceptionTranslator, boolean) - Static method in class org.springframework.orm.hibernate3.SessionFactoryUtils
Get a Hibernate Session for the given SessionFactory.
doGetSingleton(String, Class<T>) - Method in class org.springframework.jndi.support.SimpleJndiBeanFactory
 
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.hibernate4.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.
doGetTransactionalEntityManager(EntityManagerFactory, Map<?, ?>, boolean) - 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.
doGetType(String) - Method in class org.springframework.jndi.support.SimpleJndiBeanFactory
 
doGetVisitorAttribute() - Static method in class org.springframework.core.io.VfsUtils
 
doHandle(PortletRequest, PortletResponse, Object) - Method in class org.springframework.web.portlet.mvc.annotation.AnnotationMethodHandlerAdapter
 
doHandshake(WebSocketHandler, String, Object...) - Method in class org.springframework.web.socket.client.AbstractWebSocketClient
 
doHandshake(WebSocketHandler, WebSocketHttpHeaders, URI) - Method in class org.springframework.web.socket.client.AbstractWebSocketClient
 
doHandshake(WebSocketHandler, String, Object...) - Method in class org.springframework.web.socket.client.jetty.JettyWebSocketClient
 
doHandshake(WebSocketHandler, String, Object...) - Method in interface org.springframework.web.socket.client.WebSocketClient
 
doHandshake(WebSocketHandler, WebSocketHttpHeaders, URI) - Method in interface org.springframework.web.socket.client.WebSocketClient
 
doHandshake(ServerHttpRequest, ServerHttpResponse, WebSocketHandler, Map<String, Object>) - Method in interface org.springframework.web.socket.server.HandshakeHandler
Initiate the handshake.
doHandshake(ServerHttpRequest, ServerHttpResponse, WebSocketHandler, Map<String, Object>) - Method in class org.springframework.web.socket.server.support.DefaultHandshakeHandler
 
doHandshake(ServerHttpRequest, ServerHttpResponse, WebSocketHandler, Map<String, Object>) - Method in class org.springframework.web.socket.sockjs.transport.handler.WebSocketTransportHandler
 
doHandshakeInternal(WebSocketHandler, HttpHeaders, URI, List<String>, List<WebSocketExtension>, Map<String, Object>) - Method in class org.springframework.web.socket.client.AbstractWebSocketClient
Perform the actual handshake to establish a connection to the server.
doHandshakeInternal(WebSocketHandler, HttpHeaders, URI, List<String>, List<WebSocketExtension>, Map<String, Object>) - Method in class org.springframework.web.socket.client.jetty.JettyWebSocketClient
 
doHandshakeInternal(WebSocketHandler, HttpHeaders, URI, List<String>, List<WebSocketExtension>, Map<String, Object>) - Method in class org.springframework.web.socket.client.standard.StandardWebSocketClient
 
doInCallableStatement(CallableStatement) - Method in interface org.springframework.jdbc.core.CallableStatementCallback
Gets called by JdbcTemplate.execute with an active JDBC CallableStatement.
doInclude(HttpServletRequest, HttpServletResponse, String) - Method in class org.springframework.web.servlet.ResourceServlet
Include the specified resource via the RequestDispatcher.
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.
doInHibernate(Session) - Method in interface org.springframework.orm.hibernate4.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.
doInJms(Session, QueueBrowser) - Method in interface org.springframework.jms.core.BrowserCallback
Perform operations on the given javax.jms.Session and javax.jms.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.
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
 
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
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.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.
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.
doInvokeMethod(Method, Object, Object[]) - Method in class org.springframework.web.portlet.mvc.annotation.AnnotationMethodHandlerExceptionResolver
 
doInvokeMethod(Method, Object, Object[]) - Method in class org.springframework.web.servlet.mvc.annotation.AnnotationMethodHandlerExceptionResolver
Deprecated.
 
doJoinTransaction(boolean) - Method in class org.springframework.orm.jpa.ExtendedEntityManagerCreator.ExtendedEntityManagerInvocationHandler
Join an existing transaction, if not already joined.
doJtaBegin(JtaTransactionObject, TransactionDefinition) - Method in class org.springframework.transaction.jta.JtaTransactionManager
Perform a JTA begin on the JTA UserTransaction or TransactionManager.
doJtaBegin(JtaTransactionObject, TransactionDefinition) - Method in class org.springframework.transaction.jta.WebLogicJtaTransactionManager
 
doJtaResume(JtaTransactionObject, Object) - Method in class org.springframework.transaction.jta.JtaTransactionManager
Perform a JTA resume on the JTA TransactionManager.
doJtaResume(JtaTransactionObject, Object) - Method in class org.springframework.transaction.jta.WebLogicJtaTransactionManager
 
doJtaSuspend(JtaTransactionObject) - Method in class org.springframework.transaction.jta.JtaTransactionManager
Perform a JTA suspend on the JTA TransactionManager.
doLoadBeanDefinitions(InputSource, Resource) - Method in class org.springframework.beans.factory.xml.XmlBeanDefinitionReader
Actually load bean definitions from the specified XML file.
doLoadClass(String) - Method in class org.springframework.instrument.classloading.ShadowingClassLoader
 
doLoadDocument(InputSource, Resource) - Method in class org.springframework.beans.factory.xml.XmlBeanDefinitionReader
Actually load the specified document using the configured DocumentLoader.
domain - Variable in class org.springframework.mock.web.MockSessionCookieConfig
 
domain(String, <any>) - Method in class org.springframework.test.web.servlet.result.CookieResultMatchers
Assert a cookie's domain with a Hamcrest Matcher.
doMarshal(Object, Marshaller) - Method in class org.springframework.oxm.castor.CastorMarshaller
 
doMarshal(Object, HierarchicalStreamWriter, DataHolder) - Method in class org.springframework.oxm.xstream.XStreamMarshaller
Marshals the given graph to the given XStream HierarchicalStreamWriter.
doMatch(String, String, boolean, Map<String, String>) - Method in class org.springframework.util.AntPathMatcher
Actually match the given path against the given pattern.
DomContentHandler - Class in org.springframework.util.xml
SAX ContentHandler that transforms callback calls to DOM Nodes.
DomContentHandler(Node) - Constructor for class org.springframework.util.xml.DomContentHandler
Creates a new instance of the DomContentHandler with the given node.
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
 
done() - Method in class org.springframework.util.concurrent.ListenableFutureTask
 
doNext(Calendar, int) - Method in class org.springframework.scheduling.support.CronSequenceGenerator
 
dontIgnore(Kind) - Method in class org.springframework.aop.aspectj.AspectJWeaverMessageHandler
 
doOptions(HttpServletRequest, HttpServletResponse) - Method in class org.springframework.web.servlet.FrameworkServlet
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.beans.factory.xml.UtilNamespaceHandler.ListBeanDefinitionParser
 
doParse(Element, ParserContext, BeanDefinitionBuilder) - Method in class org.springframework.beans.factory.xml.UtilNamespaceHandler.MapBeanDefinitionParser
 
doParse(Element, ParserContext, BeanDefinitionBuilder) - Method in class org.springframework.beans.factory.xml.UtilNamespaceHandler.PropertiesBeanDefinitionParser
 
doParse(Element, ParserContext, BeanDefinitionBuilder) - Method in class org.springframework.beans.factory.xml.UtilNamespaceHandler.PropertyPathBeanDefinitionParser
 
doParse(Element, ParserContext, BeanDefinitionBuilder) - Method in class org.springframework.beans.factory.xml.UtilNamespaceHandler.SetBeanDefinitionParser
 
doParse(Element, ParserContext, BeanDefinitionBuilder) - Method in class org.springframework.cache.config.CacheAdviceParser
 
doParse(Element, BeanDefinitionBuilder) - Method in class org.springframework.context.config.AbstractPropertyLoadingBeanDefinitionParser
 
doParse(Element, ParserContext, BeanDefinitionBuilder) - Method in class org.springframework.context.config.LoadTimeWeaverBeanDefinitionParser
 
doParse(Element, BeanDefinitionBuilder) - Method in class org.springframework.context.config.PropertyOverrideBeanDefinitionParser
 
doParse(Element, BeanDefinitionBuilder) - Method in class org.springframework.context.config.PropertyPlaceholderBeanDefinitionParser
 
doParse(Element, ParserContext, BeanDefinitionBuilder) - Method in class org.springframework.ejb.config.JndiLookupBeanDefinitionParser
 
doParse(Element, ParserContext, BeanDefinitionBuilder) - Method in class org.springframework.oxm.config.Jaxb2MarshallerBeanDefinitionParser
 
doParse(Element, ParserContext, BeanDefinitionBuilder) - Method in class org.springframework.oxm.config.XmlBeansMarshallerBeanDefinitionParser
 
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
 
doParse(Element, ParserContext, BeanDefinitionBuilder) - Method in class org.springframework.transaction.config.TxAdviceBeanDefinitionParser
 
doParse(String) - Method in class org.springframework.web.bind.ServletRequestUtils.BooleanParser
 
doParse(String) - Method in class org.springframework.web.bind.ServletRequestUtils.DoubleParser
 
doParse(String) - Method in class org.springframework.web.bind.ServletRequestUtils.FloatParser
 
doParse(String) - Method in class org.springframework.web.bind.ServletRequestUtils.IntParser
 
doParse(String) - Method in class org.springframework.web.bind.ServletRequestUtils.LongParser
 
doParse(String) - Method in class org.springframework.web.bind.ServletRequestUtils.ParameterParser
 
doParse(String) - Method in class org.springframework.web.bind.ServletRequestUtils.StringParser
 
doParse(String) - Method in class org.springframework.web.portlet.bind.PortletRequestUtils.BooleanParser
 
doParse(String) - Method in class org.springframework.web.portlet.bind.PortletRequestUtils.DoubleParser
 
doParse(String) - Method in class org.springframework.web.portlet.bind.PortletRequestUtils.FloatParser
 
doParse(String) - Method in class org.springframework.web.portlet.bind.PortletRequestUtils.IntParser
 
doParse(String) - Method in class org.springframework.web.portlet.bind.PortletRequestUtils.LongParser
 
doParse(String) - Method in class org.springframework.web.portlet.bind.PortletRequestUtils.ParameterParser
 
doParse(String) - Method in class org.springframework.web.portlet.bind.PortletRequestUtils.StringParser
 
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.InternalSpelExpressionParser
 
doParseExpression(String, ParserContext) - Method in class org.springframework.expression.spel.standard.SpelExpressionParser
 
doPost(HttpServletRequest, HttpServletResponse) - Method in class org.springframework.web.servlet.FrameworkServlet
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 org.aopalliance.intercept.MethodInterceptor.
doProceed(MethodInvocation) - Method in class org.springframework.aop.support.DelegatingIntroductionInterceptor
Proceed with the supplied org.aopalliance.intercept.MethodInterceptor.
doProcess(AnnotatedElement, String, boolean, AnnotatedElementUtils.Processor<T>, Set<AnnotatedElement>, int) - Static method in class org.springframework.core.annotation.AnnotatedElementUtils
Perform the search algorithm for the AnnotatedElementUtils.process(java.lang.reflect.AnnotatedElement, java.lang.String, boolean, org.springframework.core.annotation.AnnotatedElementUtils.Processor<T>) method, avoiding endless recursion by tracking which annotated elements have already been visited.
doProcessConfigurationClass(ConfigurationClass, ConfigurationClassParser.SourceClass) - Method in class org.springframework.context.annotation.ConfigurationClassParser
Apply processing and build a complete ConfigurationClass by reading the annotations, members and methods from the source class.
doProcessProperties(ConfigurableListableBeanFactory, StringValueResolver) - Method in class org.springframework.beans.factory.config.PlaceholderConfigurerSupport
 
doPut(HttpServletRequest, HttpServletResponse) - Method in class org.springframework.web.servlet.FrameworkServlet
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.
doReceive(MessageConsumer, long) - Method in class org.springframework.jms.core.JmsTemplate
Actually receive a message from the given consumer.
doReceive(D) - Method in class org.springframework.messaging.core.AbstractMessagingTemplate
 
doReceive(MessageChannel) - Method in class org.springframework.messaging.core.GenericMessagingTemplate
 
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.
doRegisterBeanDefinitions(Element) - Method in class org.springframework.beans.factory.xml.DefaultBeanDefinitionDocumentReader
Register each bean definition within the given root <beans/> element.
doRegisterEditor(PropertyEditorRegistry, Class<?>, PropertyEditor) - Method in class org.springframework.beans.support.ResourceEditorRegistrar
Override default editor, if possible (since that's what we really mean to do here); otherwise register as a custom editor.
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<String, ?>, 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.
doRenderFromCollection(Collection<?>, TagWriter) - Method in class org.springframework.web.servlet.tags.form.OptionWriter
Renders the inner 'option' tags using the supplied Collection of objects as the source.
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.
doResolveBeanClass(RootBeanDefinition, Class<?>...) - Method in class org.springframework.beans.factory.support.AbstractBeanFactory
 
doResolveDependency(DependencyDescriptor, 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.AbstractHandlerMethodExceptionResolver
 
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
Deprecated.
 
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
 
doResolveHandlerMethodException(HttpServletRequest, HttpServletResponse, HandlerMethod, Exception) - Method in class org.springframework.web.servlet.handler.AbstractHandlerMethodExceptionResolver
Actually resolve the given exception that got thrown during on handler execution, returning a ModelAndView that represents a specific error page if appropriate.
doResolveHandlerMethodException(HttpServletRequest, HttpServletResponse, HandlerMethod, Exception) - Method in class org.springframework.web.servlet.mvc.method.annotation.ExceptionHandlerExceptionResolver
Find an @ExceptionHandler method and invoke it to handle the raised exception.
doResolvePlaceholders(String, PropertyPlaceholderHelper) - Method in class org.springframework.core.env.AbstractPropertyResolver
 
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.hibernate4.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.
doResumeSynchronization(List<TransactionSynchronization>) - Method in class org.springframework.transaction.support.AbstractPlatformTransactionManager
Reactivate transaction synchronization for the current thread and resume all given synchronizations.
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.
doRetrieveMatchingJarEntries(String, String, Set<Resource>) - Method in class org.springframework.web.context.support.ServletContextResourcePatternResolver
Extract entries from the given jar by pattern.
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.hibernate4.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.
doRollbackOnCommitException(DefaultTransactionStatus, Throwable) - Method in class org.springframework.transaction.support.AbstractPlatformTransactionManager
Invoke doRollback, handling rollback exceptions properly.
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(MimeMessage[], Object[]) - Method in class org.springframework.mail.javamail.JavaMailSenderImpl
Actually send the given array of MimeMessages via JavaMail.
doSend(D, Message<?>) - Method in class org.springframework.messaging.core.AbstractMessageSendingTemplate
 
doSend(MessageChannel, Message<?>) - Method in class org.springframework.messaging.core.GenericMessagingTemplate
 
doSend(String, Message<?>) - Method in class org.springframework.messaging.simp.SimpMessagingTemplate
 
doSendAndReceive(D, Message<?>) - Method in class org.springframework.messaging.core.AbstractMessagingTemplate
 
doSendAndReceive(MessageChannel, Message<?>) - Method in class org.springframework.messaging.core.GenericMessagingTemplate
 
doService(HttpServletRequest, HttpServletResponse) - Method in class org.springframework.web.servlet.DispatcherServlet
Exposes the DispatcherServlet-specific request attributes and delegates to DispatcherServlet.doDispatch(HttpServletRequest, 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.hibernate4.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.
doSetValue(PreparedStatement, int, Object) - Method in class org.springframework.jdbc.core.ArgumentPreparedStatementSetter
Set the value for prepared statements specified parameter index using the passed in value.
doSetValue(PreparedStatement, int, int, Object) - Method in class org.springframework.jdbc.core.ArgumentTypePreparedStatementSetter
Set the value for the prepared statement's specified parameter position using the passed in value and type.
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(Map<String, ? extends Lifecycle>, String, boolean) - Method in class org.springframework.context.support.DefaultLifecycleProcessor
Start the specified bean as part of the given set of Lifecycle beans, making sure that any beans that it depends on are started first.
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
 
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(Map<String, ? extends Lifecycle>, String, CountDownLatch, Set<String>) - Method in class org.springframework.context.support.DefaultLifecycleProcessor
Stop the specified bean as part of the given set of Lifecycle beans, making sure that any beans that depends on it are stopped first.
doStop() - Method in class org.springframework.jms.listener.AbstractJmsListeningContainer
Notify all invoker tasks and stop the shared Connection, if any.
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.hibernate4.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.
doSuspendSynchronization() - Method in class org.springframework.transaction.support.AbstractPlatformTransactionManager
Suspend all current synchronizations and deactivate transaction synchronization for the current thread.
doTask(Object, ConcurrentReferenceHashMap<K, V>.Task<T>) - Method in class org.springframework.util.ConcurrentReferenceHashMap
 
doTask(int, Object, ConcurrentReferenceHashMap<K, V>.Task<T>) - Method in class org.springframework.util.ConcurrentReferenceHashMap.Segment
Apply an update operation to this segment.
doTrace(HttpServletRequest, HttpServletResponse) - Method in class org.springframework.web.servlet.FrameworkServlet
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
 
DOUBLE - Static variable in class org.springframework.asm.ClassWriter
The type of CONSTANT_Double constant pool items.
DOUBLE - Static variable in class org.springframework.asm.Frame
The DOUBLE type.
DOUBLE - Static variable in interface org.springframework.asm.Opcodes
 
DOUBLE - Static variable in class org.springframework.asm.Type
The sort of the double type.
DOUBLE_PARSER - Static variable in class org.springframework.web.bind.ServletRequestUtils
 
DOUBLE_PARSER - Static variable in class org.springframework.web.portlet.bind.PortletRequestUtils
 
DOUBLE_TYPE - Static variable in class org.springframework.asm.Type
The double type.
DoubleParser() - Constructor for class org.springframework.web.bind.ServletRequestUtils.DoubleParser
 
DoubleParser() - Constructor for class org.springframework.web.portlet.bind.PortletRequestUtils.DoubleParser
 
doUnbindResource(Object) - Static method in class org.springframework.transaction.support.TransactionSynchronizationManager
Actually remove the value of the resource that is bound for the given key.
doUnmarshal(HierarchicalStreamReader, DataHolder) - Method in class org.springframework.oxm.xstream.XStreamMarshaller
Unmarshals the given graph to the given XStream HierarchicalStreamWriter.
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.
doValidateClass(Class<?>) - Method in class org.springframework.aop.framework.CglibAopProxy
Checks for final methods on the Class and writes warnings to the log for each one found.
doVisitEnd(Class<?>) - Method in class org.springframework.core.type.classreading.AnnotationAttributesReadingVisitor
 
doVisitEnd(Class<?>) - Method in class org.springframework.core.type.classreading.RecursiveAnnotationAttributesVisitor
 
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(AsyncClientHttpRequest) - Method in interface org.springframework.web.client.AsyncRequestCallback
doWithRequest(AsyncClientHttpRequest) - Method in class org.springframework.web.client.AsyncRestTemplate.AsyncRequestCallbackAdapter
 
doWithRequest(ClientHttpRequest) - Method in interface org.springframework.web.client.RequestCallback
doWithRequest(ClientHttpRequest) - Method in class org.springframework.web.client.RestTemplate.AcceptHeaderRequestCallback
 
doWithRequest(ClientHttpRequest) - Method in class org.springframework.web.client.RestTemplate.HttpEntityRequestCallback
 
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
 
doWriteNamespace(Namespace) - Method in class org.springframework.util.xml.XMLEventStreamWriter
 
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.
doWriteStartElement(StartElement) - Method in class org.springframework.util.xml.XMLEventStreamWriter
 
DREM - Static variable in interface org.springframework.asm.Opcodes
 
DRETURN - Static variable in interface org.springframework.asm.Opcodes
 
driver - Variable in class org.springframework.jdbc.datasource.SimpleDriverDataSource
 
driverClass - Variable in class org.springframework.jdbc.datasource.embedded.H2EmbeddedDatabaseConfigurer
 
driverClass - Variable in class org.springframework.jdbc.datasource.embedded.HsqlEmbeddedDatabaseConfigurer
 
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.
driversWithNoSupportForGetParameterType - Static variable in class org.springframework.jdbc.core.StatementCreatorUtils
 
dropDatabaseSchema() - Method in class org.springframework.orm.hibernate3.LocalSessionFactoryBean
Execute schema drop script, determined by the Configuration object used for creating the SessionFactory.
dropTables(String...) - Method in class org.springframework.test.context.junit4.AbstractTransactionalJUnit4SpringContextTests
Convenience method for dropping all of the specified tables.
dropTables(String...) - Method in class org.springframework.test.context.testng.AbstractTransactionalTestNGSpringContextTests
Convenience method for dropping all of the specified tables.
dropTables(JdbcTemplate, String...) - Static method in class org.springframework.test.jdbc.JdbcTestUtils
Drop the specified tables.
DSTORE - Static variable in interface org.springframework.asm.Opcodes
 
DSUB - Static variable in interface org.springframework.asm.Opcodes
 
DTD_EXTENSION - Static variable in class org.springframework.beans.factory.xml.BeansDtdResolver
 
DTD_NAMES - Static variable in class org.springframework.beans.factory.xml.BeansDtdResolver
 
DTD_SUFFIX - Static variable in class org.springframework.beans.factory.xml.DelegatingEntityResolver
Suffix for DTD files
dtdHandler - Variable in class org.springframework.oxm.support.MarshallingSource.MarshallingXMLReader
 
dtdHandler - Variable in class org.springframework.util.xml.AbstractXMLReader
 
dtdInternal(String) - Method in class org.springframework.util.xml.AbstractStaxHandler
 
dtdInternal(String) - Method in class org.springframework.util.xml.StaxEventHandler
 
dtdInternal(String) - Method in class org.springframework.util.xml.StaxStreamHandler
 
dtdResolver - Variable in class org.springframework.beans.factory.xml.DelegatingEntityResolver
 
Dummy() - Constructor for class org.springframework.instrument.classloading.websphere.WebSphereClassPreDefinePlugin.Dummy
 
dummyName - Variable in class org.springframework.jdbc.support.incrementer.DerbyMaxValueIncrementer
The name of the dummy column used for inserts
DummyURLStreamHandler() - Constructor for class org.springframework.remoting.rmi.RmiClientInterceptor.DummyURLStreamHandler
 
DUP - Static variable in interface org.springframework.asm.Opcodes
 
DUP2 - Static variable in interface org.springframework.asm.Opcodes
 
DUP2_X1 - Static variable in interface org.springframework.asm.Opcodes
 
DUP2_X2 - Static variable in interface org.springframework.asm.Opcodes
 
DUP_X1 - Static variable in interface org.springframework.asm.Opcodes
 
DUP_X2 - Static variable in interface org.springframework.asm.Opcodes
 
duplicateKeyCodes - Variable in class org.springframework.jdbc.support.SQLErrorCodes
 
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.
durability - Variable in class org.springframework.scheduling.quartz.JobDetailFactoryBean
 
durableSubscriptionName - Variable in class org.springframework.jms.listener.AbstractMessageListenerContainer
 
durableSubscriptionName - Variable in class org.springframework.jms.listener.endpoint.JmsActivationSpecConfig
 
DURATION_SESSION_FIELD_NAME - Static variable in class org.springframework.jdbc.support.lob.OracleLobHandler
Deprecated.
 
durationSessionConstants - Variable in class org.springframework.jdbc.support.lob.OracleLobHandler
Deprecated.
 
dynamic - Variable in class org.springframework.beans.factory.config.TypedStringValue
 
dynamic - Variable in class org.springframework.cache.concurrent.ConcurrentMapCacheManager
 
dynamic - Variable in class org.springframework.cache.guava.GuavaCacheManager
 
DynamicAdvisedInterceptor(AdvisedSupport) - Constructor for class org.springframework.aop.framework.CglibAopProxy.DynamicAdvisedInterceptor
 
dynamicAttributes - Variable in class org.springframework.web.servlet.tags.form.AbstractHtmlElementTag
 
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
 
dynamicDestinationResolver - Variable in class org.springframework.jms.support.destination.JndiDestinationResolver
 
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
 
dynamicProperties - Static variable in class org.springframework.beans.factory.groovy.GroovyBeanDefinitionWrapper
 
DynamicUnadvisedExposedInterceptor(TargetSource) - Constructor for class org.springframework.aop.framework.CglibAopProxy.DynamicUnadvisedExposedInterceptor
 
DynamicUnadvisedInterceptor(TargetSource) - Constructor for class org.springframework.aop.framework.CglibAopProxy.DynamicUnadvisedInterceptor
 

E

eager - Variable in class org.springframework.beans.factory.config.DependencyDescriptor
 
eagerlyInitialized - Variable in class org.springframework.transaction.interceptor.MethodMapTransactionAttributeSource
 
earlyFlushBeforeCommit - Variable in class org.springframework.orm.hibernate3.HibernateTransactionManager
 
earlyProxyReferences - Variable in class org.springframework.aop.framework.autoproxy.AbstractAutoProxyCreator
 
earlySingletonInstance - Variable in class org.springframework.beans.factory.config.AbstractFactoryBean
 
EarlySingletonInvocationHandler() - Constructor for class org.springframework.beans.factory.config.AbstractFactoryBean.EarlySingletonInvocationHandler
 
earlySingletonObjects - Variable in class org.springframework.beans.factory.support.DefaultSingletonBeanRegistry
Cache of early singleton objects: bean name --> bean instance
eatConstructorArgs(List<SpelNodeImpl>) - Method in class org.springframework.expression.spel.standard.InternalSpelExpressionParser
 
eatDottedNode() - Method in class org.springframework.expression.spel.standard.InternalSpelExpressionParser
 
eatExpression() - Method in class org.springframework.expression.spel.standard.InternalSpelExpressionParser
 
eatLogicalAndExpression() - Method in class org.springframework.expression.spel.standard.InternalSpelExpressionParser
 
eatLogicalOrExpression() - Method in class org.springframework.expression.spel.standard.InternalSpelExpressionParser
 
eatPossiblyQualifiedId() - Method in class org.springframework.expression.spel.standard.InternalSpelExpressionParser
Eat an identifier, possibly qualified (meaning that it is dotted).
eatPowerIncDecExpression() - Method in class org.springframework.expression.spel.standard.InternalSpelExpressionParser
 
eatPrimaryExpression() - Method in class org.springframework.expression.spel.standard.InternalSpelExpressionParser
 
eatProductExpression() - Method in class org.springframework.expression.spel.standard.InternalSpelExpressionParser
 
eatRelationalExpression() - Method in class org.springframework.expression.spel.standard.InternalSpelExpressionParser
 
eatStartNode() - Method in class org.springframework.expression.spel.standard.InternalSpelExpressionParser
 
eatSumExpression() - Method in class org.springframework.expression.spel.standard.InternalSpelExpressionParser
 
eatToken(TokenKind) - Method in class org.springframework.expression.spel.standard.InternalSpelExpressionParser
 
eatUnaryExpression() - Method in class org.springframework.expression.spel.standard.InternalSpelExpressionParser
 
EclipseLinkJpaDialect - Class in org.springframework.orm.jpa.vendor
JpaDialect implementation for Eclipse Persistence Services (EclipseLink).
EclipseLinkJpaDialect() - Constructor for class org.springframework.orm.jpa.vendor.EclipseLinkJpaDialect
 
EclipseLinkJpaVendorAdapter - Class in org.springframework.orm.jpa.vendor
JpaVendorAdapter implementation for Eclipse Persistence Services (EclipseLink).
EclipseLinkJpaVendorAdapter() - Constructor for class org.springframework.orm.jpa.vendor.EclipseLinkJpaVendorAdapter
 
eContext - Variable in class org.springframework.expression.spel.ast.PropertyOrFieldReference.AccessorLValue
 
Edge - Class in org.springframework.asm
An edge in the control flow graph of a method body.
Edge() - Constructor for class org.springframework.asm.Edge
 
editor - Variable in class org.springframework.web.servlet.support.BindStatus
 
EditorAwareTag - Interface in org.springframework.web.servlet.tags
Interface to be implemented by JSP tags that expose a PropertyEditor for a property that they are currently bound to.
effectiveMajorVersion - Variable in class org.springframework.mock.web.MockServletContext
 
effectiveMinorVersion - Variable in class org.springframework.mock.web.MockServletContext
 
EhCacheCache - Class in org.springframework.cache.ehcache
Cache implementation on top of an Ehcache instance.
EhCacheCache(Ehcache) - Constructor for class org.springframework.cache.ehcache.EhCacheCache
Create an EhCacheCache instance.
EhCacheCacheManager - Class in org.springframework.cache.ehcache
CacheManager backed by an EhCache net.sf.ehcache.CacheManager.
EhCacheCacheManager() - Constructor for class org.springframework.cache.ehcache.EhCacheCacheManager
Create a new EhCacheCacheManager, setting the target EhCache CacheManager through the EhCacheCacheManager.setCacheManager(net.sf.ehcache.CacheManager) bean property.
EhCacheCacheManager(net.sf.ehcache.CacheManager) - Constructor for class org.springframework.cache.ehcache.EhCacheCacheManager
Create a new EhCacheCacheManager for the given backing EhCache CacheManager.
EhCacheFactoryBean - Class in org.springframework.cache.ehcache
FactoryBean that creates a named EhCache net.sf.ehcache.Cache instance (or a decorator that implements the net.sf.ehcache.Ehcache interface), representing a cache region within an EhCache net.sf.ehcache.CacheManager.
EhCacheFactoryBean() - Constructor for class org.springframework.cache.ehcache.EhCacheFactoryBean
 
EhCacheManagerFactoryBean - Class in org.springframework.cache.ehcache
FactoryBean that exposes an EhCache net.sf.ehcache.CacheManager instance (independent or shared), configured from a specified config location.
EhCacheManagerFactoryBean() - Constructor for class org.springframework.cache.ehcache.EhCacheManagerFactoryBean
 
EisOperation - Class in org.springframework.jca.cci.object
Base class for EIS operation objects that work with the CCI API.
EisOperation() - Constructor for class org.springframework.jca.cci.object.EisOperation
 
ejb3Present - Static variable in class org.springframework.transaction.annotation.AnnotationTransactionAttributeSource
 
Ejb3TransactionAnnotationParser - Class in org.springframework.transaction.annotation
Strategy implementation for parsing EJB3's javax.ejb.TransactionAttribute annotation.
Ejb3TransactionAnnotationParser() - Constructor for class org.springframework.transaction.annotation.Ejb3TransactionAnnotationParser
 
Ejb3TransactionAnnotationParser.Ejb3TransactionAttribute - Class in org.springframework.transaction.annotation
EJB3-specific TransactionAttribute, implementing EJB3's rollback rules which are based on annotated exceptions.
Ejb3TransactionAttribute(TransactionAttributeType) - Constructor for class org.springframework.transaction.annotation.Ejb3TransactionAnnotationParser.Ejb3TransactionAttribute
 
EjbAccessException - Exception in org.springframework.ejb.access
Exception that gets thrown when an EJB stub cannot be accessed properly.
EjbAccessException(String) - Constructor for exception org.springframework.ejb.access.EjbAccessException
Constructor for EjbAccessException.
EjbAccessException(String, Throwable) - Constructor for exception org.springframework.ejb.access.EjbAccessException
Constructor for EjbAccessException.
ejbRefClass - Static variable in class org.springframework.context.annotation.CommonAnnotationBeanPostProcessor
 
EjbRefElement(Member, PropertyDescriptor) - Constructor for class org.springframework.context.annotation.CommonAnnotationBeanPostProcessor.EjbRefElement
 
element - Variable in class org.springframework.web.servlet.tags.form.AbstractMultiCheckedElementTag
The HTML element used to enclose the 'input type="checkbox/radio"' tag.
element - Variable in class org.springframework.web.servlet.tags.form.ErrorsTag
 
ELEMENT_OF - Static variable in class org.springframework.asm.Frame
Constant to be added to a type to get a type with one less dimension.
ELEMENT_SCHEDULED - Static variable in class org.springframework.scheduling.config.ScheduledTasksBeanDefinitionParser
 
elementClass - Variable in class org.springframework.util.AutoPopulatingList.ReflectiveElementFactory
 
elementFactory - Variable in class org.springframework.util.AutoPopulatingList
The AutoPopulatingList.ElementFactory to use to create new List elements on demand.
ElementInstantiationException(String) - Constructor for exception org.springframework.util.AutoPopulatingList.ElementInstantiationException
 
elements - Variable in class org.springframework.util.xml.DomContentHandler
 
elementType - Variable in class org.springframework.context.annotation.CommonAnnotationBeanPostProcessor.WebServiceRefElement
 
elementTypeDescriptor(Object) - Method in class org.springframework.core.convert.TypeDescriptor
If this type is a Collection or an array, creates a element TypeDescriptor from the provided collection or array element.
elementTypeName - Variable in class org.springframework.beans.factory.support.ManagedList
 
elementTypeName - Variable in class org.springframework.beans.factory.support.ManagedSet
 
eligibleBeans - Variable in class org.springframework.aop.framework.AbstractAdvisingBeanPostProcessor
 
Elvis - Class in org.springframework.expression.spel.ast
Represents the elvis operator ?:.
Elvis(int, SpelNodeImpl...) - Constructor for class org.springframework.expression.spel.ast.Elvis
 
em - Variable in class org.springframework.orm.jpa.SharedEntityManagerCreator.DeferredQueryInvocationHandler
 
EmbeddedDatabase - Interface in org.springframework.jdbc.datasource.embedded
EmbeddedDatabase serves as a handle to an embedded database instance.
EmbeddedDatabaseBeanDefinitionParser - Class in org.springframework.jdbc.config
BeanDefinitionParser that parses an embedded-database element and creates a BeanDefinition for EmbeddedDatabaseFactoryBean.
EmbeddedDatabaseBeanDefinitionParser() - Constructor for class org.springframework.jdbc.config.EmbeddedDatabaseBeanDefinitionParser
 
EmbeddedDatabaseBuilder - Class in org.springframework.jdbc.datasource.embedded
A builder that provides a convenient API for constructing an embedded database.
EmbeddedDatabaseBuilder() - Constructor for class org.springframework.jdbc.datasource.embedded.EmbeddedDatabaseBuilder
Create a new embedded database builder with a DefaultResourceLoader.
EmbeddedDatabaseBuilder(ResourceLoader) - Constructor for class org.springframework.jdbc.datasource.embedded.EmbeddedDatabaseBuilder
Create a new embedded database builder with the given ResourceLoader.
EmbeddedDatabaseConfigurer - Interface in org.springframework.jdbc.datasource.embedded
EmbeddedDatabaseConfigurer encapsulates the configuration required to create, connect to, and shutdown a specific type of embedded database such as HSQL or H2.
EmbeddedDatabaseConfigurerFactory - Class in org.springframework.jdbc.datasource.embedded
EmbeddedDatabaseConfigurerFactory() - Constructor for class org.springframework.jdbc.datasource.embedded.EmbeddedDatabaseConfigurerFactory
 
EmbeddedDatabaseFactory - Class in org.springframework.jdbc.datasource.embedded
Factory for creating EmbeddedDatabase instances.
EmbeddedDatabaseFactory() - Constructor for class org.springframework.jdbc.datasource.embedded.EmbeddedDatabaseFactory
 
EmbeddedDatabaseFactory.EmbeddedDataSourceProxy - Class in org.springframework.jdbc.datasource.embedded
 
EmbeddedDatabaseFactoryBean - Class in org.springframework.jdbc.datasource.embedded
A subclass of EmbeddedDatabaseFactory that implements FactoryBean for registration as a Spring bean.
EmbeddedDatabaseFactoryBean() - Constructor for class org.springframework.jdbc.datasource.embedded.EmbeddedDatabaseFactoryBean
 
EmbeddedDatabaseType - Enum in org.springframework.jdbc.datasource.embedded
A supported embedded database type.
EmbeddedDatabaseType() - Constructor for enum org.springframework.jdbc.datasource.embedded.EmbeddedDatabaseType
 
EmbeddedDataSourceProxy(DataSource) - Constructor for class org.springframework.jdbc.datasource.embedded.EmbeddedDatabaseFactory.EmbeddedDataSourceProxy
 
EmbeddedValueResolver(ConfigurableBeanFactory) - Constructor for class org.springframework.context.support.ApplicationContextAwareProcessor.EmbeddedValueResolver
 
embeddedValueResolver - Variable in class org.springframework.format.datetime.DateTimeFormatAnnotationFormatterFactory
 
embeddedValueResolver - Variable in class org.springframework.format.datetime.joda.JodaDateTimeFormatAnnotationFormatterFactory
 
embeddedValueResolver - Variable in class org.springframework.format.datetime.standard.Jsr310DateTimeFormatAnnotationFormatterFactory
 
embeddedValueResolver - Variable in class org.springframework.format.number.NumberFormatAnnotationFormatterFactory
 
embeddedValueResolver - Variable in class org.springframework.format.support.FormattingConversionService
 
embeddedValueResolver - Variable in class org.springframework.format.support.FormattingConversionServiceFactoryBean
 
embeddedValueResolver - Variable in class org.springframework.jmx.export.annotation.AnnotationJmxAttributeSource
 
embeddedValueResolver - Variable in class org.springframework.scheduling.annotation.ScheduledAnnotationBeanPostProcessor
 
embeddedValueResolver - Variable in class org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping
 
EmbeddedValueResolverAware - Interface in org.springframework.context
Interface to be implemented by any object that wishes to be notified of a StringValueResolver for the resolution of embedded definition values.
embeddedValueResolvers - Variable in class org.springframework.beans.factory.support.AbstractBeanFactory
String resolvers to apply e.g.
emFactory - Variable in class org.springframework.orm.jpa.support.AsyncRequestInterceptor
 
emHolder - Variable in class org.springframework.orm.jpa.support.AsyncRequestInterceptor
 
EMPTY - Static variable in class org.springframework.cache.interceptor.SimpleKey
 
EMPTY - Static variable in class org.springframework.core.style.DefaultValueStyler
 
EMPTY - Static variable in class org.springframework.http.HttpEntity
The empty HttpEntity, with no body or headers.
EMPTY - Static variable in class org.springframework.jmx.export.metadata.ManagedAttribute
 
EMPTY - Static variable in class org.springframework.web.servlet.tags.form.SelectTag
Marker object for items that have been specified but resolve to null.
EMPTY_ANNOTATION_ARRAY - Static variable in class org.springframework.core.convert.TypeDescriptor
 
EMPTY_ARRAY - Static variable in class org.springframework.util.ObjectUtils
 
EMPTY_CLASS_ARRAY - Static variable in class org.springframework.test.context.MergedContextConfiguration
 
EMPTY_INITIALIZER_CLASSES - Static variable in class org.springframework.test.context.MergedContextConfiguration
 
EMPTY_NAMES_ARRAY - Static variable in class org.springframework.core.env.EnumerablePropertySource
 
EMPTY_PAYLOAD - Static variable in class org.springframework.messaging.simp.broker.SimpleBrokerMessageHandler
 
EMPTY_PAYLOAD - Static variable in class org.springframework.messaging.simp.stomp.StompBrokerRelayMessageHandler
 
EMPTY_STRING - Static variable in class org.springframework.util.ObjectUtils
 
EMPTY_STRING_ARRAY - Static variable in class org.springframework.test.context.MergedContextConfiguration
 
EMPTY_STRING_ARRAY - Static variable in class org.springframework.test.context.support.AbstractContextLoader
 
EMPTY_TARGET_SOURCE - Static variable in class org.springframework.aop.framework.AdvisedSupport
Canonical TargetSource when there's no target, and behavior is supplied by the advisors.
EMPTY_TASK - Static variable in class org.springframework.messaging.simp.stomp.StompBrokerRelayMessageHandler
 
EMPTY_TYPES_ARRAY - Static variable in class org.springframework.core.ResolvableType
 
EMPTY_URL_ENUMERATION - Static variable in class org.springframework.instrument.classloading.ResourceOverridingShadowingClassLoader
 
emptyActivatedContextBuilder() - Static method in class org.springframework.mock.jndi.SimpleNamingContextBuilder
If no SimpleNamingContextBuilder is already configuring JNDI, create and activate one.
EmptyAnnotationVisitor - Class in org.springframework.core.type.classreading
 
EmptyAnnotationVisitor() - Constructor for class org.springframework.core.type.classreading.EmptyAnnotationVisitor
 
emptyArrayAsNull - Variable in class org.springframework.beans.propertyeditors.StringArrayPropertyEditor
 
emptyAsNull - Variable in class org.springframework.beans.propertyeditors.StringTrimmerEditor
 
emptyElement - Variable in class org.springframework.util.xml.XMLEventStreamWriter
 
EmptyFieldVisitor - Class in org.springframework.core.type.classreading
 
EmptyFieldVisitor() - Constructor for class org.springframework.core.type.classreading.EmptyFieldVisitor
 
EmptyHandlerMapping() - Constructor for class org.springframework.web.servlet.config.annotation.WebMvcConfigurationSupport.EmptyHandlerMapping
 
EmptyMethodVisitor - Class in org.springframework.core.type.classreading
 
EmptyMethodVisitor() - Constructor for class org.springframework.core.type.classreading.EmptyMethodVisitor
 
EmptyReaderEventListener - Class in org.springframework.beans.factory.parsing
Empty implementation of the ReaderEventListener interface, providing no-op implementations of all callback methods.
EmptyReaderEventListener() - Constructor for class org.springframework.beans.factory.parsing.EmptyReaderEventListener
 
EmptyResultDataAccessException - Exception in org.springframework.dao
Data access exception thrown when a result was expected to have at least one row (or element) but zero rows (or elements) were actually returned.
EmptyResultDataAccessException(int) - Constructor for exception org.springframework.dao.EmptyResultDataAccessException
Constructor for EmptyResultDataAccessException.
EmptyResultDataAccessException(String, int) - Constructor for exception org.springframework.dao.EmptyResultDataAccessException
Constructor for EmptyResultDataAccessException.
EmptyResultDataAccessException(String, int, Throwable) - Constructor for exception org.springframework.dao.EmptyResultDataAccessException
Constructor for EmptyResultDataAccessException.
EmptySqlParameterSource - Class in org.springframework.jdbc.core.namedparam
A simple empty implementation of the SqlParameterSource interface.
EmptySqlParameterSource() - Constructor for class org.springframework.jdbc.core.namedparam.EmptySqlParameterSource
 
EmptyTargetSource - Class in org.springframework.aop.target
Canonical TargetSource when there is no target (or just the target class known), and behavior is supplied by interfaces and advisors only.
EmptyTargetSource(Class<?>, boolean) - Constructor for class org.springframework.aop.target.EmptyTargetSource
Create a new instance of the EmptyTargetSource class.
enable() - Method in class org.springframework.web.servlet.config.annotation.DefaultServletHandlerConfigurer
Enable forwarding to the "default" Servlet.
enable(String) - Method in class org.springframework.web.servlet.config.annotation.DefaultServletHandlerConfigurer
Enable forwarding to the "default" Servlet identified by the given name.
EnableAspectJAutoProxy - Annotation Type in org.springframework.context.annotation
Enables support for handling components marked with AspectJ's @Aspect annotation, similar to functionality found in Spring's <aop:aspectj-autoproxy> XML element.
enableAspectJWeaving(LoadTimeWeaver, ClassLoader) - Static method in class org.springframework.context.weaving.AspectJWeavingEnabler
 
enableAsync - Variable in class org.springframework.scheduling.annotation.AbstractAsyncConfiguration
 
EnableAsync - Annotation Type in org.springframework.scheduling.annotation
Enables Spring's asynchronous method execution capability, similar to functionality found in Spring's <task:*> XML namespace.
enableCaching - Variable in class org.springframework.cache.annotation.AbstractCachingConfiguration
 
EnableCaching - Annotation Type in org.springframework.cache.annotation
Enables Spring's annotation-driven cache management capability, similar to the support found in Spring's <cache:*> XML namespace.
enabled - Variable in class org.springframework.jdbc.datasource.init.DataSourceInitializer
 
enableFilter(String) - Method in interface org.springframework.orm.hibernate3.HibernateOperations
Return an enabled Hibernate Filter for the given filter name.
enableFilter(String) - Method in class org.springframework.orm.hibernate3.HibernateTemplate
 
enableFilter(String) - Method in interface org.springframework.orm.hibernate4.HibernateOperations
Return an enabled Hibernate Filter for the given filter name.
enableFilter(String) - Method in class org.springframework.orm.hibernate4.HibernateTemplate
 
enableFilters(Session) - Method in class org.springframework.orm.hibernate3.HibernateAccessor
Enable the specified filters on the given Session.
enableFilters(Session) - Method in class org.springframework.orm.hibernate4.HibernateTemplate
Enable the specified filters on the given Session.
enableIndenting(Transformer) - Static method in class org.springframework.util.xml.TransformerUtils
Enable indenting for the supplied Transformer.
enableIndenting(Transformer, int) - Static method in class org.springframework.util.xml.TransformerUtils
Enable indenting for the supplied Transformer.
EnableLoadTimeWeaving - Annotation Type in org.springframework.context.annotation
Activates a Spring LoadTimeWeaver for this application context, available as a bean with the name "loadTimeWeaver", similar to the <context:load-time-weaver> element in Spring XML.
EnableLoadTimeWeaving.AspectJWeaving - Enum in org.springframework.context.annotation
 
enableLTW - Variable in class org.springframework.context.annotation.LoadTimeWeavingConfiguration
 
EnableMBeanExport - Annotation Type in org.springframework.context.annotation
Enables default exporting of all standard MBeans from the Spring context, as well as well all @ManagedResource annotated beans.
EnableScheduling - Annotation Type in org.springframework.scheduling.annotation
Enables Spring's scheduled task execution capability, similar to functionality found in Spring's <task:*> XML namespace.
enableSimpleBroker(String...) - Method in class org.springframework.messaging.simp.config.MessageBrokerRegistry
Enable a simple message broker and configure one or more prefixes to filter destinations targeting the broker (e.g.
EnableSpringConfigured - Annotation Type in org.springframework.context.annotation.aspectj
Signals the current application context to apply dependency injection to non-managed classes that are instantiated outside of the Spring bean factory (typically classes annotated with the @Configurable annotation).
enableStompBrokerRelay(String...) - Method in class org.springframework.messaging.simp.config.MessageBrokerRegistry
Enable a STOMP broker relay and configure the destination prefixes supported by the message broker.
EnableTransactionManagement - Annotation Type in org.springframework.transaction.annotation
Enables Spring's annotation-driven transaction management capability, similar to the support found in Spring's <tx:*> XML namespace.
enableTx - Variable in class org.springframework.transaction.annotation.AbstractTransactionManagementConfiguration
 
EnableWebMvc - Annotation Type in org.springframework.web.servlet.config.annotation
Add this annotation to an @Configuration class to have the Spring MVC configuration defined in WebMvcConfigurationSupport imported:
 @Configuration
 @EnableWebMvc
 @ComponentScan(basePackageClasses = { MyConfiguration.class })
 public class MyWebConfiguration {

 }
EnableWebSocket - Annotation Type in org.springframework.web.socket.config.annotation
Add this annotation to an @Configuration class to configure processing WebSocket requests:
 @Configuration
 @EnableWebSocket
 public class MyWebSocketConfig {

 }
EnableWebSocketMessageBroker - Annotation Type in org.springframework.web.socket.config.annotation
Add this annotation to an @Configuration class to enable broker-backed messaging over WebSocket using a higher-level messaging sub-protocol.
enclosingClassLoader - Variable in class org.springframework.instrument.classloading.ShadowingClassLoader
 
enclosingClassName - Variable in class org.springframework.core.type.classreading.ClassMetadataReadingVisitor
 
enclosingMethod - Variable in class org.springframework.asm.ClassWriter
The constant pool item that contains the name and descriptor of the enclosing method of this class.
enclosingMethodOwner - Variable in class org.springframework.asm.ClassWriter
The constant pool item that contains the name of the enclosing class of this class.
encode - Variable in class org.springframework.beans.propertyeditors.URIEditor
 
encode(Message<byte[]>) - Method in class org.springframework.messaging.simp.stomp.StompEncoder
Encodes the given STOMP message into a byte[]
encode(T) - Method in class org.springframework.web.socket.adapter.standard.ConvertingEncoderDecoderSupport
 
encode(String[]) - Method in class org.springframework.web.socket.sockjs.frame.AbstractSockJsMessageCodec
 
encode(String[]) - Method in interface org.springframework.web.socket.sockjs.frame.SockJsMessageCodec
Encode the given messages as a SockJS message frame.
encode(String) - Method in class org.springframework.web.util.HierarchicalUriComponents
Encodes all URI components using their specific encoding rules, and returns the result as a new UriComponents instance.
encode(String) - Method in class org.springframework.web.util.HierarchicalUriComponents.FullPathComponent
 
encode(String) - Method in interface org.springframework.web.util.HierarchicalUriComponents.PathComponent
 
encode(String) - Method in class org.springframework.web.util.HierarchicalUriComponents.PathComponentComposite
 
encode(String) - Method in class org.springframework.web.util.HierarchicalUriComponents.PathSegmentComponent
 
encode(String) - Method in class org.springframework.web.util.OpaqueUriComponents
 
encode() - Method in class org.springframework.web.util.UriComponents
Encode all URI components using their specific encoding rules, and returns the result as a new UriComponents instance.
encode(String) - Method in class org.springframework.web.util.UriComponents
Encode all URI components using their specific encoding rules, and returns the result as a new UriComponents instance.
encodeAuthority(String, String) - Static method in class org.springframework.web.util.UriUtils
Encodes the given URI authority with the given encoding.
encodeBytes(byte[], HierarchicalUriComponents.Type) - Static method in class org.springframework.web.util.HierarchicalUriComponents
 
encoded - Variable in class org.springframework.web.util.HierarchicalUriComponents
 
EncodedResource - Class in org.springframework.core.io.support
Holder that combines a Resource with a specific encoding to be used for reading from the resource.
EncodedResource(Resource) - Constructor for class org.springframework.core.io.support.EncodedResource
Create a new EncodedResource for the given Resource, not specifying a specific encoding.
EncodedResource(Resource, String) - Constructor for class org.springframework.core.io.support.EncodedResource
Create a new EncodedResource for the given Resource, using the specified encoding.
EncodedResource(Resource, Charset) - Constructor for class org.springframework.core.io.support.EncodedResource
Create a new EncodedResource for the given Resource, using the specified encoding.
encodeFragment(String, String) - Static method in class org.springframework.web.util.UriUtils
Encodes the given URI fragment with the given encoding.
encodeHex(byte[]) - Static method in class org.springframework.util.DigestUtils
 
encodeHost(String, String) - Static method in class org.springframework.web.util.UriUtils
Encodes the given URI host with the given encoding.
encodeHttpUrl(String, String) - Static method in class org.springframework.web.util.UriUtils
Deprecated.
in favor of UriComponentsBuilder; see note about query param encoding
encodeParameter(String, String) - Method in class org.springframework.mock.web.portlet.MockBaseURL
 
encodeParameter(String, String[]) - Method in class org.springframework.mock.web.portlet.MockBaseURL
 
encodePath(String, String) - Static method in class org.springframework.web.util.UriUtils
Encodes the given URI path with the given encoding.
encodePathSegment(String, String) - Static method in class org.springframework.web.util.UriUtils
Encodes the given URI path segment with the given encoding.
encodePort(String, String) - Static method in class org.springframework.web.util.UriUtils
Encodes the given URI port with the given encoding.
encodeQuery(String, String) - Static method in class org.springframework.web.util.UriUtils
Encodes the given URI query with the given encoding.
encodeQueryParam(String, String) - Static method in class org.springframework.web.util.UriUtils
Encodes the given URI query parameter with the given encoding.
encoder() - Method in class org.springframework.messaging.simp.stomp.StompCodec
 
ENCODER_FUNCTION - Static variable in class org.springframework.messaging.simp.stomp.StompCodec
 
encodeRedirectURL(String) - Method in class org.springframework.mock.web.MockHttpServletResponse
The default implementation delegates to MockHttpServletResponse.encodeURL(java.lang.String), returning the given URL String as-is.
encodeRedirectUrl(String) - Method in class org.springframework.mock.web.MockHttpServletResponse
Deprecated.
encoders - Variable in class org.springframework.web.socket.server.standard.ServerEndpointRegistration
 
encodeScheme(String, String) - Static method in class org.springframework.web.util.UriUtils
Encodes the given URI scheme with the given encoding.
encodeScript(Resource) - Method in class org.springframework.jdbc.datasource.init.ResourceDatabasePopulator
EncodedResource is not a sub-type of Resource.
encodeUri(String, String) - Static method in class org.springframework.web.util.UriUtils
Deprecated.
in favor of UriComponentsBuilder; see note about query param encoding
encodeUriComponent(String, String, HierarchicalUriComponents.Type) - Static method in class org.springframework.web.util.HierarchicalUriComponents
Encodes the given source into an encoded String using the rules specified by the given component and with the given options.
encodeUriComponents(String, String, String, String, String, String, String, String, String) - Static method in class org.springframework.web.util.UriUtils
Deprecated.
encodeURL(String) - Method in class org.springframework.mock.web.MockHttpServletResponse
The default implementation returns the given URL String as-is.
encodeUrl(String) - Method in class org.springframework.mock.web.MockHttpServletResponse
Deprecated.
encodeURL(String) - Method in class org.springframework.mock.web.portlet.MockPortletResponse
 
encodeUserInfo(String, String) - Static method in class org.springframework.web.util.UriUtils
Encodes the given URI user info with the given encoding.
encodeUTF8(String, int, int) - Method in class org.springframework.asm.ByteVector
Puts an UTF8 string into this byte vector.
encoding - Variable in class org.springframework.core.io.support.EncodedResource
 
encoding - Variable in class org.springframework.jms.support.converter.MappingJackson2MessageConverter
 
encoding - Variable in class org.springframework.jms.support.converter.MappingJacksonMessageConverter
Deprecated.
 
encoding - Variable in class org.springframework.mail.javamail.MimeMessageHelper
 
ENCODING - Static variable in class org.springframework.mock.web.portlet.MockBaseURL
 
encoding - Variable in class org.springframework.oxm.castor.CastorMarshaller
 
encoding - Variable in class org.springframework.oxm.jibx.JibxMarshaller
 
encoding - Variable in class org.springframework.oxm.xstream.XStreamMarshaller
 
encoding(String) - Method in class org.springframework.test.web.servlet.result.ContentResultMatchers
Assert the character encoding in the ServletResponse.
encoding - Variable in class org.springframework.util.xml.StaxEventXMLReader
 
encoding - Variable in class org.springframework.util.xml.StaxStreamXMLReader
 
encoding - Variable in class org.springframework.web.filter.CharacterEncodingFilter
 
encoding - Variable in class org.springframework.web.servlet.view.freemarker.FreeMarkerView
 
encoding - Variable in class org.springframework.web.servlet.view.json.MappingJackson2JsonView
 
encoding - Variable in class org.springframework.web.servlet.view.json.MappingJacksonJsonView
Deprecated.
 
encoding - Variable in class org.springframework.web.servlet.view.velocity.VelocityView
 
ENCODING_GZIP - Static variable in class org.springframework.remoting.httpinvoker.AbstractHttpInvokerRequestExecutor
 
encodingPropertyName - Variable in class org.springframework.jms.support.converter.MappingJackson2MessageConverter
 
encodingPropertyName - Variable in class org.springframework.jms.support.converter.MappingJacksonMessageConverter
Deprecated.
 
encodingScheme - Variable in class org.springframework.web.servlet.view.RedirectView
 
enctype - Variable in class org.springframework.web.servlet.tags.form.FormTag
 
ENCTYPE_ATTRIBUTE - Static variable in class org.springframework.web.servlet.tags.form.FormTag
 
end - Variable in class org.springframework.asm.Context
The labels corresponding to the end of the local variable ranges in the local variable type annotation currently being parsed.
end - Variable in class org.springframework.asm.Handler
End of the exception handler's scope (exclusive).
END_COMMENT - Static variable in class org.springframework.util.xml.XmlValidationModeDetector
The token that indicates the end of an XML comment.
endCDATA() - Method in class org.springframework.util.xml.AbstractStaxHandler
 
endComment(String) - Method in class org.springframework.util.xml.XmlValidationModeDetector
 
endDocument() - Method in class org.springframework.util.xml.AbstractStaxHandler
 
endDocument() - Method in class org.springframework.util.xml.DomContentHandler
 
endDocumentInternal() - Method in class org.springframework.util.xml.AbstractStaxHandler
 
endDocumentInternal() - Method in class org.springframework.util.xml.StaxEventHandler
 
endDocumentInternal() - Method in class org.springframework.util.xml.StaxStreamHandler
 
endDTD() - Method in class org.springframework.util.xml.AbstractStaxHandler
 
endElement(String, String, String) - Method in class org.springframework.util.xml.AbstractStaxHandler
 
endElement(String, String, String) - Method in class org.springframework.util.xml.DomContentHandler
 
endElementInternal(QName, Map<String, String>) - Method in class org.springframework.util.xml.AbstractStaxHandler
 
endElementInternal(QName, Map<String, String>) - Method in class org.springframework.util.xml.StaxEventHandler
 
endElementInternal(QName, Map<String, String>) - Method in class org.springframework.util.xml.StaxStreamHandler
 
endElements - Variable in class org.springframework.util.xml.XMLEventStreamWriter
 
endEntity(String) - Method in class org.springframework.util.xml.AbstractStaxHandler
 
endEntity(String) - Method in class org.springframework.util.xml.StaxStreamHandler
 
endFrame() - Method in class org.springframework.asm.MethodWriter
Checks if the visit of the current frame MethodWriter.frame is finished, and if yes, write it in the StackMapTable attribute.
endIndex - Variable in class org.springframework.jdbc.core.namedparam.NamedParameterUtils.ParameterHolder
 
endpoint - Variable in class org.springframework.web.socket.client.standard.AnnotatedEndpointConnectionManager
 
endpoint - Variable in class org.springframework.web.socket.client.standard.EndpointConnectionManager
 
endpoint - Variable in class org.springframework.web.socket.server.standard.ServerEndpointRegistration
 
endpoint - Variable in class org.springframework.web.socket.server.standard.UndertowRequestUpgradeStrategy.EndpointInstanceFactory
 
endpointActivation(MessageEndpointFactory, ActivationSpec) - Method in class org.springframework.jca.context.SpringContextResourceAdapter
This implementation always throws a NotSupportedException.
endpointAddress - Variable in class org.springframework.remoting.jaxws.JaxWsPortClientInterceptor
 
EndpointConnectionManager - Class in org.springframework.web.socket.client.standard
A WebSocket connection manager that is given a URI, an Endpoint, connects to a WebSocket server through the ConnectionManagerSupport.start() and ConnectionManagerSupport.stop() methods.
EndpointConnectionManager(Endpoint, String, Object...) - Constructor for class org.springframework.web.socket.client.standard.EndpointConnectionManager
 
endpointDeactivation(MessageEndpointFactory, ActivationSpec) - Method in class org.springframework.jca.context.SpringContextResourceAdapter
This implementation does nothing.
endpointFactory - Variable in class org.springframework.jms.listener.endpoint.JmsMessageEndpointManager
 
endpointFeatures - Variable in class org.springframework.remoting.jaxws.AbstractJaxWsServiceExporter
 
EndpointInstanceFactory(Endpoint) - Constructor for class org.springframework.web.socket.server.standard.UndertowRequestUpgradeStrategy.EndpointInstanceFactory
 
endpointProperties - Variable in class org.springframework.remoting.jaxws.AbstractJaxWsServiceExporter
 
endpointProvider - Variable in class org.springframework.web.socket.client.standard.AnnotatedEndpointConnectionManager
 
endpointProvider - Variable in class org.springframework.web.socket.client.standard.EndpointConnectionManager
 
endpointProvider - Variable in class org.springframework.web.socket.server.standard.ServerEndpointRegistration
 
endpos - Variable in class org.springframework.expression.spel.standard.Token
 
endPrefixMapping(String) - Method in class org.springframework.util.xml.AbstractStaxHandler
 
endPrefixMapping(String) - Method in class org.springframework.util.xml.AbstractStaxXMLReader
Ends the prefix mapping for the given prefix.
endPrefixMapping(String) - Method in class org.springframework.util.xml.DomContentHandler
 
endsWithIgnoreCase(String, String) - Static method in class org.springframework.util.StringUtils
Test if the given String ends with the specified suffix, ignoring upper/lower case.
endsWithMatches - Variable in class org.springframework.test.web.servlet.setup.PatternMappingFilterProxy
Patterns that require the request URL to have a specific suffix, e.g.
endTag() - Method in class org.springframework.web.servlet.tags.form.TagWriter
Close the current tag.
endTag(boolean) - Method in class org.springframework.web.servlet.tags.form.TagWriter
Close the current tag, allowing to enforce a full closing tag.
endTransaction() - Method in class org.springframework.jca.endpoint.AbstractMessageEndpointFactory.TransactionDelegate
 
endTransaction(TestContext, TransactionalTestExecutionListener.TransactionContext) - Method in class org.springframework.test.context.transaction.TransactionalTestExecutionListener
Immediately force a commit or rollback of the transaction for the supplied test context, according to the commit and rollback flags.
endTransaction(boolean) - Method in class org.springframework.test.context.transaction.TransactionalTestExecutionListener.TransactionContext
 
enforceDestroyMethod - Variable in class org.springframework.beans.factory.support.AbstractBeanDefinition
 
enforceInitMethod - Variable in class org.springframework.beans.factory.support.AbstractBeanDefinition
 
enhance(Class<?>) - Method in class org.springframework.context.annotation.ConfigurationClassEnhancer
Loads the specified class and generates a CGLIB subclass of it equipped with container-aware callbacks capable of respecting scoping and other bean semantics.
enhanceConfigurationClasses(ConfigurableListableBeanFactory) - Method in class org.springframework.context.annotation.ConfigurationClassPostProcessor
Post-processes a BeanFactory in search of Configuration class BeanDefinitions; any candidates are then enhanced by a ConfigurationClassEnhancer.
ENHANCED_CONFIGURATION_PROCESSOR_BEAN_NAME - Static variable in class org.springframework.context.annotation.ConfigurationClassPostProcessor
 
EnhancedConfigurationBeanPostProcessor() - Constructor for class org.springframework.context.annotation.ConfigurationClassPostProcessor.EnhancedConfigurationBeanPostProcessor
 
enhanceFactoryBean(Class<?>, ConfigurableBeanFactory, String) - Method in class org.springframework.context.annotation.ConfigurationClassEnhancer.BeanMethodInterceptor
Create a subclass proxy that intercepts calls to getObject(), delegating to the current BeanFactory instead of creating a new instance.
enlarge(int) - Method in class org.springframework.asm.ByteVector
Enlarge this byte vector so that it can receive n more bytes.
enlistInCurrentTransaction() - Method in class org.springframework.orm.jpa.ExtendedEntityManagerCreator.ExtendedEntityManagerInvocationHandler
Enlist this application-managed EntityManager in the current transaction.
enlistResource(XAResource) - Method in class org.springframework.transaction.jta.ManagedTransactionAdapter
 
ensureConstructorResolversInitialized() - Method in class org.springframework.expression.spel.support.StandardEvaluationContext
 
ensureMethodResolversInitialized() - Method in class org.springframework.expression.spel.support.StandardEvaluationContext
 
ensurePropertyAccessorsInitialized() - Method in class org.springframework.expression.spel.support.StandardEvaluationContext
 
ensureUniqueRuntimeObjectNames - Variable in class org.springframework.jmx.export.MBeanExporter
Indicates whether Spring should modify generated ObjectNames
ensureVariableScopesInitialized() - Method in class org.springframework.expression.spel.ExpressionState
 
enterMessage - Variable in class org.springframework.aop.interceptor.CustomizableTraceInterceptor
The message for method entry.
enterpriseConcurrentScheduler - Variable in class org.springframework.scheduling.concurrent.ConcurrentTaskScheduler
 
EnterpriseConcurrentTriggerScheduler() - Constructor for class org.springframework.scheduling.concurrent.ConcurrentTaskScheduler.EnterpriseConcurrentTriggerScheduler
 
enterScope(Map<String, Object>) - Method in class org.springframework.expression.spel.ExpressionState
 
enterScope(String, Object) - Method in class org.springframework.expression.spel.ExpressionState
 
ENTITY_CLASS_RESOURCE_PATTERN - Static variable in class org.springframework.orm.jpa.persistenceunit.DefaultPersistenceUnitManager
 
ENTITY_MANAGER_SYNCHRONIZATION_ORDER - Static variable in class org.springframework.orm.jpa.EntityManagerFactoryUtils
Order value for TransactionSynchronization objects that clean up JPA EntityManagers.
entityCacheStrategies - Variable in class org.springframework.orm.hibernate3.LocalSessionFactoryBean
 
entityInterceptor - Variable in class org.springframework.orm.hibernate3.HibernateAccessor
 
entityInterceptor - Variable in class org.springframework.orm.hibernate3.HibernateTransactionManager
 
entityInterceptor - Variable in class org.springframework.orm.hibernate3.LocalSessionFactoryBean
 
entityInterceptor - Variable in class org.springframework.orm.hibernate4.HibernateTransactionManager
 
entityInterceptor - Variable in class org.springframework.orm.hibernate4.LocalSessionFactoryBean
 
entityIsTransient(MergeEvent, Map) - Method in class org.springframework.orm.hibernate3.support.IdTransferringMergeEventListener
Hibernate 3.1 implementation of ID transferral.
entityManager - Variable in class org.springframework.orm.jpa.EntityManagerHolder
 
entityManager - Variable in class org.springframework.orm.jpa.ExtendedEntityManagerCreator.ExtendedEntityManagerSynchronization
 
entityManager - Variable in class org.springframework.orm.jpa.vendor.OpenJpaDialect.OpenJpaConnectionHandle
 
entityManager - Variable in class org.springframework.orm.jpa.vendor.OpenJpaDialect.OpenJpaTransactionData
 
entityManagerFactory - Variable in class org.springframework.orm.jpa.AbstractEntityManagerFactoryBean
 
entityManagerFactory - Variable in class org.springframework.orm.jpa.EntityManagerFactoryAccessor
 
entityManagerFactory - Variable in class org.springframework.orm.jpa.JpaTransactionManager
 
entityManagerFactory - Variable in class org.springframework.orm.jpa.support.OpenEntityManagerInViewFilter
 
EntityManagerFactoryAccessor - Class in org.springframework.orm.jpa
Base class for any class that needs to access an EntityManagerFactory, usually in order to obtain an EntityManager.
EntityManagerFactoryAccessor() - Constructor for class org.springframework.orm.jpa.EntityManagerFactoryAccessor
 
entityManagerFactoryBean - Variable in class org.springframework.orm.jpa.AbstractEntityManagerFactoryBean.ManagedEntityManagerFactoryInvocationHandler
 
entityManagerFactoryBeanName - Variable in class org.springframework.orm.jpa.support.OpenEntityManagerInViewFilter
 
EntityManagerFactoryInfo - Interface in org.springframework.orm.jpa
Metadata interface for a Spring-managed JPA EntityManagerFactory.
entityManagerFactoryInterface - Variable in class org.springframework.orm.jpa.AbstractEntityManagerFactoryBean
 
entityManagerFactoryInterface - Variable in class org.springframework.orm.jpa.vendor.HibernateJpaVendorAdapter
 
EntityManagerFactoryUtils - Class in org.springframework.orm.jpa
Helper class featuring methods for JPA EntityManager handling, allowing for reuse of EntityManager instances within transactions.
EntityManagerFactoryUtils() - Constructor for class org.springframework.orm.jpa.EntityManagerFactoryUtils
 
EntityManagerFactoryUtils.TransactionalEntityManagerSynchronization - Class in org.springframework.orm.jpa
Callback for resource cleanup at the end of a non-JPA transaction (e.g.
EntityManagerFactoryUtils.TransactionScopedEntityManagerSynchronization - Class in org.springframework.orm.jpa
Minimal callback that just closes the EntityManager at the end of the transaction.
EntityManagerHolder - Class in org.springframework.orm.jpa
Holder wrapping a JPA EntityManager.
EntityManagerHolder(EntityManager) - Constructor for class org.springframework.orm.jpa.EntityManagerHolder
 
entityManagerHolder - Variable in class org.springframework.orm.jpa.JpaTransactionManager.JpaTransactionObject
 
entityManagerHolder - Variable in class org.springframework.orm.jpa.JpaTransactionManager.SuspendedResourcesHolder
 
entityManagerInterface - Variable in class org.springframework.orm.jpa.AbstractEntityManagerFactoryBean
 
entityManagerInterface - Variable in class org.springframework.orm.jpa.support.SharedEntityManagerBean
 
entityManagerInterface - Variable in class org.springframework.orm.jpa.vendor.HibernateJpaVendorAdapter
 
EntityManagerProxy - Interface in org.springframework.orm.jpa
Subinterface of javax.persistence.EntityManager to be implemented by EntityManager proxies.
entityReferenceToCharacterMap - Variable in class org.springframework.web.util.HtmlCharacterEntityReferences
 
entityResolver - Variable in class org.springframework.beans.factory.xml.XmlBeanDefinitionReader
 
entityResolver - Variable in class org.springframework.oxm.castor.CastorMarshaller
 
entityResolver - Variable in class org.springframework.oxm.support.MarshallingSource.MarshallingXMLReader
 
entityResolver - Variable in class org.springframework.util.xml.AbstractXMLReader
 
entityTypeFilters - Variable in class org.springframework.orm.hibernate3.annotation.AnnotationSessionFactoryBean
 
entityTypeFilters - Static variable in class org.springframework.orm.hibernate4.LocalSessionFactoryBuilder
 
entityTypeFilters - Static variable in class org.springframework.orm.jpa.persistenceunit.DefaultPersistenceUnitManager
 
Entries() - Constructor for class org.springframework.util.ConcurrentReferenceHashMap.Entries
 
Entry(K, V) - Constructor for class org.springframework.util.ConcurrentReferenceHashMap.Entry
 
ENTRY_ELEMENT - Static variable in class org.springframework.beans.factory.xml.BeanDefinitionParserDelegate
 
EntryIterator() - Constructor for class org.springframework.util.ConcurrentReferenceHashMap.EntryIterator
 
entrySet() - Method in class org.springframework.core.env.ReadOnlySystemAttributesMap
 
entrySet() - Method in class org.springframework.http.HttpHeaders
 
entrySet() - Method in class org.springframework.messaging.MessageHeaders
 
entrySet() - Method in class org.springframework.util.CollectionUtils.MultiValueMapAdapter
 
entrySet - Variable in class org.springframework.util.ConcurrentReferenceHashMap
Late binding entry set.
entrySet() - Method in class org.springframework.util.ConcurrentReferenceHashMap
 
EntrySet() - Constructor for class org.springframework.util.ConcurrentReferenceHashMap.EntrySet
 
entrySet() - Method in class org.springframework.util.LinkedMultiValueMap
 
entrySet() - Method in class org.springframework.web.socket.WebSocketHttpHeaders
 
EnumerablePropertySource<T> - Class in org.springframework.core.env
A PropertySource implementation capable of interrogating its underlying source object to enumerate all possible property name/value pairs.
EnumerablePropertySource(String, T) - Constructor for class org.springframework.core.env.EnumerablePropertySource
 
enumeration - Variable in class org.springframework.util.CollectionUtils.EnumerationIterator
 
EnumerationIterator(Enumeration<E>) - Constructor for class org.springframework.util.CollectionUtils.EnumerationIterator
 
EnumToStringConverter - Class in org.springframework.core.convert.support
Calls Enum.name() to convert a source Enum to a String.
EnumToStringConverter(ConversionService) - Constructor for class org.springframework.core.convert.support.EnumToStringConverter
 
enumType - Variable in class org.springframework.core.convert.support.StringToEnumConverterFactory.StringToEnum
 
environment - Variable in class org.springframework.beans.factory.support.AbstractBeanDefinitionReader
 
environment - Variable in class org.springframework.beans.factory.xml.BeanDefinitionParserDelegate
 
environment - Variable in class org.springframework.beans.factory.xml.DefaultBeanDefinitionDocumentReader
 
environment - Variable in class org.springframework.context.annotation.ClassPathScanningCandidateComponentProvider
 
environment - Variable in class org.springframework.context.annotation.ComponentScanAnnotationParser
 
environment - Variable in class org.springframework.context.annotation.ConditionEvaluator.ConditionContextImpl
 
environment - Variable in class org.springframework.context.annotation.ConfigurationClassBeanDefinitionReader
 
environment - Variable in class org.springframework.context.annotation.ConfigurationClassParser
 
environment - Variable in class org.springframework.context.annotation.ConfigurationClassPostProcessor
 
environment - Variable in class org.springframework.context.annotation.MBeanExportConfiguration
 
environment - Variable in class org.springframework.context.support.AbstractApplicationContext
Environment used by this context; initialized by AbstractApplicationContext.createEnvironment()
environment - Variable in class org.springframework.context.support.PropertySourcesPlaceholderConfigurer
 
Environment - Interface in org.springframework.core.env
Interface representing the environment in which the current application is running.
ENVIRONMENT - Static variable in class org.springframework.ejb.config.AbstractJndiLocatingBeanDefinitionParser
 
environment - Variable in class org.springframework.jmx.access.MBeanClientInterceptor
 
environment - Variable in class org.springframework.jmx.access.NotificationListenerRegistrar
 
environment - Variable in class org.springframework.jmx.support.ConnectorServerFactoryBean
 
environment - Variable in class org.springframework.jmx.support.MBeanServerConnectionFactoryBean
 
environment - Variable in class org.springframework.jndi.JndiTemplate
 
environment - Variable in class org.springframework.messaging.tcp.reactor.ReactorTcpClient
 
environment - Variable in class org.springframework.mock.jndi.SimpleNamingContext
 
environment - Variable in class org.springframework.test.web.servlet.setup.StubWebApplicationContext
 
environment - Variable in class org.springframework.web.filter.GenericFilterBean
 
environment - Variable in class org.springframework.web.portlet.GenericPortletBean
 
environment - Variable in class org.springframework.web.servlet.HttpServletBean
 
ENVIRONMENT_BEAN_NAME - Static variable in interface org.springframework.context.ConfigurableApplicationContext
Name of the Environment bean in the factory.
ENVIRONMENT_PROPERTIES_PROPERTY_SOURCE_NAME - Static variable in class org.springframework.context.support.PropertySourcesPlaceholderConfigurer
"environmentProperties" is the name given to the PropertySource that wraps the environment supplied to this configurer.
ENVIRONMENT_REF - Static variable in class org.springframework.ejb.config.AbstractJndiLocatingBeanDefinitionParser
 
EnvironmentAccessor - Class in org.springframework.context.expression
Read-only EL property accessor that knows how to retrieve keys of a Spring Environment instance.
EnvironmentAccessor() - Constructor for class org.springframework.context.expression.EnvironmentAccessor
 
EnvironmentAware - Interface in org.springframework.context
Interface to be implemented by any bean that wishes to be notified of the Environment that it runs in.
EnvironmentCapable - Interface in org.springframework.core.env
Interface indicating a component that contains and exposes an Environment reference.
equalityCheck(ExpressionState, Object, Object) - Method in class org.springframework.expression.spel.ast.Operator
 
equals(Object) - Method in class org.springframework.aop.aspectj.AbstractAspectJAdvice.AdviceExcludingMethodMatcher
 
equals(Object) - Method in class org.springframework.aop.aspectj.AspectJExpressionPointcut
 
equals(Object) - Method in class org.springframework.aop.aspectj.AspectJPointcutAdvisor
 
equals(Object) - Method in class org.springframework.aop.framework.AdvisedSupport.MethodCacheKey
 
equals(Object) - Method in class org.springframework.aop.framework.CglibAopProxy.DynamicAdvisedInterceptor
 
equals(Object) - Method in class org.springframework.aop.framework.CglibAopProxy
 
equals(Object) - Method in class org.springframework.aop.framework.CglibAopProxy.ProxyCallbackFilter
 
equals(Object) - Method in class org.springframework.aop.framework.JdkDynamicAopProxy
Equality means interfaces, advisors and TargetSource are equal.
equals(Object) - Method in class org.springframework.aop.support.AbstractPointcutAdvisor
 
equals(Object) - Method in class org.springframework.aop.support.AbstractRegexpMethodPointcut
 
equals(Object) - Method in class org.springframework.aop.support.annotation.AnnotationClassFilter
 
equals(Object) - Method in class org.springframework.aop.support.annotation.AnnotationMatchingPointcut
 
equals(Object) - Method in class org.springframework.aop.support.annotation.AnnotationMethodMatcher
 
equals(Object) - Method in class org.springframework.aop.support.ClassFilters.IntersectionClassFilter
 
equals(Object) - Method in class org.springframework.aop.support.ClassFilters.UnionClassFilter
 
equals(Object) - Method in class org.springframework.aop.support.ComposablePointcut
 
equals(Object) - Method in class org.springframework.aop.support.ControlFlowPointcut
 
equals(Object) - Method in class org.springframework.aop.support.DefaultIntroductionAdvisor
 
equals(Object) - Method in class org.springframework.aop.support.MethodMatchers.ClassFilterAwareUnionMethodMatcher
 
equals(Object) - Method in class org.springframework.aop.support.MethodMatchers.IntersectionMethodMatcher
 
equals(Object) - Method in class org.springframework.aop.support.MethodMatchers.UnionMethodMatcher
 
equals(Object) - Method in class org.springframework.aop.support.NameMatchMethodPointcut
 
equals(Object) - Method in class org.springframework.aop.target.AbstractBeanFactoryBasedTargetSource
 
equals(Object) - Method in class org.springframework.aop.target.EmptyTargetSource
 
equals(Object) - Method in class org.springframework.aop.target.HotSwappableTargetSource
Two HotSwappableTargetSources are equal if the current target objects are equal.
equals(Object) - Method in class org.springframework.aop.target.SingletonTargetSource
Two invoker interceptors are equal if they have the same target or if the targets or the targets are equal.
equals(Object) - Method in class org.springframework.asm.Handle
 
equals(Object) - Method in class org.springframework.asm.Type
Tests if the given object is equal to this type.
equals(Object) - Method in class org.springframework.beans.BeanMetadataAttribute
 
equals(Object) - Method in exception org.springframework.beans.BeansException
 
equals(Object) - Method in class org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor.LifecycleElement
 
equals(Object) - Method in class org.springframework.beans.factory.annotation.InjectionMetadata.InjectedElement
 
equals(Object) - Method in class org.springframework.beans.factory.config.BeanDefinitionHolder
 
equals(Object) - Method in class org.springframework.beans.factory.config.BeanExpressionContext
 
equals(Object) - Method in class org.springframework.beans.factory.config.ConstructorArgumentValues
 
equals(Object) - Method in class org.springframework.beans.factory.config.RuntimeBeanNameReference
 
equals(Object) - Method in class org.springframework.beans.factory.config.RuntimeBeanReference
 
equals(Object) - Method in class org.springframework.beans.factory.config.TypedStringValue
 
equals(Object) - Method in class org.springframework.beans.factory.parsing.BeanComponentDefinition
This implementations expects the other object to be of type BeanComponentDefinition as well, in addition to the superclass's equality requirements.
equals(Object) - Method in class org.springframework.beans.factory.support.AbstractBeanDefinition
 
equals(Object) - Method in class org.springframework.beans.factory.support.BeanDefinitionResource
This implementation compares the underlying BeanDefinition.
equals(Object) - Method in class org.springframework.beans.factory.support.CglibSubclassingInstantiationStrategy.CglibIdentitySupport
 
equals(Object) - Method in class org.springframework.beans.factory.support.ChildBeanDefinition
 
equals(Object) - Method in class org.springframework.beans.factory.support.GenericBeanDefinition
 
equals(Object) - Method in class org.springframework.beans.factory.support.LookupOverride
 
equals(Object) - Method in class org.springframework.beans.factory.support.MethodOverride
 
equals(Object) - Method in class org.springframework.beans.factory.support.MethodOverrides
 
equals(Object) - Method in class org.springframework.beans.factory.support.ReplaceOverride
 
equals(Object) - Method in class org.springframework.beans.factory.support.RootBeanDefinition
 
equals(Object) - Method in class org.springframework.beans.MutablePropertyValues
 
equals(PropertyDescriptor, Object) - Static method in class org.springframework.beans.PropertyDescriptorUtils
Compare the given PropertyDescriptor against the given Object and return true if they are objects are equivalent, i.e.
equals(Object) - Method in class org.springframework.beans.PropertyValue
 
equals(Object) - Method in class org.springframework.beans.SimpleIndexedPropertyDescriptor
 
equals(Object) - Method in class org.springframework.beans.SimplePropertyDescriptor
 
equals(Object) - Method in class org.springframework.beans.support.MutableSortDefinition
 
equals(Object) - Method in class org.springframework.cache.annotation.AnnotationCacheOperationSource
 
equals(Object) - Method in class org.springframework.cache.annotation.SpringCacheAnnotationParser
 
equals(Object) - Method in class org.springframework.cache.interceptor.AbstractFallbackCacheOperationSource.DefaultCacheKey
 
equals(Object) - Method in class org.springframework.cache.interceptor.CacheOperation
This implementation compares the toString() results.
equals(Object) - Method in class org.springframework.cache.interceptor.CacheOperationSourcePointcut
 
equals(Object) - Method in class org.springframework.cache.interceptor.NameMatchCacheOperationSource
 
equals(Object) - Method in class org.springframework.cache.interceptor.SimpleKey
 
equals(Object) - Method in class org.springframework.context.annotation.ConfigurationClass
 
equals(Object) - Method in class org.springframework.context.annotation.ConfigurationClassParser.SourceClass
 
equals(Object) - Method in class org.springframework.context.event.AbstractApplicationEventMulticaster.ListenerCacheKey
 
equals(Object) - Method in class org.springframework.context.support.DefaultMessageSourceResolvable
 
equals(Object) - Method in class org.springframework.core.AttributeAccessorSupport
 
equals(Object) - Method in class org.springframework.core.convert.converter.GenericConverter.ConvertiblePair
 
equals(Object) - Method in class org.springframework.core.convert.Property
 
equals(Object) - Method in class org.springframework.core.convert.support.GenericConversionService.ConverterCacheKey
 
equals(Object) - Method in class org.springframework.core.convert.TypeDescriptor
 
equals(Object) - Method in class org.springframework.core.env.PropertySource
This PropertySource object is equal to the given object if: they are the same instance the name properties for both objects are equal
equals(Object) - Method in class org.springframework.core.io.AbstractResource
This implementation compares description strings.
equals(Object) - Method in class org.springframework.core.io.ByteArrayResource
This implementation compares the underlying byte array.
equals(Object) - Method in class org.springframework.core.io.ClassPathResource
This implementation compares the underlying class path locations.
equals(Object) - Method in class org.springframework.core.io.DescriptiveResource
This implementation compares the underlying description String.
equals(Object) - Method in class org.springframework.core.io.FileSystemResource
This implementation compares the underlying File references.
equals(Object) - Method in class org.springframework.core.io.InputStreamResource
This implementation compares the underlying InputStream.
equals(Object) - Method in class org.springframework.core.io.PathResource
This implementation compares the underlying Path references.
equals(Object) - Method in class org.springframework.core.io.support.EncodedResource
 
equals(Object) - Method in class org.springframework.core.io.UrlResource
This implementation compares the underlying URL references.
equals(Object) - Method in class org.springframework.core.io.VfsResource
 
equals(Object) - Method in class org.springframework.core.MethodParameter
 
equals(Object) - Method in class org.springframework.core.ParameterizedTypeReference
 
equals(Object) - Method in class org.springframework.core.ResolvableType
 
equals(Object) - Method in class org.springframework.expression.spel.support.ReflectivePropertyAccessor.CacheKey
 
equals(Object) - Method in class org.springframework.format.support.FormattingConversionService.AnnotationConverterKey
 
equals(Object) - Method in class org.springframework.http.HttpEntity
 
equals(Object) - Method in class org.springframework.http.HttpHeaders
 
equals(Object) - Method in class org.springframework.http.ResponseEntity
 
equals(Object) - Method in class org.springframework.jca.context.SpringContextResourceAdapter
 
equals(Object) - Method in class org.springframework.jms.connection.CachingConnectionFactory.ConsumerCacheKey
 
equals(Object) - Method in class org.springframework.jms.connection.CachingConnectionFactory.DestinationCacheKey
 
equals(Object) - Method in class org.springframework.jmx.access.MBeanClientInterceptor.MethodCacheKey
 
equals(Object) - Method in class org.springframework.jmx.support.NotificationListenerHolder
 
equals(Object) - Method in class org.springframework.mail.SimpleMailMessage
 
equals(Object) - Method in class org.springframework.messaging.handler.AbstractMessageCondition
 
equals(Object) - Method in class org.springframework.messaging.handler.HandlerMethod
 
equals(Object) - Method in class org.springframework.messaging.MessageHeaders
 
equals(Object) - Method in class org.springframework.messaging.simp.SimpMessageMappingInfo
 
equals(Object) - Method in class org.springframework.messaging.support.GenericMessage
 
equals(Object, Object) - Method in class org.springframework.orm.hibernate3.support.AbstractLobType
This implementation delegates to the Hibernate EqualsHelper.
equals(Object, Object) - Method in class org.springframework.orm.hibernate3.support.BlobByteArrayType
 
equals(Object) - Method in class org.springframework.orm.hibernate4.SpringFlushSynchronization
 
equals(Object) - Method in class org.springframework.scheduling.support.CronSequenceGenerator
 
equals(Object) - Method in class org.springframework.scheduling.support.CronTrigger
 
equals(Object) - Method in class org.springframework.scheduling.support.PeriodicTrigger
 
equals(Object) - Method in class org.springframework.test.context.ContextConfigurationAttributes
Determine if the supplied object is equal to this ContextConfigurationAttributes instance by comparing both object's declaring class, locations, annotated classes, inheritLocations flag, context initializer classes, inheritInitializers flag, and the ContextLoader class.
equals(Object) - Method in class org.springframework.test.context.MergedContextConfiguration
Determine if the supplied object is equal to this MergedContextConfiguration instance by comparing both object's locations, annotated classes, context initializer classes, active profiles, parents, and the fully qualified names of their ContextLoaders.
equals(Object) - Method in class org.springframework.test.context.web.WebMergedContextConfiguration
Determine if the supplied object is equal to this WebMergedContextConfiguration instance by comparing both object's locations, annotated classes, context initializer classes, active profiles, resource base path, parents, and the fully qualified names of their ContextLoaders.
equals(Object) - Method in class org.springframework.transaction.annotation.AnnotationTransactionAttributeSource
 
equals(Object) - Method in class org.springframework.transaction.annotation.Ejb3TransactionAnnotationParser
 
equals(Object) - Method in class org.springframework.transaction.annotation.JtaTransactionAnnotationParser
 
equals(Object) - Method in class org.springframework.transaction.annotation.SpringTransactionAnnotationParser
 
equals(Object) - Method in class org.springframework.transaction.interceptor.AbstractFallbackTransactionAttributeSource.DefaultCacheKey
 
equals(Object) - Method in class org.springframework.transaction.interceptor.MatchAlwaysTransactionAttributeSource
 
equals(Object) - Method in class org.springframework.transaction.interceptor.MethodMapTransactionAttributeSource
 
equals(Object) - Method in class org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource
 
equals(Object) - Method in class org.springframework.transaction.interceptor.RollbackRuleAttribute
 
equals(Object) - Method in class org.springframework.transaction.interceptor.TransactionAttributeSourcePointcut
 
equals(Object) - Method in class org.springframework.transaction.support.DefaultTransactionDefinition
This implementation compares the toString() results.
equals(Object) - Method in class org.springframework.transaction.support.DelegatingTransactionDefinition
 
equals(Object) - Method in class org.springframework.util.AutoPopulatingList
 
equals(Object) - Method in class org.springframework.util.CollectionUtils.MultiValueMapAdapter
 
equals(Object) - Method in class org.springframework.util.comparator.BooleanComparator
 
equals(Object) - Method in class org.springframework.util.comparator.CompoundComparator
 
equals(Object) - Method in class org.springframework.util.comparator.InvertibleComparator
 
equals(Object) - Method in class org.springframework.util.comparator.NullSafeComparator
 
equals(Object) - Method in class org.springframework.util.ConcurrentReferenceHashMap.Entry
 
equals(Object) - Method in class org.springframework.util.LinkedMultiValueMap
 
equals(Object) - Method in class org.springframework.util.MimeType
 
equals(Object) - Method in class org.springframework.validation.AbstractBindingResult
 
equals(Object) - Method in exception org.springframework.validation.BindException
 
equals(Object) - Method in class org.springframework.validation.FieldError
 
equals(Object) - Method in class org.springframework.validation.ObjectError
 
equals(Object) - Method in class org.springframework.web.context.support.ServletContextResource
This implementation compares the underlying ServletContext resource locations.
equals(Object) - Method in class org.springframework.web.method.ControllerAdviceBean
 
equals(Object) - Method in class org.springframework.web.method.HandlerMethod
 
equals(Object) - Method in class org.springframework.web.portlet.context.PortletContextResource
 
equals(Object) - Method in class org.springframework.web.portlet.handler.PortletModeParameterLookupKey
 
equals(Object) - Method in class org.springframework.web.portlet.mvc.annotation.AnnotationMethodHandlerAdapter.RequestMappingInfo
 
equals(Object) - Method in class org.springframework.web.servlet.mvc.annotation.AnnotationMethodHandlerAdapter.RequestMappingInfo
Deprecated.
 
equals(Object) - Method in class org.springframework.web.servlet.mvc.condition.AbstractMediaTypeExpression
 
equals(Object) - Method in class org.springframework.web.servlet.mvc.condition.AbstractNameValueExpression
 
equals(Object) - Method in class org.springframework.web.servlet.mvc.condition.AbstractRequestCondition
 
equals(Object) - Method in class org.springframework.web.servlet.mvc.method.RequestMappingInfo
 
equals(Object) - Method in class org.springframework.web.socket.AbstractWebSocketMessage
 
equals(Object) - Method in class org.springframework.web.socket.CloseStatus
 
equals(Object) - Method in class org.springframework.web.socket.sockjs.frame.SockJsFrame
 
equals(Object) - Method in class org.springframework.web.socket.WebSocketExtension
 
equals(Object) - Method in class org.springframework.web.socket.WebSocketHttpHeaders
 
equals(Object) - Method in class org.springframework.web.util.HierarchicalUriComponents
 
equals(Object) - Method in class org.springframework.web.util.HierarchicalUriComponents.FullPathComponent
 
equals(Object) - Method in class org.springframework.web.util.HierarchicalUriComponents.PathSegmentComponent
 
equals(Object) - Method in class org.springframework.web.util.OpaqueUriComponents
 
EQUALS_METHOD - Static variable in class org.springframework.core.SerializableTypeWrapper
 
equalsAdviceClasses(Advisor, Advisor) - Method in class org.springframework.aop.framework.CglibAopProxy.ProxyCallbackFilter
 
equalsAdvisors(AdvisedSupport, AdvisedSupport) - Static method in class org.springframework.aop.framework.AopProxyUtils
Check equality of the advisors behind the given AdvisedSupport objects.
equalsCode(CloseStatus) - Method in class org.springframework.web.socket.CloseStatus
 
equalsDefined - Variable in class org.springframework.aop.framework.JdkDynamicAopProxy
Is the JdkDynamicAopProxy.equals(java.lang.Object) method defined on the proxied interfaces?
equalsInProxy(AdvisedSupport, AdvisedSupport) - Static method in class org.springframework.aop.framework.AopProxyUtils
Check equality of the proxies behind the given AdvisedSupport objects.
EqualsInterceptor(AdvisedSupport) - Constructor for class org.springframework.aop.framework.CglibAopProxy.EqualsInterceptor
 
equalsPointcuts(Advisor, Advisor) - Method in class org.springframework.aop.framework.CglibAopProxy.ProxyCallbackFilter
 
equalsProxiedInterfaces(AdvisedSupport, AdvisedSupport) - Static method in class org.springframework.aop.framework.AopProxyUtils
Check equality of the proxied interfaces behind the given AdvisedSupport objects.
equinoxResolveMethod - Static variable in class org.springframework.core.io.support.PathMatchingResourcePatternResolver
 
error(Problem) - Method in class org.springframework.beans.factory.parsing.FailFastProblemReporter
Throws a BeanDefinitionParsingException detailing the error that has occurred.
error(Problem) - Method in interface org.springframework.beans.factory.parsing.ProblemReporter
Called when an error is encountered during the parsing process.
error(String, Object) - Method in class org.springframework.beans.factory.parsing.ReaderContext
 
error(String, Object, Throwable) - Method in class org.springframework.beans.factory.parsing.ReaderContext
 
error(String, Object, ParseState) - Method in class org.springframework.beans.factory.parsing.ReaderContext
 
error(String, Object, ParseState, Throwable) - Method in class org.springframework.beans.factory.parsing.ReaderContext
 
error(String, Node) - Method in class org.springframework.beans.factory.xml.BeanDefinitionParserDelegate
Report an error with the given message for the given source element.
error(String, Element) - Method in class org.springframework.beans.factory.xml.BeanDefinitionParserDelegate
Report an error with the given message for the given source element.
error(String, Element, Throwable) - Method in class org.springframework.beans.factory.xml.BeanDefinitionParserDelegate
Report an error with the given message for the given source element.
error(SAXParseException) - Method in class org.springframework.util.xml.SimpleSaxErrorHandler
 
error(TransformerException) - Method in class org.springframework.util.xml.SimpleTransformErrorListener
 
ERROR_CHANNEL - Static variable in class org.springframework.messaging.MessageHeaders
 
ERROR_CODE - Static variable in exception org.springframework.beans.MethodInvocationException
Error code that a method invocation error will be registered with.
ERROR_CODE - Static variable in exception org.springframework.beans.TypeMismatchException
Error code that a type mismatch error will be registered with.
ERROR_EXCEPTION_ATTRIBUTE - Static variable in class org.springframework.web.util.WebUtils
 
ERROR_EXCEPTION_TYPE_ATTRIBUTE - Static variable in class org.springframework.web.util.WebUtils
 
ERROR_HANDLER_ATTRIBUTE - Static variable in class org.springframework.jms.config.JmsListenerContainerParser
 
ERROR_MESSAGE_ATTRIBUTE - Static variable in class org.springframework.web.util.WebUtils
 
ERROR_REQUEST_URI_ATTRIBUTE - Static variable in class org.springframework.web.util.WebUtils
 
ERROR_SERVLET_NAME_ATTRIBUTE - Static variable in class org.springframework.web.util.WebUtils
 
ERROR_STATUS_CODE_ATTRIBUTE - Static variable in class org.springframework.web.util.WebUtils
Standard Servlet 2.3+ spec request attributes for error pages.
ErrorCoded - Interface in org.springframework.core
Interface that can be implemented by exceptions etc that are error coded.
errorCodes - Variable in class org.springframework.jdbc.support.CustomSQLErrorCodesTranslation
 
errorCodes - Variable in class org.springframework.web.servlet.support.BindStatus
 
errorCodesMap - Variable in class org.springframework.jdbc.support.SQLErrorCodesFactory
Map to hold error codes for all databases defined in the config file.
errorCount(int) - Method in class org.springframework.test.web.servlet.result.ModelResultMatchers
Assert the total number of errors in the model.
errorHandler - Variable in class org.springframework.beans.factory.xml.XmlBeanDefinitionReader
 
errorHandler - Variable in class org.springframework.jms.listener.AbstractMessageListenerContainer
 
errorHandler - Variable in class org.springframework.oxm.support.MarshallingSource.MarshallingXMLReader
 
errorHandler - Variable in class org.springframework.scheduling.commonj.TimerManagerTaskScheduler
 
errorHandler - Variable in class org.springframework.scheduling.concurrent.ConcurrentTaskScheduler
 
errorHandler - Variable in class org.springframework.scheduling.concurrent.ThreadPoolTaskScheduler.DelegatingErrorHandlingCallable
 
errorHandler - Variable in class org.springframework.scheduling.concurrent.ThreadPoolTaskScheduler
 
errorHandler - Variable in class org.springframework.scheduling.support.DelegatingErrorHandlingRunnable
 
ErrorHandler - Interface in org.springframework.util
A strategy for handling errors.
errorHandler - Variable in class org.springframework.util.xml.AbstractXMLReader
 
errorHandler - Variable in class org.springframework.web.client.RestTemplate
 
errorHandlingTask(Runnable, boolean) - Method in class org.springframework.scheduling.commonj.TimerManagerTaskScheduler
 
errorHandlingTask(Runnable, boolean) - Method in class org.springframework.scheduling.concurrent.ThreadPoolTaskScheduler
 
errorListener - Variable in class org.springframework.web.servlet.view.xslt.XsltView
 
errorListener - Variable in class org.springframework.web.servlet.view.xslt.XsltViewResolver
 
ErrorMessage - Class in org.springframework.messaging.support
A GenericMessage with a Throwable payload.
ErrorMessage(Throwable) - Constructor for class org.springframework.messaging.support.ErrorMessage
Create a new message with the given payload.
ErrorMessage(Throwable, Map<String, Object>) - Constructor for class org.springframework.messaging.support.ErrorMessage
Create a new message with the given payload and headers.
errorMessage - Variable in class org.springframework.mock.web.MockHttpServletResponse
 
errorMessages - Variable in class org.springframework.web.servlet.support.BindStatus
 
errorMessagesWereExposed - Variable in class org.springframework.web.servlet.tags.form.ErrorsTag
 
errors - Variable in class org.springframework.validation.AbstractBindingResult
 
Errors - Interface in org.springframework.validation
Stores and exposes information about data-binding and validation errors for a specific object.
errors - Variable in class org.springframework.web.servlet.support.BindStatus
 
errors - Variable in class org.springframework.web.servlet.tags.BindErrorsTag
 
ERRORS_VARIABLE_NAME - Static variable in class org.springframework.web.servlet.tags.BindErrorsTag
 
errorsMap - Variable in class org.springframework.web.servlet.support.RequestContext
 
ErrorsMethodArgumentResolver - Class in org.springframework.web.method.annotation
Resolves Errors method arguments.
ErrorsMethodArgumentResolver() - Constructor for class org.springframework.web.method.annotation.ErrorsMethodArgumentResolver
 
ErrorsTag - Class in org.springframework.web.servlet.tags.form
Form tag for displaying errors for a particular field or object.
ErrorsTag() - Constructor for class org.springframework.web.servlet.tags.form.ErrorsTag
 
escape(String) - Method in class org.springframework.messaging.simp.stomp.StompEncoder
 
EscapeBodyTag - Class in org.springframework.web.servlet.tags
Custom JSP tag to escape its enclosed body content, applying HTML escaping and/or JavaScript escaping.
EscapeBodyTag() - Constructor for class org.springframework.web.servlet.tags.EscapeBodyTag
 
EscapedErrors - Class in org.springframework.web.bind
Errors wrapper that adds automatic HTML escaping to the wrapped instance, for convenient usage in HTML views.
EscapedErrors(Errors) - Constructor for class org.springframework.web.bind.EscapedErrors
Create a new EscapedErrors instance for the given source instance.
escapeObjectError(T) - Method in class org.springframework.web.bind.EscapedErrors
 
escapeObjectErrors(List<T>) - Method in class org.springframework.web.bind.EscapedErrors
 
escapeSockJsSpecialChars(char[]) - Method in class org.springframework.web.socket.sockjs.frame.AbstractSockJsMessageCodec
See "JSON Unicode Encoding" section of SockJS protocol.
establishSharedConnection() - Method in class org.springframework.jms.listener.AbstractJmsListeningContainer
Establish a shared Connection for this container.
establishSharedConnection() - Method in class org.springframework.jms.listener.DefaultMessageListenerContainer
Overridden to accept a failure in the initial setup - leaving it up to the asynchronous invokers to establish the shared Connection on first access.
ETAG - Static variable in class org.springframework.http.HttpHeaders
 
etag - Variable in class org.springframework.mock.web.portlet.MockCacheControl
 
EvalTag - Class in org.springframework.web.servlet.tags
JSP tag for evaluating expressions with the Spring Expression Language (SpEL).
EvalTag() - Constructor for class org.springframework.web.servlet.tags.EvalTag
 
EvalTag.JspPropertyAccessor - Class in org.springframework.web.servlet.tags
 
evaluate(String, BeanExpressionContext) - Method in interface org.springframework.beans.factory.config.BeanExpressionResolver
Evaluate the given value as an expression, if applicable; return the value as-is otherwise.
evaluate(TypedStringValue) - Method in class org.springframework.beans.factory.support.BeanDefinitionValueResolver
Evaluate the given value as an expression, if necessary.
evaluate(Object) - Method in class org.springframework.beans.factory.support.BeanDefinitionValueResolver
Evaluate the given value as an expression, if necessary.
evaluate(Constructor<?>, int) - Static method in class org.springframework.beans.factory.support.ConstructorResolver.ConstructorPropertiesChecker
 
evaluate(String, BeanExpressionContext) - Method in class org.springframework.context.expression.StandardBeanExpressionResolver
 
evaluate(String, Class, javax.servlet.jsp.el.VariableResolver, javax.servlet.jsp.el.FunctionMapper) - Method in class org.springframework.mock.web.MockExpressionEvaluator
 
evaluate(ScriptSource) - Method in class org.springframework.scripting.bsh.BshScriptEvaluator
 
evaluate(ScriptSource, Map<String, Object>) - Method in class org.springframework.scripting.bsh.BshScriptEvaluator
 
evaluate(ScriptSource) - Method in class org.springframework.scripting.groovy.GroovyScriptEvaluator
 
evaluate(ScriptSource, Map<String, Object>) - Method in class org.springframework.scripting.groovy.GroovyScriptEvaluator
 
evaluate(ScriptSource) - Method in interface org.springframework.scripting.ScriptEvaluator
Evaluate the given script.
evaluate(ScriptSource, Map<String, Object>) - Method in interface org.springframework.scripting.ScriptEvaluator
Evaluate the given script with the given arguments.
evaluate(ScriptSource) - Method in class org.springframework.scripting.support.StandardScriptEvaluator
 
evaluate(ScriptSource, Map<String, Object>) - Method in class org.springframework.scripting.support.StandardScriptEvaluator
 
evaluate() - Method in class org.springframework.test.context.junit4.statements.RunAfterTestClassCallbacks
Invokes the next Statement in the execution chain (typically an instance of RunAfters), catching any exceptions thrown, and then calls TestContextManager.afterTestClass().
evaluate() - Method in class org.springframework.test.context.junit4.statements.RunAfterTestMethodCallbacks
Invokes the next Statement in the execution chain (typically an instance of RunAfters), catching any exceptions thrown, and then calls TestContextManager.afterTestMethod(Object, Method, Throwable) with the first caught exception (if any).
evaluate() - Method in class org.springframework.test.context.junit4.statements.RunBeforeTestClassCallbacks
Calls TestContextManager.beforeTestClass() and then invokes the next Statement in the execution chain (typically an instance of RunBefores).
evaluate() - Method in class org.springframework.test.context.junit4.statements.RunBeforeTestMethodCallbacks
Calls TestContextManager.beforeTestMethod(Object, Method) and then invokes the next Statement in the execution chain (typically an instance of RunBefores).
evaluate() - Method in class org.springframework.test.context.junit4.statements.SpringFailOnTimeout
Invokes the next statement in the execution chain (typically an instance of InvokeMethod or ExpectException) and throws an exception if the next statement takes more than the specified timeout .
evaluate() - Method in class org.springframework.test.context.junit4.statements.SpringRepeat
Invokes the next statement in the execution chain for the specified repeat count.
evaluate(String, Object) - Method in class org.springframework.web.servlet.tags.form.AbstractFormTag
Evaluate the supplied value for the supplied attribute name.
evaluateBeanDefinitionString(String, BeanDefinition) - Method in class org.springframework.beans.factory.support.AbstractBeanFactory
Evaluate the given String as contained in a bean definition, potentially resolving it as an expression.
evaluateBshScript(String, Class<?>[], ClassLoader) - Static method in class org.springframework.scripting.bsh.BshScriptUtils
Evaluate the specified BeanShell script based on the given script source, keeping a returned script Class or script Object as-is.
evaluateJsonPath(String) - Method in class org.springframework.test.util.JsonPathExpectationsHelper
 
evaluateMXBeanAnnotation(Class<?>) - Static method in class org.springframework.jmx.support.JmxUtils.MXBeanChecker
 
evaluateProxyInterfaces(Class<?>, ProxyFactory) - Method in class org.springframework.aop.framework.autoproxy.AbstractAutoProxyCreator
Check the interfaces on the given bean class and apply them to the ProxyFactory, if appropriate.
evaluateXpath(Document, QName, Class<T>) - Method in class org.springframework.test.util.XpathExpectationsHelper
Apply the XPath expression to given document.
EVALUATION_CONTEXT_PAGE_ATTRIBUTE - Static variable in class org.springframework.web.servlet.tags.EvalTag
javax.servlet.jsp.PageContext attribute for the page-level EvaluationContext instance.
evaluationCache - Variable in class org.springframework.context.expression.StandardBeanExpressionResolver
 
EvaluationContext - Interface in org.springframework.expression
Expressions are executed in an evaluation context.
evaluationContext - Variable in class org.springframework.expression.spel.ast.Indexer.PropertyIndexingValueRef
 
evaluationContext - Variable in class org.springframework.expression.spel.ast.MethodReference.MethodValueRef
 
evaluationContext - Variable in class org.springframework.expression.spel.ast.VariableReference.VariableRef
 
EvaluationException - Exception in org.springframework.expression
Represent an exception that occurs during expression evaluation.
EvaluationException(int, String) - Constructor for exception org.springframework.expression.EvaluationException
Creates a new expression evaluation exception.
EvaluationException(String, String) - Constructor for exception org.springframework.expression.EvaluationException
Creates a new expression evaluation exception.
EvaluationException(int, String, Throwable) - Constructor for exception org.springframework.expression.EvaluationException
Creates a new expression evaluation exception.
EvaluationException(String) - Constructor for exception org.springframework.expression.EvaluationException
Creates a new expression evaluation exception.
EvaluationException(String, Throwable) - Constructor for exception org.springframework.expression.EvaluationException
 
evaluations - Variable in class org.springframework.aop.support.ControlFlowPointcut
 
evaluator - Variable in class org.springframework.cache.interceptor.CacheAspectSupport
 
event - Variable in class org.springframework.mock.web.portlet.MockEventRequest
 
event - Variable in class org.springframework.util.xml.XMLEventStreamReader
 
EventAwareController - Interface in org.springframework.web.portlet.mvc
Extension of the Portlet Controller interface that allows for handling Portlet 2.0 event requests as well.
eventFactory - Variable in class org.springframework.util.xml.StaxEventHandler
 
eventFactory - Variable in class org.springframework.util.xml.XMLEventStreamWriter
 
eventListener - Variable in class org.springframework.beans.factory.parsing.ReaderContext
 
eventListener - Variable in class org.springframework.beans.factory.xml.XmlBeanDefinitionReader
 
eventListeners - Variable in class org.springframework.orm.hibernate3.LocalSessionFactoryBean
 
EventMapping - Annotation Type in org.springframework.web.portlet.bind.annotation
Annotation for mapping Portlet event requests onto handler methods.
EventMappingPredicate(String) - Constructor for class org.springframework.web.portlet.mvc.annotation.DefaultAnnotationHandlerMapping.EventMappingPredicate
 
eventName - Variable in class org.springframework.web.portlet.mvc.annotation.DefaultAnnotationHandlerMapping.EventMappingPredicate
 
EventPublicationInterceptor - Class in org.springframework.context.event
Interceptor that publishes an ApplicationEvent to all ApplicationListeners registered with an ApplicationEventPublisher after each successful method invocation.
EventPublicationInterceptor() - Constructor for class org.springframework.context.event.EventPublicationInterceptor
 
eventPublisher - Variable in class org.springframework.messaging.simp.broker.AbstractBrokerMessageHandler
 
eventPublisher - Variable in class org.springframework.web.socket.messaging.StompSubProtocolHandler
 
eventPublisher - Variable in class org.springframework.web.socket.messaging.SubProtocolWebSocketHandler
 
eventReader - Variable in class org.springframework.util.xml.StaxSource
 
eventReader - Variable in class org.springframework.util.xml.XMLEventStreamReader
 
events - Variable in class org.springframework.mock.web.portlet.MockStateAwareResponse
 
EventSourceStreamingSockJsSession(String, SockJsServiceConfig, WebSocketHandler, Map<String, Object>) - Constructor for class org.springframework.web.socket.sockjs.transport.handler.EventSourceTransportHandler.EventSourceStreamingSockJsSession
 
EventSourceTransportHandler - Class in org.springframework.web.socket.sockjs.transport.handler
A TransportHandler for sending messages via Server-Sent events: http://dev.w3.org/html5/eventsource/.
EventSourceTransportHandler() - Constructor for class org.springframework.web.socket.sockjs.transport.handler.EventSourceTransportHandler
 
EventSourceTransportHandler.EventSourceStreamingSockJsSession - Class in org.springframework.web.socket.sockjs.transport.handler
 
eventType - Variable in class org.springframework.context.event.AbstractApplicationEventMulticaster.ListenerCacheKey
 
eventWriter - Variable in class org.springframework.util.xml.StaxEventHandler
 
eventWriter - Variable in class org.springframework.util.xml.StaxResult
 
eventWriter - Variable in class org.springframework.util.xml.XMLEventStreamWriter
 
evict(Object) - Method in interface org.springframework.cache.Cache
Evict the mapping for this key from this cache if it is present.
evict(Object) - Method in class org.springframework.cache.concurrent.ConcurrentMapCache
 
evict(Object) - Method in class org.springframework.cache.ehcache.EhCacheCache
 
evict(Object) - Method in class org.springframework.cache.guava.GuavaCache
 
evict(Object) - Method in class org.springframework.cache.jcache.JCacheCache
 
evict(Object) - Method in class org.springframework.cache.support.NoOpCacheManager.NoOpCache
 
evict(Object) - Method in class org.springframework.cache.transaction.TransactionAwareCacheDecorator
 
evict(Object) - Method in interface org.springframework.orm.hibernate3.HibernateOperations
Remove the given object from the org.hibernate.Session cache.
evict(Object) - Method in class org.springframework.orm.hibernate3.HibernateTemplate
 
evict(Object) - Method in interface org.springframework.orm.hibernate4.HibernateOperations
Remove the given object from the org.hibernate.Session cache.
evict(Object) - Method in class org.springframework.orm.hibernate4.HibernateTemplate
 
exactDateLength - Variable in class org.springframework.beans.propertyeditors.CustomDateEditor
 
exactMatches - Variable in class org.springframework.test.web.servlet.setup.PatternMappingFilterProxy
Patterns that require an exact match, e.g.
EXCEPTION - Static variable in class org.springframework.asm.Edge
Denotes a control flow graph edge corresponding to an exception handler.
exception - Variable in class org.springframework.remoting.support.RemoteInvocationResult
 
exception - Variable in class org.springframework.transaction.jta.WebSphereUowTransactionManager.UOWActionAdapter
 
EXCEPTION_HANDLER_METHOD_FILTER - Static variable in class org.springframework.messaging.handler.annotation.support.AnnotationExceptionHandlerMethodResolver
A filter for selecting annotated exception handling methods.
EXCEPTION_HANDLER_METHODS - Static variable in class org.springframework.web.method.annotation.ExceptionHandlerMethodResolver
A filter for selecting @ExceptionHandler methods.
EXCEPTION_PARAMETER - Static variable in class org.springframework.asm.TypeReference
The sort of type references that target the type of the exception of a 'catch' clause in a method.
exceptionAttribute - Variable in class org.springframework.web.portlet.handler.SimpleMappingExceptionResolver
 
exceptionAttribute - Variable in class org.springframework.web.servlet.handler.SimpleMappingExceptionResolver
 
exceptionClass - Variable in class org.springframework.jdbc.support.CustomSQLErrorCodesTranslation
 
exceptionConversionEnabled - Variable in class org.springframework.orm.hibernate3.HibernateInterceptor
Deprecated.
 
exceptionCount - Variable in class org.springframework.asm.MethodWriter
Number of exceptions that can be thrown by this method.
ExceptionDepthComparator - Class in org.springframework.core
Comparator capable of sorting exceptions based on their depth from the thrown exception type.
ExceptionDepthComparator(Throwable) - Constructor for class org.springframework.core.ExceptionDepthComparator
Create a new ExceptionDepthComparator for the given exception.
ExceptionDepthComparator(Class<? extends Throwable>) - Constructor for class org.springframework.core.ExceptionDepthComparator
Create a new ExceptionDepthComparator for the given exception type.
ExceptionHandler - Annotation Type in org.springframework.web.bind.annotation
Annotation for handling exceptions in specific handler classes and/or handler methods.
exceptionHandlerAdviceCache - Variable in class org.springframework.web.servlet.mvc.method.annotation.ExceptionHandlerExceptionResolver
 
exceptionHandlerCache - Variable in class org.springframework.messaging.handler.invocation.AbstractMethodMessageHandler
 
exceptionHandlerCache - Variable in class org.springframework.web.portlet.mvc.annotation.AnnotationMethodHandlerExceptionResolver
 
exceptionHandlerCache - Variable in class org.springframework.web.servlet.mvc.annotation.AnnotationMethodHandlerExceptionResolver
Deprecated.
 
exceptionHandlerCache - Variable in class org.springframework.web.servlet.mvc.method.annotation.ExceptionHandlerExceptionResolver
 
ExceptionHandlerExceptionResolver - Class in org.springframework.web.servlet.mvc.method.annotation
An AbstractHandlerMethodExceptionResolver that resolves exceptions through @ExceptionHandler methods.
ExceptionHandlerExceptionResolver() - Constructor for class org.springframework.web.servlet.mvc.method.annotation.ExceptionHandlerExceptionResolver
Default constructor.
exceptionHandlerMap - Variable in class org.springframework.aop.framework.adapter.ThrowsAdviceInterceptor
Methods on throws advice, keyed by exception class
exceptionHandlerMap - Variable in class org.springframework.web.servlet.mvc.multiaction.MultiActionController
Methods, keyed by exception class
ExceptionHandlerMethodResolver - Class in org.springframework.web.method.annotation
Discovers @ExceptionHandler methods in a given class, including all of its superclasses, and helps to resolve a given Exception to the exception types supported by a given Method.
ExceptionHandlerMethodResolver(Class<?>) - Constructor for class org.springframework.web.method.annotation.ExceptionHandlerMethodResolver
A constructor that finds ExceptionHandler methods in the given type.
exceptionListener - Variable in class org.springframework.jms.connection.SingleConnectionFactory
 
exceptionListener - Variable in class org.springframework.jms.listener.AbstractMessageListenerContainer
 
exceptionLookupCache - Variable in class org.springframework.messaging.handler.invocation.AbstractExceptionHandlerMethodResolver
 
exceptionLookupCache - Variable in class org.springframework.web.method.annotation.ExceptionHandlerMethodResolver
 
exceptionMappings - Variable in class org.springframework.web.portlet.handler.SimpleMappingExceptionResolver
 
exceptionMappings - Variable in class org.springframework.web.servlet.handler.SimpleMappingExceptionResolver
 
exceptionMessage - Variable in class org.springframework.aop.interceptor.CustomizableTraceInterceptor
The message for exceptions during method execution.
exceptionName - Variable in class org.springframework.transaction.interceptor.RollbackRuleAttribute
Could hold exception, resolving class name but would always require FQN.
exceptions - Variable in class org.springframework.asm.MethodWriter
The exceptions that can be thrown by this method.
exceptionTranslator - Variable in class org.springframework.jdbc.support.JdbcAccessor
 
exceptionTranslator - Variable in class org.springframework.orm.jpa.ExtendedEntityManagerCreator.ExtendedEntityManagerInvocationHandler
 
exceptionTranslator - Variable in class org.springframework.orm.jpa.ExtendedEntityManagerCreator.ExtendedEntityManagerSynchronization
 
ExceptionWebSocketHandlerDecorator - Class in org.springframework.web.socket.handler
An exception handling WebSocketHandlerDecorator.
ExceptionWebSocketHandlerDecorator(WebSocketHandler) - Constructor for class org.springframework.web.socket.handler.ExceptionWebSocketHandlerDecorator
 
exchange(String, HttpMethod, HttpEntity<?>, Class<T>, Object...) - Method in interface org.springframework.web.client.AsyncRestOperations
Asynchronously execute the HTTP method to the given URI template, writing the given request entity to the request, and returns the response as ResponseEntity.
exchange(String, HttpMethod, HttpEntity<?>, Class<T>, Map<String, ?>) - Method in interface org.springframework.web.client.AsyncRestOperations
Asynchronously execute the HTTP method to the given URI template, writing the given request entity to the request, and returns the response as ResponseEntity.
exchange(URI, HttpMethod, HttpEntity<?>, Class<T>) - Method in interface org.springframework.web.client.AsyncRestOperations
Asynchronously execute the HTTP method to the given URI template, writing the given request entity to the request, and returns the response as ResponseEntity.
exchange(String, HttpMethod, HttpEntity<?>, ParameterizedTypeReference<T>, Object...) - Method in interface org.springframework.web.client.AsyncRestOperations
Asynchronously execute the HTTP method to the given URI template, writing the given request entity to the request, and returns the response as ResponseEntity.
exchange(String, HttpMethod, HttpEntity<?>, ParameterizedTypeReference<T>, Map<String, ?>) - Method in interface org.springframework.web.client.AsyncRestOperations
Asynchronously execute the HTTP method to the given URI template, writing the given request entity to the request, and returns the response as ResponseEntity.
exchange(URI, HttpMethod, HttpEntity<?>, ParameterizedTypeReference<T>) - Method in interface org.springframework.web.client.AsyncRestOperations
Asynchronously execute the HTTP method to the given URI template, writing the given request entity to the request, and returns the response as ResponseEntity.
exchange(String, HttpMethod, HttpEntity<?>, Class<T>, Object...) - Method in class org.springframework.web.client.AsyncRestTemplate
 
exchange(String, HttpMethod, HttpEntity<?>, Class<T>, Map<String, ?>) - Method in class org.springframework.web.client.AsyncRestTemplate
 
exchange(URI, HttpMethod, HttpEntity<?>, Class<T>) - Method in class org.springframework.web.client.AsyncRestTemplate
 
exchange(String, HttpMethod, HttpEntity<?>, ParameterizedTypeReference<T>, Object...) - Method in class org.springframework.web.client.AsyncRestTemplate
 
exchange(String, HttpMethod, HttpEntity<?>, ParameterizedTypeReference<T>, Map<String, ?>) - Method in class org.springframework.web.client.AsyncRestTemplate
 
exchange(URI, HttpMethod, HttpEntity<?>, ParameterizedTypeReference<T>) - Method in class org.springframework.web.client.AsyncRestTemplate
 
exchange(String, HttpMethod, HttpEntity<?>, Class<T>, Object...) - Method in interface org.springframework.web.client.RestOperations
Execute the HTTP method to the given URI template, writing the given request entity to the request, and returns the response as ResponseEntity.
exchange(String, HttpMethod, HttpEntity<?>, Class<T>, Map<String, ?>) - Method in interface org.springframework.web.client.RestOperations
Execute the HTTP method to the given URI template, writing the given request entity to the request, and returns the response as ResponseEntity.
exchange(URI, HttpMethod, HttpEntity<?>, Class<T>) - Method in interface org.springframework.web.client.RestOperations
Execute the HTTP method to the given URI template, writing the given request entity to the request, and returns the response as ResponseEntity.
exchange(String, HttpMethod, HttpEntity<?>, ParameterizedTypeReference<T>, Object...) - Method in interface org.springframework.web.client.RestOperations
Execute the HTTP method to the given URI template, writing the given request entity to the request, and returns the response as ResponseEntity.
exchange(String, HttpMethod, HttpEntity<?>, ParameterizedTypeReference<T>, Map<String, ?>) - Method in interface org.springframework.web.client.RestOperations
Execute the HTTP method to the given URI template, writing the given request entity to the request, and returns the response as ResponseEntity.
exchange(URI, HttpMethod, HttpEntity<?>, ParameterizedTypeReference<T>) - Method in interface org.springframework.web.client.RestOperations
Execute the HTTP method to the given URI template, writing the given request entity to the request, and returns the response as ResponseEntity.
exchange(String, HttpMethod, HttpEntity<?>, Class<T>, Object...) - Method in class org.springframework.web.client.RestTemplate
 
exchange(String, HttpMethod, HttpEntity<?>, Class<T>, Map<String, ?>) - Method in class org.springframework.web.client.RestTemplate
 
exchange(URI, HttpMethod, HttpEntity<?>, Class<T>) - Method in class org.springframework.web.client.RestTemplate
 
exchange(String, HttpMethod, HttpEntity<?>, ParameterizedTypeReference<T>, Object...) - Method in class org.springframework.web.client.RestTemplate
 
exchange(String, HttpMethod, HttpEntity<?>, ParameterizedTypeReference<T>, Map<String, ?>) - Method in class org.springframework.web.client.RestTemplate
 
exchange(URI, HttpMethod, HttpEntity<?>, ParameterizedTypeReference<T>) - Method in class org.springframework.web.client.RestTemplate
 
EXCLUDE_FILTER_ELEMENT - Static variable in class org.springframework.context.annotation.ComponentScanBeanDefinitionParser
 
EXCLUDE_UNLISTED_CLASSES - Static variable in class org.springframework.orm.jpa.persistenceunit.PersistenceUnitReader
 
excludeClass(String) - Method in class org.springframework.core.DecoratingClassLoader
Add a class name to exclude from decoration (e.g.
excludedBeans - Variable in class org.springframework.jmx.export.MBeanExporter
A set of bean names that should be excluded from autodetection
excludedClasses - Variable in class org.springframework.core.DecoratingClassLoader
 
excludedClasses - Variable in class org.springframework.web.servlet.mvc.support.AbstractControllerUrlHandlerMapping
 
excludedExceptions - Variable in class org.springframework.web.servlet.handler.SimpleMappingExceptionResolver
 
excludedPackages - Variable in class org.springframework.core.DecoratingClassLoader
 
excludedPackages - Variable in class org.springframework.web.servlet.mvc.support.AbstractControllerUrlHandlerMapping
 
excludedPatterns - Variable in class org.springframework.aop.support.AbstractRegexpMethodPointcut
Regular expressions not to match.
excludeFilters - Variable in class org.springframework.context.annotation.ClassPathScanningCandidateComponentProvider
 
excludePackage(String) - Method in class org.springframework.core.DecoratingClassLoader
Add a package name to exclude from decoration (e.g.
excludePathPatterns(String...) - Method in class org.springframework.web.servlet.config.annotation.InterceptorRegistration
Add URL patterns to which the registered interceptor should not apply to.
excludePatterns - Variable in class org.springframework.web.servlet.config.annotation.InterceptorRegistration
 
excludePatterns - Variable in class org.springframework.web.servlet.handler.MappedInterceptor
 
excludeUnlistedClasses - Variable in class org.springframework.orm.jpa.persistenceunit.MutablePersistenceUnitInfo
 
excludeUnlistedClasses() - Method in class org.springframework.orm.jpa.persistenceunit.MutablePersistenceUnitInfo
 
exclusionMonitor - Variable in class org.springframework.core.DecoratingClassLoader
 
execute(int, int, ClassWriter, Item) - Method in class org.springframework.asm.Frame
Simulates the action of the given instruction on the output stack frame.
execute(CacheAspectSupport.Invoker, Object, Method, Object[]) - Method in class org.springframework.cache.interceptor.CacheAspectSupport
 
execute(CacheAspectSupport.Invoker, CacheAspectSupport.CacheOperationContexts) - Method in class org.springframework.cache.interceptor.CacheAspectSupport
 
execute(Runnable, long) - Method in interface org.springframework.core.task.AsyncTaskExecutor
Execute the given task.
execute(Runnable) - Method in class org.springframework.core.task.SimpleAsyncTaskExecutor
Executes the given task, within a concurrency throttle if configured (through the superclass's settings).
execute(Runnable, long) - Method in class org.springframework.core.task.SimpleAsyncTaskExecutor
Executes the given task, within a concurrency throttle if configured (through the superclass's settings).
execute(Runnable) - Method in class org.springframework.core.task.support.ConcurrentExecutorAdapter
 
execute(Runnable) - Method in class org.springframework.core.task.support.ExecutorServiceAdapter
 
execute(Runnable) - Method in class org.springframework.core.task.support.TaskExecutorAdapter
Delegates to the specified JDK concurrent executor.
execute(Runnable, long) - Method in class org.springframework.core.task.support.TaskExecutorAdapter
 
execute(Runnable) - Method in class org.springframework.core.task.SyncTaskExecutor
Executes the given task synchronously, through direct invocation of it's run() method.
execute(Runnable) - Method in interface org.springframework.core.task.TaskExecutor
Execute the given task.
execute(EvaluationContext, Object...) - Method in interface org.springframework.expression.ConstructorExecutor
Execute a constructor in the specified context using the specified arguments.
execute(EvaluationContext, Object, Object...) - Method in interface org.springframework.expression.MethodExecutor
Execute a command using the specified arguments, and using the specified expression state.
execute(EvaluationContext, Object...) - Method in class org.springframework.expression.spel.support.ReflectiveConstructorExecutor
 
execute(EvaluationContext, Object, Object...) - Method in class org.springframework.expression.spel.support.ReflectiveMethodExecutor
 
execute() - Method in class org.springframework.http.client.AbstractClientHttpRequest
 
execute() - Method in interface org.springframework.http.client.ClientHttpRequest
Execute this request, resulting in a ClientHttpResponse that can be read.
execute(HttpRequest, byte[]) - Method in interface org.springframework.http.client.ClientHttpRequestExecution
Execute the request with the given request attributes and body, and return the response.
execute(HttpRequest, byte[]) - Method in class org.springframework.http.client.InterceptingClientHttpRequest.RequestExecution
 
execute(ConnectionCallback<T>) - Method in interface org.springframework.jca.cci.core.CciOperations
Execute a request on an EIS with CCI, implemented as callback action working on a CCI Connection.
execute(InteractionCallback<T>) - Method in interface org.springframework.jca.cci.core.CciOperations
Execute a request on an EIS with CCI, implemented as callback action working on a CCI Interaction.
execute(InteractionSpec, Record) - Method in interface org.springframework.jca.cci.core.CciOperations
Execute the specified interaction on an EIS with CCI.
execute(InteractionSpec, Record, Record) - Method in interface org.springframework.jca.cci.core.CciOperations
Execute the specified interaction on an EIS with CCI.
execute(InteractionSpec, RecordCreator) - Method in interface org.springframework.jca.cci.core.CciOperations
Execute the specified interaction on an EIS with CCI.
execute(InteractionSpec, Record, RecordExtractor<T>) - Method in interface org.springframework.jca.cci.core.CciOperations
Execute the specified interaction on an EIS with CCI.
execute(InteractionSpec, RecordCreator, RecordExtractor<T>) - Method in interface org.springframework.jca.cci.core.CciOperations
Execute the specified interaction on an EIS with CCI.
execute(ConnectionCallback<T>) - Method in class org.springframework.jca.cci.core.CciTemplate
 
execute(InteractionCallback<T>) - Method in class org.springframework.jca.cci.core.CciTemplate
 
execute(InteractionSpec, Record) - Method in class org.springframework.jca.cci.core.CciTemplate
 
execute(InteractionSpec, Record, Record) - Method in class org.springframework.jca.cci.core.CciTemplate
 
execute(InteractionSpec, RecordCreator) - Method in class org.springframework.jca.cci.core.CciTemplate
 
execute(InteractionSpec, Record, RecordExtractor<T>) - Method in class org.springframework.jca.cci.core.CciTemplate
 
execute(InteractionSpec, RecordCreator, RecordExtractor<T>) - Method in class org.springframework.jca.cci.core.CciTemplate
 
execute(Object) - Method in class org.springframework.jca.cci.object.MappingRecordOperation
Execute the interaction encapsulated by this operation object.
execute(Record) - Method in class org.springframework.jca.cci.object.SimpleRecordOperation
Execute the CCI interaction encapsulated by this operation object.
execute(Record, Record) - Method in class org.springframework.jca.cci.object.SimpleRecordOperation
Execute the CCI interaction encapsulated by this operation object.
execute(Runnable) - Method in class org.springframework.jca.work.WorkManagerTaskExecutor
 
execute(Runnable, long) - Method in class org.springframework.jca.work.WorkManagerTaskExecutor
 
execute(ConnectionCallback<T>) - Method in interface org.springframework.jdbc.core.JdbcOperations
Execute a JDBC data access operation, implemented as callback action working on a JDBC Connection.
execute(StatementCallback<T>) - Method in interface org.springframework.jdbc.core.JdbcOperations
Execute a JDBC data access operation, implemented as callback action working on a JDBC Statement.
execute(String) - Method in interface org.springframework.jdbc.core.JdbcOperations
Issue a single SQL execute, typically a DDL statement.
execute(PreparedStatementCreator, PreparedStatementCallback<T>) - Method in interface org.springframework.jdbc.core.JdbcOperations
Execute a JDBC data access operation, implemented as callback action working on a JDBC PreparedStatement.
execute(String, PreparedStatementCallback<T>) - Method in interface org.springframework.jdbc.core.JdbcOperations
Execute a JDBC data access operation, implemented as callback action working on a JDBC PreparedStatement.
execute(CallableStatementCreator, CallableStatementCallback<T>) - Method in interface org.springframework.jdbc.core.JdbcOperations
Execute a JDBC data access operation, implemented as callback action working on a JDBC CallableStatement.
execute(String, CallableStatementCallback<T>) - Method in interface org.springframework.jdbc.core.JdbcOperations
Execute a JDBC data access operation, implemented as callback action working on a JDBC CallableStatement.
execute(ConnectionCallback<T>) - Method in class org.springframework.jdbc.core.JdbcTemplate
 
execute(StatementCallback<T>) - Method in class org.springframework.jdbc.core.JdbcTemplate
 
execute(String) - Method in class org.springframework.jdbc.core.JdbcTemplate
 
execute(PreparedStatementCreator, PreparedStatementCallback<T>) - Method in class org.springframework.jdbc.core.JdbcTemplate
 
execute(String, PreparedStatementCallback<T>) - Method in class org.springframework.jdbc.core.JdbcTemplate
 
execute(CallableStatementCreator, CallableStatementCallback<T>) - Method in class org.springframework.jdbc.core.JdbcTemplate
 
execute(String, CallableStatementCallback<T>) - Method in class org.springframework.jdbc.core.JdbcTemplate
 
execute(String, SqlParameterSource, PreparedStatementCallback<T>) - Method in interface org.springframework.jdbc.core.namedparam.NamedParameterJdbcOperations
Execute a JDBC data access operation, implemented as callback action working on a JDBC PreparedStatement.
execute(String, Map<String, ?>, PreparedStatementCallback<T>) - Method in interface org.springframework.jdbc.core.namedparam.NamedParameterJdbcOperations
Execute a JDBC data access operation, implemented as callback action working on a JDBC PreparedStatement.
execute(String, PreparedStatementCallback<T>) - Method in interface org.springframework.jdbc.core.namedparam.NamedParameterJdbcOperations
Execute a JDBC data access operation, implemented as callback action working on a JDBC PreparedStatement.
execute(String, SqlParameterSource, PreparedStatementCallback<T>) - Method in class org.springframework.jdbc.core.namedparam.NamedParameterJdbcTemplate
 
execute(String, Map<String, ?>, PreparedStatementCallback<T>) - Method in class org.springframework.jdbc.core.namedparam.NamedParameterJdbcTemplate
 
execute(String, PreparedStatementCallback<T>) - Method in class org.springframework.jdbc.core.namedparam.NamedParameterJdbcTemplate
 
execute(Object...) - Method in class org.springframework.jdbc.core.simple.SimpleJdbcCall
 
execute(Map<String, ?>) - Method in class org.springframework.jdbc.core.simple.SimpleJdbcCall
 
execute(SqlParameterSource) - Method in class org.springframework.jdbc.core.simple.SimpleJdbcCall
 
execute(Object...) - Method in interface org.springframework.jdbc.core.simple.SimpleJdbcCallOperations
Execute the stored procedure and return a map of output params, keyed by name as in parameter declarations.
execute(Map<String, ?>) - Method in interface org.springframework.jdbc.core.simple.SimpleJdbcCallOperations
Execute the stored procedure and return a map of output params, keyed by name as in parameter declarations..
execute(SqlParameterSource) - Method in interface org.springframework.jdbc.core.simple.SimpleJdbcCallOperations
Execute the stored procedure and return a map of output params, keyed by name as in parameter declarations..
execute(Map<String, Object>) - Method in class org.springframework.jdbc.core.simple.SimpleJdbcInsert
 
execute(SqlParameterSource) - Method in class org.springframework.jdbc.core.simple.SimpleJdbcInsert
 
execute(Map<String, Object>) - Method in interface org.springframework.jdbc.core.simple.SimpleJdbcInsertOperations
Execute the insert using the values passed in.
execute(SqlParameterSource) - Method in interface org.springframework.jdbc.core.simple.SimpleJdbcInsertOperations
Execute the insert using the values passed in.
execute(DatabasePopulator, DataSource) - Static method in class org.springframework.jdbc.datasource.init.DatabasePopulatorUtils
Execute the given DatabasePopulator against the given DataSource.
execute(DatabasePopulator) - Method in class org.springframework.jdbc.datasource.init.DataSourceInitializer
 
execute(Object[], Map<?, ?>) - Method in class org.springframework.jdbc.object.SqlQuery
Central execution method.
execute(Object...) - Method in class org.springframework.jdbc.object.SqlQuery
Convenient method to execute without context.
execute(Map<?, ?>) - Method in class org.springframework.jdbc.object.SqlQuery
Convenient method to execute without parameters.
execute() - Method in class org.springframework.jdbc.object.SqlQuery
Convenient method to execute without parameters nor context.
execute(int, Map<?, ?>) - Method in class org.springframework.jdbc.object.SqlQuery
Convenient method to execute with a single int parameter and context.
execute(int) - Method in class org.springframework.jdbc.object.SqlQuery
Convenient method to execute with a single int parameter.
execute(int, int, Map<?, ?>) - Method in class org.springframework.jdbc.object.SqlQuery
Convenient method to execute with two int parameters and context.
execute(int, int) - Method in class org.springframework.jdbc.object.SqlQuery
Convenient method to execute with two int parameters.
execute(long, Map<?, ?>) - Method in class org.springframework.jdbc.object.SqlQuery
Convenient method to execute with a single long parameter and context.
execute(long) - Method in class org.springframework.jdbc.object.SqlQuery
Convenient method to execute with a single long parameter.
execute(String, Map<?, ?>) - Method in class org.springframework.jdbc.object.SqlQuery
Convenient method to execute with a single String parameter and context.
execute(String) - Method in class org.springframework.jdbc.object.SqlQuery
Convenient method to execute with a single String parameter.
execute(Object...) - Method in class org.springframework.jdbc.object.StoredProcedure
Execute the stored procedure with the provided parameter values.
execute(Map<String, ?>) - Method in class org.springframework.jdbc.object.StoredProcedure
Execute the stored procedure.
execute(ParameterMapper) - Method in class org.springframework.jdbc.object.StoredProcedure
Execute the stored procedure.
execute(SessionCallback<T>) - Method in interface org.springframework.jms.core.JmsOperations
Execute the action specified by the given action object within a JMS Session.
execute(ProducerCallback<T>) - Method in interface org.springframework.jms.core.JmsOperations
Send messages to the default JMS destination (or one specified for each send operation).
execute(Destination, ProducerCallback<T>) - Method in interface org.springframework.jms.core.JmsOperations
Send messages to a JMS destination.
execute(SessionCallback<T>) - Method in class org.springframework.jms.core.JmsTemplate
 
execute(SessionCallback<T>, boolean) - Method in class org.springframework.jms.core.JmsTemplate
Execute the action specified by the given action object within a JMS Session.
execute(ProducerCallback<T>) - Method in class org.springframework.jms.core.JmsTemplate
 
execute(Destination, ProducerCallback<T>) - Method in class org.springframework.jms.core.JmsTemplate
 
execute(JndiCallback<T>) - Method in class org.springframework.jndi.JndiTemplate
Execute the given JNDI context callback implementation.
execute() - Method in class org.springframework.mock.http.client.MockClientHttpRequest
Set the executed flag to true and return the configured response.
execute(HibernateCallback<T>) - Method in interface org.springframework.orm.hibernate3.HibernateOperations
Execute the action specified by the given action object within a org.hibernate.Session.
execute(HibernateCallback<T>) - Method in class org.springframework.orm.hibernate3.HibernateTemplate
 
execute(HibernateCallback<T>) - Method in interface org.springframework.orm.hibernate4.HibernateOperations
Execute the action specified by the given action object within a org.hibernate.Session.
execute(HibernateCallback<T>) - Method in class org.springframework.orm.hibernate4.HibernateTemplate
 
execute(Runnable) - Method in class org.springframework.scheduling.commonj.WorkManagerTaskExecutor
 
execute(Runnable, long) - Method in class org.springframework.scheduling.commonj.WorkManagerTaskExecutor
 
execute(Runnable) - Method in class org.springframework.scheduling.concurrent.ConcurrentTaskExecutor
 
execute(Runnable, long) - Method in class org.springframework.scheduling.concurrent.ConcurrentTaskExecutor
 
execute(Runnable) - Method in class org.springframework.scheduling.concurrent.ConcurrentTaskExecutor.ManagedTaskExecutorAdapter
 
execute(Runnable) - Method in class org.springframework.scheduling.concurrent.ThreadPoolTaskExecutor
 
execute(Runnable, long) - Method in class org.springframework.scheduling.concurrent.ThreadPoolTaskExecutor
 
execute(Runnable) - Method in class org.springframework.scheduling.concurrent.ThreadPoolTaskScheduler
 
execute(Runnable, long) - Method in class org.springframework.scheduling.concurrent.ThreadPoolTaskScheduler
 
execute(JobExecutionContext) - Method in class org.springframework.scheduling.quartz.DelegatingJob
Delegates execution to the underlying Runnable.
execute(JobExecutionContext) - Method in class org.springframework.scheduling.quartz.QuartzJobBean
This implementation applies the passed-in job data map as bean property values, and delegates to executeInternal afterwards.
execute(Runnable) - Method in class org.springframework.scheduling.quartz.SimpleThreadPoolTaskExecutor
 
execute(Runnable, long) - Method in class org.springframework.scheduling.quartz.SimpleThreadPoolTaskExecutor
 
execute(TransactionDefinition, TransactionCallback<T>) - Method in class org.springframework.transaction.jta.WebSphereUowTransactionManager
 
execute(TransactionDefinition, TransactionCallback<T>) - Method in interface org.springframework.transaction.support.CallbackPreferringPlatformTransactionManager
Execute the action specified by the given callback object within a transaction.
execute(TransactionCallback<T>) - Method in interface org.springframework.transaction.support.TransactionOperations
Execute the action specified by the given callback object within a transaction.
execute(TransactionCallback<T>) - Method in class org.springframework.transaction.support.TransactionTemplate
 
execute(ConcurrentReferenceHashMap.Reference<K, V>, ConcurrentReferenceHashMap.Entry<K, V>, ConcurrentReferenceHashMap<K, V>.Entries) - Method in class org.springframework.util.ConcurrentReferenceHashMap.Task
Execute the task.
execute(ConcurrentReferenceHashMap.Reference<K, V>, ConcurrentReferenceHashMap.Entry<K, V>) - Method in class org.springframework.util.ConcurrentReferenceHashMap.Task
Convenience method that can be used for tasks that do not need access to ConcurrentReferenceHashMap.Entries.
execute(String, HttpMethod, AsyncRequestCallback, ResponseExtractor<T>, Object...) - Method in interface org.springframework.web.client.AsyncRestOperations
Asynchronously execute the HTTP method to the given URI template, preparing the request with the AsyncRequestCallback, and reading the response with a ResponseExtractor.
execute(String, HttpMethod, AsyncRequestCallback, ResponseExtractor<T>, Map<String, ?>) - Method in interface org.springframework.web.client.AsyncRestOperations
Asynchronously execute the HTTP method to the given URI template, preparing the request with the AsyncRequestCallback, and reading the response with a ResponseExtractor.
execute(URI, HttpMethod, AsyncRequestCallback, ResponseExtractor<T>) - Method in interface org.springframework.web.client.AsyncRestOperations
Asynchronously execute the HTTP method to the given URL, preparing the request with the AsyncRequestCallback, and reading the response with a ResponseExtractor.
execute(String, HttpMethod, AsyncRequestCallback, ResponseExtractor<T>, Object...) - Method in class org.springframework.web.client.AsyncRestTemplate
 
execute(String, HttpMethod, AsyncRequestCallback, ResponseExtractor<T>, Map<String, ?>) - Method in class org.springframework.web.client.AsyncRestTemplate
 
execute(URI, HttpMethod, AsyncRequestCallback, ResponseExtractor<T>) - Method in class org.springframework.web.client.AsyncRestTemplate
 
execute(String, HttpMethod, RequestCallback, ResponseExtractor<T>, Object...) - Method in interface org.springframework.web.client.RestOperations
Execute the HTTP method to the given URI template, preparing the request with the RequestCallback, and reading the response with a ResponseExtractor.
execute(String, HttpMethod, RequestCallback, ResponseExtractor<T>, Map<String, ?>) - Method in interface org.springframework.web.client.RestOperations
Execute the HTTP method to the given URI template, preparing the request with the RequestCallback, and reading the response with a ResponseExtractor.
execute(URI, HttpMethod, RequestCallback, ResponseExtractor<T>) - Method in interface org.springframework.web.client.RestOperations
Execute the HTTP method to the given URL, preparing the request with the RequestCallback, and reading the response with a ResponseExtractor.
execute(String, HttpMethod, RequestCallback, ResponseExtractor<T>, Object...) - Method in class org.springframework.web.client.RestTemplate
 
execute(String, HttpMethod, RequestCallback, ResponseExtractor<T>, Map<String, ?>) - Method in class org.springframework.web.client.RestTemplate
 
execute(URI, HttpMethod, RequestCallback, ResponseExtractor<T>) - Method in class org.springframework.web.client.RestTemplate
 
executeAndReturnKey(Map<String, Object>) - Method in class org.springframework.jdbc.core.simple.SimpleJdbcInsert
 
executeAndReturnKey(SqlParameterSource) - Method in class org.springframework.jdbc.core.simple.SimpleJdbcInsert
 
executeAndReturnKey(Map<String, Object>) - Method in interface org.springframework.jdbc.core.simple.SimpleJdbcInsertOperations
Execute the insert using the values passed in and return the generated key.
executeAndReturnKey(SqlParameterSource) - Method in interface org.springframework.jdbc.core.simple.SimpleJdbcInsertOperations
Execute the insert using the values passed in and return the generated key.
executeAndReturnKeyHolder(Map<String, Object>) - Method in class org.springframework.jdbc.core.simple.SimpleJdbcInsert
 
executeAndReturnKeyHolder(SqlParameterSource) - Method in class org.springframework.jdbc.core.simple.SimpleJdbcInsert
 
executeAndReturnKeyHolder(Map<String, Object>) - Method in interface org.springframework.jdbc.core.simple.SimpleJdbcInsertOperations
Execute the insert using the values passed in and return the generated keys.
executeAndReturnKeyHolder(SqlParameterSource) - Method in interface org.springframework.jdbc.core.simple.SimpleJdbcInsertOperations
Execute the insert using the values passed in and return the generated keys.
executeAsync() - Method in class org.springframework.http.client.AbstractAsyncClientHttpRequest
 
executeAsync() - Method in interface org.springframework.http.client.AsyncClientHttpRequest
Execute this request asynchronously, resulting in a Future handle.
executeBatch(Map<String, Object>[]) - Method in class org.springframework.jdbc.core.simple.SimpleJdbcInsert
 
executeBatch(SqlParameterSource[]) - Method in class org.springframework.jdbc.core.simple.SimpleJdbcInsert
 
executeBatch(Map<String, Object>[]) - Method in interface org.springframework.jdbc.core.simple.SimpleJdbcInsertOperations
Execute a batch insert using the batch of values passed in.
executeBatch(SqlParameterSource[]) - Method in interface org.springframework.jdbc.core.simple.SimpleJdbcInsertOperations
Execute a batch insert using the batch of values passed in.
executeBatchInternal(List<Object>[]) - Method in class org.springframework.jdbc.core.simple.AbstractJdbcInsert
Method to execute the batch insert.
executeBatchUpdate(String, List<Object[]>, int[], JdbcOperations) - Static method in class org.springframework.jdbc.core.BatchUpdateUtils
 
executeBatchUpdateWithNamedParameters(ParsedSql, SqlParameterSource[], JdbcOperations) - Static method in class org.springframework.jdbc.core.namedparam.NamedParameterBatchUpdateUtils
 
executeByNamedParam(Map<String, ?>, Map<?, ?>) - Method in class org.springframework.jdbc.object.SqlQuery
Central execution method.
executeByNamedParam(Map<String, ?>) - Method in class org.springframework.jdbc.object.SqlQuery
Convenient method to execute without context.
executeCallInternal(Map<String, ?>) - Method in class org.springframework.jdbc.core.simple.AbstractJdbcCall
Method to perform the actual call processing
executed - Variable in class org.springframework.http.client.AbstractAsyncClientHttpRequest
 
executed - Variable in class org.springframework.http.client.AbstractClientHttpRequest
 
executed - Variable in class org.springframework.mock.http.client.MockClientHttpRequest
 
executeFind(HibernateCallback<?>) - Method in interface org.springframework.orm.hibernate3.HibernateOperations
Deprecated.
as of Spring 3.2.7, in favor of using a regular HibernateOperations.execute(org.springframework.orm.hibernate3.HibernateCallback<T>) call with a generic List type declared
executeFind(HibernateCallback<?>) - Method in class org.springframework.orm.hibernate3.HibernateTemplate
Deprecated.
executeFunction(Class<T>, Object...) - Method in class org.springframework.jdbc.core.simple.SimpleJdbcCall
 
executeFunction(Class<T>, Map<String, ?>) - Method in class org.springframework.jdbc.core.simple.SimpleJdbcCall
 
executeFunction(Class<T>, SqlParameterSource) - Method in class org.springframework.jdbc.core.simple.SimpleJdbcCall
 
executeFunction(Class<T>, Object...) - Method in interface org.springframework.jdbc.core.simple.SimpleJdbcCallOperations
Execute the stored function and return the results obtained as an Object of the specified return type.
executeFunction(Class<T>, Map<String, ?>) - Method in interface org.springframework.jdbc.core.simple.SimpleJdbcCallOperations
Execute the stored function and return the results obtained as an Object of the specified return type.
executeFunction(Class<T>, SqlParameterSource) - Method in interface org.springframework.jdbc.core.simple.SimpleJdbcCallOperations
Execute the stored function and return the results obtained as an Object of the specified return type.
executeFunctionJLRMethod(ExpressionState, Method) - Method in class org.springframework.expression.spel.ast.FunctionReference
Execute a function represented as a java.lang.reflect.Method.
executeHttpPost(HttpInvokerClientConfiguration, HttpClient, HttpPost) - Method in class org.springframework.remoting.httpinvoker.HttpComponentsHttpInvokerRequestExecutor
Execute the given HttpPost instance.
executeInsertAndReturnKeyHolderInternal(List<Object>) - Method in class org.springframework.jdbc.core.simple.AbstractJdbcInsert
Method to execute the insert generating any number of keys
executeInsertAndReturnKeyInternal(List<Object>) - Method in class org.springframework.jdbc.core.simple.AbstractJdbcInsert
Method to execute the insert generating single key
executeInsertInternal(List<Object>) - Method in class org.springframework.jdbc.core.simple.AbstractJdbcInsert
Method to execute the insert.
executeInternal(HttpHeaders) - Method in class org.springframework.http.client.AbstractAsyncClientHttpRequest
Abstract template method that writes the given headers and content to the HTTP request.
executeInternal(HttpHeaders) - Method in class org.springframework.http.client.AbstractBufferingAsyncClientHttpRequest
 
executeInternal(HttpHeaders, byte[]) - Method in class org.springframework.http.client.AbstractBufferingAsyncClientHttpRequest
Abstract template method that writes the given headers and content to the HTTP request.
executeInternal(HttpHeaders) - Method in class org.springframework.http.client.AbstractBufferingClientHttpRequest
 
executeInternal(HttpHeaders, byte[]) - Method in class org.springframework.http.client.AbstractBufferingClientHttpRequest
Abstract template method that writes the given headers and content to the HTTP request.
executeInternal(HttpHeaders) - Method in class org.springframework.http.client.AbstractClientHttpRequest
Abstract template method that writes the given headers and content to the HTTP request.
executeInternal(HttpHeaders, byte[]) - Method in class org.springframework.http.client.BufferingClientHttpRequestWrapper
 
executeInternal(HttpHeaders, byte[]) - Method in class org.springframework.http.client.HttpComponentsAsyncClientHttpRequest
 
executeInternal(HttpHeaders, byte[]) - Method in class org.springframework.http.client.HttpComponentsClientHttpRequest
 
executeInternal(HttpHeaders) - Method in class org.springframework.http.client.HttpComponentsStreamingClientHttpRequest
 
executeInternal(HttpHeaders, byte[]) - Method in class org.springframework.http.client.InterceptingClientHttpRequest
 
executeInternal(HttpHeaders, byte[]) - Method in class org.springframework.http.client.SimpleBufferingAsyncClientHttpRequest
 
executeInternal(HttpHeaders, byte[]) - Method in class org.springframework.http.client.SimpleBufferingClientHttpRequest
 
executeInternal(HttpHeaders) - Method in class org.springframework.http.client.SimpleStreamingAsyncClientHttpRequest
 
executeInternal(HttpHeaders) - Method in class org.springframework.http.client.SimpleStreamingClientHttpRequest
 
executeInternal() - Method in class org.springframework.mock.http.client.MockClientHttpRequest
The default implementation returns the configured response.
executeInternal(JobExecutionContext) - Method in class org.springframework.scheduling.quartz.MethodInvokingJobDetailFactoryBean.MethodInvokingJob
Invoke the method via the MethodInvoker.
executeInternal(JobExecutionContext) - Method in class org.springframework.scheduling.quartz.QuartzJobBean
Execute the actual job.
executeInternal() - Method in class org.springframework.test.web.client.RequestMatcherClientHttpRequest
 
executeListener(Session, Message) - Method in class org.springframework.jms.listener.AbstractMessageListenerContainer
Execute the specified listener, committing or rolling back the transaction afterwards (if necessary).
executeObject(Class<T>, Object...) - Method in class org.springframework.jdbc.core.simple.SimpleJdbcCall
 
executeObject(Class<T>, Map<String, ?>) - Method in class org.springframework.jdbc.core.simple.SimpleJdbcCall
 
executeObject(Class<T>, SqlParameterSource) - Method in class org.springframework.jdbc.core.simple.SimpleJdbcCall
 
executeObject(Class<T>, Object...) - Method in interface org.springframework.jdbc.core.simple.SimpleJdbcCallOperations
Execute the stored procedure and return the single out parameter as an Object of the specified return type.
executeObject(Class<T>, Map<String, ?>) - Method in interface org.springframework.jdbc.core.simple.SimpleJdbcCallOperations
Execute the stored procedure and return the single out parameter as an Object of the specified return type.
executeObject(Class<T>, SqlParameterSource) - Method in interface org.springframework.jdbc.core.simple.SimpleJdbcCallOperations
Execute the stored procedure and return the single out parameter as an Object of the specified return type.
executeOngoingLoop() - Method in class org.springframework.jms.listener.DefaultMessageListenerContainer.AsyncMessageListenerInvoker
 
executeRequest(RemoteInvocation) - Method in class org.springframework.jms.remoting.JmsInvokerClientInterceptor
Execute the given remote invocation, sending an invoker request message to this accessor's target queue and waiting for a corresponding response.
executeRequest(HttpInvokerClientConfiguration, RemoteInvocation) - Method in class org.springframework.remoting.httpinvoker.AbstractHttpInvokerRequestExecutor
 
executeRequest(RemoteInvocation, MethodInvocation) - Method in class org.springframework.remoting.httpinvoker.HttpInvokerClientInterceptor
Execute the given remote invocation via the HttpInvokerRequestExecutor.
executeRequest(RemoteInvocation) - Method in class org.springframework.remoting.httpinvoker.HttpInvokerClientInterceptor
Execute the given remote invocation via the HttpInvokerRequestExecutor.
executeRequest(HttpInvokerClientConfiguration, RemoteInvocation) - Method in interface org.springframework.remoting.httpinvoker.HttpInvokerRequestExecutor
Execute a request to send the given remote invocation.
executeRequestDestructionCallbacks() - Method in class org.springframework.web.context.request.AbstractRequestAttributes
Execute all callbacks that have been registered for execution after request completion.
executeSchemaScript(Connection, String[]) - Method in class org.springframework.orm.hibernate3.LocalSessionFactoryBean
Execute the given schema script on the given JDBC Connection.
executeSchemaStatement(Statement, String) - Method in class org.springframework.orm.hibernate3.LocalSessionFactoryBean
Execute the given schema SQL on the given JDBC Statement.
executeScript(ScriptSource, Class<?>) - Method in class org.springframework.scripting.groovy.GroovyScriptFactory
Instantiate the given Groovy script class and run it if necessary.
executeSqlScript(Connection, Resource) - Static method in class org.springframework.jdbc.datasource.init.ScriptUtils
Execute the given SQL script using default settings for separator separators, comment delimiters, and exception handling flags.
executeSqlScript(Connection, EncodedResource) - Static method in class org.springframework.jdbc.datasource.init.ScriptUtils
Execute the given SQL script using default settings for separator separators, comment delimiters, and exception handling flags.
executeSqlScript(Connection, EncodedResource, boolean, boolean, String, String, String, String) - Static method in class org.springframework.jdbc.datasource.init.ScriptUtils
Execute the given SQL script.
executeSqlScript(String, boolean) - Method in class org.springframework.test.context.junit4.AbstractTransactionalJUnit4SpringContextTests
Execute the given SQL script.
executeSqlScript(String, boolean) - Method in class org.springframework.test.context.testng.AbstractTransactionalTestNGSpringContextTests
Execute the given SQL script.
executeSqlScript(JdbcTemplate, ResourceLoader, String, boolean) - Static method in class org.springframework.test.jdbc.JdbcTestUtils
executeSqlScript(JdbcTemplate, Resource, boolean) - Static method in class org.springframework.test.jdbc.JdbcTestUtils
executeSqlScript(JdbcTemplate, EncodedResource, boolean) - Static method in class org.springframework.test.jdbc.JdbcTestUtils
executeWithNativeSession(HibernateCallback<T>) - Method in class org.springframework.orm.hibernate3.HibernateTemplate
Execute the action specified by the given action object within a native org.hibernate.Session.
executeWithNativeSession(HibernateCallback<T>) - Method in class org.springframework.orm.hibernate4.HibernateTemplate
Execute the action specified by the given action object within a native org.hibernate.Session.
executeWithNewSession(HibernateCallback<T>) - Method in class org.springframework.orm.hibernate3.HibernateTemplate
Execute the action specified by the given action object within a new org.hibernate.Session.
executeWork(TaskExecutor, Work, long, boolean, ExecutionContext, WorkListener) - Method in class org.springframework.jca.work.SimpleTaskWorkManager
Execute the given Work on the specified TaskExecutor.
executor - Variable in class org.springframework.messaging.support.ExecutorSubscribableChannel
 
executor - Variable in class org.springframework.remoting.jaxws.AbstractJaxWsServiceExporter
 
executor - Variable in class org.springframework.remoting.jaxws.LocalJaxWsServiceFactory
 
executor - Variable in class org.springframework.remoting.support.SimpleHttpServerFactoryBean
 
executor - Variable in class org.springframework.scheduling.annotation.AbstractAsyncConfiguration
 
executor - Variable in class org.springframework.scheduling.annotation.AsyncAnnotationBeanPostProcessor
 
executor - Variable in class org.springframework.scheduling.concurrent.ExecutorConfigurationSupport
 
executor - Variable in class org.springframework.scheduling.concurrent.ReschedulingRunnable
 
executor - Variable in class org.springframework.web.context.request.async.WebAsyncTask
 
ExecutorBeanDefinitionParser - Class in org.springframework.scheduling.config
Parser for the 'executor' element of the 'task' namespace.
ExecutorBeanDefinitionParser() - Constructor for class org.springframework.scheduling.config.ExecutorBeanDefinitionParser
 
ExecutorConfigurationSupport - Class in org.springframework.scheduling.concurrent
Base class for classes that are setting up a java.util.concurrent.ExecutorService (typically a ThreadPoolExecutor).
ExecutorConfigurationSupport() - Constructor for class org.springframework.scheduling.concurrent.ExecutorConfigurationSupport
 
executorName - Variable in class org.springframework.web.context.request.async.WebAsyncTask
 
executors - Variable in class org.springframework.aop.interceptor.AsyncExecutionAspectSupport
 
ExecutorServiceAdapter - Class in org.springframework.core.task.support
Adapter that takes a Spring TaskExecutor) and exposes a full java.util.concurrent.ExecutorService for it.
ExecutorServiceAdapter(TaskExecutor) - Constructor for class org.springframework.core.task.support.ExecutorServiceAdapter
Create a new ExecutorServiceAdapter, using the given target executor.
ExecutorSubscribableChannel - Class in org.springframework.messaging.support
A SubscribableChannel that sends messages to each of its subscribers.
ExecutorSubscribableChannel() - Constructor for class org.springframework.messaging.support.ExecutorSubscribableChannel
Create a new ExecutorSubscribableChannel instance where messages will be sent in the callers thread.
ExecutorSubscribableChannel(Executor) - Constructor for class org.springframework.messaging.support.ExecutorSubscribableChannel
Create a new ExecutorSubscribableChannel instance where messages will be sent via the specified executor.
exhausted - Variable in class org.springframework.jdbc.core.support.AbstractInterruptibleBatchPreparedStatementSetter
 
exhaustiveCollectionCompare(Collection<?>, Object, BindStatus) - Static method in class org.springframework.web.servlet.tags.form.SelectedValueComparator
 
exhaustiveCompare(Object, Object, PropertyEditor, Map<PropertyEditor, Object>) - Static method in class org.springframework.web.servlet.tags.form.SelectedValueComparator
 
exists() - Method in class org.springframework.beans.factory.support.BeanDefinitionResource
 
exists() - Method in class org.springframework.core.io.AbstractFileResolvingResource
 
exists() - Method in class org.springframework.core.io.AbstractResource
This implementation checks whether a File can be opened, falling back to whether an InputStream can be opened.
exists() - Method in class org.springframework.core.io.ByteArrayResource
This implementation always returns true.
exists() - Method in class org.springframework.core.io.ClassPathResource
This implementation checks for the resolution of a resource URL.
exists() - Method in class org.springframework.core.io.DescriptiveResource
 
exists() - Method in class org.springframework.core.io.FileSystemResource
This implementation returns whether the underlying file exists.
exists() - Method in class org.springframework.core.io.InputStreamResource
This implementation always returns true.
exists() - Method in class org.springframework.core.io.PathResource
This implementation returns whether the underlying file exists.
exists() - Method in interface org.springframework.core.io.Resource
Return whether this resource actually exists in physical form.
exists() - Method in class org.springframework.core.io.VfsResource
 
exists(Object) - Static method in class org.springframework.core.io.VfsUtils
 
exists(String) - Method in class org.springframework.test.util.JsonPathExpectationsHelper
Evaluate the JSON path and assert the resulting content exists.
exists(String) - Method in class org.springframework.test.util.XpathExpectationsHelper
Apply the XPath expression and assert the resulting content exists.
exists() - Method in class org.springframework.test.web.client.match.JsonPathRequestMatchers
Apply the JSONPath and assert the resulting value.
exists() - Method in class org.springframework.test.web.client.match.XpathRequestMatchers
Assert that content exists at the given XPath.
exists(String) - Method in class org.springframework.test.web.servlet.result.CookieResultMatchers
Assert a cookie exists.
exists() - Method in class org.springframework.test.web.servlet.result.JsonPathResultMatchers
Evaluate the JSONPath and assert that content exists.
exists() - Method in class org.springframework.test.web.servlet.result.XpathResultMatchers
Evaluate the XPath and assert that content exists.
exists() - Method in class org.springframework.web.context.support.ServletContextResource
This implementation checks ServletContext.getResource.
exists() - Method in class org.springframework.web.portlet.context.PortletContextResource
This implementation checks PortletContext.getResource.
exitMessage - Variable in class org.springframework.aop.interceptor.CustomizableTraceInterceptor
The message for method exit.
exitScope() - Method in class org.springframework.expression.spel.ExpressionState
 
expand(UriComponents.UriTemplateVariables) - Method in class org.springframework.web.util.HierarchicalUriComponents.FullPathComponent
 
expand(UriComponents.UriTemplateVariables) - Method in interface org.springframework.web.util.HierarchicalUriComponents.PathComponent
 
expand(UriComponents.UriTemplateVariables) - Method in class org.springframework.web.util.HierarchicalUriComponents.PathComponentComposite
 
expand(UriComponents.UriTemplateVariables) - Method in class org.springframework.web.util.HierarchicalUriComponents.PathSegmentComponent
 
expand(Map<String, ?>) - Method in class org.springframework.web.util.UriComponents
Replaces all URI template variables with the values from a given map.
expand(Object...) - Method in class org.springframework.web.util.UriComponents
Replaces all URI template variables with the values from a given array.
expand(UriComponents.UriTemplateVariables) - Method in class org.springframework.web.util.UriComponents
Replaces all URI template variables with the values obtained through the given UriComponents.UriTemplateVariables instance.
expand(Map<String, ?>) - Method in class org.springframework.web.util.UriTemplate
Given the Map of variables, expands this template into a URI.
expand(Object...) - Method in class org.springframework.web.util.UriTemplate
Given an array of variables, expand this template into a full URI.
EXPAND_FRAMES - Static variable in class org.springframework.asm.ClassReader
Flag to expand the stack map frames.
expandInternal(UriComponents.UriTemplateVariables) - Method in class org.springframework.web.util.HierarchicalUriComponents
 
expandInternal(UriComponents.UriTemplateVariables) - Method in class org.springframework.web.util.OpaqueUriComponents
 
expandInternal(UriComponents.UriTemplateVariables) - Method in class org.springframework.web.util.UriComponents
Replaces all URI template variables with the values from the given UriComponents.UriTemplateVariables
expandUriComponent(String, UriComponents.UriTemplateVariables) - Static method in class org.springframework.web.util.UriComponents
 
expandUriTemplateVariables - Variable in class org.springframework.web.servlet.view.RedirectView
 
expect(RequestMatcher) - Method in class org.springframework.test.web.client.MockRestServiceServer
Set up a new HTTP request expectation.
expected - Variable in exception org.springframework.jdbc.JdbcUpdateAffectedIncorrectNumberOfRowsException
Number of rows that should have been affected
expectedContentLength - Variable in class org.springframework.messaging.simp.stomp.BufferingStompDecoder
 
expectedCount - Variable in exception org.springframework.jdbc.IncorrectResultSetColumnCountException
 
expectedException - Variable in class org.springframework.test.AssertThrows
Deprecated.
 
ExpectedLookupTemplate - Class in org.springframework.mock.jndi
Simple extension of the JndiTemplate class that always returns a given object.
ExpectedLookupTemplate() - Constructor for class org.springframework.mock.jndi.ExpectedLookupTemplate
Construct a new JndiTemplate that will always return given objects for given names.
ExpectedLookupTemplate(String, Object) - Constructor for class org.springframework.mock.jndi.ExpectedLookupTemplate
Construct a new JndiTemplate that will always return the given object, but honour only requests for the given name.
expectedRequests - Variable in class org.springframework.test.web.client.MockRestServiceServer
 
expectedSize - Variable in exception org.springframework.dao.IncorrectResultSizeDataAccessException
 
expectedType - Variable in class org.springframework.jndi.JndiObjectLocator
 
expirationStartTime - Variable in class org.springframework.web.servlet.FlashMap
 
expirationTime - Variable in class org.springframework.mock.web.portlet.MockCacheControl
 
expired - Variable in class org.springframework.web.context.request.async.DeferredResult
 
EXPIRES - Static variable in class org.springframework.http.HttpHeaders
 
explicitAttributes - Variable in class org.springframework.web.context.support.ContextExposingHttpServletRequest
 
explicitQosEnabled - Variable in class org.springframework.jms.core.JmsTemplate
 
exportedObject - Variable in class org.springframework.remoting.rmi.JndiRmiServiceExporter
 
exportedObject - Variable in class org.springframework.remoting.rmi.RmiServiceExporter
 
exporterClass - Variable in class org.springframework.web.servlet.view.jasperreports.ConfigurableJasperReportsView
 
exporterNameClause - Variable in class org.springframework.remoting.support.RemoteInvocationTraceInterceptor
 
exporterParameters - Variable in class org.springframework.web.servlet.view.jasperreports.AbstractJasperReportsView
Stores the exporter parameters passed in by the user as passed in by the user.
exporterParameters - Variable in class org.springframework.web.servlet.view.jasperreports.JasperReportsViewResolver
 
EXPOSE_PROXY_ATTRIBUTE - Static variable in class org.springframework.aop.config.AopNamespaceUtils
The expose-proxy attribute as found on AOP-related XML tags.
EXPOSE_WEB_APP_ROOT_PARAM - Static variable in class org.springframework.web.util.Log4jWebConfigurer
Parameter specifying whether to expose the web app root system property
exposeAccessContext - Variable in class org.springframework.ejb.access.AbstractSlsbInvokerInterceptor
 
exposeAccessContext - Variable in class org.springframework.jndi.JndiObjectFactoryBean
 
exposeAccessContext - Variable in class org.springframework.remoting.rmi.JndiRmiClientInterceptor
 
exposeActionException(PortletRequest, StateAwareResponse, Exception) - Method in class org.springframework.web.portlet.DispatcherPortlet
Expose the given action exception to the given response.
exposeAttributes() - Method in class org.springframework.web.servlet.tags.form.AbstractHtmlElementBodyTag
Called during AbstractHtmlElementBodyTag.writeTagContent(org.springframework.web.servlet.tags.form.TagWriter) allowing subclasses to add any attributes to the javax.servlet.jsp.PageContext as needed.
exposeAttributes() - Method in class org.springframework.web.servlet.tags.form.ErrorsTag
Exposes any bind status error messages under this key in the PageContext#PAGE_SCOPE.
exposeAttributes() - Method in class org.springframework.web.servlet.tags.form.OptionTag
 
ExposeBeanNameAdvisors - Class in org.springframework.aop.interceptor
Convenient methods for creating advisors that may be used when autoproxying beans created with the Spring IoC container, binding the bean name to the current invocation.
ExposeBeanNameAdvisors() - Constructor for class org.springframework.aop.interceptor.ExposeBeanNameAdvisors
 
ExposeBeanNameAdvisors.ExposeBeanNameInterceptor - Class in org.springframework.aop.interceptor
Interceptor that exposes the specified bean name as invocation attribute.
ExposeBeanNameAdvisors.ExposeBeanNameIntroduction - Class in org.springframework.aop.interceptor
Introduction that exposes the specified bean name as invocation attribute.
ExposeBeanNameInterceptor(String) - Constructor for class org.springframework.aop.interceptor.ExposeBeanNameAdvisors.ExposeBeanNameInterceptor
 
ExposeBeanNameIntroduction(String) - Constructor for class org.springframework.aop.interceptor.ExposeBeanNameAdvisors.ExposeBeanNameIntroduction
 
exposeClassDescriptor - Variable in class org.springframework.jmx.export.assembler.AbstractReflectiveMBeanInfoAssembler
 
exposeContextBeansAsAttributes - Variable in class org.springframework.web.servlet.view.InternalResourceView
 
exposeContextBeansAsAttributes - Variable in class org.springframework.web.servlet.view.InternalResourceViewResolver
 
exposedContextBeanNames - Variable in class org.springframework.web.context.support.ContextExposingHttpServletRequest
 
exposedContextBeanNames - Variable in class org.springframework.web.servlet.view.InternalResourceView
 
exposedContextBeanNames - Variable in class org.springframework.web.servlet.view.InternalResourceViewResolver
 
exposedExecutor - Variable in class org.springframework.scheduling.concurrent.ScheduledExecutorFactoryBean
 
exposedExecutor - Variable in class org.springframework.scheduling.concurrent.ThreadPoolExecutorFactoryBean
 
exposeErrorRequestAttributes(HttpServletRequest, Throwable, String) - Static method in class org.springframework.web.util.WebUtils
Expose the Servlet spec's error attributes as javax.servlet.http.HttpServletRequest attributes under the keys defined in the Servlet 2.3 specification, for error pages that are rendered directly rather than through the Servlet container's error page resolution: javax.servlet.error.status_code, javax.servlet.error.exception_type, javax.servlet.error.message, javax.servlet.error.exception, javax.servlet.error.request_uri, javax.servlet.error.servlet_name.
exposeHelpers(Map<String, Object>, HttpServletRequest) - Method in class org.springframework.web.servlet.view.freemarker.FreeMarkerView
Expose helpers unique to each rendering operation.
exposeHelpers(HttpServletRequest) - Method in class org.springframework.web.servlet.view.InternalResourceView
Expose helpers unique to each rendering operation.
exposeHelpers(HttpServletRequest) - Method in class org.springframework.web.servlet.view.JstlView
Exposes a JSTL LocalizationContext for Spring's locale and MessageSource.
exposeHelpers(Map<String, Object>, HttpServletRequest) - Method in class org.springframework.web.servlet.view.velocity.VelocityView
Expose helpers unique to each rendering operation.
exposeHelpers(Context, HttpServletRequest, HttpServletResponse) - Method in class org.springframework.web.servlet.view.velocity.VelocityView
Expose helpers unique to each rendering operation.
exposeHelpers(Context, HttpServletRequest) - Method in class org.springframework.web.servlet.view.velocity.VelocityView
Expose helpers unique to each rendering operation.
ExposeInvocationInterceptor - Class in org.springframework.aop.interceptor
Interceptor that exposes the current org.aopalliance.intercept.MethodInvocation as a thread-local object.
ExposeInvocationInterceptor() - Constructor for class org.springframework.aop.interceptor.ExposeInvocationInterceptor
Ensures that only the canonical instance can be created.
exposeJstlAttributes - Variable in class org.springframework.web.servlet.view.tiles3.TilesView
 
exposeListenerSession - Variable in class org.springframework.jms.listener.AbstractMessageListenerContainer
 
exposeLocalizationContext(HttpServletRequest, MessageSource) - Static method in class org.springframework.web.servlet.support.JstlUtils
Exposes JSTL-specific request attributes specifying locale and resource bundle for JSTL's formatting and message tags, using Spring's locale and MessageSource.
exposeLocalizationContext(RequestContext) - Static method in class org.springframework.web.servlet.support.JstlUtils
Exposes JSTL-specific request attributes specifying locale and resource bundle for JSTL's formatting and message tags, using Spring's locale and MessageSource.
exposeLocalizationContext(Map<String, Object>, HttpServletRequest) - Method in class org.springframework.web.servlet.view.jasperreports.AbstractJasperReportsView
Expose current Spring-managed Locale and MessageSource to JasperReports i18n ($R expressions etc).
exposeManagedResourceClassLoader - Variable in class org.springframework.jmx.export.MBeanExporter
Indicates whether Spring should expose the managed resource ClassLoader in the MBean
exposeModelAsRequestAttributes(Map<String, Object>, HttpServletRequest) - Method in class org.springframework.web.servlet.view.AbstractView
Expose the model objects in the given map as request attributes.
exposeModelAttributes - Variable in class org.springframework.web.servlet.view.RedirectView
 
exposeNativeSession - Variable in class org.springframework.orm.hibernate3.HibernateTemplate
 
exposeNativeSession - Variable in class org.springframework.orm.hibernate4.HibernateTemplate
 
exposePathVariables - Variable in class org.springframework.web.servlet.view.AbstractView
Whether or not the view should add path variables in the model
exposePathVariables - Variable in class org.springframework.web.servlet.view.UrlBasedViewResolver
 
exposePathWithinMapping(String, String, HttpServletRequest) - Method in class org.springframework.web.servlet.handler.AbstractUrlHandlerMapping
Expose the path within the current mapping as request attribute.
exposeProxy - Variable in class org.springframework.aop.framework.ProxyConfig
 
exposeRequestAttributeIfNotPresent(ServletRequest, String, Object) - Static method in class org.springframework.web.util.WebUtils
Expose the specified request attribute if not already present.
exposeRequestAttributes(PortletRequest, Map<String, ?>) - Static method in class org.springframework.web.portlet.util.PortletUtils
Expose the given Map as request attributes, using the keys as attribute names and the values as corresponding attribute values.
exposeRequestAttributes - Variable in class org.springframework.web.servlet.view.AbstractTemplateView
 
exposeRequestAttributes - Variable in class org.springframework.web.servlet.view.AbstractTemplateViewResolver
 
exposeRequestAttributes(ServletRequest, Map<String, ?>) - Static method in class org.springframework.web.util.WebUtils
Expose the given Map as request attributes, using the keys as attribute names and the values as corresponding attribute values.
exposeSchedulerInRepository - Variable in class org.springframework.scheduling.quartz.SchedulerFactoryBean
 
exposeSessionAttributes - Variable in class org.springframework.web.servlet.view.AbstractTemplateView
 
exposeSessionAttributes - Variable in class org.springframework.web.servlet.view.AbstractTemplateViewResolver
 
exposeSpringMacroHelpers - Variable in class org.springframework.web.servlet.view.AbstractTemplateView
 
exposeSpringMacroHelpers - Variable in class org.springframework.web.servlet.view.AbstractTemplateViewResolver
 
exposeToolAttributes(Context, HttpServletRequest) - Method in class org.springframework.web.servlet.view.velocity.VelocityView
Expose the tool attributes, according to corresponding bean property settings.
exposeTransactionAwareSessionFactory - Variable in class org.springframework.orm.hibernate3.AbstractSessionFactoryBean
 
exposeUnconfigurableExecutor - Variable in class org.springframework.scheduling.concurrent.ScheduledExecutorFactoryBean
 
exposeUnconfigurableExecutor - Variable in class org.springframework.scheduling.concurrent.ThreadPoolExecutorFactoryBean
 
exposeUriTemplateVariables(Map<String, String>, HttpServletRequest) - Method in class org.springframework.web.servlet.handler.AbstractUrlHandlerMapping
Expose the URI templates variables as request attribute.
exposeWebAppRoot(ServletContext) - Static method in class org.springframework.web.util.Log4jWebConfigurer
Return whether to expose the web app root system property, checking the corresponding ServletContext init parameter.
EXPRESSION - Static variable in class org.springframework.aop.config.ConfigBeanDefinitionParser
 
expression - Variable in class org.springframework.aop.support.AbstractExpressionPointcut
 
Expression - Interface in org.springframework.expression
An expression capable of evaluating itself against context objects.
expression - Variable in class org.springframework.expression.spel.standard.SpelExpression
 
expression - Variable in class org.springframework.scheduling.config.CronTask
 
expression - Variable in class org.springframework.scheduling.support.CronSequenceGenerator
 
expression - Variable in class org.springframework.test.util.JsonPathExpectationsHelper
 
expression - Variable in class org.springframework.test.util.XpathExpectationsHelper
 
expression - Variable in class org.springframework.web.servlet.support.BindStatus
 
expression - Variable in class org.springframework.web.servlet.tags.EvalTag
 
EXPRESSION_PROPERTIES - Static variable in class org.springframework.aop.aspectj.annotation.AbstractAspectJAdvisorFactory.AspectJAnnotation
 
expressionCache - Variable in class org.springframework.context.expression.StandardBeanExpressionResolver
 
expressionContext - Variable in class org.springframework.messaging.handler.annotation.support.AbstractNamedValueMethodArgumentResolver
 
expressionContext - Variable in class org.springframework.web.method.annotation.AbstractNamedValueMethodArgumentResolver
 
expressionContext - Variable in class org.springframework.web.portlet.mvc.annotation.AnnotationMethodHandlerAdapter
 
expressionContext - Variable in class org.springframework.web.servlet.mvc.annotation.AnnotationMethodHandlerAdapter
Deprecated.
 
ExpressionEvaluator - Class in org.springframework.cache.interceptor
Utility class handling the SpEL expression parsing.
ExpressionEvaluator() - Constructor for class org.springframework.cache.interceptor.ExpressionEvaluator
 
ExpressionException - Exception in org.springframework.expression
Super class for exceptions that can occur whilst processing expressions
ExpressionException(String, String) - Constructor for exception org.springframework.expression.ExpressionException
Creates a new expression exception.
ExpressionException(String, int, String) - Constructor for exception org.springframework.expression.ExpressionException
Creates a new expression exception.
ExpressionException(int, String) - Constructor for exception org.springframework.expression.ExpressionException
Creates a new expression exception.
ExpressionException(int, String, Throwable) - Constructor for exception org.springframework.expression.ExpressionException
Creates a new expression exception.
ExpressionException(String) - Constructor for exception org.springframework.expression.ExpressionException
Creates a new expression exception.
ExpressionException(String, Throwable) - Constructor for exception org.springframework.expression.ExpressionException
 
ExpressionInvocationTargetException - Exception in org.springframework.expression
This exception wraps (as cause) a checked exception thrown by some method that SpEL invokes.
ExpressionInvocationTargetException(int, String, Throwable) - Constructor for exception org.springframework.expression.ExpressionInvocationTargetException
 
ExpressionInvocationTargetException(int, String) - Constructor for exception org.springframework.expression.ExpressionInvocationTargetException
 
ExpressionInvocationTargetException(String, String) - Constructor for exception org.springframework.expression.ExpressionInvocationTargetException
 
ExpressionInvocationTargetException(String, Throwable) - Constructor for exception org.springframework.expression.ExpressionInvocationTargetException
 
ExpressionInvocationTargetException(String) - Constructor for exception org.springframework.expression.ExpressionInvocationTargetException
 
expressionParser - Variable in class org.springframework.context.expression.StandardBeanExpressionResolver
 
ExpressionParser - Interface in org.springframework.expression
Parses expression strings into compiled expressions that can be evaluated.
expressionParser - Variable in class org.springframework.web.servlet.tags.EvalTag
 
expressionPattern - Variable in class org.springframework.aop.aspectj.AspectJExpressionPointcut.BeanNameContextMatcher
 
ExpressionPointcut - Interface in org.springframework.aop.support
Interface to be implemented by pointcuts that use String expressions.
expressionPrefix - Variable in class org.springframework.context.expression.StandardBeanExpressionResolver
 
expressionPrefix - Variable in class org.springframework.expression.common.TemplateParserContext
 
expressions - Variable in class org.springframework.expression.common.CompositeStringExpression
The array of expressions that make up the composite expression
expressions - Variable in class org.springframework.web.servlet.mvc.condition.ConsumesRequestCondition
 
expressions - Variable in class org.springframework.web.servlet.mvc.condition.HeadersRequestCondition
 
expressions - Variable in class org.springframework.web.servlet.mvc.condition.ParamsRequestCondition
 
expressions - Variable in class org.springframework.web.servlet.mvc.condition.ProducesRequestCondition
 
ExpressionState - Class in org.springframework.expression.spel
An ExpressionState is for maintaining per-expression-evaluation state, any changes to it are not seen by other expressions but it gives a place to hold local variables and for component expressions in a compound expression to communicate state.
ExpressionState(EvaluationContext) - Constructor for class org.springframework.expression.spel.ExpressionState
 
ExpressionState(EvaluationContext, SpelParserConfiguration) - Constructor for class org.springframework.expression.spel.ExpressionState
 
ExpressionState(EvaluationContext, TypedValue) - Constructor for class org.springframework.expression.spel.ExpressionState
 
ExpressionState(EvaluationContext, TypedValue, SpelParserConfiguration) - Constructor for class org.springframework.expression.spel.ExpressionState
 
ExpressionState.VariableScope - Class in org.springframework.expression.spel
A new scope is entered when a function is called and it is used to hold the parameters to the function call.
expressionString - Variable in class org.springframework.expression.common.CompositeStringExpression
 
expressionString - Variable in exception org.springframework.expression.ExpressionException
 
expressionString - Variable in class org.springframework.expression.spel.standard.InternalSpelExpressionParser
 
expressionString - Variable in class org.springframework.expression.spel.standard.Tokenizer
 
expressionSuffix - Variable in class org.springframework.context.expression.StandardBeanExpressionResolver
 
expressionSuffix - Variable in class org.springframework.expression.common.TemplateParserContext
 
ExpressionUtils - Class in org.springframework.expression.common
Common utility functions that may be used by any Expression Language provider.
ExpressionUtils() - Constructor for class org.springframework.expression.common.ExpressionUtils
 
ExpressionValueMethodArgumentResolver - Class in org.springframework.web.method.annotation
Resolves method arguments annotated with @Value.
ExpressionValueMethodArgumentResolver(ConfigurableBeanFactory) - Constructor for class org.springframework.web.method.annotation.ExpressionValueMethodArgumentResolver
 
ExpressionValueMethodArgumentResolver.ExpressionValueNamedValueInfo - Class in org.springframework.web.method.annotation
 
ExpressionValueNamedValueInfo(Value) - Constructor for class org.springframework.web.method.annotation.ExpressionValueMethodArgumentResolver.ExpressionValueNamedValueInfo
 
extendAdvisors(List<Advisor>) - Method in class org.springframework.aop.aspectj.autoproxy.AspectJAwareAdvisorAutoProxyCreator
Adds an ExposeInvocationInterceptor to the beginning of the advice chain.
extendAdvisors(List<Advisor>) - Method in class org.springframework.aop.framework.autoproxy.AbstractAdvisorAutoProxyCreator
Extension hook that subclasses can override to register additional Advisors, given the sorted Advisors obtained to date.
extendBeanDefinition(Element, ParserContext) - Method in class org.springframework.aop.config.AspectJAutoProxyBeanDefinitionParser
 
ExtendedBeanInfo - Class in org.springframework.beans
Decorator for a standard BeanInfo object, e.g.
ExtendedBeanInfo(BeanInfo) - Constructor for class org.springframework.beans.ExtendedBeanInfo
Wrap the given BeanInfo instance; copy all its existing property descriptors locally, wrapping each in a custom indexed or non-indexed PropertyDescriptor variant that bypasses default JDK weak/soft reference management; then search through its method descriptors to find any non-void returning write methods and update or create the corresponding PropertyDescriptor for each one found.
ExtendedBeanInfoFactory - Class in org.springframework.beans
BeanInfoFactory implementation that evaluates whether bean classes have "non-standard" JavaBeans setter methods and are thus candidates for introspection by Spring's (package-visible) ExtendedBeanInfo implementation.
ExtendedBeanInfoFactory() - Constructor for class org.springframework.beans.ExtendedBeanInfoFactory
 
ExtendedEntityManagerCreator - Class in org.springframework.orm.jpa
Delegate for creating a variety of javax.persistence.EntityManager proxies that follow the JPA spec's semantics for "extended" EntityManagers.
ExtendedEntityManagerCreator() - Constructor for class org.springframework.orm.jpa.ExtendedEntityManagerCreator
 
ExtendedEntityManagerCreator.ExtendedEntityManagerInvocationHandler - Class in org.springframework.orm.jpa
InvocationHandler for extended EntityManagers as defined in the JPA spec.
ExtendedEntityManagerCreator.ExtendedEntityManagerSynchronization - Class in org.springframework.orm.jpa
TransactionSynchronization enlisting an extended EntityManager with a current Spring transaction.
ExtendedEntityManagerInvocationHandler(EntityManager, PersistenceExceptionTranslator, Boolean, boolean, boolean) - Constructor for class org.springframework.orm.jpa.ExtendedEntityManagerCreator.ExtendedEntityManagerInvocationHandler
 
extendedEntityManagersToClose - Variable in class org.springframework.orm.jpa.support.PersistenceAnnotationBeanPostProcessor
 
ExtendedEntityManagerSynchronization(EntityManager, PersistenceExceptionTranslator) - Constructor for class org.springframework.orm.jpa.ExtendedEntityManagerCreator.ExtendedEntityManagerSynchronization
 
ExtendedModelMap - Class in org.springframework.ui
Subclass of ModelMap that implements the Model interface.
ExtendedModelMap() - Constructor for class org.springframework.ui.ExtendedModelMap
 
extendedPersistenceContexts - Variable in class org.springframework.orm.jpa.support.PersistenceAnnotationBeanPostProcessor
 
ExtendedServletRequestDataBinder - Class in org.springframework.web.servlet.mvc.method.annotation
Subclass of ServletRequestDataBinder that adds URI template variables to the values used for data binding.
ExtendedServletRequestDataBinder(Object) - Constructor for class org.springframework.web.servlet.mvc.method.annotation.ExtendedServletRequestDataBinder
Create a new instance, with default object name.
ExtendedServletRequestDataBinder(Object, String) - Constructor for class org.springframework.web.servlet.mvc.method.annotation.ExtendedServletRequestDataBinder
Create a new instance.
extendInterceptors(List<?>) - Method in class org.springframework.web.portlet.handler.AbstractHandlerMapping
Extension hook that subclasses can override to register additional interceptors, given the configured interceptors (see AbstractHandlerMapping.setInterceptors(java.lang.Object[])).
extendInterceptors(List<Object>) - Method in class org.springframework.web.servlet.handler.AbstractHandlerMapping
Extension hook that subclasses can override to register additional interceptors, given the configured interceptors (see AbstractHandlerMapping.setInterceptors(java.lang.Object[])).
EXTENSION - Static variable in class org.springframework.web.servlet.view.document.AbstractExcelView
The extension to look for existing templates
EXTENSION - Static variable in class org.springframework.web.servlet.view.document.AbstractJExcelView
Deprecated.
The extension to look for existing templates
EXTENSION_MAPPING_PATTERN - Static variable in class org.springframework.test.web.servlet.setup.PatternMappingFilterProxy
 
EXTENSION_SEPARATOR - Static variable in class org.springframework.util.StringUtils
 
extensionConfigs - Variable in class org.springframework.web.socket.server.jetty.JettyRequestUpgradeStrategy.WebSocketHandlerContainer
 
extensions - Variable in class org.springframework.web.socket.adapter.jetty.JettyWebSocketSession
 
extensions - Variable in class org.springframework.web.socket.adapter.standard.StandardWebSocketSession
 
extensions - Variable in class org.springframework.web.socket.server.standard.AbstractStandardUpgradeStrategy
 
extensions - Variable in class org.springframework.web.socket.server.standard.ServerEndpointRegistration
 
externallyManagedConfigMembers - Variable in class org.springframework.beans.factory.support.RootBeanDefinition
 
externallyManagedDestroyMethods - Variable in class org.springframework.beans.factory.support.RootBeanDefinition
 
externallyManagedInitMethods - Variable in class org.springframework.beans.factory.support.RootBeanDefinition
 
extractAllowHeader(ListenableFuture<HttpHeaders>) - Static method in class org.springframework.web.client.AsyncRestTemplate
 
extractArgs(Method, Object[]) - Method in class org.springframework.cache.interceptor.CacheAspectSupport.CacheOperationContext
 
extractBeanSubElements(Element, ParserContext) - Method in class org.springframework.web.servlet.config.AnnotationDrivenBeanDefinitionParser
 
extractByteArrayFromMessage(BytesMessage) - Method in class org.springframework.jms.support.converter.SimpleMessageConverter
Extract a byte array from the given BytesMessage.
extractCacheManager(Element) - Static method in class org.springframework.cache.config.CacheNamespaceHandler
 
extractCaseInsensitiveParameterNames(SqlParameterSource) - Static method in class org.springframework.jdbc.core.namedparam.SqlParameterSourceUtils
Create a Map of case insensitive parameter names together with the original name.
extractData(Record) - Method in class org.springframework.jca.cci.core.CciTemplate.SimpleRecordExtractor
 
extractData(Record) - Method in interface org.springframework.jca.cci.core.RecordExtractor
Process the data in the given Record, creating a corresponding result object.
extractData(Record) - Method in class org.springframework.jca.cci.object.MappingRecordOperation.RecordExtractorImpl
 
extractData(ResultSet) - Method in class org.springframework.jdbc.core.JdbcTemplate.RowCallbackHandlerResultSetExtractor
 
extractData(ResultSet) - Method in interface org.springframework.jdbc.core.ResultSetExtractor
Implementations must implement this method to process the entire ResultSet.
extractData(ResultSet) - Method in class org.springframework.jdbc.core.RowMapperResultSetExtractor
 
extractData(ResultSet) - Method in class org.springframework.jdbc.core.SqlRowSetResultSetExtractor
 
extractData(ResultSet) - Method in class org.springframework.jdbc.core.support.AbstractLobStreamingResultSetExtractor
Delegates to handleNoRowFound, handleMultipleRowsFound and streamData, according to the ResultSet state.
extractData(ClientHttpResponse) - Method in class org.springframework.web.client.HttpMessageConverterExtractor
 
extractData(ClientHttpResponse) - Method in interface org.springframework.web.client.ResponseExtractor
Extract data from the given ClientHttpResponse and return it.
extractData(ClientHttpResponse) - Method in class org.springframework.web.client.RestTemplate.HeadersExtractor
 
extractData(ClientHttpResponse) - Method in class org.springframework.web.client.RestTemplate.ResponseEntityResponseExtractor
 
extractDatabaseMetaData(DataSource, DatabaseMetaDataCallback) - Static method in class org.springframework.jdbc.support.JdbcUtils
Extract database meta data via the given DatabaseMetaDataCallback.
extractDatabaseMetaData(DataSource, String) - Static method in class org.springframework.jdbc.support.JdbcUtils
Call the specified method on DatabaseMetaData for the given DataSource, and extract the invocation result.
extractFilename(String) - Method in class org.springframework.web.multipart.support.StandardMultipartHttpServletRequest
 
extractFilenameFromUrlPath(String) - Static method in class org.springframework.web.util.WebUtils
Extract the URL filename from the given request URL path.
extractFullFilenameFromUrlPath(String) - Static method in class org.springframework.web.util.WebUtils
Extract the full URL filename (including file extension) from the given request URL path.
extractHandlerMethodNameFromUrlPath(String) - Method in class org.springframework.web.servlet.mvc.multiaction.InternalPathMethodNameResolver
Extract the handler method name from the given request URI.
extractHandlerMethodUriTemplates(String, String, HttpServletRequest) - Method in class org.springframework.web.servlet.mvc.annotation.AnnotationMethodHandlerAdapter.ServletHandlerMethodResolver
Deprecated.
 
extractInvocationResult(Message) - Method in class org.springframework.jms.remoting.JmsInvokerClientInterceptor
Extract the invocation result from the response message.
extractJarFileURL(URL) - Static method in class org.springframework.util.ResourceUtils
Extract the URL for the actual jar file from the given URL (which may point to a resource in a jar file or to a jar file itself).
extractLocationHeader(ListenableFuture<HttpHeaders>) - Static method in class org.springframework.web.client.AsyncRestTemplate
 
extractMapFromMessage(MapMessage) - Method in class org.springframework.jms.support.converter.SimpleMessageConverter
Extract a Map from the given MapMessage.
extractMatrixVariables(HttpServletRequest, Map<String, String>) - Method in class org.springframework.web.servlet.mvc.method.RequestMappingInfoHandlerMapping
 
extractMessage(Message) - Method in class org.springframework.jms.listener.adapter.MessageListenerAdapter
Extract the message body from the given JMS message.
extractNotificationMetadata(Object) - Method in class org.springframework.jmx.export.assembler.AbstractConfigurableMBeanInfoAssembler
 
extractOldValueForEditor - Variable in class org.springframework.beans.AbstractPropertyAccessor
 
extractOperableUrl(HttpServletRequest) - Method in class org.springframework.web.servlet.mvc.UrlFilenameViewController
Extract a URL path from the given request, suitable for view name extraction.
extractOutputData(Record) - Method in class org.springframework.jca.cci.object.MappingCommAreaOperation
 
extractOutputData(Record) - Method in class org.springframework.jca.cci.object.MappingRecordOperation
Subclasses must implement this method to convert the Record returned by CCI execution into a result object for the execute method.
extractOutputParameters(CallableStatement, List<SqlParameter>) - Method in class org.springframework.jdbc.core.JdbcTemplate
Extract output parameters from the completed stored procedure.
extractPathWithinPattern(String, String) - Method in class org.springframework.util.AntPathMatcher
Given a pattern and a full path, determine the pattern-mapped part.
extractPathWithinPattern(String, String) - Method in interface org.springframework.util.PathMatcher
Given a pattern and a full path, determine the pattern-mapped part.
extractPointcutParameterTypes(String[], Method) - Method in class org.springframework.aop.aspectj.annotation.AbstractAspectJAdvisorFactory
Create the pointcut parameters needed by aspectj based on the given argument names and the argument types that are available from the adviceMethod.
extractPropertyName(String) - Method in class org.springframework.beans.factory.xml.AbstractSimpleBeanDefinitionParser
Extract a JavaBean property name from the supplied attribute name.
extractReturnedResults(CallableStatement, List<SqlParameter>, List<SqlParameter>, int) - Method in class org.springframework.jdbc.core.JdbcTemplate
Extract returned ResultSets from the completed stored procedure.
extractSerializableFromMessage(ObjectMessage) - Method in class org.springframework.jms.support.converter.SimpleMessageConverter
Extract a Serializable object from the given ObjectMessage.
extractSource(Object, Resource) - Method in class org.springframework.beans.factory.parsing.NullSourceExtractor
This implementation simply returns null for any input.
extractSource(Object, Resource) - Method in class org.springframework.beans.factory.parsing.PassThroughSourceExtractor
Simply returns the supplied sourceCandidate as-is.
extractSource(Object) - Method in class org.springframework.beans.factory.parsing.ReaderContext
 
extractSource(Object, Resource) - Method in interface org.springframework.beans.factory.parsing.SourceExtractor
Extract the source metadata from the candidate object supplied by the configuration parser.
extractSource(Element) - Method in class org.springframework.beans.factory.xml.BeanDefinitionParserDelegate
Invoke the SourceExtractor to pull the source metadata from the supplied Element.
extractSource(Element) - Method in class org.springframework.beans.factory.xml.DefaultBeanDefinitionDocumentReader
Invoke the SourceExtractor to pull the source metadata from the supplied Element.
extractSource(Object) - Method in class org.springframework.beans.factory.xml.ParserContext
 
extractSqlStringFromException(JDOException) - Method in class org.springframework.orm.jdo.DefaultJdoDialect
Template method for extracting a SQL String from the given exception.
extractStringFromMessage(TextMessage) - Method in class org.springframework.jms.support.converter.SimpleMessageConverter
Extract a String from the given TextMessage.
extractUriTemplateVariables(String, String) - Method in class org.springframework.util.AntPathMatcher
 
extractUriTemplateVariables(String, String) - Method in interface org.springframework.util.PathMatcher
Given a pattern and a full path, extract the URI template variables.
extractValue(Annotation) - Method in class org.springframework.beans.factory.annotation.QualifierAnnotationAutowireCandidateResolver
Extract the value attribute from the given annotation.
extractValueFromSingleKeyModel - Variable in class org.springframework.web.servlet.view.json.MappingJackson2JsonView
 
extractValueFromSingleKeyModel - Variable in class org.springframework.web.servlet.view.json.MappingJacksonJsonView
Deprecated.
 
extractViewNameFromUrlPath(String) - Method in class org.springframework.web.servlet.mvc.UrlFilenameViewController
Extract the URL filename from the given request URI.

F

F2D - Static variable in interface org.springframework.asm.Opcodes
 
F2I - Static variable in interface org.springframework.asm.Opcodes
 
F2L - Static variable in interface org.springframework.asm.Opcodes
 
F_APPEND - Static variable in interface org.springframework.asm.Opcodes
Represents a compressed frame where locals are the same as the locals in the previous frame, except that additional 1-3 locals are defined, and with an empty stack.
F_CHOP - Static variable in interface org.springframework.asm.Opcodes
Represents a compressed frame where locals are the same as the locals in the previous frame, except that the last 1-3 locals are absent and with an empty stack.
F_FULL - Static variable in interface org.springframework.asm.Opcodes
Represents a compressed frame with complete frame data.
F_NEW - Static variable in interface org.springframework.asm.Opcodes
Represents an expanded frame.
F_SAME - Static variable in interface org.springframework.asm.Opcodes
Represents a compressed frame with exactly the same locals as the previous frame and with an empty stack.
F_SAME1 - Static variable in interface org.springframework.asm.Opcodes
Represents a compressed frame with exactly the same locals as the previous frame and with a single value on the stack.
facesContext - Variable in class org.springframework.web.context.request.FacesRequestAttributes
 
FacesContextUtils - Class in org.springframework.web.jsf
Convenience methods to retrieve Spring's root WebApplicationContext for a given JSF FacesContext.
FacesContextUtils() - Constructor for class org.springframework.web.jsf.FacesContextUtils
 
FacesDependencyRegistrar() - Constructor for class org.springframework.web.context.support.WebApplicationContextUtils.FacesDependencyRegistrar
 
FacesRequestAttributes - Class in org.springframework.web.context.request
RequestAttributes adapter for a JSF javax.faces.context.FacesContext.
FacesRequestAttributes(FacesContext) - Constructor for class org.springframework.web.context.request.FacesRequestAttributes
Create a new FacesRequestAttributes adapter for the given FacesContext.
FacesRequestAttributes.PortletSessionAccessor - Class in org.springframework.web.context.request
Inner class to avoid hard-coded Portlet API dependency.
FacesRequestAttributesFactory() - Constructor for class org.springframework.web.context.request.RequestContextHolder.FacesRequestAttributesFactory
 
FacesWebRequest - Class in org.springframework.web.context.request
WebRequest adapter for a JSF javax.faces.context.FacesContext.
FacesWebRequest(FacesContext) - Constructor for class org.springframework.web.context.request.FacesWebRequest
Create a new FacesWebRequest adapter for the given FacesContext.
factories - Variable in class org.springframework.format.datetime.joda.JodaTimeFormatterRegistrar
Factories used when specific formatters have not been specified.
factories - Variable in class org.springframework.format.datetime.standard.DateTimeFormatterRegistrar
Factories used when specific formatters have not been specified.
FACTORIES_RESOURCE_LOCATION - Static variable in class org.springframework.core.io.support.SpringFactoriesLoader
The location to look for the factories.
factoriesPostProcessed - Variable in class org.springframework.context.annotation.ConfigurationClassPostProcessor
 
factory - Variable in class org.springframework.web.socket.server.jetty.JettyRequestUpgradeStrategy
 
FACTORY_BEAN - Static variable in class org.springframework.beans.factory.groovy.GroovyBeanDefinitionWrapper
 
FACTORY_BEAN_ATTRIBUTE - Static variable in class org.springframework.beans.factory.xml.BeanDefinitionParserDelegate
 
FACTORY_BEAN_PREFIX - Static variable in interface org.springframework.beans.factory.BeanFactory
Used to dereference a FactoryBean instance and distinguish it from beans created by the FactoryBean.
FACTORY_METHOD - Static variable in class org.springframework.beans.factory.groovy.GroovyBeanDefinitionWrapper
 
FACTORY_METHOD_ATTRIBUTE - Static variable in class org.springframework.beans.factory.xml.BeanDefinitionParserDelegate
 
FactoryBean<T> - Interface in org.springframework.beans.factory
Interface to be implemented by objects used within a BeanFactory which are themselves factories.
factoryBean - Variable in class org.springframework.web.servlet.config.annotation.ContentNegotiationConfigurer
 
factoryBeanInstanceCache - Variable in class org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory
Cache of unfinished FactoryBean instances: FactoryBean name --> BeanWrapper
factoryBeanName - Variable in class org.springframework.beans.factory.support.AbstractBeanDefinition
 
FactoryBeanNotInitializedException - Exception in org.springframework.beans.factory
Exception to be thrown from a FactoryBean's getObject() method if the bean is not fully initialized yet, for example because it is involved in a circular reference.
FactoryBeanNotInitializedException() - Constructor for exception org.springframework.beans.factory.FactoryBeanNotInitializedException
Create a new FactoryBeanNotInitializedException with the default message.
FactoryBeanNotInitializedException(String) - Constructor for exception org.springframework.beans.factory.FactoryBeanNotInitializedException
Create a new FactoryBeanNotInitializedException with the given message.
factoryBeanObjectCache - Variable in class org.springframework.beans.factory.support.FactoryBeanRegistrySupport
Cache of singleton objects created by FactoryBeans: FactoryBean name --> object
FactoryBeanRegistrySupport - Class in org.springframework.beans.factory.support
Support base class for singleton registries which need to handle FactoryBean instances, integrated with DefaultSingletonBeanRegistry's singleton management.
FactoryBeanRegistrySupport() - Constructor for class org.springframework.beans.factory.support.FactoryBeanRegistrySupport
 
factoryContainsBean(ConfigurableBeanFactory, String) - Method in class org.springframework.context.annotation.ConfigurationClassEnhancer.BeanMethodInterceptor
Check the BeanFactory to see whether the bean named beanName already exists.
factoryMethodName - Variable in class org.springframework.beans.factory.support.AbstractBeanDefinition
 
FADD - Static variable in interface org.springframework.asm.Opcodes
 
fail(String) - Static method in class org.springframework.test.util.AssertionErrors
Fails a test with the given message.
fail(String, Object, Object) - Static method in class org.springframework.test.util.AssertionErrors
Fails a test with the given message passing along expected and actual values to be added to the message.
failEarlyOnGlobalRollbackOnly - Variable in class org.springframework.transaction.support.AbstractPlatformTransactionManager
 
failed(Exception) - Method in class org.springframework.http.client.HttpComponentsAsyncClientHttpRequest.HttpResponseFutureCallback
 
failedMessage - Variable in exception org.springframework.messaging.MessagingException
 
failedMessages - Variable in exception org.springframework.mail.MailSendException
 
FailFastProblemReporter - Class in org.springframework.beans.factory.parsing
Simple ProblemReporter implementation that exhibits fail-fast behavior when errors are encountered.
FailFastProblemReporter() - Constructor for class org.springframework.beans.factory.parsing.FailFastProblemReporter
 
failure(Throwable) - Method in class org.springframework.util.concurrent.ListenableFutureCallbackRegistry
Triggers a ListenableFutureCallback.onFailure(Throwable) call on all added callbacks with the given Throwable.
failureCause - Variable in class org.springframework.web.context.support.RequestHandledEvent
Cause of failure, if any
failureMessage - Variable in class org.springframework.test.AssertThrows
Deprecated.
 
FALLBACK_STATEMENT_SEPARATOR - Static variable in class org.springframework.jdbc.datasource.init.ScriptUtils
Fallback statement separator within SQL scripts.
FALLBACK_TRANSACTION_MANAGER_NAMES - Static variable in class org.springframework.transaction.jta.JtaTransactionManager
Fallback JNDI locations for the JTA TransactionManager.
fallbackCompareTo(Object) - Method in class org.springframework.aop.aspectj.autoproxy.AspectJAwareAdvisorAutoProxyCreator.PartiallyComparableAdvisorHolder
 
fallbackDriver - Variable in class org.springframework.oxm.xstream.XStreamMarshaller
 
fallbackMatchAllowed() - Method in class org.springframework.beans.factory.config.DependencyDescriptor
Return whether a fallback match is allowed.
FallbackObjectToStringConverter - Class in org.springframework.core.convert.support
Simply calls Object.toString() to convert any supported Object to a String.
FallbackObjectToStringConverter() - Constructor for class org.springframework.core.convert.support.FallbackObjectToStringConverter
 
fallbackToDefaultTypeMatch - Variable in class org.springframework.context.annotation.CommonAnnotationBeanPostProcessor
 
fallbackToDynamicDestination - Variable in class org.springframework.jms.support.destination.JndiDestinationResolver
 
fallbackToNoOpCache - Variable in class org.springframework.cache.support.CompositeCacheManager
 
fallbackToSystemLocale - Variable in class org.springframework.context.support.ReloadableResourceBundleMessageSource
 
fallbackToSystemLocale - Variable in class org.springframework.context.support.ResourceBundleMessageSource
 
fallbackTranslator - Variable in class org.springframework.jdbc.support.AbstractFallbackSQLExceptionTranslator
 
FALOAD - Static variable in interface org.springframework.asm.Opcodes
 
FALSE - Static variable in class org.springframework.expression.spel.support.BooleanTypedValue
 
FALSE_VALUE - Static variable in class org.springframework.beans.factory.xml.BeanDefinitionParserDelegate
 
falseString - Variable in class org.springframework.beans.propertyeditors.CustomBooleanEditor
 
falseValues - Static variable in class org.springframework.core.convert.support.StringToBooleanConverter
 
FASTORE - Static variable in interface org.springframework.asm.Opcodes
 
fatal(Problem) - Method in class org.springframework.beans.factory.parsing.FailFastProblemReporter
Throws a BeanDefinitionParsingException detailing the error that has occurred.
fatal(Problem) - Method in interface org.springframework.beans.factory.parsing.ProblemReporter
Called when a fatal error is encountered during the parsing process.
fatal(String, Object) - Method in class org.springframework.beans.factory.parsing.ReaderContext
 
fatal(String, Object, Throwable) - Method in class org.springframework.beans.factory.parsing.ReaderContext
 
fatal(String, Object, ParseState) - Method in class org.springframework.beans.factory.parsing.ReaderContext
 
fatal(String, Object, ParseState, Throwable) - Method in class org.springframework.beans.factory.parsing.ReaderContext
 
FatalBeanException - Exception in org.springframework.beans
Thrown on an unrecoverable problem encountered in the beans packages or sub-packages, e.g.
FatalBeanException(String) - Constructor for exception org.springframework.beans.FatalBeanException
Create a new FatalBeanException with the specified message.
FatalBeanException(String, Throwable) - Constructor for exception org.springframework.beans.FatalBeanException
Create a new FatalBeanException with the specified message and root cause.
fatalError(SAXParseException) - Method in class org.springframework.util.xml.SimpleSaxErrorHandler
 
fatalError(TransformerException) - Method in class org.springframework.util.xml.SimpleTransformErrorListener
 
favorParameter - Variable in class org.springframework.web.accept.ContentNegotiationManagerFactoryBean
 
favorParameter(boolean) - Method in class org.springframework.web.servlet.config.annotation.ContentNegotiationConfigurer
Indicate whether a request parameter should be used to determine the requested media type with the 2nd highest priority, i.e.
favorPathExtension - Variable in class org.springframework.web.accept.ContentNegotiationManagerFactoryBean
 
favorPathExtension(boolean) - Method in class org.springframework.web.servlet.config.annotation.ContentNegotiationConfigurer
Indicate whether the extension of the request path should be used to determine the requested media type with the highest priority.
FCMPG - Static variable in interface org.springframework.asm.Opcodes
 
FCMPL - Static variable in interface org.springframework.asm.Opcodes
 
FCONST_0 - Static variable in interface org.springframework.asm.Opcodes
 
FCONST_1 - Static variable in interface org.springframework.asm.Opcodes
 
FCONST_2 - Static variable in interface org.springframework.asm.Opcodes
 
FDIV - Static variable in interface org.springframework.asm.Opcodes
 
features - Variable in class org.springframework.http.converter.json.Jackson2ObjectMapperFactoryBean
 
features - Variable in class org.springframework.http.converter.json.JacksonObjectMapperFactoryBean
Deprecated.
 
feedType - Variable in class org.springframework.web.servlet.view.feed.AbstractAtomFeedView
 
fetchSize - Variable in class org.springframework.jdbc.core.JdbcTemplate
If this variable is set to a non-zero value, it will be used for setting the fetchSize property on statements used for query processing.
fetchSize - Variable in class org.springframework.orm.hibernate3.HibernateTemplate
 
fetchSize - Variable in class org.springframework.orm.hibernate4.HibernateTemplate
 
FIELD - Static variable in class org.springframework.asm.ClassWriter
The type of CONSTANT_Fieldref constant pool items.
FIELD - Static variable in class org.springframework.asm.TypeReference
The sort of type references that target the type of a field.
field - Variable in class org.springframework.beans.factory.config.DependencyDescriptor
 
field - Variable in class org.springframework.core.SerializableTypeWrapper.FieldTypeProvider
 
field - Variable in class org.springframework.validation.FieldError
 
FIELD_CLASS - Static variable in class org.springframework.jmx.export.assembler.AbstractReflectiveMBeanInfoAssembler
Constant identifier for the class field in a JMX Descriptor.
FIELD_CURRENCY_TIME_LIMIT - Static variable in class org.springframework.jmx.export.assembler.AbstractReflectiveMBeanInfoAssembler
Constant identifier for the currency time limit field in a JMX Descriptor.
FIELD_DEFAULT - Static variable in class org.springframework.jmx.export.assembler.AbstractReflectiveMBeanInfoAssembler
Constant identifier for the default field in a JMX Descriptor.
FIELD_DISPLAY_NAME - Static variable in class org.springframework.jmx.export.assembler.AbstractReflectiveMBeanInfoAssembler
Constant identifier for the displayName field in a JMX Descriptor.
FIELD_GET_METHOD - Static variable in class org.springframework.jmx.export.assembler.AbstractReflectiveMBeanInfoAssembler
Identifies a getter method in a JMX Descriptor.
FIELD_LOG - Static variable in class org.springframework.jmx.export.assembler.AbstractReflectiveMBeanInfoAssembler
Constant identifier for the log field in a JMX Descriptor.
FIELD_LOG_FILE - Static variable in class org.springframework.jmx.export.assembler.AbstractReflectiveMBeanInfoAssembler
Constant identifier for the logfile field in a JMX Descriptor.
FIELD_METRIC_CATEGORY - Static variable in class org.springframework.jmx.export.assembler.AbstractReflectiveMBeanInfoAssembler
Constant identifier for the custom metricCategory field in a JMX Descriptor.
FIELD_METRIC_TYPE - Static variable in class org.springframework.jmx.export.assembler.AbstractReflectiveMBeanInfoAssembler
Constant identifier for the metricType field in a JMX Descriptor.
FIELD_PERSIST_LOCATION - Static variable in class org.springframework.jmx.export.assembler.AbstractReflectiveMBeanInfoAssembler
Constant identifier for the persistLocation field in a JMX Descriptor.
FIELD_PERSIST_NAME - Static variable in class org.springframework.jmx.export.assembler.AbstractReflectiveMBeanInfoAssembler
Constant identifier for the persistName field in a JMX Descriptor.
FIELD_PERSIST_PERIOD - Static variable in class org.springframework.jmx.export.assembler.AbstractReflectiveMBeanInfoAssembler
Constant identifier for the persistPeriod field in a JMX Descriptor.
FIELD_PERSIST_POLICY - Static variable in class org.springframework.jmx.export.assembler.AbstractReflectiveMBeanInfoAssembler
Constant identifier for the persistPolicy field in a JMX Descriptor.
FIELD_ROLE - Static variable in class org.springframework.jmx.export.assembler.AbstractReflectiveMBeanInfoAssembler
Constant identifier for the role field in a JMX Descriptor.
FIELD_SET_METHOD - Static variable in class org.springframework.jmx.export.assembler.AbstractReflectiveMBeanInfoAssembler
Identifies a setter method in a JMX Descriptor.
FIELD_TYPES - Static variable in class org.springframework.format.datetime.DateTimeFormatAnnotationFormatterFactory
 
FIELD_TYPES - Static variable in class org.springframework.format.datetime.joda.JodaDateTimeFormatAnnotationFormatterFactory
 
FIELD_TYPES - Static variable in class org.springframework.format.datetime.standard.Jsr310DateTimeFormatAnnotationFormatterFactory
 
FIELD_UNITS - Static variable in class org.springframework.jmx.export.assembler.AbstractReflectiveMBeanInfoAssembler
Constant identifier for the units field in a JMX Descriptor.
FIELD_VISIBILITY - Static variable in class org.springframework.jmx.export.assembler.AbstractReflectiveMBeanInfoAssembler
Constant identifier for the visibility field in a JMX Descriptor.
fieldAliases - Variable in class org.springframework.oxm.xstream.XStreamMarshaller
 
fieldAnnotations - Variable in class org.springframework.beans.factory.config.DependencyDescriptor
 
fieldCache - Variable in class org.springframework.core.Constants
Map from String field name to object value
fieldDefaultPrefix - Variable in class org.springframework.web.bind.WebDataBinder
 
FieldError - Class in org.springframework.validation
Encapsulates a field error, that is, a reason for rejecting a specific field value.
FieldError(String, String, String) - Constructor for class org.springframework.validation.FieldError
Create a new FieldError instance.
FieldError(String, String, Object, boolean, String[], Object[], String) - Constructor for class org.springframework.validation.FieldError
Create a new FieldError instance.
fieldMap - Variable in class org.springframework.beans.DirectFieldAccessor
 
fieldMarkerPrefix - Variable in class org.springframework.web.bind.WebDataBinder
 
fieldName - Variable in class org.springframework.beans.factory.config.DependencyDescriptor
 
fieldName - Variable in class org.springframework.core.SerializableTypeWrapper.FieldTypeProvider
 
fieldObject - Variable in class org.springframework.beans.factory.config.FieldRetrievingFactoryBean
 
FIELDORMETH_INSN - Static variable in class org.springframework.asm.ClassWriter
The type of field and method invocations instructions.
FieldRetrievingFactoryBean - Class in org.springframework.beans.factory.config
FactoryBean which retrieves a static or non-static field value.
FieldRetrievingFactoryBean() - Constructor for class org.springframework.beans.factory.config.FieldRetrievingFactoryBean
 
fieldType - Variable in class org.springframework.format.support.FormattingConversionService.AnnotationConverterKey
 
fieldType - Variable in class org.springframework.format.support.FormattingConversionService.AnnotationParserConverter
 
fieldType - Variable in class org.springframework.format.support.FormattingConversionService.AnnotationPrinterConverter
 
fieldType - Variable in class org.springframework.format.support.FormattingConversionService.ParserConverter
 
fieldType - Variable in class org.springframework.format.support.FormattingConversionService.PrinterConverter
 
FieldTypeProvider(Field) - Constructor for class org.springframework.core.SerializableTypeWrapper.FieldTypeProvider
 
fieldTypes - Variable in class org.springframework.format.number.NumberFormatAnnotationFormatterFactory
 
FieldVisitor - Class in org.springframework.asm
A visitor to visit a Java field.
FieldVisitor(int) - Constructor for class org.springframework.asm.FieldVisitor
Constructs a new FieldVisitor.
FieldVisitor(int, FieldVisitor) - Constructor for class org.springframework.asm.FieldVisitor
Constructs a new FieldVisitor.
FieldWriter - Class in org.springframework.asm
An FieldVisitor that generates Java fields in bytecode form.
FieldWriter(ClassWriter, int, String, String, String, Object) - Constructor for class org.springframework.asm.FieldWriter
Constructs a new FieldWriter.
file - Variable in class org.springframework.core.io.FileSystemResource
 
file(String, byte[]) - Method in class org.springframework.test.web.servlet.request.MockMultipartHttpServletRequestBuilder
Create a new MockMultipartFile with the given content.
file(MockMultipartFile) - Method in class org.springframework.test.web.servlet.request.MockMultipartHttpServletRequestBuilder
Add the given MockMultipartFile.
FILE_URL_PREFIX - Static variable in class org.springframework.util.ResourceUtils
URL prefix for loading from the file system: "file:"
FileCopyUtils - Class in org.springframework.util
Simple utility methods for file and stream copying.
FileCopyUtils() - Constructor for class org.springframework.util.FileCopyUtils
 
FileEditor - Class in org.springframework.beans.propertyeditors
Editor for java.io.File, to directly populate a File property from a Spring resource location.
FileEditor() - Constructor for class org.springframework.beans.propertyeditors.FileEditor
Create a new FileEditor, using the default ResourceEditor underneath.
FileEditor(ResourceEditor) - Constructor for class org.springframework.beans.propertyeditors.FileEditor
Create a new FileEditor, using the given ResourceEditor underneath.
fileEncoding - Variable in class org.springframework.core.io.support.PropertiesLoaderSupport
 
fileEncodings - Variable in class org.springframework.context.support.ReloadableResourceBundleMessageSource
 
fileExtensionResolvers - Variable in class org.springframework.web.accept.ContentNegotiationManager
 
fileExtensions - Variable in class org.springframework.web.accept.MappingMediaTypeFileExtensionResolver
 
fileExtensions - Variable in class org.springframework.web.servlet.mvc.condition.PatternsRequestCondition
 
fileExtensions - Variable in class org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping
 
fileItem - Variable in class org.springframework.web.multipart.commons.CommonsMultipartFile
 
fileItemFactory - Variable in class org.springframework.web.multipart.commons.CommonsFileUploadSupport
 
filename - Variable in class org.springframework.web.multipart.support.StandardMultipartHttpServletRequest.StandardMultipartFile
 
FILENAME_KEY - Static variable in class org.springframework.web.multipart.support.StandardMultipartHttpServletRequest
 
files - Variable in class org.springframework.test.web.servlet.request.MockMultipartHttpServletRequestBuilder
 
FileSystemContextResource(String) - Constructor for class org.springframework.core.io.FileSystemResourceLoader.FileSystemContextResource
 
FileSystemResource - Class in org.springframework.core.io
Resource implementation for java.io.File handles.
FileSystemResource(File) - Constructor for class org.springframework.core.io.FileSystemResource
Create a new FileSystemResource from a File handle.
FileSystemResource(String) - Constructor for class org.springframework.core.io.FileSystemResource
Create a new FileSystemResource from a file path.
FileSystemResourceLoader - Class in org.springframework.core.io
ResourceLoader implementation that resolves plain paths as file system resources rather than as class path resources (the latter is DefaultResourceLoader's default strategy).
FileSystemResourceLoader() - Constructor for class org.springframework.core.io.FileSystemResourceLoader
 
FileSystemResourceLoader.FileSystemContextResource - Class in org.springframework.core.io
FileSystemResource that explicitly expresses a context-relative path through implementing the ContextResource interface.
FileSystemUtils - Class in org.springframework.util
Utility methods for working with the file system.
FileSystemUtils() - Constructor for class org.springframework.util.FileSystemUtils
 
FileSystemXmlApplicationContext - Class in org.springframework.context.support
Standalone XML application context, taking the context definition files from the file system or from URLs, interpreting plain paths as relative file system locations (e.g.
FileSystemXmlApplicationContext() - Constructor for class org.springframework.context.support.FileSystemXmlApplicationContext
Create a new FileSystemXmlApplicationContext for bean-style configuration.
FileSystemXmlApplicationContext(ApplicationContext) - Constructor for class org.springframework.context.support.FileSystemXmlApplicationContext
Create a new FileSystemXmlApplicationContext for bean-style configuration.
FileSystemXmlApplicationContext(String) - Constructor for class org.springframework.context.support.FileSystemXmlApplicationContext
Create a new FileSystemXmlApplicationContext, loading the definitions from the given XML file and automatically refreshing the context.
FileSystemXmlApplicationContext(String...) - Constructor for class org.springframework.context.support.FileSystemXmlApplicationContext
Create a new FileSystemXmlApplicationContext, loading the definitions from the given XML files and automatically refreshing the context.
FileSystemXmlApplicationContext(String[], ApplicationContext) - Constructor for class org.springframework.context.support.FileSystemXmlApplicationContext
Create a new FileSystemXmlApplicationContext with the given parent, loading the definitions from the given XML files and automatically refreshing the context.
FileSystemXmlApplicationContext(String[], boolean) - Constructor for class org.springframework.context.support.FileSystemXmlApplicationContext
Create a new FileSystemXmlApplicationContext, loading the definitions from the given XML files.
FileSystemXmlApplicationContext(String[], boolean, ApplicationContext) - Constructor for class org.springframework.context.support.FileSystemXmlApplicationContext
Create a new FileSystemXmlApplicationContext with the given parent, loading the definitions from the given XML files.
fileTimestamp - Variable in class org.springframework.context.support.ReloadableResourceBundleMessageSource.PropertiesHolder
 
fileTypeMap - Static variable in class org.springframework.http.converter.ResourceHttpMessageConverter.ActivationMediaTypeFactory
 
fileTypeMap - Variable in class org.springframework.mail.javamail.ConfigurableMimeFileTypeMap
The delegate FileTypeMap, compiled from the mappings in the mapping file and the entries in the mappings property.
fileTypeMap - Variable in class org.springframework.mail.javamail.MimeMessageHelper
 
fileTypeMap - Static variable in class org.springframework.web.accept.PathExtensionContentNegotiationStrategy.JafMediaTypeFactory
 
fileTypeMap - Static variable in class org.springframework.web.servlet.resource.ResourceHttpRequestHandler.ActivationMediaTypeFactory
 
fileUpload(String, Object...) - Static method in class org.springframework.test.web.servlet.request.MockMvcRequestBuilders
Create a MockHttpServletRequestBuilder for a multipart request.
fileUpload(URI) - Static method in class org.springframework.test.web.servlet.request.MockMvcRequestBuilders
Create a MockHttpServletRequestBuilder for a multipart request.
fileUpload - Variable in class org.springframework.web.multipart.commons.CommonsFileUploadSupport
 
fillInClientStackTraceIfPossible(Throwable) - Static method in class org.springframework.remoting.support.RemoteInvocationUtils
Fill the current client-side stack trace into the given exception.
fillProperties(Properties, EncodedResource) - Static method in class org.springframework.core.io.support.PropertiesLoaderUtils
Fill the given properties from the given EncodedResource, potentially defining a specific encoding for the properties file.
fillProperties(Properties, EncodedResource, PropertiesPersister) - Static method in class org.springframework.core.io.support.PropertiesLoaderUtils
Actually load properties from the given EncodedResource into the given Properties instance.
fillProperties(Properties, Resource) - Static method in class org.springframework.core.io.support.PropertiesLoaderUtils
Fill the given properties from the given resource (in ISO-8859-1 encoding).
fillReport(Map<String, Object>) - Method in class org.springframework.web.servlet.view.jasperreports.AbstractJasperReportsView
Create a populated JasperPrint instance from the configured JasperReport instance.
filter(List<Method>) - Method in interface org.springframework.expression.MethodFilter
Called by the method resolver to allow the SpEL user to organize the list of candidate methods that may be invoked.
filter - Variable in class org.springframework.mock.web.PassThroughFilterChain
 
FILTER_EXPRESSION_ATTRIBUTE - Static variable in class org.springframework.context.annotation.ComponentScanBeanDefinitionParser
 
FILTER_TYPE_ATTRIBUTE - Static variable in class org.springframework.context.annotation.ComponentScanBeanDefinitionParser
 
filterConfig - Variable in class org.springframework.web.filter.GenericFilterBean
 
FilterConfigPropertyValues(FilterConfig, Set<String>) - Constructor for class org.springframework.web.filter.GenericFilterBean.FilterConfigPropertyValues
Create new FilterConfigPropertyValues.
filterDefinition - Variable in class org.springframework.orm.hibernate3.FilterDefinitionFactoryBean
 
FilterDefinitionFactoryBean - Class in org.springframework.orm.hibernate3
Convenient FactoryBean for defining Hibernate FilterDefinitions.
FilterDefinitionFactoryBean() - Constructor for class org.springframework.orm.hibernate3.FilterDefinitionFactoryBean
 
filterDefinitions - Variable in class org.springframework.orm.hibernate3.LocalSessionFactoryBean
 
filteredPropertyDescriptorsCache - Variable in class org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory
Cache of filtered PropertyDescriptors: bean Class -> PropertyDescriptor array
FilteringClassFileTransformer(ClassFileTransformer, ClassLoader) - Constructor for class org.springframework.instrument.classloading.InstrumentationLoadTimeWeaver.FilteringClassFileTransformer
 
filterModel(Map<String, Object>) - Method in class org.springframework.web.servlet.view.json.MappingJackson2JsonView
Filter out undesired attributes from the given model.
filterModel(Map<String, Object>) - Method in class org.springframework.web.servlet.view.json.MappingJacksonJsonView
Deprecated.
Filter out undesired attributes from the given model.
filterName - Variable in class org.springframework.mock.web.MockFilterConfig
 
filterName - Variable in class org.springframework.orm.hibernate3.FilterDefinitionFactoryBean
 
filterNames - Variable in class org.springframework.orm.hibernate3.HibernateAccessor
 
filterNames - Variable in class org.springframework.orm.hibernate4.HibernateTemplate
 
filterPostProcessors(List<BeanPostProcessor>) - Method in class org.springframework.beans.factory.support.DisposableBeanAdapter
Search for all DestructionAwareBeanPostProcessors in the List.
filterPropertyDescriptorsForDependencyCheck(BeanWrapper, boolean) - Method in class org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory
Extract a filtered set of PropertyDescriptors from the given BeanWrapper, excluding ignored dependency types or properties defined on ignored dependency interfaces.
filterPropertyDescriptorsForDependencyCheck(BeanWrapper) - Method in class org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory
Extract a filtered set of PropertyDescriptors from the given BeanWrapper, excluding ignored dependency types or properties defined on ignored dependency interfaces.
filterRequestedExtensions(ServerHttpRequest, List<WebSocketExtension>, List<WebSocketExtension>) - Method in class org.springframework.web.socket.server.support.DefaultHandshakeHandler
Filter the list of requested WebSocket extensions.
filters - Variable in class org.springframework.aop.support.ClassFilters.IntersectionClassFilter
 
filters - Variable in class org.springframework.aop.support.ClassFilters.UnionClassFilter
 
filters - Variable in class org.springframework.expression.spel.support.ReflectiveMethodResolver
 
filters - Variable in class org.springframework.mock.web.MockFilterChain
 
filters - Variable in class org.springframework.remoting.jaxws.SimpleHttpServerJaxWsServiceExporter
 
filters - Variable in class org.springframework.remoting.support.SimpleHttpServerFactoryBean
 
filters - Variable in class org.springframework.test.web.servlet.MockMvc
 
filters - Variable in class org.springframework.test.web.servlet.setup.AbstractMockMvcBuilder
 
filters - Variable in class org.springframework.web.filter.CompositeFilter
 
FilterType - Enum in org.springframework.context.annotation
Enumeration of the type filters that may be used in conjunction with @ComponentScan.
FilterType() - Constructor for enum org.springframework.context.annotation.FilterType
 
FinalConfigurationProblem() - Constructor for class org.springframework.context.annotation.ConfigurationClass.FinalConfigurationProblem
 
finalize() - Method in class org.springframework.orm.jpa.SharedEntityManagerCreator.DeferredQueryInvocationHandler
 
finalizeDeferredProperties() - Method in class org.springframework.beans.factory.groovy.GroovyBeanDefinitionReader
 
find(TypeDescriptor, TypeDescriptor) - Method in class org.springframework.core.convert.support.GenericConversionService.Converters
Find a GenericConverter given a source and target type.
find(String) - Method in interface org.springframework.orm.hibernate3.HibernateOperations
Execute an HQL query.
find(String, Object) - Method in interface org.springframework.orm.hibernate3.HibernateOperations
Execute an HQL query, binding one value to a "?" parameter in the query string.
find(String, Object...) - Method in interface org.springframework.orm.hibernate3.HibernateOperations
Execute an HQL query, binding a number of values to "?" parameters in the query string.
find(String) - Method in class org.springframework.orm.hibernate3.HibernateTemplate
 
find(String, Object) - Method in class org.springframework.orm.hibernate3.HibernateTemplate
 
find(String, Object...) - Method in class org.springframework.orm.hibernate3.HibernateTemplate
 
find(String, Object...) - Method in interface org.springframework.orm.hibernate4.HibernateOperations
Execute an HQL query, binding a number of values to "?" parameters in the query string.
find(String, Object...) - Method in class org.springframework.orm.hibernate4.HibernateTemplate
 
findAccessorForMethod(String, List<TypeDescriptor>, Object, EvaluationContext) - Method in class org.springframework.expression.spel.ast.MethodReference
 
findAdvisorBeans() - Method in class org.springframework.aop.framework.autoproxy.BeanFactoryAdvisorRetrievalHelper
Find all eligible Advisor beans in the current bean factory, ignoring FactoryBeans and excluding beans that are currently in creation.
findAdvisorsThatCanApply(List<Advisor>, Class<?>, String) - Method in class org.springframework.aop.framework.autoproxy.AbstractAdvisorAutoProxyCreator
Search the given candidate Advisors to find all Advisors that can apply to the specified bean.
findAdvisorsThatCanApply(List<Advisor>, Class<?>) - Static method in class org.springframework.aop.support.AopUtils
Determine the sublist of the candidateAdvisors list that is applicable to the given class.
findAllClassPathResources(String) - Method in class org.springframework.core.io.support.PathMatchingResourcePatternResolver
Find all class location resources with the given location via the ClassLoader.
findAndBind(Class<?>, String) - Method in class org.springframework.aop.aspectj.AspectJAdviceParameterNameDiscoverer
 
findAnnotatedBeans(ApplicationContext) - Static method in class org.springframework.web.method.ControllerAdviceBean
Find the names of beans annotated with @ControllerAdvice in the given ApplicationContext and wrap them as ControllerAdviceBean instances.
findAnnotation(Method, Class<A>) - Static method in class org.springframework.aop.aspectj.annotation.AbstractAspectJAdvisorFactory
 
findAnnotation(Method, Class<A>) - Static method in class org.springframework.core.annotation.AnnotationUtils
Find a single Annotation of annotationType from the supplied Method, traversing its super methods (i.e., from super classes and interfaces) if no annotation can be found on the given method itself.
findAnnotation(Class<?>, Class<A>) - Static method in class org.springframework.core.annotation.AnnotationUtils
Find a single Annotation of annotationType on the supplied Class, traversing its interfaces, annotations, and superclasses if the annotation is not present on the given class itself.
findAnnotation(Class<?>, Class<A>, Set<Annotation>) - Static method in class org.springframework.core.annotation.AnnotationUtils
Perform the search algorithm for AnnotationUtils.findAnnotation(Class, Class), avoiding endless recursion by tracking which annotations have already been visited.
findAnnotationDeclaringClass(Class<? extends Annotation>, Class<?>) - Static method in class org.springframework.core.annotation.AnnotationUtils
Find the first Class in the inheritance hierarchy of the specified clazz (including the specified clazz itself) which declares an annotation for the specified annotationType, or null if not found.
findAnnotationDeclaringClassForTypes(List<Class<? extends Annotation>>, Class<?>) - Static method in class org.springframework.core.annotation.AnnotationUtils
Find the first Class in the inheritance hierarchy of the specified clazz (including the specified clazz itself) which declares at least one of the specified annotationTypes, or null if none of the specified annotation types could be found.
findAnnotationDescriptor(Class<?>, Class<T>) - Static method in class org.springframework.test.context.MetaAnnotationUtils
Find the MetaAnnotationUtils.AnnotationDescriptor for the supplied annotationType on the supplied Class, traversing its annotations and superclasses if no annotation can be found on the given class itself.
findAnnotationDescriptor(Class<?>, Set<Annotation>, Class<T>) - Static method in class org.springframework.test.context.MetaAnnotationUtils
Perform the search algorithm for MetaAnnotationUtils.findAnnotationDescriptor(Class, Class), avoiding endless recursion by tracking which annotations have already been visited.
findAnnotationDescriptorForTypes(Class<?>, Class<? extends Annotation>...) - Static method in class org.springframework.test.context.MetaAnnotationUtils
Find the MetaAnnotationUtils.UntypedAnnotationDescriptor for the first Class in the inheritance hierarchy of the specified clazz (including the specified clazz itself) which declares at least one of the specified annotationTypes.
findAnnotationDescriptorForTypes(Class<?>, Set<Annotation>, Class<? extends Annotation>...) - Static method in class org.springframework.test.context.MetaAnnotationUtils
Perform the search algorithm for MetaAnnotationUtils.findAnnotationDescriptorForTypes(Class, Class...), avoiding endless recursion by tracking which annotations have already been visited.
findAnnotationOnBean(String, Class<A>) - Method in interface org.springframework.beans.factory.ListableBeanFactory
Find an Annotation of annotationType on the specified bean, traversing its interfaces and super classes if no annotation can be found on the given class itself.
findAnnotationOnBean(String, Class<A>) - Method in class org.springframework.beans.factory.support.DefaultListableBeanFactory
Find a Annotation of annotationType on the specified bean, traversing its interfaces and super classes if no annotation can be found on the given class itself, as well as checking its raw bean class if not found on the exposed bean reference (e.g.
findAnnotationOnBean(String, Class<A>) - Method in class org.springframework.beans.factory.support.StaticListableBeanFactory
 
findAnnotationOnBean(String, Class<A>) - Method in class org.springframework.context.support.AbstractApplicationContext
 
findAnnotationOnBean(String, Class<A>) - Method in class org.springframework.test.web.servlet.setup.StubWebApplicationContext
 
findApplicationContexts() - Method in class org.springframework.context.support.LiveBeansView
Find all applicable ApplicationContexts for the current application.
findApplicationContexts() - Method in class org.springframework.web.context.support.ServletContextLiveBeansView
 
findAspectJAnnotationOnMethod(Method) - Static method in class org.springframework.aop.aspectj.annotation.AbstractAspectJAdvisorFactory
Find and return the first AspectJ annotation on the given method (there should only be one anyway...)
findAttribute(String) - Method in class org.springframework.mock.web.MockPageContext
 
findAutowireCandidates(Class<T>) - Method in class org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor
Obtain all beans of the given type as autowire candidates.
findAutowireCandidates(String, Class<?>, DependencyDescriptor) - Method in class org.springframework.beans.factory.support.DefaultListableBeanFactory
Find bean instances that match the required type.
findAutowiredAnnotation(AccessibleObject) - Method in class org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor
 
findAutowiringMetadata(String, Class<?>) - Method in class org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor
 
findAvailablePort(int, int) - Method in enum org.springframework.util.SocketUtils.SocketType
Find an available port for this SocketType, randomly selected from the range [minPort, maxPort].
findAvailablePorts(int, int, int) - Method in enum org.springframework.util.SocketUtils.SocketType
Find the requested number of available ports for this SocketType, each randomly selected from the range [minPort, maxPort].
findAvailableTcpPort() - Static method in class org.springframework.util.SocketUtils
Find an available TCP port randomly selected from the range [1024, 65535].
findAvailableTcpPort(int) - Static method in class org.springframework.util.SocketUtils
Find an available TCP port randomly selected from the range [minPort, 65535].
findAvailableTcpPort(int, int) - Static method in class org.springframework.util.SocketUtils
Find an available TCP port randomly selected from the range [minPort, maxPort].
findAvailableTcpPorts(int) - Static method in class org.springframework.util.SocketUtils
Find the requested number of available TCP ports, each randomly selected from the range [1024, 65535].
findAvailableTcpPorts(int, int, int) - Static method in class org.springframework.util.SocketUtils
Find the requested number of available TCP ports, each randomly selected from the range [minPort, maxPort].
findAvailableUdpPort() - Static method in class org.springframework.util.SocketUtils
Find an available UDP port randomly selected from the range [1024, 65535].
findAvailableUdpPort(int) - Static method in class org.springframework.util.SocketUtils
Find an available UDP port randomly selected from the range [minPort, 65535].
findAvailableUdpPort(int, int) - Static method in class org.springframework.util.SocketUtils
Find an available UDP port randomly selected from the range [minPort, maxPort].
findAvailableUdpPorts(int) - Static method in class org.springframework.util.SocketUtils
Find the requested number of available UDP ports, each randomly selected from the range [1024, 65535].
findAvailableUdpPorts(int, int, int) - Static method in class org.springframework.util.SocketUtils
Find the requested number of available UDP ports, each randomly selected from the range [minPort, maxPort].
findBestExceptionHandlerMethod(Object, Exception) - Method in class org.springframework.web.portlet.mvc.annotation.AnnotationMethodHandlerExceptionResolver
Finds the handler method that matches the thrown exception best.
findBestExceptionHandlerMethod(Object, Exception) - Method in class org.springframework.web.servlet.mvc.annotation.AnnotationMethodHandlerExceptionResolver
Deprecated.
Finds the handler method that matches the thrown exception best.
findBridgedMethod(Method) - Static method in class org.springframework.core.BridgeMethodResolver
Find the original method for the supplied bridge Method.
findByCriteria(DetachedCriteria) - Method in interface org.springframework.orm.hibernate3.HibernateOperations
Execute a query based on a given Hibernate criteria object.
findByCriteria(DetachedCriteria, int, int) - Method in interface org.springframework.orm.hibernate3.HibernateOperations
Execute a query based on the given Hibernate criteria object.
findByCriteria(DetachedCriteria) - Method in class org.springframework.orm.hibernate3.HibernateTemplate
 
findByCriteria(DetachedCriteria, int, int) - Method in class org.springframework.orm.hibernate3.HibernateTemplate
 
findByCriteria(DetachedCriteria) - Method in interface org.springframework.orm.hibernate4.HibernateOperations
Execute a query based on a given Hibernate criteria object.
findByCriteria(DetachedCriteria, int, int) - Method in interface org.springframework.orm.hibernate4.HibernateOperations
Execute a query based on the given Hibernate criteria object.
findByCriteria(DetachedCriteria) - Method in class org.springframework.orm.hibernate4.HibernateTemplate
 
findByCriteria(DetachedCriteria, int, int) - Method in class org.springframework.orm.hibernate4.HibernateTemplate
 
findByExample(T) - Method in interface org.springframework.orm.hibernate3.HibernateOperations
Execute a query based on the given example entity object.
findByExample(String, T) - Method in interface org.springframework.orm.hibernate3.HibernateOperations
Execute a query based on the given example entity object.
findByExample(T, int, int) - Method in interface org.springframework.orm.hibernate3.HibernateOperations
Execute a query based on a given example entity object.
findByExample(String, T, int, int) - Method in interface org.springframework.orm.hibernate3.HibernateOperations
Execute a query based on a given example entity object.
findByExample(T) - Method in class org.springframework.orm.hibernate3.HibernateTemplate
 
findByExample(String, T) - Method in class org.springframework.orm.hibernate3.HibernateTemplate
 
findByExample(T, int, int) - Method in class org.springframework.orm.hibernate3.HibernateTemplate
 
findByExample(String, T, int, int) - Method in class org.springframework.orm.hibernate3.HibernateTemplate
 
findByExample(T) - Method in interface org.springframework.orm.hibernate4.HibernateOperations
Execute a query based on the given example entity object.
findByExample(String, T) - Method in interface org.springframework.orm.hibernate4.HibernateOperations
Execute a query based on the given example entity object.
findByExample(T, int, int) - Method in interface org.springframework.orm.hibernate4.HibernateOperations
Execute a query based on a given example entity object.
findByExample(String, T, int, int) - Method in interface org.springframework.orm.hibernate4.HibernateOperations
Execute a query based on a given example entity object.
findByExample(T) - Method in class org.springframework.orm.hibernate4.HibernateTemplate
 
findByExample(String, T) - Method in class org.springframework.orm.hibernate4.HibernateTemplate
 
findByExample(T, int, int) - Method in class org.springframework.orm.hibernate4.HibernateTemplate
 
findByExample(String, T, int, int) - Method in class org.springframework.orm.hibernate4.HibernateTemplate
 
findByNamedParam(String, String, Object) - Method in interface org.springframework.orm.hibernate3.HibernateOperations
Execute an HQL query, binding one value to a ":" named parameter in the query string.
findByNamedParam(String, String[], Object[]) - Method in interface org.springframework.orm.hibernate3.HibernateOperations
Execute an HQL query, binding a number of values to ":" named parameters in the query string.
findByNamedParam(String, String, Object) - Method in class org.springframework.orm.hibernate3.HibernateTemplate
 
findByNamedParam(String, String[], Object[]) - Method in class org.springframework.orm.hibernate3.HibernateTemplate
 
findByNamedParam(String, String, Object) - Method in interface org.springframework.orm.hibernate4.HibernateOperations
Execute an HQL query, binding one value to a ":" named parameter in the query string.
findByNamedParam(String, String[], Object[]) - Method in interface org.springframework.orm.hibernate4.HibernateOperations
Execute an HQL query, binding a number of values to ":" named parameters in the query string.
findByNamedParam(String, String, Object) - Method in class org.springframework.orm.hibernate4.HibernateTemplate
 
findByNamedParam(String, String[], Object[]) - Method in class org.springframework.orm.hibernate4.HibernateTemplate
 
findByNamedQuery(String) - Method in interface org.springframework.orm.hibernate3.HibernateOperations
Execute a named query.
findByNamedQuery(String, Object) - Method in interface org.springframework.orm.hibernate3.HibernateOperations
Execute a named query, binding one value to a "?" parameter in the query string.
findByNamedQuery(String, Object...) - Method in interface org.springframework.orm.hibernate3.HibernateOperations
Execute a named query binding a number of values to "?" parameters in the query string.
findByNamedQuery(String) - Method in class org.springframework.orm.hibernate3.HibernateTemplate
 
findByNamedQuery(String, Object) - Method in class org.springframework.orm.hibernate3.HibernateTemplate
 
findByNamedQuery(String, Object...) - Method in class org.springframework.orm.hibernate3.HibernateTemplate
 
findByNamedQuery(String, Object...) - Method in interface org.springframework.orm.hibernate4.HibernateOperations
Execute a named query binding a number of values to "?" parameters in the query string.
findByNamedQuery(String, Object...) - Method in class org.springframework.orm.hibernate4.HibernateTemplate
 
findByNamedQueryAndNamedParam(String, String, Object) - Method in interface org.springframework.orm.hibernate3.HibernateOperations
Execute a named query, binding one value to a ":" named parameter in the query string.
findByNamedQueryAndNamedParam(String, String[], Object[]) - Method in interface org.springframework.orm.hibernate3.HibernateOperations
Execute a named query, binding a number of values to ":" named parameters in the query string.
findByNamedQueryAndNamedParam(String, String, Object) - Method in class org.springframework.orm.hibernate3.HibernateTemplate
 
findByNamedQueryAndNamedParam(String, String[], Object[]) - Method in class org.springframework.orm.hibernate3.HibernateTemplate
 
findByNamedQueryAndNamedParam(String, String, Object) - Method in interface org.springframework.orm.hibernate4.HibernateOperations
Execute a named query, binding one value to a ":" named parameter in the query string.
findByNamedQueryAndNamedParam(String, String[], Object[]) - Method in interface org.springframework.orm.hibernate4.HibernateOperations
Execute a named query, binding a number of values to ":" named parameters in the query string.
findByNamedQueryAndNamedParam(String, String, Object) - Method in class org.springframework.orm.hibernate4.HibernateTemplate
 
findByNamedQueryAndNamedParam(String, String[], Object[]) - Method in class org.springframework.orm.hibernate4.HibernateTemplate
 
findByNamedQueryAndValueBean(String, Object) - Method in interface org.springframework.orm.hibernate3.HibernateOperations
Execute a named query, binding the properties of the given bean to ":" named parameters in the query string.
findByNamedQueryAndValueBean(String, Object) - Method in class org.springframework.orm.hibernate3.HibernateTemplate
 
findByNamedQueryAndValueBean(String, Object) - Method in interface org.springframework.orm.hibernate4.HibernateOperations
Execute a named query, binding the properties of the given bean to ":" named parameters in the query string.
findByNamedQueryAndValueBean(String, Object) - Method in class org.springframework.orm.hibernate4.HibernateTemplate
 
findByValueBean(String, Object) - Method in interface org.springframework.orm.hibernate3.HibernateOperations
Execute an HQL query, binding the properties of the given bean to named parameters in the query string.
findByValueBean(String, Object) - Method in class org.springframework.orm.hibernate3.HibernateTemplate
 
findByValueBean(String, Object) - Method in interface org.springframework.orm.hibernate4.HibernateOperations
Execute an HQL query, binding the properties of the given bean to named parameters in the query string.
findByValueBean(String, Object) - Method in class org.springframework.orm.hibernate4.HibernateTemplate
 
findCachedItem(Collection<CacheAspectSupport.CacheOperationContext>) - Method in class org.springframework.cache.interceptor.CacheAspectSupport
Find a cached item only for CacheableOperation that passes the condition.
findCacheOperations(Class<?>) - Method in class org.springframework.cache.annotation.AnnotationCacheOperationSource
 
findCacheOperations(Method) - Method in class org.springframework.cache.annotation.AnnotationCacheOperationSource
 
findCacheOperations(Method) - Method in class org.springframework.cache.interceptor.AbstractFallbackCacheOperationSource
Subclasses need to implement this to return the caching attribute for the given method, if any.
findCacheOperations(Class<?>) - Method in class org.springframework.cache.interceptor.AbstractFallbackCacheOperationSource
Subclasses need to implement this to return the caching attribute for the given class, if any.
findCandidateAdvisors() - Method in class org.springframework.aop.aspectj.annotation.AnnotationAwareAspectJAutoProxyCreator
 
findCandidateAdvisors() - Method in class org.springframework.aop.framework.autoproxy.AbstractAdvisorAutoProxyCreator
Find all candidate Advisors to use in auto-proxying.
findCandidateComponents(String) - Method in class org.springframework.context.annotation.ClassPathScanningCandidateComponentProvider
Scan the class path for candidate components.
findCandidateWriteMethods(MethodDescriptor[]) - Method in class org.springframework.beans.ExtendedBeanInfo
 
findClassName(Node) - Static method in class org.springframework.scripting.jruby.JRubyScriptUtils
Given the root Node in a JRuby AST will locate the name of the class defined by that AST.
findClassNode(Node) - Static method in class org.springframework.scripting.jruby.JRubyScriptUtils
Find the first ClassNode under the supplied Node.
findClosestMatch(Collection<Class<? extends Throwable>>, Throwable) - Static method in class org.springframework.core.ExceptionDepthComparator
Obtain the closest match from the given exception types for the given target exception.
findColumn(String) - Method in class org.springframework.jdbc.support.rowset.ResultSetWrappingSqlRowSet
 
findColumn(String) - Method in interface org.springframework.jdbc.support.rowset.SqlRowSet
Maps the given column label to its column index.
findCommonElementType(Collection<?>) - Static method in class org.springframework.util.CollectionUtils
Find the common element type of the given Collection, if any.
findCustomEditor(Class<?>, String) - Method in interface org.springframework.beans.PropertyEditorRegistry
Find a custom property editor for the given type and property.
findCustomEditor(Class<?>, String) - Method in class org.springframework.beans.PropertyEditorRegistrySupport
 
findCustomEditor(Class<?>, String) - Method in class org.springframework.validation.DataBinder
 
findDeclaredMethod(Class<?>, String, Class<?>...) - Static method in class org.springframework.beans.BeanUtils
Find a method with the given method name and the given parameter types, declared on the given class or one of its superclasses.
findDeclaredMethodWithMinimalParameters(Class<?>, String) - Static method in class org.springframework.beans.BeanUtils
Find a method with the given method name and minimal parameters (best case: none), declared on the given class or one of its superclasses.
findDecoratorForNode(Node, ParserContext) - Method in class org.springframework.beans.factory.xml.NamespaceHandlerSupport
Locates the BeanDefinitionParser from the register implementations using the local name of the supplied Node.
findDefaultEditor(Class<?>) - Method in class org.springframework.beans.TypeConverterDelegate
Find a default editor for the given type.
findDefaultEntityManagerFactory(String) - Method in class org.springframework.orm.jpa.support.PersistenceAnnotationBeanPostProcessor
Find a single default EntityManagerFactory in the Spring application context.
findDefinedEqualsAndHashCodeMethods(Class<?>[]) - Method in class org.springframework.aop.framework.JdkDynamicAopProxy
Finds any JdkDynamicAopProxy.equals(java.lang.Object) or JdkDynamicAopProxy.hashCode() method that may be defined on the supplied set of interfaces.
findDestroyMethod() - Method in class org.springframework.beans.factory.support.DisposableBeanAdapter
 
findEditor(String, Class<?>) - Method in class org.springframework.validation.AbstractBindingResult
This implementation delegates to the PropertyEditorRegistry's editor lookup facility, if available.
findEditor(String, Class<?>) - Method in class org.springframework.validation.AbstractPropertyBindingResult
This implementation exposes a PropertyEditor adapter for a Formatter, if applicable.
findEditor(String, Class) - Method in exception org.springframework.validation.BindException
 
findEditor(String, Class<?>) - Method in interface org.springframework.validation.BindingResult
Find a custom property editor for the given type and property.
findEditor(Class<?>) - Method in class org.springframework.web.servlet.support.BindStatus
Find a PropertyEditor for the given value class, associated with the property that this bound status is currently bound to.
findEditorByConvention(Class<?>) - Static method in class org.springframework.beans.BeanUtils
Find a JavaBeans PropertyEditor following the 'Editor' suffix convention (e.g.
findEligibleAdvisors(Class<?>, String) - Method in class org.springframework.aop.framework.autoproxy.AbstractAdvisorAutoProxyCreator
Find all eligible Advisors for auto-proxying this class.
findEntityManagerFactory(ListableBeanFactory, String) - Static method in class org.springframework.orm.jpa.EntityManagerFactoryUtils
Find an EntityManagerFactory with the given name in the given Spring application context (represented as ListableBeanFactory).
findEntityManagerFactory(String, String) - Method in class org.springframework.orm.jpa.support.PersistenceAnnotationBeanPostProcessor
Find an EntityManagerFactory with the given name in the current Spring application context, falling back to a single default EntityManagerFactory (if any) in case of no unit name specified.
findExecutorForConstructor(String, List<TypeDescriptor>, ExpressionState) - Method in class org.springframework.expression.spel.ast.ConstructorReference
Go through the list of registered constructor resolvers and see if any can find a constructor that takes the specified set of arguments.
findExistingPropertyDescriptor(String, Class<?>) - Method in class org.springframework.beans.ExtendedBeanInfo
 
findField(String, Class<?>, Object) - Method in class org.springframework.expression.spel.support.ReflectivePropertyAccessor
 
findField(String, Class<?>, boolean) - Method in class org.springframework.expression.spel.support.ReflectivePropertyAccessor
Find a field of a certain name on a specified class.
findField(Class<?>, String) - Static method in class org.springframework.util.ReflectionUtils
Attempt to find a field on the supplied Class with the supplied name.
findField(Class<?>, String, Class<?>) - Static method in class org.springframework.util.ReflectionUtils
Attempt to find a field on the supplied Class with the supplied name and/or type.
findFirstMatch(Collection<?>, Collection<E>) - Static method in class org.springframework.util.CollectionUtils
Return the first element in 'candidates' that is contained in 'source'.
findGenericDeclaration(Method) - Static method in class org.springframework.core.BridgeMethodResolver
Searches for the generic Method declaration whose erased signature matches that of the supplied bridge method.
findGetterForProperty(String, Class<?>, Object) - Method in class org.springframework.expression.spel.support.ReflectivePropertyAccessor
 
findGetterForProperty(String, Class<?>, boolean) - Method in class org.springframework.expression.spel.support.ReflectivePropertyAccessor
Find a getter method for the specified property.
findInCaches(CacheAspectSupport.CacheOperationContext, Object) - Method in class org.springframework.cache.interceptor.CacheAspectSupport
 
findInChain(ConcurrentReferenceHashMap.Reference<K, V>, Object, int) - Method in class org.springframework.util.ConcurrentReferenceHashMap.Segment
 
findIndexedPropertyType(String, Class<?>, Method, Method) - Static method in class org.springframework.beans.PropertyDescriptorUtils
 
findInnerBeanDefinitionsAndBeanReferences(BeanDefinition) - Method in class org.springframework.beans.factory.parsing.BeanComponentDefinition
 
findJobDetail(Trigger) - Method in class org.springframework.scheduling.quartz.SchedulerAccessor
 
findLifecycleMetadata(Class<?>) - Method in class org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor
 
findLoadedClassMethod - Static variable in class org.springframework.context.support.ContextTypeMatchClassLoader
 
findLocalizedResource(String, String, Locale) - Method in class org.springframework.core.io.support.LocalizedResourceHelper
Find the most specific localized resource for the given name, extension and locale:
findMatchingMethod() - Method in class org.springframework.beans.support.ArgumentConvertingMethodInvoker
This implementation looks for a method with matching parameter types.
findMatchingMethod() - Method in class org.springframework.util.MethodInvoker
Find a matching method with the specified name for the specified arguments.
findMatchingResources(Resource, String, PathMatcher) - Static method in class org.springframework.core.io.support.PathMatchingResourcePatternResolver.VfsResourceMatchingDelegate
 
findMatchingViewName(Properties, Exception) - Method in class org.springframework.web.portlet.handler.SimpleMappingExceptionResolver
Find a matching view name in the given exception mappings
findMatchingViewName(Properties, Exception) - Method in class org.springframework.web.servlet.handler.SimpleMappingExceptionResolver
Find a matching view name in the given exception mappings.
findMethod(Class<?>, String, Class<?>...) - Static method in class org.springframework.beans.BeanUtils
Find a method with the given method name and the given parameter types, declared on the given class or one of its superclasses.
findMethod(Class<?>, String) - Static method in class org.springframework.util.ReflectionUtils
Attempt to find a Method on the supplied class with the supplied name and no parameters.
findMethod(Class<?>, String, Class<?>...) - Static method in class org.springframework.util.ReflectionUtils
Attempt to find a Method on the supplied class with the supplied name and parameter types.
findMethodForProperty(String[], String, Class<?>, boolean, int, Set<Class<?>>) - Method in class org.springframework.expression.spel.support.ReflectivePropertyAccessor
 
findMethodWithMinimalParameters(Class<?>, String) - Static method in class org.springframework.beans.BeanUtils
Find a method with the given method name and minimal parameters (best case: none), declared on the given class or one of its superclasses.
findMethodWithMinimalParameters(Method[], String) - Static method in class org.springframework.beans.BeanUtils
Find a method with the given method name and minimal parameters (best case: none) in the given list of methods.
findModulesViaServiceLoader - Variable in class org.springframework.http.converter.json.Jackson2ObjectMapperFactoryBean
 
findNamedEntityManagerFactory(String, String) - Method in class org.springframework.orm.jpa.support.PersistenceAnnotationBeanPostProcessor
Find an EntityManagerFactory with the given name in the current Spring application context.
findNext(BitSet, int, Calendar, int, int, List<Integer>) - Method in class org.springframework.scheduling.support.CronSequenceGenerator
Search the bits provided for the next set bit after the value provided, and reset the calendar.
findNextDay(Calendar, BitSet, int, BitSet, int, List<Integer>) - Method in class org.springframework.scheduling.support.CronSequenceGenerator
 
findNextPotentialReference(int) - Method in class org.springframework.web.util.HtmlCharacterEntityDecoder
 
findObject(Object[], Map<?, ?>) - Method in class org.springframework.jdbc.object.SqlQuery
Generic object finder method, used by all other findObject methods.
findObject(Object...) - Method in class org.springframework.jdbc.object.SqlQuery
Convenient method to find a single object without context.
findObject(int, Map<?, ?>) - Method in class org.springframework.jdbc.object.SqlQuery
Convenient method to find a single object given a single int parameter and a context.
findObject(int) - Method in class org.springframework.jdbc.object.SqlQuery
Convenient method to find a single object given a single int parameter.
findObject(int, int, Map<?, ?>) - Method in class org.springframework.jdbc.object.SqlQuery
Convenient method to find a single object given two int parameters and a context.
findObject(int, int) - Method in class org.springframework.jdbc.object.SqlQuery
Convenient method to find a single object given two int parameters.
findObject(long, Map<?, ?>) - Method in class org.springframework.jdbc.object.SqlQuery
Convenient method to find a single object given a single long parameter and a context.
findObject(long) - Method in class org.springframework.jdbc.object.SqlQuery
Convenient method to find a single object given a single long parameter.
findObject(String, Map<?, ?>) - Method in class org.springframework.jdbc.object.SqlQuery
Convenient method to find a single object given a single String parameter and a context.
findObject(String) - Method in class org.springframework.jdbc.object.SqlQuery
Convenient method to find a single object given a single String parameter.
findObjectByNamedParam(Map<String, ?>, Map<?, ?>) - Method in class org.springframework.jdbc.object.SqlQuery
Generic object finder method for named parameters.
findObjectByNamedParam(Map<String, ?>) - Method in class org.springframework.jdbc.object.SqlQuery
Convenient method to execute without context.
findParameter(List<SqlParameter>, String, int) - Static method in class org.springframework.jdbc.core.namedparam.NamedParameterUtils
Find a matching parameter in the given list of declared parameters.
findParameterizedTypeReferenceSubclass(Class<?>) - Static method in class org.springframework.core.ParameterizedTypeReference
 
findParameterValue(ServletRequest, String) - Static method in class org.springframework.web.util.WebUtils
Obtain a named parameter from the given request parameters.
findParserForElement(Element, ParserContext) - Method in class org.springframework.beans.factory.xml.NamespaceHandlerSupport
Locates the BeanDefinitionParser from the register implementations using the local name of the supplied Element.
findPathMatchingResources(String) - Method in class org.springframework.core.io.support.PathMatchingResourcePatternResolver
Find all resources that match the given location pattern via the Ant-style PathMatcher.
findPerClause(Class<?>) - Method in class org.springframework.aop.aspectj.annotation.AspectMetadata
Extract contents from String of form pertarget(contents).
findPersistenceMetadata(String, Class<?>) - Method in class org.springframework.orm.jpa.support.PersistenceAnnotationBeanPostProcessor
 
findPlaceholderEndIndex(CharSequence, int) - Method in class org.springframework.util.PropertyPlaceholderHelper
 
findPriorityForClass(Class<?>) - Static method in class org.springframework.aop.config.AopConfigUtils
 
findPriorityForClass(String) - Static method in class org.springframework.aop.config.AopConfigUtils
 
findPropertyForMethod(Method) - Static method in class org.springframework.beans.BeanUtils
Find a JavaBeans PropertyDescriptor for the given method, with the method either being the read method or the write method for that bean property.
findPropertyType(String, Class<?>...) - Static method in class org.springframework.beans.BeanUtils
Determine the bean property type for the given property from the given classes/interfaces, if possible.
findPropertyType(Method, Method) - Static method in class org.springframework.beans.PropertyDescriptorUtils
 
findProtocolHandler(WebSocketSession) - Method in class org.springframework.web.socket.messaging.SubProtocolWebSocketHandler
 
findRandomPort(int, int) - Method in enum org.springframework.util.SocketUtils.SocketType
Find a pseudo-random port number within the range [minPort, maxPort].
findResourceInternal(String, String) - Method in class org.springframework.instrument.classloading.tomcat.TomcatInstrumentableClassLoader
 
findResourceMetadata(String, Class<?>) - Method in class org.springframework.context.annotation.CommonAnnotationBeanPostProcessor
 
findRoot(URL) - Static method in class org.springframework.core.io.support.VfsPatternUtils
 
findScheduler(String) - Method in class org.springframework.scheduling.quartz.SchedulerAccessorBean
 
findServerForSpecialEnvironment() - Static method in class org.springframework.context.config.MBeanServerBeanDefinitionParser
 
findSessionAttributeArguments(HandlerMethod) - Method in class org.springframework.web.method.annotation.ModelFactory
Return all @ModelAttribute arguments declared as session attributes via @SessionAttributes.
findSetterForProperty(String, Class<?>, Object) - Method in class org.springframework.expression.spel.support.ReflectivePropertyAccessor
 
findSetterForProperty(String, Class<?>, boolean) - Method in class org.springframework.expression.spel.support.ReflectivePropertyAccessor
Find a setter method for the specified property.
findSubscriptions(Message<?>) - Method in class org.springframework.messaging.simp.broker.AbstractSubscriptionRegistry
 
findSubscriptions(Message<?>) - Method in interface org.springframework.messaging.simp.broker.SubscriptionRegistry
Find all subscriptions that should receive the given message.
findSubscriptionsInternal(String, Message<?>) - Method in class org.springframework.messaging.simp.broker.AbstractSubscriptionRegistry
 
findSubscriptionsInternal(String, Message<?>) - Method in class org.springframework.messaging.simp.broker.DefaultSubscriptionRegistry
 
findTemplateSource(String) - Method in class org.springframework.ui.freemarker.