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 Y 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
Move the cursor to the given row number in the row set, 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".
AbstractAdaptableMessageListener - Class in org.springframework.jms.listener.adapter
An abstract JMS MessageListener adapter providing the necessary infrastructure to extract the payload of a JMS Message.
AbstractAdaptableMessageListener() - Constructor for class org.springframework.jms.listener.adapter.AbstractAdaptableMessageListener
 
AbstractAdaptableMessageListener.DestinationNameHolder - Class in org.springframework.jms.listener.adapter
Internal class combining a destination name and its target destination type (queue or topic).
AbstractAdaptableMessageListener.MessagingMessageConverterAdapter - Class in org.springframework.jms.listener.adapter
Delegates payload extraction to #extractMessage(javax.jms.Message) to enforce backward compatibility.
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.
AbstractAliasAwareAnnotationAttributeExtractor<S> - Class in org.springframework.core.annotation
Abstract base class for AnnotationAttributeExtractor implementations that transparently enforce attribute alias semantics for annotation attributes that are annotated with @AliasFor.
AbstractAliasAwareAnnotationAttributeExtractor(Class<? extends Annotation>, AnnotatedElement, S) - Constructor for class org.springframework.core.annotation.AbstractAliasAwareAnnotationAttributeExtractor
Construct a new AbstractAliasAwareAnnotationAttributeExtractor.
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
 
AbstractAsyncReturnValueHandler - Class in org.springframework.messaging.handler.invocation
Convenient base class for AsyncHandlerMethodReturnValueHandler implementations that support only asynchronous (Future-like) return values and merely serve as adapters of such types to Spring's ListenableFuture.
AbstractAsyncReturnValueHandler() - Constructor for class org.springframework.messaging.handler.invocation.AbstractAsyncReturnValueHandler
 
AbstractAtomFeedView - Class in org.springframework.web.servlet.view.feed
Abstract superclass for Atom Feed views, using the 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 GenericBeanDefinition, 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.
AbstractBeanFactoryAwareAdvisingPostProcessor - Class in org.springframework.aop.framework.autoproxy
Extension of AbstractAutoProxyCreator which implements BeanFactoryAware, adds exposure of the original target class for each proxied bean (AutoProxyUtils.ORIGINAL_TARGET_CLASS_ATTRIBUTE), and participates in an externally enforced target-class mode for any given bean (AutoProxyUtils.PRESERVE_TARGET_CLASS_ATTRIBUTE).
AbstractBeanFactoryAwareAdvisingPostProcessor() - Constructor for class org.springframework.aop.framework.autoproxy.AbstractBeanFactoryAwareAdvisingPostProcessor
 
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(SubscribableChannel, MessageChannel, SubscribableChannel) - Constructor for class org.springframework.messaging.simp.broker.AbstractBrokerMessageHandler
Constructor with no destination prefixes (matches all destinations).
AbstractBrokerMessageHandler(SubscribableChannel, MessageChannel, SubscribableChannel, Collection<String>) - Constructor for class org.springframework.messaging.simp.broker.AbstractBrokerMessageHandler
Constructor with destination prefixes to match to destinations of messages.
AbstractBrokerMessageHandler.UnsentDisconnectChannelInterceptor - Class in org.springframework.messaging.simp.broker
Detect unsent DISCONNECT messages and process them anyway.
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
 
AbstractCacheInterceptor<O extends AbstractJCacheOperation<A>,A extends java.lang.annotation.Annotation> - Class in org.springframework.cache.jcache.interceptor
A base interceptor for JSR-107 cache annotations.
AbstractCacheInterceptor(CacheErrorHandler) - Constructor for class org.springframework.cache.jcache.interceptor.AbstractCacheInterceptor
 
AbstractCacheInvoker - Class in org.springframework.cache.interceptor
A base component for invoking Cache operations and using a configurable CacheErrorHandler when an exception occurs.
AbstractCacheInvoker(CacheErrorHandler) - Constructor for class org.springframework.cache.interceptor.AbstractCacheInvoker
 
AbstractCacheInvoker() - Constructor for class org.springframework.cache.interceptor.AbstractCacheInvoker
 
AbstractCacheManager - Class in org.springframework.cache.support
Abstract base class implementing the common CacheManager methods.
AbstractCacheManager() - Constructor for class org.springframework.cache.support.AbstractCacheManager
 
AbstractCacheResolver - Class in org.springframework.cache.interceptor
A base CacheResolver implementation that requires the concrete implementation to provide the collection of cache name(s) based on the invocation context.
AbstractCacheResolver() - Constructor for class org.springframework.cache.interceptor.AbstractCacheResolver
 
AbstractCacheResolver(CacheManager) - Constructor for class org.springframework.cache.interceptor.AbstractCacheResolver
 
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
Create 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
 
AbstractClientSockJsSession - Class in org.springframework.web.socket.sockjs.client
Base class for SockJS client implementations of WebSocketSession.
AbstractClientSockJsSession(TransportRequest, WebSocketHandler, SettableListenableFuture<WebSocketSession>) - Constructor for class org.springframework.web.socket.sockjs.client.AbstractClientSockJsSession
 
AbstractClientSockJsSession.State - Enum in org.springframework.web.socket.sockjs.client
 
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
 
AbstractCssLinkParser() - Constructor for class org.springframework.web.servlet.resource.CssLinkResourceTransformer.AbstractCssLinkParser
 
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 or Groovy scripts 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
 
AbstractDirtiesContextTestExecutionListener - Class in org.springframework.test.context.support
Abstract base class for TestExecutionListener implementations that provide support for marking the ApplicationContext associated with a test as dirty for both test classes and test methods annotated with the @DirtiesContext annotation.
AbstractDirtiesContextTestExecutionListener() - Constructor for class org.springframework.test.context.support.AbstractDirtiesContextTestExecutionListener
 
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
Deprecated.
as of Spring 4.2, in favor of AbstractXlsView and its AbstractXlsxView and AbstractXlsxStreamingView variants
AbstractExcelView() - Constructor for class org.springframework.web.servlet.view.document.AbstractExcelView
Deprecated.
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
 
AbstractFallbackJCacheOperationSource - Class in org.springframework.cache.jcache.interceptor
Abstract implementation of JCacheOperationSource that caches attributes for methods and implements a fallback policy: 1.
AbstractFallbackJCacheOperationSource() - Constructor for class org.springframework.cache.jcache.interceptor.AbstractFallbackJCacheOperationSource
 
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 the 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
 
AbstractGenericHttpMessageConverter<T> - Class in org.springframework.http.converter
Abstract base class for most GenericHttpMessageConverter implementations.
AbstractGenericHttpMessageConverter() - Constructor for class org.springframework.http.converter.AbstractGenericHttpMessageConverter
Construct an AbstractGenericHttpMessageConverter with no supported media types.
AbstractGenericHttpMessageConverter(MediaType) - Constructor for class org.springframework.http.converter.AbstractGenericHttpMessageConverter
Construct an AbstractGenericHttpMessageConverter with one supported media type.
AbstractGenericHttpMessageConverter(MediaType...) - Constructor for class org.springframework.http.converter.AbstractGenericHttpMessageConverter
Construct an AbstractGenericHttpMessageConverter with multiple supported media type.
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
 
AbstractHandlerMapping.CorsInterceptor - Class in org.springframework.web.servlet.handler
 
AbstractHandlerMapping.PreFlightHandler - Class in org.springframework.web.servlet.handler
 
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.EmptyHandler - Class in org.springframework.web.servlet.handler
 
AbstractHandlerMethodMapping.MappingRegistration<T> - Class in org.springframework.web.servlet.handler
 
AbstractHandlerMethodMapping.MappingRegistry - Class in org.springframework.web.servlet.handler
A registry that maintains all mappings to handler methods, exposing methods to perform lookups and providing concurrent access.
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
 
AbstractHandshakeHandler - Class in org.springframework.web.socket.server.support
A base class for HandshakeHandler implementations, independent from the Servlet API.
AbstractHandshakeHandler() - Constructor for class org.springframework.web.socket.server.support.AbstractHandshakeHandler
Default constructor that auto-detects and instantiates a RequestUpgradeStrategy suitable for the runtime container.
AbstractHandshakeHandler(RequestUpgradeStrategy) - Constructor for class org.springframework.web.socket.server.support.AbstractHandshakeHandler
A constructor that accepts a runtime-specific RequestUpgradeStrategy.
AbstractHeaderMapper<T> - Class in org.springframework.messaging.support
A base HeaderMapper implementation
AbstractHeaderMapper() - Constructor for class org.springframework.messaging.support.AbstractHeaderMapper
 
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 SockJS sessions.
AbstractHttpSockJsSession(String, SockJsServiceConfig, WebSocketHandler, Map<String, Object>) - Constructor for class org.springframework.web.socket.sockjs.transport.session.AbstractHttpSockJsSession
 
AbstractIdentityColumnMaxValueIncrementer - Class in org.springframework.jdbc.support.incrementer
Abstract base class for DataFieldMaxValueIncrementer implementations which are based on identity columns in a sequence-like table.
AbstractIdentityColumnMaxValueIncrementer() - Constructor for class org.springframework.jdbc.support.incrementer.AbstractIdentityColumnMaxValueIncrementer
Default constructor for bean property style usage.
AbstractIdentityColumnMaxValueIncrementer(DataSource, String, String) - Constructor for class org.springframework.jdbc.support.incrementer.AbstractIdentityColumnMaxValueIncrementer
 
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
 
AbstractJackson2HttpMessageConverter - Class in org.springframework.http.converter.json
Abstract base class for Jackson based and content type independent HttpMessageConverter implementations.
AbstractJackson2HttpMessageConverter(ObjectMapper) - Constructor for class org.springframework.http.converter.json.AbstractJackson2HttpMessageConverter
 
AbstractJackson2HttpMessageConverter(ObjectMapper, MediaType) - Constructor for class org.springframework.http.converter.json.AbstractJackson2HttpMessageConverter
 
AbstractJackson2HttpMessageConverter(ObjectMapper, MediaType...) - Constructor for class org.springframework.http.converter.json.AbstractJackson2HttpMessageConverter
 
AbstractJackson2View - Class in org.springframework.web.servlet.view.json
Abstract base class for Jackson based and content type independent AbstractView implementations.
AbstractJackson2View(ObjectMapper, String) - Constructor for class org.springframework.web.servlet.view.json.AbstractJackson2View
 
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
 
AbstractJCacheConfiguration - Class in org.springframework.cache.jcache.config
Abstract JSR-107 specific @Configuration class providing common structure for enabling JSR-107 annotation-driven cache management capability.
AbstractJCacheConfiguration() - Constructor for class org.springframework.cache.jcache.config.AbstractJCacheConfiguration
 
AbstractJCacheKeyOperation<A extends java.lang.annotation.Annotation> - Class in org.springframework.cache.jcache.interceptor
A base JCacheOperation that operates with a key.
AbstractJCacheKeyOperation(<any>, CacheResolver, KeyGenerator) - Constructor for class org.springframework.cache.jcache.interceptor.AbstractJCacheKeyOperation
Create a new instance.
AbstractJCacheOperation<A extends java.lang.annotation.Annotation> - Class in org.springframework.cache.jcache.interceptor
A base JCacheOperation implementation.
AbstractJCacheOperation(<any>, CacheResolver) - Constructor for class org.springframework.cache.jcache.interceptor.AbstractJCacheOperation
Create a new instance.
AbstractJCacheOperation.CacheInvocationParameterImpl - Class in org.springframework.cache.jcache.interceptor
 
AbstractJCacheOperation.CacheParameterDetail - Class in org.springframework.cache.jcache.interceptor
 
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 to be used when initializing using a DataSource.
AbstractJdbcInsert(JdbcTemplate) - Constructor for class org.springframework.jdbc.core.simple.AbstractJdbcInsert
Constructor to be used when initializing using a 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.
AbstractJmsListenerContainerFactory<C extends AbstractMessageListenerContainer> - Class in org.springframework.jms.config
Base JmsListenerContainerFactory for Spring's base container implementation.
AbstractJmsListenerContainerFactory() - Constructor for class org.springframework.jms.config.AbstractJmsListenerContainerFactory
 
AbstractJmsListenerEndpoint - Class in org.springframework.jms.config
Base model for a JMS listener endpoint
AbstractJmsListenerEndpoint() - Constructor for class org.springframework.jms.config.AbstractJmsListenerEndpoint
 
AbstractJmsListenerEndpoint.JcaEndpointConfigurer - Class in org.springframework.jms.config
Inner class to avoid a hard dependency on the JCA API.
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
 
AbstractJsonpResponseBodyAdvice - Class in org.springframework.web.servlet.mvc.method.annotation
A convenient base class for a ResponseBodyAdvice to instruct the MappingJackson2HttpMessageConverter to serialize with JSONP formatting.
AbstractJsonpResponseBodyAdvice(String...) - Constructor for class org.springframework.web.servlet.mvc.method.annotation.AbstractJsonpResponseBodyAdvice
 
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 environment.
AbstractJUnit4SpringContextTests() - Constructor for class org.springframework.test.context.junit4.AbstractJUnit4SpringContextTests
 
AbstractKeyCacheInterceptor<O extends AbstractJCacheKeyOperation<A>,A extends java.lang.annotation.Annotation> - Class in org.springframework.cache.jcache.interceptor
A base interceptor for JSR-107 key-based cache annotations.
AbstractKeyCacheInterceptor(CacheErrorHandler) - Constructor for class org.springframework.cache.jcache.interceptor.AbstractKeyCacheInterceptor
 
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
Base class for ContentNegotiationStrategy implementations with the steps to resolve a request to media types.
AbstractMappingContentNegotiationStrategy(Map<String, MediaType>) - Constructor for class org.springframework.web.accept.AbstractMappingContentNegotiationStrategy
Create an instance with the given map of file extensions and media types.
AbstractMappingJacksonResponseBodyAdvice - Class in org.springframework.web.servlet.mvc.method.annotation
A convenient base class for ResponseBodyAdvice implementations that customize the response before JSON serialization with AbstractJackson2HttpMessageConverter's concrete subclasses.
AbstractMappingJacksonResponseBodyAdvice() - Constructor for class org.springframework.web.servlet.mvc.method.annotation.AbstractMappingJacksonResponseBodyAdvice
 
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.
AbstractMessageBrokerConfiguration.NoOpBrokerMessageHandler - Class in org.springframework.messaging.simp.config
 
AbstractMessageBrokerConfiguration.NoOpMessageHandler - Class in org.springframework.messaging.simp.config
 
AbstractMessageChannel - Class in org.springframework.messaging.support
Abstract base class for MessageChannel implementations.
AbstractMessageChannel() - Constructor for class org.springframework.messaging.support.AbstractMessageChannel
 
AbstractMessageChannel.ChannelInterceptorChain - Class in org.springframework.messaging.support
Assists with the invocation of the configured channel interceptors.
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 SmartMessageConverter 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
Basic constructor with converters only.
AbstractMessageConverterMethodArgumentResolver(List<HttpMessageConverter<?>>, List<Object>) - Constructor for class org.springframework.web.servlet.mvc.method.annotation.AbstractMessageConverterMethodArgumentResolver
Constructor with converters and Request~ and ResponseBodyAdvice.
AbstractMessageConverterMethodArgumentResolver.EmptyBodyCheckingHttpInputMessage - Class in org.springframework.web.servlet.mvc.method.annotation
 
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
Constructor with list of converters only.
AbstractMessageConverterMethodProcessor(List<HttpMessageConverter<?>>, ContentNegotiationManager) - Constructor for class org.springframework.web.servlet.mvc.method.annotation.AbstractMessageConverterMethodProcessor
Constructor with list of converters and ContentNegotiationManager.
AbstractMessageConverterMethodProcessor(List<HttpMessageConverter<?>>, ContentNegotiationManager, List<Object>) - Constructor for class org.springframework.web.servlet.mvc.method.annotation.AbstractMessageConverterMethodProcessor
Constructor with list of converters and ContentNegotiationManager as well as request/response body advice instances.
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 Spring message listener container implementations.
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.
AbstractMessageReceivingTemplate<D> - Class in org.springframework.messaging.core
An extension of AbstractMessageSendingTemplate that adds support for receive style operations as defined by MessageReceivingOperations.
AbstractMessageReceivingTemplate() - Constructor for class org.springframework.messaging.core.AbstractMessageReceivingTemplate
 
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 AbstractMessageReceivingTemplate that adds support for request-reply style operations as defined by 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
 
AbstractMethodMessageHandler.ReturnValueListenableFutureCallback - 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
 
AbstractNestablePropertyAccessor - Class in org.springframework.beans
A basic ConfigurablePropertyAccessor that provides the necessary infrastructure for all typical use cases.
AbstractNestablePropertyAccessor() - Constructor for class org.springframework.beans.AbstractNestablePropertyAccessor
Create a new empty accessor.
AbstractNestablePropertyAccessor(boolean) - Constructor for class org.springframework.beans.AbstractNestablePropertyAccessor
Create a new empty accessor.
AbstractNestablePropertyAccessor(Object) - Constructor for class org.springframework.beans.AbstractNestablePropertyAccessor
Create a new accessor for the given object.
AbstractNestablePropertyAccessor(Class<?>) - Constructor for class org.springframework.beans.AbstractNestablePropertyAccessor
Create a new accessor, wrapping a new instance of the specified class.
AbstractNestablePropertyAccessor(Object, String, Object) - Constructor for class org.springframework.beans.AbstractNestablePropertyAccessor
Create a new accessor for the given object, registering a nested path that the object is in.
AbstractNestablePropertyAccessor(Object, String, AbstractNestablePropertyAccessor) - Constructor for class org.springframework.beans.AbstractNestablePropertyAccessor
Create a new accessor for the given object, registering a nested path that the object is in.
AbstractNestablePropertyAccessor.OptionalUnwrapper - Class in org.springframework.beans
Inner class to avoid a hard dependency on Java 8.
AbstractNestablePropertyAccessor.PropertyHandler - Class in org.springframework.beans
Handle a given property.
AbstractNestablePropertyAccessor.PropertyTokenHolder - Class in org.springframework.beans
 
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
 
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
 
AbstractResourceResolver - Class in org.springframework.web.servlet.resource
Base class for ResourceResolver implementations.
AbstractResourceResolver() - Constructor for class org.springframework.web.servlet.resource.AbstractResourceResolver
 
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 the 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
Deprecated.
as of Spring 4.2, in favor of Tiles 3
AbstractSpringPreparerFactory() - Constructor for class org.springframework.web.servlet.view.tiles2.AbstractSpringPreparerFactory
Deprecated.
 
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.
AbstractSubProtocolEvent - Class in org.springframework.web.socket.messaging
A base class for events for a message received from a WebSocket client and parsed into a higher-level sub-protocol (e.g.
AbstractSubProtocolEvent(Object, Message<byte[]>) - Constructor for class org.springframework.web.socket.messaging.AbstractSubProtocolEvent
Create a new AbstractSubProtocolEvent.
AbstractSubProtocolEvent(Object, Message<byte[]>, Principal) - Constructor for class org.springframework.web.socket.messaging.AbstractSubProtocolEvent
Create a new AbstractSubProtocolEvent.
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
 
AbstractTestContextBootstrapper - Class in org.springframework.test.context.support
Abstract implementation of the TestContextBootstrapper interface which provides most of the behavior required by a bootstrapper.
AbstractTestContextBootstrapper() - Constructor for class org.springframework.test.context.support.AbstractTestContextBootstrapper
 
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
 
AbstractTyrusRequestUpgradeStrategy - Class in org.springframework.web.socket.server.standard
A base class for RequestUpgradeStrategy implementations on top of JSR-356 based servers which include Tyrus as their WebSocket engine.
AbstractTyrusRequestUpgradeStrategy() - Constructor for class org.springframework.web.socket.server.standard.AbstractTyrusRequestUpgradeStrategy
 
AbstractTyrusRequestUpgradeStrategy.Tyrus135EndpointHelper - Class in org.springframework.web.socket.server.standard
 
AbstractTyrusRequestUpgradeStrategy.Tyrus17EndpointHelper - Class in org.springframework.web.socket.server.standard
 
AbstractTyrusRequestUpgradeStrategy.TyrusEndpointHelper - Interface in org.springframework.web.socket.server.standard
Helps with the creation, registration, and un-registration of endpoints.
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
 
AbstractValueAdaptingCache - Class in org.springframework.cache.support
Common base class for Cache implementations that need to adapt null values (and potentially other such special values) before passing them on to the underlying store.
AbstractValueAdaptingCache(boolean) - Constructor for class org.springframework.cache.support.AbstractValueAdaptingCache
Create an AbstractValueAdaptingCache with the given setting.
AbstractVersionStrategy - Class in org.springframework.web.servlet.resource
Abstract base class for VersionStrategy implementations.
AbstractVersionStrategy(VersionPathStrategy) - Constructor for class org.springframework.web.servlet.resource.AbstractVersionStrategy
 
AbstractVersionStrategy.FileNameVersionPathStrategy - Class in org.springframework.web.servlet.resource
File name-based VersionPathStrategy, e.g.
AbstractVersionStrategy.PrefixVersionPathStrategy - Class in org.springframework.web.servlet.resource
A prefix-based VersionPathStrategy, e.g.
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
 
AbstractXhrTransport - Class in org.springframework.web.socket.sockjs.client
Abstract base class for XHR transport implementations to extend.
AbstractXhrTransport() - Constructor for class org.springframework.web.socket.sockjs.client.AbstractXhrTransport
 
AbstractXlsView - Class in org.springframework.web.servlet.view.document
Convenient superclass for Excel document views in traditional XLS format.
AbstractXlsView() - Constructor for class org.springframework.web.servlet.view.document.AbstractXlsView
Default Constructor.
AbstractXlsxStreamingView - Class in org.springframework.web.servlet.view.document
Convenient superclass for Excel document views in the Office 2007 XLSX format, using POI's streaming variant.
AbstractXlsxStreamingView() - Constructor for class org.springframework.web.servlet.view.document.AbstractXlsxStreamingView
 
AbstractXlsxView - Class in org.springframework.web.servlet.view.document
Convenient superclass for Excel document views in the Office 2007 XLSX format (as supported by POI-OOXML).
AbstractXlsxView() - Constructor for class org.springframework.web.servlet.view.document.AbstractXlsxView
Default Constructor.
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
The HTTP Accept header field name.
accept(MediaType...) - Method in class org.springframework.http.RequestEntity.DefaultBodyBuilder
 
accept(MediaType...) - Method in interface org.springframework.http.RequestEntity.HeadersBuilder
Set the list of acceptable media types, as specified by the Accept header.
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
The HTTP Accept-Charset header field name.
ACCEPT_CHARSET_ATTRIBUTE - Static variable in class org.springframework.web.servlet.tags.form.FormTag
 
ACCEPT_ENCODING - Static variable in class org.springframework.http.HttpHeaders
The HTTP Accept-Encoding header field name.
ACCEPT_LANGUAGE - Static variable in class org.springframework.http.HttpHeaders
The HTTP Accept-Language header field name.
ACCEPT_RANGES - Static variable in class org.springframework.http.HttpHeaders
The HTTP Accept-Ranges header field name.
acceptCharset(Charset...) - Method in class org.springframework.http.RequestEntity.DefaultBodyBuilder
 
acceptCharset(Charset...) - Method in interface org.springframework.http.RequestEntity.HeadersBuilder
Set the list of acceptable charsets, as specified by the Accept-Charset header.
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.
accepted() - Static method in class org.springframework.http.ResponseEntity
Create a builder with an ACCEPTED status.
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.adapter.jetty.JettyWebSocketSession
 
acceptedProtocol - Variable in class org.springframework.web.socket.adapter.standard.StandardWebSocketSession
 
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
 
ACCESS_CONTROL_ALLOW_CREDENTIALS - Static variable in class org.springframework.http.HttpHeaders
The CORS Access-Control-Allow-Credentials response header field name.
ACCESS_CONTROL_ALLOW_HEADERS - Static variable in class org.springframework.http.HttpHeaders
The CORS Access-Control-Allow-Headers response header field name.
ACCESS_CONTROL_ALLOW_METHODS - Static variable in class org.springframework.http.HttpHeaders
The CORS Access-Control-Allow-Methods response header field name.
ACCESS_CONTROL_ALLOW_ORIGIN - Static variable in class org.springframework.http.HttpHeaders
The CORS Access-Control-Allow-Origin response header field name.
ACCESS_CONTROL_EXPOSE_HEADERS - Static variable in class org.springframework.http.HttpHeaders
The CORS Access-Control-Expose-Headers response header field name.
ACCESS_CONTROL_MAX_AGE - Static variable in class org.springframework.http.HttpHeaders
The CORS Access-Control-Max-Age response header field name.
ACCESS_CONTROL_REQUEST_HEADERS - Static variable in class org.springframework.http.HttpHeaders
The CORS Access-Control-Request-Headers request header field name.
ACCESS_CONTROL_REQUEST_METHOD - Static variable in class org.springframework.http.HttpHeaders
The CORS Access-Control-Request-Method request header field name.
accessArrayElement(Object, int) - Method in class org.springframework.expression.spel.ast.Indexer
 
accessCache - Variable in class org.springframework.messaging.simp.broker.DefaultSubscriptionRegistry.DestinationCache
Map from destination -> for fast look-ups
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
ACK - Static variable in class org.springframework.messaging.simp.stomp.StompHeaders
 
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
 
acquireReadLock() - Method in class org.springframework.web.servlet.handler.AbstractHandlerMethodMapping.MappingRegistry
Acquire the read lock when using getMappings and getMappingsByUrl.
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(<any>) - Method in class org.springframework.aop.target.CommonsPool2TargetSource
 
activateObject(Object) - Method in class org.springframework.aop.target.CommonsPoolTargetSource
Deprecated.
 
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.config.DefaultJcaListenerContainerFactory
 
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
 
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.
ActiveProfilesUtils - Class in org.springframework.test.context.support
Utility methods for working with @ActiveProfiles and ActiveProfilesResolvers.
ActiveProfilesUtils() - Constructor for class org.springframework.test.context.support.ActiveProfilesUtils
 
actual - Variable in exception org.springframework.jdbc.JdbcUpdateAffectedIncorrectNumberOfRowsException
Number of rows that actually were affected
actualCount - Variable in exception org.springframework.jdbc.IncorrectResultSetColumnCountException
 
actualDestination - Variable in class org.springframework.messaging.simp.user.DefaultUserDestinationResolver.ParseResult
 
actualFunctionReturnName - Variable in class org.springframework.jdbc.core.metadata.CallMetaDataContext
Actual name to use for the return value in the output map
actualName - Variable in class org.springframework.beans.AbstractNestablePropertyAccessor.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
 
adaptAnnotation(A) - Method in class org.springframework.core.annotation.SynthesizingMethodParameter
 
adaptAnnotation(A) - Method in class org.springframework.core.MethodParameter
A template method to post-process a given annotation instance before returning it to the caller.
adaptAnnotationArray(Annotation[]) - Method in class org.springframework.core.annotation.SynthesizingMethodParameter
 
adaptAnnotationArray(Annotation[]) - Method in class org.springframework.core.MethodParameter
A template method to post-process a given annotation array before returning it to the caller.
adaptArgumentsIfNecessary(Method, Object...) - Static method in class org.springframework.aop.framework.AopProxyUtils
Adapt the given arguments to the target signature in the given method, if necessary: in particular, if a given vararg argument array does not match the array type of the declared vararg parameter in the method.
adaptBasePackage(String) - Static method in class org.springframework.web.method.ControllerAdviceBean
 
adaptDependencyComparator(Map<String, Object>) - Method in class org.springframework.beans.factory.support.DefaultListableBeanFactory
 
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
 
adaptedKeyGenerator - Variable in class org.springframework.cache.jcache.interceptor.DefaultJCacheOperationSource
 
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.
adaptToInterfaces(Object, ScriptSource, Class<?>...) - Method in class org.springframework.scripting.support.StandardScriptFactory
 
adaptValue(AnnotatedElement, Object, boolean, boolean) - Static method in class org.springframework.core.annotation.AnnotationUtils
Adapt the given value according to the given class and nested annotation settings.
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(String, String) - Method in class org.springframework.messaging.simp.stomp.StompHeaders
Add the given, single header value under the given name.
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 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.
addAllClassLoaderJarRoots(ClassLoader, Set<Resource>) - Method in class org.springframework.core.io.support.PathMatchingResourcePatternResolver
Search all URLClassLoader URLs for jar file references and add them to the given set of resources in the form of pointers to the root of the jar file content.
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.
addAllowedHeader(String) - Method in class org.springframework.web.cors.CorsConfiguration
Add an actual request header to allow.
addAllowedMethod(HttpMethod) - Method in class org.springframework.web.cors.CorsConfiguration
Add an HTTP method to allow.
addAllowedMethod(String) - Method in class org.springframework.web.cors.CorsConfiguration
Add an HTTP method to allow.
addAllowedOrigin(String) - Method in class org.springframework.web.cors.CorsConfiguration
Add an origin to allow.
addAnnotatedClasses(Class<?>...) - Method in class org.springframework.orm.hibernate4.LocalSessionFactoryBuilder
Add the given annotated classes in a batch.
addAnnotatedClasses(Class<?>...) - Method in class org.springframework.orm.hibernate5.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.messaging.simp.config.AbstractMessageBrokerConfiguration
 
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
 
addArgumentResolvers(List<HandlerMethodArgumentResolver>) - Method in class org.springframework.web.socket.config.annotation.AbstractWebSocketMessageBrokerConfigurer
 
addArgumentResolvers(List<HandlerMethodArgumentResolver>) - Method in class org.springframework.web.socket.config.annotation.DelegatingWebSocketMessageBrokerConfiguration
 
addArgumentResolvers(List<HandlerMethodArgumentResolver>) - Method in interface org.springframework.web.socket.config.annotation.WebSocketMessageBrokerConfigurer
Add resolvers to support custom controller method argument types.
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
 
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.
addBuffer(int) - Method in class org.springframework.util.FastByteArrayOutputStream
Create a new buffer and store it in the LinkedList
addCache(Cache) - Method in class org.springframework.cache.support.AbstractCacheManager
Dynamically register an additional Cache with this manager.
addCacheHeaders(ServerHttpResponse) - Method in class org.springframework.web.socket.sockjs.support.AbstractSockJsService
 
addCacheMapping(CacheControl, String...) - Method in class org.springframework.web.servlet.mvc.WebContentInterceptor
Map specific URL paths to a specific CacheControl.
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(SuccessCallback<? super ClientHttpResponse>, FailureCallback) - 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(SuccessCallback<? super T>, FailureCallback) - Method in class org.springframework.messaging.tcp.reactor.AbstractPromiseToListenableFutureAdapter
 
addCallback(ListenableFutureCallback<? super V>) - Method in class org.springframework.scheduling.annotation.AsyncResult
 
addCallback(SuccessCallback<? super V>, FailureCallback) - Method in class org.springframework.scheduling.annotation.AsyncResult
 
addCallback(ListenableFutureCallback<? super T>) - Method in class org.springframework.util.concurrent.CompletableToListenableFutureAdapter
 
addCallback(SuccessCallback<? super T>, FailureCallback) - Method in class org.springframework.util.concurrent.CompletableToListenableFutureAdapter
 
addCallback(ListenableFutureCallback<? super T>) - Method in interface org.springframework.util.concurrent.ListenableFuture
Registers the given callback to this ListenableFuture.
addCallback(SuccessCallback<? super T>, FailureCallback) - Method in interface org.springframework.util.concurrent.ListenableFuture
Registers the given success and failure callbacks to this ListenableFuture.
addCallback(ListenableFutureCallback<? super T>) - Method in class org.springframework.util.concurrent.ListenableFutureAdapter
 
addCallback(SuccessCallback<? super T>, FailureCallback) - Method in class org.springframework.util.concurrent.ListenableFutureAdapter
 
addCallback(ListenableFutureCallback<? super T>) - Method in class org.springframework.util.concurrent.ListenableFutureCallbackRegistry
Add the given callback to this registry.
addCallback(ListenableFutureCallback<? super T>) - Method in class org.springframework.util.concurrent.ListenableFutureTask
 
addCallback(SuccessCallback<? super T>, FailureCallback) - Method in class org.springframework.util.concurrent.ListenableFutureTask
 
addCallback(ListenableFutureCallback<? super T>) - Method in class org.springframework.util.concurrent.SettableListenableFuture
 
addCallback(SuccessCallback<? super T>, FailureCallback) - Method in class org.springframework.util.concurrent.SettableListenableFuture
 
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
Add collection converters.
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
 
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
 
addContentDispositionHeader(ServletServerHttpRequest, ServletServerHttpResponse) - Method in class org.springframework.web.servlet.mvc.method.annotation.AbstractMessageConverterMethodProcessor
Check if the path has a file extension and whether the extension is either whitelisted or explicitly registered.
addContentVersionStrategy(String...) - Method in class org.springframework.web.servlet.resource.VersionResourceResolver
Insert a content-based version in resource URLs that match the given path patterns.
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.
addCorsMappings(CorsRegistry) - Method in class org.springframework.web.servlet.config.annotation.DelegatingWebMvcConfiguration
 
addCorsMappings(CorsRegistry) - Method in class org.springframework.web.servlet.config.annotation.WebMvcConfigurationSupport
Override this method to configure cross origin requests processing.
addCorsMappings(CorsRegistry) - Method in interface org.springframework.web.servlet.config.annotation.WebMvcConfigurer
Configure cross origin requests processing.
addCorsMappings(CorsRegistry) - Method in class org.springframework.web.servlet.config.annotation.WebMvcConfigurerAdapter
Configure cross origin requests processing.
addCorsMappings(CorsRegistry) - Method in class org.springframework.web.servlet.config.annotation.WebMvcConfigurerComposite
 
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.
addCustomFormatter(Formatter<?>) - Method in class org.springframework.validation.DataBinder
Add a custom formatter, applying it to all fields matching the Formatter-declared type.
addCustomFormatter(Formatter<?>, String...) - Method in class org.springframework.validation.DataBinder
Add a custom formatter for the field type specified in Formatter class, applying it to the specified fields only, if any, or otherwise to all fields.
addCustomFormatter(Formatter<?>, Class<?>...) - Method in class org.springframework.validation.DataBinder
Add a custom formatter, applying it to the specified field types only, if any, or otherwise to all fields matching the Formatter-declared type.
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.
addDecoratorFactory(WebSocketHandlerDecoratorFactory) - Method in class org.springframework.web.socket.config.annotation.WebSocketTransportRegistration
Add a factory that to decorate the handler used to process WebSocket messages.
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, JSR-354 Money & Currency formatters, JSR-310 Date-Time and/or Joda-Time formatters, depending on the presence of the corresponding API 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.
addDefaultHeaders(HttpHeaders, T, MediaType) - Method in class org.springframework.http.converter.AbstractHttpMessageConverter
Add default headers to the output message.
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.Jackson2ObjectMapperBuilder
 
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.
addEtagPadding(String) - Method in class org.springframework.web.context.request.ServletWebRequest
 
addEtagPadding(String) - Method in class org.springframework.web.servlet.mvc.method.annotation.HttpEntityMethodProcessor
 
addExceptionMapping(Class<? extends Throwable>, Method) - Method in class org.springframework.web.method.annotation.ExceptionHandlerMethodResolver
 
addExcludedBean(String) - Method in class org.springframework.jmx.export.MBeanExporter
Add the name of bean that should be excluded from autodetection.
addExcludeFilter(TypeFilter) - Method in class org.springframework.context.annotation.ClassPathScanningCandidateComponentProvider
Add an exclude type filter to the front of the exclusion list.
addExposedHeader(String) - Method in class org.springframework.web.cors.CorsConfiguration
Add a response header to expose.
addFailureCallback(FailureCallback) - Method in class org.springframework.http.client.HttpComponentsAsyncClientHttpRequest.HttpResponseFutureCallback
 
addFailureCallback(FailureCallback) - Method in class org.springframework.util.concurrent.ListenableFutureCallbackRegistry
Add the given failure callback to this registry.
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
Register more MediaTypeFileExtensionResolver instances in addition to those detected at construction.
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
 
addFilter(Filter, String...) - Method in interface org.springframework.test.web.servlet.setup.ConfigurableMockMvcBuilder
Add a filter mapped to a specific set of patterns.
addFilters(Filter...) - Method in class org.springframework.test.web.servlet.setup.AbstractMockMvcBuilder
 
addFilters(Filter...) - Method in interface org.springframework.test.web.servlet.setup.ConfigurableMockMvcBuilder
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.
addFirstPropertySource(PropertySource<?>) - Method in class org.springframework.core.env.CompositePropertySource
Add the given PropertySource to the start of the chain.
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 interval.
addFixedRateTask(IntervalTask) - Method in class org.springframework.scheduling.config.ScheduledTaskRegistrar
Add a fixed-rate IntervalTask.
addFixedVersionStrategy(String, String...) - Method in class org.springframework.web.servlet.resource.VersionResourceResolver
Insert a fixed, prefix-based version in resource URLs that match the given path patterns, for example: "{version}/js/main.js".
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<? extends Annotation>) - 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.
addHeaders(HttpURLConnection, HttpHeaders) - Static method in class org.springframework.http.client.SimpleBufferingClientHttpRequest
Add the given headers to the given HTTP connection.
addHeaderValue(String, Object) - Method in class org.springframework.mock.web.MockHttpServletResponse
 
addHttpHeaders(Request, HttpHeaders) - Static method in class org.springframework.web.socket.sockjs.client.JettyXhrTransport
 
addHttpHeaders(ClientRequest, HttpHeaders) - Static method in class org.springframework.web.socket.sockjs.client.UndertowXhrTransport
 
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.
addInlinedPropertiesToEnvironment(ConfigurableApplicationContext, String[]) - Static method in class org.springframework.test.context.support.TestPropertySourceUtils
Add the given inlined properties to the Environment of the supplied context.
addInlinedPropertiesToEnvironment(ConfigurableEnvironment, String[]) - Static method in class org.springframework.test.context.support.TestPropertySourceUtils
Add the given inlined properties (in the form of key-value pairs) to the supplied environment.
addInterceptor(ChannelInterceptor) - Method in class org.springframework.messaging.support.AbstractMessageChannel
 
addInterceptor(int, ChannelInterceptor) - Method in class org.springframework.messaging.support.AbstractMessageChannel
 
addInterceptor(ChannelInterceptor) - Method in class org.springframework.messaging.support.ExecutorSubscribableChannel
 
addInterceptor(ChannelInterceptor) - Method in interface org.springframework.messaging.support.InterceptableChannel
Add a channel interceptor to the end of the list.
addInterceptor(int, ChannelInterceptor) - Method in interface org.springframework.messaging.support.InterceptableChannel
Add a channel interceptor at the specified index.
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.StompWebSocketEndpointRegistration
Configure the HandshakeInterceptor's to use.
addInterceptors(HandshakeInterceptor...) - Method in class org.springframework.web.socket.config.annotation.WebMvcStompWebSocketEndpointRegistration
 
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.
addInterfacesToClassHierarchy(Class<?>, boolean, List<Class<?>>, Set<Class<?>>) - Method in class org.springframework.core.convert.support.GenericConversionService.Converters
 
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.
addLink(int, String, String, Set<CssLinkResourceTransformer.CssLinkInfo>) - Method in class org.springframework.web.servlet.resource.CssLinkResourceTransformer.AbstractCssLinkParser
 
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
Add a managed class name to the persistence provider's metadata.
addManagedPackage(String) - Method in class org.springframework.orm.jpa.persistenceunit.MutablePersistenceUnitInfo
Add a managed package to the persistence provider's metadata.
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 an extension to a MediaType.
addMapping(String) - Method in class org.springframework.web.servlet.config.annotation.CorsRegistry
Enable cross origin request handling for the specified path pattern.
addMapping(Element, ManagedMap<String, Object>, ParserContext) - Method in interface org.springframework.web.socket.config.HandlersBeanDefinitionParser.HandlerMappingStrategy
 
addMapping(Element, ManagedMap<String, Object>, ParserContext) - Method in class org.springframework.web.socket.config.HandlersBeanDefinitionParser.SockJsHandlerMappingStrategy
 
addMapping(Element, ManagedMap<String, Object>, ParserContext) - Method in class org.springframework.web.socket.config.HandlersBeanDefinitionParser.WebSocketHandlerMappingStrategy
 
addMappingFileName(String) - Method in class org.springframework.orm.jpa.persistenceunit.MutablePersistenceUnitInfo
 
addMappingName(String, HandlerMethod) - Method in class org.springframework.web.servlet.handler.AbstractHandlerMethodMapping.MappingRegistry
 
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
addMediaTypes(Map<String, MediaType>) - Method in class org.springframework.web.accept.ContentNegotiationManagerFactoryBean
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 to existing values.
addNativeHeaders(MultiValueMap<String, String>) - Method in class org.springframework.messaging.support.NativeMessageHeaderAccessor
 
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.
addPackages(String...) - Method in class org.springframework.orm.hibernate5.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
 
addPropertiesFilesToEnvironment(ConfigurableApplicationContext, String[]) - Static method in class org.springframework.test.context.support.TestPropertySourceUtils
Add the Properties files from the given resource locations to the Environment of the supplied context.
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(ResourcePropertySource) - Method in class org.springframework.context.annotation.ConfigurationClassParser
 
addPropertySource(PropertySource<?>) - Method in class org.springframework.core.env.CompositePropertySource
Add the given PropertySource to the end of the chain.
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.
addReceiptLostTask(Runnable) - Method in class org.springframework.messaging.simp.stomp.DefaultStompSession.ReceiptHandler
 
addReceiptLostTask(Runnable) - Method in interface org.springframework.messaging.simp.stomp.StompSession.Receiptable
Task to invoke when a receipt is not received in the configured time.
addReceiptTask(Runnable) - Method in class org.springframework.messaging.simp.stomp.DefaultStompSession.ReceiptHandler
 
addReceiptTask(Runnable) - Method in interface org.springframework.messaging.simp.stomp.StompSession.Receiptable
Task to invoke when a receipt is received.
addRedirectViewController(String, String) - Method in class org.springframework.web.servlet.config.annotation.ViewControllerRegistry
Map a view controller to the given URL path (or pattern) in order to redirect to another URL.
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.
addRemoteRegistryDto(Message<?>, MessageConverter, long) - Method in class org.springframework.messaging.simp.user.MultiServerUserRegistry
 
addRequestBodyAdvice(RootBeanDefinition) - Method in class org.springframework.web.servlet.config.AnnotationDrivenBeanDefinitionParser
 
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
addResolver(ResourceResolver) - Method in class org.springframework.web.servlet.config.annotation.ResourceChainRegistration
Add a resource resolver to the chain.
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).
addResponseBodyAdvice(RootBeanDefinition) - Method in class org.springframework.web.servlet.config.AnnotationDrivenBeanDefinitionParser
 
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.messaging.simp.config.AbstractMessageBrokerConfiguration
 
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
 
addReturnValueHandlers(List<HandlerMethodReturnValueHandler>) - Method in class org.springframework.web.socket.config.annotation.AbstractWebSocketMessageBrokerConfigurer
 
addReturnValueHandlers(List<HandlerMethodReturnValueHandler>) - Method in class org.springframework.web.socket.config.annotation.DelegatingWebSocketMessageBrokerConfiguration
 
addReturnValueHandlers(List<HandlerMethodReturnValueHandler>) - Method in interface org.springframework.web.socket.config.annotation.WebSocketMessageBrokerConfigurer
Add handlers to support custom controller method return value types.
addRollbackRuleAttributesTo(List<RollbackRuleAttribute>, String) - Method in class org.springframework.transaction.config.TxAdviceBeanDefinitionParser
 
addScalarConverters(ConverterRegistry) - Static method in class org.springframework.core.convert.support.DefaultConversionService
 
addScope(String, Scope) - Method in class org.springframework.beans.factory.config.CustomScopeConfigurer
Add the given scope to this configurer's map of scopes.
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 clean up 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 clean up the database.
addSerializers(SimpleModule) - Method in class org.springframework.http.converter.json.Jackson2ObjectMapperBuilder
 
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
 
addSession(String) - Method in class org.springframework.web.socket.messaging.DefaultSimpUserRegistry.DefaultSimpUser
 
addSessionCookie(MockHttpServletRequest, String) - Method in class org.springframework.test.web.servlet.htmlunit.HtmlUnitRequestBuilder
 
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.
addStatusController(String, HttpStatus) - Method in class org.springframework.web.servlet.config.annotation.ViewControllerRegistry
Map a simple controller to the given URL path (or pattern) in order to set the response status to the given code without rendering a body.
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, Expression) - Method in class org.springframework.messaging.simp.broker.DefaultSubscriptionRegistry.SessionSubscriptionInfo
 
addSubscription(String, String, String, Expression) - Method in class org.springframework.messaging.simp.broker.DefaultSubscriptionRegistry.SessionSubscriptionRegistry
 
addSubscription(String, String) - Method in class org.springframework.web.socket.messaging.DefaultSimpUserRegistry.DefaultSimpSession
 
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
 
addSuccessCallback(SuccessCallback<? super ClientHttpResponse>) - Method in class org.springframework.http.client.HttpComponentsAsyncClientHttpRequest.HttpResponseFutureCallback
 
addSuccessCallback(SuccessCallback<? super T>) - Method in class org.springframework.util.concurrent.ListenableFutureCallbackRegistry
Add the given success callback to this registry.
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.
addTask(Runnable, boolean) - Method in class org.springframework.messaging.simp.stomp.DefaultStompSession.ReceiptHandler
 
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
 
addTimeoutTask(Runnable) - Method in class org.springframework.web.socket.sockjs.client.DefaultTransportRequest
 
addTimeoutTask(Runnable) - Method in interface org.springframework.web.socket.sockjs.client.TransportRequest
Register a timeout cleanup task to invoke if the SockJS session is not fully established within the calculated retransmission timeout period.
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
 
addToMap(Map<String, Object>, String, Object) - Static method in class org.springframework.test.web.servlet.request.MockHttpServletRequestBuilder
 
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.
addTransformer(ResourceTransformer) - Method in class org.springframework.web.servlet.config.annotation.ResourceChainRegistration
Add a resource transformer to the chain.
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.
addUnavailableVariable(String) - Method in class org.springframework.cache.interceptor.CacheEvaluationContext
Add the specified variable name as unavailable for that context.
addUninitializedType(String, int) - Method in class org.springframework.asm.ClassWriter
Adds the given "uninitialized" type to ClassWriter.typeTable and returns its index.
addUrlBasedViewResolverProperties(Element, RootBeanDefinition) - Method in class org.springframework.web.servlet.config.ViewResolversBeanDefinitionParser
 
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
 
addVersion(String, String) - Method in class org.springframework.web.servlet.resource.AbstractVersionStrategy
 
addVersion(String, String) - Method in class org.springframework.web.servlet.resource.AbstractVersionStrategy.FileNameVersionPathStrategy
 
addVersion(String, String) - Method in class org.springframework.web.servlet.resource.AbstractVersionStrategy.PrefixVersionPathStrategy
 
addVersion(String, String) - Method in interface org.springframework.web.servlet.resource.VersionPathStrategy
Add a version to the given request path.
addVersionStrategy(VersionStrategy, String...) - Method in class org.springframework.web.servlet.resource.VersionResourceResolver
Register a custom VersionStrategy to apply to resource URLs that match the given path patterns.
addViewController(String) - Method in class org.springframework.web.servlet.config.annotation.ViewControllerRegistry
Map a view controller to the given URL path (or pattern) in order to render a response with a pre-configured status code and view.
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
Configure simple automated controllers pre-configured with the response status code and/or a view to render the response body.
addViewControllers(ViewControllerRegistry) - Method in class org.springframework.web.servlet.config.annotation.WebMvcConfigurerAdapter
Configure simple automated controllers pre-configured with the response status code and/or a view to render the response body.
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 - Variable in class org.springframework.web.servlet.mvc.method.annotation.AbstractMessageConverterMethodArgumentResolver
 
ADVICE_BEAN_NAME - Static variable in class org.springframework.aop.config.ConfigBeanDefinitionParser
 
ADVICE_REF - Static variable in class org.springframework.aop.config.ConfigBeanDefinitionParser
 
adviceBean - Variable in class org.springframework.web.socket.messaging.WebSocketAnnotationMethodMessageHandler.MessagingControllerAdviceBean
 
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 <aop:advisor> 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.
afterBodyRead(Object, HttpInputMessage, MethodParameter, Type, Class<? extends HttpMessageConverter<?>>) - Method in interface org.springframework.web.servlet.mvc.method.annotation.RequestBodyAdvice
Invoked third (and last) after the request body is converted to an Object.
afterBodyRead(Object, HttpInputMessage, MethodParameter, Type, Class<? extends HttpMessageConverter<?>>) - Method in class org.springframework.web.servlet.mvc.method.annotation.RequestBodyAdviceAdapter
The default implementation returns the body that was passed in.
afterBodyRead(Object, HttpInputMessage, MethodParameter, Type, Class<? extends HttpMessageConverter<?>>) - Method in class org.springframework.web.servlet.mvc.method.annotation.RequestResponseBodyAdviceChain
 
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.hibernate5.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(int) - Method in class org.springframework.orm.hibernate5.SpringSessionSynchronization
 
afterCompletion(NativeWebRequest, Callable<T>) - Method in class org.springframework.orm.hibernate5.support.AsyncRequestInterceptor
 
afterCompletion(NativeWebRequest, DeferredResult<T>) - Method in class org.springframework.orm.hibernate5.support.AsyncRequestInterceptor
 
afterCompletion(WebRequest, Exception) - Method in class org.springframework.orm.hibernate5.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.event.ApplicationListenerMethodTransactionalAdapter.TransactionSynchronizationEventAdapter
 
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 class org.springframework.transaction.support.SimpleTransactionScope.CleanupSynchronization
 
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
Deprecated.
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.MappedInterceptor
 
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.hibernate5.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
Deprecated.
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
 
afterConfigurerAdded(ConfigurableMockMvcBuilder<?>) - Method in interface org.springframework.test.web.servlet.setup.MockMvcConfigurer
afterConfigurerAdded(ConfigurableMockMvcBuilder<?>) - Method in class org.springframework.test.web.servlet.setup.MockMvcConfigurerAdapter
 
afterConnected(TcpConnection<byte[]>) - Method in class org.springframework.messaging.simp.stomp.DefaultStompSession
 
afterConnected(TcpConnection<byte[]>) - Method in class org.springframework.messaging.simp.stomp.StompBrokerRelayMessageHandler.StompConnectionHandler
 
afterConnected(StompSession, StompHeaders) - Method in interface org.springframework.messaging.simp.stomp.StompSessionHandler
Invoked when the session is ready to use, i.e.
afterConnected(StompSession, StompHeaders) - Method in class org.springframework.messaging.simp.stomp.StompSessionHandlerAdapter
This implementation is empty.
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.DefaultStompSession
 
afterConnectFailure(Throwable) - Method in class org.springframework.messaging.simp.stomp.StompBrokerRelayMessageHandler.StompConnectionHandler
 
afterConnectFailure(Throwable) - Method in interface org.springframework.messaging.tcp.TcpConnectionHandler
Invoked on failure to connect.
afterConnectionClosed() - Method in class org.springframework.messaging.simp.stomp.DefaultStompSession
 
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.messaging.WebSocketStompClient.WebSocketTcpConnectionHandlerAdapter
 
afterConnectionClosed(WebSocketSession, CloseStatus) - Method in class org.springframework.web.socket.sockjs.client.WebSocketTransport.ClientSockJsWebSocketHandler
 
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.messaging.WebSocketStompClient.WebSocketTcpConnectionHandlerAdapter
 
afterConnectionEstablished(WebSocketSession) - Method in class org.springframework.web.socket.sockjs.client.WebSocketTransport.ClientSockJsWebSocketHandler
 
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.
afterDisconnectSent(StompHeaderAccessor) - Method in class org.springframework.messaging.simp.stomp.StompBrokerRelayMessageHandler.StompConnectionHandler
After a DISCONNECT there should be no more client frames so we can close the connection pro-actively.
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
 
afterHandshake(ServerHttpRequest, ServerHttpResponse, WebSocketHandler, Exception) - Method in class org.springframework.web.socket.server.support.OriginHandshakeInterceptor
 
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
Move the cursor to the end of this row set.
afterMessageHandled(Message<?>, MessageChannel, MessageHandler, Exception) - Method in interface org.springframework.messaging.support.ExecutorChannelInterceptor
Invoked inside the Runnable submitted to the Executor after calling the target MessageHandler regardless of the outcome (i.e.
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.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 class org.springframework.beans.factory.config.YamlMapFactoryBean
 
afterPropertiesSet() - Method in class org.springframework.beans.factory.config.YamlPropertiesFactoryBean
 
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.EhCacheCacheManager
 
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.AbstractCacheResolver
 
afterPropertiesSet() - Method in class org.springframework.cache.interceptor.CacheAspectSupport
 
afterPropertiesSet() - Method in class org.springframework.cache.jcache.interceptor.DefaultJCacheOperationSource
 
afterPropertiesSet() - Method in class org.springframework.cache.jcache.interceptor.JCacheAspectSupport
 
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.Netty4ClientHttpRequestFactory
 
afterPropertiesSet() - Method in class org.springframework.http.client.support.ProxyFactoryBean
 
afterPropertiesSet() - Method in class org.springframework.http.converter.json.GsonFactoryBean
 
afterPropertiesSet() - Method in class org.springframework.http.converter.json.Jackson2ObjectMapperFactoryBean
 
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.config.JmsListenerEndpointRegistrar
 
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.JmsMessagingTemplate
 
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.converter.MessagingMessageConverter
 
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
 
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.core.CachingDestinationResolverProxy
 
afterPropertiesSet() - Method in class org.springframework.messaging.handler.annotation.support.DefaultMessageHandlerMethodFactory
 
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.hibernate5.HibernateTemplate
 
afterPropertiesSet() - Method in class org.springframework.orm.hibernate5.HibernateTransactionManager
 
afterPropertiesSet() - Method in class org.springframework.orm.hibernate5.LocalSessionFactoryBean
 
afterPropertiesSet() - Method in class org.springframework.orm.hibernate5.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
 
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.CronTriggerFactoryBean
 
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.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.groovy.GroovyMarkupConfigurer
 
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
Deprecated.
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.ViewResolverComposite
 
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.messaging.WebSocketAnnotationMethodMessageHandler
 
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.
afterReceiveCompletion(Message<?>, MessageChannel, Exception) - Method in interface org.springframework.messaging.support.ChannelInterceptor
Invoked after the completion of a receive regardless of any exception that have been raised thus allowing for proper resource cleanup.
afterReceiveCompletion(Message<?>, MessageChannel, Exception) - Method in class org.springframework.messaging.support.ChannelInterceptorAdapter
 
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
Deprecated.
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.
afterSendCompletion(Message<?>, MessageChannel, boolean, Exception) - Method in class org.springframework.messaging.simp.broker.AbstractBrokerMessageHandler.UnsentDisconnectChannelInterceptor
 
afterSendCompletion(Message<?>, MessageChannel, boolean, Exception) - Method in interface org.springframework.messaging.support.ChannelInterceptor
Invoked after the completion of a send regardless of any exception that have been raised thus allowing for proper resource cleanup.
afterSendCompletion(Message<?>, MessageChannel, boolean, Exception) - Method in class org.springframework.messaging.support.ChannelInterceptorAdapter
 
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.
afterSingletonsInstantiated() - Method in interface org.springframework.beans.factory.SmartInitializingSingleton
Invoked right at the end of the singleton pre-instantiation phase, with a guarantee that all regular singleton beans have been created already.
afterSingletonsInstantiated() - Method in class org.springframework.cache.interceptor.CacheAspectSupport
 
afterSingletonsInstantiated() - Method in class org.springframework.cache.jcache.interceptor.DefaultJCacheOperationSource
 
afterSingletonsInstantiated() - Method in class org.springframework.context.event.EventListenerMethodProcessor
 
afterSingletonsInstantiated() - Method in class org.springframework.jms.annotation.JmsListenerAnnotationBeanPostProcessor
 
afterSingletonsInstantiated() - Method in class org.springframework.jmx.export.MBeanExporter
Kick off bean registration automatically after the regular singleton instantiation phase.
afterSingletonsInstantiated() - Method in class org.springframework.scheduling.annotation.ScheduledAnnotationBeanPostProcessor
 
afterSingletonsInstantiated() - Method in class org.springframework.scheduling.config.ContextLifecycleScheduledTaskRegistrar
 
afterSingletonsInstantiated() - Method in class org.springframework.web.socket.server.standard.ServerEndpointExporter
 
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(Message<?>, 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 and the class mode is set to AFTER_CLASS, 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.jdbc.SqlScriptsTestExecutionListener
Execute SQL scripts configured via @Sql for the supplied TestContext after the current test method.
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 and the method mode is set to AFTER_METHOD, 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 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 supplied test context, this method will end the transaction and run @AfterTransaction methods.
afterTestMethod(TestContext) - Method in class org.springframework.test.context.web.ServletTestExecutionListener
If the ServletTestExecutionListener.RESET_REQUEST_CONTEXT_HOLDER_ATTRIBUTE in the supplied TestContext has a value of Boolean.TRUE, this method will (1) clean up thread-local state after each test method by resetting Spring Web's RequestContextHolder and (2) ensure that new mocks are injected into the test instance for subsequent tests by setting the DependencyInjectionTestExecutionListener.REINJECT_DEPENDENCIES_ATTRIBUTE in the test context to 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 a test method configured to run within a transaction via the @Transactional annotation.
afterTransportClosed(CloseStatus) - Method in class org.springframework.web.socket.sockjs.client.AbstractClientSockJsSession
 
AGE - Static variable in class org.springframework.http.HttpHeaders
The HTTP Age header field name.
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.
aggregatedExceptionListener - Variable in class org.springframework.jms.connection.SingleConnectionFactory
An internal aggregator allowing for per-connection ExceptionListeners
AggregatedExceptionListener() - Constructor for class org.springframework.jms.connection.SingleConnectionFactory.AggregatedExceptionListener
 
AggregatingCallback(int, Runnable) - Constructor for class org.springframework.jms.config.JmsListenerEndpointRegistry.AggregatingCallback
 
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.
AliasDescriptor(Method, AliasFor) - Constructor for class org.springframework.core.annotation.AnnotationUtils.AliasDescriptor
 
aliasDescriptorCache - Static variable in class org.springframework.core.annotation.AnnotationUtils
 
aliasedAnnotationType - Variable in class org.springframework.core.annotation.AnnotationUtils.AliasDescriptor
 
aliasedAttribute - Variable in class org.springframework.core.annotation.AnnotationUtils.AliasDescriptor
 
aliasedAttributeName - Variable in class org.springframework.core.annotation.AnnotationUtils.AliasDescriptor
 
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
 
AliasFor - Annotation Type in org.springframework.core.annotation
@AliasFor is an annotation that is used to declare aliases for annotation attributes.
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 - Static variable in class org.springframework.web.cors.CorsConfiguration
Wildcard representing all origins, methods, or headers.
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
 
allocatePooledResource() - Method in class org.springframework.web.socket.sockjs.client.UndertowXhrTransport.Undertow13BufferSupport
 
allocatePooledResource() - Method in interface org.springframework.web.socket.sockjs.client.UndertowXhrTransport.UndertowBufferSupport
 
allocatePooledResource() - Method in class org.springframework.web.socket.sockjs.client.UndertowXhrTransport.UndertowXnioBufferSupport
 
ALLOW - Static variable in class org.springframework.http.HttpHeaders
The HTTP Allow header field name.
allow(HttpMethod...) - Method in class org.springframework.http.ResponseEntity.DefaultBuilder
 
allow(HttpMethod...) - Method in interface org.springframework.http.ResponseEntity.HeadersBuilder
Set the set of allowed HTTP methods, as specified by the Allow header.
ALLOW_CORS_CONFIG - Static variable in class org.springframework.web.servlet.handler.AbstractHandlerMethodMapping
 
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
 
allowCredentials - Variable in class org.springframework.web.cors.CorsConfiguration
 
allowCredentials(boolean) - Method in class org.springframework.web.servlet.config.annotation.CorsRegistration
 
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
 
allowedHeaders - Variable in class org.springframework.web.cors.CorsConfiguration
 
allowedHeaders(String...) - Method in class org.springframework.web.servlet.config.annotation.CorsRegistration
 
allowedLocations - Variable in class org.springframework.web.servlet.resource.PathResourceResolver
 
allowedMethods - Variable in class org.springframework.web.cors.CorsConfiguration
 
allowedMethods(String...) - Method in class org.springframework.web.servlet.config.annotation.CorsRegistration
 
allowedOperations - Variable in class org.springframework.jmx.access.MBeanClientInterceptor
 
allowedOrigins - Variable in class org.springframework.web.cors.CorsConfiguration
 
allowedOrigins(String...) - Method in class org.springframework.web.servlet.config.annotation.CorsRegistration
 
allowedOrigins - Variable in class org.springframework.web.socket.config.annotation.AbstractWebSocketHandlerRegistration
 
allowedOrigins - Variable in class org.springframework.web.socket.config.annotation.SockJsServiceRegistration
 
allowedOrigins - Variable in class org.springframework.web.socket.config.annotation.WebMvcStompWebSocketEndpointRegistration
 
allowedOrigins - Variable in class org.springframework.web.socket.server.support.OriginHandshakeInterceptor
 
allowedOrigins - Variable in class org.springframework.web.socket.sockjs.support.AbstractSockJsService
 
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.ConcurrentMapCacheFactoryBean
 
allowNullValues - Variable in class org.springframework.cache.concurrent.ConcurrentMapCacheManager
 
allowNullValues - Variable in class org.springframework.cache.guava.GuavaCacheManager
 
allowNullValues - Variable in class org.springframework.cache.jcache.JCacheCacheManager
 
allowNullValues - Variable in class org.springframework.cache.support.AbstractValueAdaptingCache
 
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.cache.jcache.interceptor.AbstractFallbackJCacheOperationSource
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
 
allowResultAccessAfterCompletion - Variable in class org.springframework.orm.hibernate4.HibernateTransactionManager
 
allowResultAccessAfterCompletion - Variable in class org.springframework.orm.hibernate5.HibernateTransactionManager
 
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.
allParameterDetails - Variable in class org.springframework.cache.jcache.interceptor.AbstractJCacheOperation
 
allParameters - Variable in class org.springframework.cache.jcache.interceptor.DefaultCacheInvocationContext
 
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
 
alreadyBufferedSize - Variable in class org.springframework.util.FastByteArrayOutputStream
 
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
An IdGenerator that uses SecureRandom for the initial seed and Random thereafter, instead of calling UUID.randomUUID() every time as JdkIdGenerator does.
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
 
alwaysDo(ResultHandler) - Method in interface org.springframework.test.web.servlet.setup.ConfigurableMockMvcBuilder
Define a global action that should always be applied to every response.
alwaysExpect(ResultMatcher) - Method in class org.springframework.test.web.servlet.setup.AbstractMockMvcBuilder
 
alwaysExpect(ResultMatcher) - Method in interface org.springframework.test.web.servlet.setup.ConfigurableMockMvcBuilder
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
 
alwaysInclude - Variable in class org.springframework.web.servlet.view.tiles2.TilesView
Deprecated.
 
alwaysInclude - Variable in class org.springframework.web.servlet.view.tiles2.TilesViewResolver
Deprecated.
 
alwaysInclude - Variable in class org.springframework.web.servlet.view.tiles3.TilesView
 
alwaysInclude - Variable in class org.springframework.web.servlet.view.tiles3.TilesViewResolver
 
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
 
alwaysUseMockMvc - Variable in class org.springframework.test.web.servlet.htmlunit.MockMvcWebConnectionBuilderSupport
 
alwaysUseMockMvc() - Method in class org.springframework.test.web.servlet.htmlunit.MockMvcWebConnectionBuilderSupport
Specify that MockMvc should always be used regardless of what the request looks like.
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
Perform 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
Perform 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.orm.hibernate5.LocalSessionFactoryBean
 
annotatedClasses - Variable in class org.springframework.oxm.xstream.XStreamMarshaller
 
annotatedClasses - Variable in class org.springframework.web.context.support.AnnotationConfigWebApplicationContext
 
annotatedElement - Variable in class org.springframework.core.annotation.AbstractAliasAwareAnnotationAttributeExtractor
 
AnnotatedElementKey - Class in org.springframework.context.expression
Represent an AnnotatedElement on a particular Class and is suitable as a key.
AnnotatedElementKey(AnnotatedElement, Class<?>) - Constructor for class org.springframework.context.expression.AnnotatedElementKey
Create a new instance with the specified AnnotatedElement and optional target Class.
AnnotatedElementUtils - Class in org.springframework.core.annotation
General utility methods for finding annotations and meta-annotations on AnnotatedElements.
AnnotatedElementUtils() - Constructor for class org.springframework.core.annotation.AnnotatedElementUtils
 
AnnotatedElementUtils.MergedAnnotationAttributesProcessor - Class in org.springframework.core.annotation
AnnotatedElementUtils.Processor<T> - Interface in org.springframework.core.annotation
Callback interface that is used to process annotations during a search.
AnnotatedElementUtils.SimpleAnnotationProcessor<T> - Class in org.springframework.core.annotation
AnnotatedElementUtils.Processor that processes annotations but does not post-process results.
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 javax.websocket.ClientEndpoint-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.
AnnotatedGenericBeanDefinition(AnnotationMetadata, MethodMetadata) - Constructor for class org.springframework.beans.factory.annotation.AnnotatedGenericBeanDefinition
Create a new AnnotatedGenericBeanDefinition for the given annotation metadata, based on an annotated class and a factory method on that 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
 
annotatedPackages - Variable in class org.springframework.orm.hibernate5.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.util.MetaAnnotationUtils.AnnotationDescriptor
 
annotation - Variable in class org.springframework.transaction.event.ApplicationListenerMethodTransactionalAdapter
 
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 and a simple AsyncUncaughtExceptionHandler.
AnnotationAsyncExecutionInterceptor(Executor, AsyncUncaughtExceptionHandler) - Constructor for class org.springframework.scheduling.annotation.AnnotationAsyncExecutionInterceptor
Create a new AnnotationAsyncExecutionInterceptor with the given executor.
AnnotationAttributeExtractor<S> - Interface in org.springframework.core.annotation
An AnnotationAttributeExtractor is responsible for extracting annotation attribute values from an underlying source such as an Annotation or a Map.
AnnotationAttributes - Class in org.springframework.core.annotation
LinkedHashMap subclass representing annotation attribute key-value pairs as read by AnnotationUtils, AnnotatedElementUtils, and Spring's reflection- and ASM-based AnnotationMetadata implementations.
AnnotationAttributes() - Constructor for class org.springframework.core.annotation.AnnotationAttributes
Create a new, empty AnnotationAttributes instance.
AnnotationAttributes(Class<? extends Annotation>) - Constructor for class org.springframework.core.annotation.AnnotationAttributes
Create a new, empty AnnotationAttributes instance for the specified annotationType.
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.util.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
AnnotationAwareOrderComparator is an extension of OrderComparator that supports Spring's Ordered interface as well as the @Order and @Priority annotations, 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
 
AnnotationCacheKey(AnnotatedElement, Class<? extends Annotation>) - Constructor for class org.springframework.core.annotation.AnnotationUtils.AnnotationCacheKey
 
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.
AnnotationCacheOperationSource.CacheOperationProvider - Interface in org.springframework.cache.annotation
Callback interface providing CacheOperation instance(s) based on a given CacheAnnotationParser.
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<A>, Class<? extends Annotation>, boolean) - 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
 
AnnotationConfigRegistry - Interface in org.springframework.context.annotation
Common interface for annotation config application contexts, defining AnnotationConfigRegistry.register(java.lang.Class<?>...) and AnnotationConfigRegistry.scan(java.lang.String...) methods.
AnnotationConfigurationException - Exception in org.springframework.core.annotation
Thrown by AnnotationUtils and synthesized annotations if an annotation is improperly configured.
AnnotationConfigurationException(String) - Constructor for exception org.springframework.core.annotation.AnnotationConfigurationException
Construct a new AnnotationConfigurationException with the supplied message.
AnnotationConfigurationException(String, Throwable) - Constructor for exception org.springframework.core.annotation.AnnotationConfigurationException
Construct a new AnnotationConfigurationException with the supplied message and cause.
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.util.MetaAnnotationUtils.AnnotationDescriptor
 
AnnotationDescriptor(Class<?>, Class<?>, Annotation, T) - Constructor for class org.springframework.test.util.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.JCacheCachingConfigurer - Class in org.springframework.cache.config
Configure the necessary infrastructure to support the standard JSR-107 caching annotations.
AnnotationDrivenCacheBeanDefinitionParser.SpringCachingConfigurer - Class in org.springframework.cache.config
Configure the necessary infrastructure to support the Spring's caching annotations.
AnnotationDrivenJmsBeanDefinitionParser - Class in org.springframework.jms.config
Parser for the 'annotation-driven' element of the 'jms' namespace.
AnnotationDrivenJmsBeanDefinitionParser() - Constructor for class org.springframework.jms.config.AnnotationDrivenJmsBeanDefinitionParser
 
annotationDrivenTransactionManager() - Method in interface org.springframework.transaction.annotation.TransactionManagementConfigurer
Return the default transaction manager bean to use for annotation-driven database transaction management, i.e.
annotationEquals(Object) - Method in class org.springframework.core.annotation.SynthesizedAnnotationInvocationHandler
See Annotation.equals(Object) for a definition of the required algorithm.
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
 
annotationHashCode() - Method in class org.springframework.core.annotation.SynthesizedAnnotationInvocationHandler
See Annotation.hashCode() for a definition of the required algorithm.
annotationIntrospector - Variable in class org.springframework.http.converter.json.Jackson2ObjectMapperBuilder
 
annotationIntrospector(AnnotationIntrospector) - Method in class org.springframework.http.converter.json.Jackson2ObjectMapperBuilder
Set an AnnotationIntrospector for both serialization and deserialization.
AnnotationJCacheOperationSource - Class in org.springframework.cache.jcache.interceptor
Implementation of the JCacheOperationSource interface that reads the JSR-107 CacheResult, CachePut, CacheRemove and CacheRemoveAll annotations.
AnnotationJCacheOperationSource() - Constructor for class org.springframework.cache.jcache.interceptor.AnnotationJCacheOperationSource
 
AnnotationJmxAttributeSource - Class in org.springframework.jmx.export.annotation
Implementation of the JmxAttributeSource interface that reads 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.
as of 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.
annotationName - Variable in class org.springframework.core.annotation.AnnotatedElementUtils.MergedAnnotationAttributesProcessor
 
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 via ASM.
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.cache.jcache.interceptor.AbstractJCacheOperation.CacheParameterDetail
 
annotations - Variable in class org.springframework.cache.jcache.interceptor.DefaultCacheMethodDetails
 
annotations - Variable in class org.springframework.core.convert.Property
 
annotations - Variable in class org.springframework.core.convert.TypeDescriptor
 
annotations - Variable in class org.springframework.core.type.StandardAnnotationMetadata
 
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
Construct a new AnnotationScopeMetadataResolver.
AnnotationScopeMetadataResolver(ScopedProxyMode) - Constructor for class org.springframework.context.annotation.AnnotationScopeMetadataResolver
Construct a new AnnotationScopeMetadataResolver using the supplied default ScopedProxyMode.
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
 
annotationToString() - Method in class org.springframework.core.annotation.SynthesizedAnnotationInvocationHandler
See Annotation.toString() for guidelines on the recommended format.
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.AbstractAliasAwareAnnotationAttributeExtractor
 
annotationType - Variable in class org.springframework.core.annotation.AnnotatedElementUtils.MergedAnnotationAttributesProcessor
 
annotationType - Variable in class org.springframework.core.annotation.AnnotationAttributes
 
annotationType() - Method in class org.springframework.core.annotation.AnnotationAttributes
Get the type of annotation represented by this AnnotationAttributes instance.
annotationType - Variable in class org.springframework.core.annotation.AnnotationUtils.AnnotationCacheKey
 
annotationType - Variable in class org.springframework.core.annotation.AnnotationUtils.AnnotationCollector
 
annotationType() - Method in class org.springframework.core.annotation.SynthesizedAnnotationInvocationHandler
 
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 meta-annotations, 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.AliasDescriptor - Class in org.springframework.core.annotation
AliasDescriptor encapsulates the declaration of @AliasFor on a given annotation attribute and includes support for validating the configuration of aliases (both explicit and implicit).
AnnotationUtils.AnnotationCacheKey - Class in org.springframework.core.annotation
Cache key for the AnnotatedElement cache.
AnnotationUtils.AnnotationCollector<A extends java.lang.annotation.Annotation> - Class in org.springframework.core.annotation
 
AnnotationUtils.DefaultValueHolder - 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.
anonymousSubjectMethod - Variable in class org.springframework.web.socket.server.standard.WebLogicRequestUpgradeStrategy.SubjectHelper
 
AntPathMatcher - Class in org.springframework.util
PathMatcher implementation for Ant-style path patterns.
AntPathMatcher() - Constructor for class org.springframework.util.AntPathMatcher
Create a new instance with the AntPathMatcher.DEFAULT_PATH_SEPARATOR.
AntPathMatcher(String) - Constructor for class org.springframework.util.AntPathMatcher
A convenient, alternative constructor to use with a custom path separator.
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).
AntPathMatcher.AntPatternComparator.PatternInfo - Class in org.springframework.util
Value class that holds information about the pattern, e.g.
AntPathMatcher.PathSeparatorPatternCache - Class in org.springframework.util
A simple cache for patterns that depend on the configured path separator.
AntPathStringMatcher(String) - Constructor for class org.springframework.util.AntPathMatcher.AntPathStringMatcher
 
AntPathStringMatcher(String, boolean) - 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.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
 
AopTestUtils - Class in org.springframework.test.util
AopTestUtils is a collection of AOP-related utility methods for use in unit and integration testing scenarios.
AopTestUtils() - Constructor for class org.springframework.test.util.AopTestUtils
 
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.
AppCacheManifestTransformer - Class in org.springframework.web.servlet.resource
A ResourceTransformer implementation that helps handling resources within HTML5 AppCache manifests for HTML5 offline applications.
AppCacheManifestTransformer() - Constructor for class org.springframework.web.servlet.resource.AppCacheManifestTransformer
Create an AppCacheResourceTransformer that transforms files with extension ".manifest".
AppCacheManifestTransformer(String) - Constructor for class org.springframework.web.servlet.resource.AppCacheManifestTransformer
Create an AppCacheResourceTransformer that transforms files with the extension given as a parameter.
AppCacheManifestTransformer.CacheSection - Class in org.springframework.web.servlet.resource
 
AppCacheManifestTransformer.HashBuilder - Class in org.springframework.web.servlet.resource
 
AppCacheManifestTransformer.NoOpSection - Class in org.springframework.web.servlet.resource
 
AppCacheManifestTransformer.SectionTransformer - Interface in org.springframework.web.servlet.resource
 
appContext - Variable in class org.springframework.web.servlet.config.annotation.ResourceHandlerRegistry
 
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.mvc.method.annotation.SseEmitter.SseEventBuilderImpl
 
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.
appendCurrentQueryParams(StringBuilder, HttpServletRequest) - Method in class org.springframework.web.servlet.view.RedirectView
Append the query string of the current request to the target redirect URL.
appendDigestAsHex(String, byte[], StringBuilder) - Static method in class org.springframework.util.DigestUtils
 
appendDigestAsHex(String, InputStream, StringBuilder) - Static method in class org.springframework.util.DigestUtils
 
appendDirective(StringBuilder, String) - Method in class org.springframework.http.CacheControl
 
appendHintMessage(StringBuilder) - Method in class org.springframework.beans.PropertyMatches
 
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.
appendMd5DigestAsHex(InputStream, StringBuilder) - Static method in class org.springframework.util.DigestUtils
Append a hexadecimal string representation of the MD5 digest of the given inputStream to the given StringBuilder.
appendNonMatchingSetsErrorMessage(Set<String>, Set<String>, StringBuilder) - Static method in class org.springframework.test.web.ModelAndViewAssert
 
appendPayload(Object) - Method in class org.springframework.messaging.simp.stomp.StompHeaderAccessor
 
appendQueryProperties(StringBuilder, Map<String, Object>, String) - Method in class org.springframework.web.servlet.view.RedirectView
Append query properties to the redirect URL.
appendResource(Resource) - Method in class org.springframework.web.servlet.resource.AppCacheManifestTransformer.HashBuilder
 
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
 
appendSession() - Method in class org.springframework.messaging.simp.stomp.StompHeaderAccessor
 
appendSlashes(Collection<String>) - Static method in class org.springframework.messaging.simp.annotation.support.SimpAnnotationMethodMessageHandler
 
appendString(String) - Method in class org.springframework.web.servlet.resource.AppCacheManifestTransformer.HashBuilder
 
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_UTF8 - Static variable in class org.springframework.http.MediaType
Public constant media type for application/json;charset=UTF-8.
APPLICATION_JSON_UTF8_VALUE - Static variable in class org.springframework.http.MediaType
A String equivalent of MediaType.APPLICATION_JSON_UTF8.
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.cache.interceptor.CacheAspectSupport
 
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.event.ApplicationListenerMethodAdapter
 
applicationContext - Variable in class org.springframework.context.event.EventListenerMethodProcessor
 
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.http.converter.json.Jackson2ObjectMapperBuilder
 
applicationContext(ApplicationContext) - Method in class org.springframework.http.converter.json.Jackson2ObjectMapperBuilder
Set the Spring ApplicationContext in order to autowire Jackson handlers (JsonSerializer, JsonDeserializer, KeyDeserializer, TypeResolverBuilder and TypeIdResolver).
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.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.ViewControllerRegistry
 
applicationContext - Variable in class org.springframework.web.servlet.config.annotation.ViewResolverRegistry
 
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.groovy.GroovyMarkupConfigurer
 
applicationContext - Variable in class org.springframework.web.servlet.view.tiles3.TilesView
 
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.
ApplicationContextInitializerUtils - Class in org.springframework.test.context.support
Utility methods for working with ApplicationContextInitializers.
ApplicationContextInitializerUtils() - Constructor for class org.springframework.test.context.support.ApplicationContextInitializerUtils
 
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
 
ApplicationListenerMethodAdapter - Class in org.springframework.context.event
GenericApplicationListener adapter that delegates the processing of an event to an EventListener annotated method.
ApplicationListenerMethodAdapter(String, Class<?>, Method) - Constructor for class org.springframework.context.event.ApplicationListenerMethodAdapter
 
ApplicationListenerMethodTransactionalAdapter - Class in org.springframework.transaction.event
GenericApplicationListener adapter that delegates the processing of an event to a TransactionalEventListener annotated method.
ApplicationListenerMethodTransactionalAdapter(String, Class<?>, Method) - Constructor for class org.springframework.transaction.event.ApplicationListenerMethodTransactionalAdapter
 
ApplicationListenerMethodTransactionalAdapter.TransactionSynchronizationEventAdapter - Class in org.springframework.transaction.event
 
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
 
apply(Message<byte[]>) - Method in class org.springframework.messaging.simp.stomp.Reactor2StompCodec
 
apply(Buffer) - Method in class org.springframework.messaging.simp.stomp.Reactor2StompCodec.DecodingFunction
 
apply(Message<byte[]>) - Method in class org.springframework.messaging.simp.stomp.Reactor2StompCodec.EncodingFunction
 
apply(<any>) - Method in class org.springframework.messaging.simp.stomp.Reactor2TcpStompClient.StompTcpClientSpecFactory
 
apply(<any>) - Method in class org.springframework.messaging.tcp.reactor.Reactor2TcpClient.MessageChannelStreamHandler
 
apply(Statement, Description) - Method in class org.springframework.test.context.junit4.rules.SpringClassRule
Apply class-level features of the Spring TestContext Framework to the supplied base statement.
apply(Statement, FrameworkMethod, Object) - Method in class org.springframework.test.context.junit4.rules.SpringMethodRule
Apply instance-level and method-level features of the Spring TestContext Framework to the supplied base statement.
apply(MockMvcConfigurer) - Method in class org.springframework.test.web.servlet.setup.AbstractMockMvcBuilder
 
apply(MockMvcConfigurer) - Method in interface org.springframework.test.web.servlet.setup.ConfigurableMockMvcBuilder
Add a MockMvcConfigurer that automates MockMvc setup and configures it for some specific purpose (e.g.
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
 
applyBackOffTime(BackOffExecution) - Method in class org.springframework.jms.listener.DefaultMessageListenerContainer
Apply the next back off time using the specified BackOffExecution.
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
 
applyBeforeHandle(Message<?>) - Method in class org.springframework.messaging.support.ExecutorSubscribableChannel.SendTask
 
applyBeforeHandshake(ServerHttpRequest, ServerHttpResponse, Map<String, Object>) - Method in class org.springframework.web.socket.server.support.HandshakeInterceptorChain
 
applyCacheControl(HttpServletResponse, CacheControl) - Method in class org.springframework.web.servlet.support.WebContentGenerator
Set the HTTP Cache-Control header according to the given settings.
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
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.
applyDefault(CacheOperation) - Method in class org.springframework.cache.annotation.SpringCacheAnnotationParser.DefaultCacheConfig
Apply the defaults to the specified CacheOperation.
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.
applyNamedParameterToQuery(Query, String, Object) - Method in class org.springframework.orm.hibernate5.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
 
applyPostReceive(Message<?>, MessageChannel) - Method in class org.springframework.messaging.support.AbstractMessageChannel.ChannelInterceptorChain
 
applyPostSend(Message<?>, MessageChannel, boolean) - Method in class org.springframework.messaging.support.AbstractMessageChannel.ChannelInterceptorChain
 
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
 
applyPreReceive(MessageChannel) - Method in class org.springframework.messaging.support.AbstractMessageChannel.ChannelInterceptorChain
 
applyPreSend(Message<?>, MessageChannel) - Method in class org.springframework.messaging.support.AbstractMessageChannel.ChannelInterceptorChain
 
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 Java resource 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
 
applySessionBindingInterceptor(WebAsyncManager, String) - Method in class org.springframework.orm.hibernate5.support.OpenSessionInViewFilter
 
applySessionBindingInterceptor(WebAsyncManager, String) - Method in class org.springframework.orm.hibernate5.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
 
areBoxingCompatible(String, String) - Static method in class org.springframework.expression.spel.CodeFlow
Determine if boxing/unboxing can get from one type to the other.
areCallbacksLocalToHibernateTransactions() - Method in class org.springframework.orm.hibernate3.SpringTransactionFactory
 
areCompatible - Variable in class org.springframework.expression.spel.ast.Operator.DescriptorComparison
 
areNumbers - Variable in class org.springframework.expression.spel.ast.Operator.DescriptorComparison
 
ARETURN - Static variable in interface org.springframework.asm.Opcodes
 
arg(int, Object) - Method in class org.springframework.web.servlet.mvc.method.annotation.MvcUriComponentsBuilder.MethodArgumentBuilder
 
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.jcache.interceptor.DefaultCacheInvocationContext
 
args - Variable in class org.springframework.context.event.EventExpressionRootObject
 
args - Variable in class org.springframework.context.expression.MethodBasedEvaluationContext
 
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
 
argumentConversionOccurred - Variable in class org.springframework.expression.spel.ast.FunctionReference
 
argumentConversionOccurred - Variable in class org.springframework.expression.spel.support.ReflectiveMethodExecutor
 
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.annotation.support.DefaultMessageHandlerMethodFactory
 
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
 
argumentValues - Variable in class org.springframework.web.servlet.mvc.method.annotation.MvcUriComponentsBuilder.MethodArgumentBuilder
 
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: "[]"
arrayCodeFor(String) - Static method in class org.springframework.expression.spel.CodeFlow
Determine the appropriate T tag to use for the NEWARRAY bytecode.
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
Convert a String array into a comma delimited String (i.e., CSV).
arrayToDelimitedString(Object[], String) - Static method in class org.springframework.util.StringUtils
Convert a String array into a delimited String (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 target type.
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
 
asEnumType(Class<?>) - Static method in class org.springframework.core.CollectionFactory
Cast the given type to a subtype of Enum.
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: currently Opcodes.ASM5.
asMap(Object) - Method in class org.springframework.beans.factory.config.YamlProcessor
 
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
 
AspectJJCacheConfiguration - Class in org.springframework.cache.aspectj
@Configuration class that registers the Spring infrastructure beans necessary to enable AspectJ-based annotation-driven cache management for standard JSR-107 annotations.
AspectJJCacheConfiguration() - Constructor for class org.springframework.cache.aspectj.AspectJJCacheConfiguration
 
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.
assertAsyncStarted(HttpServletRequest) - Static method in class org.springframework.test.web.servlet.result.RequestResultMatchers
 
assertAttributePresence(String, Object) - Method in class org.springframework.core.annotation.AnnotationAttributes
 
assertAttributePresence(String, List<String>, Object) - Method in class org.springframework.core.annotation.AnnotationAttributes
 
assertAttributeType(String, Object, Class<?>) - Method in class org.springframework.core.annotation.AnnotationAttributes
 
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(byte[], 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.
assertContentsOfScriptArray(Resource...) - Method in class org.springframework.jdbc.datasource.init.ResourceDatabasePopulator
 
assertDelegateAvailable() - Static method in class org.springframework.util.Base64Utils
Assert that Byte64 encoding between byte arrays is actually supported.
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.
assertExistsAndReturn(String) - Method in class org.springframework.test.util.JsonPathExpectationsHelper
 
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.
assertJsonEqual(String, String) - Method in class org.springframework.test.util.JsonExpectationsHelper
Parse the expected and actual strings as JSON and assert the two are "similar" - i.e.
assertJsonEqual(String, String, boolean) - Method in class org.springframework.test.util.JsonExpectationsHelper
Parse the expected and actual strings as JSON and assert the two are "similar" - i.e.
assertJsonNotEqual(String, String) - Method in class org.springframework.test.util.JsonExpectationsHelper
Parse the expected and actual strings as JSON and assert the two are "not similar" - i.e.
assertJsonNotEqual(String, String, boolean) - Method in class org.springframework.test.util.JsonExpectationsHelper
Parse the expected and actual strings as JSON and assert the two are "not similar" - i.e.
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(byte[], 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(byte[], 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.util.MetaAnnotationUtils
 
assertNotException(String, Object) - Method in class org.springframework.core.annotation.AnnotationAttributes
 
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
Assert that this request has not been executed yet.
assertNotPrimitiveTargetType(TypeDescriptor, TypeDescriptor) - Method in class org.springframework.core.convert.support.GenericConversionService
 
assertNumber(byte[], 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
 
assertPositions(long, Long) - Method in class org.springframework.http.HttpRange.ByteRange
 
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(byte[], 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.context.event.ApplicationListenerMethodAdapter
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.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
Deprecated.
Assert that the given matcher matches the actual value.
assertThat(String, T, <any>) - Static method in class org.springframework.test.util.MatcherAssertionErrors
Deprecated.
Assert that the given matcher matches the actual value.
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
 
assertUniqueMethodMapping(HandlerMethod, T) - Method in class org.springframework.web.servlet.handler.AbstractHandlerMethodMapping.MappingRegistry
 
assertUri(URI) - Method in class org.springframework.web.socket.client.AbstractWebSocketClient
 
assertValidators(Validator...) - Method in class org.springframework.validation.DataBinder
 
assertValue(String, <any>) - Method in class org.springframework.test.util.JsonPathExpectationsHelper
Evaluate the JSON path expression against the supplied content and assert the resulting value with the given Matcher.
assertValue(String, Object) - Method in class org.springframework.test.util.JsonPathExpectationsHelper
Evaluate the JSON path expression against the supplied content and assert that the result is equal to the expected value.
assertValueIsArray(String) - Method in class org.springframework.test.util.JsonPathExpectationsHelper
Evaluate the JSON path expression against the supplied content and assert that the resulting value is an array.
assertValueIsBoolean(String) - Method in class org.springframework.test.util.JsonPathExpectationsHelper
Evaluate the JSON path expression against the supplied content and assert that the resulting value is a Boolean.
assertValueIsEmpty(String) - Method in class org.springframework.test.util.JsonPathExpectationsHelper
Evaluate the JSON path expression against the supplied content and assert that an empty value exists at the given path.
assertValueIsMap(String) - Method in class org.springframework.test.util.JsonPathExpectationsHelper
Evaluate the JSON path expression against the supplied content and assert that the resulting value is a Map.
assertValueIsNotEmpty(String) - Method in class org.springframework.test.util.JsonPathExpectationsHelper
Evaluate the JSON path expression against the supplied content and assert that a non-empty value exists at the given path.
assertValueIsNumber(String) - Method in class org.springframework.test.util.JsonPathExpectationsHelper
Evaluate the JSON path expression against the supplied content and assert that the resulting value is a Number.
assertValueIsString(String) - Method in class org.springframework.test.util.JsonPathExpectationsHelper
Evaluate the JSON path expression against the supplied content and assert that the resulting value is a String.
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.scheduling.config.TaskManagementConfigUtils
The bean name of the internally managed Async annotation processor.
ASYNC_EXECUTION_ASPECT_BEAN_NAME - Static variable in class org.springframework.scheduling.config.TaskManagementConfigUtils
The bean name of the internally managed AspectJ async execution aspect.
ASYNC_EXECUTION_ASPECT_CLASS_NAME - Static variable in class org.springframework.scheduling.config.AnnotationDrivenBeanDefinitionParser
 
ASYNC_EXECUTION_ASPECT_CONFIGURATION_CLASS_NAME - Static variable in class org.springframework.scheduling.annotation.AsyncConfigurationSelector
 
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, AsyncUncaughtExceptionHandler) - 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 or the AsyncUncaughtExceptionHandler instance used to process exception thrown from async method with void return type.
AsyncConfigurerSupport - Class in org.springframework.scheduling.annotation
A convenience AsyncConfigurer that implements all methods so that the defaults are used.
AsyncConfigurerSupport() - Constructor for class org.springframework.scheduling.annotation.AsyncConfigurerSupport
 
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 org.springframework.scheduling.annotation.AnnotationAsyncExecutionInterceptor or org.springframework.scheduling.aspectj.AnnotationAsyncExecutionAspect.
AsyncExecutionAspectSupport(Executor, AsyncUncaughtExceptionHandler) - 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.
AsyncExecutionAspectSupport(Executor) - Constructor for class org.springframework.aop.interceptor.AsyncExecutionAspectSupport
Create a new instance with a default AsyncUncaughtExceptionHandler.
AsyncExecutionAspectSupport.CompletableFutureDelegate - Class in org.springframework.aop.interceptor
Inner class to avoid a hard dependency on Java 8.
AsyncExecutionInterceptor - Class in org.springframework.aop.interceptor
AOP Alliance MethodInterceptor that processes method invocations asynchronously, using a given AsyncTaskExecutor.
AsyncExecutionInterceptor(Executor, AsyncUncaughtExceptionHandler) - Constructor for class org.springframework.aop.interceptor.AsyncExecutionInterceptor
Create a new AsyncExecutionInterceptor.
AsyncExecutionInterceptor(Executor) - Constructor for class org.springframework.aop.interceptor.AsyncExecutionInterceptor
Create a new instance with a default AsyncUncaughtExceptionHandler.
AsyncHandlerInterceptor - Interface in org.springframework.web.servlet
Extends HandlerInterceptor with a callback method invoked after the start of asynchronous request handling.
AsyncHandlerMethodReturnValueHandler - Interface in org.springframework.messaging.handler.invocation
An extension of HandlerMethodReturnValueHandler for handling async, Future-like return value types that support success and error callbacks.
AsyncHandlerMethodReturnValueHandler - Interface in org.springframework.web.method.support
A HandlerMethodReturnValueHandler that handles return values that represent asynchronous computation.
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 started.
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.hibernate5.support
An interceptor with asynchronous web requests used in OpenSessionInViewFilter and OpenSessionInViewInterceptor.
AsyncRequestInterceptor(SessionFactory, SessionHolder) - Constructor for class org.springframework.orm.hibernate5.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(V, ExecutionException) - 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.
AsyncResultMethodParameter(Object) - Constructor for class org.springframework.messaging.handler.invocation.InvocableHandlerMethod.AsyncResultMethodParameter
 
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 whether asynchronous processing started, usually as a result of a controller method returning Callable or DeferredResult.
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
 
AsyncUncaughtExceptionHandler - Interface in org.springframework.aop.interceptor
A strategy for handling uncaught exceptions thrown from asynchronous methods.
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
 
AsyncWebRequestFactory() - Constructor for class org.springframework.web.context.request.async.WebAsyncUtils.AsyncWebRequestFactory
 
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
 
attributeAliasesCache - Static variable in class org.springframework.core.annotation.AnnotationUtils
 
attributeAliasMap - Variable in class org.springframework.core.annotation.AbstractAliasAwareAnnotationAttributeExtractor
 
attributeCache - Variable in class org.springframework.cache.interceptor.AbstractFallbackCacheOperationSource
Cache of CacheOperations, keyed by AnnotatedElementKey.
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.
attributeExtractor - Variable in class org.springframework.core.annotation.SynthesizedAnnotationInvocationHandler
 
attributeHasErrors(String...) - Method in class org.springframework.test.web.servlet.result.ModelResultMatchers
Assert the given model attribute(s) have errors.
attributeHasFieldErrorCode(String, String, String) - Method in class org.springframework.test.web.servlet.result.ModelResultMatchers
Assert a field error code for a model attribute using exact String match.
attributeHasFieldErrorCode(String, String, <any>) - Method in class org.springframework.test.web.servlet.result.ModelResultMatchers
Assert a field error code for a model attribute using a org.hamcrest.Matcher.
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.
attributeMethodsCache - Static variable in class org.springframework.core.annotation.AnnotationUtils
 
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.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.messaging.simp.SimpAttributes
 
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(Map<String, ?>) - Method in class org.springframework.web.servlet.config.annotation.UrlBasedViewResolverRegistration
Set static attributes to be added to the model of every request for all views resolved by this view resolver.
attributes - Variable in class org.springframework.web.socket.adapter.AbstractWebSocketSession
 
attributes - Variable in class org.springframework.web.socket.sockjs.client.AbstractClientSockJsSession
 
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
 
attributesHolder - Static variable in class org.springframework.messaging.simp.SimpAttributesContextHolder
 
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.
attributesMap - Variable in class org.springframework.core.type.classreading.MethodMetadataReadingVisitor
 
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
 
attributeValueToString(Object) - Method in class org.springframework.core.annotation.SynthesizedAnnotationInvocationHandler
 
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
 
AUTHORIZATION - Static variable in class org.springframework.http.HttpHeaders
The HTTP Authorization header field name.
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
 
authType(MockHttpServletRequest) - Method in class org.springframework.test.web.servlet.htmlunit.HtmlUnitRequestBuilder
 
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 - Variable in class org.springframework.web.servlet.resource.ResourceUrlProvider
 
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.hibernate5.HibernateTransactionManager
 
autodetectDataSource - Variable in class org.springframework.orm.jdo.JdoTransactionManager
 
autoDetectFields(boolean) - Method in class org.springframework.http.converter.json.Jackson2ObjectMapperBuilder
Shortcut for MapperFeature#AUTO_DETECT_FIELDS option.
autoDetectGettersSetters(boolean) - Method in class org.springframework.http.converter.json.Jackson2ObjectMapperBuilder
Shortcut for MapperFeature#AUTO_DETECT_SETTERS/ MapperFeature#AUTO_DETECT_GETTERS/MapperFeature#AUTO_DETECT_IS_GETTERS options.
autodetectInterfaces - Variable in class org.springframework.aop.framework.ProxyFactoryBean
 
autodetectMarkupTemplateEngine() - Method in class org.springframework.web.servlet.view.groovy.GroovyMarkupView
Autodetect a MarkupTemplateEngine via the ApplicationContext.
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.
autodetectViewConfig() - Method in class org.springframework.web.servlet.view.script.ScriptTemplateView
 
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.AbstractNestablePropertyAccessor
 
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.AbstractPropertyAccessor
 
autoGrowNestedPaths - Variable in class org.springframework.validation.BeanPropertyBindingResult
 
autoGrowNestedPaths - Variable in class org.springframework.validation.DataBinder
 
autoGrowNestedPaths - Variable in class org.springframework.validation.DirectFieldBindingResult
 
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
 
autoReceiptEnabled - Variable in class org.springframework.messaging.simp.stomp.DefaultStompSession
 
autoStartup - Variable in class org.springframework.jca.endpoint.GenericMessageEndpointManager
 
autoStartup - Variable in class org.springframework.jms.config.AbstractJmsListenerContainerFactory
 
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.messaging.WebSocketStompClient
 
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
Deprecated.
 
available() - Method in class org.springframework.util.FastByteArrayOutputStream.FastByteArrayInputStream
 
availableCharsets - Variable in class org.springframework.http.converter.StringHttpMessageConverter
 
availableEvent - Variable in class org.springframework.messaging.simp.broker.AbstractBrokerMessageHandler
 
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.
BACK_OFF_ATTRIBUTE - Static variable in class org.springframework.jms.config.JmsListenerContainerParser
 
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
 
backOff - Variable in class org.springframework.jms.config.DefaultJmsListenerContainerFactory
 
backOff - Variable in class org.springframework.jms.listener.DefaultMessageListenerContainer
 
BackOff - Interface in org.springframework.util.backoff
Provide a BackOffExecution that indicates the rate at which an operation should be retried.
BackOffExecution - Interface in org.springframework.util.backoff
Represent a particular back-off execution.
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
 
badRequest() - Static method in class org.springframework.http.ResponseEntity
Create a builder with a BAD_REQUEST status.
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
 
baos - Variable in class org.springframework.web.servlet.resource.AppCacheManifestTransformer.HashBuilder
 
BASE - Static variable in class org.springframework.asm.Frame
Kind of the types that are not relative to an input stack map frame.
base64 - Variable in class org.springframework.util.Base64Utils.CommonsCodecBase64Delegate
 
base64EncodeByteArrays - Variable in class org.springframework.http.converter.json.GsonFactoryBean
 
Base64TypeAdapter() - Constructor for class org.springframework.http.converter.json.GsonBuilderUtils.Base64TypeAdapter
 
base64UrlSafe - Variable in class org.springframework.util.Base64Utils.CommonsCodecBase64Delegate
 
Base64Utils - Class in org.springframework.util
A simple utility class for Base64 encoding and decoding.
Base64Utils() - Constructor for class org.springframework.util.Base64Utils
 
Base64Utils.Base64Delegate - Interface in org.springframework.util
 
Base64Utils.CommonsCodecBase64Delegate - Class in org.springframework.util
 
Base64Utils.JdkBase64Delegate - Class in org.springframework.util
 
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
 
baseUrl - Variable in class org.springframework.web.servlet.mvc.method.annotation.MvcUriComponentsBuilder
 
baseUrl - Variable in class org.springframework.web.servlet.mvc.method.annotation.MvcUriComponentsBuilder.MethodArgumentBuilder
 
baseUrl - Variable in class org.springframework.web.util.DefaultUriTemplateHandler
 
BasicOperation - Interface in org.springframework.cache.interceptor
The base interface that all cache operations must implement.
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
 
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
Define 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.jms.config.MethodJmsListenerEndpoint
 
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 - Static variable in class org.springframework.web.servlet.config.FreeMarkerConfigurerBeanDefinitionParser
 
BEAN_NAME - Static variable in class org.springframework.web.servlet.config.GroovyMarkupConfigurerBeanDefinitionParser
 
BEAN_NAME - Static variable in class org.springframework.web.servlet.config.ScriptTemplateConfigurerBeanDefinitionParser
 
BEAN_NAME - Static variable in class org.springframework.web.servlet.config.TilesConfigurerBeanDefinitionParser
 
BEAN_NAME - Static variable in class org.springframework.web.servlet.config.VelocityConfigurerBeanDefinitionParser
 
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_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.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.event.AbstractApplicationEventMulticaster
 
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.jms.remoting.JmsInvokerProxyFactoryBean
 
beanClassLoader - Variable in class org.springframework.jms.support.converter.MappingJackson2MessageConverter
 
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
Deprecated.
 
beanClassLoader - Variable in class org.springframework.scripting.support.ScriptFactoryPostProcessor
 
beanClassLoader - Variable in class org.springframework.scripting.support.StandardScriptFactory
 
beanClassLoader - Variable in class org.springframework.transaction.interceptor.MethodMapTransactionAttributeSource
 
beanClassLoader - Variable in class org.springframework.ui.context.support.ResourceBundleThemeSource
 
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 <bean>) 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) - Constructor for class org.springframework.beans.factory.xml.BeanDefinitionParserDelegate
Create a new BeanDefinitionParserDelegate associated with the supplied XmlReaderContext.
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.AbstractBeanFactoryAwareAdvisingPostProcessor
 
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.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.cache.jcache.interceptor.DefaultJCacheOperationSource
 
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.http.converter.json.SpringHandlerInstantiator
 
beanFactory - Variable in class org.springframework.jdbc.datasource.lookup.BeanFactoryDataSourceLookup
 
beanFactory - Variable in class org.springframework.jms.annotation.JmsListenerAnnotationBeanPostProcessor
 
beanFactory - Variable in class org.springframework.jms.config.JmsListenerEndpointRegistrar
 
beanFactory - Variable in class org.springframework.jms.config.MethodJmsListenerEndpoint
 
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.annotation.support.DefaultMessageHandlerMethodFactory
 
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.hibernate5.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.annotation.ScheduledAnnotationBeanPostProcessor
 
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(ClassLoader) - 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
 
BeanFactoryJCacheOperationSourceAdvisor - Class in org.springframework.cache.jcache.interceptor
Advisor driven by a JCacheOperationSource, used to include a cache advice bean for methods that are cacheable.
BeanFactoryJCacheOperationSourceAdvisor() - Constructor for class org.springframework.cache.jcache.interceptor.BeanFactoryJCacheOperationSourceAdvisor
 
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.context.event.ApplicationListenerMethodAdapter
 
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.CronTriggerFactoryBean
 
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.SimpleTriggerFactoryBean
 
beanName - Variable in class org.springframework.web.filter.GenericFilterBean
 
beanName - Variable in class org.springframework.web.portlet.mvc.PortletWrappingController
 
beanName() - Method in class org.springframework.web.servlet.config.annotation.ViewResolverRegistry
Register a bean name view resolver that interprets view names as the names of View beans.
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, ResolvableType) - 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<?>) - 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
A simple implementation of ViewResolver that interprets a view name as a 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.
BeanPropertyHandler(PropertyDescriptor) - Constructor for class org.springframework.beans.BeanWrapperImpl.BeanPropertyHandler
 
BeanPropertyMatches(String, Class<?>, int) - Constructor for class org.springframework.beans.PropertyMatches.BeanPropertyMatches
 
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
 
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
beanType - Variable in class org.springframework.messaging.handler.HandlerMethod
 
beanType - Variable in class org.springframework.web.method.HandlerMethod
 
beanType - Variable in class org.springframework.web.servlet.config.annotation.BeanTypeNotPresentCondition
 
BeanTypeNotPresentCondition - Class in org.springframework.web.servlet.config.annotation
A simple configuration condition that checks for the absence of any beans of a given type.
BeanTypeNotPresentCondition(Class<?>) - Constructor for class org.springframework.web.servlet.config.annotation.BeanTypeNotPresentCondition
 
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 a new empty BeanWrapperImpl.
BeanWrapperImpl(boolean) - Constructor for class org.springframework.beans.BeanWrapperImpl
Create a new empty BeanWrapperImpl.
BeanWrapperImpl(Object) - Constructor for class org.springframework.beans.BeanWrapperImpl
Create a new BeanWrapperImpl for the given object.
BeanWrapperImpl(Class<?>) - Constructor for class org.springframework.beans.BeanWrapperImpl
Create a new BeanWrapperImpl, wrapping a new instance of the specified class.
BeanWrapperImpl(Object, String, Object) - Constructor for class org.springframework.beans.BeanWrapperImpl
Create a 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 a new BeanWrapperImpl for the given object, registering a nested path that the object is in.
BeanWrapperImpl.BeanPropertyHandler - 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.
beforeBodyRead(HttpInputMessage, MethodParameter, Type, Class<? extends HttpMessageConverter<?>>) - Method in class org.springframework.web.servlet.mvc.method.annotation.JsonViewRequestBodyAdvice
 
beforeBodyRead(HttpInputMessage, MethodParameter, Type, Class<? extends HttpMessageConverter<?>>) - Method in interface org.springframework.web.servlet.mvc.method.annotation.RequestBodyAdvice
Invoked second before the request body is read and converted.
beforeBodyRead(HttpInputMessage, MethodParameter, Type, Class<? extends HttpMessageConverter<?>>) - Method in class org.springframework.web.servlet.mvc.method.annotation.RequestBodyAdviceAdapter
The default implementation returns the InputMessage that was passed in.
beforeBodyRead(HttpInputMessage, MethodParameter, Type, Class<? extends HttpMessageConverter<?>>) - Method in class org.springframework.web.servlet.mvc.method.annotation.RequestResponseBodyAdviceChain
 
beforeBodyWrite(Object, MethodParameter, MediaType, Class<? extends HttpMessageConverter<?>>, ServerHttpRequest, ServerHttpResponse) - Method in class org.springframework.web.servlet.mvc.method.annotation.AbstractMappingJacksonResponseBodyAdvice
 
beforeBodyWrite(Object, MethodParameter, MediaType, Class<? extends HttpMessageConverter<?>>, ServerHttpRequest, ServerHttpResponse) - Method in class org.springframework.web.servlet.mvc.method.annotation.RequestResponseBodyAdviceChain
 
beforeBodyWrite(T, MethodParameter, MediaType, Class<? extends HttpMessageConverter<?>>, ServerHttpRequest, ServerHttpResponse) - Method in interface org.springframework.web.servlet.mvc.method.annotation.ResponseBodyAdvice
Invoked after an HttpMessageConverter is selected and just before its write method is invoked.
beforeBodyWriteInternal(MappingJacksonValue, MediaType, MethodParameter, ServerHttpRequest, ServerHttpResponse) - Method in class org.springframework.web.servlet.mvc.method.annotation.AbstractJsonpResponseBodyAdvice
 
beforeBodyWriteInternal(MappingJacksonValue, MediaType, MethodParameter, ServerHttpRequest, ServerHttpResponse) - Method in class org.springframework.web.servlet.mvc.method.annotation.AbstractMappingJacksonResponseBodyAdvice
Invoked only if the converter type is MappingJackson2HttpMessageConverter.
beforeBodyWriteInternal(MappingJacksonValue, MediaType, MethodParameter, ServerHttpRequest, ServerHttpResponse) - Method in class org.springframework.web.servlet.mvc.method.annotation.JsonViewResponseBodyAdvice
 
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.orm.hibernate5.SpringSessionSynchronization
 
beforeCommit(boolean) - Method in class org.springframework.transaction.event.ApplicationListenerMethodTransactionalAdapter.TransactionSynchronizationEventAdapter
 
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.orm.hibernate5.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.hibernate5.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
Move the cursor to the front of this row set, just before the first row.
beforeHandle(Message<?>, MessageChannel, MessageHandler) - Method in interface org.springframework.messaging.support.ExecutorChannelInterceptor
Invoked inside the Runnable submitted to the Executor just before calling the target MessageHandler to handle the message.
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
 
beforeHandshake(ServerHttpRequest, ServerHttpResponse, WebSocketHandler, Map<String, Object>) - Method in class org.springframework.web.socket.server.support.OriginHandshakeInterceptor
 
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
 
beforeMockMvcCreated(ConfigurableMockMvcBuilder<?>, WebApplicationContext) - Method in interface org.springframework.test.web.servlet.setup.MockMvcConfigurer
Invoked just before the MockMvc instance is created.
beforeMockMvcCreated(ConfigurableMockMvcBuilder<?>, WebApplicationContext) - Method in class org.springframework.test.web.servlet.setup.MockMvcConfigurerAdapter
 
beforeOrAfterTestClass(TestContext, DirtiesContext.ClassMode) - Method in class org.springframework.test.context.support.AbstractDirtiesContextTestExecutionListener
beforeOrAfterTestMethod(TestContext, DirtiesContext.MethodMode, DirtiesContext.ClassMode) - Method in class org.springframework.test.context.support.AbstractDirtiesContextTestExecutionListener
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
Deprecated.
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(TestContext) - Method in class org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener
If the test class of the supplied test context is annotated with @DirtiesContext and the class mode is set to BEFORE_CLASS, 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.
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.jdbc.SqlScriptsTestExecutionListener
Execute SQL scripts configured via @Sql for the supplied TestContext before the current test method.
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(TestContext) - Method in class org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener
If the current test method of the supplied test context is annotated with @DirtiesContext and the method mode is set to BEFORE_METHOD, or if the test class is annotated with @DirtiesContext and the class mode is set to BEFORE_EACH_TEST_METHOD, 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.
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 a test method configured to run within a transaction via the @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.
binaryMessageSizeLimit - Variable in class org.springframework.web.socket.sockjs.client.XhrClientSockJsSession
 
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
 
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 through regular Map operations.
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
This implementation downcasts WebDataBinder to ServletRequestDataBinder before binding.
bindResource(Object, Object) - Static method in class org.springframework.transaction.support.TransactionSynchronizationManager
Bind the given resource for the given key to the current thread.
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.hibernate5.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
 
blockCommentEndDelimiter - Variable in class org.springframework.test.context.jdbc.MergedSqlConfig
 
blockCommentStartDelimiter - Variable in class org.springframework.jdbc.datasource.init.ResourceDatabasePopulator
 
blockCommentStartDelimiter - Variable in class org.springframework.test.context.jdbc.MergedSqlConfig
 
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
 
blockWhenExhausted - Variable in class org.springframework.aop.target.CommonsPool2TargetSource
 
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.Netty4ClientHttpRequest
 
body - Variable in class org.springframework.http.client.Netty4ClientHttpResponse
 
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.converter.json.MappingJacksonInputMessage
 
body - Variable in class org.springframework.http.HttpEntity
 
body(T) - Method in interface org.springframework.http.RequestEntity.BodyBuilder
Set the body of the request entity and build the RequestEntity.
body(T) - Method in class org.springframework.http.RequestEntity.DefaultBodyBuilder
 
body(T) - Method in interface org.springframework.http.ResponseEntity.BodyBuilder
Set the body of the response entity and returns it.
body(T) - Method in class org.springframework.http.ResponseEntity.DefaultBuilder
 
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.
body - Variable in class org.springframework.web.servlet.mvc.method.annotation.AbstractMessageConverterMethodArgumentResolver.EmptyBodyCheckingHttpInputMessage
 
body - Variable in class org.springframework.web.socket.sockjs.client.RestTemplateXhrTransport.XhrRequestCallback
 
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
 
bodyUsed - Variable in class org.springframework.http.server.ServletServerHttpResponse
 
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.
bootstrap - Variable in class org.springframework.http.client.Netty4ClientHttpRequest
 
bootstrap - Variable in class org.springframework.http.client.Netty4ClientHttpRequestFactory
 
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
 
BootstrapContext - Interface in org.springframework.test.context
BootstrapContext encapsulates the context in which the Spring TestContext Framework is bootstrapped.
bootstrapContext - Variable in class org.springframework.test.context.support.AbstractTestContextBootstrapper
 
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.
BootstrapUtils - Class in org.springframework.test.context
BootstrapUtils is a collection of utility methods to assist with bootstrapping the Spring TestContext Framework.
BootstrapUtils() - Constructor for class org.springframework.test.context.BootstrapUtils
 
BootstrapWith - Annotation Type in org.springframework.test.context
@BootstrapWith defines class-level metadata that is used to determine how to bootstrap the Spring TestContext Framework.
BOUNDARY_CHARS - Static variable in class org.springframework.util.MimeTypeUtils
 
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.context.event.ApplicationListenerMethodAdapter
 
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
 
broadcastDestination - Variable in class org.springframework.messaging.simp.user.UserDestinationMessageHandler.BroadcastHandler
 
broadcastDestination - Variable in class org.springframework.messaging.simp.user.UserRegistryMessageHandler
 
broadcastHandler - Variable in class org.springframework.messaging.simp.user.UserDestinationMessageHandler
 
BroadcastHandler(MessageSendingOperations<String>, String) - Constructor for class org.springframework.messaging.simp.user.UserDestinationMessageHandler.BroadcastHandler
 
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.AbstractBrokerMessageHandler
 
brokerChannel() - Method in class org.springframework.messaging.simp.config.AbstractMessageBrokerConfiguration
 
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
 
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
 
brokerTemplate - Variable in class org.springframework.messaging.simp.user.UserRegistryMessageHandler
 
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
Create a buffering wrapper for the given ClientHttpRequestFactory.
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 response's body into memory, thus allowing for multiple invocations of BufferingClientHttpResponseWrapper.getBody().
BufferingClientHttpResponseWrapper(ClientHttpResponse) - Constructor for class org.springframework.http.client.BufferingClientHttpResponseWrapper
 
bufferingDecoder - Variable in class org.springframework.web.socket.messaging.WebSocketStompClient.StompWebSocketMessageCodec
 
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(StompDecoder, 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
 
buffers - Variable in class org.springframework.util.FastByteArrayOutputStream
 
buffersIterator - Variable in class org.springframework.util.FastByteArrayOutputStream.FastByteArrayInputStream
 
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.http.converter.json.Jackson2ObjectMapperBuilder
Build a new ObjectMapper instance.
build() - Method in class org.springframework.http.RequestEntity.DefaultBodyBuilder
 
build() - Method in interface org.springframework.http.RequestEntity.HeadersBuilder
Builds the request entity with no body.
build() - Method in class org.springframework.http.ResponseEntity.DefaultBuilder
 
build() - Method in interface org.springframework.http.ResponseEntity.HeadersBuilder
Build the response entity with no body.
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 class org.springframework.test.web.servlet.htmlunit.MockMvcWebClientBuilder
Build the WebClient configured via this builder.
build() - Method in class org.springframework.test.web.servlet.htmlunit.MockWebResponseBuilder
 
build() - Method in class org.springframework.test.web.servlet.htmlunit.webdriver.MockMvcHtmlUnitDriverBuilder
Build the HtmlUnitDriver configured via this builder.
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.servlet.mvc.method.annotation.MvcUriComponentsBuilder.MethodArgumentBuilder
 
build() - Method in interface org.springframework.web.servlet.mvc.method.annotation.SseEmitter.SseEventBuilder
Return one or more Object-MediaType pairs to write via SseEmitter.send(Object, MediaType).
build() - Method in class org.springframework.web.servlet.mvc.method.annotation.SseEmitter.SseEventBuilderImpl
 
build() - Method in interface org.springframework.web.servlet.mvc.method.RequestMappingInfo.Builder
Build the RequestMappingInfo.
build() - Method in class org.springframework.web.servlet.mvc.method.RequestMappingInfo.DefaultBuilder
 
build() - Method in class org.springframework.web.servlet.resource.AppCacheManifestTransformer.HashBuilder
 
build() - Method in class org.springframework.web.util.UriComponentsBuilder
Build a UriComponents instance from the various components contained in this builder.
build(boolean) - Method in class org.springframework.web.util.UriComponentsBuilder
Build 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, AsyncUncaughtExceptionHandler) - 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(Object...) - Method in class org.springframework.web.servlet.mvc.method.annotation.MvcUriComponentsBuilder.MethodArgumentBuilder
 
buildAndExpand(Map<String, ?>) - Method in class org.springframework.web.util.UriComponentsBuilder
Build a UriComponents instance and replaces URI template variables with the values from a map.
buildAndExpand(Object...) - Method in class org.springframework.web.util.UriComponentsBuilder
Build 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
 
buildCacheManager() - Static method in class org.springframework.cache.ehcache.EhCacheManagerUtils
Build an EhCache CacheManager from the default configuration.
buildCacheManager(String) - Static method in class org.springframework.cache.ehcache.EhCacheManagerUtils
Build an EhCache CacheManager from the default configuration.
buildCacheManager(Resource) - Static method in class org.springframework.cache.ehcache.EhCacheManagerUtils
Build an EhCache CacheManager from the given configuration resource.
buildCacheManager(String, Resource) - Static method in class org.springframework.cache.ehcache.EhCacheManagerUtils
Build an EhCache CacheManager from the given configuration resource.
buildCollectionRegion(String, Properties, CacheDataDescription) - Method in class org.springframework.orm.hibernate3.LocalRegionFactoryProxy
 
buildContextHierarchyMap(Class<?>) - Static method in class org.springframework.test.context.support.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.
buildDocument() - Method in class org.springframework.oxm.support.AbstractMarshaller
Build a new Document from this marshaller's DocumentBuilderFactory, as a placeholder for a DOM node.
buildEntityRegion(String, Properties, CacheDataDescription) - Method in class org.springframework.orm.hibernate3.LocalRegionFactoryProxy
 
builder - Variable in class org.springframework.http.converter.json.Jackson2ObjectMapperFactoryBean
 
BuilderConfiguration() - Constructor for class org.springframework.web.servlet.mvc.method.RequestMappingInfo.BuilderConfiguration
 
buildErrorMessage() - Method in class org.springframework.beans.PropertyMatches.BeanPropertyMatches
 
buildErrorMessage() - Method in class org.springframework.beans.PropertyMatches
Build an error message for the given invalid property name, indicating the possible property matches.
buildErrorMessage() - Method in class org.springframework.beans.PropertyMatches.FieldPropertyMatches
 
buildErrorMessage(String, int, EncodedResource) - Static method in exception org.springframework.jdbc.datasource.init.ScriptStatementFailedException
Build an error message for an SQL script execution failure, based on the supplied arguments.
builders - Variable in class org.springframework.web.util.UriComponentsBuilder.CompositePathComponentBuilder
 
buildExcelDocument(Map<String, Object>, HSSFWorkbook, HttpServletRequest, HttpServletResponse) - Method in class org.springframework.web.servlet.view.document.AbstractExcelView
Deprecated.
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.
buildExcelDocument(Map<String, Object>, Workbook, HttpServletRequest, HttpServletResponse) - Method in class org.springframework.web.servlet.view.document.AbstractXlsView
Application-provided subclasses must implement this method to populate the 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.
buildFlattenedMap(Map<String, Object>, Map<String, Object>, String) - Method in class org.springframework.beans.factory.config.YamlProcessor
 
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
 
buildLazyResourceProxy(CommonAnnotationBeanPostProcessor.LookupElement, String) - Method in class org.springframework.context.annotation.CommonAnnotationBeanPostProcessor
Obtain a lazily resolving resource proxy for the given name and type, delegating to CommonAnnotationBeanPostProcessor.getResource(org.springframework.context.annotation.CommonAnnotationBeanPostProcessor.LookupElement, java.lang.String) on demand once a method call comes in.
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, occurred 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() - Method in class org.springframework.test.context.support.AbstractTestContextBootstrapper
Build the merged context configuration for the test class in the BootstrapContext associated with this bootstrapper.
buildMergedContextConfiguration(Class<?>, List<ContextConfigurationAttributes>, MergedContextConfiguration, CacheAwareContextLoaderDelegate) - Method in class org.springframework.test.context.support.AbstractTestContextBootstrapper
Build the merged context configuration for the supplied testClass, context configuration attributes, and parent context configuration.
buildMergedContextConfiguration() - Method in interface org.springframework.test.context.TestContextBootstrapper
Build the merged context configuration for the test class in the BootstrapContext associated with this bootstrapper.
buildMergedTestPropertySources(Class<?>) - Static method in class org.springframework.test.context.support.TestPropertySourceUtils
 
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.AbstractAdaptableMessageListener
Build a JMS message to be sent as response based on the given result object.
buildMessageInterpolator(MessageSource) - Static method in class org.springframework.validation.beanvalidation.LocalValidatorFactoryBean.HibernateValidatorDelegate
 
buildOrObtainSession() - Method in class org.springframework.orm.hibernate4.SpringJtaSessionContext
 
buildOrObtainSession() - Method in class org.springframework.orm.hibernate5.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.).
buildPersistenceMetadata(Class<?>) - Method in class org.springframework.orm.jpa.support.PersistenceAnnotationBeanPostProcessor
 
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(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.htmlunit.HtmlUnitRequestBuilder
 
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.
buildResourceMetadata(Class<?>) - Method in class org.springframework.context.annotation.CommonAnnotationBeanPostProcessor
 
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.
buildSessionFactory(LocalSessionFactoryBuilder) - Method in class org.springframework.orm.hibernate5.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.
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.
buildTestContext() - Method in class org.springframework.test.context.support.AbstractTestContextBootstrapper
buildTestContext() - Method in interface org.springframework.test.context.TestContextBootstrapper
Build the TestContext for the BootstrapContext associated with this bootstrapper.
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.tiles2.TilesViewResolver
Deprecated.
 
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
 
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
 
bulkUpdate(String, Object...) - Method in interface org.springframework.orm.hibernate5.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.hibernate5.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_RANGE_PREFIX - Static variable in class org.springframework.http.HttpRange
 
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
 
ByteRange(long, Long) - Constructor for class org.springframework.http.HttpRange.ByteRange
 
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 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.interceptor.AbstractFallbackJCacheOperationSource
 
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 - Variable in class org.springframework.objenesis.SpringObjenesis
 
cache(boolean) - Method in class org.springframework.web.servlet.config.annotation.UrlBasedViewResolverRegistration
Enable or disable caching.
cache - Variable in class org.springframework.web.servlet.resource.CachingResourceResolver
 
cache - Variable in class org.springframework.web.servlet.resource.CachingResourceTransformer
 
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.cache.config.CacheManagementConfigUtils
 
CACHE_ASPECT_BEAN_NAME - Static variable in class org.springframework.cache.config.CacheManagementConfigUtils
 
CACHE_ASPECT_CLASS_NAME - Static variable in class org.springframework.cache.config.AnnotationDrivenCacheBeanDefinitionParser
 
CACHE_ASPECT_CONFIGURATION_CLASS_NAME - Static variable in class org.springframework.cache.annotation.CachingConfigurationSelector
 
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
The HTTP Cache-Control header field name.
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 the result of invoking a method (or all methods in 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
 
cacheableMappingLocations - Variable in class org.springframework.orm.hibernate5.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
 
cacheAdvisor() - Method in class org.springframework.cache.jcache.config.ProxyJCacheConfiguration
 
cacheAnnotation - Variable in class org.springframework.cache.jcache.interceptor.DefaultCacheMethodDetails
 
CacheAnnotationParser - Interface in org.springframework.cache.annotation
Strategy interface for parsing known caching annotation types.
cacheAspect() - Method in class org.springframework.cache.aspectj.AspectJCachingConfiguration
 
cacheAspect() - Method in class org.springframework.cache.aspectj.AspectJJCacheConfiguration
 
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.CacheOperationCacheKey - Class in org.springframework.cache.interceptor
 
CacheAspectSupport.CacheOperationContext - Class in org.springframework.cache.interceptor
 
CacheAspectSupport.CacheOperationContexts - Class in org.springframework.cache.interceptor
 
CacheAspectSupport.CacheOperationMetadata - Class in org.springframework.cache.interceptor
Metadata of a cache operation that does not depend on a particular invocation which makes it a good candidate for caching.
CacheAspectSupport.CachePutRequest - Class in org.springframework.cache.interceptor
 
CacheAwareContextLoaderDelegate - Interface in org.springframework.test.context
A CacheAwareContextLoaderDelegate is responsible for loading and closing application contexts, interacting transparently with a ContextCache behind the scenes.
cacheAwareContextLoaderDelegate - Variable in class org.springframework.test.context.MergedContextConfiguration
 
cacheAwareContextLoaderDelegate - Variable in class org.springframework.test.context.support.DefaultBootstrapContext
 
cacheAwareContextLoaderDelegate - Variable in class org.springframework.test.context.support.DefaultTestContext
 
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
 
CacheConfig - Annotation Type in org.springframework.cache.annotation
@CacheConfig provides a mechanism for sharing common cache-related settings at the class level.
cacheConsumers - Variable in class org.springframework.jms.connection.CachingConnectionFactory
 
CacheControl - Class in org.springframework.http
A builder for creating "Cache-Control" HTTP response headers.
CacheControl() - Constructor for class org.springframework.http.CacheControl
Create an empty CacheControl instance.
cacheControl(CacheControl) - Method in class org.springframework.http.ResponseEntity.DefaultBuilder
 
cacheControl(CacheControl) - Method in interface org.springframework.http.ResponseEntity.HeadersBuilder
Set the caching directives for the resource, as specified by the HTTP 1.1 Cache-Control header.
cacheControl - Variable in class org.springframework.mock.web.portlet.MockMimeResponse
 
cacheControl - Variable in class org.springframework.web.servlet.config.annotation.ResourceHandlerRegistration
 
cacheControl - Variable in class org.springframework.web.servlet.support.WebContentGenerator
 
cacheControlMappings - Variable in class org.springframework.web.servlet.mvc.WebContentInterceptor
 
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
 
cachedContent - Variable in class org.springframework.web.util.ContentCachingRequestWrapper
 
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
 
CachedExpressionEvaluator - Class in org.springframework.context.expression
Shared utility class used to evaluate and cache SpEL expressions that are defined on AnnotatedElement.
CachedExpressionEvaluator(SpelExpressionParser) - Constructor for class org.springframework.context.expression.CachedExpressionEvaluator
Create a new instance with the specified SpelExpressionParser.
CachedExpressionEvaluator() - Constructor for class org.springframework.context.expression.CachedExpressionEvaluator
Create a new instance with a default SpelExpressionParser.
CachedExpressionEvaluator.ExpressionKey - Class in org.springframework.context.expression
 
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
 
CacheErrorHandler - Interface in org.springframework.cache.interceptor
A strategy for handling cache-related errors.
CacheEvaluationContext - Class in org.springframework.cache.interceptor
Cache specific evaluation context that adds a method parameters as SpEL variables, in a lazy manner.
CacheEvaluationContext(Object, Method, Object[], ParameterNameDiscoverer) - Constructor for class org.springframework.cache.interceptor.CacheEvaluationContext
 
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) triggers a cache evict operation.
CacheEvictOperation - Class in org.springframework.cache.interceptor
Class describing a cache 'evict' operation.
CacheEvictOperation() - Constructor for class org.springframework.cache.interceptor.CacheEvictOperation
 
cacheException(Cache, ExceptionTypeFilter, Object, Throwable) - Method in class org.springframework.cache.jcache.interceptor.CacheResultInterceptor
 
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
cacheForSeconds(HttpServletResponse, int, boolean) - Method in class org.springframework.web.servlet.support.WebContentGenerator
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() - Method in class org.springframework.cache.jcache.config.ProxyJCacheConfiguration
 
CacheInvocationParameterImpl(AbstractJCacheOperation.CacheParameterDetail, Object) - Constructor for class org.springframework.cache.jcache.interceptor.AbstractJCacheOperation.CacheInvocationParameterImpl
 
CacheKey(Class<?>, String, boolean) - Constructor for class org.springframework.expression.spel.support.ReflectivePropertyAccessor.CacheKey
 
cacheKeyGenerator - Variable in class org.springframework.cache.jcache.interceptor.KeyGeneratorAdapter
 
cacheLevel - Variable in class org.springframework.jms.config.DefaultJmsListenerContainerFactory
 
cacheLevel - Variable in class org.springframework.jms.listener.DefaultMessageListenerContainer
 
cacheLevelName - Variable in class org.springframework.jms.config.DefaultJmsListenerContainerFactory
 
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.messaging.simp.broker.DefaultSubscriptionRegistry
The maximum number of entries in the cache
cacheLimit(int) - Method in class org.springframework.web.servlet.config.annotation.UrlBasedViewResolverRegistration
Specify the maximum number of entries for the view cache.
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
 
CacheManagementConfigUtils - Class in org.springframework.cache.config
Configuration constants for internal sharing across subpackages.
CacheManagementConfigUtils() - Constructor for class org.springframework.cache.config.CacheManagementConfigUtils
 
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() - Method in class org.springframework.cache.annotation.CachingConfigurerSupport
 
cacheManager - Variable in class org.springframework.cache.annotation.SpringCacheAnnotationParser.DefaultCacheConfig
 
CacheManager - Interface in org.springframework.cache
Spring's central cache manager SPI.
cacheManager - Variable in class org.springframework.cache.config.CacheAdviceParser.Props
 
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.AbstractCacheResolver
 
cacheManager - Variable in class org.springframework.cache.interceptor.CacheOperation
 
cacheManager - Variable in class org.springframework.cache.jcache.interceptor.DefaultJCacheOperationSource
 
cacheManager - Variable in class org.springframework.cache.jcache.JCacheCacheManager
 
cacheManager - Variable in class org.springframework.cache.jcache.JCacheManagerFactoryBean
 
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
 
cacheName - Variable in class org.springframework.cache.jcache.interceptor.DefaultCacheMethodDetails
 
cacheNames - Variable in class org.springframework.cache.annotation.SpringCacheAnnotationParser.DefaultCacheConfig
 
cacheNames - Variable in class org.springframework.cache.interceptor.CacheAspectSupport.CacheOperationContext
 
cacheNames - Variable in class org.springframework.cache.interceptor.CacheOperation
 
cacheNames - Variable in class org.springframework.cache.interceptor.NamedCacheResolver
 
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 - Variable in class org.springframework.cache.interceptor.CacheAspectSupport.CacheOperationCacheKey
 
CacheOperation - Class in org.springframework.cache.interceptor
Base class for cache operations.
CacheOperation() - Constructor for class org.springframework.cache.interceptor.CacheOperation
 
CacheOperationCacheKey(CacheOperation, Method, Class<?>) - Constructor for class org.springframework.cache.interceptor.CacheAspectSupport.CacheOperationCacheKey
 
CacheOperationContext(CacheAspectSupport.CacheOperationMetadata, Object[], Object) - 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
 
CacheOperationInvocationContext<O extends BasicOperation> - Interface in org.springframework.cache.interceptor
Representation of the context of the invocation of a cache operation.
CacheOperationInvoker - Interface in org.springframework.cache.interceptor
Abstract the invocation of a cache operation.
CacheOperationInvoker.ThrowableWrapper - Exception in org.springframework.cache.interceptor
Wrap any exception thrown while invoking CacheOperationInvoker.invoke()
CacheOperationInvokerAdapter(CacheOperationInvoker) - Constructor for class org.springframework.cache.jcache.interceptor.JCacheAspectSupport.CacheOperationInvokerAdapter
 
CacheOperationMetadata(CacheOperation, Method, Class<?>, KeyGenerator, CacheResolver) - Constructor for class org.springframework.cache.interceptor.CacheAspectSupport.CacheOperationMetadata
 
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.
cacheOperationSource() - Method in class org.springframework.cache.jcache.config.AbstractJCacheConfiguration
 
cacheOperationSource - Variable in class org.springframework.cache.jcache.interceptor.BeanFactoryJCacheOperationSourceAdvisor
 
cacheOperationSource - Variable in class org.springframework.cache.jcache.interceptor.JCacheAspectSupport
 
cacheOperationSource - Variable in class org.springframework.cache.jcache.interceptor.KeyGeneratorAdapter
 
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
 
CacheParameterDetail(Method, int) - Constructor for class org.springframework.cache.jcache.interceptor.AbstractJCacheOperation.CacheParameterDetail
 
cachePatterns - Variable in class org.springframework.util.AntPathMatcher
 
cachePeriod - Variable in class org.springframework.web.servlet.config.annotation.ResourceHandlerRegistration
 
cachePrivate - Variable in class org.springframework.http.CacheControl
 
cachePrivate() - Method in class org.springframework.http.CacheControl
Add a "private" directive.
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
 
cachePublic - Variable in class org.springframework.http.CacheControl
 
cachePublic() - Method in class org.springframework.http.CacheControl
Add a "public" directive.
CachePut - Annotation Type in org.springframework.cache.annotation
Annotation indicating that a method (or all methods on a class) triggers a cache put operation.
CachePutInterceptor - Class in org.springframework.cache.jcache.interceptor
Intercept methods annotated with CachePut.
CachePutInterceptor(CacheErrorHandler) - Constructor for class org.springframework.cache.jcache.interceptor.CachePutInterceptor
 
cachePutInterceptor - Variable in class org.springframework.cache.jcache.interceptor.JCacheAspectSupport
 
CachePutOperation - Class in org.springframework.cache.interceptor
Class describing a cache 'put' operation.
CachePutOperation() - Constructor for class org.springframework.cache.interceptor.CachePutOperation
 
CachePutOperation - Class in org.springframework.cache.jcache.interceptor
The JCacheOperation implementation for a CachePut operation.
CachePutOperation(<any>, CacheResolver, KeyGenerator) - Constructor for class org.springframework.cache.jcache.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
 
cacheQueries - Variable in class org.springframework.orm.hibernate5.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
 
CacheRemoveAllInterceptor - Class in org.springframework.cache.jcache.interceptor
Intercept methods annotated with CacheRemoveAll.
CacheRemoveAllInterceptor(CacheErrorHandler) - Constructor for class org.springframework.cache.jcache.interceptor.CacheRemoveAllInterceptor
 
cacheRemoveAllInterceptor - Variable in class org.springframework.cache.jcache.interceptor.JCacheAspectSupport
 
CacheRemoveAllOperation - Class in org.springframework.cache.jcache.interceptor
The JCacheOperation implementation for a CacheRemoveAll operation.
CacheRemoveAllOperation(<any>, CacheResolver) - Constructor for class org.springframework.cache.jcache.interceptor.CacheRemoveAllOperation
 
CacheRemoveEntryInterceptor - Class in org.springframework.cache.jcache.interceptor
Intercept methods annotated with CacheRemove.
CacheRemoveEntryInterceptor(CacheErrorHandler) - Constructor for class org.springframework.cache.jcache.interceptor.CacheRemoveEntryInterceptor
 
cacheRemoveEntryInterceptor - Variable in class org.springframework.cache.jcache.interceptor.JCacheAspectSupport
 
CacheRemoveOperation - Class in org.springframework.cache.jcache.interceptor
The JCacheOperation implementation for a CacheRemove operation.
CacheRemoveOperation(<any>, CacheResolver, KeyGenerator) - Constructor for class org.springframework.cache.jcache.interceptor.CacheRemoveOperation
 
cacheResolver - Variable in class org.springframework.cache.annotation.AbstractCachingConfiguration
 
cacheResolver() - Method in interface org.springframework.cache.annotation.CachingConfigurer
Return the CacheResolver bean to use to resolve regular caches for annotation-driven cache management.
cacheResolver() - Method in class org.springframework.cache.annotation.CachingConfigurerSupport
 
cacheResolver - Variable in class org.springframework.cache.annotation.SpringCacheAnnotationParser.DefaultCacheConfig
 
cacheResolver - Variable in class org.springframework.cache.interceptor.CacheAspectSupport.CacheOperationMetadata
 
cacheResolver - Variable in class org.springframework.cache.interceptor.CacheAspectSupport
 
cacheResolver - Variable in class org.springframework.cache.interceptor.CacheOperation
 
CacheResolver - Interface in org.springframework.cache.interceptor
Determine the Cache instance(s) to use for an intercepted method invocation.
cacheResolver - Variable in class org.springframework.cache.jcache.interceptor.AbstractJCacheOperation
 
cacheResolver - Variable in class org.springframework.cache.jcache.interceptor.DefaultJCacheOperationSource
 
cacheResolver - Variable in class org.springframework.cache.jcache.interceptor.DefaultJCacheOperationSource.LazyCacheResolver
 
CacheResolverAdapter - Class in org.springframework.cache.jcache.interceptor
Spring's CacheResolver implementation that delegates to a standard JSR-107 javax.cache.annotation.CacheResolver.
CacheResolverAdapter(javax.cache.annotation.CacheResolver) - Constructor for class org.springframework.cache.jcache.interceptor.CacheResolverAdapter
Create a new instance with the JSR-107 cache resolver to invoke.
CacheResultInterceptor - Class in org.springframework.cache.jcache.interceptor
Intercept methods annotated with CacheResult.
CacheResultInterceptor(CacheErrorHandler) - Constructor for class org.springframework.cache.jcache.interceptor.CacheResultInterceptor
 
cacheResultInterceptor - Variable in class org.springframework.cache.jcache.interceptor.JCacheAspectSupport
 
CacheResultOperation - Class in org.springframework.cache.jcache.interceptor
The JCacheOperation implementation for a CacheResult operation.
CacheResultOperation(<any>, CacheResolver, KeyGenerator, CacheResolver) - Constructor for class org.springframework.cache.jcache.interceptor.CacheResultOperation
 
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
 
CacheSection() - Constructor for class org.springframework.web.servlet.resource.AppCacheManifestTransformer.CacheSection
 
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
 
cacheValue(CacheOperationInvocationContext<CachePutOperation>, Object) - Method in class org.springframework.cache.jcache.interceptor.CachePutInterceptor
 
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 how caches are resolved and how keys are generated for annotation-driven cache management.
CachingConfigurerSupport - Class in org.springframework.cache.annotation
An implementation of CachingConfigurer with empty methods allowing sub-classes to override only the methods they're interested in.
CachingConfigurerSupport() - Constructor for class org.springframework.cache.annotation.CachingConfigurerSupport
 
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.
CachingDestinationResolverProxy<D> - Class in org.springframework.messaging.core
DestinationResolver implementation that proxies a target DestinationResolver, caching its CachingDestinationResolverProxy.resolveDestination(java.lang.String) results.
CachingDestinationResolverProxy() - Constructor for class org.springframework.messaging.core.CachingDestinationResolverProxy
Create a new CachingDestinationResolverProxy, setting the target DestinationResolver through the CachingDestinationResolverProxy.setTargetDestinationResolver(org.springframework.messaging.core.DestinationResolver<D>) bean property.
CachingDestinationResolverProxy(DestinationResolver<D>) - Constructor for class org.springframework.messaging.core.CachingDestinationResolverProxy
Create a new CachingDestinationResolverProxy using the given target DestinationResolver to actually resolve destinations.
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.
CachingResourceResolver - Class in org.springframework.web.servlet.resource
A ResourceResolver that resolves resources from a Cache or otherwise delegates to the resolver chain and saves the result in the cache.
CachingResourceResolver(CacheManager, String) - Constructor for class org.springframework.web.servlet.resource.CachingResourceResolver
 
CachingResourceResolver(Cache) - Constructor for class org.springframework.web.servlet.resource.CachingResourceResolver
 
CachingResourceTransformer - Class in org.springframework.web.servlet.resource
A ResourceTransformer that checks a Cache to see if a previously transformed resource exists in the cache and returns it if found, and otherwise delegates to the resolver chain and saves the result in the cache.
CachingResourceTransformer(CacheManager, String) - Constructor for class org.springframework.web.servlet.resource.CachingResourceTransformer
 
CachingResourceTransformer(Cache) - Constructor for class org.springframework.web.servlet.resource.CachingResourceTransformer
 
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.
calculateHashCode() - Method in class org.springframework.core.ResolvableType
 
calculateMatches(String, PropertyDescriptor[], int) - Static method in class org.springframework.beans.PropertyMatches.BeanPropertyMatches
Generate possible property alternatives for the given property and class.
calculateMatches(String, Class<?>, int) - Static method in class org.springframework.beans.PropertyMatches.FieldPropertyMatches
 
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) - Static 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() - Method in class org.springframework.cache.guava.GuavaCache.PutIfAbsentCallable
 
call - Variable in class org.springframework.http.client.OkHttpClientHttpRequest.OkHttpListenableFuture
 
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
 
call() - Method in class org.springframework.util.concurrent.SettableListenableFuture.SettableTask
 
call() - Method in class org.springframework.web.servlet.mvc.method.annotation.StreamingResponseBodyReturnValueHandler.StreamingResponseBodyTask
 
callable - Variable in class org.springframework.web.context.request.async.WebAsyncTask
 
CALLABLE_METHOD - Static variable in class org.springframework.web.servlet.mvc.method.annotation.ServletInvocableHandlerMethod
 
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
A delegate 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_PARAM_PATTERN - Static variable in class org.springframework.web.servlet.mvc.method.annotation.AbstractJsonpResponseBodyAdvice
Pattern for validating jsonp callback parameter values.
CALLBACK_PARAM_PATTERN - Static variable in class org.springframework.web.servlet.view.json.MappingJackson2JsonView
Pattern for validating jsonp callback parameter values.
CALLBACK_PARAM_PATTERN - Static variable in class org.springframework.web.socket.sockjs.transport.handler.AbstractHttpSendingTransportHandler
Pattern for validating jsonp callback parameter values.
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.CompletableToListenableFutureAdapter
 
callbacks - Variable in class org.springframework.util.concurrent.ListenableFutureTask
 
callbackTypes - Variable in class org.springframework.context.annotation.ConfigurationClassEnhancer.ConditionalCallbackFilter
 
called - Variable in class org.springframework.cache.guava.GuavaCache.PutIfAbsentCallable
 
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 database 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
Return whether 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.CompletableToListenableFutureAdapter
 
cancel(boolean) - Method in class org.springframework.util.concurrent.FutureAdapter
 
cancel(boolean) - Method in class org.springframework.util.concurrent.SettableListenableFuture
 
cancelHeartbeat() - Method in class org.springframework.web.socket.sockjs.transport.session.AbstractSockJsSession
 
cancelInactivityTasks() - Method in class org.springframework.web.socket.messaging.WebSocketStompClient.WebSocketTcpConnectionHandlerAdapter
 
cancelled() - Method in class org.springframework.http.client.HttpComponentsAsyncClientHttpRequest.HttpResponseFutureCallback
 
cancelled - Variable in class org.springframework.scheduling.commonj.TimerManagerTaskScheduler.TimerScheduledFuture
 
cancelled - Variable in class org.springframework.util.concurrent.SettableListenableFuture.SettableTask
 
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
 
canConvertFrom(Message<?>, Class<?>) - Method in class org.springframework.messaging.converter.MarshallingMessageConverter
 
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
 
canConvertTo(Object, MessageHeaders) - Method in class org.springframework.messaging.converter.MarshallingMessageConverter
 
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
 
candidateIndicators - Static variable in class org.springframework.context.annotation.ConfigurationClassUtils
 
canExposeSynthesizedMarker(Class<? extends Annotation>) - Static method in class org.springframework.core.annotation.AnnotationUtils
Check whether we can expose our SynthesizedAnnotation marker for the given annotation type.
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.AbstractNestablePropertyAccessor.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(Type, Class<?>, MediaType) - Method in class org.springframework.http.converter.AbstractGenericHttpMessageConverter
 
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.AbstractJackson2HttpMessageConverter
 
canRead(Type, Class<?>, MediaType) - Method in class org.springframework.http.converter.json.AbstractJackson2HttpMessageConverter
 
canRead(Class<?>, MediaType) - Method in class org.springframework.http.converter.json.GsonHttpMessageConverter
 
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.messaging.simp.broker.DefaultSubscriptionRegistry.SimpMessageHeaderPropertyAccessor
 
canRead(EvaluationContext, Object, String) - Method in class org.springframework.web.servlet.tags.EvalTag.JspPropertyAccessor
 
canRegisterSynchronization() - Method in class org.springframework.orm.hibernate4.ConfigurableJtaPlatform
 
canRegisterSynchronization() - Method in class org.springframework.orm.hibernate5.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(Type, Class<?>, MediaType) - Method in class org.springframework.http.converter.AbstractGenericHttpMessageConverter
 
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(Type, Class<?>, MediaType) - Method in interface org.springframework.http.converter.GenericHttpMessageConverter
Indicates whether the given class can be written by this converter.
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.AbstractJackson2HttpMessageConverter
 
canWrite(Class<?>, MediaType) - Method in class org.springframework.http.converter.json.GsonHttpMessageConverter
 
canWrite(Class<?>, MediaType) - Method in class org.springframework.http.converter.ObjectToStringHttpMessageConverter
 
canWrite(MediaType) - Method in class org.springframework.http.converter.protobuf.ProtobufHttpMessageConverter
This method overrides the parent implementation, since this HttpMessageConverter can also produce MediaType.HTML "text/html" ContentType.
canWrite(Class<?>, MediaType) - Method in class org.springframework.http.converter.xml.Jaxb2CollectionHttpMessageConverter
Always returns false since Jaxb2CollectionHttpMessageConverter does not convert collections to XML.
canWrite(Type, 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.messaging.simp.broker.DefaultSubscriptionRegistry.SimpMessageHeaderPropertyAccessor
 
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.util.AntPathMatcher
 
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 <oxm:castor-marshaller/> 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
 
catchAllPattern - Variable in class org.springframework.util.AntPathMatcher.AntPatternComparator.PatternInfo
 
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
 
ccl - Variable in class org.springframework.expression.spel.standard.SpelCompiler
 
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_PREFIX - Static variable in class org.springframework.util.ReflectionUtils
Naming prefix for 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.ClassLoaderAwareUndeclaredThrowableStrategy - Class in org.springframework.aop.framework
CGLIB GeneratorStrategy variant which exposes the application ClassLoader as thread context ClassLoader for the time of class generation (in order for ASM to pick it up when doing common superclass resolution).
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.ClassLoaderAwareGeneratorStrategy - Class in org.springframework.beans.factory.support
CGLIB GeneratorStrategy variant which exposes the application ClassLoader as thread context ClassLoader for the time of class generation (in order for ASM to pick it up when doing common superclass resolution).
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() - Constructor for class org.springframework.messaging.support.AbstractMessageChannel.ChannelInterceptorChain
 
channelRead0(ChannelHandlerContext, FullHttpResponse) - Method in class org.springframework.http.client.Netty4ClientHttpRequest.RequestExecuteHandler
 
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
 
channelStream - Variable in class org.springframework.messaging.tcp.reactor.Reactor2TcpConnection
 
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 Filter that allows one to specify a character encoding for requests.
CharacterEncodingFilter() - Constructor for class org.springframework.web.filter.CharacterEncodingFilter
Create a default CharacterEncodingFilter, with the encoding to be set via CharacterEncodingFilter.setEncoding(java.lang.String).
CharacterEncodingFilter(String) - Constructor for class org.springframework.web.filter.CharacterEncodingFilter
Create a CharacterEncodingFilter for the given encoding.
CharacterEncodingFilter(String, boolean) - Constructor for class org.springframework.web.filter.CharacterEncodingFilter
Create a CharacterEncodingFilter for the given encoding.
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 - Variable in class org.springframework.web.servlet.view.script.ScriptTemplateConfigurer
 
charset - Variable in class org.springframework.web.servlet.view.script.ScriptTemplateView
 
CHARSET - Static variable in class org.springframework.web.socket.sockjs.frame.SockJsFrame
 
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
Deprecated.
as of 4.2, since the lastModified flag is effectively ignored, with a must-revalidate header only generated if explicitly configured
checkAndPrepare(HttpServletRequest, HttpServletResponse, int, boolean) - Method in class org.springframework.web.servlet.support.WebContentGenerator
Deprecated.
as of 4.2, since the lastModified flag is effectively ignored, with a must-revalidate header only generated if explicitly configured
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
 
checkCompile(ExpressionState) - Method in class org.springframework.expression.spel.standard.SpelExpression
Compile the expression if it has been evaluated more than the threshold number of times to trigger compilation.
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
 
checkDaoConfig() - Method in class org.springframework.orm.hibernate5.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.client.WebSocketClientSockJsSession
 
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.
checkDependencies(ModelAndViewContainer) - Method in class org.springframework.web.method.annotation.ModelFactory.ModelMethod
 
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
 
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 the given alias as an alias in the other direction already, catching a circular reference upfront and throwing a corresponding IllegalStateException.
checkForCachedException(Cache, Object) - Method in class org.springframework.cache.jcache.interceptor.CacheResultInterceptor
Check for a cached exception.
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(List<String>) - Method in class org.springframework.web.cors.CorsConfiguration
Check the supplied request headers (or the headers listed in the Access-Control-Request-Headers of a pre-flight request) against the configured allowed headers.
checkHeaders(CorsConfiguration, List<String>) - Method in class org.springframework.web.cors.DefaultCorsProcessor
Check the headers and determine the headers for the response of a pre-flight request.
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.
checkHttpMethod(HttpMethod) - Method in class org.springframework.web.cors.CorsConfiguration
Check the HTTP request method (or the method from the Access-Control-Request-Method header on a pre-flight request) against the configured allowed methods.
checkHttpMethod(String) - Method in class org.springframework.web.servlet.i18n.LocaleChangeInterceptor
 
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.
checkIfConstant() - Method in class org.springframework.expression.spel.ast.InlineMap
If all the components of the list are constants, or lists/maps 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.
checkMethods(CorsConfiguration, HttpMethod) - Method in class org.springframework.web.cors.DefaultCorsProcessor
Check the HTTP method and determine the methods for the response of a pre-flight request.
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.
checkMultiplier(double) - Method in class org.springframework.util.backoff.ExponentialBackOff
 
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(String, long) - Method in class org.springframework.web.context.request.FacesWebRequest
Last-modified handling not supported for portlet requests: As a consequence, this method always returns false.
checkNotModified(long) - Method in class org.springframework.web.context.request.ServletWebRequest
 
checkNotModified(String) - Method in class org.springframework.web.context.request.ServletWebRequest
 
checkNotModified(String, long) - 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(String, long) - Method in interface org.springframework.web.context.request.WebRequest
Check whether the request qualifies as not modified given the supplied ETag (entity tag) and last-modified timestamp, 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.
checkNotModified(String, 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.
checkNumericCompatibility(String, String, String, String) - Static method in class org.springframework.expression.spel.ast.Operator.DescriptorComparison
Returns an object that indicates whether the input descriptors are compatible.
checkOperands(Token, SpelNodeImpl, SpelNodeImpl) - Method in class org.springframework.expression.spel.standard.InternalSpelExpressionParser
 
checkOrAddReceipt(StompHeaders) - Method in class org.springframework.messaging.simp.stomp.DefaultStompSession
 
checkOrigin(String) - Method in class org.springframework.web.cors.CorsConfiguration
Check the origin of the request against the configured allowed origins.
checkOrigin(CorsConfiguration, String) - Method in class org.springframework.web.cors.DefaultCorsProcessor
Check the origin and determine the origin for the response.
checkOrigin(String) - Method in class org.springframework.web.socket.server.standard.ServerEndpointRegistration
 
checkOrigin(ServerHttpRequest, ServerHttpResponse, HttpMethod...) - Method in class org.springframework.web.socket.sockjs.support.AbstractSockJsService
 
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
Check 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.
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
Deprecated.
 
checkRefresh - Variable in class org.springframework.web.servlet.view.tiles3.TilesConfigurer
 
checkRequest(HttpServletRequest) - Method in class org.springframework.web.servlet.support.WebContentGenerator
Check the given request for supported methods and a required session, if any.
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(Resource, Resource) - Method in class org.springframework.web.servlet.resource.PathResourceResolver
Perform additional checks on a resolved resource beyond checking whether the resources exists and is readable.
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.groovy.GroovyMarkupView
 
checkResource(Locale) - Method in class org.springframework.web.servlet.view.tiles2.TilesView
Deprecated.
 
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
 
checkSessions() - Method in class org.springframework.web.socket.messaging.SubProtocolWebSocketHandler
When a session is connected through a higher-level protocol it has a chance to use heartbeat management to shut down sessions that are too slow to send or receive messages.
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.
checkWriteOperationAllowed(Session) - Method in class org.springframework.orm.hibernate5.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
 
checkWriteOperations - Variable in class org.springframework.orm.hibernate5.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.
ChildClassLoader(ClassLoader) - Constructor for class org.springframework.expression.spel.standard.SpelCompiler.ChildClassLoader
 
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>) - 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_RESOURCE_PATTERN - Static variable in class org.springframework.orm.jpa.persistenceunit.DefaultPersistenceUnitManager
 
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 - 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
 
classLoader - Variable in class org.springframework.aop.framework.CglibAopProxy.ClassLoaderAwareUndeclaredThrowableStrategy
 
classLoader - Variable in class org.springframework.beans.factory.support.CglibSubclassingInstantiationStrategy.ClassLoaderAwareGeneratorStrategy
 
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.context.annotation.ConfigurationClassEnhancer.BeanFactoryAwareGeneratorStrategy
 
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.serializer.DefaultDeserializer
 
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
 
classLoader - Variable in class org.springframework.web.servlet.view.groovy.GroovyMarkupConfigurer.LocaleTemplateResolver
 
classLoader - Static variable in class org.springframework.web.socket.server.support.AbstractHandshakeHandler
 
ClassLoaderAwareGeneratorStrategy(ClassLoader) - Constructor for class org.springframework.beans.factory.support.CglibSubclassingInstantiationStrategy.ClassLoaderAwareGeneratorStrategy
 
ClassLoaderAwareUndeclaredThrowableStrategy(ClassLoader) - Constructor for class org.springframework.aop.framework.CglibAopProxy.ClassLoaderAwareUndeclaredThrowableStrategy
 
classLoaderConfigured - Variable in class org.springframework.aop.framework.ProxyFactoryBean
 
classLoaderConfigured - Variable in class org.springframework.aop.framework.ProxyProcessorSupport
 
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
 
ClassMetadataReadingVisitor.EmptyAnnotationVisitor - Class in org.springframework.core.type.classreading
 
ClassMetadataReadingVisitor.EmptyFieldVisitor - Class in org.springframework.core.type.classreading
 
ClassMetadataReadingVisitor.EmptyMethodVisitor - Class in org.springframework.core.type.classreading
 
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
Deprecated.
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
 
classValuesAsString - Variable in class org.springframework.core.annotation.AnnotatedElementUtils.MergedAnnotationAttributesProcessor
 
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
 
clazzName - Variable in class org.springframework.expression.spel.CodeFlow
Name of the class being generated.
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).
CleanupSynchronization() - Constructor for class org.springframework.transaction.support.SimpleTransactionScope.CleanupSynchronization
 
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(PropertyValues) - Method in class org.springframework.beans.factory.annotation.InjectionMetadata
 
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.interceptor.ExpressionEvaluator
Clear all caches.
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.messaging.simp.stomp.StompHeaders
 
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 interface org.springframework.orm.hibernate5.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.hibernate5.HibernateTemplate
 
clear() - Method in class org.springframework.orm.hibernate5.SessionHolder
 
clear() - Method in class org.springframework.orm.jdo.PersistenceManagerHolder
 
clear() - Method in class org.springframework.orm.jpa.EntityManagerHolder
 
clear() - Method in interface org.springframework.test.context.cache.ContextCache
Clear all contexts from the cache, clearing context hierarchy information as well.
clear() - Method in class org.springframework.test.context.cache.DefaultContextCache
Clear all contexts from the cache, clearing 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() - Static method in class org.springframework.core.ResolvableType
Clear the internal ResolvableType 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() - Static method in class org.springframework.util.ReflectionUtils
Clear the internal method/field cache.
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
Clean up state associated with the connection and close it.
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.
clearMetadataCache() - Method in interface org.springframework.beans.factory.config.ConfigurableListableBeanFactory
Clear the merged bean definition cache, removing entries for beans which are not considered eligible for full metadata caching yet.
clearMetadataCache() - Method in class org.springframework.beans.factory.support.AbstractBeanFactory
Clear the merged bean definition cache, removing entries for beans which are not considered eligible for full metadata caching yet.
clearMetadataCache() - Method in class org.springframework.beans.factory.support.DefaultListableBeanFactory
 
clearMetadataCache() - Method in class org.springframework.cache.interceptor.CacheAspectSupport
Clear the cached metadata.
clearProcessedProperty(String) - Method in class org.springframework.beans.MutablePropertyValues
Clear the "processed" registration of the given property, if any.
clearPropertySkipping(PropertyValues) - Method in class org.springframework.beans.factory.annotation.InjectionMetadata.InjectedElement
 
clearResources() - Method in class org.springframework.jms.listener.DefaultMessageListenerContainer.AsyncMessageListenerInvoker
 
clearServerInfoCache() - Method in class org.springframework.web.socket.sockjs.client.SockJsClient
By default the result of a SockJS "Info" request, including whether the server has WebSocket disabled and how long the request took (used for calculating transport timeout time) is cached.
clearSession(WebSocketSession, CloseStatus) - Method in class org.springframework.web.socket.messaging.SubProtocolWebSocketHandler
 
clearStatistics() - Method in interface org.springframework.test.context.cache.ContextCache
Clear hit and miss count statistics for the cache (i.e., reset counters to zero).
clearStatistics() - Method in class org.springframework.test.context.cache.DefaultContextCache
Clear hit and miss count statistics for the cache (i.e., reset counters to zero).
clearSynchronization() - Static method in class org.springframework.transaction.support.TransactionSynchronizationManager
Deactivate transaction synchronization for the current thread.
clearTransactionManagerCache() - Method in class org.springframework.transaction.interceptor.TransactionAspectSupport
Clear the cache.
client - Variable in class org.springframework.http.client.OkHttpClientHttpRequest
 
client - Variable in class org.springframework.http.client.OkHttpClientHttpRequestFactory
 
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.config.AbstractJmsListenerContainerFactory
 
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.AbstractBrokerMessageHandler
 
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.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.AbstractBrokerMessageHandler
 
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.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
 
ClientSockJsWebSocketHandler(WebSocketClientSockJsSession) - Constructor for class org.springframework.web.socket.sockjs.client.WebSocketTransport.ClientSockJsWebSocketHandler
 
clinitAdders - Variable in class org.springframework.expression.spel.CodeFlow
As SpEL ast nodes are called to generate code for the main evaluation method they can register to add code to a static initializer in the class.
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
 
clone() - Method in class org.springframework.util.LinkedMultiValueMap
Create a regular copy of this Map.
clone() - Method in class org.springframework.web.servlet.support.ServletUriComponentsBuilder
 
clone() - Method in class org.springframework.web.util.UriComponentsBuilder
 
clone() - Method in class org.springframework.web.util.UriComponentsBuilder.CompositePathComponentBuilder
 
clone() - Method in class org.springframework.web.util.UriComponentsBuilder.FullPathComponentBuilder
 
clone() - Method in interface org.springframework.web.util.UriComponentsBuilder.PathComponentBuilder
 
clone() - Method in class org.springframework.web.util.UriComponentsBuilder.PathSegmentComponentBuilder
 
cloneArray(Object) - Method in class org.springframework.core.annotation.SynthesizedAnnotationInvocationHandler
Clone the provided array, ensuring that original component type is retained.
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
 
cloneException(T) - Static method in class org.springframework.cache.jcache.interceptor.CacheResultInterceptor
 
cloneRequestConfig() - Method in class org.springframework.remoting.httpinvoker.HttpComponentsHttpInvokerRequestExecutor
 
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
Close 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.Netty4ClientHttpResponse
 
close() - Method in class org.springframework.http.client.OkHttpClientHttpResponse
 
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.Reactor2TcpConnection
 
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
Deprecated.
 
close() - Method in class org.springframework.oxm.xmlbeans.XmlBeansMarshaller.NonClosingReader
Deprecated.
 
close() - Method in class org.springframework.test.web.servlet.htmlunit.DelegatingWebConnection
 
close() - Method in class org.springframework.test.web.servlet.htmlunit.MockMvcWebConnection
 
close() - Method in class org.springframework.util.CommonsLogWriter
 
close() - Method in class org.springframework.util.FastByteArrayOutputStream
 
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.client.MessageBodyClientHttpResponseWrapper
 
close() - Method in class org.springframework.web.servlet.mvc.method.annotation.ResponseBodyEmitterReturnValueHandler.StreamingServletServerHttpResponse
 
close() - Method in class org.springframework.web.socket.adapter.AbstractWebSocketSession
 
close(CloseStatus) - Method in class org.springframework.web.socket.adapter.AbstractWebSocketSession
 
close(CloseStatus) - Method in class org.springframework.web.socket.handler.ConcurrentWebSocketSessionDecorator
 
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.messaging.WebSocketStompClient.WebSocketTcpConnectionHandlerAdapter
 
close() - Method in class org.springframework.web.socket.sockjs.client.AbstractClientSockJsSession
 
close(CloseStatus) - Method in class org.springframework.web.socket.sockjs.client.AbstractClientSockJsSession
 
close() - Method in class org.springframework.web.socket.sockjs.transport.session.AbstractSockJsSession
Performs cleanup and notify the WebSocketHandler.
close(CloseStatus) - Method in class org.springframework.web.socket.sockjs.transport.session.AbstractSockJsSession
Performs cleanup and notify the WebSocketHandler.
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_ANOTHER_CONNECTION_OPEN_FRAME - Static variable in class org.springframework.web.socket.sockjs.frame.SockJsFrame
 
CLOSE_GO_AWAY_FRAME - Static variable in class org.springframework.web.socket.sockjs.frame.SockJsFrame
 
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.hibernate5.support.AsyncRequestInterceptor
 
closeAfterTimeout() - Method in class org.springframework.orm.jpa.support.AsyncRequestInterceptor
 
closeAll() - Method in class org.springframework.jms.connection.JmsResourceHolder
 
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
 
closeContext(MergedContextConfiguration, DirtiesContext.HierarchyMode) - Method in class org.springframework.test.context.cache.DefaultCacheAwareContextLoaderDelegate
 
closeContext(MergedContextConfiguration, DirtiesContext.HierarchyMode) - Method in interface org.springframework.test.context.CacheAwareContextLoaderDelegate
Remove the application context for the supplied MergedContextConfiguration from the ContextCache and close it if it is an instance of ConfigurableApplicationContext.
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
 
closed - Variable in class org.springframework.util.FastByteArrayOutputStream
 
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
 
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
 
closeInternal(CloseStatus) - Method in class org.springframework.web.socket.sockjs.client.AbstractClientSockJsSession
 
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
 
closeIterator(Iterator<?>) - Method in interface org.springframework.orm.hibernate5.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.hibernate5.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.
closePooledResource(Object) - Method in class org.springframework.web.socket.sockjs.client.UndertowXhrTransport.Undertow13BufferSupport
 
closePooledResource(Object) - Method in interface org.springframework.web.socket.sockjs.client.UndertowXhrTransport.UndertowBufferSupport
 
closePooledResource(Object) - Method in class org.springframework.web.socket.sockjs.client.UndertowXhrTransport.UndertowXnioBufferSupport
 
closePromise - Variable in class org.springframework.messaging.tcp.reactor.Reactor2TcpConnection
 
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.
closeSession(Session) - Static method in class org.springframework.orm.hibernate5.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.
closeStatus - Variable in class org.springframework.web.socket.sockjs.client.AbstractClientSockJsSession
 
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
 
CloseSuppressingInvocationHandler(Session) - Constructor for class org.springframework.orm.hibernate5.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.
closing - Variable in class org.springframework.messaging.simp.stomp.DefaultStompSession
 
cnmFactoryBean - 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
 
codec - Variable in class org.springframework.web.socket.messaging.WebSocketStompClient.WebSocketTcpConnectionHandlerAdapter
 
codec - Variable in class org.springframework.web.socket.sockjs.client.DefaultTransportRequest
 
CodeFlow - Class in org.springframework.expression.spel
Manages the class being generated by the compilation process.
CodeFlow(String, ClassWriter) - Constructor for class org.springframework.expression.spel.CodeFlow
 
CodeFlow.ClinitAdder - Interface in org.springframework.expression.spel
 
CodeFlow.FieldAdder - Interface in org.springframework.expression.spel
 
codes - Variable in class org.springframework.context.support.DefaultMessageSourceResolvable
 
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 that is aware of Java 5, Java 6, and Spring collection types.
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
Convert a Collection into a delimited String (e.g., CSV).
collectionToDelimitedString(Collection<?>, String, String, String) - Static method in class org.springframework.util.StringUtils
Convert a Collection to a delimited String (e.g.
collectionToDelimitedString(Collection<?>, String) - Static method in class org.springframework.util.StringUtils
Convert a Collection into a delimited String (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
Combine two patterns into a new pattern.
combine(String, String) - Method in interface org.springframework.util.PathMatcher
Combines two patterns into a new pattern that is returned.
combine(CorsConfiguration) - Method in class org.springframework.web.cors.CorsConfiguration
Combine the supplied CorsConfiguration with this one.
combine(List<String>, List<String>) - Method in class org.springframework.web.cors.CorsConfiguration
 
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.
combineNames(RequestMappingInfo) - Method in class org.springframework.web.servlet.mvc.method.RequestMappingInfo
 
commaDelimitedListToSet(String) - Static method in class org.springframework.util.StringUtils
Convert a comma delimited list (e.g., a row from a CSV file) into a set.
commaDelimitedListToStringArray(String) - Static method in class org.springframework.util.StringUtils
Convert a comma delimited list (e.g., a row from a CSV file) 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
 
comment(String) - Method in interface org.springframework.web.servlet.mvc.method.annotation.SseEmitter.SseEventBuilder
Add an SSE "comment" line.
comment(String) - Method in class org.springframework.web.servlet.mvc.method.annotation.SseEmitter.SseEventBuilderImpl
 
COMMENT_DIRECTIVE - Static variable in class org.springframework.web.servlet.resource.AppCacheManifestTransformer.CacheSection
 
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
 
commentPrefix - Variable in class org.springframework.test.context.jdbc.MergedSqlConfig
 
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 - Annotation Type in org.springframework.test.annotation
@Commit is a test annotation that is used to indicate that a test-managed transaction should be committed after the test method has completed.
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
 
CommonsCodecBase64Delegate() - Constructor for class org.springframework.util.Base64Utils.CommonsCodecBase64Delegate
 
CommonsDbcpNativeJdbcExtractor - Class in org.springframework.jdbc.support.nativejdbc
Deprecated.
as of Spring 4.2, in favor of Commons DBCP 2.x and JDBC 4.x
CommonsDbcpNativeJdbcExtractor() - Constructor for class org.springframework.jdbc.support.nativejdbc.CommonsDbcpNativeJdbcExtractor
Deprecated.
 
CommonsFileUploadSupport - Class in org.springframework.web.multipart.commons
Base class for multipart resolvers that use Apache 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.
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 Apache 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 Apache 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.
CommonsPool2TargetSource - Class in org.springframework.aop.target
TargetSource implementation that holds objects in a configurable Apache Commons2 Pool.
CommonsPool2TargetSource() - Constructor for class org.springframework.aop.target.CommonsPool2TargetSource
Create a CommonsPoolTargetSource with default settings.
CommonsPoolTargetSource - Class in org.springframework.aop.target
Deprecated.
as of Spring 4.2, in favor of CommonsPool2TargetSource
CommonsPoolTargetSource() - Constructor for class org.springframework.aop.target.CommonsPoolTargetSource
Deprecated.
Create a CommonsPoolTargetSource with default settings.
CommonsPortletMultipartResolver - Class in org.springframework.web.portlet.multipart
PortletMultipartResolver implementation for Apache 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.ExtendedBeanInfo.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(long, long) - Static method in class org.springframework.expression.spel.support.StandardTypeComparator
 
compare(int, int) - Static method in class org.springframework.expression.spel.support.StandardTypeComparator
 
compare(short, short) - Static method in class org.springframework.expression.spel.support.StandardTypeComparator
 
compare(byte, byte) - 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 two patterns to determine which should match first, i.e.
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
 
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.
compareTo(CssLinkResourceTransformer.CssLinkInfo) - Method in class org.springframework.web.servlet.resource.CssLinkResourceTransformer.CssLinkInfo
 
ComparisonPropertySource(String) - Constructor for class org.springframework.core.env.PropertySource.ComparisonPropertySource
 
compatibleType - Variable in class org.springframework.expression.spel.ast.Operator.DescriptorComparison
 
compatibleWithCloseBracket(char) - Method in class org.springframework.expression.common.TemplateAwareExpressionParser.Bracket
 
CompilablePropertyAccessor - Interface in org.springframework.expression.spel
A compilable property accessor is able to generate bytecode that represents the access operation, facilitating compilation to bytecode of expressions that use the accessor.
compilationScopes - Variable in class org.springframework.expression.spel.CodeFlow
Record the type of what is on top of the bytecode stack (i.e.
compile(SpelNodeImpl) - Method in class org.springframework.expression.spel.standard.SpelCompiler
Attempt compilation of the supplied expression.
compile(Expression) - Static method in class org.springframework.expression.spel.standard.SpelCompiler
Request that an attempt is made to compile the specified expression.
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 or JdbcTemplate has been provided.
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.
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.
compiledAst - Variable in class org.springframework.expression.spel.standard.SpelExpression
 
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.
CompiledExpression - Class in org.springframework.expression.spel
Base superclass for compiled expressions.
CompiledExpression() - Constructor for class org.springframework.expression.spel.CompiledExpression
 
compiledPatterns - Variable in class org.springframework.aop.support.JdkRegexpMethodPointcut
Compiled form of the patterns.
compileExpression() - Method in class org.springframework.expression.spel.standard.SpelExpression
Perform expression compilation.
compileInternal() - Method in class org.springframework.jdbc.core.simple.AbstractJdbcCall
Delegate method to perform the actual compilation.
compileInternal() - Method in class org.springframework.jdbc.core.simple.AbstractJdbcInsert
Delegate 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.
compileMethod - Static variable in class org.springframework.test.util.JsonPathExpectationsHelper
 
compilePatterns(String[]) - Method in class org.springframework.aop.support.JdkRegexpMethodPointcut
Compiles the supplied String[] into an array of Pattern objects and returns that array.
compilerClassLoader - Variable in class org.springframework.expression.spel.SpelParserConfiguration
 
compilerMode - Variable in class org.springframework.expression.spel.SpelParserConfiguration
 
compilers - Static variable in class org.springframework.expression.spel.standard.SpelCompiler
 
compileXpathExpression(String, Map<String, String>) - Method in class org.springframework.test.util.XpathExpectationsHelper
 
completableFuture - Variable in class org.springframework.util.concurrent.CompletableToListenableFutureAdapter
 
CompletableFutureDelegate() - Constructor for class org.springframework.aop.interceptor.AsyncExecutionAspectSupport.CompletableFutureDelegate
 
completableFuturePresent - Static variable in class org.springframework.aop.interceptor.AsyncExecutionAspectSupport
 
completableFuturePresent - Static variable in class org.springframework.messaging.simp.annotation.support.SimpAnnotationMethodMessageHandler
 
CompletableFutureReturnValueHandler - Class in org.springframework.messaging.handler.invocation
Support for CompletableFuture as a return value type.
CompletableFutureReturnValueHandler() - Constructor for class org.springframework.messaging.handler.invocation.CompletableFutureReturnValueHandler
 
CompletableToListenableFutureAdapter<T> - Class in org.springframework.util.concurrent
Adapts a CompletableFuture into a ListenableFuture.
CompletableToListenableFutureAdapter(CompletableFuture<T>) - Constructor for class org.springframework.util.concurrent.CompletableToListenableFutureAdapter
 
complete() - Method in interface org.springframework.http.server.ServerHttpAsyncRequestControl
Mark asynchronous request processing as 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
 
complete - Variable in class org.springframework.web.servlet.mvc.method.annotation.ResponseBodyEmitter
 
complete() - Method in class org.springframework.web.servlet.mvc.method.annotation.ResponseBodyEmitter
Complete request processing.
complete() - Method in interface org.springframework.web.servlet.mvc.method.annotation.ResponseBodyEmitter.Handler
 
complete() - Method in class org.springframework.web.servlet.mvc.method.annotation.ResponseBodyEmitterReturnValueHandler.HttpMessageConvertingHandler
 
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.
completeWithError(Throwable) - Method in class org.springframework.web.servlet.mvc.method.annotation.ResponseBodyEmitter
Complete request processing with an error.
completeWithError(Throwable) - Method in interface org.springframework.web.servlet.mvc.method.annotation.ResponseBodyEmitter.Handler
 
completeWithError(Throwable) - Method in class org.springframework.web.servlet.mvc.method.annotation.ResponseBodyEmitterReturnValueHandler.HttpMessageConvertingHandler
 
completionCallback - Variable in class org.springframework.web.context.request.async.DeferredResult
 
completionCallback - Variable in class org.springframework.web.context.request.async.WebAsyncTask
 
completionCallback - Variable in class org.springframework.web.servlet.mvc.method.annotation.ResponseBodyEmitter
 
completionHandlers - Variable in class org.springframework.web.context.request.async.StandardServletAsyncWebRequest
 
completionListenerClass - Static variable in class org.springframework.jms.connection.CachedMessageProducer
 
completionStagePresent - Static variable in class org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter
 
CompletionStageReturnValueHandler - Class in org.springframework.web.servlet.mvc.method.annotation
Handles return values of type CompletionStage (implemented by CompletableFuture for example).
CompletionStageReturnValueHandler() - Constructor for class org.springframework.web.servlet.mvc.method.annotation.CompletionStageReturnValueHandler
 
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
 
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.
componentProvider - Variable in class org.springframework.web.socket.server.standard.AbstractTyrusRequestUpgradeStrategy
 
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.
composedAnnotation - Variable in class org.springframework.test.util.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 behavior 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
Composite iterator that combines multiple other iterators, as registered via CompositeIterator.add(Iterator).
CompositeIterator() - Constructor for class org.springframework.util.CompositeIterator
 
CompositeMessageConverter - Class in org.springframework.messaging.converter
A MessageConverter that delegates to a list of registered 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.
computeCacheOperation(Method, Class<?>) - Method in class org.springframework.cache.jcache.interceptor.AbstractFallbackJCacheOperationSource
 
computeCacheOperations(Method, Class<?>) - Method in class org.springframework.cache.interceptor.AbstractFallbackCacheOperationSource
 
computedPublicDeclaringClass - Variable in class org.springframework.expression.spel.support.ReflectiveMethodExecutor
 
computeExitTypeDescriptor() - Method in class org.springframework.expression.spel.ast.Elvis
 
computeExitTypeDescriptor() - Method in class org.springframework.expression.spel.ast.Ternary
 
computeFrames - Variable in class org.springframework.asm.ClassWriter
true if the stack map frames must be recomputed from scratch.
computeKey(HttpServletRequest, String) - Method in class org.springframework.web.servlet.resource.CachingResourceResolver
 
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.
computeNextInterval() - Method in class org.springframework.util.backoff.ExponentialBackOff.ExponentialBackOffExecution
 
computeTransactionAttribute(Method, Class<?>) - Method in class org.springframework.transaction.interceptor.AbstractFallbackTransactionAttributeSource
concat(String, String) - Method in class org.springframework.util.AntPathMatcher
 
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 - Variable in class org.springframework.jms.config.AbstractJmsListenerEndpoint
 
concurrency - Variable in class org.springframework.jms.config.DefaultJmsListenerContainerFactory
 
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.
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.
concurrentRefresh - Variable in class org.springframework.context.support.ReloadableResourceBundleMessageSource
 
concurrentResult - Variable in class org.springframework.web.context.request.async.WebAsyncManager
 
concurrentResultContext - Variable in class org.springframework.web.context.request.async.WebAsyncManager
 
ConcurrentResultHandlerMethod(Object, ServletInvocableHandlerMethod.ConcurrentResultMethodParameter) - Constructor for class org.springframework.web.servlet.mvc.method.annotation.ServletInvocableHandlerMethod.ConcurrentResultHandlerMethod
 
ConcurrentResultMethodParameter(Object) - Constructor for class org.springframework.web.servlet.mvc.method.annotation.ServletInvocableHandlerMethod.ConcurrentResultMethodParameter
 
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
Create a new ConcurrentWebSocketSessionDecorator.
condition - Variable in class org.springframework.cache.config.CacheAdviceParser.Props
 
condition - Variable in class org.springframework.cache.interceptor.CacheOperation
 
condition(String, AnnotatedElementKey, 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.context.event.ApplicationListenerMethodAdapter
 
condition(String, AnnotatedElementKey, EvaluationContext) - Method in class org.springframework.context.event.EventExpressionEvaluator
Specify if the condition defined by the specified expression matches.
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
 
conditionCache - Variable in class org.springframework.context.event.EventExpressionEvaluator
 
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.servlet.config.annotation.CorsRegistration
 
config - Variable in class org.springframework.web.servlet.handler.AbstractHandlerMapping.CorsInterceptor
 
config - Variable in class org.springframework.web.servlet.handler.AbstractHandlerMapping.PreFlightHandler
 
config - Variable in class org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping
 
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
Deprecated.
Parameter specifying the location of the log4j config file
ConfigBeanDefinitionParser - Class in org.springframework.aop.config
BeanDefinitionParser for the <aop:config> 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
 
configLocations - Variable in class org.springframework.orm.hibernate5.LocalSessionFactoryBean
 
configResources - Variable in class org.springframework.context.support.ClassPathXmlApplicationContext
 
configSource - Variable in class org.springframework.web.filter.CorsFilter
 
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.
ConfigurableJtaPlatform - Class in org.springframework.orm.hibernate5
Implementation of Hibernate 5's JtaPlatform SPI, exposing passed-in TransactionManager, UserTransaction and TransactionSynchronizationRegistry references.
ConfigurableJtaPlatform(TransactionManager, UserTransaction, TransactionSynchronizationRegistry) - Constructor for class org.springframework.orm.hibernate5.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
 
ConfigurableMockMvcBuilder<B extends ConfigurableMockMvcBuilder<B>> - Interface in org.springframework.test.web.servlet.setup
Defines common methods for building a MockMvc.
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.
ConfigurableSmartRequestBuilder<B extends ConfigurableSmartRequestBuilder<B>> - Interface in org.springframework.test.web.servlet.request
An extension of SmartRequestBuilder that can be configured with RequestPostProcessors.
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.orm.hibernate5.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(AnnotationMetadata, String) - Constructor for class org.springframework.context.annotation.ConfigurationClass
Create a new ConfigurationClass with the given name.
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, MethodMetadata) - Constructor for class org.springframework.context.annotation.ConfigurationClassBeanDefinitionReader.ConfigurationClassBeanDefinition
 
ConfigurationClassBeanDefinition(RootBeanDefinition, ConfigurationClass, MethodMetadata) - 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, ResourceLoader, Environment, BeanNameGenerator, ImportRegistry) - 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.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.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.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 manner, 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(ObjectMapper) - Method in class org.springframework.http.converter.json.Jackson2ObjectMapperBuilder
Configure an existing ObjectMapper instance with this builder's settings.
configure(Properties) - Method in class org.springframework.orm.hibernate3.LocalDataSourceConnectionProvider
 
configure(Properties) - Method in class org.springframework.orm.hibernate3.SpringTransactionFactory
 
configure(ClassLoader, TemplateConfiguration) - Method in class org.springframework.web.servlet.view.groovy.GroovyMarkupConfigurer.LocaleTemplateResolver
 
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 '<aop:config/>' tag.
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.
configureChannel(SocketChannelConfig) - Method in class org.springframework.http.client.Netty4ClientHttpRequestFactory
Template method for changing properties on the given SocketChannelConfig.
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 outbound messages to 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
 
configureEndpoint(Object) - Method in class org.springframework.jms.config.AbstractJmsListenerEndpoint.JcaEndpointConfigurer
 
configureFeature(ObjectMapper, Object, boolean) - Method in class org.springframework.http.converter.json.Jackson2ObjectMapperBuilder
 
configureFormatterFrom(NumberFormat) - Method in class org.springframework.format.number.money.Jsr354NumberFormatAnnotationFormatterFactory
 
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.
configureJmsListeners(JmsListenerEndpointRegistrar) - Method in interface org.springframework.jms.annotation.JmsListenerConfigurer
Callback allowing a JmsListenerEndpointRegistry and specific JmsListenerEndpoint instances to be registered against the given JmsListenerEndpointRegistrar.
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 for reading or writing to the body of the request or response.
configureMessageConverters(List<HttpMessageConverter<?>>) - Method in class org.springframework.web.servlet.config.annotation.WebMvcConfigurerAdapter
Configure the HttpMessageConverters to use for reading or writing to the body of the request or 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
Helps with configuring HandlerMappings path matching options such as trailing slash match, suffix registration, path matcher and path helper.
configurePathMatch(PathMatchConfigurer) - Method in class org.springframework.web.servlet.config.annotation.WebMvcConfigurerAdapter
Helps with configuring HandlerMappings path matching options such as trailing slash match, suffix registration, path matcher and path helper.
configurePathMatch(PathMatchConfigurer) - Method in class org.springframework.web.servlet.config.annotation.WebMvcConfigurerComposite
 
configurePathMatchingProperties(RootBeanDefinition, Element, ParserContext) - 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.AbstractJackson2HttpMessageConverter
 
configurePrettyPrint() - Method in class org.springframework.messaging.converter.MappingJackson2MessageConverter
 
configurePrettyPrint() - Method in class org.springframework.web.servlet.view.json.AbstractJackson2View
 
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.test.web.servlet.setup.AbstractMockMvcBuilder
 
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.
configureViewResolvers(ViewResolverRegistry) - Method in class org.springframework.web.servlet.config.annotation.DelegatingWebMvcConfiguration
 
configureViewResolvers(ViewResolverRegistry) - Method in class org.springframework.web.servlet.config.annotation.WebMvcConfigurationSupport
Override this method to configure view resolution.
configureViewResolvers(ViewResolverRegistry) - Method in interface org.springframework.web.servlet.config.annotation.WebMvcConfigurer
Configure view resolvers to translate String-based view names returned from controllers into concrete View implementations to perform rendering with.
configureViewResolvers(ViewResolverRegistry) - Method in class org.springframework.web.servlet.config.annotation.WebMvcConfigurerAdapter
Configure view resolvers to translate String-based view names returned from controllers into concrete View implementations to perform rendering with.
configureViewResolvers(ViewResolverRegistry) - Method in class org.springframework.web.servlet.config.annotation.WebMvcConfigurerComposite
 
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(StompSessionHandler) - Method in class org.springframework.messaging.simp.stomp.Reactor2TcpStompClient
Connect and notify the given StompSessionHandler when connected on the STOMP level.
connect(StompHeaders, StompSessionHandler) - Method in class org.springframework.messaging.simp.stomp.Reactor2TcpStompClient
An overloaded version of Reactor2TcpStompClient.connect(StompSessionHandler) that accepts headers to use for the STOMP CONNECT frame.
connect - Variable in class org.springframework.messaging.simp.stomp.StompBrokerRelayMessageHandler.Stats
 
connect(TcpConnectionHandler<P>) - Method in class org.springframework.messaging.tcp.reactor.Reactor2TcpClient
 
connect(TcpConnectionHandler<P>, ReconnectStrategy) - Method in class org.springframework.messaging.tcp.reactor.Reactor2TcpClient
 
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 - Variable in class org.springframework.web.socket.messaging.StompSubProtocolHandler.Stats
 
connect(String, StompSessionHandler, Object...) - Method in class org.springframework.web.socket.messaging.WebSocketStompClient
Connect to the given WebSocket URL and notify the given StompSessionHandler when connected on the STOMP level after the CONNECTED frame is received.
connect(String, WebSocketHttpHeaders, StompSessionHandler, Object...) - Method in class org.springframework.web.socket.messaging.WebSocketStompClient
An overloaded version of WebSocketStompClient.connect(String, StompSessionHandler, Object...) that also accepts WebSocketHttpHeaders to use for the WebSocket handshake.
connect(String, WebSocketHttpHeaders, StompHeaders, StompSessionHandler, Object...) - Method in class org.springframework.web.socket.messaging.WebSocketStompClient
An overloaded version of WebSocketStompClient.connect(String, StompSessionHandler, Object...) that also accepts WebSocketHttpHeaders to use for the WebSocket handshake and StompHeaders for the STOMP CONNECT frame.
connect(URI, WebSocketHttpHeaders, StompHeaders, StompSessionHandler) - Method in class org.springframework.web.socket.messaging.WebSocketStompClient
An overloaded version of WebSocketStompClient.connect(String, WebSocketHttpHeaders, StompSessionHandler, Object...) that accepts a fully prepared URI.
connect(TransportRequest, WebSocketHandler) - Method in class org.springframework.web.socket.sockjs.client.AbstractXhrTransport
 
connect(WebSocketHandler, SettableListenableFuture<WebSocketSession>) - Method in class org.springframework.web.socket.sockjs.client.DefaultTransportRequest
 
connect(TransportRequest, WebSocketHandler) - Method in interface org.springframework.web.socket.sockjs.client.Transport
Connect the transport.
connect(TransportRequest, WebSocketHandler) - Method in class org.springframework.web.socket.sockjs.client.WebSocketTransport
 
CONNECT_MESSAGE_HEADER - Static variable in class org.springframework.messaging.simp.SimpMessageHeaderAccessor
 
ConnectCallback(WebSocketHandler, SettableListenableFuture<WebSocketSession>) - Constructor for class org.springframework.web.socket.sockjs.client.DefaultTransportRequest.ConnectCallback
 
connectCount - Variable in class org.springframework.web.socket.sockjs.client.WebSocketTransport.ClientSockJsWebSocketHandler
 
connected - Variable in class org.springframework.messaging.simp.stomp.StompBrokerRelayMessageHandler.Stats
 
connected - Variable in class org.springframework.web.socket.messaging.StompSubProtocolHandler.Stats
 
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.
connectFuture - Variable in class org.springframework.web.socket.sockjs.client.AbstractClientSockJsSession
 
connectFuture - Variable in class org.springframework.web.socket.sockjs.client.JettyXhrTransport.SockJsResponseListener
 
connectFuture - Variable in class org.springframework.web.socket.sockjs.client.UndertowXhrTransport.SockJsResponseListener
 
connectHeaders - Variable in class org.springframework.messaging.simp.stomp.DefaultStompSession
 
connectHeaders - Variable in class org.springframework.messaging.simp.stomp.StompBrokerRelayMessageHandler.StompConnectionHandler
 
connectInternal(TransportRequest, WebSocketHandler, URI, HttpHeaders, XhrClientSockJsSession, SettableListenableFuture<WebSocketSession>) - Method in class org.springframework.web.socket.sockjs.client.AbstractXhrTransport
 
connectInternal(TransportRequest, WebSocketHandler, URI, HttpHeaders, XhrClientSockJsSession, SettableListenableFuture<WebSocketSession>) - Method in class org.springframework.web.socket.sockjs.client.JettyXhrTransport
 
connectInternal(TransportRequest, WebSocketHandler, URI, HttpHeaders, XhrClientSockJsSession, SettableListenableFuture<WebSocketSession>) - Method in class org.springframework.web.socket.sockjs.client.RestTemplateXhrTransport
 
connectInternal(TransportRequest, WebSocketHandler, URI, HttpHeaders, XhrClientSockJsSession, SettableListenableFuture<WebSocketSession>) - Method in class org.springframework.web.socket.sockjs.client.UndertowXhrTransport
 
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
The HTTP Connection header field name.
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
The target Connection
connection - Variable in class org.springframework.jmx.support.MBeanServerConnectionFactoryBean
 
connection - Variable in class org.springframework.messaging.simp.stomp.DefaultStompSession
 
connection - Variable in class org.springframework.orm.jpa.vendor.EclipseLinkJpaDialect.EclipseLinkConnectionHandle
 
connection - Variable in class org.springframework.web.socket.sockjs.client.UndertowXhrTransport.SockJsResponseListener
 
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.config.AbstractJmsListenerContainerFactory
 
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
 
connectionHandler - Variable in class org.springframework.messaging.tcp.reactor.Reactor2TcpClient.MessageChannelStreamHandler
 
connectionHandler - Variable in class org.springframework.web.socket.messaging.WebSocketStompClient.WebSocketTcpConnectionHandlerAdapter
 
connectionHandlers - Variable in class org.springframework.messaging.simp.stomp.StompBrokerRelayMessageHandler
 
ConnectionHandlingStompSession - Interface in org.springframework.messaging.simp.stomp
A StompSession that implements TcpConnectionHandler in order to send and receive messages.
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.hibernate5.HibernateTransactionManager.SuspendedResourcesHolder
 
connectionHolder - Variable in class org.springframework.orm.jdo.JdoTransactionManager.SuspendedResourcesHolder
 
connectionHolder - Variable in class org.springframework.orm.jpa.JpaTransactionManager.SuspendedResourcesHolder
 
ConnectionLostException - Exception in org.springframework.messaging.simp.stomp
Raised when the connection for a STOMP session is lost rather than closed.
ConnectionLostException(String) - Constructor for exception org.springframework.messaging.simp.stomp.ConnectionLostException
 
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
 
connections - Variable in class org.springframework.test.web.servlet.htmlunit.DelegatingWebConnection
 
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.Netty4ClientHttpRequestFactory
 
connectTimeout - Variable in class org.springframework.http.client.SimpleClientHttpRequestFactory
 
connectTimeout - Variable in class org.springframework.remoting.httpinvoker.SimpleHttpInvokerRequestExecutor
 
connectTimeoutScheduler - Variable in class org.springframework.web.socket.sockjs.client.SockJsClient
 
connectTransport() - Method in class org.springframework.mail.javamail.JavaMailSenderImpl
Obtain and connect a Transport from the underlying JavaMail Session, passing in the specified host, port, username, and password.
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
 
constant - Variable in class org.springframework.expression.spel.ast.InlineList
 
constant - Variable in class org.springframework.expression.spel.ast.InlineMap
 
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
Deprecated.
 
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.CronTriggerFactoryBean
Constants for the CronTrigger 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
 
constructMapping(MappingNode) - Method in class org.springframework.beans.factory.config.YamlProcessor.StrictMapAppenderConstructor
 
CONSTRUCTOR - Static variable in class org.springframework.core.LocalVariableTableParameterNameDiscoverer.LocalVariableTableVisitor
 
constructor - Variable in class org.springframework.core.MethodParameter
 
constructor - Static variable in class org.springframework.web.socket.server.standard.AbstractTyrusRequestUpgradeStrategy.Tyrus17EndpointHelper
 
constructor - Static variable in class org.springframework.web.socket.server.standard.GlassFishRequestUpgradeStrategy.GlassFishServletWriterHelper
 
constructor - Static variable in class org.springframework.web.socket.server.standard.WebLogicRequestUpgradeStrategy.TyrusMuxableWebSocketHelper
 
constructor - Static variable in class org.springframework.web.socket.server.standard.WebLogicRequestUpgradeStrategy.WebLogicServletWriterHelper
 
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
 
constructorWithBooleanArgument - Static variable in class org.springframework.web.socket.server.standard.AbstractTyrusRequestUpgradeStrategy.Tyrus17EndpointHelper
 
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, boolean) - 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
 
consumes(String...) - Method in interface org.springframework.web.servlet.mvc.method.RequestMappingInfo.Builder
Set the consumes conditions.
consumes - Variable in class org.springframework.web.servlet.mvc.method.RequestMappingInfo.DefaultBuilder
 
consumes(String...) - Method in class org.springframework.web.servlet.mvc.method.RequestMappingInfo.DefaultBuilder
 
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
 
containerFactory - Variable in class org.springframework.jms.config.JmsListenerEndpointRegistrar
 
containerFactory - Variable in class org.springframework.jms.config.JmsListenerEndpointRegistrar.JmsListenerEndpointDescriptor
 
containerFactoryBeanName - Variable in class org.springframework.jms.annotation.JmsListenerAnnotationBeanPostProcessor
 
containerFactoryBeanName - Variable in class org.springframework.jms.config.JmsListenerEndpointRegistrar
 
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(Object) - Method in interface org.springframework.orm.hibernate5.HibernateOperations
Check whether the given object is in the Session cache.
contains(Object) - Method in class org.springframework.orm.hibernate5.HibernateTemplate
 
contains(MergedContextConfiguration) - Method in interface org.springframework.test.context.cache.ContextCache
Determine whether there is a cached context for the given key.
contains(MergedContextConfiguration) - Method in class org.springframework.test.context.cache.DefaultContextCache
Determine 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(String) - Method in class org.springframework.core.env.SystemEnvironmentPropertySource
 
containsKey(Object) - Method in class org.springframework.http.HttpHeaders
 
containsKey(Object) - Method in class org.springframework.http.server.ServletServerHttpResponse.ServletResponseHttpHeaders
 
containsKey(Object) - Method in class org.springframework.messaging.MessageHeaders
 
containsKey(Object) - Method in class org.springframework.messaging.simp.stomp.StompHeaders
 
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
 
containsNativeHeader(String) - Method in class org.springframework.messaging.support.NativeMessageHeaderAccessor
Whether the native header map contains the give header name.
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
This implementation first checks to see if the name specified is the special "non-option arguments" property, and if so delegates to the abstract CommandLinePropertySource.getNonOptionArgs() method checking to see whether it returns an empty collection.
containsProperty(String) - Method in class org.springframework.core.env.CompositePropertySource
 
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 class org.springframework.core.env.MapPropertySource
 
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.messaging.simp.stomp.StompHeaders
 
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(MockHttpServletRequest, String) - Method in class org.springframework.test.web.servlet.htmlunit.HtmlUnitRequestBuilder
 
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.socket.sockjs.frame.SockJsFrame
 
content - Variable in class org.springframework.web.util.ContentCachingResponseWrapper
 
CONTENT_DISPOSITION - Static variable in class org.springframework.http.HttpHeaders
The HTTP Content-Disposition header field name
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_ENCODING - Static variable in class org.springframework.http.HttpHeaders
The HTTP Content-Encoding header field name.
CONTENT_LANGUAGE - Static variable in class org.springframework.http.HttpHeaders
The HTTP Content-Language header field name.
CONTENT_LENGTH - Static variable in class org.springframework.http.HttpHeaders
The HTTP Content-Length header field name.
CONTENT_LENGTH - Static variable in class org.springframework.messaging.simp.stomp.StompHeaders
 
CONTENT_LENGTH_HEADER - Static variable in class org.springframework.mock.web.MockHttpServletResponse
 
CONTENT_LOCATION - Static variable in class org.springframework.http.HttpHeaders
The HTTP Content-Location header field name.
CONTENT_NEGOTIATION_MANAGER_BEAN_NAME - Static variable in class org.springframework.web.servlet.config.AnnotationDrivenBeanDefinitionParser
 
CONTENT_RANGE - Static variable in class org.springframework.http.HttpHeaders
The HTTP Content-Range header field name.
CONTENT_TYPE - Static variable in class org.springframework.http.HttpHeaders
The HTTP Content-Type header field name.
CONTENT_TYPE - Static variable in class org.springframework.messaging.MessageHeaders
 
CONTENT_TYPE - Static variable in class org.springframework.messaging.simp.stomp.StompHeaders
 
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
Deprecated.
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_PROPERTY - Static variable in interface org.springframework.jms.support.JmsHeaderMapper
 
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"
CONTENT_VERSION_STRATEGY_ELEMENT - Static variable in class org.springframework.web.servlet.config.ResourcesBeanDefinitionParser
 
ContentCachingInputStream(ServletInputStream) - Constructor for class org.springframework.web.util.ContentCachingRequestWrapper.ContentCachingInputStream
 
ContentCachingRequestWrapper - Class in org.springframework.web.util
javax.servlet.http.HttpServletRequest wrapper that caches all content read from the input stream and reader, and allows this content to be retrieved via a byte array.
ContentCachingRequestWrapper(HttpServletRequest) - Constructor for class org.springframework.web.util.ContentCachingRequestWrapper
Create a new ContentCachingRequestWrapper for the given servlet request.
ContentCachingRequestWrapper.ContentCachingInputStream - Class in org.springframework.web.util
 
ContentCachingResponseWrapper - Class in org.springframework.web.util
javax.servlet.http.HttpServletResponse wrapper that caches all content written to the output stream and writer, and allows this content to be retrieved via a byte array.
ContentCachingResponseWrapper(HttpServletResponse) - Constructor for class org.springframework.web.util.ContentCachingResponseWrapper
Create a new ContentCachingResponseWrapper for the given servlet response.
ContentCachingResponseWrapper.ResponsePrintWriter - Class in org.springframework.web.util
 
ContentCachingResponseWrapper.ResponseServletOutputStream - Class in org.springframework.web.util
 
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(long) - Method in interface org.springframework.http.RequestEntity.BodyBuilder
Set the length of the body in bytes, as specified by the Content-Length header.
contentLength(long) - Method in class org.springframework.http.RequestEntity.DefaultBodyBuilder
 
contentLength(long) - Method in interface org.springframework.http.ResponseEntity.BodyBuilder
Set the length of the body in bytes, as specified by the Content-Length header.
contentLength(long) - Method in class org.springframework.http.ResponseEntity.DefaultBuilder
 
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
 
contentLength() - Method in class org.springframework.web.servlet.resource.GzipResourceResolver.GzippedResource
 
contentLength - Variable in class org.springframework.web.util.ContentCachingResponseWrapper
 
contentLengthRequired - Static variable in enum org.springframework.messaging.simp.stomp.StompCommand
 
contentNegotiatingResolver - Variable in class org.springframework.web.servlet.config.annotation.ViewResolverRegistry
 
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
Creates a ContentNegotiationManager and configures it with one or more ContentNegotiationStrategy instances.
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
Central class to determine requested media types for a request.
ContentNegotiationManager(ContentNegotiationStrategy...) - Constructor for class org.springframework.web.accept.ContentNegotiationManager
Create an instance with the given list of ContentNegotiationStrategy strategies each of which may also be an instance of MediaTypeFileExtensionResolver.
ContentNegotiationManager(Collection<ContentNegotiationStrategy>) - Constructor for class org.springframework.web.accept.ContentNegotiationManager
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.ViewResolverRegistry
 
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.mvc.method.RequestMappingInfo.BuilderConfiguration
 
contentNegotiationManager - Variable in class org.springframework.web.servlet.view.ContentNegotiatingViewResolver
 
ContentNegotiationManagerFactoryBean - Class in org.springframework.web.accept
Factory to create a ContentNegotiationManager and configure it with one or more ContentNegotiationStrategy instances via simple setters.
ContentNegotiationManagerFactoryBean() - Constructor for class org.springframework.web.accept.ContentNegotiationManagerFactoryBean
 
ContentNegotiationStrategy - Interface in org.springframework.web.accept
A strategy for resolving the requested media types for 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(MediaType) - Method in interface org.springframework.http.RequestEntity.BodyBuilder
Set the media type of the body, as specified by the Content-Type header.
contentType(MediaType) - Method in class org.springframework.http.RequestEntity.DefaultBodyBuilder
 
contentType(MediaType) - Method in interface org.springframework.http.ResponseEntity.BodyBuilder
Set the media type of the body, as specified by the Content-Type header.
contentType(MediaType) - Method in class org.springframework.http.ResponseEntity.DefaultBuilder
 
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(MockHttpServletRequest) - Method in class org.springframework.test.web.servlet.htmlunit.HtmlUnitRequestBuilder
 
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.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.accept.FixedContentNegotiationStrategy
 
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.script.ScriptTemplateConfigurer
 
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.
ContentVersionStrategy - Class in org.springframework.web.servlet.resource
A VersionStrategy that calculates an Hex MD5 hashes from the content of the resource and appends it to the file name, e.g.
ContentVersionStrategy() - Constructor for class org.springframework.web.servlet.resource.ContentVersionStrategy
 
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.http.client.Netty4ClientHttpResponse
 
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_CACHE_LOGGING_CATEGORY - Static variable in interface org.springframework.test.context.cache.ContextCache
The name of the logging category used for reporting ContextCache statistics.
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 - Interface in org.springframework.test.context.cache
ContextCache defines the SPI for caching Spring ApplicationContexts within the Spring TestContext Framework.
contextCache - Variable in class org.springframework.test.context.cache.DefaultCacheAwareContextLoaderDelegate
 
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 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 AnnotationAttributes (parsed from a @ContextConfiguration annotation) and the test class that declared them.
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
Deprecated.
 
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
Deprecated.
 
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.context.ContextLoader
Actual ApplicationContextInitializer instances to apply to the context
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 which redirects the actual scheduling of tasks to the ContextLifecycleScheduledTaskRegistrar.afterSingletonsInstantiated() callback (as of 4.1.2).
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.support
Utility methods for resolving ContextConfigurationAttributes from the @ContextConfiguration and @ContextHierarchy annotations for use with SmartContextLoaders.
ContextLoaderUtils() - Constructor for class org.springframework.test.context.support.ContextLoaderUtils
 
contextMap - Variable in class org.springframework.test.context.cache.DefaultContextCache
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
 
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.htmlunit.HtmlUnitRequestBuilder
 
contextPath(MockHttpServletRequest, UriComponents) - Method in class org.springframework.test.web.servlet.htmlunit.HtmlUnitRequestBuilder
 
contextPath - Variable in class org.springframework.test.web.servlet.htmlunit.MockMvcWebConnection
 
contextPath - Variable in class org.springframework.test.web.servlet.htmlunit.MockMvcWebConnectionBuilderSupport
 
contextPath(String) - Method in class org.springframework.test.web.servlet.htmlunit.MockMvcWebConnectionBuilderSupport
Set the context path to use.
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
 
contextWrapper - Variable in class org.springframework.web.context.support.GroovyWebApplicationContext
 
CONTINUE - Static variable in class org.springframework.core.annotation.AnnotatedElementUtils
 
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 - Variable in class org.springframework.web.servlet.config.annotation.RedirectViewControllerRegistration
 
controller - Variable in class org.springframework.web.servlet.config.annotation.ViewControllerRegistration
 
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 - Variable in class org.springframework.test.web.servlet.setup.StandaloneMockMvcBuilder
 
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(Object) - Constructor for class org.springframework.web.method.ControllerAdviceBean
Create a ControllerAdviceBean using the given bean instance.
ControllerAdviceBean(String, BeanFactory) - Constructor for class org.springframework.web.method.ControllerAdviceBean
Create a ControllerAdviceBean using the given bean name.
ControllerAdviceBean(Object, BeanFactory) - Constructor for class org.springframework.web.method.ControllerAdviceBean
 
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(Class<?>) - Constructor for class org.springframework.web.servlet.mvc.method.annotation.MvcUriComponentsBuilder.ControllerMethodInvocationInterceptor
 
controllers - Variable in class org.springframework.test.web.servlet.setup.StandaloneMockMvcBuilder
 
controllerType - Variable in class org.springframework.web.servlet.mvc.method.annotation.MvcUriComponentsBuilder.ControllerMethodInvocationInterceptor
 
controllerType - Variable in class org.springframework.web.servlet.mvc.method.annotation.MvcUriComponentsBuilder.MethodArgumentBuilder
 
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_HINT_HEADER - Static variable in class org.springframework.messaging.core.AbstractMessageSendingTemplate
Name of the header that can be set to provide further information (e.g.
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.
conversionMemberCache - Static variable in class org.springframework.core.convert.support.ObjectToObjectConverter
 
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 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.ObjectToOptionalConverter
 
conversionService - Variable in class org.springframework.core.convert.support.StreamConverter
 
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.converter.GenericMessageConverter
 
conversionService - Variable in class org.springframework.messaging.handler.annotation.support.AbstractNamedValueMethodArgumentResolver
 
conversionService - Variable in class org.springframework.messaging.handler.annotation.support.DefaultMessageHandlerMethodFactory
 
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 object 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 object 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, TypeDescriptor, TypeDescriptor) - Method in class org.springframework.core.convert.support.ObjectToOptionalConverter
 
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.StreamConverter
 
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(String) - Method in class org.springframework.core.convert.support.StringToCharsetConverter
 
convert(Object, TypeDescriptor, TypeDescriptor) - Method in class org.springframework.core.convert.support.StringToCollectionConverter
 
convert(String) - Method in class org.springframework.core.convert.support.StringToCurrencyConverter
 
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.StringToTimeZoneConverter
 
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(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(String, Object) - Method in interface org.springframework.jms.core.JmsMessageOperations
Convert the given Object to serialized form, possibly using a MessageConverter, wrap it as a message and send it to the given destination.
convertAndSend(String, Object, Map<String, Object>) - Method in interface org.springframework.jms.core.JmsMessageOperations
Convert the given Object to serialized form, possibly using a MessageConverter, wrap it as a message with the given headers and send it to the given destination.
convertAndSend(String, Object, MessagePostProcessor) - Method in interface org.springframework.jms.core.JmsMessageOperations
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(String, Object, Map<String, Object>, MessagePostProcessor) - Method in interface org.springframework.jms.core.JmsMessageOperations
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.
convertAndSend(Object) - Method in class org.springframework.jms.core.JmsMessagingTemplate
 
convertAndSend(Object, MessagePostProcessor) - Method in class org.springframework.jms.core.JmsMessagingTemplate
 
convertAndSend(String, Object) - Method in class org.springframework.jms.core.JmsMessagingTemplate
 
convertAndSend(String, Object, Map<String, Object>) - Method in class org.springframework.jms.core.JmsMessagingTemplate
 
convertAndSend(String, Object, MessagePostProcessor) - Method in class org.springframework.jms.core.JmsMessagingTemplate
 
convertAndSend(String, Object, Map<String, Object>, MessagePostProcessor) - Method in class org.springframework.jms.core.JmsMessagingTemplate
 
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 the given 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 the given user.
convertAndSendToUser(String, String, Object, Map<String, Object>) - Method in interface org.springframework.messaging.simp.SimpMessageSendingOperations
Send a message to the given user.
convertAndSendToUser(String, String, Object, MessagePostProcessor) - Method in interface org.springframework.messaging.simp.SimpMessageSendingOperations
Send a message to the given user.
convertAndSendToUser(String, String, Object, Map<String, Object>, MessagePostProcessor) - Method in interface org.springframework.messaging.simp.SimpMessageSendingOperations
Send a message to the given 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
 
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.
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
 
convertConnectAcktoStompConnected(StompHeaderAccessor) - Method in class org.springframework.web.socket.messaging.StompSubProtocolHandler
The simple broker produces SimpMessageType.CONNECT_ACK that's not STOMP specific and needs to be turned into a STOMP CONNECTED frame.
convertContextConfigToConfigAttributesAndAddToList(ContextConfiguration, Class<?>, List<ContextConfigurationAttributes>) - Static method in class org.springframework.test.context.support.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
 
converter - Variable in class org.springframework.messaging.simp.stomp.DefaultStompSession
 
CONVERTER_TYPE_FILTER - Variable in class org.springframework.orm.hibernate5.LocalSessionFactoryBuilder
 
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
Exception to be thrown when a suitable converter could not be found in a given conversion service.
ConverterNotFoundException(TypeDescriptor, TypeDescriptor) - Constructor for exception org.springframework.core.convert.ConverterNotFoundException
Creates a new conversion executor not found exception.
ConverterRegistrationDelegate() - Constructor for class org.springframework.orm.hibernate4.LocalSessionFactoryBuilder.ConverterRegistrationDelegate
 
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
 
converterTypeFilter - Static variable in class org.springframework.orm.hibernate4.LocalSessionFactoryBuilder
 
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(String, Object, Object, TypeDescriptor) - Method in class org.springframework.beans.AbstractNestablePropertyAccessor
 
convertForProperty(Object, String) - Method in class org.springframework.beans.BeanWrapperImpl
Convert the given value for the specified property to the latter's type.
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.
convertFromInternal(Message<?>, Class<?>, Object) - 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.AbstractMessageConverter
Deprecated.
as of Spring 4.2, in favor of AbstractMessageConverter.convertFromInternal(Message, Class, Object) (which is also protected instead of public)
convertFromInternal(Message<?>, Class<?>, Object) - Method in class org.springframework.messaging.converter.ByteArrayMessageConverter
 
convertFromInternal(Message<?>, Class<?>, Object) - Method in class org.springframework.messaging.converter.MappingJackson2MessageConverter
 
convertFromInternal(Message<?>, Class<?>, Object) - Method in class org.springframework.messaging.converter.MarshallingMessageConverter
 
convertFromInternal(Message<?>, Class<?>, Object) - 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.
convertFromRuby(IRubyObject, Class<?>) - Method in class org.springframework.scripting.jruby.JRubyScriptUtils.RubyObjectInvocationHandler
Deprecated.
 
convertFromRubyArray(IRubyObject[], Class<?>) - Method in class org.springframework.scripting.jruby.JRubyScriptUtils.RubyObjectInvocationHandler
Deprecated.
 
convertFromStream(Stream<?>, TypeDescriptor, TypeDescriptor) - Method in class org.springframework.core.convert.support.StreamConverter
 
convertFromTextMessage(TextMessage, JavaType) - Method in class org.springframework.jms.support.converter.MappingJackson2MessageConverter
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.hibernate5.HibernateExceptionTranslator
Convert the given HibernateException to an appropriate exception from the org.springframework.dao hierarchy.
convertHibernateAccessException(HibernateException) - Method in class org.springframework.orm.hibernate5.HibernateTransactionManager
Convert the given HibernateException to an appropriate exception from the org.springframework.dao hierarchy.
convertHibernateAccessException(HibernateException) - Static method in class org.springframework.orm.hibernate5.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
 
CONVERTIBLE_TYPES - Static variable in class org.springframework.core.convert.support.StreamConverter
 
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.AbstractNestablePropertyAccessor
 
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.
convertInlinedPropertiesToMap(String[]) - Static method in class org.springframework.test.context.support.TestPropertySourceUtils
Convert the supplied inlined properties (in the form of key-value pairs) into a map keyed by property name, preserving the ordering of property names in the returned map.
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.
convertJmsException(JmsException) - Method in class org.springframework.jms.core.JmsMessagingTemplate
 
convertJmsInvokerAccessException(JMSException) - Method in class org.springframework.jms.remoting.JmsInvokerClientInterceptor
Convert the given JMS invoker access exception to an appropriate Spring RemoteAccessException.
convertJmsMessage(javax.jms.Message) - Method in class org.springframework.jms.core.JmsMessagingTemplate
 
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(net.sf.jasperreports.engine.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 interface org.springframework.jms.core.JmsMessageOperations
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(String, Object, Map<String, Object>, Class<T>) - Method in interface org.springframework.jms.core.JmsMessageOperations
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(String, Object, Class<T>, MessagePostProcessor) - Method in interface org.springframework.jms.core.JmsMessageOperations
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(String, Object, Map<String, Object>, Class<T>, MessagePostProcessor) - Method in interface org.springframework.jms.core.JmsMessageOperations
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.
convertSendAndReceive(String, Object, Class<T>) - Method in class org.springframework.jms.core.JmsMessagingTemplate
 
convertSendAndReceive(Object, Class<T>) - Method in class org.springframework.jms.core.JmsMessagingTemplate
 
convertSendAndReceive(String, Object, Map<String, Object>, Class<T>) - Method in class org.springframework.jms.core.JmsMessagingTemplate
 
convertSendAndReceive(Object, Class<T>, MessagePostProcessor) - Method in class org.springframework.jms.core.JmsMessagingTemplate
 
convertSendAndReceive(String, Object, Class<T>, MessagePostProcessor) - Method in class org.springframework.jms.core.JmsMessagingTemplate
 
convertSendAndReceive(String, Object, Map<String, Object>, Class<T>, MessagePostProcessor) - Method in class org.springframework.jms.core.JmsMessagingTemplate
 
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.
convertToClasspathResourcePaths(Class<?>, String...) - Static method in class org.springframework.test.context.util.TestContextResourceUtils
Convert the supplied paths to classpath resource paths.
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, Object) - 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.AbstractMessageConverter
Deprecated.
as of Spring 4.2, in favor of AbstractMessageConverter.convertFromInternal(Message, Class, Object) (which is also protected instead of public)
convertToInternal(Object, MessageHeaders, Object) - Method in class org.springframework.messaging.converter.ByteArrayMessageConverter
 
convertToInternal(Object, MessageHeaders, Object) - Method in class org.springframework.messaging.converter.MappingJackson2MessageConverter
 
convertToInternal(Object, MessageHeaders, Object) - Method in class org.springframework.messaging.converter.MarshallingMessageConverter
 
convertToInternal(Object, MessageHeaders, Object) - 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.
convertToReference(char) - Method in class org.springframework.web.util.HtmlCharacterEntityReferences
Return the reference mapped to the given character or null.
convertToReference(char, String) - Method in class org.springframework.web.util.HtmlCharacterEntityReferences
Return the reference mapped to the given character or null.
convertToResourceList(ResourceLoader, String...) - Static method in class org.springframework.test.context.util.TestContextResourceUtils
Convert the supplied paths to a list of Resource handles using the given ResourceLoader.
convertToResources(ResourceLoader, String...) - Static method in class org.springframework.test.context.util.TestContextResourceUtils
Convert the supplied paths to an array of Resource handles using the given ResourceLoader.
convertToRuby(Object[]) - Method in class org.springframework.scripting.jruby.JRubyScriptUtils.RubyObjectInvocationHandler
Deprecated.
 
convertToScriptSource(String, String, ResourceLoader) - Method in class org.springframework.scripting.support.ScriptFactoryPostProcessor
Convert the given script source locator to a ScriptSource instance.
convertToStream(Object, TypeDescriptor, TypeDescriptor) - Method in class org.springframework.core.convert.support.StreamConverter
 
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(TypeConverter, Object, Class<T>) - Method in class org.springframework.expression.spel.ast.Indexer
 
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
Deprecated.
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 - Static variable in class org.springframework.http.HttpHeaders
The HTTP Cookie header field name.
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(MockHttpServletRequest) - Method in class org.springframework.test.web.servlet.htmlunit.HtmlUnitRequestBuilder
 
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.
copyAllAttributes - Variable in class org.springframework.web.socket.server.support.HttpSessionHandshakeInterceptor
 
copyAttributesFrom(AttributeAccessor) - Method in class org.springframework.core.AttributeAccessorSupport
Copy the attributes from the supplied AttributeAccessor to this accessor.
copyBodyToResponse() - Method in class org.springframework.web.util.ContentCachingResponseWrapper
Copy the complete cached body content to the response.
copyBodyToResponse(boolean) - Method in class org.springframework.web.util.ContentCachingResponseWrapper
Copy the cached body content to the response.
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.
copyHttpSessionId - Variable in class org.springframework.web.socket.server.support.HttpSessionHandshakeInterceptor
 
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
See FeatureDescriptor.
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.
copyPropertiesToBean(Annotation, Class<T>) - Static method in class org.springframework.jmx.export.annotation.AnnotationJmxAttributeSource
 
copyPropertiesToBeanArray(Collection<? extends Annotation>, Class<T>) - Static method in class org.springframework.jmx.export.annotation.AnnotationJmxAttributeSource
 
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.
copyRange(InputStream, OutputStream, long, long) - Method in class org.springframework.web.servlet.resource.ResourceHttpRequestHandler
 
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.
copyToUriComponentsBuilder(UriComponentsBuilder) - Method in class org.springframework.web.util.HierarchicalUriComponents
 
copyToUriComponentsBuilder(UriComponentsBuilder) - Method in class org.springframework.web.util.HierarchicalUriComponents.FullPathComponent
 
copyToUriComponentsBuilder(UriComponentsBuilder) - Method in interface org.springframework.web.util.HierarchicalUriComponents.PathComponent
 
copyToUriComponentsBuilder(UriComponentsBuilder) - Method in class org.springframework.web.util.HierarchicalUriComponents.PathComponentComposite
 
copyToUriComponentsBuilder(UriComponentsBuilder) - Method in class org.springframework.web.util.HierarchicalUriComponents.PathSegmentComponent
 
copyToUriComponentsBuilder(UriComponentsBuilder) - Method in class org.springframework.web.util.OpaqueUriComponents
 
copyToUriComponentsBuilder(UriComponentsBuilder) - Method in class org.springframework.web.util.UriComponents
Set all components of the given UriComponentsBuilder.
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
 
CORRELATION_ID - Static variable in interface org.springframework.jms.support.JmsHeaders
Correlation ID for the message.
CORS_CONFIGURATION_BEAN_NAME - Static variable in class org.springframework.web.servlet.config.MvcNamespaceUtils
 
CorsBeanDefinitionParser - Class in org.springframework.web.servlet.config
BeanDefinitionParser that parses a cors element in order to set the CORS configuration in the various {AbstractHandlerMapping} beans created by AnnotationDrivenBeanDefinitionParser, ResourcesBeanDefinitionParser and ViewControllerBeanDefinitionParser.
CorsBeanDefinitionParser() - Constructor for class org.springframework.web.servlet.config.CorsBeanDefinitionParser
 
corsConfigSource - Variable in class org.springframework.web.servlet.handler.AbstractHandlerMapping
 
CorsConfiguration - Class in org.springframework.web.cors
A container for CORS configuration that also provides methods to check the actual or requested origin, HTTP methods, and headers.
CorsConfiguration() - Constructor for class org.springframework.web.cors.CorsConfiguration
Construct a new, empty CorsConfiguration instance.
CorsConfiguration(CorsConfiguration) - Constructor for class org.springframework.web.cors.CorsConfiguration
Construct a new CorsConfiguration instance by copying all values from the supplied CorsConfiguration.
corsConfiguration - Variable in class org.springframework.web.servlet.resource.ResourceHttpRequestHandler
 
corsConfigurations - Variable in class org.springframework.web.cors.UrlBasedCorsConfigurationSource
 
corsConfigurations - Variable in class org.springframework.web.servlet.config.annotation.WebMvcConfigurationSupport
 
CorsConfigurationSource - Interface in org.springframework.web.cors
Interface to be implemented by classes (usually HTTP request handlers) that provides a CorsConfiguration instance based on the provided request.
CorsFilter - Class in org.springframework.web.filter
javax.servlet.Filter that handles CORS preflight requests and intercepts CORS simple and actual requests thanks to a CorsProcessor implementation (DefaultCorsProcessor by default) in order to add the relevant CORS response headers (like Access-Control-Allow-Origin) using the provided CorsConfigurationSource (for example an UrlBasedCorsConfigurationSource instance.
CorsFilter(CorsConfigurationSource) - Constructor for class org.springframework.web.filter.CorsFilter
Constructor accepting a CorsConfigurationSource used by the filter to find the CorsConfiguration to use for each incoming request.
CorsInterceptor(CorsConfiguration) - Constructor for class org.springframework.web.servlet.handler.AbstractHandlerMapping.CorsInterceptor
 
corsLookup - Variable in class org.springframework.web.servlet.handler.AbstractHandlerMethodMapping.MappingRegistry
 
CorsProcessor - Interface in org.springframework.web.cors
A strategy that takes a request and a CorsConfiguration and updates the response.
corsProcessor - Variable in class org.springframework.web.servlet.handler.AbstractHandlerMapping
 
CorsRegistration - Class in org.springframework.web.servlet.config.annotation
CorsRegistration assists with the creation of a CorsConfiguration instance mapped to a path pattern.
CorsRegistration(String) - Constructor for class org.springframework.web.servlet.config.annotation.CorsRegistration
 
CorsRegistry - Class in org.springframework.web.servlet.config.annotation
CorsRegistry assists with the registration of CorsConfiguration mapped to a path pattern.
CorsRegistry() - Constructor for class org.springframework.web.servlet.config.annotation.CorsRegistry
 
CorsUtils - Class in org.springframework.web.cors
Utility class for CORS request handling based on the CORS W3C recommandation.
CorsUtils() - Constructor for class org.springframework.web.cors.CorsUtils
 
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.jms.config.JmsListenerEndpointRegistry.AggregatingCallback
 
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.
counter - Variable in class org.springframework.jms.annotation.JmsListenerAnnotationBeanPostProcessor
 
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
 
countNonNull(Object...) - Method in class org.springframework.cache.jcache.interceptor.AnnotationJCacheOperationSource
 
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 sub in string str.
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() - Method in class org.springframework.http.converter.json.Jackson2ObjectMapperBuilder.XmlObjectMapperInitializer
 
create() - Static method in class org.springframework.messaging.simp.SimpMessageHeaderAccessor
Create an instance with SimpMessageType MESSAGE.
create(SimpMessageType) - Static method in class org.springframework.messaging.simp.SimpMessageHeaderAccessor
Create an instance with the given SimpMessageType.
create(String, int, Reactor2StompCodec) - Method in class org.springframework.messaging.simp.stomp.StompBrokerRelayMessageHandler.StompTcpClientFactory
 
create(StompCommand) - Static method in class org.springframework.messaging.simp.stomp.StompHeaderAccessor
Create an instance for the given STOMP command.
create(StompCommand, Map<String, List<String>>) - Static method in class org.springframework.messaging.simp.stomp.StompHeaderAccessor
Create an instance for the given STOMP command and headers.
createAccessor(Message<?>) - Method in class org.springframework.messaging.simp.SimpMessageHeaderAccessor
 
createAccessor(Message<?>) - Method in class org.springframework.messaging.simp.stomp.StompHeaderAccessor
 
createAccessor(Message<?>) - Method in class org.springframework.messaging.support.MessageHeaderAccessor
Build a 'nested' accessor for the given message.
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.
createAnnotationMethodMessageHandler() - Method in class org.springframework.messaging.simp.config.AbstractMessageBrokerConfiguration
Protected method for plugging in a custom sub-class of SimpAnnotationMethodMessageHandler.
createAnnotationMethodMessageHandler() - Method in class org.springframework.web.socket.config.annotation.WebSocketMessageBrokerConfigurationSupport
 
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.
createApplicationListener(String, Class<?>, Method) - Method in class org.springframework.context.event.DefaultEventListenerFactory
 
createApplicationListener(String, Class<?>, Method) - Method in interface org.springframework.context.event.EventListenerFactory
Create an ApplicationListener for the specified method.
createApplicationListener(String, Class<?>, Method) - Method in class org.springframework.transaction.event.TransactionalEventListenerFactory
 
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.Netty4ClientHttpRequestFactory
 
createAsyncRequest(URI, HttpMethod) - Method in class org.springframework.http.client.OkHttpClientHttpRequestFactory
 
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.
createAsyncRequest(URI, HttpMethod) - Method in class org.springframework.test.web.client.MockRestServiceServer.RequestMatcherClientHttpRequestFactory
 
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
Deprecated.
 
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 merged bean definition (and arguments).
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.
createBeanPropertyBindingResult() - Method in class org.springframework.validation.DataBinder
Create the AbstractPropertyBindingResult instance using standard JavaBean property access.
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.
createBootstrapContext(Class<?>) - Static method in class org.springframework.test.context.BootstrapUtils
Create the BootstrapContext for the specified test class.
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.
createByteRange(long) - Static method in class org.springframework.http.HttpRange
Create an HttpRange from the given position to the end.
createByteRange(long, long) - Static method in class org.springframework.http.HttpRange
Create a HttpRange from the given fist to last position.
createCache() - Method in class org.springframework.cache.ehcache.EhCacheFactoryBean
Create a raw Cache object based on the configuration of this FactoryBean.
createCacheAwareContextLoaderDelegate() - Static method in class org.springframework.test.context.BootstrapUtils
 
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
 
createCacheKeyInvocationContext(CacheOperationInvocationContext<O>) - Method in class org.springframework.cache.jcache.interceptor.AbstractKeyCacheInterceptor
Create a CacheKeyInvocationContext based on the specified invocation.
createCacheKeyInvocationContext(Object, JCacheOperation<?>, Object[]) - Method in class org.springframework.cache.jcache.interceptor.KeyGeneratorAdapter
 
createCacheNames(Collection<? extends Cache>) - Method in class org.springframework.cache.interceptor.CacheAspectSupport.CacheOperationContext
 
createCacheOperationInvocationContext(Object, Object[], JCacheOperation<?>) - Method in class org.springframework.cache.jcache.interceptor.JCacheAspectSupport
 
createCachePutOperation(Method, CacheDefaults, CachePut) - Method in class org.springframework.cache.jcache.interceptor.AnnotationJCacheOperationSource
 
createCacheRemoveAllOperation(Method, CacheDefaults, CacheRemoveAll) - Method in class org.springframework.cache.jcache.interceptor.AnnotationJCacheOperationSource
 
createCacheRemoveOperation(Method, CacheDefaults, CacheRemove) - Method in class org.springframework.cache.jcache.interceptor.AnnotationJCacheOperationSource
 
createCacheResultOperation(Method, CacheDefaults, CacheResult) - Method in class org.springframework.cache.jcache.interceptor.AnnotationJCacheOperationSource
 
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.
createChannelMethod - Static variable in class org.springframework.web.socket.server.standard.UndertowRequestUpgradeStrategy
 
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.
createClassLoader() - Method in class org.springframework.web.servlet.view.script.ScriptTemplateView
 
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<?>, 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(WebConnection) - Method in class org.springframework.test.web.servlet.htmlunit.MockMvcWebConnectionBuilderSupport
Create a new WebConnection that will use a MockMvc instance if one of the specified WebRequestMatcher instances matches.
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.AbstractMessageListenerContainer
Create a JMS MessageConsumer for the given Session and Destination.
createContainer(Element, Element, ParserContext, PropertyValues, PropertyValues) - Method in class org.springframework.jms.config.AbstractListenerContainerParser
Create the container BeanDefinition for the specified context.
createContainer(Element, Element, ParserContext, PropertyValues, PropertyValues) - Method in class org.springframework.jms.config.JcaListenerContainerParser
 
createContainer(Element, Element, ParserContext, PropertyValues, PropertyValues) - Method in class org.springframework.jms.config.JmsListenerContainerParser
 
createContainer(ApplicationContext) - Method in class org.springframework.web.servlet.view.tiles3.TilesConfigurer.SpringTilesContainerFactory
 
createContainerEntityManagerFactory(PersistenceUnitInfo, Map) - Method in class org.springframework.orm.jpa.vendor.SpringHibernateEjbPersistenceProvider
 
createContainerEntityManagerFactory(PersistenceUnitInfo, Map) - Method in class org.springframework.orm.jpa.vendor.SpringHibernateJpaPersistenceProvider
 
createContainerFactory(String, Element, ParserContext, PropertyValues, PropertyValues) - Method in class org.springframework.jms.config.AbstractListenerContainerParser
Create the BeanDefinition for the container factory using the specified shared property values.
createContainerFactory(String, Element, ParserContext, PropertyValues, PropertyValues) - Method in class org.springframework.jms.config.JcaListenerContainerParser
 
createContainerFactory(String, Element, ParserContext, PropertyValues, PropertyValues) - Method in class org.springframework.jms.config.JmsListenerContainerParser
 
createContainerFactory(TilesApplicationContext) - Method in class org.springframework.web.servlet.view.tiles2.TilesConfigurer.SpringCompleteAutoloadTilesInitializer
Deprecated.
 
createContainerFactory(TilesApplicationContext) - Method in class org.springframework.web.servlet.view.tiles2.TilesConfigurer.SpringTilesInitializer
Deprecated.
 
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
 
createContainerInstance() - Method in class org.springframework.jms.config.AbstractJmsListenerContainerFactory
Create an empty container instance.
createContainerInstance() - Method in class org.springframework.jms.config.DefaultJcaListenerContainerFactory
Create an empty container instance.
createContainerInstance() - Method in class org.springframework.jms.config.DefaultJmsListenerContainerFactory
 
createContainerInstance() - Method in class org.springframework.jms.config.SimpleJmsListenerContainerFactory
 
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.
createContentNegotiatingViewResolver(Element, ParserContext) - Method in class org.springframework.web.servlet.config.ViewResolversBeanDefinitionParser
 
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
 
createConvertibleTypes() - Static method in class org.springframework.core.convert.support.StreamConverter
 
createCookie(MockHttpServletRequest, String) - Method in class org.springframework.test.web.servlet.htmlunit.HtmlUnitRequestBuilder
 
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(URI) - Static method in class org.springframework.http.ResponseEntity
Create a new builder with a CREATED status and a location header set to the given URI.
created - Variable in class org.springframework.remoting.rmi.RmiRegistryFactoryBean
 
CREATED_BY_THE_TESTCONTEXT_FRAMEWORK - Static variable in class org.springframework.test.context.web.ServletTestExecutionListener
Attribute name for a request attribute which indicates that the MockHttpServletRequest stored in the RequestAttributes in Spring Web's RequestContextHolder was created by the TestContext framework.
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.
createDefaultBackOff(long) - Method in class org.springframework.jms.listener.DefaultMessageListenerContainer
 
createDefaultBeanWiringInfoResolver() - Method in class org.springframework.beans.factory.wiring.BeanConfigurerSupport
Create the default BeanWiringInfoResolver to be used if none was specified explicitly.
createDefaultEditors() - Method in class org.springframework.beans.PropertyEditorRegistrySupport
Actually register the default editors for this registry instance.
createDefaultHttpClient() - Static method in class org.springframework.remoting.httpinvoker.HttpComponentsHttpInvokerRequestExecutor
 
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
 
createDefaultJmsHandlerMethodFactory() - Method in class org.springframework.jms.annotation.JmsListenerAnnotationBeanPostProcessor.MessageHandlerMethodFactoryAdapter
 
createDefaultMap() - Method in class org.springframework.beans.factory.config.YamlProcessor.StrictMapAppenderConstructor
 
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(AbstractNestablePropertyAccessor.PropertyTokenHolder) - Method in class org.springframework.beans.AbstractNestablePropertyAccessor
 
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
Deprecated.
 
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
Deprecated.
 
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
 
createDelegatingTransactionAttribute(TestContext, TransactionAttribute) - Static method in class org.springframework.test.context.transaction.TestContextTransactionUtils
Create a delegating TransactionAttribute for the supplied target TransactionAttribute and TestContext, using the names of the test class and test method to build the name of the transaction.
createdEndpoint(ServerEndpointRegistration, ComponentProviderService, WebSocketContainer, TyrusWebSocketEngine) - Method in class org.springframework.web.socket.server.standard.AbstractTyrusRequestUpgradeStrategy.Tyrus135EndpointHelper
 
createdEndpoint(ServerEndpointRegistration, ComponentProviderService, WebSocketContainer, TyrusWebSocketEngine) - Method in class org.springframework.web.socket.server.standard.AbstractTyrusRequestUpgradeStrategy.Tyrus17EndpointHelper
 
createdEndpoint(ServerEndpointRegistration, ComponentProviderService, WebSocketContainer, TyrusWebSocketEngine) - Method in interface org.springframework.web.socket.server.standard.AbstractTyrusRequestUpgradeStrategy.TyrusEndpointHelper
 
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.
createDirectFieldBindingResult() - Method in class org.springframework.validation.DataBinder
Create the AbstractPropertyBindingResult instance using direct field access.
createDisconnectMessage(WebSocketSession) - Method in class org.springframework.web.socket.messaging.StompSubProtocolHandler
 
createDispatcherServlet(WebApplicationContext) - Method in class org.springframework.web.servlet.support.AbstractDispatcherServletInitializer
Create a DispatcherServlet (or other kind of FrameworkServlet-derived dispatcher) with the specified WebApplicationContext.
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.
createEngineFromName() - Method in class org.springframework.web.servlet.view.script.ScriptTemplateView
 
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(ApplicationEvent, Class<?>, Method, Object[]) - Method in class org.springframework.context.event.EventExpressionEvaluator
Create the suitable EvaluationContext for the specified event handling on the specified method.
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
Deprecated.
 
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
 
createExceptionTypeFilter(Class<? extends Throwable>[], Class<? extends Throwable>[]) - Method in class org.springframework.cache.jcache.interceptor.AbstractJCacheOperation
 
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 net.sf.jasperreports.engine.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
 
createExporter() - Method in class org.springframework.web.servlet.view.jasperreports.JasperReportsXlsxView
 
createExpressionClass(SpelNodeImpl) - Method in class org.springframework.expression.spel.standard.SpelCompiler
Generate the class that encapsulates the compiled expression and define it.
createFactoryAwareOrderSourceProvider(Map<String, Object>) - Method in class org.springframework.beans.factory.support.DefaultListableBeanFactory
 
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
 
createForHeartbeat() - Static method in class org.springframework.messaging.simp.stomp.StompHeaderAccessor
Create headers for a heartbeat.
createFromList(List<ControllerAdviceBean>) - Static method in class org.springframework.web.socket.messaging.WebSocketAnnotationMethodMessageHandler.MessagingControllerAdviceBean
 
createFullHttpRequest(HttpHeaders) - Method in class org.springframework.http.client.Netty4ClientHttpRequest
 
createGuavaCache(String) - Method in class org.springframework.cache.guava.GuavaCacheManager
Create a new GuavaCache instance for the specified cache name.
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.
createHeaderAccessor(StompCommand) - Method in class org.springframework.messaging.simp.stomp.DefaultStompSession
 
createHeaders(String, MethodParameter) - Method in class org.springframework.messaging.simp.annotation.support.SendToMethodReturnValueHandler
 
createHeaders(String, String, MethodParameter) - Method in class org.springframework.messaging.simp.annotation.support.SubscriptionMethodReturnValueHandler
 
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.
createHibernateTemplate(SessionFactory) - Method in class org.springframework.orm.hibernate5.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.
createHttpExchange(HttpServletRequest, HttpServletResponse) - Method in class org.springframework.web.socket.server.standard.UndertowRequestUpgradeStrategy
 
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.
createInvocableHandlerMethod(Object, Method) - Method in class org.springframework.jms.annotation.JmsListenerAnnotationBeanPostProcessor.MessageHandlerMethodFactoryAdapter
 
createInvocableHandlerMethod(Object, Method) - Method in class org.springframework.messaging.handler.annotation.support.DefaultMessageHandlerMethodFactory
 
createInvocableHandlerMethod(Object, Method) - Method in interface org.springframework.messaging.handler.annotation.support.MessageHandlerMethodFactory
Create the InvocableHandlerMethod that is able to process the specified method endpoint.
createInvocableHandlerMethod(HandlerMethod) - Method in class org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter
Create a ServletInvocableHandlerMethod from the given HandlerMethod definition.
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.
createJacksonConverter() - Method in class org.springframework.messaging.simp.config.AbstractMessageBrokerConfiguration
 
createJacksonConverter() - Method in class org.springframework.web.socket.config.annotation.WebSocketMessageBrokerConfigurationSupport
 
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.
createJCacheOperationSourceBeanDefinition(Element, Object) - Static method in class org.springframework.cache.config.AnnotationDrivenCacheBeanDefinitionParser.JCacheCachingConfigurer
 
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
Deprecated.
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
Deprecated.
Create a new JRuby-scripted object from the given script source.
createKey(AnnotatedElementKey, String) - Method in class org.springframework.context.expression.CachedExpressionEvaluator
 
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.
createListenerContainer(JmsListenerEndpoint) - Method in class org.springframework.jms.config.AbstractJmsListenerContainerFactory
 
createListenerContainer(JmsListenerEndpoint) - Method in class org.springframework.jms.config.DefaultJcaListenerContainerFactory
 
createListenerContainer(JmsListenerEndpoint) - Method in interface org.springframework.jms.config.JmsListenerContainerFactory
createListenerContainer(JmsListenerEndpoint, JmsListenerContainerFactory<?>) - Method in class org.springframework.jms.config.JmsListenerEndpointRegistry
Create and start a new container using the specified factory.
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
Deprecated.
 
createLocaleResolver(TilesApplicationContext, TilesRequestContextFactory) - Method in class org.springframework.web.servlet.view.tiles2.TilesConfigurer.SpringTilesContainerFactory
Deprecated.
 
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
 
createLocalUserRegistry() - Method in class org.springframework.messaging.simp.config.AbstractMessageBrokerConfiguration
Create the user registry that provides access to the local users.
createLocalUserRegistry() - Method in class org.springframework.web.socket.config.annotation.WebSocketMessageBrokerConfigurationSupport
 
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() - Method in class org.springframework.beans.factory.config.YamlMapFactoryBean
Template method that subclasses may override to construct the object returned by this factory.
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 appropriate map for the given map type.
createMap(Class<?>, Class<?>, int) - Static method in class org.springframework.core.CollectionFactory
Create the most appropriate map for the given map type.
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
 
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 class org.springframework.jms.core.JmsMessagingTemplate.MessagingMessageCreator
 
createMessage(Session) - Method in interface org.springframework.jms.core.MessageCreator
Create a Message to be sent.
createMessage(StompHeaderAccessor, Object) - Method in class org.springframework.messaging.simp.stomp.DefaultStompSession
 
createMessage(T, MessageHeaders) - Static method in class org.springframework.messaging.support.MessageBuilder
A shortcut factory method for creating a message with the given payload and MessageHeaders.
createMessage(HttpServletRequest, String, String) - Method in class org.springframework.web.filter.AbstractRequestLoggingFilter
Create a log message for the given request, prefix and suffix.
createMessageCreator(Message<?>) - Method in class org.springframework.jms.core.JmsMessagingTemplate
 
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.
createMessageForPayload(Object, Session) - Method in class org.springframework.jms.listener.adapter.AbstractAdaptableMessageListener.MessagingMessageConverterAdapter
 
createMessageForPayload(Object, Session) - Method in class org.springframework.jms.support.converter.MessagingMessageConverter
Create a JMS message for the specified payload.
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.
createMessageListener(MessageListenerContainer) - Method in class org.springframework.jms.config.AbstractJmsListenerEndpoint
Create a MessageListener that is able to serve this endpoint for the specified container.
createMessageListener(MessageListenerContainer) - Method in class org.springframework.jms.config.MethodJmsListenerEndpoint
 
createMessageListener(MessageListenerContainer) - Method in class org.springframework.jms.config.SimpleJmsListenerEndpoint
 
createMessageListenerInstance() - Method in class org.springframework.jms.config.MethodJmsListenerEndpoint
Create an empty MessagingMessageListenerAdapter instance.
createMessageMappingCondition(String[]) - 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.
createMessagingErrorMessage(String) - Method in class org.springframework.jms.listener.adapter.MessagingMessageListenerAdapter
 
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.
createMethodDetails(Method, A, String) - Method in class org.springframework.cache.jcache.interceptor.AnnotationJCacheOperationSource
 
createMethodJmsListenerEndpoint() - Method in class org.springframework.jms.annotation.JmsListenerAnnotationBeanPostProcessor
createMethodValidationAdvice(Validator) - Method in class org.springframework.validation.beanvalidation.MethodValidationPostProcessor
Create AOP advice for method validation purposes, to be applied with a pointcut for the specified 'validated' annotation.
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.
createNotWritablePropertyException(String) - Method in class org.springframework.beans.AbstractNestablePropertyAccessor
Create a NotWritablePropertyException for the specified property.
createNotWritablePropertyException(String) - Method in class org.springframework.beans.BeanWrapperImpl
 
createNotWritablePropertyException(String) - Method in class org.springframework.beans.DirectFieldAccessor
 
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.
createObjectMapperFactoryDefinition(Object) - Method in class org.springframework.web.servlet.config.AnnotationDrivenBeanDefinitionParser
 
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.CommonsPool2TargetSource
Subclasses can override this if they want to return a specific Commons pool.
createObjectPool() - Method in class org.springframework.aop.target.CommonsPoolTargetSource
Deprecated.
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.
createOptionalDependency(DependencyDescriptor, String) - Method in class org.springframework.beans.factory.support.DefaultListableBeanFactory.OptionalDependencyFactory
 
createOutputMessage(NativeWebRequest) - Method in class org.springframework.web.servlet.mvc.method.annotation.AbstractMessageConverterMethodProcessor
Creates a new HttpOutputMessage from the given NativeWebRequest.
createParameterBinding(SqlParameter) - Method in class org.springframework.jdbc.core.metadata.CallMetaDataContext
Build the parameter binding fragment.
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.CommonsPool2TargetSource
Creates and holds an ObjectPool instance.
createPool() - Method in class org.springframework.aop.target.CommonsPoolTargetSource
Deprecated.
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
Deprecated.
 
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.
createProperties() - Method in class org.springframework.beans.factory.config.YamlPropertiesFactoryBean
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.
createReceiveCallback(TransportRequest, URI, HttpHeaders, XhrClientSockJsSession, SettableListenableFuture<WebSocketSession>) - Method in class org.springframework.web.socket.sockjs.client.UndertowXhrTransport
 
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
 
createRelative(String) - Method in class org.springframework.web.servlet.resource.GzipResourceResolver.GzippedResource
 
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.Netty4ClientHttpRequestFactory
 
createRequest(URI, HttpMethod) - Method in class org.springframework.http.client.OkHttpClientHttpRequestFactory
 
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
 
createRequest(SockJsUrlInfo, HttpHeaders, SockJsClient.ServerInfo) - Method in class org.springframework.web.socket.sockjs.client.SockJsClient
 
createRequestCallback(String, List<ClientResponse>, CountDownLatch) - Method in class org.springframework.web.socket.sockjs.client.UndertowXhrTransport
 
createRequestConfig(Object) - Method in class org.springframework.http.client.HttpComponentsClientHttpRequestFactory
Create a default RequestConfig to use with the given client.
createRequestConfig(HttpInvokerClientConfiguration) - Method in class org.springframework.remoting.httpinvoker.HttpComponentsHttpInvokerRequestExecutor
Create a RequestConfig for the given configuration.
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.
createRequestContext(HttpServletRequest, String, HttpHeaders) - Method in class org.springframework.web.socket.server.standard.AbstractTyrusRequestUpgradeStrategy
 
createRequestInternal(URI, HttpMethod) - Method in class org.springframework.http.client.Netty4ClientHttpRequestFactory
 
createRequestInternal(URI, HttpMethod) - Method in class org.springframework.http.client.OkHttpClientHttpRequestFactory
 
createRequestInternal(URI, HttpMethod) - Method in class org.springframework.test.web.client.MockRestServiceServer.RequestMatcherClientHttpRequestFactory
 
createRequestMappingHandlerMapping() - Method in class org.springframework.web.servlet.config.annotation.WebMvcConfigurationSupport
Protected method for plugging in a custom sub-class of RequestMappingHandlerMapping.
createRequestMappingInfo(AnnotatedElement) - Method in class org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping
Delegates to RequestMappingHandlerMapping.createRequestMappingInfo(RequestMapping, RequestCondition), supplying the appropriate custom RequestCondition depending on whether the supplied annotatedElement is a class or method.
createRequestMappingInfo(RequestMapping, RequestCondition<?>) - Method in class org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping
Create a RequestMappingInfo from the supplied @RequestMapping annotation, which is either a directly declared annotation, a meta-annotation, or the synthesized result of merging annotation attributes within an annotation hierarchy.
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 the 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(AsyncRestTemplate) - Static method in class org.springframework.test.web.client.MockRestServiceServer
Create a MockRestServiceServer and set up the given AsyRestTemplate with a mock AsyncClientHttpRequestFactory.
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 supplied ServletContext.
createServletRequest(ServletContext) - Method in class org.springframework.test.web.servlet.request.MockMultipartHttpServletRequestBuilder
Create a new MockMultipartHttpServletRequest based on the supplied ServletContext and the MockMultipartFiles added to this builder.
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, adapting 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(StompHeaders, StompSessionHandler) - Method in class org.springframework.messaging.simp.stomp.StompClientSupport
Factory method for create and configure a new session.
createSession - Variable in class org.springframework.web.socket.server.support.HttpSessionHandshakeInterceptor
 
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.
createSessionProxy(Session) - Method in class org.springframework.orm.hibernate5.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.
createSharedConsumerMethod - Static variable in class org.springframework.jms.connection.CachingConnectionFactory
The JMS 2.0 Session.createSharedConsumer method, if available
createSharedConsumerMethod - Static variable in class org.springframework.jms.listener.AbstractMessageListenerContainer
The JMS 2.0 Session.createSharedConsumer method, if available
createSharedDurableConsumerMethod - Static variable in class org.springframework.jms.connection.CachingConnectionFactory
The JMS 2.0 Session.createSharedDurableConsumer method, if available
createSharedDurableConsumerMethod - Static variable in class org.springframework.jms.listener.AbstractMessageListenerContainer
The JMS 2.0 Session.createSharedDurableConsumer method, if available
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.
createSignatureDescriptor(Method) - Static method in class org.springframework.expression.spel.CodeFlow
Create the JVM signature descriptor for a method.
createSignatureDescriptor(Constructor<?>) - Static method in class org.springframework.expression.spel.CodeFlow
Create the JVM signature descriptor for a constructor.
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.
createStandardAsyncWebRequest(HttpServletRequest, HttpServletResponse) - Static method in class org.springframework.web.context.request.async.WebAsyncUtils.AsyncWebRequestFactory
 
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
 
createSubscribeMappingCondition(String[]) - Method in class org.springframework.messaging.simp.annotation.support.SimpAnnotationMethodMessageHandler
 
createSuffixRange(long) - Static method in class org.springframework.http.HttpRange
Create an HttpRange that ranges over the last given number of bytes.
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
Create 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.
createTemplateClassLoader() - Method in class org.springframework.web.servlet.view.groovy.GroovyMarkupConfigurer
Create a parent ClassLoader for Groovy to use as parent ClassLoader when loading and compiling templates.
createTemplateEngine() - Method in class org.springframework.web.servlet.view.groovy.GroovyMarkupConfigurer
 
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
Delegate to the parent implementation for creating the test instance and then allow the TestContextManager to prepare the test instance before returning it.
createTestContextManager(Class<?>) - Method in class org.springframework.test.context.junit4.SpringJUnit4ClassRunner
Create a new TestContextManager for the supplied test class.
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
Deprecated.
Creates a new instance of SpringTilesInitializer.
createTilesRequest(HttpServletRequest, HttpServletResponse) - Method in class org.springframework.web.servlet.view.tiles3.TilesView
Create a Tiles Request.
createTime - Variable in class org.springframework.web.socket.messaging.SubProtocolWebSocketHandler.WebSocketSessionHolder
 
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(PlatformTransactionManager, TransactionAttribute, String) - Method in class org.springframework.transaction.interceptor.TransactionAspectSupport
Create a transaction if necessary based on the given TransactionAttribute.
createTransactionSynchronization(ApplicationEvent) - Method in class org.springframework.transaction.event.ApplicationListenerMethodTransactionalAdapter
 
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, ParserContext) - 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, String, List<Extension>, WebSocketContainer, TyrusWebSocketEngine) - Method in class org.springframework.web.socket.server.standard.AbstractTyrusRequestUpgradeStrategy
 
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(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.
createWorkbook(Map<String, Object>, HttpServletRequest) - Method in class org.springframework.web.servlet.view.document.AbstractXlsView
Template method for creating the POI Workbook instance.
createWorkbook(Map<String, Object>, HttpServletRequest) - Method in class org.springframework.web.servlet.view.document.AbstractXlsxStreamingView
This implementation creates a SXSSFWorkbook for streaming the XLSX format.
createWorkbook(Map<String, Object>, HttpServletRequest) - Method in class org.springframework.web.servlet.view.document.AbstractXlsxView
This implementation creates an XSSFWorkbook for the XLSX format.
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.
createXmlMapper - Variable in class org.springframework.http.converter.json.Jackson2ObjectMapperBuilder
 
createXmlMapper(boolean) - Method in class org.springframework.http.converter.json.Jackson2ObjectMapperBuilder
If set to true, an XmlMapper will be created using its default constructor.
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.
createYaml() - Method in class org.springframework.beans.factory.config.YamlProcessor
Create the Yaml instance to use.
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 in the given time zone.
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
 
CrossOrigin - Annotation Type in org.springframework.web.bind.annotation
Marks the annotated method or type as permitting cross origin requests.
cssClass - Variable in class org.springframework.web.servlet.tags.form.AbstractHtmlElementTag
 
cssErrorClass - Variable in class org.springframework.web.servlet.tags.form.AbstractHtmlElementTag
 
CssLinkInfo(int, int) - Constructor for class org.springframework.web.servlet.resource.CssLinkResourceTransformer.CssLinkInfo
 
CssLinkResourceTransformer - Class in org.springframework.web.servlet.resource
A ResourceTransformer implementation that modifies links in a CSS file to match the public URL paths that should be exposed to clients (e.g.
CssLinkResourceTransformer() - Constructor for class org.springframework.web.servlet.resource.CssLinkResourceTransformer
 
CssLinkResourceTransformer.AbstractCssLinkParser - Class in org.springframework.web.servlet.resource
 
CssLinkResourceTransformer.CssLinkInfo - Class in org.springframework.web.servlet.resource
 
CssLinkResourceTransformer.CssLinkParser - Interface in org.springframework.web.servlet.resource
 
CssLinkResourceTransformer.ImportStatementCssLinkParser - Class in org.springframework.web.servlet.resource
 
CssLinkResourceTransformer.UrlFunctionCssLinkParser - Class in org.springframework.web.servlet.resource
 
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.CurrencyStyleFormatter
 
CURRENCY_CODE_PATTERN - Static variable in class org.springframework.format.number.money.Jsr354NumberFormatAnnotationFormatterFactory
 
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
Deprecated.
as of Spring 4.2, in favor of the more clearly named CurrencyStyleFormatter
CurrencyFormatter() - Constructor for class org.springframework.format.number.CurrencyFormatter
Deprecated.
 
CurrencyStyleFormatter - Class in org.springframework.format.number
A BigDecimal formatter for number values in currency style.
CurrencyStyleFormatter() - Constructor for class org.springframework.format.number.CurrencyStyleFormatter
 
currencyTimeLimit - Variable in class org.springframework.jmx.export.metadata.AbstractJmxAttribute
 
CurrencyUnitFormatter - Class in org.springframework.format.number.money
Formatter for JSR-354 javax.money.CurrencyUnit values, from and to currency code Strings.
CurrencyUnitFormatter() - Constructor for class org.springframework.format.number.money.CurrencyUnitFormatter
 
CURRENT_PATH - Static variable in class org.springframework.util.StringUtils
 
currentAttempts - Variable in class org.springframework.util.backoff.FixedBackOff.FixedBackOffExecution
 
currentAttributes() - Static method in class org.springframework.messaging.simp.SimpAttributesContextHolder
Return the SimpAttributes currently bound to the thread or raise an IllegalStateException if none are bound..
currentBeanDefinition - Variable in class org.springframework.beans.factory.groovy.GroovyBeanDefinitionReader
 
currentBlock - Variable in class org.springframework.asm.MethodWriter
The current basic block.
currentBuffer - Variable in class org.springframework.util.FastByteArrayOutputStream.FastByteArrayInputStream
 
currentBufferLength - Variable in class org.springframework.util.FastByteArrayOutputStream.FastByteArrayInputStream
 
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.
currentElapsedTime - Variable in class org.springframework.util.backoff.ExponentialBackOff.ExponentialBackOffExecution
 
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.
currentInterval - Variable in class org.springframework.util.backoff.ExponentialBackOff.ExponentialBackOffExecution
 
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.
currentSession() - Method in class org.springframework.orm.hibernate5.SpringSessionContext
Retrieve the Spring-managed Session for the current thread, if any.
currentSession() - Method in class org.springframework.orm.hibernate5.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
currentTaskName() - Method in class org.springframework.util.StopWatch
Return the name of the currently running task, if any.
currentTenantIdentifierResolver - Variable in class org.springframework.orm.hibernate4.LocalSessionFactoryBean
 
currentTenantIdentifierResolver - Variable in class org.springframework.orm.hibernate5.LocalSessionFactoryBean
 
currentTransactionContext - Static variable in class org.springframework.test.context.transaction.TransactionContextHolder
 
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.
currentUserMethod - Variable in class org.springframework.web.socket.server.standard.WebLogicRequestUpgradeStrategy.SubjectHelper
 
customArgumentResolvers - Variable in class org.springframework.messaging.handler.annotation.support.DefaultMessageHandlerMethodFactory
 
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.
customCondition(RequestCondition<?>) - Method in interface org.springframework.web.servlet.mvc.method.RequestMappingInfo.Builder
Set a custom condition to use.
customCondition - Variable in class org.springframework.web.servlet.mvc.method.RequestMappingInfo.DefaultBuilder
 
customCondition(RequestCondition<?>) - Method in class org.springframework.web.servlet.mvc.method.RequestMappingInfo.DefaultBuilder
 
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.
customizeDefaultFeatures(ObjectMapper) - Method in class org.springframework.http.converter.json.Jackson2ObjectMapperBuilder
 
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.AbstractAdvisingBeanPostProcessor
Subclasses may choose to implement this: for example, to change the interfaces exposed.
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.
cw - Variable in class org.springframework.expression.spel.CodeFlow
The current class being generated

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 - Variable in class org.springframework.web.servlet.mvc.method.annotation.ResponseBodyEmitter.DataWithMediaType
 
data(Object) - Method in interface org.springframework.web.servlet.mvc.method.annotation.SseEmitter.SseEventBuilder
Add an SSE "data" line.
data(Object, MediaType) - Method in interface org.springframework.web.servlet.mvc.method.annotation.SseEmitter.SseEventBuilder
Add an SSE "data" line.
data(Object) - Method in class org.springframework.web.servlet.mvc.method.annotation.SseEmitter.SseEventBuilderImpl
 
data(Object, MediaType) - Method in class org.springframework.web.servlet.mvc.method.annotation.SseEmitter.SseEventBuilderImpl
 
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
 
DataBinder.OptionalUnwrapper - Class in org.springframework.validation
Inner class to avoid a hard dependency on Java 8.
dataBinderFactory - Variable in class org.springframework.web.method.annotation.ModelFactory
 
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.hibernate5.HibernateTransactionManager
 
dataSource - Variable in class org.springframework.orm.hibernate5.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
 
dataSource - Variable in class org.springframework.test.context.jdbc.MergedSqlConfig
 
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
 
dataToSend - Variable in class org.springframework.web.servlet.mvc.method.annotation.SseEmitter.SseEventBuilderImpl
 
DataWithMediaType(Object, MediaType) - Constructor for class org.springframework.web.servlet.mvc.method.annotation.ResponseBodyEmitter.DataWithMediaType
 
DATE - Static variable in class org.springframework.http.HttpHeaders
The HTTP Date header field name.
DATE_FORMAT - Static variable in class org.springframework.mock.web.MockHttpServletResponse
 
DATE_FORMATS - Static variable in class org.springframework.http.HttpHeaders
Date formats as specified in the HTTP RFC
DATE_FORMATS - Static variable in class org.springframework.mock.web.MockHttpServletRequest
Date formats as specified in the HTTP RFC
dateFormat - Variable in class org.springframework.beans.propertyeditors.CustomDateEditor
 
dateFormat - Variable in class org.springframework.http.converter.json.Jackson2ObjectMapperBuilder
 
dateFormat(DateFormat) - Method in class org.springframework.http.converter.json.Jackson2ObjectMapperBuilder
Define the format for date/time with the given DateFormat.
dateFormatPattern - Variable in class org.springframework.http.converter.json.GsonFactoryBean
 
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
 
dateValue(String, long) - Method in class org.springframework.test.web.servlet.result.HeaderResultMatchers
Assert the primary value of the named response header as a date String, using the preferred date format described in RFC 7231.
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.
DB_NAME_ATTRIBUTE - Static variable in class org.springframework.jdbc.config.EmbeddedDatabaseBeanDefinitionParser
Constant for the "database-name" attribute.
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
declaredEventType - Variable in class org.springframework.context.event.GenericApplicationListenerAdapter
 
declaredEventTypes - Variable in class org.springframework.context.event.ApplicationListenerMethodAdapter
 
declaredFieldsCache - Static variable in class org.springframework.util.ReflectionUtils
Cache for Class.getDeclaredFields(), allowing for fast iteration.
declaredInSameAspect(Advisor, Advisor) - Method in class org.springframework.aop.aspectj.autoproxy.AspectJPrecedenceComparator
 
declaredMethodsCache - Static variable in class org.springframework.util.ReflectionUtils
Cache for Class.getDeclaredMethods() plus equivalent default methods from Java 8 based interfaces, allowing for fast iteration.
declaredMode - Variable in class org.springframework.core.annotation.AnnotationUtils.AnnotationCollector
 
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 (may not be null)
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.support.TestPropertySourceAttributes
 
declaringClass - Variable in class org.springframework.test.util.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(byte[]) - Method in interface org.springframework.util.Base64Utils.Base64Delegate
 
decode(byte[]) - Method in class org.springframework.util.Base64Utils.CommonsCodecBase64Delegate
 
decode(byte[]) - Static method in class org.springframework.util.Base64Utils
Base64-decode the given byte array.
decode(byte[]) - Method in class org.springframework.util.Base64Utils.JdkBase64Delegate
 
decode(M) - Method in class org.springframework.web.socket.adapter.standard.ConvertingEncoderDecoderSupport
 
decode(WebSocketMessage<?>) - Method in class org.springframework.web.socket.messaging.WebSocketStompClient.StompWebSocketMessageCodec
 
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 the supplied String value.
decodedMessage - Variable in class org.springframework.web.util.HtmlCharacterEntityDecoder
 
decodeFromString(String) - Static method in class org.springframework.util.Base64Utils
Base64-decode the given byte array from an UTF-8 String.
decodeFromUrlSafeString(String) - Static method in class org.springframework.util.Base64Utils
Base64-decode the given byte array from an UTF-8 String using the RFC 4868 "URL and Filename Safe Alphabet".
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.
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(<any>) - Method in class org.springframework.messaging.simp.stomp.Reactor2StompCodec
 
decoder - Variable in class org.springframework.messaging.simp.stomp.Reactor2StompCodec.DecodingFunction
 
DECODER - Static variable in class org.springframework.web.socket.messaging.WebSocketStompClient.StompWebSocketMessageCodec
 
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
 
decodeUrlSafe(byte[]) - Method in interface org.springframework.util.Base64Utils.Base64Delegate
 
decodeUrlSafe(byte[]) - Method in class org.springframework.util.Base64Utils.CommonsCodecBase64Delegate
 
decodeUrlSafe(byte[]) - Static method in class org.springframework.util.Base64Utils
Base64-decode the given byte array using the RFC 4868 "URL and Filename Safe Alphabet".
decodeUrlSafe(byte[]) - Method in class org.springframework.util.Base64Utils.JdkBase64Delegate
 
DECODING_URL_PATH_HELPER - Static variable in class org.springframework.web.servlet.mvc.method.annotation.AbstractMessageConverterMethodProcessor
 
DecodingFunction(StompDecoder, <any>) - Constructor for class org.springframework.messaging.simp.stomp.Reactor2StompCodec.DecodingFunction
 
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
 
decorate(WebSocketHandler) - Method in interface org.springframework.web.socket.handler.WebSocketHandlerDecoratorFactory
Decorate the given WebSocketHandler.
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.
decorateWebSocketHandler(WebSocketHandler) - Method in class org.springframework.web.socket.config.annotation.WebSocketMessageBrokerConfigurationSupport
 
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.
DecoratingFactoryBean(WebSocketHandler, List<WebSocketHandlerDecoratorFactory>) - Constructor for class org.springframework.web.socket.config.MessageBrokerBeanDefinitionParser.DecoratingFactoryBean
 
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.
decoratorFactories - Variable in class org.springframework.web.socket.config.annotation.WebSocketTransportRegistration
 
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.hibernate5.support.OpenSessionInViewInterceptor
 
decrementParticipateCount(WebRequest) - Method in class org.springframework.orm.jpa.support.OpenEntityManagerInViewInterceptor
 
decrementSessionCount(WebSocketSession) - Method in class org.springframework.web.socket.messaging.SubProtocolWebSocketHandler.Stats
 
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
 
deepCopy() - Method in class org.springframework.util.LinkedMultiValueMap
Create a deep copy of this Map.
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_ALLOW_CREDENTIALS - Static variable in annotation type org.springframework.web.bind.annotation.CrossOrigin
 
DEFAULT_ALLOW_CREDENTIALS - Static variable in class org.springframework.web.servlet.config.CorsBeanDefinitionParser
 
DEFAULT_ALLOWED_HEADERS - Static variable in annotation type org.springframework.web.bind.annotation.CrossOrigin
 
DEFAULT_ALLOWED_HEADERS - Static variable in class org.springframework.web.servlet.config.CorsBeanDefinitionParser
 
DEFAULT_ALLOWED_METHODS - Static variable in class org.springframework.web.servlet.config.CorsBeanDefinitionParser
 
DEFAULT_ALLOWED_ORIGINS - Static variable in class org.springframework.web.servlet.config.CorsBeanDefinitionParser
 
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_BLOCK_SIZE - Static variable in class org.springframework.util.FastByteArrayOutputStream
 
DEFAULT_BOOTSTRAP_CONTEXT_CLASS_NAME - Static variable in class org.springframework.test.context.BootstrapUtils
 
DEFAULT_CACHE_AWARE_CONTEXT_LOADER_DELEGATE_CLASS_NAME - Static variable in class org.springframework.test.context.BootstrapUtils
 
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.messaging.simp.broker.DefaultSubscriptionRegistry
Default maximum number of entries for the destination cache: 1024
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_CACHE_NAME - Static variable in class org.springframework.web.servlet.config.annotation.ResourceChainRegistration
 
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.FormHttpMessageConverter
 
DEFAULT_CHARSET - Static variable in class org.springframework.http.converter.json.AbstractJackson2HttpMessageConverter
 
DEFAULT_CHARSET - Static variable in class org.springframework.http.converter.json.GsonHttpMessageConverter
 
DEFAULT_CHARSET - Static variable in class org.springframework.http.converter.protobuf.ProtobufHttpMessageConverter
 
DEFAULT_CHARSET - Static variable in class org.springframework.http.converter.StringHttpMessageConverter
 
DEFAULT_CHARSET - Static variable in class org.springframework.messaging.support.MessageHeaderAccessor
 
DEFAULT_CHARSET - Static variable in class org.springframework.mock.http.MockHttpOutputMessage
 
DEFAULT_CHARSET - Static variable in class org.springframework.util.Base64Utils
 
DEFAULT_CHARSET - Static variable in exception org.springframework.web.client.HttpStatusCodeException
 
DEFAULT_CHARSET - Static variable in exception org.springframework.web.client.UnknownHttpStatusCodeException
 
DEFAULT_CHARSET - Static variable in class org.springframework.web.servlet.resource.AppCacheManifestTransformer
 
DEFAULT_CHARSET - Static variable in class org.springframework.web.servlet.resource.CssLinkResourceTransformer
 
DEFAULT_CHARSET - Static variable in class org.springframework.web.servlet.view.script.ScriptTemplateView
 
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 single-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.GroovyWebApplicationContext
Default config location for the root context
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.GroovyWebApplicationContext
Default prefix for building a config location for a namespace
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.GroovyWebApplicationContext
Default suffix 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.script.ScriptTemplateView
 
DEFAULT_CONTENT_TYPE - Static variable in class org.springframework.web.servlet.view.xml.MappingJackson2XmlView
 
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_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_DATA_SOURCE_NAME - Static variable in class org.springframework.test.context.transaction.TestContextTransactionUtils
Default bean name for a DataSource: "dataSource".
DEFAULT_DATABASE_NAME - Static variable in class org.springframework.jdbc.datasource.embedded.EmbeddedDatabaseFactory
Default name for an embedded database: "testdb"
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.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.test.web.client.match.XpathRequestMatchers
 
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_ENTITY_TYPE_FILTERS - Static variable in class org.springframework.orm.hibernate4.LocalSessionFactoryBuilder
 
DEFAULT_ENTITY_TYPE_FILTERS - Static variable in class org.springframework.orm.hibernate5.LocalSessionFactoryBuilder
 
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_INITIAL_INTERVAL - Static variable in class org.springframework.util.backoff.ExponentialBackOff
The default initial interval.
DEFAULT_INTERVAL - Static variable in class org.springframework.jdbc.support.DatabaseStartupValidator
 
DEFAULT_INTERVAL - Static variable in class org.springframework.util.backoff.FixedBackOff
The default recovery interval: 5000 ms = 5 seconds.
DEFAULT_JMS_LISTENER_CONTAINER_FACTORY_BEAN_NAME - Static variable in class org.springframework.jms.annotation.JmsListenerAnnotationBeanPostProcessor
The bean name of the default JmsListenerContainerFactory.
DEFAULT_JSONP_CONTENT_TYPE - Static variable in class org.springframework.web.servlet.view.json.MappingJackson2JsonView
Default content type for JSONP: "application/javascript".
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_AGE - Static variable in annotation type org.springframework.web.bind.annotation.CrossOrigin
 
DEFAULT_MAX_AGE - Static variable in class org.springframework.web.servlet.config.CorsBeanDefinitionParser
 
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_ELAPSED_TIME - Static variable in class org.springframework.util.backoff.ExponentialBackOff
The default maximum elapsed time.
DEFAULT_MAX_INTERVAL - Static variable in class org.springframework.util.backoff.ExponentialBackOff
The default maximum back off time.
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_RESPONSE_SIZE - Static variable in class org.springframework.http.client.Netty4ClientHttpRequestFactory
The default maximum response size.
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_MULTIPLIER - Static variable in class org.springframework.util.backoff.ExponentialBackOff
The default multiplier (increases the interval by 50%).
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_ORIGINS - Static variable in annotation type org.springframework.web.bind.annotation.CrossOrigin
 
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_LOADER_PATH - Static variable in class org.springframework.web.servlet.view.script.ScriptTemplateView
 
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_FACTORY_BEAN_NAME - Static variable in class org.springframework.orm.hibernate5.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_STATUS_MESSAGE - Static variable in class org.springframework.test.web.servlet.htmlunit.MockWebResponseBuilder
 
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_TASK_EXECUTOR_BEAN_NAME - Static variable in class org.springframework.scheduling.annotation.AsyncAnnotationBeanPostProcessor
The default name of the TaskExecutor bean to pick up: "taskExecutor".
DEFAULT_TASK_SCHEDULER_BEAN_NAME - Static variable in class org.springframework.scheduling.annotation.ScheduledAnnotationBeanPostProcessor
The default name of the TaskScheduler bean to pick up: "taskScheduler".
DEFAULT_TEST_CONTEXT_BOOTSTRAPPER_CLASS_NAME - Static variable in class org.springframework.test.context.BootstrapUtils
 
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_KEY - Variable in class org.springframework.transaction.interceptor.TransactionAspectSupport
Key to use to store the default transaction manager.
DEFAULT_TRANSACTION_MANAGER_NAME - Static variable in class org.springframework.test.context.transaction.TestContextTransactionUtils
Default bean name for a PlatformTransactionManager: "transactionManager".
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_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_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
 
DefaultActiveProfilesResolver - Class in org.springframework.test.context.support
Default implementation of the ActiveProfilesResolver strategy that resolves active bean definition profiles based solely on profiles configured declaratively via ActiveProfiles.profiles() or ActiveProfiles.value().
DefaultActiveProfilesResolver() - Constructor for class org.springframework.test.context.support.DefaultActiveProfilesResolver
 
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
 
DefaultAnnotationAttributeExtractor - Class in org.springframework.core.annotation
Default implementation of the AnnotationAttributeExtractor strategy that is backed by an Annotation.
DefaultAnnotationAttributeExtractor(Annotation, AnnotatedElement) - Constructor for class org.springframework.core.annotation.DefaultAnnotationAttributeExtractor
Construct a new DefaultAnnotationAttributeExtractor.
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.
as of 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 that reads bean definitions according to the "spring-beans" DTD and XSD format (Spring's default XML bean definition format).
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
 
DefaultBodyBuilder(HttpMethod, URI) - Constructor for class org.springframework.http.RequestEntity.DefaultBodyBuilder
 
DefaultBootstrapContext - Class in org.springframework.test.context.support
Default implementation of the BootstrapContext interface.
DefaultBootstrapContext(Class<?>, CacheAwareContextLoaderDelegate) - Constructor for class org.springframework.test.context.support.DefaultBootstrapContext
Construct a new DefaultBootstrapContext from the supplied arguments.
DefaultBuilder(HttpStatus) - Constructor for class org.springframework.http.ResponseEntity.DefaultBuilder
 
DefaultBuilder(String...) - Constructor for class org.springframework.web.servlet.mvc.method.RequestMappingInfo.DefaultBuilder
 
DefaultCacheAwareContextLoaderDelegate - Class in org.springframework.test.context.cache
Default implementation of the CacheAwareContextLoaderDelegate interface.
DefaultCacheAwareContextLoaderDelegate() - Constructor for class org.springframework.test.context.cache.DefaultCacheAwareContextLoaderDelegate
Construct a new DefaultCacheAwareContextLoaderDelegate using a static DefaultContextCache.
DefaultCacheAwareContextLoaderDelegate(ContextCache) - Constructor for class org.springframework.test.context.cache.DefaultCacheAwareContextLoaderDelegate
Construct a new DefaultCacheAwareContextLoaderDelegate using the supplied ContextCache.
DefaultCacheConfig() - Constructor for class org.springframework.cache.annotation.SpringCacheAnnotationParser.DefaultCacheConfig
 
DefaultCacheConfig(String[], String, String, String) - Constructor for class org.springframework.cache.annotation.SpringCacheAnnotationParser.DefaultCacheConfig
 
DefaultCacheInvocationContext<A extends java.lang.annotation.Annotation> - Class in org.springframework.cache.jcache.interceptor
The default CacheOperationInvocationContext implementation used by all interceptors.
DefaultCacheInvocationContext(JCacheOperation<A>, Object, Object[]) - Constructor for class org.springframework.cache.jcache.interceptor.DefaultCacheInvocationContext
 
DefaultCacheKey(Method, Class<?>) - Constructor for class org.springframework.transaction.interceptor.AbstractFallbackTransactionAttributeSource.DefaultCacheKey
 
DefaultCacheKeyInvocationContext<A extends java.lang.annotation.Annotation> - Class in org.springframework.cache.jcache.interceptor
The default CacheKeyInvocationContext implementation.
DefaultCacheKeyInvocationContext(AbstractJCacheKeyOperation<A>, Object, Object[]) - Constructor for class org.springframework.cache.jcache.interceptor.DefaultCacheKeyInvocationContext
 
DefaultCacheMethodDetails<A extends java.lang.annotation.Annotation> - Class in org.springframework.cache.jcache.interceptor
The default CacheMethodDetails implementation.
DefaultCacheMethodDetails(Method, A, String) - Constructor for class org.springframework.cache.jcache.interceptor.DefaultCacheMethodDetails
 
DefaultCallback() - Constructor for class org.springframework.web.servlet.mvc.method.annotation.ResponseBodyEmitter.DefaultCallback
 
defaultCharset - Variable in class org.springframework.http.converter.StringHttpMessageConverter
 
defaultCharset - Variable in class org.springframework.messaging.converter.StringMessageConverter
 
defaultClient - Variable in class org.springframework.http.client.OkHttpClientHttpRequestFactory
 
defaultCompilerMode - Static variable in class org.springframework.expression.spel.SpelParserConfiguration
 
defaultConnection - Variable in class org.springframework.test.web.servlet.htmlunit.DelegatingWebConnection
 
defaultContentType - Variable in class org.springframework.http.converter.BufferedImageHttpMessageConverter
 
defaultContentType(MediaType) - Method in class org.springframework.web.servlet.config.annotation.ContentNegotiationConfigurer
Set the default content type to use when no content type is requested.
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
 
defaultContentTypeStrategy(ContentNegotiationStrategy) - Method in class org.springframework.web.servlet.config.annotation.ContentNegotiationConfigurer
Set a custom ContentNegotiationStrategy to use to determine the content type to use when no content type is requested.
defaultContextCache - Static variable in class org.springframework.test.context.cache.DefaultCacheAwareContextLoaderDelegate
Default static cache of Spring application contexts.
DefaultContextCache - Class in org.springframework.test.context.cache
Default implementation of the ContextCache API.
DefaultContextCache() - Constructor for class org.springframework.test.context.cache.DefaultContextCache
 
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.
DefaultCorsProcessor - Class in org.springframework.web.cors
The default implementation of CorsProcessor, as defined by the CORS W3C recommendation.
DefaultCorsProcessor() - Constructor for class org.springframework.web.cors.DefaultCorsProcessor
 
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 a new DefaultDataBinderFactory instance.
defaultDataSource - Variable in class org.springframework.orm.jpa.persistenceunit.DefaultPersistenceUnitManager
 
DefaultDeserializer - Class in org.springframework.core.serializer
A default Deserializer implementation that reads an input stream using Java serialization.
DefaultDeserializer() - Constructor for class org.springframework.core.serializer.DefaultDeserializer
Create a DefaultDeserializer with default ObjectInputStream configuration, using the "latest user-defined ClassLoader".
DefaultDeserializer(ClassLoader) - Constructor for class org.springframework.core.serializer.DefaultDeserializer
Create a DefaultDeserializer for using an ObjectInputStream with the given ClassLoader.
defaultDestination - Variable in class org.springframework.jms.core.JmsTemplate
 
defaultDestination - Variable in class org.springframework.messaging.core.AbstractMessageSendingTemplate
 
defaultDestinationName - Variable in class org.springframework.jms.core.JmsMessagingTemplate
 
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
 
defaultDriver - Variable in class org.springframework.oxm.xstream.XStreamMarshaller
 
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.context.support.ResourceBundleThemeSource
 
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
 
DefaultEventListenerFactory - Class in org.springframework.context.event
Default EventListenerFactory implementation that supports the regular EventListener annotation.
DefaultEventListenerFactory() - Constructor for class org.springframework.context.event.DefaultEventListenerFactory
 
defaultEventLoopGroup - Variable in class org.springframework.http.client.Netty4ClientHttpRequestFactory
 
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
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, extending AbstractHandshakeHandler with Servlet-specific initialization support.
DefaultHandshakeHandler() - Constructor for class org.springframework.web.socket.server.support.DefaultHandshakeHandler
 
DefaultHandshakeHandler(RequestUpgradeStrategy) - Constructor for class org.springframework.web.socket.server.support.DefaultHandshakeHandler
 
defaultHeartbeat - Variable in class org.springframework.messaging.simp.stomp.StompClientSupport
 
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.
DefaultJCacheOperationSource - Class in org.springframework.cache.jcache.interceptor
The default JCacheOperationSource implementation delegating default operations to configurable services with sensible defaults when not present.
DefaultJCacheOperationSource() - Constructor for class org.springframework.cache.jcache.interceptor.DefaultJCacheOperationSource
 
DefaultJCacheOperationSource.LazyCacheResolver - Class in org.springframework.cache.jcache.interceptor
Only resolve the default exception cache resolver when an exception needs to be handled.
DefaultJcaListenerContainerFactory - Class in org.springframework.jms.config
A JmsListenerContainerFactory implementation to build a JCA-based JmsMessageEndpointManager.
DefaultJcaListenerContainerFactory() - Constructor for class org.springframework.jms.config.DefaultJcaListenerContainerFactory
 
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
 
DefaultJmsListenerContainerFactory - Class in org.springframework.jms.config
DefaultJmsListenerContainerFactory() - Constructor for class org.springframework.jms.config.DefaultJmsListenerContainerFactory
 
defaultJmsListenerEndpointRegistry() - Method in class org.springframework.jms.annotation.JmsBootstrapConfiguration
 
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.FactoryAwareOrderSourceProvider - Class in org.springframework.beans.factory.support
An OrderComparator.OrderSourceProvider implementation that is aware of the bean metadata of the instances to sort.
DefaultListableBeanFactory.OptionalDependencyFactory - 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.
DefaultMessageHandlerMethodFactory - Class in org.springframework.messaging.handler.annotation.support
The default MessageHandlerMethodFactory implementation creating an InvocableHandlerMethod with the necessary HandlerMethodArgumentResolver instances to detect and process most of the use cases defined by MessageMapping.
DefaultMessageHandlerMethodFactory() - Constructor for class org.springframework.messaging.handler.annotation.support.DefaultMessageHandlerMethodFactory
 
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
A concrete implementation of AbstractMockMvcBuilder that provides the WebApplicationContext supplied 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
 
defaultNegotiationStrategy - Variable in class org.springframework.web.accept.ContentNegotiationManagerFactoryBean
 
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
 
defaultRequest(RequestBuilder) - Method in interface org.springframework.test.web.servlet.setup.ConfigurableMockMvcBuilder
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.
DefaultResourceResolverChain - Class in org.springframework.web.servlet.resource
A default implementation of ResourceResolverChain for invoking a list of ResourceResolvers.
DefaultResourceResolverChain(List<? extends ResourceResolver>) - Constructor for class org.springframework.web.servlet.resource.DefaultResourceResolverChain
 
DefaultResourceTransformerChain - Class in org.springframework.web.servlet.resource
A default implementation of ResourceTransformerChain for invoking a list of ResourceTransformers.
DefaultResourceTransformerChain(ResourceResolverChain, List<ResourceTransformer>) - Constructor for class org.springframework.web.servlet.resource.DefaultResourceTransformerChain
 
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.AbstractAdaptableMessageListener
 
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
Deprecated.
 
defaultRollback - Variable in class org.springframework.test.context.transaction.TransactionContext
 
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
A Serializer implementation 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
 
DefaultSimpSession(String, DefaultSimpUserRegistry.DefaultSimpUser) - Constructor for class org.springframework.web.socket.messaging.DefaultSimpUserRegistry.DefaultSimpSession
 
DefaultSimpSubscription(String, String, DefaultSimpUserRegistry.DefaultSimpSession) - Constructor for class org.springframework.web.socket.messaging.DefaultSimpUserRegistry.DefaultSimpSubscription
 
DefaultSimpUser(String, String) - Constructor for class org.springframework.web.socket.messaging.DefaultSimpUserRegistry.DefaultSimpUser
 
DefaultSimpUserRegistry - Class in org.springframework.web.socket.messaging
Default, mutable, thread-safe implementation of SimpUserRegistry that listens ApplicationContext events of type AbstractSubProtocolEvent to keep track of user presence and subscription information.
DefaultSimpUserRegistry() - Constructor for class org.springframework.web.socket.messaging.DefaultSimpUserRegistry
 
DefaultSimpUserRegistry.DefaultSimpSession - Class in org.springframework.web.socket.messaging
 
DefaultSimpUserRegistry.DefaultSimpSubscription - Class in org.springframework.web.socket.messaging
 
DefaultSimpUserRegistry.DefaultSimpUser - Class in org.springframework.web.socket.messaging
 
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
A default implementation of SockJsFrameFormat that relies on String.format(String, Object...)..
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
 
DefaultStompSession - Class in org.springframework.messaging.simp.stomp
Default implementation of ConnectionHandlingStompSession.
DefaultStompSession(StompSessionHandler, StompHeaders) - Constructor for class org.springframework.messaging.simp.stomp.DefaultStompSession
Create a new session.
DefaultStompSession.DefaultSubscription - Class in org.springframework.messaging.simp.stomp
 
DefaultStompSession.ReadInactivityTask - Class in org.springframework.messaging.simp.stomp
 
DefaultStompSession.ReceiptHandler - Class in org.springframework.messaging.simp.stomp
 
DefaultStompSession.WriteInactivityTask - Class in org.springframework.messaging.simp.stomp
 
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
 
DefaultSubscription(String, String, String, StompFrameHandler) - Constructor for class org.springframework.messaging.simp.stomp.DefaultStompSession.DefaultSubscription
 
DefaultSubscriptionRegistry - Class in org.springframework.messaging.simp.broker
Implementation of SubscriptionRegistry that stores subscriptions in memory and uses a PathMatcher for matching destinations.
DefaultSubscriptionRegistry() - Constructor for class org.springframework.messaging.simp.broker.DefaultSubscriptionRegistry
 
DefaultSubscriptionRegistry.DestinationCache - Class in org.springframework.messaging.simp.broker
A cache for destinations previously resolved via DefaultSubscriptionRegistry.findSubscriptionsInternal(String, Message)
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.
DefaultSubscriptionRegistry.SimpMessageHeaderPropertyAccessor - Class in org.springframework.messaging.simp.broker
 
DefaultSubscriptionRegistry.Subscription - Class in org.springframework.messaging.simp.broker
 
defaultTargetDataSource - Variable in class org.springframework.jdbc.datasource.lookup.AbstractRoutingDataSource
 
DefaultTestContext - Class in org.springframework.test.context.support
Default implementation of the TestContext interface.
DefaultTestContext(Class<?>, MergedContextConfiguration, CacheAwareContextLoaderDelegate) - Constructor for class org.springframework.test.context.support.DefaultTestContext
Construct a new DefaultTestContext from the supplied arguments.
DefaultTestContextBootstrapper - Class in org.springframework.test.context.support
Default implementation of the TestContextBootstrapper SPI.
DefaultTestContextBootstrapper() - Constructor for class org.springframework.test.context.support.DefaultTestContextBootstrapper
 
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.
DefaultTransportRequest - Class in org.springframework.web.socket.sockjs.client
A default implementation of TransportRequest.
DefaultTransportRequest(SockJsUrlInfo, HttpHeaders, HttpHeaders, Transport, TransportType, SockJsMessageCodec) - Constructor for class org.springframework.web.socket.sockjs.client.DefaultTransportRequest
 
DefaultTransportRequest.ConnectCallback - Class in org.springframework.web.socket.sockjs.client
Updates the given (global) future based success or failure to connect for the entire SockJS request regardless of which transport actually managed to connect.
defaultTxConfigAttributes - Static variable in class org.springframework.test.context.transaction.TransactionalTestExecutionListener
 
DefaultTypeProvider() - Constructor for class org.springframework.core.SerializableTypeWrapper.DefaultTypeProvider
 
defaultTyping - Variable in class org.springframework.http.converter.json.Jackson2ObjectMapperBuilder
 
defaultTyping(<any>) - Method in class org.springframework.http.converter.json.Jackson2ObjectMapperBuilder
Specify a TypeResolverBuilder to use for Jackson's default typing.
defaultUriComponentsContributor - Static variable in class org.springframework.web.servlet.mvc.method.annotation.MvcUriComponentsBuilder
 
DefaultUriTemplateHandler - Class in org.springframework.web.util
Default implementation of UriTemplateHandler that relies on UriComponentsBuilder internally.
DefaultUriTemplateHandler() - Constructor for class org.springframework.web.util.DefaultUriTemplateHandler
 
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 a SimpUserRegistry to find active sessions for a user.
DefaultUserDestinationResolver(SimpUserRegistry) - Constructor for class org.springframework.messaging.simp.user.DefaultUserDestinationResolver
Create an instance that will access user session id information through the provided registry.
DefaultUserDestinationResolver.ParseResult - Class in org.springframework.messaging.simp.user
A temporary placeholder for a parsed source "user" destination.
DefaultUserSessionRegistry - Class in org.springframework.messaging.simp.user
Deprecated.
as of 4.2 this class is no longer used, see deprecation notes on UserSessionRegistry for more details.
DefaultUserSessionRegistry() - Constructor for class org.springframework.messaging.simp.user.DefaultUserSessionRegistry
Deprecated.
 
defaultValue - Variable in class org.springframework.core.annotation.AnnotationUtils.DefaultValueHolder
 
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
 
DefaultValueHolder(Object) - Constructor for class org.springframework.core.annotation.AnnotationUtils.DefaultValueHolder
 
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
 
defaultViewInclusion(boolean) - Method in class org.springframework.http.converter.json.Jackson2ObjectMapperBuilder
Shortcut for MapperFeature#DEFAULT_VIEW_INCLUSION option.
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 - Variable in class org.springframework.web.servlet.mvc.method.annotation.ResponseBodyEmitterReturnValueHandler.HttpMessageConvertingHandler
 
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
 
defineClass(String, byte[]) - Method in class org.springframework.expression.spel.standard.SpelCompiler.ChildClassLoader
 
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
Deprecated.
 
definitions - Variable in class org.springframework.web.servlet.view.tiles3.TilesConfigurer
 
definitionsFactoryClass - Variable in class org.springframework.web.servlet.view.tiles2.TilesConfigurer
Deprecated.
 
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.cache.jcache.interceptor.JCacheAspectSupport.CacheOperationInvokerAdapter
 
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.messaging.simp.user.UserSessionRegistryAdapter
 
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.htmlunit.DelegatingWebConnection.DelegateWebConnection
 
delegate - Variable in class org.springframework.test.web.servlet.setup.PatternMappingFilterProxy
 
delegate - Static variable in class org.springframework.util.Base64Utils
 
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.method.annotation.ResponseBodyEmitter.DefaultCallback
 
delegate - Variable in class org.springframework.web.servlet.mvc.method.annotation.ResponseBodyEmitterReturnValueHandler.StreamingServletServerHttpResponse
 
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 when the underlying connection is closed.
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.jms.connection.SingleConnectionFactory.AggregatedExceptionListener
 
delegates - Variable in class org.springframework.web.servlet.config.annotation.WebMvcConfigurerComposite
 
delegateServlet - Variable in class org.springframework.mock.web.MockFilterChain.ServletFilterProxy
 
DelegateWebConnection(WebRequestMatcher, WebConnection) - Constructor for class org.springframework.test.web.servlet.htmlunit.DelegatingWebConnection.DelegateWebConnection
 
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 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 (or a GenericGroovyXmlContextLoader if Groovy is present in the classpath) 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
 
DelegatingWebConnection - Class in org.springframework.test.web.servlet.htmlunit
Implementation of WebConnection that allows delegating to various WebConnection implementations.
DelegatingWebConnection(WebConnection, List<DelegatingWebConnection.DelegateWebConnection>) - Constructor for class org.springframework.test.web.servlet.htmlunit.DelegatingWebConnection
 
DelegatingWebConnection(WebConnection, DelegatingWebConnection.DelegateWebConnection...) - Constructor for class org.springframework.test.web.servlet.htmlunit.DelegatingWebConnection
 
DelegatingWebConnection.DelegateWebConnection - Class in org.springframework.test.web.servlet.htmlunit
 
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(URI) - Static method in class org.springframework.http.RequestEntity
Create an HTTP DELETE builder with the given url.
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(Object) - Method in interface org.springframework.orm.hibernate5.HibernateOperations
Delete the given persistent instance.
delete(Object, LockMode) - Method in interface org.springframework.orm.hibernate5.HibernateOperations
Delete the given persistent instance.
delete(String, Object) - Method in interface org.springframework.orm.hibernate5.HibernateOperations
Delete the given persistent instance.
delete(String, Object, LockMode) - Method in interface org.springframework.orm.hibernate5.HibernateOperations
Delete the given persistent instance.
delete(Object) - Method in class org.springframework.orm.hibernate5.HibernateTemplate
 
delete(Object, LockMode) - Method in class org.springframework.orm.hibernate5.HibernateTemplate
 
delete(String, Object) - Method in class org.springframework.orm.hibernate5.HibernateTemplate
 
delete(String, Object, LockMode) - Method in class org.springframework.orm.hibernate5.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
 
deleteAll(Collection<?>) - Method in interface org.springframework.orm.hibernate5.HibernateOperations
Delete all given persistent instances.
deleteAll(Collection<?>) - Method in class org.springframework.orm.hibernate5.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.
deleteSpecificValues - Variable in class org.springframework.jdbc.support.incrementer.AbstractIdentityColumnMaxValueIncrementer
 
delimitedListToStringArray(String, String) - Static method in class org.springframework.util.StringUtils
Take a String that is a delimited list and convert it into a String array.
delimitedListToStringArray(String, String, String) - Static method in class org.springframework.util.StringUtils
Take a String that is a delimited list and convert it into 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
 
DELIVERY_MODE - Static variable in interface org.springframework.jms.support.JmsHeaders
Distribution mode.
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
 
dependencies - Variable in class org.springframework.web.method.annotation.ModelFactory.ModelMethod
 
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.
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
 
DescriptorComparison(boolean, boolean, char) - Constructor for class org.springframework.expression.spel.ast.Operator.DescriptorComparison
 
deserializationView - Variable in class org.springframework.http.converter.json.MappingJacksonInputMessage
 
deserialize(InputStream) - Method in class org.springframework.core.serializer.DefaultDeserializer
Read from the supplied InputStream and deserialize the contents 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(JsonElement, Type, JsonDeserializationContext) - Method in class org.springframework.http.converter.json.GsonBuilderUtils.Base64TypeAdapter
 
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
 
deserializerByType(Class<?>, <any>) - Method in class org.springframework.http.converter.json.Jackson2ObjectMapperBuilder
Configure a custom deserializer for the given type.
deserializerInstance(DeserializationConfig, Annotated, Class<?>) - Method in class org.springframework.http.converter.json.SpringHandlerInstantiator
 
deserializers - Variable in class org.springframework.http.converter.json.Jackson2ObjectMapperBuilder
 
deserializersByType(Map<Class<?>, <any>>) - Method in class org.springframework.http.converter.json.Jackson2ObjectMapperBuilder
Configure custom deserializers for the given types.
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 DeserializingConverter with default ObjectInputStream configuration, using the "latest user-defined ClassLoader".
DeserializingConverter(ClassLoader) - Constructor for class org.springframework.core.serializer.support.DeserializingConverter
Create a DeserializingConverter for using an ObjectInputStream with the given ClassLoader.
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.config.AbstractJmsListenerEndpoint
 
destination - Variable in class org.springframework.jms.connection.CachingConnectionFactory.DestinationCacheKey
 
destination - Variable in class org.springframework.jms.listener.AbstractMessageListenerContainer
 
destination - Variable in class org.springframework.jms.listener.adapter.JmsResponse
 
DESTINATION - Static variable in interface org.springframework.jms.support.JmsHeaders
Name of the destination (topic or queue) of the message.
destination - Variable in class org.springframework.messaging.simp.stomp.DefaultStompSession.DefaultSubscription
 
DESTINATION - Static variable in class org.springframework.messaging.simp.stomp.StompHeaders
 
destination - Variable in class org.springframework.messaging.simp.user.MultiServerUserRegistry.SimpSubscriptionDto
 
destination - Variable in class org.springframework.web.socket.messaging.DefaultSimpUserRegistry.DefaultSimpSubscription
 
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_SHARED_DURABLE_TOPIC - Static variable in class org.springframework.jms.config.AbstractListenerContainerParser
 
DESTINATION_TYPE_SHARED_TOPIC - 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
 
destinationLookup - Variable in class org.springframework.messaging.handler.invocation.AbstractMethodMessageHandler
 
destinationLookup - Variable in class org.springframework.messaging.simp.broker.DefaultSubscriptionRegistry.SessionSubscriptionInfo
 
destinationName - Variable in class org.springframework.jms.listener.adapter.JmsResponse.DestinationNameHolder
 
destinationName - Variable in class org.springframework.jms.listener.endpoint.JmsActivationSpecConfig
 
DestinationNameHolder(String, boolean) - Constructor for class org.springframework.jms.listener.adapter.AbstractAdaptableMessageListener.DestinationNameHolder
 
DestinationNameHolder(String, boolean) - Constructor for class org.springframework.jms.listener.adapter.JmsResponse.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
Alternative constructor accepting a custom PathMatcher.
DestinationPatternsMessageCondition(Collection<String>, PathMatcher) - Constructor for class org.springframework.messaging.handler.DestinationPatternsMessageCondition
 
destinationPrefix - Variable in class org.springframework.messaging.simp.SimpMessagingTemplate
 
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.config.AbstractJmsListenerContainerFactory
 
destinationResolver - Variable in class org.springframework.jms.config.DefaultJcaListenerContainerFactory
 
destinationResolver - Variable in class org.springframework.jms.listener.adapter.AbstractAdaptableMessageListener
 
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 to an actual destination of type <D>.
destinationResolver - Variable in class org.springframework.messaging.simp.user.UserDestinationMessageHandler
 
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
A Principal can also implement this contract when getName() isn't globally unique and therefore not suited for use with "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
 
DestinationVariablePlaceholderResolver(Map<String, String>) - Constructor for class org.springframework.messaging.simp.annotation.support.SendToMethodReturnValueHandler.DestinationVariablePlaceholderResolver
 
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.CommonsPool2TargetSource
Closes the underlying ObjectPool when destroying this object.
destroy() - Method in class org.springframework.aop.target.CommonsPoolTargetSource
Deprecated.
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.http.client.Netty4ClientHttpRequestFactory
 
destroy() - Method in class org.springframework.http.client.OkHttpClientHttpRequestFactory
 
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.config.JmsListenerEndpointRegistry
 
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.hibernate5.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
Deprecated.
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_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.
destroyHandler(WebSocketSession) - Method in class org.springframework.web.socket.handler.PerConnectionWebSocketHandler
 
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(<any>) - Method in class org.springframework.aop.target.CommonsPool2TargetSource
 
destroyObject(Object) - Method in class org.springframework.aop.target.CommonsPoolTargetSource
Deprecated.
 
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.DefaultListableBeanFactory
 
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.messaging.simp.SimpAttributes
Prefix for the name of session attributes used to store destruction callbacks.
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 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.transaction.support.SimpleTransactionScope.ScopedObjectsHolder
 
destructionCallbacks - Variable in class org.springframework.web.context.support.ServletContextScope
 
destructionCallbacks - Variable in class org.springframework.web.portlet.context.PortletContextScope
 
detail - Variable in class org.springframework.cache.jcache.interceptor.AbstractJCacheOperation.CacheInvocationParameterImpl
 
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.
detectDefaultPropertiesFile(Class<?>) - Static method in class org.springframework.test.context.support.TestPropertySourceAttributes
Detect a default properties file for the supplied class, as specified in the class-level Javadoc for TestPropertySource.
detectDefaultScript(TestContext, boolean) - Method in class org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener
Detect a default SQL script by implementing the algorithm defined in Sql.scripts().
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
 
detectImmutableMessageInterceptor(MessageChannel) - Method in class org.springframework.web.socket.messaging.StompSubProtocolHandler
 
detectMappedInterceptors(List<HandlerInterceptor>) - 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.
detectResourceHandlers(ApplicationContext) - Method in class org.springframework.web.servlet.resource.ResourceUrlProvider
 
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.
determineAutowireCandidate(Map<String, Object>, DependencyDescriptor) - Method in class org.springframework.beans.factory.support.DefaultListableBeanFactory
Determine the autowire candidate in the given set of beans.
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.
determineCacheName(Method, CacheDefaults, String) - Method in class org.springframework.cache.jcache.interceptor.AnnotationJCacheOperationSource
 
determineCacheOperations(AnnotationCacheOperationSource.CacheOperationProvider) - Method in class org.springframework.cache.annotation.AnnotationCacheOperationSource
Determine the cache operation(s) for the given AnnotationCacheOperationSource.CacheOperationProvider.
determineCacheResolverFactory(CacheDefaults, Class<? extends CacheResolverFactory>) - Method in class org.springframework.cache.jcache.interceptor.AnnotationJCacheOperationSource
 
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.
determineCurrency(String, Locale) - Method in class org.springframework.format.number.money.Jsr354NumberFormatAnnotationFormatterFactory.PatternDecoratingFormatter
 
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() - Method in class org.springframework.web.multipart.support.RequestPartServletServerHttpRequest
 
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.
determineErrorCode(<any>) - Method in class org.springframework.validation.beanvalidation.SpringValidatorAdapter
Determine a Spring-reported error code for the given constraint descriptor.
determineFactoryConstructor(Class<?>, Class<?>) - Static method in class org.springframework.core.convert.support.ObjectToObjectConverter
 
determineFactoryMethod(Class<?>, Class<?>) - Static method in class org.springframework.core.convert.support.ObjectToObjectConverter
 
determineField(<any>) - Method in class org.springframework.validation.beanvalidation.SpringValidatorAdapter
Determine a field for the given constraint violation.
determineHandlerSupportedProtocols(WebSocketHandler) - Method in class org.springframework.web.socket.server.support.AbstractHandshakeHandler
Determine the sub-protocols supported by the given WebSocketHandler by checking whether it is an instance of SubProtocolCapable.
determineHighestPriorityCandidate(Map<String, Object>, Class<?>) - Method in class org.springframework.beans.factory.support.DefaultListableBeanFactory
Determine the candidate with the highest priority in the given set of beans.
determineKeyGenerator(CacheDefaults, Class<? extends CacheKeyGenerator>) - Method in class org.springframework.cache.jcache.interceptor.AnnotationJCacheOperationSource
 
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>, Class<?>) - Method in class org.springframework.beans.factory.support.DefaultListableBeanFactory
Determine the primary candidate in the given set of beans.
determineQualifiedTransactionManager(String) - Method in class org.springframework.transaction.interceptor.TransactionAspectSupport
 
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.
determineTargetClass(ConfigurableListableBeanFactory, String) - Static method in class org.springframework.aop.framework.autoproxy.AutoProxyUtils
Determine the original target class for the specified bean, if possible, otherwise falling back to a regular getType lookup.
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.
determineTargetType(String, RootBeanDefinition, Class<?>...) - Method in class org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory
Determine the target type for the given bean definition.
determineTimeout(TransactionDefinition) - Method in class org.springframework.transaction.support.AbstractPlatformTransactionManager
Determine the actual timeout to use for the given definition.
determineToMethod(Class<?>, Class<?>) - Static method in class org.springframework.core.convert.support.ObjectToObjectConverter
 
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.AbstractHandshakeHandler
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.
didArgumentConversionOccur() - Method in class org.springframework.expression.spel.support.ReflectiveMethodExecutor
 
digest(String, byte[]) - Static method in class org.springframework.util.DigestUtils
 
digest(String, InputStream) - Static method in class org.springframework.util.DigestUtils
 
digestAsHexChars(String, byte[]) - Static method in class org.springframework.util.DigestUtils
 
digestAsHexChars(String, InputStream) - Static method in class org.springframework.util.DigestUtils
 
digestAsHexString(String, byte[]) - Static method in class org.springframework.util.DigestUtils
 
digestAsHexString(String, InputStream) - 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
ConfigurablePropertyAccessor implementation that directly accesses instance fields.
DirectFieldAccessor(Object) - Constructor for class org.springframework.beans.DirectFieldAccessor
Create a new DirectFieldAccessor for the given object.
DirectFieldAccessor(Object, String, DirectFieldAccessor) - Constructor for class org.springframework.beans.DirectFieldAccessor
Create a new DirectFieldAccessor for the given object, registering a nested path that the object is in.
directFieldAccessor - Variable in class org.springframework.validation.DirectFieldBindingResult
 
DirectFieldAccessor.FieldPropertyHandler - Class in org.springframework.beans
 
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.
DirectFieldBindingResult(Object, String, boolean) - Constructor for class org.springframework.validation.DirectFieldBindingResult
Create a new DirectFieldBindingResult instance.
DIRECTIVE_NO_STORE - Static variable in class org.springframework.web.filter.ShallowEtagHeaderFilter
 
directUrls - Variable in class org.springframework.web.servlet.handler.AbstractHandlerMethodMapping.MappingRegistration
 
DirtiesContext - Annotation Type in org.springframework.test.annotation
Test annotation which indicates that the ApplicationContext associated with a test is dirty and should therefore be closed and removed from the context cache.
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.
DirtiesContext.MethodMode - Enum in org.springframework.test.annotation
Defines modes which determine how @DirtiesContext is interpreted when used to annotate a test method.
DirtiesContextBeforeModesTestExecutionListener - 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 annotated with the @DirtiesContext annotation.
DirtiesContextBeforeModesTestExecutionListener() - Constructor for class org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener
 
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 annotated 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.AbstractDirtiesContextTestExecutionListener
Mark the application context of the supplied test context as dirty and set REINJECT_DEPENDENCIES_ATTRIBUTE in the test context to true.
disableCaching - Variable in class org.springframework.web.servlet.view.json.AbstractJackson2View
 
disableContentCaching(ServletRequest) - Static method in class org.springframework.web.filter.ShallowEtagHeaderFilter
This method can be used to disable the content caching response wrapper of the ShallowEtagHeaderFilter.
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.
disableFilters(Session) - Method in class org.springframework.orm.hibernate5.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 the SockJS heartbeat, presumably because a higher-level protocol has heartbeats enabled for the session already.
disableHtmlEscaping - Variable in class org.springframework.http.converter.json.GsonFactoryBean
 
disableIndenting(Transformer) - Static method in class org.springframework.util.xml.TransformerUtils
Disable indenting for the supplied Transformer.
disableShallowEtagHeaderFilter(ServerHttpRequest) - Method in class org.springframework.web.socket.sockjs.transport.session.AbstractHttpSockJsSession
 
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() - Method in class org.springframework.messaging.simp.stomp.DefaultStompSession
 
disconnect - Variable in class org.springframework.messaging.simp.stomp.StompBrokerRelayMessageHandler.Stats
 
disconnect() - Method in interface org.springframework.messaging.simp.stomp.StompSession
Disconnect the session by sending a DISCONNECT frame.
disconnect - Variable in class org.springframework.web.socket.messaging.StompSubProtocolHandler.Stats
 
disconnect(CloseStatus) - Method in class org.springframework.web.socket.sockjs.client.AbstractClientSockJsSession
 
disconnect(CloseStatus) - Method in class org.springframework.web.socket.sockjs.client.WebSocketClientSockJsSession
 
disconnect(CloseStatus) - Method in class org.springframework.web.socket.sockjs.client.XhrClientSockJsSession
 
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 - Variable in class org.springframework.web.socket.sockjs.transport.session.WebSocketServerSockJsSession
 
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.
disconnectOnCompletion(Session) - Method in class org.springframework.orm.hibernate4.HibernateTransactionManager
Disconnect a pre-existing Hibernate Session on transaction completion, returning its database connection but preserving its entity state.
disconnectOnCompletion(Session) - Method in class org.springframework.orm.hibernate5.HibernateTransactionManager
Disconnect a pre-existing Hibernate Session on transaction completion, returning its database connection but preserving its entity state.
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
 
discoverPublicClass(Method, Class<?>) - Method in class org.springframework.expression.spel.support.ReflectiveMethodExecutor
 
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
 
dispatchOptions(boolean) - Method in interface org.springframework.test.web.servlet.setup.ConfigurableMockMvcBuilder
Whether to enable the DispatcherServlet property dispatchOptionsRequest which allows processing of HTTP OPTIONS requests.
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.core.annotation.AnnotationAttributes
 
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.
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.hibernate5.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.hibernate5.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.
doClear(Cache) - Method in class org.springframework.cache.interceptor.AbstractCacheInvoker
Execute Cache.clear() on the specified Cache and invoke the error handler if an exception occurs.
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.hibernate5.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.
doCompare(Object, Object, OrderComparator.OrderSourceProvider) - Method in class org.springframework.core.OrderComparator
 
doConvert(Object, Class<T>, MethodParameter, Field) - Method in class org.springframework.beans.TypeConverterSupport
 
doConvert(Message<?>, Class<T>) - Method in class org.springframework.messaging.core.AbstractMessageReceivingTemplate
Convert from the given message to the given target class.
doConvert(Object, Map<String, Object>, MessagePostProcessor) - Method in class org.springframework.messaging.core.AbstractMessageSendingTemplate
Convert the given Object to serialized form, possibly using a MessageConverter, wrap it as a message with the given headers and apply the given post processor.
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 <beans> level in a standard Spring XML bean definition document: default-lazy-init, default-autowire, etc.
DocumentDefaultsDefinition() - Constructor for class org.springframework.beans.factory.xml.DocumentDefaultsDefinition
 
DocumentLoader - Interface in org.springframework.beans.factory.xml
Strategy interface for loading an XML Document.
documentLoader - Variable in class org.springframework.beans.factory.xml.XmlBeanDefinitionReader
 
documentMatchers - Variable in class org.springframework.beans.factory.config.YamlProcessor
 
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 expression against the supplied content and assert that a value does not exist at the given path.
doesNotExist(byte[], 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 expression against the request content and assert that a value does not exist at the given path.
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 expression against the response content and assert that a value does not exist at the given path.
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) - Method in class org.springframework.beans.factory.support.BeanDefinitionValueResolver
Evaluate the given String value as an expression, if necessary.
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.
doEvict(Cache, Object) - Method in class org.springframework.cache.interceptor.AbstractCacheInvoker
Execute Cache.evict(Object) on the specified Cache and invoke the error handler if an exception occurs.
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
Delegate method that executes the call using the passed-in SqlParameterSource.
doExecute(Object...) - Method in class org.springframework.jdbc.core.simple.AbstractJdbcCall
Delegate method that executes the call using the passed-in array of parameters.
doExecute(Map<String, ?>) - Method in class org.springframework.jdbc.core.simple.AbstractJdbcCall
Delegate method that executes the call using the passed-in Map of parameters.
doExecute(Map<String, ?>) - Method in class org.springframework.jdbc.core.simple.AbstractJdbcInsert
Delegate method that executes the insert using the passed-in Map of parameters.
doExecute(SqlParameterSource) - Method in class org.springframework.jdbc.core.simple.AbstractJdbcInsert
Delegate method that executes 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(HibernateCallback<T>, boolean) - Method in class org.springframework.orm.hibernate5.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, ?>) - 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, ?>) - 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, ?>...) - Method in class org.springframework.jdbc.core.simple.AbstractJdbcInsert
Delegate method that executes a batch insert using the passed-in Maps of parameters.
doExecuteBatch(SqlParameterSource...) - Method in class org.springframework.jdbc.core.simple.AbstractJdbcInsert
Delegate method that executes a batch insert using the passed-in SqlParameterSources.
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.
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(java.util.List<? extends Filter>)) 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.hibernate5.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.CorsFilter
 
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.
doFilterInternal(HttpServletRequest, HttpServletResponse, FilterChain) - Method in class org.springframework.web.servlet.resource.ResourceUrlEncodingFilter
 
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
 
doFindAllClassPathResources(String) - Method in class org.springframework.core.io.support.PathMatchingResourcePatternResolver
Find all class location resources with the given path via the ClassLoader.
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.
doGenerate(KeyGenerator, <any>) - Static method in class org.springframework.cache.jcache.interceptor.KeyGeneratorAdapter
 
doGet(Cache, Object) - Method in class org.springframework.cache.interceptor.AbstractCacheInvoker
Execute Cache.get(Object) on the specified Cache and invoke the error handler if an exception occurs.
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(ResolvableType, 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).
doGetConnection(Session) - Static method in class org.springframework.orm.jpa.vendor.HibernateJpaDialect.HibernateConnectionHandle
 
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
Deprecated.
 
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) - 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.hibernate5.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.AbstractHandshakeHandler
 
doHandshake(WebSocketHandler, String, Object...) - Method in class org.springframework.web.socket.sockjs.client.SockJsClient
 
doHandshake(WebSocketHandler, WebSocketHttpHeaders, URI) - Method in class org.springframework.web.socket.sockjs.client.SockJsClient
 
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.
doInHibernate(Session) - Method in interface org.springframework.orm.hibernate5.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(Object...) - Method in class org.springframework.context.event.ApplicationListenerMethodAdapter
Invoke the event listener method with the given argument values.
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(Object...) - Method in class org.springframework.messaging.handler.invocation.InvocableHandlerMethod
Invoke the handler method with the given argument values.
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.
doInvoke(Object...) - Method in class org.springframework.web.method.support.InvocableHandlerMethod
Invoke the handler method with the given argument values.
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
Deprecated.
 
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
 
doParse(Element, ParserContext, BeanDefinitionBuilder) - Method in class org.springframework.web.servlet.config.FreeMarkerConfigurerBeanDefinitionParser
 
doParse(Element, ParserContext, BeanDefinitionBuilder) - Method in class org.springframework.web.servlet.config.ScriptTemplateConfigurerBeanDefinitionParser
 
doParse(Element, ParserContext, BeanDefinitionBuilder) - Method in class org.springframework.web.servlet.config.TilesConfigurerBeanDefinitionParser
 
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.
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(Cache, Object, Object) - Method in class org.springframework.cache.interceptor.AbstractCacheInvoker
Execute Cache.put(Object, Object) on the specified Cache and invoke the error handler if an exception occurs.
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(Destination) - Method in class org.springframework.jms.core.JmsMessagingTemplate
 
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.AbstractMessageReceivingTemplate
Actually receive a message from the given destination.
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 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.hibernate5.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.hibernate5.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(Destination, Message<?>) - Method in class org.springframework.jms.core.JmsMessagingTemplate
 
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(Destination, Message<?>) - Method in class org.springframework.jms.core.JmsMessagingTemplate
 
doSendAndReceive(Session, Destination, MessageCreator) - Method in class org.springframework.jms.core.JmsTemplate
Send a request message to the given Destination and block until a reply has been received on a temporary queue created on-the-fly.
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.
doSetCacheBuilder(<any>) - Method in class org.springframework.cache.guava.GuavaCacheManager
 
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.hibernate5.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.
doStart() - Method in class org.springframework.web.socket.server.support.AbstractHandshakeHandler
 
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.
doStop() - Method in class org.springframework.web.socket.server.support.AbstractHandshakeHandler
 
doSubmit(Callable<Object>, AsyncTaskExecutor, Class<?>) - Method in class org.springframework.aop.interceptor.AsyncExecutionAspectSupport
Delegate for actually executing the given task with the chosen executor.
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.hibernate5.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
 
doubleWildcards - Variable in class org.springframework.util.AntPathMatcher.AntPatternComparator.PatternInfo
 
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<?>, ClassLoader) - Method in class org.springframework.aop.framework.CglibAopProxy
Checks for final methods on the given Class, as well as package-visible methods across ClassLoaders, 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.
doWithLocalFields(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.
doWithLocalMethods(Class<?>, ReflectionUtils.MethodCallback) - Static method in class org.springframework.util.ReflectionUtils
Perform the given callback operation on all matching methods of the given class, as locally declared or equivalent thereof (such as default methods on Java 8 based interfaces that the given class implements).
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
 
doWithRequest(ClientHttpRequest) - Method in class org.springframework.web.socket.sockjs.client.RestTemplateXhrTransport.XhrRequestCallback
 
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
 
driver - Variable in class org.springframework.test.web.servlet.htmlunit.webdriver.MockMvcHtmlUnitDriverBuilder
 
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_FILENAME - Static variable in class org.springframework.beans.factory.xml.BeansDtdResolver
 
DTD_NAME - 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
 
dump(String, String, byte[]) - Static method in class org.springframework.expression.spel.standard.SpelCompiler
For debugging purposes, dump the specified byte code into a file on the disk.
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
 
durable - Variable in class org.springframework.jms.connection.CachingConnectionFactory.ConsumerCacheKey
 
DURATION_SESSION_FIELD_NAME - Static variable in class org.springframework.jdbc.support.lob.OracleLobHandler
Deprecated.
 
DurationFormatter - Class in org.springframework.format.datetime.joda
Formatter implementation for a Joda-Time Duration, following Joda-Time's parsing rules for a Duration.
DurationFormatter() - Constructor for class org.springframework.format.datetime.joda.DurationFormatter
 
DurationFormatter - Class in org.springframework.format.datetime.standard
Formatter implementation for a JSR-310 Duration, following JSR-310's parsing rules for a Duration.
DurationFormatter() - Constructor for class org.springframework.format.datetime.standard.DurationFormatter
 
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.frame